diff --git a/Revive/android app/ReviveMyMemory/.idea/workspace.xml b/Revive/android app/ReviveMyMemory/.idea/workspace.xml
new file mode 100644
index 000000000..b81bcc8bb
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/.idea/workspace.xml
@@ -0,0 +1,257 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1684500943234
+
+
+ 1684500943234
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/generated/ap_generated_sources/debug/out/androidx/databinding/DataBinderMapperImpl.java b/Revive/android app/ReviveMyMemory/app/build/generated/ap_generated_sources/debug/out/androidx/databinding/DataBinderMapperImpl.java
new file mode 100644
index 000000000..a1e2b6abe
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/generated/ap_generated_sources/debug/out/androidx/databinding/DataBinderMapperImpl.java
@@ -0,0 +1,7 @@
+package androidx.databinding;
+
+public class DataBinderMapperImpl extends MergedDataBinderMapper {
+ DataBinderMapperImpl() {
+ addMapper(new com.example.revivemymemory.DataBinderMapperImpl());
+ }
+}
diff --git a/Revive/android app/ReviveMyMemory/app/build/generated/ap_generated_sources/debug/out/androidx/databinding/DataBindingComponent.java b/Revive/android app/ReviveMyMemory/app/build/generated/ap_generated_sources/debug/out/androidx/databinding/DataBindingComponent.java
new file mode 100644
index 000000000..4ca39f988
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/generated/ap_generated_sources/debug/out/androidx/databinding/DataBindingComponent.java
@@ -0,0 +1,4 @@
+package androidx.databinding;
+
+public interface DataBindingComponent {
+}
diff --git a/Revive/android app/ReviveMyMemory/app/build/generated/ap_generated_sources/debug/out/androidx/databinding/library/baseAdapters/BR.java b/Revive/android app/ReviveMyMemory/app/build/generated/ap_generated_sources/debug/out/androidx/databinding/library/baseAdapters/BR.java
new file mode 100644
index 000000000..73cc20d8c
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/generated/ap_generated_sources/debug/out/androidx/databinding/library/baseAdapters/BR.java
@@ -0,0 +1,5 @@
+package androidx.databinding.library.baseAdapters;
+
+public class BR {
+ public static final int _all = 0;
+}
diff --git a/Revive/android app/ReviveMyMemory/app/build/generated/ap_generated_sources/debug/out/com/example/revivemymemory/BR.java b/Revive/android app/ReviveMyMemory/app/build/generated/ap_generated_sources/debug/out/com/example/revivemymemory/BR.java
new file mode 100644
index 000000000..dc87853e9
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/generated/ap_generated_sources/debug/out/com/example/revivemymemory/BR.java
@@ -0,0 +1,5 @@
+package com.example.revivemymemory;
+
+public class BR {
+ public static final int _all = 0;
+}
diff --git a/Revive/android app/ReviveMyMemory/app/build/generated/ap_generated_sources/debug/out/com/example/revivemymemory/DataBinderMapperImpl.java b/Revive/android app/ReviveMyMemory/app/build/generated/ap_generated_sources/debug/out/com/example/revivemymemory/DataBinderMapperImpl.java
new file mode 100644
index 000000000..baf51d24c
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/generated/ap_generated_sources/debug/out/com/example/revivemymemory/DataBinderMapperImpl.java
@@ -0,0 +1,83 @@
+package com.example.revivemymemory;
+
+import android.util.SparseArray;
+import android.util.SparseIntArray;
+import android.view.View;
+import androidx.databinding.DataBinderMapper;
+import androidx.databinding.DataBindingComponent;
+import androidx.databinding.ViewDataBinding;
+import java.lang.Integer;
+import java.lang.Object;
+import java.lang.Override;
+import java.lang.RuntimeException;
+import java.lang.String;
+import java.util.ArrayList;
+import java.util.HashMap;
+import java.util.List;
+
+public class DataBinderMapperImpl extends DataBinderMapper {
+ private static final SparseIntArray INTERNAL_LAYOUT_ID_LOOKUP = new SparseIntArray(0);
+
+ @Override
+ public ViewDataBinding getDataBinder(DataBindingComponent component, View view, int layoutId) {
+ int localizedLayoutId = INTERNAL_LAYOUT_ID_LOOKUP.get(layoutId);
+ if(localizedLayoutId > 0) {
+ final Object tag = view.getTag();
+ if(tag == null) {
+ throw new RuntimeException("view must have a tag");
+ }
+ }
+ return null;
+ }
+
+ @Override
+ public ViewDataBinding getDataBinder(DataBindingComponent component, View[] views, int layoutId) {
+ if(views == null || views.length == 0) {
+ return null;
+ }
+ int localizedLayoutId = INTERNAL_LAYOUT_ID_LOOKUP.get(layoutId);
+ if(localizedLayoutId > 0) {
+ final Object tag = views[0].getTag();
+ if(tag == null) {
+ throw new RuntimeException("view must have a tag");
+ }
+ switch(localizedLayoutId) {
+ }
+ }
+ return null;
+ }
+
+ @Override
+ public int getLayoutId(String tag) {
+ if (tag == null) {
+ return 0;
+ }
+ Integer tmpVal = InnerLayoutIdLookup.sKeys.get(tag);
+ return tmpVal == null ? 0 : tmpVal;
+ }
+
+ @Override
+ public String convertBrIdToString(int localId) {
+ String tmpVal = InnerBrLookup.sKeys.get(localId);
+ return tmpVal;
+ }
+
+ @Override
+ public List collectDependencies() {
+ ArrayList result = new ArrayList(1);
+ result.add(new androidx.databinding.library.baseAdapters.DataBinderMapperImpl());
+ return result;
+ }
+
+ private static class InnerBrLookup {
+ static final SparseArray sKeys = new SparseArray(1);
+
+ static {
+ sKeys.put(0, "_all");
+ }
+ }
+
+ private static class InnerLayoutIdLookup {
+ static final HashMap sKeys = new HashMap(0);
+ }
+}
diff --git a/Revive/android app/ReviveMyMemory/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/revivemymemory/databinding/ActivityForgetPasswordBinding.java b/Revive/android app/ReviveMyMemory/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/revivemymemory/databinding/ActivityForgetPasswordBinding.java
new file mode 100644
index 000000000..1b978d981
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/revivemymemory/databinding/ActivityForgetPasswordBinding.java
@@ -0,0 +1,126 @@
+// Generated by view binder compiler. Do not edit!
+package com.example.revivemymemory.databinding;
+
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.TextView;
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.appcompat.widget.AppCompatButton;
+import androidx.constraintlayout.widget.ConstraintLayout;
+import androidx.viewbinding.ViewBinding;
+import androidx.viewbinding.ViewBindings;
+import com.airbnb.lottie.LottieAnimationView;
+import com.example.revivemymemory.R;
+import com.google.android.material.textfield.TextInputEditText;
+import com.google.android.material.textfield.TextInputLayout;
+import java.lang.NullPointerException;
+import java.lang.Override;
+import java.lang.String;
+
+public final class ActivityForgetPasswordBinding implements ViewBinding {
+ @NonNull
+ private final ConstraintLayout rootView;
+
+ @NonNull
+ public final TextInputLayout emailTil;
+
+ @NonNull
+ public final TextInputEditText mEditEmail;
+
+ @NonNull
+ public final LottieAnimationView repasslottie;
+
+ @NonNull
+ public final AppCompatButton send;
+
+ @NonNull
+ public final TextView textView1;
+
+ @NonNull
+ public final TextView textView2;
+
+ private ActivityForgetPasswordBinding(@NonNull ConstraintLayout rootView,
+ @NonNull TextInputLayout emailTil, @NonNull TextInputEditText mEditEmail,
+ @NonNull LottieAnimationView repasslottie, @NonNull AppCompatButton send,
+ @NonNull TextView textView1, @NonNull TextView textView2) {
+ this.rootView = rootView;
+ this.emailTil = emailTil;
+ this.mEditEmail = mEditEmail;
+ this.repasslottie = repasslottie;
+ this.send = send;
+ this.textView1 = textView1;
+ this.textView2 = textView2;
+ }
+
+ @Override
+ @NonNull
+ public ConstraintLayout getRoot() {
+ return rootView;
+ }
+
+ @NonNull
+ public static ActivityForgetPasswordBinding inflate(@NonNull LayoutInflater inflater) {
+ return inflate(inflater, null, false);
+ }
+
+ @NonNull
+ public static ActivityForgetPasswordBinding inflate(@NonNull LayoutInflater inflater,
+ @Nullable ViewGroup parent, boolean attachToParent) {
+ View root = inflater.inflate(R.layout.activity_forget_password, parent, false);
+ if (attachToParent) {
+ parent.addView(root);
+ }
+ return bind(root);
+ }
+
+ @NonNull
+ public static ActivityForgetPasswordBinding bind(@NonNull View rootView) {
+ // The body of this method is generated in a way you would not otherwise write.
+ // This is done to optimize the compiled bytecode for size and performance.
+ int id;
+ missingId: {
+ id = R.id.emailTil;
+ TextInputLayout emailTil = ViewBindings.findChildViewById(rootView, id);
+ if (emailTil == null) {
+ break missingId;
+ }
+
+ id = R.id.mEditEmail;
+ TextInputEditText mEditEmail = ViewBindings.findChildViewById(rootView, id);
+ if (mEditEmail == null) {
+ break missingId;
+ }
+
+ id = R.id.repasslottie;
+ LottieAnimationView repasslottie = ViewBindings.findChildViewById(rootView, id);
+ if (repasslottie == null) {
+ break missingId;
+ }
+
+ id = R.id.send;
+ AppCompatButton send = ViewBindings.findChildViewById(rootView, id);
+ if (send == null) {
+ break missingId;
+ }
+
+ id = R.id.textView1;
+ TextView textView1 = ViewBindings.findChildViewById(rootView, id);
+ if (textView1 == null) {
+ break missingId;
+ }
+
+ id = R.id.textView2;
+ TextView textView2 = ViewBindings.findChildViewById(rootView, id);
+ if (textView2 == null) {
+ break missingId;
+ }
+
+ return new ActivityForgetPasswordBinding((ConstraintLayout) rootView, emailTil, mEditEmail,
+ repasslottie, send, textView1, textView2);
+ }
+ String missingId = rootView.getResources().getResourceName(id);
+ throw new NullPointerException("Missing required view with ID: ".concat(missingId));
+ }
+}
diff --git a/Revive/android app/ReviveMyMemory/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/revivemymemory/databinding/ActivityForgetSuccessfulSendBinding.java b/Revive/android app/ReviveMyMemory/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/revivemymemory/databinding/ActivityForgetSuccessfulSendBinding.java
new file mode 100644
index 000000000..2911964ef
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/revivemymemory/databinding/ActivityForgetSuccessfulSendBinding.java
@@ -0,0 +1,69 @@
+// Generated by view binder compiler. Do not edit!
+package com.example.revivemymemory.databinding;
+
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.constraintlayout.widget.ConstraintLayout;
+import androidx.viewbinding.ViewBinding;
+import androidx.viewbinding.ViewBindings;
+import com.airbnb.lottie.LottieAnimationView;
+import com.example.revivemymemory.R;
+import java.lang.NullPointerException;
+import java.lang.Override;
+import java.lang.String;
+
+public final class ActivityForgetSuccessfulSendBinding implements ViewBinding {
+ @NonNull
+ private final ConstraintLayout rootView;
+
+ @NonNull
+ public final LottieAnimationView repasslottie;
+
+ private ActivityForgetSuccessfulSendBinding(@NonNull ConstraintLayout rootView,
+ @NonNull LottieAnimationView repasslottie) {
+ this.rootView = rootView;
+ this.repasslottie = repasslottie;
+ }
+
+ @Override
+ @NonNull
+ public ConstraintLayout getRoot() {
+ return rootView;
+ }
+
+ @NonNull
+ public static ActivityForgetSuccessfulSendBinding inflate(@NonNull LayoutInflater inflater) {
+ return inflate(inflater, null, false);
+ }
+
+ @NonNull
+ public static ActivityForgetSuccessfulSendBinding inflate(@NonNull LayoutInflater inflater,
+ @Nullable ViewGroup parent, boolean attachToParent) {
+ View root = inflater.inflate(R.layout.activity_forget_successful_send, parent, false);
+ if (attachToParent) {
+ parent.addView(root);
+ }
+ return bind(root);
+ }
+
+ @NonNull
+ public static ActivityForgetSuccessfulSendBinding bind(@NonNull View rootView) {
+ // The body of this method is generated in a way you would not otherwise write.
+ // This is done to optimize the compiled bytecode for size and performance.
+ int id;
+ missingId: {
+ id = R.id.repasslottie;
+ LottieAnimationView repasslottie = ViewBindings.findChildViewById(rootView, id);
+ if (repasslottie == null) {
+ break missingId;
+ }
+
+ return new ActivityForgetSuccessfulSendBinding((ConstraintLayout) rootView, repasslottie);
+ }
+ String missingId = rootView.getResources().getResourceName(id);
+ throw new NullPointerException("Missing required view with ID: ".concat(missingId));
+ }
+}
diff --git a/Revive/android app/ReviveMyMemory/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/revivemymemory/databinding/ActivityHomeBinding.java b/Revive/android app/ReviveMyMemory/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/revivemymemory/databinding/ActivityHomeBinding.java
new file mode 100644
index 000000000..02d3c2f34
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/revivemymemory/databinding/ActivityHomeBinding.java
@@ -0,0 +1,52 @@
+// Generated by view binder compiler. Do not edit!
+package com.example.revivemymemory.databinding;
+
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.constraintlayout.widget.ConstraintLayout;
+import androidx.viewbinding.ViewBinding;
+import com.example.revivemymemory.R;
+import java.lang.NullPointerException;
+import java.lang.Override;
+
+public final class ActivityHomeBinding implements ViewBinding {
+ @NonNull
+ private final ConstraintLayout rootView;
+
+ private ActivityHomeBinding(@NonNull ConstraintLayout rootView) {
+ this.rootView = rootView;
+ }
+
+ @Override
+ @NonNull
+ public ConstraintLayout getRoot() {
+ return rootView;
+ }
+
+ @NonNull
+ public static ActivityHomeBinding inflate(@NonNull LayoutInflater inflater) {
+ return inflate(inflater, null, false);
+ }
+
+ @NonNull
+ public static ActivityHomeBinding inflate(@NonNull LayoutInflater inflater,
+ @Nullable ViewGroup parent, boolean attachToParent) {
+ View root = inflater.inflate(R.layout.activity_home, parent, false);
+ if (attachToParent) {
+ parent.addView(root);
+ }
+ return bind(root);
+ }
+
+ @NonNull
+ public static ActivityHomeBinding bind(@NonNull View rootView) {
+ if (rootView == null) {
+ throw new NullPointerException("rootView");
+ }
+
+ return new ActivityHomeBinding((ConstraintLayout) rootView);
+ }
+}
diff --git a/Revive/android app/ReviveMyMemory/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/revivemymemory/databinding/ActivityLoginBinding.java b/Revive/android app/ReviveMyMemory/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/revivemymemory/databinding/ActivityLoginBinding.java
new file mode 100644
index 000000000..8194d5a4e
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/revivemymemory/databinding/ActivityLoginBinding.java
@@ -0,0 +1,159 @@
+// Generated by view binder compiler. Do not edit!
+package com.example.revivemymemory.databinding;
+
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.ImageView;
+import android.widget.TextView;
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.appcompat.widget.AppCompatButton;
+import androidx.constraintlayout.widget.ConstraintLayout;
+import androidx.viewbinding.ViewBinding;
+import androidx.viewbinding.ViewBindings;
+import com.example.revivemymemory.R;
+import com.google.android.material.textfield.TextInputEditText;
+import com.google.android.material.textfield.TextInputLayout;
+import java.lang.NullPointerException;
+import java.lang.Override;
+import java.lang.String;
+
+public final class ActivityLoginBinding implements ViewBinding {
+ @NonNull
+ private final ConstraintLayout rootView;
+
+ @NonNull
+ public final AppCompatButton btnLoginScreen;
+
+ @NonNull
+ public final TextView dontHaveAccount;
+
+ @NonNull
+ public final TextInputEditText edtEmailLogin;
+
+ @NonNull
+ public final TextInputEditText edtPasswordLogin;
+
+ @NonNull
+ public final TextView forgetpassword;
+
+ @NonNull
+ public final ImageView imageView;
+
+ @NonNull
+ public final TextInputLayout passwordLogin;
+
+ @NonNull
+ public final TextView tvLogin;
+
+ @NonNull
+ public final TextInputLayout usernameLogin;
+
+ private ActivityLoginBinding(@NonNull ConstraintLayout rootView,
+ @NonNull AppCompatButton btnLoginScreen, @NonNull TextView dontHaveAccount,
+ @NonNull TextInputEditText edtEmailLogin, @NonNull TextInputEditText edtPasswordLogin,
+ @NonNull TextView forgetpassword, @NonNull ImageView imageView,
+ @NonNull TextInputLayout passwordLogin, @NonNull TextView tvLogin,
+ @NonNull TextInputLayout usernameLogin) {
+ this.rootView = rootView;
+ this.btnLoginScreen = btnLoginScreen;
+ this.dontHaveAccount = dontHaveAccount;
+ this.edtEmailLogin = edtEmailLogin;
+ this.edtPasswordLogin = edtPasswordLogin;
+ this.forgetpassword = forgetpassword;
+ this.imageView = imageView;
+ this.passwordLogin = passwordLogin;
+ this.tvLogin = tvLogin;
+ this.usernameLogin = usernameLogin;
+ }
+
+ @Override
+ @NonNull
+ public ConstraintLayout getRoot() {
+ return rootView;
+ }
+
+ @NonNull
+ public static ActivityLoginBinding inflate(@NonNull LayoutInflater inflater) {
+ return inflate(inflater, null, false);
+ }
+
+ @NonNull
+ public static ActivityLoginBinding inflate(@NonNull LayoutInflater inflater,
+ @Nullable ViewGroup parent, boolean attachToParent) {
+ View root = inflater.inflate(R.layout.activity_login, parent, false);
+ if (attachToParent) {
+ parent.addView(root);
+ }
+ return bind(root);
+ }
+
+ @NonNull
+ public static ActivityLoginBinding bind(@NonNull View rootView) {
+ // The body of this method is generated in a way you would not otherwise write.
+ // This is done to optimize the compiled bytecode for size and performance.
+ int id;
+ missingId: {
+ id = R.id.btn_login_screen;
+ AppCompatButton btnLoginScreen = ViewBindings.findChildViewById(rootView, id);
+ if (btnLoginScreen == null) {
+ break missingId;
+ }
+
+ id = R.id.dont_haveAccount;
+ TextView dontHaveAccount = ViewBindings.findChildViewById(rootView, id);
+ if (dontHaveAccount == null) {
+ break missingId;
+ }
+
+ id = R.id.edt_email_login;
+ TextInputEditText edtEmailLogin = ViewBindings.findChildViewById(rootView, id);
+ if (edtEmailLogin == null) {
+ break missingId;
+ }
+
+ id = R.id.edt_password_login;
+ TextInputEditText edtPasswordLogin = ViewBindings.findChildViewById(rootView, id);
+ if (edtPasswordLogin == null) {
+ break missingId;
+ }
+
+ id = R.id.forgetpassword;
+ TextView forgetpassword = ViewBindings.findChildViewById(rootView, id);
+ if (forgetpassword == null) {
+ break missingId;
+ }
+
+ id = R.id.imageView;
+ ImageView imageView = ViewBindings.findChildViewById(rootView, id);
+ if (imageView == null) {
+ break missingId;
+ }
+
+ id = R.id.password_login;
+ TextInputLayout passwordLogin = ViewBindings.findChildViewById(rootView, id);
+ if (passwordLogin == null) {
+ break missingId;
+ }
+
+ id = R.id.tv_login;
+ TextView tvLogin = ViewBindings.findChildViewById(rootView, id);
+ if (tvLogin == null) {
+ break missingId;
+ }
+
+ id = R.id.username_login;
+ TextInputLayout usernameLogin = ViewBindings.findChildViewById(rootView, id);
+ if (usernameLogin == null) {
+ break missingId;
+ }
+
+ return new ActivityLoginBinding((ConstraintLayout) rootView, btnLoginScreen, dontHaveAccount,
+ edtEmailLogin, edtPasswordLogin, forgetpassword, imageView, passwordLogin, tvLogin,
+ usernameLogin);
+ }
+ String missingId = rootView.getResources().getResourceName(id);
+ throw new NullPointerException("Missing required view with ID: ".concat(missingId));
+ }
+}
diff --git a/Revive/android app/ReviveMyMemory/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/revivemymemory/databinding/ActivityRegisterBinding.java b/Revive/android app/ReviveMyMemory/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/revivemymemory/databinding/ActivityRegisterBinding.java
new file mode 100644
index 000000000..a1b3e36dc
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/revivemymemory/databinding/ActivityRegisterBinding.java
@@ -0,0 +1,263 @@
+// Generated by view binder compiler. Do not edit!
+package com.example.revivemymemory.databinding;
+
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.ImageView;
+import android.widget.RelativeLayout;
+import android.widget.ScrollView;
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.viewbinding.ViewBinding;
+import androidx.viewbinding.ViewBindings;
+import com.example.revivemymemory.R;
+import com.google.android.material.textfield.TextInputEditText;
+import com.google.android.material.textfield.TextInputLayout;
+import de.hdodenhof.circleimageview.CircleImageView;
+import java.lang.NullPointerException;
+import java.lang.Override;
+import java.lang.String;
+
+public final class ActivityRegisterBinding implements ViewBinding {
+ @NonNull
+ private final ScrollView rootView;
+
+ @NonNull
+ public final TextInputEditText BOD;
+
+ @NonNull
+ public final TextInputEditText addressInputEditText;
+
+ @NonNull
+ public final TextInputLayout addressTil;
+
+ @NonNull
+ public final TextInputEditText assn;
+
+ @NonNull
+ public final ImageView backBtn;
+
+ @NonNull
+ public final TextInputLayout birthTil;
+
+ @NonNull
+ public final TextInputLayout email;
+
+ @NonNull
+ public final TextInputEditText emailInput;
+
+ @NonNull
+ public final TextInputLayout firstname;
+
+ @NonNull
+ public final TextInputEditText fname;
+
+ @NonNull
+ public final TextInputLayout lastname;
+
+ @NonNull
+ public final TextInputEditText lname;
+
+ @NonNull
+ public final TextInputEditText passwordInputEditText;
+
+ @NonNull
+ public final TextInputLayout passwordTil;
+
+ @NonNull
+ public final TextInputLayout phone;
+
+ @NonNull
+ public final TextInputEditText phoneNum;
+
+ @NonNull
+ public final CircleImageView registerBtn;
+
+ @NonNull
+ public final TextInputLayout ssn;
+
+ @NonNull
+ public final RelativeLayout toolbarRL;
+
+ private ActivityRegisterBinding(@NonNull ScrollView rootView, @NonNull TextInputEditText BOD,
+ @NonNull TextInputEditText addressInputEditText, @NonNull TextInputLayout addressTil,
+ @NonNull TextInputEditText assn, @NonNull ImageView backBtn,
+ @NonNull TextInputLayout birthTil, @NonNull TextInputLayout email,
+ @NonNull TextInputEditText emailInput, @NonNull TextInputLayout firstname,
+ @NonNull TextInputEditText fname, @NonNull TextInputLayout lastname,
+ @NonNull TextInputEditText lname, @NonNull TextInputEditText passwordInputEditText,
+ @NonNull TextInputLayout passwordTil, @NonNull TextInputLayout phone,
+ @NonNull TextInputEditText phoneNum, @NonNull CircleImageView registerBtn,
+ @NonNull TextInputLayout ssn, @NonNull RelativeLayout toolbarRL) {
+ this.rootView = rootView;
+ this.BOD = BOD;
+ this.addressInputEditText = addressInputEditText;
+ this.addressTil = addressTil;
+ this.assn = assn;
+ this.backBtn = backBtn;
+ this.birthTil = birthTil;
+ this.email = email;
+ this.emailInput = emailInput;
+ this.firstname = firstname;
+ this.fname = fname;
+ this.lastname = lastname;
+ this.lname = lname;
+ this.passwordInputEditText = passwordInputEditText;
+ this.passwordTil = passwordTil;
+ this.phone = phone;
+ this.phoneNum = phoneNum;
+ this.registerBtn = registerBtn;
+ this.ssn = ssn;
+ this.toolbarRL = toolbarRL;
+ }
+
+ @Override
+ @NonNull
+ public ScrollView getRoot() {
+ return rootView;
+ }
+
+ @NonNull
+ public static ActivityRegisterBinding inflate(@NonNull LayoutInflater inflater) {
+ return inflate(inflater, null, false);
+ }
+
+ @NonNull
+ public static ActivityRegisterBinding inflate(@NonNull LayoutInflater inflater,
+ @Nullable ViewGroup parent, boolean attachToParent) {
+ View root = inflater.inflate(R.layout.activity_register, parent, false);
+ if (attachToParent) {
+ parent.addView(root);
+ }
+ return bind(root);
+ }
+
+ @NonNull
+ public static ActivityRegisterBinding bind(@NonNull View rootView) {
+ // The body of this method is generated in a way you would not otherwise write.
+ // This is done to optimize the compiled bytecode for size and performance.
+ int id;
+ missingId: {
+ id = R.id.BOD;
+ TextInputEditText BOD = ViewBindings.findChildViewById(rootView, id);
+ if (BOD == null) {
+ break missingId;
+ }
+
+ id = R.id.addressInputEditText;
+ TextInputEditText addressInputEditText = ViewBindings.findChildViewById(rootView, id);
+ if (addressInputEditText == null) {
+ break missingId;
+ }
+
+ id = R.id.addressTil;
+ TextInputLayout addressTil = ViewBindings.findChildViewById(rootView, id);
+ if (addressTil == null) {
+ break missingId;
+ }
+
+ id = R.id.assn;
+ TextInputEditText assn = ViewBindings.findChildViewById(rootView, id);
+ if (assn == null) {
+ break missingId;
+ }
+
+ id = R.id.backBtn;
+ ImageView backBtn = ViewBindings.findChildViewById(rootView, id);
+ if (backBtn == null) {
+ break missingId;
+ }
+
+ id = R.id.birthTil;
+ TextInputLayout birthTil = ViewBindings.findChildViewById(rootView, id);
+ if (birthTil == null) {
+ break missingId;
+ }
+
+ id = R.id.email;
+ TextInputLayout email = ViewBindings.findChildViewById(rootView, id);
+ if (email == null) {
+ break missingId;
+ }
+
+ id = R.id.emailInput;
+ TextInputEditText emailInput = ViewBindings.findChildViewById(rootView, id);
+ if (emailInput == null) {
+ break missingId;
+ }
+
+ id = R.id.firstname;
+ TextInputLayout firstname = ViewBindings.findChildViewById(rootView, id);
+ if (firstname == null) {
+ break missingId;
+ }
+
+ id = R.id.fname;
+ TextInputEditText fname = ViewBindings.findChildViewById(rootView, id);
+ if (fname == null) {
+ break missingId;
+ }
+
+ id = R.id.lastname;
+ TextInputLayout lastname = ViewBindings.findChildViewById(rootView, id);
+ if (lastname == null) {
+ break missingId;
+ }
+
+ id = R.id.lname;
+ TextInputEditText lname = ViewBindings.findChildViewById(rootView, id);
+ if (lname == null) {
+ break missingId;
+ }
+
+ id = R.id.passwordInputEditText;
+ TextInputEditText passwordInputEditText = ViewBindings.findChildViewById(rootView, id);
+ if (passwordInputEditText == null) {
+ break missingId;
+ }
+
+ id = R.id.passwordTil;
+ TextInputLayout passwordTil = ViewBindings.findChildViewById(rootView, id);
+ if (passwordTil == null) {
+ break missingId;
+ }
+
+ id = R.id.phone;
+ TextInputLayout phone = ViewBindings.findChildViewById(rootView, id);
+ if (phone == null) {
+ break missingId;
+ }
+
+ id = R.id.phoneNum;
+ TextInputEditText phoneNum = ViewBindings.findChildViewById(rootView, id);
+ if (phoneNum == null) {
+ break missingId;
+ }
+
+ id = R.id.registerBtn;
+ CircleImageView registerBtn = ViewBindings.findChildViewById(rootView, id);
+ if (registerBtn == null) {
+ break missingId;
+ }
+
+ id = R.id.ssn;
+ TextInputLayout ssn = ViewBindings.findChildViewById(rootView, id);
+ if (ssn == null) {
+ break missingId;
+ }
+
+ id = R.id.toolbarRL;
+ RelativeLayout toolbarRL = ViewBindings.findChildViewById(rootView, id);
+ if (toolbarRL == null) {
+ break missingId;
+ }
+
+ return new ActivityRegisterBinding((ScrollView) rootView, BOD, addressInputEditText,
+ addressTil, assn, backBtn, birthTil, email, emailInput, firstname, fname, lastname, lname,
+ passwordInputEditText, passwordTil, phone, phoneNum, registerBtn, ssn, toolbarRL);
+ }
+ String missingId = rootView.getResources().getResourceName(id);
+ throw new NullPointerException("Missing required view with ID: ".concat(missingId));
+ }
+}
diff --git a/Revive/android app/ReviveMyMemory/app/build/generated/data_binding_trigger/debug/com/example/revivemymemory/DataBindingTriggerClass.java b/Revive/android app/ReviveMyMemory/app/build/generated/data_binding_trigger/debug/com/example/revivemymemory/DataBindingTriggerClass.java
new file mode 100644
index 000000000..454924f8b
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/generated/data_binding_trigger/debug/com/example/revivemymemory/DataBindingTriggerClass.java
@@ -0,0 +1,4 @@
+package com.example.revivemymemory;
+
+@androidx.databinding.BindingBuildInfo
+public class DataBindingTriggerClass {}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/generated/source/buildConfig/debug/com/example/revivemymemory/BuildConfig.java b/Revive/android app/ReviveMyMemory/app/build/generated/source/buildConfig/debug/com/example/revivemymemory/BuildConfig.java
new file mode 100644
index 000000000..009ab5fe0
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/generated/source/buildConfig/debug/com/example/revivemymemory/BuildConfig.java
@@ -0,0 +1,12 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package com.example.revivemymemory;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String APPLICATION_ID = "com.example.revivemymemory";
+ public static final String BUILD_TYPE = "debug";
+ public static final int VERSION_CODE = 1;
+ public static final String VERSION_NAME = "1.0";
+}
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
new file mode 100644
index 000000000..11a9256b7
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
@@ -0,0 +1 @@
+{"databinding-compiler-7.4.2.jar (androidx.databinding:databinding-compiler:7.4.2)":"INCREMENTAL_AP"}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/apk/debug/app-debug.apk b/Revive/android app/ReviveMyMemory/app/build/intermediates/apk/debug/app-debug.apk
new file mode 100644
index 000000000..46cb94ed9
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/apk/debug/app-debug.apk differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/apk/debug/output-metadata.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/apk/debug/output-metadata.json
new file mode 100644
index 000000000..fe8cb75a2
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/apk/debug/output-metadata.json
@@ -0,0 +1,20 @@
+{
+ "version": 3,
+ "artifactType": {
+ "type": "APK",
+ "kind": "Directory"
+ },
+ "applicationId": "com.example.revivemymemory",
+ "variantName": "debug",
+ "elements": [
+ {
+ "type": "SINGLE",
+ "filters": [],
+ "attributes": [],
+ "versionCode": 1,
+ "versionName": "1.0",
+ "outputFile": "app-debug.apk"
+ }
+ ],
+ "elementType": "File"
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt b/Revive/android app/ReviveMyMemory/app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt
new file mode 100644
index 000000000..46dacc656
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt
@@ -0,0 +1,2 @@
+#- File Locator -
+listingFile=../../apk/debug/output-metadata.json
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/app_metadata/debug/app-metadata.properties b/Revive/android app/ReviveMyMemory/app/build/intermediates/app_metadata/debug/app-metadata.properties
new file mode 100644
index 000000000..260f1ee92
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/app_metadata/debug/app-metadata.properties
@@ -0,0 +1,2 @@
+appMetadataVersion=1.1
+androidGradlePluginVersion=7.4.2
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json
new file mode 100644
index 000000000..9556bcbbe
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json
@@ -0,0 +1,10 @@
+{
+ "version": 3,
+ "artifactType": {
+ "type": "COMPATIBLE_SCREEN_MANIFEST",
+ "kind": "Directory"
+ },
+ "applicationId": "com.example.revivemymemory",
+ "variantName": "debug",
+ "elements": []
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar b/Revive/android app/ReviveMyMemory/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar
new file mode 100644
index 000000000..66ee4a29f
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_artifact/debug/com.example.revivemymemory-br.bin b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_artifact/debug/com.example.revivemymemory-br.bin
new file mode 100644
index 000000000..79c31838e
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_artifact/debug/com.example.revivemymemory-br.bin differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_artifact/debug/com.example.revivemymemory-setter_store.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_artifact/debug/com.example.revivemymemory-setter_store.json
new file mode 100644
index 000000000..5f36d339e
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_artifact/debug/com.example.revivemymemory-setter_store.json
@@ -0,0 +1 @@
+{"version":5,"adapterMethods":{},"renamedMethods":{},"conversionMethods":{},"untaggableTypes":{},"multiValueAdapters":{},"inverseAdapters":{},"inverseMethods":{},"twoWayMethods":{},"useAndroidX":true}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_base_class_log_artifact/debug/out/com.example.revivemymemory-binding_classes.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_base_class_log_artifact/debug/out/com.example.revivemymemory-binding_classes.json
new file mode 100644
index 000000000..39e8a7711
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_base_class_log_artifact/debug/out/com.example.revivemymemory-binding_classes.json differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_dependency_artifacts/debug/androidx.databinding.library.baseAdapters-br.bin b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_dependency_artifacts/debug/androidx.databinding.library.baseAdapters-br.bin
new file mode 100644
index 000000000..56dbcb66b
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_dependency_artifacts/debug/androidx.databinding.library.baseAdapters-br.bin differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_dependency_artifacts/debug/androidx.databinding.library.baseAdapters-setter_store.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_dependency_artifacts/debug/androidx.databinding.library.baseAdapters-setter_store.json
new file mode 100644
index 000000000..73a96aebc
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_dependency_artifacts/debug/androidx.databinding.library.baseAdapters-setter_store.json
@@ -0,0 +1 @@
+{"version":5,"adapterMethods":{"android:animateLayoutChanges":[[{"viewType":"android.view.ViewGroup","valueType":"boolean"},{"type":"androidx.databinding.adapters.ViewGroupBindingAdapter","method":"setAnimateLayoutChanges","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:autoText":[[{"viewType":"android.widget.TextView","valueType":"boolean"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setAutoText","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:background":[[{"viewType":"android.view.View","valueType":"android.graphics.drawable.Drawable"},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setBackground","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:bufferType":[[{"viewType":"android.widget.TextView","valueType":"android.widget.TextView.BufferType"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setBufferType","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:capitalize":[[{"viewType":"android.widget.TextView","valueType":"android.text.method.TextKeyListener.Capitalize"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setCapitalize","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:checked":[[{"viewType":"android.widget.CompoundButton","valueType":"boolean"},{"type":"androidx.databinding.adapters.CompoundButtonBindingAdapter","method":"setChecked","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:checkedButton":[[{"viewType":"android.widget.RadioGroup","valueType":"int"},{"type":"androidx.databinding.adapters.RadioGroupBindingAdapter","method":"setCheckedButton","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:collapseColumns":[[{"viewType":"android.widget.TableLayout","valueType":"java.lang.CharSequence"},{"type":"androidx.databinding.adapters.TableLayoutBindingAdapter","method":"setCollapseColumns","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:currentTab":[[{"viewType":"android.widget.TabHost","valueType":"int"},{"type":"androidx.databinding.adapters.TabHostBindingAdapter","method":"setCurrentTab","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.TabHost","valueType":"java.lang.String"},{"type":"androidx.databinding.adapters.TabHostBindingAdapter","method":"setCurrentTabTag","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:date":[[{"viewType":"android.widget.CalendarView","valueType":"long"},{"type":"androidx.databinding.adapters.CalendarViewBindingAdapter","method":"setDate","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:digits":[[{"viewType":"android.widget.TextView","valueType":"java.lang.CharSequence"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setDigits","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:drawableBottom":[[{"viewType":"android.widget.TextView","valueType":"android.graphics.drawable.Drawable"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setDrawableBottom","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:drawableEnd":[[{"viewType":"android.widget.TextView","valueType":"android.graphics.drawable.Drawable"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setDrawableEnd","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:drawableLeft":[[{"viewType":"android.widget.TextView","valueType":"android.graphics.drawable.Drawable"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setDrawableLeft","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:drawableRight":[[{"viewType":"android.widget.TextView","valueType":"android.graphics.drawable.Drawable"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setDrawableRight","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:drawableStart":[[{"viewType":"android.widget.TextView","valueType":"android.graphics.drawable.Drawable"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setDrawableStart","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:drawableTop":[[{"viewType":"android.widget.TextView","valueType":"android.graphics.drawable.Drawable"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setDrawableTop","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:entries":[[{"viewType":"android.widget.AbsSpinner","valueType":"java.lang.CharSequence[]"},{"type":"androidx.databinding.adapters.AbsSpinnerBindingAdapter","method":"setEntries","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.AbsSpinner","valueType":"java.util.List"},{"type":"androidx.databinding.adapters.AbsSpinnerBindingAdapter","method":"setEntries","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:hour":[[{"viewType":"android.widget.TimePicker","valueType":"int"},{"type":"androidx.databinding.adapters.TimePickerBindingAdapter","method":"setHour","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:imeActionId":[[{"viewType":"android.widget.TextView","valueType":"int"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setImeActionLabel","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:imeActionLabel":[[{"viewType":"android.widget.TextView","valueType":"java.lang.CharSequence"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setImeActionLabel","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:inputMethod":[[{"viewType":"android.widget.TextView","valueType":"java.lang.CharSequence"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setInputMethod","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:lineSpacingExtra":[[{"viewType":"android.widget.TextView","valueType":"float"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setLineSpacingExtra","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:lineSpacingMultiplier":[[{"viewType":"android.widget.TextView","valueType":"float"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setLineSpacingMultiplier","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:maxLength":[[{"viewType":"android.widget.TextView","valueType":"int"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setMaxLength","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:minute":[[{"viewType":"android.widget.TimePicker","valueType":"int"},{"type":"androidx.databinding.adapters.TimePickerBindingAdapter","method":"setMinute","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:numeric":[[{"viewType":"android.widget.TextView","valueType":"int"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setNumeric","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:onInflate":[[{"viewType":"androidx.databinding.ViewStubProxy","valueType":"android.view.ViewStub.OnInflateListener"},{"type":"androidx.databinding.adapters.ViewStubBindingAdapter","method":"setOnInflateListener","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:onLayoutChange":[[{"viewType":"android.view.View","valueType":"android.view.View.OnLayoutChangeListener"},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnLayoutChangeListener","requiresOldValue":true,"isStatic":true,"componentClass":null}]],"android:padding":[[{"viewType":"android.view.View","valueType":"float"},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setPadding","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:paddingBottom":[[{"viewType":"android.view.View","valueType":"float"},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setPaddingBottom","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:paddingEnd":[[{"viewType":"android.view.View","valueType":"float"},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setPaddingEnd","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:paddingLeft":[[{"viewType":"android.view.View","valueType":"float"},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setPaddingLeft","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:paddingRight":[[{"viewType":"android.view.View","valueType":"float"},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setPaddingRight","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:paddingStart":[[{"viewType":"android.view.View","valueType":"float"},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setPaddingStart","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:paddingTop":[[{"viewType":"android.view.View","valueType":"float"},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setPaddingTop","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:password":[[{"viewType":"android.widget.TextView","valueType":"boolean"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setPassword","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:phoneNumber":[[{"viewType":"android.widget.TextView","valueType":"boolean"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setPhoneNumber","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:progress":[[{"viewType":"android.widget.SeekBar","valueType":"int"},{"type":"androidx.databinding.adapters.SeekBarBindingAdapter","method":"setProgress","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:rating":[[{"viewType":"android.widget.RatingBar","valueType":"float"},{"type":"androidx.databinding.adapters.RatingBarBindingAdapter","method":"setRating","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:requiresFadingEdge":[[{"viewType":"android.view.View","valueType":"int"},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setRequiresFadingEdge","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:selectedItemPosition":[[{"viewType":"android.widget.AdapterView","valueType":"int"},{"type":"androidx.databinding.adapters.AdapterViewBindingAdapter","method":"setSelectedItemPosition","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:selection":[[{"viewType":"android.widget.AdapterView","valueType":"int"},{"type":"androidx.databinding.adapters.AdapterViewBindingAdapter","method":"setSelection","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:shadowColor":[[{"viewType":"android.widget.TextView","valueType":"int"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setShadowColor","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:shadowDx":[[{"viewType":"android.widget.TextView","valueType":"float"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setShadowDx","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:shadowDy":[[{"viewType":"android.widget.TextView","valueType":"float"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setShadowDy","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:shadowRadius":[[{"viewType":"android.widget.TextView","valueType":"float"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setShadowRadius","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:shrinkColumns":[[{"viewType":"android.widget.TableLayout","valueType":"java.lang.CharSequence"},{"type":"androidx.databinding.adapters.TableLayoutBindingAdapter","method":"setShrinkColumns","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:src":[[{"viewType":"android.widget.ImageView","valueType":"android.graphics.drawable.Drawable"},{"type":"androidx.databinding.adapters.ImageViewBindingAdapter","method":"setImageDrawable","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.ImageView","valueType":"android.net.Uri"},{"type":"androidx.databinding.adapters.ImageViewBindingAdapter","method":"setImageUri","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.ImageView","valueType":"java.lang.String"},{"type":"androidx.databinding.adapters.ImageViewBindingAdapter","method":"setImageUri","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:stretchColumns":[[{"viewType":"android.widget.TableLayout","valueType":"java.lang.CharSequence"},{"type":"androidx.databinding.adapters.TableLayoutBindingAdapter","method":"setStretchColumns","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:switchTextAppearance":[[{"viewType":"android.widget.Switch","valueType":"int"},{"type":"androidx.databinding.adapters.SwitchBindingAdapter","method":"setSwitchTextAppearance","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"androidx.appcompat.widget.SwitchCompat","valueType":"int"},{"type":"androidx.databinding.adapters.SwitchCompatBindingAdapter","method":"setSwitchTextAppearance","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:text":[[{"viewType":"android.widget.TextView","valueType":"java.lang.CharSequence"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setText","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:textSize":[[{"viewType":"android.widget.TextView","valueType":"float"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setTextSize","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:value":[[{"viewType":"android.widget.NumberPicker","valueType":"int"},{"type":"androidx.databinding.adapters.NumberPickerBindingAdapter","method":"setValue","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"contentPadding":[[{"viewType":"androidx.cardview.widget.CardView","valueType":"int"},{"type":"androidx.databinding.adapters.CardViewBindingAdapter","method":"setContentPadding","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"contentPaddingBottom":[[{"viewType":"androidx.cardview.widget.CardView","valueType":"int"},{"type":"androidx.databinding.adapters.CardViewBindingAdapter","method":"setContentPaddingBottom","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"contentPaddingLeft":[[{"viewType":"androidx.cardview.widget.CardView","valueType":"int"},{"type":"androidx.databinding.adapters.CardViewBindingAdapter","method":"setContentPaddingLeft","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"contentPaddingRight":[[{"viewType":"androidx.cardview.widget.CardView","valueType":"int"},{"type":"androidx.databinding.adapters.CardViewBindingAdapter","method":"setContentPaddingRight","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"contentPaddingTop":[[{"viewType":"androidx.cardview.widget.CardView","valueType":"int"},{"type":"androidx.databinding.adapters.CardViewBindingAdapter","method":"setContentPaddingTop","requiresOldValue":false,"isStatic":true,"componentClass":null}]]},"renamedMethods":{"android:alwaysDrawnWithCache":{"android.view.ViewGroup":{"type":"androidx.databinding.adapters.ViewGroupBindingAdapter","method":"setAlwaysDrawnWithCacheEnabled","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:animationCache":{"android.view.ViewGroup":{"type":"androidx.databinding.adapters.ViewGroupBindingAdapter","method":"setAnimationCacheEnabled","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:autoLink":{"android.widget.TextView":{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setAutoLinkMask","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:backgroundTint":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setBackgroundTintList","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:buttonTint":{"android.widget.CompoundButton":{"type":"androidx.databinding.adapters.CompoundButtonBindingAdapter","method":"setButtonTintList","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:checkMark":{"android.widget.CheckedTextView":{"type":"androidx.databinding.adapters.CheckedTextViewBindingAdapter","method":"setCheckMarkDrawable","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:checkMarkTint":{"android.widget.CheckedTextView":{"type":"androidx.databinding.adapters.CheckedTextViewBindingAdapter","method":"setCheckMarkTintList","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:completionThreshold":{"android.widget.AutoCompleteTextView":{"type":"androidx.databinding.adapters.AutoCompleteTextViewBindingAdapter","method":"setThreshold","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:divider":{"android.widget.LinearLayout":{"type":"androidx.databinding.adapters.LinearLayoutBindingAdapter","method":"setDividerDrawable","requiresOldValue":false,"isStatic":true,"componentClass":null},"android.widget.TabWidget":{"type":"androidx.databinding.adapters.TabWidgetBindingAdapter","method":"setDividerDrawable","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:drawablePadding":{"android.widget.TextView":{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setCompoundDrawablePadding","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:editorExtras":{"android.widget.TextView":{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setInputExtras","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:fadeScrollbars":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setScrollbarFadingEnabled","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:foregroundTint":{"android.widget.FrameLayout":{"type":"androidx.databinding.adapters.FrameLayoutBindingAdapter","method":"setForegroundTintList","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:format":{"android.widget.NumberPicker":{"type":"androidx.databinding.adapters.NumberPickerBindingAdapter","method":"setFormatter","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:getOutline":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOutlineProvider","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:indeterminateTint":{"android.widget.ProgressBar":{"type":"androidx.databinding.adapters.ProgressBarBindingAdapter","method":"setIndeterminateTintList","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:inputType":{"android.widget.TextView":{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setRawInputType","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:layout":{"android.view.ViewStub":{"type":"androidx.databinding.adapters.ViewStubBindingAdapter","method":"setLayoutResource","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:listSelector":{"android.widget.AbsListView":{"type":"androidx.databinding.adapters.AbsListViewBindingAdapter","method":"setSelector","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:measureWithLargestChild":{"android.widget.LinearLayout":{"type":"androidx.databinding.adapters.LinearLayoutBindingAdapter","method":"setMeasureWithLargestChildEnabled","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:nextFocusDown":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setNextFocusDownId","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:nextFocusForward":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setNextFocusForwardId","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:nextFocusLeft":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setNextFocusLeftId","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:nextFocusRight":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setNextFocusRightId","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:nextFocusUp":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setNextFocusUpId","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onApplyWindowInsets":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnApplyWindowInsetsListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onCheckedChanged":{"android.widget.CompoundButton":{"type":"androidx.databinding.adapters.CompoundButtonBindingAdapter","method":"setOnCheckedChangeListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onChildClick":{"android.widget.ExpandableListView":{"type":"androidx.databinding.adapters.ExpandableListViewBindingAdapter","method":"setOnChildClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onChronometerTick":{"android.widget.Chronometer":{"type":"androidx.databinding.adapters.ChronometerBindingAdapter","method":"setOnChronometerTickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onClick":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onClose":{"android.widget.SearchView":{"type":"androidx.databinding.adapters.SearchViewBindingAdapter","method":"setOnCloseListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onCompletion":{"android.widget.VideoView":{"type":"androidx.databinding.adapters.VideoViewBindingAdapter","method":"setOnCompletionListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onCreateContextMenu":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnCreateContextMenuListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onDismiss":{"android.widget.AutoCompleteTextView":{"type":"androidx.databinding.adapters.AutoCompleteTextViewBindingAdapter","method":"setOnDismissListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onDrag":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnDragListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onEditorAction":{"android.widget.TextView":{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setOnEditorActionListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onError":{"android.widget.VideoView":{"type":"androidx.databinding.adapters.VideoViewBindingAdapter","method":"setOnErrorListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onFocusChange":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnFocusChangeListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onGenericMotion":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnGenericMotionListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onGroupClick":{"android.widget.ExpandableListView":{"type":"androidx.databinding.adapters.ExpandableListViewBindingAdapter","method":"setOnGroupClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onGroupCollapse":{"android.widget.ExpandableListView":{"type":"androidx.databinding.adapters.ExpandableListViewBindingAdapter","method":"setOnGroupCollapseListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onGroupExpand":{"android.widget.ExpandableListView":{"type":"androidx.databinding.adapters.ExpandableListViewBindingAdapter","method":"setOnGroupExpandListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onHover":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnHoverListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onInfo":{"android.widget.VideoView":{"type":"androidx.databinding.adapters.VideoViewBindingAdapter","method":"setOnInfoListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onItemClick":{"android.widget.AdapterView":{"type":"androidx.databinding.adapters.AdapterViewBindingAdapter","method":"setOnItemClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null},"android.widget.AutoCompleteTextView":{"type":"androidx.databinding.adapters.AutoCompleteTextViewBindingAdapter","method":"setOnItemClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onItemLongClick":{"android.widget.AdapterView":{"type":"androidx.databinding.adapters.AdapterViewBindingAdapter","method":"setOnItemLongClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onKey":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnKeyListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onLongClick":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnLongClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onMenuItemClick":{"android.widget.ActionMenuView":{"type":"androidx.databinding.adapters.ActionMenuViewBindingAdapter","method":"setOnMenuItemClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null},"android.widget.Toolbar":{"type":"androidx.databinding.adapters.ToolbarBindingAdapter","method":"setOnMenuItemClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onMovedToScrapHeap":{"android.widget.AbsListView":{"type":"androidx.databinding.adapters.AbsListViewBindingAdapter","method":"setRecyclerListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onNavigationClick":{"android.widget.Toolbar":{"type":"androidx.databinding.adapters.ToolbarBindingAdapter","method":"setNavigationOnClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onPrepared":{"android.widget.VideoView":{"type":"androidx.databinding.adapters.VideoViewBindingAdapter","method":"setOnPreparedListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onQueryTextFocusChange":{"android.widget.SearchView":{"type":"androidx.databinding.adapters.SearchViewBindingAdapter","method":"setOnQueryTextFocusChangeListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onScrollStateChange":{"android.widget.NumberPicker":{"type":"androidx.databinding.adapters.NumberPickerBindingAdapter","method":"setOnScrollListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onSearchClick":{"android.widget.SearchView":{"type":"androidx.databinding.adapters.SearchViewBindingAdapter","method":"setOnSearchClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onSystemUiVisibilityChange":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnSystemUiVisibilityChangeListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onTouch":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnTouchListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onZoomIn":{"android.widget.ZoomControls":{"type":"androidx.databinding.adapters.ZoomControlsBindingAdapter","method":"setOnZoomInClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onZoomOut":{"android.widget.ZoomControls":{"type":"androidx.databinding.adapters.ZoomControlsBindingAdapter","method":"setOnZoomOutClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:popupBackground":{"android.widget.AutoCompleteTextView":{"type":"androidx.databinding.adapters.AutoCompleteTextViewBindingAdapter","method":"setDropDownBackgroundDrawable","requiresOldValue":false,"isStatic":true,"componentClass":null},"android.widget.Spinner":{"type":"androidx.databinding.adapters.SpinnerBindingAdapter","method":"setPopupBackgroundDrawable","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:progressTint":{"android.widget.ProgressBar":{"type":"androidx.databinding.adapters.ProgressBarBindingAdapter","method":"setProgressTintList","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:requiresFadingEdge":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setVerticalFadingEdgeEnabled","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:scrollHorizontally":{"android.widget.TextView":{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setHorizontallyScrolling","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:scrollbarDefaultDelayBeforeFade":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setScrollBarDefaultDelayBeforeFade","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:scrollbarFadeDuration":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setScrollBarFadeDuration","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:scrollbarSize":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setScrollBarSize","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:scrollbarStyle":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setScrollBarStyle","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:scrollingCache":{"android.widget.AbsListView":{"type":"androidx.databinding.adapters.AbsListViewBindingAdapter","method":"setScrollingCacheEnabled","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:secondaryProgressTint":{"android.widget.ProgressBar":{"type":"androidx.databinding.adapters.ProgressBarBindingAdapter","method":"setSecondaryProgressTintList","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:smoothScrollbar":{"android.widget.AbsListView":{"type":"androidx.databinding.adapters.AbsListViewBindingAdapter","method":"setSmoothScrollbarEnabled","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:splitMotionEvents":{"android.view.ViewGroup":{"type":"androidx.databinding.adapters.ViewGroupBindingAdapter","method":"setMotionEventSplittingEnabled","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:tabStripEnabled":{"android.widget.TabWidget":{"type":"androidx.databinding.adapters.TabWidgetBindingAdapter","method":"setStripEnabled","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:tabStripLeft":{"android.widget.TabWidget":{"type":"androidx.databinding.adapters.TabWidgetBindingAdapter","method":"setLeftStripDrawable","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:tabStripRight":{"android.widget.TabWidget":{"type":"androidx.databinding.adapters.TabWidgetBindingAdapter","method":"setRightStripDrawable","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:textAllCaps":{"android.widget.TextView":{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setAllCaps","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:textColorHighlight":{"android.widget.TextView":{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setHighlightColor","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:textColorHint":{"android.widget.TextView":{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setHintTextColor","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:textColorLink":{"android.widget.TextView":{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setLinkTextColor","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:thumb":{"android.widget.Switch":{"type":"androidx.databinding.adapters.SwitchBindingAdapter","method":"setThumbDrawable","requiresOldValue":false,"isStatic":true,"componentClass":null},"androidx.appcompat.widget.SwitchCompat":{"type":"androidx.databinding.adapters.SwitchCompatBindingAdapter","method":"setThumbDrawable","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:thumbTint":{"android.widget.AbsSeekBar":{"type":"androidx.databinding.adapters.AbsSeekBarBindingAdapter","method":"setThumbTintList","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:tint":{"android.widget.ImageView":{"type":"androidx.databinding.adapters.ImageViewBindingAdapter","method":"setImageTintList","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:tintMode":{"android.widget.ImageView":{"type":"androidx.databinding.adapters.ImageViewBindingAdapter","method":"setImageTintMode","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:track":{"android.widget.Switch":{"type":"androidx.databinding.adapters.SwitchBindingAdapter","method":"setTrackDrawable","requiresOldValue":false,"isStatic":true,"componentClass":null},"androidx.appcompat.widget.SwitchCompat":{"type":"androidx.databinding.adapters.SwitchCompatBindingAdapter","method":"setTrackDrawable","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:transformPivotX":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setPivotX","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:transformPivotY":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setPivotY","requiresOldValue":false,"isStatic":true,"componentClass":null}},"cardCornerRadius":{"androidx.cardview.widget.CardView":{"type":"androidx.databinding.adapters.CardViewBindingAdapter","method":"setRadius","requiresOldValue":false,"isStatic":true,"componentClass":null}},"cardMaxElevation":{"androidx.cardview.widget.CardView":{"type":"androidx.databinding.adapters.CardViewBindingAdapter","method":"setMaxCardElevation","requiresOldValue":false,"isStatic":true,"componentClass":null}},"cardPreventCornerOverlap":{"androidx.cardview.widget.CardView":{"type":"androidx.databinding.adapters.CardViewBindingAdapter","method":"setPreventCornerOverlap","requiresOldValue":false,"isStatic":true,"componentClass":null}},"cardUseCompatPadding":{"androidx.cardview.widget.CardView":{"type":"androidx.databinding.adapters.CardViewBindingAdapter","method":"setUseCompatPadding","requiresOldValue":false,"isStatic":true,"componentClass":null}}},"conversionMethods":{"int":{"android.content.res.ColorStateList":{"type":"androidx.databinding.adapters.Converters","method":"convertColorToColorStateList","requiresOldValue":false,"isStatic":true,"componentClass":null},"android.graphics.drawable.ColorDrawable":{"type":"androidx.databinding.adapters.Converters","method":"convertColorToDrawable","requiresOldValue":false,"isStatic":true,"componentClass":null}}},"untaggableTypes":{"android.view.ViewStub":"androidx.databinding.adapters.ViewStubBindingAdapter"},"multiValueAdapters":[[{"viewType":"android.view.View","attributes":["android:onClick","android:clickable"],"parameterTypes":["android.view.View.OnClickListener","boolean"],"requireAll":true,"attributeIndices":{"android:clickable":1,"android:onClick":0}},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnClick","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.view.View","attributes":["android:onClickListener","android:clickable"],"parameterTypes":["android.view.View.OnClickListener","boolean"],"requireAll":true,"attributeIndices":{"android:clickable":1,"android:onClickListener":0}},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.view.View","attributes":["android:onLongClick","android:longClickable"],"parameterTypes":["android.view.View.OnLongClickListener","boolean"],"requireAll":true,"attributeIndices":{"android:longClickable":1,"android:onLongClick":0}},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnLongClick","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.view.View","attributes":["android:onLongClickListener","android:longClickable"],"parameterTypes":["android.view.View.OnLongClickListener","boolean"],"requireAll":true,"attributeIndices":{"android:longClickable":1,"android:onLongClickListener":0}},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnLongClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.view.View","attributes":["android:onViewDetachedFromWindow","android:onViewAttachedToWindow"],"parameterTypes":["androidx.databinding.adapters.ViewBindingAdapter.OnViewDetachedFromWindow","androidx.databinding.adapters.ViewBindingAdapter.OnViewAttachedToWindow"],"requireAll":false,"attributeIndices":{"android:onViewAttachedToWindow":1,"android:onViewDetachedFromWindow":0}},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnAttachStateChangeListener","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.view.ViewGroup","attributes":["android:onChildViewAdded","android:onChildViewRemoved"],"parameterTypes":["androidx.databinding.adapters.ViewGroupBindingAdapter.OnChildViewAdded","androidx.databinding.adapters.ViewGroupBindingAdapter.OnChildViewRemoved"],"requireAll":false,"attributeIndices":{"android:onChildViewAdded":0,"android:onChildViewRemoved":1}},{"type":"androidx.databinding.adapters.ViewGroupBindingAdapter","method":"setListener","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.view.ViewGroup","attributes":["android:onAnimationStart","android:onAnimationEnd","android:onAnimationRepeat"],"parameterTypes":["androidx.databinding.adapters.ViewGroupBindingAdapter.OnAnimationStart","androidx.databinding.adapters.ViewGroupBindingAdapter.OnAnimationEnd","androidx.databinding.adapters.ViewGroupBindingAdapter.OnAnimationRepeat"],"requireAll":false,"attributeIndices":{"android:onAnimationEnd":1,"android:onAnimationRepeat":2,"android:onAnimationStart":0}},{"type":"androidx.databinding.adapters.ViewGroupBindingAdapter","method":"setListener","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.AbsListView","attributes":["android:onScroll","android:onScrollStateChanged"],"parameterTypes":["androidx.databinding.adapters.AbsListViewBindingAdapter.OnScroll","androidx.databinding.adapters.AbsListViewBindingAdapter.OnScrollStateChanged"],"requireAll":false,"attributeIndices":{"android:onScroll":0,"android:onScrollStateChanged":1}},{"type":"androidx.databinding.adapters.AbsListViewBindingAdapter","method":"setOnScroll","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.AdapterView","attributes":["android:selectedItemPosition","android:adapter"],"parameterTypes":["int","android.widget.Adapter"],"requireAll":true,"attributeIndices":{"android:adapter":1,"android:selectedItemPosition":0}},{"type":"androidx.databinding.adapters.AdapterViewBindingAdapter","method":"setSelectedItemPosition","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.AdapterView","attributes":["android:selection","android:adapter"],"parameterTypes":["int","android.widget.Adapter"],"requireAll":true,"attributeIndices":{"android:adapter":1,"android:selection":0}},{"type":"androidx.databinding.adapters.AdapterViewBindingAdapter","method":"setSelection","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.AdapterView","attributes":["android:onItemSelected","android:onNothingSelected","android:selectedItemPositionAttrChanged"],"parameterTypes":["androidx.databinding.adapters.AdapterViewBindingAdapter.OnItemSelected","androidx.databinding.adapters.AdapterViewBindingAdapter.OnNothingSelected","androidx.databinding.InverseBindingListener"],"requireAll":false,"attributeIndices":{"android:onItemSelected":0,"android:onNothingSelected":1,"android:selectedItemPositionAttrChanged":2}},{"type":"androidx.databinding.adapters.AdapterViewBindingAdapter","method":"setOnItemSelectedListener","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.AutoCompleteTextView","attributes":["android:fixText","android:isValid"],"parameterTypes":["androidx.databinding.adapters.AutoCompleteTextViewBindingAdapter.FixText","androidx.databinding.adapters.AutoCompleteTextViewBindingAdapter.IsValid"],"requireAll":false,"attributeIndices":{"android:fixText":0,"android:isValid":1}},{"type":"androidx.databinding.adapters.AutoCompleteTextViewBindingAdapter","method":"setValidator","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.AutoCompleteTextView","attributes":["android:onItemSelected","android:onNothingSelected"],"parameterTypes":["androidx.databinding.adapters.AdapterViewBindingAdapter.OnItemSelected","androidx.databinding.adapters.AdapterViewBindingAdapter.OnNothingSelected"],"requireAll":false,"attributeIndices":{"android:onItemSelected":0,"android:onNothingSelected":1}},{"type":"androidx.databinding.adapters.AutoCompleteTextViewBindingAdapter","method":"setOnItemSelectedListener","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.CalendarView","attributes":["android:onSelectedDayChange","android:dateAttrChanged"],"parameterTypes":["android.widget.CalendarView.OnDateChangeListener","androidx.databinding.InverseBindingListener"],"requireAll":false,"attributeIndices":{"android:dateAttrChanged":1,"android:onSelectedDayChange":0}},{"type":"androidx.databinding.adapters.CalendarViewBindingAdapter","method":"setListeners","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.CompoundButton","attributes":["android:onCheckedChanged","android:checkedAttrChanged"],"parameterTypes":["android.widget.CompoundButton.OnCheckedChangeListener","androidx.databinding.InverseBindingListener"],"requireAll":false,"attributeIndices":{"android:checkedAttrChanged":1,"android:onCheckedChanged":0}},{"type":"androidx.databinding.adapters.CompoundButtonBindingAdapter","method":"setListeners","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.DatePicker","attributes":["android:year","android:month","android:day","android:onDateChanged","android:yearAttrChanged","android:monthAttrChanged","android:dayAttrChanged"],"parameterTypes":["int","int","int","android.widget.DatePicker.OnDateChangedListener","androidx.databinding.InverseBindingListener","androidx.databinding.InverseBindingListener","androidx.databinding.InverseBindingListener"],"requireAll":false,"attributeIndices":{"android:day":2,"android:dayAttrChanged":6,"android:month":1,"android:monthAttrChanged":5,"android:onDateChanged":3,"android:year":0,"android:yearAttrChanged":4}},{"type":"androidx.databinding.adapters.DatePickerBindingAdapter","method":"setListeners","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.NumberPicker","attributes":["android:onValueChange","android:valueAttrChanged"],"parameterTypes":["android.widget.NumberPicker.OnValueChangeListener","androidx.databinding.InverseBindingListener"],"requireAll":false,"attributeIndices":{"android:onValueChange":0,"android:valueAttrChanged":1}},{"type":"androidx.databinding.adapters.NumberPickerBindingAdapter","method":"setListeners","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.RadioGroup","attributes":["android:onCheckedChanged","android:checkedButtonAttrChanged"],"parameterTypes":["android.widget.RadioGroup.OnCheckedChangeListener","androidx.databinding.InverseBindingListener"],"requireAll":false,"attributeIndices":{"android:checkedButtonAttrChanged":1,"android:onCheckedChanged":0}},{"type":"androidx.databinding.adapters.RadioGroupBindingAdapter","method":"setListeners","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.RatingBar","attributes":["android:onRatingChanged","android:ratingAttrChanged"],"parameterTypes":["android.widget.RatingBar.OnRatingBarChangeListener","androidx.databinding.InverseBindingListener"],"requireAll":false,"attributeIndices":{"android:onRatingChanged":0,"android:ratingAttrChanged":1}},{"type":"androidx.databinding.adapters.RatingBarBindingAdapter","method":"setListeners","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.SearchView","attributes":["android:onQueryTextSubmit","android:onQueryTextChange"],"parameterTypes":["androidx.databinding.adapters.SearchViewBindingAdapter.OnQueryTextSubmit","androidx.databinding.adapters.SearchViewBindingAdapter.OnQueryTextChange"],"requireAll":false,"attributeIndices":{"android:onQueryTextChange":1,"android:onQueryTextSubmit":0}},{"type":"androidx.databinding.adapters.SearchViewBindingAdapter","method":"setOnQueryTextListener","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.SearchView","attributes":["android:onSuggestionSelect","android:onSuggestionClick"],"parameterTypes":["androidx.databinding.adapters.SearchViewBindingAdapter.OnSuggestionSelect","androidx.databinding.adapters.SearchViewBindingAdapter.OnSuggestionClick"],"requireAll":false,"attributeIndices":{"android:onSuggestionClick":1,"android:onSuggestionSelect":0}},{"type":"androidx.databinding.adapters.SearchViewBindingAdapter","method":"setOnSuggestListener","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.SeekBar","attributes":["android:onStartTrackingTouch","android:onStopTrackingTouch","android:onProgressChanged","android:progressAttrChanged"],"parameterTypes":["androidx.databinding.adapters.SeekBarBindingAdapter.OnStartTrackingTouch","androidx.databinding.adapters.SeekBarBindingAdapter.OnStopTrackingTouch","androidx.databinding.adapters.SeekBarBindingAdapter.OnProgressChanged","androidx.databinding.InverseBindingListener"],"requireAll":false,"attributeIndices":{"android:onProgressChanged":2,"android:onStartTrackingTouch":0,"android:onStopTrackingTouch":1,"android:progressAttrChanged":3}},{"type":"androidx.databinding.adapters.SeekBarBindingAdapter","method":"setOnSeekBarChangeListener","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.TabHost","attributes":["android:onTabChanged","android:currentTabAttrChanged"],"parameterTypes":["android.widget.TabHost.OnTabChangeListener","androidx.databinding.InverseBindingListener"],"requireAll":false,"attributeIndices":{"android:currentTabAttrChanged":1,"android:onTabChanged":0}},{"type":"androidx.databinding.adapters.TabHostBindingAdapter","method":"setListeners","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.TextView","attributes":["android:beforeTextChanged","android:onTextChanged","android:afterTextChanged","android:textAttrChanged"],"parameterTypes":["androidx.databinding.adapters.TextViewBindingAdapter.BeforeTextChanged","androidx.databinding.adapters.TextViewBindingAdapter.OnTextChanged","androidx.databinding.adapters.TextViewBindingAdapter.AfterTextChanged","androidx.databinding.InverseBindingListener"],"requireAll":false,"attributeIndices":{"android:afterTextChanged":2,"android:beforeTextChanged":0,"android:onTextChanged":1,"android:textAttrChanged":3}},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setTextWatcher","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.TimePicker","attributes":["android:onTimeChanged","android:hourAttrChanged","android:minuteAttrChanged"],"parameterTypes":["android.widget.TimePicker.OnTimeChangedListener","androidx.databinding.InverseBindingListener","androidx.databinding.InverseBindingListener"],"requireAll":false,"attributeIndices":{"android:hourAttrChanged":1,"android:minuteAttrChanged":2,"android:onTimeChanged":0}},{"type":"androidx.databinding.adapters.TimePickerBindingAdapter","method":"setListeners","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"inverseAdapters":{"android:currentTab":[[{"viewType":"android.widget.TabHost","valueType":"int"},{"event":"android:currentTabAttrChanged","type":"androidx.databinding.adapters.TabHostBindingAdapter","method":"getCurrentTab","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.TabHost","valueType":"java.lang.String"},{"event":"android:currentTabAttrChanged","type":"androidx.databinding.adapters.TabHostBindingAdapter","method":"getCurrentTabTag","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:hour":[[{"viewType":"android.widget.TimePicker","valueType":"int"},{"event":"android:hourAttrChanged","type":"androidx.databinding.adapters.TimePickerBindingAdapter","method":"getHour","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:minute":[[{"viewType":"android.widget.TimePicker","valueType":"int"},{"event":"android:minuteAttrChanged","type":"androidx.databinding.adapters.TimePickerBindingAdapter","method":"getMinute","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:text":[[{"viewType":"android.widget.TextView","valueType":"java.lang.String"},{"event":"android:textAttrChanged","type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"getTextString","requiresOldValue":false,"isStatic":true,"componentClass":null}]]},"inverseMethods":{"android:checked":{"android.widget.CompoundButton":{"event":"android:checkedAttrChanged","type":"androidx.databinding.adapters.CompoundButtonBindingAdapter","method":"","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:checkedButton":{"android.widget.RadioGroup":{"event":"android:checkedButtonAttrChanged","type":"androidx.databinding.adapters.RadioGroupBindingAdapter","method":"getCheckedRadioButtonId","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:date":{"android.widget.CalendarView":{"event":"android:dateAttrChanged","type":"androidx.databinding.adapters.CalendarViewBindingAdapter","method":"","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:day":{"android.widget.DatePicker":{"event":"android:dayAttrChanged","type":"androidx.databinding.adapters.DatePickerBindingAdapter","method":"getDayOfMonth","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:month":{"android.widget.DatePicker":{"event":"android:monthAttrChanged","type":"androidx.databinding.adapters.DatePickerBindingAdapter","method":"","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:progress":{"android.widget.SeekBar":{"event":"android:progressAttrChanged","type":"androidx.databinding.adapters.SeekBarBindingAdapter","method":"","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:rating":{"android.widget.RatingBar":{"event":"android:ratingAttrChanged","type":"androidx.databinding.adapters.RatingBarBindingAdapter","method":"","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:selectedItemPosition":{"android.widget.AdapterView":{"event":"android:selectedItemPositionAttrChanged","type":"androidx.databinding.adapters.AdapterViewBindingAdapter","method":"","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:selection":{"android.widget.AdapterView":{"event":"android:selectedItemPositionAttrChanged","type":"androidx.databinding.adapters.AdapterViewBindingAdapter","method":"getSelectedItemPosition","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:value":{"android.widget.NumberPicker":{"event":"android:valueAttrChanged","type":"androidx.databinding.adapters.NumberPickerBindingAdapter","method":"","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:year":{"android.widget.DatePicker":{"event":"android:yearAttrChanged","type":"androidx.databinding.adapters.DatePickerBindingAdapter","method":"","requiresOldValue":false,"isStatic":true,"componentClass":null}}},"twoWayMethods":{},"useAndroidX":true}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_forget_password-layout.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_forget_password-layout.xml
new file mode 100644
index 000000000..744f69bf5
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_forget_password-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_forget_successful_send-layout.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_forget_successful_send-layout.xml
new file mode 100644
index 000000000..240720aa7
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_forget_successful_send-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_home-layout.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_home-layout.xml
new file mode 100644
index 000000000..6304cc5f8
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_home-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_login-layout.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_login-layout.xml
new file mode 100644
index 000000000..df7c5b6af
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_login-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_register-layout.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_register-layout.xml
new file mode 100644
index 000000000..c1a7a857b
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_register-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_forget_password-layout.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_forget_password-layout.xml
new file mode 100644
index 000000000..744f69bf5
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_forget_password-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_forget_successful_send-layout.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_forget_successful_send-layout.xml
new file mode 100644
index 000000000..240720aa7
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_forget_successful_send-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_home-layout.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_home-layout.xml
new file mode 100644
index 000000000..6304cc5f8
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_home-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_login-layout.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_login-layout.xml
new file mode 100644
index 000000000..df7c5b6af
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_login-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_register-layout.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_register-layout.xml
new file mode 100644
index 000000000..c1a7a857b
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_register-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin b/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin
new file mode 100644
index 000000000..601f245f5
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin b/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin
new file mode 100644
index 000000000..601f245f5
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin b/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin
new file mode 100644
index 000000000..601f245f5
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/graph.bin b/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/graph.bin
new file mode 100644
index 000000000..601f245f5
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/graph.bin differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_4/graph.bin b/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_4/graph.bin
new file mode 100644
index 000000000..601f245f5
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_4/graph.bin differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_5/graph.bin b/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_5/graph.bin
new file mode 100644
index 000000000..601f245f5
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_5/graph.bin differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_a2f08974ffd8c33ee8b8ac75fddf4f950aa33459badab58e634e1c489fda239e_bucket_0/graph.bin b/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_a2f08974ffd8c33ee8b8ac75fddf4f950aa33459badab58e634e1c489fda239e_bucket_0/graph.bin
new file mode 100644
index 000000000..601f245f5
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_a2f08974ffd8c33ee8b8ac75fddf4f950aa33459badab58e634e1c489fda239e_bucket_0/graph.bin differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_a2f08974ffd8c33ee8b8ac75fddf4f950aa33459badab58e634e1c489fda239e_bucket_1/graph.bin b/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_a2f08974ffd8c33ee8b8ac75fddf4f950aa33459badab58e634e1c489fda239e_bucket_1/graph.bin
new file mode 100644
index 000000000..601f245f5
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_a2f08974ffd8c33ee8b8ac75fddf4f950aa33459badab58e634e1c489fda239e_bucket_1/graph.bin differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_a2f08974ffd8c33ee8b8ac75fddf4f950aa33459badab58e634e1c489fda239e_bucket_2/graph.bin b/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_a2f08974ffd8c33ee8b8ac75fddf4f950aa33459badab58e634e1c489fda239e_bucket_2/graph.bin
new file mode 100644
index 000000000..601f245f5
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_a2f08974ffd8c33ee8b8ac75fddf4f950aa33459badab58e634e1c489fda239e_bucket_2/graph.bin differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_a2f08974ffd8c33ee8b8ac75fddf4f950aa33459badab58e634e1c489fda239e_bucket_3/graph.bin b/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_a2f08974ffd8c33ee8b8ac75fddf4f950aa33459badab58e634e1c489fda239e_bucket_3/graph.bin
new file mode 100644
index 000000000..601f245f5
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_a2f08974ffd8c33ee8b8ac75fddf4f950aa33459badab58e634e1c489fda239e_bucket_3/graph.bin differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_a2f08974ffd8c33ee8b8ac75fddf4f950aa33459badab58e634e1c489fda239e_bucket_4/graph.bin b/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_a2f08974ffd8c33ee8b8ac75fddf4f950aa33459badab58e634e1c489fda239e_bucket_4/graph.bin
new file mode 100644
index 000000000..601f245f5
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_a2f08974ffd8c33ee8b8ac75fddf4f950aa33459badab58e634e1c489fda239e_bucket_4/graph.bin differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_a2f08974ffd8c33ee8b8ac75fddf4f950aa33459badab58e634e1c489fda239e_bucket_5/graph.bin b/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_a2f08974ffd8c33ee8b8ac75fddf4f950aa33459badab58e634e1c489fda239e_bucket_5/graph.bin
new file mode 100644
index 000000000..601f245f5
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_a2f08974ffd8c33ee8b8ac75fddf4f950aa33459badab58e634e1c489fda239e_bucket_5/graph.bin differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex b/Revive/android app/ReviveMyMemory/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex
new file mode 100644
index 000000000..4f62ab36d
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex b/Revive/android app/ReviveMyMemory/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex
new file mode 100644
index 000000000..81ba5b55a
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/dex/debug/mergeProjectDexDebug/11/classes.dex b/Revive/android app/ReviveMyMemory/app/build/intermediates/dex/debug/mergeProjectDexDebug/11/classes.dex
new file mode 100644
index 000000000..b1b61b0a0
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/dex/debug/mergeProjectDexDebug/11/classes.dex differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/dex/debug/mergeProjectDexDebug/7/classes.dex b/Revive/android app/ReviveMyMemory/app/build/intermediates/dex/debug/mergeProjectDexDebug/7/classes.dex
new file mode 100644
index 000000000..70e8bd24a
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/dex/debug/mergeProjectDexDebug/7/classes.dex differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/dex/debug/mergeProjectDexDebug/9/classes.dex b/Revive/android app/ReviveMyMemory/app/build/intermediates/dex/debug/mergeProjectDexDebug/9/classes.dex
new file mode 100644
index 000000000..6f2d17a4c
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/dex/debug/mergeProjectDexDebug/9/classes.dex differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/dex_archive_input_jar_hashes/debug/out b/Revive/android app/ReviveMyMemory/app/build/intermediates/dex_archive_input_jar_hashes/debug/out
new file mode 100644
index 000000000..f37b74f68
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/dex_archive_input_jar_hashes/debug/out differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/dex_number_of_buckets_file/debug/out b/Revive/android app/ReviveMyMemory/app/build/intermediates/dex_number_of_buckets_file/debug/out
new file mode 100644
index 000000000..62f945751
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/dex_number_of_buckets_file/debug/out
@@ -0,0 +1 @@
+6
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json
new file mode 100644
index 000000000..73cf12fb8
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state
new file mode 100644
index 000000000..55cd3b0fe
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0QrH+ya8_24JLdS8TZz1pVyU52s= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0QrH+ya8_24JLdS8TZz1pVyU52s=
new file mode 100644
index 000000000..198a2deca
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0QrH+ya8_24JLdS8TZz1pVyU52s= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0_cnDV5ZCKqOCzBQT2CpWjBSXvI= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0_cnDV5ZCKqOCzBQT2CpWjBSXvI=
new file mode 100644
index 000000000..2e079822d
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0_cnDV5ZCKqOCzBQT2CpWjBSXvI= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/12MGH+n3kZW9XFocuJPtldoPh_s= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/12MGH+n3kZW9XFocuJPtldoPh_s=
new file mode 100644
index 000000000..37fadce03
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/12MGH+n3kZW9XFocuJPtldoPh_s= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1xWRUaxVpPhD5OruN4GafyXBw3g= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1xWRUaxVpPhD5OruN4GafyXBw3g=
new file mode 100644
index 000000000..e4a4dad2b
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1xWRUaxVpPhD5OruN4GafyXBw3g= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3W3MRJf7xiCepBhicXfDesORM6A= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3W3MRJf7xiCepBhicXfDesORM6A=
new file mode 100644
index 000000000..9f394417b
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3W3MRJf7xiCepBhicXfDesORM6A= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/41181GrqiekJkpiNzzTTap3Wbhw= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/41181GrqiekJkpiNzzTTap3Wbhw=
new file mode 100644
index 000000000..b2389f798
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/41181GrqiekJkpiNzzTTap3Wbhw= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4x3m5qeQZZpX6F7_24exOhqwAcI= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4x3m5qeQZZpX6F7_24exOhqwAcI=
new file mode 100644
index 000000000..822580508
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4x3m5qeQZZpX6F7_24exOhqwAcI= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4yX7+baJyjJpBfvu52c3Xuzslf0= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4yX7+baJyjJpBfvu52c3Xuzslf0=
new file mode 100644
index 000000000..4b56a4876
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4yX7+baJyjJpBfvu52c3Xuzslf0= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5B7UZplHAisQPPCDpCgBkbnewQ4= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5B7UZplHAisQPPCDpCgBkbnewQ4=
new file mode 100644
index 000000000..5e676925f
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5B7UZplHAisQPPCDpCgBkbnewQ4= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6+Wz+7rWscD_sMCcd3dOkwoHkfg= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6+Wz+7rWscD_sMCcd3dOkwoHkfg=
new file mode 100644
index 000000000..1a934740c
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6+Wz+7rWscD_sMCcd3dOkwoHkfg= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/7xel0V2nKzB5iTYudqghyLil04I= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/7xel0V2nKzB5iTYudqghyLil04I=
new file mode 100644
index 000000000..546b204fa
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/7xel0V2nKzB5iTYudqghyLil04I= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8zNz0UKS9c4D4HuIb2ZzE8VNyEM= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8zNz0UKS9c4D4HuIb2ZzE8VNyEM=
new file mode 100644
index 000000000..2e40f8f52
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8zNz0UKS9c4D4HuIb2ZzE8VNyEM= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BotJ14Hxl0FckLOXkLF6ai5pTOw= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BotJ14Hxl0FckLOXkLF6ai5pTOw=
new file mode 100644
index 000000000..0a6064911
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BotJ14Hxl0FckLOXkLF6ai5pTOw= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/D2toecNiGZz24A0fWGgRSDJInUw= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/D2toecNiGZz24A0fWGgRSDJInUw=
new file mode 100644
index 000000000..3ba64084f
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/D2toecNiGZz24A0fWGgRSDJInUw= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EoGilcXSs5EyvgNAR+NbS7DagSw= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EoGilcXSs5EyvgNAR+NbS7DagSw=
new file mode 100644
index 000000000..4a06d4735
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EoGilcXSs5EyvgNAR+NbS7DagSw= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/F6+jMgwHuAf2e8zeBTjzfxjHAWc= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/F6+jMgwHuAf2e8zeBTjzfxjHAWc=
new file mode 100644
index 000000000..160357a16
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/F6+jMgwHuAf2e8zeBTjzfxjHAWc= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GulGbkzjrE9Q9DTo0Yjr0qaErkI= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GulGbkzjrE9Q9DTo0Yjr0qaErkI=
new file mode 100644
index 000000000..c129a362a
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GulGbkzjrE9Q9DTo0Yjr0qaErkI= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/H1pqOKV8_Oh_1bdc0bL9m0Sn49o= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/H1pqOKV8_Oh_1bdc0bL9m0Sn49o=
new file mode 100644
index 000000000..53c343584
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/H1pqOKV8_Oh_1bdc0bL9m0Sn49o= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/I0VQlWH3AwV9c+ttEYtLhkRauhk= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/I0VQlWH3AwV9c+ttEYtLhkRauhk=
new file mode 100644
index 000000000..935e08052
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/I0VQlWH3AwV9c+ttEYtLhkRauhk= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JiIxo0A4yEQqXUTtCfxBuPGvPdA= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JiIxo0A4yEQqXUTtCfxBuPGvPdA=
new file mode 100644
index 000000000..6956bd668
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JiIxo0A4yEQqXUTtCfxBuPGvPdA= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KwpUCZf_JwmYZcGBLulCb84Pfqw= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KwpUCZf_JwmYZcGBLulCb84Pfqw=
new file mode 100644
index 000000000..facf43edc
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KwpUCZf_JwmYZcGBLulCb84Pfqw= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MRw5NHN1+f1LmbFJOtFQwhab06E= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MRw5NHN1+f1LmbFJOtFQwhab06E=
new file mode 100644
index 000000000..e72b9463b
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MRw5NHN1+f1LmbFJOtFQwhab06E= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MvgZGWB7PYGXQW9XbDHzMuwhIgs= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MvgZGWB7PYGXQW9XbDHzMuwhIgs=
new file mode 100644
index 000000000..fa2c219de
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MvgZGWB7PYGXQW9XbDHzMuwhIgs= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NTQC2SRTVbVvnf_DYXBYuVKLq64= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NTQC2SRTVbVvnf_DYXBYuVKLq64=
new file mode 100644
index 000000000..d7259e8e2
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NTQC2SRTVbVvnf_DYXBYuVKLq64= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NgVQku83FoJWIh5_jrmwnxye9O8= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NgVQku83FoJWIh5_jrmwnxye9O8=
new file mode 100644
index 000000000..24120e41d
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NgVQku83FoJWIh5_jrmwnxye9O8= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NtqdlqeuNWbYeAWE+go2PuhL8wc= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NtqdlqeuNWbYeAWE+go2PuhL8wc=
new file mode 100644
index 000000000..58ec8ba9f
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NtqdlqeuNWbYeAWE+go2PuhL8wc= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OqMqnfVrflrjpI_wlYzzMdlUMtQ= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OqMqnfVrflrjpI_wlYzzMdlUMtQ=
new file mode 100644
index 000000000..ec545fda1
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OqMqnfVrflrjpI_wlYzzMdlUMtQ= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PYEKpdCkwpJZS1zB9LG7jV+zLLo= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PYEKpdCkwpJZS1zB9LG7jV+zLLo=
new file mode 100644
index 000000000..4332fdc0c
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PYEKpdCkwpJZS1zB9LG7jV+zLLo= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Pk6Rn93G8amQPz4ywVRYUL1hbZw= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Pk6Rn93G8amQPz4ywVRYUL1hbZw=
new file mode 100644
index 000000000..ade8c9752
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Pk6Rn93G8amQPz4ywVRYUL1hbZw= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PuxmFCZKxFx0iOnCJDXZlvGnQQA= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PuxmFCZKxFx0iOnCJDXZlvGnQQA=
new file mode 100644
index 000000000..5fd1e8c14
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PuxmFCZKxFx0iOnCJDXZlvGnQQA= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PxqO2AAHXUnn3O+RHLsCgEAaK5o= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PxqO2AAHXUnn3O+RHLsCgEAaK5o=
new file mode 100644
index 000000000..b4c6c3e57
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PxqO2AAHXUnn3O+RHLsCgEAaK5o= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QPF0KZ9iSwHWvvvZ57tFT3oDc9I= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QPF0KZ9iSwHWvvvZ57tFT3oDc9I=
new file mode 100644
index 000000000..613b02cef
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QPF0KZ9iSwHWvvvZ57tFT3oDc9I= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QyZd60oaq70Mxt9n6dNtZm1DACk= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QyZd60oaq70Mxt9n6dNtZm1DACk=
new file mode 100644
index 000000000..121274c70
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QyZd60oaq70Mxt9n6dNtZm1DACk= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SBM792BnXI3108miBK3fK0ReJK0= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SBM792BnXI3108miBK3fK0ReJK0=
new file mode 100644
index 000000000..c26eb50f6
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SBM792BnXI3108miBK3fK0ReJK0= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SWzUoCM+UZgALWEDMRg0xTsJVUI= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SWzUoCM+UZgALWEDMRg0xTsJVUI=
new file mode 100644
index 000000000..6d9e927ac
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SWzUoCM+UZgALWEDMRg0xTsJVUI= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/So9G4RijF12pQIDqt2H0NQunMbw= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/So9G4RijF12pQIDqt2H0NQunMbw=
new file mode 100644
index 000000000..81eeac152
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/So9G4RijF12pQIDqt2H0NQunMbw= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TGRfGN_dsl5rAeY+wp1bpdehmzs= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TGRfGN_dsl5rAeY+wp1bpdehmzs=
new file mode 100644
index 000000000..239aa4f92
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TGRfGN_dsl5rAeY+wp1bpdehmzs= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Tc9TJZ8W87bt+BgEisp48AcnqCw= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Tc9TJZ8W87bt+BgEisp48AcnqCw=
new file mode 100644
index 000000000..150f6b278
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Tc9TJZ8W87bt+BgEisp48AcnqCw= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UKWKZnCQH61A9rDp87+PTCGfuyw= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UKWKZnCQH61A9rDp87+PTCGfuyw=
new file mode 100644
index 000000000..98675e32d
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UKWKZnCQH61A9rDp87+PTCGfuyw= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UR0vssP4SEWL1WD084YWKWxnbjk= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UR0vssP4SEWL1WD084YWKWxnbjk=
new file mode 100644
index 000000000..2f359f512
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UR0vssP4SEWL1WD084YWKWxnbjk= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Xv+e+E9H9veVFDjeZtv0fZ+tgvc= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Xv+e+E9H9veVFDjeZtv0fZ+tgvc=
new file mode 100644
index 000000000..bb39cecce
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Xv+e+E9H9veVFDjeZtv0fZ+tgvc= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZE9DoXQrfe637TPRtKhIo0jKQEw= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZE9DoXQrfe637TPRtKhIo0jKQEw=
new file mode 100644
index 000000000..398ebb9bb
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZE9DoXQrfe637TPRtKhIo0jKQEw= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZZ+hqbY4YAwV_QbEh_SFqXxRuTw= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZZ+hqbY4YAwV_QbEh_SFqXxRuTw=
new file mode 100644
index 000000000..139145435
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZZ+hqbY4YAwV_QbEh_SFqXxRuTw= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_qLCfp0aFnVYG5an+E_GHQut4G0= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_qLCfp0aFnVYG5an+E_GHQut4G0=
new file mode 100644
index 000000000..8582e4d49
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_qLCfp0aFnVYG5an+E_GHQut4G0= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/aFHJIF4OUxUpMFfEzGbL7oeClFo= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/aFHJIF4OUxUpMFfEzGbL7oeClFo=
new file mode 100644
index 000000000..2c064775a
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/aFHJIF4OUxUpMFfEzGbL7oeClFo= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/aHsP583us_h05ZwKfwKw+WfaFrY= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/aHsP583us_h05ZwKfwKw+WfaFrY=
new file mode 100644
index 000000000..afd864048
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/aHsP583us_h05ZwKfwKw+WfaFrY= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/aziIh9wK+KUfZ8fTLD979lyHgdE= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/aziIh9wK+KUfZ8fTLD979lyHgdE=
new file mode 100644
index 000000000..1d2c72ac6
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/aziIh9wK+KUfZ8fTLD979lyHgdE= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bCXj_rg8HMHa1u4ua7lKUacgPfg= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bCXj_rg8HMHa1u4ua7lKUacgPfg=
new file mode 100644
index 000000000..310a04af0
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bCXj_rg8HMHa1u4ua7lKUacgPfg= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bWzfRM7FqaW4u5pzfNzdCqoeZuo= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bWzfRM7FqaW4u5pzfNzdCqoeZuo=
new file mode 100644
index 000000000..c979767b6
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bWzfRM7FqaW4u5pzfNzdCqoeZuo= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cZBmOe+NLAyakJuPcXXChPVXa8Q= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cZBmOe+NLAyakJuPcXXChPVXa8Q=
new file mode 100644
index 000000000..d0a17a98f
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cZBmOe+NLAyakJuPcXXChPVXa8Q= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fWmWpTBnXJoWOgdbL0DL1vrYLTo= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fWmWpTBnXJoWOgdbL0DL1vrYLTo=
new file mode 100644
index 000000000..688410514
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fWmWpTBnXJoWOgdbL0DL1vrYLTo= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/g33n3WklgZcXa4a92lC5FSXf_AE= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/g33n3WklgZcXa4a92lC5FSXf_AE=
new file mode 100644
index 000000000..8d8a13294
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/g33n3WklgZcXa4a92lC5FSXf_AE= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gmqKeAQSLJAzpyeSNV1ExdqPM64= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gmqKeAQSLJAzpyeSNV1ExdqPM64=
new file mode 100644
index 000000000..6020b54fa
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gmqKeAQSLJAzpyeSNV1ExdqPM64= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hIKWsBqJc+COWZm3rCPPj6z5Tn4= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hIKWsBqJc+COWZm3rCPPj6z5Tn4=
new file mode 100644
index 000000000..3796a09ce
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hIKWsBqJc+COWZm3rCPPj6z5Tn4= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hNqqZmZoDWDrAZFy3Ze3AP8tcVc= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hNqqZmZoDWDrAZFy3Ze3AP8tcVc=
new file mode 100644
index 000000000..8f55a0fbc
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hNqqZmZoDWDrAZFy3Ze3AP8tcVc= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iHZNkyOKo9q4Y_WOvCoP5BXqPAc= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iHZNkyOKo9q4Y_WOvCoP5BXqPAc=
new file mode 100644
index 000000000..a769844f8
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iHZNkyOKo9q4Y_WOvCoP5BXqPAc= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/l9S241wxgbr+WrTj8jZDKu3Hqtc= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/l9S241wxgbr+WrTj8jZDKu3Hqtc=
new file mode 100644
index 000000000..a990b939f
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/l9S241wxgbr+WrTj8jZDKu3Hqtc= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lBIamFBkAkMxvDkXM8jppNQpRp0= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lBIamFBkAkMxvDkXM8jppNQpRp0=
new file mode 100644
index 000000000..67a105b6b
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lBIamFBkAkMxvDkXM8jppNQpRp0= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lFXoyfrA7uIEEG3l_NJ8S02jNMk= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lFXoyfrA7uIEEG3l_NJ8S02jNMk=
new file mode 100644
index 000000000..2704a1220
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lFXoyfrA7uIEEG3l_NJ8S02jNMk= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lceOecvPw4AJEn1kuJs_YKXneSE= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lceOecvPw4AJEn1kuJs_YKXneSE=
new file mode 100644
index 000000000..b23adcd1a
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lceOecvPw4AJEn1kuJs_YKXneSE= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mUfBASNvkYNcM5XfJgislVrMZsk= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mUfBASNvkYNcM5XfJgislVrMZsk=
new file mode 100644
index 000000000..bd632b5cf
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mUfBASNvkYNcM5XfJgislVrMZsk= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/od99a25JpNYaPI4jkzYbtY+sW7U= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/od99a25JpNYaPI4jkzYbtY+sW7U=
new file mode 100644
index 000000000..37ae0afe4
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/od99a25JpNYaPI4jkzYbtY+sW7U= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qcGLaQItfBLKXGSKTnzNotl6p8w= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qcGLaQItfBLKXGSKTnzNotl6p8w=
new file mode 100644
index 000000000..5264bdbfe
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qcGLaQItfBLKXGSKTnzNotl6p8w= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rhAnWpIU5+nHWeZLDeW657WemN8= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rhAnWpIU5+nHWeZLDeW657WemN8=
new file mode 100644
index 000000000..b42ca4fcc
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rhAnWpIU5+nHWeZLDeW657WemN8= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rtG768Tr5m8Q5cqlLhCBP8fHykI= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rtG768Tr5m8Q5cqlLhCBP8fHykI=
new file mode 100644
index 000000000..13a896d5d
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rtG768Tr5m8Q5cqlLhCBP8fHykI= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sVvG5PzVuD4lPBm6p7tRP3H0MEY= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sVvG5PzVuD4lPBm6p7tRP3H0MEY=
new file mode 100644
index 000000000..79b667ae5
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sVvG5PzVuD4lPBm6p7tRP3H0MEY= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sig+VbslxUDo1QUd6S2+Z2UbmU8= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sig+VbslxUDo1QUd6S2+Z2UbmU8=
new file mode 100644
index 000000000..a3629d1f3
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sig+VbslxUDo1QUd6S2+Z2UbmU8= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/snywWeEIyNQ2LyRGGp2vrZ5ZHoI= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/snywWeEIyNQ2LyRGGp2vrZ5ZHoI=
new file mode 100644
index 000000000..4ce4ef495
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/snywWeEIyNQ2LyRGGp2vrZ5ZHoI= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tMDkHUTHUIMegSzyie+IQL2IWBA= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tMDkHUTHUIMegSzyie+IQL2IWBA=
new file mode 100644
index 000000000..071aef0e5
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tMDkHUTHUIMegSzyie+IQL2IWBA= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ucfBOwwTNRU3cCwCRmSj4ndpCo0= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ucfBOwwTNRU3cCwCRmSj4ndpCo0=
new file mode 100644
index 000000000..219f2c293
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ucfBOwwTNRU3cCwCRmSj4ndpCo0= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/umC61fdwjfMWJ+6K4qkUofLiCuA= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/umC61fdwjfMWJ+6K4qkUofLiCuA=
new file mode 100644
index 000000000..173a4c591
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/umC61fdwjfMWJ+6K4qkUofLiCuA= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/v2bsh44y6B9vcBqMsJYZRGO225A= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/v2bsh44y6B9vcBqMsJYZRGO225A=
new file mode 100644
index 000000000..d75f809f9
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/v2bsh44y6B9vcBqMsJYZRGO225A= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vDCaHcC8MvQe3hiou0oFX8M_Dp4= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vDCaHcC8MvQe3hiou0oFX8M_Dp4=
new file mode 100644
index 000000000..552f0d3eb
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vDCaHcC8MvQe3hiou0oFX8M_Dp4= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vHIGbwMhqTmJEsrTL6I0V1DUAeA= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vHIGbwMhqTmJEsrTL6I0V1DUAeA=
new file mode 100644
index 000000000..f86d05d53
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vHIGbwMhqTmJEsrTL6I0V1DUAeA= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/w26blbtlH5Xug_Xy+TM4838ich4= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/w26blbtlH5Xug_Xy+TM4838ich4=
new file mode 100644
index 000000000..ca180e650
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/w26blbtlH5Xug_Xy+TM4838ich4= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wpWpL4_NcRKzE349pO+vvETmecc= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wpWpL4_NcRKzE349pO+vvETmecc=
new file mode 100644
index 000000000..6c6ac1326
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wpWpL4_NcRKzE349pO+vvETmecc= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xwe8fRkHuhdMM5csU_D_yiMYfL4= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xwe8fRkHuhdMM5csU_D_yiMYfL4=
new file mode 100644
index 000000000..1668c7766
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xwe8fRkHuhdMM5csU_D_yiMYfL4= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yZqGzuG03dngmKq8cfqExbRD6Tc= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yZqGzuG03dngmKq8cfqExbRD6Tc=
new file mode 100644
index 000000000..a30897031
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yZqGzuG03dngmKq8cfqExbRD6Tc= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yop1ecMTNbJFlQQ3gNG6TPOs7nI= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yop1ecMTNbJFlQQ3gNG6TPOs7nI=
new file mode 100644
index 000000000..e59ddf8fe
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yop1ecMTNbJFlQQ3gNG6TPOs7nI= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/zVCTK+FDEY3IjAj0rdwjtZPK70w= b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/zVCTK+FDEY3IjAj0rdwjtZPK70w=
new file mode 100644
index 000000000..1487acd65
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/zVCTK+FDEY3IjAj0rdwjtZPK70w= differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties
new file mode 100644
index 000000000..26d21462e
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties
@@ -0,0 +1,59 @@
+#Wed May 24 22:23:09 EET 2023
+com.example.revivemymemory.app-main-40\:/drawable/home_background.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_home_background.xml.flat
+com.example.revivemymemory.app-main-40\:/drawable/homepage_icon.png=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_homepage_icon.png.flat
+com.example.revivemymemory.app-main-40\:/drawable/circle.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_circle.xml.flat
+com.example.revivemymemory.app-main-40\:/drawable/img.png=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_img.png.flat
+com.example.revivemymemory.app-main-40\:/drawable/applogo.png=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_applogo.png.flat
+com.example.revivemymemory.app-main-40\:/drawable/ic_launcher_background.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_ic_launcher_background.xml.flat
+com.example.revivemymemory.app-main-40\:/mipmap-mdpi/ic_launcher_round.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\mipmap-mdpi_ic_launcher_round.webp.flat
+com.example.revivemymemory.app-mergeDebugResources-37\:/layout/activity_register.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_register.xml.flat
+com.example.revivemymemory.app-main-40\:/drawable/ic_baseline_add_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_ic_baseline_add_24.xml.flat
+com.example.revivemymemory.app-main-40\:/drawable/img_2.png=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_img_2.png.flat
+com.example.revivemymemory.app-main-40\:/drawable/baseline_person_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_baseline_person_24.xml.flat
+com.example.revivemymemory.app-mergeDebugResources-37\:/layout/activity_login.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_login.xml.flat
+com.example.revivemymemory.app-main-40\:/drawable/personwhite.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_personwhite.xml.flat
+com.example.revivemymemory.app-main-40\:/drawable/baseline_email_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_baseline_email_24.xml.flat
+com.example.revivemymemory.app-main-40\:/drawable/rounded_button.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_rounded_button.xml.flat
+com.example.revivemymemory.app-main-40\:/mipmap-anydpi-v33/ic_launcher.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\mipmap-anydpi-v33_ic_launcher.xml.flat
+com.example.revivemymemory.app-main-40\:/drawable/img_1.png=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_img_1.png.flat
+com.example.revivemymemory.app-main-40\:/mipmap-xxhdpi/ic_launcher.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxhdpi_ic_launcher.webp.flat
+com.example.revivemymemory.app-main-40\:/mipmap-hdpi/ic_launcher.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\mipmap-hdpi_ic_launcher.webp.flat
+com.example.revivemymemory.app-main-40\:/raw/repassword.json=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\raw_repassword.json.flat
+com.example.revivemymemory.app-main-40\:/mipmap-mdpi/ic_launcher.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\mipmap-mdpi_ic_launcher.webp.flat
+com.example.revivemymemory.app-main-40\:/drawable/ic_baseline_arrow_back_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_ic_baseline_arrow_back_24.xml.flat
+com.example.revivemymemory.app-main-40\:/drawable/ic_baseline_access_time_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_ic_baseline_access_time_24.xml.flat
+com.example.revivemymemory.app-main-40\:/mipmap-xhdpi/ic_launcher_round.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xhdpi_ic_launcher_round.webp.flat
+com.example.revivemymemory.app-main-40\:/drawable/ic_baseline_phone_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_ic_baseline_phone_24.xml.flat
+com.example.revivemymemory.app-main-40\:/mipmap-hdpi/ic_launcher_round.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\mipmap-hdpi_ic_launcher_round.webp.flat
+com.example.revivemymemory.app-mergeDebugResources-37\:/layout/activity_home.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_home.xml.flat
+com.example.revivemymemory.app-main-40\:/drawable/ic_baseline_person_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_ic_baseline_person_24.xml.flat
+com.example.revivemymemory.app-main-40\:/raw/forgetpassword.json=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\raw_forgetpassword.json.flat
+com.example.revivemymemory.app-main-40\:/drawable/passord_icon.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_passord_icon.xml.flat
+com.example.revivemymemory.app-main-40\:/drawable/ic_baseline_arrow_circle_right_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_ic_baseline_arrow_circle_right_24.xml.flat
+com.example.revivemymemory.app-main-40\:/mipmap-xxxhdpi/ic_launcher_round.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxxhdpi_ic_launcher_round.webp.flat
+com.example.revivemymemory.app-main-40\:/drawable/banner_bg.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_banner_bg.xml.flat
+com.example.revivemymemory.app-main-40\:/xml/backup_rules.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\xml_backup_rules.xml.flat
+com.example.revivemymemory.app-main-40\:/drawable/ic_baseline_email_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_ic_baseline_email_24.xml.flat
+com.example.revivemymemory.app-main-40\:/drawable/baseline_account_circle_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_baseline_account_circle_24.xml.flat
+com.example.revivemymemory.app-main-40\:/drawable/baseline_contact_phone_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_baseline_contact_phone_24.xml.flat
+com.example.revivemymemory.app-main-40\:/mipmap-xhdpi/ic_launcher.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xhdpi_ic_launcher.webp.flat
+com.example.revivemymemory.app-main-40\:/drawable/bg_button.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_bg_button.xml.flat
+com.example.revivemymemory.app-main-40\:/drawable/baseline_birthday.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_baseline_birthday.xml.flat
+com.example.revivemymemory.app-main-40\:/drawable/ic_baseline_location_on_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_ic_baseline_location_on_24.xml.flat
+com.example.revivemymemory.app-main-40\:/drawable/ic_baseline_strikethrough_s_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_ic_baseline_strikethrough_s_24.xml.flat
+com.example.revivemymemory.app-main-40\:/drawable/ic_baseline_lock_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_ic_baseline_lock_24.xml.flat
+com.example.revivemymemory.app-main-40\:/drawable/ic_baseline_date_range_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_ic_baseline_date_range_24.xml.flat
+com.example.revivemymemory.app-mergeDebugResources-37\:/layout/activity_forget_password.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_forget_password.xml.flat
+com.example.revivemymemory.app-mergeDebugResources-37\:/layout/activity_forget_successful_send.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_forget_successful_send.xml.flat
+com.example.revivemymemory.app-main-40\:/drawable/baseline_local_phone_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_baseline_local_phone_24.xml.flat
+com.example.revivemymemory.app-main-40\:/xml/data_extraction_rules.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\xml_data_extraction_rules.xml.flat
+com.example.revivemymemory.app-main-40\:/mipmap-xxxhdpi/ic_launcher.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxxhdpi_ic_launcher.webp.flat
+com.example.revivemymemory.app-main-40\:/drawable-v24/ic_launcher_foreground.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable-v24_ic_launcher_foreground.xml.flat
+com.example.revivemymemory.app-main-40\:/drawable/cirleaccount.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_cirleaccount.xml.flat
+com.example.revivemymemory.app-main-40\:/mipmap-anydpi-v26/ic_launcher_round.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\mipmap-anydpi-v26_ic_launcher_round.xml.flat
+com.example.revivemymemory.app-main-40\:/mipmap-xxhdpi/ic_launcher_round.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxhdpi_ic_launcher_round.webp.flat
+com.example.revivemymemory.app-main-40\:/raw/successanimation.json=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\raw_successanimation.json.flat
+com.example.revivemymemory.app-main-40\:/drawable/register.png=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_register.png.flat
+com.example.revivemymemory.app-main-40\:/drawable/homepage_icon_background.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_homepage_icon_background.xml.flat
+com.example.revivemymemory.app-main-40\:/mipmap-anydpi-v26/ic_launcher.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\mipmap-anydpi-v26_ic_launcher.xml.flat
+com.example.revivemymemory.app-main-40\:/drawable/circlebc.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\merged_res\\debug\\drawable_circlebc.xml.flat
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml
new file mode 100644
index 000000000..95d0b5e22
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml
@@ -0,0 +1,13952 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ true
+ true
+ #ff000000
+ #ffffffff
+ #7fa87f
+ @android:color/black
+ @android:color/black
+ @color/material_deep_teal_200
+ @color/material_deep_teal_500
+ #1f000000
+ #8a000000
+ @color/material_grey_800
+ @android:color/white
+ @color/material_grey_850
+ @color/material_grey_50
+ #FF000000
+ #80ffffff
+ #80000000
+ @color/bright_foreground_material_light
+ @color/bright_foreground_material_dark
+ @android:color/white
+ @android:color/black
+ #ff5a595b
+ #ffd6d7d7
+ #FF424242
+ #FFFFFFFF
+ #03000000
+ #37000000
+ #14000000
+ #121212
+ #CF6679
+ #FFFFFF
+ #000000
+ #000000
+ #000000
+ #FFFFFF
+ #BA86FC
+ #000000
+ #3700B3
+ #03DAC6
+ #03DAC6
+ #121212
+ #FFFFFF
+ #B00020
+ #000000
+ #FFFFFF
+ #FFFFFF
+ #000000
+ #000000
+ #6200EE
+ #3700B3
+ #3700B3
+ #03DAC6
+ #018786
+ #FFFFFF
+ @android:color/transparent
+ #14000000
+ #44000000
+ #0A000000
+ #0F000000
+ #1AFFFFFF
+ #2EFFFFFF
+ #323232
+ #80bebebe
+ #80323232
+ #ffbebebe
+ #ff323232
+ #ff7043
+ #ff5722
+ @android:color/white
+ @android:color/black
+ #9E9998
+ #6680cbc4
+ #66009688
+ #ff000000
+ #ff000000
+ #ff410e0b
+ #ffffffff
+ #ff601410
+ #ff8c1d18
+ #ffb3261e
+ #ffdc362e
+ #ffe46962
+ #ffec928e
+ #fff2b8b5
+ #fff9dedc
+ #fffceeee
+ #fffffbf9
+ #ff000000
+ #ff1c1b1f
+ #ffffffff
+ #ff313033
+ #ff484649
+ #ff605d62
+ #ff787579
+ #ff939094
+ #ffaeaaae
+ #ffc9c5ca
+ #ffe6e1e5
+ #fff4eff4
+ #fffffbfe
+ #ff000000
+ #ff1d1a22
+ #ffffffff
+ #ff322f37
+ #ff49454f
+ #ff605d66
+ #ff79747e
+ #ff938f99
+ #ffaea9b4
+ #ffcac4d0
+ #ffe7e0ec
+ #fff5eefa
+ #fffffbfe
+ #ff000000
+ #ff21005d
+ #ffffffff
+ #ff381e72
+ #ff4f378b
+ #ff6750a4
+ #ff7f67be
+ #ff9a82db
+ #ffb69df8
+ #ffd0bcff
+ #ffeaddff
+ #fff6edff
+ #fffffbfe
+ #ff000000
+ #ff1d192b
+ #ffffffff
+ #ff332d41
+ #ff4a4458
+ #ff625b71
+ #ff7a7289
+ #ff958da5
+ #ffb0a7c0
+ #ffccc2dc
+ #ffe8def8
+ #fff6edff
+ #fffffbfe
+ #ff000000
+ #ff31111d
+ #ffffffff
+ #ff492532
+ #ff633b48
+ #ff7d5260
+ #ff986977
+ #ffb58392
+ #ffd29dac
+ #ffefb8c8
+ #ffffd8e4
+ #ffffecf1
+ #fffffbfa
+ #ffffffff
+ @color/m3_ref_palette_neutral10
+ @color/m3_ref_palette_error80
+ @color/m3_ref_palette_error30
+ @color/m3_ref_palette_neutral20
+ @color/m3_ref_palette_primary40
+ @color/m3_ref_palette_neutral90
+ @color/m3_ref_palette_neutral90
+ @color/m3_ref_palette_error20
+ @color/m3_ref_palette_error90
+ @color/m3_ref_palette_primary20
+ @color/m3_ref_palette_primary90
+ @color/m3_ref_palette_secondary20
+ @color/m3_ref_palette_secondary90
+ @color/m3_ref_palette_neutral90
+ @color/m3_ref_palette_neutral_variant80
+ @color/m3_ref_palette_tertiary20
+ @color/m3_ref_palette_tertiary90
+ @color/m3_ref_palette_neutral_variant60
+ @color/m3_ref_palette_neutral_variant30
+ @color/m3_ref_palette_primary80
+ @color/m3_ref_palette_primary30
+ @color/m3_ref_palette_secondary80
+ @color/m3_ref_palette_secondary30
+ @color/m3_ref_palette_neutral10
+ @color/m3_ref_palette_neutral_variant30
+ @color/m3_ref_palette_tertiary80
+ @color/m3_ref_palette_tertiary30
+ @color/m3_ref_palette_neutral99
+ @color/m3_ref_palette_error40
+ @color/m3_ref_palette_error90
+ @color/m3_ref_palette_neutral95
+ @color/m3_ref_palette_primary80
+ @color/m3_ref_palette_neutral20
+ @color/m3_ref_palette_neutral10
+ @color/m3_ref_palette_error100
+ @color/m3_ref_palette_error10
+ @color/m3_ref_palette_primary100
+ @color/m3_ref_palette_primary10
+ @color/m3_ref_palette_secondary100
+ @color/m3_ref_palette_secondary10
+ @color/m3_ref_palette_neutral10
+ @color/m3_ref_palette_neutral_variant30
+ @color/m3_ref_palette_tertiary100
+ @color/m3_ref_palette_tertiary10
+ @color/m3_ref_palette_neutral_variant50
+ @color/m3_ref_palette_neutral_variant80
+ @color/m3_ref_palette_primary40
+ @color/m3_ref_palette_primary90
+ @color/m3_ref_palette_secondary40
+ @color/m3_ref_palette_secondary90
+ @color/m3_ref_palette_neutral99
+ @color/m3_ref_palette_neutral_variant90
+ @color/m3_ref_palette_tertiary40
+ @color/m3_ref_palette_tertiary90
+ #ff37474f
+ #ff263238
+ #ff21272b
+ #ff80cbc4
+ #ff008577
+ #fff5f5f5
+ #ffe0e0e0
+ #fffafafa
+ #ff757575
+ #ff424242
+ #ff303030
+ #ff212121
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #61000000
+ #00ffffff
+ #52000000
+ #6B000000
+ #1F000000
+ #0A000000
+ #00000000
+ #DE000000
+ #ffffffff
+ #ff9e9e9e
+ @android:color/black
+ @color/material_grey_600
+ @color/material_grey_900
+ @color/material_grey_100
+ #ffffffff
+ #de000000
+ #4Dffffff
+ #39000000
+ #FFBB86FC
+ #FF6200EE
+ #FF3700B3
+ #33ffffff
+ #1f000000
+ #b3ffffff
+ #8a000000
+ #36ffffff
+ #24000000
+ #ff616161
+ #ffbdbdbd
+ #ffbdbdbd
+ #fff1f1f1
+ #FF03DAC5
+ #FF018786
+ #e6616161
+ #e6FFFFFF
+ #FFFFFFFF
+ 100.00dp
+ 100.00sp
+ 101.00dp
+ 102.00dp
+ 103.00dp
+ 104.00dp
+ 105.00dp
+ 106.00dp
+ 107.00dp
+ 108.00dp
+ 109.00dp
+ 10.00dp
+ 10.00sp
+ 110.00dp
+ 111.00dp
+ 112.00dp
+ 113.00dp
+ 114.00dp
+ 115.00dp
+ 116.00dp
+ 117.00dp
+ 118.00dp
+ 119.00dp
+ 11.00dp
+ 11.00sp
+ 120.00dp
+ 121.00dp
+ 122.00dp
+ 123.00dp
+ 124.00dp
+ 125.00dp
+ 126.00dp
+ 127.00dp
+ 128.00dp
+ 129.00dp
+ 12.00dp
+ 12.00sp
+ 130.00dp
+ 131.00dp
+ 132.00dp
+ 133.00dp
+ 134.00dp
+ 135.00dp
+ 136.00dp
+ 137.00dp
+ 138.00dp
+ 139.00dp
+ 13.00dp
+ 13.00sp
+ 140.00dp
+ 141.00dp
+ 142.00dp
+ 143.00dp
+ 144.00dp
+ 145.00dp
+ 146.00dp
+ 147.00dp
+ 148.00dp
+ 149.00dp
+ 14.00dp
+ 14.00sp
+ 150.00dp
+ 151.00dp
+ 152.00dp
+ 153.00dp
+ 154.00dp
+ 155.00dp
+ 156.00dp
+ 157.00dp
+ 158.00dp
+ 159.00dp
+ 15.00dp
+ 15.00sp
+ 160.00dp
+ 161.00dp
+ 162.00dp
+ 163.00dp
+ 164.00dp
+ 165.00dp
+ 166.00dp
+ 167.00dp
+ 168.00dp
+ 169.00dp
+ 16.00dp
+ 16.00sp
+ 170.00dp
+ 171.00dp
+ 172.00dp
+ 173.00dp
+ 174.00dp
+ 175.00dp
+ 176.00dp
+ 177.00dp
+ 178.00dp
+ 179.00dp
+ 17.00dp
+ 17.00sp
+ 180.00dp
+ 181.00dp
+ 182.00dp
+ 183.00dp
+ 184.00dp
+ 185.00dp
+ 186.00dp
+ 187.00dp
+ 188.00dp
+ 189.00dp
+ 18.00dp
+ 18.00sp
+ 190.00dp
+ 191.00dp
+ 192.00dp
+ 193.00dp
+ 194.00dp
+ 195.00dp
+ 196.00dp
+ 197.00dp
+ 198.00dp
+ 199.00dp
+ 19.00dp
+ 19.00sp
+ 1.00dp
+ 1.00sp
+ 200.00dp
+ 201.00dp
+ 202.00dp
+ 203.00dp
+ 204.00dp
+ 205.00dp
+ 206.00dp
+ 207.00dp
+ 208.00dp
+ 209.00dp
+ 20.00dp
+ 20.00sp
+ 210.00dp
+ 211.00dp
+ 212.00dp
+ 213.00dp
+ 214.00dp
+ 215.00dp
+ 216.00dp
+ 217.00dp
+ 218.00dp
+ 219.00dp
+ 21.00dp
+ 21.00sp
+ 220.00dp
+ 221.00dp
+ 222.00dp
+ 223.00dp
+ 224.00dp
+ 225.00dp
+ 226.00dp
+ 227.00dp
+ 228.00dp
+ 229.00dp
+ 22.00dp
+ 22.00sp
+ 230.00dp
+ 231.00dp
+ 232.00dp
+ 233.00dp
+ 234.00dp
+ 235.00dp
+ 236.00dp
+ 237.00dp
+ 238.00dp
+ 239.00dp
+ 23.00dp
+ 23.00sp
+ 240.00dp
+ 241.00dp
+ 242.00dp
+ 243.00dp
+ 244.00dp
+ 245.00dp
+ 246.00dp
+ 247.00dp
+ 248.00dp
+ 249.00dp
+ 24.00dp
+ 24.00sp
+ 250.00dp
+ 251.00dp
+ 252.00dp
+ 253.00dp
+ 254.00dp
+ 255.00dp
+ 256.00dp
+ 257.00dp
+ 258.00dp
+ 259.00dp
+ 25.00dp
+ 25.00sp
+ 260.00dp
+ 261.00dp
+ 262.00dp
+ 263.00dp
+ 264.00dp
+ 265.00dp
+ 266.00dp
+ 267.00dp
+ 268.00dp
+ 269.00dp
+ 26.00dp
+ 26.00sp
+ 270.00dp
+ 271.00dp
+ 272.00dp
+ 273.00dp
+ 274.00dp
+ 275.00dp
+ 276.00dp
+ 277.00dp
+ 278.00dp
+ 279.00dp
+ 27.00dp
+ 27.00sp
+ 280.00dp
+ 281.00dp
+ 282.00dp
+ 283.00dp
+ 284.00dp
+ 285.00dp
+ 286.00dp
+ 287.00dp
+ 288.00dp
+ 289.00dp
+ 28.00dp
+ 28.00sp
+ 290.00dp
+ 291.00dp
+ 292.00dp
+ 293.00dp
+ 294.00dp
+ 295.00dp
+ 296.00dp
+ 297.00dp
+ 298.00dp
+ 299.00dp
+ 29.00dp
+ 29.00sp
+ 2.00dp
+ 2.00sp
+ 300.00dp
+ 301.00dp
+ 302.00dp
+ 303.00dp
+ 304.00dp
+ 305.00dp
+ 306.00dp
+ 307.00dp
+ 308.00dp
+ 309.00dp
+ 30.00dp
+ 30.00sp
+ 310.00dp
+ 311.00dp
+ 312.00dp
+ 313.00dp
+ 314.00dp
+ 315.00dp
+ 316.00dp
+ 317.00dp
+ 318.00dp
+ 319.00dp
+ 31.00dp
+ 31.00sp
+ 320.00dp
+ 321.00dp
+ 322.00dp
+ 323.00dp
+ 324.00dp
+ 325.00dp
+ 326.00dp
+ 327.00dp
+ 328.00dp
+ 329.00dp
+ 32.00dp
+ 32.00sp
+ 330.00dp
+ 331.00dp
+ 332.00dp
+ 333.00dp
+ 334.00dp
+ 335.00dp
+ 336.00dp
+ 337.00dp
+ 338.00dp
+ 339.00dp
+ 33.00dp
+ 33.00sp
+ 340.00dp
+ 341.00dp
+ 342.00dp
+ 343.00dp
+ 344.00dp
+ 345.00dp
+ 346.00dp
+ 347.00dp
+ 348.00dp
+ 349.00dp
+ 34.00dp
+ 34.00sp
+ 350.00dp
+ 351.00dp
+ 352.00dp
+ 353.00dp
+ 354.00dp
+ 355.00dp
+ 356.00dp
+ 357.00dp
+ 358.00dp
+ 359.00dp
+ 35.00dp
+ 35.00sp
+ 360.00dp
+ 361.00dp
+ 362.00dp
+ 363.00dp
+ 364.00dp
+ 365.00dp
+ 366.00dp
+ 367.00dp
+ 368.00dp
+ 369.00dp
+ 36.00dp
+ 36.00sp
+ 370.00dp
+ 371.00dp
+ 372.00dp
+ 373.00dp
+ 374.00dp
+ 375.00dp
+ 376.00dp
+ 377.00dp
+ 378.00dp
+ 379.00dp
+ 37.00dp
+ 37.00sp
+ 380.00dp
+ 381.00dp
+ 382.00dp
+ 383.00dp
+ 384.00dp
+ 385.00dp
+ 386.00dp
+ 387.00dp
+ 388.00dp
+ 389.00dp
+ 38.00dp
+ 38.00sp
+ 390.00dp
+ 391.00dp
+ 392.00dp
+ 393.00dp
+ 394.00dp
+ 395.00dp
+ 396.00dp
+ 397.00dp
+ 398.00dp
+ 399.00dp
+ 39.00dp
+ 39.00sp
+ 3.00dp
+ 3.00sp
+ 400.00dp
+ 401.00dp
+ 402.00dp
+ 403.00dp
+ 404.00dp
+ 405.00dp
+ 406.00dp
+ 407.00dp
+ 408.00dp
+ 409.00dp
+ 40.00dp
+ 40.00sp
+ 410.00dp
+ 411.00dp
+ 412.00dp
+ 413.00dp
+ 414.00dp
+ 415.00dp
+ 416.00dp
+ 417.00dp
+ 418.00dp
+ 419.00dp
+ 41.00dp
+ 41.00sp
+ 420.00dp
+ 421.00dp
+ 422.00dp
+ 423.00dp
+ 424.00dp
+ 425.00dp
+ 426.00dp
+ 427.00dp
+ 428.00dp
+ 429.00dp
+ 42.00dp
+ 42.00sp
+ 430.00dp
+ 431.00dp
+ 432.00dp
+ 433.00dp
+ 434.00dp
+ 435.00dp
+ 436.00dp
+ 437.00dp
+ 438.00dp
+ 439.00dp
+ 43.00dp
+ 43.00sp
+ 440.00dp
+ 441.00dp
+ 442.00dp
+ 443.00dp
+ 444.00dp
+ 445.00dp
+ 446.00dp
+ 447.00dp
+ 448.00dp
+ 449.00dp
+ 44.00dp
+ 44.00sp
+ 450.00dp
+ 451.00dp
+ 452.00dp
+ 453.00dp
+ 454.00dp
+ 455.00dp
+ 456.00dp
+ 457.00dp
+ 458.00dp
+ 459.00dp
+ 45.00dp
+ 45.00sp
+ 460.00dp
+ 461.00dp
+ 462.00dp
+ 463.00dp
+ 464.00dp
+ 465.00dp
+ 466.00dp
+ 467.00dp
+ 468.00dp
+ 469.00dp
+ 46.00dp
+ 46.00sp
+ 470.00dp
+ 471.00dp
+ 472.00dp
+ 473.00dp
+ 474.00dp
+ 475.00dp
+ 476.00dp
+ 477.00dp
+ 478.00dp
+ 479.00dp
+ 47.00dp
+ 47.00sp
+ 480.00dp
+ 481.00dp
+ 482.00dp
+ 483.00dp
+ 484.00dp
+ 485.00dp
+ 486.00dp
+ 487.00dp
+ 488.00dp
+ 489.00dp
+ 48.00dp
+ 48.00sp
+ 490.00dp
+ 491.00dp
+ 492.00dp
+ 493.00dp
+ 494.00dp
+ 495.00dp
+ 496.00dp
+ 497.00dp
+ 498.00dp
+ 499.00dp
+ 49.00dp
+ 49.00sp
+ 4.00dp
+ 4.00sp
+ 500.00dp
+ 501.00dp
+ 502.00dp
+ 503.00dp
+ 504.00dp
+ 505.00dp
+ 506.00dp
+ 507.00dp
+ 508.00dp
+ 509.00dp
+ 50.00dp
+ 50.00sp
+ 510.00dp
+ 511.00dp
+ 512.00dp
+ 513.00dp
+ 514.00dp
+ 515.00dp
+ 516.00dp
+ 517.00dp
+ 518.00dp
+ 519.00dp
+ 51.00dp
+ 51.00sp
+ 520.00dp
+ 521.00dp
+ 522.00dp
+ 523.00dp
+ 524.00dp
+ 525.00dp
+ 526.00dp
+ 527.00dp
+ 528.00dp
+ 529.00dp
+ 52.00dp
+ 52.00sp
+ 530.00dp
+ 531.00dp
+ 532.00dp
+ 533.00dp
+ 534.00dp
+ 535.00dp
+ 536.00dp
+ 537.00dp
+ 538.00dp
+ 539.00dp
+ 53.00dp
+ 53.00sp
+ 540.00dp
+ 541.00dp
+ 542.00dp
+ 543.00dp
+ 544.00dp
+ 545.00dp
+ 546.00dp
+ 547.00dp
+ 548.00dp
+ 549.00dp
+ 54.00dp
+ 54.00sp
+ 550.00dp
+ 551.00dp
+ 552.00dp
+ 553.00dp
+ 554.00dp
+ 555.00dp
+ 556.00dp
+ 557.00dp
+ 558.00dp
+ 559.00dp
+ 55.00dp
+ 55.00sp
+ 560.00dp
+ 561.00dp
+ 562.00dp
+ 563.00dp
+ 564.00dp
+ 565.00dp
+ 566.00dp
+ 567.00dp
+ 568.00dp
+ 569.00dp
+ 56.00dp
+ 56.00sp
+ 570.00dp
+ 571.00dp
+ 572.00dp
+ 573.00dp
+ 574.00dp
+ 575.00dp
+ 576.00dp
+ 577.00dp
+ 578.00dp
+ 579.00dp
+ 57.00dp
+ 57.00sp
+ 580.00dp
+ 581.00dp
+ 582.00dp
+ 583.00dp
+ 584.00dp
+ 585.00dp
+ 586.00dp
+ 587.00dp
+ 588.00dp
+ 589.00dp
+ 58.00dp
+ 58.00sp
+ 590.00dp
+ 591.00dp
+ 592.00dp
+ 593.00dp
+ 594.00dp
+ 595.00dp
+ 596.00dp
+ 597.00dp
+ 598.00dp
+ 599.00dp
+ 59.00dp
+ 59.00sp
+ 5.00dp
+ 5.00sp
+ 600.00dp
+ 60.00dp
+ 60.00sp
+ 61.00dp
+ 61.00sp
+ 62.00dp
+ 62.00sp
+ 63.00dp
+ 63.00sp
+ 64.00dp
+ 64.00sp
+ 65.00dp
+ 65.00sp
+ 66.00dp
+ 66.00sp
+ 67.00dp
+ 67.00sp
+ 68.00dp
+ 68.00sp
+ 69.00dp
+ 69.00sp
+ 6.00dp
+ 6.00sp
+ 70.00dp
+ 70.00sp
+ 71.00dp
+ 71.00sp
+ 72.00dp
+ 72.00sp
+ 73.00dp
+ 73.00sp
+ 74.00dp
+ 74.00sp
+ 75.00dp
+ 75.00sp
+ 76.00dp
+ 76.00sp
+ 77.00dp
+ 77.00sp
+ 78.00dp
+ 78.00sp
+ 79.00dp
+ 79.00sp
+ 7.00dp
+ 7.00sp
+ 80.00dp
+ 80.00sp
+ 81.00dp
+ 81.00sp
+ 82.00dp
+ 82.00sp
+ 83.00dp
+ 83.00sp
+ 84.00dp
+ 84.00sp
+ 85.00dp
+ 85.00sp
+ 86.00dp
+ 86.00sp
+ 87.00dp
+ 87.00sp
+ 88.00dp
+ 88.00sp
+ 89.00dp
+ 89.00sp
+ 8.00dp
+ 8.00sp
+ 90.00dp
+ 90.00sp
+ 91.00dp
+ 91.00sp
+ 92.00dp
+ 92.00sp
+ 93.00dp
+ 93.00sp
+ 94.00dp
+ 94.00sp
+ 95.00dp
+ 95.00sp
+ 96.00dp
+ 96.00sp
+ 97.00dp
+ 97.00sp
+ 98.00dp
+ 98.00sp
+ 99.00dp
+ 99.00sp
+ 9.00dp
+ 9.00sp
+ -10.00dp
+ -11.00dp
+ -12.00dp
+ -13.00dp
+ -14.00dp
+ -15.00dp
+ -16.00dp
+ -17.00dp
+ -18.00dp
+ -19.00dp
+ -1.00dp
+ -20.00dp
+ -21.00dp
+ -22.00dp
+ -23.00dp
+ -24.00dp
+ -25.00dp
+ -26.00dp
+ -27.00dp
+ -28.00dp
+ -29.00dp
+ -2.00dp
+ -30.00dp
+ -31.00dp
+ -32.00dp
+ -33.00dp
+ -34.00dp
+ -35.00dp
+ -36.00dp
+ -37.00dp
+ -38.00dp
+ -39.00dp
+ -3.00dp
+ -40.00dp
+ -41.00dp
+ -42.00dp
+ -43.00dp
+ -44.00dp
+ -45.00dp
+ -46.00dp
+ -47.00dp
+ -48.00dp
+ -49.00dp
+ -4.00dp
+ -50.00dp
+ -51.00dp
+ -52.00dp
+ -53.00dp
+ -54.00dp
+ -55.00dp
+ -56.00dp
+ -57.00dp
+ -58.00dp
+ -59.00dp
+ -5.00dp
+ -60.00dp
+ -6.00dp
+ -7.00dp
+ -8.00dp
+ -9.00dp
+ 16dp
+ 72dp
+ 56dp
+ 0dp
+ 0dp
+ 4dp
+ 16dp
+ 10dp
+ 6dp
+ 48dp
+ 180dp
+ 5dp
+ -3dp
+ 48dp
+ 48dp
+ 36dp
+ 48dp
+ 48dp
+ @dimen/abc_control_inset_material
+ 6dp
+ 8dp
+ @dimen/abc_control_padding_material
+ 720dp
+ 320dp
+ 2dp
+ 4dp
+ 4dp
+ 2dp
+ - 80%
+ - 100%
+ - 320dp
+ - 320dp
+ 8dp
+ 8dp
+ - 65%
+ - 95%
+ 24dp
+ 18dp
+ 8dp
+ - 0.30
+ - 0.26
+ 32dip
+ 8dip
+ 8dip
+ 7dp
+ 4dp
+ 10dp
+ 16dp
+ 80dp
+ 64dp
+ 48dp
+ @dimen/abc_action_bar_content_inset_material
+ 296dp
+ 4dp
+ 48dip
+ 320dip
+ 2dp
+ 2dp
+ 20dp
+ 48dp
+ 36dp
+ 16dp
+ 3dp
+ 14sp
+ 14sp
+ 14sp
+ 12sp
+ 34sp
+ 45sp
+ 56sp
+ 112sp
+ 24sp
+ 22sp
+ 18sp
+ 14sp
+ 16sp
+ 14sp
+ 16sp
+ 16dp
+ 20sp
+ 20dp
+ 16dp
+ 1dp
+ 2dp
+ 2dp
+ 64dp
+ 4dp
+ 6dp
+ 8dp
+ 4dp
+ 2dp
+ 320dp
+ 320dp
+ 10dp
+ 4dp
+ 168dp
+ 96dp
+ 14sp
+ 8dp
+ 56dp
+ 24dp
+ 96dp
+ 56dp
+ 10dp
+ 8dp
+ 1dp
+ 12sp
+ 8dp
+ 16dp
+ 64dp
+ 0.5dp
+ 6dp
+ 24dp
+ 40dp
+ 56dp
+ 6dp
+ 6dp
+ 16dp
+ 32dp
+ 24dp
+ 16dp
+ 32dp
+ 4dp
+ 280dp
+ 8dp
+ 8dp
+ 128dp
+ - 1.0
+ 0dp
+ 6dp
+ 0dp
+ -1px
+ -1px
+ 12dp
+ 14dp
+ 16dp
+ 14sp
+ 264dp
+ 72dp
+ 14sp
+ 12sp
+ 5dp
+ - 0.30
+ - 0.26
+ 8dp
+ 0dp
+ 50dp
+ - 0.26
+ - 0.20
+ - 0.12
+ - 0.50
+ - 0.38
+ - 0.70
+ - 0.54
+ 20dp
+ 800dp
+ 120dp
+ 14dp
+ 14dp
+ 28dp
+ @dimen/m3_sys_elevation_level3
+ 16dp
+ 24dp
+ 16dp
+ 16dp
+ 16dp
+ 96dp
+ 112dp
+ 112dp
+ 64dp
+ 152dp
+ 112dp
+ 1.5dp
+ 3dp
+ 1.5dp
+ 3dp
+ 7dp
+ 4dp
+ 32dp
+ 4dp
+ 64dp
+ 16dp
+ 12dp
+ 80dp
+ 20dp
+ @dimen/m3_sys_elevation_level1
+ @dimen/m3_sys_elevation_level1
+ 6dp
+ 4dp
+ 12dp
+ 16dp
+ @dimen/m3_comp_bottom_app_bar_container_height
+ 4dp
+ 64dp
+ 8dp
+ 0dp
+ 0dp
+ @dimen/m3_comp_elevated_button_container_elevation
+ 0dp
+ 16dp
+ 24dp
+ 10dp
+ 20dp
+ 0dp
+ 20dp
+ 4dp
+ 320dp
+ 6dp
+ 24dp
+ 24dp
+ 6dp
+ 1dp
+ 12dp
+ 16dp
+ 12dp
+ 12dp
+ 0dp
+ 1dp
+ @dimen/m3_sys_elevation_level3
+ 7dp
+ @dimen/m3_sys_elevation_level1
+ 2dp
+ @dimen/m3_sys_elevation_level0
+ @dimen/m3_sys_elevation_level1
+ 1dp
+ 1dp
+ 8dp
+ -1dp
+ 7dp
+ 1dp
+ 2dp
+ 18dp
+ 32dp
+ @dimen/m3_sys_elevation_level1
+ @dimen/m3_sys_elevation_level0
+ 1dp
+ 18dp
+ @dimen/m3_sys_elevation_level2
+ 80dp
+ - 0.38
+ 4dp
+ 1dp
+ @dimen/m3_sys_elevation_level1
+ @dimen/m3_sys_elevation_level0
+ @dimen/m3_sys_elevation_level3
+ 56dp
+ @dimen/m3_sys_elevation_level3
+ @dimen/m3_sys_state_focus_state_layer_opacity
+ @dimen/m3_sys_elevation_level4
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ 24dp
+ @dimen/m3_sys_elevation_level3
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ @dimen/m3_sys_elevation_level3
+ 56dp
+ @dimen/m3_sys_state_focus_state_layer_opacity
+ @dimen/m3_sys_elevation_level4
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ 24dp
+ 96dp
+ 36dp
+ @dimen/m3_sys_elevation_level3
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ 40dp
+ 24dp
+ @dimen/m3_sys_elevation_level2
+ @dimen/m3_sys_elevation_level0
+ 18dp
+ - 0.38
+ 32dp
+ @dimen/m3_sys_elevation_level1
+ @dimen/m3_sys_elevation_level0
+ 1dp
+ 18dp
+ @dimen/m3_sys_elevation_level0
+ 32dp
+ 1dp
+ 24dp
+ 18dp
+ 4dp
+ 32dp
+ 56dp
+ @dimen/m3_sys_elevation_level0
+ 80dp
+ 24dp
+ @dimen/m3_sys_elevation_level2
+ - 0.12
+ 1dp
+ - 0.38
+ - 0.38
+ - 0.38
+ 2dp
+ 1dp
+ @dimen/m3_sys_state_focus_state_layer_opacity
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ 3dp
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ 1dp
+ @dimen/m3_sys_state_focus_state_layer_opacity
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ 24dp
+ 30dp
+ @dimen/m3_sys_elevation_level3
+ 56dp
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ @dimen/m3_sys_elevation_level3
+ 56dp
+ 72dp
+ 2dp
+ @dimen/m3_sys_state_focus_state_layer_opacity
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ @dimen/m3_sys_elevation_level1
+ @dimen/m3_sys_elevation_level1
+ - 0.38
+ - 0.38
+ - 0.12
+ 4dp
+ 32dp
+ @dimen/m3_sys_elevation_level1
+ @dimen/m3_sys_elevation_level0
+ 1dp
+ 18dp
+ - 1
+ - 0.38
+ - 0.12
+ - 0.38
+ - 0.38
+ @dimen/m3_sys_state_focus_state_layer_opacity
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ 32dp
+ 52dp
+ @dimen/m3_sys_state_focus_state_layer_opacity
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ @dimen/m3_sys_state_focus_state_layer_opacity
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ @dimen/m3_sys_elevation_level3
+ 8dp
+ 8dp
+ 20dp
+ 12dp
+ 56dp
+ 16dp
+ 8dp
+ 0dp
+ 30%
+ 2dp
+ 6dp
+ 36dp
+ 96dp
+ @dimen/m3_sys_elevation_level2
+ 16dp
+ 28dp
+ 12dp
+ 0dp
+ 12dp
+ 12dp
+ 0dp
+ 4dp
+ 28dp
+ 28dp
+ @dimen/m3_comp_navigation_rail_container_width
+ @dimen/m3_comp_navigation_rail_container_elevation
+ @dimen/m3_comp_navigation_rail_icon_size
+ @dimen/m3_comp_navigation_rail_active_indicator_height
+ 4dp
+ @dimen/m3_comp_navigation_rail_active_indicator_width
+ 60dp
+ 8dp
+ 4dp
+ @dimen/m3_sys_state_dragged_state_layer_opacity
+ @dimen/m3_sys_state_focus_state_layer_opacity
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ @dimen/m3_comp_search_bar_container_elevation
+ @dimen/m3_comp_search_bar_container_height
+ 16dp
+ 16dp
+ 1dp
+ 4dp
+ 16dp
+ 16sp
+ 1dp
+ @dimen/m3_comp_search_view_container_elevation
+ @dimen/m3_comp_search_view_full_screen_header_container_height
+ @dimen/m3_sys_elevation_level1
+ @dimen/m3_sys_elevation_level0
+ 256dp
+ - 0.08
+ - 0.12
+ @dimen/m3_comp_slider_inactive_track_height
+ 2dp
+ 24dp
+ 40dp
+ - 1.0
+ 8dp
+ 0dp
+ 1dp
+ 3dp
+ 6dp
+ 8dp
+ 12dp
+ - 0.3
+ - 0.8
+ - 0.0
+ - 0.2
+ - 0.1
+ - 0.1
+ - 0.7
+ - 1.0
+ - 0.4
+ - 1.0
+ - 0.0
+ - 1.0
+ - 0.4
+ - 0.2
+ - 0.0
+ - 1.0
+ - 0.0
+ - 0.2
+ - 0.0
+ - 1.0
+ - 0.0
+ - 1.0
+ - 0.0
+ - 1.0
+ - 0.3
+ - 1.0
+ - 0.0
+ - 1.0
+ - 0.2
+ - 0.0
+ - 0.0
+ - 1.0
+ - 0.0
+ - 0.0
+ - 0.0
+ - 1.0
+ - 0.16
+ - 0.12
+ - 0.08
+ - 0.12
+ 2dp
+ @dimen/m3_sys_elevation_level3
+ 20dp
+ 640dp
+ 80dp
+ 24dp
+ 96dp
+ 44dp
+ 4dp
+ 4dp
+ 2dp
+ 15sp
+ 96dp
+ 12dp
+ 12dp
+ 52dp
+ 256dp
+ -4dp
+ 2dp
+ 1dp
+ - 0.38
+ - 0.12
+ - 0.87
+ - 0.6
+ 12dp
+ 23dp
+ 8dp
+ 32dp
+ 4dp
+ 8dp
+ 4dp
+ 12dp
+ 8dp
+ 2dp
+ 245dp
+ 488dp
+ 56dp
+ 560dp
+ 340dp
+ 24dp
+ 80dp
+ 24dp
+ 24dp
+ 80dp
+ 24dp
+ 4dp
+ 4dp
+ 4dp
+ 6dp
+ 10sp
+ 12dp
+ 12dp
+ 8dp
+ 60dp
+ 16dp
+ 5dp
+ 8dp
+ 0dp
+ 56dp
+ 4dp
+ 64dp
+ 0dp
+ 0dp
+ 2dp
+ 2dp
+ 2dp
+ 12dp
+ 8dp
+ 6dp
+ - 0.07
+ 320dp
+ 4dp
+ 16dp
+ 16dp
+ 4dp
+ 6dp
+ 8dp
+ 1dp
+ 4dp
+ 8dp
+ 8dp
+ 14sp
+ 0dp
+ 64dp
+ 52dp
+ 8dp
+ 0dp
+ 12dp
+ 15dp
+ 32dp
+ 3dp
+ 1dp
+ 1dp
+ 36dp
+ 24dp
+ 16dp
+ 12dp
+ 4dp
+ 1dp
+ 120dp
+ 128dp
+ 32dp
+ 12dp
+ 8dp
+ 24dp
+ 0dp
+ 480dp
+ 2dp
+ 0dp
+ 4dp
+ 48dp
+ 4dp
+ 8dp
+ 104dp
+ 20dp
+ 24dp
+ 100dp
+ 16dp
+ 28dp
+ 68dp
+ 18dp
+ 52dp
+ 8dp
+ 8dp
+ 88dp
+ 8dp
+ 24dp
+ 4dp
+ 5dp
+ 1dp
+ 8dp
+ 3dp
+ 14sp
+ 8dp
+ -8dp
+ 8dp
+ 12dp
+ 0dp
+ 0dp
+ 6dp
+ 20dp
+ 20dp
+ 24dp
+ 12dp
+ 48dp
+ 120dp
+ 20dp
+ 12dp
+ 12dp
+ 0dp
+ 2dp
+ 6dp
+ 6dp
+ 48dp
+ 2dp
+ 6dp
+ - 0.00
+ - 0.24
+ - 0.08
+ - 0.24
+ - 0.00
+ - 0.12
+ - 0.04
+ - 0.12
+ 48dp
+ 24dp
+ 8dp
+ 0dp
+ 22dp
+ 14dp
+ 24dp
+ 8dp
+ 4dp
+ 14dp
+ 56dp
+ 72dp
+ 8dp
+ 14dp
+ 24dp
+ 8dp
+ 16dp
+ 12dp
+ 4dp
+ 2dp
+ 4dp
+ 4dp
+ 18dp
+ 40dp
+ 20dp
+ 40dp
+ 28dp
+ 2.5dp
+ 4dp
+ 3dp
+ 2dp
+ 4dp
+ 0dp
+ 4dp
+ 4dp
+ 24dp
+ 4dp
+ 13dp
+ 26dp
+ 1dp
+ 10dp
+ 4dp
+ 16dp
+ 48dp
+ - 0.5
+ 4dp
+ - 0.8
+ 8dp
+ 8dp
+ 8dp
+ 16dp
+ 4dp
+ 32dp
+ @dimen/m3_comp_switch_track_height
+ @dimen/m3_comp_switch_track_width
+ 4dp
+ 0dp
+ 4dp
+ @dimen/m3_comp_outlined_text_field_outline_width
+ @dimen/m3_comp_outlined_text_field_focus_outline_width
+ 16dp
+ 4dp
+ 16dp
+ 4dp
+ 56dp
+ 14dp
+ 4dp
+ 32dp
+ 32dp
+ 12dp
+ 30dp
+ 32dp
+ 13sp
+ 12dp
+ 8dp
+ 64dp
+ 64dp
+ 10dp
+ @dimen/notification_content_margin_start
+ 16dp
+ 2dp
+ 3dp
+ 24dp
+ 13sp
+ 10dp
+ 5dp
+ 2dp
+ 16dp
+ 8dp
+ 8dp
+ 96dp
+ 6.5dp
+ 0dp
+ 16dp
+ - @drawable/material_ic_keyboard_arrow_right_black_24dp
+ - @drawable/material_ic_keyboard_arrow_left_black_24dp
+ #3333B5E5
+ #0cffffff
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 220
+ 150
+ 150
+ 150
+ 127
+ 150
+ 2
+ 300
+ 320
+ 100
+ 100
+ 75
+ 120
+ 100
+ 700
+ 800
+ 900
+ 1000
+ 450
+ 500
+ 550
+ 600
+ 250
+ 300
+ 350
+ 400
+ 50
+ 100
+ 150
+ 200
+ 300
+ 350
+ 200
+ 250
+ 75
+ 150
+ 0
+ 4
+ 100
+ 100
+ 1
+ 1
+ 3
+ 75
+ 120
+ 100
+ @integer/m3_sys_motion_duration_medium4
+ @integer/m3_sys_motion_duration_medium1
+ @integer/m3_sys_motion_duration_short3
+ @integer/m3_sys_motion_duration_short3
+ 16
+ 32
+ 32
+ 52
+ 250
+ 2
+ 1
+ 0
+ 200
+ 999
+
+ %d new notification
+ %d new notifications
+
+ Enter your Email
+ Navigate home
+ Navigate up
+ More options
+ Done
+ See all
+ Choose an app
+ OFF
+ ON
+ Alt+
+ Ctrl+
+ delete
+ enter
+ Function+
+ Meta+
+ Shift+
+ space
+ Sym+
+ Menu+
+ Search…
+ Clear query
+ Search query
+ Search
+ Submit query
+ Voice search
+ Share with
+ Share with %s
+ Collapse
+ Add New Task
+ address
+ androidx.startup
+ Revive My Memory
+ com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior
+ Date of birth
+ com.google.android.material.bottomsheet.BottomSheetBehavior
+ Collapse the bottom sheet
+ Expand the bottom sheet
+ Expand halfway
+ Drag handle double-tapped
+ Drag handle
+ Login
+ Register
+ Characters entered %1$d of %2$d
+ Character limit exceeded %1$d of %2$d
+ %1$d/%2$d
+ Clear text
+ Create An Account
+ Email
+ Enter Your Email
+ Enter a relative name
+ Enter a relative Phone
+ Enter a unique username
+ Enter your birthday
+ Enter the email associated with the account
+
+ Error: invalid
+
+ Error
+ Show dropdown menu
+ com.google.android.material.transformation.FabTransformationScrimBehavior
+ com.google.android.material.transformation.FabTransformationSheetBehavior
+ First name
+ Forget Password?
+ Forget pasword?
+ Enter your full name
+ Hello Anas
+ com.google.android.material.behavior.HideBottomViewOnScrollBehavior
+ my daughter wedding
+ I already have an account
+ I don\'t have account Register
+ Dialog Icon
+ Tab
+ Last name
+ login to app
+ path(M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1)
+ cubic-bezier(0.3, 0.0, 0.8, 0.2)
+ cubic-bezier(0.1, 0.7, 0.1, 1.0)
+ M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1
+ cubic-bezier(0.4, 0.0, 0.2, 1.0)
+ cubic-bezier(0.4, 0.0, 1.0, 1.0)
+ cubic-bezier(0.0, 0.0, 0.2, 1.0)
+ cubic-bezier(0.0, 0.0, 1.0, 1.0)
+ cubic-bezier(0.2, 0.0, 0.0, 1.0)
+ cubic-bezier(0.3, 0.0, 1.0, 1.0)
+ cubic-bezier(0.0, 0.0, 0.0, 1.0)
+ :
+ Select AM or PM
+ %1$s hours
+ Select hour
+ %1$s o\'clock
+ Select minutes
+ %1$s minutes
+ cubic-bezier(0.4, 0.0, 1.0, 1.0)
+ cubic-bezier(0.0, 0.0, 0.2, 1.0)
+ path(M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1)
+ cubic-bezier(0.0, 0.0, 1.0, 1.0)
+ cubic-bezier(0.4, 0.0, 0.2, 1.0)
+ Range end
+ Range start
+ Value
+ AM
+ Switch to clock mode for the time input.
+ Hour
+ Minute
+ PM
+ Select time
+ Switch to text input mode for the time input.
+ New notification
+ M14,18.2 11.4,15.6 10,17 14,21 22,13 20.6,11.6z
+ icon
+ M13.4,15 11,15 11,17 13.4,17 21,17 21,15z
+ icon path
+ M23,7H9C7.9,7,7,7.9,7,9v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V9C25,7.9,24.1,7,23,7z
+ button
+ button path
+ M23,7H9C7.9,7,7,7.9,7,9v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V9C25,7.9,24.1,7,23,7z M23,23H9V9h14V23z
+
+ Checked
+
+
+ Partially checked
+
+
+ Not checked
+
+ Remove %1$s
+ More than %1$d new notifications
+ %1$d %2$s
+ Change to next month
+ Change to previous month
+ Start date selection: %1$s – End date selection: %2$s
+ Current selection: %1$s
+ none
+ Cancel
+ OK
+ %1$s
+ Select Date
+ Selected date
+ Column of days: %1$s
+ End date %1$s
+ Invalid format.
+ Example: %1$s
+ Use: %1$s
+ Invalid range.
+ Navigate to current year %1$d
+ Navigate to year %1$d
+ Out of range: %1$s
+ Start date – %1$s
+ %1$s – End date
+ %1$s – %2$s
+ Select Range
+ Start date – End date
+ Save
+ Start date %1$s
+ Date
+ End date
+ Start date
+ d
+ m
+ y
+ Today %1$s
+ Switch to calendar input mode
+ Tap to switch to Calendar view
+ Switch to text input mode
+ Tap to switch to year view
+ circle_group
+ M4,16 A12,12 0 0,1 16,4 H16 A12,12 0 0,1 16,28 H16 A12,12 0 0,1 4,16
+ M0,16 A11,11 0 0,1 11,5 H21 A11,11 0 0,1 21,27 H11 A11,11 0 0,1 0,16
+ circle
+ M2,16 A14,14 0 0,1 16,2 H16 A14,14 0 0,1 16,30 H16 A14,14 0 0,1 2,16
+ M8,16 A8,8 0 0,1 16,8 H16 A8,8 0 0,1 16,24 H16 A8,8 0 0,1 8,16
+ M1,16 A15,15 0 0,1 16,1 H36 A15,15 0 0,1 36,31 H16 A15,15 0 0,1 1,16
+ M0,16 A16,16 0 0,1 16,0 H36 A16,16 0 0,1 36,32 H16 A16,16 0 0,1 0,16
+ Cancel
+ OK
+ Password
+ Enter your password
+ Show password
+ M12,4.5C7,4.5 2.73,7.61 1,12c1.73,4.39 6,7.5 11,7.5s9.27,-3.11 11,-7.5c-1.73,-4.39 -6,-7.5 -11,-7.5zM12,17c-2.76,0 -5,-2.24 -5,-5s2.24,-5 5,-5 5,2.24 5,5 -2.24,5 -5,5zM12,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3 3,-1.34 3,-3 -1.34,-3 -3,-3z
+ M2,4.27 L19.73,22 L22.27,19.46 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z
+ M2,4.27 L2,4.27 L4.54,1.73 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z
+ M3.27,4.27 L19.74,20.74
+ Email
+ Phone number
+ Confirm Your Password
+ Register
+ Enter your Password
+ Search
+
+ com.google.android.material.search.SearchBar$ScrollingViewBehavior
+
+ Clear text
+ Back
+ Send
+ Side Sheet
+ com.google.android.material.sidesheet.SideSheetBehavior
+ SSN
+ 999+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ?attr/shapeAppearanceCornerSmall
+ ?attr/textAppearanceLabelLarge
+ ?attr/colorSurface
+ ?attr/colorPrimary
+ ?attr/colorOnSurface
+ ?attr/colorSurface
+ ?attr/colorError
+ ?attr/colorOnError
+ ?attr/colorOnPrimary
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorPrimary
+ ?attr/colorOutlineVariant
+ ?attr/colorSurface
+ ?attr/colorPrimaryContainer
+ ?attr/shapeAppearanceCornerLarge
+ ?attr/colorOnPrimaryContainer
+ ?attr/textAppearanceLabelLarge
+ ?attr/colorSecondaryContainer
+ ?attr/colorOnSecondaryContainer
+ ?attr/colorSurface
+ ?attr/colorPrimary
+ ?attr/colorTertiaryContainer
+ ?attr/colorOnTertiaryContainer
+ ?attr/colorPrimaryContainer
+ ?attr/shapeAppearanceCornerLarge
+ ?attr/colorOnPrimaryContainer
+ ?attr/shapeAppearanceCornerExtraLarge
+ ?attr/shapeAppearanceCornerMedium
+ ?attr/colorSecondaryContainer
+ ?attr/colorOnSecondaryContainer
+ ?attr/colorSurface
+ ?attr/colorPrimary
+ ?attr/colorTertiaryContainer
+ ?attr/colorOnTertiaryContainer
+ ?attr/colorSurfaceVariant
+ ?attr/textAppearanceBodyLarge
+ ?attr/colorPrimary
+ ?attr/colorOnPrimary
+ ?attr/textAppearanceLabelLarge
+ ?attr/colorSurfaceVariant
+ ?attr/shapeAppearanceCornerExtraSmall
+ ?attr/colorError
+ ?attr/colorError
+ ?attr/colorError
+ ?attr/textAppearanceBodyLarge
+ ?attr/colorSecondaryContainer
+ ?attr/colorOnSecondaryContainer
+ ?attr/shapeAppearanceCornerSmall
+ ?attr/textAppearanceLabelLarge
+ ?attr/shapeAppearanceCornerSmall
+ ?attr/textAppearanceLabelLarge
+ ?attr/colorPrimary
+ ?attr/colorSurfaceVariant
+ ?attr/colorSecondaryContainer
+ ?attr/colorSurface
+ ?attr/textAppearanceLabelMedium
+ ?attr/colorSurfaceVariant
+ ?attr/colorPrimary
+ ?attr/textAppearanceBodyLarge
+ ?attr/colorOnSurface
+ ?attr/colorPrimary
+ ?attr/colorOutline
+ ?attr/colorOutline
+ ?attr/colorOutline
+ ?attr/colorPrimary
+ ?attr/shapeAppearanceCornerExtraSmall
+ ?attr/colorOnSurface
+ ?attr/colorOnSurface
+ ?attr/colorOnSurface
+ ?attr/colorOnSurface
+ ?attr/colorError
+ ?attr/colorError
+ ?attr/colorError
+ ?attr/colorOnSurface
+ ?attr/colorPrimary
+ ?attr/colorPrimary
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorOnSurface
+ ?attr/colorOnSurface
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorOnSurface
+ ?attr/textAppearanceBodyLarge
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorOutline
+ ?attr/colorOnSurfaceVariant
+ ?attr/textAppearanceBodySmall
+ ?attr/colorPrimary
+ ?attr/colorPrimary
+ ?attr/colorPrimary
+ ?attr/colorPrimary
+ ?attr/colorSurface
+ ?attr/colorSurfaceVariant
+ ?attr/colorOnSurface
+ ?attr/colorOnSurface
+ ?attr/colorPrimary
+ ?attr/colorPrimary
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorPrimary
+ ?attr/colorOnSurfaceVariant
+ ?attr/textAppearanceTitleSmall
+ ?attr/colorSurface
+ ?attr/elevationOverlayColor
+ ?attr/colorOnSurface
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorOnSurface
+ ?attr/textAppearanceBodyLarge
+ ?attr/colorOnSurface
+ ?attr/colorOnSurface
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorOnSurfaceVariant
+ ?attr/textAppearanceBodyLarge
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorSurface
+ ?attr/elevationOverlayColor
+ ?attr/colorOutline
+ ?attr/shapeAppearanceCornerExtraLarge
+ ?attr/colorOnSurface
+ ?attr/textAppearanceBodyLarge
+ ?attr/colorOnSurface
+ ?attr/colorOnSurfaceVariant
+ ?attr/textAppearanceBodyLarge
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorPrimary
+ ?attr/colorOnSurface
+ ?attr/colorSurface
+ ?attr/colorOnSurface
+ ?attr/colorOnSurface
+ ?attr/colorOnSurfaceVariant
+ ?attr/textAppearanceTitleSmall
+ ?attr/colorOnSurface
+ ?attr/colorOnSurface
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorSurface
+ ?attr/shapeAppearanceCornerExtraLarge
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorPrimary
+ ?attr/colorOnSurface
+ ?attr/colorOnSurface
+ ?attr/colorOnSurface
+ ?attr/colorPrimary
+ ?attr/colorSurfaceVariant
+ ?attr/colorPrimary
+ ?attr/colorOnPrimary
+ ?attr/shapeAppearanceCornerSmall
+ ?attr/textAppearanceLabelLarge
+ ?attr/colorSurface
+ ?attr/colorOnSurface
+ ?attr/colorOnSurface
+ ?attr/colorOnSurface
+ ?attr/colorSurfaceVariant
+ ?attr/colorSurfaceVariant
+ ?attr/colorOnSurface
+ ?attr/colorPrimaryContainer
+ ?attr/colorOnPrimaryContainer
+ ?attr/colorPrimary
+ ?attr/colorPrimary
+ ?attr/colorOnPrimary
+ ?attr/colorPrimaryContainer
+ ?attr/colorOnPrimaryContainer
+ ?attr/colorPrimary
+ ?attr/colorPrimary
+ ?attr/colorOnPrimaryContainer
+ ?attr/colorPrimaryContainer
+ ?attr/colorOnPrimaryContainer
+ ?attr/colorPrimary
+ ?attr/colorPrimary
+ ?attr/colorPrimary
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorSurfaceVariant
+ ?attr/colorOnSurface
+ ?attr/colorSurfaceVariant
+ ?attr/colorOutline
+ ?attr/colorOutline
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorSurfaceVariant
+ ?attr/colorOnSurface
+ ?attr/colorSurfaceVariant
+ ?attr/colorOutline
+ ?attr/colorSurfaceVariant
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorSurfaceVariant
+ ?attr/colorOnSurface
+ ?attr/colorSurfaceVariant
+ ?attr/colorOutline
+ ?attr/colorSurfaceVariant
+ ?attr/colorOutline
+ ?attr/colorPrimary
+ ?attr/colorPrimary
+ ?attr/colorPrimary
+ ?attr/textAppearanceLabelLarge
+ ?attr/colorPrimary
+ sans-serif-medium
+ sans-serif
+ sans-serif-medium
+ sans-serif
+ ?attr/colorPrimary
+ ?attr/colorPrimary
+ linear
+ rounded
+ rounded
+ rounded
+ rounded
+ rounded
+ rounded
+ rounded
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml
new file mode 100644
index 000000000..829588065
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml
@@ -0,0 +1,15180 @@
+
+androidx.startup #FF424242 #FFFFFFFF #03000000 #37000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1dp 2dp 2dp
+
+
+
+
+ #1f000000 #8a000000 #ffffffff #ff9e9e9e 4dp 6dp 8dp 4dp 2dp 320dp 320dp 32dp 13sp 12dp 8dp 64dp 64dp 10dp @dimen/notification_content_margin_start 16dp 2dp 3dp 24dp 13sp 10dp 5dp #3333B5E5 #0cffffff 999 999+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ "999+" "999+" "999+" "৯৯৯+" "999+" "999+" "999+" "999+" "৯৯৯+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" ">999" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "९९९+" "999+" "၉၉၉+" "999+" "९९९+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" ">999" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "+999" "999+" 4dp @color/androidx_core_secondary_text_default_material_light 0dp 0dp 12dp "999+" "999+" "999+" "999+" "999+" 8dp 0dp 50dp 20dp 800dp 120dp
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 10dp
+
+
+
+
+
+
+
+
+
+
+
+ true true #ff000000 #ffffffff #7fa87f @android:color/black @android:color/black @color/material_deep_teal_200 @color/material_deep_teal_500 @color/material_grey_800 @android:color/white @color/material_grey_850 @color/material_grey_50 #80ffffff #80000000 @color/bright_foreground_material_light @color/bright_foreground_material_dark @android:color/white @android:color/black #ff5a595b #ffd6d7d7 #80bebebe #80323232 #ffbebebe #ff323232 #ff7043 #ff5722 @android:color/white @android:color/black #6680cbc4 #66009688 #ff37474f #ff263238 #ff21272b #ff80cbc4 #ff008577 #fff5f5f5 #ffe0e0e0 #fffafafa #ff757575 #ff424242 #ff303030 #ff212121 @android:color/black @color/material_grey_600 @color/material_grey_900 @color/material_grey_100 #ffffffff #de000000 #4Dffffff #39000000 #33ffffff #1f000000 #b3ffffff #8a000000 #36ffffff #24000000 #ff616161 #ffbdbdbd #ffbdbdbd #fff1f1f1 #e6616161 #e6FFFFFF 16dp 72dp 56dp 0dp 0dp 4dp 16dp 10dp 6dp 48dp 180dp 5dp -3dp 48dp 48dp 36dp 48dp 48dp @dimen/abc_control_inset_material 6dp 8dp @dimen/abc_control_padding_material 720dp 320dp 2dp 4dp 4dp 2dp - 80%
- 100%
- 320dp
- 320dp
8dp 8dp - 65%
- 95%
24dp 18dp 8dp - 0.30
- 0.26
32dip 8dip 8dip 7dp 4dp 10dp 16dp 80dp 64dp 48dp @dimen/abc_action_bar_content_inset_material 296dp 4dp 48dip 320dip 2dp 2dp 20dp 48dp 36dp 16dp 3dp 14sp 14sp 14sp 12sp 34sp 45sp 56sp 112sp 24sp 22sp 18sp 14sp 16sp 14sp 16sp 16dp 20sp 20dp - 0.30
- 0.26
- 0.26
- 0.20
- 0.12
- 0.50
- 0.38
- 0.70
- 0.54
2dp 16dp 8dp 8dp 96dp 6.5dp 0dp 16dp 220 150 127 150 Navigate home Navigate up More options Done See all Choose an app OFF ON Alt+ Ctrl+ delete enter Function+ Meta+ Shift+ space Sym+ Menu+ Search… Clear query Search query Search Submit query Voice search Share with Share with %s Collapse Search
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ "Gaan na tuisskerm" "Gaan op" "Nog opsies" "Klaar" "Sien alles" "Kies \'n program" "AF" "AAN" "Alt+" "Ctrl+" "delete" "enter" "Funksie+" "Meta+" "Shift+" "spasiebalk" "Simbool+" "Kieslys+" "Soek …" "Vee navraag uit" "Soektognavraag" "Soek" "Dien navraag in" "Stemsoektog" "Deel met" "Deel met %s " "Vou in" "Soek" "መነሻ ዳስስ" "ወደ ላይ ያስሱ" "ተጨማሪ አማራጮች" "ተከናውኗል" "ሁሉንም ይመልከቱ" "አንድ መተግበሪያ ይምረጡ" "አጥፋ" "አብራ" "Alt+" "Ctrl+" "ሰርዝ" "enter" "Function+" "Meta+" "Shift+" "ክፍተት" "Sym+" "Menu+" "ይፈልጉ…" "መጠይቅ አጽዳ" "የፍለጋ መጠይቅ" "ፍለጋ" "መጠይቅ አስገባ" "የድምጽ ፍለጋ" "አጋራ በ" "ለ%s አጋራ" "ሰብስብ" "ፍለጋ" "التوجه إلى المنزل" "التنقل إلى أعلى" "خيارات أكثر" "تم" "عرض الكل" "اختيار تطبيق" "إيقاف" "مفعّلة" "Alt+" "Ctrl+" "حذف" "enter" "Function+" "Meta+" "Shift+" "فضاء" "Sym+" "القائمة+" "بحث…" "محو طلب البحث" "طلب بحث" "البحث" "إرسال طلب البحث" "بحث صوتي" "مشاركة مع" "مشاركة مع %s " "تصغير" "البحث" "গৃহ পৃষ্ঠালৈ যাওক" "ওপৰলৈ যাওক" "অধিক বিকল্প" "সম্পন্ন হ’ল" "আটাইবোৰ চাওক" "কোনো এপ্ বাছনি কৰক" "অফ" "অন" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "সন্ধান কৰক…" "সন্ধান কৰা প্ৰশ্ন মচক" "সন্ধান কৰা প্ৰশ্ন" "সন্ধান কৰক" "প্ৰশ্ন দাখিল কৰক" "কণ্ঠধ্বনিৰ দ্বাৰা সন্ধান" "ইয়াৰ জৰিয়তে শ্বেয়াৰ কৰক" "%s ৰ জৰিয়তে শ্বেয়াৰ কৰক" "সংকোচন কৰক" "সন্ধান" "Əsas səhifəyə keçin" "Yuxarı keçin" "Digər seçimlər" "Hazırdır" "Hamısına baxın" "Tətbiq seçin" "DEAKTİV" "AKTİV" "Alt+" "Ctrl+" "silin" "daxil olun" "Funksiya+" "Meta+" "Shift+" "space" "Sym+" "Menyu+" "Axtarış..." "Sorğunu silin" "Axtarış sorğusu" "Axtarın" "Sorğunu göndərin" "Səsli axtarış" "Paylaşın" "%s ilə paylaşın" "Yığcamlaşdırın" "Axtarın" "Idite na početnu" "Idite nagore" "Još opcija" "Gotovo" "Prikaži sve" "Izaberite aplikaciju" "ISKLJUČENO" "UKLJUČENO" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "taster za razmak" "Sym+" "Menu+" "Pretražite…" "Obrišite upit" "Pretražite upit" "Pretražite" "Pošaljite upit" "Glasovna pretraga" "Delite pomoću" "Delite pomoću aplikacije %s " "Skupi" "Pretražite" "Перайсці на галоўную старонку" "Перайсці ўверх" "Дадатковыя параметры" "Гатова" "Паказаць усе" "Выберыце праграму" "ВЫКЛ." "УКЛ." "Alt +" "Ctrl +" "Delete" "Enter" "Fn +" "Meta +" "Shift +" "Прабел" "Sym +" "Меню +" "Пошук…" "Выдаліць запыт" "Пошукавы запыт" "Пошук" "Адправіць запыт" "Галасавы пошук" "Абагуліць праз" "Абагуліць праз праграму \"%s \"" "Згарнуць" "Пошук" "Навигиране към началния екран" "Навигиране нагоре" "Още опции" "Готово" "Преглед на всички" "Изберете приложение" "ИЗКЛ." "ВКЛ." "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "клавиша за интервал" "Sym+" "Menu+" "Търсете…" "Изчистване на заявката" "Заявка за търсене" "Търсене" "Изпращане на заявката" "Гласово търсене" "Споделяне със:" "Споделяне със: %s " "Свиване" "Търсене" "হোমে নেভিগেট করুন" "উপরে নেভিগেট করুন" "আরও বিকল্প" "হয়ে গেছে" "সবগুলি দেখুন" "একটি অ্যাপ বেছে নিন" "বন্ধ আছে" "চালু করুন" "Alt+" "Ctrl+" "মুছুন" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "সার্চ করুন…" "কোয়েরি মুছে ফেলুন" "সার্চ কোয়েরি" "সার্চ করুন" "কোয়েরি জমা দিন" "ভয়েস সার্চ করুন" "শেয়ার করুন" "%s -এর সাথে শেয়ার করুন" "সঙ্কুচিত করুন" "সার্চ করুন" "Vratite se na početnu stranicu" "Idi gore" "Više opcija" "Gotovo" "Prikaži sve" "Odaberite aplikaciju" "ISKLJUČENO" "UKLJUČENO" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "razmak" "Sym+" "Menu+" "Pretražite..." "Obriši upit" "Pretraži upit" "Pretraži" "Pošalji upit" "Glasovno pretraživanje" "Dijeli sa" "Dijeli putem aplikacije %s " "Suzi" "Pretražite" "Navega fins a la pàgina d\'inici" "Navega cap amunt" "Més opcions" "Fet" "Mostra-ho tot" "Selecciona una aplicació" "DESACTIVA" "ACTIVA" "Alt+" "Ctrl+" "Supr" "Retorn" "Funció+" "Meta+" "Maj+" "Espai" "Sym+" "Menú+" "Cerca…" "Esborra la consulta" "Consulta de cerca" "Cerca" "Envia la consulta" "Cerca per veu" "Comparteix amb" "Comparteix amb %s " "Replega" "Cerca" "Přejít na plochu" "Přejít nahoru" "Další možnosti" "Hotovo" "Zobrazit vše" "Vybrat aplikaci" "VYP" "ZAP" "Alt+" "Ctrl+" "delete" "enter" "Fn+" "Meta+" "Shift+" "mezerník" "Sym+" "Menu+" "Vyhledat…" "Smazat dotaz" "Dotaz pro vyhledávání" "Hledat" "Odeslat dotaz" "Hlasové vyhledávání" "Sdílet s" "Sdílet s aplikací %s " "Sbalit" "Hledat" "Find hjem" "Gå op" "Flere valgmuligheder" "Udfør" "Se alle" "Vælg en app" "FRA" "TIL" "Alt+" "Ctrl+" "slet" "enter" "Fn+" "Meta+" "Shift+" "mellemrum" "Sym+" "Menu+" "Søg…" "Ryd forespørgsel" "Søgeforespørgsel" "Søg" "Indsend forespørgsel" "Talesøgning" "Del med" "Del med %s " "Skjul" "Søg" "Zur Startseite" "Nach oben" "Weitere Optionen" "Fertig" "Alle anzeigen" "App auswählen" "AUS" "AN" "Alt +" "Strg +" "Löschen" "Eingabetaste" "Funktionstaste +" "Meta-Taste +" "Umschalttaste +" "Leertaste" "Sym-Taste +" "Menütaste +" "Suchen…" "Suchanfrage löschen" "Suchanfrage" "Suche" "Anfrage senden" "Sprachsuche" "Teilen mit" "Mit %s teilen" "Minimieren" "Suche" "Πλοήγηση στην αρχική σελίδα" "Πλοήγηση προς τα επάνω" "Περισσότερες επιλογές" "Τέλος" "Εμφάνιση όλων" "Επιλέξτε μια εφαρμογή" "ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ" "ΕΝΕΡΓΟΠΟΙΗΣΗ" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "διάστημα" "Sym+" "Menu+" "Αναζήτηση…" "Διαγραφή ερωτήματος" "Ερώτημα αναζήτησης" "Αναζήτηση" "Υποβολή ερωτήματος" "Φωνητική αναζήτηση" "Κοινοποίηση σε" "Κοινοποίηση στην εφαρμογή %s " "Σύμπτυξη" "Αναζήτηση" "Navigate home" "Navigate up" "More options" "Done" "See all" "Choose an app" "OFF" "ON" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "Search…" "Clear query" "Search query" "Search" "Submit query" "Voice search" "Share with" "Share with %s " "Collapse" "Search" "Navigate home" "Navigate up" "More options" "Done" "See all" "Choose an app" "OFF" "ON" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "Search…" "Clear query" "Search query" "Search" "Submit query" "Voice search" "Share with" "Share with %s " "Collapse" "Search" "Navigate home" "Navigate up" "More options" "Done" "See all" "Choose an app" "OFF" "ON" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "Search…" "Clear query" "Search query" "Search" "Submit query" "Voice search" "Share with" "Share with %s " "Collapse" "Search" "Navigate home" "Navigate up" "More options" "Done" "See all" "Choose an app" "OFF" "ON" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "Search…" "Clear query" "Search query" "Search" "Submit query" "Voice search" "Share with" "Share with %s " "Collapse" "Search" "Navigate home" "Navigate up" "More options" "Done" "See all" "Choose an app" "OFF" "ON" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "Search…" "Clear query" "Search query" "Search" "Submit query" "Voice search" "Share with" "Share with %s " "Collapse" "Search" "Ir a inicio" "Desplazarse hacia arriba" "Más opciones" "Hecho" "Ver todo" "Seleccionar una aplicación" "DESACTIVADO" "ACTIVADO" "Alt +" "Ctrl +" "Suprimir" "Intro" "Función +" "Meta +" "Mayús +" "Espacio" "Sym +" "Menú +" "Buscar…" "Borrar consulta" "Consulta de búsqueda" "Buscar" "Enviar consulta" "Búsqueda por voz" "Compartir con" "Compartir con %s " "Ocultar" "Buscar" "Navegar a la página principal" "Navegar hacia arriba" "Más opciones" "Listo" "Ver todas" "Elegir una app" "DESACTIVAR" "ACTIVAR" "Alt+" "Ctrl+" "borrar" "intro" "Función+" "Meta+" "Mayúscula+" "espacio" "Sym+" "Menú+" "Buscar…" "Borrar consulta" "Búsqueda" "Buscar" "Enviar consulta" "Búsqueda por voz" "Compartir con" "Compartir con %s " "Contraer" "Buscar" "Liigu avalehele" "Liigu üles" "Rohkem valikuid" "Valmis" "Kuva kõik" "Valige rakendus" "VÄLJAS" "SEES" "Alt +" "Ctrl +" "kustuta" "sisestusklahv" "Funktsiooniklahv +" "Meta +" "Tõstuklahv +" "tühik" "Sym +" "Menüü +" "Otsige …" "Päringu tühistamine" "Otsingupäring" "Otsing" "Päringu esitamine" "Häälotsing" "Jaga:" "Jagamine rakendusega %s " "Ahendamine" "Otsing" "Joan orri nagusira" "Joan gora" "Aukera gehiago" "Eginda" "Ikusi guztiak" "Aukeratu aplikazio bat" "DESAKTIBATU" "AKTIBATU" "Alt +" "Ktrl +" "ezabatu" "sartu" "Funtzioa +" "Meta +" "Maius +" "zuriunea" "Sym +" "Menua +" "Bilatu…" "Garbitu kontsulta" "Bilaketa-kontsulta" "Bilatu" "Bidali kontsulta" "Ahozko bilaketa" "Partekatu honekin" "Partekatu %s aplikazioarekin" "Tolestu" "Bilatu" "پیمایش به صفحه اصلی" "رفتن به بالا" "گزینههای بیشتر" "تمام" "دیدن همه" "انتخاب برنامه" "خاموش" "روشن" "Alt+" "Ctrl+" "حذف" "enter" "Function+" "Meta+" "Shift+" "فاصله" "Sym+" "منو+" "جستجو…" "پاک کردن پُرسمان" "درخواست جستجو" "جستجو" "ارسال پُرسمان" "جستجوی گفتاری" "همرسانی با" "همرسانی با %s " "کوچک کردن" "جستجو" "Siirry etusivulle" "Siirry ylös" "Lisäasetukset" "Valmis" "Näytä kaikki" "Valitse sovellus" "POIS PÄÄLTÄ" "PÄÄLLÄ" "Alt+" "Ctrl+" "delete" "enter" "Fn+" "Meta+" "Vaihto+" "välilyönti" "Sym+" "Valikko+" "Haku…" "Tyhjennä kysely" "Hakukysely" "Haku" "Lähetä kysely" "Puhehaku" "Jaa…" "Jaa: %s " "Tiivistä" "Haku" "Revenir à l\'accueil" "Revenir en haut de la page" "Autres options" "OK" "Tout afficher" "Sélectionner une application" "NON" "OUI" "Alt+" "Ctrl+" "supprimer" "entrée" "Fonction+" "Méta+" "Maj+" "espace" "Sym+" "Menu+" "Rechercher…" "Effacer la requête" "Requête de recherche" "Rechercher" "Envoyer la requête" "Recherche vocale" "Partager avec" "Partager avec %s " "Réduire" "Rechercher" "Revenir à l\'accueil" "Revenir en arrière" "Autres options" "Terminé" "Tout afficher" "Sélectionner une application" "DÉSACTIVER" "ACTIVER" "Alt+" "Ctrl+" "supprimer" "entrée" "Fonction+" "Méta+" "Maj+" "espace" "Sym+" "Menu+" "Rechercher…" "Effacer la requête" "Requête de recherche" "Rechercher" "Envoyer la requête" "Recherche vocale" "Partager avec" "Partager avec %s " "Réduire" "Rechercher" "Vai ao inicio" "Vai cara arriba" "Máis opcións" "Feito" "Ver todo" "Selecciona unha aplicación" "DESACTIVADO" "ACTIVADO" "Alt +" "Ctrl +" "eliminar" "intro" "Función +" "Meta +" "Maiús +" "espazo" "Sym +" "Menú +" "Busca…" "Borra a consulta" "Busca a consulta" "Realiza buscas" "Envía a consulta" "Busca por voz" "Comparte contido con" "Comparte contido coa aplicación %s " "Contrae" "Buscar" "ઘરનો રસ્તો બતાવો" "ઉપર નૅવિગેટ કરો" "વધુ વિકલ્પો" "થઈ ગયું" "બધી જુઓ" "ઍપ્લિકેશન પસંદ કરો" "બંધ" "ચાલુ" "Alt+" "Ctrl+" "delete" "Enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "શોધો…" "ક્વેરી સાફ કરો" "શોધ ક્વેરી" "શોધો" "ક્વેરી સબમિટ કરો" "વૉઇસ શોધ" "આની સાથે શેર કરો" "%s ની સાથે શેર કરો" "સંકુચિત કરો" "શોધો" 54dip "होम पेज पर जाएं" "वापस जाएं" "ज़्यादा विकल्प" "हो गया" "सभी देखें" "कोई ऐप्लिकेशन चुनें" "बंद" "चालू" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "खोजें…" "क्वेरी हटाएं" "सर्च क्वेरी" "खोजें" "क्वेरी सबमिट करें" "बोलकर खोजें" "इससे शेयर करें:" "%s से शेयर करें" "छोटा करें" "खोजें" "Idi na početnu" "Natrag" "Više opcija" "Gotovo" "Prikaži sve" "Odabir aplikacije" "ISKLJUČENO" "UKLJUČENO" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "svemir" "Sym+" "Menu+" "Pretražite…" "Izbriši upit" "Upit za pretraživanje" "Pretraži" "Pošalji upit" "Glasovno pretraživanje" "Dijeli s" "Dijeli putem aplikacije %s " "Sažmi" "Pretraži" "Ugrás a főoldalra" "Fel" "További lehetőségek" "Kész" "Az összes megtekintése" "Válasszon alkalmazást" "KI" "BE" "Alt+" "Ctrl+" "Delete" "Enter" "Function+" "Meta+" "Shift+" "Szóköz" "Sym+" "Menu+" "Keresés…" "Lekérdezés törlése" "Keresési lekérdezés" "Keresés" "Lekérdezés küldése" "Hangalapú keresés" "Megosztás a következővel:" "Megosztás a következő alkalmazással: %s " "Összecsukás" "Keresés" "Անցնել գլխավոր էջ" "Անցնել վերև" "Այլ ընտրանքներ" "Պատրաստ է" "Տեսնել բոլորը" "Ընտրել հավելված" "ԱՆՋԱՏԵԼ" "ՄԻԱՑՆԵԼ" "Alt+" "Ctrl+" "Delete" "Enter" "Function+" "Meta+" "Shift+" "բացատ" "Sym+" "Menu+" "Որոնում…" "Ջնջել հարցումը" "Որոնման հարցում" "Որոնել" "Ուղարկել հարցումը" "Ձայնային որոնում" "Կիսվել…" "Կիսվել %s հավելվածի միջոցով" "Ծալել" "Որոնել" "Tunjukkan jalan ke rumah" "Kembali ke atas" "Opsi lain" "Selesai" "Lihat semua" "Pilih aplikasi" "NONAKTIF" "AKTIF" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "spasi" "Sym+" "Menu+" "Telusuri..." "Hapus kueri" "Telusuri kueri" "Telusuri" "Kirim kueri" "Penelusuran suara" "Bagikan dengan" "Bagikan dengan %s " "Ciutkan" "Telusuri" "Fara heim" "Fara upp" "Fleiri valkostir" "Lokið" "Sjá allt" "Veldu forrit" "SLÖKKT" "KVEIKT" "Alt+" "Ctrl+" "eyða" "enter" "Aðgerðarlykill+" "Meta+" "Shift+" "bilslá" "Sym+" "Valmynd+" "Leita…" "Hreinsa fyrirspurn" "Leitarfyrirspurn" "Leit" "Senda fyrirspurn" "Raddleit" "Deila með" "Deila með %s " "Minnka" "Leit" "Portami a casa" "Torna indietro" "Altre opzioni" "Fine" "Mostra tutto" "Scelta di un\'app" "OFF" "ON" "ALT +" "CTRL +" "CANC" "INVIO" "FUNZIONE +" "META +" "MAIUSC +" "SPAZIO" "SYM +" "MENU +" "Cerca…" "Cancella query" "Query di ricerca" "Cerca" "Invia query" "Ricerca vocale" "Condividi con" "Condividi tramite %s " "Comprimi" "Cerca" "ניווט לדף הבית" "ניווט למעלה" "עוד אפשרויות" "סיום" "הצגת הכול" "בחירת אפליקציה" "כבוי" "מופעל" "Alt+" "Ctrl+" "מחיקה" "Enter" "Function+" "Meta+" "Shift+" "רווח" "Sym+" "תפריט+" "חיפוש…" "מחיקת השאילתה" "שאילתת חיפוש" "חיפוש" "שליחת שאילתה" "חיפוש קולי" "שיתוף עם" "שיתוף עם %s " "כיווץ" "חיפוש" "ホームに戻る" "前に戻る" "その他のオプション" "完了" "すべて表示" "アプリの選択" "OFF" "ON" "Alt+" "Ctrl+" "Delete" "Enter" "Function+" "Meta+" "Shift+" "Space" "Sym+" "Menu+" "検索…" "検索キーワードを削除" "検索キーワード" "検索" "検索キーワードを送信" "音声検索" "共有" "%s と共有" "折りたたむ" "検索" "მთავარზე გადასვლა" "ზემოთ გადასვლა" "სხვა ვარიანტები" "მზადაა" "ყველას ნახვა" "აირჩიეთ აპი" "გამორთვა" "ჩართვა" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "შორისი" "Sym+" "Menu+" "ძიება…" "მოთხოვნის გასუფთავება" "მოთხოვნის ძიება" "ძიება" "მოთხოვნის გადაგზავნა" "ხმოვანი ძიება" "გაზიარება:" "%s -ით გაზიარება" "ჩაკეცვა" "ძიება" "Негізгі бетке өту" "Жоғары қарай өту" "Басқа опциялар" "Дайын" "Барлығын көру" "Қолданбаны таңдау" "ӨШІРУ" "ҚОСУ" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "бос орын" "Sym+" "Menu+" "Іздеу…" "Сұрауды өшіру" "Іздеу сұрауы" "Іздеу" "Сұрауды жіберу" "Дауыспен іздеу" "Бөлісу" "%s қолданбасымен бөлісу" "Жию" "Іздеу" "ទៅទំព័រដើម" "រំកិលឡើងលើ" "ជម្រើសច្រើនទៀត" "រួចរាល់" "មើលទាំងអស់" "ជ្រើសរើសកម្មវិធី" "បិទ" "បើក" "Alt+" "Ctrl+" "លុប" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "ស្វែងរក…" "សម្អាតសំណួរ" "ស្វែងរកសំណួរ" "ស្វែងរក" "ដាក់បញ្ជូនសំណួរ" "ស្វែងរកតាមសំឡេង" "ចែករំលែកជាមួយ" "ចែករំលែកជាមួយ %s " "បង្រួម" "ស្វែងរក" "ಹೋಮ್ಗೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ" "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ" "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು" "ಮುಗಿದಿದೆ" "ಎಲ್ಲವನ್ನೂ ನೋಡಿ" "ಆ್ಯಪ್ವೊಂದನ್ನು ಆಯ್ಕೆಮಾಡಿ" "ಆಫ್" "ಆನ್" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "ಹುಡುಕಿ…" "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸಿ" "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ" "ಹುಡುಕಿ" "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸಿ" "ಧ್ವನಿ ಹುಡುಕಾಟ" "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ" "%s ನೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ" "ಕುಗ್ಗಿಸಿ" "ಹುಡುಕಿ" "홈으로 이동" "위로 이동" "추가 옵션" "완료" "전체 보기" "앱 선택" "사용 중지" "사용" "Alt+" "Ctrl+" "Delete" "Enter" "Function+" "Meta+" "Shift+" "스페이스바" "Sym+" "Menu+" "검색..." "검색어 삭제" "검색어" "검색" "검색어 보내기" "음성 검색" "공유 대상:" "%s 과(와) 공유" "접기" "검색" "Башкы бетке чабыттоо" "Мурунку экранга өтүү" "Дагы параметрлер" "Бүттү" "Баарын көрүү" "Колдонмо тандоо" "ӨЧҮК" "КҮЙҮК" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "боштук" "Sym+" "Menu+" "Издөө…" "Сурамды өчүрүү" "Изделген сурам" "Издөө" "Сурам тапшыруу" "Айтып издөө" "Төмөнкү менен бөлүшүү" "%s аркылуу бөлүшүү" "Жыйыштыруу" "Издөө" 48dp 12dp 14dp 440dp - 60%
- 90%
- 60%
- 90%
- 55%
- 80%
"ກັບໄປໜ້າຫຼັກ" "ເລື່ອນຂຶ້ນເທິງ" "ຕົວເລືອກເພີ່ມເຕີມ" "ແລ້ວໆ" "ເບິ່ງທັງໝົດ" "ເລືອກແອັບ" "ປິດ" "ເປີດ" "Alt+" "Ctrl+" "ລຶບ" "enter" "Function+" "Meta+" "Shift+" "ຍະຫວ່າງ" "Sym+" "Menu+" "ຊອກຫາ…" "ລຶບຂໍ້ຄວາມຊອກຫາ" "ຄຳສຳລັບຄົ້ນຫາ" "ຊອກຫາ" "ສົ່ງຂໍ້ມູນ" "ຊອກຫາດ້ວຍສຽງ" "ແບ່ງປັນກັບ" "ແບ່ງປັນດ້ວຍ %s " "ຫຍໍ້ລົງ" "ຊອກຫາ" "Eiti į pagrindinį puslapį" "Naršyti aukštyn" "Daugiau parinkčių" "Atlikta" "Žr. viską" "Pasirinkite programą" "IŠJUNGTI" "ĮJUNGTI" "„Alt“ +" "„Ctrl“ +" "„delete“" "„enter“" "„Function“ +" "„Meta“ +" "„Shift“ +" "„space“" "„Sym“ +" "„Menu“ +" "Ieškoti…" "Išvalyti užklausą" "Paieškos užklausa" "Ieškoti" "Pateikti užklausą" "Paieška balsu" "Bendrinti su" "Bendrinti naudojant programą „%s “" "Sutraukti" "Ieškoti" "Pārvietoties uz sākuma ekrānu" "Pārvietoties uz augšu" "Citas opcijas" "Gatavs" "Skatīt visu" "Izvēlieties lietotni" "IZSLĒGT" "IESLĒGT" "Alternēšanas taustiņš +" "Vadīšanas taustiņš +" "dzēšanas taustiņš" "ievadīšanas taustiņš" "Funkcijas taustiņš +" "Meta taustiņš +" "Pārslēgšanas taustiņš +" "atstarpes taustiņš" "Simbolu taustiņš +" "Poga Izvēlne +" "Meklējiet…" "Notīrīt vaicājumu" "Meklēšanas vaicājums" "Meklēt" "Iesniegt vaicājumu" "Meklēt ar balsi" "Kopīgot ar:" "Kopīgot ar lietojumprogrammu %s " "Sakļaut" "Meklēt" "Движи се кон дома" "Движи се нагоре" "Повеќе опции" "Готово" "Прикажи ги сите" "Избери апликација" "ИСКЛУЧЕНО" "ВКЛУЧЕНО" "Alt+" "Ctrl+" "избриши" "Enter" "Function+" "Meta+" "Shift+" "вселена" "Sym+" "Menu+" "Пребарување…" "Исчисти барање" "Пребарај барање" "Пребарај" "Испрати барање" "Гласовно пребарување" "Сподели со" "Сподели со %s " "Собери" "Пребарај" "ഹോമിലേക്ക് പോവുക" "മുകളിലേക്ക് പോവുക" "കൂടുതൽ ഓപ്ഷനുകൾ" "പൂർത്തിയായി" "എല്ലാം കാണുക" "ആപ്പ് തിരഞ്ഞെടുക്കുക" "ഓഫ്" "ഓൺ" "Alt+" "Ctrl+" "ഇല്ലാതാക്കുക" "enter" "ഫംഗ്ഷന്+" "മെറ്റ+" "Shift+" "സ്പെയ്സ്" "Sym+" "മെനു+" "തിരയുക…" "ചോദ്യം മായ്ക്കുക" "ചോദ്യം തിരയുക" "തിരയുക" "ചോദ്യം സമർപ്പിക്കുക" "സംസാരത്തിലൂടെ തിരയുക" "ഇനിപ്പറയുന്നതുമായി പങ്കിടുക" "%s എന്നതുമായി പങ്കിടുക" "ചുരുക്കുക" "തിരയുക" "Нүүр хуудас уруу шилжих" "Дээш шилжих" "Бусад сонголт" "Болсон" "Бүгдийг харах" "Аппыг сонгох" "ИДЭВХГҮЙ" "ИДЭВХТЭЙ" "Alt+" "Ctrl+" "устгах" "оруулах" "Функц+" "Мета+" "Шифт+" "зай" "Sym+" "Цэс+" "Хайх…" "Асуулга арилгах" "Хайх асуулга" "Хайх" "Асуулга илгээх" "Дуут хайлт" "Дараахтай хуваалцах" "%s -тай хуваалцах" "Буулгах" "Хайх" "घराकडे नेव्हिगेट करा" "वर नेव्हिगेट करा" "आणखी पर्याय" "पूर्ण झाले" "सर्व पहा" "अॅप निवडा" "बंद" "सुरू" "Alt+" "Ctrl+" "हटवा" "एंटर करा" "Function+" "Meta+" "Shift+" "space" "Sym+" "मेनू+" "शोधा…" "क्वेरी साफ करा" "शोध क्वेरी" "शोधा" "क्वेरी सबमिट करा" "व्हॉइस शोध" "यांच्यासोबत शेअर करा" "%s सह शेअर करा" "कोलॅप्स करा" "शोध" "Navigasi laman utama" "Navigasi ke atas" "Lagi pilihan" "Selesai" "Lihat semua" "Pilih apl" "MATI" "HIDUP" "Alt+" "Ctrl+" "delete" "enter" "Fungsi+" "Meta+" "Shift+" "ruang" "Sym+" "Menu+" "Cari…" "Kosongkan pertanyaan" "Pertanyaan carian" "Cari" "Serah pertanyaan" "Carian suara" "Kongsi dengan" "Kongsi dengan %s " "Runtuhkan" "Cari" "မူလနေရာကို ပြန်သွားရန်" "အပေါ်သို့ ရွှေ့ရန်" "နောက်ထပ် ရွေးစရာများ" "ပြီးပြီ" "အားလုံး ကြည့်ရန်" "အက်ပ်တစ်ခုကို ရွေးရန်" "ပိတ်" "ဖွင့်" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "ရှာဖွေရန်…" "ရှာဖွေမှုကို ဖယ်ရှားရန်" "ရှာဖွေရန် မေးခွန်း" "ရှာရန်" "ရှာဖွေစရာ အချက်အလက်ကို ပေးပို့ရန်" "အသံဖြင့် ရှာရန်" "နှင့် မျှဝေရန်" "%s ဖြင့် မျှဝေရန်" "လျှော့ပြရန်" "ရှာဖွေမှု" "Naviger hjem" "Gå opp" "Flere alternativer" "Ferdig" "Se alle" "Velg en app" "AV" "PÅ" "Alt+" "Ctrl+" "slett" "enter" "Funksjon+" "Meta+" "Shift+" "mellomrom" "Sym+" "Meny+" "Søk" "Slett søket" "Søkeord" "Søk" "Utfør søket" "Talesøk" "Del med" "Del med %s " "Skjul" "Søk" "होम पेजमा जानुहोस्" "माथि नेभिगेट गर्नुहोस्" "थप विकल्पहरू" "सम्पन्न भयो" "सबै हेर्नुहोस्" "एउटा एप छान्नुहोस्" "निष्क्रिय" "सक्रिय" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "खोज्नुहोस्…" "क्वेरी खाली गर्नुहोस्" "खोज प्रश्न" "खोज" "क्वेरी पेस गर्नुहोस्" "आवाजमा आधारित खोजी" "यसमार्फत सेयर गर्नुहोस्" "%s मार्फत सेयर गर्नुहोस्" "संक्षिप्त गर्नुहोस्" "खोज" "Navigeren naar startpositie" "Omhoog navigeren" "Meer opties" "Klaar" "Alles tonen" "Een app selecteren" "UIT" "AAN" "Alt +" "Ctrl +" "Delete" "Enter" "Functie +" "Meta +" "Shift +" "spatie" "Sym +" "Menu +" "Zoeken…" "Zoekopdracht wissen" "Zoekopdracht" "Zoeken" "Zoekopdracht verzenden" "Gesproken zoekopdracht" "Delen met" "Delen met %s " "Samenvouwen" "Zoeken" "ହୋମ୍ ପେଜ୍କୁ ନେଭିଗେଟ୍ କରନ୍ତୁ" "ଉପରକୁ ନେଭିଗେଟ୍ କରନ୍ତୁ" "ଅଧିକ ବିକଳ୍ପ" "ହୋଇଗଲା" "ସବୁ ଦେଖନ୍ତୁ" "ଗୋଟିଏ ଆପ୍ ବାଛନ୍ତୁ" "ବନ୍ଦ" "ଚାଲୁ ଅଛି" "Alt+" "Ctrl+" "ଡିଲିଟ୍ କରନ୍ତୁ" "ଏଣ୍ଟର୍" "Function+" "Meta+" "Shift+" "ସ୍ପେସ୍" "Sym+" "ମେନୁ" "ସର୍ଚ୍ଚ କରନ୍ତୁ…" "କ୍ୱେରୀ ଖାଲି କରନ୍ତୁ" "ସର୍ଚ୍ଚ କ୍ୱେରୀ" "ସନ୍ଧାନ କରନ୍ତୁ" "କ୍ୱେରୀ ଦାଖଲ କରନ୍ତୁ" "ଭଏସ୍ ସର୍ଚ୍ଚ" "ଏହାଙ୍କ ସହ ସେୟାର୍ କରନ୍ତୁ" "%s ସହ ସେୟାର୍ କରନ୍ତୁ" "ସଂକୁଚିତ କରନ୍ତୁ" "ସନ୍ଧାନ କରନ୍ତୁ" "ਹੋਮ \'ਤੇ ਜਾਓ" "ਉੱਪਰ ਜਾਓ" "ਹੋਰ ਵਿਕਲਪ" "ਹੋ ਗਿਆ" "ਸਭ ਦੇਖੋ" "ਇੱਕ ਐਪ ਚੁਣੋ" "ਬੰਦ" "ਚਾਲੂ" "Alt+" "Ctrl+" "ਮਿਟਾਓ" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "ਖੋਜ…" "ਪੁੱਛਗਿੱਛ ਕਲੀਅਰ ਕਰੋ" "ਖੋਜ ਪੁੱਛਗਿੱਛ" "ਖੋਜ" "ਪੁੱਛਗਿੱਛ ਸਪੁਰਦ ਕਰੋ" "ਅਵਾਜ਼ੀ ਖੋਜ" "ਇਸ ਨਾਲ ਸਾਂਝਾ ਕਰੋ" "%s ਨਾਲ ਸਾਂਝਾ ਕਰੋ" "ਸਮੇਟੋ" "ਖੋਜ" "Przejdź na stronę główną" "Przejdź wyżej" "Więcej opcji" "Gotowe" "Pokaż wszystko" "Wybierz aplikację" "WYŁ." "WŁ." "Alt+" "Ctrl+" "Delete" "Enter" "Funkcyjny+" "Meta+" "Shift+" "spacja" "Sym+" "Menu+" "Szukaj…" "Wyczyść zapytanie" "Zapytanie" "Szukaj" "Wyślij zapytanie" "Wyszukiwanie głosowe" "Udostępnij przez:" "Udostępnij przez: %s " "Zwiń" "Szukaj" false "Navegar para a página inicial" "Navegar para cima" "Mais opções" "Concluído" "Ver tudo" "Selecionar um app" "DESATIVADO" "ATIVADO" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "espaço" "Sym+" "Menu+" "Pesquisar…" "Limpar consulta" "Consulta de pesquisa" "Pesquisar" "Enviar consulta" "Pesquisa por voz" "Compartilhar com" "Compartilhar com %s " "Recolher" "Pesquisar" "Navegar para a página inicial" "Navegar para cima" "Mais opções" "Concluído" "Ver tudo" "Selecionar um app" "DESATIVADO" "ATIVADO" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "espaço" "Sym+" "Menu+" "Pesquisar…" "Limpar consulta" "Consulta de pesquisa" "Pesquisar" "Enviar consulta" "Pesquisa por voz" "Compartilhar com" "Compartilhar com %s " "Recolher" "Pesquisar" "Navegar para casa" "Navegar para cima" "Mais opções" "Concluído" "Ver tudo" "Escolher uma app" "DESATIVADO" "ATIVADO" "Alt +" "Ctrl +" "eliminar" "enter" "Função +" "Meta +" "Shift +" "espaço" "Sym +" "Menu +" "Pesquisar…" "Limpar consulta" "Consulta de pesquisa" "Pesquisar" "Enviar consulta" "Pesquisa por voz" "Partilhar com" "Partilhar com a app %s " "Reduzir" "Pesquisar" "Navigați la ecranul de pornire" "Navigați în sus" "Mai multe opțiuni" "Gata" "Afișați tot" "Alegeți o aplicație" "DEZACTIVAT" "ACTIVAT" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Meniu+" "Căutați…" "Ștergeți interogarea" "Termen de căutare" "Căutați" "Trimiteți interogarea" "Căutare vocală" "Trimiteți la" "Trimiteți folosind %s " "Restrângeți" "Căutați" "Перейти на главный экран" "Перейти вверх" "Ещё" "Готово" "Показать все" "Выберите приложение" "ВЫКЛ" "ВКЛ" "Alt +" "Ctrl +" "Delete" "Ввод" "Fn +" "Meta +" "Shift +" "Пробел" "Sym +" "Меню +" "Введите запрос" "Удалить запрос" "Поисковый запрос" "Поиск" "Отправить запрос" "Голосовой поиск" "Поделиться с помощью" "Поделиться с помощью %s " "Свернуть" "Поиск" "මුල් පිටුවට සංචාලනය කරන්න" "ඉහළට සංචාලනය කරන්න" "තවත් විකල්ප" "කළා" "සියල්ල බලන්න" "යෙදුමක් තෝරන්න" "ක්රියාවිරහිතයි" "ක්රියාත්මකයි" "Alt+" "Ctrl+" "මකන්න" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "සොයන්න..." "විමසුම හිස් කරන්න" "සෙවුම් විමසුම" "සෙවීම" "විමසුම යොමු කරන්න" "හඬ සෙවීම" "සමග බෙදා ගන්න" "%s සමඟ බෙදා ගන්න" "හකුළන්න" "සෙවීම" "Prejsť na plochu" "Prejsť nahor" "Ďalšie možnosti" "Hotovo" "Zobraziť všetky" "Vybrať aplikáciu" "VYP." "ZAP." "Alt+" "Ctrl+" "odstrániť" "enter" "Function+" "Meta+" "Shift+" "medzerník" "Sym+" "Menu+" "Vyhľadať…" "Vymazať dopyt" "Vyhľadávací dopyt" "Hľadať" "Odoslať dopyt" "Hlasové vyhľadávanie" "Zdieľať s" "Zdieľať s aplikáciou %s " "Zbaliť" "Hľadať" "Krmarjenje na začetek" "Pomik navzgor" "Več možnosti" "Končano" "Pokaži vse" "Izbira aplikacije" "IZKLOP" "VKLOP" "Alt +" "Ctrl +" "delete" "enter" "Fn +" "Meta +" "Shift +" "preslednica" "Sym +" "Meni +" "Iskanje …" "Izbris poizvedbe" "Iskalna poizvedba" "Iskanje" "Pošiljanje poizvedbe" "Glasovno iskanje" "Deljenje z:" "Deljenje z drugimi prek aplikacije %s " "Strnitev" "Iskanje" "Orientohu për në shtëpi" "Ngjitu lart" "Opsione të tjera" "U krye" "Shfaq çdo gjë" "Zgjidh një aplikacion" "JOAKTIV" "AKTIV" "Alt+" "Ctrl+" "delete" "enter" "Funksioni+" "Meta+" "Shift+" "hapësirë" "Sym+" "Menyja+" "Kërko…" "Pastro pyetjen" "Kërko pyetjen" "Kërko" "Dërgo pyetjen" "Kërkim me zë" "Ndaje me" "Ndaje me %s " "Palos" "Kërko" "Идите на почетну" "Идите нагоре" "Још опција" "Готово" "Прикажи све" "Изаберите апликацију" "ИСКЉУЧЕНО" "УКЉУЧЕНО" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "тастер за размак" "Sym+" "Menu+" "Претражите…" "Обришите упит" "Претражите упит" "Претражите" "Пошаљите упит" "Гласовна претрага" "Делите помоћу" "Делите помоћу апликације %s " "Скупи" "Претражите" "Navigera hem" "Navigera uppåt" "Fler alternativ" "Klar" "Visa alla" "Välj en app" "AV" "PÅ" "Alt + " "Ctrl + " "delete" "retur" "Funktion + " "Meta + " "Skift + " "blanksteg" "Symbol + " "Meny + " "Sök …" "Ta bort frågan" "Sökfråga" "Sök" "Skicka fråga" "Röstsökning" "Dela med" "Dela med %s " "Komprimera" "Sök" "Nenda mwanzo" "Sogeza juu" "Chaguo zaidi" "Nimemaliza" "Angalia zote" "Chagua programu" "IMEZIMWA" "IMEWASHWA" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "Tafuta…" "Futa hoja" "Hoja ya utafutaji" "Tafuta" "Wasilisha hoja" "Kutafuta kwa kutamka" "Shiriki na" "Shiriki ukitumia %s " "Kunja" "Tafuta" 24dp 80dp 64dp 8dp 8dp 580dp 16dp 20dp "முகப்பிற்குச் செல்லும்" "மேலே செல்லும்" "மேலும் விருப்பங்கள்" "முடிந்தது" "அனைத்தையும் காட்டு" "ஆப்ஸைத் தேர்வுசெய்க" "ஆஃப்" "ஆன்" "Alt மற்றும்" "Ctrl மற்றும்" "delete" "enter" "Function மற்றும்" "Meta மற்றும்" "Shift மற்றும்" "space" "Sym மற்றும்" "Menu மற்றும்" "தேடுக…" "வினவலை அழிக்கும்" "தேடல் வினவல்" "தேடும்" "வினவலைச் சமர்ப்பிக்கும்" "குரல் தேடல்" "இதில் பகிர்" "%s மூலம் பகிர்" "சுருக்கும்" "தேடல்" "హోమ్కు నావిగేట్ చేస్తుంది" "పైకి నావిగేట్ చేస్తుంది" "మరిన్ని ఆప్షన్లు" "పూర్తయింది" "అన్నీ చూడండి" "యాప్ను ఎంచుకోండి" "ఆఫ్" "ఆన్" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "స్పేస్" "Sym+" "Menu+" "సెర్చ్ చేయండి…" "ప్రశ్నను తీసివేస్తుంది" "సెర్చ్ క్వెరీ" "సెర్చ్" "ప్రశ్నని సమర్పిస్తుంది" "వాయిస్ సెర్చ్" "వీరితో షేర్ చేస్తుంది" "%s తో షేర్ చేస్తుంది" "కుదిస్తుంది" "సెర్చ్" "นำทางไปหน้าแรก" "กลับ" "ตัวเลือกอื่น" "เสร็จ" "ดูทั้งหมด" "เลือกแอป" "ปิด" "เปิด" "Alt+" "Ctrl+" "ลบ" "Enter" "Function+" "Meta+" "Shift+" "Space" "Sym+" "เมนู+" "ค้นหา…" "ล้างคำค้นหา" "คำค้นหา" "ค้นหา" "ส่งคำค้นหา" "ค้นหาด้วยเสียง" "แชร์กับ" "แชร์ทาง %s " "ยุบ" "ค้นหา" "Mag-navigate sa home" "Mag-navigate pataas" "Higit pang opsyon" "Tapos na" "Tingnan lahat" "Pumili ng app" "I-OFF" "I-ON" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "Maghanap…" "I-clear ang query" "Query sa paghahanap" "Maghanap" "Isumite ang query" "Paghahanap gamit ang boses" "Ibahagi sa/kay" "Ibahagi gamit ang %s " "I-collapse" "Maghanap" "Eve gidiş yolunu göster" "Yukarı git" "Diğer seçenekler" "Bitti" "Tümünü göster" "Bir uygulama seçin" "KAPAT" "AÇ" "Alt+" "Ctrl+" "sil" "enter" "Function+" "Meta+" "Üst Karakter+" "boşluk" "Sym+" "Menü+" "Ara…" "Sorguyu temizle" "Arama sorgusu" "Ara" "Sorguyu gönder" "Sesli arama" "Şununla paylaş:" "%s ile paylaş" "Daralt" "Ara" "Перейти на головну" "Перейти вгору" "Більше опцій" "Готово" "Показати всі" "Вибрати програму" "ЗНИЖКА" "УВІМК." "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "пробіл" "Sym+" "Menu+" "Введіть пошуковий запит…" "Очистити запит" "Пошуковий запит" "Пошук" "Наіслати запит" "Голосовий пошук" "Поділитися:" "Поділитися через додаток %s " "Згорнути" "Пошук" "گھر کی طرف نیویگیٹ کریں" "اوپر نیویگیٹ کریں" "مزید اختیارات" "ہو گیا" "سبھی دیکھیں" "ایک ایپ منتخب کریں" "آف" "آن" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "تلاش کریں…" "استفسار صاف کریں" "تلاش کا استفسار" "تلاش کریں" "استفسار جمع کرائیں" "صوتی تلاش" "اس کے ساتھ اشتراک کریں" "%s کے ساتھ اشتراک کریں" "سکیڑیں" "تلاش کریں" "Boshiga o‘tish" "Yopish" "Yana" "OK" "Hammasi" "Ilovani tanlang" "YOQILMAGAN" "YONIQ" "Alt+" "Ctrl+" "Delete" "Enter" "Fn+" "Meta+" "Shift+" "Probel" "Sym+" "Menyu+" "Qidirish…" "So‘rovni o‘chirish" "Qidiruv so‘rovi" "Qidiruv" "So‘rov yaratish" "Ovozli qidiruv" "Ulashish" "%s orqali ulashish" "Yig‘ish" "Qidiruv" 0px "Chỉ đường về nhà" "Di chuyển lên" "Tùy chọn khác" "Xong" "Xem tất cả" "Chọn một ứng dụng" "TẮT" "BẬT" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "Tìm kiếm…" "Xóa truy vấn" "Truy vấn tìm kiếm" "Tìm kiếm" "Gửi truy vấn" "Tìm kiếm bằng giọng nói" "Chia sẻ với" "Chia sẻ với %s " "Thu gọn" "Tìm kiếm" - 60%
- 90%
- 50%
- 70%
- 45%
- 72%
"转到首页" "转到上一层级" "更多选项" "完成" "查看全部" "选择应用" "关闭" "开启" "Alt+" "Ctrl+" "Delete 键" "Enter 键" "Fn+" "Meta+" "Shift+" "空格键" "Sym+" "Menu+" "搜索…" "清除查询" "搜索查询" "搜索" "提交查询" "语音搜索" "分享对象" "与%s 分享" "收起" "搜索" "瀏覽主頁" "向上瀏覽" "更多選項" "完成" "查看全部" "選擇應用程式" "關閉" "開啟" "Alt +" "Ctrl +" "刪除" "Enter 鍵" "Fn +" "Meta +" "Shift +" "空白鍵" "Sym +" "Menu +" "搜尋…" "清除查詢" "搜尋查詢" "搜尋" "提交查詢" "語音搜尋" "分享對象" "使用「%s 」分享" "收合" "搜尋" "瀏覽首頁" "向上瀏覽" "更多選項" "完成" "查看全部" "選擇應用程式" "關閉" "開啟" "Alt +" "Ctrl +" "Delete 鍵" "Enter 鍵" "Fn +" "Meta +" "Shift +" "空格鍵" "Sym +" "Menu +" "搜尋…" "清除查詢" "搜尋查詢" "搜尋" "提交查詢" "語音搜尋" "分享對象" "與「%s 」分享" "收合" "搜尋" "Zulazulela ekhaya" "Zulazulela phezulu" "Ezinye izinketho" "Kwenziwe" "Buka konke" "Khetha insiza" "VALA" "VULA" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Imenyu+" "Sesha…" "Sula inkinga" "Sesha umbuzo" "Sesha" "Thumela umbuzo" "Ukusesha ngezwi" "Yabelana no" "Yabelana ne-%s " "Goqa" "Sesha"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true #14000000 #121212 #CF6679 #FFFFFF #000000 #000000 #000000 #FFFFFF #BA86FC #000000 #3700B3 #03DAC6 #03DAC6 #121212 #FFFFFF #B00020 #000000 #FFFFFF #FFFFFF #000000 #000000 #6200EE #3700B3 #3700B3 #03DAC6 #018786 #FFFFFF @android:color/transparent #14000000 #44000000 #0A000000 #0F000000 #1AFFFFFF #2EFFFFFF #323232 #ff000000 #ff000000 #ff410e0b #ffffffff #ff601410 #ff8c1d18 #ffb3261e #ffdc362e #ffe46962 #ffec928e #fff2b8b5 #fff9dedc #fffceeee #fffffbf9 #ff000000 #ff1c1b1f #ffffffff #ff313033 #ff484649 #ff605d62 #ff787579 #ff939094 #ffaeaaae #ffc9c5ca #ffe6e1e5 #fff4eff4 #fffffbfe #ff000000 #ff1d1a22 #ffffffff #ff322f37 #ff49454f #ff605d66 #ff79747e #ff938f99 #ffaea9b4 #ffcac4d0 #ffe7e0ec #fff5eefa #fffffbfe #ff000000 #ff21005d #ffffffff #ff381e72 #ff4f378b #ff6750a4 #ff7f67be #ff9a82db #ffb69df8 #ffd0bcff #ffeaddff #fff6edff #fffffbfe #ff000000 #ff1d192b #ffffffff #ff332d41 #ff4a4458 #ff625b71 #ff7a7289 #ff958da5 #ffb0a7c0 #ffccc2dc #ffe8def8 #fff6edff #fffffbfe #ff000000 #ff31111d #ffffffff #ff492532 #ff633b48 #ff7d5260 #ff986977 #ffb58392 #ffd29dac #ffefb8c8 #ffffd8e4 #ffffecf1 #fffffbfa #ffffffff @color/m3_ref_palette_neutral10 @color/m3_ref_palette_error80 @color/m3_ref_palette_error30 @color/m3_ref_palette_neutral20 @color/m3_ref_palette_primary40 @color/m3_ref_palette_neutral90 @color/m3_ref_palette_neutral90 @color/m3_ref_palette_error20 @color/m3_ref_palette_error90 @color/m3_ref_palette_primary20 @color/m3_ref_palette_primary90 @color/m3_ref_palette_secondary20 @color/m3_ref_palette_secondary90 @color/m3_ref_palette_neutral90 @color/m3_ref_palette_neutral_variant80 @color/m3_ref_palette_tertiary20 @color/m3_ref_palette_tertiary90 @color/m3_ref_palette_neutral_variant60 @color/m3_ref_palette_neutral_variant30 @color/m3_ref_palette_primary80 @color/m3_ref_palette_primary30 @color/m3_ref_palette_secondary80 @color/m3_ref_palette_secondary30 @color/m3_ref_palette_neutral10 @color/m3_ref_palette_neutral_variant30 @color/m3_ref_palette_tertiary80 @color/m3_ref_palette_tertiary30 @color/m3_ref_palette_neutral99 @color/m3_ref_palette_error40 @color/m3_ref_palette_error90 @color/m3_ref_palette_neutral95 @color/m3_ref_palette_primary80 @color/m3_ref_palette_neutral20 @color/m3_ref_palette_neutral10 @color/m3_ref_palette_error100 @color/m3_ref_palette_error10 @color/m3_ref_palette_primary100 @color/m3_ref_palette_primary10 @color/m3_ref_palette_secondary100 @color/m3_ref_palette_secondary10 @color/m3_ref_palette_neutral10 @color/m3_ref_palette_neutral_variant30 @color/m3_ref_palette_tertiary100 @color/m3_ref_palette_tertiary10 @color/m3_ref_palette_neutral_variant50 @color/m3_ref_palette_neutral_variant80 @color/m3_ref_palette_primary40 @color/m3_ref_palette_primary90 @color/m3_ref_palette_secondary40 @color/m3_ref_palette_secondary90 @color/m3_ref_palette_neutral99 @color/m3_ref_palette_neutral_variant90 @color/m3_ref_palette_tertiary40 @color/m3_ref_palette_tertiary90 #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #61000000 #00ffffff #52000000 #6B000000 #1F000000 #0A000000 #00000000 #DE000000 16dp 64dp 4dp 168dp 96dp 14sp 8dp 56dp 24dp 96dp 56dp 10dp 8dp 1dp 12sp 8dp 16dp 64dp 0.5dp 6dp 24dp 40dp 56dp 6dp 6dp 16dp 32dp 24dp 16dp 32dp 4dp 280dp 8dp 8dp 128dp - 1.0
0dp 6dp 0dp -1px -1px 12dp 14dp 16dp 14sp 264dp 72dp 14sp 12sp 5dp 14dp 14dp 28dp @dimen/m3_sys_elevation_level3 16dp 24dp 16dp 16dp 16dp 96dp 112dp 112dp 64dp 152dp 112dp 1.5dp 3dp 1.5dp 3dp 7dp 4dp 32dp 4dp 64dp 16dp 12dp 80dp 20dp @dimen/m3_sys_elevation_level1 @dimen/m3_sys_elevation_level1 6dp 4dp 12dp 16dp @dimen/m3_comp_bottom_app_bar_container_height 4dp 64dp 8dp 0dp 0dp @dimen/m3_comp_elevated_button_container_elevation 0dp 16dp 24dp 10dp 20dp 0dp 20dp 4dp 320dp 6dp 24dp 24dp 6dp 1dp 12dp 16dp 12dp 12dp 0dp 1dp @dimen/m3_sys_elevation_level3 7dp @dimen/m3_sys_elevation_level1 2dp @dimen/m3_sys_elevation_level0 @dimen/m3_sys_elevation_level1 1dp 1dp 8dp -1dp 7dp 1dp 2dp 18dp 32dp @dimen/m3_sys_elevation_level1 @dimen/m3_sys_elevation_level0 1dp 18dp @dimen/m3_sys_elevation_level2 80dp - 0.38
4dp 1dp @dimen/m3_sys_elevation_level1 @dimen/m3_sys_elevation_level0 @dimen/m3_sys_elevation_level3 56dp @dimen/m3_sys_elevation_level3 @dimen/m3_sys_state_focus_state_layer_opacity @dimen/m3_sys_elevation_level4 @dimen/m3_sys_state_hover_state_layer_opacity 24dp @dimen/m3_sys_elevation_level3 @dimen/m3_sys_state_pressed_state_layer_opacity @dimen/m3_sys_elevation_level3 56dp @dimen/m3_sys_state_focus_state_layer_opacity @dimen/m3_sys_elevation_level4 @dimen/m3_sys_state_hover_state_layer_opacity 24dp 96dp 36dp @dimen/m3_sys_elevation_level3 @dimen/m3_sys_state_pressed_state_layer_opacity 40dp 24dp @dimen/m3_sys_elevation_level2 @dimen/m3_sys_elevation_level0 18dp - 0.38
32dp @dimen/m3_sys_elevation_level1 @dimen/m3_sys_elevation_level0 1dp 18dp @dimen/m3_sys_elevation_level0 32dp 1dp 24dp 18dp 4dp 32dp 56dp @dimen/m3_sys_elevation_level0 80dp 24dp @dimen/m3_sys_elevation_level2 - 0.12
1dp - 0.38
- 0.38
- 0.38
2dp 1dp @dimen/m3_sys_state_focus_state_layer_opacity @dimen/m3_sys_state_hover_state_layer_opacity 3dp @dimen/m3_sys_state_pressed_state_layer_opacity 1dp @dimen/m3_sys_state_focus_state_layer_opacity @dimen/m3_sys_state_hover_state_layer_opacity @dimen/m3_sys_state_pressed_state_layer_opacity 24dp 30dp @dimen/m3_sys_elevation_level3 56dp @dimen/m3_sys_state_hover_state_layer_opacity @dimen/m3_sys_state_pressed_state_layer_opacity @dimen/m3_sys_elevation_level3 56dp 72dp 2dp @dimen/m3_sys_state_focus_state_layer_opacity @dimen/m3_sys_state_hover_state_layer_opacity @dimen/m3_sys_state_pressed_state_layer_opacity @dimen/m3_sys_elevation_level1 @dimen/m3_sys_elevation_level1 - 0.38
- 0.38
- 0.12
4dp 32dp @dimen/m3_sys_elevation_level1 @dimen/m3_sys_elevation_level0 1dp 18dp - 1
- 0.38
- 0.12
- 0.38
- 0.38
@dimen/m3_sys_state_focus_state_layer_opacity @dimen/m3_sys_state_hover_state_layer_opacity @dimen/m3_sys_state_pressed_state_layer_opacity 32dp 52dp @dimen/m3_sys_state_focus_state_layer_opacity @dimen/m3_sys_state_hover_state_layer_opacity @dimen/m3_sys_state_pressed_state_layer_opacity @dimen/m3_sys_state_focus_state_layer_opacity @dimen/m3_sys_state_hover_state_layer_opacity @dimen/m3_sys_state_pressed_state_layer_opacity @dimen/m3_sys_elevation_level3 8dp 8dp 20dp 12dp 56dp 16dp 8dp 0dp 30% 2dp 6dp 36dp 96dp @dimen/m3_sys_elevation_level2 16dp 28dp 12dp 0dp 12dp 12dp 0dp 4dp 28dp 28dp @dimen/m3_comp_navigation_rail_container_width @dimen/m3_comp_navigation_rail_container_elevation @dimen/m3_comp_navigation_rail_icon_size @dimen/m3_comp_navigation_rail_active_indicator_height 4dp @dimen/m3_comp_navigation_rail_active_indicator_width 60dp 8dp 4dp @dimen/m3_sys_state_dragged_state_layer_opacity @dimen/m3_sys_state_focus_state_layer_opacity @dimen/m3_sys_state_hover_state_layer_opacity @dimen/m3_sys_state_pressed_state_layer_opacity @dimen/m3_sys_state_pressed_state_layer_opacity @dimen/m3_comp_search_bar_container_elevation @dimen/m3_comp_search_bar_container_height 16dp 16dp 1dp 4dp 16dp 16sp 1dp @dimen/m3_comp_search_view_container_elevation @dimen/m3_comp_search_view_full_screen_header_container_height @dimen/m3_sys_elevation_level1 @dimen/m3_sys_elevation_level0 256dp - 0.08
- 0.12
@dimen/m3_comp_slider_inactive_track_height 2dp 24dp 40dp - 1.0
8dp 0dp 1dp 3dp 6dp 8dp 12dp - 0.3
- 0.8
- 0.0
- 0.2
- 0.1
- 0.1
- 0.7
- 1.0
- 0.4
- 1.0
- 0.0
- 1.0
- 0.4
- 0.2
- 0.0
- 1.0
- 0.0
- 0.2
- 0.0
- 1.0
- 0.0
- 1.0
- 0.0
- 1.0
- 0.3
- 1.0
- 0.0
- 1.0
- 0.2
- 0.0
- 0.0
- 1.0
- 0.0
- 0.0
- 0.0
- 1.0
- 0.16
- 0.12
- 0.08
- 0.12
2dp @dimen/m3_sys_elevation_level3 20dp 640dp 80dp 24dp 96dp 44dp 4dp 4dp 2dp 15sp 96dp 12dp 12dp 52dp 256dp -4dp 2dp 1dp - 0.38
- 0.12
- 0.87
- 0.6
12dp 23dp 8dp 32dp 4dp 8dp 4dp 12dp 8dp 2dp 245dp 488dp 56dp 560dp 340dp 24dp 80dp 24dp 24dp 80dp 24dp 4dp 4dp 4dp 6dp 10sp 12dp 12dp 8dp 60dp 16dp 5dp 8dp 0dp 56dp 4dp 64dp 0dp 0dp 2dp 2dp 2dp 12dp 8dp 6dp - 0.07
320dp 4dp 16dp 16dp 4dp 6dp 8dp 1dp 4dp 8dp 8dp 14sp 0dp 64dp 52dp 8dp 0dp 12dp 15dp 32dp 3dp 1dp 1dp 36dp 24dp 16dp 12dp 4dp 1dp 120dp 128dp 32dp 12dp 8dp 24dp 0dp 480dp 2dp 0dp 4dp 48dp 4dp 8dp 104dp 20dp 24dp 100dp 16dp 28dp 68dp 18dp 52dp 8dp 8dp 88dp 8dp 24dp 4dp 5dp 1dp 8dp 3dp 14sp 8dp -8dp 8dp 12dp 0dp 0dp 6dp 20dp 20dp 24dp 12dp 48dp 120dp 20dp 12dp 12dp 0dp 2dp 6dp 6dp 48dp 2dp 6dp - 0.00
- 0.24
- 0.08
- 0.24
- 0.00
- 0.12
- 0.04
- 0.12
48dp 24dp 8dp 0dp 22dp 14dp 24dp 8dp 4dp 14dp 56dp 72dp 8dp 14dp 24dp 8dp 16dp 12dp 4dp 2dp 4dp 4dp 18dp 40dp 20dp 40dp 28dp 2.5dp 4dp 3dp 2dp 4dp 0dp 4dp 4dp 24dp 4dp 13dp 26dp 1dp 10dp 4dp 16dp 48dp - 0.5
4dp - 0.8
8dp 8dp 8dp 16dp 4dp 32dp @dimen/m3_comp_switch_track_height @dimen/m3_comp_switch_track_width 4dp 0dp 4dp @dimen/m3_comp_outlined_text_field_outline_width @dimen/m3_comp_outlined_text_field_focus_outline_width 16dp 4dp 16dp 4dp 56dp 14dp 4dp 32dp 32dp 12dp 30dp - @drawable/material_ic_keyboard_arrow_right_black_24dp
- @drawable/material_ic_keyboard_arrow_left_black_24dp
150 150 2 300 320 100 100 75 120 100 700 800 900 1000 450 500 550 600 250 300 350 400 50 100 150 200 300 350 200 250 75 150 0 4 100 100 1 1 3 75 120 100 @integer/m3_sys_motion_duration_medium4 @integer/m3_sys_motion_duration_medium1 @integer/m3_sys_motion_duration_short3 @integer/m3_sys_motion_duration_short3 16 32 32 52 250 2 1 0 200
+ %d new notification
+ %d new notifications
+ com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior com.google.android.material.bottomsheet.BottomSheetBehavior Collapse the bottom sheet Expand the bottom sheet Expand halfway Drag handle double-tapped Drag handle Characters entered %1$d of %2$d Character limit exceeded %1$d of %2$d %1$d/%2$d Clear text
+ Error: invalid
+ Error Show dropdown menu com.google.android.material.transformation.FabTransformationScrimBehavior com.google.android.material.transformation.FabTransformationSheetBehavior com.google.android.material.behavior.HideBottomViewOnScrollBehavior Dialog Icon Tab path(M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1) cubic-bezier(0.3, 0.0, 0.8, 0.2) cubic-bezier(0.1, 0.7, 0.1, 1.0) M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1 cubic-bezier(0.4, 0.0, 0.2, 1.0) cubic-bezier(0.4, 0.0, 1.0, 1.0) cubic-bezier(0.0, 0.0, 0.2, 1.0) cubic-bezier(0.0, 0.0, 1.0, 1.0) cubic-bezier(0.2, 0.0, 0.0, 1.0) cubic-bezier(0.3, 0.0, 1.0, 1.0) cubic-bezier(0.0, 0.0, 0.0, 1.0) : Select AM or PM %1$s hoursSelect hour %1$s o\'clockSelect minutes %1$s minutescubic-bezier(0.4, 0.0, 1.0, 1.0) cubic-bezier(0.0, 0.0, 0.2, 1.0) path(M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1) cubic-bezier(0.0, 0.0, 1.0, 1.0) cubic-bezier(0.4, 0.0, 0.2, 1.0) Range end Range start Value AM Switch to clock mode for the time input. Hour Minute PM Select time Switch to text input mode for the time input. New notification M14,18.2 11.4,15.6 10,17 14,21 22,13 20.6,11.6z icon M13.4,15 11,15 11,17 13.4,17 21,17 21,15z icon path M23,7H9C7.9,7,7,7.9,7,9v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V9C25,7.9,24.1,7,23,7z button button path M23,7H9C7.9,7,7,7.9,7,9v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V9C25,7.9,24.1,7,23,7z M23,23H9V9h14V23z
+ Checked
+
+ Partially checked
+
+ Not checked
+ Remove %1$s More than %1$d new notifications %1$d %2$s Change to next month Change to previous month Start date selection: %1$s – End date selection: %2$s Current selection: %1$s none Cancel OK %1$s Select Date Selected date Column of days: %1$s End date %1$s Invalid format. Example: %1$s Use: %1$s Invalid range. Navigate to current year %1$d Navigate to year %1$d Out of range: %1$s Start date – %1$s %1$s – End date %1$s – %2$s Select Range Start date – End date Save Start date %1$s Date End date Start date d m y Today %1$s Switch to calendar input mode Tap to switch to Calendar view Switch to text input mode Tap to switch to year view circle_group M4,16 A12,12 0 0,1 16,4 H16 A12,12 0 0,1 16,28 H16 A12,12 0 0,1 4,16 M0,16 A11,11 0 0,1 11,5 H21 A11,11 0 0,1 21,27 H11 A11,11 0 0,1 0,16 circle M2,16 A14,14 0 0,1 16,2 H16 A14,14 0 0,1 16,30 H16 A14,14 0 0,1 2,16 M8,16 A8,8 0 0,1 16,8 H16 A8,8 0 0,1 16,24 H16 A8,8 0 0,1 8,16 M1,16 A15,15 0 0,1 16,1 H36 A15,15 0 0,1 36,31 H16 A15,15 0 0,1 1,16 M0,16 A16,16 0 0,1 16,0 H36 A16,16 0 0,1 36,32 H16 A16,16 0 0,1 0,16 Cancel OK Show password M12,4.5C7,4.5 2.73,7.61 1,12c1.73,4.39 6,7.5 11,7.5s9.27,-3.11 11,-7.5c-1.73,-4.39 -6,-7.5 -11,-7.5zM12,17c-2.76,0 -5,-2.24 -5,-5s2.24,-5 5,-5 5,2.24 5,5 -2.24,5 -5,5zM12,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3 3,-1.34 3,-3 -1.34,-3 -3,-3z M2,4.27 L19.73,22 L22.27,19.46 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z M2,4.27 L2,4.27 L4.54,1.73 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z M3.27,4.27 L19.74,20.74
+ com.google.android.material.search.SearchBar$ScrollingViewBehavior
+ Clear text Back Side Sheet com.google.android.material.sidesheet.SideSheetBehavior
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ?attr/shapeAppearanceCornerSmall ?attr/textAppearanceLabelLarge ?attr/colorSurface ?attr/colorPrimary ?attr/colorOnSurface ?attr/colorSurface ?attr/colorError ?attr/colorOnError ?attr/colorOnPrimary ?attr/colorOnSurfaceVariant ?attr/colorPrimary ?attr/colorOutlineVariant ?attr/colorSurface ?attr/colorPrimaryContainer ?attr/shapeAppearanceCornerLarge ?attr/colorOnPrimaryContainer ?attr/textAppearanceLabelLarge ?attr/colorSecondaryContainer ?attr/colorOnSecondaryContainer ?attr/colorSurface ?attr/colorPrimary ?attr/colorTertiaryContainer ?attr/colorOnTertiaryContainer ?attr/colorPrimaryContainer ?attr/shapeAppearanceCornerLarge ?attr/colorOnPrimaryContainer ?attr/shapeAppearanceCornerExtraLarge ?attr/shapeAppearanceCornerMedium ?attr/colorSecondaryContainer ?attr/colorOnSecondaryContainer ?attr/colorSurface ?attr/colorPrimary ?attr/colorTertiaryContainer ?attr/colorOnTertiaryContainer ?attr/colorSurfaceVariant ?attr/textAppearanceBodyLarge ?attr/colorPrimary ?attr/colorOnPrimary ?attr/textAppearanceLabelLarge ?attr/colorSurfaceVariant ?attr/shapeAppearanceCornerExtraSmall ?attr/colorError ?attr/colorError ?attr/colorError ?attr/textAppearanceBodyLarge ?attr/colorSecondaryContainer ?attr/colorOnSecondaryContainer ?attr/shapeAppearanceCornerSmall ?attr/textAppearanceLabelLarge ?attr/shapeAppearanceCornerSmall ?attr/textAppearanceLabelLarge ?attr/colorPrimary ?attr/colorSurfaceVariant ?attr/colorSecondaryContainer ?attr/colorSurface ?attr/textAppearanceLabelMedium ?attr/colorSurfaceVariant ?attr/colorPrimary ?attr/textAppearanceBodyLarge ?attr/colorOnSurface ?attr/colorPrimary ?attr/colorOutline ?attr/colorOutline ?attr/colorOutline ?attr/colorPrimary ?attr/shapeAppearanceCornerExtraSmall ?attr/colorOnSurface ?attr/colorOnSurface ?attr/colorOnSurface ?attr/colorOnSurface ?attr/colorError ?attr/colorError ?attr/colorError ?attr/colorOnSurface ?attr/colorPrimary ?attr/colorPrimary ?attr/colorOnSurfaceVariant ?attr/colorOnSurface ?attr/colorOnSurface ?attr/colorOnSurfaceVariant ?attr/colorOnSurface ?attr/textAppearanceBodyLarge ?attr/colorOnSurfaceVariant ?attr/colorOutline ?attr/colorOnSurfaceVariant ?attr/textAppearanceBodySmall ?attr/colorPrimary ?attr/colorPrimary ?attr/colorPrimary ?attr/colorPrimary ?attr/colorSurface ?attr/colorSurfaceVariant ?attr/colorOnSurface ?attr/colorOnSurface ?attr/colorPrimary ?attr/colorPrimary ?attr/colorOnSurfaceVariant ?attr/colorPrimary ?attr/colorOnSurfaceVariant ?attr/textAppearanceTitleSmall ?attr/colorSurface ?attr/elevationOverlayColor ?attr/colorOnSurface ?attr/colorOnSurfaceVariant ?attr/colorOnSurface ?attr/textAppearanceBodyLarge ?attr/colorOnSurface ?attr/colorOnSurface ?attr/colorOnSurfaceVariant ?attr/colorOnSurfaceVariant ?attr/textAppearanceBodyLarge ?attr/colorOnSurfaceVariant ?attr/colorSurface ?attr/elevationOverlayColor ?attr/colorOutline ?attr/shapeAppearanceCornerExtraLarge ?attr/colorOnSurface ?attr/textAppearanceBodyLarge ?attr/colorOnSurface ?attr/colorOnSurfaceVariant ?attr/textAppearanceBodyLarge ?attr/colorOnSurfaceVariant ?attr/colorPrimary ?attr/colorOnSurface ?attr/colorSurface ?attr/colorOnSurface ?attr/colorOnSurface ?attr/colorOnSurfaceVariant ?attr/textAppearanceTitleSmall ?attr/colorOnSurface ?attr/colorOnSurface ?attr/colorOnSurfaceVariant ?attr/colorSurface ?attr/shapeAppearanceCornerExtraLarge ?attr/colorOnSurfaceVariant ?attr/colorPrimary ?attr/colorOnSurface ?attr/colorOnSurface ?attr/colorOnSurface ?attr/colorPrimary ?attr/colorSurfaceVariant ?attr/colorPrimary ?attr/colorOnPrimary ?attr/shapeAppearanceCornerSmall ?attr/textAppearanceLabelLarge ?attr/colorSurface ?attr/colorOnSurface ?attr/colorOnSurface ?attr/colorOnSurface ?attr/colorSurfaceVariant ?attr/colorSurfaceVariant ?attr/colorOnSurface ?attr/colorPrimaryContainer ?attr/colorOnPrimaryContainer ?attr/colorPrimary ?attr/colorPrimary ?attr/colorOnPrimary ?attr/colorPrimaryContainer ?attr/colorOnPrimaryContainer ?attr/colorPrimary ?attr/colorPrimary ?attr/colorOnPrimaryContainer ?attr/colorPrimaryContainer ?attr/colorOnPrimaryContainer ?attr/colorPrimary ?attr/colorPrimary ?attr/colorPrimary ?attr/colorOnSurfaceVariant ?attr/colorSurfaceVariant ?attr/colorOnSurface ?attr/colorSurfaceVariant ?attr/colorOutline ?attr/colorOutline ?attr/colorOnSurfaceVariant ?attr/colorSurfaceVariant ?attr/colorOnSurface ?attr/colorSurfaceVariant ?attr/colorOutline ?attr/colorSurfaceVariant ?attr/colorOnSurfaceVariant ?attr/colorSurfaceVariant ?attr/colorOnSurface ?attr/colorSurfaceVariant ?attr/colorOutline ?attr/colorSurfaceVariant ?attr/colorOutline ?attr/colorPrimary ?attr/colorPrimary ?attr/colorPrimary ?attr/textAppearanceLabelLarge ?attr/colorPrimary sans-serif-medium sans-serif sans-serif-medium sans-serif ?attr/colorPrimary ?attr/colorPrimary linear rounded rounded rounded rounded rounded rounded rounded
+ - %d nuwe kennisgewing
+ - %d nuwe kennisgewings
+ Vou die onderste blad in Vou die onderste blad uit Vou halfpad uit Het op sleephandvatsel gedubbeltik Sleephandvatsel Karakters ingevoer: %1$d van %2$d Karakterlimiet oorskry %1$d van %2$d Vee teks uit Fout Wys aftrekkieslys Dialoogikoon Oortjie Kies vm. of nm. %1$s uur Kies uur %1$s-uur Kies minute %1$s minute VM. Skakel oor na horlosiemodus vir die tydinvoer. Uur Minuut NM. Kies tyd Skakel oor na teksmodus vir die tydinvoer. Nuwe kennisgewing Verwyder %1$s Meer as %1$d nuwe kennisgewings Verander na volgende maand Verander na vorige maand Huidige keuse: %1$s Kanselleer OK %1$s Kies datum Gekose datum Kolom van dae: %1$s Ongeldige formaat. Voorbeeld: %1$s Gebruik: %1$s Ongeldige reeks. Gaan na jaar %1$s Buite reeks: %1$s Begindatum – %1$s %1$s – Einddatum %1$s-%2$s Kies datumreeks Begindatum – Einddatum Stoor Datum Einddatum Begindatum d m j Skakel oor na kalenderinvoermodus Tik om oor te skakel na die kies van \'n dag Skakel oor na teksinvoermodus Tik om oor te skakel na die kies van \'n jaar Kanselleer OK Wys wagwoord
+ - %d አዲስ ማሳወቂያዎች
+ - %d አዲስ ማሳወቂያዎች
+ የግርጌ ሉሁን ይሰብስቡ የግርጌ ሉሁን ይዘርጉ ግማሽ መንገድ ዘርጋ መያዣ ይጎትቱ ሁለቴ መታ ተደርጓል መያዣ ይጎትቱ ቁምፊዎች %1$d ከ%2$d ገብተዋል የቁምፊ ገደብ %1$d ከ%2$d አልፏል ጽሑፍን አጽዳ ስህተት ተቆልቋይ ምናሌን አሳይ የንግግር አዶ ትር AM ወይም PM ይምረጡ %1$s ሰዓታት ሰዓትን ይምረጡ %1$s ሰዓት ደቂቃዎችን ይምረጡ %1$s ደቂቃዎች ጥዋት ለጊዜ ግቤቱ ወደ የሰዓት ሁነታ ቀይር። ሰዓት ደቂቃ ከሰዓት ጊዜ ምረጥ ለጊዜ ግቤቱ ወደ የጽሑፍ ግቤት ሁነታ ቀይር። አዲስ ማሳወቂያ %1$sን አስወግድ ከ%1$d በላይ አዲስ ማሳወቂያዎች ወደ የሚቀጥለው ወር ቀይር ወደ ቀዳሚው ወር ቀይር የአሁኑ ምርጫ፦ %1$s ይቅር እሺ %1$s ቀን ይምረጡ የተመረጠው ቀን የቀኖች ዓምድ፦ %1$s ልክ ያልሆነ ቅርጸት ምሳሌ፦ %1$s %1$s ን ይጠቀሙ ልክ ያልኾነ ክልል። ወደ ዓመት %1$s አሰስ ከክልል ውጭ፦ %1$s መጀመሪያ ቀን – %1$s %1$s – መጨረሻ ቀን %1$s – %2$s ክልል ይምረጡ የመጀመሪያ ቀን – የመጨረሻ ቀን አስቀምጥ ቀን የማብቂያ ቀን መጀመሪያ ቀን ቀ ደ ዓ ወደ የቀን መቁጠሪያ ግቤት ሁነታ ቀይር ወደ ቀን መምረጥ ለመቀየር መታ ያድርጉ ወደ ጽሁፍ ግቤት ሁነታ ቀይር ወደ ዓመት መምረጥ ለመቀየር መታ ያድርጉ ይቅር እሺ የይለፍ ቃል አሳይ
+ - %d إشعار جديد
+ - إشعار جديد واحد (%d)
+ - إشعاران جديدان (%d)
+ - %d إشعارات جديدة
+ - %d إشعارًا جديدًا
+ - %d إشعار جديد
+ تصغير البطاقة السفلية توسيع البطاقة السفلية توسيع البطاقة السفلية تم النقر مرّتين على مقبض السحب. مقبض السحب تمّ إدخال %1$d حرف من إجمالي %2$d. تجاوز عدد الأحرف المسموح به %1$d من %2$d. محو النص خطأ عرض القائمة المنسدلة رمز مربع الحوار علامة تبويب يُرجى اختيار صباحًا أو مساءً. %1$s ساعة تحديد الساعة الساعة %1$s تحديد الدقائق %1$s دقيقة صباحًا يُرجى التبديل إلى وضع الساعة لإدخال الوقت. الساعة دقيقة مساءً اختيار الوقت يُرجى التبديل إلى وضع إدخال النص لإدخال الوقت. إشعار جديد إزالة %1$s يبلغ عدد الإشعارات الجديدة أكثر من %1$d. التغيير إلى الشهر التالي التغيير إلى الشهر السابق الاختيار الحالي: %1$s إلغاء حسنًا %1$s يُرجى اختيار تاريخ. التاريخ المحدَّد عمود الأيام: %1$s التنسيق غير صالح مثال: %1$s استخدام: %1$s النطاق غير صالح التنقل إلى العام %1$s خارج النطاق: %1$s تاريخ البدء – %1$s %1$s – تاريخ الانتهاء %1$s – %2$s يُرجى اختيار نطاق زمني. تاريخ البدء - تاريخ الانتهاء حفظ التاريخ تاريخ الانتهاء تاريخ البدء ي ش س التبديل إلى وضع \"الإدخال في التقويم\" انقر للتبديل إلى اختيار يوم التبديل إلى وضع \"إدخال النص\" انقر للتبديل إلى اختيار عام إلغاء حسنًا عرض كلمة المرور
+ - %d new notification
+ - %d new notifications
+ Collapse the bottom sheet Expand the bottom sheet Expand halfway Drag handle double-tapped Drag handle %2$dটাৰ ভিতৰত %1$dটা বৰ্ণ লিখা হৈছে %2$dটাৰ ভিতৰত %1$dটা বৰ্ণৰ সীমা অতিক্ৰম কৰিছে Clear text Error Show dropdown menu Dialog Icon Tab Select AM or PM %1$s hours Select hour %1$s o\'clock মিনিট বাছনি কৰক %1$s minutes AM সময়ৰ ইনপুটৰ বাবে ঘড়ী ম\'ডলৈ যাওক। Hour Minute PM Select time সময়ৰ ইনপুটৰ বাবে পাঠৰ ইনপুট ম\'ডলৈ যাওক। New notification %1$sক আঁতৰাওক More than %1$d new notifications Change to next month Change to previous month Current selection: %1$s Cancel OK %1$s Select Date Selected date Column of days: %1$s Invalid format. Example: %1$s Use: %1$s Invalid range. Navigate to year %1$s Out of range: %1$s Start date – %1$s %1$s – End date %1$s – %2$s Select Range Start date – End date Save Date End date Start date d m y Switch to calendar input mode Tap to switch to selecting a day Switch to text input mode Tap to switch to selecting a year Cancel OK পাছৱৰ্ড দেখুৱাওক
+ - %d yeni bildiriş
+ - %d yeni bildiriş
+ Aşağıdakı vərəqi yığcamlaşdırın Aşağıdakı vərəqi genişləndirin Tam genişləndirin Dəstəyə iki dəfə toxunun Dəstək %1$d/%2$d simvol daxil edilib Simvol limiti %1$d/%2$d dəyərini keçdi Mətni silin Xəta Açılan menyunu göstərin Dialoq ikonası Tab Gündüz və ya axşam seçin %1$s saat Saatı seçin Saat %1$s Dəqiqə seçin %1$s dəqiqə AM Zamanı daxil etmək üçün saat rejiminə keçin Saat Dəqiqə GƏ Vaxt seçin Zamanı daxil etmək üçün mətnlə daxiletmə rejiminə keçin Yeni bildiriş %1$s silin Minimum %1$d yeni bildiriş Növbəti aya dəyişin Əvvəlki aya dəyişin Cari seçim: %1$s Ləğv edin OK %1$s Tarix seçin Seçilmiş tarix Gün sütunu: %1$s Yanlış format. Nümunə: %1$s %1$s istifadə edin Yanlış diapazon. %1$s ilinə keçin Əhatə dairəsindən kənar: %1$s Başlama tarixi – %1$s %1$s – Bitmə tarixi %1$s: %2$s Aralıq seçin Başlama tarixi - Bitmə tarixi Saxlayın Tarix Bitmə tarixi Başlama tarixi gün ay il Təqvim daxiletmə rejiminə keçin Gün seçiminə keçmək üçün toxunun Mətn daxiletmə rejiminə keçin İl seçiminə keçmək üçün toxunun Ləğv edin OK Parolu göstərin
+ - %d notificación nueva
+ - %d notificaciones nuevas
+ Contraer la hoja inferior Expandir la hoja inferior Expandir hasta la mitad El control de arrastre se presionó dos veces Controlador de arrastre Caracteres ingresados: %1$d de %2$d Se excedió en %1$d el límite de caracteres de %2$d Borrar texto Error Mostrar menú desplegable Ícono de diálogo Pestaña Selecciona a.m. o p.m. %1$s horas Seleccione la hora. %1$s en punto Seleccionar minutos %1$s minutos a.m. Cambia al modo de reloj para ingresar la hora. Hora Minuto p.m. Seleccionar la hora Cambia al modo de entrada de texto para ingresar la hora. Notificación nueva Quitar %1$s Más de %1$d notificaciones nuevas Cambiar al mes siguiente Cambiar al mes anterior Selección actual: %1$s Cancelar Aceptar %1$s Seleccionar fecha Fecha seleccionada Columna de días: %1$s Formato no válido Ejemplo: %1$s Usar: %1$s El rango no es válido. Navegar al año %1$s Fuera de rango: %1$s Fecha de inicio - %1$s %1$s - fecha de finalización %1$s-%2$s Selecciona un período Fecha de inicio - fecha de finalización Guardar Fecha Fecha de finalización Fecha de inicio d m a Cambiar al modo de entrada de calendario Presiona para seleccionar un día Cambiar al modo de entrada de texto Presiona para seleccionar un año Cancelar Aceptar Mostrar contraseña
+ - %d novo obaveštenje
+ - %d nova obaveštenja
+ - %d novih obaveštenja
+ Skupite donju tabelu Proširite donju tabelu Proširite do pola Identifikator za prevlačenje je dvaput dodirnut Ručica za prevlačenje Uneti znakovi: %1$d od %2$d Prekoračeno je ograničenje broja znakova: %1$d od %2$d Obriši tekst Greška Prikaži padajući meni Ikona dijaloga Kartica Izaberite pre podne ili po podne %1$s s Izaberite sat %1$s s Izaberite minute %1$s min AM Pređite u režim sata radi unosa vremena. Sat Minut PM Izaberite vreme Pređite u režim unosa teksta radi unosa vremena. Novo obaveštenje Uklonite %1$s Novih obaveštenja: više od %1$d Pređite na sledeći mesec Pređite na prethodni mesec Aktuelni izbor: %1$s Otkaži Potvrdi %1$s Izaberite datum Izabrani datum Kolona sa danima: %1$s Format je nevažeći. Primer: %1$s Koristite: %1$s Nevažeći period. Idite na godinu %1$s Izvan perioda: %1$s Datum početka – %1$s %1$s – Datum završetka %1$s–%2$s Izaberite period Datum početka – Datum završetka Sačuvaj Datum Datum završetka Datum početka d m g Pređite na režim unosa u Kalendaru Dodirnite da biste prešli na izbor dana Pređite na režim unosa teksta Dodirnite da biste prešli na izbor godine Otkaži Potvrdi Prikaži lozinku
+ - %d новае апавяшчэнне
+ - %d новыя апавяшчэнні
+ - %d новых апавяшчэнняў
+ - %d новага апавяшчэння
+ Згарнуць ніжні аркуш Разгарнуць ніжні аркуш Разгарнуць напалову Маркер перацягвання націснуты двойчы Маркер перацягвання Уведзена сімвалаў: %1$d з %2$d Абмежаванне колькасці сімвалаў перавышана: %1$d з %2$d Ачысціць тэкст Памылка Паказаць выпадное меню Значок дыялогавага акна Укладка Выберыце AM (да паўдня) або PM (пасля паўдня) %1$s гадз Выберыце гадзіну %1$s гадз Выберыце хвіліны %1$s хв AM Пераключыцца на рэжым гадзінніка пры ўводзе часу. Гадзіна Хвіліна PM Выберыце час Пераключыцца на рэжым тэксту пры ўводзе часу. Новае апавяшчэнне Выдаліць %1$s Колькасць новых апавяшчэнняў перавысіла %1$d Перайсці да наступнага месяца Перайсці да папярэдняга месяца Бягучае вылучэнне: %1$s Скасаваць ОК %1$s Выберыце дату Выбраная дата Слупок дзён: %1$s Няправільны фармат. Прыклад: %1$s Неабходны фармат: %1$s Няправільны дыяпазон. Перайсці ў %1$s год Па-за межамі дыяпазону: %1$s Дата пачатку – %1$s %1$s – дата заканчэння %1$s – %2$s Выберыце дыяпазон дат Дата пачатку – дата заканчэння Захаваць Дата Дата заканчэння Дата пачатку д м г Пераключыцца ў рэжым уводу \"Каляндар\" Дакраніцеся, каб пераключыцца на выбар дня Пераключыцца ў рэжым уводу \"Тэкст\" Дакраніцеся, каб пераключыцца на выбар года Скасаваць ОК Паказаць пароль
+ - %d ново известие
+ - %d нови известия
+ Свиване на долния лист Разгъване на долния лист Разгъване наполовина Двукратно докосване на манипулатора за преместване с плъзгане Манипулатор за преместване с плъзгане Въведени знаци: %1$d от %2$d Максималният брой знаци е надхвърлен с(ъс) %1$d от %2$d Изчистване на текста Грешка Показване на падащото меню Икона за диалогов прозорец Раздел Изберете AM или PM %1$s часа Изберете час %1$s часа Избиране на минути %1$s минути AM Превключете към режима за часовник, за да въведете часа. Час Минута PM Избор на час Превключете към режима за въвеждане на текст, за да въведете часа. Ново известие Премахване на %1$s Повече от %1$d нови известия Преминаване към следващия месец Преминаване към предишния месец Текущ избор: %1$s Отказ OK %1$s Избиране на дата Избрана дата Колона за дни: %1$s Форматът е невалиден. Пример: %1$s Използвайте: %1$s Невалиден диапазон. Навигиране до %1$s г. Извън диапазона: %1$s Начална дата – %1$s %1$s – крайна дата %1$s – %2$s Избиране на период от време Начална дата – крайна дата Запазване Дата Крайна дата Начална дата д м г Превключване към режим на въвеждане в календар Докоснете, за да превключите към избиране на ден Превключване към режим за въвеждане на текст Докоснете, за да превключите към избиране на година Отказ OK Показване на паролата
+ - %dটি নতুন বিজ্ঞপ্তি
+ - %dটি নতুন বিজ্ঞপ্তি
+ স্ক্রিনের নিচে অ্যাটাচ করা শিট আড়াল করুন স্ক্রিনের নিচে অ্যাটাচ করা শিট বড় করুন অর্ধেক প্রসারিত করুন টেনে আনার হ্যান্ডেলে ডবল ট্যাপ করা হয়েছে টেনে আনার হ্যান্ডেল %2$dটির মধ্যে %1$dটি অক্ষর লেখা হয়েছে অক্ষরের সীমা %1$d এর %2$d অতিক্রম করেছে টেক্সট মুছুন সমস্যা ড্রপ-ডাউন মেনু দেখুন ডায়ালগ আইকন ট্যাব AM অথবা PM বেছে নিন %1$s ঘণ্টা ঘণ্টা বেছে নিন %1$sটা বাজে মিনিট বেছে নিন %1$s মিনিট AM সময় ইনপুট দেওয়ার জন্য ঘড়ি মোডে যান। ঘণ্টা মিনিট PM সময় বেছে নিন সময় ইনপুট দেওয়ার জন্য পাঠ্য ইনপুট মোডে যান। নতুন বিজ্ঞপ্তি %1$s সরিয়ে দিন %1$dটির বেশি নতুন বিজ্ঞপ্তি আগামী মাসে যান আগের মাসে যান বর্তমান বাছাই: %1$s বাতিল করুন ঠিক আছে %1$s তারিখ বেছে নিন বেছে নেওয়া তারিখ সপ্তাহের দিনগুলির কলাম: %1$s ভুল ফর্ম্যাট। উদাহরণ: %1$s %1$s ফর্ম্যাটে লিখুন তারিখ সঠিক নয়। নেভিগেট করে %1$s সালে যান নির্দিষ্ট তারিখের বাইরে: %1$s শুরুর তারিখ – %1$s %1$s – সমাপ্তির তারিখ %1$s – %2$s রেঞ্জ বেছে নিন শুরুর তারিখ - সমাপ্তির তারিখ সেভ করুন তারিখ সমাপ্তির তারিখ শুরুর তারিখ d m y ক্যালেন্ডার ইনপুট মোডে বদল করুন দিন বেছে নেওয়ার মোডে বদল করতে ট্যাপ করুন টেক্সট ইনপুট মোডে বদল করুন বছর বেছে নেওয়ার মোডে বদল করতে ট্যাপ করুন বাতিল করুন ঠিক আছে পাসওয়ার্ড দেখান
+ - %d novo obavještenje
+ - %d nova obavještenja
+ - %d novih obavještenja
+ Sužavanje donje tabele Proširivanje donje tabele Proširivanje dopola Ručica za prevlačenje je dvaput dodirnuta Ručica za prevlačenje Uneseno znakova: %1$d od %2$d Ograničenje broja znakova premašuje %1$d od %2$d Obriši tekst Greška Prikaži padajući meni ikona dijaloškog okvira Kartica Odaberite prijepodne ili poslijepodne %1$s h Odaberite sat %1$s h Odaberite minute %1$s min AM Prebacite u način rada kao sat za unos vremena. Sat Minuta PM Odabir vremena Prebacite u način unosa teksta za unos vremena. Novo obavještenje Uklonite %1$s Broj novih obavještenja: više od %1$d Promijeni na sljedeći mjesec Promijeni na prethodni mjesec Trenutni izbor: %1$s Otkaži Uredu %1$s Odaberite datum Odabrani datum Kolona za dane: %1$s Nevažeći format. Primjer: %1$s Koristi: %1$s Nevažeći opseg. Odlazak na %1$s. godinu Izvan opsega: %1$s Datum početka – %1$s %1$s – Datum završetka %1$s – %2$s Odaberite raspon Datum početka – Datum završetka Sačuvaj Datum Datum završetka Datum početka d m g Prebacivanje na način unosa kalendara Dodirnite da prebacite na odabir dana Prebacivanje na način unosa teksta Dodirnite da prebacite na odabir godine Otkaži Uredu Prikaži lozinku
+ - %d notificació nova
+ - %d notificacions noves
+ Replega el full inferior Desplega el full inferior Desplega fins a la meitat Has fet doble toc a l\'ansa per arrossegar Ansa per arrossegar Caràcters introduïts: %1$d de %2$d S\'ha superat el límit de caràcters (%1$d de %2$d) Esborra el text Error Mostra el menú desplegable Icona del quadre de diàleg Tabulador Selecciona a. m. o p. m. %1$s hores Seleccioneu l\'hora %1$s en punt Selecciona els minuts %1$s minuts a. m. Canvia al mode de rellotge per introduir l\'hora. Hora Minut p. m. Selecció de l\'hora Canvia al mode d\'introducció de text per introduir l\'hora. Notificació nova Suprimeix %1$s Més de %1$d notificacions noves Canvia al mes següent Canvia al mes anterior Selecció actual: %1$s Cancel·la D’acord %1$s Selecciona una data Data seleccionada Columna de dies: %1$s El format no és vàlid. Exemple: %1$s Utilitza: %1$s L\'interval no és vàlid. Canvia a l\'any %1$s La data està fora de l\'interval: %1$s Data d\'inici - %1$s %1$s - data de finalització %1$s - %2$s Selecciona un interval Data d\'inici - data de finalització Desa Data Data de finalització Data d\'inici d m a Canvia al mode d\'introducció de dades del calendari Toca per canviar a la selecció del dia Canvia al mode d\'introducció de text Toca per canviar a la selecció de l\'any Cancel·la D’acord Mostra la contrasenya
+ - %d nové oznámení
+ - %d nová oznámení
+ - %d nového oznámení
+ - %d nových oznámení
+ Sbalit spodní tabulku Rozbalit spodní tabulku Rozbalit napůl Dvakrát jste klepli na úchyt pro přetažení Úchyt pro přetažení Zadané znaky: %1$d z %2$d Byl překročen povolený počet znaků (%1$d z %2$d) Vymazat text Chyba Zobrazit rozbalovací nabídku Ikona dialogového okna Karta Vyberte AM nebo PM %1$s hodin Vyberte hodinu %1$s Zvolte minuty %1$s min AM Chcete-li zadat čas, přepněte na režim hodin. Hodina Minuta PM Vyberte čas Chcete-li zadat čas, přepněte na režim textu. Nové oznámení Odstranit položku %1$s Více než %1$d nových oznámení Přejít na další měsíc Přejít na předchozí měsíc Aktuální výběr: %1$s Zrušit OK %1$s Vyberte datum Vybrané datum Sloupec dnů: %1$s Neplatný formát. Příklad: %1$s Použijte: %1$s Neplatný rozsah. Přejít na rok %1$s Mimo rozsah: %1$s Datum zahájení – %1$s %1$s – datum ukončení %1$s – %2$s Vyberte rozsah Datum zahájení – datum ukončení Uložit Datum Datum ukončení Datum zahájení d m r Přepnout na režim zadávání do kalendáře Klepnutím přepnete na výběr dne Přepnout na režim zadávání textu Klepnutím přepnete na výběr roku Zrušit OK Zobrazit heslo
+ - %d ny notifikation
+ - %d nye notifikationer
+ Skjul feltet i bunden Udvid feltet i bunden Udvid halvdelen Du har trykket to gange på håndtaget Håndtag Du har brugt %1$d ud af %2$d tegn Du har brugt %1$d tegn og dermed overskredet tegnbegrænsningen på %2$d. Ryd tekst Fejl Vis rullemenuen Ikon for dialogboks Fane Vælg AM eller PM %1$s timer Vælg time klokken %1$s Vælg minutter %1$s minutter f.m. Skift til urtilstand for at angive klokkeslæt. Time Minut e.m. Vælg tidspunkt Skift til teksttilstand for at angive klokkeslæt. Ny notifikation Fjern %1$s Flere end %1$d nye notifikationer Skift til næste måned Skift til forrige måned Aktuelt valg: %1$s Annuller OK %1$s Vælg dato Valgt dato Kolonne med dage: %1$s Ugyldigt format. Eksempel: %1$s Brug: %1$s Ugyldigt interval. Gå til år %1$s Uden for interval: %1$s Startdato – %1$s %1$s – slutdato %1$s – %2$s Vælg interval Startdato – slutdato Gem Dato Slutdato Startdato d m å Skift til input-tilstand for kalender Tryk for at gå til valg af dag Skift til input-tilstand for tekst Tryk for at gå til valg af år Annuller OK Vis adgangskode
+ - %d neue Benachrichtigung
+ - %d neue Benachrichtigungen
+ Ansicht am unteren Rand minimieren Ansicht am unteren Rand maximieren Zur Hälfte maximieren Auf Ziehpunkt doppelt getippt Ziehpunkt Eingegebene Zeichen: %1$d von %2$d Zeichenbeschränkung überschritten: %1$d/%2$d Text löschen Fehler Drop-down-Menü anzeigen Dialogfeldsymbol Tab Vormittags oder Nachmittags auswählen %1$s Stunden Stunde auswählen %1$s Uhr Minuten auswählen %1$s Minuten AM In den Uhrzeitmodus wechseln, um die Uhrzeit einzugeben. Stunde Minute PM Uhrzeit auswählen In den Texteingabemodus wechseln, um die Uhrzeit einzugeben. Neue Benachrichtigung %1$s entfernen Mehr als %1$d neue Benachrichtigungen Zum nächsten Monat wechseln Zum vorherigen Monat wechseln Aktuelle Auswahl: %1$s Abbrechen OK %1$s Datum auswählen Ausgewähltes Datum Spalte \"Wochentag\": %1$s Ungültiges Format. Beispiel: %1$s Format: %1$s Ungültiger Bereich. Zum Jahr %1$s wechseln Außerhalb des Bereichs: %1$s Startdatum – %1$s %1$s – Enddatum %1$s – %2$s Zeitraum auswählen Startdatum – Enddatum Speichern Datum Enddatum Startdatum T M J In den Kalendereingabemodus wechseln Tippen, um zur Tagesauswahl zu wechseln In den Texteingabemodus wechseln Tippen, um zur Jahresauswahl zu wechseln Abbrechen OK Passwort anzeigen
+ - %d νέα ειδοποίηση
+ - %d νέες ειδοποιήσεις
+ Σύμπτυξη του φύλλου κάτω μέρους Ανάπτυξη του φύλλου κάτω μέρους Ανάπτυξη μέχρι τη μέση Η λαβή μεταφοράς πατήθηκε δύο φορές Λαβή μεταφοράς Εισήχθησαν %1$d από %2$d χαρακτήρες Υπέρβαση ορίου χαρακτήρων %1$d από %2$d Διαγραφή κειμένου Σφάλμα Εμφάνιση αναπτυσσόμενου μενού Εικονίδιο παραθύρου διαλόγου Καρτέλα Επιλέξτε π.μ. ή μ.μ. %1$s ώρες Επιλογή ώρας %1$s ακριβώς Επιλογή λεπτών %1$s λεπτά ΠΜ Κάντε εναλλαγή στη λειτουργία ρολογιού, για την εισαγωγή της ώρας. Ώρα Λεπτό ΜΜ Επιλέξτε ώρα Κάντε εναλλαγή στη λειτουργία εισαγωγής κειμένου, για την εισαγωγή της ώρας. Νέα ειδοποίηση Κατάργηση %1$s Πάνω από %1$d νέες ειδοποιήσεις Αλλαγή στον επόμενο μήνα Αλλαγή στον προηγούμενο μήνα Τρέχουσα επιλογή: %1$s Ακύρωση ΟΚ %1$s Επιλογή ημερομηνίας Επιλεγμένη ημερομηνία Στήλη ημερών: %1$s Μη έγκυρη μορφή. Παράδειγμα: %1$s Χρησιμοποιήστε: %1$s Μη έγκυρο εύρος. Πλοήγηση στο έτος %1$s Εκτός εύρους: %1$s Ημερομηνία έναρξης – %1$s %1$s – Ημερομηνία λήξης %1$s – %2$s Επιλογή εύρους Ημερομηνία έναρξης – Ημερομηνία λήξης Αποθήκευση Ημερομηνία Ημερομηνία λήξης Ημερομηνία έναρξης η μ ε Εναλλαγή στη λειτουργία εισαγωγής ημερολογίου Πατήστε για εναλλαγή για την επιλογή ημέρας Εναλλαγή στη λειτουργία εισαγωγής κειμένου Πατήστε για εναλλαγή για την επιλογή έτους Ακύρωση ΟΚ Εμφάνιση κωδικού πρόσβασης
+ - %d new notification
+ - %d new notifications
+ Collapse the bottom sheet Expand the bottom sheet Expand halfway Drag handle double-tapped Drag handle Characters entered %1$d of %2$d Character limit exceeded %1$d of %2$d Clear text Error Show drop-down menu Dialogue Icon Tab Select a.m. or p.m. %1$s hours Select hour %1$s o\'clock Select minutes %1$s minutes AM Switch to clock mode for the time input. Hour Minute PM Select time Switch to text input mode for the time input. New notification Remove %1$s More than %1$d new notifications Change to next month Change to previous month Current selection: %1$s Cancel OK %1$s Select date Selected date Column of days: %1$s Invalid format. Example: %1$s Use: %1$s Invalid range. Navigate to year %1$s Out of range: %1$s Start date – %1$s %1$s – End date %1$s – %2$s Select range Start date – End date Save Date End date Start date d m y Switch to calendar input mode Tap to switch to selecting a day Switch to text input mode Tap to switch to selecting a year Cancel OK Show password
+ - %d notificación nueva
+ - %d notificaciones nuevas
+ Ocultar la hoja inferior Mostrar la hoja inferior Desplegar hasta la mitad Controlador de arrastre tocado dos veces Controlador de arrastre Caracteres introducidos: %1$d de %2$d Límite de caracteres superado (%1$d de %2$d) Borrar texto Error Mostrar menú desplegable Icono del cuadro de diálogo Pestaña Selecciona AM o PM %1$s horas Seleccionar hora %1$s en punto Seleccionar minutos %1$s minutos A.M. Cambia al modo de reloj para escribir la hora. Hora Minuto P.M. Seleccionar la hora Cambia al modo de introducción de texto para escribir la hora. Notificación nueva Retirar %1$s Más de %1$d notificaciones nuevas Cambiar al mes siguiente Cambiar al mes anterior Selección actual: %1$s Cancelar Aceptar %1$s Selecciona una fecha Fecha seleccionada Columna de días: %1$s Formato no válido. Ejemplo: %1$s Usar: %1$s El periodo no es válido. Ir al año %1$s Fuera del periodo válido: %1$s Fecha de inicio–%1$s %1$s–Fecha de finalización %1$s – %2$s Selecciona un periodo Fecha de inicio–Fecha de finalización Guardar Fecha Fecha de finalización Fecha de inicio d m a Cambiar al modo de introducción Calendario Toca para seleccionar un día Cambiar al modo de introducción Texto Toca para seleccionar un año Cancelar Aceptar Mostrar contraseña
+ - %d notificación nueva
+ - %d notificaciones nuevas
+ Contraer la hoja inferior Expandir la hoja inferior Expandir hasta la mitad El control de arrastre se presionó dos veces Controlador de arrastre Caracteres ingresados: %1$d de %2$d Se excedió en %1$d el límite de caracteres de %2$d Borrar texto Error Mostrar menú desplegable Ícono de diálogo Pestaña Selecciona a.m. o p.m. %1$s horas Seleccione la hora. %1$s en punto Seleccionar minutos %1$s minutos a.m. Cambia al modo de reloj para ingresar la hora. Hora Minuto p.m. Seleccionar la hora Cambia al modo de entrada de texto para ingresar la hora. Notificación nueva Quitar %1$s Más de %1$d notificaciones nuevas Cambiar al mes siguiente Cambiar al mes anterior Selección actual: %1$s Cancelar Aceptar %1$s Seleccionar fecha Fecha seleccionada Columna de días: %1$s Formato no válido Ejemplo: %1$s Usar: %1$s El rango no es válido. Navegar al año %1$s Fuera de rango: %1$s Fecha de inicio - %1$s %1$s - fecha de finalización %1$s-%2$s Selecciona un período Fecha de inicio - fecha de finalización Guardar Fecha Fecha de finalización Fecha de inicio d m a Cambiar al modo de entrada de calendario Presiona para seleccionar un día Cambiar al modo de entrada de texto Presiona para seleccionar un año Cancelar Aceptar Mostrar contraseña
+ - %d uus märguanne
+ - %d uut märguannet
+ Alumise lehe ahendamine Alumise lehe laiendamine Laiendamine poolenisti Lohistamispidet topeltpuudutati Lohistamispide Sisestatud tähemärgid: %1$d/%2$d Tähemärgipiirang on ületatud: %1$d/%2$d Kustuta tekst Viga Kuva rippmenüü Dialoogi ikoon Vaheleht Valige AM või PM %1$s tundi Valige tund Kell %1$s Minutite valimine %1$s minutit AM Aktiveerige kellaaja sisestamiseks kellarežiim. Tunnid Minut PM Aja valimine Aktiveerige kellaaja sisestamiseks tekstisisestusrežiim. Uus märguanne Üksuse %1$s eemaldamine Rohkem kui %1$d uut märguannet Vaheta järgmisele kuule Vaheta eelmisele kuule Praegune valik: %1$s Tühista OK %1$s Valige kuupäev Valitud kuupäev Päevade veerg: %1$s Sobimatu vorming. Näide: %1$s Kasutage: %1$s Sobimatu vahemik. Mine aastasse %1$s Vahemikust väljas: %1$s Alguskuupäev – %1$s %1$s – lõppkuupäev %1$s–%2$s Valige vahemik Alguskuupäev – lõppkuupäev Salvesta Kuupäev Lõppkuupäev Alguskuupäev p k a Lülitu kalendrisisestusrežiimile Puudutage, et lülituda päeva valimisele Lülitu tekstisisestusrežiimile Puudutage, et lülituda aasta valimisele Tühista OK Parooli kuvamine
+ - %d jakinarazpen berri
+ - %d jakinarazpen berri
+ Tolestu pantailaren behealdean ainguratutako orria Zabaldu pantailaren behealdean ainguratutako orria Zabaldu erdiraino Birritan sakatu da arrastatzeko kontrol-puntua Arrastatzeko kontrol-puntua %1$d/%2$d karaktere idatzi dira Karaktere-muga gainditu da: %1$d/%2$d Garbitu testua Errorea Erakutsi goitibeherako menua Leihoko ikonoa Fitxa Hautatu AM edo PM %1$s ordu Hautatu ordua %1$s(r)ak dira Hautatu minutuak %1$s minutu AM Aldatu erloju modura ordua zehazteko. Ordua Minutua PM Hautatu ordua Ordua idazteko, aldatu testua idazteko metodora. Jakinarazpen berria Kendu %1$s %1$d jakinarazpen berri baino gehiago Aldatu hurrengo hilabetera Aldatu aurreko hilabetera Oraingo hautapena: %1$s Utzi Ados %1$s Hautatu data Hautatutako data Egunen zutabea:%1$s Formatuak ez du balio. Adibidea: %1$s Erabili: %1$s Tarteak ez du balio. Joan %1$s. urtera Onartutako barrutitik kanpo: %1$s Hasiera-data – %1$s %1$s – Amaiera-data %1$s-%2$s Hautatu barrutia Hasiera-data - Amaiera-data Gorde Data Amaiera-data Hasiera-data e h u Aldatu egutegiaren idazketa-metodora Sakatu eguna hautatzeko modura aldatzeko Aldatu testua idazteko modura Sakatu urtea hautatzeko modura aldatzeko Utzi Ados Erakutsi pasahitza
+ - %d اعلان جدید
+ - %d اعلان جدید
+ جمع کردن برگ زیرین ازهم بازکردن برگ زیرین گسترده کردن تا نیمه روی دستگیره کشاندن دوضربه زده شد دستگیره کشاندن نویسههای واردشده %1$d از %2$d محدودیت نویسه از حد مجاز %1$d از %2$d بیشتر شده است پاک کردن نوشتار خطا نمایش منوی کرکرهای نماد کادر گفتگو برگه انتخاب .ق.ظ. یا ب.ظ. %1$s ساعت انتخاب ساعت ساعت %1$s انتخاب دقیقه %1$s دقیقه ق.ظ برای وارد کردن زمان، به حالت ساعت تغییر وضعیت دهید. ساعت دقیقه ب.ظ انتخاب زمان برای وارد کردن زمان، به حالت ورودی نوشتاری تغییر وضعیت دهید. اعلان جدید برداشتن %1$s بیش از %1$d اعلان جدید تغییر به ماه بعدی تغییر به ماه قبلی انتخاب کنونی: %1$s لغو تأیید %1$s انتخاب تاریخ تاریخ انتخابی ستون روز: %1$s قالب نامعتبر است. مثال: %1$s قالب: %1$s محدوده نامعتبر است. رفتن به سال %1$s خارج از محدوده: %1$s تاریخ شروع – %1$s %1$s – تاریخ پایان %1$s – %2$s انتخاب محدوده تاریخ شروع – تاریخ پایان ذخیره تاریخ تاریخ پایان تاریخ شروع d m y رفتن به روش ورودی تقویم رفتن به رفتن به حالت انتخاب روز ضربه بزنید رفتن به حالت ورودی نوشتاری برای رفتن به حالت انتخاب سال ضربه بزنید لغو تأیید نمایش گذرواژه
+ - %d uusi ilmoitus
+ - %d uutta ilmoitusta
+ Tiivistä alapaneeli Laajenna alapaneeli Laajenna puoliväliin Vetokahvaa kaksoisnapautettu Vetokahva %1$d/%2$d merkkiä kirjoitettu Merkkiraja ylitetty: %1$d/%2$d Tyhjennä teksti Virhe Näytä avattava valikko Valintaikkunan kuvake Välilehti Valitse AP tai IP %1$s tuntia Valitse tunti klo %1$s Valitse minuutit %1$s minuuttia ap Vaihda ajan syöttämiseen kellotilassa. Tunnit Minuutti ip Valitse aika Vaihda ajan syöttämiseen tekstitilassa. Uusi ilmoitus Poista %1$s Yli %1$d uutta ilmoitusta Vaihda seuraavaan kuukauteen Vaihda edelliseen kuukauteen Nykyinen valinta: %1$s Peru OK %1$s Valitse päivämäärä Valittu päivämäärä Päiväsarake: %1$s Virheellinen muoto Esimerkki: %1$s Käytä muotoa %1$s Virheellinen alue Siirry vuoteen %1$s Aikavälin ulkop.: %1$s Alkamispäivä – %1$s %1$s – päättymispäivä %1$s – %2$s Valitse jakso Alkamispäivä – päättymispäivä Tallenna Päivämäärä Päättymispäivä Alkamispäivä p k v Vaihda syöttötavaksi kalenteri Siirry päivän valintaan napauttamalla Valitse syöttötavaksi teksti Siirry vuoden valintaan napauttamalla Peru OK Näytä salasana
+ - %d nouvelle notification
+ - %d nouvelles notifications
+ Réduire la bottom sheet Développer la bottom sheet Développer en entier A appuyé deux fois sur la poignée de déplacement Poignée de déplacement Caractères saisis %1$d sur %2$d Nombre maximal de caractères dépassé : %1$d sur %2$d Effacer le texte Erreur Afficher le menu déroulant Icône de la boîte de dialogue Tabulation Sélectionner le format AM ou PM %1$s heures Sélectionnez une heure %1$s h Sélectionner des minutes %1$s min AM Passer en mode horloge pour la saisie de l\'heure. Heure Minute PM Sélectionner l\'heure Passer en mode saisie de texte pour la saisie de l\'heure. Nouvelle notification Supprimer %1$s Plus de %1$d nouvelles notifications Passer au mois suivant Passer au mois précédent Sélection actuelle : %1$s Annuler OK %1$s Sélectionnez une date Date sélectionnée Colonne du jour de la semaine : %1$s Format incorrect. Exemple : %1$s Utiliser %1$s Plage non valide. Accéder à l\'année %1$s Hors limite : %1$s Date de début – %1$s %1$s – Date de fin %1$s - %2$s Sélectionnez une période Date de début – Date de fin Enregistrer Date Date de fin Date de début j m a Passer au mode de saisie Agenda Appuyer pour sélectionner un jour Passer au mode de saisie Texte Appuyer pour sélectionner une année Annuler OK Afficher le mot de passe
+ - %d nouvelle notification
+ - %d nouvelles notifications
+ Réduire la zone de contenu dans le bas de l\'écran Développer la zone de contenu dans le bas de l\'écran Développer à moitié Poignée de déplacement touchée deux fois Faire glisser la poignée Caractères entrés : %1$d sur %2$d Limite de caractère dépassée : %1$d sur %2$d Effacer le texte Erreur Afficher le menu déroulant Icône de boîte de dialogue Onglet Sélectionner AM ou PM %1$s heure(s) Sélectionner l\'heure %1$s heures Sélectionnez les minutes %1$s minutes AM Passer au mode Horloge pour entrer l\'heure. Heure Minute PM Sélectionner l\'heure Passer au mode Entrée de texte pour entrer l\'heure. Nouvelle notification Supprimer %1$s Plus de %1$d nouvelles notifications Passer au mois suivant Passer au mois précédent Sélection actuelle : %1$s Annuler OK %1$s Sélectionnez la date Date sélectionnée Colonne des jours : %1$s Format incorrect Exemple : %1$s Utiliser : %1$s Plage incorrecte. Naviguer vers l\'année %1$s Hors de la plage : %1$s Du (date de début) au %1$s Du %1$s au (date de fin) Du %1$s au %2$s Sélectionnez la plage Du (date de début) au (date de fin) Enregistrer Date Date de fin Date de début j m a Passer au mode d\'entrée Agenda Touchez pour passer à la sélection de jour Passer au mode d\'entrée Texte Touchez pour passer à la sélection d\'année Annuler OK Afficher le mot de passe
+ - %d notificación nova
+ - %d notificacións novas
+ Contrae o panel inferior Desprega o panel inferior Despregar ata a metade Controlador de arrastre tocado dúas veces Controlador de arrastre Introducíronse %1$d caracteres de %2$d Introducíronse %1$d caracteres, pero o límite é de %2$d Borra texto Produciuse un erro Mostra o menú despregable Icona de cadro de diálogo Pestana Seleccionar a.m. ou p.m. %1$s horas Seleccionar hora %1$s en punto Seleccionar minutos %1$s minutos a.m. Cambiar ao modo de reloxo para introducir a hora. Hora Minuto p.m. Seleccionar hora Cambia ao modo de introdución de texto para introducir a hora. Notificación nova Quita %1$s Máis de %1$d notificacións novas Cambiar ao mes seguinte Cambiar ao mes anterior Selección actual: %1$s Cancelar Aceptar %1$s Selecciona unha data Data seleccionada Columna de días: %1$s O formato non é válido. Exemplo: %1$s Usa este formato: %1$s O intervalo de datas non é válido. Ir ao ano %1$s Só se admiten datas do intervalo: %1$s Data de inicio - %1$s %1$s - data de finalización %1$s - %2$s Selecciona un intervalo de datas Data de inicio - data de finalización Gardar Data Data de finalización Data de inicio d m a Cambiar ao modo de entrada de calendario Tocar para cambiar a selección de día Cambiar ao modo de introdución de texto Tocar para cambiar a selección de ano Cancelar Aceptar Mostra o contrasinal
+ - %d નવું નોટિફિકેશન
+ - %d નવા નોટિફિકેશન
+ બોટમ શીટ નાની કરો બોટમ શીટ મોટી કરો અડધે સુધી મોટું કરો ઑબ્જેક્ટ ખેંચવાના હૅન્ડલ પર બે વાર ટૅપ કર્યું ઑબ્જેક્ટ ખેંચવાનું હૅન્ડલ %2$dમાંથી %1$d અક્ષરો દાખલ કર્યા %2$dમાંથી %1$dની વર્ણ મર્યાદા ઓળંગાઈ ગઈ છે ટેક્સ્ટ સાફ કરો ભૂલ ડ્રૉપડાઉન મેનૂ બતાવો સંવાદનું આઇકન ટૅબ AM અથવા PM પસંદ કરો %1$s કલાક સમય પસંદ કરો %1$s વાગ્યા છે મિનિટ પસંદ કરો %1$s મિનિટ AM સમય દાખલ કરવા માટે ઘડિયાળ મોડમાં સ્વિચ કરો. કલાક મિનિટ PM સમય પસંદ કરો સમય દાખલ કરવા માટે ટેક્સ્ટ ઇનપુટ મોડમાં સ્વિચ કરો. નવું નોટિફિકેશન %1$s કાઢી નાખો %1$dથી વધુ નવા નોટિફિકેશન આગલા મહિના પર બદલો પાછલા મહિના પર બદલો હાલની પસંદગી: %1$s રદ કરો ઓકે %1$s તારીખ પસંદ કરો પસંદ કરેલી તારીખ દિવસોની કૉલમ: %1$s અમાન્ય ફોર્મેટ. ઉદાહરણ: %1$s આનો ઉપયોગ કરો: %1$s અમાન્ય શ્રેણી. %1$sના વર્ષ પર નૅવિગેટ કરો આ શ્રેણીની બહાર છે: %1$s શરૂ કરવાની તારીખ – %1$s %1$s – સમાપ્તિની તારીખ %1$s – %2$s શ્રેણી પસંદ કરો શરૂ કરવાની તારીખ – સમાપ્તિની તારીખ સાચવો તારીખ સમાપ્તિની તારીખ શરૂ કરવાની તારીખ d m y કૅલેન્ડર ઇનપુટ મોડ પર સ્વિચ કરો દિવસની પસંદગી પર સ્વિચ કરવા માટે ટૅપ કરો ટેક્સ્ટ ઇનપુટ મોડ પર સ્વિચ કરો વર્ષની પસંદગી પર સ્વિચ કરવા માટે ટૅપ કરો રદ કરો ઓકે પાસવર્ડ બતાવો 8dp 4dp 18dp 40dp 2dp 2dp 40dp 20dp 128dp 4dp 0dp 22dp 48dp 2dp 2dp 48dp 20dp 168dp 0dp 24dp
+ - %d नई सूचनाएं
+ - %d नई सूचनाएं
+ बॉटम शीट को छोटा करें बॉटम शीट को बड़ा करें पूरी तरह बड़ा करें खींचकर छोड़ने वाले हैंडल पर दो बार टैप किया गया खींचकर छोड़ने वाला हैंडल %2$d वर्णों में से %1$d वर्ण दर्ज किए गए अभी %1$d वर्ण हैं जबकि %2$d से ज़्यादा नहीं होने चाहिए टेक्स्ट मिटाएं गड़बड़ी ड्रॉपडाउन मेन्यू दिखाएं डायलॉग का आइकॉन टैब AM या PM चुनें %1$s घंटे घंटा चुनें %1$s बजे मिनट चुनें %1$s मिनट पूर्वाह्न समय इनपुट के लिए घड़ी मोड पर जाएं. घंटा मिनट अपराह्न समय चुनें समय इनपुट के लिए लेख इनपुट मोड पर जाएं. नई सूचना %1$s हटाएं %1$d से ज़्यादा नई सूचनाएं अगले महीने पर जाएं पिछले महीने पर जाएं फ़िलहाल, यह चुना गया है: %1$s रद्द करें ठीक है %1$s तारीख चुनें चुनी गई तारीख दिनों का कॉलम: %1$s गलत फ़ॉर्मैट. उदाहरण: %1$s %1$s का इस्तेमाल करें तारीखों की अमान्य सीमा. साल %1$s पर जाएं तारीख की मान्य सीमा से बाहर: %1$s शुरू होने की तारीख – %1$s %1$s – खत्म होने की तारीख %1$s – %2$s रेंज चुनें शुरू होने की तारीख – खत्म होने की तारीख सेव करें तारीख खत्म होने की तारीख शुरू होने की तारीख d m y कैलेंडर के इनपुट मोड पर स्विच करें \'दिन चुनना\' पर स्विच करने के लिए टैप करें टेक्स्ट के इनपुट मोड पर स्विच करें \'साल चुनना\' पर स्विच करने के लिए टैप करें रद्द करें ठीक है पासवर्ड दिखाएं
+ - %d nova obavijest
+ - %d nove obavijesti
+ - %d novih obavijesti
+ Sažmite donju tablicu Proširite donju tablicu Proširi donju polovicu Dvaput dodirnut marker za povlačenje Marker za povlačenje Uneseno znakova: %1$d od %2$d Premašeno je ograničenje broja znakova: %1$d od %2$d Brisanje teksta Pogreška Prikaži padajući izbornik Ikona dijaloga Kartica Odaberite prijepodne ili poslijepodne %1$s h Odaberite sat %1$s h Odaberite minute %1$s min AM Prijeđite na način rada sata da biste unijeli vrijeme. Sat Minuta PM Odabir vremena Prijeđite na način unosa teksta da biste unijeli vrijeme. Nova obavijest Ukloni %1$s Više od %1$d novih obavijesti Prijelaz na sljedeći mjesec Pomicanje na prethodni mjesec Trenutačan odabir: %1$s Odustani U redu %1$s Odaberite datum Odabrani datum Stupac s danima: %1$s Nevažeći format. Primjer: %1$s Koristi format: %1$s Raspon nije važeći. Prijelaz na godinu %1$s Izvan raspona: %1$s Datum početka – %1$s %1$s – datum završetka %1$s – %2$s Odaberite raspon Datum početka – datum završetka Spremi Datum Datum završetka Datum početka d m g Prijelaz na način unosa u Kalendaru Dodirnite za prijelaz na odabir dana Prijelaz na način unosa teksta Dodirnite za prijelaz na odabir godine Odustani U redu Prikaži zaporku
+ - %d új értesítés
+ - %d új értesítés
+ Az alsó lap összecsukása Az alsó lap kibontása Kibontás félig Duplán koppintott a csúszkára Csúszka Begépelt karakterszám: %2$d/%1$d Maximális karakterszám túllépve: %2$d/%1$d Szöveg törlése Hiba Legördülő menü megjelenítése Párbeszédpanel ikonja Lap Válassza ki, hogy délelőtt vagy délután %1$s óra Óra kiválasztása %1$s óra Perc kiválasztása %1$s perc de. Időbevitelhez váltson óramódba. Óra Perc du. Időpont kiválasztása Időbevitelhez váltson szövegbeviteli módba. Új értesítés Eltávolítás (%1$s) Több mint %1$d új értesítés Váltás a következő hónapra Váltás az előző hónapra Jelenleg kiválasztva: %1$s Mégse OK %1$s Válasszon dátumot Kiválasztott dátum Napok oszlopa: %1$s Érvénytelen formátum. Példa: %1$s Használja ezt: %1$s Érvénytelen tartomány. Ugrás ehhez az évhez: %1$s Tartományon kívül: %1$s Kezdés dátuma – %1$s %1$s – Befejezés dátuma %1$s – %2$s Válasszon dátumtartományt Kezdés dátuma – Befejezés dátuma Mentés Dátum Befejezés dátuma Kezdés dátuma N H É Váltás naptárbeviteli módra Koppintson a nap kiválasztásához Váltás szövegbeviteli módra Koppintson az év kiválasztásához Mégse OK Jelszó megjelenítése
+ - %d նոր ծանուցում
+ - %d նոր ծանուցում
+ Ծալել ներքևի էկրանը Ծավալել ներքևի էկրանը Ծավալել կիսով չափ Կրկնակի հպում տեղափոխման նշիչին Տեղափոխման նշիչ Մուտքագրված նիշեր՝ %1$d/%2$d Նիշերի առավելագույն քանակը գերազանցվել է (%1$d/%2$d) Ջնջել տեքստը Սխալ Ցույց տալ իջնող ընտրացանկը Երկխոսության պատուհանի պատկերակ Ներդիր Ընտրել AM կամ PM %1$s ժամ Ընտրել ժամը Ժամը %1$s է Ընտրեք րոպեն %1$s րոպե AM Ժամը մուտքագրելու համար միացրեք ժամացույցի ռեժիմը: Ժամ Րոպե PM Ժամանակի ընտրություն Ժամը մուտքագրելու համար միացրեք տեքստի մուտքագրման ռեժիմը: Նոր ծանուցում Հեռացնել (%1$s) Ավելի քան %1$d նոր ծանուցում Անցնել հաջորդ ամիս Անցնել նախորդ ամիս Ներկայիս ընտրությունը՝ %1$s Չեղարկել Եղավ %1$s Ընտրեք ամսաթիվը Ընտրված ամսաթիվը Օրերի սյունակ՝ %1$s Ձևաչափը սխալ է։ Օրինակ՝ %1$s Օգտագործեք՝ %1$s Ընդգրկույթն անվավեր է: Անցնել %1$s թվական Ընդգրկույթից դուրս է՝ %1$s Մեկնարկի ամսաթիվը – %1$s %1$s – Ավարտի ամսաթիվը %1$s – %2$s Ընտրեք ընդգրկույթը Մեկնարկի ամսաթիվը – Ավարտի ամսաթիվը Պահել Ամսաթիվ Ավարտի ամսաթիվը Մեկնարկի ամսաթիվը օ ա տ Անցնել օրացույցի մուտքագրման ռեժիմ Հպեք՝ օրվա ընտությանն անցնելու համար Անցնել տեքստի մուտքագրման ռեժիմին Հպեք՝ տարեթվի ընտությանն անցնելու համար Չեղարկել Եղավ Ցուցադրել գաղտնաբառը
+ - %d notifikasi baru
+ - %d notifikasi baru
+ Menciutkan sheet bawah Meluaskan sheet bawah Luaskan setengah Handel geser diketuk dua kali Handel geser Karakter yang dimasukkan %1$d dari %2$d Melebihi batas karakter %1$d dari %2$d Menghapus teks Error Tampilkan menu dropdown Ikon Dialog Tab Pilih AM atau PM %1$s jam Pilih jam Pukul %1$s Pilih menit %1$s menit AM Beralih ke mode jam untuk masukan waktu. Jam Menit PM Pilih waktu Beralih ke mode masukan teks untuk masukan waktu. Notifikasi baru Menghapus %1$s Lebih dari %1$d notifikasi baru Ubah ke bulan berikutnya Ubah ke bulan sebelumnya Pilihan saat ini: %1$s Batal Oke %1$s Pilih Tanggal Tanggal yang dipilih Kolom hari: %1$s Format tidak valid. Contoh: %1$s Gunakan: %1$s Rentang tidak valid. Buka tahun %1$s Di luar rentang: %1$s Tanggal mulai – %1$s %1$s – Tanggal akhir %1$s – %2$s Pilih Rentang Tanggal mulai – Tanggal akhir Simpan Tanggal Tanggal akhir Tanggal mulai h b t Beralih ke mode masukan kalender Ketuk untuk beralih ke memilih hari Beralih ke mode masukan teks Ketuk untuk beralih ke memilih tahun Batal Oke Tampilkan sandi
+ - %d ný tilkynning
+ - %d nýjar tilkynningar
+ Minnka blað neðst Stækka blað neðst Stækka til hálfs Ýtt tvisvar á dragkló Dragkló Innslegnir stafir %1$d af %2$d Yfir hámarksstafafjölda, %1$d af %2$d Hreinsa texta Villa Sýna fellivalmynd Gluggatákn Flipi Velja f.h. eða e.h. %1$s klst. Velja tíma klukkan %1$s Veldu mínútur %1$s mínútur f.h. Skipta yfir í klukkustillingu til að færa inn tíma. Klukkustund Mínúta e.h. Veldu tíma Skipta yfir í textastillingu til að færa inn tíma. Ný tilkynning Fjarlægja %1$s Yfir %1$d nýjar tilkynningar Breyta í næsta mánuð Breyta í fyrri mánuð Núverandi val: %1$s Hætta við Í lagi %1$s Veldu dagsetningu Valin dagsetning Dálkur með dögum: %1$s Ógilt snið. Dæmi: %1$s Nota: %1$s Ógilt svið. Fara í árið %1$s Utan sviðs: %1$s Upphafsdagur – %1$s %1$s – lokadagur %1$s – %2$s Veldu tímabil Upphafsdagur – lokadagur Vista Dagsetning Lokadagur Upphafsdagur d m á Skipta yfir í innfærsluaðferð fyrir dagatal Ýttu til að skipta yfir í að velja dag Skipta yfir í innfærsluaðferð fyrir texta Ýttu til að skipta yfir í að velja ár Hætta við Í lagi Sýna aðgangsorð
+ - %d nuova notifica
+ - %d nuove notifiche
+ Comprimi riquadro inferiore Espandi riquadro inferiore Espandi a metà Doppio tocco su punto di trascinamento Punto di trascinamento %1$d caratteri inserirti su %2$d Sono presenti %2$d caratteri in più rispetto al limite di %1$d Cancella testo Errore Mostra il menu a discesa Icona della finestra di dialogo Scheda Seleziona AM o PM %1$s ore Seleziona l\'ora %1$s in punto Seleziona i minuti %1$s minuti am Passa alla modalità orologio per inserire l\'ora. Ora Minuto pm Seleziona l\'ora Passa alla modalità di immissione testo per inserire l\'ora. Nuova notifica Rimuovi %1$s Più di %1$d nuove notifiche Passa al mese successivo Passa al mese precedente Selezione attuale: %1$s Annulla OK %1$s Seleziona data Data selezionata Colonna dei giorni: %1$s Formato non valido. Esempio: %1$s Usa: %1$s Intervallo non valido. Vai all\'anno %1$s Non compresa nell\'intervallo: %1$s Data di inizio - %1$s %1$s - Data di fine %1$s - %2$s Seleziona intervallo Data di inizio - Data di fine Salva Data Data di fine Data di inizio g m a Passa alla modalità di immissione Calendario Tocca per passare alla selezione di un giorno Passa alla modalità di immissione Testo Tocca per passare alla selezione di un anno Annulla OK Mostra password
+ - התראה חדשה אחת (%d)
+ - %d התראות חדשות
+ - %d התראות חדשות
+ - %d התראות חדשות
+ כיווץ הגיליון התחתון הרחבת הגיליון התחתון הרחבה עד האמצע בוצעה הקשה כפולה על נקודת האחיזה לגרירה נקודת אחיזה לגרירה הוזנו %1$d תווים מתוך %2$d מגבלת התווים חורגת ב-%1$d מתוך %2$d מחיקת הטקסט שגיאה הצגת התפריט הנפתח סמל לתיבת דו-שיח מקש Tab יש לבחור ב-AM או ב-PM %1$s שעות בחר שעה השעה %1$s בחר דקות %1$s דקות AM העבר למצב שעון לצורך הזנת השעה שעה דקה PM בחר שעה העבר למצב קלט טקסט לצורך הזנת השעה התראה חדשה הסרה של %1$s יותר מ-%1$d התראות חדשות מעבר לחודש הבא מעבר לחודש הקודם הבחירה הנוכחית: %1$s ביטול אישור %1$s יש לבחור תאריך התאריך הנבחר עמודה של ימים: %1$s פורמט לא חוקי. דוגמה: %1$s יש להשתמש בפורמט: %1$s טווח לא חוקי. ניווט לשנת %1$s מחוץ לטווח: %1$s תאריך התחלה – %1$s %1$s – תאריך סיום %1$s – %2$s יש לבחור טווח תאריך התחלה - תאריך סיום שמירה תאריך תאריך סיום תאריך התחלה י ח ש החלפה לשיטת קלט של יומן יש להקיש כדי להחליף לבחירת יום החלפה לשיטת קלט של טקסט יש להקיש כדי להחליף לבחירת שנה ביטול אישור הצגת סיסמה
+ - %d 件の新しい通知
+ - %d 件の新しい通知
+ ボトムシートを閉じる ボトムシートを開く 下半分を展開 ドラッグ ハンドルをダブルタップしました ドラッグ ハンドル 入力済み文字数: %1$d/%2$d 文字数制限を超えています(%1$d/%2$d 文字) テキストを消去 エラー プルダウン メニューを表示 ダイアログ アイコン タブ 午前または午後を選択 %1$s 時間 時刻を選択してください %1$s時 分を選択 %1$s分 AM 時刻を時計で入力するモードに切り替えます。 時間 分 PM 時間を選択 時刻をテキストで入力するモードに切り替えます。 新しい通知 %1$s を削除します %1$d 件以上の新しい通知 翌月に変更 前月に変更 現在の選択: %1$s キャンセル OK %1$s 日付を選択してください 選択した日付 曜日の列: %1$s 形式が無効です。 例: %1$s 使用: %1$s 範囲が無効です。 %1$s 年に移動 範囲外: %1$s 開始日~%1$s %1$s~終了日 %1$s~%2$s 期間を選択してください 開始日~終了日 保存 日付 終了日 開始日 d m y カレンダー入力モードに切り替え タップすると、日の選択に切り替わります テキスト入力モードに切り替え タップすると、年の選択に切り替わります キャンセル OK パスワードを表示
+ - %d ახალი შეტყობინება
+ - %d ახალი შეტყობინება
+ ქვედა ფურცლის ჩაკეცვა ქვედა ფურცლის გაშლა ნახევრამდე გაფართოება ორმაგი შეხება ჩავლების სახელურზე სახელური ჩავლებისთვის შეყვანილია %2$d-დან %1$d სიმბოლო გადაჭარბებულია სიმბოლოთა ლიმიტი (%2$d-დან %1$d) ტექსტის გასუფთავება შეცდომა ჩამოსაშლელი მენიუს ჩვენება დიალოგის ხატულა ჩანართი აირჩიეთ AM ან PM %1$s საათი აირჩიეთ საათი %1$s საათი აირჩიეთ წუთები %1$s წუთი AM დროის შეყვანისთვის საათის რეჟიმზე გადართვა. საათი წუთი PM აირჩიეთ დრო დროის შეყვანისთვის ტექსტის შეყვანის რეჟიმზე გადართვა. ახალი შეტყობინება %1$s-ის ამოშლა %1$d-ზე მეტი ახალი შეტყობინება შემდეგ თვეზე გადასვლა წინა თვეზე გადასვლა ამჟამინდელი არჩევანი: %1$s გაუქმება კარგი %1$s აირჩიეთ თარიღი არჩეული თარიღი დღეების სვეტი: %1$s არასწორი ფორმატი. მაგალითი: %1$s %1$s-ის გამოყენება დიაპაზონი არასწორია. %1$s წელზე ნავიგაცია დიაპაზონს მიღმა: %1$s დაწყების თარიღი - %1$s %1$s - დასრულების თარიღი %1$s - %2$s აირჩიეთ დიაპაზონი დაწყების თარიღი - დასრულების თარიღი შენახვა თარიღი დასრულების თარიღი დაწყების თარიღი დ წთ წ კალენდარში შეყვანის რეჟიმზე გადართვა შეეხეთ დღის არჩევაზე გადასართავად ტექსტის შეყვანის რეჟიმზე გადართვა შეეხეთ წლის არჩევაზე გადასართავად გაუქმება კარგი პაროლის ჩვენება
+ - %d жаңа хабарландыру
+ - %d жаңа хабарландыру
+ Төменгі парақшаны жию Төменгі парақшаны жаю Жартылай кеңейту Сүйрейтін тетік екі рет түртілді. Сүйрейтін тетік %1$d/%2$d таңба енгізілді Таңба саны шегінен асты: %1$d/%2$d Мәтінді өшіру Қате Ашылмалы мәзірді көрсету Диалог белгішесі Қойынды \"AM\" немесе \"PM\" форматын таңдау Сағат: %1$s Сағатты таңдау Сағат: %1$s Минут таңдау %1$s минут AM Уақытты енгізу үшін сағат режиміне өтіңіз. Сағат Mинут PM Уақытты таңдау Уақытты енгізу үшін мәтін енгізу режиміне өтіңіз. Жаңа хабарландыру %1$s мазмұнын өшіру %1$d санынан көп жаңа хабарландыру Келесі айға өту Алдыңғы айға өту Ағымдағы таңдау: %1$s Бас тарту Жарайды %1$s Күнді таңдау Таңдалған күн Күндер бағаны: %1$s Формат жарамсыз. Мысал: %1$s. Жарамды формат: %1$s. Ауқым жарамсыз. %1$s жылына жылжу Ауқымнан тыc: %1$s Басталу күні – %1$s %1$s – аяқталу күні %1$s – %2$s Аралықты таңдау Басталу күні – аяқталу күні Сақтау Күні Аяқталу күні Басталу күні к а ж Күнтізбенің енгізу режиміне ауысу Күнді таңдауға ауысу үшін түртіңіз. Мәтін енгізу режиміне ауысу Жылды таңдауға ауысу үшін түртіңіз. Бас тарту Жарайды Құпия сөзді көрсету
+ - ការជូនដំណឹងថ្មី %d
+ - ការជូនដំណឹងថ្មី %d
+ បង្រួមសន្លឹកខាងក្រោម ពង្រីកសន្លឹកខាងក្រោម ពង្រីកពាក់កណ្ដាល បានប៉ះដងអូសពីរដង ដងអូស តួអក្សរបានបញ្ចូល %1$d នៃ %2$d ដែនកំណត់តួអក្សរបានលើស %1$d នៃ %2$d សម្អាតអក្សរ បញ្ហា បង្ហាញម៉ឺនុយធ្លាក់ចុះ រូបប្រអប់បញ្ចូល ផ្ទាំង ជ្រើសរើស AM ឬ PM %1$s ម៉ោង ជ្រើសរើសម៉ោង ម៉ោង %1$s ជ្រើសនាទី %1$s នាទី ព្រឹក ប្តូរទៅមុខងារនាឡិកាសម្រាប់ការបញ្ចូលម៉ោង។ ម៉ោង នាទី ល្ងាច ជ្រើសម៉ោង ប្តូរទៅមុខងារបញ្ចូលអក្សរសម្រាប់ការបញ្ចូលម៉ោង។ ការជូនដំណឹងថ្មី លុប %1$s ការជូនដំណឹងថ្មីៗលើស %1$d ហើយ ប្ដូរទៅខែបន្ទាប់ ប្ដូរទៅខែមុន ការជ្រើសរើសបច្ចុប្បន្ន៖ %1$s បោះបង់ យល់ព្រម %1$s ជ្រើសរើសកាលបរិច្ឆេទ កាលបរិច្ឆេទដែលបានជ្រើសរើស ជួរឈរនៃថ្ងៃ៖ %1$s ទម្រង់មិនត្រឹមត្រូវទេ។ ឧទាហរណ៍៖ %1$s ប្រើ៖ %1$s ជួរមិនត្រឹមត្រូវទេ។ ប្ដូរទៅឆ្នាំ %1$s នៅក្រៅជួរ៖ %1$s កាលបរិច្ឆេទចាប់ផ្ដើម – %1$s %1$s – កាលបរិច្ឆេទបញ្ចប់ %1$s – %2$s ជ្រើសរើសចន្លោះ កាលបរិច្ឆេទចាប់ផ្ដើម – កាលបរិច្ឆេទបញ្ចប់ រក្សាទុក កាលបរិច្ឆេទ កាលបរិច្ឆេទបញ្ចប់ កាលបរិច្ឆេទចាប់ផ្ដើម ថ ខ ឆ ប្ដូរទៅរបៀបបញ្ចូលប្រតិទិន ចុចដើម្បីប្ដូរទៅការជ្រើសរើសថ្ងៃ ប្ដូរទៅរបៀបបញ្ចូលអក្សរ ចុចដើម្បីប្ដូរទៅការជ្រើសរើសឆ្នាំ បោះបង់ យល់ព្រម បង្ហាញពាក្យសម្ងាត់
+ - %d ಹೊಸ ಅಧಿಸೂಚನೆಗಳು
+ - %d ಹೊಸ ಅಧಿಸೂಚನೆಗಳು
+ ಕೆಳಭಾಗದ ಶೀಟ್ ಅನ್ನು ಕುಗ್ಗಿಸಿ ಕೆಳಭಾಗದ ಶೀಟ್ ಅನ್ನು ವಿಸ್ತರಿಸಿ ಅರ್ಧದಷ್ಟು ವಿಸ್ತರಿಸಿ ಹ್ಯಾಂಡಲ್ ಡ್ರ್ಯಾಗ್ ಮಾಡಿ ಎಂಬುದನ್ನು ಡಬಲ್-ಟ್ಯಾಪ್ ಮಾಡಲಾಗಿದೆ ಹ್ಯಾಂಡಲ್ ಡ್ರ್ಯಾಗ್ ಮಾಡಿ %2$d ರಲ್ಲಿ %1$d ಅಕ್ಷರಗಳನ್ನು ನಮೂದಿಸಲಾಗಿದೆ ಅಕ್ಷರ ಮಿತಿಯು %2$d ರಲ್ಲಿ %1$d ಮೀರಿದೆ ಪಠ್ಯ ತೆರವುಗೊಳಿಸಿ ದೋಷ ಡ್ರಾಪ್ಡೌನ್ ಮೆನು ತೋರಿಸಿ ಡೈಲಾಗ್ ಐಕಾನ್ ಟ್ಯಾಬ್ ಬೆಳಿಗ್ಗೆ ಅಥವಾ ಮಧ್ಯಾಹ್ನ ಆಯ್ಕೆಮಾಡಿ %1$s ಗಂಟೆಗಳು ಸಮಯವನ್ನು ಆಯ್ಕೆಮಾಡಿ %1$s ಗಂಟೆ ನಿಮಿಷಗಳನ್ನು ಆಯ್ಕೆಮಾಡಿ %1$s ನಿಮಿಷಗಳು AM ಸಮಯವನ್ನು ನಮೂದಿಸಲು ಗಡಿಯಾರದ ನಮೂನೆಗೆ ಬದಲಿಸಿ. ಗಂಟೆ ನಿಮಿಷ PM ಸಮಯವನ್ನು ಆಯ್ಕೆಮಾಡಿ ಸಮಯವನ್ನು ನಮೂದಿಸಲು ಪಠ್ಯದ ನಮೂನೆಗೆ ಬದಲಿಸಿ. ಹೊಸ ಅಧಿಸೂಚನೆ %1$s ಅನ್ನು ತೆಗೆದುಹಾಕಿ %1$d ಕ್ಕಿಂತ ಹೆಚ್ಚು ಹೊಸ ಅಧಿಸೂಚನೆಗಳು ಮುಂದಿನ ತಿಂಗಳಿಗೆ ಬದಲಿಸಿ ಹಿಂದಿನ ತಿಂಗಳಿಗೆ ಬದಲಿಸಿ ಪ್ರಸ್ತುತ ಆಯ್ಕೆ: %1$s ರದ್ದುಮಾಡಿ ಸರಿ %1$s ದಿನಾಂಕವನ್ನು ಆಯ್ಕೆಮಾಡಿ ದಿನಾಂಕವನ್ನು ಆಯ್ಕೆಮಾಡಲಾಗಿದೆ ದಿನಗಳ ಕಾಲಮ್: %1$s ಅಮಾನ್ಯವಾದ ಫಾರ್ಮ್ಯಾಟ್. ಉದಾಹರಣೆ: %1$s ಇದನ್ನು ಬಳಸಿ: %1$s ಅಮಾನ್ಯ ಶ್ರೇಣಿ. %1$s ವರ್ಷಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ ವ್ಯಾಪ್ತಿಯ ಹೊರಗಿದೆ: %1$s ಪ್ರಾರಂಭ ದಿನಾಂಕ – %1$s %1$s – ಮುಕ್ತಾಯ ದಿನಾಂಕ %1$s – %2$s ಶ್ರೇಣಿಯನ್ನು ಆಯ್ಕೆಮಾಡಿ ಪ್ರಾರಂಭ ದಿನಾಂಕ – ಮುಕ್ತಾಯ ದಿನಾಂಕ ಉಳಿಸಿ ದಿನಾಂಕ ಮುಕ್ತಾಯ ದಿನಾಂಕ ಪ್ರಾರಂಭ ದಿನಾಂಕ ದಿ ತಿ ವ ಕ್ಯಾಲೆಂಡರ್ ಇನ್ಪುಟ್ ಮೋಡ್ಗೆ ಬದಲಿಸಿ ದಿನವನ್ನು ಆಯ್ಕೆಗಾಗಿ ಬದಲಿಸಲು ಟ್ಯಾಪ್ ಮಾಡಿ ಪಠ್ಯ ಇನ್ಪುಟ್ ಮೋಡ್ಗೆ ಬದಲಿಸಿ ವರ್ಷವನ್ನು ಆಯ್ಕೆಗಾಗಿ ಬದಲಿಸಲು ಟ್ಯಾಪ್ ಮಾಡಿ ರದ್ದುಮಾಡಿ ಸರಿ ಪಾಸ್ವರ್ಡ್ ತೋರಿಸಿ
+ - 새 알림 %d개
+ - 새 알림 %d개
+ 하단 시트 접기 하단 시트 펼치기 반만 펼치기 두 번 탭한 드래그 핸들 드래그 핸들 입력된 글자 %1$d/%2$d 글자 수 제한이 초과되었습니다(%1$d/%2$d). 텍스트 삭제 오류 드롭다운 메뉴 표시 대화상자 아이콘 탭 오전 또는 오후를 선택하세요. %1$s시간 시간 선택 %1$s시 정각 분 선택 %1$s분 오전 시간 입력을 위해 시계 모드로 전환합니다. 시간 분 오후 시간 선택 시간 입력을 위해 텍스트 입력 모드로 전환합니다. 새 알림 %1$s 삭제 새 알림 %1$d개 초과 다음 달로 변경 이전 달로 변경 현재 %1$s 선택됨 취소 확인 %1$s 날짜 선택 선택한 날짜 요일 열: %1$s 형식이 잘못되었습니다. 예: %1$s %1$s 사용 날짜 범위가 잘못되었습니다. %1$s년으로 이동 %1$s은(는) 범위를 벗어난 날짜입니다. 시작일~%1$s %1$s~종료일 %1$s~%2$s 기간 선택 시작일~종료일 저장 날짜 종료일 시작일 일 월 년 캘린더 입력 모드로 전환 탭하여 요일 선택으로 전환 텍스트 입력 모드로 전환 탭하여 연도 선택으로 전환 취소 확인 비밀번호 표시
+ - %d жаңы билдирме
+ - %d жаңы билдирме
+ Ылдыйкы экранды жыйыштыруу Ылдыйкы экранды жайып көрсөтүү Жарымын жайып көрсөтүү Эки жолу таптап, тизменин керектүү жерине сүйрөп баруу Тизменин керектүү жерине сүйрөп баруу %2$d ичинен %1$d символ киргизилди Символдордун саны коюлган %2$d чегинен %1$d символго ашып кетти Текстти тазалоо Ката Түрүлмө менюну көрсөтүү Диалог сүрөтчөсү Өтмөк Тандоо: AM же PM %1$s саат Саат тандоо Саат %1$s Мүнөттөрдү тандаңыз %1$s мүнөт AM Убакытты дубал саатынын режиминде киргизиңиз. Саат Мүнөт PM Убакыт тандоо Убакытты текст киргизүү режиминде киргизиңиз. Жаңы билдирме Мазмунду алып салуу (%1$s) %1$d ашуун жаңы билдирме Кийинки айга өзгөртүү Мурунку айга өзгөртүү Учурдагы тандоо: %1$s Жокко чыгаруу Жарайт %1$s Күн тандоо Тандалган күн Күндөр тилкеси: %1$s Жараксыз формат. Мисалы: %1$s %1$s формтын колднуңуз Жараксыз диапазон. %1$s-жылга өтүү Диапазондон тышкары: %1$s Баштоо күнү – %1$s %1$s – Аяктоо күнү %1$s – %2$s Даталар диапазонун тандоо Баштоо күнү – Аяктоо күнү Сактоо Күн Качан аяктайт Баштоо күнү к а ж Жылнаамага иш-чара киргизүү режимине которулуу Күн тандоо үчүн таптап коюңуз Текст киргизүү режимине которулуу Жыл тандоо үчүн таптап коюңуз Жокко чыгаруу Жарайт Сырсөздү көрсөтүү 450dp 600dp 24dp 24dp 24dp 24dp 20dp 4dp 96dp 0dp 0dp 104dp 68dp 28dp 64dp 32dp 24dp 32dp 0 6 - @drawable/material_ic_keyboard_arrow_left_black_24dp
- @drawable/material_ic_keyboard_arrow_right_black_24dp
+ - %d ການແຈ້ງເຕືອນໃໝ່
+ - %d ການແຈ້ງເຕືອນໃໝ່
+ ຫຍໍ້ຊີດລຸ່ມສຸດລົງ ຂະຫຍາຍຊີດລຸ່ມສຸດ ຂະຫຍາຍອອກເຄິ່ງໜຶ່ງ ແຕະບ່ອນຈັບລາກສອງເທື່ອແລ້ວ ບ່ອນຈັບລາກ ຕົວອັກສອນທີ່ປ້ອນເຂົ້າ %1$d ຕົວຈາກທັງໝົດ %2$d ຕົວ ຂີດຈຳກັດຕົວອັກສອນເກີນ %1$d ຈາກທັງໝົດ %2$d ລຶບລ້າງຂໍ້ຄວາມ ຜິດພາດ ສະແດງເມນູເລື່ອນລົງ ໄອຄອນກ່ອງໂຕ້ຕອບ ແຖບ ເລືອກຕອນເຊົ້າ ຫຼື ຕອນແລງ %1$s ຊົ່ວໂມງ ເລືອກຊົ່ວໂມງ %1$s ໂມງ ເລືອກນາທີ %1$s ນາທີ ໂມງເຊົ້າ ສະຫຼັບໄປໃຊ້ໂໝດໂມງສຳລັບການປ້ອນເວລາ. ຊົ່ວໂມງ ນາທີ ໂມງແລງ ເລືອກເວລາ ສະຫຼັບໄປໃຊ້ໂໝດປ້ອນຂໍ້ຄວາມສຳລັບການປ້ອນເວລາ. ການແຈ້ງເຕືອນໃໝ່ ລຶບ %1$s ອອກ ການແຈ້ງເຕືອນໃໝ່ຫຼາຍກວ່າ %1$d ລາຍການ ປ່ຽນເປັນເດືອນຕໍ່ໄປ ປ່ຽນເປັນເດືອນຜ່ານມາ ການເລືອກປັດຈຸບັນ: %1$s ຍົກເລີກ ຕົກລົງ %1$s ເລືອກວັນທີ ເລືອກວັນທີ ຖັນມື້: %1$s ຮູບແບບບໍ່ຖືກຕ້ອງ. ຕົວຢ່າງ: %1$s ໃຊ້: %1$s ໄລຍະບໍ່ຖືກຕ້ອງ. ເລື່ອນໄປປີ %1$s ຢູ່ນອກຊ່ວງວັນທີ: %1$s ວັນທີເລີ່ມຕົ້ນ – %1$s %1$s – ວັນທີສິ້ນສຸດ %1$s – %2$s ເລືອກຊ່ວງ ວັນທີເລີ່ມຕົ້ນ – ວັນທີສິ້ນສຸດ ບັນທຶກ ວັນທີ ວັນທີສິ້ນສຸດ ວັນທີເລີ່ມ ວ ດ ປ ປ່ຽນເປັນໂໝດປ້ອນຂໍ້ມູນປະຕິທິນ ແຕະເພື່ອປ່ຽນເປັນການເລືອກມື້ ປ່ຽນເປັນໂໝດປ້ອນຂໍ້ມູນຂໍ້ຄວາມ ແຕະເພື່ອປ່ຽນເປັນການເລືອກປີ ຍົກເລີກ ຕົກລົງ ສະແດງລະຫັດຜ່ານ
+ - %d naujas pranešimas
+ - %d nauji pranešimai
+ - %d naujo pranešimo
+ - %d naujų pranešimų
+ Sutraukti apatinį lapą Išskleisti apatinį lapą Išskleisti iki pusės Vilkimo rankenėlė dukart paliesta Vilkimo rankenėlė Įvesta simbolių: %1$d iš %2$d Viršytas simbolių skaičius: %1$d iš %2$d Išvalyti tekstą Klaida Rodyti išskleidžiamąjį meniu Dialogo lango piktograma Skirtukas Pasirinkite „iki pietų“ arba „po pietų“ %1$s val. Pasirinkite valandą %1$s val. Pasirinkite minutes %1$s min. AM Laiko įvestį pateikti perjungus į laikrodžio režimą. Valanda Minutė PM Pasirinkite laiką Laiko įvestį pateikti perjungus į teksto įvesties režimą. Naujas pranešimas Pašalinti %1$s Naujų pranešimų: daugiau nei %1$d Pakeisti į kitą mėnesį Pakeisti į ankstesnį mėnesį Dabartinis pasirinkimas: %1$s Atšaukti Gerai %1$s Pasirinkite datą Pasirinkta data Dienų stulpelis: %1$s Netinkamas formatas. Pavyzdys: %1$s Naudoti: %1$s Netinkamas diapazonas. Eiti į %1$s metus Nepatenka į diapazoną: %1$s Pradžios data–%1$s %1$s–pabaigos data %1$s–%2$s Pasirinkite diapazoną Pradžios data–pabaigos data Išsaugoti Data Pabaigos data Pradžios data d m y Perjungti į kalendoriaus įvesties režimą Palieskite, kad perjungtumėte į dienos pasirinkimą Perjungti į teksto įvesties režimą Palieskite, kad perjungtumėte į metų pasirinkimą Atšaukti Gerai Rodyti slaptažodį
+ - %d jaunu paziņojumu
+ - %d jauns paziņojums
+ - %d jauni paziņojumi
+ Sakļaut ekrāna apakšdaļas lapu Izvērst ekrāna apakšdaļas lapu Izvērst līdz pusei Tika veikts dubultskāriens uz vilkšanas tura Vilkšanas turis Ievadītās rakstzīmes: %1$d no %2$d Pārsniegts rakstzīmju skaita ierobežojums (%1$d no %2$d) Notīrīt tekstu Kļūda Rādīt nolaižamo izvēlni Dialoglodziņa ikona Cilne Atlasiet “AM” (priekšpusdienā) vai “PM” (pēcpusdienā). %1$s stundas Atlasiet stundu plkst. %1$s Atlasiet minūtes. %1$s min AM Lai ievadītu laiku, ieslēdziet pulksteņa režīmu. Stunda Minūte PM Laika atlasīšana Lai ievadītu laiku, ieslēdziet teksta ievades režīmu. Jauns paziņojums Noņemt: %1$s Vairāk nekā %1$d jauni paziņojumi Pāriet uz nākamo mēnesi Pāriet uz iepriekšējo mēnesi Pašreizējā atlase: %1$s Atcelt Labi %1$s Atlasiet datumu Atlasītais datums Dienu sleja: %1$s Nederīgs formāts. Piemērs: %1$s Izmantojiet: %1$s Nederīgs diapazons. Pāriet uz šo gadu: %1$s Ārpus diapazona: %1$s Sākuma datums–%1$s %1$s–beigu datums %1$s–%2$s Atlasiet diapazonu Sākuma datums–beigu datums Saglabāt Datums Beigu datums Sākuma datums d m g Pārslēgties uz kalendāra ievades režīmu Pieskarties, lai pārslēgtos uz dienas atlasīšanu Pārslēgties uz teksta ievades režīmu Pieskarties, lai pārslēgtos uz gada atlasīšanu Atcelt Labi Rādīt paroli
+ - %d ново известување
+ - %d нови известувања
+ Соберете го долниот лист Проширете го долниот лист Прошири до половина Рачката за влечење е допрена двапати Рачка за влечење Внесени се %1$d од %2$d знаци Ограничувањето на знаците надмина %1$d од %2$d Избриши го текстот Грешка Прикажи паѓачко мени Икона за дијалог Картичка Изберете претпладне или попладне %1$s часа Изберете час %1$s часот Избери минути %1$s минути пр. Префрлете се на режимот за часовник за да внесете време. Час Минута по. Изберете време Префрлете се на режимот за внесување текст за да внесете време. Ново известување Отстрани %1$s Над %1$d нови известувања Промени на следниот месец Промени на претходниот месец Тековен избор: %1$s Откажи Во ред %1$s Изберете датум Избран датум Колона со денови: %1$s Неважечки формат. Пример: %1$s Користете: %1$s Погрешен опсег. Оди на %1$s година Надвор од опсег: %1$s Почетен датум - %1$s %1$s - краен датум %1$s - %2$s Изберете опсег Почетен датум - краен датум Зачувај Датум Краен датум Почетен датум д м г Префрли на режим за внесување во календарот Допрете за да се префрлите на избирање ден Префрли на режим за внесување текст Допрете за да се префрлите на избирање година Откажи Во ред Прикажи ја лозинката
+ - %d പുതിയ അറിയിപ്പ്
+ - %d പുതിയ അറിയിപ്പുകൾ
+ ബോട്ടം ഷീറ്റ് ചുരുക്കുക ബോട്ടം ഷീറ്റ് വികസിപ്പിക്കുക മുഴുവനായി വികസിപ്പിക്കുക വലിച്ചിടുന്നതിനുള്ള ഹാൻഡിൽ ഡബിൾ ടാപ്പ് ചെയ്തു വലിച്ചിടുന്നതിനുള്ള ഹാൻഡിൽ %2$d-ൽ %1$d പ്രതീകങ്ങൾ നൽകി അക്ഷര പരിധി, %2$d-ൽ %1$d കവിഞ്ഞു ടെക്സ്റ്റ് മായ്ക്കുക പിശക് ഡ്രോപ്പ് ഡൗൺ മെനു കാണിക്കുക ഡയലോഗ് ഐക്കൺ ടാബ് AM അല്ലെങ്കിൽ PM തിരഞ്ഞെടുക്കുക %1$s മണി മണിക്കൂർ തിരഞ്ഞെടുക്കുക %1$s മണി മിനിറ്റ് തിരഞ്ഞെടുക്കുക %1$s മിനിറ്റ് AM സമയം നൽകുന്നതിന് ക്ലോക്ക് മോഡിലേക്ക് മാറുക. മണിക്കൂര് മിനിറ്റ് PM സമയം തിരഞ്ഞെടുക്കുക സമയം നൽകുന്നതിന് ടെക്സ്റ്റ് ഇൻപുട്ട് മോഡിലേക്ക് മാറുക. പുതിയ അറിയിപ്പ് %1$s നീക്കം ചെയ്യുക %1$d-ലധികം പുതിയ അറിയിപ്പുകൾ അടുത്ത മാസത്തിലേക്ക് മാറ്റുക മുമ്പത്തെ മാസത്തിലേക്ക് മാറ്റുക നിലവിൽ തിരഞ്ഞെടുത്തത്: %1$s റദ്ദാക്കുക ശരി %1$s തീയതി തിരഞ്ഞെടുക്കുക തിരഞ്ഞെടുത്ത തീയതി ദിവസത്തിന്റെ കോളം: %1$s അസാധുവായ ഫോർമാറ്റ്. ഉദാഹരണം: %1$s %1$s ഉപയോഗിക്കുക അസാധുവായ ശ്രേണി. %1$s വർഷത്തിലേക്ക് നാവിഗേറ്റ് ചെയ്യുക ശ്രേണിക്ക് പുറത്താണ്: %1$s ആരംഭിക്കുന്ന തീയതി – %1$s %1$s – അവസാനിക്കുന്ന തീയതി %1$s – %2$s ശ്രേണി തിരഞ്ഞെടുക്കുക ആരംഭിക്കുന്ന തീയതി – അവസാനിക്കുന്ന തീയതി സംരക്ഷിക്കുക തീയതി അവസാനിക്കുന്ന തീയതി ആരംഭിക്കുന്ന തീയതി d m y കലണ്ടർ ഇൻപുട്ട് മോഡിലേക്ക് മാറുക ദിവസം തിരഞ്ഞെടുക്കുന്നതിലേക്ക് മാറാൻ ടാപ്പ് ചെയ്യുക ടെക്സ്റ്റ് ഇൻപുട്ട് മോഡിലേക്ക് മാറുക വർഷം തിരഞ്ഞെടുക്കുന്നതിലേക്ക് മാറാൻ ടാപ്പ് ചെയ്യുക റദ്ദാക്കുക ശരി പാസ്വേഡ് കാണിക്കുക
+ - %d шинэ мэдэгдэл
+ - %d шинэ мэдэгдэл
+ Доод хүснэгтийг хураах Доод хүснэгтийг дэлгэх Хагас дэлгэнэ үү Чирэх бариулыг хоёр товших Чирэх бариул %2$d-н %1$d тэмдэгтийг оруулсан Тэмдэгтийн хязгаар %2$d-н %1$d-с хэтэрсэн Текстийг арилгах Алдаа Доош унадаг цэсийг харуулах Харилцах цонхны дүрс тэмдэг Таб ҮӨ эсвэл ҮХ сонгоно уу %1$s цаг Цаг сонгох %1$s цаг Минут сонгоно уу %1$s минут AM Цагийг оруулахын тулд цагийн горимд шилжүүлнэ үү. Цаг Минут PM Цаг сонгох Цагийг оруулахын тулд текст оруулах горимд шилжүүлнэ үү. Шинэ мэдэгдэл %1$s-г устгах %1$d-с олон шинэ мэдэгдэл Дараагийн сар луу өөрчлөх Өмнөх сар луу өөрчлөх Одоогийн сонголт: %1$s Цуцлах OK %1$s Огноо сонгох Сонгосон огноо Өдрийн багана: %1$s Буруу формат байна. Жишээ нь: %1$s Ашиглах формат: %1$s Огнооны хязгаар буруу байна. %1$s он руу шилжих Хязгаараас хэтэрсэн: %1$s Эхлэх огноо – %1$s %1$s – Дуусах огноо %1$s – %2$s Муж сонгох Эхлэх огноо – Дуусах огноо Хадгалах Огноо Дуусах огноо Эхлэх огноо ө с ж Календарийн орох горим руу сэлгэх Өдөр сонгох руу сэлгэхийн тулд товшино уу Текстийн орох горим руу сэлгэх Он сонгох руу сэлгэхийн тулд товшино уу Цуцлах OK Нууц үгийг харуулах
+ - %d नवीन सूचना
+ - %d नवीन सूचना
+ तळाशी असलेली शीट कोलॅप्स करा तळाशी असलेल्या शीटचा विस्तार करा पूर्णपणे विस्तृत करा ड्रॅग हॅंडलवर दोनदा टॅप केले आहे ड्रॅग हॅंडल %2$d पैकी %1$d वर्ण एंटर केले आहे %2$d पैकी %1$d वर्णमर्यादा ओलांडली आहे मजकूर साफ करा एरर ड्रॉपडाउन मेनू दाखवा डायलॉग आयकन टॅब AM किंवा PM निवडा %1$s तास वेळ निवडा %1$s वाजता मिनिटे निवडा %1$s मिनिटे AM वेळेच्या इनपुटसाठी घड्याळ मोडवर स्विच करा. तास मिनिट PM वेळ निवडा वेळ इनपुटसाठी मजकूर इनपुट मोडवर स्विच करा. नवीन सूचना काढून टाका %1$s %1$d पेक्षा अधिक नवीन सूचना पुढील महिन्यावर बदला मागील महिन्यावर बदला सध्याची निवड: %1$s रद्द करा ओके %1$s तारीख निवडा निवडलेली तारीख दिवसांचा स्तंभ: %1$s चुकीचा फॉरमॅट. उदाहरण: %1$s %1$s: वापरा चुकीची श्रेणी. %1$s वर्षावर नेव्हिगेट करा रेंजच्या बाहेर: %1$s सुरू होण्याची तारीख – %1$s %1$s – संपण्याची तारीख %1$s – %2$s रेंज निवडा सुरू होण्याची तारीख – संपण्याची तारीख सेव्ह करा तारीख संपण्याची तारीख सुरू होण्याची तारीख दि म व कॅलेंडर इनपुट मोडवर स्विच करा दिवस निवडण्यासाठी स्विच करा वर टॅप करा मजकूर इनपुट मोडवर स्विच करा वर्ष निवडण्यासाठी स्विच करा वर टॅप करा रद्द करा ओके पासवर्ड दाखवा
+ - %d pemberitahuan baharu
+ - %d pemberitahuan baharu
+ Kuncupkan helaian bawah Kembangkan helaian bawah Kembangkan helaian bawah Pemegang seret diketik dua kali Pemegang seret Aksara dimasukkan %1$d daripada %2$d Melebihi had aksara %1$d daripada %2$d Kosongkan teks Ralat Tunjukkan menu lungsur Ikon Dialog Tab Pilih AM atau PM %1$s jam Pilih jam Pukul %1$s Pilih minit %1$s minit PG Beralih ke mod jam untuk input masa. Jam Minit P/M Pilih masa Beralih ke mod input teks untuk input masa. Pemberitahuan baharu Alih keluar %1$s Lebih daripada %1$d pemberitahuan baharu Tukar kepada bulan seterusnya Tukar kepada bulan sebelumnya Pilihan semasa: %1$s Batal OK %1$s Pilih Tarikh Tarikh dipilih Lajur hari: %1$s Format tidak sah. Contoh: %1$s Gunakan: %1$s Julat tidak sah. Navigasi ke tahun %1$s Di luar julat: %1$s Tarikh mula – %1$s %1$s – Tarikh tamat %1$s – %2$s Pilih Julat Tarikh mula – Tarikh tamat Simpan Tarikh Tarikh tamat Tarikh mula h b t Beralih kepada mod input kalendar Ketik untuk beralih kepada pemilihan hari Beralih kepada mod input teks Ketik untuk beralih kepada pemilihan tahun Batal OK Tunjukkan kata laluan
+ - အကြောင်းကြားချက်အသစ် %d ခု
+ - အကြောင်းကြားချက်အသစ် %d ခု
+ အောက်ခြေအပိုဆောင်း စာမျက်နှာကို ပိတ်နိုင်သည် အောက်ခြေအပိုဆောင်း စာမျက်နှာကို ချဲ့နိုင်သည် တစ်ဝက်ချဲ့ရန် ဖိဆွဲအထိန်း နှစ်ချက်တို့ထားသည် ဖိဆွဲအထိန်း စာလုံးရေ %2$d တွင် %1$d ထည့်သွင်းထားသည် စာလုံးရေအကန့်အသတ် %2$d လုံးတွင် %1$d လုံးကျော်နေသည် စာသား ဖယ်ရှားရန် အမှား ဆွဲချမီနူးကို ပြရန် ဒိုင်ယာလော့ခ် သင်္ကေတ တဘ် AM (သို့) PM ရွေးရန် %1$s နာရီ နာရီ ရွေးရန် %1$s နာရီ မိနစ်များ ရွေးပါ %1$s မိနစ် နံနက် အချိန်ထည့်သွင်းမှုအတွက် နာရီမုဒ်သို့ ပြောင်းပါ။ နာရီ မိနစ် ညနေ အချိန်ရွေးပါ အချိန်ထည့်သွင်းရန် စာသားထည့်သွင်းမှုမုဒ်သို့ ပြောင်းပါ။ အကြောင်းကြားချက်အသစ် %1$s ကို ဖယ်ရှားရန် အကြောင်းကြားချက်အသစ် %1$d ခု အထက် နောက်လသို့ ပြောင်းရန် ယခင်လသို့ ပြောင်းရန် လက်ရှိ ရွေးချယ်မှု- %1$s ပယ်ဖျက်ရန် OK %1$s ရက်စွဲ ရွေးပါ ရွေးထားသည့် ရက်စွဲ ရက်ကော်လံ- %1$s ဖော်မက် မမှန်ကန်ပါ။ ဥပမာ− %1$s %1$s သုံးရန် ရက်အပိုင်းအခြား မမှန်ပါ။ နှစ် %1$s သို့ လမ်းညွှန်ရန် ရက်အပိုင်းအခြား ပြင်ပ− %1$s စတင်ရက် – %1$s %1$s – ပြီးဆုံးရက် %1$s – %2$s အပိုင်းအခြား ရွေးပါ စတင်ရက် – ပြီးဆုံးရက် သိမ်းရန် ရက်စွဲ ပြီးဆုံးရက် စတင်ရက် d m y ပြက္ခဒိန် ထည့်သွင်းမှုမုဒ်သို့ ပြောင်းရန် ရက်ရွေးချယ်ခြင်းသို့ ပြောင်းရန် တို့ပါ စာသား ထည့်သွင်းမှုမုဒ်သို့ ပြောင်းရန် နှစ်ရွေးချယ်ခြင်းသို့ ပြောင်းရန် တို့ပါ မလုပ်တော့ OK စကားဝှက်ကို ပြရန်
+ - %d nytt varsel
+ - %d nye varsler
+ Skjul feltet nederst Vis feltet nederst Vis halve feltet nederst Dobbelttrykket på håndtaket Håndtak %1$d av %2$d tegn er skrevet inn Tegngrensen er overskredet – %1$d av %2$d Fjern teksten Feil Vis rullegardinmenyen Dialogboksikon Fane Velg AM eller PM %1$s timer Velg time %1$s null-null Angi minutter %1$s minutter AM Bytt til klokkemodus for tidsinndata. Time Minutt PM Velg tidspunkt Bytt til tekstinndatamodus for tidsinndata. Nytt varsel Fjern %1$s Flere enn %1$d nye varsler Endre til neste måned Endre til forrige måned Gjeldende valg: %1$s Avbryt OK %1$s Velg dato Valgt dato Kolonne for dager: %1$s Ugyldig format. Eksempel: %1$s Bruk: %1$s Ugyldig område. Naviger til år %1$s Utenfor rekkevidde: %1$s Startdato – %1$s %1$s – sluttdato %1$s–%2$s Velg periode Startdato–sluttdato Lagre Dato Sluttdato Startdato d m å Bytt til kalenderinndatamodus Trykk for å bytte til å velge dag Bytt til tekstinndatamodus Trykk for å bytte til å velge år Avbryt OK Vis passordet
+ - %d नयाँ सूचना
+ - %d नयाँ सूचनाहरू
+ पुछारको पाना कोल्याप्स गर्नुहोस् पुछारको पाना एक्स्पान्ड गर्नुहोस् आधा ठुलो पार्नुहोस् ड्र्याग ह्यान्डलमा डबल ट्याप गरियो ड्र्याग ह्यान्डल %2$d मध्ये %1$d वर्ण प्रविष्ट गरियो %2$d मध्ये %1$d वर्ण सीमा नाघ्यो पाठ खाली गर्नुहोस् त्रुटि ड्रपडाउन मेनु देखाउनुहोस् संवादको आइकन ट्याब पूर्वाह्न वा अपराह्न चयन गर्नुहोस् %1$s घण्टा घन्टा चयन गर्नुहोस् %1$s बजे मिनेट चयन गर्नुहोस् %1$s मिनेट AM समय इनपुट गर्न घडी मोडमा स्विच गर्नुहोस्। घन्टा: मिनेट अपराह्न समय चयन गर्नुहोस् समय इनपुट गर्न पाठ इनपुट मोडमा स्विच गर्नुहोस्। नयाँ सूचना %1$s हटाउनुहोस् %1$d भन्दा बढी नयाँ सूचनाहरू अर्को महिनामा सार्नुहोस् अघिल्लो महिनामा सार्नुहोस् हालको चयन: %1$s रद्द गर्नुहोस् ठिक छ %1$s मिति चयन गर्नुहोस् चयन गरिएको मिति दिनहरूको स्तम्भ: %1$s अमान्य ढाँचा। उदाहरण: %1$s %1$s प्रयोग गर्नुहोस् अमान्य दायरा। वर्ष %1$s मा जानुहोस् दायराभन्दा बाहिर छ: %1$s सुरु हुने मिति – %1$s %1$s – अन्त्य हुने मिति %1$s – %2$s दायरा चयन गर्नुहोस् सुरु हुने मिति – अन्त्य हुने मिति सुरक्षित गर्नु मिति अन्त्य हुने मिति सुरु हुने मिति d मिनेट y Calendar को इनपुट मोडमा बदल्नुहोस् कुनै दिन चयन गर्ने विकल्प प्रयोग गर्न ट्याप गर्नुहोस् पाठको इनपुट मोडमा बदल्नुहोस् कुनै वर्ष चयन गर्ने विकल्प प्रयोग गर्न ट्याप गर्नुहोस् रद्द गर्नुहोस् ठिक छ पासवर्ड देखाउनुहोस्
+ - %d nieuwe melding
+ - %d nieuwe meldingen
+ Het blad onderaan samenvouwen Het blad onderaan uitvouwen Half uitvouwen Dubbelgetikt op handgreep voor slepen Handgreep voor slepen %1$d van %2$d tekens opgegeven Tekenlimiet heeft %1$d van %2$d overschreden Tekst wissen Fout Dropdownmenu tonen Icoon voor dialoogvenster Tabblad Selecteer a.m. of p.m. %1$s uur Selecteer uur %1$s uur Minuten selecteren %1$s minuten a.m. Schakel naar de klokmodus om de tijd in te voeren. Uur Minuut p.m. Tijd selecteren Schakel naar de tekstinvoermodus om de tijd in te voeren. Nieuwe melding %1$s verwijderen Meer dan %1$d nieuwe meldingen Naar volgende maand gaan Naar vorige maand gaan Huidige selectie: %1$s Annuleren OK %1$s Selecteer een datum Geselecteerde datum Kolom met dagen: %1$s Ongeldige indeling. Voorbeeld: %1$s Gebruik: %1$s Ongeldig bereik. Naar jaar %1$s navigeren Valt buiten bereik: %1$s Startdatum - %1$s %1$s – einddatum %1$s – %2$s Selecteer een periode Startdatum - einddatum Opslaan Datum Einddatum Startdatum d m j Overschakelen naar agenda-invoermodus Tik om naar dagselectie te schakelen Overschakelen naar tekstinvoermodus Tik om naar jaarselectie te schakelen Annuleren OK Wachtwoord tonen
+ - %d new notification
+ - %d new notifications
+ Collapse the bottom sheet Expand the bottom sheet Expand halfway Drag handle double-tapped Drag handle %2$d ର %1$d ଅକ୍ଷର ଲେଖିଛନ୍ତି %2$d ର %1$d ଅକ୍ଷର ଲେଖିଛନ୍ତି Clear text Error Show dropdown menu Dialog Icon Tab Select AM or PM %1$s hours Select hour %1$s o\'clock ମିନିଟ୍ ଚୟନ କରନ୍ତୁ %1$s minutes AM ସମୟ ଇନପୁଟ୍ ପାଇଁ ଘଣ୍ଟା ମୋଡ୍କୁ ବଦଳାନ୍ତୁ। Hour Minute PM Select time ସମୟ ଇନପୁଟ୍ ପାଇଁ ଟେକ୍ସଟ୍ ଇନପୁଟ୍କୁ ବଦଳାନ୍ତୁ। New notification %1$s କାଢ଼ିଦିଅନ୍ତୁ More than %1$d new notifications Change to next month Change to previous month Current selection: %1$s Cancel OK %1$s Select Date Selected date Column of days: %1$s Invalid format. Example: %1$s Use: %1$s Invalid range. Navigate to year %1$s Out of range: %1$s Start date – %1$s %1$s – End date %1$s – %2$s Select Range Start date – End date Save Date End date Start date d m y Switch to calendar input mode Tap to switch to selecting a day Switch to text input mode Tap to switch to selecting a year Cancel OK ପାସ୍ୱାର୍ଡ ଦେଖାନ୍ତୁ
+ - %d ਨਵੀਂ ਸੂਚਨਾ
+ - %d ਨਵੀਆਂ ਸੂਚਨਾਵਾਂ
+ ਹੇਠਲੀ ਸ਼ੀਟ ਨੂੰ ਸਮੇਟੋ ਹੇਠਲੀ ਸ਼ੀਟ ਦਾ ਵਿਸਤਾਰ ਕਰੋ ਅੱਧ ਤੱਕ ਵਿਸਤਾਰ ਕਰੋ ਘਸੀਟਣ ਵਾਲੇ ਹੈਂਡਲ \'ਤੇ ਡਬਲ-ਟੈਪ ਕੀਤਾ ਗਿਆ ਘਸੀਟਣ ਵਾਲਾ ਹੈਂਡਲ %2$d ਵਿੱਚੋਂ %1$d ਅੱਖਰ-ਚਿੰਨ੍ਹ ਦਾਖਲ ਕੀਤੇ ਗਏ ਅੱਖਰ-ਚਿੰਨ੍ਹ ਸੀਮਾ %2$d ਤੋਂ %1$d ਵਧੀ ਲਿਖਤ ਕਲੀਅਰ ਕਰੋ ਗੜਬੜ ਡ੍ਰੌਪ-ਡਾਊਨ ਮੀਨੂ ਦਿਖਾਓ ਵਿੰਡੋ ਦਾ ਪ੍ਰਤੀਕ ਟੈਬ AM ਜਾਂ PM ਚੁਣੋ %1$s ਘੰਟੇ ਸਮਾਂ ਚੁਣੋ %1$s ਵਜੇ ਮਿੰਟ ਚੁਣੋ %1$s ਮਿੰਟ AM ਸਮਾਂ ਇਨਪੁੱਟ ਕਰਨ ਲਈ ਘੜੀ ਮੋਡ \'ਤੇ ਸਵਿੱਚ ਕਰੋ। ਘੰਟਾ ਮਿੰਟ PM ਸਮਾਂ ਚੁਣੋ ਸਮਾਂ ਇਨਪੁੱਟ ਕਰਨ ਲਈ ਲਿਖਤ ਇਨਪੁੱਟ ਮੋਡ \'ਤੇ ਸਵਿੱਚ ਕਰੋ। ਨਵੀਂ ਸੂਚਨਾ %1$s ਹਟਾਓ %1$d ਤੋਂ ਵੱਧ ਨਵੀਆਂ ਸੂਚਨਾਵਾਂ ਅਗਲੇ ਮਹੀਨੇ \'ਤੇ ਜਾਓ ਪਿਛਲੇ ਮਹੀਨੇ \'ਤੇ ਜਾਓ ਮੌਜੂਦਾ ਚੋਣ: %1$s ਰੱਦ ਕਰੋ ਠੀਕ ਹੈ %1$s ਤਾਰੀਖ ਚੁਣੋ ਚੁਣੀ ਗਈ ਤਾਰੀਖ ਦਿਨਾਂ ਦਾ ਕਾਲਮ: %1$s ਅਵੈਧ ਫਾਰਮੈਟ। ਉਦਾਹਰਨ: %1$s ਵਰਤੋ: %1$s ਅਵੈਧ ਰੇਂਜ। ਸਾਲ %1$s \'ਤੇ ਨੈਵੀਗੇਟ ਕਰੋ ਰੇਂਜ ਤੋਂ ਬਾਹਰ: %1$s ਸ਼ੁੁਰੂਆਤੀ ਤਾਰੀਖ – %1$s %1$s – ਸਮਾਪਤੀ ਤਾਰੀਖ %1$s – %2$s ਰੇਂਜ ਚੁਣੋ ਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ – ਸਮਾਪਤੀ ਤਾਰੀਖ ਰੱਖਿਅਤ ਕਰੋ ਤਾਰੀਖ ਸਮਾਪਤੀ ਤਾਰੀਖ ਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ d m y ਕੈਲੰਡਰ ਇਨਪੁੱਟ ਮੋਡ \'ਤੇ ਜਾਓ ਦਿਨ ਦੀ ਚੋਣ \'ਤੇ ਜਾਣ ਲਈ ਟੈਪ ਕਰੋ ਲਿਖਤ ਇਨਪੁੱਟ ਮੋਡ \'ਤੇ ਜਾਓ ਸਾਲ ਦੀ ਚੋਣ \'ਤੇ ਜਾਣ ਲਈ ਟੈਪ ਕਰੋ ਰੱਦ ਕਰੋ ਠੀਕ ਹੈ ਪਾਸਵਰਡ ਦਿਖਾਓ
+ - %d nowe powiadomienie
+ - %d nowe powiadomienia
+ - %d nowych powiadomień
+ - %d nowego powiadomienia
+ Zwiń planszę dolną Rozwiń planszę dolną Rozwiń do połowy Dwukrotnie kliknięto uchwyt do przeciągania Uchwyt do przeciągania %1$d z %2$d znaków Przekroczono limit znaków (%1$d z %2$d) Wyczyść tekst Błąd Pokaż menu Ikona okna Karta Wybierz: przed południem czy po południu %1$s godz. Wybierz godzinę %1$s Wybierz minuty %1$s minut AM Aby wprowadzić czas, włącz tryb zegara. Godzina Minuta PM Określ czas Aby wprowadzić czas, włącz tryb wprowadzania tekstu. Nowe powiadomienie Usuń: (%1$s) Liczba nowych powiadomień przekracza %1$d Zmień na następny miesiąc Zmień na poprzedni miesiąc Bieżący wybór: %1$s Anuluj OK %1$s Wybierz datę Wybrana data Kolumna z dniami: %1$s Nieprawidłowy format. Przykład: %1$s Użyj formatu: %1$s Nieprawidłowy zakres. Przejdź do roku %1$s Poza zakresem: %1$s Data rozpoczęcia – %1$s %1$s – data zakończenia %1$s–%2$s Wybierz zakres Data rozpoczęcia – data zakończenia Zapisz Data Data zakończenia Data rozpoczęcia d m r Włącz kalendarzowy tryb wprowadzania Kliknij, by wybrać dzień Włącz tekstowy tryb wprowadzania Kliknij, by wybrać rok Anuluj OK Pokaż hasło
+ - %d nova notificação
+ - %d novas notificações
+ Fechar a página inferior Abrir a página inferior Expandir até a metade Alça de arrastar tocada duas vezes Alça de arrastar Caracteres inseridos: %1$d de %2$d Limite de %2$d caracteres excedido em %1$d Limpar texto Erro Mostrar menu suspenso Ícone de caixa de diálogo Guia Selecionar AM ou PM %1$s horas Selecionar horário %1$s em ponto Selecione os minutos %1$s minutos AM Alterne para o modo de relógio para informar o horário. Hora Minuto PM Selecionar horário Alterne para o modo de entrada de texto para informar o horário. Nova notificação Remover %1$s Mais de %1$d novas notificações Alterar para o próximo mês Alterar para o mês anterior Seleção atual: %1$s Cancelar OK %1$s Selecionar data Data selecionada Coluna de dias: %1$s Formato inválido. Exemplo: %1$s Usar %1$s Intervalo inválido. Ir para o ano %1$s Fora do intervalo: %1$s Data de início – %1$s %1$s – Data de término %1$s – %2$s Selecionar intervalo Data de início – Data de término Salvar Data Data de término Data de início d m a Alternar para o modo de entrada da agenda Toque para alternar para a seleção de um dia Alternar para o modo de entrada de texto Toque para alternar para a seleção de um ano Cancelar OK Exibir senha
+ - %d nova notificação
+ - %d novas notificações
+ Reduza a secção inferior Expanda a secção inferior Expandir até metade Dois toques no indicador para arrastar Indicador para arrastar Carateres introduzidos: %1$d de %2$d Limite de carateres excedido: %1$d de %2$d Limpar texto Erro Mostrar menu pendente Ícone de caixa de diálogo Separador Selecionar AM ou PM %1$s horas Selecionar hora %1$s hora(s) Selecionar minutos %1$s minutos AM Mude para o modo de relógio para a introdução da hora. Hora Minuto PM Selecionar hora Mude para o modo de introdução de texto para a introdução da hora. Nova notificação Remover %1$s Mais de %1$d notificações novas Mudar para o mês seguinte Mudar para o mês anterior Seleção atual: %1$s Cancelar OK %1$s Selecione a data Data selecionada Coluna de dias: %1$s Formato inválido. Exemplo: %1$s Utilize: %1$s Intervalo inválido. Navegue para o ano %1$s Fora do intervalo: %1$s Data de início – %1$s %1$s – Data de conclusão %1$s – %2$s Selecione o intervalo Data de início – Data de conclusão Guardar Data Data de conclusão Data de início d m a Mudar para o modo de introdução de calendário Toque para mudar para a seleção do dia Mudar para o modo de introdução de texto Toque para mudar para a seleção do ano Cancelar OK Mostrar palavra-passe
+ - %d notificare nouă
+ - %d notificări noi
+ - %d de notificări noi
+ Restrângeți foaia din partea de jos Extindeți foaia din partea de jos Extinde pe ecran complet Ghidaj de tragere atins de două ori Ghidaj de tragere Caractere introduse: %1$d din %2$d Limita de caractere a depășit %1$d din %2$d Ștergeți textul Eroare Afișați meniul drop-down Pictogramă de dialog Filă Selectați ora %1$s ore Selectați ora Ora %1$s Selectați minutele %1$s minute a.m. Pentru a introduce ora, comutați la modul ceas. Ora Minut p.m. Selectați ora Pentru a introduce ora, comutați la modul de introducere a textului. Notificare nouă Eliminați %1$s Peste %1$d notificări noi Treceți la luna următoare Treceți la luna anterioară Selecția actuală: %1$s Anulați OK %1$s Selectați data Data selectată Coloana cu zile: %1$s Format nevalid. Exemplu: %1$s Folosiți: %1$s Interval nevalid. Navigați la anul %1$s Fără acoperire: %1$s Data de începere – %1$s %1$s – data de încheiere %1$s – %2$s Selectați intervalul Data de începere – data de încheiere Salvați Dată Data de încheiere Data de începere z l a Comutați la modul introducere în calendar Atingeți pentru a comuta la selectarea unei zile Comutați la modul de introducere a textului Atingeți pentru a comuta la selectarea unui an Anulați OK Afișați parola
+ - %d новое уведомление
+ - %d новых уведомления
+ - %d новых уведомлений
+ - %d нового уведомления
+ Свернуть нижний экран Развернуть нижний экран Развернуть наполовину Двойное нажатие на маркер перемещения Маркер перемещения Введено символов: %1$d из %2$d Превышено ограничение на количество символов (%1$d из %2$d) Очистить текстовое поле Ошибка Показать раскрывающееся меню Значок диалогового окна Вкладка Выберите AM (до полудня) или PM (после полудня) %1$s ч. Выберите час %1$s ч. Выберите минуты %1$s мин. AM Чтобы ввести время, перейдите в режим часов. Час Минуты PM Выбор времени Чтобы ввести время, перейдите в режим ввода текста. Новое уведомление Удалить \"%1$s\" Новых уведомлений больше %1$d Перейти к следующему месяцу Перейти к предыдущему месяцу Выбранный элемент: %1$s Отмена ОК %1$s Выберите дату Выбранная дата Столбец со днями недели: %1$s Недействительный формат. Пример: %1$s Используйте: %1$s Недопустимый диапазон. Перейти к %1$s году Вне диапазона: %1$s Дата начала – %1$s %1$s – дата окончания %1$s – %2$s Выберите диапазон дат Дата начала – дата окончания Сохранить Дата Дата окончания Дата начала д м г Перейти в режим выбора дней Нажмите, чтобы перейти к выбору дня Перейти в режим ввода текста Нажмите, чтобы перейти к выбору года Отмена ОК Показать пароль
+ - නව දැනුම්දීම් %dක්
+ - නව දැනුම්දීම් %dක්
+ පහළම පත්රය හකුළන්න පහළම පත්රය දිග හරින්න අඩක් දිග හරින්න ඇදීම් හැඬලය දෙවරක් තට්ටු කර ඇත හැඬලය අදින්න අනුලකුණු %2$dන් %1$dක් ඇතුළු කෙරිණි අනුලකුණු සීමාව %2$dකින් %1$d ඉක්ම විය පෙළ හිස් කරන්න දෝෂය පතන මෙනුව පෙන්වන්න සංවාද නිරූපකය ටැබය පෙරවරු හෝ පස්වරු තෝරන්න පැය %1$sක් පැය තෝරන්න %1$sයි මිනිත්තු තෝරන්න මිනිත්තු %1$sයි පෙව වේලා ආදානය සඳහා ඔරලෝසු ප්රකාරය වෙත මාරු වෙන්න. පැය මිනිත්තු පව වේලාව තෝරන්න වේලා ආදානය සඳහා ආදාන ප්රකාරය වෙත මාරු වෙන්න. නව දැනුම්දීම %1$s ඉවත් කරන්න නව දැනුම්දීම් %1$dකට වඩා ලබන මාසයට වෙනස් කරන්න කලින් මාසයට වෙනස් කරන්න වත්මන් තේරීම: %1$s අවලංගු කරන්න හරි %1$s දිනය තෝරන්න තේරූ දිනය දින තීරුව: %1$s අවලංගු ආකෘතියකි. උදාහරණය: %1$s භාවිතය: %1$s අවලංගු පරාසයකි. %1$s වසරට සංචාලනය කරන්න පරාසයෙන් පිටත: %1$s ආරම්භක දිනය – %1$s %1$s – නිමා වන දිනය %1$s – %2$s පරාසය තෝරන්න ආරම්භක දිනය – නිමා වන දිනය සුරකින්න දිනය නිමා වන දිනය ආරම්භක දිනය ද ම ව දින දර්ශන ආදාන ප්රකාරයට මාරු වන්න දිනයක් තේරීමට මාරු වීමට තට්ටු කරන්න පෙළ ආදාන ප්රකාරයට මාරු වන්න වසරක් තේරීමට මාරු වීමට තට්ටු කරන්න අවලංගු කරන්න හරි මුරපදය පෙන්වන්න
+ - %d nové upozornenie
+ - %d nové upozornenia
+ - %d new notifications
+ - %d nových upozornení
+ Zbaliť dolný hárok Rozbaliť dolný hárok Rozbaliť napoly Dvojité klepnutie na presúvadlo Presúvadlo Zadané znaky: %1$d z %2$d Bol prekročený povolený počet znakov (%1$d z %2$d) Vymazať text Chyba Zobraziť rozbaľovaciu ponuku Ikona dialógového okna Tabulátor Vyberte AM alebo PM %1$s hodín Vybrať hodinu %1$s Vyberte minúty %1$s min AM Ak chcete zadať čas, prepnite na režim hodín. Hodina Minúta PM Vyberte čas Ak chcete zadať čas, prepnite na textový režim vstupu Nové upozornenie Odstrániť položku %1$s Viac než %1$d nových upozornení Ďalší mesiac Predchádzajúci mesiac Aktuálny výber: %1$s Zrušiť OK %1$s Vyberte dátum Vybraný dátum Stĺpec dní: %1$s Neplatný formát. Príklad: %1$s Použite: %1$s Neplatný rozsah. Prejsť na rok %1$s Mimo rozsahu: %1$s Dátum začatia – %1$s %1$s – dátum ukončenia %1$s – %2$s Vyberte rozsah Dátum začatia – dátum ukončenia Uložiť Dátum Dátum ukončenia Dátum začatia d m r Prepnúť na kalendárový režim vstupu Klepnutím prepnete na výber dňa Prepnúť na textový režim vstupu Klepnutím prepnete na výber roka Zrušiť OK Zobraziť heslo
+ - %d novo obvestilo
+ - %d novi obvestili
+ - %d nova obvestila
+ - %d novih obvestil
+ Strnitev razdelka na dnu zaslona Razširitev razdelka na dnu zaslona Razširjanje na pol višine Dvakrat dotaknjena ročica za vlečenje Ročica za vlečenje Število vnesenih znakov je %1$d od %2$d Omejitev števila znakov je presegla %1$d od %2$d Izbris besedila Napaka Prikaz spustnega menija Ikona pogovornega okna Zavihek Izberite dopoldanski ali popoldanski čas. %1$s h Izberite uro %1$s Izberite minute %1$s min dop. Preklopite na način ure, da vnesete čas. Ura Minuta pop. Izberite uro Preklopite na način za vnašanje besedila, da vnesete čas. Novo obvestilo Odstranite %1$s Več kot toliko novih obvestil: %1$d Spremeni na naslednji mesec Spremeni na prejšnji mesec Trenutna izbira: %1$s Prekliči V redu %1$s Izberite datum Izbrani datum Stolpec dni: %1$s Neveljavna oblika. Primer: %1$s Uporabite: %1$s Neveljaven razpon. Pomik na leto %1$s Zunaj razpona: %1$s Začetni datum–%1$s %1$s–končni datum %1$s–%2$s Izberite obseg Začetni datum–končni datum Shrani Datum Končni datum Začetni datum d m l Preklop na način vnosa v koledar Dotik za preklop na izbiro dneva Preklop na način vnosa besedila Dotik za preklop na izbiro leta Prekliči V redu Prikaz gesla 24dp 24dp 24dp 24dp
+ - %d njoftim i ri
+ - %d njoftime të reja
+ Palos fletën e poshtme Zgjero fletën e poshtme Zgjeroje deri në gjysmë Te doreza e zvarritjes u trokit dy herë Doreza e zvarritjes Karakteret e futura: %1$d nga %2$d Kufiri i karaktereve është kaluar: %1$d nga %2$d Pastro tekstin Gabim Shfaq menynë me lëshim poshtë Ikona e dialogut Tab Zgjidh paradite ose pasdite %1$s orë Zgjidh orën %1$s fiks Përzgjidh minutat %1$s minuta PD Kalo te modaliteti i orës për hyrjen e kohës. Ora Minuta PD Zgjidh orën Kalo te modaliteti i hyrjes së tekstit për hyrjen e kohës. Njoftim i ri Hiq %1$s Më shumë se %1$d njoftime të reja Ndrysho te muaji i ardhshëm Ndrysho te muaji i kaluar Zgjedhja aktuale: %1$s Anulo Në rregull %1$s Zgjidh datën Data e zgjedhur Kolona e ditëve: %1$s Format i pavlefshëm. Shembull: %1$s Përdor: %1$s Gamë e pavlefshme. Navigo te viti %1$s Jashtë gamës: %1$s Data e fillimit – %1$s %1$s – data e përfundimit %1$s - %2$s Zgjidh gamën Data e fillimit - data e përfundimit Ruaj Data Data e përfundimit Data e fillimit d m v Kalo te modaliteti i \"Hyrjes së kalendarit\" Trokit për të kaluar te zgjedhja e një dite Kalo te modaliteti i \"Hyrjes së tekstit\" Trokit për të kaluar te zgjedhja e një viti Anulo Në rregull Shfaq fjalëkalimin
+ - %d ново обавештење
+ - %d нова обавештења
+ - %d нових обавештења
+ Скупите доњу табелу Проширите доњу табелу Проширите до пола Идентификатор за превлачење је двапут додирнут Ручица за превлачење Унети знакови: %1$d од %2$d Прекорачено је ограничење броја знакова: %1$d од %2$d Обриши текст Грешка Прикажи падајући мени Икона дијалога Картица Изаберите пре подне или по подне %1$s с Изаберите сат %1$s с Изаберите минуте %1$s мин AM Пређите у режим сата ради уноса времена. Сат Минут PM Изаберите време Пређите у режим уноса текста ради уноса времена. Ново обавештење Уклоните %1$s Нових обавештења: више од %1$d Пређите на следећи месец Пређите на претходни месец Актуелни избор: %1$s Откажи Потврди %1$s Изаберите датум Изабрани датум Колона са данима: %1$s Формат је неважећи. Пример: %1$s Користите: %1$s Неважећи период. Идите на годину %1$s Изван периода: %1$s Датум почетка – %1$s %1$s – Датум завршетка %1$s–%2$s Изаберите период Датум почетка – Датум завршетка Сачувај Датум Датум завршетка Датум почетка д м г Пређите на режим уноса у Календару Додирните да бисте прешли на избор дана Пређите на режим уноса текста Додирните да бисте прешли на избор године Откажи Потврди Прикажи лозинку
+ - %d ny avisering
+ - %d nya aviseringar
+ Komprimera arket på nedre delen av skärmen Utöka arket på nedre delen av skärmen Utöka till hälften Du tryckte snabbt två gånger på handtaget Handtag %1$d av %2$d tecken har angetts Teckengränsen har överskridits: %1$d av %2$d Rensa text Fel Visa rullgardinsmenyn Dialogikon Flik Välj mellan FM och EM %1$s timmar Ange timme Klockan %1$s Välj minuter %1$s minuter FM Byt till klockläget och ange tid. Timme Minut EM Välj tid Byt till textinmatningsläget och ange tid. Ny avisering Ta bort (%1$s) Fler än %1$d nya aviseringar Ändra till nästa månad Ändra till föregående månad Aktuellt val: %1$s Avbryt OK %1$s Välj datum Valt datum Kolumn med dagar: %1$s Ogiltigt format. Exempel: %1$s Använd %1$s Ogiltigt intervall. Navigera till år %1$s Utanför intervallet: %1$s Startdatum–%1$s %1$s–slutdatum %1$s–%2$s Välj intervall Startdatum–slutdatum Spara Datum Slutdatum Startdatum d m å Byt till kalender som inmatningsläge Byt till att välja en dag genom att trycka Byt till text som inmatningsläge Byt till att välja ett år genom att trycka Avbryt OK Visa lösenord
+ - Arifa %d mpya
+ - Arifa %d mpya
+ Kunja safu ya chini Panua safu ya chini Panua nusu Aikoni ya buruta imeguswa mara mbili Aikoni ya buruta Umeweka herufi %1$d kati ya %2$d Umepitisha idadi ya juu ya herufi %1$d kati ya %2$d Futa maandishi Hitilafu Onyesha menyu kunjuzi Aikoni ya Kidirisha Kichupo Chagua AM au PM Saa %1$s Chagua saa Saa %1$s kamili Chagua dakika Dakika %1$s AM Badilisha umbo liwe la saa ya mishale wakati wa kuweka muda. Saa Dakika PM Chagua wakati Badilisha iwe katika hali ya maandishi wakati wa kuweka muda. Arifa mpya Ondoa %1$s Zaidi ya arifa %1$d mpya Nenda kwenye mwezi unaofuata Rudi kwenye mwezi uliotangulia Uteuzi wa sasa: %1$s Ghairi Sawa %1$s Chagua Tarehe Tarehe uliyochagua Safu wima ya siku: %1$s Muundo si sahihi Mfano: %1$s Tumia: %1$s Kipindi si sahihi. Sogeza kwenye mwaka wa %1$s Nje ya kipindi: %1$s Tarehe ya kuanza – %1$s %1$s – Tarehe ya mwisho %1$s – %2$s Chagua Kipindi cha Tarehe Tarehe ya kuanza – Tarehe ya mwisho Hifadhi Tarehe Tarehe ya mwisho Tarehe ya kuanza d m y Tumia programu ya kuingiza data kwenye kalenda Gusa ili uende kwenye sehemu ya kuchagua siku Tumia programu ya kuingiza data ya maandishi Gusa ili uende kwenye sehemu ya kuchagua mwaka Ghairi Sawa Onyesha nenosiri 320dp 0dp 2dp 24dp 576dp 320dp @dimen/design_snackbar_padding_vertical
+ 160dp 64dp 64dp 1
+ - %d புதிய அறிவிப்பு
+ - %d புதிய அறிவிப்புகள்
+ கீழ்ப்புறச் சீட்டைச் சுருக்கும் கீழ்ப்புறச் சீட்டை விரிவாக்கும் பாதியளவு விரிவாக்கும் இழுப்பதற்கான ஹேண்டில் இருமுறை தட்டப்பட்டது இழுப்பதற்கான ஹேண்டில் %2$d இல் %1$d எழுத்துகள் உள்ளிடப்பட்டுள்ளன %2$d இல் %1$d எழுத்து வரம்பு மீறப்பட்டது உரையை அழிக்கும் பிழை கீழ் தோன்றல் மெனுவைக் காட்டும் பட்டன் உரையாடல் ஐகான் தாவல் AM அல்லது PMமைத் தேர்ந்தெடுக்க உதவும் %1$s மணிநேரம் மணிநேரத்தைத் தேர்ந்தெடுக்க உதவும் %1$s மணி நிமிடத்தைத் தேர்ந்தெடுக்கவும் %1$s நிமிடங்கள் AM நேர உள்ளீட்டிற்காக, கடிகாரப் பயன்முறைக்கு மாற்றும். மணிநேரம் நிமிடம் PM நேரத்தைத் தேர்ந்தெடுக்கவும் உரை உள்ளீட்டிற்காக, கடிகாரப் பயன்முறைக்கு மாற்றும். புதிய அறிவிப்பு %1$sஐ அகற்று %1$d+ புதிய அறிவிப்புகள் அடுத்த மாதத்தைக் காட்டு முந்தைய மாதத்தைக் காட்டு தற்போதைய தேர்வு: %1$s ரத்துசெய் சரி %1$s தேதியைத் தேர்ந்தெடுக்கவும் தேர்ந்தெடுக்கப்பட்ட தேதி நாட்களின் நெடுவரிசை: %1$s தவறான வடிவம். உதாரணம்: %1$s %1$sஐப் பயன்படுத்துக தவறான வரம்பு. %1$s ஆம் ஆண்டிற்குச் செல்லும் எல்லைக்கு வெளியே உள்ளது: %1$s தொடக்கத் தேதி – %1$s %1$s – முடிவுத் தேதி %1$s – %2$s வரம்பைத் தேர்ந்தெடுக்கவும் தொடக்கத் தேதி - முடிவுத் தேதி சேமி தேதி முடிவுத் தேதி தொடக்கத் தேதி நா மா ஆ கேலெண்டர் உள்ளீட்டு முறைக்கு மாற்றும் நாளைத் தேர்வுசெய்வதற்கு மாற்ற தட்டவும் உரை உள்ளீட்டு முறைக்கு மாற்றும் ஆண்டைத் தேர்வுசெய்வதற்கு மாற்ற தட்டவும் ரத்துசெய் சரி கடவுச்சொல்லைக் காட்டு
+ - %d కొత్త నోటిఫికేషన్
+ - %d కొత్త నోటిఫికేషన్లు
+ దిగువున ఉన్న షీట్ను కుదిస్తుంది దిగువున ఉన్న షీట్ను విస్తరిస్తుంది సగాన్ని విస్తరింపజేయండి లాగే హ్యాండిల్ డబుల్-ట్యాప్ చేయబడింది లాగే హ్యాండిల్ %2$dలో %1$d అక్షరాలు నమోదు చేయబడ్డాయి అక్షర పరిధి %2$dలో %1$dను అధిగమించింది రాసినదాన్ని తీసివేయండి ఎర్రర్ డ్రాప్డౌన్ మెనూను చూపు డైలాగ్ చిహ్నం ట్యాబ్ AM లేదా PMను ఎంచుకోండి %1$s గంటలు గంటను ఎంచుకోండి %1$s అవుతుంది నిమిషాలను ఎంచుకోండి %1$s నిమిషాలు AM సమయాన్ని నమోదు చేయడం కోసం గడియారం మోడ్కు మారండి. గంట నిమిషం PM సమయాన్ని ఎంచుకోండి సమయాన్ని నమోదు చేయడం కోసం వచన నమోదు మోడ్కి మారండి. కొత్త నోటిఫికేషన్ (%1$s)ని తీసివేస్తుంది %1$d కంటే ఎక్కువ కొత్త నోటిఫికేషన్లు వచ్చే నెలకు మార్చుతుంది మునుపటి నెలకు మార్చుతుంది ప్రస్తుత ఎంపిక: %1$s రద్దు చేయి సరే %1$s తేదీని ఎంచుకోండి ఎంచుకున్న తేది రోజుల నిలువు వరుస: %1$s ఫార్మాట్ చెల్లదు. ఉదాహరణ: %1$s ఇలా ఉపయోగించండి: %1$s చెల్లని పరిధి. %1$sసంవత్సరానికి నావిగేట్ చేస్తుంది పరిధి వెలుపల ఉంది: %1$s ప్రారంభ తేదీ – %1$s %1$s – ముగింపు తేది %1$s – %2$s పరిధిని ఎంచుకోండి ప్రారంభ తేది - ముగింపు తేది సేవ్ చేయి తేదీ ముగింపు తేదీ ప్రారంభ తేదీ రో నె సం క్యాలెండర్ ఇన్పుట్ మోడ్కు మారుస్తుంది \'రోజును ఎంపిక చేసుకోవడం\'కు మారడానికి నొక్కండి వచన ఇన్పుట్ మోడ్కు మారుస్తుంది \'సంవత్సరాన్ని ఎంపిక చేసుకోవడం\'కు మారడానికి నొక్కండి రద్దు చేయండి సరే పాస్వర్డ్ను చూపు
+ - การแจ้งเตือนใหม่ %d รายการ
+ - การแจ้งเตือนใหม่ %d รายการ
+ ยุบ Bottom Sheet ขยาย Bottom Sheet ขยายรายการครึ่งหนึ่ง แตะแฮนเดิลการลากสองครั้ง แฮนเดิลการลาก ป้อนอักขระแล้ว %1$d จาก %2$d ตัว เกินจำนวนอักขระสูงสุด %1$d จาก %2$d ล้างข้อความ ข้อผิดพลาด แสดงเมนูแบบเลื่อนลง ไอคอนกล่องโต้ตอบ แท็บ เลือก AM หรือ PM %1$s ชั่วโมง เลือกชั่วโมง %1$s นาฬิกา เลือกนาที %1$s นาที AM สลับไปโหมดนาฬิกาเพื่อป้อนเวลา ชั่วโมง นาที PM เลือกเวลา สลับไปโหมดป้อนข้อความเพื่อป้อนเวลา การแจ้งเตือนใหม่ นำ %1$s ออก การแจ้งเตือนใหม่มากกว่า %1$d รายการ เปลี่ยนไปที่เดือนถัดไป เปลี่ยนไปที่เดือนก่อนหน้า การเลือกในปัจจุบัน: %1$s ยกเลิก ตกลง %1$s เลือกวันที่ วันที่ที่เลือก คอลัมน์ของวัน: %1$s รูปแบบไม่ถูกต้อง ตัวอย่าง: %1$s ใช้: %1$s ช่วงไม่ถูกต้อง ไปที่ปี %1$s วันที่ไม่อยู่ในช่วงที่อนุญาต: %1$s วันที่เริ่มต้น – %1$s %1$s – วันที่สิ้นสุด %1$s – %2$s เลือกช่วง วันที่เริ่มต้น – วันที่สิ้นสุด บันทึก วันที่ วันที่สิ้นสุด วันที่เริ่มต้น ว ด ป สลับไปใช้โหมดป้อนข้อมูลปฏิทิน แตะเพื่อสลับไปใช้การเลือกวัน สลับไปใช้โหมดป้อนข้อมูลข้อความ แตะเพื่อสลับไปใช้การเลือกปี ยกเลิก ตกลง แสดงรหัสผ่าน
+ - %d bagong notification
+ - %d na bagong notification
+ I-collapse ang bottom sheet I-expand ang bottom sheet I-expand hanggang gitna Na-double tap ang handle sa pag-drag I-drag ang handle Mga character na nailagay %1$d sa %2$d Lumampas sa limitasyon sa bilang ng character %1$d sa %2$d I-clear ang text Error Ipakita ang dropdown na menu Icon ng Dialog Tab Piliin ang AM o PM %1$s (na) oras Pumili ng oras %1$s o\'clock Pumili ng mga minuto %1$s (na) minuto AM Lumipat sa mode ng orasan para sa input na oras. Oras Minuto PM Pumili ng oras Lumipat sa pamamaraan ng pag-input ng text para sa input na oras. Bagong notification Alisin ang %1$s Mahigit %1$d (na) bagong notification Lumipat sa susunod na buwan Lumipat sa nakaraang buwan Kasalukuyang seleksyon: %1$s Kanselahin OK %1$s Pumili ng Petsa Piniling petsa Column ng mga araw: %1$s Invalid na format. Halimbawa: %1$s Gamitin: %1$s Invalid na hanay. Mag-navigate patungo sa taong %1$s Wala sa sakop: %1$s Petsa ng pagsisimula – %1$s %1$s – Petsa ng pagtatapos %1$s – %2$s Pumili ng Range Petsa ng pagsisimula – Petsa ng pagtatapos I-save Petsa Petsa ng pagtatapos Petsa ng pagsisimula d m y Lumipat sa pamamaraan ng pag-input ng kalendaryo I-tap para lumipat sa pagpili ng araw Lumipat sa pamamaraan ng pag-input ng text I-tap para lumipat sa pagpili ng taon Kanselahin OK Ipakita ang password
+ - %d yeni bildirim
+ - %d yeni bildirim
+ Alt sayfayı daralt Alt sayfayı genişlet Yarım genişlet Sürükleme tutamacına iki kez dokunuldu Sürükleme tutamacı Girilen karakter: %1$d / %2$d Karakter sınırı aşıldı %1$d / %2$d Metni temizle Hata Açılır menüyü göster İletişim kutusu simgesi Sekme ÖÖ veya ÖS\'yi seçin %1$s saat Saat seçin Saat %1$s Dakikayı seçin %1$s dakika AM Zaman girişi için saat moduna geçin. Saat Dakika PM Zamanı seçin Zaman girişi için metin girişi moduna geçin. Yeni bildirim %1$s içeriğini kaldır %1$d adetten fazla yeni bildirim Sonraki aya değiştir Önceki aya değiştir Geçerli seçim: %1$s İptal Tamam %1$s Tarih Seçin Seçilen tarih Gün sütunu: %1$s Geçersiz biçim. Örnek: %1$s Tarih biçimi: %1$s Geçersiz aralık. %1$s yılına git İzin verilen aralığın dışında: %1$s Başlangıç tarihi – %1$s %1$s – Bitiş tarihi %1$s-%2$s Aralık Seçin Başlangıç tarihi - Bitiş tarihi Kaydet Tarih Bitiş tarihi Başlangıç tarihi g a y Takvim giriş moduna geç Gün seçmeye geçmek için dokunun Metin giriş moduna geç Yıl seçmeye geçmek için dokunun İptal Tamam Şifreyi göster
+ - %d нове сповіщення
+ - %d нові сповіщення
+ - %d нових сповіщень
+ - %d нового сповіщення
+ Згорнути нижній екран Розгорнути нижній екран Розгорнути нижню половину Маркер переміщення активовано подвійним дотиком Маркер переміщення Введено символів: %1$d з %2$d Перевищено ліміт символів: %1$d з %2$d Видалити текст Помилка Показати спадне меню Значок вікна Вкладка Виберіть ДП чи ПП %1$s год Вибрати годину %1$s год Виберіть хвилини %1$s хв дп Перейти в режим годинника, щоб ввести час. Година Хвилина пп Виберіть час Перейти в текстовий режим, щоб ввести час. Нове сповіщення Видалити %1$s Нових сповіщень більше ніж %1$d Перейти до наступного місяця Перейти до попереднього місяця Поточний вибір: %1$s Скасувати OK %1$s Виберіть дату Вибрана дата Стовпець із днями: %1$s Недійсний формат. Приклад: %1$s Використовувати: %1$s Недійсний діапазон. Перейти до %1$s року За межами діапазону: %1$s Дата початку – %1$s %1$s – дата завершення %1$s – %2$s Виберіть діапазон дат Дата початку – дата завершення Зберегти Дата Дата завершення Дата початку д м р Перейти в режим введення в календарі Натисніть, щоб вибрати день Перейти в режим введення тексту Натисніть, щоб вибрати рік Скасувати OK Показувати пароль
+ - %d نئی اطلاع
+ - %d نئی اطلاعات
+ نیچے کی شیٹ کو سکیڑیں نیچے کی شیٹ کو پھیلائیں نصف تک پھیلائیں گھسیٹنے کے ہینڈل کو دو بار تھپتھپائیں گھسیٹنے کا ہینڈل %2$d میں سے %1$d حروف درج کیے گئے حروف کی تعداد کی حد %2$d سے %1$d پہنچ گئی ٹیکسٹ صاف کریں خرابی ڈراپ ڈاؤن مینو دکھائیں ڈائیلاگ کا آئیکن ٹیب AM یا PM منتخب کریں %1$s گھنٹے گھنٹہ منتخب کریں %1$s بجے منٹ منتخب کریں %1$s منٹ قبل از دوپہر وقت ان پٹ کے لیے گھڑی وضع پر سوئچ کریں۔ گھنٹہ منٹ رات وقت منتخب کریں وقت ان پٹ کے لیے ٹیکسٹ ان پٹ وضع پر سوئچ کریں۔ نئی اطلاع %1$s کو ہٹائیں %1$d سے زیادہ نئی اطلاعات اگلے مہینہ میں منتقل کریں گزشتہ ماہ میں منتقل کریں موجودہ انتخاب: %1$s منسوخ کریں ٹھیک ہے %1$s تاریخ منتخب کریں منتخب کردہ تاریخ دنوں کا کالم: %1$s غلط فارمیٹ۔ مثال: %1$s۔ %1$s استعمال کریں غلط رینج۔ %1$s سال پر نیویگیٹ کریں حد سے باہر: %1$s تاریخ آغاز – %1$s %1$s – تاریخ اختتام %1$s – %2$s رینج منتخب کریں تاریخ آغاز - تاریخ اختتام محفوظ کریں تاریخ تاریخ اختتام تاریخ آغاز d m y کیلنڈر ان پٹ وضع پر سوئچ کریں دن کو منتخب کرنے کے ليے سوئچ پر تھپتھپائیں متنی ان پٹ وضع پر سوئچ کریں سال کو منتخب کرنے کے ليے سوئچ پر تھپتھپائیں منسوخ کریں ٹھیک ہے پاس ورڈ دکھائیں
+ - %d ta yangi bildirishnoma
+ - %d ta yangi bildirishnoma
+ Quyi ekranni yigʻish Quyi ekranni kengaytirish Yarmiga kengaytirish Surish dastagi ikki marta bosildi Surish dastagi %1$d/%2$d ta belgi kiritildi Harflar soni (%1$d) cheklovdan (%2$d) oshib ketdi Matnni tozalash Xato Pastga ochiluvchi menyuni ochish Muloqot ikonkasi Tab : Varaq Tushdan oldin yoki keyinligini tanlang %1$s soat Soatni tanlang %1$s soat Daqiqalarni tanlash %1$s daqiqa AM Vaqtni kiritish uchun soat rejimiga o‘ting. Soat Daqiqa PM Vaqtni tanlang Vaqtni kiritish uchun matn kiritish rejimiga o‘ting. Yangi bildirishnoma Olib tashlash: %1$s Yana %1$d dan ortiq bildirishnoma Keyingi oyga oʻzgartirish Avvalgi oyga oʻzgartirish Joriy tanlov: %1$s Bekor qilish OK %1$s Sanani tanlang Tanlangan sana Kunlar ustuni: %1$s Yaroqsiz format. Masalan: %1$s Ishlatish: %1$s Yaroqsiz oraliq. Yilga nazar solish: %1$s Chegaradan tashqari: %1$s Boshlanish sanasi – %1$s %1$s – Tugash sanasi %1$s – %2$s Oraliqni tanlang Boshlanishi – Tugashi Saqlash Sana Tugash sanasi Boshlanish sanasi k o y Taqvim kiritish rejimiga oʻtish Kunni tanlash uchun bosing Matn kiritish rejimiga oʻtish Yilni tanlash uchun bosing Bekor qilish OK Parol ochiq tursin - 0.32
- 0.24
- 0.16
- 0.24
0dp 1dp - 0.48
- 0.48
- 0.16
- 0.48
- 0.24
- 0.24
- 0.08
- 0.24
- 0.16
- 0.2
- 0.4
- 0.12
- 0.24
- 0.40
- 0.40
- 0.24
- 0.12
- 0.20
- 0.20
- 0.12
@android:color/system_neutral1_1000 @android:color/system_neutral1_900 @android:color/system_neutral1_0 @android:color/system_neutral1_800 @android:color/system_neutral1_700 @android:color/system_neutral1_600 @android:color/system_neutral1_500 @android:color/system_neutral1_400 @android:color/system_neutral1_300 @android:color/system_neutral1_200 @android:color/system_neutral1_100 @android:color/system_neutral1_50 @android:color/system_neutral1_10 @android:color/system_neutral2_1000 @android:color/system_neutral2_900 @android:color/system_neutral2_0 @android:color/system_neutral2_800 @android:color/system_neutral2_700 @android:color/system_neutral2_600 @android:color/system_neutral2_500 @android:color/system_neutral2_400 @android:color/system_neutral2_300 @android:color/system_neutral2_200 @android:color/system_neutral2_100 @android:color/system_neutral2_50 @android:color/system_neutral2_10 @android:color/system_accent1_1000 @android:color/system_accent1_900 @android:color/system_accent1_0 @android:color/system_accent1_800 @android:color/system_accent1_700 @android:color/system_accent1_600 @android:color/system_accent1_500 @android:color/system_accent1_400 @android:color/system_accent1_300 @android:color/system_accent1_200 @android:color/system_accent1_100 @android:color/system_accent1_50 @android:color/system_accent1_10 @android:color/system_accent2_1000 @android:color/system_accent2_900 @android:color/system_accent2_0 @android:color/system_accent2_800 @android:color/system_accent2_700 @android:color/system_accent2_600 @android:color/system_accent2_500 @android:color/system_accent2_400 @android:color/system_accent2_300 @android:color/system_accent2_200 @android:color/system_accent2_100 @android:color/system_accent2_50 @android:color/system_accent2_10 @android:color/system_accent3_1000 @android:color/system_accent3_900 @android:color/system_accent3_0 @android:color/system_accent3_800 @android:color/system_accent3_700 @android:color/system_accent3_600 @android:color/system_accent3_500 @android:color/system_accent3_400 @android:color/system_accent3_300 @android:color/system_accent3_200 @android:color/system_accent3_100 @android:color/system_accent3_50 @android:color/system_accent3_10 @color/m3_ref_palette_dynamic_neutral10 @color/m3_ref_palette_dynamic_neutral20 @color/m3_ref_palette_dynamic_primary40 @color/m3_ref_palette_dynamic_neutral90 @color/m3_ref_palette_dynamic_neutral90 @color/m3_ref_palette_dynamic_primary20 @color/m3_ref_palette_dynamic_primary90 @color/m3_ref_palette_dynamic_secondary20 @color/m3_ref_palette_dynamic_secondary90 @color/m3_ref_palette_dynamic_neutral90 @color/m3_ref_palette_dynamic_neutral_variant80 @color/m3_ref_palette_dynamic_tertiary20 @color/m3_ref_palette_dynamic_tertiary90 @color/m3_ref_palette_dynamic_neutral_variant60 @color/m3_ref_palette_dynamic_neutral_variant30 @color/m3_ref_palette_dynamic_primary80 @color/m3_ref_palette_dynamic_primary30 @color/m3_ref_palette_dynamic_secondary80 @color/m3_ref_palette_dynamic_secondary30 @color/m3_ref_palette_dynamic_neutral10 @color/m3_ref_palette_dynamic_neutral_variant30 @color/m3_ref_palette_dynamic_tertiary80 @color/m3_ref_palette_dynamic_tertiary30 @color/m3_ref_palette_dynamic_neutral99 @color/m3_ref_palette_dynamic_neutral95 @color/m3_ref_palette_dynamic_primary80 @color/m3_ref_palette_dynamic_neutral20 @color/m3_ref_palette_dynamic_neutral10 @color/m3_ref_palette_dynamic_primary100 @color/m3_ref_palette_dynamic_primary10 @color/m3_ref_palette_dynamic_secondary100 @color/m3_ref_palette_dynamic_secondary10 @color/m3_ref_palette_dynamic_neutral10 @color/m3_ref_palette_dynamic_neutral_variant30 @color/m3_ref_palette_dynamic_tertiary100 @color/m3_ref_palette_dynamic_tertiary10 @color/m3_ref_palette_dynamic_neutral_variant50 @color/m3_ref_palette_dynamic_neutral_variant80 @color/m3_ref_palette_dynamic_primary40 @color/m3_ref_palette_dynamic_primary90 @color/m3_ref_palette_dynamic_secondary40 @color/m3_ref_palette_dynamic_secondary90 @color/m3_ref_palette_dynamic_neutral99 @color/m3_ref_palette_dynamic_neutral_variant90 @color/m3_ref_palette_dynamic_tertiary40 @color/m3_ref_palette_dynamic_tertiary90 @color/m3_ref_palette_dynamic_neutral0 @color/m3_ref_palette_dynamic_neutral10 @color/m3_ref_palette_dynamic_neutral100 @color/m3_ref_palette_dynamic_neutral20 @color/m3_ref_palette_dynamic_neutral30 @color/m3_ref_palette_dynamic_neutral40 @color/m3_ref_palette_dynamic_neutral50 @color/m3_ref_palette_dynamic_neutral60 @color/m3_ref_palette_dynamic_neutral70 @color/m3_ref_palette_dynamic_neutral80 @color/m3_ref_palette_dynamic_neutral90 @color/m3_ref_palette_dynamic_neutral95 @color/m3_ref_palette_dynamic_neutral99 @color/m3_ref_palette_dynamic_neutral_variant0 @color/m3_ref_palette_dynamic_neutral_variant10 @color/m3_ref_palette_dynamic_neutral_variant100 @color/m3_ref_palette_dynamic_neutral_variant20 @color/m3_ref_palette_dynamic_neutral_variant30 @color/m3_ref_palette_dynamic_neutral_variant40 @color/m3_ref_palette_dynamic_neutral_variant50 @color/m3_ref_palette_dynamic_neutral_variant60 @color/m3_ref_palette_dynamic_neutral_variant70 @color/m3_ref_palette_dynamic_neutral_variant80 @color/m3_ref_palette_dynamic_neutral_variant90 @color/m3_ref_palette_dynamic_neutral_variant95 @color/m3_ref_palette_dynamic_neutral_variant99 @color/m3_ref_palette_dynamic_primary0 @color/m3_ref_palette_dynamic_primary10 @color/m3_ref_palette_dynamic_primary100 @color/m3_ref_palette_dynamic_primary20 @color/m3_ref_palette_dynamic_primary30 @color/m3_ref_palette_dynamic_primary40 @color/m3_ref_palette_dynamic_primary50 @color/m3_ref_palette_dynamic_primary60 @color/m3_ref_palette_dynamic_primary70 @color/m3_ref_palette_dynamic_primary80 @color/m3_ref_palette_dynamic_primary90 @color/m3_ref_palette_dynamic_primary95 @color/m3_ref_palette_dynamic_primary99 @color/m3_ref_palette_dynamic_secondary0 @color/m3_ref_palette_dynamic_secondary10 @color/m3_ref_palette_dynamic_secondary100 @color/m3_ref_palette_dynamic_secondary20 @color/m3_ref_palette_dynamic_secondary30 @color/m3_ref_palette_dynamic_secondary40 @color/m3_ref_palette_dynamic_secondary50 @color/m3_ref_palette_dynamic_secondary60 @color/m3_ref_palette_dynamic_secondary70 @color/m3_ref_palette_dynamic_secondary80 @color/m3_ref_palette_dynamic_secondary90 @color/m3_ref_palette_dynamic_secondary95 @color/m3_ref_palette_dynamic_secondary99 @color/m3_ref_palette_dynamic_tertiary0 @color/m3_ref_palette_dynamic_tertiary10 @color/m3_ref_palette_dynamic_tertiary100 @color/m3_ref_palette_dynamic_tertiary20 @color/m3_ref_palette_dynamic_tertiary30 @color/m3_ref_palette_dynamic_tertiary40 @color/m3_ref_palette_dynamic_tertiary50 @color/m3_ref_palette_dynamic_tertiary60 @color/m3_ref_palette_dynamic_tertiary70 @color/m3_ref_palette_dynamic_tertiary80 @color/m3_ref_palette_dynamic_tertiary90 @color/m3_ref_palette_dynamic_tertiary95 @color/m3_ref_palette_dynamic_tertiary99
+ - %d thông báo mới
+ - %d thông báo mới
+ Thu gọn bảng dưới cùng Mở rộng bảng dưới cùng Mở rộng một nửa Đã nhấn đúp nút kéo Nút kéo Đã nhập %1$d trong số %2$d ký tự Đã vượt quá giới hạn ký tự %1$d/%2$d Xóa văn bản Lỗi Hiển thị menu thả xuống Biểu tượng hộp thoại Thẻ Chọn SA hoặc CH %1$s giờ Chọn giờ %1$s giờ Chọn phút %1$s phút SA Chuyển sang chế độ đồng hồ để nhập thời gian. Giờ Phút CH Chọn thời gian Chuyển sang chế độ nhập văn bản để nhập thời gian. Thông báo mới Xóa %1$s Hơn %1$d thông báo mới Chuyển sang tháng tiếp theo Chuyển về tháng trước Lựa chọn hiện tại: %1$s Hủy OK %1$s Chọn ngày Ngày đã chọn Cột ngày: %1$s Định dạng không hợp lệ. Ví dụ: %1$s Sử dụng: %1$s Phạm vi không hợp lệ. Chuyển tới năm %1$s Nằm ngoài phạm vi: %1$s Ngày bắt đầu – %1$s %1$s – Ngày kết thúc %1$s – %2$s Chọn dải ô Ngày bắt đầu – Ngày kết thúc Lưu Ngày Ngày kết thúc Ngày bắt đầu d m y Chuyển sang chế độ nhập lịch Nhấn để chuyển sang chế độ chọn một ngày Chuyển sang chế độ nhập văn bản Nhấn để chuyển sang chế độ chọn một năm Huỷ OK Hiện mật khẩu 24dp 36dp 4dp 18dp 40dp 2dp 2dp 40dp 40dp 4dp 0dp 22dp 48dp 2dp 2dp 48dp 48dp 0dp 64dp
+ - %d 条新通知
+ - %d 条新通知
+ 收起底部动作条 展开底部动作条 展开到一半高度 拖动手柄被点按两次 拖动手柄 输入了 %1$d 个字符(上限为 %2$d 个) 超出字符数限制(共 %1$d 个,上限为 %2$d 个) 清除文字 错误 显示下拉菜单 对话框图标 标签页 选择上午或下午 %1$s 小时 选择小时 %1$s 点 选择分钟 %1$s 分 上午 切换到时钟模式来输入时间。 小时 分钟 下午 选择时间 切换到文字输入模式来输入时间。 新通知 移除%1$s 有 %1$d 条以上的新通知 转到下个月 转到上个月 当前的选择是:%1$s 取消 确定 %1$s 请选择日期 选定的日期 表示周几的列:%1$s 格式无效。 示例:%1$s 使用:%1$s 范围无效。 转到 %1$s 年 不在允许的范围内:%1$s 开始日期 – %1$s %1$s – 结束日期 %1$s - %2$s 请选择范围 开始日期 - 结束日期 保存 日期 结束日期 开始日期 d m y 切换到日历输入模式 点按即可切换到选择某天 切换到文本字段输入模式 点按即可切换到选择某年 取消 确定 显示密码
+ - %d 個新通知
+ - %d 個新通知
+ 收合頁底面板 展開頁底面板 展開一半 㩒咗兩下拖曳控點 拖曳控點 已輸入 %1$d 個字元 (共 %2$d 個) 超出字元限制 %1$d 個字元 (上限 %2$d 個字元) 清除文字 錯誤 顯示下拉式選單 對話框圖示 分頁 選擇上午或下午 %1$s 個鐘 選取時段 %1$s 點 選取分鐘 %1$s 分 AM 切換至時鐘模式即可輸入時間。 小時 分鐘 PM 選取時間 切換至文字輸入模式即可輸入時間。 新通知 移除「%1$s」 超過 %1$d 則新通知 變更為下個月 變更為上個月 目前選取:%1$s 取消 確定 %1$s 請選擇日期 已選取日期 日期欄:%1$s 格式無效。 例如:%1$s 使用:%1$s 範圍無效。 瀏覽至 %1$s 年 超出範圍:%1$s 開始日期 – %1$s %1$s – 結束日期 %1$s – %2$s 請選擇範圍 開始日期 – 結束日期 儲存 日期 結束日期 開始日期 日 月 年 切換至日曆輸入模式 輕按以切換至選擇日期 切換至文字輸入模式 輕按以切換至選擇年份 取消 確定 顯示密碼
+ - %d 則新通知
+ - %d 則新通知
+ 收合底部功能表 展開底部功能表 展開一半 已輕觸兩下拖曳控點 拖曳控點 已輸入 %1$d 個字元 (上限為 %2$d 個字元) 超過字元限制 (共 %1$d 字元,上限 %2$d 字元) 清除文字 錯誤 顯示下拉式選單 對話方塊圖示 分頁標籤 選取上午或下午 %1$s 小時 請選取時段 %1$s 點 選取分鐘數 %1$s 分 AM 切換至時鐘模式來輸入時間。 小時 分鐘 PM 選取時間 切換至文字輸入模式來輸入時間。 新通知 移除 %1$s 超過 %1$d 則新通知 變更至下個月 變更至上個月 目前選取:%1$s 取消 確定 %1$s 選取日期 所選日期 星期幾資料欄:%1$s 格式無效。 範例:%1$s 使用:%1$s 日期範圍無效。 前往 %1$s 年 超出日期範圍:%1$s 開始日期 – %1$s %1$s – 結束日期 %1$s – %2$s 選取範圍 開始日期 - 結束日期 儲存 日期 結束日期 開始日期 d m y 切換至日曆輸入模式 輕觸即可切換為選取星期幾 切換至文字輸入模式 輕觸即可切換為選取年份 取消 確定 顯示密碼
+ - %d izaziso ezintsha
+ - %d izaziso ezintsha
+ Goqa ishidi eliphansi Nweba ishidi eliphansi Nweba phakathi Hudula isibambi esithephwe kabili Hudula isibambi Izinhlamvu ezifakiwe ezingu-%1$d zokungu-%2$d Umkhawulo wezinhlamvu udlule u-%1$d kokungu-%2$d Sula umbhalo Iphutha Bonisa imenyu yokudonsela phansi Isithonjana sebhokisi Ithebhu Khetha u-AM noma u-PM amahora angu-%1$s Khetha ihora %1$s ezimpondweni Khetha amaminithi amaminithi angu-%1$s AM Shintshela kumodi yewashi ngokufakwa kwesikhathi. Ihora Iminithi PM Khetha isikhathi Shintshela kumodi yokufaka umbhalo ngokufaka isikhathi. Isaziso esisha Susa i-%1$s Izaziso ezintsha ezingaphezu kokungu-%1$d Shintshela kunyanga elandelayo Shintshela kunyanga edlule Ukukhetha kwamanje: %1$s Khansela KULUNGILE %1$s Khetha Idethi Khetha idethi Ikholomu yezinsuku: %1$s Ifomethi engavumelekile. Isibonelo: %1$s Sebenzisa: %1$s Ibanga elingavumelekile. Zulela onyakeni %1$s Ikude kubanga: %1$s Idethi yokuqala – %1$s %1$s – Idethi yokuphela %1$s – %2$s Khetha Ibanga Idethi yokuqala – Idethi yokuphela Londoloza Idethi Idethi yokuphela Idethi yokuqala d m y Shintshela kwimodi yokufaka yekhalenda Thepha ukuze ushintshe ekukhetheni usuku Shintshela kwimodi yokufaka yombhalo Thepha ukuze ushintshele ekukhetheni unyaka Khansela KULUNGILE Bonisa iphasiwedi
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 100.00dp 101.00dp 102.00dp 103.00dp 104.00dp 105.00dp 106.00dp 107.00dp 108.00dp 109.00dp 10.00dp 110.00dp 111.00dp 112.00dp 113.00dp 114.00dp 115.00dp 116.00dp 117.00dp 118.00dp 119.00dp 11.00dp 120.00dp 121.00dp 122.00dp 123.00dp 124.00dp 125.00dp 126.00dp 127.00dp 128.00dp 129.00dp 12.00dp 130.00dp 131.00dp 132.00dp 133.00dp 134.00dp 135.00dp 136.00dp 137.00dp 138.00dp 139.00dp 13.00dp 140.00dp 141.00dp 142.00dp 143.00dp 144.00dp 145.00dp 146.00dp 147.00dp 148.00dp 149.00dp 14.00dp 150.00dp 151.00dp 152.00dp 153.00dp 154.00dp 155.00dp 156.00dp 157.00dp 158.00dp 159.00dp 15.00dp 160.00dp 161.00dp 162.00dp 163.00dp 164.00dp 165.00dp 166.00dp 167.00dp 168.00dp 169.00dp 16.00dp 170.00dp 171.00dp 172.00dp 173.00dp 174.00dp 175.00dp 176.00dp 177.00dp 178.00dp 179.00dp 17.00dp 180.00dp 181.00dp 182.00dp 183.00dp 184.00dp 185.00dp 186.00dp 187.00dp 188.00dp 189.00dp 18.00dp 190.00dp 191.00dp 192.00dp 193.00dp 194.00dp 195.00dp 196.00dp 197.00dp 198.00dp 199.00dp 19.00dp 1.00dp 200.00dp 201.00dp 202.00dp 203.00dp 204.00dp 205.00dp 206.00dp 207.00dp 208.00dp 209.00dp 20.00dp 210.00dp 211.00dp 212.00dp 213.00dp 214.00dp 215.00dp 216.00dp 217.00dp 218.00dp 219.00dp 21.00dp 220.00dp 221.00dp 222.00dp 223.00dp 224.00dp 225.00dp 226.00dp 227.00dp 228.00dp 229.00dp 22.00dp 230.00dp 231.00dp 232.00dp 233.00dp 234.00dp 235.00dp 236.00dp 237.00dp 238.00dp 239.00dp 23.00dp 240.00dp 241.00dp 242.00dp 243.00dp 244.00dp 245.00dp 246.00dp 247.00dp 248.00dp 249.00dp 24.00dp 250.00dp 251.00dp 252.00dp 253.00dp 254.00dp 255.00dp 256.00dp 257.00dp 258.00dp 259.00dp 25.00dp 260.00dp 261.00dp 262.00dp 263.00dp 264.00dp 265.00dp 266.00dp 267.00dp 268.00dp 269.00dp 26.00dp 270.00dp 271.00dp 272.00dp 273.00dp 274.00dp 275.00dp 276.00dp 277.00dp 278.00dp 279.00dp 27.00dp 280.00dp 281.00dp 282.00dp 283.00dp 284.00dp 285.00dp 286.00dp 287.00dp 288.00dp 289.00dp 28.00dp 290.00dp 291.00dp 292.00dp 293.00dp 294.00dp 295.00dp 296.00dp 297.00dp 298.00dp 299.00dp 29.00dp 2.00dp 300.00dp 301.00dp 302.00dp 303.00dp 304.00dp 305.00dp 306.00dp 307.00dp 308.00dp 309.00dp 30.00dp 310.00dp 311.00dp 312.00dp 313.00dp 314.00dp 315.00dp 316.00dp 317.00dp 318.00dp 319.00dp 31.00dp 320.00dp 321.00dp 322.00dp 323.00dp 324.00dp 325.00dp 326.00dp 327.00dp 328.00dp 329.00dp 32.00dp 330.00dp 331.00dp 332.00dp 333.00dp 334.00dp 335.00dp 336.00dp 337.00dp 338.00dp 339.00dp 33.00dp 340.00dp 341.00dp 342.00dp 343.00dp 344.00dp 345.00dp 346.00dp 347.00dp 348.00dp 349.00dp 34.00dp 350.00dp 351.00dp 352.00dp 353.00dp 354.00dp 355.00dp 356.00dp 357.00dp 358.00dp 359.00dp 35.00dp 360.00dp 361.00dp 362.00dp 363.00dp 364.00dp 365.00dp 366.00dp 367.00dp 368.00dp 369.00dp 36.00dp 370.00dp 371.00dp 372.00dp 373.00dp 374.00dp 375.00dp 376.00dp 377.00dp 378.00dp 379.00dp 37.00dp 380.00dp 381.00dp 382.00dp 383.00dp 384.00dp 385.00dp 386.00dp 387.00dp 388.00dp 389.00dp 38.00dp 390.00dp 391.00dp 392.00dp 393.00dp 394.00dp 395.00dp 396.00dp 397.00dp 398.00dp 399.00dp 39.00dp 3.00dp 400.00dp 401.00dp 402.00dp 403.00dp 404.00dp 405.00dp 406.00dp 407.00dp 408.00dp 409.00dp 40.00dp 410.00dp 411.00dp 412.00dp 413.00dp 414.00dp 415.00dp 416.00dp 417.00dp 418.00dp 419.00dp 41.00dp 420.00dp 421.00dp 422.00dp 423.00dp 424.00dp 425.00dp 426.00dp 427.00dp 428.00dp 429.00dp 42.00dp 430.00dp 431.00dp 432.00dp 433.00dp 434.00dp 435.00dp 436.00dp 437.00dp 438.00dp 439.00dp 43.00dp 440.00dp 441.00dp 442.00dp 443.00dp 444.00dp 445.00dp 446.00dp 447.00dp 448.00dp 449.00dp 44.00dp 450.00dp 451.00dp 452.00dp 453.00dp 454.00dp 455.00dp 456.00dp 457.00dp 458.00dp 459.00dp 45.00dp 460.00dp 461.00dp 462.00dp 463.00dp 464.00dp 465.00dp 466.00dp 467.00dp 468.00dp 469.00dp 46.00dp 470.00dp 471.00dp 472.00dp 473.00dp 474.00dp 475.00dp 476.00dp 477.00dp 478.00dp 479.00dp 47.00dp 480.00dp 481.00dp 482.00dp 483.00dp 484.00dp 485.00dp 486.00dp 487.00dp 488.00dp 489.00dp 48.00dp 490.00dp 491.00dp 492.00dp 493.00dp 494.00dp 495.00dp 496.00dp 497.00dp 498.00dp 499.00dp 49.00dp 4.00dp 500.00dp 501.00dp 502.00dp 503.00dp 504.00dp 505.00dp 506.00dp 507.00dp 508.00dp 509.00dp 50.00dp 510.00dp 511.00dp 512.00dp 513.00dp 514.00dp 515.00dp 516.00dp 517.00dp 518.00dp 519.00dp 51.00dp 520.00dp 521.00dp 522.00dp 523.00dp 524.00dp 525.00dp 526.00dp 527.00dp 528.00dp 529.00dp 52.00dp 530.00dp 531.00dp 532.00dp 533.00dp 534.00dp 535.00dp 536.00dp 537.00dp 538.00dp 539.00dp 53.00dp 540.00dp 541.00dp 542.00dp 543.00dp 544.00dp 545.00dp 546.00dp 547.00dp 548.00dp 549.00dp 54.00dp 550.00dp 551.00dp 552.00dp 553.00dp 554.00dp 555.00dp 556.00dp 557.00dp 558.00dp 559.00dp 55.00dp 560.00dp 561.00dp 562.00dp 563.00dp 564.00dp 565.00dp 566.00dp 567.00dp 568.00dp 569.00dp 56.00dp 570.00dp 571.00dp 572.00dp 573.00dp 574.00dp 575.00dp 576.00dp 577.00dp 578.00dp 579.00dp 57.00dp 580.00dp 581.00dp 582.00dp 583.00dp 584.00dp 585.00dp 586.00dp 587.00dp 588.00dp 589.00dp 58.00dp 590.00dp 591.00dp 592.00dp 593.00dp 594.00dp 595.00dp 596.00dp 597.00dp 598.00dp 599.00dp 59.00dp 5.00dp 600.00dp 60.00dp 61.00dp 62.00dp 63.00dp 64.00dp 65.00dp 66.00dp 67.00dp 68.00dp 69.00dp 6.00dp 70.00dp 71.00dp 72.00dp 73.00dp 74.00dp 75.00dp 76.00dp 77.00dp 78.00dp 79.00dp 7.00dp 80.00dp 81.00dp 82.00dp 83.00dp 84.00dp 85.00dp 86.00dp 87.00dp 88.00dp 89.00dp 8.00dp 90.00dp 91.00dp 92.00dp 93.00dp 94.00dp 95.00dp 96.00dp 97.00dp 98.00dp 99.00dp 9.00dp -10.00dp -11.00dp -12.00dp -13.00dp -14.00dp -15.00dp -16.00dp -17.00dp -18.00dp -19.00dp -1.00dp -20.00dp -21.00dp -22.00dp -23.00dp -24.00dp -25.00dp -26.00dp -27.00dp -28.00dp -29.00dp -2.00dp -30.00dp -31.00dp -32.00dp -33.00dp -34.00dp -35.00dp -36.00dp -37.00dp -38.00dp -39.00dp -3.00dp -40.00dp -41.00dp -42.00dp -43.00dp -44.00dp -45.00dp -46.00dp -47.00dp -48.00dp -49.00dp -4.00dp -50.00dp -51.00dp -52.00dp -53.00dp -54.00dp -55.00dp -56.00dp -57.00dp -58.00dp -59.00dp -5.00dp -60.00dp -6.00dp -7.00dp -8.00dp -9.00dp 360.00dp 363.60dp 367.20dp 370.80dp 374.40dp 378.00dp 381.60dp 385.20dp 388.80dp 392.40dp 36.00dp 396.00dp 399.60dp 403.20dp 406.80dp 410.40dp 414.00dp 417.60dp 421.20dp 424.80dp 428.40dp 39.60dp 432.00dp 435.60dp 439.20dp 442.80dp 446.40dp 450.00dp 453.60dp 457.20dp 460.80dp 464.40dp 43.20dp 468.00dp 471.60dp 475.20dp 478.80dp 482.40dp 486.00dp 489.60dp 493.20dp 496.80dp 500.40dp 46.80dp 504.00dp 507.60dp 511.20dp 514.80dp 518.40dp 522.00dp 525.60dp 529.20dp 532.80dp 536.40dp 50.40dp 540.00dp 543.60dp 547.20dp 550.80dp 554.40dp 558.00dp 561.60dp 565.20dp 568.80dp 572.40dp 54.00dp 576.00dp 579.60dp 583.20dp 586.80dp 590.40dp 594.00dp 597.60dp 601.20dp 604.80dp 608.40dp 57.60dp 612.00dp 615.60dp 619.20dp 622.80dp 626.40dp 630.00dp 633.60dp 637.20dp 640.80dp 644.40dp 61.20dp 648.00dp 651.60dp 655.20dp 658.80dp 662.40dp 666.00dp 669.60dp 673.20dp 676.80dp 680.40dp 64.80dp 684.00dp 687.60dp 691.20dp 694.80dp 698.40dp 702.00dp 705.60dp 709.20dp 712.80dp 716.40dp 68.40dp 3.60dp 720.00dp 723.60dp 727.20dp 730.80dp 734.40dp 738.00dp 741.60dp 745.20dp 748.80dp 752.40dp 72.00dp 756.00dp 759.60dp 763.20dp 766.80dp 770.40dp 774.00dp 777.60dp 781.20dp 784.80dp 788.40dp 75.60dp 792.00dp 795.60dp 799.20dp 802.80dp 806.40dp 810.00dp 813.60dp 817.20dp 820.80dp 824.40dp 79.20dp 828.00dp 831.60dp 835.20dp 838.80dp 842.40dp 846.00dp 849.60dp 853.20dp 856.80dp 860.40dp 82.80dp 864.00dp 867.60dp 871.20dp 874.80dp 878.40dp 882.00dp 885.60dp 889.20dp 892.80dp 896.40dp 86.40dp 900.00dp 903.60dp 907.20dp 910.80dp 914.40dp 918.00dp 921.60dp 925.20dp 928.80dp 932.40dp 90.00dp 936.00dp 939.60dp 943.20dp 946.80dp 950.40dp 954.00dp 957.60dp 961.20dp 964.80dp 968.40dp 93.60dp 972.00dp 975.60dp 979.20dp 982.80dp 986.40dp 990.00dp 993.60dp 997.20dp 1000.80dp 1004.40dp 97.20dp 1008.00dp 1011.60dp 1015.20dp 1018.80dp 1022.40dp 1026.00dp 1029.60dp 1033.20dp 1036.80dp 1040.40dp 100.80dp 1044.00dp 1047.60dp 1051.20dp 1054.80dp 1058.40dp 1062.00dp 1065.60dp 1069.20dp 1072.80dp 1076.40dp 104.40dp 7.20dp 1080.00dp 1083.60dp 1087.20dp 1090.80dp 1094.40dp 1098.00dp 1101.60dp 1105.20dp 1108.80dp 1112.40dp 108.00dp 1116.00dp 1119.60dp 1123.20dp 1126.80dp 1130.40dp 1134.00dp 1137.60dp 1141.20dp 1144.80dp 1148.40dp 111.60dp 1152.00dp 1155.60dp 1159.20dp 1162.80dp 1166.40dp 1170.00dp 1173.60dp 1177.20dp 1180.80dp 1184.40dp 115.20dp 1188.00dp 1191.60dp 1195.20dp 1198.80dp 1202.40dp 1206.00dp 1209.60dp 1213.20dp 1216.80dp 1220.40dp 118.80dp 1224.00dp 1227.60dp 1231.20dp 1234.80dp 1238.40dp 1242.00dp 1245.60dp 1249.20dp 1252.80dp 1256.40dp 122.40dp 1260.00dp 1263.60dp 1267.20dp 1270.80dp 1274.40dp 1278.00dp 1281.60dp 1285.20dp 1288.80dp 1292.40dp 126.00dp 1296.00dp 1299.60dp 1303.20dp 1306.80dp 1310.40dp 1314.00dp 1317.60dp 1321.20dp 1324.80dp 1328.40dp 129.60dp 1332.00dp 1335.60dp 1339.20dp 1342.80dp 1346.40dp 1350.00dp 1353.60dp 1357.20dp 1360.80dp 1364.40dp 133.20dp 1368.00dp 1371.60dp 1375.20dp 1378.80dp 1382.40dp 1386.00dp 1389.60dp 1393.20dp 1396.80dp 1400.40dp 136.80dp 1404.00dp 1407.60dp 1411.20dp 1414.80dp 1418.40dp 1422.00dp 1425.60dp 1429.20dp 1432.80dp 1436.40dp 140.40dp 10.80dp 1440.00dp 1443.60dp 1447.20dp 1450.80dp 1454.40dp 1458.00dp 1461.60dp 1465.20dp 1468.80dp 1472.40dp 144.00dp 1476.00dp 1479.60dp 1483.20dp 1486.80dp 1490.40dp 1494.00dp 1497.60dp 1501.20dp 1504.80dp 1508.40dp 147.60dp 1512.00dp 1515.60dp 1519.20dp 1522.80dp 1526.40dp 1530.00dp 1533.60dp 1537.20dp 1540.80dp 1544.40dp 151.20dp 1548.00dp 1551.60dp 1555.20dp 1558.80dp 1562.40dp 1566.00dp 1569.60dp 1573.20dp 1576.80dp 1580.40dp 154.80dp 1584.00dp 1587.60dp 1591.20dp 1594.80dp 1598.40dp 1602.00dp 1605.60dp 1609.20dp 1612.80dp 1616.40dp 158.40dp 1620.00dp 1623.60dp 1627.20dp 1630.80dp 1634.40dp 1638.00dp 1641.60dp 1645.20dp 1648.80dp 1652.40dp 162.00dp 1656.00dp 1659.60dp 1663.20dp 1666.80dp 1670.40dp 1674.00dp 1677.60dp 1681.20dp 1684.80dp 1688.40dp 165.60dp 1692.00dp 1695.60dp 1699.20dp 1702.80dp 1706.40dp 1710.00dp 1713.60dp 1717.20dp 1720.80dp 1724.40dp 169.20dp 1728.00dp 1731.60dp 1735.20dp 1738.80dp 1742.40dp 1746.00dp 1749.60dp 1753.20dp 1756.80dp 1760.40dp 172.80dp 1764.00dp 1767.60dp 1771.20dp 1774.80dp 1778.40dp 1782.00dp 1785.60dp 1789.20dp 1792.80dp 1796.40dp 176.40dp 14.40dp 1800.00dp 1803.60dp 1807.20dp 1810.80dp 1814.40dp 1818.00dp 1821.60dp 1825.20dp 1828.80dp 1832.40dp 180.00dp 1836.00dp 1839.60dp 1843.20dp 1846.80dp 1850.40dp 1854.00dp 1857.60dp 1861.20dp 1864.80dp 1868.40dp 183.60dp 1872.00dp 1875.60dp 1879.20dp 1882.80dp 1886.40dp 1890.00dp 1893.60dp 1897.20dp 1900.80dp 1904.40dp 187.20dp 1908.00dp 1911.60dp 1915.20dp 1918.80dp 1922.40dp 1926.00dp 1929.60dp 1933.20dp 1936.80dp 1940.40dp 190.80dp 1944.00dp 1947.60dp 1951.20dp 1954.80dp 1958.40dp 1962.00dp 1965.60dp 1969.20dp 1972.80dp 1976.40dp 194.40dp 1980.00dp 1983.60dp 1987.20dp 1990.80dp 1994.40dp 1998.00dp 2001.60dp 2005.20dp 2008.80dp 2012.40dp 198.00dp 2016.00dp 2019.60dp 2023.20dp 2026.80dp 2030.40dp 2034.00dp 2037.60dp 2041.20dp 2044.80dp 2048.40dp 201.60dp 2052.00dp 2055.60dp 2059.20dp 2062.80dp 2066.40dp 2070.00dp 2073.60dp 2077.20dp 2080.80dp 2084.40dp 205.20dp 2088.00dp 2091.60dp 2095.20dp 2098.80dp 2102.40dp 2106.00dp 2109.60dp 2113.20dp 2116.80dp 2120.40dp 208.80dp 2124.00dp 2127.60dp 2131.20dp 2134.80dp 2138.40dp 2142.00dp 2145.60dp 2149.20dp 2152.80dp 2156.40dp 212.40dp 18.00dp 2160.00dp 216.00dp 219.60dp 223.20dp 226.80dp 230.40dp 234.00dp 237.60dp 241.20dp 244.80dp 248.40dp 21.60dp 252.00dp 255.60dp 259.20dp 262.80dp 266.40dp 270.00dp 273.60dp 277.20dp 280.80dp 284.40dp 25.20dp 288.00dp 291.60dp 295.20dp 298.80dp 302.40dp 306.00dp 309.60dp 313.20dp 316.80dp 320.40dp 28.80dp 324.00dp 327.60dp 331.20dp 334.80dp 338.40dp 342.00dp 345.60dp 349.20dp 352.80dp 356.40dp 32.40dp -36.00dp -39.60dp -43.20dp -46.80dp -50.40dp -54.00dp -57.60dp -61.20dp -64.80dp -68.40dp -3.60dp -72.00dp -75.60dp -79.20dp -82.80dp -86.40dp -90.00dp -93.60dp -97.20dp -100.80dp -104.40dp -7.20dp -108.00dp -111.60dp -115.20dp -118.80dp -122.40dp -126.00dp -129.60dp -133.20dp -136.80dp -140.40dp -10.80dp -144.00dp -147.60dp -151.20dp -154.80dp -158.40dp -162.00dp -165.60dp -169.20dp -172.80dp -176.40dp -14.40dp -180.00dp -183.60dp -187.20dp -190.80dp -194.40dp -198.00dp -201.60dp -205.20dp -208.80dp -212.40dp -18.00dp -216.00dp -21.60dp -25.20dp -28.80dp -32.40dp 100.00dp 101.00dp 102.00dp 103.00dp 104.00dp 105.00dp 106.00dp 107.00dp 108.00dp 109.00dp 10.00dp 110.00dp 111.00dp 112.00dp 113.00dp 114.00dp 115.00dp 116.00dp 117.00dp 118.00dp 119.00dp 11.00dp 120.00dp 121.00dp 122.00dp 123.00dp 124.00dp 125.00dp 126.00dp 127.00dp 128.00dp 129.00dp 12.00dp 130.00dp 131.00dp 132.00dp 133.00dp 134.00dp 135.00dp 136.00dp 137.00dp 138.00dp 139.00dp 13.00dp 140.00dp 141.00dp 142.00dp 143.00dp 144.00dp 145.00dp 146.00dp 147.00dp 148.00dp 149.00dp 14.00dp 150.00dp 151.00dp 152.00dp 153.00dp 154.00dp 155.00dp 156.00dp 157.00dp 158.00dp 159.00dp 15.00dp 160.00dp 161.00dp 162.00dp 163.00dp 164.00dp 165.00dp 166.00dp 167.00dp 168.00dp 169.00dp 16.00dp 170.00dp 171.00dp 172.00dp 173.00dp 174.00dp 175.00dp 176.00dp 177.00dp 178.00dp 179.00dp 17.00dp 180.00dp 181.00dp 182.00dp 183.00dp 184.00dp 185.00dp 186.00dp 187.00dp 188.00dp 189.00dp 18.00dp 190.00dp 191.00dp 192.00dp 193.00dp 194.00dp 195.00dp 196.00dp 197.00dp 198.00dp 199.00dp 19.00dp 1.00dp 200.00dp 201.00dp 202.00dp 203.00dp 204.00dp 205.00dp 206.00dp 207.00dp 208.00dp 209.00dp 20.00dp 210.00dp 211.00dp 212.00dp 213.00dp 214.00dp 215.00dp 216.00dp 217.00dp 218.00dp 219.00dp 21.00dp 220.00dp 221.00dp 222.00dp 223.00dp 224.00dp 225.00dp 226.00dp 227.00dp 228.00dp 229.00dp 22.00dp 230.00dp 231.00dp 232.00dp 233.00dp 234.00dp 235.00dp 236.00dp 237.00dp 238.00dp 239.00dp 23.00dp 240.00dp 241.00dp 242.00dp 243.00dp 244.00dp 245.00dp 246.00dp 247.00dp 248.00dp 249.00dp 24.00dp 250.00dp 251.00dp 252.00dp 253.00dp 254.00dp 255.00dp 256.00dp 257.00dp 258.00dp 259.00dp 25.00dp 260.00dp 261.00dp 262.00dp 263.00dp 264.00dp 265.00dp 266.00dp 267.00dp 268.00dp 269.00dp 26.00dp 270.00dp 271.00dp 272.00dp 273.00dp 274.00dp 275.00dp 276.00dp 277.00dp 278.00dp 279.00dp 27.00dp 280.00dp 281.00dp 282.00dp 283.00dp 284.00dp 285.00dp 286.00dp 287.00dp 288.00dp 289.00dp 28.00dp 290.00dp 291.00dp 292.00dp 293.00dp 294.00dp 295.00dp 296.00dp 297.00dp 298.00dp 299.00dp 29.00dp 2.00dp 300.00dp 301.00dp 302.00dp 303.00dp 304.00dp 305.00dp 306.00dp 307.00dp 308.00dp 309.00dp 30.00dp 310.00dp 311.00dp 312.00dp 313.00dp 314.00dp 315.00dp 316.00dp 317.00dp 318.00dp 319.00dp 31.00dp 320.00dp 321.00dp 322.00dp 323.00dp 324.00dp 325.00dp 326.00dp 327.00dp 328.00dp 329.00dp 32.00dp 330.00dp 331.00dp 332.00dp 333.00dp 334.00dp 335.00dp 336.00dp 337.00dp 338.00dp 339.00dp 33.00dp 340.00dp 341.00dp 342.00dp 343.00dp 344.00dp 345.00dp 346.00dp 347.00dp 348.00dp 349.00dp 34.00dp 350.00dp 351.00dp 352.00dp 353.00dp 354.00dp 355.00dp 356.00dp 357.00dp 358.00dp 359.00dp 35.00dp 360.00dp 361.00dp 362.00dp 363.00dp 364.00dp 365.00dp 366.00dp 367.00dp 368.00dp 369.00dp 36.00dp 370.00dp 371.00dp 372.00dp 373.00dp 374.00dp 375.00dp 376.00dp 377.00dp 378.00dp 379.00dp 37.00dp 380.00dp 381.00dp 382.00dp 383.00dp 384.00dp 385.00dp 386.00dp 387.00dp 388.00dp 389.00dp 38.00dp 390.00dp 391.00dp 392.00dp 393.00dp 394.00dp 395.00dp 396.00dp 397.00dp 398.00dp 399.00dp 39.00dp 3.00dp 400.00dp 401.00dp 402.00dp 403.00dp 404.00dp 405.00dp 406.00dp 407.00dp 408.00dp 409.00dp 40.00dp 410.00dp 411.00dp 412.00dp 413.00dp 414.00dp 415.00dp 416.00dp 417.00dp 418.00dp 419.00dp 41.00dp 420.00dp 421.00dp 422.00dp 423.00dp 424.00dp 425.00dp 426.00dp 427.00dp 428.00dp 429.00dp 42.00dp 430.00dp 431.00dp 432.00dp 433.00dp 434.00dp 435.00dp 436.00dp 437.00dp 438.00dp 439.00dp 43.00dp 440.00dp 441.00dp 442.00dp 443.00dp 444.00dp 445.00dp 446.00dp 447.00dp 448.00dp 449.00dp 44.00dp 450.00dp 451.00dp 452.00dp 453.00dp 454.00dp 455.00dp 456.00dp 457.00dp 458.00dp 459.00dp 45.00dp 460.00dp 461.00dp 462.00dp 463.00dp 464.00dp 465.00dp 466.00dp 467.00dp 468.00dp 469.00dp 46.00dp 470.00dp 471.00dp 472.00dp 473.00dp 474.00dp 475.00dp 476.00dp 477.00dp 478.00dp 479.00dp 47.00dp 480.00dp 481.00dp 482.00dp 483.00dp 484.00dp 485.00dp 486.00dp 487.00dp 488.00dp 489.00dp 48.00dp 490.00dp 491.00dp 492.00dp 493.00dp 494.00dp 495.00dp 496.00dp 497.00dp 498.00dp 499.00dp 49.00dp 4.00dp 500.00dp 501.00dp 502.00dp 503.00dp 504.00dp 505.00dp 506.00dp 507.00dp 508.00dp 509.00dp 50.00dp 510.00dp 511.00dp 512.00dp 513.00dp 514.00dp 515.00dp 516.00dp 517.00dp 518.00dp 519.00dp 51.00dp 520.00dp 521.00dp 522.00dp 523.00dp 524.00dp 525.00dp 526.00dp 527.00dp 528.00dp 529.00dp 52.00dp 530.00dp 531.00dp 532.00dp 533.00dp 534.00dp 535.00dp 536.00dp 537.00dp 538.00dp 539.00dp 53.00dp 540.00dp 541.00dp 542.00dp 543.00dp 544.00dp 545.00dp 546.00dp 547.00dp 548.00dp 549.00dp 54.00dp 550.00dp 551.00dp 552.00dp 553.00dp 554.00dp 555.00dp 556.00dp 557.00dp 558.00dp 559.00dp 55.00dp 560.00dp 561.00dp 562.00dp 563.00dp 564.00dp 565.00dp 566.00dp 567.00dp 568.00dp 569.00dp 56.00dp 570.00dp 571.00dp 572.00dp 573.00dp 574.00dp 575.00dp 576.00dp 577.00dp 578.00dp 579.00dp 57.00dp 580.00dp 581.00dp 582.00dp 583.00dp 584.00dp 585.00dp 586.00dp 587.00dp 588.00dp 589.00dp 58.00dp 590.00dp 591.00dp 592.00dp 593.00dp 594.00dp 595.00dp 596.00dp 597.00dp 598.00dp 599.00dp 59.00dp 5.00dp 600.00dp 60.00dp 61.00dp 62.00dp 63.00dp 64.00dp 65.00dp 66.00dp 67.00dp 68.00dp 69.00dp 6.00dp 70.00dp 71.00dp 72.00dp 73.00dp 74.00dp 75.00dp 76.00dp 77.00dp 78.00dp 79.00dp 7.00dp 80.00dp 81.00dp 82.00dp 83.00dp 84.00dp 85.00dp 86.00dp 87.00dp 88.00dp 89.00dp 8.00dp 90.00dp 91.00dp 92.00dp 93.00dp 94.00dp 95.00dp 96.00dp 97.00dp 98.00dp 99.00dp 9.00dp -10.00dp -11.00dp -12.00dp -13.00dp -14.00dp -15.00dp -16.00dp -17.00dp -18.00dp -19.00dp -1.00dp -20.00dp -21.00dp -22.00dp -23.00dp -24.00dp -25.00dp -26.00dp -27.00dp -28.00dp -29.00dp -2.00dp -30.00dp -31.00dp -32.00dp -33.00dp -34.00dp -35.00dp -36.00dp -37.00dp -38.00dp -39.00dp -3.00dp -40.00dp -41.00dp -42.00dp -43.00dp -44.00dp -45.00dp -46.00dp -47.00dp -48.00dp -49.00dp -4.00dp -50.00dp -51.00dp -52.00dp -53.00dp -54.00dp -55.00dp -56.00dp -57.00dp -58.00dp -59.00dp -5.00dp -60.00dp -6.00dp -7.00dp -8.00dp -9.00dp 110.00dp 111.10dp 112.20dp 113.30dp 114.40dp 115.50dp 116.60dp 117.70dp 118.80dp 119.90dp 11.00dp 121.00dp 122.10dp 123.20dp 124.30dp 125.40dp 126.50dp 127.60dp 128.70dp 129.80dp 130.90dp 12.10dp 132.00dp 133.10dp 134.20dp 135.30dp 136.40dp 137.50dp 138.60dp 139.70dp 140.80dp 141.90dp 13.20dp 143.00dp 144.10dp 145.20dp 146.30dp 147.40dp 148.50dp 149.60dp 150.70dp 151.80dp 152.90dp 14.30dp 154.00dp 155.10dp 156.20dp 157.30dp 158.40dp 159.50dp 160.60dp 161.70dp 162.80dp 163.90dp 15.40dp 165.00dp 166.10dp 167.20dp 168.30dp 169.40dp 170.50dp 171.60dp 172.70dp 173.80dp 174.90dp 16.50dp 176.00dp 177.10dp 178.20dp 179.30dp 180.40dp 181.50dp 182.60dp 183.70dp 184.80dp 185.90dp 17.60dp 187.00dp 188.10dp 189.20dp 190.30dp 191.40dp 192.50dp 193.60dp 194.70dp 195.80dp 196.90dp 18.70dp 198.00dp 199.10dp 200.20dp 201.30dp 202.40dp 203.50dp 204.60dp 205.70dp 206.80dp 207.90dp 19.80dp 209.00dp 210.10dp 211.20dp 212.30dp 213.40dp 214.50dp 215.60dp 216.70dp 217.80dp 218.90dp 20.90dp 1.10dp 220.00dp 221.10dp 222.20dp 223.30dp 224.40dp 225.50dp 226.60dp 227.70dp 228.80dp 229.90dp 22.00dp 231.00dp 232.10dp 233.20dp 234.30dp 235.40dp 236.50dp 237.60dp 238.70dp 239.80dp 240.90dp 23.10dp 242.00dp 243.10dp 244.20dp 245.30dp 246.40dp 247.50dp 248.60dp 249.70dp 250.80dp 251.90dp 24.20dp 253.00dp 254.10dp 255.20dp 256.30dp 257.40dp 258.50dp 259.60dp 260.70dp 261.80dp 262.90dp 25.30dp 264.00dp 265.10dp 266.20dp 267.30dp 268.40dp 269.50dp 270.60dp 271.70dp 272.80dp 273.90dp 26.40dp 275.00dp 276.10dp 277.20dp 278.30dp 279.40dp 280.50dp 281.60dp 282.70dp 283.80dp 284.90dp 27.50dp 286.00dp 287.10dp 288.20dp 289.30dp 290.40dp 291.50dp 292.60dp 293.70dp 294.80dp 295.90dp 28.60dp 297.00dp 298.10dp 299.20dp 300.30dp 301.40dp 302.50dp 303.60dp 304.70dp 305.80dp 306.90dp 29.70dp 308.00dp 309.10dp 310.20dp 311.30dp 312.40dp 313.50dp 314.60dp 315.70dp 316.80dp 317.90dp 30.80dp 319.00dp 320.10dp 321.20dp 322.30dp 323.40dp 324.50dp 325.60dp 326.70dp 327.80dp 328.90dp 31.90dp 2.20dp 330.00dp 331.10dp 332.20dp 333.30dp 334.40dp 335.50dp 336.60dp 337.70dp 338.80dp 339.90dp 33.00dp 341.00dp 342.10dp 343.20dp 344.30dp 345.40dp 346.50dp 347.60dp 348.70dp 349.80dp 350.90dp 34.10dp 352.00dp 353.10dp 354.20dp 355.30dp 356.40dp 357.50dp 358.60dp 359.70dp 360.80dp 361.90dp 35.20dp 363.00dp 364.10dp 365.20dp 366.30dp 367.40dp 368.50dp 369.60dp 370.70dp 371.80dp 372.90dp 36.30dp 374.00dp 375.10dp 376.20dp 377.30dp 378.40dp 379.50dp 380.60dp 381.70dp 382.80dp 383.90dp 37.40dp 385.00dp 386.10dp 387.20dp 388.30dp 389.40dp 390.50dp 391.60dp 392.70dp 393.80dp 394.90dp 38.50dp 396.00dp 397.10dp 398.20dp 399.30dp 400.40dp 401.50dp 402.60dp 403.70dp 404.80dp 405.90dp 39.60dp 407.00dp 408.10dp 409.20dp 410.30dp 411.40dp 412.50dp 413.60dp 414.70dp 415.80dp 416.90dp 40.70dp 418.00dp 419.10dp 420.20dp 421.30dp 422.40dp 423.50dp 424.60dp 425.70dp 426.80dp 427.90dp 41.80dp 429.00dp 430.10dp 431.20dp 432.30dp 433.40dp 434.50dp 435.60dp 436.70dp 437.80dp 438.90dp 42.90dp 3.30dp 440.00dp 441.10dp 442.20dp 443.30dp 444.40dp 445.50dp 446.60dp 447.70dp 448.80dp 449.90dp 44.00dp 451.00dp 452.10dp 453.20dp 454.30dp 455.40dp 456.50dp 457.60dp 458.70dp 459.80dp 460.90dp 45.10dp 462.00dp 463.10dp 464.20dp 465.30dp 466.40dp 467.50dp 468.60dp 469.70dp 470.80dp 471.90dp 46.20dp 473.00dp 474.10dp 475.20dp 476.30dp 477.40dp 478.50dp 479.60dp 480.70dp 481.80dp 482.90dp 47.30dp 484.00dp 485.10dp 486.20dp 487.30dp 488.40dp 489.50dp 490.60dp 491.70dp 492.80dp 493.90dp 48.40dp 495.00dp 496.10dp 497.20dp 498.30dp 499.40dp 500.50dp 501.60dp 502.70dp 503.80dp 504.90dp 49.50dp 506.00dp 507.10dp 508.20dp 509.30dp 510.40dp 511.50dp 512.60dp 513.70dp 514.80dp 515.90dp 50.60dp 517.00dp 518.10dp 519.20dp 520.30dp 521.40dp 522.50dp 523.60dp 524.70dp 525.80dp 526.90dp 51.70dp 528.00dp 529.10dp 530.20dp 531.30dp 532.40dp 533.50dp 534.60dp 535.70dp 536.80dp 537.90dp 52.80dp 539.00dp 540.10dp 541.20dp 542.30dp 543.40dp 544.50dp 545.60dp 546.70dp 547.80dp 548.90dp 53.90dp 4.40dp 550.00dp 551.10dp 552.20dp 553.30dp 554.40dp 555.50dp 556.60dp 557.70dp 558.80dp 559.90dp 55.00dp 561.00dp 562.10dp 563.20dp 564.30dp 565.40dp 566.50dp 567.60dp 568.70dp 569.80dp 570.90dp 56.10dp 572.00dp 573.10dp 574.20dp 575.30dp 576.40dp 577.50dp 578.60dp 579.70dp 580.80dp 581.90dp 57.20dp 583.00dp 584.10dp 585.20dp 586.30dp 587.40dp 588.50dp 589.60dp 590.70dp 591.80dp 592.90dp 58.30dp 594.00dp 595.10dp 596.20dp 597.30dp 598.40dp 599.50dp 600.60dp 601.70dp 602.80dp 603.90dp 59.40dp 605.00dp 606.10dp 607.20dp 608.30dp 609.40dp 610.50dp 611.60dp 612.70dp 613.80dp 614.90dp 60.50dp 616.00dp 617.10dp 618.20dp 619.30dp 620.40dp 621.50dp 622.60dp 623.70dp 624.80dp 625.90dp 61.60dp 627.00dp 628.10dp 629.20dp 630.30dp 631.40dp 632.50dp 633.60dp 634.70dp 635.80dp 636.90dp 62.70dp 638.00dp 639.10dp 640.20dp 641.30dp 642.40dp 643.50dp 644.60dp 645.70dp 646.80dp 647.90dp 63.80dp 649.00dp 650.10dp 651.20dp 652.30dp 653.40dp 654.50dp 655.60dp 656.70dp 657.80dp 658.90dp 64.90dp 5.50dp 660.00dp 66.00dp 67.10dp 68.20dp 69.30dp 70.40dp 71.50dp 72.60dp 73.70dp 74.80dp 75.90dp 6.60dp 77.00dp 78.10dp 79.20dp 80.30dp 81.40dp 82.50dp 83.60dp 84.70dp 85.80dp 86.90dp 7.70dp 88.00dp 89.10dp 90.20dp 91.30dp 92.40dp 93.50dp 94.60dp 95.70dp 96.80dp 97.90dp 8.80dp 99.00dp 100.10dp 101.20dp 102.30dp 103.40dp 104.50dp 105.60dp 106.70dp 107.80dp 108.90dp 9.90dp -11.00dp -12.10dp -13.20dp -14.30dp -15.40dp -16.50dp -17.60dp -18.70dp -19.80dp -20.90dp -1.10dp -22.00dp -23.10dp -24.20dp -25.30dp -26.40dp -27.50dp -28.60dp -29.70dp -30.80dp -31.90dp -2.20dp -33.00dp -34.10dp -35.20dp -36.30dp -37.40dp -38.50dp -39.60dp -40.70dp -41.80dp -42.90dp -3.30dp -44.00dp -45.10dp -46.20dp -47.30dp -48.40dp -49.50dp -50.60dp -51.70dp -52.80dp -53.90dp -4.40dp -55.00dp -56.10dp -57.20dp -58.30dp -59.40dp -60.50dp -61.60dp -62.70dp -63.80dp -64.90dp -5.50dp -66.00dp -6.60dp -7.70dp -8.80dp -9.90dp 120.00dp 121.20dp 122.40dp 123.60dp 124.80dp 126.00dp 127.20dp 128.40dp 129.60dp 130.80dp 12.00dp 132.00dp 133.20dp 134.40dp 135.60dp 136.80dp 138.00dp 139.20dp 140.40dp 141.60dp 142.80dp 13.20dp 144.00dp 145.20dp 146.40dp 147.60dp 148.80dp 150.00dp 151.20dp 152.40dp 153.60dp 154.80dp 14.40dp 156.00dp 157.20dp 158.40dp 159.60dp 160.80dp 162.00dp 163.20dp 164.40dp 165.60dp 166.80dp 15.60dp 168.00dp 169.20dp 170.40dp 171.60dp 172.80dp 174.00dp 175.20dp 176.40dp 177.60dp 178.80dp 16.80dp 180.00dp 181.20dp 182.40dp 183.60dp 184.80dp 186.00dp 187.20dp 188.40dp 189.60dp 190.80dp 18.00dp 192.00dp 193.20dp 194.40dp 195.60dp 196.80dp 198.00dp 199.20dp 200.40dp 201.60dp 202.80dp 19.20dp 204.00dp 205.20dp 206.40dp 207.60dp 208.80dp 210.00dp 211.20dp 212.40dp 213.60dp 214.80dp 20.40dp 216.00dp 217.20dp 218.40dp 219.60dp 220.80dp 222.00dp 223.20dp 224.40dp 225.60dp 226.80dp 21.60dp 228.00dp 229.20dp 230.40dp 231.60dp 232.80dp 234.00dp 235.20dp 236.40dp 237.60dp 238.80dp 22.80dp 1.20dp 240.00dp 241.20dp 242.40dp 243.60dp 244.80dp 246.00dp 247.20dp 248.40dp 249.60dp 250.80dp 24.00dp 252.00dp 253.20dp 254.40dp 255.60dp 256.80dp 258.00dp 259.20dp 260.40dp 261.60dp 262.80dp 25.20dp 264.00dp 265.20dp 266.40dp 267.60dp 268.80dp 270.00dp 271.20dp 272.40dp 273.60dp 274.80dp 26.40dp 276.00dp 277.20dp 278.40dp 279.60dp 280.80dp 282.00dp 283.20dp 284.40dp 285.60dp 286.80dp 27.60dp 288.00dp 289.20dp 290.40dp 291.60dp 292.80dp 294.00dp 295.20dp 296.40dp 297.60dp 298.80dp 28.80dp 300.00dp 301.20dp 302.40dp 303.60dp 304.80dp 306.00dp 307.20dp 308.40dp 309.60dp 310.80dp 30.00dp 312.00dp 313.20dp 314.40dp 315.60dp 316.80dp 318.00dp 319.20dp 320.40dp 321.60dp 322.80dp 31.20dp 324.00dp 325.20dp 326.40dp 327.60dp 328.80dp 330.00dp 331.20dp 332.40dp 333.60dp 334.80dp 32.40dp 336.00dp 337.20dp 338.40dp 339.60dp 340.80dp 342.00dp 343.20dp 344.40dp 345.60dp 346.80dp 33.60dp 348.00dp 349.20dp 350.40dp 351.60dp 352.80dp 354.00dp 355.20dp 356.40dp 357.60dp 358.80dp 34.80dp 2.40dp 360.00dp 361.20dp 362.40dp 363.60dp 364.80dp 366.00dp 367.20dp 368.40dp 369.60dp 370.80dp 36.00dp 372.00dp 373.20dp 374.40dp 375.60dp 376.80dp 378.00dp 379.20dp 380.40dp 381.60dp 382.80dp 37.20dp 384.00dp 385.20dp 386.40dp 387.60dp 388.80dp 390.00dp 391.20dp 392.40dp 393.60dp 394.80dp 38.40dp 396.00dp 397.20dp 398.40dp 399.60dp 400.80dp 402.00dp 403.20dp 404.40dp 405.60dp 406.80dp 39.60dp 408.00dp 409.20dp 410.40dp 411.60dp 412.80dp 414.00dp 415.20dp 416.40dp 417.60dp 418.80dp 40.80dp 420.00dp 421.20dp 422.40dp 423.60dp 424.80dp 426.00dp 427.20dp 428.40dp 429.60dp 430.80dp 42.00dp 432.00dp 433.20dp 434.40dp 435.60dp 436.80dp 438.00dp 439.20dp 440.40dp 441.60dp 442.80dp 43.20dp 444.00dp 445.20dp 446.40dp 447.60dp 448.80dp 450.00dp 451.20dp 452.40dp 453.60dp 454.80dp 44.40dp 456.00dp 457.20dp 458.40dp 459.60dp 460.80dp 462.00dp 463.20dp 464.40dp 465.60dp 466.80dp 45.60dp 468.00dp 469.20dp 470.40dp 471.60dp 472.80dp 474.00dp 475.20dp 476.40dp 477.60dp 478.80dp 46.80dp 3.60dp 480.00dp 481.20dp 482.40dp 483.60dp 484.80dp 486.00dp 487.20dp 488.40dp 489.60dp 490.80dp 48.00dp 492.00dp 493.20dp 494.40dp 495.60dp 496.80dp 498.00dp 499.20dp 500.40dp 501.60dp 502.80dp 49.20dp 504.00dp 505.20dp 506.40dp 507.60dp 508.80dp 510.00dp 511.20dp 512.40dp 513.60dp 514.80dp 50.40dp 516.00dp 517.20dp 518.40dp 519.60dp 520.80dp 522.00dp 523.20dp 524.40dp 525.60dp 526.80dp 51.60dp 528.00dp 529.20dp 530.40dp 531.60dp 532.80dp 534.00dp 535.20dp 536.40dp 537.60dp 538.80dp 52.80dp 540.00dp 541.20dp 542.40dp 543.60dp 544.80dp 546.00dp 547.20dp 548.40dp 549.60dp 550.80dp 54.00dp 552.00dp 553.20dp 554.40dp 555.60dp 556.80dp 558.00dp 559.20dp 560.40dp 561.60dp 562.80dp 55.20dp 564.00dp 565.20dp 566.40dp 567.60dp 568.80dp 570.00dp 571.20dp 572.40dp 573.60dp 574.80dp 56.40dp 576.00dp 577.20dp 578.40dp 579.60dp 580.80dp 582.00dp 583.20dp 584.40dp 585.60dp 586.80dp 57.60dp 588.00dp 589.20dp 590.40dp 591.60dp 592.80dp 594.00dp 595.20dp 596.40dp 597.60dp 598.80dp 58.80dp 4.80dp 600.00dp 601.20dp 602.40dp 603.60dp 604.80dp 606.00dp 607.20dp 608.40dp 609.60dp 610.80dp 60.00dp 612.00dp 613.20dp 614.40dp 615.60dp 616.80dp 618.00dp 619.20dp 620.40dp 621.60dp 622.80dp 61.20dp 624.00dp 625.20dp 626.40dp 627.60dp 628.80dp 630.00dp 631.20dp 632.40dp 633.60dp 634.80dp 62.40dp 636.00dp 637.20dp 638.40dp 639.60dp 640.80dp 642.00dp 643.20dp 644.40dp 645.60dp 646.80dp 63.60dp 648.00dp 649.20dp 650.40dp 651.60dp 652.80dp 654.00dp 655.20dp 656.40dp 657.60dp 658.80dp 64.80dp 660.00dp 661.20dp 662.40dp 663.60dp 664.80dp 666.00dp 667.20dp 668.40dp 669.60dp 670.80dp 66.00dp 672.00dp 673.20dp 674.40dp 675.60dp 676.80dp 678.00dp 679.20dp 680.40dp 681.60dp 682.80dp 67.20dp 684.00dp 685.20dp 686.40dp 687.60dp 688.80dp 690.00dp 691.20dp 692.40dp 693.60dp 694.80dp 68.40dp 696.00dp 697.20dp 698.40dp 699.60dp 700.80dp 702.00dp 703.20dp 704.40dp 705.60dp 706.80dp 69.60dp 708.00dp 709.20dp 710.40dp 711.60dp 712.80dp 714.00dp 715.20dp 716.40dp 717.60dp 718.80dp 70.80dp 6.00dp 720.00dp 72.00dp 73.20dp 74.40dp 75.60dp 76.80dp 78.00dp 79.20dp 80.40dp 81.60dp 82.80dp 7.20dp 84.00dp 85.20dp 86.40dp 87.60dp 88.80dp 90.00dp 91.20dp 92.40dp 93.60dp 94.80dp 8.40dp 96.00dp 97.20dp 98.40dp 99.60dp 100.80dp 102.00dp 103.20dp 104.40dp 105.60dp 106.80dp 9.60dp 108.00dp 109.20dp 110.40dp 111.60dp 112.80dp 114.00dp 115.20dp 116.40dp 117.60dp 118.80dp 10.80dp -12.00dp -13.20dp -14.40dp -15.60dp -16.80dp -18.00dp -19.20dp -20.40dp -21.60dp -22.80dp -1.20dp -24.00dp -25.20dp -26.40dp -27.60dp -28.80dp -30.00dp -31.20dp -32.40dp -33.60dp -34.80dp -2.40dp -36.00dp -37.20dp -38.40dp -39.60dp -40.80dp -42.00dp -43.20dp -44.40dp -45.60dp -46.80dp -3.60dp -48.00dp -49.20dp -50.40dp -51.60dp -52.80dp -54.00dp -55.20dp -56.40dp -57.60dp -58.80dp -4.80dp -60.00dp -61.20dp -62.40dp -63.60dp -64.80dp -66.00dp -67.20dp -68.40dp -69.60dp -70.80dp -6.00dp -72.00dp -7.20dp -8.40dp -9.60dp -10.80dp 130.00dp 131.30dp 132.60dp 133.90dp 135.20dp 136.50dp 137.80dp 139.10dp 140.40dp 141.70dp 13.00dp 143.00dp 144.30dp 145.60dp 146.90dp 148.20dp 149.50dp 150.80dp 152.10dp 153.40dp 154.70dp 14.30dp 156.00dp 157.30dp 158.60dp 159.90dp 161.20dp 162.50dp 163.80dp 165.10dp 166.40dp 167.70dp 15.60dp 169.00dp 170.30dp 171.60dp 172.90dp 174.20dp 175.50dp 176.80dp 178.10dp 179.40dp 180.70dp 16.90dp 182.00dp 183.30dp 184.60dp 185.90dp 187.20dp 188.50dp 189.80dp 191.10dp 192.40dp 193.70dp 18.20dp 195.00dp 196.30dp 197.60dp 198.90dp 200.20dp 201.50dp 202.80dp 204.10dp 205.40dp 206.70dp 19.50dp 208.00dp 209.30dp 210.60dp 211.90dp 213.20dp 214.50dp 215.80dp 217.10dp 218.40dp 219.70dp 20.80dp 221.00dp 222.30dp 223.60dp 224.90dp 226.20dp 227.50dp 228.80dp 230.10dp 231.40dp 232.70dp 22.10dp 234.00dp 235.30dp 236.60dp 237.90dp 239.20dp 240.50dp 241.80dp 243.10dp 244.40dp 245.70dp 23.40dp 247.00dp 248.30dp 249.60dp 250.90dp 252.20dp 253.50dp 254.80dp 256.10dp 257.40dp 258.70dp 24.70dp 1.30dp 260.00dp 261.30dp 262.60dp 263.90dp 265.20dp 266.50dp 267.80dp 269.10dp 270.40dp 271.70dp 26.00dp 273.00dp 274.30dp 275.60dp 276.90dp 278.20dp 279.50dp 280.80dp 282.10dp 283.40dp 284.70dp 27.30dp 286.00dp 287.30dp 288.60dp 289.90dp 291.20dp 292.50dp 293.80dp 295.10dp 296.40dp 297.70dp 28.60dp 299.00dp 300.30dp 301.60dp 302.90dp 304.20dp 305.50dp 306.80dp 308.10dp 309.40dp 310.70dp 29.90dp 312.00dp 313.30dp 314.60dp 315.90dp 317.20dp 318.50dp 319.80dp 321.10dp 322.40dp 323.70dp 31.20dp 325.00dp 326.30dp 327.60dp 328.90dp 330.20dp 331.50dp 332.80dp 334.10dp 335.40dp 336.70dp 32.50dp 338.00dp 339.30dp 340.60dp 341.90dp 343.20dp 344.50dp 345.80dp 347.10dp 348.40dp 349.70dp 33.80dp 351.00dp 352.30dp 353.60dp 354.90dp 356.20dp 357.50dp 358.80dp 360.10dp 361.40dp 362.70dp 35.10dp 364.00dp 365.30dp 366.60dp 367.90dp 369.20dp 370.50dp 371.80dp 373.10dp 374.40dp 375.70dp 36.40dp 377.00dp 378.30dp 379.60dp 380.90dp 382.20dp 383.50dp 384.80dp 386.10dp 387.40dp 388.70dp 37.70dp 2.60dp 390.00dp 391.30dp 392.60dp 393.90dp 395.20dp 396.50dp 397.80dp 399.10dp 400.40dp 401.70dp 39.00dp 403.00dp 404.30dp 405.60dp 406.90dp 408.20dp 409.50dp 410.80dp 412.10dp 413.40dp 414.70dp 40.30dp 416.00dp 417.30dp 418.60dp 419.90dp 421.20dp 422.50dp 423.80dp 425.10dp 426.40dp 427.70dp 41.60dp 429.00dp 430.30dp 431.60dp 432.90dp 434.20dp 435.50dp 436.80dp 438.10dp 439.40dp 440.70dp 42.90dp 442.00dp 443.30dp 444.60dp 445.90dp 447.20dp 448.50dp 449.80dp 451.10dp 452.40dp 453.70dp 44.20dp 455.00dp 456.30dp 457.60dp 458.90dp 460.20dp 461.50dp 462.80dp 464.10dp 465.40dp 466.70dp 45.50dp 468.00dp 469.30dp 470.60dp 471.90dp 473.20dp 474.50dp 475.80dp 477.10dp 478.40dp 479.70dp 46.80dp 481.00dp 482.30dp 483.60dp 484.90dp 486.20dp 487.50dp 488.80dp 490.10dp 491.40dp 492.70dp 48.10dp 494.00dp 495.30dp 496.60dp 497.90dp 499.20dp 500.50dp 501.80dp 503.10dp 504.40dp 505.70dp 49.40dp 507.00dp 508.30dp 509.60dp 510.90dp 512.20dp 513.50dp 514.80dp 516.10dp 517.40dp 518.70dp 50.70dp 3.90dp 520.00dp 521.30dp 522.60dp 523.90dp 525.20dp 526.50dp 527.80dp 529.10dp 530.40dp 531.70dp 52.00dp 533.00dp 534.30dp 535.60dp 536.90dp 538.20dp 539.50dp 540.80dp 542.10dp 543.40dp 544.70dp 53.30dp 546.00dp 547.30dp 548.60dp 549.90dp 551.20dp 552.50dp 553.80dp 555.10dp 556.40dp 557.70dp 54.60dp 559.00dp 560.30dp 561.60dp 562.90dp 564.20dp 565.50dp 566.80dp 568.10dp 569.40dp 570.70dp 55.90dp 572.00dp 573.30dp 574.60dp 575.90dp 577.20dp 578.50dp 579.80dp 581.10dp 582.40dp 583.70dp 57.20dp 585.00dp 586.30dp 587.60dp 588.90dp 590.20dp 591.50dp 592.80dp 594.10dp 595.40dp 596.70dp 58.50dp 598.00dp 599.30dp 600.60dp 601.90dp 603.20dp 604.50dp 605.80dp 607.10dp 608.40dp 609.70dp 59.80dp 611.00dp 612.30dp 613.60dp 614.90dp 616.20dp 617.50dp 618.80dp 620.10dp 621.40dp 622.70dp 61.10dp 624.00dp 625.30dp 626.60dp 627.90dp 629.20dp 630.50dp 631.80dp 633.10dp 634.40dp 635.70dp 62.40dp 637.00dp 638.30dp 639.60dp 640.90dp 642.20dp 643.50dp 644.80dp 646.10dp 647.40dp 648.70dp 63.70dp 5.20dp 650.00dp 651.30dp 652.60dp 653.90dp 655.20dp 656.50dp 657.80dp 659.10dp 660.40dp 661.70dp 65.00dp 663.00dp 664.30dp 665.60dp 666.90dp 668.20dp 669.50dp 670.80dp 672.10dp 673.40dp 674.70dp 66.30dp 676.00dp 677.30dp 678.60dp 679.90dp 681.20dp 682.50dp 683.80dp 685.10dp 686.40dp 687.70dp 67.60dp 689.00dp 690.30dp 691.60dp 692.90dp 694.20dp 695.50dp 696.80dp 698.10dp 699.40dp 700.70dp 68.90dp 702.00dp 703.30dp 704.60dp 705.90dp 707.20dp 708.50dp 709.80dp 711.10dp 712.40dp 713.70dp 70.20dp 715.00dp 716.30dp 717.60dp 718.90dp 720.20dp 721.50dp 722.80dp 724.10dp 725.40dp 726.70dp 71.50dp 728.00dp 729.30dp 730.60dp 731.90dp 733.20dp 734.50dp 735.80dp 737.10dp 738.40dp 739.70dp 72.80dp 741.00dp 742.30dp 743.60dp 744.90dp 746.20dp 747.50dp 748.80dp 750.10dp 751.40dp 752.70dp 74.10dp 754.00dp 755.30dp 756.60dp 757.90dp 759.20dp 760.50dp 761.80dp 763.10dp 764.40dp 765.70dp 75.40dp 767.00dp 768.30dp 769.60dp 770.90dp 772.20dp 773.50dp 774.80dp 776.10dp 777.40dp 778.70dp 76.70dp 6.50dp 780.00dp 78.00dp 79.30dp 80.60dp 81.90dp 83.20dp 84.50dp 85.80dp 87.10dp 88.40dp 89.70dp 7.80dp 91.00dp 92.30dp 93.60dp 94.90dp 96.20dp 97.50dp 98.80dp 100.10dp 101.40dp 102.70dp 9.10dp 104.00dp 105.30dp 106.60dp 107.90dp 109.20dp 110.50dp 111.80dp 113.10dp 114.40dp 115.70dp 10.40dp 117.00dp 118.30dp 119.60dp 120.90dp 122.20dp 123.50dp 124.80dp 126.10dp 127.40dp 128.70dp 11.70dp -13.00dp -14.30dp -15.60dp -16.90dp -18.20dp -19.50dp -20.80dp -22.10dp -23.40dp -24.70dp -1.30dp -26.00dp -27.30dp -28.60dp -29.90dp -31.20dp -32.50dp -33.80dp -35.10dp -36.40dp -37.70dp -2.60dp -39.00dp -40.30dp -41.60dp -42.90dp -44.20dp -45.50dp -46.80dp -48.10dp -49.40dp -50.70dp -3.90dp -52.00dp -53.30dp -54.60dp -55.90dp -57.20dp -58.50dp -59.80dp -61.10dp -62.40dp -63.70dp -5.20dp -65.00dp -66.30dp -67.60dp -68.90dp -70.20dp -71.50dp -72.80dp -74.10dp -75.40dp -76.70dp -6.50dp -78.00dp -7.80dp -9.10dp -10.40dp -11.70dp 140.00dp 141.40dp 142.80dp 144.20dp 145.60dp 147.00dp 148.40dp 149.80dp 151.20dp 152.60dp 14.00dp 154.00dp 155.40dp 156.80dp 158.20dp 159.60dp 161.00dp 162.40dp 163.80dp 165.20dp 166.60dp 15.40dp 168.00dp 169.40dp 170.80dp 172.20dp 173.60dp 175.00dp 176.40dp 177.80dp 179.20dp 180.60dp 16.80dp 182.00dp 183.40dp 184.80dp 186.20dp 187.60dp 189.00dp 190.40dp 191.80dp 193.20dp 194.60dp 18.20dp 196.00dp 197.40dp 198.80dp 200.20dp 201.60dp 203.00dp 204.40dp 205.80dp 207.20dp 208.60dp 19.60dp 210.00dp 211.40dp 212.80dp 214.20dp 215.60dp 217.00dp 218.40dp 219.80dp 221.20dp 222.60dp 21.00dp 224.00dp 225.40dp 226.80dp 228.20dp 229.60dp 231.00dp 232.40dp 233.80dp 235.20dp 236.60dp 22.40dp 238.00dp 239.40dp 240.80dp 242.20dp 243.60dp 245.00dp 246.40dp 247.80dp 249.20dp 250.60dp 23.80dp 252.00dp 253.40dp 254.80dp 256.20dp 257.60dp 259.00dp 260.40dp 261.80dp 263.20dp 264.60dp 25.20dp 266.00dp 267.40dp 268.80dp 270.20dp 271.60dp 273.00dp 274.40dp 275.80dp 277.20dp 278.60dp 26.60dp 1.40dp 280.00dp 281.40dp 282.80dp 284.20dp 285.60dp 287.00dp 288.40dp 289.80dp 291.20dp 292.60dp 28.00dp 294.00dp 295.40dp 296.80dp 298.20dp 299.60dp 301.00dp 302.40dp 303.80dp 305.20dp 306.60dp 29.40dp 308.00dp 309.40dp 310.80dp 312.20dp 313.60dp 315.00dp 316.40dp 317.80dp 319.20dp 320.60dp 30.80dp 322.00dp 323.40dp 324.80dp 326.20dp 327.60dp 329.00dp 330.40dp 331.80dp 333.20dp 334.60dp 32.20dp 336.00dp 337.40dp 338.80dp 340.20dp 341.60dp 343.00dp 344.40dp 345.80dp 347.20dp 348.60dp 33.60dp 350.00dp 351.40dp 352.80dp 354.20dp 355.60dp 357.00dp 358.40dp 359.80dp 361.20dp 362.60dp 35.00dp 364.00dp 365.40dp 366.80dp 368.20dp 369.60dp 371.00dp 372.40dp 373.80dp 375.20dp 376.60dp 36.40dp 378.00dp 379.40dp 380.80dp 382.20dp 383.60dp 385.00dp 386.40dp 387.80dp 389.20dp 390.60dp 37.80dp 392.00dp 393.40dp 394.80dp 396.20dp 397.60dp 399.00dp 400.40dp 401.80dp 403.20dp 404.60dp 39.20dp 406.00dp 407.40dp 408.80dp 410.20dp 411.60dp 413.00dp 414.40dp 415.80dp 417.20dp 418.60dp 40.60dp 2.80dp 420.00dp 421.40dp 422.80dp 424.20dp 425.60dp 427.00dp 428.40dp 429.80dp 431.20dp 432.60dp 42.00dp 434.00dp 435.40dp 436.80dp 438.20dp 439.60dp 441.00dp 442.40dp 443.80dp 445.20dp 446.60dp 43.40dp 448.00dp 449.40dp 450.80dp 452.20dp 453.60dp 455.00dp 456.40dp 457.80dp 459.20dp 460.60dp 44.80dp 462.00dp 463.40dp 464.80dp 466.20dp 467.60dp 469.00dp 470.40dp 471.80dp 473.20dp 474.60dp 46.20dp 476.00dp 477.40dp 478.80dp 480.20dp 481.60dp 483.00dp 484.40dp 485.80dp 487.20dp 488.60dp 47.60dp 490.00dp 491.40dp 492.80dp 494.20dp 495.60dp 497.00dp 498.40dp 499.80dp 501.20dp 502.60dp 49.00dp 504.00dp 505.40dp 506.80dp 508.20dp 509.60dp 511.00dp 512.40dp 513.80dp 515.20dp 516.60dp 50.40dp 518.00dp 519.40dp 520.80dp 522.20dp 523.60dp 525.00dp 526.40dp 527.80dp 529.20dp 530.60dp 51.80dp 532.00dp 533.40dp 534.80dp 536.20dp 537.60dp 539.00dp 540.40dp 541.80dp 543.20dp 544.60dp 53.20dp 546.00dp 547.40dp 548.80dp 550.20dp 551.60dp 553.00dp 554.40dp 555.80dp 557.20dp 558.60dp 54.60dp 4.20dp 560.00dp 561.40dp 562.80dp 564.20dp 565.60dp 567.00dp 568.40dp 569.80dp 571.20dp 572.60dp 56.00dp 574.00dp 575.40dp 576.80dp 578.20dp 579.60dp 581.00dp 582.40dp 583.80dp 585.20dp 586.60dp 57.40dp 588.00dp 589.40dp 590.80dp 592.20dp 593.60dp 595.00dp 596.40dp 597.80dp 599.20dp 600.60dp 58.80dp 602.00dp 603.40dp 604.80dp 606.20dp 607.60dp 609.00dp 610.40dp 611.80dp 613.20dp 614.60dp 60.20dp 616.00dp 617.40dp 618.80dp 620.20dp 621.60dp 623.00dp 624.40dp 625.80dp 627.20dp 628.60dp 61.60dp 630.00dp 631.40dp 632.80dp 634.20dp 635.60dp 637.00dp 638.40dp 639.80dp 641.20dp 642.60dp 63.00dp 644.00dp 645.40dp 646.80dp 648.20dp 649.60dp 651.00dp 652.40dp 653.80dp 655.20dp 656.60dp 64.40dp 658.00dp 659.40dp 660.80dp 662.20dp 663.60dp 665.00dp 666.40dp 667.80dp 669.20dp 670.60dp 65.80dp 672.00dp 673.40dp 674.80dp 676.20dp 677.60dp 679.00dp 680.40dp 681.80dp 683.20dp 684.60dp 67.20dp 686.00dp 687.40dp 688.80dp 690.20dp 691.60dp 693.00dp 694.40dp 695.80dp 697.20dp 698.60dp 68.60dp 5.60dp 700.00dp 701.40dp 702.80dp 704.20dp 705.60dp 707.00dp 708.40dp 709.80dp 711.20dp 712.60dp 70.00dp 714.00dp 715.40dp 716.80dp 718.20dp 719.60dp 721.00dp 722.40dp 723.80dp 725.20dp 726.60dp 71.40dp 728.00dp 729.40dp 730.80dp 732.20dp 733.60dp 735.00dp 736.40dp 737.80dp 739.20dp 740.60dp 72.80dp 742.00dp 743.40dp 744.80dp 746.20dp 747.60dp 749.00dp 750.40dp 751.80dp 753.20dp 754.60dp 74.20dp 756.00dp 757.40dp 758.80dp 760.20dp 761.60dp 763.00dp 764.40dp 765.80dp 767.20dp 768.60dp 75.60dp 770.00dp 771.40dp 772.80dp 774.20dp 775.60dp 777.00dp 778.40dp 779.80dp 781.20dp 782.60dp 77.00dp 784.00dp 785.40dp 786.80dp 788.20dp 789.60dp 791.00dp 792.40dp 793.80dp 795.20dp 796.60dp 78.40dp 798.00dp 799.40dp 800.80dp 802.20dp 803.60dp 805.00dp 806.40dp 807.80dp 809.20dp 810.60dp 79.80dp 812.00dp 813.40dp 814.80dp 816.20dp 817.60dp 819.00dp 820.40dp 821.80dp 823.20dp 824.60dp 81.20dp 826.00dp 827.40dp 828.80dp 830.20dp 831.60dp 833.00dp 834.40dp 835.80dp 837.20dp 838.60dp 82.60dp 7.00dp 840.00dp 84.00dp 85.40dp 86.80dp 88.20dp 89.60dp 91.00dp 92.40dp 93.80dp 95.20dp 96.60dp 8.40dp 98.00dp 99.40dp 100.80dp 102.20dp 103.60dp 105.00dp 106.40dp 107.80dp 109.20dp 110.60dp 9.80dp 112.00dp 113.40dp 114.80dp 116.20dp 117.60dp 119.00dp 120.40dp 121.80dp 123.20dp 124.60dp 11.20dp 126.00dp 127.40dp 128.80dp 130.20dp 131.60dp 133.00dp 134.40dp 135.80dp 137.20dp 138.60dp 12.60dp -14.00dp -15.40dp -16.80dp -18.20dp -19.60dp -21.00dp -22.40dp -23.80dp -25.20dp -26.60dp -1.40dp -28.00dp -29.40dp -30.80dp -32.20dp -33.60dp -35.00dp -36.40dp -37.80dp -39.20dp -40.60dp -2.80dp -42.00dp -43.40dp -44.80dp -46.20dp -47.60dp -49.00dp -50.40dp -51.80dp -53.20dp -54.60dp -4.20dp -56.00dp -57.40dp -58.80dp -60.20dp -61.60dp -63.00dp -64.40dp -65.80dp -67.20dp -68.60dp -5.60dp -70.00dp -71.40dp -72.80dp -74.20dp -75.60dp -77.00dp -78.40dp -79.80dp -81.20dp -82.60dp -7.00dp -84.00dp -8.40dp -9.80dp -11.20dp -12.60dp 150.00dp 151.50dp 153.00dp 154.50dp 156.00dp 157.50dp 159.00dp 160.50dp 162.00dp 163.50dp 15.00dp 165.00dp 166.50dp 168.00dp 169.50dp 171.00dp 172.50dp 174.00dp 175.50dp 177.00dp 178.50dp 16.50dp 180.00dp 181.50dp 183.00dp 184.50dp 186.00dp 187.50dp 189.00dp 190.50dp 192.00dp 193.50dp 18.00dp 195.00dp 196.50dp 198.00dp 199.50dp 201.00dp 202.50dp 204.00dp 205.50dp 207.00dp 208.50dp 19.50dp 210.00dp 211.50dp 213.00dp 214.50dp 216.00dp 217.50dp 219.00dp 220.50dp 222.00dp 223.50dp 21.00dp 225.00dp 226.50dp 228.00dp 229.50dp 231.00dp 232.50dp 234.00dp 235.50dp 237.00dp 238.50dp 22.50dp 240.00dp 241.50dp 243.00dp 244.50dp 246.00dp 247.50dp 249.00dp 250.50dp 252.00dp 253.50dp 24.00dp 255.00dp 256.50dp 258.00dp 259.50dp 261.00dp 262.50dp 264.00dp 265.50dp 267.00dp 268.50dp 25.50dp 270.00dp 271.50dp 273.00dp 274.50dp 276.00dp 277.50dp 279.00dp 280.50dp 282.00dp 283.50dp 27.00dp 285.00dp 286.50dp 288.00dp 289.50dp 291.00dp 292.50dp 294.00dp 295.50dp 297.00dp 298.50dp 28.50dp 1.50dp 300.00dp 301.50dp 303.00dp 304.50dp 306.00dp 307.50dp 309.00dp 310.50dp 312.00dp 313.50dp 30.00dp 315.00dp 316.50dp 318.00dp 319.50dp 321.00dp 322.50dp 324.00dp 325.50dp 327.00dp 328.50dp 31.50dp 330.00dp 331.50dp 333.00dp 334.50dp 336.00dp 337.50dp 339.00dp 340.50dp 342.00dp 343.50dp 33.00dp 345.00dp 346.50dp 348.00dp 349.50dp 351.00dp 352.50dp 354.00dp 355.50dp 357.00dp 358.50dp 34.50dp 360.00dp 361.50dp 363.00dp 364.50dp 366.00dp 367.50dp 369.00dp 370.50dp 372.00dp 373.50dp 36.00dp 375.00dp 376.50dp 378.00dp 379.50dp 381.00dp 382.50dp 384.00dp 385.50dp 387.00dp 388.50dp 37.50dp 390.00dp 391.50dp 393.00dp 394.50dp 396.00dp 397.50dp 399.00dp 400.50dp 402.00dp 403.50dp 39.00dp 405.00dp 406.50dp 408.00dp 409.50dp 411.00dp 412.50dp 414.00dp 415.50dp 417.00dp 418.50dp 40.50dp 420.00dp 421.50dp 423.00dp 424.50dp 426.00dp 427.50dp 429.00dp 430.50dp 432.00dp 433.50dp 42.00dp 435.00dp 436.50dp 438.00dp 439.50dp 441.00dp 442.50dp 444.00dp 445.50dp 447.00dp 448.50dp 43.50dp 3.00dp 450.00dp 451.50dp 453.00dp 454.50dp 456.00dp 457.50dp 459.00dp 460.50dp 462.00dp 463.50dp 45.00dp 465.00dp 466.50dp 468.00dp 469.50dp 471.00dp 472.50dp 474.00dp 475.50dp 477.00dp 478.50dp 46.50dp 480.00dp 481.50dp 483.00dp 484.50dp 486.00dp 487.50dp 489.00dp 490.50dp 492.00dp 493.50dp 48.00dp 495.00dp 496.50dp 498.00dp 499.50dp 501.00dp 502.50dp 504.00dp 505.50dp 507.00dp 508.50dp 49.50dp 510.00dp 511.50dp 513.00dp 514.50dp 516.00dp 517.50dp 519.00dp 520.50dp 522.00dp 523.50dp 51.00dp 525.00dp 526.50dp 528.00dp 529.50dp 531.00dp 532.50dp 534.00dp 535.50dp 537.00dp 538.50dp 52.50dp 540.00dp 541.50dp 543.00dp 544.50dp 546.00dp 547.50dp 549.00dp 550.50dp 552.00dp 553.50dp 54.00dp 555.00dp 556.50dp 558.00dp 559.50dp 561.00dp 562.50dp 564.00dp 565.50dp 567.00dp 568.50dp 55.50dp 570.00dp 571.50dp 573.00dp 574.50dp 576.00dp 577.50dp 579.00dp 580.50dp 582.00dp 583.50dp 57.00dp 585.00dp 586.50dp 588.00dp 589.50dp 591.00dp 592.50dp 594.00dp 595.50dp 597.00dp 598.50dp 58.50dp 4.50dp 600.00dp 601.50dp 603.00dp 604.50dp 606.00dp 607.50dp 609.00dp 610.50dp 612.00dp 613.50dp 60.00dp 615.00dp 616.50dp 618.00dp 619.50dp 621.00dp 622.50dp 624.00dp 625.50dp 627.00dp 628.50dp 61.50dp 630.00dp 631.50dp 633.00dp 634.50dp 636.00dp 637.50dp 639.00dp 640.50dp 642.00dp 643.50dp 63.00dp 645.00dp 646.50dp 648.00dp 649.50dp 651.00dp 652.50dp 654.00dp 655.50dp 657.00dp 658.50dp 64.50dp 660.00dp 661.50dp 663.00dp 664.50dp 666.00dp 667.50dp 669.00dp 670.50dp 672.00dp 673.50dp 66.00dp 675.00dp 676.50dp 678.00dp 679.50dp 681.00dp 682.50dp 684.00dp 685.50dp 687.00dp 688.50dp 67.50dp 690.00dp 691.50dp 693.00dp 694.50dp 696.00dp 697.50dp 699.00dp 700.50dp 702.00dp 703.50dp 69.00dp 705.00dp 706.50dp 708.00dp 709.50dp 711.00dp 712.50dp 714.00dp 715.50dp 717.00dp 718.50dp 70.50dp 720.00dp 721.50dp 723.00dp 724.50dp 726.00dp 727.50dp 729.00dp 730.50dp 732.00dp 733.50dp 72.00dp 735.00dp 736.50dp 738.00dp 739.50dp 741.00dp 742.50dp 744.00dp 745.50dp 747.00dp 748.50dp 73.50dp 6.00dp 750.00dp 751.50dp 753.00dp 754.50dp 756.00dp 757.50dp 759.00dp 760.50dp 762.00dp 763.50dp 75.00dp 765.00dp 766.50dp 768.00dp 769.50dp 771.00dp 772.50dp 774.00dp 775.50dp 777.00dp 778.50dp 76.50dp 780.00dp 781.50dp 783.00dp 784.50dp 786.00dp 787.50dp 789.00dp 790.50dp 792.00dp 793.50dp 78.00dp 795.00dp 796.50dp 798.00dp 799.50dp 801.00dp 802.50dp 804.00dp 805.50dp 807.00dp 808.50dp 79.50dp 810.00dp 811.50dp 813.00dp 814.50dp 816.00dp 817.50dp 819.00dp 820.50dp 822.00dp 823.50dp 81.00dp 825.00dp 826.50dp 828.00dp 829.50dp 831.00dp 832.50dp 834.00dp 835.50dp 837.00dp 838.50dp 82.50dp 840.00dp 841.50dp 843.00dp 844.50dp 846.00dp 847.50dp 849.00dp 850.50dp 852.00dp 853.50dp 84.00dp 855.00dp 856.50dp 858.00dp 859.50dp 861.00dp 862.50dp 864.00dp 865.50dp 867.00dp 868.50dp 85.50dp 870.00dp 871.50dp 873.00dp 874.50dp 876.00dp 877.50dp 879.00dp 880.50dp 882.00dp 883.50dp 87.00dp 885.00dp 886.50dp 888.00dp 889.50dp 891.00dp 892.50dp 894.00dp 895.50dp 897.00dp 898.50dp 88.50dp 7.50dp 900.00dp 90.00dp 91.50dp 93.00dp 94.50dp 96.00dp 97.50dp 99.00dp 100.50dp 102.00dp 103.50dp 9.00dp 105.00dp 106.50dp 108.00dp 109.50dp 111.00dp 112.50dp 114.00dp 115.50dp 117.00dp 118.50dp 10.50dp 120.00dp 121.50dp 123.00dp 124.50dp 126.00dp 127.50dp 129.00dp 130.50dp 132.00dp 133.50dp 12.00dp 135.00dp 136.50dp 138.00dp 139.50dp 141.00dp 142.50dp 144.00dp 145.50dp 147.00dp 148.50dp 13.50dp -15.00dp -16.50dp -18.00dp -19.50dp -21.00dp -22.50dp -24.00dp -25.50dp -27.00dp -28.50dp -1.50dp -30.00dp -31.50dp -33.00dp -34.50dp -36.00dp -37.50dp -39.00dp -40.50dp -42.00dp -43.50dp -3.00dp -45.00dp -46.50dp -48.00dp -49.50dp -51.00dp -52.50dp -54.00dp -55.50dp -57.00dp -58.50dp -4.50dp -60.00dp -61.50dp -63.00dp -64.50dp -66.00dp -67.50dp -69.00dp -70.50dp -72.00dp -73.50dp -6.00dp -75.00dp -76.50dp -78.00dp -79.50dp -81.00dp -82.50dp -84.00dp -85.50dp -87.00dp -88.50dp -7.50dp -90.00dp -9.00dp -10.50dp -12.00dp -13.50dp 160.00dp 161.60dp 163.20dp 164.80dp 166.40dp 168.00dp 169.60dp 171.20dp 172.80dp 174.40dp 16.00dp 176.00dp 177.60dp 179.20dp 180.80dp 182.40dp 184.00dp 185.60dp 187.20dp 188.80dp 190.40dp 17.60dp 192.00dp 193.60dp 195.20dp 196.80dp 198.40dp 200.00dp 201.60dp 203.20dp 204.80dp 206.40dp 19.20dp 208.00dp 209.60dp 211.20dp 212.80dp 214.40dp 216.00dp 217.60dp 219.20dp 220.80dp 222.40dp 20.80dp 224.00dp 225.60dp 227.20dp 228.80dp 230.40dp 232.00dp 233.60dp 235.20dp 236.80dp 238.40dp 22.40dp 240.00dp 241.60dp 243.20dp 244.80dp 246.40dp 248.00dp 249.60dp 251.20dp 252.80dp 254.40dp 24.00dp 256.00dp 257.60dp 259.20dp 260.80dp 262.40dp 264.00dp 265.60dp 267.20dp 268.80dp 270.40dp 25.60dp 272.00dp 273.60dp 275.20dp 276.80dp 278.40dp 280.00dp 281.60dp 283.20dp 284.80dp 286.40dp 27.20dp 288.00dp 289.60dp 291.20dp 292.80dp 294.40dp 296.00dp 297.60dp 299.20dp 300.80dp 302.40dp 28.80dp 304.00dp 305.60dp 307.20dp 308.80dp 310.40dp 312.00dp 313.60dp 315.20dp 316.80dp 318.40dp 30.40dp 1.60dp 320.00dp 321.60dp 323.20dp 324.80dp 326.40dp 328.00dp 329.60dp 331.20dp 332.80dp 334.40dp 32.00dp 336.00dp 337.60dp 339.20dp 340.80dp 342.40dp 344.00dp 345.60dp 347.20dp 348.80dp 350.40dp 33.60dp 352.00dp 353.60dp 355.20dp 356.80dp 358.40dp 360.00dp 361.60dp 363.20dp 364.80dp 366.40dp 35.20dp 368.00dp 369.60dp 371.20dp 372.80dp 374.40dp 376.00dp 377.60dp 379.20dp 380.80dp 382.40dp 36.80dp 384.00dp 385.60dp 387.20dp 388.80dp 390.40dp 392.00dp 393.60dp 395.20dp 396.80dp 398.40dp 38.40dp 400.00dp 401.60dp 403.20dp 404.80dp 406.40dp 408.00dp 409.60dp 411.20dp 412.80dp 414.40dp 40.00dp 416.00dp 417.60dp 419.20dp 420.80dp 422.40dp 424.00dp 425.60dp 427.20dp 428.80dp 430.40dp 41.60dp 432.00dp 433.60dp 435.20dp 436.80dp 438.40dp 440.00dp 441.60dp 443.20dp 444.80dp 446.40dp 43.20dp 448.00dp 449.60dp 451.20dp 452.80dp 454.40dp 456.00dp 457.60dp 459.20dp 460.80dp 462.40dp 44.80dp 464.00dp 465.60dp 467.20dp 468.80dp 470.40dp 472.00dp 473.60dp 475.20dp 476.80dp 478.40dp 46.40dp 3.20dp 480.00dp 481.60dp 483.20dp 484.80dp 486.40dp 488.00dp 489.60dp 491.20dp 492.80dp 494.40dp 48.00dp 496.00dp 497.60dp 499.20dp 500.80dp 502.40dp 504.00dp 505.60dp 507.20dp 508.80dp 510.40dp 49.60dp 512.00dp 513.60dp 515.20dp 516.80dp 518.40dp 520.00dp 521.60dp 523.20dp 524.80dp 526.40dp 51.20dp 528.00dp 529.60dp 531.20dp 532.80dp 534.40dp 536.00dp 537.60dp 539.20dp 540.80dp 542.40dp 52.80dp 544.00dp 545.60dp 547.20dp 548.80dp 550.40dp 552.00dp 553.60dp 555.20dp 556.80dp 558.40dp 54.40dp 560.00dp 561.60dp 563.20dp 564.80dp 566.40dp 568.00dp 569.60dp 571.20dp 572.80dp 574.40dp 56.00dp 576.00dp 577.60dp 579.20dp 580.80dp 582.40dp 584.00dp 585.60dp 587.20dp 588.80dp 590.40dp 57.60dp 592.00dp 593.60dp 595.20dp 596.80dp 598.40dp 600.00dp 601.60dp 603.20dp 604.80dp 606.40dp 59.20dp 608.00dp 609.60dp 611.20dp 612.80dp 614.40dp 616.00dp 617.60dp 619.20dp 620.80dp 622.40dp 60.80dp 624.00dp 625.60dp 627.20dp 628.80dp 630.40dp 632.00dp 633.60dp 635.20dp 636.80dp 638.40dp 62.40dp 4.80dp 640.00dp 641.60dp 643.20dp 644.80dp 646.40dp 648.00dp 649.60dp 651.20dp 652.80dp 654.40dp 64.00dp 656.00dp 657.60dp 659.20dp 660.80dp 662.40dp 664.00dp 665.60dp 667.20dp 668.80dp 670.40dp 65.60dp 672.00dp 673.60dp 675.20dp 676.80dp 678.40dp 680.00dp 681.60dp 683.20dp 684.80dp 686.40dp 67.20dp 688.00dp 689.60dp 691.20dp 692.80dp 694.40dp 696.00dp 697.60dp 699.20dp 700.80dp 702.40dp 68.80dp 704.00dp 705.60dp 707.20dp 708.80dp 710.40dp 712.00dp 713.60dp 715.20dp 716.80dp 718.40dp 70.40dp 720.00dp 721.60dp 723.20dp 724.80dp 726.40dp 728.00dp 729.60dp 731.20dp 732.80dp 734.40dp 72.00dp 736.00dp 737.60dp 739.20dp 740.80dp 742.40dp 744.00dp 745.60dp 747.20dp 748.80dp 750.40dp 73.60dp 752.00dp 753.60dp 755.20dp 756.80dp 758.40dp 760.00dp 761.60dp 763.20dp 764.80dp 766.40dp 75.20dp 768.00dp 769.60dp 771.20dp 772.80dp 774.40dp 776.00dp 777.60dp 779.20dp 780.80dp 782.40dp 76.80dp 784.00dp 785.60dp 787.20dp 788.80dp 790.40dp 792.00dp 793.60dp 795.20dp 796.80dp 798.40dp 78.40dp 6.40dp 800.00dp 801.60dp 803.20dp 804.80dp 806.40dp 808.00dp 809.60dp 811.20dp 812.80dp 814.40dp 80.00dp 816.00dp 817.60dp 819.20dp 820.80dp 822.40dp 824.00dp 825.60dp 827.20dp 828.80dp 830.40dp 81.60dp 832.00dp 833.60dp 835.20dp 836.80dp 838.40dp 840.00dp 841.60dp 843.20dp 844.80dp 846.40dp 83.20dp 848.00dp 849.60dp 851.20dp 852.80dp 854.40dp 856.00dp 857.60dp 859.20dp 860.80dp 862.40dp 84.80dp 864.00dp 865.60dp 867.20dp 868.80dp 870.40dp 872.00dp 873.60dp 875.20dp 876.80dp 878.40dp 86.40dp 880.00dp 881.60dp 883.20dp 884.80dp 886.40dp 888.00dp 889.60dp 891.20dp 892.80dp 894.40dp 88.00dp 896.00dp 897.60dp 899.20dp 900.80dp 902.40dp 904.00dp 905.60dp 907.20dp 908.80dp 910.40dp 89.60dp 912.00dp 913.60dp 915.20dp 916.80dp 918.40dp 920.00dp 921.60dp 923.20dp 924.80dp 926.40dp 91.20dp 928.00dp 929.60dp 931.20dp 932.80dp 934.40dp 936.00dp 937.60dp 939.20dp 940.80dp 942.40dp 92.80dp 944.00dp 945.60dp 947.20dp 948.80dp 950.40dp 952.00dp 953.60dp 955.20dp 956.80dp 958.40dp 94.40dp 8.00dp 960.00dp 96.00dp 97.60dp 99.20dp 100.80dp 102.40dp 104.00dp 105.60dp 107.20dp 108.80dp 110.40dp 9.60dp 112.00dp 113.60dp 115.20dp 116.80dp 118.40dp 120.00dp 121.60dp 123.20dp 124.80dp 126.40dp 11.20dp 128.00dp 129.60dp 131.20dp 132.80dp 134.40dp 136.00dp 137.60dp 139.20dp 140.80dp 142.40dp 12.80dp 144.00dp 145.60dp 147.20dp 148.80dp 150.40dp 152.00dp 153.60dp 155.20dp 156.80dp 158.40dp 14.40dp -16.00dp -17.60dp -19.20dp -20.80dp -22.40dp -24.00dp -25.60dp -27.20dp -28.80dp -30.40dp -1.60dp -32.00dp -33.60dp -35.20dp -36.80dp -38.40dp -40.00dp -41.60dp -43.20dp -44.80dp -46.40dp -3.20dp -48.00dp -49.60dp -51.20dp -52.80dp -54.40dp -56.00dp -57.60dp -59.20dp -60.80dp -62.40dp -4.80dp -64.00dp -65.60dp -67.20dp -68.80dp -70.40dp -72.00dp -73.60dp -75.20dp -76.80dp -78.40dp -6.40dp -80.00dp -81.60dp -83.20dp -84.80dp -86.40dp -88.00dp -89.60dp -91.20dp -92.80dp -94.40dp -8.00dp -96.00dp -9.60dp -11.20dp -12.80dp -14.40dp 170.00dp 171.70dp 173.40dp 175.10dp 176.80dp 178.50dp 180.20dp 181.90dp 183.60dp 185.30dp 17.00dp 187.00dp 188.70dp 190.40dp 192.10dp 193.80dp 195.50dp 197.20dp 198.90dp 200.60dp 202.30dp 18.70dp 204.00dp 205.70dp 207.40dp 209.10dp 210.80dp 212.50dp 214.20dp 215.90dp 217.60dp 219.30dp 20.40dp 221.00dp 222.70dp 224.40dp 226.10dp 227.80dp 229.50dp 231.20dp 232.90dp 234.60dp 236.30dp 22.10dp 238.00dp 239.70dp 241.40dp 243.10dp 244.80dp 246.50dp 248.20dp 249.90dp 251.60dp 253.30dp 23.80dp 255.00dp 256.70dp 258.40dp 260.10dp 261.80dp 263.50dp 265.20dp 266.90dp 268.60dp 270.30dp 25.50dp 272.00dp 273.70dp 275.40dp 277.10dp 278.80dp 280.50dp 282.20dp 283.90dp 285.60dp 287.30dp 27.20dp 289.00dp 290.70dp 292.40dp 294.10dp 295.80dp 297.50dp 299.20dp 300.90dp 302.60dp 304.30dp 28.90dp 306.00dp 307.70dp 309.40dp 311.10dp 312.80dp 314.50dp 316.20dp 317.90dp 319.60dp 321.30dp 30.60dp 323.00dp 324.70dp 326.40dp 328.10dp 329.80dp 331.50dp 333.20dp 334.90dp 336.60dp 338.30dp 32.30dp 1.70dp 340.00dp 341.70dp 343.40dp 345.10dp 346.80dp 348.50dp 350.20dp 351.90dp 353.60dp 355.30dp 34.00dp 357.00dp 358.70dp 360.40dp 362.10dp 363.80dp 365.50dp 367.20dp 368.90dp 370.60dp 372.30dp 35.70dp 374.00dp 375.70dp 377.40dp 379.10dp 380.80dp 382.50dp 384.20dp 385.90dp 387.60dp 389.30dp 37.40dp 391.00dp 392.70dp 394.40dp 396.10dp 397.80dp 399.50dp 401.20dp 402.90dp 404.60dp 406.30dp 39.10dp 408.00dp 409.70dp 411.40dp 413.10dp 414.80dp 416.50dp 418.20dp 419.90dp 421.60dp 423.30dp 40.80dp 425.00dp 426.70dp 428.40dp 430.10dp 431.80dp 433.50dp 435.20dp 436.90dp 438.60dp 440.30dp 42.50dp 442.00dp 443.70dp 445.40dp 447.10dp 448.80dp 450.50dp 452.20dp 453.90dp 455.60dp 457.30dp 44.20dp 459.00dp 460.70dp 462.40dp 464.10dp 465.80dp 467.50dp 469.20dp 470.90dp 472.60dp 474.30dp 45.90dp 476.00dp 477.70dp 479.40dp 481.10dp 482.80dp 484.50dp 486.20dp 487.90dp 489.60dp 491.30dp 47.60dp 493.00dp 494.70dp 496.40dp 498.10dp 499.80dp 501.50dp 503.20dp 504.90dp 506.60dp 508.30dp 49.30dp 3.40dp 510.00dp 511.70dp 513.40dp 515.10dp 516.80dp 518.50dp 520.20dp 521.90dp 523.60dp 525.30dp 51.00dp 527.00dp 528.70dp 530.40dp 532.10dp 533.80dp 535.50dp 537.20dp 538.90dp 540.60dp 542.30dp 52.70dp 544.00dp 545.70dp 547.40dp 549.10dp 550.80dp 552.50dp 554.20dp 555.90dp 557.60dp 559.30dp 54.40dp 561.00dp 562.70dp 564.40dp 566.10dp 567.80dp 569.50dp 571.20dp 572.90dp 574.60dp 576.30dp 56.10dp 578.00dp 579.70dp 581.40dp 583.10dp 584.80dp 586.50dp 588.20dp 589.90dp 591.60dp 593.30dp 57.80dp 595.00dp 596.70dp 598.40dp 600.10dp 601.80dp 603.50dp 605.20dp 606.90dp 608.60dp 610.30dp 59.50dp 612.00dp 613.70dp 615.40dp 617.10dp 618.80dp 620.50dp 622.20dp 623.90dp 625.60dp 627.30dp 61.20dp 629.00dp 630.70dp 632.40dp 634.10dp 635.80dp 637.50dp 639.20dp 640.90dp 642.60dp 644.30dp 62.90dp 646.00dp 647.70dp 649.40dp 651.10dp 652.80dp 654.50dp 656.20dp 657.90dp 659.60dp 661.30dp 64.60dp 663.00dp 664.70dp 666.40dp 668.10dp 669.80dp 671.50dp 673.20dp 674.90dp 676.60dp 678.30dp 66.30dp 5.10dp 680.00dp 681.70dp 683.40dp 685.10dp 686.80dp 688.50dp 690.20dp 691.90dp 693.60dp 695.30dp 68.00dp 697.00dp 698.70dp 700.40dp 702.10dp 703.80dp 705.50dp 707.20dp 708.90dp 710.60dp 712.30dp 69.70dp 714.00dp 715.70dp 717.40dp 719.10dp 720.80dp 722.50dp 724.20dp 725.90dp 727.60dp 729.30dp 71.40dp 731.00dp 732.70dp 734.40dp 736.10dp 737.80dp 739.50dp 741.20dp 742.90dp 744.60dp 746.30dp 73.10dp 748.00dp 749.70dp 751.40dp 753.10dp 754.80dp 756.50dp 758.20dp 759.90dp 761.60dp 763.30dp 74.80dp 765.00dp 766.70dp 768.40dp 770.10dp 771.80dp 773.50dp 775.20dp 776.90dp 778.60dp 780.30dp 76.50dp 782.00dp 783.70dp 785.40dp 787.10dp 788.80dp 790.50dp 792.20dp 793.90dp 795.60dp 797.30dp 78.20dp 799.00dp 800.70dp 802.40dp 804.10dp 805.80dp 807.50dp 809.20dp 810.90dp 812.60dp 814.30dp 79.90dp 816.00dp 817.70dp 819.40dp 821.10dp 822.80dp 824.50dp 826.20dp 827.90dp 829.60dp 831.30dp 81.60dp 833.00dp 834.70dp 836.40dp 838.10dp 839.80dp 841.50dp 843.20dp 844.90dp 846.60dp 848.30dp 83.30dp 6.80dp 850.00dp 851.70dp 853.40dp 855.10dp 856.80dp 858.50dp 860.20dp 861.90dp 863.60dp 865.30dp 85.00dp 867.00dp 868.70dp 870.40dp 872.10dp 873.80dp 875.50dp 877.20dp 878.90dp 880.60dp 882.30dp 86.70dp 884.00dp 885.70dp 887.40dp 889.10dp 890.80dp 892.50dp 894.20dp 895.90dp 897.60dp 899.30dp 88.40dp 901.00dp 902.70dp 904.40dp 906.10dp 907.80dp 909.50dp 911.20dp 912.90dp 914.60dp 916.30dp 90.10dp 918.00dp 919.70dp 921.40dp 923.10dp 924.80dp 926.50dp 928.20dp 929.90dp 931.60dp 933.30dp 91.80dp 935.00dp 936.70dp 938.40dp 940.10dp 941.80dp 943.50dp 945.20dp 946.90dp 948.60dp 950.30dp 93.50dp 952.00dp 953.70dp 955.40dp 957.10dp 958.80dp 960.50dp 962.20dp 963.90dp 965.60dp 967.30dp 95.20dp 969.00dp 970.70dp 972.40dp 974.10dp 975.80dp 977.50dp 979.20dp 980.90dp 982.60dp 984.30dp 96.90dp 986.00dp 987.70dp 989.40dp 991.10dp 992.80dp 994.50dp 996.20dp 997.90dp 999.60dp 1001.30dp 98.60dp 1003.00dp 1004.70dp 1006.40dp 1008.10dp 1009.80dp 1011.50dp 1013.20dp 1014.90dp 1016.60dp 1018.30dp 100.30dp 8.50dp 1020.00dp 102.00dp 103.70dp 105.40dp 107.10dp 108.80dp 110.50dp 112.20dp 113.90dp 115.60dp 117.30dp 10.20dp 119.00dp 120.70dp 122.40dp 124.10dp 125.80dp 127.50dp 129.20dp 130.90dp 132.60dp 134.30dp 11.90dp 136.00dp 137.70dp 139.40dp 141.10dp 142.80dp 144.50dp 146.20dp 147.90dp 149.60dp 151.30dp 13.60dp 153.00dp 154.70dp 156.40dp 158.10dp 159.80dp 161.50dp 163.20dp 164.90dp 166.60dp 168.30dp 15.30dp -17.00dp -18.70dp -20.40dp -22.10dp -23.80dp -25.50dp -27.20dp -28.90dp -30.60dp -32.30dp -1.70dp -34.00dp -35.70dp -37.40dp -39.10dp -40.80dp -42.50dp -44.20dp -45.90dp -47.60dp -49.30dp -3.40dp -51.00dp -52.70dp -54.40dp -56.10dp -57.80dp -59.50dp -61.20dp -62.90dp -64.60dp -66.30dp -5.10dp -68.00dp -69.70dp -71.40dp -73.10dp -74.80dp -76.50dp -78.20dp -79.90dp -81.60dp -83.30dp -6.80dp -85.00dp -86.70dp -88.40dp -90.10dp -91.80dp -93.50dp -95.20dp -96.90dp -98.60dp -100.30dp -8.50dp -102.00dp -10.20dp -11.90dp -13.60dp -15.30dp 180.00dp 181.80dp 183.60dp 185.40dp 187.20dp 189.00dp 190.80dp 192.60dp 194.40dp 196.20dp 18.00dp 198.00dp 199.80dp 201.60dp 203.40dp 205.20dp 207.00dp 208.80dp 210.60dp 212.40dp 214.20dp 19.80dp 216.00dp 217.80dp 219.60dp 221.40dp 223.20dp 225.00dp 226.80dp 228.60dp 230.40dp 232.20dp 21.60dp 234.00dp 235.80dp 237.60dp 239.40dp 241.20dp 243.00dp 244.80dp 246.60dp 248.40dp 250.20dp 23.40dp 252.00dp 253.80dp 255.60dp 257.40dp 259.20dp 261.00dp 262.80dp 264.60dp 266.40dp 268.20dp 25.20dp 270.00dp 271.80dp 273.60dp 275.40dp 277.20dp 279.00dp 280.80dp 282.60dp 284.40dp 286.20dp 27.00dp 288.00dp 289.80dp 291.60dp 293.40dp 295.20dp 297.00dp 298.80dp 300.60dp 302.40dp 304.20dp 28.80dp 306.00dp 307.80dp 309.60dp 311.40dp 313.20dp 315.00dp 316.80dp 318.60dp 320.40dp 322.20dp 30.60dp 324.00dp 325.80dp 327.60dp 329.40dp 331.20dp 333.00dp 334.80dp 336.60dp 338.40dp 340.20dp 32.40dp 342.00dp 343.80dp 345.60dp 347.40dp 349.20dp 351.00dp 352.80dp 354.60dp 356.40dp 358.20dp 34.20dp 1.80dp 360.00dp 361.80dp 363.60dp 365.40dp 367.20dp 369.00dp 370.80dp 372.60dp 374.40dp 376.20dp 36.00dp 378.00dp 379.80dp 381.60dp 383.40dp 385.20dp 387.00dp 388.80dp 390.60dp 392.40dp 394.20dp 37.80dp 396.00dp 397.80dp 399.60dp 401.40dp 403.20dp 405.00dp 406.80dp 408.60dp 410.40dp 412.20dp 39.60dp 414.00dp 415.80dp 417.60dp 419.40dp 421.20dp 423.00dp 424.80dp 426.60dp 428.40dp 430.20dp 41.40dp 432.00dp 433.80dp 435.60dp 437.40dp 439.20dp 441.00dp 442.80dp 444.60dp 446.40dp 448.20dp 43.20dp 450.00dp 451.80dp 453.60dp 455.40dp 457.20dp 459.00dp 460.80dp 462.60dp 464.40dp 466.20dp 45.00dp 468.00dp 469.80dp 471.60dp 473.40dp 475.20dp 477.00dp 478.80dp 480.60dp 482.40dp 484.20dp 46.80dp 486.00dp 487.80dp 489.60dp 491.40dp 493.20dp 495.00dp 496.80dp 498.60dp 500.40dp 502.20dp 48.60dp 504.00dp 505.80dp 507.60dp 509.40dp 511.20dp 513.00dp 514.80dp 516.60dp 518.40dp 520.20dp 50.40dp 522.00dp 523.80dp 525.60dp 527.40dp 529.20dp 531.00dp 532.80dp 534.60dp 536.40dp 538.20dp 52.20dp 3.60dp 540.00dp 541.80dp 543.60dp 545.40dp 547.20dp 549.00dp 550.80dp 552.60dp 554.40dp 556.20dp 54.00dp 558.00dp 559.80dp 561.60dp 563.40dp 565.20dp 567.00dp 568.80dp 570.60dp 572.40dp 574.20dp 55.80dp 576.00dp 577.80dp 579.60dp 581.40dp 583.20dp 585.00dp 586.80dp 588.60dp 590.40dp 592.20dp 57.60dp 594.00dp 595.80dp 597.60dp 599.40dp 601.20dp 603.00dp 604.80dp 606.60dp 608.40dp 610.20dp 59.40dp 612.00dp 613.80dp 615.60dp 617.40dp 619.20dp 621.00dp 622.80dp 624.60dp 626.40dp 628.20dp 61.20dp 630.00dp 631.80dp 633.60dp 635.40dp 637.20dp 639.00dp 640.80dp 642.60dp 644.40dp 646.20dp 63.00dp 648.00dp 649.80dp 651.60dp 653.40dp 655.20dp 657.00dp 658.80dp 660.60dp 662.40dp 664.20dp 64.80dp 666.00dp 667.80dp 669.60dp 671.40dp 673.20dp 675.00dp 676.80dp 678.60dp 680.40dp 682.20dp 66.60dp 684.00dp 685.80dp 687.60dp 689.40dp 691.20dp 693.00dp 694.80dp 696.60dp 698.40dp 700.20dp 68.40dp 702.00dp 703.80dp 705.60dp 707.40dp 709.20dp 711.00dp 712.80dp 714.60dp 716.40dp 718.20dp 70.20dp 5.40dp 720.00dp 721.80dp 723.60dp 725.40dp 727.20dp 729.00dp 730.80dp 732.60dp 734.40dp 736.20dp 72.00dp 738.00dp 739.80dp 741.60dp 743.40dp 745.20dp 747.00dp 748.80dp 750.60dp 752.40dp 754.20dp 73.80dp 756.00dp 757.80dp 759.60dp 761.40dp 763.20dp 765.00dp 766.80dp 768.60dp 770.40dp 772.20dp 75.60dp 774.00dp 775.80dp 777.60dp 779.40dp 781.20dp 783.00dp 784.80dp 786.60dp 788.40dp 790.20dp 77.40dp 792.00dp 793.80dp 795.60dp 797.40dp 799.20dp 801.00dp 802.80dp 804.60dp 806.40dp 808.20dp 79.20dp 810.00dp 811.80dp 813.60dp 815.40dp 817.20dp 819.00dp 820.80dp 822.60dp 824.40dp 826.20dp 81.00dp 828.00dp 829.80dp 831.60dp 833.40dp 835.20dp 837.00dp 838.80dp 840.60dp 842.40dp 844.20dp 82.80dp 846.00dp 847.80dp 849.60dp 851.40dp 853.20dp 855.00dp 856.80dp 858.60dp 860.40dp 862.20dp 84.60dp 864.00dp 865.80dp 867.60dp 869.40dp 871.20dp 873.00dp 874.80dp 876.60dp 878.40dp 880.20dp 86.40dp 882.00dp 883.80dp 885.60dp 887.40dp 889.20dp 891.00dp 892.80dp 894.60dp 896.40dp 898.20dp 88.20dp 7.20dp 900.00dp 901.80dp 903.60dp 905.40dp 907.20dp 909.00dp 910.80dp 912.60dp 914.40dp 916.20dp 90.00dp 918.00dp 919.80dp 921.60dp 923.40dp 925.20dp 927.00dp 928.80dp 930.60dp 932.40dp 934.20dp 91.80dp 936.00dp 937.80dp 939.60dp 941.40dp 943.20dp 945.00dp 946.80dp 948.60dp 950.40dp 952.20dp 93.60dp 954.00dp 955.80dp 957.60dp 959.40dp 961.20dp 963.00dp 964.80dp 966.60dp 968.40dp 970.20dp 95.40dp 972.00dp 973.80dp 975.60dp 977.40dp 979.20dp 981.00dp 982.80dp 984.60dp 986.40dp 988.20dp 97.20dp 990.00dp 991.80dp 993.60dp 995.40dp 997.20dp 999.00dp 1000.80dp 1002.60dp 1004.40dp 1006.20dp 99.00dp 1008.00dp 1009.80dp 1011.60dp 1013.40dp 1015.20dp 1017.00dp 1018.80dp 1020.60dp 1022.40dp 1024.20dp 100.80dp 1026.00dp 1027.80dp 1029.60dp 1031.40dp 1033.20dp 1035.00dp 1036.80dp 1038.60dp 1040.40dp 1042.20dp 102.60dp 1044.00dp 1045.80dp 1047.60dp 1049.40dp 1051.20dp 1053.00dp 1054.80dp 1056.60dp 1058.40dp 1060.20dp 104.40dp 1062.00dp 1063.80dp 1065.60dp 1067.40dp 1069.20dp 1071.00dp 1072.80dp 1074.60dp 1076.40dp 1078.20dp 106.20dp 9.00dp 1080.00dp 108.00dp 109.80dp 111.60dp 113.40dp 115.20dp 117.00dp 118.80dp 120.60dp 122.40dp 124.20dp 10.80dp 126.00dp 127.80dp 129.60dp 131.40dp 133.20dp 135.00dp 136.80dp 138.60dp 140.40dp 142.20dp 12.60dp 144.00dp 145.80dp 147.60dp 149.40dp 151.20dp 153.00dp 154.80dp 156.60dp 158.40dp 160.20dp 14.40dp 162.00dp 163.80dp 165.60dp 167.40dp 169.20dp 171.00dp 172.80dp 174.60dp 176.40dp 178.20dp 16.20dp -18.00dp -19.80dp -21.60dp -23.40dp -25.20dp -27.00dp -28.80dp -30.60dp -32.40dp -34.20dp -1.80dp -36.00dp -37.80dp -39.60dp -41.40dp -43.20dp -45.00dp -46.80dp -48.60dp -50.40dp -52.20dp -3.60dp -54.00dp -55.80dp -57.60dp -59.40dp -61.20dp -63.00dp -64.80dp -66.60dp -68.40dp -70.20dp -5.40dp -72.00dp -73.80dp -75.60dp -77.40dp -79.20dp -81.00dp -82.80dp -84.60dp -86.40dp -88.20dp -7.20dp -90.00dp -91.80dp -93.60dp -95.40dp -97.20dp -99.00dp -100.80dp -102.60dp -104.40dp -106.20dp -9.00dp -108.00dp -10.80dp -12.60dp -14.40dp -16.20dp 190.00dp 191.90dp 193.80dp 195.70dp 197.60dp 199.50dp 201.40dp 203.30dp 205.20dp 207.10dp 19.00dp 209.00dp 210.90dp 212.80dp 214.70dp 216.60dp 218.50dp 220.40dp 222.30dp 224.20dp 226.10dp 20.90dp 228.00dp 229.90dp 231.80dp 233.70dp 235.60dp 237.50dp 239.40dp 241.30dp 243.20dp 245.10dp 22.80dp 247.00dp 248.90dp 250.80dp 252.70dp 254.60dp 256.50dp 258.40dp 260.30dp 262.20dp 264.10dp 24.70dp 266.00dp 267.90dp 269.80dp 271.70dp 273.60dp 275.50dp 277.40dp 279.30dp 281.20dp 283.10dp 26.60dp 285.00dp 286.90dp 288.80dp 290.70dp 292.60dp 294.50dp 296.40dp 298.30dp 300.20dp 302.10dp 28.50dp 304.00dp 305.90dp 307.80dp 309.70dp 311.60dp 313.50dp 315.40dp 317.30dp 319.20dp 321.10dp 30.40dp 323.00dp 324.90dp 326.80dp 328.70dp 330.60dp 332.50dp 334.40dp 336.30dp 338.20dp 340.10dp 32.30dp 342.00dp 343.90dp 345.80dp 347.70dp 349.60dp 351.50dp 353.40dp 355.30dp 357.20dp 359.10dp 34.20dp 361.00dp 362.90dp 364.80dp 366.70dp 368.60dp 370.50dp 372.40dp 374.30dp 376.20dp 378.10dp 36.10dp 1.90dp 380.00dp 381.90dp 383.80dp 385.70dp 387.60dp 389.50dp 391.40dp 393.30dp 395.20dp 397.10dp 38.00dp 399.00dp 400.90dp 402.80dp 404.70dp 406.60dp 408.50dp 410.40dp 412.30dp 414.20dp 416.10dp 39.90dp 418.00dp 419.90dp 421.80dp 423.70dp 425.60dp 427.50dp 429.40dp 431.30dp 433.20dp 435.10dp 41.80dp 437.00dp 438.90dp 440.80dp 442.70dp 444.60dp 446.50dp 448.40dp 450.30dp 452.20dp 454.10dp 43.70dp 456.00dp 457.90dp 459.80dp 461.70dp 463.60dp 465.50dp 467.40dp 469.30dp 471.20dp 473.10dp 45.60dp 475.00dp 476.90dp 478.80dp 480.70dp 482.60dp 484.50dp 486.40dp 488.30dp 490.20dp 492.10dp 47.50dp 494.00dp 495.90dp 497.80dp 499.70dp 501.60dp 503.50dp 505.40dp 507.30dp 509.20dp 511.10dp 49.40dp 513.00dp 514.90dp 516.80dp 518.70dp 520.60dp 522.50dp 524.40dp 526.30dp 528.20dp 530.10dp 51.30dp 532.00dp 533.90dp 535.80dp 537.70dp 539.60dp 541.50dp 543.40dp 545.30dp 547.20dp 549.10dp 53.20dp 551.00dp 552.90dp 554.80dp 556.70dp 558.60dp 560.50dp 562.40dp 564.30dp 566.20dp 568.10dp 55.10dp 3.80dp 570.00dp 571.90dp 573.80dp 575.70dp 577.60dp 579.50dp 581.40dp 583.30dp 585.20dp 587.10dp 57.00dp 589.00dp 590.90dp 592.80dp 594.70dp 596.60dp 598.50dp 600.40dp 602.30dp 604.20dp 606.10dp 58.90dp 608.00dp 609.90dp 611.80dp 613.70dp 615.60dp 617.50dp 619.40dp 621.30dp 623.20dp 625.10dp 60.80dp 627.00dp 628.90dp 630.80dp 632.70dp 634.60dp 636.50dp 638.40dp 640.30dp 642.20dp 644.10dp 62.70dp 646.00dp 647.90dp 649.80dp 651.70dp 653.60dp 655.50dp 657.40dp 659.30dp 661.20dp 663.10dp 64.60dp 665.00dp 666.90dp 668.80dp 670.70dp 672.60dp 674.50dp 676.40dp 678.30dp 680.20dp 682.10dp 66.50dp 684.00dp 685.90dp 687.80dp 689.70dp 691.60dp 693.50dp 695.40dp 697.30dp 699.20dp 701.10dp 68.40dp 703.00dp 704.90dp 706.80dp 708.70dp 710.60dp 712.50dp 714.40dp 716.30dp 718.20dp 720.10dp 70.30dp 722.00dp 723.90dp 725.80dp 727.70dp 729.60dp 731.50dp 733.40dp 735.30dp 737.20dp 739.10dp 72.20dp 741.00dp 742.90dp 744.80dp 746.70dp 748.60dp 750.50dp 752.40dp 754.30dp 756.20dp 758.10dp 74.10dp 5.70dp 760.00dp 761.90dp 763.80dp 765.70dp 767.60dp 769.50dp 771.40dp 773.30dp 775.20dp 777.10dp 76.00dp 779.00dp 780.90dp 782.80dp 784.70dp 786.60dp 788.50dp 790.40dp 792.30dp 794.20dp 796.10dp 77.90dp 798.00dp 799.90dp 801.80dp 803.70dp 805.60dp 807.50dp 809.40dp 811.30dp 813.20dp 815.10dp 79.80dp 817.00dp 818.90dp 820.80dp 822.70dp 824.60dp 826.50dp 828.40dp 830.30dp 832.20dp 834.10dp 81.70dp 836.00dp 837.90dp 839.80dp 841.70dp 843.60dp 845.50dp 847.40dp 849.30dp 851.20dp 853.10dp 83.60dp 855.00dp 856.90dp 858.80dp 860.70dp 862.60dp 864.50dp 866.40dp 868.30dp 870.20dp 872.10dp 85.50dp 874.00dp 875.90dp 877.80dp 879.70dp 881.60dp 883.50dp 885.40dp 887.30dp 889.20dp 891.10dp 87.40dp 893.00dp 894.90dp 896.80dp 898.70dp 900.60dp 902.50dp 904.40dp 906.30dp 908.20dp 910.10dp 89.30dp 912.00dp 913.90dp 915.80dp 917.70dp 919.60dp 921.50dp 923.40dp 925.30dp 927.20dp 929.10dp 91.20dp 931.00dp 932.90dp 934.80dp 936.70dp 938.60dp 940.50dp 942.40dp 944.30dp 946.20dp 948.10dp 93.10dp 7.60dp 950.00dp 951.90dp 953.80dp 955.70dp 957.60dp 959.50dp 961.40dp 963.30dp 965.20dp 967.10dp 95.00dp 969.00dp 970.90dp 972.80dp 974.70dp 976.60dp 978.50dp 980.40dp 982.30dp 984.20dp 986.10dp 96.90dp 988.00dp 989.90dp 991.80dp 993.70dp 995.60dp 997.50dp 999.40dp 1001.30dp 1003.20dp 1005.10dp 98.80dp 1007.00dp 1008.90dp 1010.80dp 1012.70dp 1014.60dp 1016.50dp 1018.40dp 1020.30dp 1022.20dp 1024.10dp 100.70dp 1026.00dp 1027.90dp 1029.80dp 1031.70dp 1033.60dp 1035.50dp 1037.40dp 1039.30dp 1041.20dp 1043.10dp 102.60dp 1045.00dp 1046.90dp 1048.80dp 1050.70dp 1052.60dp 1054.50dp 1056.40dp 1058.30dp 1060.20dp 1062.10dp 104.50dp 1064.00dp 1065.90dp 1067.80dp 1069.70dp 1071.60dp 1073.50dp 1075.40dp 1077.30dp 1079.20dp 1081.10dp 106.40dp 1083.00dp 1084.90dp 1086.80dp 1088.70dp 1090.60dp 1092.50dp 1094.40dp 1096.30dp 1098.20dp 1100.10dp 108.30dp 1102.00dp 1103.90dp 1105.80dp 1107.70dp 1109.60dp 1111.50dp 1113.40dp 1115.30dp 1117.20dp 1119.10dp 110.20dp 1121.00dp 1122.90dp 1124.80dp 1126.70dp 1128.60dp 1130.50dp 1132.40dp 1134.30dp 1136.20dp 1138.10dp 112.10dp 9.50dp 1140.00dp 114.00dp 115.90dp 117.80dp 119.70dp 121.60dp 123.50dp 125.40dp 127.30dp 129.20dp 131.10dp 11.40dp 133.00dp 134.90dp 136.80dp 138.70dp 140.60dp 142.50dp 144.40dp 146.30dp 148.20dp 150.10dp 13.30dp 152.00dp 153.90dp 155.80dp 157.70dp 159.60dp 161.50dp 163.40dp 165.30dp 167.20dp 169.10dp 15.20dp 171.00dp 172.90dp 174.80dp 176.70dp 178.60dp 180.50dp 182.40dp 184.30dp 186.20dp 188.10dp 17.10dp -19.00dp -20.90dp -22.80dp -24.70dp -26.60dp -28.50dp -30.40dp -32.30dp -34.20dp -36.10dp -1.90dp -38.00dp -39.90dp -41.80dp -43.70dp -45.60dp -47.50dp -49.40dp -51.30dp -53.20dp -55.10dp -3.80dp -57.00dp -58.90dp -60.80dp -62.70dp -64.60dp -66.50dp -68.40dp -70.30dp -72.20dp -74.10dp -5.70dp -76.00dp -77.90dp -79.80dp -81.70dp -83.60dp -85.50dp -87.40dp -89.30dp -91.20dp -93.10dp -7.60dp -95.00dp -96.90dp -98.80dp -100.70dp -102.60dp -104.50dp -106.40dp -108.30dp -110.20dp -112.10dp -9.50dp -114.00dp -11.40dp -13.30dp -15.20dp -17.10dp 200.00dp 202.00dp 204.00dp 206.00dp 208.00dp 210.00dp 212.00dp 214.00dp 216.00dp 218.00dp 20.00dp 220.00dp 222.00dp 224.00dp 226.00dp 228.00dp 230.00dp 232.00dp 234.00dp 236.00dp 238.00dp 22.00dp 240.00dp 242.00dp 244.00dp 246.00dp 248.00dp 250.00dp 252.00dp 254.00dp 256.00dp 258.00dp 24.00dp 260.00dp 262.00dp 264.00dp 266.00dp 268.00dp 270.00dp 272.00dp 274.00dp 276.00dp 278.00dp 26.00dp 280.00dp 282.00dp 284.00dp 286.00dp 288.00dp 290.00dp 292.00dp 294.00dp 296.00dp 298.00dp 28.00dp 300.00dp 302.00dp 304.00dp 306.00dp 308.00dp 310.00dp 312.00dp 314.00dp 316.00dp 318.00dp 30.00dp 320.00dp 322.00dp 324.00dp 326.00dp 328.00dp 330.00dp 332.00dp 334.00dp 336.00dp 338.00dp 32.00dp 340.00dp 342.00dp 344.00dp 346.00dp 348.00dp 350.00dp 352.00dp 354.00dp 356.00dp 358.00dp 34.00dp 360.00dp 362.00dp 364.00dp 366.00dp 368.00dp 370.00dp 372.00dp 374.00dp 376.00dp 378.00dp 36.00dp 380.00dp 382.00dp 384.00dp 386.00dp 388.00dp 390.00dp 392.00dp 394.00dp 396.00dp 398.00dp 38.00dp 2.00dp 400.00dp 402.00dp 404.00dp 406.00dp 408.00dp 410.00dp 412.00dp 414.00dp 416.00dp 418.00dp 40.00dp 420.00dp 422.00dp 424.00dp 426.00dp 428.00dp 430.00dp 432.00dp 434.00dp 436.00dp 438.00dp 42.00dp 440.00dp 442.00dp 444.00dp 446.00dp 448.00dp 450.00dp 452.00dp 454.00dp 456.00dp 458.00dp 44.00dp 460.00dp 462.00dp 464.00dp 466.00dp 468.00dp 470.00dp 472.00dp 474.00dp 476.00dp 478.00dp 46.00dp 480.00dp 482.00dp 484.00dp 486.00dp 488.00dp 490.00dp 492.00dp 494.00dp 496.00dp 498.00dp 48.00dp 500.00dp 502.00dp 504.00dp 506.00dp 508.00dp 510.00dp 512.00dp 514.00dp 516.00dp 518.00dp 50.00dp 520.00dp 522.00dp 524.00dp 526.00dp 528.00dp 530.00dp 532.00dp 534.00dp 536.00dp 538.00dp 52.00dp 540.00dp 542.00dp 544.00dp 546.00dp 548.00dp 550.00dp 552.00dp 554.00dp 556.00dp 558.00dp 54.00dp 560.00dp 562.00dp 564.00dp 566.00dp 568.00dp 570.00dp 572.00dp 574.00dp 576.00dp 578.00dp 56.00dp 580.00dp 582.00dp 584.00dp 586.00dp 588.00dp 590.00dp 592.00dp 594.00dp 596.00dp 598.00dp 58.00dp 4.00dp 600.00dp 602.00dp 604.00dp 606.00dp 608.00dp 610.00dp 612.00dp 614.00dp 616.00dp 618.00dp 60.00dp 620.00dp 622.00dp 624.00dp 626.00dp 628.00dp 630.00dp 632.00dp 634.00dp 636.00dp 638.00dp 62.00dp 640.00dp 642.00dp 644.00dp 646.00dp 648.00dp 650.00dp 652.00dp 654.00dp 656.00dp 658.00dp 64.00dp 660.00dp 662.00dp 664.00dp 666.00dp 668.00dp 670.00dp 672.00dp 674.00dp 676.00dp 678.00dp 66.00dp 680.00dp 682.00dp 684.00dp 686.00dp 688.00dp 690.00dp 692.00dp 694.00dp 696.00dp 698.00dp 68.00dp 700.00dp 702.00dp 704.00dp 706.00dp 708.00dp 710.00dp 712.00dp 714.00dp 716.00dp 718.00dp 70.00dp 720.00dp 722.00dp 724.00dp 726.00dp 728.00dp 730.00dp 732.00dp 734.00dp 736.00dp 738.00dp 72.00dp 740.00dp 742.00dp 744.00dp 746.00dp 748.00dp 750.00dp 752.00dp 754.00dp 756.00dp 758.00dp 74.00dp 760.00dp 762.00dp 764.00dp 766.00dp 768.00dp 770.00dp 772.00dp 774.00dp 776.00dp 778.00dp 76.00dp 780.00dp 782.00dp 784.00dp 786.00dp 788.00dp 790.00dp 792.00dp 794.00dp 796.00dp 798.00dp 78.00dp 6.00dp 800.00dp 802.00dp 804.00dp 806.00dp 808.00dp 810.00dp 812.00dp 814.00dp 816.00dp 818.00dp 80.00dp 820.00dp 822.00dp 824.00dp 826.00dp 828.00dp 830.00dp 832.00dp 834.00dp 836.00dp 838.00dp 82.00dp 840.00dp 842.00dp 844.00dp 846.00dp 848.00dp 850.00dp 852.00dp 854.00dp 856.00dp 858.00dp 84.00dp 860.00dp 862.00dp 864.00dp 866.00dp 868.00dp 870.00dp 872.00dp 874.00dp 876.00dp 878.00dp 86.00dp 880.00dp 882.00dp 884.00dp 886.00dp 888.00dp 890.00dp 892.00dp 894.00dp 896.00dp 898.00dp 88.00dp 900.00dp 902.00dp 904.00dp 906.00dp 908.00dp 910.00dp 912.00dp 914.00dp 916.00dp 918.00dp 90.00dp 920.00dp 922.00dp 924.00dp 926.00dp 928.00dp 930.00dp 932.00dp 934.00dp 936.00dp 938.00dp 92.00dp 940.00dp 942.00dp 944.00dp 946.00dp 948.00dp 950.00dp 952.00dp 954.00dp 956.00dp 958.00dp 94.00dp 960.00dp 962.00dp 964.00dp 966.00dp 968.00dp 970.00dp 972.00dp 974.00dp 976.00dp 978.00dp 96.00dp 980.00dp 982.00dp 984.00dp 986.00dp 988.00dp 990.00dp 992.00dp 994.00dp 996.00dp 998.00dp 98.00dp 8.00dp 1000.00dp 1002.00dp 1004.00dp 1006.00dp 1008.00dp 1010.00dp 1012.00dp 1014.00dp 1016.00dp 1018.00dp 100.00dp 1020.00dp 1022.00dp 1024.00dp 1026.00dp 1028.00dp 1030.00dp 1032.00dp 1034.00dp 1036.00dp 1038.00dp 102.00dp 1040.00dp 1042.00dp 1044.00dp 1046.00dp 1048.00dp 1050.00dp 1052.00dp 1054.00dp 1056.00dp 1058.00dp 104.00dp 1060.00dp 1062.00dp 1064.00dp 1066.00dp 1068.00dp 1070.00dp 1072.00dp 1074.00dp 1076.00dp 1078.00dp 106.00dp 1080.00dp 1082.00dp 1084.00dp 1086.00dp 1088.00dp 1090.00dp 1092.00dp 1094.00dp 1096.00dp 1098.00dp 108.00dp 1100.00dp 1102.00dp 1104.00dp 1106.00dp 1108.00dp 1110.00dp 1112.00dp 1114.00dp 1116.00dp 1118.00dp 110.00dp 1120.00dp 1122.00dp 1124.00dp 1126.00dp 1128.00dp 1130.00dp 1132.00dp 1134.00dp 1136.00dp 1138.00dp 112.00dp 1140.00dp 1142.00dp 1144.00dp 1146.00dp 1148.00dp 1150.00dp 1152.00dp 1154.00dp 1156.00dp 1158.00dp 114.00dp 1160.00dp 1162.00dp 1164.00dp 1166.00dp 1168.00dp 1170.00dp 1172.00dp 1174.00dp 1176.00dp 1178.00dp 116.00dp 1180.00dp 1182.00dp 1184.00dp 1186.00dp 1188.00dp 1190.00dp 1192.00dp 1194.00dp 1196.00dp 1198.00dp 118.00dp 10.00dp 1200.00dp 120.00dp 122.00dp 124.00dp 126.00dp 128.00dp 130.00dp 132.00dp 134.00dp 136.00dp 138.00dp 12.00dp 140.00dp 142.00dp 144.00dp 146.00dp 148.00dp 150.00dp 152.00dp 154.00dp 156.00dp 158.00dp 14.00dp 160.00dp 162.00dp 164.00dp 166.00dp 168.00dp 170.00dp 172.00dp 174.00dp 176.00dp 178.00dp 16.00dp 180.00dp 182.00dp 184.00dp 186.00dp 188.00dp 190.00dp 192.00dp 194.00dp 196.00dp 198.00dp 18.00dp -20.00dp -22.00dp -24.00dp -26.00dp -28.00dp -30.00dp -32.00dp -34.00dp -36.00dp -38.00dp -2.00dp -40.00dp -42.00dp -44.00dp -46.00dp -48.00dp -50.00dp -52.00dp -54.00dp -56.00dp -58.00dp -4.00dp -60.00dp -62.00dp -64.00dp -66.00dp -68.00dp -70.00dp -72.00dp -74.00dp -76.00dp -78.00dp -6.00dp -80.00dp -82.00dp -84.00dp -86.00dp -88.00dp -90.00dp -92.00dp -94.00dp -96.00dp -98.00dp -8.00dp -100.00dp -102.00dp -104.00dp -106.00dp -108.00dp -110.00dp -112.00dp -114.00dp -116.00dp -118.00dp -10.00dp -120.00dp -12.00dp -14.00dp -16.00dp -18.00dp 210.00dp 212.10dp 214.20dp 216.30dp 218.40dp 220.50dp 222.60dp 224.70dp 226.80dp 228.90dp 21.00dp 231.00dp 233.10dp 235.20dp 237.30dp 239.40dp 241.50dp 243.60dp 245.70dp 247.80dp 249.90dp 23.10dp 252.00dp 254.10dp 256.20dp 258.30dp 260.40dp 262.50dp 264.60dp 266.70dp 268.80dp 270.90dp 25.20dp 273.00dp 275.10dp 277.20dp 279.30dp 281.40dp 283.50dp 285.60dp 287.70dp 289.80dp 291.90dp 27.30dp 294.00dp 296.10dp 298.20dp 300.30dp 302.40dp 304.50dp 306.60dp 308.70dp 310.80dp 312.90dp 29.40dp 315.00dp 317.10dp 319.20dp 321.30dp 323.40dp 325.50dp 327.60dp 329.70dp 331.80dp 333.90dp 31.50dp 336.00dp 338.10dp 340.20dp 342.30dp 344.40dp 346.50dp 348.60dp 350.70dp 352.80dp 354.90dp 33.60dp 357.00dp 359.10dp 361.20dp 363.30dp 365.40dp 367.50dp 369.60dp 371.70dp 373.80dp 375.90dp 35.70dp 378.00dp 380.10dp 382.20dp 384.30dp 386.40dp 388.50dp 390.60dp 392.70dp 394.80dp 396.90dp 37.80dp 399.00dp 401.10dp 403.20dp 405.30dp 407.40dp 409.50dp 411.60dp 413.70dp 415.80dp 417.90dp 39.90dp 2.10dp 420.00dp 422.10dp 424.20dp 426.30dp 428.40dp 430.50dp 432.60dp 434.70dp 436.80dp 438.90dp 42.00dp 441.00dp 443.10dp 445.20dp 447.30dp 449.40dp 451.50dp 453.60dp 455.70dp 457.80dp 459.90dp 44.10dp 462.00dp 464.10dp 466.20dp 468.30dp 470.40dp 472.50dp 474.60dp 476.70dp 478.80dp 480.90dp 46.20dp 483.00dp 485.10dp 487.20dp 489.30dp 491.40dp 493.50dp 495.60dp 497.70dp 499.80dp 501.90dp 48.30dp 504.00dp 506.10dp 508.20dp 510.30dp 512.40dp 514.50dp 516.60dp 518.70dp 520.80dp 522.90dp 50.40dp 525.00dp 527.10dp 529.20dp 531.30dp 533.40dp 535.50dp 537.60dp 539.70dp 541.80dp 543.90dp 52.50dp 546.00dp 548.10dp 550.20dp 552.30dp 554.40dp 556.50dp 558.60dp 560.70dp 562.80dp 564.90dp 54.60dp 567.00dp 569.10dp 571.20dp 573.30dp 575.40dp 577.50dp 579.60dp 581.70dp 583.80dp 585.90dp 56.70dp 588.00dp 590.10dp 592.20dp 594.30dp 596.40dp 598.50dp 600.60dp 602.70dp 604.80dp 606.90dp 58.80dp 609.00dp 611.10dp 613.20dp 615.30dp 617.40dp 619.50dp 621.60dp 623.70dp 625.80dp 627.90dp 60.90dp 4.20dp 630.00dp 632.10dp 634.20dp 636.30dp 638.40dp 640.50dp 642.60dp 644.70dp 646.80dp 648.90dp 63.00dp 651.00dp 653.10dp 655.20dp 657.30dp 659.40dp 661.50dp 663.60dp 665.70dp 667.80dp 669.90dp 65.10dp 672.00dp 674.10dp 676.20dp 678.30dp 680.40dp 682.50dp 684.60dp 686.70dp 688.80dp 690.90dp 67.20dp 693.00dp 695.10dp 697.20dp 699.30dp 701.40dp 703.50dp 705.60dp 707.70dp 709.80dp 711.90dp 69.30dp 714.00dp 716.10dp 718.20dp 720.30dp 722.40dp 724.50dp 726.60dp 728.70dp 730.80dp 732.90dp 71.40dp 735.00dp 737.10dp 739.20dp 741.30dp 743.40dp 745.50dp 747.60dp 749.70dp 751.80dp 753.90dp 73.50dp 756.00dp 758.10dp 760.20dp 762.30dp 764.40dp 766.50dp 768.60dp 770.70dp 772.80dp 774.90dp 75.60dp 777.00dp 779.10dp 781.20dp 783.30dp 785.40dp 787.50dp 789.60dp 791.70dp 793.80dp 795.90dp 77.70dp 798.00dp 800.10dp 802.20dp 804.30dp 806.40dp 808.50dp 810.60dp 812.70dp 814.80dp 816.90dp 79.80dp 819.00dp 821.10dp 823.20dp 825.30dp 827.40dp 829.50dp 831.60dp 833.70dp 835.80dp 837.90dp 81.90dp 6.30dp 840.00dp 842.10dp 844.20dp 846.30dp 848.40dp 850.50dp 852.60dp 854.70dp 856.80dp 858.90dp 84.00dp 861.00dp 863.10dp 865.20dp 867.30dp 869.40dp 871.50dp 873.60dp 875.70dp 877.80dp 879.90dp 86.10dp 882.00dp 884.10dp 886.20dp 888.30dp 890.40dp 892.50dp 894.60dp 896.70dp 898.80dp 900.90dp 88.20dp 903.00dp 905.10dp 907.20dp 909.30dp 911.40dp 913.50dp 915.60dp 917.70dp 919.80dp 921.90dp 90.30dp 924.00dp 926.10dp 928.20dp 930.30dp 932.40dp 934.50dp 936.60dp 938.70dp 940.80dp 942.90dp 92.40dp 945.00dp 947.10dp 949.20dp 951.30dp 953.40dp 955.50dp 957.60dp 959.70dp 961.80dp 963.90dp 94.50dp 966.00dp 968.10dp 970.20dp 972.30dp 974.40dp 976.50dp 978.60dp 980.70dp 982.80dp 984.90dp 96.60dp 987.00dp 989.10dp 991.20dp 993.30dp 995.40dp 997.50dp 999.60dp 1001.70dp 1003.80dp 1005.90dp 98.70dp 1008.00dp 1010.10dp 1012.20dp 1014.30dp 1016.40dp 1018.50dp 1020.60dp 1022.70dp 1024.80dp 1026.90dp 100.80dp 1029.00dp 1031.10dp 1033.20dp 1035.30dp 1037.40dp 1039.50dp 1041.60dp 1043.70dp 1045.80dp 1047.90dp 102.90dp 8.40dp 1050.00dp 1052.10dp 1054.20dp 1056.30dp 1058.40dp 1060.50dp 1062.60dp 1064.70dp 1066.80dp 1068.90dp 105.00dp 1071.00dp 1073.10dp 1075.20dp 1077.30dp 1079.40dp 1081.50dp 1083.60dp 1085.70dp 1087.80dp 1089.90dp 107.10dp 1092.00dp 1094.10dp 1096.20dp 1098.30dp 1100.40dp 1102.50dp 1104.60dp 1106.70dp 1108.80dp 1110.90dp 109.20dp 1113.00dp 1115.10dp 1117.20dp 1119.30dp 1121.40dp 1123.50dp 1125.60dp 1127.70dp 1129.80dp 1131.90dp 111.30dp 1134.00dp 1136.10dp 1138.20dp 1140.30dp 1142.40dp 1144.50dp 1146.60dp 1148.70dp 1150.80dp 1152.90dp 113.40dp 1155.00dp 1157.10dp 1159.20dp 1161.30dp 1163.40dp 1165.50dp 1167.60dp 1169.70dp 1171.80dp 1173.90dp 115.50dp 1176.00dp 1178.10dp 1180.20dp 1182.30dp 1184.40dp 1186.50dp 1188.60dp 1190.70dp 1192.80dp 1194.90dp 117.60dp 1197.00dp 1199.10dp 1201.20dp 1203.30dp 1205.40dp 1207.50dp 1209.60dp 1211.70dp 1213.80dp 1215.90dp 119.70dp 1218.00dp 1220.10dp 1222.20dp 1224.30dp 1226.40dp 1228.50dp 1230.60dp 1232.70dp 1234.80dp 1236.90dp 121.80dp 1239.00dp 1241.10dp 1243.20dp 1245.30dp 1247.40dp 1249.50dp 1251.60dp 1253.70dp 1255.80dp 1257.90dp 123.90dp 10.50dp 1260.00dp 126.00dp 128.10dp 130.20dp 132.30dp 134.40dp 136.50dp 138.60dp 140.70dp 142.80dp 144.90dp 12.60dp 147.00dp 149.10dp 151.20dp 153.30dp 155.40dp 157.50dp 159.60dp 161.70dp 163.80dp 165.90dp 14.70dp 168.00dp 170.10dp 172.20dp 174.30dp 176.40dp 178.50dp 180.60dp 182.70dp 184.80dp 186.90dp 16.80dp 189.00dp 191.10dp 193.20dp 195.30dp 197.40dp 199.50dp 201.60dp 203.70dp 205.80dp 207.90dp 18.90dp -21.00dp -23.10dp -25.20dp -27.30dp -29.40dp -31.50dp -33.60dp -35.70dp -37.80dp -39.90dp -2.10dp -42.00dp -44.10dp -46.20dp -48.30dp -50.40dp -52.50dp -54.60dp -56.70dp -58.80dp -60.90dp -4.20dp -63.00dp -65.10dp -67.20dp -69.30dp -71.40dp -73.50dp -75.60dp -77.70dp -79.80dp -81.90dp -6.30dp -84.00dp -86.10dp -88.20dp -90.30dp -92.40dp -94.50dp -96.60dp -98.70dp -100.80dp -102.90dp -8.40dp -105.00dp -107.10dp -109.20dp -111.30dp -113.40dp -115.50dp -117.60dp -119.70dp -121.80dp -123.90dp -10.50dp -126.00dp -12.60dp -14.70dp -16.80dp -18.90dp 220.00dp 222.20dp 224.40dp 226.60dp 228.80dp 231.00dp 233.20dp 235.40dp 237.60dp 239.80dp 22.00dp 242.00dp 244.20dp 246.40dp 248.60dp 250.80dp 253.00dp 255.20dp 257.40dp 259.60dp 261.80dp 24.20dp 264.00dp 266.20dp 268.40dp 270.60dp 272.80dp 275.00dp 277.20dp 279.40dp 281.60dp 283.80dp 26.40dp 286.00dp 288.20dp 290.40dp 292.60dp 294.80dp 297.00dp 299.20dp 301.40dp 303.60dp 305.80dp 28.60dp 308.00dp 310.20dp 312.40dp 314.60dp 316.80dp 319.00dp 321.20dp 323.40dp 325.60dp 327.80dp 30.80dp 330.00dp 332.20dp 334.40dp 336.60dp 338.80dp 341.00dp 343.20dp 345.40dp 347.60dp 349.80dp 33.00dp 352.00dp 354.20dp 356.40dp 358.60dp 360.80dp 363.00dp 365.20dp 367.40dp 369.60dp 371.80dp 35.20dp 374.00dp 376.20dp 378.40dp 380.60dp 382.80dp 385.00dp 387.20dp 389.40dp 391.60dp 393.80dp 37.40dp 396.00dp 398.20dp 400.40dp 402.60dp 404.80dp 407.00dp 409.20dp 411.40dp 413.60dp 415.80dp 39.60dp 418.00dp 420.20dp 422.40dp 424.60dp 426.80dp 429.00dp 431.20dp 433.40dp 435.60dp 437.80dp 41.80dp 2.20dp 440.00dp 442.20dp 444.40dp 446.60dp 448.80dp 451.00dp 453.20dp 455.40dp 457.60dp 459.80dp 44.00dp 462.00dp 464.20dp 466.40dp 468.60dp 470.80dp 473.00dp 475.20dp 477.40dp 479.60dp 481.80dp 46.20dp 484.00dp 486.20dp 488.40dp 490.60dp 492.80dp 495.00dp 497.20dp 499.40dp 501.60dp 503.80dp 48.40dp 506.00dp 508.20dp 510.40dp 512.60dp 514.80dp 517.00dp 519.20dp 521.40dp 523.60dp 525.80dp 50.60dp 528.00dp 530.20dp 532.40dp 534.60dp 536.80dp 539.00dp 541.20dp 543.40dp 545.60dp 547.80dp 52.80dp 550.00dp 552.20dp 554.40dp 556.60dp 558.80dp 561.00dp 563.20dp 565.40dp 567.60dp 569.80dp 55.00dp 572.00dp 574.20dp 576.40dp 578.60dp 580.80dp 583.00dp 585.20dp 587.40dp 589.60dp 591.80dp 57.20dp 594.00dp 596.20dp 598.40dp 600.60dp 602.80dp 605.00dp 607.20dp 609.40dp 611.60dp 613.80dp 59.40dp 616.00dp 618.20dp 620.40dp 622.60dp 624.80dp 627.00dp 629.20dp 631.40dp 633.60dp 635.80dp 61.60dp 638.00dp 640.20dp 642.40dp 644.60dp 646.80dp 649.00dp 651.20dp 653.40dp 655.60dp 657.80dp 63.80dp 4.40dp 660.00dp 662.20dp 664.40dp 666.60dp 668.80dp 671.00dp 673.20dp 675.40dp 677.60dp 679.80dp 66.00dp 682.00dp 684.20dp 686.40dp 688.60dp 690.80dp 693.00dp 695.20dp 697.40dp 699.60dp 701.80dp 68.20dp 704.00dp 706.20dp 708.40dp 710.60dp 712.80dp 715.00dp 717.20dp 719.40dp 721.60dp 723.80dp 70.40dp 726.00dp 728.20dp 730.40dp 732.60dp 734.80dp 737.00dp 739.20dp 741.40dp 743.60dp 745.80dp 72.60dp 748.00dp 750.20dp 752.40dp 754.60dp 756.80dp 759.00dp 761.20dp 763.40dp 765.60dp 767.80dp 74.80dp 770.00dp 772.20dp 774.40dp 776.60dp 778.80dp 781.00dp 783.20dp 785.40dp 787.60dp 789.80dp 77.00dp 792.00dp 794.20dp 796.40dp 798.60dp 800.80dp 803.00dp 805.20dp 807.40dp 809.60dp 811.80dp 79.20dp 814.00dp 816.20dp 818.40dp 820.60dp 822.80dp 825.00dp 827.20dp 829.40dp 831.60dp 833.80dp 81.40dp 836.00dp 838.20dp 840.40dp 842.60dp 844.80dp 847.00dp 849.20dp 851.40dp 853.60dp 855.80dp 83.60dp 858.00dp 860.20dp 862.40dp 864.60dp 866.80dp 869.00dp 871.20dp 873.40dp 875.60dp 877.80dp 85.80dp 6.60dp 880.00dp 882.20dp 884.40dp 886.60dp 888.80dp 891.00dp 893.20dp 895.40dp 897.60dp 899.80dp 88.00dp 902.00dp 904.20dp 906.40dp 908.60dp 910.80dp 913.00dp 915.20dp 917.40dp 919.60dp 921.80dp 90.20dp 924.00dp 926.20dp 928.40dp 930.60dp 932.80dp 935.00dp 937.20dp 939.40dp 941.60dp 943.80dp 92.40dp 946.00dp 948.20dp 950.40dp 952.60dp 954.80dp 957.00dp 959.20dp 961.40dp 963.60dp 965.80dp 94.60dp 968.00dp 970.20dp 972.40dp 974.60dp 976.80dp 979.00dp 981.20dp 983.40dp 985.60dp 987.80dp 96.80dp 990.00dp 992.20dp 994.40dp 996.60dp 998.80dp 1001.00dp 1003.20dp 1005.40dp 1007.60dp 1009.80dp 99.00dp 1012.00dp 1014.20dp 1016.40dp 1018.60dp 1020.80dp 1023.00dp 1025.20dp 1027.40dp 1029.60dp 1031.80dp 101.20dp 1034.00dp 1036.20dp 1038.40dp 1040.60dp 1042.80dp 1045.00dp 1047.20dp 1049.40dp 1051.60dp 1053.80dp 103.40dp 1056.00dp 1058.20dp 1060.40dp 1062.60dp 1064.80dp 1067.00dp 1069.20dp 1071.40dp 1073.60dp 1075.80dp 105.60dp 1078.00dp 1080.20dp 1082.40dp 1084.60dp 1086.80dp 1089.00dp 1091.20dp 1093.40dp 1095.60dp 1097.80dp 107.80dp 8.80dp 1100.00dp 1102.20dp 1104.40dp 1106.60dp 1108.80dp 1111.00dp 1113.20dp 1115.40dp 1117.60dp 1119.80dp 110.00dp 1122.00dp 1124.20dp 1126.40dp 1128.60dp 1130.80dp 1133.00dp 1135.20dp 1137.40dp 1139.60dp 1141.80dp 112.20dp 1144.00dp 1146.20dp 1148.40dp 1150.60dp 1152.80dp 1155.00dp 1157.20dp 1159.40dp 1161.60dp 1163.80dp 114.40dp 1166.00dp 1168.20dp 1170.40dp 1172.60dp 1174.80dp 1177.00dp 1179.20dp 1181.40dp 1183.60dp 1185.80dp 116.60dp 1188.00dp 1190.20dp 1192.40dp 1194.60dp 1196.80dp 1199.00dp 1201.20dp 1203.40dp 1205.60dp 1207.80dp 118.80dp 1210.00dp 1212.20dp 1214.40dp 1216.60dp 1218.80dp 1221.00dp 1223.20dp 1225.40dp 1227.60dp 1229.80dp 121.00dp 1232.00dp 1234.20dp 1236.40dp 1238.60dp 1240.80dp 1243.00dp 1245.20dp 1247.40dp 1249.60dp 1251.80dp 123.20dp 1254.00dp 1256.20dp 1258.40dp 1260.60dp 1262.80dp 1265.00dp 1267.20dp 1269.40dp 1271.60dp 1273.80dp 125.40dp 1276.00dp 1278.20dp 1280.40dp 1282.60dp 1284.80dp 1287.00dp 1289.20dp 1291.40dp 1293.60dp 1295.80dp 127.60dp 1298.00dp 1300.20dp 1302.40dp 1304.60dp 1306.80dp 1309.00dp 1311.20dp 1313.40dp 1315.60dp 1317.80dp 129.80dp 11.00dp 1320.00dp 132.00dp 134.20dp 136.40dp 138.60dp 140.80dp 143.00dp 145.20dp 147.40dp 149.60dp 151.80dp 13.20dp 154.00dp 156.20dp 158.40dp 160.60dp 162.80dp 165.00dp 167.20dp 169.40dp 171.60dp 173.80dp 15.40dp 176.00dp 178.20dp 180.40dp 182.60dp 184.80dp 187.00dp 189.20dp 191.40dp 193.60dp 195.80dp 17.60dp 198.00dp 200.20dp 202.40dp 204.60dp 206.80dp 209.00dp 211.20dp 213.40dp 215.60dp 217.80dp 19.80dp -22.00dp -24.20dp -26.40dp -28.60dp -30.80dp -33.00dp -35.20dp -37.40dp -39.60dp -41.80dp -2.20dp -44.00dp -46.20dp -48.40dp -50.60dp -52.80dp -55.00dp -57.20dp -59.40dp -61.60dp -63.80dp -4.40dp -66.00dp -68.20dp -70.40dp -72.60dp -74.80dp -77.00dp -79.20dp -81.40dp -83.60dp -85.80dp -6.60dp -88.00dp -90.20dp -92.40dp -94.60dp -96.80dp -99.00dp -101.20dp -103.40dp -105.60dp -107.80dp -8.80dp -110.00dp -112.20dp -114.40dp -116.60dp -118.80dp -121.00dp -123.20dp -125.40dp -127.60dp -129.80dp -11.00dp -132.00dp -13.20dp -15.40dp -17.60dp -19.80dp 230.00dp 232.30dp 234.60dp 236.90dp 239.20dp 241.50dp 243.80dp 246.10dp 248.40dp 250.70dp 23.00dp 253.00dp 255.30dp 257.60dp 259.90dp 262.20dp 264.50dp 266.80dp 269.10dp 271.40dp 273.70dp 25.30dp 276.00dp 278.30dp 280.60dp 282.90dp 285.20dp 287.50dp 289.80dp 292.10dp 294.40dp 296.70dp 27.60dp 299.00dp 301.30dp 303.60dp 305.90dp 308.20dp 310.50dp 312.80dp 315.10dp 317.40dp 319.70dp 29.90dp 322.00dp 324.30dp 326.60dp 328.90dp 331.20dp 333.50dp 335.80dp 338.10dp 340.40dp 342.70dp 32.20dp 345.00dp 347.30dp 349.60dp 351.90dp 354.20dp 356.50dp 358.80dp 361.10dp 363.40dp 365.70dp 34.50dp 368.00dp 370.30dp 372.60dp 374.90dp 377.20dp 379.50dp 381.80dp 384.10dp 386.40dp 388.70dp 36.80dp 391.00dp 393.30dp 395.60dp 397.90dp 400.20dp 402.50dp 404.80dp 407.10dp 409.40dp 411.70dp 39.10dp 414.00dp 416.30dp 418.60dp 420.90dp 423.20dp 425.50dp 427.80dp 430.10dp 432.40dp 434.70dp 41.40dp 437.00dp 439.30dp 441.60dp 443.90dp 446.20dp 448.50dp 450.80dp 453.10dp 455.40dp 457.70dp 43.70dp 2.30dp 460.00dp 462.30dp 464.60dp 466.90dp 469.20dp 471.50dp 473.80dp 476.10dp 478.40dp 480.70dp 46.00dp 483.00dp 485.30dp 487.60dp 489.90dp 492.20dp 494.50dp 496.80dp 499.10dp 501.40dp 503.70dp 48.30dp 506.00dp 508.30dp 510.60dp 512.90dp 515.20dp 517.50dp 519.80dp 522.10dp 524.40dp 526.70dp 50.60dp 529.00dp 531.30dp 533.60dp 535.90dp 538.20dp 540.50dp 542.80dp 545.10dp 547.40dp 549.70dp 52.90dp 552.00dp 554.30dp 556.60dp 558.90dp 561.20dp 563.50dp 565.80dp 568.10dp 570.40dp 572.70dp 55.20dp 575.00dp 577.30dp 579.60dp 581.90dp 584.20dp 586.50dp 588.80dp 591.10dp 593.40dp 595.70dp 57.50dp 598.00dp 600.30dp 602.60dp 604.90dp 607.20dp 609.50dp 611.80dp 614.10dp 616.40dp 618.70dp 59.80dp 621.00dp 623.30dp 625.60dp 627.90dp 630.20dp 632.50dp 634.80dp 637.10dp 639.40dp 641.70dp 62.10dp 644.00dp 646.30dp 648.60dp 650.90dp 653.20dp 655.50dp 657.80dp 660.10dp 662.40dp 664.70dp 64.40dp 667.00dp 669.30dp 671.60dp 673.90dp 676.20dp 678.50dp 680.80dp 683.10dp 685.40dp 687.70dp 66.70dp 4.60dp 690.00dp 692.30dp 694.60dp 696.90dp 699.20dp 701.50dp 703.80dp 706.10dp 708.40dp 710.70dp 69.00dp 713.00dp 715.30dp 717.60dp 719.90dp 722.20dp 724.50dp 726.80dp 729.10dp 731.40dp 733.70dp 71.30dp 736.00dp 738.30dp 740.60dp 742.90dp 745.20dp 747.50dp 749.80dp 752.10dp 754.40dp 756.70dp 73.60dp 759.00dp 761.30dp 763.60dp 765.90dp 768.20dp 770.50dp 772.80dp 775.10dp 777.40dp 779.70dp 75.90dp 782.00dp 784.30dp 786.60dp 788.90dp 791.20dp 793.50dp 795.80dp 798.10dp 800.40dp 802.70dp 78.20dp 805.00dp 807.30dp 809.60dp 811.90dp 814.20dp 816.50dp 818.80dp 821.10dp 823.40dp 825.70dp 80.50dp 828.00dp 830.30dp 832.60dp 834.90dp 837.20dp 839.50dp 841.80dp 844.10dp 846.40dp 848.70dp 82.80dp 851.00dp 853.30dp 855.60dp 857.90dp 860.20dp 862.50dp 864.80dp 867.10dp 869.40dp 871.70dp 85.10dp 874.00dp 876.30dp 878.60dp 880.90dp 883.20dp 885.50dp 887.80dp 890.10dp 892.40dp 894.70dp 87.40dp 897.00dp 899.30dp 901.60dp 903.90dp 906.20dp 908.50dp 910.80dp 913.10dp 915.40dp 917.70dp 89.70dp 6.90dp 920.00dp 922.30dp 924.60dp 926.90dp 929.20dp 931.50dp 933.80dp 936.10dp 938.40dp 940.70dp 92.00dp 943.00dp 945.30dp 947.60dp 949.90dp 952.20dp 954.50dp 956.80dp 959.10dp 961.40dp 963.70dp 94.30dp 966.00dp 968.30dp 970.60dp 972.90dp 975.20dp 977.50dp 979.80dp 982.10dp 984.40dp 986.70dp 96.60dp 989.00dp 991.30dp 993.60dp 995.90dp 998.20dp 1000.50dp 1002.80dp 1005.10dp 1007.40dp 1009.70dp 98.90dp 1012.00dp 1014.30dp 1016.60dp 1018.90dp 1021.20dp 1023.50dp 1025.80dp 1028.10dp 1030.40dp 1032.70dp 101.20dp 1035.00dp 1037.30dp 1039.60dp 1041.90dp 1044.20dp 1046.50dp 1048.80dp 1051.10dp 1053.40dp 1055.70dp 103.50dp 1058.00dp 1060.30dp 1062.60dp 1064.90dp 1067.20dp 1069.50dp 1071.80dp 1074.10dp 1076.40dp 1078.70dp 105.80dp 1081.00dp 1083.30dp 1085.60dp 1087.90dp 1090.20dp 1092.50dp 1094.80dp 1097.10dp 1099.40dp 1101.70dp 108.10dp 1104.00dp 1106.30dp 1108.60dp 1110.90dp 1113.20dp 1115.50dp 1117.80dp 1120.10dp 1122.40dp 1124.70dp 110.40dp 1127.00dp 1129.30dp 1131.60dp 1133.90dp 1136.20dp 1138.50dp 1140.80dp 1143.10dp 1145.40dp 1147.70dp 112.70dp 9.20dp 1150.00dp 1152.30dp 1154.60dp 1156.90dp 1159.20dp 1161.50dp 1163.80dp 1166.10dp 1168.40dp 1170.70dp 115.00dp 1173.00dp 1175.30dp 1177.60dp 1179.90dp 1182.20dp 1184.50dp 1186.80dp 1189.10dp 1191.40dp 1193.70dp 117.30dp 1196.00dp 1198.30dp 1200.60dp 1202.90dp 1205.20dp 1207.50dp 1209.80dp 1212.10dp 1214.40dp 1216.70dp 119.60dp 1219.00dp 1221.30dp 1223.60dp 1225.90dp 1228.20dp 1230.50dp 1232.80dp 1235.10dp 1237.40dp 1239.70dp 121.90dp 1242.00dp 1244.30dp 1246.60dp 1248.90dp 1251.20dp 1253.50dp 1255.80dp 1258.10dp 1260.40dp 1262.70dp 124.20dp 1265.00dp 1267.30dp 1269.60dp 1271.90dp 1274.20dp 1276.50dp 1278.80dp 1281.10dp 1283.40dp 1285.70dp 126.50dp 1288.00dp 1290.30dp 1292.60dp 1294.90dp 1297.20dp 1299.50dp 1301.80dp 1304.10dp 1306.40dp 1308.70dp 128.80dp 1311.00dp 1313.30dp 1315.60dp 1317.90dp 1320.20dp 1322.50dp 1324.80dp 1327.10dp 1329.40dp 1331.70dp 131.10dp 1334.00dp 1336.30dp 1338.60dp 1340.90dp 1343.20dp 1345.50dp 1347.80dp 1350.10dp 1352.40dp 1354.70dp 133.40dp 1357.00dp 1359.30dp 1361.60dp 1363.90dp 1366.20dp 1368.50dp 1370.80dp 1373.10dp 1375.40dp 1377.70dp 135.70dp 11.50dp 1380.00dp 138.00dp 140.30dp 142.60dp 144.90dp 147.20dp 149.50dp 151.80dp 154.10dp 156.40dp 158.70dp 13.80dp 161.00dp 163.30dp 165.60dp 167.90dp 170.20dp 172.50dp 174.80dp 177.10dp 179.40dp 181.70dp 16.10dp 184.00dp 186.30dp 188.60dp 190.90dp 193.20dp 195.50dp 197.80dp 200.10dp 202.40dp 204.70dp 18.40dp 207.00dp 209.30dp 211.60dp 213.90dp 216.20dp 218.50dp 220.80dp 223.10dp 225.40dp 227.70dp 20.70dp -23.00dp -25.30dp -27.60dp -29.90dp -32.20dp -34.50dp -36.80dp -39.10dp -41.40dp -43.70dp -2.30dp -46.00dp -48.30dp -50.60dp -52.90dp -55.20dp -57.50dp -59.80dp -62.10dp -64.40dp -66.70dp -4.60dp -69.00dp -71.30dp -73.60dp -75.90dp -78.20dp -80.50dp -82.80dp -85.10dp -87.40dp -89.70dp -6.90dp -92.00dp -94.30dp -96.60dp -98.90dp -101.20dp -103.50dp -105.80dp -108.10dp -110.40dp -112.70dp -9.20dp -115.00dp -117.30dp -119.60dp -121.90dp -124.20dp -126.50dp -128.80dp -131.10dp -133.40dp -135.70dp -11.50dp -138.00dp -13.80dp -16.10dp -18.40dp -20.70dp 240.00dp 242.40dp 244.80dp 247.20dp 249.60dp 252.00dp 254.40dp 256.80dp 259.20dp 261.60dp 24.00dp 264.00dp 266.40dp 268.80dp 271.20dp 273.60dp 276.00dp 278.40dp 280.80dp 283.20dp 285.60dp 26.40dp 288.00dp 290.40dp 292.80dp 295.20dp 297.60dp 300.00dp 302.40dp 304.80dp 307.20dp 309.60dp 28.80dp 312.00dp 314.40dp 316.80dp 319.20dp 321.60dp 324.00dp 326.40dp 328.80dp 331.20dp 333.60dp 31.20dp 336.00dp 338.40dp 340.80dp 343.20dp 345.60dp 348.00dp 350.40dp 352.80dp 355.20dp 357.60dp 33.60dp 360.00dp 362.40dp 364.80dp 367.20dp 369.60dp 372.00dp 374.40dp 376.80dp 379.20dp 381.60dp 36.00dp 384.00dp 386.40dp 388.80dp 391.20dp 393.60dp 396.00dp 398.40dp 400.80dp 403.20dp 405.60dp 38.40dp 408.00dp 410.40dp 412.80dp 415.20dp 417.60dp 420.00dp 422.40dp 424.80dp 427.20dp 429.60dp 40.80dp 432.00dp 434.40dp 436.80dp 439.20dp 441.60dp 444.00dp 446.40dp 448.80dp 451.20dp 453.60dp 43.20dp 456.00dp 458.40dp 460.80dp 463.20dp 465.60dp 468.00dp 470.40dp 472.80dp 475.20dp 477.60dp 45.60dp 2.40dp 480.00dp 482.40dp 484.80dp 487.20dp 489.60dp 492.00dp 494.40dp 496.80dp 499.20dp 501.60dp 48.00dp 504.00dp 506.40dp 508.80dp 511.20dp 513.60dp 516.00dp 518.40dp 520.80dp 523.20dp 525.60dp 50.40dp 528.00dp 530.40dp 532.80dp 535.20dp 537.60dp 540.00dp 542.40dp 544.80dp 547.20dp 549.60dp 52.80dp 552.00dp 554.40dp 556.80dp 559.20dp 561.60dp 564.00dp 566.40dp 568.80dp 571.20dp 573.60dp 55.20dp 576.00dp 578.40dp 580.80dp 583.20dp 585.60dp 588.00dp 590.40dp 592.80dp 595.20dp 597.60dp 57.60dp 600.00dp 602.40dp 604.80dp 607.20dp 609.60dp 612.00dp 614.40dp 616.80dp 619.20dp 621.60dp 60.00dp 624.00dp 626.40dp 628.80dp 631.20dp 633.60dp 636.00dp 638.40dp 640.80dp 643.20dp 645.60dp 62.40dp 648.00dp 650.40dp 652.80dp 655.20dp 657.60dp 660.00dp 662.40dp 664.80dp 667.20dp 669.60dp 64.80dp 672.00dp 674.40dp 676.80dp 679.20dp 681.60dp 684.00dp 686.40dp 688.80dp 691.20dp 693.60dp 67.20dp 696.00dp 698.40dp 700.80dp 703.20dp 705.60dp 708.00dp 710.40dp 712.80dp 715.20dp 717.60dp 69.60dp 4.80dp 720.00dp 722.40dp 724.80dp 727.20dp 729.60dp 732.00dp 734.40dp 736.80dp 739.20dp 741.60dp 72.00dp 744.00dp 746.40dp 748.80dp 751.20dp 753.60dp 756.00dp 758.40dp 760.80dp 763.20dp 765.60dp 74.40dp 768.00dp 770.40dp 772.80dp 775.20dp 777.60dp 780.00dp 782.40dp 784.80dp 787.20dp 789.60dp 76.80dp 792.00dp 794.40dp 796.80dp 799.20dp 801.60dp 804.00dp 806.40dp 808.80dp 811.20dp 813.60dp 79.20dp 816.00dp 818.40dp 820.80dp 823.20dp 825.60dp 828.00dp 830.40dp 832.80dp 835.20dp 837.60dp 81.60dp 840.00dp 842.40dp 844.80dp 847.20dp 849.60dp 852.00dp 854.40dp 856.80dp 859.20dp 861.60dp 84.00dp 864.00dp 866.40dp 868.80dp 871.20dp 873.60dp 876.00dp 878.40dp 880.80dp 883.20dp 885.60dp 86.40dp 888.00dp 890.40dp 892.80dp 895.20dp 897.60dp 900.00dp 902.40dp 904.80dp 907.20dp 909.60dp 88.80dp 912.00dp 914.40dp 916.80dp 919.20dp 921.60dp 924.00dp 926.40dp 928.80dp 931.20dp 933.60dp 91.20dp 936.00dp 938.40dp 940.80dp 943.20dp 945.60dp 948.00dp 950.40dp 952.80dp 955.20dp 957.60dp 93.60dp 7.20dp 960.00dp 962.40dp 964.80dp 967.20dp 969.60dp 972.00dp 974.40dp 976.80dp 979.20dp 981.60dp 96.00dp 984.00dp 986.40dp 988.80dp 991.20dp 993.60dp 996.00dp 998.40dp 1000.80dp 1003.20dp 1005.60dp 98.40dp 1008.00dp 1010.40dp 1012.80dp 1015.20dp 1017.60dp 1020.00dp 1022.40dp 1024.80dp 1027.20dp 1029.60dp 100.80dp 1032.00dp 1034.40dp 1036.80dp 1039.20dp 1041.60dp 1044.00dp 1046.40dp 1048.80dp 1051.20dp 1053.60dp 103.20dp 1056.00dp 1058.40dp 1060.80dp 1063.20dp 1065.60dp 1068.00dp 1070.40dp 1072.80dp 1075.20dp 1077.60dp 105.60dp 1080.00dp 1082.40dp 1084.80dp 1087.20dp 1089.60dp 1092.00dp 1094.40dp 1096.80dp 1099.20dp 1101.60dp 108.00dp 1104.00dp 1106.40dp 1108.80dp 1111.20dp 1113.60dp 1116.00dp 1118.40dp 1120.80dp 1123.20dp 1125.60dp 110.40dp 1128.00dp 1130.40dp 1132.80dp 1135.20dp 1137.60dp 1140.00dp 1142.40dp 1144.80dp 1147.20dp 1149.60dp 112.80dp 1152.00dp 1154.40dp 1156.80dp 1159.20dp 1161.60dp 1164.00dp 1166.40dp 1168.80dp 1171.20dp 1173.60dp 115.20dp 1176.00dp 1178.40dp 1180.80dp 1183.20dp 1185.60dp 1188.00dp 1190.40dp 1192.80dp 1195.20dp 1197.60dp 117.60dp 9.60dp 1200.00dp 1202.40dp 1204.80dp 1207.20dp 1209.60dp 1212.00dp 1214.40dp 1216.80dp 1219.20dp 1221.60dp 120.00dp 1224.00dp 1226.40dp 1228.80dp 1231.20dp 1233.60dp 1236.00dp 1238.40dp 1240.80dp 1243.20dp 1245.60dp 122.40dp 1248.00dp 1250.40dp 1252.80dp 1255.20dp 1257.60dp 1260.00dp 1262.40dp 1264.80dp 1267.20dp 1269.60dp 124.80dp 1272.00dp 1274.40dp 1276.80dp 1279.20dp 1281.60dp 1284.00dp 1286.40dp 1288.80dp 1291.20dp 1293.60dp 127.20dp 1296.00dp 1298.40dp 1300.80dp 1303.20dp 1305.60dp 1308.00dp 1310.40dp 1312.80dp 1315.20dp 1317.60dp 129.60dp 1320.00dp 1322.40dp 1324.80dp 1327.20dp 1329.60dp 1332.00dp 1334.40dp 1336.80dp 1339.20dp 1341.60dp 132.00dp 1344.00dp 1346.40dp 1348.80dp 1351.20dp 1353.60dp 1356.00dp 1358.40dp 1360.80dp 1363.20dp 1365.60dp 134.40dp 1368.00dp 1370.40dp 1372.80dp 1375.20dp 1377.60dp 1380.00dp 1382.40dp 1384.80dp 1387.20dp 1389.60dp 136.80dp 1392.00dp 1394.40dp 1396.80dp 1399.20dp 1401.60dp 1404.00dp 1406.40dp 1408.80dp 1411.20dp 1413.60dp 139.20dp 1416.00dp 1418.40dp 1420.80dp 1423.20dp 1425.60dp 1428.00dp 1430.40dp 1432.80dp 1435.20dp 1437.60dp 141.60dp 12.00dp 1440.00dp 144.00dp 146.40dp 148.80dp 151.20dp 153.60dp 156.00dp 158.40dp 160.80dp 163.20dp 165.60dp 14.40dp 168.00dp 170.40dp 172.80dp 175.20dp 177.60dp 180.00dp 182.40dp 184.80dp 187.20dp 189.60dp 16.80dp 192.00dp 194.40dp 196.80dp 199.20dp 201.60dp 204.00dp 206.40dp 208.80dp 211.20dp 213.60dp 19.20dp 216.00dp 218.40dp 220.80dp 223.20dp 225.60dp 228.00dp 230.40dp 232.80dp 235.20dp 237.60dp 21.60dp -24.00dp -26.40dp -28.80dp -31.20dp -33.60dp -36.00dp -38.40dp -40.80dp -43.20dp -45.60dp -2.40dp -48.00dp -50.40dp -52.80dp -55.20dp -57.60dp -60.00dp -62.40dp -64.80dp -67.20dp -69.60dp -4.80dp -72.00dp -74.40dp -76.80dp -79.20dp -81.60dp -84.00dp -86.40dp -88.80dp -91.20dp -93.60dp -7.20dp -96.00dp -98.40dp -100.80dp -103.20dp -105.60dp -108.00dp -110.40dp -112.80dp -115.20dp -117.60dp -9.60dp -120.00dp -122.40dp -124.80dp -127.20dp -129.60dp -132.00dp -134.40dp -136.80dp -139.20dp -141.60dp -12.00dp -144.00dp -14.40dp -16.80dp -19.20dp -21.60dp 250.00dp 252.50dp 255.00dp 257.50dp 260.00dp 262.50dp 265.00dp 267.50dp 270.00dp 272.50dp 25.00dp 275.00dp 277.50dp 280.00dp 282.50dp 285.00dp 287.50dp 290.00dp 292.50dp 295.00dp 297.50dp 27.50dp 300.00dp 302.50dp 305.00dp 307.50dp 310.00dp 312.50dp 315.00dp 317.50dp 320.00dp 322.50dp 30.00dp 325.00dp 327.50dp 330.00dp 332.50dp 335.00dp 337.50dp 340.00dp 342.50dp 345.00dp 347.50dp 32.50dp 350.00dp 352.50dp 355.00dp 357.50dp 360.00dp 362.50dp 365.00dp 367.50dp 370.00dp 372.50dp 35.00dp 375.00dp 377.50dp 380.00dp 382.50dp 385.00dp 387.50dp 390.00dp 392.50dp 395.00dp 397.50dp 37.50dp 400.00dp 402.50dp 405.00dp 407.50dp 410.00dp 412.50dp 415.00dp 417.50dp 420.00dp 422.50dp 40.00dp 425.00dp 427.50dp 430.00dp 432.50dp 435.00dp 437.50dp 440.00dp 442.50dp 445.00dp 447.50dp 42.50dp 450.00dp 452.50dp 455.00dp 457.50dp 460.00dp 462.50dp 465.00dp 467.50dp 470.00dp 472.50dp 45.00dp 475.00dp 477.50dp 480.00dp 482.50dp 485.00dp 487.50dp 490.00dp 492.50dp 495.00dp 497.50dp 47.50dp 2.50dp 500.00dp 502.50dp 505.00dp 507.50dp 510.00dp 512.50dp 515.00dp 517.50dp 520.00dp 522.50dp 50.00dp 525.00dp 527.50dp 530.00dp 532.50dp 535.00dp 537.50dp 540.00dp 542.50dp 545.00dp 547.50dp 52.50dp 550.00dp 552.50dp 555.00dp 557.50dp 560.00dp 562.50dp 565.00dp 567.50dp 570.00dp 572.50dp 55.00dp 575.00dp 577.50dp 580.00dp 582.50dp 585.00dp 587.50dp 590.00dp 592.50dp 595.00dp 597.50dp 57.50dp 600.00dp 602.50dp 605.00dp 607.50dp 610.00dp 612.50dp 615.00dp 617.50dp 620.00dp 622.50dp 60.00dp 625.00dp 627.50dp 630.00dp 632.50dp 635.00dp 637.50dp 640.00dp 642.50dp 645.00dp 647.50dp 62.50dp 650.00dp 652.50dp 655.00dp 657.50dp 660.00dp 662.50dp 665.00dp 667.50dp 670.00dp 672.50dp 65.00dp 675.00dp 677.50dp 680.00dp 682.50dp 685.00dp 687.50dp 690.00dp 692.50dp 695.00dp 697.50dp 67.50dp 700.00dp 702.50dp 705.00dp 707.50dp 710.00dp 712.50dp 715.00dp 717.50dp 720.00dp 722.50dp 70.00dp 725.00dp 727.50dp 730.00dp 732.50dp 735.00dp 737.50dp 740.00dp 742.50dp 745.00dp 747.50dp 72.50dp 5.00dp 750.00dp 752.50dp 755.00dp 757.50dp 760.00dp 762.50dp 765.00dp 767.50dp 770.00dp 772.50dp 75.00dp 775.00dp 777.50dp 780.00dp 782.50dp 785.00dp 787.50dp 790.00dp 792.50dp 795.00dp 797.50dp 77.50dp 800.00dp 802.50dp 805.00dp 807.50dp 810.00dp 812.50dp 815.00dp 817.50dp 820.00dp 822.50dp 80.00dp 825.00dp 827.50dp 830.00dp 832.50dp 835.00dp 837.50dp 840.00dp 842.50dp 845.00dp 847.50dp 82.50dp 850.00dp 852.50dp 855.00dp 857.50dp 860.00dp 862.50dp 865.00dp 867.50dp 870.00dp 872.50dp 85.00dp 875.00dp 877.50dp 880.00dp 882.50dp 885.00dp 887.50dp 890.00dp 892.50dp 895.00dp 897.50dp 87.50dp 900.00dp 902.50dp 905.00dp 907.50dp 910.00dp 912.50dp 915.00dp 917.50dp 920.00dp 922.50dp 90.00dp 925.00dp 927.50dp 930.00dp 932.50dp 935.00dp 937.50dp 940.00dp 942.50dp 945.00dp 947.50dp 92.50dp 950.00dp 952.50dp 955.00dp 957.50dp 960.00dp 962.50dp 965.00dp 967.50dp 970.00dp 972.50dp 95.00dp 975.00dp 977.50dp 980.00dp 982.50dp 985.00dp 987.50dp 990.00dp 992.50dp 995.00dp 997.50dp 97.50dp 7.50dp 1000.00dp 1002.50dp 1005.00dp 1007.50dp 1010.00dp 1012.50dp 1015.00dp 1017.50dp 1020.00dp 1022.50dp 100.00dp 1025.00dp 1027.50dp 1030.00dp 1032.50dp 1035.00dp 1037.50dp 1040.00dp 1042.50dp 1045.00dp 1047.50dp 102.50dp 1050.00dp 1052.50dp 1055.00dp 1057.50dp 1060.00dp 1062.50dp 1065.00dp 1067.50dp 1070.00dp 1072.50dp 105.00dp 1075.00dp 1077.50dp 1080.00dp 1082.50dp 1085.00dp 1087.50dp 1090.00dp 1092.50dp 1095.00dp 1097.50dp 107.50dp 1100.00dp 1102.50dp 1105.00dp 1107.50dp 1110.00dp 1112.50dp 1115.00dp 1117.50dp 1120.00dp 1122.50dp 110.00dp 1125.00dp 1127.50dp 1130.00dp 1132.50dp 1135.00dp 1137.50dp 1140.00dp 1142.50dp 1145.00dp 1147.50dp 112.50dp 1150.00dp 1152.50dp 1155.00dp 1157.50dp 1160.00dp 1162.50dp 1165.00dp 1167.50dp 1170.00dp 1172.50dp 115.00dp 1175.00dp 1177.50dp 1180.00dp 1182.50dp 1185.00dp 1187.50dp 1190.00dp 1192.50dp 1195.00dp 1197.50dp 117.50dp 1200.00dp 1202.50dp 1205.00dp 1207.50dp 1210.00dp 1212.50dp 1215.00dp 1217.50dp 1220.00dp 1222.50dp 120.00dp 1225.00dp 1227.50dp 1230.00dp 1232.50dp 1235.00dp 1237.50dp 1240.00dp 1242.50dp 1245.00dp 1247.50dp 122.50dp 10.00dp 1250.00dp 1252.50dp 1255.00dp 1257.50dp 1260.00dp 1262.50dp 1265.00dp 1267.50dp 1270.00dp 1272.50dp 125.00dp 1275.00dp 1277.50dp 1280.00dp 1282.50dp 1285.00dp 1287.50dp 1290.00dp 1292.50dp 1295.00dp 1297.50dp 127.50dp 1300.00dp 1302.50dp 1305.00dp 1307.50dp 1310.00dp 1312.50dp 1315.00dp 1317.50dp 1320.00dp 1322.50dp 130.00dp 1325.00dp 1327.50dp 1330.00dp 1332.50dp 1335.00dp 1337.50dp 1340.00dp 1342.50dp 1345.00dp 1347.50dp 132.50dp 1350.00dp 1352.50dp 1355.00dp 1357.50dp 1360.00dp 1362.50dp 1365.00dp 1367.50dp 1370.00dp 1372.50dp 135.00dp 1375.00dp 1377.50dp 1380.00dp 1382.50dp 1385.00dp 1387.50dp 1390.00dp 1392.50dp 1395.00dp 1397.50dp 137.50dp 1400.00dp 1402.50dp 1405.00dp 1407.50dp 1410.00dp 1412.50dp 1415.00dp 1417.50dp 1420.00dp 1422.50dp 140.00dp 1425.00dp 1427.50dp 1430.00dp 1432.50dp 1435.00dp 1437.50dp 1440.00dp 1442.50dp 1445.00dp 1447.50dp 142.50dp 1450.00dp 1452.50dp 1455.00dp 1457.50dp 1460.00dp 1462.50dp 1465.00dp 1467.50dp 1470.00dp 1472.50dp 145.00dp 1475.00dp 1477.50dp 1480.00dp 1482.50dp 1485.00dp 1487.50dp 1490.00dp 1492.50dp 1495.00dp 1497.50dp 147.50dp 12.50dp 1500.00dp 150.00dp 152.50dp 155.00dp 157.50dp 160.00dp 162.50dp 165.00dp 167.50dp 170.00dp 172.50dp 15.00dp 175.00dp 177.50dp 180.00dp 182.50dp 185.00dp 187.50dp 190.00dp 192.50dp 195.00dp 197.50dp 17.50dp 200.00dp 202.50dp 205.00dp 207.50dp 210.00dp 212.50dp 215.00dp 217.50dp 220.00dp 222.50dp 20.00dp 225.00dp 227.50dp 230.00dp 232.50dp 235.00dp 237.50dp 240.00dp 242.50dp 245.00dp 247.50dp 22.50dp -25.00dp -27.50dp -30.00dp -32.50dp -35.00dp -37.50dp -40.00dp -42.50dp -45.00dp -47.50dp -2.50dp -50.00dp -52.50dp -55.00dp -57.50dp -60.00dp -62.50dp -65.00dp -67.50dp -70.00dp -72.50dp -5.00dp -75.00dp -77.50dp -80.00dp -82.50dp -85.00dp -87.50dp -90.00dp -92.50dp -95.00dp -97.50dp -7.50dp -100.00dp -102.50dp -105.00dp -107.50dp -110.00dp -112.50dp -115.00dp -117.50dp -120.00dp -122.50dp -10.00dp -125.00dp -127.50dp -130.00dp -132.50dp -135.00dp -137.50dp -140.00dp -142.50dp -145.00dp -147.50dp -12.50dp -150.00dp -15.00dp -17.50dp -20.00dp -22.50dp 260.00dp 262.60dp 265.20dp 267.80dp 270.40dp 273.00dp 275.60dp 278.20dp 280.80dp 283.40dp 26.00dp 286.00dp 288.60dp 291.20dp 293.80dp 296.40dp 299.00dp 301.60dp 304.20dp 306.80dp 309.40dp 28.60dp 312.00dp 314.60dp 317.20dp 319.80dp 322.40dp 325.00dp 327.60dp 330.20dp 332.80dp 335.40dp 31.20dp 338.00dp 340.60dp 343.20dp 345.80dp 348.40dp 351.00dp 353.60dp 356.20dp 358.80dp 361.40dp 33.80dp 364.00dp 366.60dp 369.20dp 371.80dp 374.40dp 377.00dp 379.60dp 382.20dp 384.80dp 387.40dp 36.40dp 390.00dp 392.60dp 395.20dp 397.80dp 400.40dp 403.00dp 405.60dp 408.20dp 410.80dp 413.40dp 39.00dp 416.00dp 418.60dp 421.20dp 423.80dp 426.40dp 429.00dp 431.60dp 434.20dp 436.80dp 439.40dp 41.60dp 442.00dp 444.60dp 447.20dp 449.80dp 452.40dp 455.00dp 457.60dp 460.20dp 462.80dp 465.40dp 44.20dp 468.00dp 470.60dp 473.20dp 475.80dp 478.40dp 481.00dp 483.60dp 486.20dp 488.80dp 491.40dp 46.80dp 494.00dp 496.60dp 499.20dp 501.80dp 504.40dp 507.00dp 509.60dp 512.20dp 514.80dp 517.40dp 49.40dp 2.60dp 520.00dp 522.60dp 525.20dp 527.80dp 530.40dp 533.00dp 535.60dp 538.20dp 540.80dp 543.40dp 52.00dp 546.00dp 548.60dp 551.20dp 553.80dp 556.40dp 559.00dp 561.60dp 564.20dp 566.80dp 569.40dp 54.60dp 572.00dp 574.60dp 577.20dp 579.80dp 582.40dp 585.00dp 587.60dp 590.20dp 592.80dp 595.40dp 57.20dp 598.00dp 600.60dp 603.20dp 605.80dp 608.40dp 611.00dp 613.60dp 616.20dp 618.80dp 621.40dp 59.80dp 624.00dp 626.60dp 629.20dp 631.80dp 634.40dp 637.00dp 639.60dp 642.20dp 644.80dp 647.40dp 62.40dp 650.00dp 652.60dp 655.20dp 657.80dp 660.40dp 663.00dp 665.60dp 668.20dp 670.80dp 673.40dp 65.00dp 676.00dp 678.60dp 681.20dp 683.80dp 686.40dp 689.00dp 691.60dp 694.20dp 696.80dp 699.40dp 67.60dp 702.00dp 704.60dp 707.20dp 709.80dp 712.40dp 715.00dp 717.60dp 720.20dp 722.80dp 725.40dp 70.20dp 728.00dp 730.60dp 733.20dp 735.80dp 738.40dp 741.00dp 743.60dp 746.20dp 748.80dp 751.40dp 72.80dp 754.00dp 756.60dp 759.20dp 761.80dp 764.40dp 767.00dp 769.60dp 772.20dp 774.80dp 777.40dp 75.40dp 5.20dp 780.00dp 782.60dp 785.20dp 787.80dp 790.40dp 793.00dp 795.60dp 798.20dp 800.80dp 803.40dp 78.00dp 806.00dp 808.60dp 811.20dp 813.80dp 816.40dp 819.00dp 821.60dp 824.20dp 826.80dp 829.40dp 80.60dp 832.00dp 834.60dp 837.20dp 839.80dp 842.40dp 845.00dp 847.60dp 850.20dp 852.80dp 855.40dp 83.20dp 858.00dp 860.60dp 863.20dp 865.80dp 868.40dp 871.00dp 873.60dp 876.20dp 878.80dp 881.40dp 85.80dp 884.00dp 886.60dp 889.20dp 891.80dp 894.40dp 897.00dp 899.60dp 902.20dp 904.80dp 907.40dp 88.40dp 910.00dp 912.60dp 915.20dp 917.80dp 920.40dp 923.00dp 925.60dp 928.20dp 930.80dp 933.40dp 91.00dp 936.00dp 938.60dp 941.20dp 943.80dp 946.40dp 949.00dp 951.60dp 954.20dp 956.80dp 959.40dp 93.60dp 962.00dp 964.60dp 967.20dp 969.80dp 972.40dp 975.00dp 977.60dp 980.20dp 982.80dp 985.40dp 96.20dp 988.00dp 990.60dp 993.20dp 995.80dp 998.40dp 1001.00dp 1003.60dp 1006.20dp 1008.80dp 1011.40dp 98.80dp 1014.00dp 1016.60dp 1019.20dp 1021.80dp 1024.40dp 1027.00dp 1029.60dp 1032.20dp 1034.80dp 1037.40dp 101.40dp 7.80dp 1040.00dp 1042.60dp 1045.20dp 1047.80dp 1050.40dp 1053.00dp 1055.60dp 1058.20dp 1060.80dp 1063.40dp 104.00dp 1066.00dp 1068.60dp 1071.20dp 1073.80dp 1076.40dp 1079.00dp 1081.60dp 1084.20dp 1086.80dp 1089.40dp 106.60dp 1092.00dp 1094.60dp 1097.20dp 1099.80dp 1102.40dp 1105.00dp 1107.60dp 1110.20dp 1112.80dp 1115.40dp 109.20dp 1118.00dp 1120.60dp 1123.20dp 1125.80dp 1128.40dp 1131.00dp 1133.60dp 1136.20dp 1138.80dp 1141.40dp 111.80dp 1144.00dp 1146.60dp 1149.20dp 1151.80dp 1154.40dp 1157.00dp 1159.60dp 1162.20dp 1164.80dp 1167.40dp 114.40dp 1170.00dp 1172.60dp 1175.20dp 1177.80dp 1180.40dp 1183.00dp 1185.60dp 1188.20dp 1190.80dp 1193.40dp 117.00dp 1196.00dp 1198.60dp 1201.20dp 1203.80dp 1206.40dp 1209.00dp 1211.60dp 1214.20dp 1216.80dp 1219.40dp 119.60dp 1222.00dp 1224.60dp 1227.20dp 1229.80dp 1232.40dp 1235.00dp 1237.60dp 1240.20dp 1242.80dp 1245.40dp 122.20dp 1248.00dp 1250.60dp 1253.20dp 1255.80dp 1258.40dp 1261.00dp 1263.60dp 1266.20dp 1268.80dp 1271.40dp 124.80dp 1274.00dp 1276.60dp 1279.20dp 1281.80dp 1284.40dp 1287.00dp 1289.60dp 1292.20dp 1294.80dp 1297.40dp 127.40dp 10.40dp 1300.00dp 1302.60dp 1305.20dp 1307.80dp 1310.40dp 1313.00dp 1315.60dp 1318.20dp 1320.80dp 1323.40dp 130.00dp 1326.00dp 1328.60dp 1331.20dp 1333.80dp 1336.40dp 1339.00dp 1341.60dp 1344.20dp 1346.80dp 1349.40dp 132.60dp 1352.00dp 1354.60dp 1357.20dp 1359.80dp 1362.40dp 1365.00dp 1367.60dp 1370.20dp 1372.80dp 1375.40dp 135.20dp 1378.00dp 1380.60dp 1383.20dp 1385.80dp 1388.40dp 1391.00dp 1393.60dp 1396.20dp 1398.80dp 1401.40dp 137.80dp 1404.00dp 1406.60dp 1409.20dp 1411.80dp 1414.40dp 1417.00dp 1419.60dp 1422.20dp 1424.80dp 1427.40dp 140.40dp 1430.00dp 1432.60dp 1435.20dp 1437.80dp 1440.40dp 1443.00dp 1445.60dp 1448.20dp 1450.80dp 1453.40dp 143.00dp 1456.00dp 1458.60dp 1461.20dp 1463.80dp 1466.40dp 1469.00dp 1471.60dp 1474.20dp 1476.80dp 1479.40dp 145.60dp 1482.00dp 1484.60dp 1487.20dp 1489.80dp 1492.40dp 1495.00dp 1497.60dp 1500.20dp 1502.80dp 1505.40dp 148.20dp 1508.00dp 1510.60dp 1513.20dp 1515.80dp 1518.40dp 1521.00dp 1523.60dp 1526.20dp 1528.80dp 1531.40dp 150.80dp 1534.00dp 1536.60dp 1539.20dp 1541.80dp 1544.40dp 1547.00dp 1549.60dp 1552.20dp 1554.80dp 1557.40dp 153.40dp 13.00dp 1560.00dp 156.00dp 158.60dp 161.20dp 163.80dp 166.40dp 169.00dp 171.60dp 174.20dp 176.80dp 179.40dp 15.60dp 182.00dp 184.60dp 187.20dp 189.80dp 192.40dp 195.00dp 197.60dp 200.20dp 202.80dp 205.40dp 18.20dp 208.00dp 210.60dp 213.20dp 215.80dp 218.40dp 221.00dp 223.60dp 226.20dp 228.80dp 231.40dp 20.80dp 234.00dp 236.60dp 239.20dp 241.80dp 244.40dp 247.00dp 249.60dp 252.20dp 254.80dp 257.40dp 23.40dp -26.00dp -28.60dp -31.20dp -33.80dp -36.40dp -39.00dp -41.60dp -44.20dp -46.80dp -49.40dp -2.60dp -52.00dp -54.60dp -57.20dp -59.80dp -62.40dp -65.00dp -67.60dp -70.20dp -72.80dp -75.40dp -5.20dp -78.00dp -80.60dp -83.20dp -85.80dp -88.40dp -91.00dp -93.60dp -96.20dp -98.80dp -101.40dp -7.80dp -104.00dp -106.60dp -109.20dp -111.80dp -114.40dp -117.00dp -119.60dp -122.20dp -124.80dp -127.40dp -10.40dp -130.00dp -132.60dp -135.20dp -137.80dp -140.40dp -143.00dp -145.60dp -148.20dp -150.80dp -153.40dp -13.00dp -156.00dp -15.60dp -18.20dp -20.80dp -23.40dp 100.00sp 10.00sp 11.00sp 12.00sp 13.00sp 14.00sp 15.00sp 16.00sp 17.00sp 18.00sp 19.00sp 1.00sp 20.00sp 21.00sp 22.00sp 23.00sp 24.00sp 25.00sp 26.00sp 27.00sp 28.00sp 29.00sp 2.00sp 30.00sp 31.00sp 32.00sp 33.00sp 34.00sp 35.00sp 36.00sp 37.00sp 38.00sp 39.00sp 3.00sp 40.00sp 41.00sp 42.00sp 43.00sp 44.00sp 45.00sp 46.00sp 47.00sp 48.00sp 49.00sp 4.00sp 50.00sp 51.00sp 52.00sp 53.00sp 54.00sp 55.00sp 56.00sp 57.00sp 58.00sp 59.00sp 5.00sp 60.00sp 61.00sp 62.00sp 63.00sp 64.00sp 65.00sp 66.00sp 67.00sp 68.00sp 69.00sp 6.00sp 70.00sp 71.00sp 72.00sp 73.00sp 74.00sp 75.00sp 76.00sp 77.00sp 78.00sp 79.00sp 7.00sp 80.00sp 81.00sp 82.00sp 83.00sp 84.00sp 85.00sp 86.00sp 87.00sp 88.00sp 89.00sp 8.00sp 90.00sp 91.00sp 92.00sp 93.00sp 94.00sp 95.00sp 96.00sp 97.00sp 98.00sp 99.00sp 9.00sp 360.00sp 36.00sp 39.60sp 43.20sp 46.80sp 50.40sp 54.00sp 57.60sp 61.20sp 64.80sp 68.40sp 3.60sp 72.00sp 75.60sp 79.20sp 82.80sp 86.40sp 90.00sp 93.60sp 97.20sp 100.80sp 104.40sp 7.20sp 108.00sp 111.60sp 115.20sp 118.80sp 122.40sp 126.00sp 129.60sp 133.20sp 136.80sp 140.40sp 10.80sp 144.00sp 147.60sp 151.20sp 154.80sp 158.40sp 162.00sp 165.60sp 169.20sp 172.80sp 176.40sp 14.40sp 180.00sp 183.60sp 187.20sp 190.80sp 194.40sp 198.00sp 201.60sp 205.20sp 208.80sp 212.40sp 18.00sp 216.00sp 219.60sp 223.20sp 226.80sp 230.40sp 234.00sp 237.60sp 241.20sp 244.80sp 248.40sp 21.60sp 252.00sp 255.60sp 259.20sp 262.80sp 266.40sp 270.00sp 273.60sp 277.20sp 280.80sp 284.40sp 25.20sp 288.00sp 291.60sp 295.20sp 298.80sp 302.40sp 306.00sp 309.60sp 313.20sp 316.80sp 320.40sp 28.80sp 324.00sp 327.60sp 331.20sp 334.80sp 338.40sp 342.00sp 345.60sp 349.20sp 352.80sp 356.40sp 32.40sp 100.00sp 10.00sp 11.00sp 12.00sp 13.00sp 14.00sp 15.00sp 16.00sp 17.00sp 18.00sp 19.00sp 1.00sp 20.00sp 21.00sp 22.00sp 23.00sp 24.00sp 25.00sp 26.00sp 27.00sp 28.00sp 29.00sp 2.00sp 30.00sp 31.00sp 32.00sp 33.00sp 34.00sp 35.00sp 36.00sp 37.00sp 38.00sp 39.00sp 3.00sp 40.00sp 41.00sp 42.00sp 43.00sp 44.00sp 45.00sp 46.00sp 47.00sp 48.00sp 49.00sp 4.00sp 50.00sp 51.00sp 52.00sp 53.00sp 54.00sp 55.00sp 56.00sp 57.00sp 58.00sp 59.00sp 5.00sp 60.00sp 61.00sp 62.00sp 63.00sp 64.00sp 65.00sp 66.00sp 67.00sp 68.00sp 69.00sp 6.00sp 70.00sp 71.00sp 72.00sp 73.00sp 74.00sp 75.00sp 76.00sp 77.00sp 78.00sp 79.00sp 7.00sp 80.00sp 81.00sp 82.00sp 83.00sp 84.00sp 85.00sp 86.00sp 87.00sp 88.00sp 89.00sp 8.00sp 90.00sp 91.00sp 92.00sp 93.00sp 94.00sp 95.00sp 96.00sp 97.00sp 98.00sp 99.00sp 9.00sp 110.00sp 11.00sp 12.10sp 13.20sp 14.30sp 15.40sp 16.50sp 17.60sp 18.70sp 19.80sp 20.90sp 1.10sp 22.00sp 23.10sp 24.20sp 25.30sp 26.40sp 27.50sp 28.60sp 29.70sp 30.80sp 31.90sp 2.20sp 33.00sp 34.10sp 35.20sp 36.30sp 37.40sp 38.50sp 39.60sp 40.70sp 41.80sp 42.90sp 3.30sp 44.00sp 45.10sp 46.20sp 47.30sp 48.40sp 49.50sp 50.60sp 51.70sp 52.80sp 53.90sp 4.40sp 55.00sp 56.10sp 57.20sp 58.30sp 59.40sp 60.50sp 61.60sp 62.70sp 63.80sp 64.90sp 5.50sp 66.00sp 67.10sp 68.20sp 69.30sp 70.40sp 71.50sp 72.60sp 73.70sp 74.80sp 75.90sp 6.60sp 77.00sp 78.10sp 79.20sp 80.30sp 81.40sp 82.50sp 83.60sp 84.70sp 85.80sp 86.90sp 7.70sp 88.00sp 89.10sp 90.20sp 91.30sp 92.40sp 93.50sp 94.60sp 95.70sp 96.80sp 97.90sp 8.80sp 99.00sp 100.10sp 101.20sp 102.30sp 103.40sp 104.50sp 105.60sp 106.70sp 107.80sp 108.90sp 9.90sp 120.00sp 12.00sp 13.20sp 14.40sp 15.60sp 16.80sp 18.00sp 19.20sp 20.40sp 21.60sp 22.80sp 1.20sp 24.00sp 25.20sp 26.40sp 27.60sp 28.80sp 30.00sp 31.20sp 32.40sp 33.60sp 34.80sp 2.40sp 36.00sp 37.20sp 38.40sp 39.60sp 40.80sp 42.00sp 43.20sp 44.40sp 45.60sp 46.80sp 3.60sp 48.00sp 49.20sp 50.40sp 51.60sp 52.80sp 54.00sp 55.20sp 56.40sp 57.60sp 58.80sp 4.80sp 60.00sp 61.20sp 62.40sp 63.60sp 64.80sp 66.00sp 67.20sp 68.40sp 69.60sp 70.80sp 6.00sp 72.00sp 73.20sp 74.40sp 75.60sp 76.80sp 78.00sp 79.20sp 80.40sp 81.60sp 82.80sp 7.20sp 84.00sp 85.20sp 86.40sp 87.60sp 88.80sp 90.00sp 91.20sp 92.40sp 93.60sp 94.80sp 8.40sp 96.00sp 97.20sp 98.40sp 99.60sp 100.80sp 102.00sp 103.20sp 104.40sp 105.60sp 106.80sp 9.60sp 108.00sp 109.20sp 110.40sp 111.60sp 112.80sp 114.00sp 115.20sp 116.40sp 117.60sp 118.80sp 10.80sp 130.00sp 13.00sp 14.30sp 15.60sp 16.90sp 18.20sp 19.50sp 20.80sp 22.10sp 23.40sp 24.70sp 1.30sp 26.00sp 27.30sp 28.60sp 29.90sp 31.20sp 32.50sp 33.80sp 35.10sp 36.40sp 37.70sp 2.60sp 39.00sp 40.30sp 41.60sp 42.90sp 44.20sp 45.50sp 46.80sp 48.10sp 49.40sp 50.70sp 3.90sp 52.00sp 53.30sp 54.60sp 55.90sp 57.20sp 58.50sp 59.80sp 61.10sp 62.40sp 63.70sp 5.20sp 65.00sp 66.30sp 67.60sp 68.90sp 70.20sp 71.50sp 72.80sp 74.10sp 75.40sp 76.70sp 6.50sp 78.00sp 79.30sp 80.60sp 81.90sp 83.20sp 84.50sp 85.80sp 87.10sp 88.40sp 89.70sp 7.80sp 91.00sp 92.30sp 93.60sp 94.90sp 96.20sp 97.50sp 98.80sp 100.10sp 101.40sp 102.70sp 9.10sp 104.00sp 105.30sp 106.60sp 107.90sp 109.20sp 110.50sp 111.80sp 113.10sp 114.40sp 115.70sp 10.40sp 117.00sp 118.30sp 119.60sp 120.90sp 122.20sp 123.50sp 124.80sp 126.10sp 127.40sp 128.70sp 11.70sp 140.00sp 14.00sp 15.40sp 16.80sp 18.20sp 19.60sp 21.00sp 22.40sp 23.80sp 25.20sp 26.60sp 1.40sp 28.00sp 29.40sp 30.80sp 32.20sp 33.60sp 35.00sp 36.40sp 37.80sp 39.20sp 40.60sp 2.80sp 42.00sp 43.40sp 44.80sp 46.20sp 47.60sp 49.00sp 50.40sp 51.80sp 53.20sp 54.60sp 4.20sp 56.00sp 57.40sp 58.80sp 60.20sp 61.60sp 63.00sp 64.40sp 65.80sp 67.20sp 68.60sp 5.60sp 70.00sp 71.40sp 72.80sp 74.20sp 75.60sp 77.00sp 78.40sp 79.80sp 81.20sp 82.60sp 7.00sp 84.00sp 85.40sp 86.80sp 88.20sp 89.60sp 91.00sp 92.40sp 93.80sp 95.20sp 96.60sp 8.40sp 98.00sp 99.40sp 100.80sp 102.20sp 103.60sp 105.00sp 106.40sp 107.80sp 109.20sp 110.60sp 9.80sp 112.00sp 113.40sp 114.80sp 116.20sp 117.60sp 119.00sp 120.40sp 121.80sp 123.20sp 124.60sp 11.20sp 126.00sp 127.40sp 128.80sp 130.20sp 131.60sp 133.00sp 134.40sp 135.80sp 137.20sp 138.60sp 12.60sp 150.00sp 15.00sp 16.50sp 18.00sp 19.50sp 21.00sp 22.50sp 24.00sp 25.50sp 27.00sp 28.50sp 1.50sp 30.00sp 31.50sp 33.00sp 34.50sp 36.00sp 37.50sp 39.00sp 40.50sp 42.00sp 43.50sp 3.00sp 45.00sp 46.50sp 48.00sp 49.50sp 51.00sp 52.50sp 54.00sp 55.50sp 57.00sp 58.50sp 4.50sp 60.00sp 61.50sp 63.00sp 64.50sp 66.00sp 67.50sp 69.00sp 70.50sp 72.00sp 73.50sp 6.00sp 75.00sp 76.50sp 78.00sp 79.50sp 81.00sp 82.50sp 84.00sp 85.50sp 87.00sp 88.50sp 7.50sp 90.00sp 91.50sp 93.00sp 94.50sp 96.00sp 97.50sp 99.00sp 100.50sp 102.00sp 103.50sp 9.00sp 105.00sp 106.50sp 108.00sp 109.50sp 111.00sp 112.50sp 114.00sp 115.50sp 117.00sp 118.50sp 10.50sp 120.00sp 121.50sp 123.00sp 124.50sp 126.00sp 127.50sp 129.00sp 130.50sp 132.00sp 133.50sp 12.00sp 135.00sp 136.50sp 138.00sp 139.50sp 141.00sp 142.50sp 144.00sp 145.50sp 147.00sp 148.50sp 13.50sp 160.00sp 16.00sp 17.60sp 19.20sp 20.80sp 22.40sp 24.00sp 25.60sp 27.20sp 28.80sp 30.40sp 1.60sp 32.00sp 33.60sp 35.20sp 36.80sp 38.40sp 40.00sp 41.60sp 43.20sp 44.80sp 46.40sp 3.20sp 48.00sp 49.60sp 51.20sp 52.80sp 54.40sp 56.00sp 57.60sp 59.20sp 60.80sp 62.40sp 4.80sp 64.00sp 65.60sp 67.20sp 68.80sp 70.40sp 72.00sp 73.60sp 75.20sp 76.80sp 78.40sp 6.40sp 80.00sp 81.60sp 83.20sp 84.80sp 86.40sp 88.00sp 89.60sp 91.20sp 92.80sp 94.40sp 8.00sp 96.00sp 97.60sp 99.20sp 100.80sp 102.40sp 104.00sp 105.60sp 107.20sp 108.80sp 110.40sp 9.60sp 112.00sp 113.60sp 115.20sp 116.80sp 118.40sp 120.00sp 121.60sp 123.20sp 124.80sp 126.40sp 11.20sp 128.00sp 129.60sp 131.20sp 132.80sp 134.40sp 136.00sp 137.60sp 139.20sp 140.80sp 142.40sp 12.80sp 144.00sp 145.60sp 147.20sp 148.80sp 150.40sp 152.00sp 153.60sp 155.20sp 156.80sp 158.40sp 14.40sp 170.00sp 17.00sp 18.70sp 20.40sp 22.10sp 23.80sp 25.50sp 27.20sp 28.90sp 30.60sp 32.30sp 1.70sp 34.00sp 35.70sp 37.40sp 39.10sp 40.80sp 42.50sp 44.20sp 45.90sp 47.60sp 49.30sp 3.40sp 51.00sp 52.70sp 54.40sp 56.10sp 57.80sp 59.50sp 61.20sp 62.90sp 64.60sp 66.30sp 5.10sp 68.00sp 69.70sp 71.40sp 73.10sp 74.80sp 76.50sp 78.20sp 79.90sp 81.60sp 83.30sp 6.80sp 85.00sp 86.70sp 88.40sp 90.10sp 91.80sp 93.50sp 95.20sp 96.90sp 98.60sp 100.30sp 8.50sp 102.00sp 103.70sp 105.40sp 107.10sp 108.80sp 110.50sp 112.20sp 113.90sp 115.60sp 117.30sp 10.20sp 119.00sp 120.70sp 122.40sp 124.10sp 125.80sp 127.50sp 129.20sp 130.90sp 132.60sp 134.30sp 11.90sp 136.00sp 137.70sp 139.40sp 141.10sp 142.80sp 144.50sp 146.20sp 147.90sp 149.60sp 151.30sp 13.60sp 153.00sp 154.70sp 156.40sp 158.10sp 159.80sp 161.50sp 163.20sp 164.90sp 166.60sp 168.30sp 15.30sp 180.00sp 18.00sp 19.80sp 21.60sp 23.40sp 25.20sp 27.00sp 28.80sp 30.60sp 32.40sp 34.20sp 1.80sp 36.00sp 37.80sp 39.60sp 41.40sp 43.20sp 45.00sp 46.80sp 48.60sp 50.40sp 52.20sp 3.60sp 54.00sp 55.80sp 57.60sp 59.40sp 61.20sp 63.00sp 64.80sp 66.60sp 68.40sp 70.20sp 5.40sp 72.00sp 73.80sp 75.60sp 77.40sp 79.20sp 81.00sp 82.80sp 84.60sp 86.40sp 88.20sp 7.20sp 90.00sp 91.80sp 93.60sp 95.40sp 97.20sp 99.00sp 100.80sp 102.60sp 104.40sp 106.20sp 9.00sp 108.00sp 109.80sp 111.60sp 113.40sp 115.20sp 117.00sp 118.80sp 120.60sp 122.40sp 124.20sp 10.80sp 126.00sp 127.80sp 129.60sp 131.40sp 133.20sp 135.00sp 136.80sp 138.60sp 140.40sp 142.20sp 12.60sp 144.00sp 145.80sp 147.60sp 149.40sp 151.20sp 153.00sp 154.80sp 156.60sp 158.40sp 160.20sp 14.40sp 162.00sp 163.80sp 165.60sp 167.40sp 169.20sp 171.00sp 172.80sp 174.60sp 176.40sp 178.20sp 16.20sp 190.00sp 19.00sp 20.90sp 22.80sp 24.70sp 26.60sp 28.50sp 30.40sp 32.30sp 34.20sp 36.10sp 1.90sp 38.00sp 39.90sp 41.80sp 43.70sp 45.60sp 47.50sp 49.40sp 51.30sp 53.20sp 55.10sp 3.80sp 57.00sp 58.90sp 60.80sp 62.70sp 64.60sp 66.50sp 68.40sp 70.30sp 72.20sp 74.10sp 5.70sp 76.00sp 77.90sp 79.80sp 81.70sp 83.60sp 85.50sp 87.40sp 89.30sp 91.20sp 93.10sp 7.60sp 95.00sp 96.90sp 98.80sp 100.70sp 102.60sp 104.50sp 106.40sp 108.30sp 110.20sp 112.10sp 9.50sp 114.00sp 115.90sp 117.80sp 119.70sp 121.60sp 123.50sp 125.40sp 127.30sp 129.20sp 131.10sp 11.40sp 133.00sp 134.90sp 136.80sp 138.70sp 140.60sp 142.50sp 144.40sp 146.30sp 148.20sp 150.10sp 13.30sp 152.00sp 153.90sp 155.80sp 157.70sp 159.60sp 161.50sp 163.40sp 165.30sp 167.20sp 169.10sp 15.20sp 171.00sp 172.90sp 174.80sp 176.70sp 178.60sp 180.50sp 182.40sp 184.30sp 186.20sp 188.10sp 17.10sp 200.00sp 20.00sp 22.00sp 24.00sp 26.00sp 28.00sp 30.00sp 32.00sp 34.00sp 36.00sp 38.00sp 2.00sp 40.00sp 42.00sp 44.00sp 46.00sp 48.00sp 50.00sp 52.00sp 54.00sp 56.00sp 58.00sp 4.00sp 60.00sp 62.00sp 64.00sp 66.00sp 68.00sp 70.00sp 72.00sp 74.00sp 76.00sp 78.00sp 6.00sp 80.00sp 82.00sp 84.00sp 86.00sp 88.00sp 90.00sp 92.00sp 94.00sp 96.00sp 98.00sp 8.00sp 100.00sp 102.00sp 104.00sp 106.00sp 108.00sp 110.00sp 112.00sp 114.00sp 116.00sp 118.00sp 10.00sp 120.00sp 122.00sp 124.00sp 126.00sp 128.00sp 130.00sp 132.00sp 134.00sp 136.00sp 138.00sp 12.00sp 140.00sp 142.00sp 144.00sp 146.00sp 148.00sp 150.00sp 152.00sp 154.00sp 156.00sp 158.00sp 14.00sp 160.00sp 162.00sp 164.00sp 166.00sp 168.00sp 170.00sp 172.00sp 174.00sp 176.00sp 178.00sp 16.00sp 180.00sp 182.00sp 184.00sp 186.00sp 188.00sp 190.00sp 192.00sp 194.00sp 196.00sp 198.00sp 18.00sp 210.00sp 21.00sp 23.10sp 25.20sp 27.30sp 29.40sp 31.50sp 33.60sp 35.70sp 37.80sp 39.90sp 2.10sp 42.00sp 44.10sp 46.20sp 48.30sp 50.40sp 52.50sp 54.60sp 56.70sp 58.80sp 60.90sp 4.20sp 63.00sp 65.10sp 67.20sp 69.30sp 71.40sp 73.50sp 75.60sp 77.70sp 79.80sp 81.90sp 6.30sp 84.00sp 86.10sp 88.20sp 90.30sp 92.40sp 94.50sp 96.60sp 98.70sp 100.80sp 102.90sp 8.40sp 105.00sp 107.10sp 109.20sp 111.30sp 113.40sp 115.50sp 117.60sp 119.70sp 121.80sp 123.90sp 10.50sp 126.00sp 128.10sp 130.20sp 132.30sp 134.40sp 136.50sp 138.60sp 140.70sp 142.80sp 144.90sp 12.60sp 147.00sp 149.10sp 151.20sp 153.30sp 155.40sp 157.50sp 159.60sp 161.70sp 163.80sp 165.90sp 14.70sp 168.00sp 170.10sp 172.20sp 174.30sp 176.40sp 178.50sp 180.60sp 182.70sp 184.80sp 186.90sp 16.80sp 189.00sp 191.10sp 193.20sp 195.30sp 197.40sp 199.50sp 201.60sp 203.70sp 205.80sp 207.90sp 18.90sp 220.00sp 22.00sp 24.20sp 26.40sp 28.60sp 30.80sp 33.00sp 35.20sp 37.40sp 39.60sp 41.80sp 2.20sp 44.00sp 46.20sp 48.40sp 50.60sp 52.80sp 55.00sp 57.20sp 59.40sp 61.60sp 63.80sp 4.40sp 66.00sp 68.20sp 70.40sp 72.60sp 74.80sp 77.00sp 79.20sp 81.40sp 83.60sp 85.80sp 6.60sp 88.00sp 90.20sp 92.40sp 94.60sp 96.80sp 99.00sp 101.20sp 103.40sp 105.60sp 107.80sp 8.80sp 110.00sp 112.20sp 114.40sp 116.60sp 118.80sp 121.00sp 123.20sp 125.40sp 127.60sp 129.80sp 11.00sp 132.00sp 134.20sp 136.40sp 138.60sp 140.80sp 143.00sp 145.20sp 147.40sp 149.60sp 151.80sp 13.20sp 154.00sp 156.20sp 158.40sp 160.60sp 162.80sp 165.00sp 167.20sp 169.40sp 171.60sp 173.80sp 15.40sp 176.00sp 178.20sp 180.40sp 182.60sp 184.80sp 187.00sp 189.20sp 191.40sp 193.60sp 195.80sp 17.60sp 198.00sp 200.20sp 202.40sp 204.60sp 206.80sp 209.00sp 211.20sp 213.40sp 215.60sp 217.80sp 19.80sp 230.00sp 23.00sp 25.30sp 27.60sp 29.90sp 32.20sp 34.50sp 36.80sp 39.10sp 41.40sp 43.70sp 2.30sp 46.00sp 48.30sp 50.60sp 52.90sp 55.20sp 57.50sp 59.80sp 62.10sp 64.40sp 66.70sp 4.60sp 69.00sp 71.30sp 73.60sp 75.90sp 78.20sp 80.50sp 82.80sp 85.10sp 87.40sp 89.70sp 6.90sp 92.00sp 94.30sp 96.60sp 98.90sp 101.20sp 103.50sp 105.80sp 108.10sp 110.40sp 112.70sp 9.20sp 115.00sp 117.30sp 119.60sp 121.90sp 124.20sp 126.50sp 128.80sp 131.10sp 133.40sp 135.70sp 11.50sp 138.00sp 140.30sp 142.60sp 144.90sp 147.20sp 149.50sp 151.80sp 154.10sp 156.40sp 158.70sp 13.80sp 161.00sp 163.30sp 165.60sp 167.90sp 170.20sp 172.50sp 174.80sp 177.10sp 179.40sp 181.70sp 16.10sp 184.00sp 186.30sp 188.60sp 190.90sp 193.20sp 195.50sp 197.80sp 200.10sp 202.40sp 204.70sp 18.40sp 207.00sp 209.30sp 211.60sp 213.90sp 216.20sp 218.50sp 220.80sp 223.10sp 225.40sp 227.70sp 20.70sp 240.00sp 24.00sp 26.40sp 28.80sp 31.20sp 33.60sp 36.00sp 38.40sp 40.80sp 43.20sp 45.60sp 2.40sp 48.00sp 50.40sp 52.80sp 55.20sp 57.60sp 60.00sp 62.40sp 64.80sp 67.20sp 69.60sp 4.80sp 72.00sp 74.40sp 76.80sp 79.20sp 81.60sp 84.00sp 86.40sp 88.80sp 91.20sp 93.60sp 7.20sp 96.00sp 98.40sp 100.80sp 103.20sp 105.60sp 108.00sp 110.40sp 112.80sp 115.20sp 117.60sp 9.60sp 120.00sp 122.40sp 124.80sp 127.20sp 129.60sp 132.00sp 134.40sp 136.80sp 139.20sp 141.60sp 12.00sp 144.00sp 146.40sp 148.80sp 151.20sp 153.60sp 156.00sp 158.40sp 160.80sp 163.20sp 165.60sp 14.40sp 168.00sp 170.40sp 172.80sp 175.20sp 177.60sp 180.00sp 182.40sp 184.80sp 187.20sp 189.60sp 16.80sp 192.00sp 194.40sp 196.80sp 199.20sp 201.60sp 204.00sp 206.40sp 208.80sp 211.20sp 213.60sp 19.20sp 216.00sp 218.40sp 220.80sp 223.20sp 225.60sp 228.00sp 230.40sp 232.80sp 235.20sp 237.60sp 21.60sp 250.00sp 25.00sp 27.50sp 30.00sp 32.50sp 35.00sp 37.50sp 40.00sp 42.50sp 45.00sp 47.50sp 2.50sp 50.00sp 52.50sp 55.00sp 57.50sp 60.00sp 62.50sp 65.00sp 67.50sp 70.00sp 72.50sp 5.00sp 75.00sp 77.50sp 80.00sp 82.50sp 85.00sp 87.50sp 90.00sp 92.50sp 95.00sp 97.50sp 7.50sp 100.00sp 102.50sp 105.00sp 107.50sp 110.00sp 112.50sp 115.00sp 117.50sp 120.00sp 122.50sp 10.00sp 125.00sp 127.50sp 130.00sp 132.50sp 135.00sp 137.50sp 140.00sp 142.50sp 145.00sp 147.50sp 12.50sp 150.00sp 152.50sp 155.00sp 157.50sp 160.00sp 162.50sp 165.00sp 167.50sp 170.00sp 172.50sp 15.00sp 175.00sp 177.50sp 180.00sp 182.50sp 185.00sp 187.50sp 190.00sp 192.50sp 195.00sp 197.50sp 17.50sp 200.00sp 202.50sp 205.00sp 207.50sp 210.00sp 212.50sp 215.00sp 217.50sp 220.00sp 222.50sp 20.00sp 225.00sp 227.50sp 230.00sp 232.50sp 235.00sp 237.50sp 240.00sp 242.50sp 245.00sp 247.50sp 22.50sp 260.00sp 26.00sp 28.60sp 31.20sp 33.80sp 36.40sp 39.00sp 41.60sp 44.20sp 46.80sp 49.40sp 2.60sp 52.00sp 54.60sp 57.20sp 59.80sp 62.40sp 65.00sp 67.60sp 70.20sp 72.80sp 75.40sp 5.20sp 78.00sp 80.60sp 83.20sp 85.80sp 88.40sp 91.00sp 93.60sp 96.20sp 98.80sp 101.40sp 7.80sp 104.00sp 106.60sp 109.20sp 111.80sp 114.40sp 117.00sp 119.60sp 122.20sp 124.80sp 127.40sp 10.40sp 130.00sp 132.60sp 135.20sp 137.80sp 140.40sp 143.00sp 145.60sp 148.20sp 150.80sp 153.40sp 13.00sp 156.00sp 158.60sp 161.20sp 163.80sp 166.40sp 169.00sp 171.60sp 174.20sp 176.80sp 179.40sp 15.60sp 182.00sp 184.60sp 187.20sp 189.80sp 192.40sp 195.00sp 197.60sp 200.20sp 202.80sp 205.40sp 18.20sp 208.00sp 210.60sp 213.20sp 215.80sp 218.40sp 221.00sp 223.60sp 226.20sp 228.80sp 231.40sp 20.80sp 234.00sp 236.60sp 239.20sp 241.80sp 244.40sp 247.00sp 249.60sp 252.20sp 254.80sp 257.40sp 23.40sp #FFBB86FC #FF6200EE #FF3700B3 #FF03DAC5 #FF018786 #FF000000 #FFFFFFFF #9E9998 Revive My Memory Register Login login to app Enter Your Email Enter your password Forget pasword? I don\'t have account Register Enter your full name Create An Account Enter your Email Enter your Password Confirm Your Password Enter your birthday Register I already have an account Enter a relative Phone Enter a relative name Hello Anas my daughter wedding Add New Task Enter a unique username First name Last name Email Password SSN address Phone number Date of birth Forget Password? Email Send Enter the email associated with the account
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_forget_password.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_forget_password.xml
new file mode 100644
index 000000000..7a11b0ecf
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_forget_password.xml
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_forget_successful_send.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_forget_successful_send.xml
new file mode 100644
index 000000000..5470fb539
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_forget_successful_send.xml
@@ -0,0 +1,19 @@
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_home.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_home.xml
new file mode 100644
index 000000000..7c8618976
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_home.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_login.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_login.xml
new file mode 100644
index 000000000..54b7c978d
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_login.xml
@@ -0,0 +1,122 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_register.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_register.xml
new file mode 100644
index 000000000..2a7a6c0e4
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_register.xml
@@ -0,0 +1,250 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties
new file mode 100644
index 000000000..b84f1be9c
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties
@@ -0,0 +1,59 @@
+#Wed May 24 22:23:10 EET 2023
+com.example.revivemymemory.app-main-6\:/drawable/banner_bg.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\banner_bg.xml
+com.example.revivemymemory.app-main-6\:/drawable/img_1.png=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\img_1.png
+com.example.revivemymemory.app-main-6\:/drawable/ic_baseline_strikethrough_s_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\ic_baseline_strikethrough_s_24.xml
+com.example.revivemymemory.app-main-6\:/mipmap-anydpi-v33/ic_launcher.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-anydpi-v33\\ic_launcher.xml
+com.example.revivemymemory.app-main-6\:/drawable/ic_baseline_location_on_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\ic_baseline_location_on_24.xml
+com.example.revivemymemory.app-main-6\:/drawable/ic_baseline_person_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\ic_baseline_person_24.xml
+com.example.revivemymemory.app-packageDebugResources-3\:/layout/activity_login.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\layout\\activity_login.xml
+com.example.revivemymemory.app-main-6\:/drawable/personwhite.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\personwhite.xml
+com.example.revivemymemory.app-main-6\:/mipmap-anydpi-v26/ic_launcher_round.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-anydpi-v26\\ic_launcher_round.xml
+com.example.revivemymemory.app-main-6\:/drawable/baseline_local_phone_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\baseline_local_phone_24.xml
+com.example.revivemymemory.app-main-6\:/mipmap-anydpi-v26/ic_launcher.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-anydpi-v26\\ic_launcher.xml
+com.example.revivemymemory.app-main-6\:/raw/repassword.json=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\raw\\repassword.json
+com.example.revivemymemory.app-main-6\:/xml/backup_rules.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\xml\\backup_rules.xml
+com.example.revivemymemory.app-main-6\:/mipmap-xhdpi/ic_launcher_round.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xhdpi-v4\\ic_launcher_round.webp
+com.example.revivemymemory.app-main-6\:/drawable/bg_button.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\bg_button.xml
+com.example.revivemymemory.app-main-6\:/drawable/register.png=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\register.png
+com.example.revivemymemory.app-main-6\:/drawable/ic_baseline_lock_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\ic_baseline_lock_24.xml
+com.example.revivemymemory.app-main-6\:/mipmap-xxhdpi/ic_launcher.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xxhdpi-v4\\ic_launcher.webp
+com.example.revivemymemory.app-main-6\:/drawable-v24/ic_launcher_foreground.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable-v24\\ic_launcher_foreground.xml
+com.example.revivemymemory.app-main-6\:/mipmap-xxhdpi/ic_launcher_round.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xxhdpi-v4\\ic_launcher_round.webp
+com.example.revivemymemory.app-main-6\:/drawable/ic_baseline_arrow_circle_right_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\ic_baseline_arrow_circle_right_24.xml
+com.example.revivemymemory.app-main-6\:/drawable/rounded_button.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\rounded_button.xml
+com.example.revivemymemory.app-packageDebugResources-3\:/layout/activity_forget_password.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\layout\\activity_forget_password.xml
+com.example.revivemymemory.app-main-6\:/drawable/img.png=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\img.png
+com.example.revivemymemory.app-main-6\:/mipmap-hdpi/ic_launcher.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-hdpi-v4\\ic_launcher.webp
+com.example.revivemymemory.app-main-6\:/mipmap-hdpi/ic_launcher_round.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-hdpi-v4\\ic_launcher_round.webp
+com.example.revivemymemory.app-main-6\:/mipmap-mdpi/ic_launcher.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-mdpi-v4\\ic_launcher.webp
+com.example.revivemymemory.app-main-6\:/mipmap-xxxhdpi/ic_launcher.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xxxhdpi-v4\\ic_launcher.webp
+com.example.revivemymemory.app-packageDebugResources-3\:/layout/activity_home.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\layout\\activity_home.xml
+com.example.revivemymemory.app-main-6\:/drawable/circle.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\circle.xml
+com.example.revivemymemory.app-main-6\:/drawable/circlebc.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\circlebc.xml
+com.example.revivemymemory.app-main-6\:/mipmap-xxxhdpi/ic_launcher_round.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xxxhdpi-v4\\ic_launcher_round.webp
+com.example.revivemymemory.app-main-6\:/drawable/ic_baseline_add_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\ic_baseline_add_24.xml
+com.example.revivemymemory.app-main-6\:/mipmap-xhdpi/ic_launcher.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xhdpi-v4\\ic_launcher.webp
+com.example.revivemymemory.app-main-6\:/drawable/ic_baseline_arrow_back_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\ic_baseline_arrow_back_24.xml
+com.example.revivemymemory.app-main-6\:/drawable/passord_icon.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\passord_icon.xml
+com.example.revivemymemory.app-main-6\:/drawable/ic_baseline_phone_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\ic_baseline_phone_24.xml
+com.example.revivemymemory.app-main-6\:/drawable/baseline_person_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\baseline_person_24.xml
+com.example.revivemymemory.app-main-6\:/xml/data_extraction_rules.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\xml\\data_extraction_rules.xml
+com.example.revivemymemory.app-main-6\:/drawable/applogo.png=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\applogo.png
+com.example.revivemymemory.app-main-6\:/mipmap-mdpi/ic_launcher_round.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-mdpi-v4\\ic_launcher_round.webp
+com.example.revivemymemory.app-main-6\:/drawable/baseline_email_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\baseline_email_24.xml
+com.example.revivemymemory.app-main-6\:/drawable/homepage_icon_background.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\homepage_icon_background.xml
+com.example.revivemymemory.app-main-6\:/drawable/baseline_birthday.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\baseline_birthday.xml
+com.example.revivemymemory.app-main-6\:/drawable/ic_baseline_email_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\ic_baseline_email_24.xml
+com.example.revivemymemory.app-main-6\:/drawable/cirleaccount.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\cirleaccount.xml
+com.example.revivemymemory.app-packageDebugResources-3\:/layout/activity_register.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\layout\\activity_register.xml
+com.example.revivemymemory.app-main-6\:/drawable/ic_launcher_background.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\ic_launcher_background.xml
+com.example.revivemymemory.app-main-6\:/drawable/baseline_contact_phone_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\baseline_contact_phone_24.xml
+com.example.revivemymemory.app-main-6\:/raw/successanimation.json=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\raw\\successanimation.json
+com.example.revivemymemory.app-main-6\:/drawable/ic_baseline_access_time_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\ic_baseline_access_time_24.xml
+com.example.revivemymemory.app-packageDebugResources-3\:/layout/activity_forget_successful_send.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\layout\\activity_forget_successful_send.xml
+com.example.revivemymemory.app-main-6\:/drawable/homepage_icon.png=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\homepage_icon.png
+com.example.revivemymemory.app-main-6\:/drawable/ic_baseline_date_range_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\ic_baseline_date_range_24.xml
+com.example.revivemymemory.app-main-6\:/drawable/baseline_account_circle_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\baseline_account_circle_24.xml
+com.example.revivemymemory.app-main-6\:/drawable/img_2.png=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\img_2.png
+com.example.revivemymemory.app-main-6\:/raw/forgetpassword.json=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\raw\\forgetpassword.json
+com.example.revivemymemory.app-main-6\:/drawable/home_background.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\home_background.xml
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml
new file mode 100644
index 000000000..d97386c69
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml
@@ -0,0 +1,104 @@
+
+
+ #FF000000
+ #9E9998
+ #FFBB86FC
+ #FF6200EE
+ #FF3700B3
+ #FF03DAC5
+ #FF018786
+ #FFFFFFFF
+
+
+ Enter your Email
+ Add New Task
+ address
+ Revive My Memory
+ Date of birth
+ Login
+ Register
+ Create An Account
+ Email
+ Enter Your Email
+ Enter a relative name
+ Enter a relative Phone
+ Enter a unique username
+ Enter your birthday
+ Enter the email associated with the account
+ First name
+ Forget Password?
+ Forget pasword?
+ Enter your full name
+ Hello Anas
+ my daughter wedding
+ I already have an account
+ I don\'t have account Register
+ Last name
+ login to app
+ Password
+ Enter your password
+ Email
+ Phone number
+ Confirm Your Password
+ Register
+ Enter your Password
+ Send
+ SSN
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml
new file mode 100644
index 000000000..4495f97e7
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml
@@ -0,0 +1,65 @@
+
+#FFBB86FC #FF6200EE #FF3700B3 #FF03DAC5 #FF018786 #FF000000 #FFFFFFFF #9E9998 Revive My Memory Register Login login to app Enter Your Email Enter your password Forget pasword? I don\'t have account Register Enter your full name Create An Account Enter your Email Enter your Password Confirm Your Password Enter your birthday Register I already have an account Enter a relative Phone Enter a relative name Hello Anas my daughter wedding Add New Task Enter a unique username First name Last name Email Password SSN address Phone number Date of birth Forget Password? Email Send Enter the email associated with the account
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/activity_forget_password.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/activity_forget_password.xml
new file mode 100644
index 000000000..7a11b0ecf
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/activity_forget_password.xml
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/activity_forget_successful_send.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/activity_forget_successful_send.xml
new file mode 100644
index 000000000..5470fb539
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/activity_forget_successful_send.xml
@@ -0,0 +1,19 @@
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/activity_home.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/activity_home.xml
new file mode 100644
index 000000000..7c8618976
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/activity_home.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/activity_login.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/activity_login.xml
new file mode 100644
index 000000000..54b7c978d
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/activity_login.xml
@@ -0,0 +1,122 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/activity_register.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/activity_register.xml
new file mode 100644
index 000000000..2a7a6c0e4
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/activity_register.xml
@@ -0,0 +1,250 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/mergeDebugAssets/merger.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/mergeDebugAssets/merger.xml
new file mode 100644
index 000000000..1435ce7d8
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/mergeDebugAssets/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
new file mode 100644
index 000000000..6f3e7b65a
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/mergeDebugShaders/merger.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/mergeDebugShaders/merger.xml
new file mode 100644
index 000000000..6549fabd3
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/mergeDebugShaders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt
new file mode 100644
index 000000000..a8c6b6186
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt
@@ -0,0 +1,16 @@
+#Wed May 24 22:31:01 EET 2023
+path.4=9/classes.dex
+path.3=7/classes.dex
+path.2=11/classes.dex
+path.1=0/classes.dex
+path.0=classes.dex
+base.4=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\9\\classes.dex
+base.3=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\7\\classes.dex
+base.2=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\11\\classes.dex
+base.1=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\0\\classes.dex
+base.0=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\build\\intermediates\\dex\\debug\\mergeExtDexDebug\\classes.dex
+renamed.3=classes4.dex
+renamed.2=classes3.dex
+renamed.1=classes2.dex
+renamed.0=classes.dex
+renamed.4=classes5.dex
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources
new file mode 100644
index 000000000..c743caeef
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0
new file mode 100644
index 000000000..782946981
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/androidx/databinding/DataBinderMapperImpl.class b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/androidx/databinding/DataBinderMapperImpl.class
new file mode 100644
index 000000000..ac04e138c
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/androidx/databinding/DataBinderMapperImpl.class differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/androidx/databinding/DataBindingComponent.class b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/androidx/databinding/DataBindingComponent.class
new file mode 100644
index 000000000..5dd900dd5
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/androidx/databinding/DataBindingComponent.class differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/androidx/databinding/library/baseAdapters/BR.class b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/androidx/databinding/library/baseAdapters/BR.class
new file mode 100644
index 000000000..05c024fd6
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/androidx/databinding/library/baseAdapters/BR.class differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/BR.class b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/BR.class
new file mode 100644
index 000000000..667c74c36
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/BR.class differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/BuildConfig.class b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/BuildConfig.class
new file mode 100644
index 000000000..61bfac8e9
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/BuildConfig.class differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/DataBinderMapperImpl$InnerBrLookup.class b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/DataBinderMapperImpl$InnerBrLookup.class
new file mode 100644
index 000000000..cb66a95fd
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/DataBinderMapperImpl$InnerBrLookup.class differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/DataBinderMapperImpl$InnerLayoutIdLookup.class b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/DataBinderMapperImpl$InnerLayoutIdLookup.class
new file mode 100644
index 000000000..643549518
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/DataBinderMapperImpl$InnerLayoutIdLookup.class differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/DataBinderMapperImpl.class b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/DataBinderMapperImpl.class
new file mode 100644
index 000000000..60aa77cae
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/DataBinderMapperImpl.class differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/DataBindingTriggerClass.class b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/DataBindingTriggerClass.class
new file mode 100644
index 000000000..e2669a6d6
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/DataBindingTriggerClass.class differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/databinding/ActivityForgetPasswordBinding.class b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/databinding/ActivityForgetPasswordBinding.class
new file mode 100644
index 000000000..1bdba027d
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/databinding/ActivityForgetPasswordBinding.class differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/databinding/ActivityForgetSuccessfulSendBinding.class b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/databinding/ActivityForgetSuccessfulSendBinding.class
new file mode 100644
index 000000000..9a5157e9d
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/databinding/ActivityForgetSuccessfulSendBinding.class differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/databinding/ActivityHomeBinding.class b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/databinding/ActivityHomeBinding.class
new file mode 100644
index 000000000..afa0c27e4
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/databinding/ActivityHomeBinding.class differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/databinding/ActivityLoginBinding.class b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/databinding/ActivityLoginBinding.class
new file mode 100644
index 000000000..4672159fd
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/databinding/ActivityLoginBinding.class differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/databinding/ActivityRegisterBinding.class b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/databinding/ActivityRegisterBinding.class
new file mode 100644
index 000000000..ab808deb6
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/javac/debug/classes/com/example/revivemymemory/databinding/ActivityRegisterBinding.class differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/local_only_symbol_list/debug/R-def.txt b/Revive/android app/ReviveMyMemory/app/build/intermediates/local_only_symbol_list/debug/R-def.txt
new file mode 100644
index 000000000..3a90575e6
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/local_only_symbol_list/debug/R-def.txt
@@ -0,0 +1,133 @@
+R_DEF: Internal format may change without notice
+local
+color black
+color gray02
+color purple_200
+color purple_500
+color purple_700
+color teal_200
+color teal_700
+color white
+drawable applogo
+drawable banner_bg
+drawable baseline_account_circle_24
+drawable baseline_birthday
+drawable baseline_contact_phone_24
+drawable baseline_email_24
+drawable baseline_local_phone_24
+drawable baseline_person_24
+drawable bg_button
+drawable circle
+drawable circlebc
+drawable cirleaccount
+drawable home_background
+drawable homepage_icon
+drawable homepage_icon_background
+drawable ic_baseline_access_time_24
+drawable ic_baseline_add_24
+drawable ic_baseline_arrow_back_24
+drawable ic_baseline_arrow_circle_right_24
+drawable ic_baseline_date_range_24
+drawable ic_baseline_email_24
+drawable ic_baseline_location_on_24
+drawable ic_baseline_lock_24
+drawable ic_baseline_person_24
+drawable ic_baseline_phone_24
+drawable ic_baseline_strikethrough_s_24
+drawable ic_launcher_background
+drawable ic_launcher_foreground
+drawable img
+drawable img_1
+drawable img_2
+drawable passord_icon
+drawable personwhite
+drawable register
+drawable rounded_button
+id BOD
+id addressInputEditText
+id addressTil
+id assn
+id backBtn
+id birthTil
+id btn_login_screen
+id dont_haveAccount
+id edt_email_login
+id edt_password_login
+id email
+id emailInput
+id emailTil
+id firstname
+id fname
+id forgetpassword
+id imageView
+id lastname
+id lname
+id mEditEmail
+id passwordInputEditText
+id passwordTil
+id password_login
+id phone
+id phoneNum
+id registerBtn
+id repasslottie
+id send
+id ssn
+id textView1
+id textView2
+id toolbarRL
+id tv_login
+id tv_register
+id username_login
+id username_register
+layout activity_forget_password
+layout activity_forget_successful_send
+layout activity_home
+layout activity_login
+layout activity_register
+mipmap ic_launcher
+mipmap ic_launcher_round
+raw forgetpassword
+raw repassword
+raw successanimation
+string Register_your_email
+string add_note
+string address
+string app_name
+string birth_of_date
+string btn_login
+string btn_register
+string create_an_account
+string email
+string email_login
+string enter_a_relative_name
+string enter_a_relative_phone
+string enter_a_username
+string enter_your_birthday
+string enter_your_email_address_associated_with_your_account
+string first_name
+string forget_password
+string forget_pasword
+string full_name
+string greetingMessage
+string homeScreenTask
+string i_already_have_an_account
+string i_don_t_have_account_register
+string last_name
+string login_title
+string password
+string password_login
+string patient_email
+string phone_number
+string registe_your_password_again
+string register_btn_rgisterScree
+string register_your_password
+string send
+string ssn
+style ButtonWhite
+style CustomDatePickerDialog
+style SubTitle
+style Theme.ReviveMyMemory
+style buttonGrey
+style textlayout
+xml backup_rules
+xml data_extraction_rules
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/Revive/android app/ReviveMyMemory/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
new file mode 100644
index 000000000..ea2509685
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
@@ -0,0 +1,110 @@
+1
+2
+6
+7 E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml
+9 android:targetSdkVersion="33" />
+9-->E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml
+10
+11 [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\c73afc1fa215d9ca128620a3c01802b0\transformed\core-1.9.0\AndroidManifest.xml:22:5-24:47
+12 android:name="com.example.revivemymemory.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
+12-->[androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\c73afc1fa215d9ca128620a3c01802b0\transformed\core-1.9.0\AndroidManifest.xml:23:9-81
+13 android:protectionLevel="signature" />
+13-->[androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\c73afc1fa215d9ca128620a3c01802b0\transformed\core-1.9.0\AndroidManifest.xml:24:9-44
+14
+15
+15-->[androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\c73afc1fa215d9ca128620a3c01802b0\transformed\core-1.9.0\AndroidManifest.xml:26:5-97
+15-->[androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\c73afc1fa215d9ca128620a3c01802b0\transformed\core-1.9.0\AndroidManifest.xml:26:22-94
+16
+17 E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:5:5-35:19
+18 android:allowBackup="true"
+18-->E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:6:9-35
+19 android:appComponentFactory="androidx.core.app.CoreComponentFactory"
+19-->[androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\c73afc1fa215d9ca128620a3c01802b0\transformed\core-1.9.0\AndroidManifest.xml:28:18-86
+20 android:dataExtractionRules="@xml/data_extraction_rules"
+20-->E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:7:9-65
+21 android:debuggable="true"
+22 android:extractNativeLibs="false"
+23 android:fullBackupContent="@xml/backup_rules"
+23-->E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:8:9-54
+24 android:icon="@mipmap/ic_launcher"
+24-->E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:9:9-43
+25 android:label="@string/app_name"
+25-->E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:10:9-41
+26 android:supportsRtl="true"
+26-->E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:11:9-35
+27 android:testOnly="true"
+28 android:theme="@style/Theme.ReviveMyMemory" >
+28-->E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:12:9-52
+29 E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:14:9-16:40
+30 android:name="com.example.revivemymemory.ui.ForgetSuccessfulSendActivity"
+30-->E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:15:13-60
+31 android:exported="false" />
+31-->E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:16:13-37
+32 E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:17:9-19:40
+33 android:name="com.example.revivemymemory.ui.ForgetPasswordActivity"
+33-->E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:18:13-54
+34 android:exported="false" />
+34-->E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:19:13-37
+35 E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:20:9-22:40
+36 android:name="com.example.revivemymemory.ui.REgisterActivity"
+36-->E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:21:13-48
+37 android:exported="false" />
+37-->E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:22:13-37
+38 E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:23:9-25:40
+39 android:name="com.example.revivemymemory.ui.HomeActivity"
+39-->E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:24:13-44
+40 android:exported="false" />
+40-->E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:25:13-37
+41 E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:26:9-34:20
+42 android:name="com.example.revivemymemory.ui.LoginActivity"
+42-->E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:27:13-45
+43 android:exported="true" >
+43-->E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:28:13-36
+44
+44-->E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:29:13-33:29
+45
+45-->E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:30:17-69
+45-->E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:30:25-66
+46
+47
+47-->E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:32:17-77
+47-->E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:32:27-74
+48
+49
+50
+51 [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\66814d0c9c223a08105bc116aeb53dd5\transformed\emoji2-1.2.0\AndroidManifest.xml:24:9-32:20
+52 android:name="androidx.startup.InitializationProvider"
+52-->[androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\66814d0c9c223a08105bc116aeb53dd5\transformed\emoji2-1.2.0\AndroidManifest.xml:25:13-67
+53 android:authorities="com.example.revivemymemory.androidx-startup"
+53-->[androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\66814d0c9c223a08105bc116aeb53dd5\transformed\emoji2-1.2.0\AndroidManifest.xml:26:13-68
+54 android:exported="false" >
+54-->[androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\66814d0c9c223a08105bc116aeb53dd5\transformed\emoji2-1.2.0\AndroidManifest.xml:27:13-37
+55 [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\66814d0c9c223a08105bc116aeb53dd5\transformed\emoji2-1.2.0\AndroidManifest.xml:29:13-31:52
+56 android:name="androidx.emoji2.text.EmojiCompatInitializer"
+56-->[androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\66814d0c9c223a08105bc116aeb53dd5\transformed\emoji2-1.2.0\AndroidManifest.xml:30:17-75
+57 android:value="androidx.startup" />
+57-->[androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\66814d0c9c223a08105bc116aeb53dd5\transformed\emoji2-1.2.0\AndroidManifest.xml:31:17-49
+58 [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\d64e7ca6b93f4a6c092b1dd37cf249d6\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:31:13-33:52
+59 android:name="androidx.lifecycle.ProcessLifecycleInitializer"
+59-->[androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\d64e7ca6b93f4a6c092b1dd37cf249d6\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:32:17-78
+60 android:value="androidx.startup" />
+60-->[androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\d64e7ca6b93f4a6c092b1dd37cf249d6\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:33:17-49
+61
+62
+63
+64
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_java_res/debug/base.jar b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_java_res/debug/base.jar
new file mode 100644
index 000000000..8ea0fc3ae
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_java_res/debug/base.jar differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml
new file mode 100644
index 000000000..bdcef00f8
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml
new file mode 100644
index 000000000..bdcef00f8
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_manifests/debug/output-metadata.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_manifests/debug/output-metadata.json
new file mode 100644
index 000000000..0db50c2a3
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_manifests/debug/output-metadata.json
@@ -0,0 +1,20 @@
+{
+ "version": 3,
+ "artifactType": {
+ "type": "MERGED_MANIFESTS",
+ "kind": "Directory"
+ },
+ "applicationId": "com.example.revivemymemory",
+ "variantName": "debug",
+ "elements": [
+ {
+ "type": "SINGLE",
+ "filters": [],
+ "attributes": [],
+ "versionCode": 1,
+ "versionName": "1.0",
+ "outputFile": "AndroidManifest.xml"
+ }
+ ],
+ "elementType": "File"
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable-v24_ic_launcher_foreground.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable-v24_ic_launcher_foreground.xml.flat
new file mode 100644
index 000000000..a90d8ae2f
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable-v24_ic_launcher_foreground.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_applogo.png.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_applogo.png.flat
new file mode 100644
index 000000000..1caab5439
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_applogo.png.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_banner_bg.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_banner_bg.xml.flat
new file mode 100644
index 000000000..a9d147ed0
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_banner_bg.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_baseline_account_circle_24.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_baseline_account_circle_24.xml.flat
new file mode 100644
index 000000000..44523c5bd
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_baseline_account_circle_24.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_baseline_birthday.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_baseline_birthday.xml.flat
new file mode 100644
index 000000000..32b741ded
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_baseline_birthday.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_baseline_contact_phone_24.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_baseline_contact_phone_24.xml.flat
new file mode 100644
index 000000000..eb570278e
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_baseline_contact_phone_24.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_baseline_email_24.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_baseline_email_24.xml.flat
new file mode 100644
index 000000000..c44e66571
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_baseline_email_24.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_baseline_local_phone_24.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_baseline_local_phone_24.xml.flat
new file mode 100644
index 000000000..32e360c6c
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_baseline_local_phone_24.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_baseline_person_24.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_baseline_person_24.xml.flat
new file mode 100644
index 000000000..ad67c6439
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_baseline_person_24.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_bg_button.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_bg_button.xml.flat
new file mode 100644
index 000000000..abcbbe09f
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_bg_button.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_circle.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_circle.xml.flat
new file mode 100644
index 000000000..3202ea075
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_circle.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_circlebc.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_circlebc.xml.flat
new file mode 100644
index 000000000..100fdc7b0
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_circlebc.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_cirleaccount.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_cirleaccount.xml.flat
new file mode 100644
index 000000000..7c4a7a712
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_cirleaccount.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_home_background.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_home_background.xml.flat
new file mode 100644
index 000000000..4a95e4757
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_home_background.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_homepage_icon.png.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_homepage_icon.png.flat
new file mode 100644
index 000000000..71c4d3dda
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_homepage_icon.png.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_homepage_icon_background.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_homepage_icon_background.xml.flat
new file mode 100644
index 000000000..bfbe85c21
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_homepage_icon_background.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_access_time_24.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_access_time_24.xml.flat
new file mode 100644
index 000000000..89f37dc2f
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_access_time_24.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_add_24.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_add_24.xml.flat
new file mode 100644
index 000000000..d403ac011
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_add_24.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_arrow_back_24.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_arrow_back_24.xml.flat
new file mode 100644
index 000000000..d0eac7583
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_arrow_back_24.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_arrow_circle_right_24.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_arrow_circle_right_24.xml.flat
new file mode 100644
index 000000000..ffb00a4bf
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_arrow_circle_right_24.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_date_range_24.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_date_range_24.xml.flat
new file mode 100644
index 000000000..a188776a1
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_date_range_24.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_email_24.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_email_24.xml.flat
new file mode 100644
index 000000000..c2a797a1b
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_email_24.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_location_on_24.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_location_on_24.xml.flat
new file mode 100644
index 000000000..35ae48b99
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_location_on_24.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_lock_24.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_lock_24.xml.flat
new file mode 100644
index 000000000..68dd5d45d
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_lock_24.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_person_24.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_person_24.xml.flat
new file mode 100644
index 000000000..b3da66755
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_person_24.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_phone_24.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_phone_24.xml.flat
new file mode 100644
index 000000000..b54259f0b
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_phone_24.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_strikethrough_s_24.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_strikethrough_s_24.xml.flat
new file mode 100644
index 000000000..29b5f971c
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_baseline_strikethrough_s_24.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_launcher_background.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_launcher_background.xml.flat
new file mode 100644
index 000000000..76bd34ddf
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_ic_launcher_background.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_img.png.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_img.png.flat
new file mode 100644
index 000000000..3ea9418b5
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_img.png.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_img_1.png.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_img_1.png.flat
new file mode 100644
index 000000000..f7e8d2494
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_img_1.png.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_img_2.png.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_img_2.png.flat
new file mode 100644
index 000000000..f3d47d72d
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_img_2.png.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_passord_icon.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_passord_icon.xml.flat
new file mode 100644
index 000000000..0173bedfe
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_passord_icon.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_personwhite.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_personwhite.xml.flat
new file mode 100644
index 000000000..02f7947bc
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_personwhite.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_register.png.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_register.png.flat
new file mode 100644
index 000000000..44f72d13a
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_register.png.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_rounded_button.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_rounded_button.xml.flat
new file mode 100644
index 000000000..28fce8b40
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/drawable_rounded_button.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/layout_activity_forget_password.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/layout_activity_forget_password.xml.flat
new file mode 100644
index 000000000..39e4ba778
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/layout_activity_forget_password.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/layout_activity_forget_successful_send.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/layout_activity_forget_successful_send.xml.flat
new file mode 100644
index 000000000..89533743c
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/layout_activity_forget_successful_send.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/layout_activity_home.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/layout_activity_home.xml.flat
new file mode 100644
index 000000000..b4965987a
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/layout_activity_home.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/layout_activity_login.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/layout_activity_login.xml.flat
new file mode 100644
index 000000000..b26b39ef2
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/layout_activity_login.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/layout_activity_register.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/layout_activity_register.xml.flat
new file mode 100644
index 000000000..fa6126058
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/layout_activity_register.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher.xml.flat
new file mode 100644
index 000000000..f81458a6c
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat
new file mode 100644
index 000000000..b249e4636
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-anydpi-v33_ic_launcher.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-anydpi-v33_ic_launcher.xml.flat
new file mode 100644
index 000000000..7046fe485
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-anydpi-v33_ic_launcher.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.webp.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.webp.flat
new file mode 100644
index 000000000..eb98b567a
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.webp.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.webp.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.webp.flat
new file mode 100644
index 000000000..bafd2d89c
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.webp.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.webp.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.webp.flat
new file mode 100644
index 000000000..d548a34af
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.webp.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.webp.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.webp.flat
new file mode 100644
index 000000000..fbb95062e
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.webp.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.webp.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.webp.flat
new file mode 100644
index 000000000..b8daa4aec
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.webp.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.webp.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.webp.flat
new file mode 100644
index 000000000..a53ab290a
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.webp.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.webp.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.webp.flat
new file mode 100644
index 000000000..861fc4f1a
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.webp.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.webp.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.webp.flat
new file mode 100644
index 000000000..e73ea39a1
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.webp.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.webp.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.webp.flat
new file mode 100644
index 000000000..b9c5d8829
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.webp.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.webp.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.webp.flat
new file mode 100644
index 000000000..7a280348c
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.webp.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/raw_forgetpassword.json.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/raw_forgetpassword.json.flat
new file mode 100644
index 000000000..eb25a6b7c
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/raw_forgetpassword.json.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/raw_repassword.json.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/raw_repassword.json.flat
new file mode 100644
index 000000000..9a4c2a148
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/raw_repassword.json.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/raw_successanimation.json.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/raw_successanimation.json.flat
new file mode 100644
index 000000000..c162aac07
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/raw_successanimation.json.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat
new file mode 100644
index 000000000..7d52eb174
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat
new file mode 100644
index 000000000..b94029f05
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat
new file mode 100644
index 000000000..066a54471
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat
new file mode 100644
index 000000000..8ae1fa10f
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat
new file mode 100644
index 000000000..e9835ce11
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-b+es+419_values-b+es+419.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-b+es+419_values-b+es+419.arsc.flat
new file mode 100644
index 000000000..c9f46717a
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-b+es+419_values-b+es+419.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat
new file mode 100644
index 000000000..bf47466ca
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat
new file mode 100644
index 000000000..a6b19ccae
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat
new file mode 100644
index 000000000..357ee41ba
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat
new file mode 100644
index 000000000..c0076394e
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat
new file mode 100644
index 000000000..205c72beb
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat
new file mode 100644
index 000000000..25fbbf093
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat
new file mode 100644
index 000000000..8507f1bc3
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat
new file mode 100644
index 000000000..b02edfa5a
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat
new file mode 100644
index 000000000..3171d276c
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat
new file mode 100644
index 000000000..9cdd71654
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat
new file mode 100644
index 000000000..2ba290505
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat
new file mode 100644
index 000000000..8abbf9a9e
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat
new file mode 100644
index 000000000..eb4799ffd
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat
new file mode 100644
index 000000000..5222ad4a6
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat
new file mode 100644
index 000000000..3b80bed48
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat
new file mode 100644
index 000000000..40c18aaf3
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat
new file mode 100644
index 000000000..1a175e20b
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat
new file mode 100644
index 000000000..416aec69e
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat
new file mode 100644
index 000000000..ccf2d6302
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat
new file mode 100644
index 000000000..fae5647f7
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat
new file mode 100644
index 000000000..c736a3032
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat
new file mode 100644
index 000000000..ef98f7fc9
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat
new file mode 100644
index 000000000..2bfaf2e6d
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat
new file mode 100644
index 000000000..a5f9cb904
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat
new file mode 100644
index 000000000..19c91cda1
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat
new file mode 100644
index 000000000..38f4a2c87
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat
new file mode 100644
index 000000000..62123bc9b
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat
new file mode 100644
index 000000000..60f943049
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat
new file mode 100644
index 000000000..65ef2bef7
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat
new file mode 100644
index 000000000..643015598
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat
new file mode 100644
index 000000000..5c41f7089
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat
new file mode 100644
index 000000000..8c5a5ed27
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat
new file mode 100644
index 000000000..9387cb65b
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat
new file mode 100644
index 000000000..09c6844c3
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat
new file mode 100644
index 000000000..64dea06c3
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat
new file mode 100644
index 000000000..7ed59164e
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat
new file mode 100644
index 000000000..9eabbd50d
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat
new file mode 100644
index 000000000..c71159c0e
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat
new file mode 100644
index 000000000..9e0974317
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat
new file mode 100644
index 000000000..5c023d8aa
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat
new file mode 100644
index 000000000..9758fd625
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat
new file mode 100644
index 000000000..ec186d0a8
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat
new file mode 100644
index 000000000..d85f3d274
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat
new file mode 100644
index 000000000..612407f38
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat
new file mode 100644
index 000000000..4f03ed70e
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat
new file mode 100644
index 000000000..f35bec573
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat
new file mode 100644
index 000000000..53b7c5f5f
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat
new file mode 100644
index 000000000..c1caccd61
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat
new file mode 100644
index 000000000..a135b32b1
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ldrtl-v17_values-ldrtl-v17.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ldrtl-v17_values-ldrtl-v17.arsc.flat
new file mode 100644
index 000000000..0ec8bce23
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ldrtl-v17_values-ldrtl-v17.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat
new file mode 100644
index 000000000..ad159aeca
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat
new file mode 100644
index 000000000..f2be33737
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat
new file mode 100644
index 000000000..97f688d8b
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat
new file mode 100644
index 000000000..7b62e82b4
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat
new file mode 100644
index 000000000..6d4bb45ac
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat
new file mode 100644
index 000000000..ad7ab2b0f
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat
new file mode 100644
index 000000000..f10ae27e3
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat
new file mode 100644
index 000000000..a256d7fcd
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat
new file mode 100644
index 000000000..6ec22d7f9
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat
new file mode 100644
index 000000000..a75d20b0a
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat
new file mode 100644
index 000000000..a1dbc52d6
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat
new file mode 100644
index 000000000..a18b4e516
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat
new file mode 100644
index 000000000..be464013f
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat
new file mode 100644
index 000000000..b62644124
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat
new file mode 100644
index 000000000..96b486a60
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat
new file mode 100644
index 000000000..e5fb7e279
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat
new file mode 100644
index 000000000..6a1ef1f9b
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat
new file mode 100644
index 000000000..7fd8d070f
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat
new file mode 100644
index 000000000..7b87a31d0
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat
new file mode 100644
index 000000000..5cf9a7487
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat
new file mode 100644
index 000000000..cd1ce4fa9
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat
new file mode 100644
index 000000000..7eb7e148f
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat
new file mode 100644
index 000000000..9562584ba
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat
new file mode 100644
index 000000000..8b92e5db7
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat
new file mode 100644
index 000000000..2d9db832f
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat
new file mode 100644
index 000000000..ca57af1c6
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat
new file mode 100644
index 000000000..e41ef68a8
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat
new file mode 100644
index 000000000..cb74eea35
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat
new file mode 100644
index 000000000..e1a56a310
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw1080dp-v13_values-sw1080dp-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw1080dp-v13_values-sw1080dp-v13.arsc.flat
new file mode 100644
index 000000000..8022d9d77
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw1080dp-v13_values-sw1080dp-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw300dp-v13_values-sw300dp-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw300dp-v13_values-sw300dp-v13.arsc.flat
new file mode 100644
index 000000000..e751041c0
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw300dp-v13_values-sw300dp-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw330dp-v13_values-sw330dp-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw330dp-v13_values-sw330dp-v13.arsc.flat
new file mode 100644
index 000000000..7c3ecd3c3
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw330dp-v13_values-sw330dp-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw360dp-v13_values-sw360dp-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw360dp-v13_values-sw360dp-v13.arsc.flat
new file mode 100644
index 000000000..b1df0feb2
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw360dp-v13_values-sw360dp-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw390dp-v13_values-sw390dp-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw390dp-v13_values-sw390dp-v13.arsc.flat
new file mode 100644
index 000000000..d923b55c0
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw390dp-v13_values-sw390dp-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw420dp-v13_values-sw420dp-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw420dp-v13_values-sw420dp-v13.arsc.flat
new file mode 100644
index 000000000..0c8ca0256
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw420dp-v13_values-sw420dp-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw450dp-v13_values-sw450dp-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw450dp-v13_values-sw450dp-v13.arsc.flat
new file mode 100644
index 000000000..d1e01a75c
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw450dp-v13_values-sw450dp-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw480dp-v13_values-sw480dp-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw480dp-v13_values-sw480dp-v13.arsc.flat
new file mode 100644
index 000000000..2b9319d67
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw480dp-v13_values-sw480dp-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw510dp-v13_values-sw510dp-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw510dp-v13_values-sw510dp-v13.arsc.flat
new file mode 100644
index 000000000..03c5e1afa
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw510dp-v13_values-sw510dp-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw540dp-v13_values-sw540dp-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw540dp-v13_values-sw540dp-v13.arsc.flat
new file mode 100644
index 000000000..6107c869c
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw540dp-v13_values-sw540dp-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw570dp-v13_values-sw570dp-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw570dp-v13_values-sw570dp-v13.arsc.flat
new file mode 100644
index 000000000..9c35e6ea9
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw570dp-v13_values-sw570dp-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat
new file mode 100644
index 000000000..0b4de89df
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw630dp-v13_values-sw630dp-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw630dp-v13_values-sw630dp-v13.arsc.flat
new file mode 100644
index 000000000..b88ab66bf
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw630dp-v13_values-sw630dp-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw660dp-v13_values-sw660dp-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw660dp-v13_values-sw660dp-v13.arsc.flat
new file mode 100644
index 000000000..6dab34a85
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw660dp-v13_values-sw660dp-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw690dp-v13_values-sw690dp-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw690dp-v13_values-sw690dp-v13.arsc.flat
new file mode 100644
index 000000000..1fe25bc9f
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw690dp-v13_values-sw690dp-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw720dp-v13_values-sw720dp-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw720dp-v13_values-sw720dp-v13.arsc.flat
new file mode 100644
index 000000000..283e8ff58
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw720dp-v13_values-sw720dp-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw750dp-v13_values-sw750dp-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw750dp-v13_values-sw750dp-v13.arsc.flat
new file mode 100644
index 000000000..1e4c0d62d
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw750dp-v13_values-sw750dp-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw780dp-v13_values-sw780dp-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw780dp-v13_values-sw780dp-v13.arsc.flat
new file mode 100644
index 000000000..b28572b5a
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw780dp-v13_values-sw780dp-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat
new file mode 100644
index 000000000..a8012f391
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat
new file mode 100644
index 000000000..5113969ec
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat
new file mode 100644
index 000000000..6aff9b3a5
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat
new file mode 100644
index 000000000..81607f080
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat
new file mode 100644
index 000000000..721cdeb30
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat
new file mode 100644
index 000000000..e5d509e2e
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat
new file mode 100644
index 000000000..15076dce1
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat
new file mode 100644
index 000000000..c1abe66bd
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat
new file mode 100644
index 000000000..10f598fe8
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat
new file mode 100644
index 000000000..82a9297ad
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat
new file mode 100644
index 000000000..3ff28b00d
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat
new file mode 100644
index 000000000..66ade2b5d
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat
new file mode 100644
index 000000000..762bb494a
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat
new file mode 100644
index 000000000..4fac8970f
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat
new file mode 100644
index 000000000..9a0de20fe
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat
new file mode 100644
index 000000000..7cb412040
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat
new file mode 100644
index 000000000..7d704421b
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat
new file mode 100644
index 000000000..1c75646fa
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat
new file mode 100644
index 000000000..295786d8a
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v31_values-v31.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v31_values-v31.arsc.flat
new file mode 100644
index 000000000..f693a2c65
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-v31_values-v31.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat
new file mode 100644
index 000000000..cd45ddbc0
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat
new file mode 100644
index 000000000..7483c260e
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat
new file mode 100644
index 000000000..0351cda70
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat
new file mode 100644
index 000000000..9651e6034
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat
new file mode 100644
index 000000000..c07e0445b
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat
new file mode 100644
index 000000000..2bf1e22b9
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat
new file mode 100644
index 000000000..bb9a9a242
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat
new file mode 100644
index 000000000..98142150e
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat
new file mode 100644
index 000000000..256e23b1a
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat
new file mode 100644
index 000000000..9cd1379e8
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat
new file mode 100644
index 000000000..64eef9b87
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat
new file mode 100644
index 000000000..fc003961e
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values_values.arsc.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values_values.arsc.flat
new file mode 100644
index 000000000..d56f4f953
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/values_values.arsc.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/xml_backup_rules.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/xml_backup_rules.xml.flat
new file mode 100644
index 000000000..1fea8084c
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/xml_backup_rules.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/xml_data_extraction_rules.xml.flat b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/xml_data_extraction_rules.xml.flat
new file mode 100644
index 000000000..7ba653bba
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res/debug/xml_data_extraction_rules.xml.flat differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json
new file mode 100644
index 000000000..b1c9218e3
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json
@@ -0,0 +1,7130 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-hi_values-hi.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-hi\\values-hi.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,211,309,419,505,607,728,806,883,974,1067,1162,1256,1356,1449,1544,1638,1729,1820,1901,2006,2108,2206,2316,2419,2528,2686,2787",
+ "endColumns": "105,97,109,85,101,120,77,76,90,92,94,93,99,92,94,93,90,90,80,104,101,97,109,102,108,157,100,81",
+ "endOffsets": "206,304,414,500,602,723,801,878,969,1062,1157,1251,1351,1444,1539,1633,1724,1815,1896,2001,2103,2201,2311,2414,2523,2681,2782,2864"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "309,415,513,623,709,811,932,1010,1087,1178,1271,1366,1460,1560,1653,1748,1842,1933,2024,2105,2210,2312,2410,2520,2623,2732,2890,7949",
+ "endColumns": "105,97,109,85,101,120,77,76,90,92,94,93,99,92,94,93,90,90,80,104,101,97,109,102,108,157,100,81",
+ "endOffsets": "410,508,618,704,806,927,1005,1082,1173,1266,1361,1455,1555,1648,1743,1837,1928,2019,2100,2205,2307,2405,2515,2618,2727,2885,2986,8026"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-hi\\values-hi.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,259,337,413,494,601,697,804,936,1019,1084,1178,1247,1306,1391,1454,1517,1575,1640,1701,1762,1868,1926,1986,2045,2115,2231,2310,2390,2524,2599,2675,2772,2829,2884,2950,3020,3097,3183,3251,3327,3408,3486,3572,3659,3756,3855,3929,3999,4103,4157,4224,4314,4406,4468,4532,4595,4700,4808,4909,5018,5079,5138",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,75,80,106,95,106,131,82,64,93,68,58,84,62,62,57,64,60,60,105,57,59,58,69,115,78,79,133,74,75,96,56,54,65,69,76,85,67,75,80,77,85,86,96,98,73,69,103,53,66,89,91,61,63,62,104,107,100,108,60,58,78",
+ "endOffsets": "254,332,408,489,596,692,799,931,1014,1079,1173,1242,1301,1386,1449,1512,1570,1635,1696,1757,1863,1921,1981,2040,2110,2226,2305,2385,2519,2594,2670,2767,2824,2879,2945,3015,3092,3178,3246,3322,3403,3481,3567,3654,3751,3850,3924,3994,4098,4152,4219,4309,4401,4463,4527,4590,4695,4803,4904,5013,5074,5133,5212"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2991,3069,3145,3226,3333,3429,3536,3668,3751,3816,3910,3979,4038,4123,4186,4249,4307,4372,4433,4494,4600,4658,4718,4777,4847,4963,5042,5122,5256,5331,5407,5504,5561,5616,5682,5752,5829,5915,5983,6059,6140,6218,6304,6391,6488,6587,6661,6731,6835,6889,6956,7046,7138,7200,7264,7327,7432,7540,7641,7750,7811,7870",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,75,80,106,95,106,131,82,64,93,68,58,84,62,62,57,64,60,60,105,57,59,58,69,115,78,79,133,74,75,96,56,54,65,69,76,85,67,75,80,77,85,86,96,98,73,69,103,53,66,89,91,61,63,62,104,107,100,108,60,58,78",
+ "endOffsets": "304,3064,3140,3221,3328,3424,3531,3663,3746,3811,3905,3974,4033,4118,4181,4244,4302,4367,4428,4489,4595,4653,4713,4772,4842,4958,5037,5117,5251,5326,5402,5499,5556,5611,5677,5747,5824,5910,5978,6054,6135,6213,6299,6386,6483,6582,6656,6726,6830,6884,6951,7041,7133,7195,7259,7322,7427,7535,7636,7745,7806,7865,7944"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-hi\\values-hi.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8031",
+ "endColumns": "100",
+ "endOffsets": "8127"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-v26_values-v26.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-v26\\values-v26.xml",
+ "from": {
+ "startLines": "2,3,4,8,12,16",
+ "startColumns": "4,4,4,4,4,4",
+ "startOffsets": "55,130,217,381,557,796",
+ "endLines": "2,3,7,11,15,16",
+ "endColumns": "74,86,12,12,12,92",
+ "endOffsets": "125,212,376,552,791,884"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-ms_values-ms.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ms\\values-ms.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,279,359,438,525,617,704,807,923,1006,1071,1164,1229,1288,1375,1437,1499,1559,1625,1687,1741,1849,1906,1967,2022,2093,2213,2304,2390,2538,2624,2710,2798,2851,2902,2968,3039,3117,3200,3273,3349,3422,3493,3585,3658,3748,3841,3915,3986,4077,4129,4197,4281,4366,4428,4492,4555,4659,4765,4861,4969,5026,5081",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,79,78,86,91,86,102,115,82,64,92,64,58,86,61,61,59,65,61,53,107,56,60,54,70,119,90,85,147,85,85,87,52,50,65,70,77,82,72,75,72,70,91,72,89,92,73,70,90,51,67,83,84,61,63,62,103,105,95,107,56,54,85",
+ "endOffsets": "274,354,433,520,612,699,802,918,1001,1066,1159,1224,1283,1370,1432,1494,1554,1620,1682,1736,1844,1901,1962,2017,2088,2208,2299,2385,2533,2619,2705,2793,2846,2897,2963,3034,3112,3195,3268,3344,3417,3488,3580,3653,3743,3836,3910,3981,4072,4124,4192,4276,4361,4423,4487,4550,4654,4760,4856,4964,5021,5076,5162"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3024,3104,3183,3270,3362,3449,3552,3668,3751,3816,3909,3974,4033,4120,4182,4244,4304,4370,4432,4486,4594,4651,4712,4767,4838,4958,5049,5135,5283,5369,5455,5543,5596,5647,5713,5784,5862,5945,6018,6094,6167,6238,6330,6403,6493,6586,6660,6731,6822,6874,6942,7026,7111,7173,7237,7300,7404,7510,7606,7714,7771,7826",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,79,78,86,91,86,102,115,82,64,92,64,58,86,61,61,59,65,61,53,107,56,60,54,70,119,90,85,147,85,85,87,52,50,65,70,77,82,72,75,72,70,91,72,89,92,73,70,90,51,67,83,84,61,63,62,103,105,95,107,56,54,85",
+ "endOffsets": "324,3099,3178,3265,3357,3444,3547,3663,3746,3811,3904,3969,4028,4115,4177,4239,4299,4365,4427,4481,4589,4646,4707,4762,4833,4953,5044,5130,5278,5364,5450,5538,5591,5642,5708,5779,5857,5940,6013,6089,6162,6233,6325,6398,6488,6581,6655,6726,6817,6869,6937,7021,7106,7168,7232,7295,7399,7505,7601,7709,7766,7821,7907"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-ms\\values-ms.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7993",
+ "endColumns": "100",
+ "endOffsets": "8089"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ms\\values-ms.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,216,321,429,516,620,731,810,888,979,1072,1167,1261,1359,1452,1547,1641,1732,1823,1903,2015,2123,2220,2329,2433,2540,2699,2800",
+ "endColumns": "110,104,107,86,103,110,78,77,90,92,94,93,97,92,94,93,90,90,79,111,107,96,108,103,106,158,100,80",
+ "endOffsets": "211,316,424,511,615,726,805,883,974,1067,1162,1256,1354,1447,1542,1636,1727,1818,1898,2010,2118,2215,2324,2428,2535,2694,2795,2876"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "329,440,545,653,740,844,955,1034,1112,1203,1296,1391,1485,1583,1676,1771,1865,1956,2047,2127,2239,2347,2444,2553,2657,2764,2923,7912",
+ "endColumns": "110,104,107,86,103,110,78,77,90,92,94,93,97,92,94,93,90,90,79,111,107,96,108,103,106,158,100,80",
+ "endOffsets": "435,540,648,735,839,950,1029,1107,1198,1291,1386,1480,1578,1671,1766,1860,1951,2042,2122,2234,2342,2439,2548,2652,2759,2918,3019,7988"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-xlarge-v4_values-xlarge-v4.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-xlarge-v4\\values-xlarge-v4.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7",
+ "startColumns": "4,4,4,4,4,4",
+ "startOffsets": "55,126,197,267,337,405",
+ "endColumns": "70,70,69,69,67,67",
+ "endOffsets": "121,192,262,332,400,468"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-kn_values-kn.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-kn\\values-kn.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,219,331,444,532,639,765,843,919,1010,1103,1198,1292,1392,1485,1580,1674,1765,1856,1938,2054,2164,2263,2376,2481,2595,2759,2859",
+ "endColumns": "113,111,112,87,106,125,77,75,90,92,94,93,99,92,94,93,90,90,81,115,109,98,112,104,113,163,99,82",
+ "endOffsets": "214,326,439,527,634,760,838,914,1005,1098,1193,1287,1387,1480,1575,1669,1760,1851,1933,2049,2159,2258,2371,2476,2590,2754,2854,2937"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "319,433,545,658,746,853,979,1057,1133,1224,1317,1412,1506,1606,1699,1794,1888,1979,2070,2152,2268,2378,2477,2590,2695,2809,2973,8094",
+ "endColumns": "113,111,112,87,106,125,77,75,90,92,94,93,99,92,94,93,90,90,81,115,109,98,112,104,113,163,99,82",
+ "endOffsets": "428,540,653,741,848,974,1052,1128,1219,1312,1407,1501,1601,1694,1789,1883,1974,2065,2147,2263,2373,2472,2585,2690,2804,2968,3068,8172"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-kn\\values-kn.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,269,353,436,518,633,728,835,948,1033,1096,1190,1256,1318,1421,1487,1558,1617,1693,1758,1812,1925,1983,2044,2098,2177,2293,2376,2467,2609,2688,2767,2855,2912,2964,3030,3110,3200,3284,3361,3438,3515,3584,3683,3760,3853,3948,4022,4103,4199,4250,4318,4404,4492,4555,4620,4683,4788,4891,4986,5091,5152,5208",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,83,82,81,114,94,106,112,84,62,93,65,61,102,65,70,58,75,64,53,112,57,60,53,78,115,82,90,141,78,78,87,56,51,65,79,89,83,76,76,76,68,98,76,92,94,73,80,95,50,67,85,87,62,64,62,104,102,94,104,60,55,81",
+ "endOffsets": "264,348,431,513,628,723,830,943,1028,1091,1185,1251,1313,1416,1482,1553,1612,1688,1753,1807,1920,1978,2039,2093,2172,2288,2371,2462,2604,2683,2762,2850,2907,2959,3025,3105,3195,3279,3356,3433,3510,3579,3678,3755,3848,3943,4017,4098,4194,4245,4313,4399,4487,4550,4615,4678,4783,4886,4981,5086,5147,5203,5285"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3073,3157,3240,3322,3437,3532,3639,3752,3837,3900,3994,4060,4122,4225,4291,4362,4421,4497,4562,4616,4729,4787,4848,4902,4981,5097,5180,5271,5413,5492,5571,5659,5716,5768,5834,5914,6004,6088,6165,6242,6319,6388,6487,6564,6657,6752,6826,6907,7003,7054,7122,7208,7296,7359,7424,7487,7592,7695,7790,7895,7956,8012",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,83,82,81,114,94,106,112,84,62,93,65,61,102,65,70,58,75,64,53,112,57,60,53,78,115,82,90,141,78,78,87,56,51,65,79,89,83,76,76,76,68,98,76,92,94,73,80,95,50,67,85,87,62,64,62,104,102,94,104,60,55,81",
+ "endOffsets": "314,3152,3235,3317,3432,3527,3634,3747,3832,3895,3989,4055,4117,4220,4286,4357,4416,4492,4557,4611,4724,4782,4843,4897,4976,5092,5175,5266,5408,5487,5566,5654,5711,5763,5829,5909,5999,6083,6160,6237,6314,6383,6482,6559,6652,6747,6821,6902,6998,7049,7117,7203,7291,7354,7419,7482,7587,7690,7785,7890,7951,8007,8089"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-kn\\values-kn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8177",
+ "endColumns": "100",
+ "endOffsets": "8273"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-tl_values-tl.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-tl\\values-tl.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,216,324,437,525,631,746,826,903,994,1087,1182,1276,1376,1469,1564,1658,1749,1840,1924,2033,2143,2244,2354,2472,2580,2743,2845",
+ "endColumns": "110,107,112,87,105,114,79,76,90,92,94,93,99,92,94,93,90,90,83,108,109,100,109,117,107,162,101,84",
+ "endOffsets": "211,319,432,520,626,741,821,898,989,1082,1177,1271,1371,1464,1559,1653,1744,1835,1919,2028,2138,2239,2349,2467,2575,2738,2840,2925"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "330,441,549,662,750,856,971,1051,1128,1219,1312,1407,1501,1601,1694,1789,1883,1974,2065,2149,2258,2368,2469,2579,2697,2805,2968,8178",
+ "endColumns": "110,107,112,87,105,114,79,76,90,92,94,93,99,92,94,93,90,90,83,108,109,100,109,117,107,162,101,84",
+ "endOffsets": "436,544,657,745,851,966,1046,1123,1214,1307,1402,1496,1596,1689,1784,1878,1969,2060,2144,2253,2363,2464,2574,2692,2800,2963,3065,8258"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-tl\\values-tl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8263",
+ "endColumns": "100",
+ "endOffsets": "8359"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-tl\\values-tl.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,280,364,444,530,627,717,822,958,1043,1108,1207,1275,1334,1423,1491,1558,1621,1696,1764,1818,1938,1996,2058,2112,2187,2329,2419,2504,2649,2733,2816,2912,2970,3021,3087,3161,3239,3330,3404,3483,3556,3628,3732,3805,3904,4004,4078,4153,4260,4312,4379,4470,4564,4626,4690,4753,4872,4974,5083,5186,5248,5303",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,83,79,85,96,89,104,135,84,64,98,67,58,88,67,66,62,74,67,53,119,57,61,53,74,141,89,84,144,83,82,95,57,50,65,73,77,90,73,78,72,71,103,72,98,99,73,74,106,51,66,90,93,61,63,62,118,101,108,102,61,54,84",
+ "endOffsets": "275,359,439,525,622,712,817,953,1038,1103,1202,1270,1329,1418,1486,1553,1616,1691,1759,1813,1933,1991,2053,2107,2182,2324,2414,2499,2644,2728,2811,2907,2965,3016,3082,3156,3234,3325,3399,3478,3551,3623,3727,3800,3899,3999,4073,4148,4255,4307,4374,4465,4559,4621,4685,4748,4867,4969,5078,5181,5243,5298,5383"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3070,3154,3234,3320,3417,3507,3612,3748,3833,3898,3997,4065,4124,4213,4281,4348,4411,4486,4554,4608,4728,4786,4848,4902,4977,5119,5209,5294,5439,5523,5606,5702,5760,5811,5877,5951,6029,6120,6194,6273,6346,6418,6522,6595,6694,6794,6868,6943,7050,7102,7169,7260,7354,7416,7480,7543,7662,7764,7873,7976,8038,8093",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,83,79,85,96,89,104,135,84,64,98,67,58,88,67,66,62,74,67,53,119,57,61,53,74,141,89,84,144,83,82,95,57,50,65,73,77,90,73,78,72,71,103,72,98,99,73,74,106,51,66,90,93,61,63,62,118,101,108,102,61,54,84",
+ "endOffsets": "325,3149,3229,3315,3412,3502,3607,3743,3828,3893,3992,4060,4119,4208,4276,4343,4406,4481,4549,4603,4723,4781,4843,4897,4972,5114,5204,5289,5434,5518,5601,5697,5755,5806,5872,5946,6024,6115,6189,6268,6341,6413,6517,6590,6689,6789,6863,6938,7045,7097,7164,7255,7349,7411,7475,7538,7657,7759,7868,7971,8033,8088,8173"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-land_values-land.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-land\\values-land.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,26,35,40",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,130,204,277,347,419,489,554,621,691,763,832,901,983,1073,1149,1217,1284,1362,1427,1494,1666,2235,2504",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,25,34,39,42",
+ "endColumns": "74,73,72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10,10",
+ "endOffsets": "125,199,272,342,414,484,549,616,686,758,827,896,978,1068,1144,1212,1279,1357,1422,1489,1661,2230,2499,2727"
+ },
+ "to": {
+ "startLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,29,38,43",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "264,339,413,486,556,628,698,763,830,900,972,1041,1110,1192,1282,1358,1426,1493,1571,1636,1703,1875,2444,2713",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,28,37,42,45",
+ "endColumns": "74,73,72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10,10",
+ "endOffsets": "334,408,481,551,623,693,758,825,895,967,1036,1105,1187,1277,1353,1421,1488,1566,1631,1698,1870,2439,2708,2936"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-land\\values-land.xml",
+ "from": {
+ "startLines": "2,3,4",
+ "startColumns": "4,4,4",
+ "startOffsets": "55,125,196",
+ "endColumns": "69,70,67",
+ "endOffsets": "120,191,259"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-w480dp-port-v13\\values-w480dp-port-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,114,170,226,293,358,413,478",
+ "endColumns": "58,55,55,66,64,54,64,68",
+ "endOffsets": "109,165,221,288,353,408,473,542"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-en-rCA_values-en-rCA.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-en-rCA\\values-en-rCA.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2845",
+ "endColumns": "100",
+ "endOffsets": "2941"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-en-rCA\\values-en-rCA.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762",
+ "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82",
+ "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-sw330dp-v13_values-sw330dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw330dp-v13\\values-sw330dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1732,1773,1814,1855,1894,1935,1976,2017,2058,2099,2140,2181,2222,2263,2304,2343,2384,2425,2466,2507,2548,2589,2630,2671,2712,2753,2792,2833,2874,2915,2956,2997,3038,3079,3120,3161,3202,3241,3282,3323,3364,3405,3446,3487,3528,3569,3610,3651,3690,3731,3773,3815,3857,3899,3941,3983,4025,4067,4109",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,41,41,41,41,41,41,41,41,41,38",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1727,1768,1809,1850,1889,1930,1971,2012,2053,2094,2135,2176,2217,2258,2299,2338,2379,2420,2461,2502,2543,2584,2625,2666,2707,2748,2787,2828,2869,2910,2951,2992,3033,3074,3115,3156,3197,3236,3277,3318,3359,3400,3441,3482,3523,3564,3605,3646,3685,3726,3768,3810,3852,3894,3936,3978,4020,4062,4104,4143"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17699,18211,18723,19235,19747,20259,20771,20851,21361,21873,22385,22897,23409,23921,24433,24945,25457,25969,26049,26172,26254,26336,26418,26500,26582,26664,26746,26828,26910,26990,27070,27152,27234,27316,27398,27480,27562,27644,27726,27808,27888,27968,28050,28132,28214,28296,28378,28460,28542,28624,28706,28786,28866,28949,29033,29117,29201,29285,29369,29453,29537,29621,29702",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,41,41,41,41,41,41,41,41,41,38",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17735,18247,18759,19271,19783,20295,20807,20885,21397,21909,22421,22933,23445,23957,24469,24981,25493,26005,26083,26208,26290,26372,26454,26536,26618,26700,26782,26864,26946,27024,27106,27188,27270,27352,27434,27516,27598,27680,27762,27844,27922,28004,28086,28168,28250,28332,28414,28496,28578,28660,28742,28820,28902,28986,29070,29154,29238,29322,29406,29490,29574,29658,29736"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw330dp-v13\\values-sw330dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16915,16958,17001,17044,17087,17128,17171,17214,17257,17300,17343,17386,17429,17472,17515,17558,17599,17642,17685,17728,17771,17814,17857,17900,17943,17986,18029,18070,18113,18156,18199,18242,18285,18328,18371,18414,18457,18500,18541,18584,18627,18670,18713,18756,18799,18842,18885,18928,18971,19012,19051,19094,19137,19180,19223,19266,19309,19352,19395,19438,19481,19522,19565,19608,19651,19694,19737,19780,19823,19866,19909,19952,19993,20036,20079,20122,20165,20208,20251,20294,20337,20380,20423,20464,20507,20550,20593,20636,20679,20722,20765,20808,20851,20894,20935,20978,21021,21064,21107,21150,21193,21236,21279,21322,21365,21406,21449,21492,21535,21578,21621,21664,21707,21750,21793,21836,21877,21920,21963,22006,22049,22092,22135,22178,22221,22264,22307,22348,22391,22434,22477,22520,22563,22606,22649,22692,22735,22778,22819,22862,22905,22948,22991,23034,23077,23120,23163,23206,23249,23290,23333,23376,23419,23462,23505,23548,23591,23634,23677,23720,23761,23800,23843,23884,23925,23966,24007,24048,24089,24130,24171,24212,24253,24292,24333,24374,24415,24456,24497,24538,24579,24620,24661,24702,24741,24782,24823,24864,24905,24946,24987,25028,25069,25110,25151,25190,25231,25273,25315,25357,25399,25441,25483,25525,25567,25609,25648,25695,25742,25789,25836,25883,25930,25977,26024,26071,26118,26163,26210,26257,26304,26351,26398,26445,26492,26539,26586,26633,26678,26725,26772,26819,26866,26913,26960,27007,27054,27101,27148,27193,27240,27287,27334,27381,27428,27475,27522,27569,27616,27663,27708,27755,27802,27849,27896,27943,27990,28037,28084,28131,28178,28223,28270,28315,28360,28405",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,41,41,41,41,41,41,41,41,41,38,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,44,44,44",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16910,16953,16996,17039,17082,17123,17166,17209,17252,17295,17338,17381,17424,17467,17510,17553,17594,17637,17680,17723,17766,17809,17852,17895,17938,17981,18024,18065,18108,18151,18194,18237,18280,18323,18366,18409,18452,18495,18536,18579,18622,18665,18708,18751,18794,18837,18880,18923,18966,19007,19046,19089,19132,19175,19218,19261,19304,19347,19390,19433,19476,19517,19560,19603,19646,19689,19732,19775,19818,19861,19904,19947,19988,20031,20074,20117,20160,20203,20246,20289,20332,20375,20418,20459,20502,20545,20588,20631,20674,20717,20760,20803,20846,20889,20930,20973,21016,21059,21102,21145,21188,21231,21274,21317,21360,21401,21444,21487,21530,21573,21616,21659,21702,21745,21788,21831,21872,21915,21958,22001,22044,22087,22130,22173,22216,22259,22302,22343,22386,22429,22472,22515,22558,22601,22644,22687,22730,22773,22814,22857,22900,22943,22986,23029,23072,23115,23158,23201,23244,23285,23328,23371,23414,23457,23500,23543,23586,23629,23672,23715,23756,23795,23838,23879,23920,23961,24002,24043,24084,24125,24166,24207,24248,24287,24328,24369,24410,24451,24492,24533,24574,24615,24656,24697,24736,24777,24818,24859,24900,24941,24982,25023,25064,25105,25146,25185,25226,25268,25310,25352,25394,25436,25478,25520,25562,25604,25643,25690,25737,25784,25831,25878,25925,25972,26019,26066,26113,26158,26205,26252,26299,26346,26393,26440,26487,26534,26581,26628,26673,26720,26767,26814,26861,26908,26955,27002,27049,27096,27143,27188,27235,27282,27329,27376,27423,27470,27517,27564,27611,27658,27703,27750,27797,27844,27891,27938,27985,28032,28079,28126,28173,28218,28265,28310,28355,28400,28445"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17486,17529,17572,17615,17658,17740,17783,17826,17869,17912,17955,17998,18041,18084,18127,18170,18252,18295,18338,18381,18424,18467,18510,18553,18596,18639,18682,18764,18807,18850,18893,18936,18979,19022,19065,19108,19151,19194,19276,19319,19362,19405,19448,19491,19534,19577,19620,19663,19706,19788,19831,19874,19917,19960,20003,20046,20089,20132,20175,20218,20300,20343,20386,20429,20472,20515,20558,20601,20644,20687,20730,20812,20890,20933,20976,21019,21062,21105,21148,21191,21234,21277,21320,21402,21445,21488,21531,21574,21617,21660,21703,21746,21789,21832,21914,21957,22000,22043,22086,22129,22172,22215,22258,22301,22344,22426,22469,22512,22555,22598,22641,22684,22727,22770,22813,22856,22938,22981,23024,23067,23110,23153,23196,23239,23282,23325,23368,23450,23493,23536,23579,23622,23665,23708,23751,23794,23837,23880,23962,24005,24048,24091,24134,24177,24220,24263,24306,24349,24392,24474,24517,24560,24603,24646,24689,24732,24775,24818,24861,24904,24986,25029,25072,25115,25158,25201,25244,25287,25330,25373,25416,25498,25541,25584,25627,25670,25713,25756,25799,25842,25885,25928,26010,26088,26131,26213,26295,26377,26459,26541,26623,26705,26787,26869,26951,27029,27111,27193,27275,27357,27439,27521,27603,27685,27767,27849,27927,28009,28091,28173,28255,28337,28419,28501,28583,28665,28747,28825,28907,28991,29075,29159,29243,29327,29411,29495,29579,29663,29741,29788,29835,29882,29929,29976,30023,30070,30117,30164,30211,30256,30303,30350,30397,30444,30491,30538,30585,30632,30679,30726,30771,30818,30865,30912,30959,31006,31053,31100,31147,31194,31241,31286,31333,31380,31427,31474,31521,31568,31615,31662,31709,31756,31801,31848,31895,31942,31989,32036,32083,32130,32177,32224,32271,32316,32363,32408,32453,32498",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,41,41,41,41,41,41,41,41,41,38,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,44,44,44",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17481,17524,17567,17610,17653,17694,17778,17821,17864,17907,17950,17993,18036,18079,18122,18165,18206,18290,18333,18376,18419,18462,18505,18548,18591,18634,18677,18718,18802,18845,18888,18931,18974,19017,19060,19103,19146,19189,19230,19314,19357,19400,19443,19486,19529,19572,19615,19658,19701,19742,19826,19869,19912,19955,19998,20041,20084,20127,20170,20213,20254,20338,20381,20424,20467,20510,20553,20596,20639,20682,20725,20766,20846,20928,20971,21014,21057,21100,21143,21186,21229,21272,21315,21356,21440,21483,21526,21569,21612,21655,21698,21741,21784,21827,21868,21952,21995,22038,22081,22124,22167,22210,22253,22296,22339,22380,22464,22507,22550,22593,22636,22679,22722,22765,22808,22851,22892,22976,23019,23062,23105,23148,23191,23234,23277,23320,23363,23404,23488,23531,23574,23617,23660,23703,23746,23789,23832,23875,23916,24000,24043,24086,24129,24172,24215,24258,24301,24344,24387,24428,24512,24555,24598,24641,24684,24727,24770,24813,24856,24899,24940,25024,25067,25110,25153,25196,25239,25282,25325,25368,25411,25452,25536,25579,25622,25665,25708,25751,25794,25837,25880,25923,25964,26044,26126,26167,26249,26331,26413,26495,26577,26659,26741,26823,26905,26985,27065,27147,27229,27311,27393,27475,27557,27639,27721,27803,27883,27963,28045,28127,28209,28291,28373,28455,28537,28619,28701,28781,28861,28944,29028,29112,29196,29280,29364,29448,29532,29616,29697,29783,29830,29877,29924,29971,30018,30065,30112,30159,30206,30251,30298,30345,30392,30439,30486,30533,30580,30627,30674,30721,30766,30813,30860,30907,30954,31001,31048,31095,31142,31189,31236,31281,31328,31375,31422,31469,31516,31563,31610,31657,31704,31751,31796,31843,31890,31937,31984,32031,32078,32125,32172,32219,32266,32311,32358,32403,32448,32493,32538"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-large-v4_values-large-v4.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-large-v4\\values-large-v4.xml",
+ "from": {
+ "startLines": "2,3,4,10",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,177,311,752",
+ "endLines": "2,3,9,15",
+ "endColumns": "121,133,10,10",
+ "endOffsets": "172,306,747,1190"
+ },
+ "to": {
+ "startLines": "11,12,13,19",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "752,874,1008,1449",
+ "endLines": "11,12,18,24",
+ "endColumns": "121,133,10,10",
+ "endOffsets": "869,1003,1444,1887"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-large-v4\\values-large-v4.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,114,185,256,326,396,464,532,636",
+ "endColumns": "58,70,70,69,69,67,67,103,115",
+ "endOffsets": "109,180,251,321,391,459,527,631,747"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-ka_values-ka.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ka\\values-ka.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,316,427,513,618,731,814,893,984,1077,1172,1266,1366,1459,1554,1649,1740,1831,1912,2025,2131,2229,2342,2447,2551,2709,2808",
+ "endColumns": "107,102,110,85,104,112,82,78,90,92,94,93,99,92,94,94,90,90,80,112,105,97,112,104,103,157,98,81",
+ "endOffsets": "208,311,422,508,613,726,809,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1907,2020,2126,2224,2337,2442,2546,2704,2803,2885"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "323,431,534,645,731,836,949,1032,1111,1202,1295,1390,1484,1584,1677,1772,1867,1958,2049,2130,2243,2349,2447,2560,2665,2769,2927,7982",
+ "endColumns": "107,102,110,85,104,112,82,78,90,92,94,93,99,92,94,94,90,90,80,112,105,97,112,104,103,157,98,81",
+ "endOffsets": "426,529,640,726,831,944,1027,1106,1197,1290,1385,1479,1579,1672,1767,1862,1953,2044,2125,2238,2344,2442,2555,2660,2764,2922,3021,8059"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-ka\\values-ka.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8064",
+ "endColumns": "100",
+ "endOffsets": "8160"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ka\\values-ka.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,273,351,425,509,602,696,795,920,1008,1075,1172,1241,1304,1391,1455,1521,1581,1650,1711,1765,1880,1939,1999,2053,2125,2255,2343,2427,2565,2643,2719,2813,2869,2923,2989,3062,3140,3226,3299,3377,3455,3530,3620,3695,3789,3887,3961,4038,4138,4191,4259,4348,4437,4499,4564,4627,4734,4832,4932,5031,5091,5149",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,73,83,92,93,98,124,87,66,96,68,62,86,63,65,59,68,60,53,114,58,59,53,71,129,87,83,137,77,75,93,55,53,65,72,77,85,72,77,77,74,89,74,93,97,73,76,99,52,67,88,88,61,64,62,106,97,99,98,59,57,79",
+ "endOffsets": "268,346,420,504,597,691,790,915,1003,1070,1167,1236,1299,1386,1450,1516,1576,1645,1706,1760,1875,1934,1994,2048,2120,2250,2338,2422,2560,2638,2714,2808,2864,2918,2984,3057,3135,3221,3294,3372,3450,3525,3615,3690,3784,3882,3956,4033,4133,4186,4254,4343,4432,4494,4559,4622,4729,4827,4927,5026,5086,5144,5224"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3026,3104,3178,3262,3355,3449,3548,3673,3761,3828,3925,3994,4057,4144,4208,4274,4334,4403,4464,4518,4633,4692,4752,4806,4878,5008,5096,5180,5318,5396,5472,5566,5622,5676,5742,5815,5893,5979,6052,6130,6208,6283,6373,6448,6542,6640,6714,6791,6891,6944,7012,7101,7190,7252,7317,7380,7487,7585,7685,7784,7844,7902",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,73,83,92,93,98,124,87,66,96,68,62,86,63,65,59,68,60,53,114,58,59,53,71,129,87,83,137,77,75,93,55,53,65,72,77,85,72,77,77,74,89,74,93,97,73,76,99,52,67,88,88,61,64,62,106,97,99,98,59,57,79",
+ "endOffsets": "318,3099,3173,3257,3350,3444,3543,3668,3756,3823,3920,3989,4052,4139,4203,4269,4329,4398,4459,4513,4628,4687,4747,4801,4873,5003,5091,5175,5313,5391,5467,5561,5617,5671,5737,5810,5888,5974,6047,6125,6203,6278,6368,6443,6537,6635,6709,6786,6886,6939,7007,7096,7185,7247,7312,7375,7482,7580,7680,7779,7839,7897,7977"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-night-v8_values-night-v8.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-night-v8\\values-night-v8.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,125,209,293,389,491,593,687",
+ "endColumns": "69,83,83,95,101,101,93,88",
+ "endOffsets": "120,204,288,384,486,588,682,771"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,47",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,125,209,293,389,491,593,4035",
+ "endColumns": "69,83,83,95,101,101,93,88",
+ "endOffsets": "120,204,288,384,486,588,682,4119"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-night-v8\\values-night-v8.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,130,241,330,431,538,645,744,851,954,1042,1166,1268,1370,1486,1588,1702,1830,1946,2068,2204,2324,2458,2578,2690,2816,2933,3057,3187,3309,3447,3581,3697",
+ "endColumns": "74,110,88,100,106,106,98,106,102,87,123,101,101,115,101,113,127,115,121,135,119,133,119,111,125,116,123,129,121,137,133,115,119",
+ "endOffsets": "125,236,325,426,533,640,739,846,949,1037,1161,1263,1365,1481,1583,1697,1825,1941,2063,2199,2319,2453,2573,2685,2811,2928,3052,3182,3304,3442,3576,3692,3812"
+ },
+ "to": {
+ "startLines": "9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,48,49,50,51,52,53,54,55",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "687,762,873,962,1063,1170,1277,1376,1483,1586,1674,1798,1900,2002,2118,2220,2334,2462,2578,2700,2836,2956,3090,3210,3322,4124,4241,4365,4495,4617,4755,4889,5005",
+ "endColumns": "74,110,88,100,106,106,98,106,102,87,123,101,101,115,101,113,127,115,121,135,119,133,119,111,125,116,123,129,121,137,133,115,119",
+ "endOffsets": "757,868,957,1058,1165,1272,1371,1478,1581,1669,1793,1895,1997,2113,2215,2329,2457,2573,2695,2831,2951,3085,3205,3317,3443,4236,4360,4490,4612,4750,4884,5000,5120"
+ }
+ },
+ {
+ "source": "E:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\src\\main\\res\\values-night\\themes.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "100",
+ "endLines": "14",
+ "endColumns": "12",
+ "endOffsets": "803"
+ },
+ "to": {
+ "startLines": "34",
+ "startColumns": "4",
+ "startOffsets": "3448",
+ "endLines": "46",
+ "endColumns": "12",
+ "endOffsets": "4030"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-en-rIN_values-en-rIN.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-en-rIN\\values-en-rIN.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2845",
+ "endColumns": "100",
+ "endOffsets": "2941"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-en-rIN\\values-en-rIN.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762",
+ "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82",
+ "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-pt_values-pt.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-pt\\values-pt.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2929",
+ "endColumns": "100",
+ "endOffsets": "3025"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-pt\\values-pt.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,225,331,438,527,628,747,832,912,1003,1096,1191,1285,1385,1478,1573,1668,1759,1850,1935,2042,2153,2255,2363,2471,2581,2743,2843",
+ "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85",
+ "endOffsets": "220,326,433,522,623,742,827,907,998,1091,1186,1280,1380,1473,1568,1663,1754,1845,1930,2037,2148,2250,2358,2466,2576,2738,2838,2924"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-in_values-in.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-in\\values-in.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,269,348,424,503,593,678,784,900,983,1048,1142,1207,1266,1353,1415,1477,1537,1603,1665,1719,1831,1888,1949,2003,2075,2201,2287,2371,2510,2591,2672,2762,2815,2867,2933,3005,3089,3172,3247,3323,3396,3471,3556,3631,3723,3817,3891,3964,4058,4110,4179,4264,4351,4413,4477,4540,4643,4743,4838,4940,4997,5053",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,78,75,78,89,84,105,115,82,64,93,64,58,86,61,61,59,65,61,53,111,56,60,53,71,125,85,83,138,80,80,89,52,51,65,71,83,82,74,75,72,74,84,74,91,93,73,72,93,51,68,84,86,61,63,62,102,99,94,101,56,55,79",
+ "endOffsets": "264,343,419,498,588,673,779,895,978,1043,1137,1202,1261,1348,1410,1472,1532,1598,1660,1714,1826,1883,1944,1998,2070,2196,2282,2366,2505,2586,2667,2757,2810,2862,2928,3000,3084,3167,3242,3318,3391,3466,3551,3626,3718,3812,3886,3959,4053,4105,4174,4259,4346,4408,4472,4535,4638,4738,4833,4935,4992,5048,5128"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3023,3102,3178,3257,3347,3432,3538,3654,3737,3802,3896,3961,4020,4107,4169,4231,4291,4357,4419,4473,4585,4642,4703,4757,4829,4955,5041,5125,5264,5345,5426,5516,5569,5621,5687,5759,5843,5926,6001,6077,6150,6225,6310,6385,6477,6571,6645,6718,6812,6864,6933,7018,7105,7167,7231,7294,7397,7497,7592,7694,7751,7807",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,78,75,78,89,84,105,115,82,64,93,64,58,86,61,61,59,65,61,53,111,56,60,53,71,125,85,83,138,80,80,89,52,51,65,71,83,82,74,75,72,74,84,74,91,93,73,72,93,51,68,84,86,61,63,62,102,99,94,101,56,55,79",
+ "endOffsets": "314,3097,3173,3252,3342,3427,3533,3649,3732,3797,3891,3956,4015,4102,4164,4226,4286,4352,4414,4468,4580,4637,4698,4752,4824,4950,5036,5120,5259,5340,5421,5511,5564,5616,5682,5754,5838,5921,5996,6072,6145,6220,6305,6380,6472,6566,6640,6713,6807,6859,6928,7013,7100,7162,7226,7289,7392,7492,7587,7689,7746,7802,7882"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-in\\values-in.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7972",
+ "endColumns": "100",
+ "endOffsets": "8068"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-in\\values-in.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,220,324,429,516,620,736,819,897,988,1081,1176,1270,1370,1463,1558,1652,1743,1834,1920,2023,2128,2229,2333,2442,2550,2710,2809",
+ "endColumns": "114,103,104,86,103,115,82,77,90,92,94,93,99,92,94,93,90,90,85,102,104,100,103,108,107,159,98,84",
+ "endOffsets": "215,319,424,511,615,731,814,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1915,2018,2123,2224,2328,2437,2545,2705,2804,2889"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "319,434,538,643,730,834,950,1033,1111,1202,1295,1390,1484,1584,1677,1772,1866,1957,2048,2134,2237,2342,2443,2547,2656,2764,2924,7887",
+ "endColumns": "114,103,104,86,103,115,82,77,90,92,94,93,99,92,94,93,90,90,85,102,104,100,103,108,107,159,98,84",
+ "endOffsets": "429,533,638,725,829,945,1028,1106,1197,1290,1385,1479,1579,1672,1767,1861,1952,2043,2129,2232,2337,2438,2542,2651,2759,2919,3018,7967"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-ja_values-ja.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ja\\values-ja.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,202,295,400,482,580,688,766,841,932,1025,1120,1214,1314,1407,1502,1596,1687,1778,1856,1958,2056,2151,2254,2350,2446,2594,2691",
+ "endColumns": "96,92,104,81,97,107,77,74,90,92,94,93,99,92,94,93,90,90,77,101,97,94,102,95,95,147,96,78",
+ "endOffsets": "197,290,395,477,575,683,761,836,927,1020,1115,1209,1309,1402,1497,1591,1682,1773,1851,1953,2051,2146,2249,2345,2441,2589,2686,2765"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "303,400,493,598,680,778,886,964,1039,1130,1223,1318,1412,1512,1605,1700,1794,1885,1976,2054,2156,2254,2349,2452,2548,2644,2792,7271",
+ "endColumns": "96,92,104,81,97,107,77,74,90,92,94,93,99,92,94,93,90,90,77,101,97,94,102,95,95,147,96,78",
+ "endOffsets": "395,488,593,675,773,881,959,1034,1125,1218,1313,1407,1507,1600,1695,1789,1880,1971,2049,2151,2249,2344,2447,2543,2639,2787,2884,7345"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ja\\values-ja.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,253,320,384,453,534,616,701,805,881,944,1028,1092,1150,1231,1292,1356,1411,1470,1527,1581,1674,1730,1787,1841,1907,2007,2083,2164,2286,2348,2410,2489,2542,2593,2659,2729,2799,2876,2940,3011,3079,3142,3221,3284,3364,3446,3518,3589,3661,3709,3773,3848,3925,3987,4051,4114,4200,4284,4365,4450,4507,4562",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,66,63,68,80,81,84,103,75,62,83,63,57,80,60,63,54,58,56,53,92,55,56,53,65,99,75,80,121,61,61,78,52,50,65,69,69,76,63,70,67,62,78,62,79,81,71,70,71,47,63,74,76,61,63,62,85,83,80,84,56,54,72",
+ "endOffsets": "248,315,379,448,529,611,696,800,876,939,1023,1087,1145,1226,1287,1351,1406,1465,1522,1576,1669,1725,1782,1836,1902,2002,2078,2159,2281,2343,2405,2484,2537,2588,2654,2724,2794,2871,2935,3006,3074,3137,3216,3279,3359,3441,3513,3584,3656,3704,3768,3843,3920,3982,4046,4109,4195,4279,4360,4445,4502,4557,4630"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2889,2956,3020,3089,3170,3252,3337,3441,3517,3580,3664,3728,3786,3867,3928,3992,4047,4106,4163,4217,4310,4366,4423,4477,4543,4643,4719,4800,4922,4984,5046,5125,5178,5229,5295,5365,5435,5512,5576,5647,5715,5778,5857,5920,6000,6082,6154,6225,6297,6345,6409,6484,6561,6623,6687,6750,6836,6920,7001,7086,7143,7198",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,66,63,68,80,81,84,103,75,62,83,63,57,80,60,63,54,58,56,53,92,55,56,53,65,99,75,80,121,61,61,78,52,50,65,69,69,76,63,70,67,62,78,62,79,81,71,70,71,47,63,74,76,61,63,62,85,83,80,84,56,54,72",
+ "endOffsets": "298,2951,3015,3084,3165,3247,3332,3436,3512,3575,3659,3723,3781,3862,3923,3987,4042,4101,4158,4212,4305,4361,4418,4472,4538,4638,4714,4795,4917,4979,5041,5120,5173,5224,5290,5360,5430,5507,5571,5642,5710,5773,5852,5915,5995,6077,6149,6220,6292,6340,6404,6479,6556,6618,6682,6745,6831,6915,6996,7081,7138,7193,7266"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-ja\\values-ja.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7350",
+ "endColumns": "100",
+ "endOffsets": "7446"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-v17_values-v17.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-v17\\values-v17.xml",
+ "from": {
+ "startLines": "2,5,9,12,15,18,22,25,29,33,37,40,43,46,50,53,57",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,228,456,614,764,936,1161,1331,1559,1783,2025,2196,2370,2539,2812,3012,3216",
+ "endLines": "4,8,11,14,17,21,24,28,32,36,39,42,45,49,52,56,60",
+ "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12",
+ "endOffsets": "223,451,609,759,931,1156,1326,1554,1778,2020,2191,2365,2534,2807,3007,3211,3540"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-h720dp-v13_values-h720dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-h720dp-v13\\values-h720dp-v13.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "66",
+ "endOffsets": "117"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-fr_values-fr.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-fr\\values-fr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8227",
+ "endColumns": "100",
+ "endOffsets": "8323"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-fr\\values-fr.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,283,363,444,527,636,731,829,959,1044,1110,1207,1290,1356,1458,1523,1598,1654,1733,1793,1847,1969,2028,2090,2144,2226,2361,2453,2537,2681,2760,2841,2934,2989,3040,3106,3186,3267,3370,3443,3521,3594,3666,3759,3831,3923,4015,4089,4173,4265,4322,4388,4471,4558,4620,4684,4747,4849,4947,5044,5145,5204,5259",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,79,80,82,108,94,97,129,84,65,96,82,65,101,64,74,55,78,59,53,121,58,61,53,81,134,91,83,143,78,80,92,54,50,65,79,80,102,72,77,72,71,92,71,91,91,73,83,91,56,65,82,86,61,63,62,101,97,96,100,58,54,88",
+ "endOffsets": "278,358,439,522,631,726,824,954,1039,1105,1202,1285,1351,1453,1518,1593,1649,1728,1788,1842,1964,2023,2085,2139,2221,2356,2448,2532,2676,2755,2836,2929,2984,3035,3101,3181,3262,3365,3438,3516,3589,3661,3754,3826,3918,4010,4084,4168,4260,4317,4383,4466,4553,4615,4679,4742,4844,4942,5039,5140,5199,5254,5343"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3075,3155,3236,3319,3428,3523,3621,3751,3836,3902,3999,4082,4148,4250,4315,4390,4446,4525,4585,4639,4761,4820,4882,4936,5018,5153,5245,5329,5473,5552,5633,5726,5781,5832,5898,5978,6059,6162,6235,6313,6386,6458,6551,6623,6715,6807,6881,6965,7057,7114,7180,7263,7350,7412,7476,7539,7641,7739,7836,7937,7996,8051",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,79,80,82,108,94,97,129,84,65,96,82,65,101,64,74,55,78,59,53,121,58,61,53,81,134,91,83,143,78,80,92,54,50,65,79,80,102,72,77,72,71,92,71,91,91,73,83,91,56,65,82,86,61,63,62,101,97,96,100,58,54,88",
+ "endOffsets": "328,3150,3231,3314,3423,3518,3616,3746,3831,3897,3994,4077,4143,4245,4310,4385,4441,4520,4580,4634,4756,4815,4877,4931,5013,5148,5240,5324,5468,5547,5628,5721,5776,5827,5893,5973,6054,6157,6230,6308,6381,6453,6546,6618,6710,6802,6876,6960,7052,7109,7175,7258,7345,7407,7471,7534,7636,7734,7831,7932,7991,8046,8135"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-fr\\values-fr.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,216,331,441,523,629,759,837,913,1004,1097,1195,1290,1390,1483,1576,1671,1762,1853,1939,2049,2160,2263,2374,2482,2589,2748,2847",
+ "endColumns": "110,114,109,81,105,129,77,75,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86",
+ "endOffsets": "211,326,436,518,624,754,832,908,999,1092,1190,1285,1385,1478,1571,1666,1757,1848,1934,2044,2155,2258,2369,2477,2584,2743,2842,2929"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "333,444,559,669,751,857,987,1065,1141,1232,1325,1423,1518,1618,1711,1804,1899,1990,2081,2167,2277,2388,2491,2602,2710,2817,2976,8140",
+ "endColumns": "110,114,109,81,105,129,77,75,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86",
+ "endOffsets": "439,554,664,746,852,982,1060,1136,1227,1320,1418,1513,1613,1706,1799,1894,1985,2076,2162,2272,2383,2486,2597,2705,2812,2971,3070,8222"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-sw510dp-v13_values-sw510dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw510dp-v13\\values-sw510dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16915,16958,17001,17044,17087,17128,17171,17214,17257,17300,17343,17386,17429,17472,17515,17558,17599,17642,17685,17728,17771,17814,17857,17900,17943,17986,18029,18070,18113,18156,18199,18242,18285,18328,18371,18414,18457,18500,18541,18584,18627,18670,18713,18756,18799,18842,18885,18928,18971,19012,19051,19094,19137,19180,19223,19266,19309,19352,19395,19438,19481,19522,19565,19608,19651,19694,19737,19780,19823,19866,19909,19952,19993,20036,20079,20122,20165,20208,20251,20294,20337,20380,20423,20464,20507,20550,20593,20636,20679,20722,20765,20808,20851,20894,20935,20978,21021,21064,21107,21150,21193,21236,21279,21322,21365,21406,21449,21492,21535,21578,21621,21664,21707,21750,21793,21836,21877,21920,21963,22006,22049,22092,22135,22178,22221,22264,22307,22348,22391,22434,22477,22520,22563,22606,22649,22692,22735,22778,22819,22862,22905,22948,22991,23034,23077,23120,23163,23206,23250,23291,23335,23379,23423,23467,23511,23555,23599,23643,23687,23731,23773,23812,23856,23898,23940,23982,24024,24066,24108,24150,24192,24234,24276,24316,24358,24400,24442,24484,24526,24568,24610,24652,24694,24736,24776,24818,24860,24902,24944,24986,25028,25070,25112,25154,25196,25236,25278,25320,25362,25404,25446,25488,25530,25572,25614,25656,25696,25743,25790,25837,25884,25931,25978,26025,26072,26119,26166,26211,26258,26305,26352,26399,26446,26493,26540,26587,26634,26681,26726,26773,26820,26867,26914,26961,27008,27055,27102,27149,27196,27241,27288,27335,27382,27429,27476,27523,27570,27617,27664,27711,27756,27803,27850,27897,27944,27991,28038,28085,28132,28179,28227,28272,28320,28366,28412,28458",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,43,40,43,43,43,43,43,43,43,43,43,43,41,38,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,47,44,47,45,45,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16910,16953,16996,17039,17082,17123,17166,17209,17252,17295,17338,17381,17424,17467,17510,17553,17594,17637,17680,17723,17766,17809,17852,17895,17938,17981,18024,18065,18108,18151,18194,18237,18280,18323,18366,18409,18452,18495,18536,18579,18622,18665,18708,18751,18794,18837,18880,18923,18966,19007,19046,19089,19132,19175,19218,19261,19304,19347,19390,19433,19476,19517,19560,19603,19646,19689,19732,19775,19818,19861,19904,19947,19988,20031,20074,20117,20160,20203,20246,20289,20332,20375,20418,20459,20502,20545,20588,20631,20674,20717,20760,20803,20846,20889,20930,20973,21016,21059,21102,21145,21188,21231,21274,21317,21360,21401,21444,21487,21530,21573,21616,21659,21702,21745,21788,21831,21872,21915,21958,22001,22044,22087,22130,22173,22216,22259,22302,22343,22386,22429,22472,22515,22558,22601,22644,22687,22730,22773,22814,22857,22900,22943,22986,23029,23072,23115,23158,23201,23245,23286,23330,23374,23418,23462,23506,23550,23594,23638,23682,23726,23768,23807,23851,23893,23935,23977,24019,24061,24103,24145,24187,24229,24271,24311,24353,24395,24437,24479,24521,24563,24605,24647,24689,24731,24771,24813,24855,24897,24939,24981,25023,25065,25107,25149,25191,25231,25273,25315,25357,25399,25441,25483,25525,25567,25609,25651,25691,25738,25785,25832,25879,25926,25973,26020,26067,26114,26161,26206,26253,26300,26347,26394,26441,26488,26535,26582,26629,26676,26721,26768,26815,26862,26909,26956,27003,27050,27097,27144,27191,27236,27283,27330,27377,27424,27471,27518,27565,27612,27659,27706,27751,27798,27845,27892,27939,27986,28033,28080,28127,28174,28222,28267,28315,28361,28407,28453,28499"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17486,17529,17572,17615,17658,17740,17783,17826,17869,17912,17955,17998,18041,18084,18127,18170,18252,18295,18338,18381,18424,18467,18510,18553,18596,18639,18682,18764,18807,18850,18893,18936,18979,19022,19065,19108,19151,19194,19276,19319,19362,19405,19448,19491,19534,19577,19620,19663,19706,19788,19831,19874,19917,19960,20003,20046,20089,20132,20175,20218,20300,20343,20386,20429,20472,20515,20558,20601,20644,20687,20730,20812,20890,20933,20976,21019,21062,21105,21148,21191,21234,21277,21320,21402,21445,21488,21531,21574,21617,21660,21703,21746,21789,21832,21914,21957,22000,22043,22086,22129,22172,22215,22258,22301,22344,22426,22469,22512,22555,22598,22641,22684,22727,22770,22813,22856,22938,22981,23024,23067,23110,23153,23196,23239,23282,23325,23368,23450,23493,23536,23579,23622,23665,23708,23751,23794,23837,23880,23962,24005,24048,24091,24134,24177,24220,24263,24306,24349,24392,24474,24517,24560,24603,24646,24689,24732,24775,24818,24861,24904,24986,25029,25072,25115,25158,25201,25244,25287,25330,25373,25417,25499,25543,25587,25631,25675,25719,25763,25807,25851,25895,25939,26023,26101,26145,26229,26313,26397,26481,26565,26649,26733,26817,26901,26985,27065,27149,27233,27317,27401,27485,27569,27653,27737,27821,27905,27985,28069,28153,28237,28321,28405,28489,28573,28657,28741,28825,28905,28989,29073,29157,29241,29325,29409,29493,29577,29661,29745,29825,29872,29919,29966,30013,30060,30107,30154,30201,30248,30295,30340,30387,30434,30481,30528,30575,30622,30669,30716,30763,30810,30855,30902,30949,30996,31043,31090,31137,31184,31231,31278,31325,31370,31417,31464,31511,31558,31605,31652,31699,31746,31793,31840,31885,31932,31979,32026,32073,32120,32167,32214,32261,32308,32356,32401,32449,32495,32541,32587",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,43,40,43,43,43,43,43,43,43,43,43,43,41,38,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,47,44,47,45,45,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17481,17524,17567,17610,17653,17694,17778,17821,17864,17907,17950,17993,18036,18079,18122,18165,18206,18290,18333,18376,18419,18462,18505,18548,18591,18634,18677,18718,18802,18845,18888,18931,18974,19017,19060,19103,19146,19189,19230,19314,19357,19400,19443,19486,19529,19572,19615,19658,19701,19742,19826,19869,19912,19955,19998,20041,20084,20127,20170,20213,20254,20338,20381,20424,20467,20510,20553,20596,20639,20682,20725,20766,20846,20928,20971,21014,21057,21100,21143,21186,21229,21272,21315,21356,21440,21483,21526,21569,21612,21655,21698,21741,21784,21827,21868,21952,21995,22038,22081,22124,22167,22210,22253,22296,22339,22380,22464,22507,22550,22593,22636,22679,22722,22765,22808,22851,22892,22976,23019,23062,23105,23148,23191,23234,23277,23320,23363,23404,23488,23531,23574,23617,23660,23703,23746,23789,23832,23875,23916,24000,24043,24086,24129,24172,24215,24258,24301,24344,24387,24428,24512,24555,24598,24641,24684,24727,24770,24813,24856,24899,24940,25024,25067,25110,25153,25196,25239,25282,25325,25368,25412,25453,25538,25582,25626,25670,25714,25758,25802,25846,25890,25934,25976,26057,26140,26182,26266,26350,26434,26518,26602,26686,26770,26854,26938,27020,27102,27186,27270,27354,27438,27522,27606,27690,27774,27858,27940,28022,28106,28190,28274,28358,28442,28526,28610,28694,28778,28860,28942,29026,29110,29194,29278,29362,29446,29530,29614,29698,29780,29867,29914,29961,30008,30055,30102,30149,30196,30243,30290,30335,30382,30429,30476,30523,30570,30617,30664,30711,30758,30805,30850,30897,30944,30991,31038,31085,31132,31179,31226,31273,31320,31365,31412,31459,31506,31553,31600,31647,31694,31741,31788,31835,31880,31927,31974,32021,32068,32115,32162,32209,32256,32303,32351,32396,32444,32490,32536,32582,32628"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw510dp-v13\\values-sw510dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1732,1773,1814,1855,1894,1935,1976,2017,2058,2099,2140,2181,2222,2263,2305,2344,2386,2428,2470,2512,2554,2596,2638,2680,2722,2764,2804,2846,2888,2930,2972,3014,3056,3098,3140,3182,3224,3264,3306,3348,3390,3432,3474,3516,3558,3600,3642,3684,3724,3766,3808,3850,3892,3934,3976,4018,4060,4102,4144",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1727,1768,1809,1850,1889,1930,1971,2012,2053,2094,2135,2176,2217,2258,2300,2339,2381,2423,2465,2507,2549,2591,2633,2675,2717,2759,2799,2841,2883,2925,2967,3009,3051,3093,3135,3177,3219,3259,3301,3343,3385,3427,3469,3511,3553,3595,3637,3679,3719,3761,3803,3845,3887,3929,3971,4013,4055,4097,4139,4179"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17699,18211,18723,19235,19747,20259,20771,20851,21361,21873,22385,22897,23409,23921,24433,24945,25458,25981,26062,26187,26271,26355,26439,26523,26607,26691,26775,26859,26943,27025,27107,27191,27275,27359,27443,27527,27611,27695,27779,27863,27945,28027,28111,28195,28279,28363,28447,28531,28615,28699,28783,28865,28947,29031,29115,29199,29283,29367,29451,29535,29619,29703,29785",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17735,18247,18759,19271,19783,20295,20807,20885,21397,21909,22421,22933,23445,23957,24469,24981,25494,26018,26096,26224,26308,26392,26476,26560,26644,26728,26812,26896,26980,27060,27144,27228,27312,27396,27480,27564,27648,27732,27816,27900,27980,28064,28148,28232,28316,28400,28484,28568,28652,28736,28820,28900,28984,29068,29152,29236,29320,29404,29488,29572,29656,29740,29820"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-bg_values-bg.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-bg\\values-bg.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,344,423,506,628,738,833,966,1055,1121,1218,1298,1360,1449,1512,1577,1636,1709,1772,1826,1954,2011,2073,2127,2200,2343,2427,2515,2651,2739,2827,2912,2965,3016,3082,3157,3233,3319,3396,3472,3549,3623,3714,3789,3880,3972,4046,4133,4224,4279,4345,4428,4514,4576,4640,4703,4820,4933,5044,5161,5218,5273",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,78,78,82,121,109,94,132,88,65,96,79,61,88,62,64,58,72,62,53,127,56,61,53,72,142,83,87,135,87,87,84,52,50,65,74,75,85,76,75,76,73,90,74,90,91,73,86,90,54,65,82,85,61,63,62,116,112,110,116,56,54,85",
+ "endOffsets": "260,339,418,501,623,733,828,961,1050,1116,1213,1293,1355,1444,1507,1572,1631,1704,1767,1821,1949,2006,2068,2122,2195,2338,2422,2510,2646,2734,2822,2907,2960,3011,3077,3152,3228,3314,3391,3467,3544,3618,3709,3784,3875,3967,4041,4128,4219,4274,4340,4423,4509,4571,4635,4698,4815,4928,5039,5156,5213,5268,5354"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3064,3143,3222,3305,3427,3537,3632,3765,3854,3920,4017,4097,4159,4248,4311,4376,4435,4508,4571,4625,4753,4810,4872,4926,4999,5142,5226,5314,5450,5538,5626,5711,5764,5815,5881,5956,6032,6118,6195,6271,6348,6422,6513,6588,6679,6771,6845,6932,7023,7078,7144,7227,7313,7375,7439,7502,7619,7732,7843,7960,8017,8072",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,78,78,82,121,109,94,132,88,65,96,79,61,88,62,64,58,72,62,53,127,56,61,53,72,142,83,87,135,87,87,84,52,50,65,74,75,85,76,75,76,73,90,74,90,91,73,86,90,54,65,82,85,61,63,62,116,112,110,116,56,54,85",
+ "endOffsets": "310,3138,3217,3300,3422,3532,3627,3760,3849,3915,4012,4092,4154,4243,4306,4371,4430,4503,4566,4620,4748,4805,4867,4921,4994,5137,5221,5309,5445,5533,5621,5706,5759,5810,5876,5951,6027,6113,6190,6266,6343,6417,6508,6583,6674,6766,6840,6927,7018,7073,7139,7222,7308,7370,7434,7497,7614,7727,7838,7955,8012,8067,8153"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-bg\\values-bg.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8242",
+ "endColumns": "100",
+ "endOffsets": "8338"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-bg\\values-bg.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,225,331,436,522,632,753,833,910,1001,1094,1189,1283,1383,1476,1571,1679,1770,1861,1944,2058,2166,2266,2380,2487,2595,2755,2854",
+ "endColumns": "119,105,104,85,109,120,79,76,90,92,94,93,99,92,94,107,90,90,82,113,107,99,113,106,107,159,98,83",
+ "endOffsets": "220,326,431,517,627,748,828,905,996,1089,1184,1278,1378,1471,1566,1674,1765,1856,1939,2053,2161,2261,2375,2482,2590,2750,2849,2933"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,435,541,646,732,842,963,1043,1120,1211,1304,1399,1493,1593,1686,1781,1889,1980,2071,2154,2268,2376,2476,2590,2697,2805,2965,8158",
+ "endColumns": "119,105,104,85,109,120,79,76,90,92,94,93,99,92,94,107,90,90,82,113,107,99,113,106,107,159,98,83",
+ "endOffsets": "430,536,641,727,837,958,1038,1115,1206,1299,1394,1488,1588,1681,1776,1884,1975,2066,2149,2263,2371,2471,2585,2692,2800,2960,3059,8237"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-mn_values-mn.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-mn\\values-mn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8005",
+ "endColumns": "100",
+ "endOffsets": "8101"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-mn\\values-mn.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,219,319,428,514,620,734,817,898,989,1082,1177,1273,1370,1463,1557,1649,1740,1830,1910,2017,2120,2217,2324,2426,2539,2698,2797",
+ "endColumns": "113,99,108,85,105,113,82,80,90,92,94,95,96,92,93,91,90,89,79,106,102,96,106,101,112,158,98,80",
+ "endOffsets": "214,314,423,509,615,729,812,893,984,1077,1172,1268,1365,1458,1552,1644,1735,1825,1905,2012,2115,2212,2319,2421,2534,2693,2792,2873"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,429,529,638,724,830,944,1027,1108,1199,1292,1387,1483,1580,1673,1767,1859,1950,2040,2120,2227,2330,2427,2534,2636,2749,2908,7924",
+ "endColumns": "113,99,108,85,105,113,82,80,90,92,94,95,96,92,93,91,90,89,79,106,102,96,106,101,112,158,98,80",
+ "endOffsets": "424,524,633,719,825,939,1022,1103,1194,1287,1382,1478,1575,1668,1762,1854,1945,2035,2115,2222,2325,2422,2529,2631,2744,2903,3002,8000"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-mn\\values-mn.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,344,421,500,587,672,770,889,974,1039,1137,1218,1277,1370,1432,1495,1553,1624,1686,1740,1861,1918,1979,2033,2104,2237,2321,2404,2537,2619,2697,2787,2841,2892,2958,3029,3107,3193,3268,3346,3426,3509,3597,3676,3766,3859,3933,4003,4094,4148,4215,4299,4384,4446,4510,4573,4677,4783,4880,4985,5043,5098",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,78,76,78,86,84,97,118,84,64,97,80,58,92,61,62,57,70,61,53,120,56,60,53,70,132,83,82,132,81,77,89,53,50,65,70,77,85,74,77,79,82,87,78,89,92,73,69,90,53,66,83,84,61,63,62,103,105,96,104,57,54,83",
+ "endOffsets": "260,339,416,495,582,667,765,884,969,1034,1132,1213,1272,1365,1427,1490,1548,1619,1681,1735,1856,1913,1974,2028,2099,2232,2316,2399,2532,2614,2692,2782,2836,2887,2953,3024,3102,3188,3263,3341,3421,3504,3592,3671,3761,3854,3928,3998,4089,4143,4210,4294,4379,4441,4505,4568,4672,4778,4875,4980,5038,5093,5177"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3007,3086,3163,3242,3329,3414,3512,3631,3716,3781,3879,3960,4019,4112,4174,4237,4295,4366,4428,4482,4603,4660,4721,4775,4846,4979,5063,5146,5279,5361,5439,5529,5583,5634,5700,5771,5849,5935,6010,6088,6168,6251,6339,6418,6508,6601,6675,6745,6836,6890,6957,7041,7126,7188,7252,7315,7419,7525,7622,7727,7785,7840",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,78,76,78,86,84,97,118,84,64,97,80,58,92,61,62,57,70,61,53,120,56,60,53,70,132,83,82,132,81,77,89,53,50,65,70,77,85,74,77,79,82,87,78,89,92,73,69,90,53,66,83,84,61,63,62,103,105,96,104,57,54,83",
+ "endOffsets": "310,3081,3158,3237,3324,3409,3507,3626,3711,3776,3874,3955,4014,4107,4169,4232,4290,4361,4423,4477,4598,4655,4716,4770,4841,4974,5058,5141,5274,5356,5434,5524,5578,5629,5695,5766,5844,5930,6005,6083,6163,6246,6334,6413,6503,6596,6670,6740,6831,6885,6952,7036,7121,7183,7247,7310,7414,7520,7617,7722,7780,7835,7919"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-th_values-th.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-th\\values-th.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7853",
+ "endColumns": "100",
+ "endOffsets": "7949"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-th\\values-th.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,285,358,430,513,598,684,783,896,976,1046,1136,1206,1266,1353,1419,1484,1545,1609,1670,1724,1825,1886,1946,2000,2070,2181,2268,2349,2492,2571,2653,2745,2799,2852,2918,2988,3066,3152,3224,3302,3371,3440,3522,3610,3703,3797,3871,3940,4035,4087,4155,4240,4328,4390,4454,4517,4617,4710,4807,4900,4958,5015",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,72,71,82,84,85,98,112,79,69,89,69,59,86,65,64,60,63,60,53,100,60,59,53,69,110,86,80,142,78,81,91,53,52,65,69,77,85,71,77,68,68,81,87,92,93,73,68,94,51,67,84,87,61,63,62,99,92,96,92,57,56,76",
+ "endOffsets": "280,353,425,508,593,679,778,891,971,1041,1131,1201,1261,1348,1414,1479,1540,1604,1665,1719,1820,1881,1941,1995,2065,2176,2263,2344,2487,2566,2648,2740,2794,2847,2913,2983,3061,3147,3219,3297,3366,3435,3517,3605,3698,3792,3866,3935,4030,4082,4150,4235,4323,4385,4449,4512,4612,4705,4802,4895,4953,5010,5087"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2964,3037,3109,3192,3277,3363,3462,3575,3655,3725,3815,3885,3945,4032,4098,4163,4224,4288,4349,4403,4504,4565,4625,4679,4749,4860,4947,5028,5171,5250,5332,5424,5478,5531,5597,5667,5745,5831,5903,5981,6050,6119,6201,6289,6382,6476,6550,6619,6714,6766,6834,6919,7007,7069,7133,7196,7296,7389,7486,7579,7637,7694",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,72,71,82,84,85,98,112,79,69,89,69,59,86,65,64,60,63,60,53,100,60,59,53,69,110,86,80,142,78,81,91,53,52,65,69,77,85,71,77,68,68,81,87,92,93,73,68,94,51,67,84,87,61,63,62,99,92,96,92,57,56,76",
+ "endOffsets": "330,3032,3104,3187,3272,3358,3457,3570,3650,3720,3810,3880,3940,4027,4093,4158,4219,4283,4344,4398,4499,4560,4620,4674,4744,4855,4942,5023,5166,5245,5327,5419,5473,5526,5592,5662,5740,5826,5898,5976,6045,6114,6196,6284,6377,6471,6545,6614,6709,6761,6829,6914,7002,7064,7128,7191,7291,7384,7481,7574,7632,7689,7766"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-th\\values-th.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,210,303,411,496,598,708,786,863,954,1047,1138,1232,1332,1425,1520,1614,1705,1796,1877,1980,2078,2176,2279,2385,2486,2639,2734",
+ "endColumns": "104,92,107,84,101,109,77,76,90,92,90,93,99,92,94,93,90,90,80,102,97,97,102,105,100,152,94,81",
+ "endOffsets": "205,298,406,491,593,703,781,858,949,1042,1133,1227,1327,1420,1515,1609,1700,1791,1872,1975,2073,2171,2274,2380,2481,2634,2729,2811"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "335,440,533,641,726,828,938,1016,1093,1184,1277,1368,1462,1562,1655,1750,1844,1935,2026,2107,2210,2308,2406,2509,2615,2716,2869,7771",
+ "endColumns": "104,92,107,84,101,109,77,76,90,92,90,93,99,92,94,93,90,90,80,102,97,97,102,105,100,152,94,81",
+ "endOffsets": "435,528,636,721,823,933,1011,1088,1179,1272,1363,1457,1557,1650,1745,1839,1930,2021,2102,2205,2303,2401,2504,2610,2711,2864,2959,7848"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-sw630dp-v13_values-sw630dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw630dp-v13\\values-sw630dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1732,1773,1815,1857,1896,1938,1980,2022,2064,2106,2148,2190,2232,2274,2316,2356,2398,2440,2482,2524,2566,2608,2650,2692,2734,2776,2816,2858,2900,2942,2984,3026,3068,3110,3152,3194,3236,3276,3318,3360,3402,3444,3486,3528,3570,3612,3654,3696,3736,3778,3820,3862,3904,3946,3988,4030,4072,4114,4156",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1727,1768,1810,1852,1891,1933,1975,2017,2059,2101,2143,2185,2227,2269,2311,2351,2393,2435,2477,2519,2561,2603,2645,2687,2729,2771,2811,2853,2895,2937,2979,3021,3063,3105,3147,3189,3231,3271,3313,3355,3397,3439,3481,3523,3565,3607,3649,3691,3731,3773,3815,3857,3899,3941,3983,4025,4067,4109,4151,4191"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17699,18211,18723,19235,19750,20273,20797,20878,21399,21923,22447,22971,23495,24019,24543,25067,25591,26115,26197,26323,26407,26491,26575,26659,26743,26827,26911,26995,27079,27161,27243,27327,27411,27495,27579,27663,27747,27831,27915,27999,28081,28163,28247,28331,28415,28499,28583,28667,28751,28835,28919,29001,29083,29167,29251,29335,29419,29503,29587,29671,29755,29839,29921",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17735,18247,18759,19271,19786,20310,20834,20912,21436,21960,22484,23008,23532,24056,24580,25104,25628,26152,26232,26360,26444,26528,26612,26696,26780,26864,26948,27032,27116,27196,27280,27364,27448,27532,27616,27700,27784,27868,27952,28036,28116,28200,28284,28368,28452,28536,28620,28704,28788,28872,28956,29036,29120,29204,29288,29372,29456,29540,29624,29708,29792,29876,29956"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw630dp-v13\\values-sw630dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16915,16958,17001,17044,17087,17128,17171,17214,17257,17300,17343,17386,17429,17472,17515,17558,17599,17642,17685,17728,17771,17814,17857,17900,17944,17988,18032,18073,18117,18161,18205,18249,18293,18337,18381,18425,18469,18513,18555,18599,18643,18687,18731,18775,18819,18863,18907,18951,18995,19037,19076,19120,19164,19208,19252,19296,19340,19384,19428,19472,19516,19558,19602,19646,19690,19734,19778,19822,19866,19910,19954,19998,20040,20084,20128,20172,20216,20260,20304,20348,20392,20436,20480,20522,20566,20610,20654,20698,20742,20786,20830,20874,20918,20962,21004,21048,21092,21136,21180,21224,21268,21312,21356,21400,21444,21486,21530,21574,21618,21662,21706,21750,21794,21838,21882,21926,21968,22012,22056,22100,22144,22188,22232,22276,22320,22364,22408,22450,22494,22538,22582,22626,22670,22714,22758,22802,22846,22890,22932,22976,23020,23064,23108,23152,23196,23240,23284,23328,23372,23414,23458,23502,23546,23590,23634,23678,23722,23766,23810,23854,23896,23936,23980,24022,24064,24106,24148,24190,24232,24274,24316,24358,24400,24440,24482,24524,24566,24608,24650,24692,24734,24776,24818,24860,24900,24942,24984,25026,25068,25110,25152,25194,25236,25278,25320,25360,25402,25444,25486,25528,25570,25612,25654,25696,25738,25780,25820,25867,25914,25961,26008,26055,26102,26149,26196,26243,26290,26335,26382,26429,26476,26523,26570,26617,26664,26711,26758,26805,26850,26897,26944,26991,27038,27085,27132,27179,27226,27273,27320,27365,27412,27459,27506,27553,27600,27647,27694,27741,27789,27837,27882,27930,27978,28026,28074,28122,28170,28218,28266,28314,28362,28408,28456,28502,28548,28594",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,47,47,44,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16910,16953,16996,17039,17082,17123,17166,17209,17252,17295,17338,17381,17424,17467,17510,17553,17594,17637,17680,17723,17766,17809,17852,17895,17939,17983,18027,18068,18112,18156,18200,18244,18288,18332,18376,18420,18464,18508,18550,18594,18638,18682,18726,18770,18814,18858,18902,18946,18990,19032,19071,19115,19159,19203,19247,19291,19335,19379,19423,19467,19511,19553,19597,19641,19685,19729,19773,19817,19861,19905,19949,19993,20035,20079,20123,20167,20211,20255,20299,20343,20387,20431,20475,20517,20561,20605,20649,20693,20737,20781,20825,20869,20913,20957,20999,21043,21087,21131,21175,21219,21263,21307,21351,21395,21439,21481,21525,21569,21613,21657,21701,21745,21789,21833,21877,21921,21963,22007,22051,22095,22139,22183,22227,22271,22315,22359,22403,22445,22489,22533,22577,22621,22665,22709,22753,22797,22841,22885,22927,22971,23015,23059,23103,23147,23191,23235,23279,23323,23367,23409,23453,23497,23541,23585,23629,23673,23717,23761,23805,23849,23891,23931,23975,24017,24059,24101,24143,24185,24227,24269,24311,24353,24395,24435,24477,24519,24561,24603,24645,24687,24729,24771,24813,24855,24895,24937,24979,25021,25063,25105,25147,25189,25231,25273,25315,25355,25397,25439,25481,25523,25565,25607,25649,25691,25733,25775,25815,25862,25909,25956,26003,26050,26097,26144,26191,26238,26285,26330,26377,26424,26471,26518,26565,26612,26659,26706,26753,26800,26845,26892,26939,26986,27033,27080,27127,27174,27221,27268,27315,27360,27407,27454,27501,27548,27595,27642,27689,27736,27784,27832,27877,27925,27973,28021,28069,28117,28165,28213,28261,28309,28357,28403,28451,28497,28543,28589,28635"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17486,17529,17572,17615,17658,17740,17783,17826,17869,17912,17955,17998,18041,18084,18127,18170,18252,18295,18338,18381,18424,18467,18510,18553,18596,18639,18682,18764,18807,18850,18893,18936,18979,19022,19065,19108,19151,19194,19276,19319,19362,19405,19448,19491,19534,19577,19621,19665,19709,19791,19835,19879,19923,19967,20011,20055,20099,20143,20187,20231,20315,20359,20403,20447,20491,20535,20579,20623,20667,20711,20755,20839,20917,20961,21005,21049,21093,21137,21181,21225,21269,21313,21357,21441,21485,21529,21573,21617,21661,21705,21749,21793,21837,21881,21965,22009,22053,22097,22141,22185,22229,22273,22317,22361,22405,22489,22533,22577,22621,22665,22709,22753,22797,22841,22885,22929,23013,23057,23101,23145,23189,23233,23277,23321,23365,23409,23453,23537,23581,23625,23669,23713,23757,23801,23845,23889,23933,23977,24061,24105,24149,24193,24237,24281,24325,24369,24413,24457,24501,24585,24629,24673,24717,24761,24805,24849,24893,24937,24981,25025,25109,25153,25197,25241,25285,25329,25373,25417,25461,25505,25549,25633,25677,25721,25765,25809,25853,25897,25941,25985,26029,26073,26157,26237,26281,26365,26449,26533,26617,26701,26785,26869,26953,27037,27121,27201,27285,27369,27453,27537,27621,27705,27789,27873,27957,28041,28121,28205,28289,28373,28457,28541,28625,28709,28793,28877,28961,29041,29125,29209,29293,29377,29461,29545,29629,29713,29797,29881,29961,30008,30055,30102,30149,30196,30243,30290,30337,30384,30431,30476,30523,30570,30617,30664,30711,30758,30805,30852,30899,30946,30991,31038,31085,31132,31179,31226,31273,31320,31367,31414,31461,31506,31553,31600,31647,31694,31741,31788,31835,31882,31930,31978,32023,32071,32119,32167,32215,32263,32311,32359,32407,32455,32503,32549,32597,32643,32689,32735",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,47,47,44,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17481,17524,17567,17610,17653,17694,17778,17821,17864,17907,17950,17993,18036,18079,18122,18165,18206,18290,18333,18376,18419,18462,18505,18548,18591,18634,18677,18718,18802,18845,18888,18931,18974,19017,19060,19103,19146,19189,19230,19314,19357,19400,19443,19486,19529,19572,19616,19660,19704,19745,19830,19874,19918,19962,20006,20050,20094,20138,20182,20226,20268,20354,20398,20442,20486,20530,20574,20618,20662,20706,20750,20792,20873,20956,21000,21044,21088,21132,21176,21220,21264,21308,21352,21394,21480,21524,21568,21612,21656,21700,21744,21788,21832,21876,21918,22004,22048,22092,22136,22180,22224,22268,22312,22356,22400,22442,22528,22572,22616,22660,22704,22748,22792,22836,22880,22924,22966,23052,23096,23140,23184,23228,23272,23316,23360,23404,23448,23490,23576,23620,23664,23708,23752,23796,23840,23884,23928,23972,24014,24100,24144,24188,24232,24276,24320,24364,24408,24452,24496,24538,24624,24668,24712,24756,24800,24844,24888,24932,24976,25020,25062,25148,25192,25236,25280,25324,25368,25412,25456,25500,25544,25586,25672,25716,25760,25804,25848,25892,25936,25980,26024,26068,26110,26192,26276,26318,26402,26486,26570,26654,26738,26822,26906,26990,27074,27156,27238,27322,27406,27490,27574,27658,27742,27826,27910,27994,28076,28158,28242,28326,28410,28494,28578,28662,28746,28830,28914,28996,29078,29162,29246,29330,29414,29498,29582,29666,29750,29834,29916,30003,30050,30097,30144,30191,30238,30285,30332,30379,30426,30471,30518,30565,30612,30659,30706,30753,30800,30847,30894,30941,30986,31033,31080,31127,31174,31221,31268,31315,31362,31409,31456,31501,31548,31595,31642,31689,31736,31783,31830,31877,31925,31973,32018,32066,32114,32162,32210,32258,32306,32354,32402,32450,32498,32544,32592,32638,32684,32730,32776"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-nb_values-nb.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-nb\\values-nb.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,261,338,411,498,586,666,765,884,966,1030,1122,1190,1250,1337,1401,1463,1527,1595,1660,1714,1823,1881,1943,1997,2072,2192,2274,2354,2488,2566,2646,2734,2788,2839,2905,2973,3047,3137,3208,3286,3356,3426,3515,3593,3681,3771,3843,3915,3999,4050,4116,4197,4280,4342,4406,4469,4569,4667,4760,4858,4916,4971",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,76,72,86,87,79,98,118,81,63,91,67,59,86,63,61,63,67,64,53,108,57,61,53,74,119,81,79,133,77,79,87,53,50,65,67,73,89,70,77,69,69,88,77,87,89,71,71,83,50,65,80,82,61,63,62,99,97,92,97,57,54,77",
+ "endOffsets": "256,333,406,493,581,661,760,879,961,1025,1117,1185,1245,1332,1396,1458,1522,1590,1655,1709,1818,1876,1938,1992,2067,2187,2269,2349,2483,2561,2641,2729,2783,2834,2900,2968,3042,3132,3203,3281,3351,3421,3510,3588,3676,3766,3838,3910,3994,4045,4111,4192,4275,4337,4401,4464,4564,4662,4755,4853,4911,4966,5044"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2943,3020,3093,3180,3268,3348,3447,3566,3648,3712,3804,3872,3932,4019,4083,4145,4209,4277,4342,4396,4505,4563,4625,4679,4754,4874,4956,5036,5170,5248,5328,5416,5470,5521,5587,5655,5729,5819,5890,5968,6038,6108,6197,6275,6363,6453,6525,6597,6681,6732,6798,6879,6962,7024,7088,7151,7251,7349,7442,7540,7598,7653",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,76,72,86,87,79,98,118,81,63,91,67,59,86,63,61,63,67,64,53,108,57,61,53,74,119,81,79,133,77,79,87,53,50,65,67,73,89,70,77,69,69,88,77,87,89,71,71,83,50,65,80,82,61,63,62,99,97,92,97,57,54,77",
+ "endOffsets": "306,3015,3088,3175,3263,3343,3442,3561,3643,3707,3799,3867,3927,4014,4078,4140,4204,4272,4337,4391,4500,4558,4620,4674,4749,4869,4951,5031,5165,5243,5323,5411,5465,5516,5582,5650,5724,5814,5885,5963,6033,6103,6192,6270,6358,6448,6520,6592,6676,6727,6793,6874,6957,7019,7083,7146,7246,7344,7437,7535,7593,7648,7726"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-nb\\values-nb.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,208,303,417,503,603,716,793,868,959,1052,1146,1240,1340,1433,1528,1626,1717,1808,1886,1989,2087,2183,2287,2386,2487,2640,2737",
+ "endColumns": "102,94,113,85,99,112,76,74,90,92,93,93,99,92,94,97,90,90,77,102,97,95,103,98,100,152,96,79",
+ "endOffsets": "203,298,412,498,598,711,788,863,954,1047,1141,1235,1335,1428,1523,1621,1712,1803,1881,1984,2082,2178,2282,2381,2482,2635,2732,2812"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "311,414,509,623,709,809,922,999,1074,1165,1258,1352,1446,1546,1639,1734,1832,1923,2014,2092,2195,2293,2389,2493,2592,2693,2846,7731",
+ "endColumns": "102,94,113,85,99,112,76,74,90,92,93,93,99,92,94,97,90,90,77,102,97,95,103,98,100,152,96,79",
+ "endOffsets": "409,504,618,704,804,917,994,1069,1160,1253,1347,1441,1541,1634,1729,1827,1918,2009,2087,2190,2288,2384,2488,2587,2688,2841,2938,7806"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-nb\\values-nb.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7811",
+ "endColumns": "100",
+ "endOffsets": "7907"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-v16_values-v16.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-v16\\values-v16.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "65",
+ "endOffsets": "116"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-v16\\values-v16.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "5",
+ "endColumns": "12",
+ "endOffsets": "223"
+ },
+ "to": {
+ "startLines": "3",
+ "startColumns": "4",
+ "startOffsets": "121",
+ "endLines": "6",
+ "endColumns": "12",
+ "endOffsets": "289"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-sw780dp-v13_values-sw780dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw780dp-v13\\values-sw780dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13580,13624,13668,13712,13756,13797,13841,13885,13929,13973,14017,14061,14105,14149,14193,14237,14279,14318,14362,14406,14450,14494,14538,14582,14626,14670,14714,14758,14800,14844,14888,14932,14976,15020,15064,15108,15152,15196,15240,15282,15326,15370,15414,15458,15502,15546,15590,15634,15678,15722,15764,15808,15852,15896,15940,15984,16028,16072,16116,16160,16204,16246,16290,16334,16378,16422,16466,16510,16554,16598,16642,16686,16728,16772,16816,16860,16904,16948,16992,17036,17080,17124,17168,17210,17254,17298,17342,17386,17430,17474,17518,17562,17606,17650,17692,17736,17780,17824,17868,17912,17956,18000,18044,18088,18132,18174,18218,18262,18306,18350,18394,18438,18482,18526,18570,18614,18656,18700,18744,18788,18832,18876,18920,18964,19008,19052,19096,19138,19178,19222,19266,19310,19354,19398,19442,19486,19530,19574,19618,19660,19704,19748,19792,19836,19880,19924,19968,20012,20056,20100,20142,20186,20230,20274,20318,20362,20406,20450,20494,20538,20582,20624,20668,20712,20756,20800,20844,20888,20932,20976,21020,21064,21106,21150,21194,21238,21282,21326,21370,21414,21458,21502,21546,21588,21632,21676,21720,21764,21808,21852,21896,21940,21984,22028,22070,22114,22158,22202,22246,22290,22334,22378,22422,22466,22510,22552,22596,22640,22684,22728,22772,22816,22860,22904,22948,22992,23034,23078,23122,23166,23210,23254,23298,23342,23386,23430,23474,23516,23560,23604,23648,23692,23736,23780,23824,23868,23912,23956,23998,24038,24082,24124,24166,24208,24250,24292,24334,24376,24418,24460,24502,24542,24584,24626,24668,24710,24752,24794,24836,24878,24920,24962,25002,25044,25086,25128,25170,25212,25254,25296,25338,25380,25422,25462,25504,25546,25588,25630,25672,25714,25756,25798,25840,25882,25922,25969,26016,26063,26110,26157,26204,26251,26298,26345,26392,26437,26484,26531,26578,26625,26672,26719,26766,26813,26860,26907,26952,26999,27046,27093,27140,27187,27234,27281,27328,27375,27423,27468,27516,27564,27612,27660,27708,27756,27804,27852,27900,27948,27994,28042,28090,28138,28186,28234,28282,28330,28378,28426,28474,28520,28568,28614,28660,28706",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,43,43,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,47,44,47,47,47,47,47,47,47,47,47,47,45,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13575,13619,13663,13707,13751,13792,13836,13880,13924,13968,14012,14056,14100,14144,14188,14232,14274,14313,14357,14401,14445,14489,14533,14577,14621,14665,14709,14753,14795,14839,14883,14927,14971,15015,15059,15103,15147,15191,15235,15277,15321,15365,15409,15453,15497,15541,15585,15629,15673,15717,15759,15803,15847,15891,15935,15979,16023,16067,16111,16155,16199,16241,16285,16329,16373,16417,16461,16505,16549,16593,16637,16681,16723,16767,16811,16855,16899,16943,16987,17031,17075,17119,17163,17205,17249,17293,17337,17381,17425,17469,17513,17557,17601,17645,17687,17731,17775,17819,17863,17907,17951,17995,18039,18083,18127,18169,18213,18257,18301,18345,18389,18433,18477,18521,18565,18609,18651,18695,18739,18783,18827,18871,18915,18959,19003,19047,19091,19133,19173,19217,19261,19305,19349,19393,19437,19481,19525,19569,19613,19655,19699,19743,19787,19831,19875,19919,19963,20007,20051,20095,20137,20181,20225,20269,20313,20357,20401,20445,20489,20533,20577,20619,20663,20707,20751,20795,20839,20883,20927,20971,21015,21059,21101,21145,21189,21233,21277,21321,21365,21409,21453,21497,21541,21583,21627,21671,21715,21759,21803,21847,21891,21935,21979,22023,22065,22109,22153,22197,22241,22285,22329,22373,22417,22461,22505,22547,22591,22635,22679,22723,22767,22811,22855,22899,22943,22987,23029,23073,23117,23161,23205,23249,23293,23337,23381,23425,23469,23511,23555,23599,23643,23687,23731,23775,23819,23863,23907,23951,23993,24033,24077,24119,24161,24203,24245,24287,24329,24371,24413,24455,24497,24537,24579,24621,24663,24705,24747,24789,24831,24873,24915,24957,24997,25039,25081,25123,25165,25207,25249,25291,25333,25375,25417,25457,25499,25541,25583,25625,25667,25709,25751,25793,25835,25877,25917,25964,26011,26058,26105,26152,26199,26246,26293,26340,26387,26432,26479,26526,26573,26620,26667,26714,26761,26808,26855,26902,26947,26994,27041,27088,27135,27182,27229,27276,27323,27370,27418,27463,27511,27559,27607,27655,27703,27751,27799,27847,27895,27943,27989,28037,28085,28133,28181,28229,28277,28325,28373,28421,28469,28515,28563,28609,28655,28701,28747"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14849,14893,14937,14981,15025,15107,15151,15195,15239,15283,15327,15371,15415,15459,15503,15547,15631,15709,15753,15797,15841,15885,15929,15973,16017,16061,16105,16149,16233,16277,16321,16365,16409,16453,16497,16541,16585,16629,16673,16757,16801,16845,16889,16933,16977,17021,17065,17109,17153,17197,17281,17325,17369,17413,17457,17501,17545,17589,17633,17677,17721,17805,17849,17893,17937,17981,18025,18069,18113,18157,18201,18245,18329,18373,18417,18461,18505,18549,18593,18637,18681,18725,18769,18853,18897,18941,18985,19029,19073,19117,19161,19205,19249,19293,19377,19421,19465,19509,19553,19597,19641,19685,19729,19773,19817,19901,19945,19989,20033,20077,20121,20165,20209,20253,20297,20341,20425,20469,20513,20557,20601,20645,20689,20733,20777,20821,20865,20949,21029,21073,21117,21161,21205,21249,21293,21337,21381,21425,21469,21553,21597,21641,21685,21729,21773,21817,21861,21905,21949,21993,22077,22121,22165,22209,22253,22297,22341,22385,22429,22473,22517,22601,22645,22689,22733,22777,22821,22865,22909,22953,22997,23041,23125,23169,23213,23257,23301,23345,23389,23433,23477,23521,23565,23649,23693,23737,23781,23825,23869,23913,23957,24001,24045,24089,24173,24217,24261,24305,24349,24393,24437,24481,24525,24569,24613,24697,24741,24785,24829,24873,24917,24961,25005,25049,25093,25137,25221,25265,25309,25353,25397,25441,25485,25529,25573,25617,25661,25745,25789,25833,25877,25921,25965,26009,26053,26097,26141,26185,26269,26349,26393,26477,26561,26645,26729,26813,26897,26981,27065,27149,27233,27313,27397,27481,27565,27649,27733,27817,27901,27985,28069,28153,28233,28317,28401,28485,28569,28653,28737,28821,28905,28989,29073,29153,29237,29321,29405,29489,29573,29657,29741,29825,29909,29993,30073,30120,30167,30214,30261,30308,30355,30402,30449,30496,30543,30588,30635,30682,30729,30776,30823,30870,30917,30964,31011,31058,31103,31150,31197,31244,31291,31338,31385,31432,31479,31526,31574,31619,31667,31715,31763,31811,31859,31907,31955,32003,32051,32099,32145,32193,32241,32289,32337,32385,32433,32481,32529,32577,32625,32671,32719,32765,32811,32857",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,43,43,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,47,44,47,47,47,47,47,47,47,47,47,47,45,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14844,14888,14932,14976,15020,15061,15146,15190,15234,15278,15322,15366,15410,15454,15498,15542,15584,15665,15748,15792,15836,15880,15924,15968,16012,16056,16100,16144,16186,16272,16316,16360,16404,16448,16492,16536,16580,16624,16668,16710,16796,16840,16884,16928,16972,17016,17060,17104,17148,17192,17234,17320,17364,17408,17452,17496,17540,17584,17628,17672,17716,17758,17844,17888,17932,17976,18020,18064,18108,18152,18196,18240,18282,18368,18412,18456,18500,18544,18588,18632,18676,18720,18764,18806,18892,18936,18980,19024,19068,19112,19156,19200,19244,19288,19330,19416,19460,19504,19548,19592,19636,19680,19724,19768,19812,19854,19940,19984,20028,20072,20116,20160,20204,20248,20292,20336,20378,20464,20508,20552,20596,20640,20684,20728,20772,20816,20860,20902,20984,21068,21112,21156,21200,21244,21288,21332,21376,21420,21464,21506,21592,21636,21680,21724,21768,21812,21856,21900,21944,21988,22030,22116,22160,22204,22248,22292,22336,22380,22424,22468,22512,22554,22640,22684,22728,22772,22816,22860,22904,22948,22992,23036,23078,23164,23208,23252,23296,23340,23384,23428,23472,23516,23560,23602,23688,23732,23776,23820,23864,23908,23952,23996,24040,24084,24126,24212,24256,24300,24344,24388,24432,24476,24520,24564,24608,24650,24736,24780,24824,24868,24912,24956,25000,25044,25088,25132,25174,25260,25304,25348,25392,25436,25480,25524,25568,25612,25656,25698,25784,25828,25872,25916,25960,26004,26048,26092,26136,26180,26222,26304,26388,26430,26514,26598,26682,26766,26850,26934,27018,27102,27186,27268,27350,27434,27518,27602,27686,27770,27854,27938,28022,28106,28188,28270,28354,28438,28522,28606,28690,28774,28858,28942,29026,29108,29190,29274,29358,29442,29526,29610,29694,29778,29862,29946,30028,30115,30162,30209,30256,30303,30350,30397,30444,30491,30538,30583,30630,30677,30724,30771,30818,30865,30912,30959,31006,31053,31098,31145,31192,31239,31286,31333,31380,31427,31474,31521,31569,31614,31662,31710,31758,31806,31854,31902,31950,31998,32046,32094,32140,32188,32236,32284,32332,32380,32428,32476,32524,32572,32620,32666,32714,32760,32806,32852,32898"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw780dp-v13\\values-sw780dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1407,1446,1488,1530,1572,1614,1656,1698,1740,1782,1824,1866,1906,1948,1990,2032,2074,2116,2158,2200,2242,2284,2326,2366,2408,2450,2492,2534,2576,2618,2660,2702,2744,2786,2826,2868,2910,2952,2994,3036,3078,3120,3162,3204,3246,3286,3328,3370,3412,3454,3496,3538,3580,3622,3664,3706,3746,3788,3830,3872,3914,3956,3998,4040,4082,4124,4166",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1402,1441,1483,1525,1567,1609,1651,1693,1735,1777,1819,1861,1901,1943,1985,2027,2069,2111,2153,2195,2237,2279,2321,2361,2403,2445,2487,2529,2571,2613,2655,2697,2739,2781,2821,2863,2905,2947,2989,3031,3073,3115,3157,3199,3241,3281,3323,3365,3407,3449,3491,3533,3575,3617,3659,3701,3741,3783,3825,3867,3909,3951,3993,4035,4077,4119,4161,4201"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15066,15589,15670,16191,16715,17239,17763,18287,18811,19335,19859,20383,20907,20989,21511,22035,22559,23083,23607,24131,24655,25179,25703,26227,26309,26435,26519,26603,26687,26771,26855,26939,27023,27107,27191,27273,27355,27439,27523,27607,27691,27775,27859,27943,28027,28111,28193,28275,28359,28443,28527,28611,28695,28779,28863,28947,29031,29113,29195,29279,29363,29447,29531,29615,29699,29783,29867,29951,30033",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15102,15626,15704,16228,16752,17276,17800,18324,18848,19372,19896,20420,20944,21024,21548,22072,22596,23120,23644,24168,24692,25216,25740,26264,26344,26472,26556,26640,26724,26808,26892,26976,27060,27144,27228,27308,27392,27476,27560,27644,27728,27812,27896,27980,28064,28148,28228,28312,28396,28480,28564,28648,28732,28816,28900,28984,29068,29148,29232,29316,29400,29484,29568,29652,29736,29820,29904,29988,30068"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-sw660dp-v13_values-sw660dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw660dp-v13\\values-sw660dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16916,16960,17004,17048,17092,17133,17177,17221,17265,17309,17353,17397,17441,17485,17529,17573,17615,17659,17703,17747,17791,17835,17879,17923,17967,18011,18055,18097,18141,18185,18229,18273,18317,18361,18405,18449,18493,18537,18579,18623,18667,18711,18755,18799,18843,18887,18931,18975,19019,19061,19100,19144,19188,19232,19276,19320,19364,19408,19452,19496,19540,19582,19626,19670,19714,19758,19802,19846,19890,19934,19978,20022,20064,20108,20152,20196,20240,20284,20328,20372,20416,20460,20504,20546,20590,20634,20678,20722,20766,20810,20854,20898,20942,20986,21028,21072,21116,21160,21204,21248,21292,21336,21380,21424,21468,21510,21554,21598,21642,21686,21730,21774,21818,21862,21906,21950,21992,22036,22080,22124,22168,22212,22256,22300,22344,22388,22432,22474,22518,22562,22606,22650,22694,22738,22782,22826,22870,22914,22956,23000,23044,23088,23132,23176,23220,23264,23308,23352,23396,23438,23482,23526,23570,23614,23658,23702,23746,23790,23834,23878,23920,23960,24004,24046,24088,24130,24172,24214,24256,24298,24340,24382,24424,24464,24506,24548,24590,24632,24674,24716,24758,24800,24842,24884,24924,24966,25008,25050,25092,25134,25176,25218,25260,25302,25344,25384,25426,25468,25510,25552,25594,25636,25678,25720,25762,25804,25844,25891,25938,25985,26032,26079,26126,26173,26220,26267,26314,26359,26406,26453,26500,26547,26594,26641,26688,26735,26782,26829,26874,26921,26968,27015,27062,27109,27156,27203,27250,27297,27344,27389,27436,27483,27530,27577,27624,27671,27719,27767,27815,27863,27908,27956,28004,28052,28100,28148,28196,28244,28292,28340,28388,28434,28482,28528,28574,28620",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,43,43,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,47,47,47,47,44,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16911,16955,16999,17043,17087,17128,17172,17216,17260,17304,17348,17392,17436,17480,17524,17568,17610,17654,17698,17742,17786,17830,17874,17918,17962,18006,18050,18092,18136,18180,18224,18268,18312,18356,18400,18444,18488,18532,18574,18618,18662,18706,18750,18794,18838,18882,18926,18970,19014,19056,19095,19139,19183,19227,19271,19315,19359,19403,19447,19491,19535,19577,19621,19665,19709,19753,19797,19841,19885,19929,19973,20017,20059,20103,20147,20191,20235,20279,20323,20367,20411,20455,20499,20541,20585,20629,20673,20717,20761,20805,20849,20893,20937,20981,21023,21067,21111,21155,21199,21243,21287,21331,21375,21419,21463,21505,21549,21593,21637,21681,21725,21769,21813,21857,21901,21945,21987,22031,22075,22119,22163,22207,22251,22295,22339,22383,22427,22469,22513,22557,22601,22645,22689,22733,22777,22821,22865,22909,22951,22995,23039,23083,23127,23171,23215,23259,23303,23347,23391,23433,23477,23521,23565,23609,23653,23697,23741,23785,23829,23873,23915,23955,23999,24041,24083,24125,24167,24209,24251,24293,24335,24377,24419,24459,24501,24543,24585,24627,24669,24711,24753,24795,24837,24879,24919,24961,25003,25045,25087,25129,25171,25213,25255,25297,25339,25379,25421,25463,25505,25547,25589,25631,25673,25715,25757,25799,25839,25886,25933,25980,26027,26074,26121,26168,26215,26262,26309,26354,26401,26448,26495,26542,26589,26636,26683,26730,26777,26824,26869,26916,26963,27010,27057,27104,27151,27198,27245,27292,27339,27384,27431,27478,27525,27572,27619,27666,27714,27762,27810,27858,27903,27951,27999,28047,28095,28143,28191,28239,28287,28335,28383,28429,28477,28523,28569,28615,28661"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17486,17529,17572,17615,17658,17740,17783,17826,17869,17912,17955,17998,18041,18084,18127,18170,18252,18295,18338,18381,18424,18467,18511,18555,18599,18643,18687,18769,18813,18857,18901,18945,18989,19033,19077,19121,19165,19209,19293,19337,19381,19425,19469,19513,19557,19601,19645,19689,19733,19817,19861,19905,19949,19993,20037,20081,20125,20169,20213,20257,20341,20385,20429,20473,20517,20561,20605,20649,20693,20737,20781,20865,20943,20987,21031,21075,21119,21163,21207,21251,21295,21339,21383,21467,21511,21555,21599,21643,21687,21731,21775,21819,21863,21907,21991,22035,22079,22123,22167,22211,22255,22299,22343,22387,22431,22515,22559,22603,22647,22691,22735,22779,22823,22867,22911,22955,23039,23083,23127,23171,23215,23259,23303,23347,23391,23435,23479,23563,23607,23651,23695,23739,23783,23827,23871,23915,23959,24003,24087,24131,24175,24219,24263,24307,24351,24395,24439,24483,24527,24611,24655,24699,24743,24787,24831,24875,24919,24963,25007,25051,25135,25179,25223,25267,25311,25355,25399,25443,25487,25531,25575,25659,25703,25747,25791,25835,25879,25923,25967,26011,26055,26099,26183,26263,26307,26391,26475,26559,26643,26727,26811,26895,26979,27063,27147,27227,27311,27395,27479,27563,27647,27731,27815,27899,27983,28067,28147,28231,28315,28399,28483,28567,28651,28735,28819,28903,28987,29067,29151,29235,29319,29403,29487,29571,29655,29739,29823,29907,29987,30034,30081,30128,30175,30222,30269,30316,30363,30410,30457,30502,30549,30596,30643,30690,30737,30784,30831,30878,30925,30972,31017,31064,31111,31158,31205,31252,31299,31346,31393,31440,31487,31532,31579,31626,31673,31720,31767,31814,31862,31910,31958,32006,32051,32099,32147,32195,32243,32291,32339,32387,32435,32483,32531,32577,32625,32671,32717,32763",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,43,43,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,47,47,47,47,44,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17481,17524,17567,17610,17653,17694,17778,17821,17864,17907,17950,17993,18036,18079,18122,18165,18206,18290,18333,18376,18419,18462,18506,18550,18594,18638,18682,18723,18808,18852,18896,18940,18984,19028,19072,19116,19160,19204,19246,19332,19376,19420,19464,19508,19552,19596,19640,19684,19728,19770,19856,19900,19944,19988,20032,20076,20120,20164,20208,20252,20294,20380,20424,20468,20512,20556,20600,20644,20688,20732,20776,20818,20899,20982,21026,21070,21114,21158,21202,21246,21290,21334,21378,21420,21506,21550,21594,21638,21682,21726,21770,21814,21858,21902,21944,22030,22074,22118,22162,22206,22250,22294,22338,22382,22426,22468,22554,22598,22642,22686,22730,22774,22818,22862,22906,22950,22992,23078,23122,23166,23210,23254,23298,23342,23386,23430,23474,23516,23602,23646,23690,23734,23778,23822,23866,23910,23954,23998,24040,24126,24170,24214,24258,24302,24346,24390,24434,24478,24522,24564,24650,24694,24738,24782,24826,24870,24914,24958,25002,25046,25088,25174,25218,25262,25306,25350,25394,25438,25482,25526,25570,25612,25698,25742,25786,25830,25874,25918,25962,26006,26050,26094,26136,26218,26302,26344,26428,26512,26596,26680,26764,26848,26932,27016,27100,27182,27264,27348,27432,27516,27600,27684,27768,27852,27936,28020,28102,28184,28268,28352,28436,28520,28604,28688,28772,28856,28940,29022,29104,29188,29272,29356,29440,29524,29608,29692,29776,29860,29942,30029,30076,30123,30170,30217,30264,30311,30358,30405,30452,30497,30544,30591,30638,30685,30732,30779,30826,30873,30920,30967,31012,31059,31106,31153,31200,31247,31294,31341,31388,31435,31482,31527,31574,31621,31668,31715,31762,31809,31857,31905,31953,32001,32046,32094,32142,32190,32238,32286,32334,32382,32430,32478,32526,32572,32620,32666,32712,32758,32804"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw660dp-v13\\values-sw660dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1733,1775,1817,1859,1898,1940,1982,2024,2066,2108,2150,2192,2234,2276,2318,2358,2400,2442,2484,2526,2568,2610,2652,2694,2736,2778,2818,2860,2902,2944,2986,3028,3070,3112,3154,3196,3238,3278,3320,3362,3404,3446,3488,3530,3572,3614,3656,3698,3738,3780,3822,3864,3906,3948,3990,4032,4074,4116,4158",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1728,1770,1812,1854,1893,1935,1977,2019,2061,2103,2145,2187,2229,2271,2313,2353,2395,2437,2479,2521,2563,2605,2647,2689,2731,2773,2813,2855,2897,2939,2981,3023,3065,3107,3149,3191,3233,3273,3315,3357,3399,3441,3483,3525,3567,3609,3651,3693,3733,3775,3817,3859,3901,3943,3985,4027,4069,4111,4153,4193"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17699,18211,18728,19251,19775,20299,20823,20904,21425,21949,22473,22997,23521,24045,24569,25093,25617,26141,26223,26349,26433,26517,26601,26685,26769,26853,26937,27021,27105,27187,27269,27353,27437,27521,27605,27689,27773,27857,27941,28025,28107,28189,28273,28357,28441,28525,28609,28693,28777,28861,28945,29027,29109,29193,29277,29361,29445,29529,29613,29697,29781,29865,29947",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17735,18247,18764,19288,19812,20336,20860,20938,21462,21986,22510,23034,23558,24082,24606,25130,25654,26178,26258,26386,26470,26554,26638,26722,26806,26890,26974,27058,27142,27222,27306,27390,27474,27558,27642,27726,27810,27894,27978,28062,28142,28226,28310,28394,28478,28562,28646,28730,28814,28898,28982,29062,29146,29230,29314,29398,29482,29566,29650,29734,29818,29902,29982"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-ro_values-ro.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-ro\\values-ro.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "97",
+ "startColumns": "4",
+ "startOffsets": "8232",
+ "endColumns": "100",
+ "endOffsets": "8328"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ro\\values-ro.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,226,330,443,527,631,752,837,917,1008,1101,1196,1290,1390,1483,1578,1672,1763,1855,1938,2050,2158,2258,2372,2478,2584,2748,2851",
+ "endColumns": "120,103,112,83,103,120,84,79,90,92,94,93,99,92,94,93,90,91,82,111,107,99,113,105,105,163,102,83",
+ "endOffsets": "221,325,438,522,626,747,832,912,1003,1096,1191,1285,1385,1478,1573,1667,1758,1850,1933,2045,2153,2253,2367,2473,2579,2743,2846,2930"
+ },
+ "to": {
+ "startLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "371,492,596,709,793,897,1018,1103,1183,1274,1367,1462,1556,1656,1749,1844,1938,2029,2121,2204,2316,2424,2524,2638,2744,2850,3014,8148",
+ "endColumns": "120,103,112,83,103,120,84,79,90,92,94,93,99,92,94,93,90,91,82,111,107,99,113,105,105,163,102,83",
+ "endOffsets": "487,591,704,788,892,1013,1098,1178,1269,1362,1457,1551,1651,1744,1839,1933,2024,2116,2199,2311,2419,2519,2633,2739,2845,3009,3112,8227"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ro\\values-ro.xml",
+ "from": {
+ "startLines": "2,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,321,413,501,588,684,774,875,996,1080,1146,1241,1315,1375,1459,1521,1587,1645,1718,1781,1837,1956,2013,2074,2130,2204,2349,2435,2519,2652,2734,2817,2907,2962,3013,3079,3152,3230,3318,3389,3466,3540,3612,3703,3777,3872,3970,4044,4124,4225,4278,4344,4433,4523,4585,4649,4712,4824,4937,5047,5159,5218,5273",
+ "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "endColumns": "12,91,87,86,95,89,100,120,83,65,94,73,59,83,61,65,57,72,62,55,118,56,60,55,73,144,85,83,132,81,82,89,54,50,65,72,77,87,70,76,73,71,90,73,94,97,73,79,100,52,65,88,89,61,63,62,111,112,109,111,58,54,78",
+ "endOffsets": "316,408,496,583,679,769,870,991,1075,1141,1236,1310,1370,1454,1516,1582,1640,1713,1776,1832,1951,2008,2069,2125,2199,2344,2430,2514,2647,2729,2812,2902,2957,3008,3074,3147,3225,3313,3384,3461,3535,3607,3698,3772,3867,3965,4039,4119,4220,4273,4339,4428,4518,4580,4644,4707,4819,4932,5042,5154,5213,5268,5347"
+ },
+ "to": {
+ "startLines": "2,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3117,3209,3297,3384,3480,3570,3671,3792,3876,3942,4037,4111,4171,4255,4317,4383,4441,4514,4577,4633,4752,4809,4870,4926,5000,5145,5231,5315,5448,5530,5613,5703,5758,5809,5875,5948,6026,6114,6185,6262,6336,6408,6499,6573,6668,6766,6840,6920,7021,7074,7140,7229,7319,7381,7445,7508,7620,7733,7843,7955,8014,8069",
+ "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "endColumns": "12,91,87,86,95,89,100,120,83,65,94,73,59,83,61,65,57,72,62,55,118,56,60,55,73,144,85,83,132,81,82,89,54,50,65,72,77,87,70,76,73,71,90,73,94,97,73,79,100,52,65,88,89,61,63,62,111,112,109,111,58,54,78",
+ "endOffsets": "366,3204,3292,3379,3475,3565,3666,3787,3871,3937,4032,4106,4166,4250,4312,4378,4436,4509,4572,4628,4747,4804,4865,4921,4995,5140,5226,5310,5443,5525,5608,5698,5753,5804,5870,5943,6021,6109,6180,6257,6331,6403,6494,6568,6663,6761,6835,6915,7016,7069,7135,7224,7314,7376,7440,7503,7615,7728,7838,7950,8009,8064,8143"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-iw_values-iw.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-iw\\values-iw.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,364,441,516,593,693,784,877,990,1070,1135,1223,1293,1356,1448,1511,1571,1630,1693,1754,1808,1910,1967,2026,2080,2148,2259,2340,2422,2554,2625,2698,2786,2839,2893,2959,3032,3108,3194,3264,3339,3421,3489,3574,3644,3734,3825,3899,3972,4061,4112,4179,4261,4346,4408,4472,4535,4629,4724,4814,4910,4967,5025",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,76,74,76,99,90,92,112,79,64,87,69,62,91,62,59,58,62,60,53,101,56,58,53,67,110,80,81,131,70,72,87,52,53,65,72,75,85,69,74,81,67,84,69,89,90,73,72,88,50,66,81,84,61,63,62,93,94,89,95,56,57,74",
+ "endOffsets": "359,436,511,588,688,779,872,985,1065,1130,1218,1288,1351,1443,1506,1566,1625,1688,1749,1803,1905,1962,2021,2075,2143,2254,2335,2417,2549,2620,2693,2781,2834,2888,2954,3027,3103,3189,3259,3334,3416,3484,3569,3639,3729,3820,3894,3967,4056,4107,4174,4256,4341,4403,4467,4530,4624,4719,4809,4905,4962,5020,5095"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3070,3147,3222,3299,3399,3490,3583,3696,3776,3841,3929,3999,4062,4154,4217,4277,4336,4399,4460,4514,4616,4673,4732,4786,4854,4965,5046,5128,5260,5331,5404,5492,5545,5599,5665,5738,5814,5900,5970,6045,6127,6195,6280,6350,6440,6531,6605,6678,6767,6818,6885,6967,7052,7114,7178,7241,7335,7430,7520,7616,7673,7731",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,76,74,76,99,90,92,112,79,64,87,69,62,91,62,59,58,62,60,53,101,56,58,53,67,110,80,81,131,70,72,87,52,53,65,72,75,85,69,74,81,67,84,69,89,90,73,72,88,50,66,81,84,61,63,62,93,94,89,95,56,57,74",
+ "endOffsets": "409,3142,3217,3294,3394,3485,3578,3691,3771,3836,3924,3994,4057,4149,4212,4272,4331,4394,4455,4509,4611,4668,4727,4781,4849,4960,5041,5123,5255,5326,5399,5487,5540,5594,5660,5733,5809,5895,5965,6040,6122,6190,6275,6345,6435,6526,6600,6673,6762,6813,6880,6962,7047,7109,7173,7236,7330,7425,7515,7611,7668,7726,7801"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-iw\\values-iw.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "7888",
+ "endColumns": "100",
+ "endOffsets": "7984"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-iw\\values-iw.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,210,310,418,502,604,720,799,877,968,1062,1156,1250,1350,1443,1538,1631,1722,1814,1895,2000,2103,2201,2306,2408,2510,2664,2761",
+ "endColumns": "104,99,107,83,101,115,78,77,90,93,93,93,99,92,94,92,90,91,80,104,102,97,104,101,101,153,96,81",
+ "endOffsets": "205,305,413,497,599,715,794,872,963,1057,1151,1245,1345,1438,1533,1626,1717,1809,1890,1995,2098,2196,2301,2403,2505,2659,2756,2838"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "414,519,619,727,811,913,1029,1108,1186,1277,1371,1465,1559,1659,1752,1847,1940,2031,2123,2204,2309,2412,2510,2615,2717,2819,2973,7806",
+ "endColumns": "104,99,107,83,101,115,78,77,90,93,93,93,99,92,94,92,90,91,80,104,102,97,104,101,101,153,96,81",
+ "endOffsets": "514,614,722,806,908,1024,1103,1181,1272,1366,1460,1554,1654,1747,1842,1935,2026,2118,2199,2304,2407,2505,2610,2712,2814,2968,3065,7883"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-hr_values-hr.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-hr\\values-hr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "97",
+ "startColumns": "4",
+ "startOffsets": "8158",
+ "endColumns": "100",
+ "endOffsets": "8254"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-hr\\values-hr.xml",
+ "from": {
+ "startLines": "2,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,320,398,476,561,658,751,847,977,1061,1129,1225,1293,1356,1464,1524,1590,1646,1717,1777,1831,1957,2014,2076,2130,2205,2339,2424,2505,2642,2726,2812,2903,2959,3014,3080,3154,3232,3320,3392,3469,3549,3623,3716,3789,3881,3977,4051,4127,4223,4275,4342,4429,4516,4578,4642,4705,4811,4912,5009,5113,5173,5232",
+ "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "endColumns": "12,77,77,84,96,92,95,129,83,67,95,67,62,107,59,65,55,70,59,53,125,56,61,53,74,133,84,80,136,83,85,90,55,54,65,73,77,87,71,76,79,73,92,72,91,95,73,75,95,51,66,86,86,61,63,62,105,100,96,103,59,58,79",
+ "endOffsets": "315,393,471,556,653,746,842,972,1056,1124,1220,1288,1351,1459,1519,1585,1641,1712,1772,1826,1952,2009,2071,2125,2200,2334,2419,2500,2637,2721,2807,2898,2954,3009,3075,3149,3227,3315,3387,3464,3544,3618,3711,3784,3876,3972,4046,4122,4218,4270,4337,4424,4511,4573,4637,4700,4806,4907,5004,5108,5168,5227,5307"
+ },
+ "to": {
+ "startLines": "2,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3081,3159,3237,3322,3419,3512,3608,3738,3822,3890,3986,4054,4117,4225,4285,4351,4407,4478,4538,4592,4718,4775,4837,4891,4966,5100,5185,5266,5403,5487,5573,5664,5720,5775,5841,5915,5993,6081,6153,6230,6310,6384,6477,6550,6642,6738,6812,6888,6984,7036,7103,7190,7277,7339,7403,7466,7572,7673,7770,7874,7934,7993",
+ "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "endColumns": "12,77,77,84,96,92,95,129,83,67,95,67,62,107,59,65,55,70,59,53,125,56,61,53,74,133,84,80,136,83,85,90,55,54,65,73,77,87,71,76,79,73,92,72,91,95,73,75,95,51,66,86,86,61,63,62,105,100,96,103,59,58,79",
+ "endOffsets": "365,3154,3232,3317,3414,3507,3603,3733,3817,3885,3981,4049,4112,4220,4280,4346,4402,4473,4533,4587,4713,4770,4832,4886,4961,5095,5180,5261,5398,5482,5568,5659,5715,5770,5836,5910,5988,6076,6148,6225,6305,6379,6472,6545,6637,6733,6807,6883,6979,7031,7098,7185,7272,7334,7398,7461,7567,7668,7765,7869,7929,7988,8068"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-hr\\values-hr.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,210,305,412,498,602,721,806,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1912,2016,2128,2229,2334,2448,2550,2719,2816",
+ "endColumns": "104,94,106,85,103,118,84,81,90,92,94,93,99,92,94,94,90,90,85,103,111,100,104,113,101,168,96,84",
+ "endOffsets": "205,300,407,493,597,716,801,883,974,1067,1162,1256,1356,1449,1544,1639,1730,1821,1907,2011,2123,2224,2329,2443,2545,2714,2811,2896"
+ },
+ "to": {
+ "startLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "370,475,570,677,763,867,986,1071,1153,1244,1337,1432,1526,1626,1719,1814,1909,2000,2091,2177,2281,2393,2494,2599,2713,2815,2984,8073",
+ "endColumns": "104,94,106,85,103,118,84,81,90,92,94,93,99,92,94,94,90,90,85,103,111,100,104,113,101,168,96,84",
+ "endOffsets": "470,565,672,758,862,981,1066,1148,1239,1332,1427,1521,1621,1714,1809,1904,1995,2086,2172,2276,2388,2489,2594,2708,2810,2979,3076,8153"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-zu_values-zu.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-zu\\values-zu.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,320,432,520,623,738,817,894,985,1078,1173,1267,1367,1460,1555,1649,1740,1833,1914,2018,2121,2219,2326,2433,2538,2695,2791",
+ "endColumns": "107,106,111,87,102,114,78,76,90,92,94,93,99,92,94,93,90,92,80,103,102,97,106,106,104,156,95,81",
+ "endOffsets": "208,315,427,515,618,733,812,889,980,1073,1168,1262,1362,1455,1550,1644,1735,1828,1909,2013,2116,2214,2321,2428,2533,2690,2786,2868"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "321,429,536,648,736,839,954,1033,1110,1201,1294,1389,1483,1583,1676,1771,1865,1956,2049,2130,2234,2337,2435,2542,2649,2754,2911,8077",
+ "endColumns": "107,106,111,87,102,114,78,76,90,92,94,93,99,92,94,93,90,92,80,103,102,97,106,106,104,156,95,81",
+ "endOffsets": "424,531,643,731,834,949,1028,1105,1196,1289,1384,1478,1578,1671,1766,1860,1951,2044,2125,2229,2332,2430,2537,2644,2749,2906,3002,8154"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-zu\\values-zu.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,271,349,426,503,597,685,797,923,1004,1071,1174,1249,1312,1404,1475,1540,1607,1679,1751,1805,1926,1985,2049,2103,2180,2312,2397,2478,2627,2714,2797,2889,2945,3003,3069,3141,3218,3309,3389,3468,3543,3622,3712,3785,3879,3976,4050,4123,4222,4277,4345,4433,4522,4584,4648,4711,4820,4925,5028,5137,5197,5259",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,76,76,93,87,111,125,80,66,102,74,62,91,70,64,66,71,71,53,120,58,63,53,76,131,84,80,148,86,82,91,55,57,65,71,76,90,79,78,74,78,89,72,93,96,73,72,98,54,67,87,88,61,63,62,108,104,102,108,59,61,81",
+ "endOffsets": "266,344,421,498,592,680,792,918,999,1066,1169,1244,1307,1399,1470,1535,1602,1674,1746,1800,1921,1980,2044,2098,2175,2307,2392,2473,2622,2709,2792,2884,2940,2998,3064,3136,3213,3304,3384,3463,3538,3617,3707,3780,3874,3971,4045,4118,4217,4272,4340,4428,4517,4579,4643,4706,4815,4920,5023,5132,5192,5254,5336"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3007,3085,3162,3239,3333,3421,3533,3659,3740,3807,3910,3985,4048,4140,4211,4276,4343,4415,4487,4541,4662,4721,4785,4839,4916,5048,5133,5214,5363,5450,5533,5625,5681,5739,5805,5877,5954,6045,6125,6204,6279,6358,6448,6521,6615,6712,6786,6859,6958,7013,7081,7169,7258,7320,7384,7447,7556,7661,7764,7873,7933,7995",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,76,76,93,87,111,125,80,66,102,74,62,91,70,64,66,71,71,53,120,58,63,53,76,131,84,80,148,86,82,91,55,57,65,71,76,90,79,78,74,78,89,72,93,96,73,72,98,54,67,87,88,61,63,62,108,104,102,108,59,61,81",
+ "endOffsets": "316,3080,3157,3234,3328,3416,3528,3654,3735,3802,3905,3980,4043,4135,4206,4271,4338,4410,4482,4536,4657,4716,4780,4834,4911,5043,5128,5209,5358,5445,5528,5620,5676,5734,5800,5872,5949,6040,6120,6199,6274,6353,6443,6516,6610,6707,6781,6854,6953,7008,7076,7164,7253,7315,7379,7442,7551,7656,7759,7868,7928,7990,8072"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-zu\\values-zu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8159",
+ "endColumns": "100",
+ "endOffsets": "8255"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-am_values-am.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-am\\values-am.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7563",
+ "endColumns": "100",
+ "endOffsets": "7659"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-am\\values-am.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,261,332,400,475,557,638,727,829,906,970,1055,1117,1175,1260,1323,1385,1443,1509,1571,1626,1722,1779,1838,1894,1961,2066,2146,2227,2356,2429,2500,2582,2633,2684,2750,2816,2889,2970,3038,3111,3182,3249,3334,3401,3488,3576,3650,3718,3803,3854,3918,3998,4080,4142,4206,4269,4364,4453,4538,4629,4684,4739",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,70,67,74,81,80,88,101,76,63,84,61,57,84,62,61,57,65,61,54,95,56,58,55,66,104,79,80,128,72,70,81,50,50,65,65,72,80,67,72,70,66,84,66,86,87,73,67,84,50,63,79,81,61,63,62,94,88,84,90,54,54,75",
+ "endOffsets": "256,327,395,470,552,633,722,824,901,965,1050,1112,1170,1255,1318,1380,1438,1504,1566,1621,1717,1774,1833,1889,1956,2061,2141,2222,2351,2424,2495,2577,2628,2679,2745,2811,2884,2965,3033,3106,3177,3244,3329,3396,3483,3571,3645,3713,3798,3849,3913,3993,4075,4137,4201,4264,4359,4448,4533,4624,4679,4734,4810"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2929,3000,3068,3143,3225,3306,3395,3497,3574,3638,3723,3785,3843,3928,3991,4053,4111,4177,4239,4294,4390,4447,4506,4562,4629,4734,4814,4895,5024,5097,5168,5250,5301,5352,5418,5484,5557,5638,5706,5779,5850,5917,6002,6069,6156,6244,6318,6386,6471,6522,6586,6666,6748,6810,6874,6937,7032,7121,7206,7297,7352,7407",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,70,67,74,81,80,88,101,76,63,84,61,57,84,62,61,57,65,61,54,95,56,58,55,66,104,79,80,128,72,70,81,50,50,65,65,72,80,67,72,70,66,84,66,86,87,73,67,84,50,63,79,81,61,63,62,94,88,84,90,54,54,75",
+ "endOffsets": "306,2995,3063,3138,3220,3301,3390,3492,3569,3633,3718,3780,3838,3923,3986,4048,4106,4172,4234,4289,4385,4442,4501,4557,4624,4729,4809,4890,5019,5092,5163,5245,5296,5347,5413,5479,5552,5633,5701,5774,5845,5912,5997,6064,6151,6239,6313,6381,6466,6517,6581,6661,6743,6805,6869,6932,7027,7116,7201,7292,7347,7402,7478"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-am\\values-am.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,203,301,407,493,596,713,791,867,958,1051,1143,1237,1337,1430,1525,1618,1709,1800,1880,1980,2080,2176,2278,2378,2477,2627,2723",
+ "endColumns": "97,97,105,85,102,116,77,75,90,92,91,93,99,92,94,92,90,90,79,99,99,95,101,99,98,149,95,79",
+ "endOffsets": "198,296,402,488,591,708,786,862,953,1046,1138,1232,1332,1425,1520,1613,1704,1795,1875,1975,2075,2171,2273,2373,2472,2622,2718,2798"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "311,409,507,613,699,802,919,997,1073,1164,1257,1349,1443,1543,1636,1731,1824,1915,2006,2086,2186,2286,2382,2484,2584,2683,2833,7483",
+ "endColumns": "97,97,105,85,102,116,77,75,90,92,91,93,99,92,94,92,90,90,79,99,99,95,101,99,98,149,95,79",
+ "endOffsets": "404,502,608,694,797,914,992,1068,1159,1252,1344,1438,1538,1631,1726,1819,1910,2001,2081,2181,2281,2377,2479,2579,2678,2828,2924,7558"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-sw600dp-v13_values-sw600dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,10,11,12,13,14",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,115,185,256,328,386,444,553,617,673,732,795",
+ "endLines": "2,3,4,5,6,7,9,10,11,12,13,17",
+ "endColumns": "59,69,70,71,57,57,10,63,55,58,62,10",
+ "endOffsets": "110,180,251,323,381,439,548,612,668,727,790,962"
+ },
+ "to": {
+ "startLines": "770,771,772,773,774,775,776,778,779,780,781,782",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "33308,33368,33438,33509,33581,33639,33697,33806,33870,33926,33985,34048",
+ "endLines": "770,771,772,773,774,775,777,778,779,780,781,785",
+ "endColumns": "59,69,70,71,57,57,10,63,55,58,62,10",
+ "endOffsets": "33363,33433,33504,33576,33634,33692,33801,33865,33921,33980,34043,34215"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16915,16958,17001,17044,17087,17128,17171,17214,17257,17300,17343,17386,17429,17472,17515,17558,17599,17642,17685,17728,17771,17814,17857,17900,17943,17986,18029,18070,18113,18156,18199,18242,18285,18328,18371,18414,18457,18500,18541,18584,18627,18670,18713,18756,18799,18842,18885,18928,18971,19012,19051,19095,19139,19183,19227,19271,19315,19359,19403,19447,19491,19533,19577,19621,19665,19709,19753,19797,19841,19885,19929,19973,20015,20059,20103,20147,20191,20235,20279,20323,20367,20411,20455,20497,20541,20585,20629,20673,20717,20761,20805,20849,20893,20937,20979,21023,21067,21111,21155,21199,21243,21287,21331,21375,21419,21461,21505,21549,21593,21637,21681,21725,21769,21813,21857,21901,21943,21987,22031,22075,22119,22163,22207,22251,22295,22339,22383,22425,22469,22513,22557,22601,22645,22689,22733,22777,22821,22865,22907,22951,22995,23039,23083,23127,23171,23215,23259,23303,23347,23389,23433,23477,23521,23565,23609,23653,23697,23741,23785,23829,23871,23911,23955,23997,24039,24081,24123,24165,24207,24249,24291,24333,24375,24415,24457,24499,24541,24583,24625,24667,24709,24751,24793,24835,24875,24917,24959,25001,25043,25085,25127,25169,25211,25253,25295,25335,25377,25419,25461,25503,25545,25587,25629,25671,25713,25755,25795,25842,25889,25936,25983,26030,26077,26124,26171,26218,26265,26310,26357,26404,26451,26498,26545,26592,26639,26686,26733,26780,26825,26872,26919,26966,27013,27060,27107,27154,27201,27248,27295,27340,27387,27434,27481,27528,27575,27622,27669,27716,27763,27810,27855,27903,27951,27999,28047,28095,28143,28191,28239,28287,28335,28381,28429,28475,28521,28567",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16910,16953,16996,17039,17082,17123,17166,17209,17252,17295,17338,17381,17424,17467,17510,17553,17594,17637,17680,17723,17766,17809,17852,17895,17938,17981,18024,18065,18108,18151,18194,18237,18280,18323,18366,18409,18452,18495,18536,18579,18622,18665,18708,18751,18794,18837,18880,18923,18966,19007,19046,19090,19134,19178,19222,19266,19310,19354,19398,19442,19486,19528,19572,19616,19660,19704,19748,19792,19836,19880,19924,19968,20010,20054,20098,20142,20186,20230,20274,20318,20362,20406,20450,20492,20536,20580,20624,20668,20712,20756,20800,20844,20888,20932,20974,21018,21062,21106,21150,21194,21238,21282,21326,21370,21414,21456,21500,21544,21588,21632,21676,21720,21764,21808,21852,21896,21938,21982,22026,22070,22114,22158,22202,22246,22290,22334,22378,22420,22464,22508,22552,22596,22640,22684,22728,22772,22816,22860,22902,22946,22990,23034,23078,23122,23166,23210,23254,23298,23342,23384,23428,23472,23516,23560,23604,23648,23692,23736,23780,23824,23866,23906,23950,23992,24034,24076,24118,24160,24202,24244,24286,24328,24370,24410,24452,24494,24536,24578,24620,24662,24704,24746,24788,24830,24870,24912,24954,24996,25038,25080,25122,25164,25206,25248,25290,25330,25372,25414,25456,25498,25540,25582,25624,25666,25708,25750,25790,25837,25884,25931,25978,26025,26072,26119,26166,26213,26260,26305,26352,26399,26446,26493,26540,26587,26634,26681,26728,26775,26820,26867,26914,26961,27008,27055,27102,27149,27196,27243,27290,27335,27382,27429,27476,27523,27570,27617,27664,27711,27758,27805,27850,27898,27946,27994,28042,28090,28138,28186,28234,28282,28330,28376,28424,28470,28516,28562,28608"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17486,17529,17572,17615,17658,17740,17783,17826,17869,17912,17955,17998,18041,18084,18127,18170,18252,18295,18338,18381,18424,18467,18510,18553,18596,18639,18682,18764,18807,18850,18893,18936,18979,19022,19065,19108,19151,19194,19276,19319,19362,19405,19448,19491,19534,19577,19620,19663,19706,19788,19831,19874,19917,19960,20003,20046,20089,20132,20175,20218,20300,20343,20386,20429,20472,20515,20558,20601,20644,20687,20730,20812,20890,20934,20978,21022,21066,21110,21154,21198,21242,21286,21330,21414,21458,21502,21546,21590,21634,21678,21722,21766,21810,21854,21938,21982,22026,22070,22114,22158,22202,22246,22290,22334,22378,22462,22506,22550,22594,22638,22682,22726,22770,22814,22858,22902,22986,23030,23074,23118,23162,23206,23250,23294,23338,23382,23426,23510,23554,23598,23642,23686,23730,23774,23818,23862,23906,23950,24034,24078,24122,24166,24210,24254,24298,24342,24386,24430,24474,24558,24602,24646,24690,24734,24778,24822,24866,24910,24954,24998,25082,25126,25170,25214,25258,25302,25346,25390,25434,25478,25522,25606,25650,25694,25738,25782,25826,25870,25914,25958,26002,26046,26130,26210,26254,26338,26422,26506,26590,26674,26758,26842,26926,27010,27094,27174,27258,27342,27426,27510,27594,27678,27762,27846,27930,28014,28094,28178,28262,28346,28430,28514,28598,28682,28766,28850,28934,29014,29098,29182,29266,29350,29434,29518,29602,29686,29770,29854,29934,29981,30028,30075,30122,30169,30216,30263,30310,30357,30404,30449,30496,30543,30590,30637,30684,30731,30778,30825,30872,30919,30964,31011,31058,31105,31152,31199,31246,31293,31340,31387,31434,31479,31526,31573,31620,31667,31714,31761,31808,31855,31902,31949,31994,32042,32090,32138,32186,32234,32282,32330,32378,32426,32474,32520,32568,32614,32660,32706",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17481,17524,17567,17610,17653,17694,17778,17821,17864,17907,17950,17993,18036,18079,18122,18165,18206,18290,18333,18376,18419,18462,18505,18548,18591,18634,18677,18718,18802,18845,18888,18931,18974,19017,19060,19103,19146,19189,19230,19314,19357,19400,19443,19486,19529,19572,19615,19658,19701,19742,19826,19869,19912,19955,19998,20041,20084,20127,20170,20213,20254,20338,20381,20424,20467,20510,20553,20596,20639,20682,20725,20766,20846,20929,20973,21017,21061,21105,21149,21193,21237,21281,21325,21367,21453,21497,21541,21585,21629,21673,21717,21761,21805,21849,21891,21977,22021,22065,22109,22153,22197,22241,22285,22329,22373,22415,22501,22545,22589,22633,22677,22721,22765,22809,22853,22897,22939,23025,23069,23113,23157,23201,23245,23289,23333,23377,23421,23463,23549,23593,23637,23681,23725,23769,23813,23857,23901,23945,23987,24073,24117,24161,24205,24249,24293,24337,24381,24425,24469,24511,24597,24641,24685,24729,24773,24817,24861,24905,24949,24993,25035,25121,25165,25209,25253,25297,25341,25385,25429,25473,25517,25559,25645,25689,25733,25777,25821,25865,25909,25953,25997,26041,26083,26165,26249,26291,26375,26459,26543,26627,26711,26795,26879,26963,27047,27129,27211,27295,27379,27463,27547,27631,27715,27799,27883,27967,28049,28131,28215,28299,28383,28467,28551,28635,28719,28803,28887,28969,29051,29135,29219,29303,29387,29471,29555,29639,29723,29807,29889,29976,30023,30070,30117,30164,30211,30258,30305,30352,30399,30444,30491,30538,30585,30632,30679,30726,30773,30820,30867,30914,30959,31006,31053,31100,31147,31194,31241,31288,31335,31382,31429,31474,31521,31568,31615,31662,31709,31756,31803,31850,31897,31944,31989,32037,32085,32133,32181,32229,32277,32325,32373,32421,32469,32515,32563,32609,32655,32701,32747"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1732,1773,1814,1855,1894,1936,1978,2020,2062,2104,2146,2188,2230,2272,2314,2354,2396,2438,2480,2522,2564,2606,2648,2690,2732,2774,2814,2856,2898,2940,2982,3024,3066,3108,3150,3192,3234,3274,3316,3358,3400,3442,3484,3526,3568,3610,3652,3694,3734,3776,3818,3860,3902,3944,3986,4028,4070,4112,4154",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1727,1768,1809,1850,1889,1931,1973,2015,2057,2099,2141,2183,2225,2267,2309,2349,2391,2433,2475,2517,2559,2601,2643,2685,2727,2769,2809,2851,2893,2935,2977,3019,3061,3103,3145,3187,3229,3269,3311,3353,3395,3437,3479,3521,3563,3605,3647,3689,3729,3771,3813,3855,3897,3939,3981,4023,4065,4107,4149,4189"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17699,18211,18723,19235,19747,20259,20771,20851,21372,21896,22420,22944,23468,23992,24516,25040,25564,26088,26170,26296,26380,26464,26548,26632,26716,26800,26884,26968,27052,27134,27216,27300,27384,27468,27552,27636,27720,27804,27888,27972,28054,28136,28220,28304,28388,28472,28556,28640,28724,28808,28892,28974,29056,29140,29224,29308,29392,29476,29560,29644,29728,29812,29894",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17735,18247,18759,19271,19783,20295,20807,20885,21409,21933,22457,22981,23505,24029,24553,25077,25601,26125,26205,26333,26417,26501,26585,26669,26753,26837,26921,27005,27089,27169,27253,27337,27421,27505,27589,27673,27757,27841,27925,28009,28089,28173,28257,28341,28425,28509,28593,28677,28761,28845,28929,29009,29093,29177,29261,29345,29429,29513,29597,29681,29765,29849,29929"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,124,193,263,337,413,472,543",
+ "endColumns": "68,68,69,73,75,58,70,67",
+ "endOffsets": "119,188,258,332,408,467,538,606"
+ },
+ "to": {
+ "startLines": "762,763,764,765,766,767,768,769",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "32752,32821,32890,32960,33034,33110,33169,33240",
+ "endColumns": "68,68,69,73,75,58,70,67",
+ "endOffsets": "32816,32885,32955,33029,33105,33164,33235,33303"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-h360dp-land-v13\\values-h360dp-land-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,114,170,226,293,358,413,478,547",
+ "endColumns": "58,55,55,66,64,54,64,68,68",
+ "endOffsets": "109,165,221,288,353,408,473,542,611"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-kk_values-kk.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-kk\\values-kk.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,318,428,513,619,738,818,895,986,1079,1174,1268,1368,1461,1556,1653,1744,1835,1916,2021,2124,2222,2329,2435,2535,2701,2796",
+ "endColumns": "107,104,109,84,105,118,79,76,90,92,94,93,99,92,94,96,90,90,80,104,102,97,106,105,99,165,94,81",
+ "endOffsets": "208,313,423,508,614,733,813,890,981,1074,1169,1263,1363,1456,1551,1648,1739,1830,1911,2016,2119,2217,2324,2430,2530,2696,2791,2873"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "323,431,536,646,731,837,956,1036,1113,1204,1297,1392,1486,1586,1679,1774,1871,1962,2053,2134,2239,2342,2440,2547,2653,2753,2919,7909",
+ "endColumns": "107,104,109,84,105,118,79,76,90,92,94,93,99,92,94,96,90,90,80,104,102,97,106,105,99,165,94,81",
+ "endOffsets": "426,531,641,726,832,951,1031,1108,1199,1292,1387,1481,1581,1674,1769,1866,1957,2048,2129,2234,2337,2435,2542,2648,2748,2914,3009,7986"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-kk\\values-kk.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,273,351,427,506,600,688,780,892,974,1038,1133,1203,1266,1373,1438,1505,1566,1633,1695,1749,1863,1922,1983,2037,2112,2238,2326,2415,2557,2629,2702,2791,2848,2904,2970,3041,3118,3204,3276,3352,3433,3503,3590,3662,3753,3846,3920,3995,4087,4139,4205,4289,4375,4437,4501,4564,4668,4768,4862,4963,5024,5084",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,75,78,93,87,91,111,81,63,94,69,62,106,64,66,60,66,61,53,113,58,60,53,74,125,87,88,141,71,72,88,56,55,65,70,76,85,71,75,80,69,86,71,90,92,73,74,91,51,65,83,85,61,63,62,103,99,93,100,60,59,83",
+ "endOffsets": "268,346,422,501,595,683,775,887,969,1033,1128,1198,1261,1368,1433,1500,1561,1628,1690,1744,1858,1917,1978,2032,2107,2233,2321,2410,2552,2624,2697,2786,2843,2899,2965,3036,3113,3199,3271,3347,3428,3498,3585,3657,3748,3841,3915,3990,4082,4134,4200,4284,4370,4432,4496,4559,4663,4763,4857,4958,5019,5079,5163"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3014,3092,3168,3247,3341,3429,3521,3633,3715,3779,3874,3944,4007,4114,4179,4246,4307,4374,4436,4490,4604,4663,4724,4778,4853,4979,5067,5156,5298,5370,5443,5532,5589,5645,5711,5782,5859,5945,6017,6093,6174,6244,6331,6403,6494,6587,6661,6736,6828,6880,6946,7030,7116,7178,7242,7305,7409,7509,7603,7704,7765,7825",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,75,78,93,87,91,111,81,63,94,69,62,106,64,66,60,66,61,53,113,58,60,53,74,125,87,88,141,71,72,88,56,55,65,70,76,85,71,75,80,69,86,71,90,92,73,74,91,51,65,83,85,61,63,62,103,99,93,100,60,59,83",
+ "endOffsets": "318,3087,3163,3242,3336,3424,3516,3628,3710,3774,3869,3939,4002,4109,4174,4241,4302,4369,4431,4485,4599,4658,4719,4773,4848,4974,5062,5151,5293,5365,5438,5527,5584,5640,5706,5777,5854,5940,6012,6088,6169,6239,6326,6398,6489,6582,6656,6731,6823,6875,6941,7025,7111,7173,7237,7300,7404,7504,7598,7699,7760,7820,7904"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-kk\\values-kk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7991",
+ "endColumns": "100",
+ "endOffsets": "8087"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-lv_values-lv.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-lv\\values-lv.xml",
+ "from": {
+ "startLines": "2,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,324,411,496,577,682,770,871,1005,1088,1153,1247,1320,1381,1506,1572,1640,1701,1773,1833,1887,2007,2067,2129,2183,2260,2390,2477,2559,2700,2780,2865,2956,3010,3063,3129,3203,3284,3368,3441,3518,3595,3669,3762,3837,3927,4018,4090,4168,4259,4313,4381,4465,4552,4614,4678,4741,4851,4964,5067,5179,5237,5294",
+ "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "endColumns": "12,86,84,80,104,87,100,133,82,64,93,72,60,124,65,67,60,71,59,53,119,59,61,53,76,129,86,81,140,79,84,90,53,52,65,73,80,83,72,76,76,73,92,74,89,90,71,77,90,53,67,83,86,61,63,62,109,112,102,111,57,56,76",
+ "endOffsets": "319,406,491,572,677,765,866,1000,1083,1148,1242,1315,1376,1501,1567,1635,1696,1768,1828,1882,2002,2062,2124,2178,2255,2385,2472,2554,2695,2775,2860,2951,3005,3058,3124,3198,3279,3363,3436,3513,3590,3664,3757,3832,3922,4013,4085,4163,4254,4308,4376,4460,4547,4609,4673,4736,4846,4959,5062,5174,5232,5289,5366"
+ },
+ "to": {
+ "startLines": "2,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3258,3345,3430,3511,3616,3704,3805,3939,4022,4087,4181,4254,4315,4440,4506,4574,4635,4707,4767,4821,4941,5001,5063,5117,5194,5324,5411,5493,5634,5714,5799,5890,5944,5997,6063,6137,6218,6302,6375,6452,6529,6603,6696,6771,6861,6952,7024,7102,7193,7247,7315,7399,7486,7548,7612,7675,7785,7898,8001,8113,8171,8228",
+ "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "endColumns": "12,86,84,80,104,87,100,133,82,64,93,72,60,124,65,67,60,71,59,53,119,59,61,53,76,129,86,81,140,79,84,90,53,52,65,73,80,83,72,76,76,73,92,74,89,90,71,77,90,53,67,83,86,61,63,62,109,112,102,111,57,56,76",
+ "endOffsets": "369,3340,3425,3506,3611,3699,3800,3934,4017,4082,4176,4249,4310,4435,4501,4569,4630,4702,4762,4816,4936,4996,5058,5112,5189,5319,5406,5488,5629,5709,5794,5885,5939,5992,6058,6132,6213,6297,6370,6447,6524,6598,6691,6766,6856,6947,7019,7097,7188,7242,7310,7394,7481,7543,7607,7670,7780,7893,7996,8108,8166,8223,8300"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-lv\\values-lv.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "97",
+ "startColumns": "4",
+ "startOffsets": "8388",
+ "endColumns": "100",
+ "endOffsets": "8484"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-lv\\values-lv.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,225,335,444,530,634,756,838,918,1028,1136,1242,1351,1462,1565,1677,1784,1889,1989,2074,2183,2294,2393,2504,2611,2716,2890,2989",
+ "endColumns": "119,109,108,85,103,121,81,79,109,107,105,108,110,102,111,106,104,99,84,108,110,98,110,106,104,173,98,82",
+ "endOffsets": "220,330,439,525,629,751,833,913,1023,1131,1237,1346,1457,1560,1672,1779,1884,1984,2069,2178,2289,2388,2499,2606,2711,2885,2984,3067"
+ },
+ "to": {
+ "startLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "374,494,604,713,799,903,1025,1107,1187,1297,1405,1511,1620,1731,1834,1946,2053,2158,2258,2343,2452,2563,2662,2773,2880,2985,3159,8305",
+ "endColumns": "119,109,108,85,103,121,81,79,109,107,105,108,110,102,111,106,104,99,84,108,110,98,110,106,104,173,98,82",
+ "endOffsets": "489,599,708,794,898,1020,1102,1182,1292,1400,1506,1615,1726,1829,1941,2048,2153,2253,2338,2447,2558,2657,2768,2875,2980,3154,3253,8383"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-uk_values-uk.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-uk\\values-uk.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,374,452,530,618,726,817,913,1029,1112,1179,1270,1336,1399,1487,1549,1616,1674,1745,1804,1858,1972,2032,2095,2149,2222,2341,2427,2510,2649,2734,2821,2909,2966,3017,3083,3155,3231,3321,3394,3471,3552,3626,3716,3795,3886,3982,4056,4137,4232,4286,4352,4439,4525,4587,4651,4714,4821,4913,5011,5103,5164,5219",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,77,77,87,107,90,95,115,82,66,90,65,62,87,61,66,57,70,58,53,113,59,62,53,72,118,85,82,138,84,86,87,56,50,65,71,75,89,72,76,80,73,89,78,90,95,73,80,94,53,65,86,85,61,63,62,106,91,97,91,60,54,81",
+ "endOffsets": "369,447,525,613,721,812,908,1024,1107,1174,1265,1331,1394,1482,1544,1611,1669,1740,1799,1853,1967,2027,2090,2144,2217,2336,2422,2505,2644,2729,2816,2904,2961,3012,3078,3150,3226,3316,3389,3466,3547,3621,3711,3790,3881,3977,4051,4132,4227,4281,4347,4434,4520,4582,4646,4709,4816,4908,5006,5098,5159,5214,5296"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3148,3226,3304,3392,3500,3591,3687,3803,3886,3953,4044,4110,4173,4261,4323,4390,4448,4519,4578,4632,4746,4806,4869,4923,4996,5115,5201,5284,5423,5508,5595,5683,5740,5791,5857,5929,6005,6095,6168,6245,6326,6400,6490,6569,6660,6756,6830,6911,7006,7060,7126,7213,7299,7361,7425,7488,7595,7687,7785,7877,7938,7993",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,77,77,87,107,90,95,115,82,66,90,65,62,87,61,66,57,70,58,53,113,59,62,53,72,118,85,82,138,84,86,87,56,50,65,71,75,89,72,76,80,73,89,78,90,95,73,80,94,53,65,86,85,61,63,62,106,91,97,91,60,54,81",
+ "endOffsets": "419,3221,3299,3387,3495,3586,3682,3798,3881,3948,4039,4105,4168,4256,4318,4385,4443,4514,4573,4627,4741,4801,4864,4918,4991,5110,5196,5279,5418,5503,5590,5678,5735,5786,5852,5924,6000,6090,6163,6240,6321,6395,6485,6564,6655,6751,6825,6906,7001,7055,7121,7208,7294,7356,7420,7483,7590,7682,7780,7872,7933,7988,8070"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-uk\\values-uk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8157",
+ "endColumns": "100",
+ "endOffsets": "8253"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-uk\\values-uk.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,214,316,424,510,615,733,814,893,984,1077,1172,1266,1366,1459,1554,1649,1740,1831,1930,2036,2142,2240,2347,2454,2559,2729,2829",
+ "endColumns": "108,101,107,85,104,117,80,78,90,92,94,93,99,92,94,94,90,90,98,105,105,97,106,106,104,169,99,81",
+ "endOffsets": "209,311,419,505,610,728,809,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1925,2031,2137,2235,2342,2449,2554,2724,2824,2906"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "424,533,635,743,829,934,1052,1133,1212,1303,1396,1491,1585,1685,1778,1873,1968,2059,2150,2249,2355,2461,2559,2666,2773,2878,3048,8075",
+ "endColumns": "108,101,107,85,104,117,80,78,90,92,94,93,99,92,94,94,90,90,98,105,105,97,106,106,104,169,99,81",
+ "endOffsets": "528,630,738,824,929,1047,1128,1207,1298,1391,1486,1580,1680,1773,1868,1963,2054,2145,2244,2350,2456,2554,2661,2768,2873,3043,3143,8152"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-mk_values-mk.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-mk\\values-mk.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,271,352,432,514,611,700,796,920,1007,1073,1164,1234,1298,1401,1464,1529,1589,1657,1720,1775,1903,1960,2022,2077,2152,2292,2379,2462,2595,2677,2762,2849,2903,2958,3024,3097,3173,3262,3335,3411,3486,3556,3644,3719,3811,3903,3977,4051,4143,4196,4263,4346,4433,4495,4559,4622,4736,4843,4945,5056,5114,5173",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,79,81,96,88,95,123,86,65,90,69,63,102,62,64,59,67,62,54,127,56,61,54,74,139,86,82,132,81,84,86,53,54,65,72,75,88,72,75,74,69,87,74,91,91,73,73,91,52,66,82,86,61,63,62,113,106,101,110,57,58,84",
+ "endOffsets": "266,347,427,509,606,695,791,915,1002,1068,1159,1229,1293,1396,1459,1524,1584,1652,1715,1770,1898,1955,2017,2072,2147,2287,2374,2457,2590,2672,2757,2844,2898,2953,3019,3092,3168,3257,3330,3406,3481,3551,3639,3714,3806,3898,3972,4046,4138,4191,4258,4341,4428,4490,4554,4617,4731,4838,4940,5051,5109,5168,5253"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3036,3117,3197,3279,3376,3465,3561,3685,3772,3838,3929,3999,4063,4166,4229,4294,4354,4422,4485,4540,4668,4725,4787,4842,4917,5057,5144,5227,5360,5442,5527,5614,5668,5723,5789,5862,5938,6027,6100,6176,6251,6321,6409,6484,6576,6668,6742,6816,6908,6961,7028,7111,7198,7260,7324,7387,7501,7608,7710,7821,7879,7938",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,79,81,96,88,95,123,86,65,90,69,63,102,62,64,59,67,62,54,127,56,61,54,74,139,86,82,132,81,84,86,53,54,65,72,75,88,72,75,74,69,87,74,91,91,73,73,91,52,66,82,86,61,63,62,113,106,101,110,57,58,84",
+ "endOffsets": "316,3112,3192,3274,3371,3460,3556,3680,3767,3833,3924,3994,4058,4161,4224,4289,4349,4417,4480,4535,4663,4720,4782,4837,4912,5052,5139,5222,5355,5437,5522,5609,5663,5718,5784,5857,5933,6022,6095,6171,6246,6316,6404,6479,6571,6663,6737,6811,6903,6956,7023,7106,7193,7255,7319,7382,7496,7603,7705,7816,7874,7933,8018"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-mk\\values-mk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8108",
+ "endColumns": "100",
+ "endOffsets": "8204"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-mk\\values-mk.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,317,425,511,619,738,822,903,994,1087,1183,1277,1377,1470,1565,1661,1752,1843,1930,2036,2142,2243,2350,2462,2566,2722,2820",
+ "endColumns": "107,103,107,85,107,118,83,80,90,92,95,93,99,92,94,95,90,90,86,105,105,100,106,111,103,155,97,84",
+ "endOffsets": "208,312,420,506,614,733,817,898,989,1082,1178,1272,1372,1465,1560,1656,1747,1838,1925,2031,2137,2238,2345,2457,2561,2717,2815,2900"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "321,429,533,641,727,835,954,1038,1119,1210,1303,1399,1493,1593,1686,1781,1877,1968,2059,2146,2252,2358,2459,2566,2678,2782,2938,8023",
+ "endColumns": "107,103,107,85,107,118,83,80,90,92,95,93,99,92,94,95,90,90,86,105,105,100,106,111,103,155,97,84",
+ "endOffsets": "424,528,636,722,830,949,1033,1114,1205,1298,1394,1488,1588,1681,1776,1872,1963,2054,2141,2247,2353,2454,2561,2673,2777,2933,3031,8103"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-is_values-is.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-is\\values-is.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,205,302,414,499,600,714,795,874,965,1058,1151,1245,1351,1444,1539,1634,1725,1819,1900,2010,2117,2214,2323,2423,2526,2681,2779",
+ "endColumns": "99,96,111,84,100,113,80,78,90,92,92,93,105,92,94,94,90,93,80,109,106,96,108,99,102,154,97,80",
+ "endOffsets": "200,297,409,494,595,709,790,869,960,1053,1146,1240,1346,1439,1534,1629,1720,1814,1895,2005,2112,2209,2318,2418,2521,2676,2774,2855"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "320,420,517,629,714,815,929,1010,1089,1180,1273,1366,1460,1566,1659,1754,1849,1940,2034,2115,2225,2332,2429,2538,2638,2741,2896,7849",
+ "endColumns": "99,96,111,84,100,113,80,78,90,92,92,93,105,92,94,94,90,93,80,109,106,96,108,99,102,154,97,80",
+ "endOffsets": "415,512,624,709,810,924,1005,1084,1175,1268,1361,1455,1561,1654,1749,1844,1935,2029,2110,2220,2327,2424,2533,2633,2736,2891,2989,7925"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-is\\values-is.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7930",
+ "endColumns": "100",
+ "endOffsets": "8026"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-is\\values-is.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,270,344,416,495,577,657,754,869,951,1016,1104,1168,1229,1319,1383,1446,1508,1576,1640,1696,1819,1884,1946,2002,2073,2200,2284,2368,2504,2581,2658,2745,2802,2857,2923,2999,3079,3168,3235,3309,3379,3445,3531,3601,3692,3782,3856,3929,4018,4069,4141,4222,4308,4370,4434,4497,4611,4714,4822,4925,4986,5045",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,73,71,78,81,79,96,114,81,64,87,63,60,89,63,62,61,67,63,55,122,64,61,55,70,126,83,83,135,76,76,86,56,54,65,75,79,88,66,73,69,65,85,69,90,89,73,72,88,50,71,80,85,61,63,62,113,102,107,102,60,58,79",
+ "endOffsets": "265,339,411,490,572,652,749,864,946,1011,1099,1163,1224,1314,1378,1441,1503,1571,1635,1691,1814,1879,1941,1997,2068,2195,2279,2363,2499,2576,2653,2740,2797,2852,2918,2994,3074,3163,3230,3304,3374,3440,3526,3596,3687,3777,3851,3924,4013,4064,4136,4217,4303,4365,4429,4492,4606,4709,4817,4920,4981,5040,5120"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2994,3068,3140,3219,3301,3381,3478,3593,3675,3740,3828,3892,3953,4043,4107,4170,4232,4300,4364,4420,4543,4608,4670,4726,4797,4924,5008,5092,5228,5305,5382,5469,5526,5581,5647,5723,5803,5892,5959,6033,6103,6169,6255,6325,6416,6506,6580,6653,6742,6793,6865,6946,7032,7094,7158,7221,7335,7438,7546,7649,7710,7769",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,73,71,78,81,79,96,114,81,64,87,63,60,89,63,62,61,67,63,55,122,64,61,55,70,126,83,83,135,76,76,86,56,54,65,75,79,88,66,73,69,65,85,69,90,89,73,72,88,50,71,80,85,61,63,62,113,102,107,102,60,58,79",
+ "endOffsets": "315,3063,3135,3214,3296,3376,3473,3588,3670,3735,3823,3887,3948,4038,4102,4165,4227,4295,4359,4415,4538,4603,4665,4721,4792,4919,5003,5087,5223,5300,5377,5464,5521,5576,5642,5718,5798,5887,5954,6028,6098,6164,6250,6320,6411,6501,6575,6648,6737,6788,6860,6941,7027,7089,7153,7216,7330,7433,7541,7644,7705,7764,7844"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-en-rAU_values-en-rAU.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-en-rAU\\values-en-rAU.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2845",
+ "endColumns": "100",
+ "endOffsets": "2941"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-en-rAU\\values-en-rAU.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762",
+ "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82",
+ "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-small-v4_values-small-v4.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-small-v4\\values-small-v4.xml",
+ "from": {
+ "startLines": "2,3,4,5",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,128,198,270",
+ "endColumns": "72,69,71,69",
+ "endOffsets": "123,193,265,335"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-sq_values-sq.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-sq\\values-sq.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8106",
+ "endColumns": "100",
+ "endOffsets": "8202"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-sq\\values-sq.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,219,319,431,517,623,746,828,906,997,1090,1185,1279,1380,1473,1568,1665,1756,1849,1930,2036,2140,2238,2344,2448,2550,2704,2801",
+ "endColumns": "113,99,111,85,105,122,81,77,90,92,94,93,100,92,94,96,90,92,80,105,103,97,105,103,101,153,96,81",
+ "endOffsets": "214,314,426,512,618,741,823,901,992,1085,1180,1274,1375,1468,1563,1660,1751,1844,1925,2031,2135,2233,2339,2443,2545,2699,2796,2878"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "317,431,531,643,729,835,958,1040,1118,1209,1302,1397,1491,1592,1685,1780,1877,1968,2061,2142,2248,2352,2450,2556,2660,2762,2916,8024",
+ "endColumns": "113,99,111,85,105,122,81,77,90,92,94,93,100,92,94,96,90,92,80,105,103,97,105,103,101,153,96,81",
+ "endOffsets": "426,526,638,724,830,953,1035,1113,1204,1297,1392,1486,1587,1680,1775,1872,1963,2056,2137,2243,2347,2445,2551,2655,2757,2911,3008,8101"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-sq\\values-sq.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,267,346,424,510,610,702,803,929,1012,1077,1177,1247,1306,1404,1466,1530,1589,1661,1724,1778,1895,1952,2014,2068,2140,2275,2358,2436,2577,2661,2743,2833,2886,2945,3011,3082,3161,3249,3325,3403,3475,3548,3637,3709,3803,3902,3976,4048,4149,4199,4265,4355,4444,4506,4570,4633,4749,4857,4966,5075,5132,5195",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,78,77,85,99,91,100,125,82,64,99,69,58,97,61,63,58,71,62,53,116,56,61,53,71,134,82,77,140,83,81,89,52,58,65,70,78,87,75,77,71,72,88,71,93,98,73,71,100,49,65,89,88,61,63,62,115,107,108,108,56,62,82",
+ "endOffsets": "262,341,419,505,605,697,798,924,1007,1072,1172,1242,1301,1399,1461,1525,1584,1656,1719,1773,1890,1947,2009,2063,2135,2270,2353,2431,2572,2656,2738,2828,2881,2940,3006,3077,3156,3244,3320,3398,3470,3543,3632,3704,3798,3897,3971,4043,4144,4194,4260,4350,4439,4501,4565,4628,4744,4852,4961,5070,5127,5190,5273"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3013,3092,3170,3256,3356,3448,3549,3675,3758,3823,3923,3993,4052,4150,4212,4276,4335,4407,4470,4524,4641,4698,4760,4814,4886,5021,5104,5182,5323,5407,5489,5579,5632,5691,5757,5828,5907,5995,6071,6149,6221,6294,6383,6455,6549,6648,6722,6794,6895,6945,7011,7101,7190,7252,7316,7379,7495,7603,7712,7821,7878,7941",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,78,77,85,99,91,100,125,82,64,99,69,58,97,61,63,58,71,62,53,116,56,61,53,71,134,82,77,140,83,81,89,52,58,65,70,78,87,75,77,71,72,88,71,93,98,73,71,100,49,65,89,88,61,63,62,115,107,108,108,56,62,82",
+ "endOffsets": "312,3087,3165,3251,3351,3443,3544,3670,3753,3818,3918,3988,4047,4145,4207,4271,4330,4402,4465,4519,4636,4693,4755,4809,4881,5016,5099,5177,5318,5402,5484,5574,5627,5686,5752,5823,5902,5990,6066,6144,6216,6289,6378,6450,6544,6643,6717,6789,6890,6940,7006,7096,7185,7247,7311,7374,7490,7598,7707,7816,7873,7936,8019"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-vi_values-vi.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-vi\\values-vi.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,314,423,507,610,729,807,883,974,1067,1162,1256,1356,1449,1544,1638,1729,1820,1904,2008,2116,2217,2322,2437,2542,2699,2798",
+ "endColumns": "106,101,108,83,102,118,77,75,90,92,94,93,99,92,94,93,90,90,83,103,107,100,104,114,104,156,98,84",
+ "endOffsets": "207,309,418,502,605,724,802,878,969,1062,1157,1251,1351,1444,1539,1633,1724,1815,1899,2003,2111,2212,2317,2432,2537,2694,2793,2878"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,422,524,633,717,820,939,1017,1093,1184,1277,1372,1466,1566,1659,1754,1848,1939,2030,2114,2218,2326,2427,2532,2647,2752,2909,7820",
+ "endColumns": "106,101,108,83,102,118,77,75,90,92,94,93,99,92,94,93,90,90,83,103,107,100,104,114,104,156,98,84",
+ "endOffsets": "417,519,628,712,815,934,1012,1088,1179,1272,1367,1461,1561,1654,1749,1843,1934,2025,2109,2213,2321,2422,2527,2642,2747,2904,3003,7900"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-vi\\values-vi.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,344,421,499,579,659,758,872,952,1015,1109,1183,1242,1328,1390,1451,1509,1573,1634,1688,1805,1862,1922,1976,2051,2178,2262,2340,2470,2554,2632,2723,2774,2825,2891,2959,3035,3116,3195,3270,3343,3419,3508,3585,3676,3770,3844,3914,4007,4056,4122,4207,4293,4355,4419,4482,4581,4686,4784,4889,4944,4999",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,78,76,77,79,79,98,113,79,62,93,73,58,85,61,60,57,63,60,53,116,56,59,53,74,126,83,77,129,83,77,90,50,50,65,67,75,80,78,74,72,75,88,76,90,93,73,69,92,48,65,84,85,61,63,62,98,104,97,104,54,54,77",
+ "endOffsets": "260,339,416,494,574,654,753,867,947,1010,1104,1178,1237,1323,1385,1446,1504,1568,1629,1683,1800,1857,1917,1971,2046,2173,2257,2335,2465,2549,2627,2718,2769,2820,2886,2954,3030,3111,3190,3265,3338,3414,3503,3580,3671,3765,3839,3909,4002,4051,4117,4202,4288,4350,4414,4477,4576,4681,4779,4884,4939,4994,5072"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3008,3087,3164,3242,3322,3402,3501,3615,3695,3758,3852,3926,3985,4071,4133,4194,4252,4316,4377,4431,4548,4605,4665,4719,4794,4921,5005,5083,5213,5297,5375,5466,5517,5568,5634,5702,5778,5859,5938,6013,6086,6162,6251,6328,6419,6513,6587,6657,6750,6799,6865,6950,7036,7098,7162,7225,7324,7429,7527,7632,7687,7742",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,78,76,77,79,79,98,113,79,62,93,73,58,85,61,60,57,63,60,53,116,56,59,53,74,126,83,77,129,83,77,90,50,50,65,67,75,80,78,74,72,75,88,76,90,93,73,69,92,48,65,84,85,61,63,62,98,104,97,104,54,54,77",
+ "endOffsets": "310,3082,3159,3237,3317,3397,3496,3610,3690,3753,3847,3921,3980,4066,4128,4189,4247,4311,4372,4426,4543,4600,4660,4714,4789,4916,5000,5078,5208,5292,5370,5461,5512,5563,5629,5697,5773,5854,5933,6008,6081,6157,6246,6323,6414,6508,6582,6652,6745,6794,6860,6945,7031,7093,7157,7220,7319,7424,7522,7627,7682,7737,7815"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-vi\\values-vi.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7905",
+ "endColumns": "100",
+ "endOffsets": "8001"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-b+es+419_values-b+es+419.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-b+es+419\\values-b+es+419.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,278,360,440,526,631,727,829,957,1038,1103,1198,1268,1331,1424,1488,1560,1623,1697,1761,1817,1935,1993,2055,2111,2191,2325,2414,2495,2636,2717,2797,2887,2943,2999,3065,3141,3223,3311,3384,3461,3531,3608,3697,3771,3865,3967,4039,4120,4224,4277,4344,4437,4526,4588,4652,4715,4826,4923,5025,5123,5183,5243",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,81,79,85,104,95,101,127,80,64,94,69,62,92,63,71,62,73,63,55,117,57,61,55,79,133,88,80,140,80,79,89,55,55,65,75,81,87,72,76,69,76,88,73,93,101,71,80,103,52,66,92,88,61,63,62,110,96,101,97,59,59,82",
+ "endOffsets": "273,355,435,521,626,722,824,952,1033,1098,1193,1263,1326,1419,1483,1555,1618,1692,1756,1812,1930,1988,2050,2106,2186,2320,2409,2490,2631,2712,2792,2882,2938,2994,3060,3136,3218,3306,3379,3456,3526,3603,3692,3766,3860,3962,4034,4115,4219,4272,4339,4432,4521,4583,4647,4710,4821,4918,5020,5118,5178,5238,5321"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-zh-rCN_values-zh-rCN.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-zh-rCN\\values-zh-rCN.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,200,295,395,477,574,680,757,832,923,1016,1113,1209,1303,1396,1491,1583,1674,1765,1843,1939,2034,2129,2226,2322,2420,2568,2662",
+ "endColumns": "94,94,99,81,96,105,76,74,90,92,96,95,93,92,94,91,90,90,77,95,94,94,96,95,97,147,93,78",
+ "endOffsets": "195,290,390,472,569,675,752,827,918,1011,1108,1204,1298,1391,1486,1578,1669,1760,1838,1934,2029,2124,2221,2317,2415,2563,2657,2736"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "297,392,487,587,669,766,872,949,1024,1115,1208,1305,1401,1495,1588,1683,1775,1866,1957,2035,2131,2226,2321,2418,2514,2612,2760,7142",
+ "endColumns": "94,94,99,81,96,105,76,74,90,92,96,95,93,92,94,91,90,90,77,95,94,94,96,95,97,147,93,78",
+ "endOffsets": "387,482,582,664,761,867,944,1019,1110,1203,1300,1396,1490,1583,1678,1770,1861,1952,2030,2126,2221,2316,2413,2509,2607,2755,2849,7216"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7221",
+ "endColumns": "100",
+ "endOffsets": "7317"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,247,311,373,443,513,590,681,787,860,922,999,1058,1117,1195,1256,1313,1369,1428,1486,1540,1625,1681,1739,1793,1858,1950,2024,2100,2222,2284,2346,2425,2475,2526,2592,2656,2725,2803,2864,2935,3002,3062,3141,3208,3291,3376,3450,3515,3591,3639,3703,3779,3857,3919,3983,4046,4126,4202,4280,4357,4411,4466",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,63,61,69,69,76,90,105,72,61,76,58,58,77,60,56,55,58,57,53,84,55,57,53,64,91,73,75,121,61,61,78,49,50,65,63,68,77,60,70,66,59,78,66,82,84,73,64,75,47,63,75,77,61,63,62,79,75,77,76,53,54,68",
+ "endOffsets": "242,306,368,438,508,585,676,782,855,917,994,1053,1112,1190,1251,1308,1364,1423,1481,1535,1620,1676,1734,1788,1853,1945,2019,2095,2217,2279,2341,2420,2470,2521,2587,2651,2720,2798,2859,2930,2997,3057,3136,3203,3286,3371,3445,3510,3586,3634,3698,3774,3852,3914,3978,4041,4121,4197,4275,4352,4406,4461,4530"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2854,2918,2980,3050,3120,3197,3288,3394,3467,3529,3606,3665,3724,3802,3863,3920,3976,4035,4093,4147,4232,4288,4346,4400,4465,4557,4631,4707,4829,4891,4953,5032,5082,5133,5199,5263,5332,5410,5471,5542,5609,5669,5748,5815,5898,5983,6057,6122,6198,6246,6310,6386,6464,6526,6590,6653,6733,6809,6887,6964,7018,7073",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,63,61,69,69,76,90,105,72,61,76,58,58,77,60,56,55,58,57,53,84,55,57,53,64,91,73,75,121,61,61,78,49,50,65,63,68,77,60,70,66,59,78,66,82,84,73,64,75,47,63,75,77,61,63,62,79,75,77,76,53,54,68",
+ "endOffsets": "292,2913,2975,3045,3115,3192,3283,3389,3462,3524,3601,3660,3719,3797,3858,3915,3971,4030,4088,4142,4227,4283,4341,4395,4460,4552,4626,4702,4824,4886,4948,5027,5077,5128,5194,5258,5327,5405,5466,5537,5604,5664,5743,5810,5893,5978,6052,6117,6193,6241,6305,6381,6459,6521,6585,6648,6728,6804,6882,6959,7013,7068,7137"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-hu_values-hu.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-hu\\values-hu.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,263,344,420,497,587,667,766,886,969,1033,1132,1207,1266,1376,1438,1507,1565,1637,1698,1753,1856,1913,1973,2028,2109,2229,2312,2400,2535,2618,2698,2792,2845,2896,2962,3038,3120,3206,3283,3358,3437,3514,3610,3687,3779,3876,3950,4035,4132,4184,4251,4339,4426,4488,4552,4615,4713,4810,4904,5002,5059,5114",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,75,76,89,79,98,119,82,63,98,74,58,109,61,68,57,71,60,54,102,56,59,54,80,119,82,87,134,82,79,93,52,50,65,75,81,85,76,74,78,76,95,76,91,96,73,84,96,51,66,87,86,61,63,62,97,96,93,97,56,54,84",
+ "endOffsets": "258,339,415,492,582,662,761,881,964,1028,1127,1202,1261,1371,1433,1502,1560,1632,1693,1748,1851,1908,1968,2023,2104,2224,2307,2395,2530,2613,2693,2787,2840,2891,2957,3033,3115,3201,3278,3353,3432,3509,3605,3682,3774,3871,3945,4030,4127,4179,4246,4334,4421,4483,4547,4610,4708,4805,4899,4997,5054,5109,5194"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3067,3148,3224,3301,3391,3471,3570,3690,3773,3837,3936,4011,4070,4180,4242,4311,4369,4441,4502,4557,4660,4717,4777,4832,4913,5033,5116,5204,5339,5422,5502,5596,5649,5700,5766,5842,5924,6010,6087,6162,6241,6318,6414,6491,6583,6680,6754,6839,6936,6988,7055,7143,7230,7292,7356,7419,7517,7614,7708,7806,7863,7918",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,75,76,89,79,98,119,82,63,98,74,58,109,61,68,57,71,60,54,102,56,59,54,80,119,82,87,134,82,79,93,52,50,65,75,81,85,76,74,78,76,95,76,91,96,73,84,96,51,66,87,86,61,63,62,97,96,93,97,56,54,84",
+ "endOffsets": "308,3143,3219,3296,3386,3466,3565,3685,3768,3832,3931,4006,4065,4175,4237,4306,4364,4436,4497,4552,4655,4712,4772,4827,4908,5028,5111,5199,5334,5417,5497,5591,5644,5695,5761,5837,5919,6005,6082,6157,6236,6313,6409,6486,6578,6675,6749,6834,6931,6983,7050,7138,7225,7287,7351,7414,7512,7609,7703,7801,7858,7913,7998"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-hu\\values-hu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8087",
+ "endColumns": "100",
+ "endOffsets": "8183"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-hu\\values-hu.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,305,420,504,619,742,819,894,985,1078,1173,1267,1367,1460,1555,1650,1741,1832,1915,2025,2135,2235,2346,2455,2574,2756,2859",
+ "endColumns": "107,91,114,83,114,122,76,74,90,92,94,93,99,92,94,94,90,90,82,109,109,99,110,108,118,181,102,83",
+ "endOffsets": "208,300,415,499,614,737,814,889,980,1073,1168,1262,1362,1455,1550,1645,1736,1827,1910,2020,2130,2230,2341,2450,2569,2751,2854,2938"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "313,421,513,628,712,827,950,1027,1102,1193,1286,1381,1475,1575,1668,1763,1858,1949,2040,2123,2233,2343,2443,2554,2663,2782,2964,8003",
+ "endColumns": "107,91,114,83,114,122,76,74,90,92,94,93,99,92,94,94,90,90,82,109,109,99,110,108,118,181,102,83",
+ "endOffsets": "416,508,623,707,822,945,1022,1097,1188,1281,1376,1470,1570,1663,1758,1853,1944,2035,2118,2228,2338,2438,2549,2658,2777,2959,3062,8082"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-sk_values-sk.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-sk\\values-sk.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,313,424,510,618,736,815,892,983,1076,1174,1268,1368,1461,1556,1654,1745,1836,1920,2025,2133,2232,2338,2450,2553,2719,2817",
+ "endColumns": "106,100,110,85,107,117,78,76,90,92,97,93,99,92,94,97,90,90,83,104,107,98,105,111,102,165,97,82",
+ "endOffsets": "207,308,419,505,613,731,810,887,978,1071,1169,1263,1363,1456,1551,1649,1740,1831,1915,2020,2128,2227,2333,2445,2548,2714,2812,2895"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "428,535,636,747,833,941,1059,1138,1215,1306,1399,1497,1591,1691,1784,1879,1977,2068,2159,2243,2348,2456,2555,2661,2773,2876,3042,8014",
+ "endColumns": "106,100,110,85,107,117,78,76,90,92,97,93,99,92,94,97,90,90,83,104,107,98,105,111,102,165,97,82",
+ "endOffsets": "530,631,742,828,936,1054,1133,1210,1301,1394,1492,1586,1686,1779,1874,1972,2063,2154,2238,2343,2451,2550,2656,2768,2871,3037,3135,8092"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-sk\\values-sk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8097",
+ "endColumns": "100",
+ "endOffsets": "8193"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-sk\\values-sk.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,378,453,528,606,698,781,873,1001,1082,1147,1246,1322,1387,1477,1541,1607,1661,1730,1790,1844,1961,2021,2083,2137,2209,2339,2426,2518,2657,2726,2804,2892,2946,2997,3063,3135,3212,3295,3367,3444,3517,3588,3676,3748,3840,3936,4010,4084,4180,4232,4299,4386,4473,4535,4599,4662,4768,4864,4962,5060,5118,5173",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,74,74,77,91,82,91,127,80,64,98,75,64,89,63,65,53,68,59,53,116,59,61,53,71,129,86,91,138,68,77,87,53,50,65,71,76,82,71,76,72,70,87,71,91,95,73,73,95,51,66,86,86,61,63,62,105,95,97,97,57,54,78",
+ "endOffsets": "373,448,523,601,693,776,868,996,1077,1142,1241,1317,1382,1472,1536,1602,1656,1725,1785,1839,1956,2016,2078,2132,2204,2334,2421,2513,2652,2721,2799,2887,2941,2992,3058,3130,3207,3290,3362,3439,3512,3583,3671,3743,3835,3931,4005,4079,4175,4227,4294,4381,4468,4530,4594,4657,4763,4859,4957,5055,5113,5168,5247"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3140,3215,3290,3368,3460,3543,3635,3763,3844,3909,4008,4084,4149,4239,4303,4369,4423,4492,4552,4606,4723,4783,4845,4899,4971,5101,5188,5280,5419,5488,5566,5654,5708,5759,5825,5897,5974,6057,6129,6206,6279,6350,6438,6510,6602,6698,6772,6846,6942,6994,7061,7148,7235,7297,7361,7424,7530,7626,7724,7822,7880,7935",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,74,74,77,91,82,91,127,80,64,98,75,64,89,63,65,53,68,59,53,116,59,61,53,71,129,86,91,138,68,77,87,53,50,65,71,76,82,71,76,72,70,87,71,91,95,73,73,95,51,66,86,86,61,63,62,105,95,97,97,57,54,78",
+ "endOffsets": "423,3210,3285,3363,3455,3538,3630,3758,3839,3904,4003,4079,4144,4234,4298,4364,4418,4487,4547,4601,4718,4778,4840,4894,4966,5096,5183,5275,5414,5483,5561,5649,5703,5754,5820,5892,5969,6052,6124,6201,6274,6345,6433,6505,6597,6693,6767,6841,6937,6989,7056,7143,7230,7292,7356,7419,7525,7621,7719,7817,7875,7930,8009"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-zh-rTW_values-zh-rTW.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7231",
+ "endColumns": "100",
+ "endOffsets": "7327"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-zh-rTW\\values-zh-rTW.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,200,293,393,475,572,680,757,832,924,1018,1115,1211,1306,1400,1496,1588,1680,1772,1850,1946,2041,2136,2233,2329,2427,2577,2671",
+ "endColumns": "94,92,99,81,96,107,76,74,91,93,96,95,94,93,95,91,91,91,77,95,94,94,96,95,97,149,93,78",
+ "endOffsets": "195,288,388,470,567,675,752,827,919,1013,1110,1206,1301,1395,1491,1583,1675,1767,1845,1941,2036,2131,2228,2324,2422,2572,2666,2745"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "297,392,485,585,667,764,872,949,1024,1116,1210,1307,1403,1498,1592,1688,1780,1872,1964,2042,2138,2233,2328,2425,2521,2619,2769,7152",
+ "endColumns": "94,92,99,81,96,107,76,74,91,93,96,95,94,93,95,91,91,91,77,95,94,94,96,95,97,149,93,78",
+ "endOffsets": "387,480,580,662,759,867,944,1019,1111,1205,1302,1398,1493,1587,1683,1775,1867,1959,2037,2133,2228,2323,2420,2516,2614,2764,2858,7226"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,247,311,373,440,510,587,681,788,861,923,1001,1061,1121,1199,1260,1318,1374,1434,1492,1546,1631,1687,1745,1799,1864,1956,2030,2107,2227,2290,2353,2430,2480,2531,2597,2660,2728,2806,2867,2938,3005,3067,3146,3211,3294,3379,3453,3517,3593,3641,3705,3781,3859,3921,3985,4048,4128,4205,4281,4358,4412,4467",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,63,61,66,69,76,93,106,72,61,77,59,59,77,60,57,55,59,57,53,84,55,57,53,64,91,73,76,119,62,62,76,49,50,65,62,67,77,60,70,66,61,78,64,82,84,73,63,75,47,63,75,77,61,63,62,79,76,75,76,53,54,68",
+ "endOffsets": "242,306,368,435,505,582,676,783,856,918,996,1056,1116,1194,1255,1313,1369,1429,1487,1541,1626,1682,1740,1794,1859,1951,2025,2102,2222,2285,2348,2425,2475,2526,2592,2655,2723,2801,2862,2933,3000,3062,3141,3206,3289,3374,3448,3512,3588,3636,3700,3776,3854,3916,3980,4043,4123,4200,4276,4353,4407,4462,4531"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2863,2927,2989,3056,3126,3203,3297,3404,3477,3539,3617,3677,3737,3815,3876,3934,3990,4050,4108,4162,4247,4303,4361,4415,4480,4572,4646,4723,4843,4906,4969,5046,5096,5147,5213,5276,5344,5422,5483,5554,5621,5683,5762,5827,5910,5995,6069,6133,6209,6257,6321,6397,6475,6537,6601,6664,6744,6821,6897,6974,7028,7083",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,63,61,66,69,76,93,106,72,61,77,59,59,77,60,57,55,59,57,53,84,55,57,53,64,91,73,76,119,62,62,76,49,50,65,62,67,77,60,70,66,61,78,64,82,84,73,63,75,47,63,75,77,61,63,62,79,76,75,76,53,54,68",
+ "endOffsets": "292,2922,2984,3051,3121,3198,3292,3399,3472,3534,3612,3672,3732,3810,3871,3929,3985,4045,4103,4157,4242,4298,4356,4410,4475,4567,4641,4718,4838,4901,4964,5041,5091,5142,5208,5271,5339,5417,5478,5549,5616,5678,5757,5822,5905,5990,6064,6128,6204,6252,6316,6392,6470,6532,6596,6659,6739,6816,6892,6969,7023,7078,7147"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-sl_values-sl.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-sl\\values-sl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8209",
+ "endColumns": "100",
+ "endOffsets": "8305"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-sl\\values-sl.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,367,456,545,633,731,822,928,1054,1138,1204,1298,1374,1437,1549,1609,1674,1728,1798,1858,1914,2026,2083,2145,2201,2274,2408,2493,2578,2721,2805,2888,2977,3033,3088,3154,3227,3304,3388,3462,3538,3613,3686,3774,3847,3937,4028,4100,4174,4265,4317,4384,4468,4555,4617,4681,4744,4847,4944,5042,5139,5199,5258",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,88,88,87,97,90,105,125,83,65,93,75,62,111,59,64,53,69,59,55,111,56,61,55,72,133,84,84,142,83,82,88,55,54,65,72,76,83,73,75,74,72,87,72,89,90,71,73,90,51,66,83,86,61,63,62,102,96,97,96,59,58,76",
+ "endOffsets": "362,451,540,628,726,817,923,1049,1133,1199,1293,1369,1432,1544,1604,1669,1723,1793,1853,1909,2021,2078,2140,2196,2269,2403,2488,2573,2716,2800,2883,2972,3028,3083,3149,3222,3299,3383,3457,3533,3608,3681,3769,3842,3932,4023,4095,4169,4260,4312,4379,4463,4550,4612,4676,4739,4842,4939,5037,5134,5194,5253,5330"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3157,3246,3335,3423,3521,3612,3718,3844,3928,3994,4088,4164,4227,4339,4399,4464,4518,4588,4648,4704,4816,4873,4935,4991,5064,5198,5283,5368,5511,5595,5678,5767,5823,5878,5944,6017,6094,6178,6252,6328,6403,6476,6564,6637,6727,6818,6890,6964,7055,7107,7174,7258,7345,7407,7471,7534,7637,7734,7832,7929,7989,8048",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,88,88,87,97,90,105,125,83,65,93,75,62,111,59,64,53,69,59,55,111,56,61,55,72,133,84,84,142,83,82,88,55,54,65,72,76,83,73,75,74,72,87,72,89,90,71,73,90,51,66,83,86,61,63,62,102,96,97,96,59,58,76",
+ "endOffsets": "412,3241,3330,3418,3516,3607,3713,3839,3923,3989,4083,4159,4222,4334,4394,4459,4513,4583,4643,4699,4811,4868,4930,4986,5059,5193,5278,5363,5506,5590,5673,5762,5818,5873,5939,6012,6089,6173,6247,6323,6398,6471,6559,6632,6722,6813,6885,6959,7050,7102,7169,7253,7340,7402,7466,7529,7632,7729,7827,7924,7984,8043,8120"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-sl\\values-sl.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,217,319,427,514,617,736,817,895,987,1081,1176,1270,1365,1459,1555,1655,1747,1839,1923,2031,2139,2239,2352,2460,2565,2745,2845",
+ "endColumns": "111,101,107,86,102,118,80,77,91,93,94,93,94,93,95,99,91,91,83,107,107,99,112,107,104,179,99,83",
+ "endOffsets": "212,314,422,509,612,731,812,890,982,1076,1171,1265,1360,1454,1550,1650,1742,1834,1918,2026,2134,2234,2347,2455,2560,2740,2840,2924"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "417,529,631,739,826,929,1048,1129,1207,1299,1393,1488,1582,1677,1771,1867,1967,2059,2151,2235,2343,2451,2551,2664,2772,2877,3057,8125",
+ "endColumns": "111,101,107,86,102,118,80,77,91,93,94,93,94,93,95,99,91,91,83,107,107,99,112,107,104,179,99,83",
+ "endOffsets": "524,626,734,821,924,1043,1124,1202,1294,1388,1483,1577,1672,1766,1862,1962,2054,2146,2230,2338,2446,2546,2659,2767,2872,3052,3152,8204"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-h550dp-port-v13\\values-h550dp-port-v13.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "76",
+ "endOffsets": "127"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-uz_values-uz.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-uz\\values-uz.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,283,360,440,523,617,704,799,926,1010,1074,1177,1247,1314,1423,1486,1553,1612,1686,1749,1803,1918,1976,2038,2092,2167,2296,2386,2475,2616,2698,2780,2866,2926,2977,3043,3116,3194,3280,3352,3429,3504,3575,3669,3748,3844,3938,4012,4088,4174,4227,4293,4378,4469,4531,4595,4658,4760,4851,4947,5039,5103,5158",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,76,79,82,93,86,94,126,83,63,102,69,66,108,62,66,58,73,62,53,114,57,61,53,74,128,89,88,140,81,81,85,59,50,65,72,77,85,71,76,74,70,93,78,95,93,73,75,85,52,65,84,90,61,63,62,101,90,95,91,63,54,82",
+ "endOffsets": "278,355,435,518,612,699,794,921,1005,1069,1172,1242,1309,1418,1481,1548,1607,1681,1744,1798,1913,1971,2033,2087,2162,2291,2381,2470,2611,2693,2775,2861,2921,2972,3038,3111,3189,3275,3347,3424,3499,3570,3664,3743,3839,3933,4007,4083,4169,4222,4288,4373,4464,4526,4590,4653,4755,4846,4942,5034,5098,5153,5236"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3004,3081,3161,3244,3338,3425,3520,3647,3731,3795,3898,3968,4035,4144,4207,4274,4333,4407,4470,4524,4639,4697,4759,4813,4888,5017,5107,5196,5337,5419,5501,5587,5647,5698,5764,5837,5915,6001,6073,6150,6225,6296,6390,6469,6565,6659,6733,6809,6895,6948,7014,7099,7190,7252,7316,7379,7481,7572,7668,7760,7824,7879",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,76,79,82,93,86,94,126,83,63,102,69,66,108,62,66,58,73,62,53,114,57,61,53,74,128,89,88,140,81,81,85,59,50,65,72,77,85,71,76,74,70,93,78,95,93,73,75,85,52,65,84,90,61,63,62,101,90,95,91,63,54,82",
+ "endOffsets": "328,3076,3156,3239,3333,3420,3515,3642,3726,3790,3893,3963,4030,4139,4202,4269,4328,4402,4465,4519,4634,4692,4754,4808,4883,5012,5102,5191,5332,5414,5496,5582,5642,5693,5759,5832,5910,5996,6068,6145,6220,6291,6385,6464,6560,6654,6728,6804,6890,6943,7009,7094,7185,7247,7311,7374,7476,7567,7663,7755,7819,7874,7957"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-uz\\values-uz.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,210,305,405,487,587,704,789,867,958,1051,1146,1240,1334,1427,1522,1617,1708,1800,1884,1994,2100,2200,2308,2414,2516,2677,2776",
+ "endColumns": "104,94,99,81,99,116,84,77,90,92,94,93,93,92,94,94,90,91,83,109,105,99,107,105,101,160,98,83",
+ "endOffsets": "205,300,400,482,582,699,784,862,953,1046,1141,1235,1329,1422,1517,1612,1703,1795,1879,1989,2095,2195,2303,2409,2511,2672,2771,2855"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "333,438,533,633,715,815,932,1017,1095,1186,1279,1374,1468,1562,1655,1750,1845,1936,2028,2112,2222,2328,2428,2536,2642,2744,2905,7962",
+ "endColumns": "104,94,99,81,99,116,84,77,90,92,94,93,93,92,94,94,90,91,83,109,105,99,107,105,101,160,98,83",
+ "endOffsets": "433,528,628,710,810,927,1012,1090,1181,1274,1369,1463,1557,1650,1745,1840,1931,2023,2107,2217,2323,2423,2531,2637,2739,2900,2999,8041"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-uz\\values-uz.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8046",
+ "endColumns": "100",
+ "endOffsets": "8142"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-es_values-es.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-es\\values-es.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8194",
+ "endColumns": "100",
+ "endOffsets": "8290"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-es\\values-es.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,278,359,438,525,626,722,826,948,1029,1094,1189,1270,1333,1422,1486,1555,1618,1692,1756,1812,1930,1988,2050,2106,2186,2325,2414,2496,2637,2718,2798,2888,2944,3000,3066,3145,3227,3315,3389,3466,3536,3615,3699,3783,3875,3975,4049,4130,4232,4285,4352,4445,4534,4596,4660,4723,4836,4929,5033,5127,5187,5247",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,78,86,100,95,103,121,80,64,94,80,62,88,63,68,62,73,63,55,117,57,61,55,79,138,88,81,140,80,79,89,55,55,65,78,81,87,73,76,69,78,83,83,91,99,73,80,101,52,66,92,88,61,63,62,112,92,103,93,59,59,82",
+ "endOffsets": "273,354,433,520,621,717,821,943,1024,1089,1184,1265,1328,1417,1481,1550,1613,1687,1751,1807,1925,1983,2045,2101,2181,2320,2409,2491,2632,2713,2793,2883,2939,2995,3061,3140,3222,3310,3384,3461,3531,3610,3694,3778,3870,3970,4044,4125,4227,4280,4347,4440,4529,4591,4655,4718,4831,4924,5028,5122,5182,5242,5325"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3059,3140,3219,3306,3407,3503,3607,3729,3810,3875,3970,4051,4114,4203,4267,4336,4399,4473,4537,4593,4711,4769,4831,4887,4967,5106,5195,5277,5418,5499,5579,5669,5725,5781,5847,5926,6008,6096,6170,6247,6317,6396,6480,6564,6656,6756,6830,6911,7013,7066,7133,7226,7315,7377,7441,7504,7617,7710,7814,7908,7968,8028",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,78,86,100,95,103,121,80,64,94,80,62,88,63,68,62,73,63,55,117,57,61,55,79,138,88,81,140,80,79,89,55,55,65,78,81,87,73,76,69,78,83,83,91,99,73,80,101,52,66,92,88,61,63,62,112,92,103,93,59,59,82",
+ "endOffsets": "323,3135,3214,3301,3402,3498,3602,3724,3805,3870,3965,4046,4109,4198,4262,4331,4394,4468,4532,4588,4706,4764,4826,4882,4962,5101,5190,5272,5413,5494,5574,5664,5720,5776,5842,5921,6003,6091,6165,6242,6312,6391,6475,6559,6651,6751,6825,6906,7008,7061,7128,7221,7310,7372,7436,7499,7612,7705,7809,7903,7963,8023,8106"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-es\\values-es.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,207,320,428,513,614,742,828,909,1001,1095,1192,1286,1386,1480,1576,1672,1764,1856,1938,2045,2156,2255,2363,2471,2578,2737,2836",
+ "endColumns": "101,112,107,84,100,127,85,80,91,93,96,93,99,93,95,95,91,91,81,106,110,98,107,107,106,158,98,82",
+ "endOffsets": "202,315,423,508,609,737,823,904,996,1090,1187,1281,1381,1475,1571,1667,1759,1851,1933,2040,2151,2250,2358,2466,2573,2732,2831,2914"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "328,430,543,651,736,837,965,1051,1132,1224,1318,1415,1509,1609,1703,1799,1895,1987,2079,2161,2268,2379,2478,2586,2694,2801,2960,8111",
+ "endColumns": "101,112,107,84,100,127,85,80,91,93,96,93,99,93,95,95,91,91,81,106,110,98,107,107,106,158,98,82",
+ "endOffsets": "425,538,646,731,832,960,1046,1127,1219,1313,1410,1504,1604,1698,1794,1890,1982,2074,2156,2263,2374,2473,2581,2689,2796,2955,3054,8189"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-ko_values-ko.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-ko\\values-ko.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7321",
+ "endColumns": "100",
+ "endOffsets": "7417"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ko\\values-ko.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,249,314,378,447,521,600,683,789,864,926,1007,1069,1126,1213,1273,1331,1389,1448,1505,1559,1654,1710,1767,1821,1887,1991,2066,2143,2264,2329,2394,2473,2523,2574,2640,2704,2774,2851,2919,2990,3057,3127,3207,3284,3364,3446,3518,3583,3655,3703,3767,3842,3919,3981,4045,4108,4192,4271,4351,4431,4485,4540",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,64,63,68,73,78,82,105,74,61,80,61,56,86,59,57,57,58,56,53,94,55,56,53,65,103,74,76,120,64,64,78,49,50,65,63,69,76,67,70,66,69,79,76,79,81,71,64,71,47,63,74,76,61,63,62,83,78,79,79,53,54,71",
+ "endOffsets": "244,309,373,442,516,595,678,784,859,921,1002,1064,1121,1208,1268,1326,1384,1443,1500,1554,1649,1705,1762,1816,1882,1986,2061,2138,2259,2324,2389,2468,2518,2569,2635,2699,2769,2846,2914,2985,3052,3122,3202,3279,3359,3441,3513,3578,3650,3698,3762,3837,3914,3976,4040,4103,4187,4266,4346,4426,4480,4535,4607"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2879,2944,3008,3077,3151,3230,3313,3419,3494,3556,3637,3699,3756,3843,3903,3961,4019,4078,4135,4189,4284,4340,4397,4451,4517,4621,4696,4773,4894,4959,5024,5103,5153,5204,5270,5334,5404,5481,5549,5620,5687,5757,5837,5914,5994,6076,6148,6213,6285,6333,6397,6472,6549,6611,6675,6738,6822,6901,6981,7061,7115,7170",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,64,63,68,73,78,82,105,74,61,80,61,56,86,59,57,57,58,56,53,94,55,56,53,65,103,74,76,120,64,64,78,49,50,65,63,69,76,67,70,66,69,79,76,79,81,71,64,71,47,63,74,76,61,63,62,83,78,79,79,53,54,71",
+ "endOffsets": "294,2939,3003,3072,3146,3225,3308,3414,3489,3551,3632,3694,3751,3838,3898,3956,4014,4073,4130,4184,4279,4335,4392,4446,4512,4616,4691,4768,4889,4954,5019,5098,5148,5199,5265,5329,5399,5476,5544,5615,5682,5752,5832,5909,5989,6071,6143,6208,6280,6328,6392,6467,6544,6606,6670,6733,6817,6896,6976,7056,7110,7165,7237"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ko\\values-ko.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,202,296,397,479,577,683,763,838,929,1022,1117,1211,1311,1404,1499,1593,1684,1775,1855,1953,2047,2142,2242,2339,2439,2591,2685",
+ "endColumns": "96,93,100,81,97,105,79,74,90,92,94,93,99,92,94,93,90,90,79,97,93,94,99,96,99,151,93,78",
+ "endOffsets": "197,291,392,474,572,678,758,833,924,1017,1112,1206,1306,1399,1494,1588,1679,1770,1850,1948,2042,2137,2237,2334,2434,2586,2680,2759"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "299,396,490,591,673,771,877,957,1032,1123,1216,1311,1405,1505,1598,1693,1787,1878,1969,2049,2147,2241,2336,2436,2533,2633,2785,7242",
+ "endColumns": "96,93,100,81,97,105,79,74,90,92,94,93,99,92,94,93,90,90,79,97,93,94,99,96,99,151,93,78",
+ "endOffsets": "391,485,586,668,766,872,952,1027,1118,1211,1306,1400,1500,1593,1688,1782,1873,1964,2044,2142,2236,2331,2431,2528,2628,2780,2874,7316"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-pt-rPT_values-pt-rPT.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8178",
+ "endColumns": "100",
+ "endOffsets": "8274"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,273,354,434,516,615,711,814,934,1015,1079,1171,1250,1315,1405,1469,1537,1599,1672,1736,1790,1916,1974,2036,2090,2166,2309,2396,2478,2617,2699,2781,2868,2924,2975,3041,3116,3196,3283,3356,3433,3506,3580,3673,3750,3843,3941,4015,4096,4195,4248,4314,4403,4491,4553,4617,4680,4796,4899,5006,5110,5170,5225",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,79,81,98,95,102,119,80,63,91,78,64,89,63,67,61,72,63,53,125,57,61,53,75,142,86,81,138,81,81,86,55,50,65,74,79,86,72,76,72,73,92,76,92,97,73,80,98,52,65,88,87,61,63,62,115,102,106,103,59,54,85",
+ "endOffsets": "268,349,429,511,610,706,809,929,1010,1074,1166,1245,1310,1400,1464,1532,1594,1667,1731,1785,1911,1969,2031,2085,2161,2304,2391,2473,2612,2694,2776,2863,2919,2970,3036,3111,3191,3278,3351,3428,3501,3575,3668,3745,3838,3936,4010,4091,4190,4243,4309,4398,4486,4548,4612,4675,4791,4894,5001,5105,5165,5220,5306"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3054,3135,3215,3297,3396,3492,3595,3715,3796,3860,3952,4031,4096,4186,4250,4318,4380,4453,4517,4571,4697,4755,4817,4871,4947,5090,5177,5259,5398,5480,5562,5649,5705,5756,5822,5897,5977,6064,6137,6214,6287,6361,6454,6531,6624,6722,6796,6877,6976,7029,7095,7184,7272,7334,7398,7461,7577,7680,7787,7891,7951,8006",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,79,81,98,95,102,119,80,63,91,78,64,89,63,67,61,72,63,53,125,57,61,53,75,142,86,81,138,81,81,86,55,50,65,74,79,86,72,76,72,73,92,76,92,97,73,80,98,52,65,88,87,61,63,62,115,102,106,103,59,54,85",
+ "endOffsets": "318,3130,3210,3292,3391,3487,3590,3710,3791,3855,3947,4026,4091,4181,4245,4313,4375,4448,4512,4566,4692,4750,4812,4866,4942,5085,5172,5254,5393,5475,5557,5644,5700,5751,5817,5892,5972,6059,6132,6209,6282,6356,6449,6526,6619,6717,6791,6872,6971,7024,7090,7179,7267,7329,7393,7456,7572,7675,7782,7886,7946,8001,8087"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-pt-rPT\\values-pt-rPT.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,319,426,515,616,734,819,899,991,1085,1182,1276,1375,1469,1565,1660,1752,1844,1929,2036,2147,2249,2357,2465,2572,2737,2836",
+ "endColumns": "107,105,106,88,100,117,84,79,91,93,96,93,98,93,95,94,91,91,84,106,110,101,107,107,106,164,98,85",
+ "endOffsets": "208,314,421,510,611,729,814,894,986,1080,1177,1271,1370,1464,1560,1655,1747,1839,1924,2031,2142,2244,2352,2460,2567,2732,2831,2917"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "323,431,537,644,733,834,952,1037,1117,1209,1303,1400,1494,1593,1687,1783,1878,1970,2062,2147,2254,2365,2467,2575,2683,2790,2955,8092",
+ "endColumns": "107,105,106,88,100,117,84,79,91,93,96,93,98,93,95,94,91,91,84,106,110,101,107,107,106,164,98,85",
+ "endOffsets": "426,532,639,728,829,947,1032,1112,1204,1298,1395,1489,1588,1682,1778,1873,1965,2057,2142,2249,2360,2462,2570,2678,2785,2950,3049,8173"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-v22_values-v22.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-v22\\values-v22.xml",
+ "from": {
+ "startLines": "2,3,4,9",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,130,217,487",
+ "endLines": "2,3,8,13",
+ "endColumns": "74,86,12,12",
+ "endOffsets": "125,212,482,764"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-my_values-my.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-my\\values-my.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8179",
+ "endColumns": "100",
+ "endOffsets": "8275"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-my\\values-my.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,285,386,485,561,652,736,842,971,1056,1121,1211,1286,1345,1436,1499,1564,1623,1694,1756,1813,1932,1990,2051,2106,2179,2311,2402,2491,2632,2710,2787,2879,2937,2988,3054,3126,3208,3290,3365,3439,3511,3590,3687,3768,3854,3946,4020,4099,4185,4239,4307,4390,4471,4533,4597,4660,4772,4875,4979,5084,5145,5200",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,100,98,75,90,83,105,128,84,64,89,74,58,90,62,64,58,70,61,56,118,57,60,54,72,131,90,88,140,77,76,91,57,50,65,71,81,81,74,73,71,78,96,80,85,91,73,78,85,53,67,82,80,61,63,62,111,102,103,104,60,54,81",
+ "endOffsets": "280,381,480,556,647,731,837,966,1051,1116,1206,1281,1340,1431,1494,1559,1618,1689,1751,1808,1927,1985,2046,2101,2174,2306,2397,2486,2627,2705,2782,2874,2932,2983,3049,3121,3203,3285,3360,3434,3506,3585,3682,3763,3849,3941,4015,4094,4180,4234,4302,4385,4466,4528,4592,4655,4767,4870,4974,5079,5140,5195,5277"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3096,3197,3296,3372,3463,3547,3653,3782,3867,3932,4022,4097,4156,4247,4310,4375,4434,4505,4567,4624,4743,4801,4862,4917,4990,5122,5213,5302,5443,5521,5598,5690,5748,5799,5865,5937,6019,6101,6176,6250,6322,6401,6498,6579,6665,6757,6831,6910,6996,7050,7118,7201,7282,7344,7408,7471,7583,7686,7790,7895,7956,8011",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,100,98,75,90,83,105,128,84,64,89,74,58,90,62,64,58,70,61,56,118,57,60,54,72,131,90,88,140,77,76,91,57,50,65,71,81,81,74,73,71,78,96,80,85,91,73,78,85,53,67,82,80,61,63,62,111,102,103,104,60,54,81",
+ "endOffsets": "330,3192,3291,3367,3458,3542,3648,3777,3862,3927,4017,4092,4151,4242,4305,4370,4429,4500,4562,4619,4738,4796,4857,4912,4985,5117,5208,5297,5438,5516,5593,5685,5743,5794,5860,5932,6014,6096,6171,6245,6317,6396,6493,6574,6660,6752,6826,6905,6991,7045,7113,7196,7277,7339,7403,7466,7578,7681,7785,7890,7951,8006,8088"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-my\\values-my.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,218,325,441,528,637,760,839,917,1008,1101,1196,1290,1390,1483,1578,1672,1763,1854,1939,2054,2163,2262,2388,2495,2603,2763,2866",
+ "endColumns": "112,106,115,86,108,122,78,77,90,92,94,93,99,92,94,93,90,90,84,114,108,98,125,106,107,159,102,85",
+ "endOffsets": "213,320,436,523,632,755,834,912,1003,1096,1191,1285,1385,1478,1573,1667,1758,1849,1934,2049,2158,2257,2383,2490,2598,2758,2861,2947"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "335,448,555,671,758,867,990,1069,1147,1238,1331,1426,1520,1620,1713,1808,1902,1993,2084,2169,2284,2393,2492,2618,2725,2833,2993,8093",
+ "endColumns": "112,106,115,86,108,122,78,77,90,92,94,93,99,92,94,93,90,90,84,114,108,98,125,106,107,159,102,85",
+ "endOffsets": "443,550,666,753,862,985,1064,1142,1233,1326,1421,1515,1615,1708,1803,1897,1988,2079,2164,2279,2388,2487,2613,2720,2828,2988,3091,8174"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-w320dp-land-v13\\values-w320dp-land-v13.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,110",
+ "endColumns": "54,61",
+ "endOffsets": "105,167"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-en-rGB_values-en-rGB.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-en-rGB\\values-en-rGB.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762",
+ "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82",
+ "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "322,426,526,634,718,818,933,1011,1086,1177,1270,1365,1459,1559,1652,1747,1841,1932,2023,2105,2208,2311,2410,2515,2619,2723,2879,7776",
+ "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82",
+ "endOffsets": "421,521,629,713,813,928,1006,1081,1172,1265,1360,1454,1554,1647,1742,1836,1927,2018,2100,2203,2306,2405,2510,2614,2718,2874,2974,7854"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-en-rGB\\values-en-rGB.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,272,354,432,509,595,679,777,892,971,1036,1126,1193,1252,1342,1406,1470,1533,1602,1666,1720,1832,1890,1952,2006,2078,2200,2287,2368,2508,2585,2666,2757,2811,2862,2928,2998,3075,3162,3233,3310,3379,3448,3539,3611,3700,3789,3863,3935,4021,4071,4137,4217,4301,4363,4427,4490,4590,4687,4779,4878,4936,4991",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,81,77,76,85,83,97,114,78,64,89,66,58,89,63,63,62,68,63,53,111,57,61,53,71,121,86,80,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,77",
+ "endOffsets": "267,349,427,504,590,674,772,887,966,1031,1121,1188,1247,1337,1401,1465,1528,1597,1661,1715,1827,1885,1947,2001,2073,2195,2282,2363,2503,2580,2661,2752,2806,2857,2923,2993,3070,3157,3228,3305,3374,3443,3534,3606,3695,3784,3858,3930,4016,4066,4132,4212,4296,4358,4422,4485,4585,4682,4774,4873,4931,4986,5064"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2979,3061,3139,3216,3302,3386,3484,3599,3678,3743,3833,3900,3959,4049,4113,4177,4240,4309,4373,4427,4539,4597,4659,4713,4785,4907,4994,5075,5215,5292,5373,5464,5518,5569,5635,5705,5782,5869,5940,6017,6086,6155,6246,6318,6407,6496,6570,6642,6728,6778,6844,6924,7008,7070,7134,7197,7297,7394,7486,7585,7643,7698",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,81,77,76,85,83,97,114,78,64,89,66,58,89,63,63,62,68,63,53,111,57,61,53,71,121,86,80,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,77",
+ "endOffsets": "317,3056,3134,3211,3297,3381,3479,3594,3673,3738,3828,3895,3954,4044,4108,4172,4235,4304,4368,4422,4534,4592,4654,4708,4780,4902,4989,5070,5210,5287,5368,5459,5513,5564,5630,5700,5777,5864,5935,6012,6081,6150,6241,6313,6402,6491,6565,6637,6723,6773,6839,6919,7003,7065,7129,7192,7292,7389,7481,7580,7638,7693,7771"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-en-rGB\\values-en-rGB.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7859",
+ "endColumns": "100",
+ "endOffsets": "7955"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-ar_values-ar.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ar\\values-ar.xml",
+ "from": {
+ "startLines": "2,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,465,543,619,703,795,878,979,1098,1175,1238,1329,1398,1465,1565,1628,1693,1754,1822,1884,1942,2056,2116,2177,2234,2307,2430,2511,2591,2739,2820,2901,2990,3043,3097,3163,3241,3321,3405,3477,3551,3624,3694,3785,3856,3946,4041,4115,4198,4291,4340,4409,4495,4580,4642,4706,4769,4878,4970,5067,5160,5217,5275",
+ "endLines": "9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71",
+ "endColumns": "12,77,75,83,91,82,100,118,76,62,90,68,66,99,62,64,60,67,61,57,113,59,60,56,72,122,80,79,147,80,80,88,52,53,65,77,79,83,71,73,72,69,90,70,89,94,73,82,92,48,68,85,84,61,63,62,108,91,96,92,56,57,79",
+ "endOffsets": "460,538,614,698,790,873,974,1093,1170,1233,1324,1393,1460,1560,1623,1688,1749,1817,1879,1937,2051,2111,2172,2229,2302,2425,2506,2586,2734,2815,2896,2985,3038,3092,3158,3236,3316,3400,3472,3546,3619,3689,3780,3851,3941,4036,4110,4193,4286,4335,4404,4490,4575,4637,4701,4764,4873,4965,5062,5155,5212,5270,5350"
+ },
+ "to": {
+ "startLines": "2,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3169,3247,3323,3407,3499,3582,3683,3802,3879,3942,4033,4102,4169,4269,4332,4397,4458,4526,4588,4646,4760,4820,4881,4938,5011,5134,5215,5295,5443,5524,5605,5694,5747,5801,5867,5945,6025,6109,6181,6255,6328,6398,6489,6560,6650,6745,6819,6902,6995,7044,7113,7199,7284,7346,7410,7473,7582,7674,7771,7864,7921,7979",
+ "endLines": "9,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98",
+ "endColumns": "12,77,75,83,91,82,100,118,76,62,90,68,66,99,62,64,60,67,61,57,113,59,60,56,72,122,80,79,147,80,80,88,52,53,65,77,79,83,71,73,72,69,90,70,89,94,73,82,92,48,68,85,84,61,63,62,108,91,96,92,56,57,79",
+ "endOffsets": "510,3242,3318,3402,3494,3577,3678,3797,3874,3937,4028,4097,4164,4264,4327,4392,4453,4521,4583,4641,4755,4815,4876,4933,5006,5129,5210,5290,5438,5519,5600,5689,5742,5796,5862,5940,6020,6104,6176,6250,6323,6393,6484,6555,6645,6740,6814,6897,6990,7039,7108,7194,7279,7341,7405,7468,7577,7669,7766,7859,7916,7974,8054"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ar\\values-ar.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,317,424,506,607,721,801,880,971,1064,1156,1250,1350,1443,1538,1631,1722,1816,1895,2000,2098,2196,2304,2404,2507,2662,2759",
+ "endColumns": "107,103,106,81,100,113,79,78,90,92,91,93,99,92,94,92,90,93,78,104,97,97,107,99,102,154,96,81",
+ "endOffsets": "208,312,419,501,602,716,796,875,966,1059,1151,1245,1345,1438,1533,1626,1717,1811,1890,1995,2093,2191,2299,2399,2502,2657,2754,2836"
+ },
+ "to": {
+ "startLines": "10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,99",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "515,623,727,834,916,1017,1131,1211,1290,1381,1474,1566,1660,1760,1853,1948,2041,2132,2226,2305,2410,2508,2606,2714,2814,2917,3072,8059",
+ "endColumns": "107,103,106,81,100,113,79,78,90,92,91,93,99,92,94,92,90,93,78,104,97,97,107,99,102,154,96,81",
+ "endOffsets": "618,722,829,911,1012,1126,1206,1285,1376,1469,1561,1655,1755,1848,1943,2036,2127,2221,2300,2405,2503,2601,2709,2809,2912,3067,3164,8136"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-ar\\values-ar.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "100",
+ "startColumns": "4",
+ "startOffsets": "8141",
+ "endColumns": "100",
+ "endOffsets": "8237"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-cs_values-cs.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-cs\\values-cs.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8093",
+ "endColumns": "100",
+ "endOffsets": "8189"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-cs\\values-cs.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,368,446,524,601,704,796,888,1014,1095,1160,1259,1335,1396,1485,1549,1616,1670,1738,1798,1852,1969,2029,2091,2145,2217,2339,2423,2515,2652,2730,2812,2900,2954,3005,3071,3143,3220,3304,3376,3453,3527,3598,3686,3757,3850,3945,4019,4093,4189,4241,4308,4394,4482,4544,4608,4671,4781,4877,4976,5074,5132,5187",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,77,77,76,102,91,91,125,80,64,98,75,60,88,63,66,53,67,59,53,116,59,61,53,71,121,83,91,136,77,81,87,53,50,65,71,76,83,71,76,73,70,87,70,92,94,73,73,95,51,66,85,87,61,63,62,109,95,98,97,57,54,78",
+ "endOffsets": "363,441,519,596,699,791,883,1009,1090,1155,1254,1330,1391,1480,1544,1611,1665,1733,1793,1847,1964,2024,2086,2140,2212,2334,2418,2510,2647,2725,2807,2895,2949,3000,3066,3138,3215,3299,3371,3448,3522,3593,3681,3752,3845,3940,4014,4088,4184,4236,4303,4389,4477,4539,4603,4666,4776,4872,4971,5069,5127,5182,5261"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3112,3190,3268,3345,3448,3540,3632,3758,3839,3904,4003,4079,4140,4229,4293,4360,4414,4482,4542,4596,4713,4773,4835,4889,4961,5083,5167,5259,5396,5474,5556,5644,5698,5749,5815,5887,5964,6048,6120,6197,6271,6342,6430,6501,6594,6689,6763,6837,6933,6985,7052,7138,7226,7288,7352,7415,7525,7621,7720,7818,7876,7931",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,77,77,76,102,91,91,125,80,64,98,75,60,88,63,66,53,67,59,53,116,59,61,53,71,121,83,91,136,77,81,87,53,50,65,71,76,83,71,76,73,70,87,70,92,94,73,73,95,51,66,85,87,61,63,62,109,95,98,97,57,54,78",
+ "endOffsets": "413,3185,3263,3340,3443,3535,3627,3753,3834,3899,3998,4074,4135,4224,4288,4355,4409,4477,4537,4591,4708,4768,4830,4884,4956,5078,5162,5254,5391,5469,5551,5639,5693,5744,5810,5882,5959,6043,6115,6192,6266,6337,6425,6496,6589,6684,6758,6832,6928,6980,7047,7133,7221,7283,7347,7410,7520,7616,7715,7813,7871,7926,8005"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-cs\\values-cs.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,314,424,510,615,732,810,886,977,1070,1165,1259,1353,1446,1541,1638,1729,1820,1904,2008,2120,2219,2325,2436,2538,2701,2799",
+ "endColumns": "106,101,109,85,104,116,77,75,90,92,94,93,93,92,94,96,90,90,83,103,111,98,105,110,101,162,97,82",
+ "endOffsets": "207,309,419,505,610,727,805,881,972,1065,1160,1254,1348,1441,1536,1633,1724,1815,1899,2003,2115,2214,2320,2431,2533,2696,2794,2877"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "418,525,627,737,823,928,1045,1123,1199,1290,1383,1478,1572,1666,1759,1854,1951,2042,2133,2217,2321,2433,2532,2638,2749,2851,3014,8010",
+ "endColumns": "106,101,109,85,104,116,77,75,90,92,94,93,93,92,94,96,90,90,83,103,111,98,105,110,101,162,97,82",
+ "endOffsets": "520,622,732,818,923,1040,1118,1194,1285,1378,1473,1567,1661,1754,1849,1946,2037,2128,2212,2316,2428,2527,2633,2744,2846,3009,3107,8088"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-sw720dp-v13_values-sw720dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw720dp-v13\\values-sw720dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15118,15162,15206,15247,15291,15335,15379,15423,15467,15511,15555,15599,15643,15687,15729,15773,15817,15861,15905,15949,15993,16037,16081,16125,16169,16211,16255,16299,16343,16387,16431,16475,16519,16563,16607,16651,16693,16737,16781,16825,16869,16913,16957,17001,17045,17089,17133,17175,17219,17263,17307,17351,17395,17439,17483,17527,17571,17615,17657,17701,17745,17789,17833,17877,17921,17965,18009,18053,18097,18139,18183,18227,18271,18315,18359,18403,18447,18491,18535,18579,18621,18665,18709,18753,18797,18841,18885,18929,18973,19017,19061,19103,19142,19186,19230,19274,19318,19362,19406,19450,19494,19538,19582,19624,19668,19712,19756,19800,19844,19888,19932,19976,20020,20064,20106,20150,20194,20238,20282,20326,20370,20414,20458,20502,20546,20588,20632,20676,20720,20764,20808,20852,20896,20940,20984,21028,21070,21114,21158,21202,21246,21290,21334,21378,21422,21466,21510,21552,21596,21640,21684,21728,21772,21816,21860,21904,21948,21992,22034,22078,22122,22166,22210,22254,22298,22342,22386,22430,22474,22516,22560,22604,22648,22692,22736,22780,22824,22868,22912,22956,22998,23042,23086,23130,23174,23218,23262,23306,23350,23394,23438,23480,23524,23568,23612,23656,23700,23744,23788,23832,23876,23920,23962,24002,24046,24088,24130,24172,24214,24256,24298,24340,24382,24424,24466,24506,24548,24590,24632,24674,24716,24758,24800,24842,24884,24926,24966,25008,25050,25092,25134,25176,25218,25260,25302,25344,25386,25426,25468,25510,25552,25594,25636,25678,25720,25762,25804,25846,25886,25933,25980,26027,26074,26121,26168,26215,26262,26309,26356,26401,26448,26495,26542,26589,26636,26683,26730,26777,26824,26871,26916,26963,27010,27057,27104,27151,27198,27245,27292,27339,27386,27431,27478,27525,27573,27621,27669,27717,27765,27813,27861,27909,27954,28002,28050,28098,28146,28194,28242,28290,28338,28386,28434,28480,28528,28574,28620,28666",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,47,47,47,47,47,47,47,47,44,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15113,15157,15201,15242,15286,15330,15374,15418,15462,15506,15550,15594,15638,15682,15724,15768,15812,15856,15900,15944,15988,16032,16076,16120,16164,16206,16250,16294,16338,16382,16426,16470,16514,16558,16602,16646,16688,16732,16776,16820,16864,16908,16952,16996,17040,17084,17128,17170,17214,17258,17302,17346,17390,17434,17478,17522,17566,17610,17652,17696,17740,17784,17828,17872,17916,17960,18004,18048,18092,18134,18178,18222,18266,18310,18354,18398,18442,18486,18530,18574,18616,18660,18704,18748,18792,18836,18880,18924,18968,19012,19056,19098,19137,19181,19225,19269,19313,19357,19401,19445,19489,19533,19577,19619,19663,19707,19751,19795,19839,19883,19927,19971,20015,20059,20101,20145,20189,20233,20277,20321,20365,20409,20453,20497,20541,20583,20627,20671,20715,20759,20803,20847,20891,20935,20979,21023,21065,21109,21153,21197,21241,21285,21329,21373,21417,21461,21505,21547,21591,21635,21679,21723,21767,21811,21855,21899,21943,21987,22029,22073,22117,22161,22205,22249,22293,22337,22381,22425,22469,22511,22555,22599,22643,22687,22731,22775,22819,22863,22907,22951,22993,23037,23081,23125,23169,23213,23257,23301,23345,23389,23433,23475,23519,23563,23607,23651,23695,23739,23783,23827,23871,23915,23957,23997,24041,24083,24125,24167,24209,24251,24293,24335,24377,24419,24461,24501,24543,24585,24627,24669,24711,24753,24795,24837,24879,24921,24961,25003,25045,25087,25129,25171,25213,25255,25297,25339,25381,25421,25463,25505,25547,25589,25631,25673,25715,25757,25799,25841,25881,25928,25975,26022,26069,26116,26163,26210,26257,26304,26351,26396,26443,26490,26537,26584,26631,26678,26725,26772,26819,26866,26911,26958,27005,27052,27099,27146,27193,27240,27287,27334,27381,27426,27473,27520,27568,27616,27664,27712,27760,27808,27856,27904,27949,27997,28045,28093,28141,28189,28237,28285,28333,28381,28429,28475,28523,28569,28615,28661,28707"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16549,16593,16637,16719,16763,16807,16851,16895,16939,16983,17027,17071,17115,17159,17243,17287,17331,17375,17419,17463,17507,17551,17595,17639,17683,17767,17811,17855,17899,17943,17987,18031,18075,18119,18163,18207,18291,18335,18379,18423,18467,18511,18555,18599,18643,18687,18731,18815,18859,18903,18947,18991,19035,19079,19123,19167,19211,19255,19339,19383,19427,19471,19515,19559,19603,19647,19691,19735,19779,19863,19907,19951,19995,20039,20083,20127,20171,20215,20259,20303,20387,20431,20475,20519,20563,20607,20651,20695,20739,20783,20827,20911,20989,21033,21077,21121,21165,21209,21253,21297,21341,21385,21429,21513,21557,21601,21645,21689,21733,21777,21821,21865,21909,21953,22037,22081,22125,22169,22213,22257,22301,22345,22389,22433,22477,22561,22605,22649,22693,22737,22781,22825,22869,22913,22957,23001,23085,23129,23173,23217,23261,23305,23349,23393,23437,23481,23525,23609,23653,23697,23741,23785,23829,23873,23917,23961,24005,24049,24133,24177,24221,24265,24309,24353,24397,24441,24485,24529,24573,24657,24701,24745,24789,24833,24877,24921,24965,25009,25053,25097,25181,25225,25269,25313,25357,25401,25445,25489,25533,25577,25621,25705,25749,25793,25837,25881,25925,25969,26013,26057,26101,26145,26229,26309,26353,26437,26521,26605,26689,26773,26857,26941,27025,27109,27193,27273,27357,27441,27525,27609,27693,27777,27861,27945,28029,28113,28193,28277,28361,28445,28529,28613,28697,28781,28865,28949,29033,29113,29197,29281,29365,29449,29533,29617,29701,29785,29869,29953,30033,30080,30127,30174,30221,30268,30315,30362,30409,30456,30503,30548,30595,30642,30689,30736,30783,30830,30877,30924,30971,31018,31063,31110,31157,31204,31251,31298,31345,31392,31439,31486,31533,31578,31625,31672,31720,31768,31816,31864,31912,31960,32008,32056,32101,32149,32197,32245,32293,32341,32389,32437,32485,32533,32581,32627,32675,32721,32767,32813",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,47,47,47,47,47,47,47,47,44,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16544,16588,16632,16673,16758,16802,16846,16890,16934,16978,17022,17066,17110,17154,17196,17282,17326,17370,17414,17458,17502,17546,17590,17634,17678,17720,17806,17850,17894,17938,17982,18026,18070,18114,18158,18202,18244,18330,18374,18418,18462,18506,18550,18594,18638,18682,18726,18768,18854,18898,18942,18986,19030,19074,19118,19162,19206,19250,19292,19378,19422,19466,19510,19554,19598,19642,19686,19730,19774,19816,19902,19946,19990,20034,20078,20122,20166,20210,20254,20298,20340,20426,20470,20514,20558,20602,20646,20690,20734,20778,20822,20864,20945,21028,21072,21116,21160,21204,21248,21292,21336,21380,21424,21466,21552,21596,21640,21684,21728,21772,21816,21860,21904,21948,21990,22076,22120,22164,22208,22252,22296,22340,22384,22428,22472,22514,22600,22644,22688,22732,22776,22820,22864,22908,22952,22996,23038,23124,23168,23212,23256,23300,23344,23388,23432,23476,23520,23562,23648,23692,23736,23780,23824,23868,23912,23956,24000,24044,24086,24172,24216,24260,24304,24348,24392,24436,24480,24524,24568,24610,24696,24740,24784,24828,24872,24916,24960,25004,25048,25092,25134,25220,25264,25308,25352,25396,25440,25484,25528,25572,25616,25658,25744,25788,25832,25876,25920,25964,26008,26052,26096,26140,26182,26264,26348,26390,26474,26558,26642,26726,26810,26894,26978,27062,27146,27228,27310,27394,27478,27562,27646,27730,27814,27898,27982,28066,28148,28230,28314,28398,28482,28566,28650,28734,28818,28902,28986,29068,29150,29234,29318,29402,29486,29570,29654,29738,29822,29906,29988,30075,30122,30169,30216,30263,30310,30357,30404,30451,30498,30543,30590,30637,30684,30731,30778,30825,30872,30919,30966,31013,31058,31105,31152,31199,31246,31293,31340,31387,31434,31481,31528,31573,31620,31667,31715,31763,31811,31859,31907,31955,32003,32051,32096,32144,32192,32240,32288,32336,32384,32432,32480,32528,32576,32622,32670,32716,32762,32808,32854"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw720dp-v13\\values-sw720dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1569,1611,1653,1695,1737,1779,1821,1863,1902,1944,1986,2028,2070,2112,2154,2196,2238,2280,2322,2362,2404,2446,2488,2530,2572,2614,2656,2698,2740,2782,2822,2864,2906,2948,2990,3032,3074,3116,3158,3200,3242,3282,3324,3366,3408,3450,3492,3534,3576,3618,3660,3702,3742,3784,3826,3868,3910,3952,3994,4036,4078,4120,4162",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,41,41,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1564,1606,1648,1690,1732,1774,1816,1858,1897,1939,1981,2023,2065,2107,2149,2191,2233,2275,2317,2357,2399,2441,2483,2525,2567,2609,2651,2693,2735,2777,2817,2859,2901,2943,2985,3027,3069,3111,3153,3195,3237,3277,3319,3361,3403,3445,3487,3529,3571,3613,3655,3697,3737,3779,3821,3863,3905,3947,3989,4031,4073,4115,4157,4197"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16678,17201,17725,18249,18773,19297,19821,20345,20869,20950,21471,21995,22519,23043,23567,24091,24615,25139,25663,26187,26269,26395,26479,26563,26647,26731,26815,26899,26983,27067,27151,27233,27315,27399,27483,27567,27651,27735,27819,27903,27987,28071,28153,28235,28319,28403,28487,28571,28655,28739,28823,28907,28991,29073,29155,29239,29323,29407,29491,29575,29659,29743,29827,29911,29993",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,41,41,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16714,17238,17762,18286,18810,19334,19858,20382,20906,20984,21508,22032,22556,23080,23604,24128,24652,25176,25700,26224,26304,26432,26516,26600,26684,26768,26852,26936,27020,27104,27188,27268,27352,27436,27520,27604,27688,27772,27856,27940,28024,28108,28188,28272,28356,28440,28524,28608,28692,28776,28860,28944,29028,29108,29192,29276,29360,29444,29528,29612,29696,29780,29864,29948,30028"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-te_values-te.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-te\\values-te.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,276,365,455,541,639,726,830,946,1037,1103,1197,1264,1326,1419,1483,1551,1614,1688,1753,1807,1928,1985,2047,2101,2180,2308,2396,2488,2633,2713,2795,2883,2941,2993,3059,3134,3212,3302,3375,3451,3532,3601,3706,3783,3874,3967,4041,4118,4210,4265,4331,4415,4501,4564,4629,4693,4803,4915,5014,5133,5197,5253",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,88,89,85,97,86,103,115,90,65,93,66,61,92,63,67,62,73,64,53,120,56,61,53,78,127,87,91,144,79,81,87,57,51,65,74,77,89,72,75,80,68,104,76,90,92,73,76,91,54,65,83,85,62,64,63,109,111,98,118,63,55,82",
+ "endOffsets": "271,360,450,536,634,721,825,941,1032,1098,1192,1259,1321,1414,1478,1546,1609,1683,1748,1802,1923,1980,2042,2096,2175,2303,2391,2483,2628,2708,2790,2878,2936,2988,3054,3129,3207,3297,3370,3446,3527,3596,3701,3778,3869,3962,4036,4113,4205,4260,4326,4410,4496,4559,4624,4688,4798,4910,5009,5128,5192,5248,5331"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3080,3169,3259,3345,3443,3530,3634,3750,3841,3907,4001,4068,4130,4223,4287,4355,4418,4492,4557,4611,4732,4789,4851,4905,4984,5112,5200,5292,5437,5517,5599,5687,5745,5797,5863,5938,6016,6106,6179,6255,6336,6405,6510,6587,6678,6771,6845,6922,7014,7069,7135,7219,7305,7368,7433,7497,7607,7719,7818,7937,8001,8057",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,88,89,85,97,86,103,115,90,65,93,66,61,92,63,67,62,73,64,53,120,56,61,53,78,127,87,91,144,79,81,87,57,51,65,74,77,89,72,75,80,68,104,76,90,92,73,76,91,54,65,83,85,62,64,63,109,111,98,118,63,55,82",
+ "endOffsets": "321,3164,3254,3340,3438,3525,3629,3745,3836,3902,3996,4063,4125,4218,4282,4350,4413,4487,4552,4606,4727,4784,4846,4900,4979,5107,5195,5287,5432,5512,5594,5682,5740,5792,5858,5933,6011,6101,6174,6250,6331,6400,6505,6582,6673,6766,6840,6917,7009,7064,7130,7214,7300,7363,7428,7492,7602,7714,7813,7932,7996,8052,8135"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-te\\values-te.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8223",
+ "endColumns": "100",
+ "endOffsets": "8319"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-te\\values-te.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,222,334,447,537,642,761,839,915,1006,1099,1194,1288,1388,1481,1576,1671,1762,1853,1942,2056,2160,2259,2374,2479,2594,2756,2859",
+ "endColumns": "116,111,112,89,104,118,77,75,90,92,94,93,99,92,94,94,90,90,88,113,103,98,114,104,114,161,102,82",
+ "endOffsets": "217,329,442,532,637,756,834,910,1001,1094,1189,1283,1383,1476,1571,1666,1757,1848,1937,2051,2155,2254,2369,2474,2589,2751,2854,2937"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "326,443,555,668,758,863,982,1060,1136,1227,1320,1415,1509,1609,1702,1797,1892,1983,2074,2163,2277,2381,2480,2595,2700,2815,2977,8140",
+ "endColumns": "116,111,112,89,104,118,77,75,90,92,94,93,99,92,94,94,90,90,88,113,103,98,114,104,114,161,102,82",
+ "endOffsets": "438,550,663,753,858,977,1055,1131,1222,1315,1410,1504,1604,1697,1792,1887,1978,2069,2158,2272,2376,2475,2590,2695,2810,2972,3075,8218"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-hdpi-v4_values-hdpi-v4.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-hdpi-v4\\values-hdpi-v4.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "6",
+ "endColumns": "13",
+ "endOffsets": "327"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-watch-v21_values-watch-v21.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-watch-v21\\values-watch-v21.xml",
+ "from": {
+ "startLines": "2,6,10",
+ "startColumns": "4,4,4",
+ "startOffsets": "55,271,499",
+ "endLines": "5,9,13",
+ "endColumns": "12,12,12",
+ "endOffsets": "266,494,724"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-sw420dp-v13_values-sw420dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw420dp-v13\\values-sw420dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16915,16958,17001,17044,17087,17128,17171,17214,17257,17300,17343,17386,17429,17472,17515,17558,17599,17642,17685,17728,17771,17814,17857,17900,17943,17986,18029,18070,18113,18156,18199,18242,18285,18328,18371,18414,18457,18500,18541,18584,18627,18670,18713,18756,18799,18842,18885,18928,18971,19012,19051,19094,19137,19180,19223,19266,19309,19352,19395,19438,19481,19522,19565,19608,19651,19694,19737,19780,19823,19866,19909,19952,19993,20036,20079,20122,20165,20208,20251,20294,20337,20380,20423,20464,20507,20550,20593,20636,20679,20722,20765,20808,20851,20894,20935,20978,21021,21064,21107,21150,21193,21236,21279,21322,21365,21406,21449,21492,21535,21578,21621,21664,21707,21750,21793,21836,21877,21920,21963,22006,22049,22092,22135,22178,22221,22264,22307,22348,22391,22434,22477,22520,22563,22606,22649,22692,22735,22778,22819,22862,22905,22948,22991,23034,23077,23120,23163,23206,23249,23290,23333,23376,23419,23462,23505,23548,23591,23634,23677,23720,23761,23800,23843,23884,23925,23966,24007,24048,24089,24130,24171,24212,24253,24292,24333,24374,24416,24458,24500,24542,24584,24626,24668,24710,24749,24791,24833,24875,24917,24959,25001,25043,25085,25127,25169,25209,25251,25293,25335,25377,25419,25461,25503,25545,25587,25629,25669,25716,25763,25810,25857,25904,25951,25998,26045,26092,26139,26184,26231,26278,26325,26372,26419,26466,26513,26560,26607,26654,26699,26746,26793,26840,26887,26934,26981,27028,27075,27122,27169,27214,27261,27308,27355,27402,27449,27496,27543,27590,27637,27684,27729,27776,27823,27870,27917,27964,28011,28058,28105,28152,28199,28244,28291,28336,28381,28427",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,40,40,40,38,40,40,41,41,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,44,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16910,16953,16996,17039,17082,17123,17166,17209,17252,17295,17338,17381,17424,17467,17510,17553,17594,17637,17680,17723,17766,17809,17852,17895,17938,17981,18024,18065,18108,18151,18194,18237,18280,18323,18366,18409,18452,18495,18536,18579,18622,18665,18708,18751,18794,18837,18880,18923,18966,19007,19046,19089,19132,19175,19218,19261,19304,19347,19390,19433,19476,19517,19560,19603,19646,19689,19732,19775,19818,19861,19904,19947,19988,20031,20074,20117,20160,20203,20246,20289,20332,20375,20418,20459,20502,20545,20588,20631,20674,20717,20760,20803,20846,20889,20930,20973,21016,21059,21102,21145,21188,21231,21274,21317,21360,21401,21444,21487,21530,21573,21616,21659,21702,21745,21788,21831,21872,21915,21958,22001,22044,22087,22130,22173,22216,22259,22302,22343,22386,22429,22472,22515,22558,22601,22644,22687,22730,22773,22814,22857,22900,22943,22986,23029,23072,23115,23158,23201,23244,23285,23328,23371,23414,23457,23500,23543,23586,23629,23672,23715,23756,23795,23838,23879,23920,23961,24002,24043,24084,24125,24166,24207,24248,24287,24328,24369,24411,24453,24495,24537,24579,24621,24663,24705,24744,24786,24828,24870,24912,24954,24996,25038,25080,25122,25164,25204,25246,25288,25330,25372,25414,25456,25498,25540,25582,25624,25664,25711,25758,25805,25852,25899,25946,25993,26040,26087,26134,26179,26226,26273,26320,26367,26414,26461,26508,26555,26602,26649,26694,26741,26788,26835,26882,26929,26976,27023,27070,27117,27164,27209,27256,27303,27350,27397,27444,27491,27538,27585,27632,27679,27724,27771,27818,27865,27912,27959,28006,28053,28100,28147,28194,28239,28286,28331,28376,28422,28468"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17486,17529,17572,17615,17658,17740,17783,17826,17869,17912,17955,17998,18041,18084,18127,18170,18252,18295,18338,18381,18424,18467,18510,18553,18596,18639,18682,18764,18807,18850,18893,18936,18979,19022,19065,19108,19151,19194,19276,19319,19362,19405,19448,19491,19534,19577,19620,19663,19706,19788,19831,19874,19917,19960,20003,20046,20089,20132,20175,20218,20300,20343,20386,20429,20472,20515,20558,20601,20644,20687,20730,20812,20890,20933,20976,21019,21062,21105,21148,21191,21234,21277,21320,21402,21445,21488,21531,21574,21617,21660,21703,21746,21789,21832,21914,21957,22000,22043,22086,22129,22172,22215,22258,22301,22344,22426,22469,22512,22555,22598,22641,22684,22727,22770,22813,22856,22938,22981,23024,23067,23110,23153,23196,23239,23282,23325,23368,23450,23493,23536,23579,23622,23665,23708,23751,23794,23837,23880,23962,24005,24048,24091,24134,24177,24220,24263,24306,24349,24392,24474,24517,24560,24603,24646,24689,24732,24775,24818,24861,24904,24986,25029,25072,25115,25158,25201,25244,25287,25330,25373,25416,25498,25541,25584,25627,25670,25713,25756,25799,25842,25885,25928,26010,26088,26131,26213,26295,26377,26459,26541,26623,26705,26787,26869,26951,27029,27111,27193,27277,27361,27445,27529,27613,27697,27781,27865,27943,28027,28111,28195,28279,28363,28447,28531,28615,28699,28783,28863,28947,29031,29115,29199,29283,29367,29451,29535,29619,29703,29783,29830,29877,29924,29971,30018,30065,30112,30159,30206,30253,30298,30345,30392,30439,30486,30533,30580,30627,30674,30721,30768,30813,30860,30907,30954,31001,31048,31095,31142,31189,31236,31283,31328,31375,31422,31469,31516,31563,31610,31657,31704,31751,31798,31843,31890,31937,31984,32031,32078,32125,32172,32219,32266,32313,32358,32405,32450,32495,32541",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,40,40,40,38,40,40,41,41,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,44,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17481,17524,17567,17610,17653,17694,17778,17821,17864,17907,17950,17993,18036,18079,18122,18165,18206,18290,18333,18376,18419,18462,18505,18548,18591,18634,18677,18718,18802,18845,18888,18931,18974,19017,19060,19103,19146,19189,19230,19314,19357,19400,19443,19486,19529,19572,19615,19658,19701,19742,19826,19869,19912,19955,19998,20041,20084,20127,20170,20213,20254,20338,20381,20424,20467,20510,20553,20596,20639,20682,20725,20766,20846,20928,20971,21014,21057,21100,21143,21186,21229,21272,21315,21356,21440,21483,21526,21569,21612,21655,21698,21741,21784,21827,21868,21952,21995,22038,22081,22124,22167,22210,22253,22296,22339,22380,22464,22507,22550,22593,22636,22679,22722,22765,22808,22851,22892,22976,23019,23062,23105,23148,23191,23234,23277,23320,23363,23404,23488,23531,23574,23617,23660,23703,23746,23789,23832,23875,23916,24000,24043,24086,24129,24172,24215,24258,24301,24344,24387,24428,24512,24555,24598,24641,24684,24727,24770,24813,24856,24899,24940,25024,25067,25110,25153,25196,25239,25282,25325,25368,25411,25452,25536,25579,25622,25665,25708,25751,25794,25837,25880,25923,25964,26044,26126,26167,26249,26331,26413,26495,26577,26659,26741,26823,26905,26985,27065,27147,27230,27314,27398,27482,27566,27650,27734,27818,27899,27980,28064,28148,28232,28316,28400,28484,28568,28652,28736,28818,28900,28984,29068,29152,29236,29320,29404,29488,29572,29656,29738,29825,29872,29919,29966,30013,30060,30107,30154,30201,30248,30293,30340,30387,30434,30481,30528,30575,30622,30669,30716,30763,30808,30855,30902,30949,30996,31043,31090,31137,31184,31231,31278,31323,31370,31417,31464,31511,31558,31605,31652,31699,31746,31793,31838,31885,31932,31979,32026,32073,32120,32167,32214,32261,32308,32353,32400,32445,32490,32536,32582"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw420dp-v13\\values-sw420dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1732,1773,1814,1855,1894,1935,1976,2017,2058,2099,2140,2181,2222,2263,2304,2343,2384,2425,2466,2507,2548,2589,2630,2671,2712,2753,2792,2833,2874,2916,2958,3000,3042,3084,3126,3168,3210,3249,3291,3333,3375,3417,3459,3501,3543,3585,3627,3669,3709,3751,3793,3835,3877,3919,3961,4003,4045,4087,4129",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,41,41,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1727,1768,1809,1850,1889,1930,1971,2012,2053,2094,2135,2176,2217,2258,2299,2338,2379,2420,2461,2502,2543,2584,2625,2666,2707,2748,2787,2828,2869,2911,2953,2995,3037,3079,3121,3163,3205,3244,3286,3328,3370,3412,3454,3496,3538,3580,3622,3664,3704,3746,3788,3830,3872,3914,3956,3998,4040,4082,4124,4164"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17699,18211,18723,19235,19747,20259,20771,20851,21361,21873,22385,22897,23409,23921,24433,24945,25457,25969,26049,26172,26254,26336,26418,26500,26582,26664,26746,26828,26910,26990,27070,27152,27235,27319,27403,27487,27571,27655,27739,27823,27904,27985,28069,28153,28237,28321,28405,28489,28573,28657,28741,28823,28905,28989,29073,29157,29241,29325,29409,29493,29577,29661,29743",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,41,41,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17735,18247,18759,19271,19783,20295,20807,20885,21397,21909,22421,22933,23445,23957,24469,24981,25493,26005,26083,26208,26290,26372,26454,26536,26618,26700,26782,26864,26946,27024,27106,27188,27272,27356,27440,27524,27608,27692,27776,27860,27938,28022,28106,28190,28274,28358,28442,28526,28610,28694,28778,28858,28942,29026,29110,29194,29278,29362,29446,29530,29614,29698,29778"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-v24_values-v24.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-v24\\values-v24.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,9,12,15",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,140,239,326,427,626,839,1040",
+ "endLines": "2,3,4,5,8,11,14,17",
+ "endColumns": "84,98,86,100,10,10,10,10",
+ "endOffsets": "135,234,321,422,621,834,1035,1250"
+ },
+ "to": {
+ "startLines": "4,5,6,7,8,11,14,17",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "347,432,531,618,719,918,1131,1332",
+ "endLines": "4,5,6,7,10,13,16,19",
+ "endColumns": "84,98,86,100,10,10,10,10",
+ "endOffsets": "427,526,613,714,913,1126,1327,1542"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-v24\\values-v24.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,212",
+ "endColumns": "156,134",
+ "endOffsets": "207,342"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-sw_values-sw.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-sw\\values-sw.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,208,307,415,505,610,727,810,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1911,2012,2120,2219,2326,2438,2542,2704,2801",
+ "endColumns": "102,98,107,89,104,116,82,81,90,92,94,93,99,92,94,93,90,90,81,100,107,98,106,111,103,161,96,82",
+ "endOffsets": "203,302,410,500,605,722,805,887,978,1071,1166,1260,1360,1453,1548,1642,1733,1824,1906,2007,2115,2214,2321,2433,2537,2699,2796,2879"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "309,412,511,619,709,814,931,1014,1096,1187,1280,1375,1469,1569,1662,1757,1851,1942,2033,2115,2216,2324,2423,2530,2642,2746,2908,8016",
+ "endColumns": "102,98,107,89,104,116,82,81,90,92,94,93,99,92,94,93,90,90,81,100,107,98,106,111,103,161,96,82",
+ "endOffsets": "407,506,614,704,809,926,1009,1091,1182,1275,1370,1464,1564,1657,1752,1846,1937,2028,2110,2211,2319,2418,2525,2637,2741,2903,3000,8094"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-sw\\values-sw.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8099",
+ "endColumns": "100",
+ "endOffsets": "8195"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-sw\\values-sw.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,259,335,409,482,579,668,767,896,979,1047,1139,1212,1275,1361,1423,1486,1551,1619,1682,1736,1868,1925,1987,2041,2115,2253,2334,2414,2546,2631,2718,2806,2860,2913,2979,3051,3133,3223,3295,3370,3441,3514,3611,3685,3780,3877,3951,4036,4136,4189,4257,4345,4435,4497,4561,4624,4741,4851,4962,5074,5132,5189",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,75,73,72,96,88,98,128,82,67,91,72,62,85,61,62,64,67,62,53,131,56,61,53,73,137,80,79,131,84,86,87,53,52,65,71,81,89,71,74,70,72,96,73,94,96,73,84,99,52,67,87,89,61,63,62,116,109,110,111,57,56,80",
+ "endOffsets": "254,330,404,477,574,663,762,891,974,1042,1134,1207,1270,1356,1418,1481,1546,1614,1677,1731,1863,1920,1982,2036,2110,2248,2329,2409,2541,2626,2713,2801,2855,2908,2974,3046,3128,3218,3290,3365,3436,3509,3606,3680,3775,3872,3946,4031,4131,4184,4252,4340,4430,4492,4556,4619,4736,4846,4957,5069,5127,5184,5265"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3005,3081,3155,3228,3325,3414,3513,3642,3725,3793,3885,3958,4021,4107,4169,4232,4297,4365,4428,4482,4614,4671,4733,4787,4861,4999,5080,5160,5292,5377,5464,5552,5606,5659,5725,5797,5879,5969,6041,6116,6187,6260,6357,6431,6526,6623,6697,6782,6882,6935,7003,7091,7181,7243,7307,7370,7487,7597,7708,7820,7878,7935",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,75,73,72,96,88,98,128,82,67,91,72,62,85,61,62,64,67,62,53,131,56,61,53,73,137,80,79,131,84,86,87,53,52,65,71,81,89,71,74,70,72,96,73,94,96,73,84,99,52,67,87,89,61,63,62,116,109,110,111,57,56,80",
+ "endOffsets": "304,3076,3150,3223,3320,3409,3508,3637,3720,3788,3880,3953,4016,4102,4164,4227,4292,4360,4423,4477,4609,4666,4728,4782,4856,4994,5075,5155,5287,5372,5459,5547,5601,5654,5720,5792,5874,5964,6036,6111,6182,6255,6352,6426,6521,6618,6692,6777,6877,6930,6998,7086,7176,7238,7302,7365,7482,7592,7703,7815,7873,7930,8011"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-bn_values-bn.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-bn\\values-bn.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,271,369,462,545,646,738,842,959,1040,1106,1197,1263,1324,1414,1478,1545,1606,1675,1737,1791,1898,1957,2018,2072,2146,2266,2351,2435,2570,2641,2711,2798,2856,2912,2978,3051,3131,3226,3295,3371,3451,3520,3615,3698,3788,3883,3957,4031,4124,4178,4245,4331,4416,4478,4542,4605,4707,4812,4905,5011,5073,5133",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,97,92,82,100,91,103,116,80,65,90,65,60,89,63,66,60,68,61,53,106,58,60,53,73,119,84,83,134,70,69,86,57,55,65,72,79,94,68,75,79,68,94,82,89,94,73,73,92,53,66,85,84,61,63,62,101,104,92,105,61,59,79",
+ "endOffsets": "266,364,457,540,641,733,837,954,1035,1101,1192,1258,1319,1409,1473,1540,1601,1670,1732,1786,1893,1952,2013,2067,2141,2261,2346,2430,2565,2636,2706,2793,2851,2907,2973,3046,3126,3221,3290,3366,3446,3515,3610,3693,3783,3878,3952,4026,4119,4173,4240,4326,4411,4473,4537,4600,4702,4807,4900,5006,5068,5128,5208"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3051,3149,3242,3325,3426,3518,3622,3739,3820,3886,3977,4043,4104,4194,4258,4325,4386,4455,4517,4571,4678,4737,4798,4852,4926,5046,5131,5215,5350,5421,5491,5578,5636,5692,5758,5831,5911,6006,6075,6151,6231,6300,6395,6478,6568,6663,6737,6811,6904,6958,7025,7111,7196,7258,7322,7385,7487,7592,7685,7791,7853,7913",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,97,92,82,100,91,103,116,80,65,90,65,60,89,63,66,60,68,61,53,106,58,60,53,73,119,84,83,134,70,69,86,57,55,65,72,79,94,68,75,79,68,94,82,89,94,73,73,92,53,66,85,84,61,63,62,101,104,92,105,61,59,79",
+ "endOffsets": "316,3144,3237,3320,3421,3513,3617,3734,3815,3881,3972,4038,4099,4189,4253,4320,4381,4450,4512,4566,4673,4732,4793,4847,4921,5041,5126,5210,5345,5416,5486,5573,5631,5687,5753,5826,5906,6001,6070,6146,6226,6295,6390,6473,6563,6658,6732,6806,6899,6953,7020,7106,7191,7253,7317,7380,7482,7587,7680,7786,7848,7908,7988"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-bn\\values-bn.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,319,425,514,619,740,823,905,996,1089,1183,1277,1377,1470,1565,1659,1750,1841,1927,2037,2141,2244,2352,2460,2565,2730,2835",
+ "endColumns": "107,105,105,88,104,120,82,81,90,92,93,93,99,92,94,93,90,90,85,109,103,102,107,107,104,164,104,86",
+ "endOffsets": "208,314,420,509,614,735,818,900,991,1084,1178,1272,1372,1465,1560,1654,1745,1836,1922,2032,2136,2239,2347,2455,2560,2725,2830,2917"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "321,429,535,641,730,835,956,1039,1121,1212,1305,1399,1493,1593,1686,1781,1875,1966,2057,2143,2253,2357,2460,2568,2676,2781,2946,7993",
+ "endColumns": "107,105,105,88,104,120,82,81,90,92,93,93,99,92,94,93,90,90,85,109,103,102,107,107,104,164,104,86",
+ "endOffsets": "424,530,636,725,830,951,1034,1116,1207,1300,1394,1488,1588,1681,1776,1870,1961,2052,2138,2248,2352,2455,2563,2671,2776,2941,3046,8075"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-bn\\values-bn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8080",
+ "endColumns": "100",
+ "endOffsets": "8176"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-bs_values-bs.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-bs\\values-bs.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,226,323,430,516,620,742,827,909,1000,1093,1188,1282,1382,1475,1570,1665,1756,1847,1935,2038,2142,2243,2348,2462,2565,2734,2830",
+ "endColumns": "120,96,106,85,103,121,84,81,90,92,94,93,99,92,94,94,90,90,87,102,103,100,104,113,102,168,95,86",
+ "endOffsets": "221,318,425,511,615,737,822,904,995,1088,1183,1277,1377,1470,1565,1660,1751,1842,1930,2033,2137,2238,2343,2457,2560,2729,2825,2912"
+ },
+ "to": {
+ "startLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "377,498,595,702,788,892,1014,1099,1181,1272,1365,1460,1554,1654,1747,1842,1937,2028,2119,2207,2310,2414,2515,2620,2734,2837,3006,8080",
+ "endColumns": "120,96,106,85,103,121,84,81,90,92,94,93,99,92,94,94,90,90,87,102,103,100,104,113,102,168,95,86",
+ "endOffsets": "493,590,697,783,887,1009,1094,1176,1267,1360,1455,1549,1649,1742,1837,1932,2023,2114,2202,2305,2409,2510,2615,2729,2832,3001,3097,8162"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-bs\\values-bs.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "97",
+ "startColumns": "4",
+ "startOffsets": "8167",
+ "endColumns": "100",
+ "endOffsets": "8263"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-bs\\values-bs.xml",
+ "from": {
+ "startLines": "2,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,327,406,486,568,670,764,860,986,1067,1133,1225,1302,1365,1473,1533,1599,1655,1726,1786,1840,1959,2016,2078,2132,2207,2331,2419,2502,2647,2732,2818,2906,2960,3014,3080,3154,3232,3319,3391,3468,3541,3611,3704,3776,3868,3964,4038,4114,4210,4263,4330,4417,4504,4566,4630,4693,4801,4903,5004,5109,5167,5225",
+ "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "endColumns": "12,78,79,81,101,93,95,125,80,65,91,76,62,107,59,65,55,70,59,53,118,56,61,53,74,123,87,82,144,84,85,87,53,53,65,73,77,86,71,76,72,69,92,71,91,95,73,75,95,52,66,86,86,61,63,62,107,101,100,104,57,57,79",
+ "endOffsets": "322,401,481,563,665,759,855,981,1062,1128,1220,1297,1360,1468,1528,1594,1650,1721,1781,1835,1954,2011,2073,2127,2202,2326,2414,2497,2642,2727,2813,2901,2955,3009,3075,3149,3227,3314,3386,3463,3536,3606,3699,3771,3863,3959,4033,4109,4205,4258,4325,4412,4499,4561,4625,4688,4796,4898,4999,5104,5162,5220,5300"
+ },
+ "to": {
+ "startLines": "2,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3102,3181,3261,3343,3445,3539,3635,3761,3842,3908,4000,4077,4140,4248,4308,4374,4430,4501,4561,4615,4734,4791,4853,4907,4982,5106,5194,5277,5422,5507,5593,5681,5735,5789,5855,5929,6007,6094,6166,6243,6316,6386,6479,6551,6643,6739,6813,6889,6985,7038,7105,7192,7279,7341,7405,7468,7576,7678,7779,7884,7942,8000",
+ "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "endColumns": "12,78,79,81,101,93,95,125,80,65,91,76,62,107,59,65,55,70,59,53,118,56,61,53,74,123,87,82,144,84,85,87,53,53,65,73,77,86,71,76,72,69,92,71,91,95,73,75,95,52,66,86,86,61,63,62,107,101,100,104,57,57,79",
+ "endOffsets": "372,3176,3256,3338,3440,3534,3630,3756,3837,3903,3995,4072,4135,4243,4303,4369,4425,4496,4556,4610,4729,4786,4848,4902,4977,5101,5189,5272,5417,5502,5588,5676,5730,5784,5850,5924,6002,6089,6161,6238,6311,6381,6474,6546,6638,6734,6808,6884,6980,7033,7100,7187,7274,7336,7400,7463,7571,7673,7774,7879,7937,7995,8075"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-da_values-da.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-da\\values-da.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7910",
+ "endColumns": "100",
+ "endOffsets": "8006"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-da\\values-da.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,205,299,415,500,600,713,791,867,958,1051,1144,1238,1332,1425,1520,1618,1709,1800,1879,1987,2094,2190,2303,2406,2507,2660,2757",
+ "endColumns": "99,93,115,84,99,112,77,75,90,92,92,93,93,92,94,97,90,90,78,107,106,95,112,102,100,152,96,79",
+ "endOffsets": "200,294,410,495,595,708,786,862,953,1046,1139,1233,1327,1420,1515,1613,1704,1795,1874,1982,2089,2185,2298,2401,2502,2655,2752,2832"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "322,422,516,632,717,817,930,1008,1084,1175,1268,1361,1455,1549,1642,1737,1835,1926,2017,2096,2204,2311,2407,2520,2623,2724,2877,7830",
+ "endColumns": "99,93,115,84,99,112,77,75,90,92,92,93,93,92,94,97,90,90,78,107,106,95,112,102,100,152,96,79",
+ "endOffsets": "417,511,627,712,812,925,1003,1079,1170,1263,1356,1450,1544,1637,1732,1830,1921,2012,2091,2199,2306,2402,2515,2618,2719,2872,2969,7905"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-da\\values-da.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,272,350,426,504,601,681,781,930,1008,1072,1158,1231,1291,1378,1442,1504,1566,1634,1699,1755,1873,1931,1992,2048,2123,2249,2335,2415,2556,2634,2714,2800,2856,2907,2973,3041,3115,3204,3276,3354,3424,3497,3581,3658,3746,3835,3909,3982,4067,4116,4182,4262,4345,4407,4471,4534,4642,4737,4838,4933,4993,5048",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,75,77,96,79,99,148,77,63,85,72,59,86,63,61,61,67,64,55,117,57,60,55,74,125,85,79,140,77,79,85,55,50,65,67,73,88,71,77,69,72,83,76,87,88,73,72,84,48,65,79,82,61,63,62,107,94,100,94,59,54,79",
+ "endOffsets": "267,345,421,499,596,676,776,925,1003,1067,1153,1226,1286,1373,1437,1499,1561,1629,1694,1750,1868,1926,1987,2043,2118,2244,2330,2410,2551,2629,2709,2795,2851,2902,2968,3036,3110,3199,3271,3349,3419,3492,3576,3653,3741,3830,3904,3977,4062,4111,4177,4257,4340,4402,4466,4529,4637,4732,4833,4928,4988,5043,5123"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2974,3052,3128,3206,3303,3383,3483,3632,3710,3774,3860,3933,3993,4080,4144,4206,4268,4336,4401,4457,4575,4633,4694,4750,4825,4951,5037,5117,5258,5336,5416,5502,5558,5609,5675,5743,5817,5906,5978,6056,6126,6199,6283,6360,6448,6537,6611,6684,6769,6818,6884,6964,7047,7109,7173,7236,7344,7439,7540,7635,7695,7750",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,75,77,96,79,99,148,77,63,85,72,59,86,63,61,61,67,64,55,117,57,60,55,74,125,85,79,140,77,79,85,55,50,65,67,73,88,71,77,69,72,83,76,87,88,73,72,84,48,65,79,82,61,63,62,107,94,100,94,59,54,79",
+ "endOffsets": "317,3047,3123,3201,3298,3378,3478,3627,3705,3769,3855,3928,3988,4075,4139,4201,4263,4331,4396,4452,4570,4628,4689,4745,4820,4946,5032,5112,5253,5331,5411,5497,5553,5604,5670,5738,5812,5901,5973,6051,6121,6194,6278,6355,6443,6532,6606,6679,6764,6813,6879,6959,7042,7104,7168,7231,7339,7434,7535,7630,7690,7745,7825"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-ky_values-ky.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ky\\values-ky.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,216,325,437,522,627,744,823,901,992,1085,1180,1274,1374,1467,1562,1657,1748,1839,1920,2026,2131,2229,2336,2439,2554,2715,2817",
+ "endColumns": "110,108,111,84,104,116,78,77,90,92,94,93,99,92,94,94,90,90,80,105,104,97,106,102,114,160,101,81",
+ "endOffsets": "211,320,432,517,622,739,818,896,987,1080,1175,1269,1369,1462,1557,1652,1743,1834,1915,2021,2126,2224,2331,2434,2549,2710,2812,2894"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,426,535,647,732,837,954,1033,1111,1202,1295,1390,1484,1584,1677,1772,1867,1958,2049,2130,2236,2341,2439,2546,2649,2764,2925,8027",
+ "endColumns": "110,108,111,84,104,116,78,77,90,92,94,93,99,92,94,94,90,90,80,105,104,97,106,102,114,160,101,81",
+ "endOffsets": "421,530,642,727,832,949,1028,1106,1197,1290,1385,1479,1579,1672,1767,1862,1953,2044,2125,2231,2336,2434,2541,2644,2759,2920,3022,8104"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ky\\values-ky.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,348,433,518,633,743,844,985,1069,1133,1227,1297,1358,1445,1508,1572,1631,1705,1767,1821,1938,1996,2057,2111,2185,2307,2391,2487,2619,2697,2775,2864,2925,2980,3046,3115,3192,3279,3351,3427,3509,3582,3667,3746,3836,3928,4002,4087,4177,4229,4294,4379,4464,4526,4590,4653,4770,4864,4964,5059,5124,5183",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,82,84,84,114,109,100,140,83,63,93,69,60,86,62,63,58,73,61,53,116,57,60,53,73,121,83,95,131,77,77,88,60,54,65,68,76,86,71,75,81,72,84,78,89,91,73,84,89,51,64,84,84,61,63,62,116,93,99,94,64,58,81",
+ "endOffsets": "260,343,428,513,628,738,839,980,1064,1128,1222,1292,1353,1440,1503,1567,1626,1700,1762,1816,1933,1991,2052,2106,2180,2302,2386,2482,2614,2692,2770,2859,2920,2975,3041,3110,3187,3274,3346,3422,3504,3577,3662,3741,3831,3923,3997,4082,4172,4224,4289,4374,4459,4521,4585,4648,4765,4859,4959,5054,5119,5178,5260"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3027,3110,3195,3280,3395,3505,3606,3747,3831,3895,3989,4059,4120,4207,4270,4334,4393,4467,4529,4583,4700,4758,4819,4873,4947,5069,5153,5249,5381,5459,5537,5626,5687,5742,5808,5877,5954,6041,6113,6189,6271,6344,6429,6508,6598,6690,6764,6849,6939,6991,7056,7141,7226,7288,7352,7415,7532,7626,7726,7821,7886,7945",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,82,84,84,114,109,100,140,83,63,93,69,60,86,62,63,58,73,61,53,116,57,60,53,73,121,83,95,131,77,77,88,60,54,65,68,76,86,71,75,81,72,84,78,89,91,73,84,89,51,64,84,84,61,63,62,116,93,99,94,64,58,81",
+ "endOffsets": "310,3105,3190,3275,3390,3500,3601,3742,3826,3890,3984,4054,4115,4202,4265,4329,4388,4462,4524,4578,4695,4753,4814,4868,4942,5064,5148,5244,5376,5454,5532,5621,5682,5737,5803,5872,5949,6036,6108,6184,6266,6339,6424,6503,6593,6685,6759,6844,6934,6986,7051,7136,7221,7283,7347,7410,7527,7621,7721,7816,7881,7940,8022"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-ky\\values-ky.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8109",
+ "endColumns": "100",
+ "endOffsets": "8205"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-sr_values-sr.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-sr\\values-sr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "97",
+ "startColumns": "4",
+ "startOffsets": "8129",
+ "endColumns": "100",
+ "endOffsets": "8225"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-sr\\values-sr.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,313,419,505,609,731,815,896,987,1080,1175,1269,1369,1462,1557,1662,1753,1844,1930,2035,2141,2244,2350,2459,2566,2736,2833",
+ "endColumns": "106,100,105,85,103,121,83,80,90,92,94,93,99,92,94,104,90,90,85,104,105,102,105,108,106,169,96,86",
+ "endOffsets": "207,308,414,500,604,726,810,891,982,1075,1170,1264,1364,1457,1552,1657,1748,1839,1925,2030,2136,2239,2345,2454,2561,2731,2828,2915"
+ },
+ "to": {
+ "startLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "371,478,579,685,771,875,997,1081,1162,1253,1346,1441,1535,1635,1728,1823,1928,2019,2110,2196,2301,2407,2510,2616,2725,2832,3002,8042",
+ "endColumns": "106,100,105,85,103,121,83,80,90,92,94,93,99,92,94,104,90,90,85,104,105,102,105,108,106,169,96,86",
+ "endOffsets": "473,574,680,766,870,992,1076,1157,1248,1341,1436,1530,1630,1723,1818,1923,2014,2105,2191,2296,2402,2505,2611,2720,2827,2997,3094,8124"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-sr\\values-sr.xml",
+ "from": {
+ "startLines": "2,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,321,397,473,553,660,753,847,978,1059,1125,1217,1285,1348,1451,1511,1577,1633,1704,1764,1818,1930,1987,2048,2102,2178,2303,2389,2472,2610,2691,2774,2862,2916,2972,3038,3112,3190,3279,3354,3430,3505,3576,3666,3739,3831,3927,3999,4075,4171,4224,4291,4378,4465,4527,4591,4654,4759,4863,4959,5066,5124,5184",
+ "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "endColumns": "12,75,75,79,106,92,93,130,80,65,91,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,85,82,137,80,82,87,53,55,65,73,77,88,74,75,74,70,89,72,91,95,71,75,95,52,66,86,86,61,63,62,104,103,95,106,57,59,79",
+ "endOffsets": "316,392,468,548,655,748,842,973,1054,1120,1212,1280,1343,1446,1506,1572,1628,1699,1759,1813,1925,1982,2043,2097,2173,2298,2384,2467,2605,2686,2769,2857,2911,2967,3033,3107,3185,3274,3349,3425,3500,3571,3661,3734,3826,3922,3994,4070,4166,4219,4286,4373,4460,4522,4586,4649,4754,4858,4954,5061,5119,5179,5259"
+ },
+ "to": {
+ "startLines": "2,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3099,3175,3251,3331,3438,3531,3625,3756,3837,3903,3995,4063,4126,4229,4289,4355,4411,4482,4542,4596,4708,4765,4826,4880,4956,5081,5167,5250,5388,5469,5552,5640,5694,5750,5816,5890,5968,6057,6132,6208,6283,6354,6444,6517,6609,6705,6777,6853,6949,7002,7069,7156,7243,7305,7369,7432,7537,7641,7737,7844,7902,7962",
+ "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "endColumns": "12,75,75,79,106,92,93,130,80,65,91,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,85,82,137,80,82,87,53,55,65,73,77,88,74,75,74,70,89,72,91,95,71,75,95,52,66,86,86,61,63,62,104,103,95,106,57,59,79",
+ "endOffsets": "366,3170,3246,3326,3433,3526,3620,3751,3832,3898,3990,4058,4121,4224,4284,4350,4406,4477,4537,4591,4703,4760,4821,4875,4951,5076,5162,5245,5383,5464,5547,5635,5689,5745,5811,5885,5963,6052,6127,6203,6278,6349,6439,6512,6604,6700,6772,6848,6944,6997,7064,7151,7238,7300,7364,7427,7532,7636,7732,7839,7897,7957,8037"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-ca_values-ca.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ca\\values-ca.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,228,333,440,523,629,755,839,918,1009,1102,1195,1290,1388,1481,1574,1668,1759,1850,1931,2042,2150,2248,2358,2463,2571,2731,2830",
+ "endColumns": "122,104,106,82,105,125,83,78,90,92,92,94,97,92,92,93,90,90,80,110,107,97,109,104,107,159,98,81",
+ "endOffsets": "223,328,435,518,624,750,834,913,1004,1097,1190,1285,1383,1476,1569,1663,1754,1845,1926,2037,2145,2243,2353,2458,2566,2726,2825,2907"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "324,447,552,659,742,848,974,1058,1137,1228,1321,1414,1509,1607,1700,1793,1887,1978,2069,2150,2261,2369,2467,2577,2682,2790,2950,8165",
+ "endColumns": "122,104,106,82,105,125,83,78,90,92,92,94,97,92,92,93,90,90,80,110,107,97,109,104,107,159,98,81",
+ "endOffsets": "442,547,654,737,843,969,1053,1132,1223,1316,1409,1504,1602,1695,1788,1882,1973,2064,2145,2256,2364,2462,2572,2677,2785,2945,3044,8242"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ca\\values-ca.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,274,355,435,523,626,718,819,947,1031,1096,1193,1273,1338,1433,1497,1569,1631,1707,1770,1827,1948,2006,2067,2124,2204,2341,2428,2512,2651,2729,2808,2897,2954,3010,3076,3154,3235,3323,3401,3478,3552,3631,3721,3813,3905,4006,4080,4162,4263,4313,4379,4471,4558,4620,4684,4747,4870,4973,5077,5183,5244,5304",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,79,87,102,91,100,127,83,64,96,79,64,94,63,71,61,75,62,56,120,57,60,56,79,136,86,83,138,77,78,88,56,55,65,77,80,87,77,76,73,78,89,91,91,100,73,81,100,49,65,91,86,61,63,62,122,102,103,105,60,59,85",
+ "endOffsets": "269,350,430,518,621,713,814,942,1026,1091,1188,1268,1333,1428,1492,1564,1626,1702,1765,1822,1943,2001,2062,2119,2199,2336,2423,2507,2646,2724,2803,2892,2949,3005,3071,3149,3230,3318,3396,3473,3547,3626,3716,3808,3900,4001,4075,4157,4258,4308,4374,4466,4553,4615,4679,4742,4865,4968,5072,5178,5239,5299,5385"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3049,3130,3210,3298,3401,3493,3594,3722,3806,3871,3968,4048,4113,4208,4272,4344,4406,4482,4545,4602,4723,4781,4842,4899,4979,5116,5203,5287,5426,5504,5583,5672,5729,5785,5851,5929,6010,6098,6176,6253,6327,6406,6496,6588,6680,6781,6855,6937,7038,7088,7154,7246,7333,7395,7459,7522,7645,7748,7852,7958,8019,8079",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,79,87,102,91,100,127,83,64,96,79,64,94,63,71,61,75,62,56,120,57,60,56,79,136,86,83,138,77,78,88,56,55,65,77,80,87,77,76,73,78,89,91,91,100,73,81,100,49,65,91,86,61,63,62,122,102,103,105,60,59,85",
+ "endOffsets": "319,3125,3205,3293,3396,3488,3589,3717,3801,3866,3963,4043,4108,4203,4267,4339,4401,4477,4540,4597,4718,4776,4837,4894,4974,5111,5198,5282,5421,5499,5578,5667,5724,5780,5846,5924,6005,6093,6171,6248,6322,6401,6491,6583,6675,6776,6850,6932,7033,7083,7149,7241,7328,7390,7454,7517,7640,7743,7847,7953,8014,8074,8160"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-ca\\values-ca.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8247",
+ "endColumns": "100",
+ "endOffsets": "8343"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-v28_values-v28.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-v28\\values-v28.xml",
+ "from": {
+ "startLines": "2,3,4,8",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,130,217,397",
+ "endLines": "2,3,7,11",
+ "endColumns": "74,86,12,12",
+ "endOffsets": "125,212,392,584"
+ },
+ "to": {
+ "startLines": "14,15,16,20",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "1141,1216,1303,1483",
+ "endLines": "14,15,19,23",
+ "endColumns": "74,86,12,12",
+ "endOffsets": "1211,1298,1478,1670"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-v28\\values-v28.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,153,248,343,441,529,617,705,793,880,967,1054,1141",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,17",
+ "endColumns": "97,94,94,97,87,87,87,87,86,86,86,86,10",
+ "endOffsets": "148,243,338,436,524,612,700,788,875,962,1049,1136,1423"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,24",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,153,248,343,441,529,617,705,793,880,967,1054,1675",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,27",
+ "endColumns": "97,94,94,97,87,87,87,87,86,86,86,86,10",
+ "endOffsets": "148,243,338,436,524,612,700,788,875,962,1049,1136,1957"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-h480dp-land-v13\\values-h480dp-land-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,114,170,226,293,358,413,478,547",
+ "endColumns": "58,55,55,66,64,54,64,68,68",
+ "endOffsets": "109,165,221,288,353,408,473,542,611"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-b+sr+Latn_values-b+sr+Latn.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
+ "from": {
+ "startLines": "2,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,324,401,478,558,666,760,854,986,1067,1133,1226,1294,1357,1460,1520,1586,1642,1713,1773,1827,1939,1996,2057,2111,2187,2312,2399,2482,2621,2703,2786,2874,2928,2984,3050,3124,3202,3291,3367,3443,3518,3590,3680,3753,3845,3941,4013,4089,4185,4238,4305,4392,4479,4541,4605,4668,4773,4877,4973,5080,5138,5198",
+ "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "endColumns": "12,76,76,79,107,93,93,131,80,65,92,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,86,82,138,81,82,87,53,55,65,73,77,88,75,75,74,71,89,72,91,95,71,75,95,52,66,86,86,61,63,62,104,103,95,106,57,59,79",
+ "endOffsets": "319,396,473,553,661,755,849,981,1062,1128,1221,1289,1352,1455,1515,1581,1637,1708,1768,1822,1934,1991,2052,2106,2182,2307,2394,2477,2616,2698,2781,2869,2923,2979,3045,3119,3197,3286,3362,3438,3513,3585,3675,3748,3840,3936,4008,4084,4180,4233,4300,4387,4474,4536,4600,4663,4768,4872,4968,5075,5133,5193,5273"
+ },
+ "to": {
+ "startLines": "2,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3105,3182,3259,3339,3447,3541,3635,3767,3848,3914,4007,4075,4138,4241,4301,4367,4423,4494,4554,4608,4720,4777,4838,4892,4968,5093,5180,5263,5402,5484,5567,5655,5709,5765,5831,5905,5983,6072,6148,6224,6299,6371,6461,6534,6626,6722,6794,6870,6966,7019,7086,7173,7260,7322,7386,7449,7554,7658,7754,7861,7919,7979",
+ "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "endColumns": "12,76,76,79,107,93,93,131,80,65,92,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,86,82,138,81,82,87,53,55,65,73,77,88,75,75,74,71,89,72,91,95,71,75,95,52,66,86,86,61,63,62,104,103,95,106,57,59,79",
+ "endOffsets": "369,3177,3254,3334,3442,3536,3630,3762,3843,3909,4002,4070,4133,4236,4296,4362,4418,4489,4549,4603,4715,4772,4833,4887,4963,5088,5175,5258,5397,5479,5562,5650,5704,5760,5826,5900,5978,6067,6143,6219,6294,6366,6456,6529,6621,6717,6789,6865,6961,7014,7081,7168,7255,7317,7381,7444,7549,7653,7749,7856,7914,7974,8054"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,313,419,505,609,731,816,898,989,1082,1177,1271,1371,1464,1559,1664,1755,1846,1932,2037,2143,2246,2353,2462,2569,2739,2836",
+ "endColumns": "106,100,105,85,103,121,84,81,90,92,94,93,99,92,94,104,90,90,85,104,105,102,106,108,106,169,96,86",
+ "endOffsets": "207,308,414,500,604,726,811,893,984,1077,1172,1266,1366,1459,1554,1659,1750,1841,1927,2032,2138,2241,2348,2457,2564,2734,2831,2918"
+ },
+ "to": {
+ "startLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "374,481,582,688,774,878,1000,1085,1167,1258,1351,1446,1540,1640,1733,1828,1933,2024,2115,2201,2306,2412,2515,2622,2731,2838,3008,8059",
+ "endColumns": "106,100,105,85,103,121,84,81,90,92,94,93,99,92,94,104,90,90,85,104,105,102,106,108,106,169,96,86",
+ "endOffsets": "476,577,683,769,873,995,1080,1162,1253,1346,1441,1535,1635,1728,1823,1928,2019,2110,2196,2301,2407,2510,2617,2726,2833,3003,3100,8141"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "97",
+ "startColumns": "4",
+ "startOffsets": "8146",
+ "endColumns": "100",
+ "endOffsets": "8242"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values_values.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,89,90,94,95,96,97,103,113,146,167,200",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,115,187,275,344,407,477,545,617,687,748,822,895,956,1017,1079,1143,1205,1266,1334,1434,1494,1560,1633,1702,1759,1811,1873,1945,2021,2086,2145,2204,2264,2324,2384,2444,2504,2564,2624,2684,2744,2804,2863,2923,2983,3043,3103,3163,3223,3283,3343,3403,3463,3522,3582,3642,3701,3760,3819,3878,3937,3996,4031,4066,4121,4184,4239,4297,4355,4416,4479,4536,4587,4637,4698,4755,4821,4855,4890,4925,4995,5066,5183,5384,5494,5695,5824,5896,5963,6166,6467,8198,8879,9561",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,88,89,93,94,95,96,102,112,145,166,199,205",
+ "endColumns": "59,71,87,68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,64,58,58,59,59,59,59,59,59,59,59,59,59,58,59,59,59,59,59,59,59,59,59,59,58,59,59,58,58,58,58,58,58,34,34,54,62,54,57,57,60,62,56,50,49,60,56,65,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24,24",
+ "endOffsets": "110,182,270,339,402,472,540,612,682,743,817,890,951,1012,1074,1138,1200,1261,1329,1429,1489,1555,1628,1697,1754,1806,1868,1940,2016,2081,2140,2199,2259,2319,2379,2439,2499,2559,2619,2679,2739,2799,2858,2918,2978,3038,3098,3158,3218,3278,3338,3398,3458,3517,3577,3637,3696,3755,3814,3873,3932,3991,4026,4061,4116,4179,4234,4292,4350,4411,4474,4531,4582,4632,4693,4750,4816,4850,4885,4920,4990,5061,5178,5379,5489,5690,5819,5891,5958,6161,6462,8193,8874,9556,9723"
+ },
+ "to": {
+ "startLines": "450,614,615,863,864,1737,1738,1739,1740,1741,1742,1743,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2404,2405,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2459,2534,2732,6549,6550,6554,6555,6559,7645,7646,10477,10847,11690,11723,11759,11792",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "22932,31162,31234,49215,49284,89235,89305,89373,89445,89515,89576,89650,134189,134250,134311,134373,134437,134499,134560,134628,134728,134788,134854,134927,134996,135053,135105,135897,135969,136045,136110,136169,136228,136288,136348,136408,136468,136528,136588,136648,136708,136768,136828,136887,136947,137007,137067,137127,137187,137247,137307,137367,137427,137487,137546,137606,137666,137725,137784,137843,137902,137961,138510,138545,140169,140224,140287,140342,140400,140458,140519,140582,140639,140690,140740,140801,140858,140924,140958,141381,146064,169524,432876,432993,433194,433304,433505,509913,509985,663690,676558,710394,712125,713350,714032",
+ "endLines": "450,614,615,863,864,1737,1738,1739,1740,1741,1742,1743,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2404,2405,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2459,2534,2732,6549,6553,6554,6558,6559,7645,7646,10482,10856,11722,11743,11791,11797",
+ "endColumns": "59,71,87,68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,64,58,58,59,59,59,59,59,59,59,59,59,59,58,59,59,59,59,59,59,59,59,59,59,58,59,59,58,58,58,58,58,58,34,34,54,62,54,57,57,60,62,56,50,49,60,56,65,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24,24",
+ "endOffsets": "22987,31229,31317,49279,49342,89300,89368,89440,89510,89571,89645,89718,134245,134306,134368,134432,134494,134555,134623,134723,134783,134849,134922,134991,135048,135100,135162,135964,136040,136105,136164,136223,136283,136343,136403,136463,136523,136583,136643,136703,136763,136823,136882,136942,137002,137062,137122,137182,137242,137302,137362,137422,137482,137541,137601,137661,137720,137779,137838,137897,137956,138015,138540,138575,140219,140282,140337,140395,140453,140514,140577,140634,140685,140735,140796,140853,140919,140953,140988,141411,146129,169590,432988,433189,433299,433500,433629,509980,510047,663888,676854,712120,712801,714027,714194"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1732,1773,1814,1855,1894,1935,1976,2017,2058,2099,2140,2181,2222,2263,2304,2343,2384,2425,2466,2507,2548,2589,2630,2671,2712,2753,2792,2833,2874,2915,2956,2997,3038,3079,3120,3161,3202,3241,3282,3323,3364,3405,3446,3487,3528,3569,3610,3651,3690,3731,3772,3813,3854,3895,3936,3977,4018,4059,4100",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1727,1768,1809,1850,1889,1930,1971,2012,2053,2094,2135,2176,2217,2258,2299,2338,2379,2420,2461,2502,2543,2584,2625,2666,2707,2748,2787,2828,2869,2910,2951,2992,3033,3074,3115,3156,3197,3236,3277,3318,3359,3400,3441,3482,3523,3564,3605,3646,3685,3726,3767,3808,3849,3890,3931,3972,4013,4054,4095,4134"
+ },
+ "to": {
+ "startLines": "892,903,915,927,939,951,963,975,987,999,1011,1013,1025,1037,1049,1061,1073,1085,1097,1109,1121,1133,1135,1147,1159,1171,1183,1195,1207,1219,1231,1243,1255,1257,1269,1281,1293,1305,1317,1329,1341,1353,1365,1377,1379,1391,1403,1415,1427,1439,1451,1463,1475,1487,1499,1501,1504,1506,1508,1510,1512,1514,1516,1518,1520,1522,1524,1526,1528,1530,1532,1534,1536,1538,1540,1542,1544,1546,1548,1550,1552,1554,1556,1558,1560,1562,1564,1566,1568,1570,1572,1574,1576,1578,1580,1582,1584,1586,1588,1590",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "51069,51540,52052,52564,53076,53588,54100,54612,55124,55636,56148,56228,56738,57250,57762,58274,58786,59298,59810,60322,60834,61346,61426,61936,62448,62960,63472,63984,64496,65008,65520,66032,66544,66624,67134,67646,68158,68670,69182,69694,70206,70718,71230,71742,71822,72332,72844,73356,73868,74380,74892,75404,75916,76428,76940,77020,77143,77225,77307,77389,77471,77553,77635,77717,77799,77881,77961,78041,78123,78205,78287,78369,78451,78533,78615,78697,78779,78859,78939,79021,79103,79185,79267,79349,79431,79513,79595,79677,79757,79837,79919,80001,80083,80165,80247,80329,80411,80493,80575,80655",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38",
+ "endOffsets": "51107,51576,52088,52600,53112,53624,54136,54648,55160,55672,56184,56262,56774,57286,57798,58310,58822,59334,59846,60358,60870,61382,61460,61972,62484,62996,63508,64020,64532,65044,65556,66068,66580,66658,67170,67682,68194,68706,69218,69730,70242,70754,71266,71778,71856,72368,72880,73392,73904,74416,74928,75440,75952,76464,76976,77054,77179,77261,77343,77425,77507,77589,77671,77753,77835,77917,77995,78077,78159,78241,78323,78405,78487,78569,78651,78733,78815,78893,78975,79057,79139,79221,79303,79385,79467,79549,79631,79713,79791,79873,79955,80037,80119,80201,80283,80365,80447,80529,80611,80689"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\0f83c5d5bf7c6e76956157cb777fbf37\\transformed\\cardview-1.0.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,35,36,37,38,45,47,50,7",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,107,168,230,292,2179,2238,2295,2349,2763,2827,2953,356",
+ "endLines": "2,3,4,5,6,35,36,37,44,46,49,52,34",
+ "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24",
+ "endOffsets": "102,163,225,287,351,2233,2290,2344,2758,2822,2948,3076,2174"
+ },
+ "to": {
+ "startLines": "35,629,630,631,632,1733,1734,1735,2775,6018,6020,6023,10483",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "1640,32324,32385,32447,32509,89010,89069,89126,172588,396452,396516,396642,663893",
+ "endLines": "35,629,630,631,632,1733,1734,1735,2781,6019,6022,6025,10510",
+ "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24",
+ "endOffsets": "1687,32380,32442,32504,32568,89064,89121,89175,172997,396511,396637,396765,664812"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\5a2714f4bbc0cdf11514cfbca0fdbbef\\transformed\\lottie-3.4.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4",
+ "startColumns": "4,4,4",
+ "startOffsets": "55,118,165",
+ "endLines": "2,3,29",
+ "endColumns": "62,46,24",
+ "endOffsets": "113,160,1492"
+ },
+ "to": {
+ "startLines": "370,2406,12106",
+ "startColumns": "4,4,4",
+ "startOffsets": "18008,138580,726317",
+ "endLines": "370,2406,12131",
+ "endColumns": "62,46,24",
+ "endOffsets": "18066,138622,727577"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2f39a46430ef5bda8273860566a3eff8\\transformed\\databinding-runtime-7.4.2\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "40",
+ "endOffsets": "91"
+ },
+ "to": {
+ "startLines": "2398",
+ "startColumns": "4",
+ "startOffsets": "138225",
+ "endColumns": "40",
+ "endOffsets": "138261"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\21762ccece556e1c4da05414121d0527\\transformed\\circleimageview-3.1.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "7",
+ "endColumns": "24",
+ "endOffsets": "361"
+ },
+ "to": {
+ "startLines": "10686",
+ "startColumns": "4",
+ "startOffsets": "669859",
+ "endLines": "10691",
+ "endColumns": "24",
+ "endOffsets": "670165"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,221,222,226,230,234,239,245,252,256,260,265,269,273,277,281,285,289,295,299,305,309,315,319,324,328,331,335,341,345,351,355,361,364,368,372,376,380,384,385,386,387,390,393,396,399,403,404,405,406,407,410,412,414,416,421,422,426,432,436,437,439,451,452,456,462,466,467,468,472,499,503,504,508,536,708,734,905,931,962,970,976,992,1014,1019,1024,1034,1043,1052,1056,1063,1082,1089,1090,1099,1102,1105,1109,1113,1117,1120,1121,1126,1131,1141,1146,1153,1159,1160,1163,1167,1172,1174,1176,1179,1182,1184,1188,1191,1198,1201,1204,1208,1210,1214,1216,1218,1220,1224,1232,1240,1252,1258,1267,1270,1281,1284,1285,1290,1291,1296,1365,1435,1436,1446,1455,1456,1458,1462,1465,1468,1471,1474,1477,1480,1483,1487,1490,1493,1496,1500,1503,1507,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1533,1535,1536,1537,1538,1539,1540,1541,1542,1544,1545,1547,1548,1550,1552,1553,1555,1556,1557,1558,1559,1560,1562,1563,1564,1565,1566,1567,1569,1571,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1587,1588,1589,1590,1591,1592,1593,1595,1599,1603,1604,1605,1606,1607,1608,1612,1613,1614,1615,1617,1619,1621,1623,1625,1626,1627,1628,1630,1632,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1648,1649,1650,1651,1653,1655,1656,1658,1659,1661,1663,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1678,1679,1680,1681,1683,1684,1685,1686,1687,1689,1691,1693,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1785,1788,1791,1794,1808,1814,1824,1827,1856,1883,1892,1956,2319,2323,2351,2379,2397,2421,2427,2433,2454,2578,2598,2604,2608,2649,2661,2727,2747,2802,2814,2840",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,160,205,254,295,350,412,476,546,607,682,758,835,913,998,1080,1156,1232,1309,1387,1493,1599,1678,1758,1815,1873,1947,2022,2087,2153,2213,2274,2346,2419,2486,2554,2613,2672,2731,2790,2849,2903,2957,3010,3064,3118,3172,3226,3300,3379,3452,3526,3597,3669,3741,3814,3871,3929,4002,4076,4150,4225,4297,4370,4440,4511,4571,4632,4701,4770,4840,4914,4990,5054,5131,5207,5284,5349,5418,5495,5570,5639,5707,5784,5850,5911,6008,6073,6142,6241,6312,6371,6429,6486,6545,6609,6680,6752,6824,6896,6968,7035,7103,7171,7230,7293,7357,7447,7538,7598,7664,7731,7797,7867,7931,7984,8051,8112,8179,8292,8350,8413,8478,8543,8618,8691,8763,8807,8854,8900,8949,9010,9071,9132,9194,9258,9322,9386,9451,9514,9574,9635,9701,9760,9820,9882,9953,10013,10081,10167,10254,10344,10431,10519,10601,10684,10774,10865,10917,10975,11020,11086,11150,11207,11264,11318,11375,11423,11472,11523,11557,11604,11653,11699,11731,11795,11857,11917,11974,12048,12118,12196,12250,12320,12405,12453,12499,12560,12623,12689,12753,12824,12887,12952,13016,13077,13138,13190,13263,13337,13406,13481,13555,13629,13770,13840,13893,13971,14061,14149,14245,14335,14917,15006,15253,15534,15786,16071,16464,16941,17163,17385,17661,17888,18118,18348,18578,18808,19035,19454,19680,20105,20335,20763,20982,21265,21473,21604,21831,22257,22482,22909,23130,23555,23675,23951,24252,24576,24867,25181,25318,25449,25554,25796,25963,26167,26375,26646,26758,26870,26975,27092,27306,27452,27592,27678,28026,28114,28360,28778,29027,29109,29207,29864,29964,30216,30640,30895,30989,31078,31315,33339,33581,33683,33936,36092,46773,48289,58984,60512,62269,62895,63315,64576,65841,66097,66333,66880,67374,67979,68177,68757,70125,70500,70618,71156,71313,71509,71782,72038,72208,72349,72413,72778,73145,73821,74085,74423,74776,74870,75056,75362,75624,75749,75876,76115,76326,76445,76638,76815,77270,77451,77573,77832,77945,78132,78234,78341,78470,78745,79253,79749,80626,80920,81490,81639,82371,82543,82627,82963,83055,83333,88564,93935,93997,94575,95159,95250,95363,95592,95752,95904,96075,96241,96410,96577,96740,96983,97153,97326,97497,97771,97970,98175,98505,98589,98685,98781,98879,98979,99081,99183,99285,99387,99489,99589,99685,99797,99926,100049,100180,100311,100409,100523,100617,100757,100891,100987,101099,101199,101315,101411,101523,101623,101763,101899,102063,102193,102351,102501,102642,102786,102921,103033,103183,103311,103439,103575,103707,103837,103967,104079,104219,104365,104509,104647,104713,104803,104879,104983,105073,105175,105283,105391,105491,105571,105663,105761,105871,105923,106001,106107,106199,106303,106413,106535,106698,106855,106935,107035,107125,107235,107325,107566,107660,107766,107858,107958,108070,108184,108300,108416,108510,108624,108736,108838,108958,109080,109162,109266,109386,109512,109610,109704,109792,109904,110020,110142,110254,110429,110545,110631,110723,110835,110959,111026,111152,111220,111348,111492,111620,111689,111784,111899,112012,112111,112220,112331,112442,112543,112648,112748,112878,112969,113092,113186,113298,113384,113488,113584,113672,113790,113894,113998,114124,114212,114320,114420,114510,114620,114704,114806,114890,114944,115008,115114,115200,115310,115394,115514,118130,118248,118363,118443,118804,119037,119554,119632,120976,122337,122725,125568,135621,135756,137126,138483,139055,139806,140068,140268,140647,144925,145531,145760,145911,147209,147521,150547,151291,153422,153762,155073",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,220,221,225,229,233,238,244,251,255,259,264,268,272,276,280,284,288,294,298,304,308,314,318,323,327,330,334,340,344,350,354,360,363,367,371,375,379,383,384,385,386,389,392,395,398,402,403,404,405,406,409,411,413,415,420,421,425,431,435,436,438,450,451,455,461,465,466,467,471,498,502,503,507,535,707,733,904,930,961,969,975,991,1013,1018,1023,1033,1042,1051,1055,1062,1081,1088,1089,1098,1101,1104,1108,1112,1116,1119,1120,1125,1130,1140,1145,1152,1158,1159,1162,1166,1171,1173,1175,1178,1181,1183,1187,1190,1197,1200,1203,1207,1209,1213,1215,1217,1219,1223,1231,1239,1251,1257,1266,1269,1280,1283,1284,1289,1290,1295,1364,1434,1435,1445,1454,1455,1457,1461,1464,1467,1470,1473,1476,1479,1482,1486,1489,1492,1495,1499,1502,1506,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1532,1534,1535,1536,1537,1538,1539,1540,1541,1543,1544,1546,1547,1549,1551,1552,1554,1555,1556,1557,1558,1559,1561,1562,1563,1564,1565,1566,1568,1570,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1586,1587,1588,1589,1590,1591,1592,1594,1598,1602,1603,1604,1605,1606,1607,1611,1612,1613,1614,1616,1618,1620,1622,1624,1625,1626,1627,1629,1631,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1647,1648,1649,1650,1652,1654,1655,1657,1658,1660,1662,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1677,1678,1679,1680,1682,1683,1684,1685,1686,1688,1690,1692,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1784,1787,1790,1793,1807,1813,1823,1826,1855,1882,1891,1955,2318,2322,2350,2378,2396,2420,2426,2432,2453,2577,2597,2603,2607,2613,2660,2726,2746,2801,2813,2839,2846",
+ "endColumns": "54,44,48,40,54,61,63,69,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,66,60,66,112,57,62,64,64,74,72,71,43,46,45,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,60,62,65,63,70,62,64,63,60,60,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,12,91,12,12,12,61,12,12,90,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,51,77,105,91,103,109,12,12,12,79,99,89,109,89,12,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,85,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24",
+ "endOffsets": "155,200,249,290,345,407,471,541,602,677,753,830,908,993,1075,1151,1227,1304,1382,1488,1594,1673,1753,1810,1868,1942,2017,2082,2148,2208,2269,2341,2414,2481,2549,2608,2667,2726,2785,2844,2898,2952,3005,3059,3113,3167,3221,3295,3374,3447,3521,3592,3664,3736,3809,3866,3924,3997,4071,4145,4220,4292,4365,4435,4506,4566,4627,4696,4765,4835,4909,4985,5049,5126,5202,5279,5344,5413,5490,5565,5634,5702,5779,5845,5906,6003,6068,6137,6236,6307,6366,6424,6481,6540,6604,6675,6747,6819,6891,6963,7030,7098,7166,7225,7288,7352,7442,7533,7593,7659,7726,7792,7862,7926,7979,8046,8107,8174,8287,8345,8408,8473,8538,8613,8686,8758,8802,8849,8895,8944,9005,9066,9127,9189,9253,9317,9381,9446,9509,9569,9630,9696,9755,9815,9877,9948,10008,10076,10162,10249,10339,10426,10514,10596,10679,10769,10860,10912,10970,11015,11081,11145,11202,11259,11313,11370,11418,11467,11518,11552,11599,11648,11694,11726,11790,11852,11912,11969,12043,12113,12191,12245,12315,12400,12448,12494,12555,12618,12684,12748,12819,12882,12947,13011,13072,13133,13185,13258,13332,13401,13476,13550,13624,13765,13835,13888,13966,14056,14144,14240,14330,14912,15001,15248,15529,15781,16066,16459,16936,17158,17380,17656,17883,18113,18343,18573,18803,19030,19449,19675,20100,20330,20758,20977,21260,21468,21599,21826,22252,22477,22904,23125,23550,23670,23946,24247,24571,24862,25176,25313,25444,25549,25791,25958,26162,26370,26641,26753,26865,26970,27087,27301,27447,27587,27673,28021,28109,28355,28773,29022,29104,29202,29859,29959,30211,30635,30890,30984,31073,31310,33334,33576,33678,33931,36087,46768,48284,58979,60507,62264,62890,63310,64571,65836,66092,66328,66875,67369,67974,68172,68752,70120,70495,70613,71151,71308,71504,71777,72033,72203,72344,72408,72773,73140,73816,74080,74418,74771,74865,75051,75357,75619,75744,75871,76110,76321,76440,76633,76810,77265,77446,77568,77827,77940,78127,78229,78336,78465,78740,79248,79744,80621,80915,81485,81634,82366,82538,82622,82958,83050,83328,88559,93930,93992,94570,95154,95245,95358,95587,95747,95899,96070,96236,96405,96572,96735,96978,97148,97321,97492,97766,97965,98170,98500,98584,98680,98776,98874,98974,99076,99178,99280,99382,99484,99584,99680,99792,99921,100044,100175,100306,100404,100518,100612,100752,100886,100982,101094,101194,101310,101406,101518,101618,101758,101894,102058,102188,102346,102496,102637,102781,102916,103028,103178,103306,103434,103570,103702,103832,103962,104074,104214,104360,104504,104642,104708,104798,104874,104978,105068,105170,105278,105386,105486,105566,105658,105756,105866,105918,105996,106102,106194,106298,106408,106530,106693,106850,106930,107030,107120,107230,107320,107561,107655,107761,107853,107953,108065,108179,108295,108411,108505,108619,108731,108833,108953,109075,109157,109261,109381,109507,109605,109699,109787,109899,110015,110137,110249,110424,110540,110626,110718,110830,110954,111021,111147,111215,111343,111487,111615,111684,111779,111894,112007,112106,112215,112326,112437,112538,112643,112743,112873,112964,113087,113181,113293,113379,113483,113579,113667,113785,113889,113993,114119,114207,114315,114415,114505,114615,114699,114801,114885,114939,115003,115109,115195,115305,115389,115509,118125,118243,118358,118438,118799,119032,119549,119627,120971,122332,122720,125563,135616,135751,137121,138478,139050,139801,140063,140263,140642,144920,145526,145755,145906,146121,147516,150542,151286,153417,153757,155068,155271"
+ },
+ "to": {
+ "startLines": "118,208,211,552,604,605,607,608,609,610,611,612,613,616,617,618,619,621,622,623,624,625,626,627,628,668,669,670,671,672,673,674,675,677,678,813,814,815,816,817,818,819,820,821,822,823,824,865,866,867,868,869,870,871,872,876,877,878,879,880,881,882,883,884,885,888,889,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1793,1794,1798,1799,1800,1801,1802,1803,1804,2349,2350,2351,2352,2353,2354,2355,2356,2394,2395,2396,2397,2402,2426,2427,2435,2466,2475,2476,2479,2480,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2723,2733,2734,2735,2736,2737,2754,2762,2763,2767,2771,2782,2787,2816,2823,2827,2831,2836,2840,2844,2848,2852,2856,2860,2866,2870,2876,2880,2886,2890,2895,2899,2902,2906,2912,2916,2922,2926,2932,2935,2939,2943,2947,2951,2955,2956,2957,2958,2961,2964,2967,2970,2974,2975,2976,2977,3018,3021,3023,3025,3027,3032,3033,3037,3043,3047,3048,3050,3062,3063,3067,3073,3077,3140,3141,3145,3172,3176,3177,3181,4887,5059,5085,5256,5282,5313,5321,5327,5343,5365,5370,5375,5385,5394,5403,5407,5414,5433,5440,5441,5450,5453,5456,5460,5464,5468,5471,5472,5477,5482,5492,5497,5504,5510,5511,5514,5518,5523,5525,5527,5530,5533,5535,5539,5542,5549,5552,5555,5559,5561,5565,5567,5569,5571,5575,5583,5591,5603,5609,5618,5621,5632,5635,5636,5641,5642,6134,6203,6277,6278,6288,6297,6298,6300,6304,6307,6310,6313,6316,6319,6322,6325,6329,6332,6335,6338,6342,6345,6349,6493,6494,6495,6496,6497,6498,6499,6500,6501,6502,6503,6504,6505,6506,6507,6508,6509,6510,6511,6512,6513,6515,6517,6518,6519,6520,6521,6522,6523,6524,6526,6527,6529,6530,6532,6534,6535,6537,6538,6539,6540,6541,6542,6544,6545,6546,6547,6548,6842,6844,6846,6848,6849,6850,6851,6852,6853,6854,6855,6856,6857,6858,6859,6860,6862,6863,6864,6865,6866,6867,6868,6870,6874,7049,7050,7051,7052,7053,7054,7058,7059,7060,7550,7552,7554,7556,7558,7560,7561,7562,7563,7565,7567,7569,7570,7571,7572,7573,7574,7575,7576,7577,7578,7579,7580,7583,7584,7585,7586,7588,7590,7591,7593,7594,7596,7598,7600,7601,7602,7603,7604,7605,7606,7607,7608,7609,7610,7611,7613,7614,7615,7616,7618,7619,7620,7621,7622,7624,7626,7628,7630,7631,7632,7633,7634,7635,7636,7637,7638,7639,7640,7641,7642,7643,7644,9558,9633,9636,9639,9642,9656,9662,9778,9781,9810,9837,9846,9910,10473,10529,10857,11585,12038,12062,12100,12466,12487,12611,12921,12927,12954,13174,13213,13384,13706,13850,13862,13891",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "5860,10405,10558,28360,30482,30537,30661,30725,30795,30856,30931,31007,31084,31322,31407,31489,31565,31683,31760,31838,31944,32050,32129,32209,32266,34996,35070,35145,35210,35276,35336,35397,35469,35583,35650,45694,45753,45812,45871,45930,45989,46043,46097,46150,46204,46258,46312,49347,49421,49500,49573,49647,49718,49790,49862,50076,50133,50191,50264,50338,50412,50487,50559,50632,50702,50863,50923,83496,83565,83634,83704,83778,83854,83918,83995,84071,84148,84213,84282,84359,84434,84503,84571,84648,84714,84775,84872,84937,85006,85105,85176,85235,85293,85350,85409,85473,85544,85616,85688,85760,85832,85899,85967,86035,86094,86157,86221,86311,86402,86462,86528,86595,86661,86731,86795,86848,86915,86976,87043,87156,87214,87277,87342,87407,87482,87555,87627,87671,87718,87764,87813,87874,87935,87996,88058,88122,88186,88250,88315,88378,88438,88499,88565,88624,88684,88746,88817,88877,92875,92961,93211,93301,93388,93476,93558,93641,93731,135167,135219,135277,135322,135388,135452,135509,135566,138020,138077,138125,138174,138410,139685,139732,140123,141723,142166,142230,142420,142480,146519,146593,146663,146741,146795,146865,146950,146998,147044,147105,147168,147234,147298,147369,147432,147497,147561,147622,147683,147735,147808,147882,147951,148026,148100,148174,148315,168579,169595,169673,169763,169851,169947,171137,171719,171808,172055,172336,173002,173287,175096,175573,175795,176017,176293,176520,176750,176980,177210,177440,177667,178086,178312,178737,178967,179395,179614,179897,180105,180236,180463,180889,181114,181541,181762,182187,182307,182583,182884,183208,183499,183813,183950,184081,184186,184428,184595,184799,185007,185278,185390,185502,185607,187700,187914,188060,188200,188286,188634,188722,188968,189386,189635,189717,189815,190472,190572,190824,191248,191503,196386,196475,196712,198736,198978,199080,199333,326324,337005,338521,349216,350744,352501,353127,353547,354808,356073,356329,356565,357112,357606,358211,358409,358989,360357,360732,360850,361388,361545,361741,362014,362270,362440,362581,362645,363010,363377,364053,364317,364655,365008,365102,365288,365594,365856,365981,366108,366347,366558,366677,366870,367047,367502,367683,367805,368064,368177,368364,368466,368573,368702,368977,369485,369981,370858,371152,371722,371871,372603,372775,372859,373195,373287,403591,408822,414537,414599,415177,415761,415852,415965,416194,416354,416506,416677,416843,417012,417179,417342,417585,417755,417928,418099,418373,418572,418777,427162,427246,427342,427438,427536,427636,427738,427840,427942,428044,428146,428246,428342,428454,428583,428706,428837,428968,429066,429180,429274,429414,429548,429644,429756,429856,429972,430068,430180,430280,430420,430556,430720,430850,431008,431158,431299,431443,431578,431690,431840,431968,432096,432232,432364,432494,432624,432736,450761,450907,451051,451189,451255,451345,451421,451525,451615,451717,451825,451933,452033,452113,452205,452303,452413,452465,452543,452649,452741,452845,452955,453077,453240,466397,466477,466577,466667,466777,466867,467108,467202,467308,502257,502357,502469,502583,502699,502815,502909,503023,503135,503237,503357,503479,503561,503665,503785,503911,504009,504103,504191,504303,504419,504541,504653,504828,504944,505030,505122,505234,505358,505425,505551,505619,505747,505891,506019,506088,506183,506298,506411,506510,506619,506730,506841,506942,507047,507147,507277,507368,507491,507585,507697,507783,507887,507983,508071,508189,508293,508397,508523,508611,508719,508819,508909,509019,509103,509205,509289,509343,509407,509513,509599,509709,509793,632007,634623,634741,634856,634936,635297,635530,640108,640186,641530,642891,643279,646122,663555,665754,676859,707321,723852,724603,726117,740433,740812,745090,756760,756989,757721,765611,766731,773263,785808,790827,791167,792588",
+ "endLines": "118,208,211,552,604,605,607,608,609,610,611,612,613,616,617,618,619,621,622,623,624,625,626,627,628,668,669,670,671,672,673,674,675,677,678,813,814,815,816,817,818,819,820,821,822,823,824,865,866,867,868,869,870,871,872,876,877,878,879,880,881,882,883,884,885,888,889,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1793,1794,1798,1799,1800,1801,1802,1803,1804,2349,2350,2351,2352,2353,2354,2355,2356,2394,2395,2396,2397,2402,2426,2427,2435,2466,2475,2476,2479,2480,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2723,2733,2734,2735,2736,2737,2761,2762,2766,2770,2774,2786,2792,2822,2826,2830,2835,2839,2843,2847,2851,2855,2859,2865,2869,2875,2879,2885,2889,2894,2898,2901,2905,2911,2915,2921,2925,2931,2934,2938,2942,2946,2950,2954,2955,2956,2957,2960,2963,2966,2969,2973,2974,2975,2976,2977,3020,3022,3024,3026,3031,3032,3036,3042,3046,3047,3049,3061,3062,3066,3072,3076,3077,3140,3144,3171,3175,3176,3180,3208,5058,5084,5255,5281,5312,5320,5326,5342,5364,5369,5374,5384,5393,5402,5406,5413,5432,5439,5440,5449,5452,5455,5459,5463,5467,5470,5471,5476,5481,5491,5496,5503,5509,5510,5513,5517,5522,5524,5526,5529,5532,5534,5538,5541,5548,5551,5554,5558,5560,5564,5566,5568,5570,5574,5582,5590,5602,5608,5617,5620,5631,5634,5635,5640,5641,5646,6202,6272,6277,6287,6296,6297,6299,6303,6306,6309,6312,6315,6318,6321,6324,6328,6331,6334,6337,6341,6344,6348,6352,6493,6494,6495,6496,6497,6498,6499,6500,6501,6502,6503,6504,6505,6506,6507,6508,6509,6510,6511,6512,6514,6516,6517,6518,6519,6520,6521,6522,6523,6525,6526,6528,6529,6531,6533,6534,6536,6537,6538,6539,6540,6541,6543,6544,6545,6546,6547,6548,6843,6845,6847,6848,6849,6850,6851,6852,6853,6854,6855,6856,6857,6858,6859,6861,6862,6863,6864,6865,6866,6867,6869,6873,6877,7049,7050,7051,7052,7053,7057,7058,7059,7060,7551,7553,7555,7557,7559,7560,7561,7562,7564,7566,7568,7569,7570,7571,7572,7573,7574,7575,7576,7577,7578,7579,7582,7583,7584,7585,7587,7589,7590,7592,7593,7595,7597,7599,7600,7601,7602,7603,7604,7605,7606,7607,7608,7609,7610,7612,7613,7614,7615,7617,7618,7619,7620,7621,7623,7625,7627,7629,7630,7631,7632,7633,7634,7635,7636,7637,7638,7639,7640,7641,7642,7643,7644,9632,9635,9638,9641,9655,9661,9671,9780,9809,9836,9845,9909,10272,10476,10556,10884,11602,12061,12067,12105,12486,12610,12630,12926,12930,12959,13185,13278,13403,13760,13861,13887,13897",
+ "endColumns": "54,44,48,40,54,61,63,69,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,66,60,66,112,57,62,64,64,74,72,71,43,46,45,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,60,62,65,63,70,62,64,63,60,60,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,12,91,12,12,12,61,12,12,90,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,51,77,105,91,103,109,12,12,12,79,99,89,109,89,12,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,85,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24",
+ "endOffsets": "5910,10445,10602,28396,30532,30594,30720,30790,30851,30926,31002,31079,31157,31402,31484,31560,31636,31755,31833,31939,32045,32124,32204,32261,32319,35065,35140,35205,35271,35331,35392,35464,35537,35645,35713,45748,45807,45866,45925,45984,46038,46092,46145,46199,46253,46307,46361,49416,49495,49568,49642,49713,49785,49857,49930,50128,50186,50259,50333,50407,50482,50554,50627,50697,50768,50918,50979,83560,83629,83699,83773,83849,83913,83990,84066,84143,84208,84277,84354,84429,84498,84566,84643,84709,84770,84867,84932,85001,85100,85171,85230,85288,85345,85404,85468,85539,85611,85683,85755,85827,85894,85962,86030,86089,86152,86216,86306,86397,86457,86523,86590,86656,86726,86790,86843,86910,86971,87038,87151,87209,87272,87337,87402,87477,87550,87622,87666,87713,87759,87808,87869,87930,87991,88053,88117,88181,88245,88310,88373,88433,88494,88560,88619,88679,88741,88812,88872,88940,92956,93043,93296,93383,93471,93553,93636,93726,93817,135214,135272,135317,135383,135447,135504,135561,135615,138072,138120,138169,138220,138439,139727,139776,140164,141750,142225,142287,142475,142532,146588,146658,146736,146790,146860,146945,146993,147039,147100,147163,147229,147293,147364,147427,147492,147556,147617,147678,147730,147803,147877,147946,148021,148095,148169,148310,148380,168627,169668,169758,169846,169942,170032,171714,171803,172050,172331,172583,173282,173675,175568,175790,176012,176288,176515,176745,176975,177205,177435,177662,178081,178307,178732,178962,179390,179609,179892,180100,180231,180458,180884,181109,181536,181757,182182,182302,182578,182879,183203,183494,183808,183945,184076,184181,184423,184590,184794,185002,185273,185385,185497,185602,185719,187909,188055,188195,188281,188629,188717,188963,189381,189630,189712,189810,190467,190567,190819,191243,191498,191592,196470,196707,198731,198973,199075,199328,201484,337000,338516,349211,350739,352496,353122,353542,354803,356068,356324,356560,357107,357601,358206,358404,358984,360352,360727,360845,361383,361540,361736,362009,362265,362435,362576,362640,363005,363372,364048,364312,364650,365003,365097,365283,365589,365851,365976,366103,366342,366553,366672,366865,367042,367497,367678,367800,368059,368172,368359,368461,368568,368697,368972,369480,369976,370853,371147,371717,371866,372598,372770,372854,373190,373282,373560,408817,414188,414594,415172,415756,415847,415960,416189,416349,416501,416672,416838,417007,417174,417337,417580,417750,417923,418094,418368,418567,418772,419102,427241,427337,427433,427531,427631,427733,427835,427937,428039,428141,428241,428337,428449,428578,428701,428832,428963,429061,429175,429269,429409,429543,429639,429751,429851,429967,430063,430175,430275,430415,430551,430715,430845,431003,431153,431294,431438,431573,431685,431835,431963,432091,432227,432359,432489,432619,432731,432871,450902,451046,451184,451250,451340,451416,451520,451610,451712,451820,451928,452028,452108,452200,452298,452408,452460,452538,452644,452736,452840,452950,453072,453235,453392,466472,466572,466662,466772,466862,467103,467197,467303,467395,502352,502464,502578,502694,502810,502904,503018,503130,503232,503352,503474,503556,503660,503780,503906,504004,504098,504186,504298,504414,504536,504648,504823,504939,505025,505117,505229,505353,505420,505546,505614,505742,505886,506014,506083,506178,506293,506406,506505,506614,506725,506836,506937,507042,507142,507272,507363,507486,507580,507692,507778,507882,507978,508066,508184,508288,508392,508518,508606,508714,508814,508904,509014,509098,509200,509284,509338,509402,509508,509594,509704,509788,509908,634618,634736,634851,634931,635292,635525,636042,640181,641525,642886,643274,646117,656170,663685,667119,678211,707888,724598,724860,726312,740807,745085,745691,756984,757135,757931,765918,769752,774002,787934,791162,792473,792786"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\d937372f4d1bea6dffbb3852bb38fc5f\\transformed\\transition-1.2.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,95,142,185,240,287,341,393,442,503",
+ "endColumns": "39,46,42,54,46,53,51,48,60,49",
+ "endOffsets": "90,137,180,235,282,336,388,437,498,548"
+ },
+ "to": {
+ "startLines": "2400,2401,2425,2429,2430,2460,2461,2462,2463,2464",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "138323,138363,139642,139824,139879,141416,141470,141522,141571,141632",
+ "endColumns": "39,46,42,54,46,53,51,48,60,49",
+ "endOffsets": "138358,138405,139680,139874,139921,141465,141517,141566,141627,141677"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\6c799608a67394e2261b50f8508ea239\\transformed\\savedstate-1.2.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "53",
+ "endOffsets": "104"
+ },
+ "to": {
+ "startLines": "2472",
+ "startColumns": "4",
+ "startOffsets": "141998",
+ "endColumns": "53",
+ "endOffsets": "142047"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\fe5722c2d28764b765710ac6c318c6e8\\transformed\\constraintlayout-2.1.4\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,9,10,15,16,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,42,43,44,45,55,63,64,65,70,71,76,81,82,83,88,89,94,95,100,101,102,108,109,110,115,121,122,123,124,130,131,132,133,136,139,142,143,146,149,150,151,152,153,156,159,160,161,162,168,173,176,179,180,181,186,187,188,191,194,195,198,201,204,207,208,209,212,215,216,221,222,228,233,236,239,240,241,242,243,244,245,246,247,248,249,250,266,272,273,274,275,276,283,289,290,291,294,299,300,308,309,310,311,312,313,314,315,324,325,326,332,333,339,343,344,345,346,347,356,360,361,362,380,566,694,700,704,874,1026,1039,1055,1080,1103,1106,1109,1112,1141,1168,1185,1271,1279,1292,1308,1312,1342,1355,1359,1369,1379,1423,1436,1440,1443,1459,1500,1535,1542,1559",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,339,395,581,642,933,985,1035,1088,1136,1187,1242,1302,1367,1426,1488,1540,1601,1663,1709,1842,1894,1944,1995,2402,2714,2759,2818,3015,3072,3267,3448,3502,3559,3751,3809,4005,4061,4255,4312,4363,4585,4637,4692,4882,5098,5148,5200,5256,5462,5523,5583,5653,5786,5917,6045,6113,6242,6368,6430,6493,6561,6628,6751,6876,6943,7008,7073,7362,7543,7664,7785,7851,7918,8128,8197,8263,8388,8514,8581,8707,8834,8959,9086,9142,9207,9333,9456,9521,9729,9796,10084,10264,10384,10504,10569,10631,10693,10757,10819,10878,10938,10999,11060,11119,11179,11870,12121,12172,12221,12269,12327,12619,12849,12896,12956,13062,13242,13296,13631,13685,13741,13787,13834,13885,13944,13996,14326,14385,14439,14677,14732,15022,15161,15207,15262,15307,15351,15699,15836,15877,15922,16859,25449,31222,31597,31764,39466,46265,46962,47713,48588,49458,49524,49603,49678,51026,52013,52976,56913,57318,57789,58580,58743,60104,60668,60821,61280,61698,63711,64248,64398,64518,65165,66854,68275,68628,69370",
+ "endLines": "8,9,14,15,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,41,42,43,44,54,62,63,64,69,70,75,80,81,82,87,88,93,94,99,100,101,107,108,109,114,120,121,122,123,129,130,131,132,135,138,141,142,145,148,149,150,151,152,155,158,159,160,161,167,172,175,178,179,180,185,186,187,190,193,194,197,200,203,206,207,208,211,214,215,220,221,227,232,235,238,239,240,241,242,243,244,245,246,247,248,249,265,271,272,273,274,275,282,288,289,290,293,298,299,307,308,309,310,311,312,313,314,323,324,325,331,332,338,342,343,344,345,346,355,359,360,361,379,565,693,699,703,873,1025,1038,1054,1079,1102,1105,1108,1111,1140,1167,1184,1270,1278,1291,1307,1311,1341,1354,1358,1368,1378,1422,1435,1439,1442,1458,1499,1534,1541,1558,1561",
+ "endColumns": "11,55,11,60,11,51,49,52,47,50,54,59,64,58,61,51,60,61,45,11,51,49,50,11,11,44,58,11,56,11,11,53,56,11,57,11,55,11,56,50,11,51,54,11,11,49,51,55,11,60,59,69,11,11,11,67,11,11,61,62,67,66,11,11,66,64,64,11,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,55,64,11,11,64,11,66,11,11,11,11,64,61,61,63,61,58,59,60,60,58,59,11,11,50,48,47,57,11,11,46,59,11,11,53,11,53,55,45,46,50,58,51,11,58,53,11,54,11,11,45,54,44,43,11,11,40,44,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24",
+ "endOffsets": "334,390,576,637,928,980,1030,1083,1131,1182,1237,1297,1362,1421,1483,1535,1596,1658,1704,1837,1889,1939,1990,2397,2709,2754,2813,3010,3067,3262,3443,3497,3554,3746,3804,4000,4056,4250,4307,4358,4580,4632,4687,4877,5093,5143,5195,5251,5457,5518,5578,5648,5781,5912,6040,6108,6237,6363,6425,6488,6556,6623,6746,6871,6938,7003,7068,7357,7538,7659,7780,7846,7913,8123,8192,8258,8383,8509,8576,8702,8829,8954,9081,9137,9202,9328,9451,9516,9724,9791,10079,10259,10379,10499,10564,10626,10688,10752,10814,10873,10933,10994,11055,11114,11174,11865,12116,12167,12216,12264,12322,12614,12844,12891,12951,13057,13237,13291,13626,13680,13736,13782,13829,13880,13939,13991,14321,14380,14434,14672,14727,15017,15156,15202,15257,15302,15346,15694,15831,15872,15917,16854,25444,31217,31592,31759,39461,46260,46957,47708,48583,49453,49519,49598,49673,51021,52008,52971,56908,57313,57784,58575,58738,60099,60663,60816,61275,61693,63706,64243,64393,64513,65160,66849,68270,68623,69365,69466"
+ },
+ "to": {
+ "startLines": "2,9,11,17,18,26,28,29,36,42,44,45,46,47,48,86,87,88,89,91,95,96,97,100,110,120,148,149,154,155,160,165,166,167,172,173,178,179,184,185,186,192,193,194,199,205,206,220,221,227,228,229,230,233,236,239,240,243,246,247,248,249,250,253,256,257,258,259,265,270,273,276,277,278,283,284,285,288,291,292,295,298,301,304,305,306,309,312,313,318,319,325,330,333,336,337,338,339,340,341,342,343,344,345,346,347,363,443,444,445,446,451,458,464,465,466,469,474,476,484,485,506,513,550,551,555,556,566,567,568,574,577,583,587,588,589,590,591,600,2410,2469,10511,10885,11050,11178,11184,11188,11337,11572,11798,11824,11849,11872,11875,11878,11881,11908,11935,11952,12631,12639,12652,12668,12672,12702,12715,12719,12867,12877,12931,13186,13210,13404,13771,13808,13843,13898,13915",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,434,546,781,842,1133,1240,1290,1692,1999,2119,2174,2234,2299,2358,4463,4515,4576,4638,4745,4878,4930,4980,5141,5548,5971,7913,7972,8169,8226,8421,8602,8656,8713,8905,8963,9159,9215,9409,9466,9517,9739,9791,9846,10036,10252,10302,11051,11107,11313,11374,11434,11504,11637,11768,11896,11964,12093,12219,12281,12344,12412,12479,12602,12727,12794,12859,12924,13213,13394,13515,13636,13702,13769,13979,14048,14114,14239,14365,14432,14558,14685,14810,14937,14993,15058,15184,15307,15372,15580,15647,15935,16115,16235,16355,16420,16482,16544,16608,16670,16729,16789,16850,16911,16970,17030,17690,22557,22608,22657,22705,22992,23284,23514,23561,23621,23727,23907,24019,24354,24408,25573,25920,28250,28301,28510,28562,28937,28996,29050,29288,29466,29668,29807,29853,29908,29953,29997,30345,138776,141850,664817,678216,684334,689999,690374,690541,695771,706624,714199,715477,716331,717201,717267,717346,717421,718205,719096,719915,745696,746101,746572,747363,747526,748887,749451,749604,754329,754747,757140,765923,766611,774007,788310,789053,790474,792791,793533",
+ "endLines": "8,9,15,17,25,26,28,29,36,42,44,45,46,47,48,86,87,88,89,94,95,96,97,109,117,120,148,153,154,159,164,165,166,171,172,177,178,183,184,185,191,192,193,198,204,205,206,220,226,227,228,229,232,235,238,239,242,245,246,247,248,249,252,255,256,257,258,264,269,272,275,276,277,282,283,284,287,290,291,294,297,300,303,304,305,308,311,312,317,318,324,329,332,335,336,337,338,339,340,341,342,343,344,345,346,362,368,443,444,445,446,457,463,464,465,468,473,474,483,484,485,506,513,550,551,555,564,566,567,573,574,582,586,587,588,589,590,599,603,2410,2469,10528,11049,11177,11183,11187,11336,11481,11584,11813,11848,11871,11874,11877,11880,11907,11934,11951,12037,12638,12651,12667,12671,12701,12714,12718,12728,12876,12920,12942,13189,13212,13419,13807,13842,13849,13914,13917",
+ "endColumns": "11,55,11,60,11,51,49,52,47,50,54,59,64,58,61,51,60,61,45,11,51,49,50,11,11,44,58,11,56,11,11,53,56,11,57,11,55,11,56,50,11,51,54,11,11,49,51,55,11,60,59,69,11,11,11,67,11,11,61,62,67,66,11,11,66,64,64,11,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,55,64,11,11,64,11,66,11,11,11,11,64,61,61,63,61,58,59,60,60,58,59,11,11,50,48,47,57,11,11,46,59,11,11,53,11,53,55,45,46,50,58,51,11,58,53,11,54,11,11,45,54,44,43,11,11,40,44,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24",
+ "endOffsets": "429,485,727,837,1128,1180,1285,1338,1735,2045,2169,2229,2294,2353,2415,4510,4571,4633,4679,4873,4925,4975,5026,5543,5855,6011,7967,8164,8221,8416,8597,8651,8708,8900,8958,9154,9210,9404,9461,9512,9734,9786,9841,10031,10247,10297,10349,11102,11308,11369,11429,11499,11632,11763,11891,11959,12088,12214,12276,12339,12407,12474,12597,12722,12789,12854,12919,13208,13389,13510,13631,13697,13764,13974,14043,14109,14234,14360,14427,14553,14680,14805,14932,14988,15053,15179,15302,15367,15575,15642,15930,16110,16230,16350,16415,16477,16539,16603,16665,16724,16784,16845,16906,16965,17025,17685,17936,22603,22652,22700,22758,23279,23509,23556,23616,23722,23902,23956,24349,24403,24459,25614,25962,28296,28355,28557,28887,28991,29045,29283,29338,29663,29802,29848,29903,29948,29992,30340,30477,138812,141890,665749,684329,689994,690369,690536,695766,701892,707316,714945,716326,717196,717262,717341,717416,718200,719091,719910,723847,746096,746567,747358,747521,748882,749446,749599,750058,754742,756755,757431,766068,766726,774649,789048,790469,790822,793528,793629"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\042a0cb473079b4ab3d911e5312763c0\\transformed\\databinding-adapters-7.4.2\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4",
+ "startColumns": "4,4,4",
+ "startOffsets": "55,112,155",
+ "endColumns": "56,42,40",
+ "endOffsets": "107,150,191"
+ },
+ "to": {
+ "startLines": "2423,2424,2451",
+ "startColumns": "4,4,4",
+ "startOffsets": "139542,139599,140993",
+ "endColumns": "56,42,40",
+ "endOffsets": "139594,139637,141029"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ee697cd08c56d0500233d93c4fc892de\\transformed\\drawerlayout-1.1.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,111,159,211",
+ "endLines": "2,3,4,8",
+ "endColumns": "55,47,51,24",
+ "endOffsets": "106,154,206,426"
+ },
+ "to": {
+ "startLines": "119,122,1744,11603",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "5915,6079,89723,707893",
+ "endLines": "119,122,1744,11606",
+ "endColumns": "55,47,51,24",
+ "endOffsets": "5966,6122,89770,707999"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bd2013a7ba3836a0788f3d8b2296a53a\\transformed\\lifecycle-runtime-2.5.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "42",
+ "endOffsets": "93"
+ },
+ "to": {
+ "startLines": "2470",
+ "startColumns": "4",
+ "startOffsets": "141895",
+ "endColumns": "42",
+ "endOffsets": "141933"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\6bd59ce5ad314a42b8a1944d4e5257cc\\transformed\\activity-1.6.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "59",
+ "endOffsets": "110"
+ },
+ "to": {
+ "startLines": "2471",
+ "startColumns": "4",
+ "startOffsets": "141938",
+ "endColumns": "59",
+ "endOffsets": "141993"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\41dcf42bc854479e43f628ab1a52618d\\transformed\\appcompat-resources-1.6.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,18,24,34,50",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "55,480,658,942,1353",
+ "endLines": "17,23,33,49,53",
+ "endColumns": "24,24,24,24,24",
+ "endOffsets": "475,653,937,1348,1475"
+ },
+ "to": {
+ "startLines": "9672,9688,9694,13190,13206",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "636047,636472,636650,766073,766484",
+ "endLines": "9687,9693,9703,13205,13209",
+ "endColumns": "24,24,24,24,24",
+ "endOffsets": "636467,636645,636929,766479,766606"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\38d09d4ba0d273158c68be2805b798b3\\transformed\\coordinatorlayout-1.1.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,6,16",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,116,261,869",
+ "endLines": "2,5,15,104",
+ "endColumns": "60,12,24,24",
+ "endOffsets": "111,256,864,6075"
+ },
+ "to": {
+ "startLines": "90,9540,11482,11488",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "4684,631192,701897,702108",
+ "endLines": "90,9542,11487,11571",
+ "endColumns": "60,12,24,24",
+ "endOffsets": "4740,631332,702103,706619"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\93ac10b68cc6b2ecdb3339310a897f91\\transformed\\fragment-1.3.6\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,10",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "55,112,177,241,411",
+ "endLines": "2,3,4,9,13",
+ "endColumns": "56,64,63,24,24",
+ "endOffsets": "107,172,236,406,555"
+ },
+ "to": {
+ "startLines": "2399,2434,2474,11750,11755",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "138266,140058,142102,713031,713201",
+ "endLines": "2399,2434,2474,11754,11758",
+ "endColumns": "56,64,63,24,24",
+ "endOffsets": "138318,140118,142161,713196,713345"
+ }
+ },
+ {
+ "source": "E:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\src\\main\\res\\values\\colors.xml",
+ "from": {
+ "startLines": "7,9,2,3,4,5,6,8",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "286,370,55,102,149,196,241,328",
+ "endColumns": "41,40,46,46,46,44,44,41",
+ "endOffsets": "323,406,97,144,191,236,281,365"
+ },
+ "to": {
+ "startLines": "620,676,873,874,875,886,887,890",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "31641,35542,49935,49982,50029,50773,50818,50984",
+ "endColumns": "41,40,46,46,46,44,44,41",
+ "endOffsets": "31678,35578,49977,50024,50071,50813,50858,51021"
+ }
+ },
+ {
+ "source": "E:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\src\\main\\res\\values\\themes.xml",
+ "from": {
+ "startLines": "16,48,33,2,24,40",
+ "startColumns": "4,4,4,4,4,4",
+ "startOffsets": "783,1919,1350,100,1044,1553",
+ "endLines": "22,63,38,14,31,46",
+ "endColumns": "12,12,12,12,12,12",
+ "endOffsets": "1038,2643,1547,777,1344,1913"
+ },
+ "to": {
+ "startLines": "6011,6026,6487,7036,9543,9551",
+ "startColumns": "4,4,4,4,4,4",
+ "startOffsets": "396192,396770,426960,465836,631337,631642",
+ "endLines": "6017,6041,6492,7048,9550,9557",
+ "endColumns": "12,12,12,12,12,12",
+ "endOffsets": "396447,397343,427157,466392,631637,632002"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\03d2eddd7c1e665a9f8b90894cf88345\\transformed\\viewpager2-1.0.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "4",
+ "endColumns": "24",
+ "endOffsets": "160"
+ },
+ "to": {
+ "startLines": "13888",
+ "startColumns": "4",
+ "startOffsets": "792478",
+ "endLines": "13890",
+ "endColumns": "24",
+ "endOffsets": "792583"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1173,1176,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1237,1238,1239,1240,1241,1245,1249,1253,1257,1265,1272,1280,1283,1293,1302,1311,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1335,1336,1340,1341,1347,1351,1352,1353,1354,1364,1365,1366,1370,1371,1377,1381,1382,1385,1386,1390,1391,1394,1395,1396,1397,1638,1644,1882,1888,2129,2135,2373,2379,2442,2524,2576,2658,2720,2802,2866,2918,3000,3007,3013,3024,3028,3032,3045,3060,3076,3083,3089,3103,3116,3136,3153,3162,3167,3174,3194,3207,3224,3230,3236,3243,3247,3253,3266,3269,3279,3280,3281,3329,3333,3337,3341,3342,3343,3346,3360,3367,3381,3423,3424,3429,3433,3437,3442,3449,3455,3456,3459,3463,3468,3480,3484,3489,3494,3499,3502,3505,3508,3512,3516,3517,3518,3519,3520,3521,3522,3523,3524,3525,3526,3527,3528,3529,3530,3534,3538,3542,3546,3550,3554,3558,3559,3560,3561,3562,3563,3564,3565,3569,3573,3574,3578,3579,3582,3585,3588,3591,3595,3598,3601,3605,3609,3613,3617,3620,3623,3624,3625,3628,3632,3635,3638,3641,3644,3647,3650,3654,3657,3658,3661,3664,3665,3668,3669,3670,3674,3675,3680,3688,3696,3704,3712,3720,3728,3736,3744,3752,3761,3770,3779,3787,3796,3805,3808,3811,3812,3813,3814,3815,3816,3817,3818,3819,3820,3821,3822,3823,3826,3831,3836,3839,3840,3841,3842,3843,3851,3859,3860,3868,3872,3880,3888,3896,3904,3912,3913,3921,3929,3930,3933,3936,3938,3943,3945,3950,3954,3958,3959,3960,3961,3965,3969,3970,3974,3975,3976,3977,3978,3979,3980,3981,3982,3983,3984,3985,3986,3987,3988,3989,3993,3997,3998,4002,4003,4004,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023,4024,4025,4026,4027,4028,4029,4033,4034,4035,4041,4042,4046,4048,4049,4054,4055,4056,4057,4058,4059,4063,4064,4065,4071,4072,4076,4078,4082,4086,4090,4094,4095,4096,4097,4100,4103,4106,4109,4112,4117,4121,4122,4127,4131,4135,4139,4143,4148,4152,4157,4161,4165,4199,4200,4201,4202,4203,4207,4208,4209,4210,4214,4218,4222,4226,4230,4234,4238,4242,4248,4249,4283,4297,4302,4328,4335,4338,4349,4354,4357,4389,4395,4396,4399,4402,4405,4408,4411,4414,4418,4421,4422,4423,4431,4439,4442,4447,4452,4457,4462,4466,4470,4471,4479,4480,4481,4482,4483,4491,4496,4501,4502,4503,4504,4529,4535,4540,4543,4547,4550,4554,4564,4567,4572,4575,4579,4583,4591,4605,4618,4622,4637,4648,4651,4662,4667,4671,4706,4707,4708,4715,4722,4729,4736,4743,4754,4781,4786,4806,4809,4816,4829,4838,4841,4861,4871,4875,4879,4892,4896,4900,4904,4910,4914,4931,4939,4943,4947,4951,4954,4958,4962,4966,4973,4977,4978,4982,5008,5018,5043,5052,5072,5082,5086,5096,5121,5131,5134,5138,5139,5140,5141,5145,5149,5153,5154,5166,5167,5168,5171,5174,5177,5180,5183,5186,5189,5192,5195,5198,5201,5204,5207,5210,5213,5216,5219,5222,5225,5228,5231,5232,5237,5238,5250,5258,5262,5267,5272,5276,5279,5283,5287,5290,5293,5296,5300,5305,5310,5313,5320,5324,5328,5336,5341,5346,5347,5351,5354,5357,5369,5374,5384,5387,5391,5405,5409,5414,5430,5437,5463,5466,5469,5472,5475,5478,5481,5499,5504,5511,5518,5527,5534,5539,5550,5554,5561,5564,5569,5570,5571,5572,5576,5580,5584,5588,5621,5624,5628,5632,5663,5666,5670,5674,5683,5689,5692,5701,5705,5706,5713,5717,5724,5725,5726,5729,5734,5739,5740,5744,5752,5771,5775,5776,5788,5798,5799,5811,5816,5840,5843,5849,5852,5861,5869,5873,5876,5879,5882,5886,5889,5906,5910,5913,5928,5931,5939,5944,5951,5956,5957,5962,5963,5969,5975,5981,6013,6024,6041,6048,6052,6055,6067,6076,6080,6085,6089,6093,6097,6101,6105,6109,6113,6118,6121,6133,6138,6147,6150,6157,6158,6162,6171,6177,6181,6182,6186,6207,6213,6217,6221,6222,6240,6241,6242,6243,6244,6249,6252,6253,6259,6260,6272,6284,6291,6292,6297,6302,6303,6307,6321,6326,6332,6338,6344,6349,6355,6361,6362,6367,6382,6387,6396,6405,6408,6422,6427,6438,6442,6451,6460,6461,6468,6476,6493,6503,6550,6581,6627,6684,6692,6750,6859,6879,6900,6906,6914,7020,7034,7057,7063,7107,7111,7117,7123,7133,7165,7171,7179,7192,7248,7259,7271,7283,7321,7368,7374,7386,7392,7398,7448,7453,7458,7464,7499,7511,7553,7576,7637,7642,7648,7651,7655,7703,7741,7759,7777,7830,7838,7862,7866,7874,7967,7971,8245,8253,8263,8264,8265,8266,8267,8268,8269,8270,8271,8272,8273,8274,8275,8276,8277,8278,8279,8280,8281,8282,8283,8284,8285,8286,8287,8288,8289,8290,8291,8292,8293,8294,8295,8296,8297,8298,8299,8300,8301,8302,8303,8304,8305,8306,8307,8308,8309,8310,8311,8312,8313,8314,8315,8316,8317,8318,8319,8320,8321,8322,8323,8324,8325,8326,8327,8328,8329,8330,8331,8332,8333,8334,8335,8336,8337,8338,8339,8340,8341,8342,8343,8344,8345,8346,8347,8348,8349,8350,8351,8352,8353,8354,8355,8356,8357,8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,8368,8369,8370,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8385,8386,8387,8388,8389,8390,8391,8392,8393,8394,8395,8396,8397,8398,8399,8400,8401,8402,8403,8404,8405,8406,8407,8408,8409,8410,8411,8412,8413,8414,8415,8416,8417,8418,8419,8420,8421,8422,8423,8424,8425,8426,8427,8428,8429,8430,8431,8432,8433,8434,8435,8436,8437,8438,8439,8440,8441,8442,8443,8444,8445,8446,8447,8448,8449,8450,8451,8452,8453,8454,8455,8456,8457,8458,8459,8460,8461,8462,8463,8464,8465,8466,8467",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,206,255,310,366,426,487,552,607,657,707,760,818,866,935,983,1054,1126,1198,1271,1338,1387,1441,1478,1529,1589,1636,1692,1741,1799,1855,1906,1966,2015,2071,2127,2177,2236,2283,2337,2393,2447,2501,2555,2604,2662,2718,2765,2819,2873,2921,2978,3032,3088,3151,3213,3269,3329,3382,3443,3522,3603,3675,3754,3834,3910,3988,4057,4133,4210,4281,4354,4430,4508,4577,4653,4730,4794,4865,4937,4988,5041,5096,5163,5216,5268,5318,5376,5441,5489,5540,5607,5673,5731,5800,5858,5927,5997,6070,6144,6212,6279,6349,6415,6488,6548,6624,6684,6744,6819,6887,6953,7021,7081,7140,7197,7263,7325,7382,7450,7523,7593,7655,7716,7784,7846,7902,7961,8023,8085,8152,8209,8270,8331,8392,8453,8509,8565,8621,8677,8735,8793,8851,8909,8966,9023,9080,9137,9196,9255,9313,9396,9479,9552,9606,9675,9731,9812,9893,9964,10093,10146,10204,10262,10320,10366,10426,10480,10550,10620,10685,10751,10816,10884,10953,11021,11151,11204,11263,11321,11373,11423,11475,11521,11571,11627,11674,11732,11790,11852,11915,11977,12036,12096,12161,12227,12292,12354,12416,12478,12540,12602,12664,12730,12797,12863,12926,12990,13053,13121,13182,13244,13306,13369,13433,13496,13560,13638,13697,13763,13843,13904,13957,14015,14066,14111,14175,14234,14296,14370,14441,14507,14581,14650,14721,14794,14865,14933,15006,15082,15152,15230,15298,15364,15425,15494,15558,15624,15692,15758,15821,15889,15960,16025,16098,16161,16242,16306,16372,16442,16512,16582,16652,16719,16776,16834,16893,16953,17012,17071,17130,17189,17248,17307,17366,17425,17484,17543,17603,17664,17726,17787,17848,17909,17970,18031,18092,18153,18214,18275,18336,18404,18473,18543,18612,18681,18750,18819,18888,18957,19026,19095,19164,19233,19293,19354,19416,19477,19538,19599,19660,19721,19782,19843,19904,19965,20026,20088,20151,20215,20278,20341,20404,20467,20530,20593,20656,20719,20782,20845,20906,20968,21031,21093,21155,21217,21279,21341,21403,21465,21527,21589,21651,21708,21795,21875,21965,22060,22152,22244,22334,22417,22510,22597,22694,22785,22886,22973,23076,23165,23264,23356,23456,23540,23634,23722,23820,23904,24004,24090,24186,24274,24355,24446,24542,24635,24728,24819,24904,24998,25087,25185,25278,25380,25468,25572,25663,25763,25856,25957,26042,26137,26226,26325,26410,26511,26598,26695,26761,26837,26906,26985,27058,27126,27204,27280,27351,27432,27505,27588,27663,27748,27821,27902,27983,28057,28141,28211,28291,28369,28441,28523,28593,28671,28749,28827,28898,28979,29044,29110,29163,29239,29305,29392,29468,29544,29609,29664,29718,29797,29875,29948,30013,30076,30142,30213,30284,30354,30416,30485,30551,30611,30678,30745,30801,30852,30905,30957,31011,31082,31145,31204,31266,31325,31398,31465,31535,31595,31658,31733,31805,31901,31972,32028,32099,32156,32213,32279,32343,32414,32471,32524,32587,32639,32697,32764,32833,32899,32958,33041,33100,33157,33224,33294,33368,33430,33499,33569,33623,33676,33730,33789,33835,33892,33959,34015,34080,34154,34238,34311,34376,34438,34494,34568,34651,34740,34804,34883,34957,35019,35115,35180,35239,35295,35351,35411,35518,35565,35625,35686,35750,35811,35871,35929,35972,36021,36073,36124,36176,36225,36274,36339,36405,36465,36526,36582,36641,36716,36773,36857,36914,36989,37064,37115,37183,37233,37295,37355,37412,37472,37521,37589,37695,37797,37866,37937,38037,38108,38218,38307,38363,38464,38574,38680,38757,38869,38996,39108,39235,39305,39419,39550,39647,39715,39833,39936,40054,40115,40189,40256,40361,40483,40557,40624,40734,40833,40906,41023,41091,41197,41299,41379,41450,41546,41613,41687,41761,41847,41935,42014,42092,42193,42264,42329,42441,42547,42615,42728,42841,42959,43037,43109,43245,43381,43466,43606,43682,43820,43958,44100,44182,44244,44340,44407,44524,44645,44742,44824,44911,44998,45129,45260,45395,45506,45620,45722,45818,45922,45989,46061,46171,46277,46350,46441,46543,46646,46741,46848,46953,47075,47197,47323,47382,47440,47564,47688,47816,47934,48052,48174,48255,48312,48373,48432,48492,48550,48611,48669,48719,48768,48835,48894,48953,49002,49077,49148,49217,49280,49348,49414,49482,49547,49613,49690,49768,49874,49980,50076,50205,50294,50421,50487,50556,50622,50720,50816,50912,51010,51119,51214,51303,51365,51425,51490,51547,51628,51682,51739,51836,51946,52033,52123,52175,52267,52360,52462,52518,52577,52626,52718,52767,52821,52875,52929,52983,53037,53092,53202,53312,53422,53532,53642,53752,53862,53972,54078,54184,54290,54396,54491,54586,54681,54776,54882,54988,55094,55200,55295,55390,55485,55580,55688,55796,55904,56012,56109,56206,56303,56400,56508,56616,56724,56832,56930,57026,57122,57220,57285,57373,57431,57495,57556,57618,57678,57740,57808,57866,57929,57992,58059,58134,58207,58273,58325,58378,58430,58487,58571,58666,58751,58832,58912,58989,59068,59145,59219,59293,59364,59444,59516,59591,59656,59717,59777,59852,59926,60003,60076,60146,60218,60288,60361,60425,60495,60543,60612,60664,60749,60832,60890,60956,61023,61089,61170,61245,61301,61354,61415,61473,61523,61572,61621,61670,61732,61784,61829,61910,61961,62015,62068,62122,62173,62222,62288,62339,62400,62461,62523,62573,62614,62691,62750,62809,62868,62929,62985,63041,63108,63169,63234,63289,63354,63423,63491,63569,63638,63698,63769,63843,63908,63980,64050,64117,64201,64270,64337,64407,64470,64537,64605,64688,64767,64857,64934,65002,65069,65147,65204,65261,65329,65395,65451,65511,65570,65624,65674,65724,65772,65834,65885,65958,66038,66118,66182,66249,66320,66378,66439,66505,66564,66631,66691,66751,66814,66882,66943,67010,67088,67158,67207,67264,67333,67394,67482,67570,67658,67746,67833,67920,68007,68094,68152,68226,68296,68352,68423,68488,68550,68625,68698,68788,68854,68920,68981,69045,69107,69165,69236,69319,69378,69449,69515,69580,69641,69700,69771,69837,69902,69985,70061,70136,70217,70277,70346,70416,70485,70540,70596,70652,70713,70771,70827,70882,70944,71001,71095,71164,71265,71316,71386,71449,71505,71563,71617,71703,71787,71857,71926,71996,72111,72232,72299,72366,72441,72508,72567,72621,72675,72729,72782,72834,72908,73045,73185,73234,73284,73334,73382,73438,73496,73558,73613,73671,73742,73806,73865,73927,73993,74059,74102,74146,74191,74234,74285,74332,74377,74428,74479,74530,74581,74629,74695,74757,74820,74892,74949,75004,75062,75117,75176,75232,75301,75370,75439,75509,75572,75635,75698,75761,75826,75891,75956,76021,76084,76148,76212,76276,76342,76408,76476,76544,76610,76677,76751,76814,76871,76931,76996,77063,77128,77185,77246,77304,77408,77519,77628,77732,77810,77875,77942,78008,78078,78125,78177,78227,78284,78604,78754,78885,79069,79247,79485,79674,79843,79941,80056,80141,80220,80380,80445,80534,80691,80848,81001,81155,81214,81380,81505,81630,81800,81910,82031,82152,82262,82374,82497,82620,82702,82875,83043,83191,83350,83505,83678,83795,83912,84080,84192,84306,84478,84654,84812,84945,85057,85203,85355,85487,85630,85752,85930,86066,86162,86298,86393,86560,86653,86745,86932,87088,87266,87430,87612,87929,88111,88293,88483,88715,88905,89082,89244,89401,89511,89694,89831,90051,90235,90419,90579,90737,90921,91148,91351,91522,91742,91964,92119,92319,92503,92606,92796,92937,93102,93273,93473,93677,93879,94044,94249,94448,94647,94844,94935,95084,95234,95318,95467,95612,95764,95905,96071,96232,96310,96611,96777,96932,97034,97192,97356,97542,97765,97890,98167,98439,98705,98990,99441,99897,100406,100554,101068,101505,101939,102382,102467,102588,102687,102804,102891,103014,103115,103234,103327,103434,103777,103884,104129,104250,104659,104907,105007,105112,105231,105740,105887,106006,106257,106390,106805,107059,107171,107418,107543,107860,107981,108209,108330,108463,108610,127271,127698,146108,146532,165231,165660,184108,184534,189375,194792,198883,204314,209056,214433,218417,222409,227800,228282,228715,229471,229701,229944,231077,232006,232910,233374,233767,234847,235591,236784,237768,238246,238539,238922,240437,241202,242345,242786,243227,243703,243977,244374,245305,245483,246236,246373,246464,248658,248924,249246,249456,249565,249684,249868,250840,251310,252061,254538,254633,254932,255160,255388,255647,256223,256577,256699,256838,257112,257372,258242,258528,258931,259333,259676,259888,260089,260302,260591,260876,260949,261036,261121,261220,261343,261466,261597,261714,261834,261966,262080,262198,262311,262432,262620,262807,262988,263171,263355,263536,263718,263838,263958,264066,264176,264288,264396,264506,264671,264837,264964,265129,265230,265350,265511,265674,265835,266002,266121,266238,266418,266600,266781,266964,267119,267251,267373,267508,267671,267864,267990,268142,268284,268454,268610,268782,269073,269268,269360,269533,269695,269790,269959,270053,270142,270385,270474,270767,271230,271697,272165,272638,273102,273565,274029,274494,274955,275423,275894,276364,276822,277291,277761,277951,278130,278236,278344,278450,278562,278676,278788,278902,279018,279132,279240,279350,279458,279654,280033,280437,280584,280692,280802,280910,281024,281433,281847,281963,282381,282622,283052,283487,283897,284319,284729,284851,285260,285676,285798,286016,286200,286268,286612,286692,287048,287198,287342,287418,287530,287620,287882,288147,288246,288398,288506,288582,288694,288784,288886,288994,289102,289202,289310,289395,289499,289586,289664,289778,289870,290134,290401,290502,290655,290765,290849,291238,291336,291444,291538,291668,291776,291898,292034,292142,292262,292396,292518,292646,292788,292914,293054,293180,293298,293430,293528,293638,293938,294050,294168,294632,294748,295051,295177,295273,295674,295784,295908,296046,296156,296278,296590,296714,296844,297320,297448,297763,297901,298063,298279,298435,298639,298707,298791,298895,299098,299287,299488,299681,299886,300199,300411,300527,300773,300989,301193,301384,301602,301839,301991,302251,302393,302554,305137,305251,305371,305487,305581,305902,306001,306119,306220,306499,306784,307063,307345,307598,307857,308110,308366,308790,308866,311460,312815,313259,315113,315688,315896,316906,317286,317427,319928,320354,320466,320601,320798,320969,321152,321327,321514,321736,321894,321978,322082,322569,323125,323283,323502,323733,323956,324191,324413,324679,324817,325416,325530,325668,325780,325904,326475,326970,327516,327661,327754,327846,329773,330343,330641,330830,331036,331229,331439,332323,332468,332860,333018,333235,333496,333928,334803,335423,335620,336568,337333,337456,338229,338450,338650,340627,340727,340817,341188,341858,342540,343220,343912,344481,346094,346415,347478,347648,348173,349068,349702,349868,351354,351970,352206,352427,353385,353650,353915,354127,354541,354777,356062,356511,356698,356947,357189,357365,357606,357839,358064,358406,358619,358714,358975,360326,360801,362027,362497,363545,363997,364241,364698,365943,366426,366576,366920,367066,367204,367340,367628,367929,368231,368347,369176,369298,369410,369559,369825,370095,370361,370629,370885,371145,371401,371659,371911,372167,372419,372673,372905,373141,373393,373649,373901,374155,374387,374621,374733,375158,375282,376219,376817,377013,377250,377518,377811,378028,378242,378541,378733,378945,379125,379417,379681,380018,380237,380650,380887,381179,381784,382022,382291,382431,382685,382829,383019,383827,384167,384915,385139,385436,386215,386552,386952,388261,388846,390919,391113,391331,391557,391769,391968,392175,393298,393535,394010,394400,394864,395203,395540,396300,396564,396907,397098,397445,397533,397641,397749,398062,398387,398706,399037,401604,401792,402053,402302,404743,404935,405200,405453,405969,406319,406488,407002,407237,407361,407773,407987,408389,408492,408622,408797,409049,409245,409385,409579,410077,411146,411434,411564,412341,412998,413144,413850,414088,415628,415778,416195,416360,417046,417516,417712,417803,417887,418031,418265,418432,419360,419646,419806,420421,420580,420908,421135,421647,422009,422088,422427,422532,422897,423268,423629,425503,426132,427208,427632,427885,428037,429027,429764,429967,430213,430460,430678,430920,431241,431505,431810,432033,432344,432533,433248,433517,434011,434237,434677,434836,435120,435865,436230,436535,436693,436931,438250,438648,438876,439096,439238,440528,440634,440764,440902,441026,441314,441483,441583,441868,441982,442865,443620,444059,444183,444429,444622,444756,444947,445726,445944,446235,446514,446831,447053,447348,447631,447735,448018,448834,449150,449711,450217,450422,451208,451613,452274,452463,453014,453580,453700,454102,454636,455166,455465,457810,458904,460498,462505,462757,465190,467485,467925,468677,468861,469072,473730,474313,475041,475243,476378,476528,476703,476928,477455,478707,479014,479522,479971,481765,482025,482607,483102,484139,486005,486196,486529,486685,486878,489213,489442,489650,489786,491558,491856,493068,493936,495824,495940,496109,496246,496392,497604,498742,499273,499699,501310,501558,502328,502444,502619,505834,505981,516745,516988,517359,517454,517547,517631,517718,517816,517907,517998,518086,518170,518266,518370,518444,518529,518628,518732,518828,518930,519033,519133,519223,519308,519409,519507,519597,519692,519779,519885,519987,520081,520172,520253,520329,520421,520510,520630,520741,520824,520910,521005,521099,521205,521303,521400,521495,521593,521693,521796,521891,521984,522078,522170,522272,522370,522473,522558,522656,522778,522876,522989,523083,523172,523261,523344,523435,523520,523628,523729,523830,523928,524034,524125,524224,524321,524419,524515,524608,524718,524816,524911,525021,525113,525213,525312,525399,525503,525608,525715,525822,525921,526030,526122,526219,526330,526441,526552,526656,526771,526887,527014,527134,527214,527322,527412,527513,527596,527687,527772,527864,527967,528062,528158,528251,528332,528441,528520,528627,528718,528817,528910,529013,529117,529218,529319,529423,529517,529621,529725,529838,529944,530050,530158,530275,530364,530472,530572,530651,530741,530825,530917,530990,531078,531160,531245,531344,531441,531532,531623,531715,531810,531908,532007,532109,532206,532303,532396,532483,532567,532664,532761,532854,532941,533032,533131,533230,533325,533414,533495,533594,533689,533786,533882,533979,534063,534162,534257,534354,534450,534547,534636,534737,534834,534933,535031,535130,535220,535311,535400,535489,535571,535664,535755,535828,535895,535968,536035,536111,536188,536240,536313,536386,536452,536519,536587,536653",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1172,1175,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1236,1237,1238,1239,1240,1244,1248,1252,1256,1264,1271,1279,1282,1292,1301,1310,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1334,1335,1339,1340,1346,1350,1351,1352,1353,1363,1364,1365,1369,1370,1376,1380,1381,1384,1385,1389,1390,1393,1394,1395,1396,1637,1643,1881,1887,2128,2134,2372,2378,2441,2523,2575,2657,2719,2801,2865,2917,2999,3006,3012,3023,3027,3031,3044,3059,3075,3082,3088,3102,3115,3135,3152,3161,3166,3173,3193,3206,3223,3229,3235,3242,3246,3252,3265,3268,3278,3279,3280,3328,3332,3336,3340,3341,3342,3345,3359,3366,3380,3422,3423,3428,3432,3436,3441,3448,3454,3455,3458,3462,3467,3479,3483,3488,3493,3498,3501,3504,3507,3511,3515,3516,3517,3518,3519,3520,3521,3522,3523,3524,3525,3526,3527,3528,3529,3533,3537,3541,3545,3549,3553,3557,3558,3559,3560,3561,3562,3563,3564,3568,3572,3573,3577,3578,3581,3584,3587,3590,3594,3597,3600,3604,3608,3612,3616,3619,3622,3623,3624,3627,3631,3634,3637,3640,3643,3646,3649,3653,3656,3657,3660,3663,3664,3667,3668,3669,3673,3674,3679,3687,3695,3703,3711,3719,3727,3735,3743,3751,3760,3769,3778,3786,3795,3804,3807,3810,3811,3812,3813,3814,3815,3816,3817,3818,3819,3820,3821,3822,3825,3830,3835,3838,3839,3840,3841,3842,3850,3858,3859,3867,3871,3879,3887,3895,3903,3911,3912,3920,3928,3929,3932,3935,3937,3942,3944,3949,3953,3957,3958,3959,3960,3964,3968,3969,3973,3974,3975,3976,3977,3978,3979,3980,3981,3982,3983,3984,3985,3986,3987,3988,3992,3996,3997,4001,4002,4003,4008,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023,4024,4025,4026,4027,4028,4032,4033,4034,4040,4041,4045,4047,4048,4053,4054,4055,4056,4057,4058,4062,4063,4064,4070,4071,4075,4077,4081,4085,4089,4093,4094,4095,4096,4099,4102,4105,4108,4111,4116,4120,4121,4126,4130,4134,4138,4142,4147,4151,4156,4160,4164,4198,4199,4200,4201,4202,4206,4207,4208,4209,4213,4217,4221,4225,4229,4233,4237,4241,4247,4248,4282,4296,4301,4327,4334,4337,4348,4353,4356,4388,4394,4395,4398,4401,4404,4407,4410,4413,4417,4420,4421,4422,4430,4438,4441,4446,4451,4456,4461,4465,4469,4470,4478,4479,4480,4481,4482,4490,4495,4500,4501,4502,4503,4528,4534,4539,4542,4546,4549,4553,4563,4566,4571,4574,4578,4582,4590,4604,4617,4621,4636,4647,4650,4661,4666,4670,4705,4706,4707,4714,4721,4728,4735,4742,4753,4780,4785,4805,4808,4815,4828,4837,4840,4860,4870,4874,4878,4891,4895,4899,4903,4909,4913,4930,4938,4942,4946,4950,4953,4957,4961,4965,4972,4976,4977,4981,5007,5017,5042,5051,5071,5081,5085,5095,5120,5130,5133,5137,5138,5139,5140,5144,5148,5152,5153,5165,5166,5167,5170,5173,5176,5179,5182,5185,5188,5191,5194,5197,5200,5203,5206,5209,5212,5215,5218,5221,5224,5227,5230,5231,5236,5237,5249,5257,5261,5266,5271,5275,5278,5282,5286,5289,5292,5295,5299,5304,5309,5312,5319,5323,5327,5335,5340,5345,5346,5350,5353,5356,5368,5373,5383,5386,5390,5404,5408,5413,5429,5436,5462,5465,5468,5471,5474,5477,5480,5498,5503,5510,5517,5526,5533,5538,5549,5553,5560,5563,5568,5569,5570,5571,5575,5579,5583,5587,5620,5623,5627,5631,5662,5665,5669,5673,5682,5688,5691,5700,5704,5705,5712,5716,5723,5724,5725,5728,5733,5738,5739,5743,5751,5770,5774,5775,5787,5797,5798,5810,5815,5839,5842,5848,5851,5860,5868,5872,5875,5878,5881,5885,5888,5905,5909,5912,5927,5930,5938,5943,5950,5955,5956,5961,5962,5968,5974,5980,6012,6023,6040,6047,6051,6054,6066,6075,6079,6084,6088,6092,6096,6100,6104,6108,6112,6117,6120,6132,6137,6146,6149,6156,6157,6161,6170,6176,6180,6181,6185,6206,6212,6216,6220,6221,6239,6240,6241,6242,6243,6248,6251,6252,6258,6259,6271,6283,6290,6291,6296,6301,6302,6306,6320,6325,6331,6337,6343,6348,6354,6360,6361,6366,6381,6386,6395,6404,6407,6421,6426,6437,6441,6450,6459,6460,6467,6475,6492,6502,6549,6580,6626,6683,6691,6749,6858,6878,6899,6905,6913,7019,7033,7056,7062,7106,7110,7116,7122,7132,7164,7170,7178,7191,7247,7258,7270,7282,7320,7367,7373,7385,7391,7397,7447,7452,7457,7463,7498,7510,7552,7575,7636,7641,7647,7650,7654,7680,7740,7758,7776,7829,7837,7861,7865,7873,7966,7970,8244,8252,8262,8263,8264,8265,8266,8267,8268,8269,8270,8271,8272,8273,8274,8275,8276,8277,8278,8279,8280,8281,8282,8283,8284,8285,8286,8287,8288,8289,8290,8291,8292,8293,8294,8295,8296,8297,8298,8299,8300,8301,8302,8303,8304,8305,8306,8307,8308,8309,8310,8311,8312,8313,8314,8315,8316,8317,8318,8319,8320,8321,8322,8323,8324,8325,8326,8327,8328,8329,8330,8331,8332,8333,8334,8335,8336,8337,8338,8339,8340,8341,8342,8343,8344,8345,8346,8347,8348,8349,8350,8351,8352,8353,8354,8355,8356,8357,8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,8368,8369,8370,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8385,8386,8387,8388,8389,8390,8391,8392,8393,8394,8395,8396,8397,8398,8399,8400,8401,8402,8403,8404,8405,8406,8407,8408,8409,8410,8411,8412,8413,8414,8415,8416,8417,8418,8419,8420,8421,8422,8423,8424,8425,8426,8427,8428,8429,8430,8431,8432,8433,8434,8435,8436,8437,8438,8439,8440,8441,8442,8443,8444,8445,8446,8447,8448,8449,8450,8451,8452,8453,8454,8455,8456,8457,8458,8459,8460,8461,8462,8463,8464,8465,8466,8467",
+ "endColumns": "55,48,54,55,59,60,64,54,49,49,52,57,47,68,47,70,71,71,72,66,48,53,36,50,59,46,55,48,57,55,50,59,48,55,55,49,58,46,53,55,53,53,53,48,57,55,46,53,53,47,56,53,55,62,61,55,59,52,60,78,80,71,78,79,75,77,68,75,76,70,72,75,77,68,75,76,63,70,71,50,52,54,66,52,51,49,57,64,47,50,66,65,57,68,57,68,69,72,73,67,66,69,65,72,59,75,59,59,74,67,65,67,59,58,56,65,61,56,67,72,69,61,60,67,61,55,58,61,61,66,56,60,60,60,60,55,55,55,55,57,57,57,57,56,56,56,56,58,58,57,82,82,72,53,68,55,80,80,70,9,52,57,57,57,45,59,53,69,69,64,65,64,67,68,67,9,52,58,57,51,49,51,45,49,55,46,57,57,61,62,61,58,59,64,65,64,61,61,61,61,61,61,65,66,65,62,63,62,67,60,61,61,62,63,62,63,77,58,65,79,60,52,57,50,44,63,58,61,73,70,65,73,68,70,72,70,67,72,75,69,77,67,65,60,68,63,65,67,65,62,67,70,64,72,62,80,63,65,69,69,69,69,66,56,57,58,59,58,58,58,58,58,58,58,58,58,58,59,60,61,60,60,60,60,60,60,60,60,60,60,67,68,69,68,68,68,68,68,68,68,68,68,68,59,60,61,60,60,60,60,60,60,60,60,60,60,61,62,63,62,62,62,62,62,62,62,62,62,62,60,61,62,61,61,61,61,61,61,61,61,61,61,56,86,79,89,94,91,91,89,82,92,86,96,90,100,86,102,88,98,91,99,83,93,87,97,83,99,85,95,87,80,90,95,92,92,90,84,93,88,97,92,101,87,103,90,99,92,100,84,94,88,98,84,100,86,96,65,75,68,78,72,67,77,75,70,80,72,82,74,84,72,80,80,73,83,69,79,77,71,81,69,77,77,77,70,80,64,65,52,75,65,86,75,75,64,54,53,78,77,72,64,62,65,70,70,69,61,68,65,59,66,66,55,50,52,51,53,70,62,58,61,58,72,66,69,59,62,74,71,95,70,55,70,56,56,65,63,70,56,52,62,51,57,66,68,65,58,82,58,56,66,69,73,61,68,69,53,52,53,58,45,56,66,55,64,73,83,72,64,61,55,73,82,88,63,78,73,61,95,64,58,55,55,59,106,46,59,60,63,60,59,57,42,48,51,50,51,48,48,64,65,59,60,55,58,74,56,83,56,74,74,50,67,49,61,59,56,59,48,67,105,101,68,70,99,70,109,88,55,100,109,105,76,111,126,111,126,69,113,130,96,67,117,102,117,60,73,66,104,121,73,66,109,98,72,116,67,105,101,79,70,95,66,73,73,85,87,78,77,100,70,64,111,105,67,112,112,117,77,71,135,135,84,139,75,137,137,141,81,61,95,66,116,120,96,81,86,86,130,130,134,110,113,101,95,103,66,71,109,105,72,90,101,102,94,106,104,121,121,125,58,57,123,123,127,117,117,121,80,56,60,58,59,57,60,57,49,48,66,58,58,48,74,70,68,62,67,65,67,64,65,76,77,105,105,95,128,88,126,65,68,65,97,95,95,97,108,94,88,61,59,64,56,80,53,56,96,109,86,89,51,91,92,101,55,58,48,91,48,53,53,53,53,53,54,109,109,109,109,109,109,109,109,105,105,105,105,94,94,94,94,105,105,105,105,94,94,94,94,107,107,107,107,96,96,96,96,107,107,107,107,97,95,95,97,64,87,57,63,60,61,59,61,67,57,62,62,66,74,72,65,51,52,51,56,83,94,84,80,79,76,78,76,73,73,70,79,71,74,64,60,59,74,73,76,72,69,71,69,72,63,69,47,68,51,84,82,57,65,66,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,50,53,52,53,50,48,65,50,60,60,61,49,40,76,58,58,58,60,55,55,66,60,64,54,64,68,67,77,68,59,70,73,64,71,69,66,83,68,66,69,62,66,67,82,78,89,76,67,66,77,56,56,67,65,55,59,58,53,49,49,47,61,50,72,79,79,63,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,86,86,86,86,57,73,69,55,70,64,61,74,72,89,65,65,60,63,61,57,70,82,58,70,65,64,60,58,70,65,64,82,75,74,80,59,68,69,68,54,55,55,60,57,55,54,61,56,93,68,100,50,69,62,55,57,53,85,83,69,68,69,114,120,66,66,74,66,58,53,53,53,52,51,73,136,139,48,49,49,47,55,57,61,54,57,70,63,58,61,65,65,42,43,44,42,50,46,44,50,50,50,50,47,65,61,62,71,56,54,57,54,58,55,68,68,68,69,62,62,62,62,64,64,64,64,62,63,63,63,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,103,110,108,103,77,64,66,65,69,46,51,49,56,12,149,130,183,177,237,188,168,97,114,84,78,11,64,88,156,156,152,153,58,165,124,124,169,109,120,120,109,111,122,122,81,172,167,147,158,154,172,116,116,167,111,113,171,175,157,132,111,145,151,131,142,121,177,135,95,135,94,166,92,91,186,11,11,11,181,316,181,181,189,231,189,176,161,156,109,182,136,219,183,183,159,157,183,226,202,170,219,221,154,199,183,102,189,140,164,170,199,203,201,164,204,198,198,196,90,148,149,83,148,144,151,140,165,160,77,300,165,154,101,11,163,185,222,124,10,10,10,10,10,10,10,10,10,10,10,10,84,120,98,116,86,122,100,118,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,10,124,10,120,10,120,132,146,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,136,90,10,10,10,10,108,118,10,10,10,10,10,94,10,10,10,10,10,10,121,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,122,122,130,116,119,131,113,117,112,120,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,126,10,100,10,10,10,10,10,10,10,10,10,10,10,10,10,121,134,10,10,10,10,10,10,10,10,10,10,91,10,10,94,10,93,88,10,88,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,105,107,105,111,113,111,113,115,113,107,109,107,10,10,10,10,107,109,107,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,10,10,10,10,10,10,75,111,89,10,10,98,10,107,75,111,89,101,107,107,99,107,84,103,86,77,113,91,10,10,100,10,109,83,10,97,107,93,129,107,121,135,107,119,133,121,127,141,125,139,125,117,131,97,109,10,111,117,10,115,10,10,95,10,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,10,115,10,10,10,10,10,10,10,10,10,10,10,113,119,115,93,10,98,117,100,10,10,10,10,10,10,10,10,10,75,10,10,10,10,10,10,10,10,10,10,10,111,10,10,10,10,10,10,10,10,83,103,10,10,10,10,10,10,10,10,10,137,10,113,137,111,123,10,10,10,144,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,99,89,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,94,10,10,10,10,10,10,10,10,10,10,10,10,10,145,137,135,10,10,10,115,10,121,111,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,111,10,123,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,139,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,87,107,107,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,123,10,10,10,102,129,10,10,10,139,10,10,10,10,129,10,10,145,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,78,10,104,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,158,10,10,10,10,157,10,10,10,10,10,141,10,105,129,137,123,10,10,99,10,113,10,10,10,123,10,10,133,10,10,10,10,10,10,10,10,10,103,10,10,10,10,10,10,10,10,10,10,10,10,119,10,10,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,94,92,83,86,97,90,90,87,83,95,103,73,84,98,103,95,101,102,99,89,84,100,97,89,94,86,105,101,93,90,80,75,91,88,119,110,82,85,94,93,105,97,96,94,97,99,102,94,92,93,91,101,97,102,84,97,121,97,112,93,88,88,82,90,84,107,100,100,97,105,90,98,96,97,95,92,109,97,94,109,91,99,98,86,103,104,106,106,98,108,91,96,110,110,110,103,114,115,126,119,79,107,89,100,82,90,84,91,102,94,95,92,80,108,78,106,90,98,92,102,103,100,100,103,93,103,103,112,105,105,107,116,88,107,99,78,89,83,91,72,87,81,84,98,96,90,90,91,94,97,98,101,96,96,92,86,83,96,96,92,86,90,98,98,94,88,80,98,94,96,95,96,83,98,94,96,95,96,88,100,96,98,97,98,89,90,88,88,81,92,90,72,66,72,66,75,76,51,72,72,65,66,67,65,66",
+ "endOffsets": "201,250,305,361,421,482,547,602,652,702,755,813,861,930,978,1049,1121,1193,1266,1333,1382,1436,1473,1524,1584,1631,1687,1736,1794,1850,1901,1961,2010,2066,2122,2172,2231,2278,2332,2388,2442,2496,2550,2599,2657,2713,2760,2814,2868,2916,2973,3027,3083,3146,3208,3264,3324,3377,3438,3517,3598,3670,3749,3829,3905,3983,4052,4128,4205,4276,4349,4425,4503,4572,4648,4725,4789,4860,4932,4983,5036,5091,5158,5211,5263,5313,5371,5436,5484,5535,5602,5668,5726,5795,5853,5922,5992,6065,6139,6207,6274,6344,6410,6483,6543,6619,6679,6739,6814,6882,6948,7016,7076,7135,7192,7258,7320,7377,7445,7518,7588,7650,7711,7779,7841,7897,7956,8018,8080,8147,8204,8265,8326,8387,8448,8504,8560,8616,8672,8730,8788,8846,8904,8961,9018,9075,9132,9191,9250,9308,9391,9474,9547,9601,9670,9726,9807,9888,9959,10088,10141,10199,10257,10315,10361,10421,10475,10545,10615,10680,10746,10811,10879,10948,11016,11146,11199,11258,11316,11368,11418,11470,11516,11566,11622,11669,11727,11785,11847,11910,11972,12031,12091,12156,12222,12287,12349,12411,12473,12535,12597,12659,12725,12792,12858,12921,12985,13048,13116,13177,13239,13301,13364,13428,13491,13555,13633,13692,13758,13838,13899,13952,14010,14061,14106,14170,14229,14291,14365,14436,14502,14576,14645,14716,14789,14860,14928,15001,15077,15147,15225,15293,15359,15420,15489,15553,15619,15687,15753,15816,15884,15955,16020,16093,16156,16237,16301,16367,16437,16507,16577,16647,16714,16771,16829,16888,16948,17007,17066,17125,17184,17243,17302,17361,17420,17479,17538,17598,17659,17721,17782,17843,17904,17965,18026,18087,18148,18209,18270,18331,18399,18468,18538,18607,18676,18745,18814,18883,18952,19021,19090,19159,19228,19288,19349,19411,19472,19533,19594,19655,19716,19777,19838,19899,19960,20021,20083,20146,20210,20273,20336,20399,20462,20525,20588,20651,20714,20777,20840,20901,20963,21026,21088,21150,21212,21274,21336,21398,21460,21522,21584,21646,21703,21790,21870,21960,22055,22147,22239,22329,22412,22505,22592,22689,22780,22881,22968,23071,23160,23259,23351,23451,23535,23629,23717,23815,23899,23999,24085,24181,24269,24350,24441,24537,24630,24723,24814,24899,24993,25082,25180,25273,25375,25463,25567,25658,25758,25851,25952,26037,26132,26221,26320,26405,26506,26593,26690,26756,26832,26901,26980,27053,27121,27199,27275,27346,27427,27500,27583,27658,27743,27816,27897,27978,28052,28136,28206,28286,28364,28436,28518,28588,28666,28744,28822,28893,28974,29039,29105,29158,29234,29300,29387,29463,29539,29604,29659,29713,29792,29870,29943,30008,30071,30137,30208,30279,30349,30411,30480,30546,30606,30673,30740,30796,30847,30900,30952,31006,31077,31140,31199,31261,31320,31393,31460,31530,31590,31653,31728,31800,31896,31967,32023,32094,32151,32208,32274,32338,32409,32466,32519,32582,32634,32692,32759,32828,32894,32953,33036,33095,33152,33219,33289,33363,33425,33494,33564,33618,33671,33725,33784,33830,33887,33954,34010,34075,34149,34233,34306,34371,34433,34489,34563,34646,34735,34799,34878,34952,35014,35110,35175,35234,35290,35346,35406,35513,35560,35620,35681,35745,35806,35866,35924,35967,36016,36068,36119,36171,36220,36269,36334,36400,36460,36521,36577,36636,36711,36768,36852,36909,36984,37059,37110,37178,37228,37290,37350,37407,37467,37516,37584,37690,37792,37861,37932,38032,38103,38213,38302,38358,38459,38569,38675,38752,38864,38991,39103,39230,39300,39414,39545,39642,39710,39828,39931,40049,40110,40184,40251,40356,40478,40552,40619,40729,40828,40901,41018,41086,41192,41294,41374,41445,41541,41608,41682,41756,41842,41930,42009,42087,42188,42259,42324,42436,42542,42610,42723,42836,42954,43032,43104,43240,43376,43461,43601,43677,43815,43953,44095,44177,44239,44335,44402,44519,44640,44737,44819,44906,44993,45124,45255,45390,45501,45615,45717,45813,45917,45984,46056,46166,46272,46345,46436,46538,46641,46736,46843,46948,47070,47192,47318,47377,47435,47559,47683,47811,47929,48047,48169,48250,48307,48368,48427,48487,48545,48606,48664,48714,48763,48830,48889,48948,48997,49072,49143,49212,49275,49343,49409,49477,49542,49608,49685,49763,49869,49975,50071,50200,50289,50416,50482,50551,50617,50715,50811,50907,51005,51114,51209,51298,51360,51420,51485,51542,51623,51677,51734,51831,51941,52028,52118,52170,52262,52355,52457,52513,52572,52621,52713,52762,52816,52870,52924,52978,53032,53087,53197,53307,53417,53527,53637,53747,53857,53967,54073,54179,54285,54391,54486,54581,54676,54771,54877,54983,55089,55195,55290,55385,55480,55575,55683,55791,55899,56007,56104,56201,56298,56395,56503,56611,56719,56827,56925,57021,57117,57215,57280,57368,57426,57490,57551,57613,57673,57735,57803,57861,57924,57987,58054,58129,58202,58268,58320,58373,58425,58482,58566,58661,58746,58827,58907,58984,59063,59140,59214,59288,59359,59439,59511,59586,59651,59712,59772,59847,59921,59998,60071,60141,60213,60283,60356,60420,60490,60538,60607,60659,60744,60827,60885,60951,61018,61084,61165,61240,61296,61349,61410,61468,61518,61567,61616,61665,61727,61779,61824,61905,61956,62010,62063,62117,62168,62217,62283,62334,62395,62456,62518,62568,62609,62686,62745,62804,62863,62924,62980,63036,63103,63164,63229,63284,63349,63418,63486,63564,63633,63693,63764,63838,63903,63975,64045,64112,64196,64265,64332,64402,64465,64532,64600,64683,64762,64852,64929,64997,65064,65142,65199,65256,65324,65390,65446,65506,65565,65619,65669,65719,65767,65829,65880,65953,66033,66113,66177,66244,66315,66373,66434,66500,66559,66626,66686,66746,66809,66877,66938,67005,67083,67153,67202,67259,67328,67389,67477,67565,67653,67741,67828,67915,68002,68089,68147,68221,68291,68347,68418,68483,68545,68620,68693,68783,68849,68915,68976,69040,69102,69160,69231,69314,69373,69444,69510,69575,69636,69695,69766,69832,69897,69980,70056,70131,70212,70272,70341,70411,70480,70535,70591,70647,70708,70766,70822,70877,70939,70996,71090,71159,71260,71311,71381,71444,71500,71558,71612,71698,71782,71852,71921,71991,72106,72227,72294,72361,72436,72503,72562,72616,72670,72724,72777,72829,72903,73040,73180,73229,73279,73329,73377,73433,73491,73553,73608,73666,73737,73801,73860,73922,73988,74054,74097,74141,74186,74229,74280,74327,74372,74423,74474,74525,74576,74624,74690,74752,74815,74887,74944,74999,75057,75112,75171,75227,75296,75365,75434,75504,75567,75630,75693,75756,75821,75886,75951,76016,76079,76143,76207,76271,76337,76403,76471,76539,76605,76672,76746,76809,76866,76926,76991,77058,77123,77180,77241,77299,77403,77514,77623,77727,77805,77870,77937,78003,78073,78120,78172,78222,78279,78599,78749,78880,79064,79242,79480,79669,79838,79936,80051,80136,80215,80375,80440,80529,80686,80843,80996,81150,81209,81375,81500,81625,81795,81905,82026,82147,82257,82369,82492,82615,82697,82870,83038,83186,83345,83500,83673,83790,83907,84075,84187,84301,84473,84649,84807,84940,85052,85198,85350,85482,85625,85747,85925,86061,86157,86293,86388,86555,86648,86740,86927,87083,87261,87425,87607,87924,88106,88288,88478,88710,88900,89077,89239,89396,89506,89689,89826,90046,90230,90414,90574,90732,90916,91143,91346,91517,91737,91959,92114,92314,92498,92601,92791,92932,93097,93268,93468,93672,93874,94039,94244,94443,94642,94839,94930,95079,95229,95313,95462,95607,95759,95900,96066,96227,96305,96606,96772,96927,97029,97187,97351,97537,97760,97885,98162,98434,98700,98985,99436,99892,100401,100549,101063,101500,101934,102377,102462,102583,102682,102799,102886,103009,103110,103229,103322,103429,103772,103879,104124,104245,104654,104902,105002,105107,105226,105735,105882,106001,106252,106385,106800,107054,107166,107413,107538,107855,107976,108204,108325,108458,108605,127266,127693,146103,146527,165226,165655,184103,184529,189370,194787,198878,204309,209051,214428,218412,222404,227795,228277,228710,229466,229696,229939,231072,232001,232905,233369,233762,234842,235586,236779,237763,238241,238534,238917,240432,241197,242340,242781,243222,243698,243972,244369,245300,245478,246231,246368,246459,248653,248919,249241,249451,249560,249679,249863,250835,251305,252056,254533,254628,254927,255155,255383,255642,256218,256572,256694,256833,257107,257367,258237,258523,258926,259328,259671,259883,260084,260297,260586,260871,260944,261031,261116,261215,261338,261461,261592,261709,261829,261961,262075,262193,262306,262427,262615,262802,262983,263166,263350,263531,263713,263833,263953,264061,264171,264283,264391,264501,264666,264832,264959,265124,265225,265345,265506,265669,265830,265997,266116,266233,266413,266595,266776,266959,267114,267246,267368,267503,267666,267859,267985,268137,268279,268449,268605,268777,269068,269263,269355,269528,269690,269785,269954,270048,270137,270380,270469,270762,271225,271692,272160,272633,273097,273560,274024,274489,274950,275418,275889,276359,276817,277286,277756,277946,278125,278231,278339,278445,278557,278671,278783,278897,279013,279127,279235,279345,279453,279649,280028,280432,280579,280687,280797,280905,281019,281428,281842,281958,282376,282617,283047,283482,283892,284314,284724,284846,285255,285671,285793,286011,286195,286263,286607,286687,287043,287193,287337,287413,287525,287615,287877,288142,288241,288393,288501,288577,288689,288779,288881,288989,289097,289197,289305,289390,289494,289581,289659,289773,289865,290129,290396,290497,290650,290760,290844,291233,291331,291439,291533,291663,291771,291893,292029,292137,292257,292391,292513,292641,292783,292909,293049,293175,293293,293425,293523,293633,293933,294045,294163,294627,294743,295046,295172,295268,295669,295779,295903,296041,296151,296273,296585,296709,296839,297315,297443,297758,297896,298058,298274,298430,298634,298702,298786,298890,299093,299282,299483,299676,299881,300194,300406,300522,300768,300984,301188,301379,301597,301834,301986,302246,302388,302549,305132,305246,305366,305482,305576,305897,305996,306114,306215,306494,306779,307058,307340,307593,307852,308105,308361,308785,308861,311455,312810,313254,315108,315683,315891,316901,317281,317422,319923,320349,320461,320596,320793,320964,321147,321322,321509,321731,321889,321973,322077,322564,323120,323278,323497,323728,323951,324186,324408,324674,324812,325411,325525,325663,325775,325899,326470,326965,327511,327656,327749,327841,329768,330338,330636,330825,331031,331224,331434,332318,332463,332855,333013,333230,333491,333923,334798,335418,335615,336563,337328,337451,338224,338445,338645,340622,340722,340812,341183,341853,342535,343215,343907,344476,346089,346410,347473,347643,348168,349063,349697,349863,351349,351965,352201,352422,353380,353645,353910,354122,354536,354772,356057,356506,356693,356942,357184,357360,357601,357834,358059,358401,358614,358709,358970,360321,360796,362022,362492,363540,363992,364236,364693,365938,366421,366571,366915,367061,367199,367335,367623,367924,368226,368342,369171,369293,369405,369554,369820,370090,370356,370624,370880,371140,371396,371654,371906,372162,372414,372668,372900,373136,373388,373644,373896,374150,374382,374616,374728,375153,375277,376214,376812,377008,377245,377513,377806,378023,378237,378536,378728,378940,379120,379412,379676,380013,380232,380645,380882,381174,381779,382017,382286,382426,382680,382824,383014,383822,384162,384910,385134,385431,386210,386547,386947,388256,388841,390914,391108,391326,391552,391764,391963,392170,393293,393530,394005,394395,394859,395198,395535,396295,396559,396902,397093,397440,397528,397636,397744,398057,398382,398701,399032,401599,401787,402048,402297,404738,404930,405195,405448,405964,406314,406483,406997,407232,407356,407768,407982,408384,408487,408617,408792,409044,409240,409380,409574,410072,411141,411429,411559,412336,412993,413139,413845,414083,415623,415773,416190,416355,417041,417511,417707,417798,417882,418026,418260,418427,419355,419641,419801,420416,420575,420903,421130,421642,422004,422083,422422,422527,422892,423263,423624,425498,426127,427203,427627,427880,428032,429022,429759,429962,430208,430455,430673,430915,431236,431500,431805,432028,432339,432528,433243,433512,434006,434232,434672,434831,435115,435860,436225,436530,436688,436926,438245,438643,438871,439091,439233,440523,440629,440759,440897,441021,441309,441478,441578,441863,441977,442860,443615,444054,444178,444424,444617,444751,444942,445721,445939,446230,446509,446826,447048,447343,447626,447730,448013,448829,449145,449706,450212,450417,451203,451608,452269,452458,453009,453575,453695,454097,454631,455161,455460,457805,458899,460493,462500,462752,465185,467480,467920,468672,468856,469067,473725,474308,475036,475238,476373,476523,476698,476923,477450,478702,479009,479517,479966,481760,482020,482602,483097,484134,486000,486191,486524,486680,486873,489208,489437,489645,489781,491553,491851,493063,493931,495819,495935,496104,496241,496387,497033,498737,499268,499694,501305,501553,502323,502439,502614,505829,505976,516740,516983,517354,517449,517542,517626,517713,517811,517902,517993,518081,518165,518261,518365,518439,518524,518623,518727,518823,518925,519028,519128,519218,519303,519404,519502,519592,519687,519774,519880,519982,520076,520167,520248,520324,520416,520505,520625,520736,520819,520905,521000,521094,521200,521298,521395,521490,521588,521688,521791,521886,521979,522073,522165,522267,522365,522468,522553,522651,522773,522871,522984,523078,523167,523256,523339,523430,523515,523623,523724,523825,523923,524029,524120,524219,524316,524414,524510,524603,524713,524811,524906,525016,525108,525208,525307,525394,525498,525603,525710,525817,525916,526025,526117,526214,526325,526436,526547,526651,526766,526882,527009,527129,527209,527317,527407,527508,527591,527682,527767,527859,527962,528057,528153,528246,528327,528436,528515,528622,528713,528812,528905,529008,529112,529213,529314,529418,529512,529616,529720,529833,529939,530045,530153,530270,530359,530467,530567,530646,530736,530820,530912,530985,531073,531155,531240,531339,531436,531527,531618,531710,531805,531903,532002,532104,532201,532298,532391,532478,532562,532659,532756,532849,532936,533027,533126,533225,533320,533409,533490,533589,533684,533781,533877,533974,534058,534157,534252,534349,534445,534542,534631,534732,534829,534928,535026,535125,535215,535306,535395,535484,535566,535659,535750,535823,535890,535963,536030,536106,536183,536235,536308,536381,536447,536514,536582,536648,536715"
+ },
+ "to": {
+ "startLines": "10,16,27,30,31,32,33,34,37,38,39,40,41,43,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,98,99,121,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,207,209,210,212,213,214,215,216,217,218,219,369,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,447,448,449,475,487,488,489,490,491,492,493,494,495,496,497,498,502,503,504,505,507,508,509,510,511,512,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,553,554,565,575,576,606,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,1732,1736,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2357,2358,2407,2408,2409,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2428,2431,2432,2433,2452,2453,2454,2455,2456,2457,2458,2468,2477,2478,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2535,2571,2573,2574,2575,2576,2577,2578,2581,2582,2583,2584,2591,2594,2595,2596,2597,2602,2606,2607,2610,2611,2612,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2655,2658,2661,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2713,2714,2715,2716,2717,2724,2727,2728,2729,2730,2738,2742,2746,2750,2793,2801,2808,2978,2981,2991,3000,3009,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3093,3094,3098,3099,3105,3109,3110,3111,3112,3122,3123,3124,3128,3129,3135,3139,3209,3212,3213,3217,3218,3221,3222,3223,3224,3465,3471,3709,3715,3956,3962,4200,4206,4269,4351,4403,4485,4547,4629,4693,4745,4827,4834,4840,4851,4855,4859,4872,5647,5663,5670,5676,5690,5703,5723,5740,5749,5754,5761,5781,5794,5811,5817,5823,5830,5834,5840,5853,5856,5866,5867,5868,5916,5920,5924,5928,5929,5930,5933,5947,5954,5968,6010,6042,6047,6051,6055,6060,6067,6073,6074,6077,6081,6086,6098,6102,6107,6112,6117,6120,6123,6126,6130,6273,6274,6275,6276,6353,6354,6355,6356,6357,6358,6359,6360,6361,6362,6363,6367,6371,6375,6379,6383,6387,6391,6392,6393,6394,6395,6396,6397,6398,6402,6406,6407,6411,6412,6415,6418,6421,6424,6428,6431,6434,6438,6442,6446,6450,6453,6456,6457,6458,6461,6465,6468,6471,6474,6477,6480,6483,6560,6563,6564,6567,6570,6571,6574,6575,6576,6580,6581,6586,6594,6602,6610,6618,6626,6634,6642,6650,6658,6667,6676,6685,6693,6702,6711,6714,6717,6718,6719,6720,6721,6722,6723,6724,6725,6726,6727,6728,6729,6732,6737,6742,6745,6746,6747,6748,6749,6757,6765,6766,6774,6778,6786,6794,6802,6810,6818,6819,6827,6835,6836,6839,6878,6880,6885,6887,6892,6896,6900,6901,6902,6903,6907,6911,6912,6916,6917,6918,6919,6920,6921,6922,6923,6924,6925,6926,6927,6928,6929,6930,6931,6935,6939,6940,6944,6945,6946,6951,6952,6953,6954,6955,6956,6957,6958,6959,6960,6961,6962,6963,6964,6965,6966,6967,6968,6969,6970,6971,6975,6976,6977,6983,6984,6988,6990,6991,6996,6997,6998,6999,7000,7001,7005,7006,7007,7013,7014,7018,7020,7024,7028,7032,7061,7062,7063,7064,7067,7070,7073,7076,7079,7084,7088,7089,7094,7098,7102,7106,7110,7115,7119,7124,7128,7132,7166,7167,7168,7169,7170,7174,7175,7176,7177,7181,7185,7189,7193,7197,7201,7205,7209,7215,7216,7250,7264,7269,7295,7302,7305,7316,7321,7324,7356,7362,7363,7366,7369,7372,7375,7378,7381,7385,7388,7389,7390,7398,7406,7409,7414,7419,7424,7429,7433,7437,7438,7446,7447,7448,7449,7450,7458,7463,7468,7469,7470,7471,7496,7502,7507,7510,7514,7517,7521,7531,7534,7539,7542,7546,7647,7655,7669,7682,7686,7701,7712,7715,7726,7731,7735,7770,7771,7772,7779,7786,7793,7800,7807,7818,7845,7850,7870,7873,7880,7893,7902,7905,7925,7935,7939,7943,7956,7960,7964,7968,7974,7978,7995,8003,8007,8011,8015,8018,8022,8026,8030,8037,8041,8042,8046,8072,8082,8107,8116,8136,8146,8150,8160,8185,8195,8198,8202,8203,8204,8205,8209,8213,8217,8218,8230,8231,8232,8235,8238,8241,8244,8247,8250,8253,8256,8259,8262,8265,8268,8271,8274,8277,8280,8283,8286,8289,8292,8295,8296,8301,8302,8314,8322,8326,8331,8336,8340,8343,8347,8351,8354,8357,8360,8364,8369,8374,8377,8384,8388,8392,8400,8405,8410,8411,8415,8418,8421,8433,8438,8448,8451,8455,8469,8473,8478,8494,8501,8527,8530,8533,8536,8539,8542,8545,8563,8568,8575,8582,8591,8598,8603,8614,8618,8625,8628,8633,8634,8635,8636,8640,8644,8648,8652,8685,8688,8692,8696,8727,8730,8734,8738,8747,8753,8756,8765,8769,8770,8777,8781,8788,8789,8790,8793,8798,8803,8804,8808,8816,8835,8839,8840,8852,8862,8863,8875,8880,8904,8907,8913,8916,8925,8933,8937,8940,8943,8946,8950,8953,8970,8974,8977,8992,8995,9003,9008,9015,9020,9021,9026,9027,9033,9039,9045,9077,9088,9105,9112,9116,9119,9131,9140,9144,9149,9153,9157,9161,9165,9169,9173,9177,9182,9185,9197,9202,9211,9214,9221,9222,9226,9235,9241,9245,9246,9250,9271,9277,9281,9285,9286,9304,9305,9306,9307,9308,9313,9316,9317,9323,9324,9336,9348,9355,9356,9361,9366,9367,9371,9385,9390,9396,9402,9408,9413,9419,9425,9426,9431,9446,9451,9460,9469,9472,9486,9491,9502,9506,9515,9524,9525,9532,9704,9721,9731,10273,10304,10350,10407,10415,10557,10666,10692,10713,10719,10727,10833,11607,11630,11636,11680,11684,11744,11814,12068,12132,12138,12146,12159,12215,12226,12238,12250,12288,12335,12341,12353,12359,12365,12415,12420,12425,12431,12729,12741,12783,12806,12943,12948,12981,12984,12988,13015,13053,13071,13089,13142,13150,13279,13283,13291,13420,13424,13698,13761,13918,13919,13920,13921,13922,13923,13924,13925,13926,13927,13928,13929,13930,13931,13932,13933,13934,13935,13936,13937,13938,13939,13940,13941,13942,13943,13944,13945,13946,13947,13948,13949,13950,13951,13952,13953,13954,13955,13956,13957,13958,13959,13960,13961,13962,13963,13964,13965,13966,13967,13968,13969,13970,13971,13972,13973,13974,13975,13976,13977,13978,13979,13980,13981,13982,13983,13984,13985,13986,13987,13988,13989,13990,13991,13992,13993,13994,13995,13996,13997,13998,13999,14000,14001,14002,14003,14004,14005,14006,14007,14008,14009,14010,14011,14012,14013,14014,14015,14016,14017,14018,14019,14020,14021,14022,14023,14024,14025,14026,14027,14028,14029,14030,14031,14032,14033,14034,14035,14036,14037,14038,14039,14040,14041,14042,14043,14044,14045,14046,14047,14048,14049,14050,14051,14052,14053,14054,14055,14056,14057,14058,14059,14060,14061,14062,14063,14064,14065,14066,14067,14068,14069,14070,14071,14072,14073,14074,14075,14076,14077,14078,14079,14080,14081,14082,14083,14084,14085,14086,14087,14088,14089,14090,14091,14092,14093,14094,14095,14096,14097,14098,14099,14100,14101,14102,14103,14104,14105,14106,14107,14108,14109,14110,14111,14112,14113,14114,14115,14116,14117,14118,14119,14120,14121,14122",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "490,732,1185,1343,1399,1459,1520,1585,1740,1790,1840,1893,1951,2050,2420,2468,2539,2611,2683,2756,2823,2872,2926,2963,3014,3074,3121,3177,3226,3284,3340,3391,3451,3500,3556,3612,3662,3721,3768,3822,3878,3932,3986,4040,4089,4147,4203,4250,4304,4358,4406,5031,5085,6016,6127,6189,6245,6305,6358,6419,6498,6579,6651,6730,6810,6886,6964,7033,7109,7186,7257,7330,7406,7484,7553,7629,7706,7770,7841,10354,10450,10503,10607,10674,10727,10779,10829,10887,10952,11000,17941,18071,18137,18195,18264,18322,18391,18461,18534,18608,18676,18743,18813,18879,18952,19012,19088,19148,19208,19283,19351,19417,19485,19545,19604,19661,19727,19789,19846,19914,19987,20057,20119,20180,20248,20310,20366,20425,20487,20549,20616,20673,20734,20795,20856,20917,20973,21029,21085,21141,21199,21257,21315,21373,21430,21487,21544,21601,21660,21719,21777,21860,21943,22016,22070,22139,22195,22276,22357,22428,22763,22816,22874,23961,24520,24566,24626,24680,24750,24820,24885,24951,25016,25084,25153,25221,25351,25404,25463,25521,25619,25669,25721,25767,25817,25873,25967,26025,26083,26145,26208,26270,26329,26389,26454,26520,26585,26647,26709,26771,26833,26895,26957,27023,27090,27156,27219,27283,27346,27414,27475,27537,27599,27662,27726,27789,27853,27931,27990,28056,28136,28197,28401,28459,28892,29343,29407,30599,32573,32647,32718,32784,32858,32927,32998,33071,33142,33210,33283,33359,33429,33507,33575,33641,33702,33771,33835,33901,33969,34035,34098,34166,34237,34302,34375,34438,34519,34583,34649,34719,34789,34859,34929,35718,35775,35833,35892,35952,36011,36070,36129,36188,36247,36306,36365,36424,36483,36542,36602,36663,36725,36786,36847,36908,36969,37030,37091,37152,37213,37274,37335,37403,37472,37542,37611,37680,37749,37818,37887,37956,38025,38094,38163,38232,38292,38353,38415,38476,38537,38598,38659,38720,38781,38842,38903,38964,39025,39087,39150,39214,39277,39340,39403,39466,39529,39592,39655,39718,39781,39844,39905,39967,40030,40092,40154,40216,40278,40340,40402,40464,40526,40588,40650,40707,40794,40874,40964,41059,41151,41243,41333,41416,41509,41596,41693,41784,41885,41972,42075,42164,42263,42355,42455,42539,42633,42721,42819,42903,43003,43089,43185,43273,43354,43445,43541,43634,43727,43818,43903,43997,44086,44184,44277,44379,44467,44571,44662,44762,44855,44956,45041,45136,45225,45324,45409,45510,45597,46366,46432,46508,46577,46656,46729,46797,46875,46951,47022,47103,47176,47259,47334,47419,47492,47573,47654,47728,47812,47882,47962,48040,48112,48194,48264,48342,48420,48498,48569,48650,48715,48781,48834,48910,48976,49063,49139,88945,89180,89775,89829,89908,89986,90059,90124,90187,90253,90324,90395,90465,90527,90596,90662,90722,90789,90856,90912,90963,91016,91068,91122,91193,91256,91315,91377,91436,91509,91576,91646,91706,91769,91844,91916,92012,92083,92139,92210,92267,92324,92390,92454,92525,92582,92635,92698,92750,92808,94045,94114,94180,94239,94322,94381,94438,94505,94575,94649,94711,94780,94850,94904,94957,95011,95070,95116,95173,95240,95296,95361,95435,95519,95592,95657,95719,95775,95849,95932,96021,96085,96164,96238,96300,96396,96461,96520,96576,96632,96692,96799,96846,96906,96967,97031,97092,97152,97210,97253,97302,97354,97405,97457,97506,97555,97620,97686,97746,97807,97863,97922,97997,98054,98138,98195,98270,98345,98396,98464,98514,98576,98636,98693,98753,98802,98870,98976,99078,99147,99218,99318,99389,99499,99588,99644,99745,99855,99961,100038,100150,100277,100389,100516,100586,100700,100831,100928,100996,101114,101217,101335,101396,101470,101537,101642,101764,101838,101905,102015,102114,102187,102304,102372,102478,102580,102660,102731,102827,102894,102968,103042,103128,103216,103295,103373,103474,103545,103610,103722,103828,103896,104009,104122,104240,104318,104390,104526,104662,104747,104887,104963,105101,105239,105381,105463,105525,105621,105688,105805,105926,106023,106105,106192,106279,106410,106541,106676,106787,106901,107003,107099,107203,107270,107342,107452,107558,107631,107722,107824,107927,108022,108129,108234,108356,108478,108604,108663,108721,108845,108969,109097,109215,109333,109455,109536,109593,109654,109713,109773,109831,109892,109950,110000,110049,110116,110175,110234,110283,110358,110429,110498,110561,110629,110695,110763,110828,110894,110971,111049,111155,111261,111357,111486,111575,111702,111768,111837,111903,112001,112097,112193,112291,112400,112495,112584,112646,112706,112771,112828,112909,112963,113020,113117,113227,113314,113404,113456,113548,113641,113743,113799,113858,113907,113999,114048,114102,114156,114210,114264,114318,114373,114483,114593,114703,114813,114923,115033,115143,115253,115359,115465,115571,115677,115772,115867,115962,116057,116163,116269,116375,116481,116576,116671,116766,116861,116969,117077,117185,117293,117390,117487,117584,117681,117789,117897,118005,118113,118211,118307,118403,118501,118566,118654,118712,118776,118837,118899,118959,119021,119089,119147,119210,119273,119340,119415,119488,119554,119606,119659,119711,119768,119852,119947,120032,120113,120193,120270,120349,120426,120500,120574,120645,120725,120797,120872,120937,120998,121058,121133,121207,121284,121357,121427,121499,121569,121642,121706,121776,121824,121893,121945,122030,122113,122171,122237,122304,122370,122451,122526,122582,122635,122696,122754,122804,122853,122902,122951,123013,123065,123110,123191,123242,123296,123349,123403,123454,123503,123569,123620,123681,123742,123804,123854,123895,123972,124031,124090,124149,124210,124266,124322,124389,124450,124515,124570,124635,124704,124772,124850,124919,124979,125050,125124,125189,125261,125331,125398,125482,125551,125618,125688,125751,125818,125886,125969,126048,126138,126215,126283,126350,126428,126485,126542,126610,126676,126732,126792,126851,126905,126955,127005,127053,127115,127166,127239,127319,127399,127463,127530,127601,127659,127720,127786,127845,127912,127972,128032,128095,128163,128224,128291,128369,128439,128488,128545,128614,128675,128763,128851,128939,129027,129114,129201,129288,129375,129433,129507,129577,129633,129704,129769,129831,129906,129979,130069,130135,130201,130262,130326,130388,130446,130517,130600,130659,130730,130796,130861,130922,130981,131052,131118,131183,131266,131342,131417,131498,131558,131627,131697,131766,131821,131877,131933,131994,132052,132108,132163,132225,132282,132376,132445,132546,132597,132667,132730,132786,132844,132898,132984,133068,133138,133207,133277,133392,133513,133580,133647,133722,133789,133848,133902,133956,134010,134063,134115,135620,135757,138627,138676,138726,138817,138865,138921,138979,139041,139096,139154,139225,139289,139348,139410,139476,139781,139926,139970,140015,141034,141085,141132,141177,141228,141279,141330,141802,142292,142358,142537,142600,142672,142729,142784,142842,142897,142956,143012,143081,143150,143219,143289,143352,143415,143478,143541,143606,143671,143736,143801,143864,143928,143992,144056,144122,144188,144256,144324,144390,144457,144531,144594,144651,144711,144776,144843,144908,144965,145026,145084,145188,145299,145408,145512,145590,145655,145722,145788,145858,145905,145957,146007,146134,148616,148822,148953,149137,149315,149553,149742,150005,150103,150218,150303,150786,150946,151011,151100,151257,151637,152022,152176,152336,152502,152627,152752,152922,153032,153153,153274,153384,153496,153619,153742,153824,153997,154165,154313,154472,154627,154800,154917,155034,155202,155314,155428,155600,155776,155934,156067,156179,156325,156477,156609,156752,156874,157052,157188,157284,157420,157515,157682,157775,157867,158054,158210,158388,158552,158734,159051,159233,159415,159605,159837,160027,160204,160366,160523,160633,160816,160953,161173,161357,161541,161701,161859,162043,162270,162473,162644,162864,163086,163241,163441,163625,163728,163918,164059,164224,164395,164595,164799,165001,165166,165371,165570,165769,165966,166057,166206,166356,166440,166589,166734,166886,167027,167193,167463,167541,167842,168008,168163,168632,168790,168954,169140,169363,170037,170314,170586,170852,173680,174131,174587,185724,185872,186386,186823,187257,191597,191682,191803,191902,192019,192106,192229,192330,192449,192542,192649,192992,193099,193344,193465,193874,194122,194222,194327,194446,194955,195102,195221,195472,195605,196020,196274,201489,201736,201861,202178,202299,202527,202648,202781,202928,221589,222016,240426,240850,259549,259978,278426,278852,283693,289110,293201,298632,303374,308751,312735,316727,322118,322600,323033,323789,324019,324262,325395,373565,374469,374933,375326,376406,377150,378343,379327,379805,380098,380481,381996,382761,383904,384345,384786,385262,385536,385933,386864,387042,387795,387932,388023,390217,390483,390805,391015,391124,391243,391427,392399,392869,393620,396097,397348,397647,397875,398103,398362,398938,399292,399414,399553,399827,400087,400957,401243,401646,402048,402391,402603,402804,403017,403306,414193,414266,414353,414438,419107,419230,419353,419484,419601,419721,419853,419967,420085,420198,420319,420507,420694,420875,421058,421242,421423,421605,421725,421845,421953,422063,422175,422283,422393,422558,422724,422851,423016,423117,423237,423398,423561,423722,423889,424008,424125,424305,424487,424668,424851,425006,425138,425260,425395,425558,425751,425877,426029,426171,426341,426497,426669,433634,433829,433921,434094,434256,434351,434520,434614,434703,434946,435035,435328,435791,436258,436726,437199,437663,438126,438590,439055,439516,439984,440455,440925,441383,441852,442322,442512,442691,442797,442905,443011,443123,443237,443349,443463,443579,443693,443801,443911,444019,444215,444594,444998,445145,445253,445363,445471,445585,445994,446408,446524,446942,447183,447613,448048,448458,448880,449290,449412,449821,450237,450359,450577,453397,453465,453809,453889,454245,454395,454539,454615,454727,454817,455079,455344,455443,455595,455703,455779,455891,455981,456083,456191,456299,456399,456507,456592,456696,456783,456861,456975,457067,457331,457598,457699,457852,457962,458046,458435,458533,458641,458735,458865,458973,459095,459231,459339,459459,459593,459715,459843,459985,460111,460251,460377,460495,460627,460725,460835,461135,461247,461365,461829,461945,462248,462374,462470,462871,462981,463105,463243,463353,463475,463787,463911,464041,464517,464645,464960,465098,465260,465476,465632,467400,467468,467552,467656,467859,468048,468249,468442,468647,468960,469172,469288,469534,469750,469954,470145,470363,470600,470752,471012,471154,471315,473898,474012,474132,474248,474342,474663,474762,474880,474981,475260,475545,475824,476106,476359,476618,476871,477127,477551,477627,480221,481576,482020,483874,484449,484657,485667,486047,486188,488689,489115,489227,489362,489559,489730,489913,490088,490275,490497,490655,490739,490843,491330,491886,492044,492263,492494,492717,492952,493174,493440,493578,494177,494291,494429,494541,494665,495236,495731,496277,496422,496515,496607,498534,499104,499402,499591,499797,499990,500200,501084,501229,501621,501779,501996,510052,510484,511359,511979,512176,513124,513889,514012,514785,515006,515206,517183,517283,517373,517744,518414,519096,519776,520468,521037,522650,522971,524034,524204,524729,525624,526258,526424,527910,528526,528762,528983,529941,530206,530471,530683,531097,531333,532618,533067,533254,533503,533745,533921,534162,534395,534620,534962,535175,535270,535531,536882,537357,538583,539053,540101,540553,540797,541254,542499,542982,543132,543476,543622,543760,543896,544184,544485,544787,544903,545732,545854,545966,546115,546381,546651,546917,547185,547441,547701,547957,548215,548467,548723,548975,549229,549461,549697,549949,550205,550457,550711,550943,551177,551289,551714,551838,552775,553373,553569,553806,554074,554367,554584,554798,555097,555289,555501,555681,555973,556237,556574,556793,557206,557443,557735,558340,558578,558847,558987,559241,559385,559575,560383,560723,561471,561695,561992,562771,563108,563508,564817,565402,567475,567669,567887,568113,568325,568524,568731,569854,570091,570566,570956,571420,571759,572096,572856,573120,573463,573654,574001,574089,574197,574305,574618,574943,575262,575593,578160,578348,578609,578858,581299,581491,581756,582009,582525,582875,583044,583558,583793,583917,584329,584543,584945,585048,585178,585353,585605,585801,585941,586135,586633,587702,587990,588120,588897,589554,589700,590406,590644,592184,592334,592751,592916,593602,594072,594268,594359,594443,594587,594821,594988,595916,596202,596362,596977,597136,597464,597691,598203,598565,598644,598983,599088,599453,599824,600185,602059,602688,603764,604188,604441,604593,605583,606320,606523,606769,607016,607234,607476,607797,608061,608366,608589,608900,609089,609804,610073,610567,610793,611233,611392,611676,612421,612786,613091,613249,613487,614806,615204,615432,615652,615794,617084,617190,617320,617458,617582,617870,618039,618139,618424,618538,619421,620176,620615,620739,620985,621178,621312,621503,622282,622500,622791,623070,623387,623609,623904,624187,624291,624574,625390,625706,626267,626773,626978,627764,628169,628830,629019,629570,630136,630256,630658,636934,637464,637763,656175,657269,658863,660870,661122,667124,669419,670170,670922,671106,671317,675975,708004,708732,708934,710069,710219,712806,714950,724865,727582,727889,728397,728846,730640,730900,731482,731977,733014,734880,735071,735404,735560,735753,738088,738317,738525,738661,750063,750361,751573,752441,757436,757552,758776,758913,759059,760887,762025,762556,762982,764593,764841,769757,769873,770048,774654,774801,785565,787939,793634,793729,793822,793906,793993,794091,794182,794273,794361,794445,794541,794645,794719,794804,794903,795007,795103,795205,795308,795408,795498,795583,795684,795782,795872,795967,796054,796160,796262,796356,796447,796528,796604,796696,796785,796905,797016,797099,797185,797280,797374,797480,797578,797675,797770,797868,797968,798071,798166,798259,798353,798445,798547,798645,798748,798833,798931,799053,799151,799264,799358,799447,799536,799619,799710,799795,799903,800004,800105,800203,800309,800400,800499,800596,800694,800790,800883,800993,801091,801186,801296,801388,801488,801587,801674,801778,801883,801990,802097,802196,802305,802397,802494,802605,802716,802827,802931,803046,803162,803289,803409,803489,803597,803687,803788,803871,803962,804047,804139,804242,804337,804433,804526,804607,804716,804795,804902,804993,805092,805185,805288,805392,805493,805594,805698,805792,805896,806000,806113,806219,806325,806433,806550,806639,806747,806847,806926,807016,807100,807192,807265,807353,807435,807520,807619,807716,807807,807898,807990,808085,808183,808282,808384,808481,808578,808671,808758,808842,808939,809036,809129,809216,809307,809406,809505,809600,809689,809770,809869,809964,810061,810157,810254,810338,810437,810532,810629,810725,810822,810911,811012,811109,811208,811306,811405,811495,811586,811675,811764,811846,811939,812030,812103,812170,812243,812310,812386,812463,812515,812588,812661,812727,812794,812862,812928",
+ "endLines": "10,16,27,30,31,32,33,34,37,38,39,40,41,43,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,98,99,121,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,207,209,210,212,213,214,215,216,217,218,219,369,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,442,447,448,449,475,487,488,489,490,491,492,493,494,495,496,497,501,502,503,504,505,507,508,509,510,511,512,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,553,554,565,575,576,606,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,1732,1736,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2357,2358,2407,2408,2409,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2428,2431,2432,2433,2452,2453,2454,2455,2456,2457,2458,2468,2477,2478,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2538,2571,2573,2574,2575,2576,2577,2578,2581,2582,2583,2584,2593,2594,2595,2596,2597,2602,2606,2607,2610,2611,2612,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2654,2657,2660,2661,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2713,2714,2715,2716,2717,2726,2727,2728,2729,2730,2741,2745,2749,2753,2800,2807,2815,2980,2990,2999,3008,3017,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3092,3093,3097,3098,3104,3108,3109,3110,3111,3121,3122,3123,3127,3128,3134,3138,3139,3211,3212,3216,3217,3220,3221,3222,3223,3464,3470,3708,3714,3955,3961,4199,4205,4268,4350,4402,4484,4546,4628,4692,4744,4826,4833,4839,4850,4854,4858,4871,4886,5662,5669,5675,5689,5702,5722,5739,5748,5753,5760,5780,5793,5810,5816,5822,5829,5833,5839,5852,5855,5865,5866,5867,5915,5919,5923,5927,5928,5929,5932,5946,5953,5967,6009,6010,6046,6050,6054,6059,6066,6072,6073,6076,6080,6085,6097,6101,6106,6111,6116,6119,6122,6125,6129,6133,6273,6274,6275,6276,6353,6354,6355,6356,6357,6358,6359,6360,6361,6362,6366,6370,6374,6378,6382,6386,6390,6391,6392,6393,6394,6395,6396,6397,6401,6405,6406,6410,6411,6414,6417,6420,6423,6427,6430,6433,6437,6441,6445,6449,6452,6455,6456,6457,6460,6464,6467,6470,6473,6476,6479,6482,6486,6562,6563,6566,6569,6570,6573,6574,6575,6579,6580,6585,6593,6601,6609,6617,6625,6633,6641,6649,6657,6666,6675,6684,6692,6701,6710,6713,6716,6717,6718,6719,6720,6721,6722,6723,6724,6725,6726,6727,6728,6731,6736,6741,6744,6745,6746,6747,6748,6756,6764,6765,6773,6777,6785,6793,6801,6809,6817,6818,6826,6834,6835,6838,6841,6879,6884,6886,6891,6895,6899,6900,6901,6902,6906,6910,6911,6915,6916,6917,6918,6919,6920,6921,6922,6923,6924,6925,6926,6927,6928,6929,6930,6934,6938,6939,6943,6944,6945,6950,6951,6952,6953,6954,6955,6956,6957,6958,6959,6960,6961,6962,6963,6964,6965,6966,6967,6968,6969,6970,6974,6975,6976,6982,6983,6987,6989,6990,6995,6996,6997,6998,6999,7000,7004,7005,7006,7012,7013,7017,7019,7023,7027,7031,7035,7061,7062,7063,7066,7069,7072,7075,7078,7083,7087,7088,7093,7097,7101,7105,7109,7114,7118,7123,7127,7131,7165,7166,7167,7168,7169,7173,7174,7175,7176,7180,7184,7188,7192,7196,7200,7204,7208,7214,7215,7249,7263,7268,7294,7301,7304,7315,7320,7323,7355,7361,7362,7365,7368,7371,7374,7377,7380,7384,7387,7388,7389,7397,7405,7408,7413,7418,7423,7428,7432,7436,7437,7445,7446,7447,7448,7449,7457,7462,7467,7468,7469,7470,7495,7501,7506,7509,7513,7516,7520,7530,7533,7538,7541,7545,7549,7654,7668,7681,7685,7700,7711,7714,7725,7730,7734,7769,7770,7771,7778,7785,7792,7799,7806,7817,7844,7849,7869,7872,7879,7892,7901,7904,7924,7934,7938,7942,7955,7959,7963,7967,7973,7977,7994,8002,8006,8010,8014,8017,8021,8025,8029,8036,8040,8041,8045,8071,8081,8106,8115,8135,8145,8149,8159,8184,8194,8197,8201,8202,8203,8204,8208,8212,8216,8217,8229,8230,8231,8234,8237,8240,8243,8246,8249,8252,8255,8258,8261,8264,8267,8270,8273,8276,8279,8282,8285,8288,8291,8294,8295,8300,8301,8313,8321,8325,8330,8335,8339,8342,8346,8350,8353,8356,8359,8363,8368,8373,8376,8383,8387,8391,8399,8404,8409,8410,8414,8417,8420,8432,8437,8447,8450,8454,8468,8472,8477,8493,8500,8526,8529,8532,8535,8538,8541,8544,8562,8567,8574,8581,8590,8597,8602,8613,8617,8624,8627,8632,8633,8634,8635,8639,8643,8647,8651,8684,8687,8691,8695,8726,8729,8733,8737,8746,8752,8755,8764,8768,8769,8776,8780,8787,8788,8789,8792,8797,8802,8803,8807,8815,8834,8838,8839,8851,8861,8862,8874,8879,8903,8906,8912,8915,8924,8932,8936,8939,8942,8945,8949,8952,8969,8973,8976,8991,8994,9002,9007,9014,9019,9020,9025,9026,9032,9038,9044,9076,9087,9104,9111,9115,9118,9130,9139,9143,9148,9152,9156,9160,9164,9168,9172,9176,9181,9184,9196,9201,9210,9213,9220,9221,9225,9234,9240,9244,9245,9249,9270,9276,9280,9284,9285,9303,9304,9305,9306,9307,9312,9315,9316,9322,9323,9335,9347,9354,9355,9360,9365,9366,9370,9384,9389,9395,9401,9407,9412,9418,9424,9425,9430,9445,9450,9459,9468,9471,9485,9490,9501,9505,9514,9523,9524,9531,9539,9720,9730,9777,10303,10349,10406,10414,10472,10665,10685,10712,10718,10726,10832,10846,11629,11635,11679,11683,11689,11749,11823,12099,12137,12145,12158,12214,12225,12237,12249,12287,12334,12340,12352,12358,12364,12414,12419,12424,12430,12465,12740,12782,12805,12866,12947,12953,12983,12987,13013,13052,13070,13088,13141,13149,13173,13282,13290,13383,13423,13697,13705,13770,13918,13919,13920,13921,13922,13923,13924,13925,13926,13927,13928,13929,13930,13931,13932,13933,13934,13935,13936,13937,13938,13939,13940,13941,13942,13943,13944,13945,13946,13947,13948,13949,13950,13951,13952,13953,13954,13955,13956,13957,13958,13959,13960,13961,13962,13963,13964,13965,13966,13967,13968,13969,13970,13971,13972,13973,13974,13975,13976,13977,13978,13979,13980,13981,13982,13983,13984,13985,13986,13987,13988,13989,13990,13991,13992,13993,13994,13995,13996,13997,13998,13999,14000,14001,14002,14003,14004,14005,14006,14007,14008,14009,14010,14011,14012,14013,14014,14015,14016,14017,14018,14019,14020,14021,14022,14023,14024,14025,14026,14027,14028,14029,14030,14031,14032,14033,14034,14035,14036,14037,14038,14039,14040,14041,14042,14043,14044,14045,14046,14047,14048,14049,14050,14051,14052,14053,14054,14055,14056,14057,14058,14059,14060,14061,14062,14063,14064,14065,14066,14067,14068,14069,14070,14071,14072,14073,14074,14075,14076,14077,14078,14079,14080,14081,14082,14083,14084,14085,14086,14087,14088,14089,14090,14091,14092,14093,14094,14095,14096,14097,14098,14099,14100,14101,14102,14103,14104,14105,14106,14107,14108,14109,14110,14111,14112,14113,14114,14115,14116,14117,14118,14119,14120,14121,14122",
+ "endColumns": "55,48,54,55,59,60,64,54,49,49,52,57,47,68,47,70,71,71,72,66,48,53,36,50,59,46,55,48,57,55,50,59,48,55,55,49,58,46,53,55,53,53,53,48,57,55,46,53,53,47,56,53,55,62,61,55,59,52,60,78,80,71,78,79,75,77,68,75,76,70,72,75,77,68,75,76,63,70,71,50,52,54,66,52,51,49,57,64,47,50,66,65,57,68,57,68,69,72,73,67,66,69,65,72,59,75,59,59,74,67,65,67,59,58,56,65,61,56,67,72,69,61,60,67,61,55,58,61,61,66,56,60,60,60,60,55,55,55,55,57,57,57,57,56,56,56,56,58,58,57,82,82,72,53,68,55,80,80,70,9,52,57,57,57,45,59,53,69,69,64,65,64,67,68,67,9,52,58,57,51,49,51,45,49,55,46,57,57,61,62,61,58,59,64,65,64,61,61,61,61,61,61,65,66,65,62,63,62,67,60,61,61,62,63,62,63,77,58,65,79,60,52,57,50,44,63,58,61,73,70,65,73,68,70,72,70,67,72,75,69,77,67,65,60,68,63,65,67,65,62,67,70,64,72,62,80,63,65,69,69,69,69,66,56,57,58,59,58,58,58,58,58,58,58,58,58,58,59,60,61,60,60,60,60,60,60,60,60,60,60,67,68,69,68,68,68,68,68,68,68,68,68,68,59,60,61,60,60,60,60,60,60,60,60,60,60,61,62,63,62,62,62,62,62,62,62,62,62,62,60,61,62,61,61,61,61,61,61,61,61,61,61,56,86,79,89,94,91,91,89,82,92,86,96,90,100,86,102,88,98,91,99,83,93,87,97,83,99,85,95,87,80,90,95,92,92,90,84,93,88,97,92,101,87,103,90,99,92,100,84,94,88,98,84,100,86,96,65,75,68,78,72,67,77,75,70,80,72,82,74,84,72,80,80,73,83,69,79,77,71,81,69,77,77,77,70,80,64,65,52,75,65,86,75,75,64,54,53,78,77,72,64,62,65,70,70,69,61,68,65,59,66,66,55,50,52,51,53,70,62,58,61,58,72,66,69,59,62,74,71,95,70,55,70,56,56,65,63,70,56,52,62,51,57,66,68,65,58,82,58,56,66,69,73,61,68,69,53,52,53,58,45,56,66,55,64,73,83,72,64,61,55,73,82,88,63,78,73,61,95,64,58,55,55,59,106,46,59,60,63,60,59,57,42,48,51,50,51,48,48,64,65,59,60,55,58,74,56,83,56,74,74,50,67,49,61,59,56,59,48,67,105,101,68,70,99,70,109,88,55,100,109,105,76,111,126,111,126,69,113,130,96,67,117,102,117,60,73,66,104,121,73,66,109,98,72,116,67,105,101,79,70,95,66,73,73,85,87,78,77,100,70,64,111,105,67,112,112,117,77,71,135,135,84,139,75,137,137,141,81,61,95,66,116,120,96,81,86,86,130,130,134,110,113,101,95,103,66,71,109,105,72,90,101,102,94,106,104,121,121,125,58,57,123,123,127,117,117,121,80,56,60,58,59,57,60,57,49,48,66,58,58,48,74,70,68,62,67,65,67,64,65,76,77,105,105,95,128,88,126,65,68,65,97,95,95,97,108,94,88,61,59,64,56,80,53,56,96,109,86,89,51,91,92,101,55,58,48,91,48,53,53,53,53,53,54,109,109,109,109,109,109,109,109,105,105,105,105,94,94,94,94,105,105,105,105,94,94,94,94,107,107,107,107,96,96,96,96,107,107,107,107,97,95,95,97,64,87,57,63,60,61,59,61,67,57,62,62,66,74,72,65,51,52,51,56,83,94,84,80,79,76,78,76,73,73,70,79,71,74,64,60,59,74,73,76,72,69,71,69,72,63,69,47,68,51,84,82,57,65,66,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,50,53,52,53,50,48,65,50,60,60,61,49,40,76,58,58,58,60,55,55,66,60,64,54,64,68,67,77,68,59,70,73,64,71,69,66,83,68,66,69,62,66,67,82,78,89,76,67,66,77,56,56,67,65,55,59,58,53,49,49,47,61,50,72,79,79,63,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,86,86,86,86,57,73,69,55,70,64,61,74,72,89,65,65,60,63,61,57,70,82,58,70,65,64,60,58,70,65,64,82,75,74,80,59,68,69,68,54,55,55,60,57,55,54,61,56,93,68,100,50,69,62,55,57,53,85,83,69,68,69,114,120,66,66,74,66,58,53,53,53,52,51,73,136,139,48,49,49,47,55,57,61,54,57,70,63,58,61,65,65,42,43,44,42,50,46,44,50,50,50,50,47,65,61,62,71,56,54,57,54,58,55,68,68,68,69,62,62,62,62,64,64,64,64,62,63,63,63,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,103,110,108,103,77,64,66,65,69,46,51,49,56,12,149,130,183,177,237,188,168,97,114,84,78,11,64,88,156,156,152,153,58,165,124,124,169,109,120,120,109,111,122,122,81,172,167,147,158,154,172,116,116,167,111,113,171,175,157,132,111,145,151,131,142,121,177,135,95,135,94,166,92,91,186,11,11,11,181,316,181,181,189,231,189,176,161,156,109,182,136,219,183,183,159,157,183,226,202,170,219,221,154,199,183,102,189,140,164,170,199,203,201,164,204,198,198,196,90,148,149,83,148,144,151,140,165,160,77,300,165,154,101,11,163,185,222,124,10,10,10,10,10,10,10,10,10,10,10,10,84,120,98,116,86,122,100,118,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,10,124,10,120,10,120,132,146,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,136,90,10,10,10,10,108,118,10,10,10,10,10,94,10,10,10,10,10,10,121,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,122,122,130,116,119,131,113,117,112,120,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,126,10,100,10,10,10,10,10,10,10,10,10,10,10,10,10,121,134,10,10,10,10,10,10,10,10,10,10,91,10,10,94,10,93,88,10,88,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,105,107,105,111,113,111,113,115,113,107,109,107,10,10,10,10,107,109,107,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,10,10,10,10,10,10,75,111,89,10,10,98,10,107,75,111,89,101,107,107,99,107,84,103,86,77,113,91,10,10,100,10,109,83,10,97,107,93,129,107,121,135,107,119,133,121,127,141,125,139,125,117,131,97,109,10,111,117,10,115,10,10,95,10,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,10,115,10,10,10,10,10,10,10,10,10,10,10,113,119,115,93,10,98,117,100,10,10,10,10,10,10,10,10,10,75,10,10,10,10,10,10,10,10,10,10,10,111,10,10,10,10,10,10,10,10,83,103,10,10,10,10,10,10,10,10,10,137,10,113,137,111,123,10,10,10,144,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,99,89,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,94,10,10,10,10,10,10,10,10,10,10,10,10,10,145,137,135,10,10,10,115,10,121,111,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,111,10,123,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,139,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,87,107,107,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,123,10,10,10,102,129,10,10,10,139,10,10,10,10,129,10,10,145,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,78,10,104,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,158,10,10,10,10,157,10,10,10,10,10,141,10,105,129,137,123,10,10,99,10,113,10,10,10,123,10,10,133,10,10,10,10,10,10,10,10,10,103,10,10,10,10,10,10,10,10,10,10,10,10,119,10,10,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,94,92,83,86,97,90,90,87,83,95,103,73,84,98,103,95,101,102,99,89,84,100,97,89,94,86,105,101,93,90,80,75,91,88,119,110,82,85,94,93,105,97,96,94,97,99,102,94,92,93,91,101,97,102,84,97,121,97,112,93,88,88,82,90,84,107,100,100,97,105,90,98,96,97,95,92,109,97,94,109,91,99,98,86,103,104,106,106,98,108,91,96,110,110,110,103,114,115,126,119,79,107,89,100,82,90,84,91,102,94,95,92,80,108,78,106,90,98,92,102,103,100,100,103,93,103,103,112,105,105,107,116,88,107,99,78,89,83,91,72,87,81,84,98,96,90,90,91,94,97,98,101,96,96,92,86,83,96,96,92,86,90,98,98,94,88,80,98,94,96,95,96,83,98,94,96,95,96,88,100,96,98,97,98,89,90,88,88,81,92,90,72,66,72,66,75,76,51,72,72,65,66,67,65,66",
+ "endOffsets": "541,776,1235,1394,1454,1515,1580,1635,1785,1835,1888,1946,1994,2114,2463,2534,2606,2678,2751,2818,2867,2921,2958,3009,3069,3116,3172,3221,3279,3335,3386,3446,3495,3551,3607,3657,3716,3763,3817,3873,3927,3981,4035,4084,4142,4198,4245,4299,4353,4401,4458,5080,5136,6074,6184,6240,6300,6353,6414,6493,6574,6646,6725,6805,6881,6959,7028,7104,7181,7252,7325,7401,7479,7548,7624,7701,7765,7836,7908,10400,10498,10553,10669,10722,10774,10824,10882,10947,10995,11046,18003,18132,18190,18259,18317,18386,18456,18529,18603,18671,18738,18808,18874,18947,19007,19083,19143,19203,19278,19346,19412,19480,19540,19599,19656,19722,19784,19841,19909,19982,20052,20114,20175,20243,20305,20361,20420,20482,20544,20611,20668,20729,20790,20851,20912,20968,21024,21080,21136,21194,21252,21310,21368,21425,21482,21539,21596,21655,21714,21772,21855,21938,22011,22065,22134,22190,22271,22352,22423,22552,22811,22869,22927,24014,24561,24621,24675,24745,24815,24880,24946,25011,25079,25148,25216,25346,25399,25458,25516,25568,25664,25716,25762,25812,25868,25915,26020,26078,26140,26203,26265,26324,26384,26449,26515,26580,26642,26704,26766,26828,26890,26952,27018,27085,27151,27214,27278,27341,27409,27470,27532,27594,27657,27721,27784,27848,27926,27985,28051,28131,28192,28245,28454,28505,28932,29402,29461,30656,32642,32713,32779,32853,32922,32993,33066,33137,33205,33278,33354,33424,33502,33570,33636,33697,33766,33830,33896,33964,34030,34093,34161,34232,34297,34370,34433,34514,34578,34644,34714,34784,34854,34924,34991,35770,35828,35887,35947,36006,36065,36124,36183,36242,36301,36360,36419,36478,36537,36597,36658,36720,36781,36842,36903,36964,37025,37086,37147,37208,37269,37330,37398,37467,37537,37606,37675,37744,37813,37882,37951,38020,38089,38158,38227,38287,38348,38410,38471,38532,38593,38654,38715,38776,38837,38898,38959,39020,39082,39145,39209,39272,39335,39398,39461,39524,39587,39650,39713,39776,39839,39900,39962,40025,40087,40149,40211,40273,40335,40397,40459,40521,40583,40645,40702,40789,40869,40959,41054,41146,41238,41328,41411,41504,41591,41688,41779,41880,41967,42070,42159,42258,42350,42450,42534,42628,42716,42814,42898,42998,43084,43180,43268,43349,43440,43536,43629,43722,43813,43898,43992,44081,44179,44272,44374,44462,44566,44657,44757,44850,44951,45036,45131,45220,45319,45404,45505,45592,45689,46427,46503,46572,46651,46724,46792,46870,46946,47017,47098,47171,47254,47329,47414,47487,47568,47649,47723,47807,47877,47957,48035,48107,48189,48259,48337,48415,48493,48564,48645,48710,48776,48829,48905,48971,49058,49134,49210,89005,89230,89824,89903,89981,90054,90119,90182,90248,90319,90390,90460,90522,90591,90657,90717,90784,90851,90907,90958,91011,91063,91117,91188,91251,91310,91372,91431,91504,91571,91641,91701,91764,91839,91911,92007,92078,92134,92205,92262,92319,92385,92449,92520,92577,92630,92693,92745,92803,92870,94109,94175,94234,94317,94376,94433,94500,94570,94644,94706,94775,94845,94899,94952,95006,95065,95111,95168,95235,95291,95356,95430,95514,95587,95652,95714,95770,95844,95927,96016,96080,96159,96233,96295,96391,96456,96515,96571,96627,96687,96794,96841,96901,96962,97026,97087,97147,97205,97248,97297,97349,97400,97452,97501,97550,97615,97681,97741,97802,97858,97917,97992,98049,98133,98190,98265,98340,98391,98459,98509,98571,98631,98688,98748,98797,98865,98971,99073,99142,99213,99313,99384,99494,99583,99639,99740,99850,99956,100033,100145,100272,100384,100511,100581,100695,100826,100923,100991,101109,101212,101330,101391,101465,101532,101637,101759,101833,101900,102010,102109,102182,102299,102367,102473,102575,102655,102726,102822,102889,102963,103037,103123,103211,103290,103368,103469,103540,103605,103717,103823,103891,104004,104117,104235,104313,104385,104521,104657,104742,104882,104958,105096,105234,105376,105458,105520,105616,105683,105800,105921,106018,106100,106187,106274,106405,106536,106671,106782,106896,106998,107094,107198,107265,107337,107447,107553,107626,107717,107819,107922,108017,108124,108229,108351,108473,108599,108658,108716,108840,108964,109092,109210,109328,109450,109531,109588,109649,109708,109768,109826,109887,109945,109995,110044,110111,110170,110229,110278,110353,110424,110493,110556,110624,110690,110758,110823,110889,110966,111044,111150,111256,111352,111481,111570,111697,111763,111832,111898,111996,112092,112188,112286,112395,112490,112579,112641,112701,112766,112823,112904,112958,113015,113112,113222,113309,113399,113451,113543,113636,113738,113794,113853,113902,113994,114043,114097,114151,114205,114259,114313,114368,114478,114588,114698,114808,114918,115028,115138,115248,115354,115460,115566,115672,115767,115862,115957,116052,116158,116264,116370,116476,116571,116666,116761,116856,116964,117072,117180,117288,117385,117482,117579,117676,117784,117892,118000,118108,118206,118302,118398,118496,118561,118649,118707,118771,118832,118894,118954,119016,119084,119142,119205,119268,119335,119410,119483,119549,119601,119654,119706,119763,119847,119942,120027,120108,120188,120265,120344,120421,120495,120569,120640,120720,120792,120867,120932,120993,121053,121128,121202,121279,121352,121422,121494,121564,121637,121701,121771,121819,121888,121940,122025,122108,122166,122232,122299,122365,122446,122521,122577,122630,122691,122749,122799,122848,122897,122946,123008,123060,123105,123186,123237,123291,123344,123398,123449,123498,123564,123615,123676,123737,123799,123849,123890,123967,124026,124085,124144,124205,124261,124317,124384,124445,124510,124565,124630,124699,124767,124845,124914,124974,125045,125119,125184,125256,125326,125393,125477,125546,125613,125683,125746,125813,125881,125964,126043,126133,126210,126278,126345,126423,126480,126537,126605,126671,126727,126787,126846,126900,126950,127000,127048,127110,127161,127234,127314,127394,127458,127525,127596,127654,127715,127781,127840,127907,127967,128027,128090,128158,128219,128286,128364,128434,128483,128540,128609,128670,128758,128846,128934,129022,129109,129196,129283,129370,129428,129502,129572,129628,129699,129764,129826,129901,129974,130064,130130,130196,130257,130321,130383,130441,130512,130595,130654,130725,130791,130856,130917,130976,131047,131113,131178,131261,131337,131412,131493,131553,131622,131692,131761,131816,131872,131928,131989,132047,132103,132158,132220,132277,132371,132440,132541,132592,132662,132725,132781,132839,132893,132979,133063,133133,133202,133272,133387,133508,133575,133642,133717,133784,133843,133897,133951,134005,134058,134110,134184,135752,135892,138671,138721,138771,138860,138916,138974,139036,139091,139149,139220,139284,139343,139405,139471,139537,139819,139965,140010,140053,141080,141127,141172,141223,141274,141325,141376,141845,142353,142415,142595,142667,142724,142779,142837,142892,142951,143007,143076,143145,143214,143284,143347,143410,143473,143536,143601,143666,143731,143796,143859,143923,143987,144051,144117,144183,144251,144319,144385,144452,144526,144589,144646,144706,144771,144838,144903,144960,145021,145079,145183,145294,145403,145507,145585,145650,145717,145783,145853,145900,145952,146002,146059,146449,148761,148948,149132,149310,149548,149737,149906,150098,150213,150298,150377,150941,151006,151095,151252,151409,151785,152171,152230,152497,152622,152747,152917,153027,153148,153269,153379,153491,153614,153737,153819,153992,154160,154308,154467,154622,154795,154912,155029,155197,155309,155423,155595,155771,155929,156062,156174,156320,156472,156604,156747,156869,157047,157183,157279,157415,157510,157677,157770,157862,158049,158205,158383,158547,158729,159046,159228,159410,159600,159832,160022,160199,160361,160518,160628,160811,160948,161168,161352,161536,161696,161854,162038,162265,162468,162639,162859,163081,163236,163436,163620,163723,163913,164054,164219,164390,164590,164794,164996,165161,165366,165565,165764,165961,166052,166201,166351,166435,166584,166729,166881,167022,167188,167349,167536,167837,168003,168158,168260,168785,168949,169135,169358,169483,170309,170581,170847,171132,174126,174582,175091,185867,186381,186818,187252,187695,191677,191798,191897,192014,192101,192224,192325,192444,192537,192644,192987,193094,193339,193460,193869,194117,194217,194322,194441,194950,195097,195216,195467,195600,196015,196269,196381,201731,201856,202173,202294,202522,202643,202776,202923,221584,222011,240421,240845,259544,259973,278421,278847,283688,289105,293196,298627,303369,308746,312730,316722,322113,322595,323028,323784,324014,324257,325390,326319,374464,374928,375321,376401,377145,378338,379322,379800,380093,380476,381991,382756,383899,384340,384781,385257,385531,385928,386859,387037,387790,387927,388018,390212,390478,390800,391010,391119,391238,391422,392394,392864,393615,396092,396187,397642,397870,398098,398357,398933,399287,399409,399548,399822,400082,400952,401238,401641,402043,402386,402598,402799,403012,403301,403586,414261,414348,414433,414532,419225,419348,419479,419596,419716,419848,419962,420080,420193,420314,420502,420689,420870,421053,421237,421418,421600,421720,421840,421948,422058,422170,422278,422388,422553,422719,422846,423011,423112,423232,423393,423556,423717,423884,424003,424120,424300,424482,424663,424846,425001,425133,425255,425390,425553,425746,425872,426024,426166,426336,426492,426664,426955,433824,433916,434089,434251,434346,434515,434609,434698,434941,435030,435323,435786,436253,436721,437194,437658,438121,438585,439050,439511,439979,440450,440920,441378,441847,442317,442507,442686,442792,442900,443006,443118,443232,443344,443458,443574,443688,443796,443906,444014,444210,444589,444993,445140,445248,445358,445466,445580,445989,446403,446519,446937,447178,447608,448043,448453,448875,449285,449407,449816,450232,450354,450572,450756,453460,453804,453884,454240,454390,454534,454610,454722,454812,455074,455339,455438,455590,455698,455774,455886,455976,456078,456186,456294,456394,456502,456587,456691,456778,456856,456970,457062,457326,457593,457694,457847,457957,458041,458430,458528,458636,458730,458860,458968,459090,459226,459334,459454,459588,459710,459838,459980,460106,460246,460372,460490,460622,460720,460830,461130,461242,461360,461824,461940,462243,462369,462465,462866,462976,463100,463238,463348,463470,463782,463906,464036,464512,464640,464955,465093,465255,465471,465627,465831,467463,467547,467651,467854,468043,468244,468437,468642,468955,469167,469283,469529,469745,469949,470140,470358,470595,470747,471007,471149,471310,473893,474007,474127,474243,474337,474658,474757,474875,474976,475255,475540,475819,476101,476354,476613,476866,477122,477546,477622,480216,481571,482015,483869,484444,484652,485662,486042,486183,488684,489110,489222,489357,489554,489725,489908,490083,490270,490492,490650,490734,490838,491325,491881,492039,492258,492489,492712,492947,493169,493435,493573,494172,494286,494424,494536,494660,495231,495726,496272,496417,496510,496602,498529,499099,499397,499586,499792,499985,500195,501079,501224,501616,501774,501991,502252,510479,511354,511974,512171,513119,513884,514007,514780,515001,515201,517178,517278,517368,517739,518409,519091,519771,520463,521032,522645,522966,524029,524199,524724,525619,526253,526419,527905,528521,528757,528978,529936,530201,530466,530678,531092,531328,532613,533062,533249,533498,533740,533916,534157,534390,534615,534957,535170,535265,535526,536877,537352,538578,539048,540096,540548,540792,541249,542494,542977,543127,543471,543617,543755,543891,544179,544480,544782,544898,545727,545849,545961,546110,546376,546646,546912,547180,547436,547696,547952,548210,548462,548718,548970,549224,549456,549692,549944,550200,550452,550706,550938,551172,551284,551709,551833,552770,553368,553564,553801,554069,554362,554579,554793,555092,555284,555496,555676,555968,556232,556569,556788,557201,557438,557730,558335,558573,558842,558982,559236,559380,559570,560378,560718,561466,561690,561987,562766,563103,563503,564812,565397,567470,567664,567882,568108,568320,568519,568726,569849,570086,570561,570951,571415,571754,572091,572851,573115,573458,573649,573996,574084,574192,574300,574613,574938,575257,575588,578155,578343,578604,578853,581294,581486,581751,582004,582520,582870,583039,583553,583788,583912,584324,584538,584940,585043,585173,585348,585600,585796,585936,586130,586628,587697,587985,588115,588892,589549,589695,590401,590639,592179,592329,592746,592911,593597,594067,594263,594354,594438,594582,594816,594983,595911,596197,596357,596972,597131,597459,597686,598198,598560,598639,598978,599083,599448,599819,600180,602054,602683,603759,604183,604436,604588,605578,606315,606518,606764,607011,607229,607471,607792,608056,608361,608584,608895,609084,609799,610068,610562,610788,611228,611387,611671,612416,612781,613086,613244,613482,614801,615199,615427,615647,615789,617079,617185,617315,617453,617577,617865,618034,618134,618419,618533,619416,620171,620610,620734,620980,621173,621307,621498,622277,622495,622786,623065,623382,623604,623899,624182,624286,624569,625385,625701,626262,626768,626973,627759,628164,628825,629014,629565,630131,630251,630653,631187,637459,637758,640103,657264,658858,660865,661117,663550,669414,669854,670917,671101,671312,675970,676553,708727,708929,710064,710214,710389,713026,715472,726112,727884,728392,728841,730635,730895,731477,731972,733009,734875,735066,735399,735555,735748,738083,738312,738520,738656,740428,750356,751568,752436,754324,757547,757716,758908,759054,759700,762020,762551,762977,764588,764836,765606,769868,770043,773258,774796,785560,785803,788305,793724,793817,793901,793988,794086,794177,794268,794356,794440,794536,794640,794714,794799,794898,795002,795098,795200,795303,795403,795493,795578,795679,795777,795867,795962,796049,796155,796257,796351,796442,796523,796599,796691,796780,796900,797011,797094,797180,797275,797369,797475,797573,797670,797765,797863,797963,798066,798161,798254,798348,798440,798542,798640,798743,798828,798926,799048,799146,799259,799353,799442,799531,799614,799705,799790,799898,799999,800100,800198,800304,800395,800494,800591,800689,800785,800878,800988,801086,801181,801291,801383,801483,801582,801669,801773,801878,801985,802092,802191,802300,802392,802489,802600,802711,802822,802926,803041,803157,803284,803404,803484,803592,803682,803783,803866,803957,804042,804134,804237,804332,804428,804521,804602,804711,804790,804897,804988,805087,805180,805283,805387,805488,805589,805693,805787,805891,805995,806108,806214,806320,806428,806545,806634,806742,806842,806921,807011,807095,807187,807260,807348,807430,807515,807614,807711,807802,807893,807985,808080,808178,808277,808379,808476,808573,808666,808753,808837,808934,809031,809124,809211,809302,809401,809500,809595,809684,809765,809864,809959,810056,810152,810249,810333,810432,810527,810624,810720,810817,810906,811007,811104,811203,811301,811400,811490,811581,811670,811759,811841,811934,812025,812098,812165,812238,812305,812381,812458,812510,812583,812656,812722,812789,812857,812923,812990"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\b510763edb1ef6286222c38b148ec3db\\transformed\\lifecycle-viewmodel-2.5.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "49",
+ "endOffsets": "100"
+ },
+ "to": {
+ "startLines": "2473",
+ "startColumns": "4",
+ "startOffsets": "142052",
+ "endColumns": "49",
+ "endOffsets": "142097"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bdeac150b6ce0fcc7996d2b9a9f9c390\\transformed\\startup-runtime-1.1.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "82",
+ "endOffsets": "133"
+ },
+ "to": {
+ "startLines": "2569",
+ "startColumns": "4",
+ "startOffsets": "148479",
+ "endColumns": "82",
+ "endOffsets": "148557"
+ }
+ },
+ {
+ "source": "E:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\src\\main\\res\\values\\ids.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "57,100",
+ "endColumns": "41,47",
+ "endOffsets": "94,143"
+ },
+ "to": {
+ "startLines": "2465,2467",
+ "startColumns": "4,4",
+ "startOffsets": "141682,141755",
+ "endColumns": "40,46",
+ "endOffsets": "141718,141797"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16915,16958,17001,17044,17087,17128,17171,17214,17257,17300,17343,17386,17429,17472,17515,17558,17599,17642,17685,17728,17771,17814,17857,17900,17943,17986,18029,18070,18113,18156,18199,18242,18285,18328,18371,18414,18457,18500,18541,18584,18627,18670,18713,18756,18799,18842,18885,18928,18971,19012,19051,19094,19137,19180,19223,19266,19309,19352,19395,19438,19481,19522,19565,19608,19651,19694,19737,19780,19823,19866,19909,19952,19993,20036,20079,20122,20165,20208,20251,20294,20337,20380,20423,20464,20507,20550,20593,20636,20679,20722,20765,20808,20851,20894,20935,20978,21021,21064,21107,21150,21193,21236,21279,21322,21365,21406,21449,21492,21535,21578,21621,21664,21707,21750,21793,21836,21877,21920,21963,22006,22049,22092,22135,22178,22221,22264,22307,22348,22391,22434,22477,22520,22563,22606,22649,22692,22735,22778,22819,22862,22905,22948,22991,23034,23077,23120,23163,23206,23249,23290,23333,23376,23419,23462,23505,23548,23591,23634,23677,23720,23761,23800,23843,23884,23925,23966,24007,24048,24089,24130,24171,24212,24253,24292,24333,24374,24415,24456,24497,24538,24579,24620,24661,24702,24741,24782,24823,24864,24905,24946,24987,25028,25069,25110,25151,25190,25231,25272,25313,25354,25395,25436,25477,25518,25559,25600,25639,25686,25733,25780,25827,25874,25921,25968,26015,26062,26109,26154,26201,26248,26295,26342,26389,26436,26483,26530,26577,26624,26669,26716,26763,26810,26857,26904,26951,26998,27045,27092,27139,27184,27231,27278,27325,27372,27419,27466,27513,27560,27607,27654,27699,27746,27793,27840,27887,27934,27981,28028,28075,28122,28169,28214,28261,28306,28351,28396",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,44,44,44",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16910,16953,16996,17039,17082,17123,17166,17209,17252,17295,17338,17381,17424,17467,17510,17553,17594,17637,17680,17723,17766,17809,17852,17895,17938,17981,18024,18065,18108,18151,18194,18237,18280,18323,18366,18409,18452,18495,18536,18579,18622,18665,18708,18751,18794,18837,18880,18923,18966,19007,19046,19089,19132,19175,19218,19261,19304,19347,19390,19433,19476,19517,19560,19603,19646,19689,19732,19775,19818,19861,19904,19947,19988,20031,20074,20117,20160,20203,20246,20289,20332,20375,20418,20459,20502,20545,20588,20631,20674,20717,20760,20803,20846,20889,20930,20973,21016,21059,21102,21145,21188,21231,21274,21317,21360,21401,21444,21487,21530,21573,21616,21659,21702,21745,21788,21831,21872,21915,21958,22001,22044,22087,22130,22173,22216,22259,22302,22343,22386,22429,22472,22515,22558,22601,22644,22687,22730,22773,22814,22857,22900,22943,22986,23029,23072,23115,23158,23201,23244,23285,23328,23371,23414,23457,23500,23543,23586,23629,23672,23715,23756,23795,23838,23879,23920,23961,24002,24043,24084,24125,24166,24207,24248,24287,24328,24369,24410,24451,24492,24533,24574,24615,24656,24697,24736,24777,24818,24859,24900,24941,24982,25023,25064,25105,25146,25185,25226,25267,25308,25349,25390,25431,25472,25513,25554,25595,25634,25681,25728,25775,25822,25869,25916,25963,26010,26057,26104,26149,26196,26243,26290,26337,26384,26431,26478,26525,26572,26619,26664,26711,26758,26805,26852,26899,26946,26993,27040,27087,27134,27179,27226,27273,27320,27367,27414,27461,27508,27555,27602,27649,27694,27741,27788,27835,27882,27929,27976,28023,28070,28117,28164,28209,28256,28301,28346,28391,28436"
+ },
+ "to": {
+ "startLines": "891,893,894,895,896,897,898,899,900,901,902,904,905,906,907,908,909,910,911,912,913,914,916,917,918,919,920,921,922,923,924,925,926,928,929,930,931,932,933,934,935,936,937,938,940,941,942,943,944,945,946,947,948,949,950,952,953,954,955,956,957,958,959,960,961,962,964,965,966,967,968,969,970,971,972,973,974,976,977,978,979,980,981,982,983,984,985,986,988,989,990,991,992,993,994,995,996,997,998,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1012,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1134,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1256,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1378,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1500,1502,1503,1505,1507,1509,1511,1513,1515,1517,1519,1521,1523,1525,1527,1529,1531,1533,1535,1537,1539,1541,1543,1545,1547,1549,1551,1553,1555,1557,1559,1561,1563,1565,1567,1569,1571,1573,1575,1577,1579,1581,1583,1585,1587,1589,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "51026,51112,51155,51198,51241,51284,51327,51370,51413,51456,51499,51581,51624,51667,51710,51753,51796,51839,51882,51925,51968,52011,52093,52136,52179,52222,52265,52308,52351,52394,52437,52480,52523,52605,52648,52691,52734,52777,52820,52863,52906,52949,52992,53035,53117,53160,53203,53246,53289,53332,53375,53418,53461,53504,53547,53629,53672,53715,53758,53801,53844,53887,53930,53973,54016,54059,54141,54184,54227,54270,54313,54356,54399,54442,54485,54528,54571,54653,54696,54739,54782,54825,54868,54911,54954,54997,55040,55083,55165,55208,55251,55294,55337,55380,55423,55466,55509,55552,55595,55677,55720,55763,55806,55849,55892,55935,55978,56021,56064,56107,56189,56267,56310,56353,56396,56439,56482,56525,56568,56611,56654,56697,56779,56822,56865,56908,56951,56994,57037,57080,57123,57166,57209,57291,57334,57377,57420,57463,57506,57549,57592,57635,57678,57721,57803,57846,57889,57932,57975,58018,58061,58104,58147,58190,58233,58315,58358,58401,58444,58487,58530,58573,58616,58659,58702,58745,58827,58870,58913,58956,58999,59042,59085,59128,59171,59214,59257,59339,59382,59425,59468,59511,59554,59597,59640,59683,59726,59769,59851,59894,59937,59980,60023,60066,60109,60152,60195,60238,60281,60363,60406,60449,60492,60535,60578,60621,60664,60707,60750,60793,60875,60918,60961,61004,61047,61090,61133,61176,61219,61262,61305,61387,61465,61508,61551,61594,61637,61680,61723,61766,61809,61852,61895,61977,62020,62063,62106,62149,62192,62235,62278,62321,62364,62407,62489,62532,62575,62618,62661,62704,62747,62790,62833,62876,62919,63001,63044,63087,63130,63173,63216,63259,63302,63345,63388,63431,63513,63556,63599,63642,63685,63728,63771,63814,63857,63900,63943,64025,64068,64111,64154,64197,64240,64283,64326,64369,64412,64455,64537,64580,64623,64666,64709,64752,64795,64838,64881,64924,64967,65049,65092,65135,65178,65221,65264,65307,65350,65393,65436,65479,65561,65604,65647,65690,65733,65776,65819,65862,65905,65948,65991,66073,66116,66159,66202,66245,66288,66331,66374,66417,66460,66503,66585,66663,66706,66749,66792,66835,66878,66921,66964,67007,67050,67093,67175,67218,67261,67304,67347,67390,67433,67476,67519,67562,67605,67687,67730,67773,67816,67859,67902,67945,67988,68031,68074,68117,68199,68242,68285,68328,68371,68414,68457,68500,68543,68586,68629,68711,68754,68797,68840,68883,68926,68969,69012,69055,69098,69141,69223,69266,69309,69352,69395,69438,69481,69524,69567,69610,69653,69735,69778,69821,69864,69907,69950,69993,70036,70079,70122,70165,70247,70290,70333,70376,70419,70462,70505,70548,70591,70634,70677,70759,70802,70845,70888,70931,70974,71017,71060,71103,71146,71189,71271,71314,71357,71400,71443,71486,71529,71572,71615,71658,71701,71783,71861,71904,71947,71990,72033,72076,72119,72162,72205,72248,72291,72373,72416,72459,72502,72545,72588,72631,72674,72717,72760,72803,72885,72928,72971,73014,73057,73100,73143,73186,73229,73272,73315,73397,73440,73483,73526,73569,73612,73655,73698,73741,73784,73827,73909,73952,73995,74038,74081,74124,74167,74210,74253,74296,74339,74421,74464,74507,74550,74593,74636,74679,74722,74765,74808,74851,74933,74976,75019,75062,75105,75148,75191,75234,75277,75320,75363,75445,75488,75531,75574,75617,75660,75703,75746,75789,75832,75875,75957,76000,76043,76086,76129,76172,76215,76258,76301,76344,76387,76469,76512,76555,76598,76641,76684,76727,76770,76813,76856,76899,76981,77059,77102,77184,77266,77348,77430,77512,77594,77676,77758,77840,77922,78000,78082,78164,78246,78328,78410,78492,78574,78656,78738,78820,78898,78980,79062,79144,79226,79308,79390,79472,79554,79636,79718,79796,79878,79960,80042,80124,80206,80288,80370,80452,80534,80616,80694,80741,80788,80835,80882,80929,80976,81023,81070,81117,81164,81209,81256,81303,81350,81397,81444,81491,81538,81585,81632,81679,81724,81771,81818,81865,81912,81959,82006,82053,82100,82147,82194,82239,82286,82333,82380,82427,82474,82521,82568,82615,82662,82709,82754,82801,82848,82895,82942,82989,83036,83083,83130,83177,83224,83269,83316,83361,83406,83451",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,44,44,44",
+ "endOffsets": "51064,51150,51193,51236,51279,51322,51365,51408,51451,51494,51535,51619,51662,51705,51748,51791,51834,51877,51920,51963,52006,52047,52131,52174,52217,52260,52303,52346,52389,52432,52475,52518,52559,52643,52686,52729,52772,52815,52858,52901,52944,52987,53030,53071,53155,53198,53241,53284,53327,53370,53413,53456,53499,53542,53583,53667,53710,53753,53796,53839,53882,53925,53968,54011,54054,54095,54179,54222,54265,54308,54351,54394,54437,54480,54523,54566,54607,54691,54734,54777,54820,54863,54906,54949,54992,55035,55078,55119,55203,55246,55289,55332,55375,55418,55461,55504,55547,55590,55631,55715,55758,55801,55844,55887,55930,55973,56016,56059,56102,56143,56223,56305,56348,56391,56434,56477,56520,56563,56606,56649,56692,56733,56817,56860,56903,56946,56989,57032,57075,57118,57161,57204,57245,57329,57372,57415,57458,57501,57544,57587,57630,57673,57716,57757,57841,57884,57927,57970,58013,58056,58099,58142,58185,58228,58269,58353,58396,58439,58482,58525,58568,58611,58654,58697,58740,58781,58865,58908,58951,58994,59037,59080,59123,59166,59209,59252,59293,59377,59420,59463,59506,59549,59592,59635,59678,59721,59764,59805,59889,59932,59975,60018,60061,60104,60147,60190,60233,60276,60317,60401,60444,60487,60530,60573,60616,60659,60702,60745,60788,60829,60913,60956,60999,61042,61085,61128,61171,61214,61257,61300,61341,61421,61503,61546,61589,61632,61675,61718,61761,61804,61847,61890,61931,62015,62058,62101,62144,62187,62230,62273,62316,62359,62402,62443,62527,62570,62613,62656,62699,62742,62785,62828,62871,62914,62955,63039,63082,63125,63168,63211,63254,63297,63340,63383,63426,63467,63551,63594,63637,63680,63723,63766,63809,63852,63895,63938,63979,64063,64106,64149,64192,64235,64278,64321,64364,64407,64450,64491,64575,64618,64661,64704,64747,64790,64833,64876,64919,64962,65003,65087,65130,65173,65216,65259,65302,65345,65388,65431,65474,65515,65599,65642,65685,65728,65771,65814,65857,65900,65943,65986,66027,66111,66154,66197,66240,66283,66326,66369,66412,66455,66498,66539,66619,66701,66744,66787,66830,66873,66916,66959,67002,67045,67088,67129,67213,67256,67299,67342,67385,67428,67471,67514,67557,67600,67641,67725,67768,67811,67854,67897,67940,67983,68026,68069,68112,68153,68237,68280,68323,68366,68409,68452,68495,68538,68581,68624,68665,68749,68792,68835,68878,68921,68964,69007,69050,69093,69136,69177,69261,69304,69347,69390,69433,69476,69519,69562,69605,69648,69689,69773,69816,69859,69902,69945,69988,70031,70074,70117,70160,70201,70285,70328,70371,70414,70457,70500,70543,70586,70629,70672,70713,70797,70840,70883,70926,70969,71012,71055,71098,71141,71184,71225,71309,71352,71395,71438,71481,71524,71567,71610,71653,71696,71737,71817,71899,71942,71985,72028,72071,72114,72157,72200,72243,72286,72327,72411,72454,72497,72540,72583,72626,72669,72712,72755,72798,72839,72923,72966,73009,73052,73095,73138,73181,73224,73267,73310,73351,73435,73478,73521,73564,73607,73650,73693,73736,73779,73822,73863,73947,73990,74033,74076,74119,74162,74205,74248,74291,74334,74375,74459,74502,74545,74588,74631,74674,74717,74760,74803,74846,74887,74971,75014,75057,75100,75143,75186,75229,75272,75315,75358,75399,75483,75526,75569,75612,75655,75698,75741,75784,75827,75870,75911,75995,76038,76081,76124,76167,76210,76253,76296,76339,76382,76423,76507,76550,76593,76636,76679,76722,76765,76808,76851,76894,76935,77015,77097,77138,77220,77302,77384,77466,77548,77630,77712,77794,77876,77956,78036,78118,78200,78282,78364,78446,78528,78610,78692,78774,78854,78934,79016,79098,79180,79262,79344,79426,79508,79590,79672,79752,79832,79914,79996,80078,80160,80242,80324,80406,80488,80570,80650,80736,80783,80830,80877,80924,80971,81018,81065,81112,81159,81204,81251,81298,81345,81392,81439,81486,81533,81580,81627,81674,81719,81766,81813,81860,81907,81954,82001,82048,82095,82142,82189,82234,82281,82328,82375,82422,82469,82516,82563,82610,82657,82704,82749,82796,82843,82890,82937,82984,83031,83078,83125,83172,83219,83264,83311,83356,83401,83446,83491"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\52d740e8e970387c182bf237433c154a\\transformed\\recyclerview-1.1.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,111,170,218,274,349,425,497,563",
+ "endLines": "2,3,4,5,6,7,8,9,38",
+ "endColumns": "55,58,47,55,74,75,71,65,24",
+ "endOffsets": "106,165,213,269,344,420,492,558,2084"
+ },
+ "to": {
+ "startLines": "486,1795,1796,1797,1805,1806,1807,2403,12960",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "24464,93048,93107,93155,93822,93897,93973,138444,757936",
+ "endLines": "486,1795,1796,1797,1805,1806,1807,2403,12980",
+ "endColumns": "55,58,47,55,74,75,71,65,24",
+ "endOffsets": "24515,93102,93150,93206,93892,93968,94040,138505,758771"
+ }
+ },
+ {
+ "source": "E:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\src\\main\\res\\values\\strings.xml",
+ "from": {
+ "startLines": "12,22,29,1,31,4,3,11,6,19,18,23,15,24,8,10,20,21,17,9,25,5,27,7,26,30,14,16,13,28",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "609,1298,1645,16,1743,121,71,545,218,1108,1034,1348,823,1417,338,486,1180,1235,954,397,1467,165,1563,275,1515,1689,745,891,674,1609",
+ "endColumns": "64,49,43,53,55,43,49,63,56,71,73,68,67,49,58,58,54,62,79,88,47,52,45,62,47,53,77,62,70,35",
+ "endOffsets": "669,1343,1684,65,1794,160,116,604,270,1175,1103,1412,886,1462,392,540,1230,1293,1029,481,1510,213,1604,333,1558,1738,818,949,740,1640"
+ },
+ "to": {
+ "startLines": "2539,2567,2568,2570,2572,2579,2580,2585,2586,2587,2588,2589,2590,2598,2599,2600,2601,2603,2604,2605,2608,2609,2711,2712,2718,2719,2720,2721,2722,2731",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "146454,148385,148435,148562,148766,149911,149955,150382,150446,150503,150575,150649,150718,151414,151464,151523,151582,151790,151853,151933,152235,152283,167354,167400,168265,168313,168367,168445,168508,169488",
+ "endColumns": "64,49,43,53,55,43,49,63,56,71,73,68,67,49,58,58,54,62,79,88,47,52,45,62,47,53,77,62,70,35",
+ "endOffsets": "146514,148430,148474,148611,148817,149950,150000,150441,150498,150570,150644,150713,150781,151459,151518,151577,151632,151848,151928,152017,152278,152331,167395,167458,168308,168362,168440,168503,168574,169519"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-it_values-it.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-it\\values-it.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,268,352,433,510,609,704,803,943,1026,1092,1187,1272,1334,1422,1484,1553,1616,1689,1752,1806,1927,1984,2046,2100,2177,2314,2399,2481,2616,2697,2778,2869,2924,2975,3041,3114,3194,3285,3360,3437,3506,3583,3671,3760,3853,3946,4020,4100,4194,4245,4311,4395,4483,4545,4609,4672,4787,4897,5003,5112,5171,5226",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,83,80,76,98,94,98,139,82,65,94,84,61,87,61,68,62,72,62,53,120,56,61,53,76,136,84,81,134,80,80,90,54,50,65,72,79,90,74,76,68,76,87,88,92,92,73,79,93,50,65,83,87,61,63,62,114,109,105,108,58,54,79",
+ "endOffsets": "263,347,428,505,604,699,798,938,1021,1087,1182,1267,1329,1417,1479,1548,1611,1684,1747,1801,1922,1979,2041,2095,2172,2309,2394,2476,2611,2692,2773,2864,2919,2970,3036,3109,3189,3280,3355,3432,3501,3578,3666,3755,3848,3941,4015,4095,4189,4240,4306,4390,4478,4540,4604,4667,4782,4892,4998,5107,5166,5221,5301"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3012,3096,3177,3254,3353,3448,3547,3687,3770,3836,3931,4016,4078,4166,4228,4297,4360,4433,4496,4550,4671,4728,4790,4844,4921,5058,5143,5225,5360,5441,5522,5613,5668,5719,5785,5858,5938,6029,6104,6181,6250,6327,6415,6504,6597,6690,6764,6844,6938,6989,7055,7139,7227,7289,7353,7416,7531,7641,7747,7856,7915,7970",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,83,80,76,98,94,98,139,82,65,94,84,61,87,61,68,62,72,62,53,120,56,61,53,76,136,84,81,134,80,80,90,54,50,65,72,79,90,74,76,68,76,87,88,92,92,73,79,93,50,65,83,87,61,63,62,114,109,105,108,58,54,79",
+ "endOffsets": "313,3091,3172,3249,3348,3443,3542,3682,3765,3831,3926,4011,4073,4161,4223,4292,4355,4428,4491,4545,4666,4723,4785,4839,4916,5053,5138,5220,5355,5436,5517,5608,5663,5714,5780,5853,5933,6024,6099,6176,6245,6322,6410,6499,6592,6685,6759,6839,6933,6984,7050,7134,7222,7284,7348,7411,7526,7636,7742,7851,7910,7965,8045"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-it\\values-it.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8132",
+ "endColumns": "100",
+ "endOffsets": "8228"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-it\\values-it.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,210,313,422,506,611,730,808,883,975,1069,1162,1256,1357,1451,1548,1643,1735,1827,1908,2014,2121,2219,2323,2429,2536,2699,2799",
+ "endColumns": "104,102,108,83,104,118,77,74,91,93,92,93,100,93,96,94,91,91,80,105,106,97,103,105,106,162,99,81",
+ "endOffsets": "205,308,417,501,606,725,803,878,970,1064,1157,1251,1352,1446,1543,1638,1730,1822,1903,2009,2116,2214,2318,2424,2531,2694,2794,2876"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "318,423,526,635,719,824,943,1021,1096,1188,1282,1375,1469,1570,1664,1761,1856,1948,2040,2121,2227,2334,2432,2536,2642,2749,2912,8050",
+ "endColumns": "104,102,108,83,104,118,77,74,91,93,92,93,100,93,96,94,91,91,80,105,106,97,103,105,106,162,99,81",
+ "endOffsets": "418,521,630,714,819,938,1016,1091,1183,1277,1370,1464,1565,1659,1756,1851,1943,2035,2116,2222,2329,2427,2531,2637,2744,2907,3007,8127"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-sw570dp-v13_values-sw570dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw570dp-v13\\values-sw570dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16915,16958,17001,17044,17087,17128,17171,17214,17257,17300,17343,17386,17429,17472,17515,17558,17599,17642,17685,17728,17771,17814,17857,17900,17943,17986,18029,18070,18113,18156,18199,18242,18285,18328,18371,18414,18457,18500,18541,18584,18627,18670,18713,18756,18799,18842,18885,18928,18971,19012,19051,19094,19137,19180,19223,19266,19309,19352,19395,19438,19481,19522,19565,19608,19651,19694,19737,19780,19823,19866,19909,19952,19993,20036,20079,20122,20165,20208,20251,20294,20338,20382,20426,20467,20511,20555,20599,20643,20687,20731,20775,20819,20863,20907,20949,20993,21037,21081,21125,21169,21213,21257,21301,21345,21389,21431,21475,21519,21563,21607,21651,21695,21739,21783,21827,21871,21913,21957,22001,22045,22089,22133,22177,22221,22265,22309,22353,22395,22439,22483,22527,22571,22615,22659,22703,22747,22791,22835,22877,22921,22965,23009,23053,23097,23141,23185,23229,23273,23317,23359,23403,23447,23491,23535,23579,23623,23667,23711,23755,23799,23841,23880,23924,23966,24008,24050,24092,24134,24176,24218,24260,24302,24344,24384,24426,24468,24510,24552,24594,24636,24678,24720,24762,24804,24844,24886,24928,24970,25012,25054,25096,25138,25180,25222,25264,25304,25346,25388,25430,25472,25514,25556,25598,25640,25682,25724,25764,25811,25858,25905,25952,25999,26046,26093,26140,26187,26234,26279,26326,26373,26420,26467,26514,26561,26608,26655,26702,26749,26794,26841,26888,26935,26982,27029,27076,27123,27170,27217,27264,27309,27356,27403,27450,27497,27544,27591,27638,27685,27732,27779,27824,27871,27918,27965,28013,28061,28109,28157,28205,28253,28301,28346,28394,28440,28486,28532",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,47,47,47,47,47,47,47,44,47,45,45,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16910,16953,16996,17039,17082,17123,17166,17209,17252,17295,17338,17381,17424,17467,17510,17553,17594,17637,17680,17723,17766,17809,17852,17895,17938,17981,18024,18065,18108,18151,18194,18237,18280,18323,18366,18409,18452,18495,18536,18579,18622,18665,18708,18751,18794,18837,18880,18923,18966,19007,19046,19089,19132,19175,19218,19261,19304,19347,19390,19433,19476,19517,19560,19603,19646,19689,19732,19775,19818,19861,19904,19947,19988,20031,20074,20117,20160,20203,20246,20289,20333,20377,20421,20462,20506,20550,20594,20638,20682,20726,20770,20814,20858,20902,20944,20988,21032,21076,21120,21164,21208,21252,21296,21340,21384,21426,21470,21514,21558,21602,21646,21690,21734,21778,21822,21866,21908,21952,21996,22040,22084,22128,22172,22216,22260,22304,22348,22390,22434,22478,22522,22566,22610,22654,22698,22742,22786,22830,22872,22916,22960,23004,23048,23092,23136,23180,23224,23268,23312,23354,23398,23442,23486,23530,23574,23618,23662,23706,23750,23794,23836,23875,23919,23961,24003,24045,24087,24129,24171,24213,24255,24297,24339,24379,24421,24463,24505,24547,24589,24631,24673,24715,24757,24799,24839,24881,24923,24965,25007,25049,25091,25133,25175,25217,25259,25299,25341,25383,25425,25467,25509,25551,25593,25635,25677,25719,25759,25806,25853,25900,25947,25994,26041,26088,26135,26182,26229,26274,26321,26368,26415,26462,26509,26556,26603,26650,26697,26744,26789,26836,26883,26930,26977,27024,27071,27118,27165,27212,27259,27304,27351,27398,27445,27492,27539,27586,27633,27680,27727,27774,27819,27866,27913,27960,28008,28056,28104,28152,28200,28248,28296,28341,28389,28435,28481,28527,28573"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17486,17529,17572,17615,17658,17740,17783,17826,17869,17912,17955,17998,18041,18084,18127,18170,18252,18295,18338,18381,18424,18467,18510,18553,18596,18639,18682,18764,18807,18850,18893,18936,18979,19022,19065,19108,19151,19194,19276,19319,19362,19405,19448,19491,19534,19577,19620,19663,19706,19788,19831,19874,19917,19960,20003,20046,20089,20132,20175,20218,20300,20343,20386,20429,20472,20515,20558,20601,20644,20687,20730,20812,20890,20933,20976,21019,21062,21105,21148,21191,21234,21277,21320,21402,21445,21488,21531,21574,21617,21660,21703,21746,21789,21832,21914,21957,22000,22043,22086,22129,22172,22215,22259,22303,22347,22429,22473,22517,22561,22605,22649,22693,22737,22781,22825,22869,22953,22997,23041,23085,23129,23173,23217,23261,23305,23349,23393,23477,23521,23565,23609,23653,23697,23741,23785,23829,23873,23917,24001,24045,24089,24133,24177,24221,24265,24309,24353,24397,24441,24525,24569,24613,24657,24701,24745,24789,24833,24877,24921,24965,25049,25093,25137,25181,25225,25269,25313,25357,25401,25445,25489,25573,25617,25661,25705,25749,25793,25837,25881,25925,25969,26013,26097,26175,26219,26303,26387,26471,26555,26639,26723,26807,26891,26975,27059,27139,27223,27307,27391,27475,27559,27643,27727,27811,27895,27979,28059,28143,28227,28311,28395,28479,28563,28647,28731,28815,28899,28979,29063,29147,29231,29315,29399,29483,29567,29651,29735,29819,29899,29946,29993,30040,30087,30134,30181,30228,30275,30322,30369,30414,30461,30508,30555,30602,30649,30696,30743,30790,30837,30884,30929,30976,31023,31070,31117,31164,31211,31258,31305,31352,31399,31444,31491,31538,31585,31632,31679,31726,31773,31820,31867,31914,31959,32006,32053,32100,32148,32196,32244,32292,32340,32388,32436,32481,32529,32575,32621,32667",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,47,47,47,47,47,47,47,44,47,45,45,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17481,17524,17567,17610,17653,17694,17778,17821,17864,17907,17950,17993,18036,18079,18122,18165,18206,18290,18333,18376,18419,18462,18505,18548,18591,18634,18677,18718,18802,18845,18888,18931,18974,19017,19060,19103,19146,19189,19230,19314,19357,19400,19443,19486,19529,19572,19615,19658,19701,19742,19826,19869,19912,19955,19998,20041,20084,20127,20170,20213,20254,20338,20381,20424,20467,20510,20553,20596,20639,20682,20725,20766,20846,20928,20971,21014,21057,21100,21143,21186,21229,21272,21315,21356,21440,21483,21526,21569,21612,21655,21698,21741,21784,21827,21868,21952,21995,22038,22081,22124,22167,22210,22254,22298,22342,22383,22468,22512,22556,22600,22644,22688,22732,22776,22820,22864,22906,22992,23036,23080,23124,23168,23212,23256,23300,23344,23388,23430,23516,23560,23604,23648,23692,23736,23780,23824,23868,23912,23954,24040,24084,24128,24172,24216,24260,24304,24348,24392,24436,24478,24564,24608,24652,24696,24740,24784,24828,24872,24916,24960,25002,25088,25132,25176,25220,25264,25308,25352,25396,25440,25484,25526,25612,25656,25700,25744,25788,25832,25876,25920,25964,26008,26050,26131,26214,26256,26340,26424,26508,26592,26676,26760,26844,26928,27012,27094,27176,27260,27344,27428,27512,27596,27680,27764,27848,27932,28014,28096,28180,28264,28348,28432,28516,28600,28684,28768,28852,28934,29016,29100,29184,29268,29352,29436,29520,29604,29688,29772,29854,29941,29988,30035,30082,30129,30176,30223,30270,30317,30364,30409,30456,30503,30550,30597,30644,30691,30738,30785,30832,30879,30924,30971,31018,31065,31112,31159,31206,31253,31300,31347,31394,31439,31486,31533,31580,31627,31674,31721,31768,31815,31862,31909,31954,32001,32048,32095,32143,32191,32239,32287,32335,32383,32431,32476,32524,32570,32616,32662,32708"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw570dp-v13\\values-sw570dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1732,1773,1814,1855,1894,1935,1976,2017,2059,2101,2143,2185,2227,2269,2311,2350,2392,2434,2476,2518,2560,2602,2644,2686,2728,2770,2810,2852,2894,2936,2978,3020,3062,3104,3146,3188,3230,3270,3312,3354,3396,3438,3480,3522,3564,3606,3648,3690,3730,3772,3814,3856,3898,3940,3982,4024,4066,4108,4150",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,41,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1727,1768,1809,1850,1889,1930,1971,2012,2054,2096,2138,2180,2222,2264,2306,2345,2387,2429,2471,2513,2555,2597,2639,2681,2723,2765,2805,2847,2889,2931,2973,3015,3057,3099,3141,3183,3225,3265,3307,3349,3391,3433,3475,3517,3559,3601,3643,3685,3725,3767,3809,3851,3893,3935,3977,4019,4061,4103,4145,4185"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17699,18211,18723,19235,19747,20259,20771,20851,21361,21873,22388,22911,23435,23959,24483,25007,25531,26055,26136,26261,26345,26429,26513,26597,26681,26765,26849,26933,27017,27099,27181,27265,27349,27433,27517,27601,27685,27769,27853,27937,28019,28101,28185,28269,28353,28437,28521,28605,28689,28773,28857,28939,29021,29105,29189,29273,29357,29441,29525,29609,29693,29777,29859",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,41,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17735,18247,18759,19271,19783,20295,20807,20885,21397,21909,22424,22948,23472,23996,24520,25044,25568,26092,26170,26298,26382,26466,26550,26634,26718,26802,26886,26970,27054,27134,27218,27302,27386,27470,27554,27638,27722,27806,27890,27974,28054,28138,28222,28306,28390,28474,28558,28642,28726,28810,28894,28974,29058,29142,29226,29310,29394,29478,29562,29646,29730,29814,29894"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-et_values-et.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-et\\values-et.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,211,310,421,507,609,726,807,884,976,1070,1166,1268,1377,1471,1572,1666,1758,1851,1934,2045,2149,2248,2358,2460,2559,2725,2827",
+ "endColumns": "105,98,110,85,101,116,80,76,91,93,95,101,108,93,100,93,91,92,82,110,103,98,109,101,98,165,101,82",
+ "endOffsets": "206,305,416,502,604,721,802,879,971,1065,1161,1263,1372,1466,1567,1661,1753,1846,1929,2040,2144,2243,2353,2455,2554,2720,2822,2905"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "316,422,521,632,718,820,937,1018,1095,1187,1281,1377,1479,1588,1682,1783,1877,1969,2062,2145,2256,2360,2459,2569,2671,2770,2936,7940",
+ "endColumns": "105,98,110,85,101,116,80,76,91,93,95,101,108,93,100,93,91,92,82,110,103,98,109,101,98,165,101,82",
+ "endOffsets": "417,516,627,713,815,932,1013,1090,1182,1276,1372,1474,1583,1677,1778,1872,1964,2057,2140,2251,2355,2454,2564,2666,2765,2931,3033,8018"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-et\\values-et.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,266,346,425,510,602,689,788,905,987,1051,1136,1204,1268,1355,1419,1483,1542,1614,1678,1732,1851,1911,1972,2026,2099,2232,2316,2409,2547,2627,2706,2794,2849,2900,2966,3039,3118,3204,3277,3352,3426,3498,3586,3663,3754,3846,3918,3992,4083,4137,4206,4289,4375,4437,4501,4564,4667,4771,4868,4973,5032,5087",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,79,78,84,91,86,98,116,81,63,84,67,63,86,63,63,58,71,63,53,118,59,60,53,72,132,83,92,137,79,78,87,54,50,65,72,78,85,72,74,73,71,87,76,90,91,71,73,90,53,68,82,85,61,63,62,102,103,96,104,58,54,80",
+ "endOffsets": "261,341,420,505,597,684,783,900,982,1046,1131,1199,1263,1350,1414,1478,1537,1609,1673,1727,1846,1906,1967,2021,2094,2227,2311,2404,2542,2622,2701,2789,2844,2895,2961,3034,3113,3199,3272,3347,3421,3493,3581,3658,3749,3841,3913,3987,4078,4132,4201,4284,4370,4432,4496,4559,4662,4766,4863,4968,5027,5082,5163"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3038,3118,3197,3282,3374,3461,3560,3677,3759,3823,3908,3976,4040,4127,4191,4255,4314,4386,4450,4504,4623,4683,4744,4798,4871,5004,5088,5181,5319,5399,5478,5566,5621,5672,5738,5811,5890,5976,6049,6124,6198,6270,6358,6435,6526,6618,6690,6764,6855,6909,6978,7061,7147,7209,7273,7336,7439,7543,7640,7745,7804,7859",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,79,78,84,91,86,98,116,81,63,84,67,63,86,63,63,58,71,63,53,118,59,60,53,72,132,83,92,137,79,78,87,54,50,65,72,78,85,72,74,73,71,87,76,90,91,71,73,90,53,68,82,85,61,63,62,102,103,96,104,58,54,80",
+ "endOffsets": "311,3113,3192,3277,3369,3456,3555,3672,3754,3818,3903,3971,4035,4122,4186,4250,4309,4381,4445,4499,4618,4678,4739,4793,4866,4999,5083,5176,5314,5394,5473,5561,5616,5667,5733,5806,5885,5971,6044,6119,6193,6265,6353,6430,6521,6613,6685,6759,6850,6904,6973,7056,7142,7204,7268,7331,7434,7538,7635,7740,7799,7854,7935"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-et\\values-et.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8023",
+ "endColumns": "100",
+ "endOffsets": "8119"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-port_values-port.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-port\\values-port.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "55",
+ "endOffsets": "106"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-nl_values-nl.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-nl\\values-nl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8093",
+ "endColumns": "100",
+ "endOffsets": "8189"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-nl\\values-nl.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,269,355,437,514,612,706,803,925,1006,1070,1159,1238,1301,1394,1456,1522,1580,1653,1717,1773,1895,1952,2014,2070,2146,2280,2365,2451,2589,2670,2749,2839,2896,2947,3013,3091,3174,3262,3337,3416,3489,3560,3654,3732,3821,3911,3985,4066,4153,4206,4273,4354,4438,4500,4564,4627,4735,4836,4938,5041,5102,5157",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,85,81,76,97,93,96,121,80,63,88,78,62,92,61,65,57,72,63,55,121,56,61,55,75,133,84,85,137,80,78,89,56,50,65,77,82,87,74,78,72,70,93,77,88,89,73,80,86,52,66,80,83,61,63,62,107,100,101,102,60,54,80",
+ "endOffsets": "264,350,432,509,607,701,798,920,1001,1065,1154,1233,1296,1389,1451,1517,1575,1648,1712,1768,1890,1947,2009,2065,2141,2275,2360,2446,2584,2665,2744,2834,2891,2942,3008,3086,3169,3257,3332,3411,3484,3555,3649,3727,3816,3906,3980,4061,4148,4201,4268,4349,4433,4495,4559,4622,4730,4831,4933,5036,5097,5152,5233"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3041,3127,3209,3286,3384,3478,3575,3697,3778,3842,3931,4010,4073,4166,4228,4294,4352,4425,4489,4545,4667,4724,4786,4842,4918,5052,5137,5223,5361,5442,5521,5611,5668,5719,5785,5863,5946,6034,6109,6188,6261,6332,6426,6504,6593,6683,6757,6838,6925,6978,7045,7126,7210,7272,7336,7399,7507,7608,7710,7813,7874,7929",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,85,81,76,97,93,96,121,80,63,88,78,62,92,61,65,57,72,63,55,121,56,61,55,75,133,84,85,137,80,78,89,56,50,65,77,82,87,74,78,72,70,93,77,88,89,73,80,86,52,66,80,83,61,63,62,107,100,101,102,60,54,80",
+ "endOffsets": "314,3122,3204,3281,3379,3473,3570,3692,3773,3837,3926,4005,4068,4161,4223,4289,4347,4420,4484,4540,4662,4719,4781,4837,4913,5047,5132,5218,5356,5437,5516,5606,5663,5714,5780,5858,5941,6029,6104,6183,6256,6327,6421,6499,6588,6678,6752,6833,6920,6973,7040,7121,7205,7267,7331,7394,7502,7603,7705,7808,7869,7924,8005"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-nl\\values-nl.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,223,328,435,520,624,744,822,898,990,1084,1179,1273,1373,1467,1563,1658,1750,1842,1924,2035,2138,2237,2352,2466,2569,2724,2827",
+ "endColumns": "117,104,106,84,103,119,77,75,91,93,94,93,99,93,95,94,91,91,81,110,102,98,114,113,102,154,102,82",
+ "endOffsets": "218,323,430,515,619,739,817,893,985,1079,1174,1268,1368,1462,1558,1653,1745,1837,1919,2030,2133,2232,2347,2461,2564,2719,2822,2905"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "319,437,542,649,734,838,958,1036,1112,1204,1298,1393,1487,1587,1681,1777,1872,1964,2056,2138,2249,2352,2451,2566,2680,2783,2938,8010",
+ "endColumns": "117,104,106,84,103,119,77,75,91,93,94,93,99,93,95,94,91,91,81,110,102,98,114,113,102,154,102,82",
+ "endOffsets": "432,537,644,729,833,953,1031,1107,1199,1293,1388,1482,1582,1676,1772,1867,1959,2051,2133,2244,2347,2446,2561,2675,2778,2933,3036,8088"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-as_values-as.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-as\\values-as.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,312,419,510,615,735,812,887,978,1071,1166,1260,1360,1453,1548,1642,1733,1824,1910,2023,2131,2234,2343,2459,2579,2746,2848",
+ "endColumns": "107,98,106,90,104,119,76,74,90,92,94,93,99,92,94,93,90,90,85,112,107,102,108,115,119,166,101,82",
+ "endOffsets": "208,307,414,505,610,730,807,882,973,1066,1161,1255,1355,1448,1543,1637,1728,1819,1905,2018,2126,2229,2338,2454,2574,2741,2843,2926"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "322,430,529,636,727,832,952,1029,1104,1195,1288,1383,1477,1577,1670,1765,1859,1950,2041,2127,2240,2348,2451,2560,2676,2796,2963,7861",
+ "endColumns": "107,98,106,90,104,119,76,74,90,92,94,93,99,92,94,93,90,90,85,112,107,102,108,115,119,166,101,82",
+ "endOffsets": "425,524,631,722,827,947,1024,1099,1190,1283,1378,1472,1572,1665,1760,1854,1945,2036,2122,2235,2343,2446,2555,2671,2791,2958,3060,7939"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-as\\values-as.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7944",
+ "endColumns": "100",
+ "endOffsets": "8040"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-as\\values-as.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,272,354,432,509,595,679,781,904,983,1048,1137,1202,1261,1347,1411,1475,1538,1608,1672,1726,1831,1889,1951,2005,2077,2194,2281,2364,2504,2581,2662,2753,2807,2858,2924,2994,3071,3158,3229,3306,3375,3444,3535,3607,3696,3785,3859,3931,4017,4067,4133,4213,4297,4359,4423,4486,4586,4683,4775,4874,4932,4987",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,81,77,76,85,83,101,122,78,64,88,64,58,85,63,63,62,69,63,53,104,57,61,53,71,116,86,82,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,80",
+ "endOffsets": "267,349,427,504,590,674,776,899,978,1043,1132,1197,1256,1342,1406,1470,1533,1603,1667,1721,1826,1884,1946,2000,2072,2189,2276,2359,2499,2576,2657,2748,2802,2853,2919,2989,3066,3153,3224,3301,3370,3439,3530,3602,3691,3780,3854,3926,4012,4062,4128,4208,4292,4354,4418,4481,4581,4678,4770,4869,4927,4982,5063"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3065,3147,3225,3302,3388,3472,3574,3697,3776,3841,3930,3995,4054,4140,4204,4268,4331,4401,4465,4519,4624,4682,4744,4798,4870,4987,5074,5157,5297,5374,5455,5546,5600,5651,5717,5787,5864,5951,6022,6099,6168,6237,6328,6400,6489,6578,6652,6724,6810,6860,6926,7006,7090,7152,7216,7279,7379,7476,7568,7667,7725,7780",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,81,77,76,85,83,101,122,78,64,88,64,58,85,63,63,62,69,63,53,104,57,61,53,71,116,86,82,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,80",
+ "endOffsets": "317,3142,3220,3297,3383,3467,3569,3692,3771,3836,3925,3990,4049,4135,4199,4263,4326,4396,4460,4514,4619,4677,4739,4793,4865,4982,5069,5152,5292,5369,5450,5541,5595,5646,5712,5782,5859,5946,6017,6094,6163,6232,6323,6395,6484,6573,6647,6719,6805,6855,6921,7001,7085,7147,7211,7274,7374,7471,7563,7662,7720,7775,7856"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-v18_values-v18.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-v18\\values-v18.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "48",
+ "endOffsets": "99"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-sw750dp-v13_values-sw750dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw750dp-v13\\values-sw750dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14346,14390,14434,14478,14522,14566,14610,14654,14698,14742,14784,14828,14872,14916,14960,15004,15048,15092,15136,15180,15224,15266,15310,15354,15398,15442,15486,15530,15574,15618,15662,15706,15748,15792,15836,15880,15924,15968,16012,16056,16100,16144,16188,16230,16274,16318,16362,16406,16450,16494,16538,16582,16626,16670,16712,16756,16800,16844,16888,16932,16976,17020,17064,17108,17152,17194,17238,17282,17326,17370,17414,17458,17502,17546,17590,17634,17676,17720,17764,17808,17852,17896,17940,17984,18028,18072,18116,18158,18202,18246,18290,18334,18378,18422,18466,18510,18554,18598,18640,18684,18728,18772,18816,18860,18904,18948,18992,19036,19080,19122,19162,19206,19250,19294,19338,19382,19426,19470,19514,19558,19602,19644,19688,19732,19776,19820,19864,19908,19952,19996,20040,20084,20126,20170,20214,20258,20302,20346,20390,20434,20478,20522,20566,20608,20652,20696,20740,20784,20828,20872,20916,20960,21004,21048,21090,21134,21178,21222,21266,21310,21354,21398,21442,21486,21530,21572,21616,21660,21704,21748,21792,21836,21880,21924,21968,22012,22054,22098,22142,22186,22230,22274,22318,22362,22406,22450,22494,22536,22580,22624,22668,22712,22756,22800,22844,22888,22932,22976,23018,23062,23106,23150,23194,23238,23282,23326,23370,23414,23458,23500,23544,23588,23632,23676,23720,23764,23808,23852,23896,23940,23982,24022,24066,24108,24150,24192,24234,24276,24318,24360,24402,24444,24486,24526,24568,24610,24652,24694,24736,24778,24820,24862,24904,24946,24986,25028,25070,25112,25154,25196,25238,25280,25322,25364,25406,25446,25488,25530,25572,25614,25656,25698,25740,25782,25824,25866,25906,25953,26000,26047,26094,26141,26188,26235,26282,26329,26376,26421,26468,26515,26562,26609,26656,26703,26750,26797,26844,26891,26936,26983,27030,27077,27124,27171,27218,27265,27312,27359,27406,27451,27499,27547,27595,27643,27691,27739,27787,27835,27883,27931,27977,28025,28073,28121,28169,28217,28265,28313,28361,28409,28457,28503,28551,28597,28643,28689",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,47,47,47,47,47,47,47,47,47,47,45,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14341,14385,14429,14473,14517,14561,14605,14649,14693,14737,14779,14823,14867,14911,14955,14999,15043,15087,15131,15175,15219,15261,15305,15349,15393,15437,15481,15525,15569,15613,15657,15701,15743,15787,15831,15875,15919,15963,16007,16051,16095,16139,16183,16225,16269,16313,16357,16401,16445,16489,16533,16577,16621,16665,16707,16751,16795,16839,16883,16927,16971,17015,17059,17103,17147,17189,17233,17277,17321,17365,17409,17453,17497,17541,17585,17629,17671,17715,17759,17803,17847,17891,17935,17979,18023,18067,18111,18153,18197,18241,18285,18329,18373,18417,18461,18505,18549,18593,18635,18679,18723,18767,18811,18855,18899,18943,18987,19031,19075,19117,19157,19201,19245,19289,19333,19377,19421,19465,19509,19553,19597,19639,19683,19727,19771,19815,19859,19903,19947,19991,20035,20079,20121,20165,20209,20253,20297,20341,20385,20429,20473,20517,20561,20603,20647,20691,20735,20779,20823,20867,20911,20955,20999,21043,21085,21129,21173,21217,21261,21305,21349,21393,21437,21481,21525,21567,21611,21655,21699,21743,21787,21831,21875,21919,21963,22007,22049,22093,22137,22181,22225,22269,22313,22357,22401,22445,22489,22531,22575,22619,22663,22707,22751,22795,22839,22883,22927,22971,23013,23057,23101,23145,23189,23233,23277,23321,23365,23409,23453,23495,23539,23583,23627,23671,23715,23759,23803,23847,23891,23935,23977,24017,24061,24103,24145,24187,24229,24271,24313,24355,24397,24439,24481,24521,24563,24605,24647,24689,24731,24773,24815,24857,24899,24941,24981,25023,25065,25107,25149,25191,25233,25275,25317,25359,25401,25441,25483,25525,25567,25609,25651,25693,25735,25777,25819,25861,25901,25948,25995,26042,26089,26136,26183,26230,26277,26324,26371,26416,26463,26510,26557,26604,26651,26698,26745,26792,26839,26886,26931,26978,27025,27072,27119,27166,27213,27260,27307,27354,27401,27446,27494,27542,27590,27638,27686,27734,27782,27830,27878,27926,27972,28020,28068,28116,28164,28212,28260,28308,28356,28404,28452,28498,28546,28592,28638,28684,28730"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15736,15780,15824,15868,15912,15956,16000,16044,16088,16132,16216,16260,16304,16348,16392,16436,16480,16524,16568,16612,16656,16740,16784,16828,16872,16916,16960,17004,17048,17092,17136,17180,17264,17308,17352,17396,17440,17484,17528,17572,17616,17660,17704,17788,17832,17876,17920,17964,18008,18052,18096,18140,18184,18228,18312,18356,18400,18444,18488,18532,18576,18620,18664,18708,18752,18836,18880,18924,18968,19012,19056,19100,19144,19188,19232,19276,19360,19404,19448,19492,19536,19580,19624,19668,19712,19756,19800,19884,19928,19972,20016,20060,20104,20148,20192,20236,20280,20324,20408,20452,20496,20540,20584,20628,20672,20716,20760,20804,20848,20932,21012,21056,21100,21144,21188,21232,21276,21320,21364,21408,21452,21536,21580,21624,21668,21712,21756,21800,21844,21888,21932,21976,22060,22104,22148,22192,22236,22280,22324,22368,22412,22456,22500,22584,22628,22672,22716,22760,22804,22848,22892,22936,22980,23024,23108,23152,23196,23240,23284,23328,23372,23416,23460,23504,23548,23632,23676,23720,23764,23808,23852,23896,23940,23984,24028,24072,24156,24200,24244,24288,24332,24376,24420,24464,24508,24552,24596,24680,24724,24768,24812,24856,24900,24944,24988,25032,25076,25120,25204,25248,25292,25336,25380,25424,25468,25512,25556,25600,25644,25728,25772,25816,25860,25904,25948,25992,26036,26080,26124,26168,26252,26332,26376,26460,26544,26628,26712,26796,26880,26964,27048,27132,27216,27296,27380,27464,27548,27632,27716,27800,27884,27968,28052,28136,28216,28300,28384,28468,28552,28636,28720,28804,28888,28972,29056,29136,29220,29304,29388,29472,29556,29640,29724,29808,29892,29976,30056,30103,30150,30197,30244,30291,30338,30385,30432,30479,30526,30571,30618,30665,30712,30759,30806,30853,30900,30947,30994,31041,31086,31133,31180,31227,31274,31321,31368,31415,31462,31509,31556,31601,31649,31697,31745,31793,31841,31889,31937,31985,32033,32081,32127,32175,32223,32271,32319,32367,32415,32463,32511,32559,32607,32653,32701,32747,32793,32839",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,47,47,47,47,47,47,47,47,47,47,45,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15731,15775,15819,15863,15907,15951,15995,16039,16083,16127,16169,16255,16299,16343,16387,16431,16475,16519,16563,16607,16651,16693,16779,16823,16867,16911,16955,16999,17043,17087,17131,17175,17217,17303,17347,17391,17435,17479,17523,17567,17611,17655,17699,17741,17827,17871,17915,17959,18003,18047,18091,18135,18179,18223,18265,18351,18395,18439,18483,18527,18571,18615,18659,18703,18747,18789,18875,18919,18963,19007,19051,19095,19139,19183,19227,19271,19313,19399,19443,19487,19531,19575,19619,19663,19707,19751,19795,19837,19923,19967,20011,20055,20099,20143,20187,20231,20275,20319,20361,20447,20491,20535,20579,20623,20667,20711,20755,20799,20843,20885,20967,21051,21095,21139,21183,21227,21271,21315,21359,21403,21447,21489,21575,21619,21663,21707,21751,21795,21839,21883,21927,21971,22013,22099,22143,22187,22231,22275,22319,22363,22407,22451,22495,22537,22623,22667,22711,22755,22799,22843,22887,22931,22975,23019,23061,23147,23191,23235,23279,23323,23367,23411,23455,23499,23543,23585,23671,23715,23759,23803,23847,23891,23935,23979,24023,24067,24109,24195,24239,24283,24327,24371,24415,24459,24503,24547,24591,24633,24719,24763,24807,24851,24895,24939,24983,25027,25071,25115,25157,25243,25287,25331,25375,25419,25463,25507,25551,25595,25639,25681,25767,25811,25855,25899,25943,25987,26031,26075,26119,26163,26205,26287,26371,26413,26497,26581,26665,26749,26833,26917,27001,27085,27169,27251,27333,27417,27501,27585,27669,27753,27837,27921,28005,28089,28171,28253,28337,28421,28505,28589,28673,28757,28841,28925,29009,29091,29173,29257,29341,29425,29509,29593,29677,29761,29845,29929,30011,30098,30145,30192,30239,30286,30333,30380,30427,30474,30521,30566,30613,30660,30707,30754,30801,30848,30895,30942,30989,31036,31081,31128,31175,31222,31269,31316,31363,31410,31457,31504,31551,31596,31644,31692,31740,31788,31836,31884,31932,31980,32028,32076,32122,32170,32218,32266,32314,32362,32410,32458,32506,32554,32602,32648,32696,32742,32788,32834,32880"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw750dp-v13\\values-sw750dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1487,1529,1571,1613,1655,1697,1739,1781,1823,1865,1905,1947,1989,2031,2073,2115,2157,2199,2241,2283,2325,2365,2407,2449,2491,2533,2575,2617,2659,2701,2743,2785,2825,2867,2909,2951,2993,3035,3077,3119,3161,3203,3245,3285,3327,3369,3411,3453,3495,3537,3579,3621,3663,3705,3745,3787,3829,3871,3913,3955,3997,4039,4081,4123,4165",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1482,1524,1566,1608,1650,1692,1734,1776,1818,1860,1900,1942,1984,2026,2068,2110,2152,2194,2236,2278,2320,2360,2402,2444,2486,2528,2570,2612,2654,2696,2738,2780,2820,2862,2904,2946,2988,3030,3072,3114,3156,3198,3240,3280,3322,3364,3406,3448,3490,3532,3574,3616,3658,3700,3740,3782,3824,3866,3908,3950,3992,4034,4076,4118,4160,4200"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16174,16698,17222,17746,18270,18794,19318,19842,20366,20890,20972,21494,22018,22542,23066,23590,24114,24638,25162,25686,26210,26292,26418,26502,26586,26670,26754,26838,26922,27006,27090,27174,27256,27338,27422,27506,27590,27674,27758,27842,27926,28010,28094,28176,28258,28342,28426,28510,28594,28678,28762,28846,28930,29014,29096,29178,29262,29346,29430,29514,29598,29682,29766,29850,29934,30016",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16211,16735,17259,17783,18307,18831,19355,19879,20403,20927,21007,21531,22055,22579,23103,23627,24151,24675,25199,25723,26247,26327,26455,26539,26623,26707,26791,26875,26959,27043,27127,27211,27291,27375,27459,27543,27627,27711,27795,27879,27963,28047,28131,28211,28295,28379,28463,28547,28631,28715,28799,28883,28967,29051,29131,29215,29299,29383,29467,29551,29635,29719,29803,29887,29971,30051"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-sv_values-sv.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-sv\\values-sv.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,266,365,457,538,640,720,818,940,1019,1082,1174,1238,1298,1390,1455,1518,1580,1647,1711,1765,1870,1929,1990,2044,2113,2232,2315,2399,2535,2614,2698,2784,2838,2889,2955,3024,3098,3187,3259,3336,3407,3481,3572,3651,3738,3826,3898,3972,4057,4108,4175,4256,4340,4402,4466,4529,4636,4743,4842,4950,5008,5063",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,98,91,80,101,79,97,121,78,62,91,63,59,91,64,62,61,66,63,53,104,58,60,53,68,118,82,83,135,78,83,85,53,50,65,68,73,88,71,76,70,73,90,78,86,87,71,73,84,50,66,80,83,61,63,62,106,106,98,107,57,54,77",
+ "endOffsets": "261,360,452,533,635,715,813,935,1014,1077,1169,1233,1293,1385,1450,1513,1575,1642,1706,1760,1865,1924,1985,2039,2108,2227,2310,2394,2530,2609,2693,2779,2833,2884,2950,3019,3093,3182,3254,3331,3402,3476,3567,3646,3733,3821,3893,3967,4052,4103,4170,4251,4335,4397,4461,4524,4631,4738,4837,4945,5003,5058,5136"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2989,3088,3180,3261,3363,3443,3541,3663,3742,3805,3897,3961,4021,4113,4178,4241,4303,4370,4434,4488,4593,4652,4713,4767,4836,4955,5038,5122,5258,5337,5421,5507,5561,5612,5678,5747,5821,5910,5982,6059,6130,6204,6295,6374,6461,6549,6621,6695,6780,6831,6898,6979,7063,7125,7189,7252,7359,7466,7565,7673,7731,7786",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,98,91,80,101,79,97,121,78,62,91,63,59,91,64,62,61,66,63,53,104,58,60,53,68,118,82,83,135,78,83,85,53,50,65,68,73,88,71,76,70,73,90,78,86,87,71,73,84,50,66,80,83,61,63,62,106,106,98,107,57,54,77",
+ "endOffsets": "311,3083,3175,3256,3358,3438,3536,3658,3737,3800,3892,3956,4016,4108,4173,4236,4298,4365,4429,4483,4588,4647,4708,4762,4831,4950,5033,5117,5253,5332,5416,5502,5556,5607,5673,5742,5816,5905,5977,6054,6125,6199,6290,6369,6456,6544,6616,6690,6775,6826,6893,6974,7058,7120,7184,7247,7354,7461,7560,7668,7726,7781,7859"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-sv\\values-sv.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7944",
+ "endColumns": "100",
+ "endOffsets": "8040"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-sv\\values-sv.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,208,311,422,506,608,721,798,873,966,1061,1156,1250,1352,1447,1544,1642,1738,1831,1911,2017,2116,2212,2317,2420,2522,2676,2778",
+ "endColumns": "102,102,110,83,101,112,76,74,92,94,94,93,101,94,96,97,95,92,79,105,98,95,104,102,101,153,101,79",
+ "endOffsets": "203,306,417,501,603,716,793,868,961,1056,1151,1245,1347,1442,1539,1637,1733,1826,1906,2012,2111,2207,2312,2415,2517,2671,2773,2853"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "316,419,522,633,717,819,932,1009,1084,1177,1272,1367,1461,1563,1658,1755,1853,1949,2042,2122,2228,2327,2423,2528,2631,2733,2887,7864",
+ "endColumns": "102,102,110,83,101,112,76,74,92,94,94,93,101,94,96,97,95,92,79,105,98,95,104,102,101,153,101,79",
+ "endOffsets": "414,517,628,712,814,927,1004,1079,1172,1267,1362,1456,1558,1653,1750,1848,1944,2037,2117,2223,2322,2418,2523,2626,2728,2882,2984,7939"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-hy_values-hy.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-hy\\values-hy.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,341,417,497,589,677,772,902,983,1047,1144,1229,1291,1378,1440,1504,1565,1632,1693,1747,1869,1926,1986,2040,2121,2256,2340,2425,2561,2636,2711,2806,2862,2915,2981,3055,3135,3221,3292,3368,3444,3521,3609,3689,3785,3881,3955,4033,4133,4184,4253,4340,4431,4493,4557,4620,4725,4826,4926,5031,5091,5148",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,75,75,79,91,87,94,129,80,63,96,84,61,86,61,63,60,66,60,53,121,56,59,53,80,134,83,84,135,74,74,94,55,52,65,73,79,85,70,75,75,76,87,79,95,95,73,77,99,50,68,86,90,61,63,62,104,100,99,104,59,56,84",
+ "endOffsets": "260,336,412,492,584,672,767,897,978,1042,1139,1224,1286,1373,1435,1499,1560,1627,1688,1742,1864,1921,1981,2035,2116,2251,2335,2420,2556,2631,2706,2801,2857,2910,2976,3050,3130,3216,3287,3363,3439,3516,3604,3684,3780,3876,3950,4028,4128,4179,4248,4335,4426,4488,4552,4615,4720,4821,4921,5026,5086,5143,5228"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3024,3100,3176,3256,3348,3436,3531,3661,3742,3806,3903,3988,4050,4137,4199,4263,4324,4391,4452,4506,4628,4685,4745,4799,4880,5015,5099,5184,5320,5395,5470,5565,5621,5674,5740,5814,5894,5980,6051,6127,6203,6280,6368,6448,6544,6640,6714,6792,6892,6943,7012,7099,7190,7252,7316,7379,7484,7585,7685,7790,7850,7907",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,75,75,79,91,87,94,129,80,63,96,84,61,86,61,63,60,66,60,53,121,56,59,53,80,134,83,84,135,74,74,94,55,52,65,73,79,85,70,75,75,76,87,79,95,95,73,77,99,50,68,86,90,61,63,62,104,100,99,104,59,56,84",
+ "endOffsets": "310,3095,3171,3251,3343,3431,3526,3656,3737,3801,3898,3983,4045,4132,4194,4258,4319,4386,4447,4501,4623,4680,4740,4794,4875,5010,5094,5179,5315,5390,5465,5560,5616,5669,5735,5809,5889,5975,6046,6122,6198,6275,6363,6443,6539,6635,6709,6787,6887,6938,7007,7094,7185,7247,7311,7374,7479,7580,7680,7785,7845,7902,7987"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-hy\\values-hy.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,313,423,512,618,735,817,897,988,1081,1176,1270,1370,1463,1558,1652,1743,1834,1917,2023,2129,2228,2338,2446,2547,2717,2814",
+ "endColumns": "107,99,109,88,105,116,81,79,90,92,94,93,99,92,94,93,90,90,82,105,105,98,109,107,100,169,96,82",
+ "endOffsets": "208,308,418,507,613,730,812,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1912,2018,2124,2223,2333,2441,2542,2712,2809,2892"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,423,523,633,722,828,945,1027,1107,1198,1291,1386,1480,1580,1673,1768,1862,1953,2044,2127,2233,2339,2438,2548,2656,2757,2927,7992",
+ "endColumns": "107,99,109,88,105,116,81,79,90,92,94,93,99,92,94,93,90,90,82,105,105,98,109,107,100,169,96,82",
+ "endOffsets": "418,518,628,717,823,940,1022,1102,1193,1286,1381,1475,1575,1668,1763,1857,1948,2039,2122,2228,2334,2433,2543,2651,2752,2922,3019,8070"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-hy\\values-hy.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8075",
+ "endColumns": "100",
+ "endOffsets": "8171"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-ldrtl-v17_values-ldrtl-v17.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ldrtl-v17\\values-ldrtl-v17.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,191",
+ "endColumns": "135,140",
+ "endOffsets": "186,327"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-ldltr-v21_values-ldltr-v21.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ldltr-v21\\values-ldltr-v21.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "112",
+ "endOffsets": "163"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-tr_values-tr.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-tr\\values-tr.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,340,415,492,591,682,778,890,972,1036,1127,1204,1265,1356,1419,1482,1541,1610,1673,1727,1835,1893,1955,2009,2082,2203,2287,2378,2518,2595,2671,2758,2811,2865,2931,3001,3078,3161,3232,3307,3385,3456,3541,3630,3725,3818,3890,3962,4058,4110,4177,4261,4351,4413,4477,4540,4634,4730,4819,4916,4973,5031",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,74,74,76,98,90,95,111,81,63,90,76,60,90,62,62,58,68,62,53,107,57,61,53,72,120,83,90,139,76,75,86,52,53,65,69,76,82,70,74,77,70,84,88,94,92,71,71,95,51,66,83,89,61,63,62,93,95,88,96,56,57,78",
+ "endOffsets": "260,335,410,487,586,677,773,885,967,1031,1122,1199,1260,1351,1414,1477,1536,1605,1668,1722,1830,1888,1950,2004,2077,2198,2282,2373,2513,2590,2666,2753,2806,2860,2926,2996,3073,3156,3227,3302,3380,3451,3536,3625,3720,3813,3885,3957,4053,4105,4172,4256,4346,4408,4472,4535,4629,4725,4814,4911,4968,5026,5105"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3007,3082,3157,3234,3333,3424,3520,3632,3714,3778,3869,3946,4007,4098,4161,4224,4283,4352,4415,4469,4577,4635,4697,4751,4824,4945,5029,5120,5260,5337,5413,5500,5553,5607,5673,5743,5820,5903,5974,6049,6127,6198,6283,6372,6467,6560,6632,6704,6800,6852,6919,7003,7093,7155,7219,7282,7376,7472,7561,7658,7715,7773",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,74,74,76,98,90,95,111,81,63,90,76,60,90,62,62,58,68,62,53,107,57,61,53,72,120,83,90,139,76,75,86,52,53,65,69,76,82,70,74,77,70,84,88,94,92,71,71,95,51,66,83,89,61,63,62,93,95,88,96,56,57,78",
+ "endOffsets": "310,3077,3152,3229,3328,3419,3515,3627,3709,3773,3864,3941,4002,4093,4156,4219,4278,4347,4410,4464,4572,4630,4692,4746,4819,4940,5024,5115,5255,5332,5408,5495,5548,5602,5668,5738,5815,5898,5969,6044,6122,6193,6278,6367,6462,6555,6627,6699,6795,6847,6914,6998,7088,7150,7214,7277,7371,7467,7556,7653,7710,7768,7847"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-tr\\values-tr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7932",
+ "endColumns": "100",
+ "endOffsets": "8028"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-tr\\values-tr.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,219,318,430,515,621,741,821,896,987,1080,1172,1266,1366,1459,1561,1656,1747,1838,1917,2024,2128,2224,2331,2434,2543,2699,2797",
+ "endColumns": "113,98,111,84,105,119,79,74,90,92,91,93,99,92,101,94,90,90,78,106,103,95,106,102,108,155,97,79",
+ "endOffsets": "214,313,425,510,616,736,816,891,982,1075,1167,1261,1361,1454,1556,1651,1742,1833,1912,2019,2123,2219,2326,2429,2538,2694,2792,2872"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,429,528,640,725,831,951,1031,1106,1197,1290,1382,1476,1576,1669,1771,1866,1957,2048,2127,2234,2338,2434,2541,2644,2753,2909,7852",
+ "endColumns": "113,98,111,84,105,119,79,74,90,92,91,93,99,92,101,94,90,90,78,106,103,95,106,102,108,155,97,79",
+ "endOffsets": "424,523,635,720,826,946,1026,1101,1192,1285,1377,1471,1571,1664,1766,1861,1952,2043,2122,2229,2333,2429,2536,2639,2748,2904,3002,7927"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.revivemymemory.app-merged_res-38:/values_values.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ee697cd08c56d0500233d93c4fc892de\\transformed\\drawerlayout-1.1.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1,-1",
+ "startColumns": "-1,-1,-1",
+ "startOffsets": "-1,-1,-1"
+ },
+ "to": {
+ "startLines": "119,122,1744",
+ "startColumns": "4,4,4",
+ "startOffsets": "5915,6079,89723",
+ "endColumns": "55,47,51",
+ "endOffsets": "5966,6122,89770"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
+ },
+ "to": {
+ "startLines": "450,614,615,863,864,1737,1738,1739,1740,1741,1742,1743,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2404,2405,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2459,2534,2736,6553,6554,6558,6559,6563,7649,7650",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "22932,31162,31234,49215,49284,89235,89305,89373,89445,89515,89576,89650,134189,134250,134311,134373,134437,134499,134560,134628,134728,134788,134854,134927,134996,135053,135105,135897,135969,136045,136110,136169,136228,136288,136348,136408,136468,136528,136588,136648,136708,136768,136828,136887,136947,137007,137067,137127,137187,137247,137307,137367,137427,137487,137546,137606,137666,137725,137784,137843,137902,137961,138510,138545,140169,140224,140287,140342,140400,140458,140519,140582,140639,140690,140740,140801,140858,140924,140958,141381,146064,169789,433141,433258,433459,433569,433770,510178,510250",
+ "endLines": "450,614,615,863,864,1737,1738,1739,1740,1741,1742,1743,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2404,2405,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2459,2534,2736,6553,6557,6558,6562,6563,7649,7650",
+ "endColumns": "59,71,87,68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,64,58,58,59,59,59,59,59,59,59,59,59,59,58,59,59,59,59,59,59,59,59,59,59,58,59,59,58,58,58,58,58,58,34,34,54,62,54,57,57,60,62,56,50,49,60,56,65,33,34,34,69,70,116,12,109,12,128,71,66",
+ "endOffsets": "22987,31229,31317,49279,49342,89300,89368,89440,89510,89571,89645,89718,134245,134306,134368,134432,134494,134555,134623,134723,134783,134849,134922,134991,135048,135100,135162,135964,136040,136105,136164,136223,136283,136343,136403,136463,136523,136583,136643,136703,136763,136823,136882,136942,137002,137062,137122,137182,137242,137302,137362,137422,137482,137541,137601,137661,137720,137779,137838,137897,137956,138015,138540,138575,140219,140282,140337,140395,140453,140514,140577,140634,140685,140735,140796,140853,140919,140953,140988,141411,146129,169855,433253,433454,433564,433765,433894,510245,510312"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
+ },
+ "to": {
+ "startLines": "892,903,915,927,939,951,963,975,987,999,1011,1013,1025,1037,1049,1061,1073,1085,1097,1109,1121,1133,1135,1147,1159,1171,1183,1195,1207,1219,1231,1243,1255,1257,1269,1281,1293,1305,1317,1329,1341,1353,1365,1377,1379,1391,1403,1415,1427,1439,1451,1463,1475,1487,1499,1501,1504,1506,1508,1510,1512,1514,1516,1518,1520,1522,1524,1526,1528,1530,1532,1534,1536,1538,1540,1542,1544,1546,1548,1550,1552,1554,1556,1558,1560,1562,1564,1566,1568,1570,1572,1574,1576,1578,1580,1582,1584,1586,1588,1590",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "51069,51540,52052,52564,53076,53588,54100,54612,55124,55636,56148,56228,56738,57250,57762,58274,58786,59298,59810,60322,60834,61346,61426,61936,62448,62960,63472,63984,64496,65008,65520,66032,66544,66624,67134,67646,68158,68670,69182,69694,70206,70718,71230,71742,71822,72332,72844,73356,73868,74380,74892,75404,75916,76428,76940,77020,77143,77225,77307,77389,77471,77553,77635,77717,77799,77881,77961,78041,78123,78205,78287,78369,78451,78533,78615,78697,78779,78859,78939,79021,79103,79185,79267,79349,79431,79513,79595,79677,79757,79837,79919,80001,80083,80165,80247,80329,80411,80493,80575,80655",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38",
+ "endOffsets": "51107,51576,52088,52600,53112,53624,54136,54648,55160,55672,56184,56262,56774,57286,57798,58310,58822,59334,59846,60358,60870,61382,61460,61972,62484,62996,63508,64020,64532,65044,65556,66068,66580,66658,67170,67682,68194,68706,69218,69730,70242,70754,71266,71778,71856,72368,72880,73392,73904,74416,74928,75440,75952,76464,76976,77054,77179,77261,77343,77425,77507,77589,77671,77753,77835,77917,77995,78077,78159,78241,78323,78405,78487,78569,78651,78733,78815,78893,78975,79057,79139,79221,79303,79385,79467,79549,79631,79713,79791,79873,79955,80037,80119,80201,80283,80365,80447,80529,80611,80689"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bd2013a7ba3836a0788f3d8b2296a53a\\transformed\\lifecycle-runtime-2.5.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1",
+ "startColumns": "-1",
+ "startOffsets": "-1"
+ },
+ "to": {
+ "startLines": "2470",
+ "startColumns": "4",
+ "startOffsets": "141895",
+ "endColumns": "42",
+ "endOffsets": "141933"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\0f83c5d5bf7c6e76956157cb777fbf37\\transformed\\cardview-1.0.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
+ },
+ "to": {
+ "startLines": "35,629,630,631,632,1733,1734,1735,2779,6022,6024,6027",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "1640,32324,32385,32447,32509,89010,89069,89126,172853,396717,396781,396907",
+ "endLines": "35,629,630,631,632,1733,1734,1735,2785,6023,6026,6029",
+ "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12",
+ "endOffsets": "1687,32380,32442,32504,32568,89064,89121,89175,173262,396776,396902,397030"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\6bd59ce5ad314a42b8a1944d4e5257cc\\transformed\\activity-1.6.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1",
+ "startColumns": "-1",
+ "startOffsets": "-1"
+ },
+ "to": {
+ "startLines": "2471",
+ "startColumns": "4",
+ "startOffsets": "141938",
+ "endColumns": "59",
+ "endOffsets": "141993"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\38d09d4ba0d273158c68be2805b798b3\\transformed\\coordinatorlayout-1.1.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1",
+ "startColumns": "-1,-1",
+ "startOffsets": "-1,-1"
+ },
+ "to": {
+ "startLines": "90,9544",
+ "startColumns": "4,4",
+ "startOffsets": "4684,631457",
+ "endLines": "90,9546",
+ "endColumns": "60,12",
+ "endOffsets": "4740,631597"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\5a2714f4bbc0cdf11514cfbca0fdbbef\\transformed\\lottie-3.4.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1",
+ "startColumns": "-1,-1",
+ "startOffsets": "-1,-1"
+ },
+ "to": {
+ "startLines": "370,2406",
+ "startColumns": "4,4",
+ "startOffsets": "18008,138580",
+ "endColumns": "62,46",
+ "endOffsets": "18066,138622"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\93ac10b68cc6b2ecdb3339310a897f91\\transformed\\fragment-1.3.6\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1,-1",
+ "startColumns": "-1,-1,-1",
+ "startOffsets": "-1,-1,-1"
+ },
+ "to": {
+ "startLines": "2399,2434,2474",
+ "startColumns": "4,4,4",
+ "startOffsets": "138266,140058,142102",
+ "endColumns": "56,64,63",
+ "endOffsets": "138318,140118,142161"
+ }
+ },
+ {
+ "source": "E:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\src\\main\\res\\values\\colors.xml",
+ "from": {
+ "startLines": "-1,-1,-1,-1,-1,-1,-1,-1",
+ "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1",
+ "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1"
+ },
+ "to": {
+ "startLines": "620,676,873,874,875,886,887,890",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "31641,35542,49935,49982,50029,50773,50818,50984",
+ "endColumns": "41,40,46,46,46,44,44,41",
+ "endOffsets": "31678,35578,49977,50024,50071,50813,50858,51021"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2f39a46430ef5bda8273860566a3eff8\\transformed\\databinding-runtime-7.4.2\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1",
+ "startColumns": "-1",
+ "startOffsets": "-1"
+ },
+ "to": {
+ "startLines": "2398",
+ "startColumns": "4",
+ "startOffsets": "138225",
+ "endColumns": "40",
+ "endOffsets": "138261"
+ }
+ },
+ {
+ "source": "E:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\src\\main\\res\\values\\themes.xml",
+ "from": {
+ "startLines": "-1,-1,-1,-1,-1,-1",
+ "startColumns": "-1,-1,-1,-1,-1,-1",
+ "startOffsets": "-1,-1,-1,-1,-1,-1"
+ },
+ "to": {
+ "startLines": "6015,6030,6491,7040,9547,9555",
+ "startColumns": "4,4,4,4,4,4",
+ "startOffsets": "396457,397035,427225,466101,631602,631907",
+ "endLines": "6021,6045,6496,7052,9554,9561",
+ "endColumns": "12,12,12,12,12,12",
+ "endOffsets": "396712,397608,427422,466657,631902,632267"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
+ },
+ "to": {
+ "startLines": "10,16,27,30,31,32,33,34,37,38,39,40,41,43,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,98,99,121,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,207,209,210,212,213,214,215,216,217,218,219,369,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,447,448,449,475,487,488,489,490,491,492,493,494,495,496,497,498,502,503,504,505,507,508,509,510,511,512,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,553,554,565,575,576,606,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,1732,1736,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2357,2358,2407,2408,2409,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2428,2431,2432,2433,2452,2453,2454,2455,2456,2457,2458,2468,2477,2478,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2535,2571,2573,2574,2575,2576,2577,2578,2581,2582,2583,2584,2593,2596,2597,2598,2599,2605,2609,2610,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2653,2654,2655,2658,2661,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2716,2717,2718,2719,2720,2727,2730,2731,2733,2734,2742,2746,2750,2754,2797,2805,2812,2982,2985,2995,3004,3013,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3097,3098,3102,3103,3109,3113,3114,3115,3116,3126,3127,3128,3132,3133,3139,3143,3213,3216,3217,3221,3222,3225,3226,3227,3228,3469,3475,3713,3719,3960,3966,4204,4210,4273,4355,4407,4489,4551,4633,4697,4749,4831,4838,4844,4855,4859,4863,4876,5651,5667,5674,5680,5694,5707,5727,5744,5753,5758,5765,5785,5798,5815,5821,5827,5834,5838,5844,5857,5860,5870,5871,5872,5920,5924,5928,5932,5933,5934,5937,5951,5958,5972,6014,6046,6051,6055,6059,6064,6071,6077,6078,6081,6085,6090,6102,6106,6111,6116,6121,6124,6127,6130,6134,6277,6278,6279,6280,6357,6358,6359,6360,6361,6362,6363,6364,6365,6366,6367,6371,6375,6379,6383,6387,6391,6395,6396,6397,6398,6399,6400,6401,6402,6406,6410,6411,6415,6416,6419,6422,6425,6428,6432,6435,6438,6442,6446,6450,6454,6457,6460,6461,6462,6465,6469,6472,6475,6478,6481,6484,6487,6564,6567,6568,6571,6574,6575,6578,6579,6580,6584,6585,6590,6598,6606,6614,6622,6630,6638,6646,6654,6662,6671,6680,6689,6697,6706,6715,6718,6721,6722,6723,6724,6725,6726,6727,6728,6729,6730,6731,6732,6733,6736,6741,6746,6749,6750,6751,6752,6753,6761,6769,6770,6778,6782,6790,6798,6806,6814,6822,6823,6831,6839,6840,6843,6882,6884,6889,6891,6896,6900,6904,6905,6906,6907,6911,6915,6916,6920,6921,6922,6923,6924,6925,6926,6927,6928,6929,6930,6931,6932,6933,6934,6935,6939,6943,6944,6948,6949,6950,6955,6956,6957,6958,6959,6960,6961,6962,6963,6964,6965,6966,6967,6968,6969,6970,6971,6972,6973,6974,6975,6979,6980,6981,6987,6988,6992,6994,6995,7000,7001,7002,7003,7004,7005,7009,7010,7011,7017,7018,7022,7024,7028,7032,7036,7065,7066,7067,7068,7071,7074,7077,7080,7083,7088,7092,7093,7098,7102,7106,7110,7114,7119,7123,7128,7132,7136,7170,7171,7172,7173,7174,7178,7179,7180,7181,7185,7189,7193,7197,7201,7205,7209,7213,7219,7220,7254,7268,7273,7299,7306,7309,7320,7325,7328,7360,7366,7367,7370,7373,7376,7379,7382,7385,7389,7392,7393,7394,7402,7410,7413,7418,7423,7428,7433,7437,7441,7442,7450,7451,7452,7453,7454,7462,7467,7472,7473,7474,7475,7500,7506,7511,7514,7518,7521,7525,7535,7538,7543,7546,7550,7651,7659,7673,7686,7690,7705,7716,7719,7730,7735,7739,7774,7775,7776,7783,7790,7797,7804,7811,7822,7849,7854,7874,7877,7884,7897,7906,7909,7929,7939,7943,7947,7960,7964,7968,7972,7978,7982,7999,8007,8011,8015,8019,8022,8026,8030,8034,8041,8045,8046,8050,8076,8086,8111,8120,8140,8150,8154,8164,8189,8199,8202,8206,8207,8208,8209,8213,8217,8221,8222,8234,8235,8236,8239,8242,8245,8248,8251,8254,8257,8260,8263,8266,8269,8272,8275,8278,8281,8284,8287,8290,8293,8296,8299,8300,8305,8306,8318,8326,8330,8335,8340,8344,8347,8351,8355,8358,8361,8364,8368,8373,8378,8381,8388,8392,8396,8404,8409,8414,8415,8419,8422,8425,8437,8442,8452,8455,8459,8473,8477,8482,8498,8505,8531,8534,8537,8540,8543,8546,8549,8567,8572,8579,8586,8595,8602,8607,8618,8622,8629,8632,8637,8638,8639,8640,8644,8648,8652,8656,8689,8692,8696,8700,8731,8734,8738,8742,8751,8757,8760,8769,8773,8774,8781,8785,8792,8793,8794,8797,8802,8807,8808,8812,8820,8839,8843,8844,8856,8866,8867,8879,8884,8908,8911,8917,8920,8929,8937,8941,8944,8947,8950,8954,8957,8974,8978,8981,8996,8999,9007,9012,9019,9024,9025,9030,9031,9037,9043,9049,9081,9092,9109,9116,9120,9123,9135,9144,9148,9153,9157,9161,9165,9169,9173,9177,9181,9186,9189,9201,9206,9215,9218,9225,9226,9230,9239,9245,9249,9250,9254,9275,9281,9285,9289,9290,9308,9309,9310,9311,9312,9317,9320,9321,9327,9328,9340,9352,9359,9360,9365,9370,9371,9375,9389,9394,9400,9406,9412,9417,9423,9429,9430,9435,9450,9455,9464,9473,9476,9490,9495,9506,9510,9519,9528,9529,9536,13746,13747,13748,13749,13750,13751,13752,13753,13754,13755,13756,13757,13758,13759,13760,13761,13762,13763,13764,13765,13766,13767,13768,13769,13770,13771,13772,13773,13774,13775,13776,13777,13778,13779,13780,13781,13782,13783,13784,13785,13786,13787,13788,13789,13790,13791,13792,13793,13794,13795,13796,13797,13798,13799,13800,13801,13802,13803,13804,13805,13806,13807,13808,13809,13810,13811,13812,13813,13814,13815,13816,13817,13818,13819,13820,13821,13822,13823,13824,13825,13826,13827,13828,13829,13830,13831,13832,13833,13834,13835,13836,13837,13838,13839,13840,13841,13842,13843,13844,13845,13846,13847,13848,13849,13850,13851,13852,13853,13854,13855,13856,13857,13858,13859,13860,13861,13862,13863,13864,13865,13866,13867,13868,13869,13870,13871,13872,13873,13874,13875,13876,13877,13878,13879,13880,13881,13882,13883,13884,13885,13886,13887,13888,13889,13890,13891,13892,13893,13894,13895,13896,13897,13898,13899,13900,13901,13902,13903,13904,13905,13906,13907,13908,13909,13910,13911,13912,13913,13914,13915,13916,13917,13918,13919,13920,13921,13922,13923,13924,13925,13926,13927,13928,13929,13930,13931,13932,13933,13934,13935,13936,13937,13938,13939,13940,13941,13942,13943,13944,13945,13946,13947,13948,13949,13950",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "490,732,1185,1343,1399,1459,1520,1585,1740,1790,1840,1893,1951,2050,2420,2468,2539,2611,2683,2756,2823,2872,2926,2963,3014,3074,3121,3177,3226,3284,3340,3391,3451,3500,3556,3612,3662,3721,3768,3822,3878,3932,3986,4040,4089,4147,4203,4250,4304,4358,4406,5031,5085,6016,6127,6189,6245,6305,6358,6419,6498,6579,6651,6730,6810,6886,6964,7033,7109,7186,7257,7330,7406,7484,7553,7629,7706,7770,7841,10354,10450,10503,10607,10674,10727,10779,10829,10887,10952,11000,17941,18071,18137,18195,18264,18322,18391,18461,18534,18608,18676,18743,18813,18879,18952,19012,19088,19148,19208,19283,19351,19417,19485,19545,19604,19661,19727,19789,19846,19914,19987,20057,20119,20180,20248,20310,20366,20425,20487,20549,20616,20673,20734,20795,20856,20917,20973,21029,21085,21141,21199,21257,21315,21373,21430,21487,21544,21601,21660,21719,21777,21860,21943,22016,22070,22139,22195,22276,22357,22428,22763,22816,22874,23961,24520,24566,24626,24680,24750,24820,24885,24951,25016,25084,25153,25221,25351,25404,25463,25521,25619,25669,25721,25767,25817,25873,25967,26025,26083,26145,26208,26270,26329,26389,26454,26520,26585,26647,26709,26771,26833,26895,26957,27023,27090,27156,27219,27283,27346,27414,27475,27537,27599,27662,27726,27789,27853,27931,27990,28056,28136,28197,28401,28459,28892,29343,29407,30599,32573,32647,32718,32784,32858,32927,32998,33071,33142,33210,33283,33359,33429,33507,33575,33641,33702,33771,33835,33901,33969,34035,34098,34166,34237,34302,34375,34438,34519,34583,34649,34719,34789,34859,34929,35718,35775,35833,35892,35952,36011,36070,36129,36188,36247,36306,36365,36424,36483,36542,36602,36663,36725,36786,36847,36908,36969,37030,37091,37152,37213,37274,37335,37403,37472,37542,37611,37680,37749,37818,37887,37956,38025,38094,38163,38232,38292,38353,38415,38476,38537,38598,38659,38720,38781,38842,38903,38964,39025,39087,39150,39214,39277,39340,39403,39466,39529,39592,39655,39718,39781,39844,39905,39967,40030,40092,40154,40216,40278,40340,40402,40464,40526,40588,40650,40707,40794,40874,40964,41059,41151,41243,41333,41416,41509,41596,41693,41784,41885,41972,42075,42164,42263,42355,42455,42539,42633,42721,42819,42903,43003,43089,43185,43273,43354,43445,43541,43634,43727,43818,43903,43997,44086,44184,44277,44379,44467,44571,44662,44762,44855,44956,45041,45136,45225,45324,45409,45510,45597,46366,46432,46508,46577,46656,46729,46797,46875,46951,47022,47103,47176,47259,47334,47419,47492,47573,47654,47728,47812,47882,47962,48040,48112,48194,48264,48342,48420,48498,48569,48650,48715,48781,48834,48910,48976,49063,49139,88945,89180,89775,89829,89908,89986,90059,90124,90187,90253,90324,90395,90465,90527,90596,90662,90722,90789,90856,90912,90963,91016,91068,91122,91193,91256,91315,91377,91436,91509,91576,91646,91706,91769,91844,91916,92012,92083,92139,92210,92267,92324,92390,92454,92525,92582,92635,92698,92750,92808,94045,94114,94180,94239,94322,94381,94438,94505,94575,94649,94711,94780,94850,94904,94957,95011,95070,95116,95173,95240,95296,95361,95435,95519,95592,95657,95719,95775,95849,95932,96021,96085,96164,96238,96300,96396,96461,96520,96576,96632,96692,96799,96846,96906,96967,97031,97092,97152,97210,97253,97302,97354,97405,97457,97506,97555,97620,97686,97746,97807,97863,97922,97997,98054,98138,98195,98270,98345,98396,98464,98514,98576,98636,98693,98753,98802,98870,98976,99078,99147,99218,99318,99389,99499,99588,99644,99745,99855,99961,100038,100150,100277,100389,100516,100586,100700,100831,100928,100996,101114,101217,101335,101396,101470,101537,101642,101764,101838,101905,102015,102114,102187,102304,102372,102478,102580,102660,102731,102827,102894,102968,103042,103128,103216,103295,103373,103474,103545,103610,103722,103828,103896,104009,104122,104240,104318,104390,104526,104662,104747,104887,104963,105101,105239,105381,105463,105525,105621,105688,105805,105926,106023,106105,106192,106279,106410,106541,106676,106787,106901,107003,107099,107203,107270,107342,107452,107558,107631,107722,107824,107927,108022,108129,108234,108356,108478,108604,108663,108721,108845,108969,109097,109215,109333,109455,109536,109593,109654,109713,109773,109831,109892,109950,110000,110049,110116,110175,110234,110283,110358,110429,110498,110561,110629,110695,110763,110828,110894,110971,111049,111155,111261,111357,111486,111575,111702,111768,111837,111903,112001,112097,112193,112291,112400,112495,112584,112646,112706,112771,112828,112909,112963,113020,113117,113227,113314,113404,113456,113548,113641,113743,113799,113858,113907,113999,114048,114102,114156,114210,114264,114318,114373,114483,114593,114703,114813,114923,115033,115143,115253,115359,115465,115571,115677,115772,115867,115962,116057,116163,116269,116375,116481,116576,116671,116766,116861,116969,117077,117185,117293,117390,117487,117584,117681,117789,117897,118005,118113,118211,118307,118403,118501,118566,118654,118712,118776,118837,118899,118959,119021,119089,119147,119210,119273,119340,119415,119488,119554,119606,119659,119711,119768,119852,119947,120032,120113,120193,120270,120349,120426,120500,120574,120645,120725,120797,120872,120937,120998,121058,121133,121207,121284,121357,121427,121499,121569,121642,121706,121776,121824,121893,121945,122030,122113,122171,122237,122304,122370,122451,122526,122582,122635,122696,122754,122804,122853,122902,122951,123013,123065,123110,123191,123242,123296,123349,123403,123454,123503,123569,123620,123681,123742,123804,123854,123895,123972,124031,124090,124149,124210,124266,124322,124389,124450,124515,124570,124635,124704,124772,124850,124919,124979,125050,125124,125189,125261,125331,125398,125482,125551,125618,125688,125751,125818,125886,125969,126048,126138,126215,126283,126350,126428,126485,126542,126610,126676,126732,126792,126851,126905,126955,127005,127053,127115,127166,127239,127319,127399,127463,127530,127601,127659,127720,127786,127845,127912,127972,128032,128095,128163,128224,128291,128369,128439,128488,128545,128614,128675,128763,128851,128939,129027,129114,129201,129288,129375,129433,129507,129577,129633,129704,129769,129831,129906,129979,130069,130135,130201,130262,130326,130388,130446,130517,130600,130659,130730,130796,130861,130922,130981,131052,131118,131183,131266,131342,131417,131498,131558,131627,131697,131766,131821,131877,131933,131994,132052,132108,132163,132225,132282,132376,132445,132546,132597,132667,132730,132786,132844,132898,132984,133068,133138,133207,133277,133392,133513,133580,133647,133722,133789,133848,133902,133956,134010,134063,134115,135620,135757,138627,138676,138726,138817,138865,138921,138979,139041,139096,139154,139225,139289,139348,139410,139476,139781,139926,139970,140015,141034,141085,141132,141177,141228,141279,141330,141802,142292,142358,142537,142600,142672,142729,142784,142842,142897,142956,143012,143081,143150,143219,143289,143352,143415,143478,143541,143606,143671,143736,143801,143864,143928,143992,144056,144122,144188,144256,144324,144390,144457,144531,144594,144651,144711,144776,144843,144908,144965,145026,145084,145188,145299,145408,145512,145590,145655,145722,145788,145858,145905,145957,146007,146134,148616,148822,148953,149137,149315,149553,149742,150005,150103,150218,150303,150952,151112,151177,151266,151423,151864,152249,152403,152563,152729,152854,152979,153149,153259,153380,153501,153611,153723,153846,153969,154051,154224,154392,154540,154699,154854,155027,155144,155261,155429,155541,155655,155827,156003,156161,156294,156406,156552,156704,156836,156979,157101,157279,157415,157511,157647,157742,157909,158002,158094,158281,158437,158615,158779,158961,159278,159460,159642,159832,160064,160254,160431,160593,160750,160860,161043,161180,161400,161584,161768,161928,162086,162270,162497,162700,162871,163091,163313,163468,163668,163852,163955,164145,164286,164451,164622,164822,165026,165228,165393,165598,165797,165996,166193,166284,166433,166583,166667,166816,166961,167113,167254,167420,167690,167768,168069,168235,168390,168859,169017,169181,169405,169628,170302,170579,170851,171117,173945,174396,174852,185989,186137,186651,187088,187522,191862,191947,192068,192167,192284,192371,192494,192595,192714,192807,192914,193257,193364,193609,193730,194139,194387,194487,194592,194711,195220,195367,195486,195737,195870,196285,196539,201754,202001,202126,202443,202564,202792,202913,203046,203193,221854,222281,240691,241115,259814,260243,278691,279117,283958,289375,293466,298897,303639,309016,313000,316992,322383,322865,323298,324054,324284,324527,325660,373830,374734,375198,375591,376671,377415,378608,379592,380070,380363,380746,382261,383026,384169,384610,385051,385527,385801,386198,387129,387307,388060,388197,388288,390482,390748,391070,391280,391389,391508,391692,392664,393134,393885,396362,397613,397912,398140,398368,398627,399203,399557,399679,399818,400092,400352,401222,401508,401911,402313,402656,402868,403069,403282,403571,414458,414531,414618,414703,419372,419495,419618,419749,419866,419986,420118,420232,420350,420463,420584,420772,420959,421140,421323,421507,421688,421870,421990,422110,422218,422328,422440,422548,422658,422823,422989,423116,423281,423382,423502,423663,423826,423987,424154,424273,424390,424570,424752,424933,425116,425271,425403,425525,425660,425823,426016,426142,426294,426436,426606,426762,426934,433899,434094,434186,434359,434521,434616,434785,434879,434968,435211,435300,435593,436056,436523,436991,437464,437928,438391,438855,439320,439781,440249,440720,441190,441648,442117,442587,442777,442956,443062,443170,443276,443388,443502,443614,443728,443844,443958,444066,444176,444284,444480,444859,445263,445410,445518,445628,445736,445850,446259,446673,446789,447207,447448,447878,448313,448723,449145,449555,449677,450086,450502,450624,450842,453662,453730,454074,454154,454510,454660,454804,454880,454992,455082,455344,455609,455708,455860,455968,456044,456156,456246,456348,456456,456564,456664,456772,456857,456961,457048,457126,457240,457332,457596,457863,457964,458117,458227,458311,458700,458798,458906,459000,459130,459238,459360,459496,459604,459724,459858,459980,460108,460250,460376,460516,460642,460760,460892,460990,461100,461400,461512,461630,462094,462210,462513,462639,462735,463136,463246,463370,463508,463618,463740,464052,464176,464306,464782,464910,465225,465363,465525,465741,465897,467665,467733,467817,467921,468124,468313,468514,468707,468912,469225,469437,469553,469799,470015,470219,470410,470628,470865,471017,471277,471419,471580,474163,474277,474397,474513,474607,474928,475027,475145,475246,475525,475810,476089,476371,476624,476883,477136,477392,477816,477892,480486,481841,482285,484139,484714,484922,485932,486312,486453,488954,489380,489492,489627,489824,489995,490178,490353,490540,490762,490920,491004,491108,491595,492151,492309,492528,492759,492982,493217,493439,493705,493843,494442,494556,494694,494806,494930,495501,495996,496542,496687,496780,496872,498799,499369,499667,499856,500062,500255,500465,501349,501494,501886,502044,502261,510317,510749,511624,512244,512441,513389,514154,514277,515050,515271,515471,517448,517548,517638,518009,518679,519361,520041,520733,521302,522915,523236,524299,524469,524994,525889,526523,526689,528175,528791,529027,529248,530206,530471,530736,530948,531362,531598,532883,533332,533519,533768,534010,534186,534427,534660,534885,535227,535440,535535,535796,537147,537622,538848,539318,540366,540818,541062,541519,542764,543247,543397,543741,543887,544025,544161,544449,544750,545052,545168,545997,546119,546231,546380,546646,546916,547182,547450,547706,547966,548222,548480,548732,548988,549240,549494,549726,549962,550214,550470,550722,550976,551208,551442,551554,551979,552103,553040,553638,553834,554071,554339,554632,554849,555063,555362,555554,555766,555946,556238,556502,556839,557058,557471,557708,558000,558605,558843,559112,559252,559506,559650,559840,560648,560988,561736,561960,562257,563036,563373,563773,565082,565667,567740,567934,568152,568378,568590,568789,568996,570119,570356,570831,571221,571685,572024,572361,573121,573385,573728,573919,574266,574354,574462,574570,574883,575208,575527,575858,578425,578613,578874,579123,581564,581756,582021,582274,582790,583140,583309,583823,584058,584182,584594,584808,585210,585313,585443,585618,585870,586066,586206,586400,586898,587967,588255,588385,589162,589819,589965,590671,590909,592449,592599,593016,593181,593867,594337,594533,594624,594708,594852,595086,595253,596181,596467,596627,597242,597401,597729,597956,598468,598830,598909,599248,599353,599718,600089,600450,602324,602953,604029,604453,604706,604858,605848,606585,606788,607034,607281,607499,607741,608062,608326,608631,608854,609165,609354,610069,610338,610832,611058,611498,611657,611941,612686,613051,613356,613514,613752,615071,615469,615697,615917,616059,617349,617455,617585,617723,617847,618135,618304,618404,618689,618803,619686,620441,620880,621004,621250,621443,621577,621768,622547,622765,623056,623335,623652,623874,624169,624452,624556,624839,625655,625971,626532,627038,627243,628029,628434,629095,629284,629835,630401,630521,630923,764975,765070,765163,765247,765334,765432,765523,765614,765702,765786,765882,765986,766060,766145,766244,766348,766444,766546,766649,766749,766839,766924,767025,767123,767213,767308,767395,767501,767603,767697,767788,767869,767945,768037,768126,768246,768357,768440,768526,768621,768715,768821,768919,769016,769111,769209,769309,769412,769507,769600,769694,769786,769888,769986,770089,770174,770272,770394,770492,770605,770699,770788,770877,770960,771051,771136,771244,771345,771446,771544,771650,771741,771840,771937,772035,772131,772224,772334,772432,772527,772637,772729,772829,772928,773015,773119,773224,773331,773438,773537,773646,773738,773835,773946,774057,774168,774272,774387,774503,774630,774750,774830,774938,775028,775129,775212,775303,775388,775480,775583,775678,775774,775867,775948,776057,776136,776243,776334,776433,776526,776629,776733,776834,776935,777039,777133,777237,777341,777454,777560,777666,777774,777891,777980,778088,778188,778267,778357,778441,778533,778606,778694,778776,778861,778960,779057,779148,779239,779331,779426,779524,779623,779725,779822,779919,780012,780099,780183,780280,780377,780470,780557,780648,780747,780846,780941,781030,781111,781210,781305,781402,781498,781595,781679,781778,781873,781970,782066,782163,782252,782353,782450,782549,782647,782746,782836,782927,783016,783105,783187,783280,783371,783444,783511,783584,783651,783727,783804,783856,783929,784002,784068,784135,784203,784269",
+ "endLines": "10,16,27,30,31,32,33,34,37,38,39,40,41,43,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,98,99,121,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,207,209,210,212,213,214,215,216,217,218,219,369,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,442,447,448,449,475,487,488,489,490,491,492,493,494,495,496,497,501,502,503,504,505,507,508,509,510,511,512,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,553,554,565,575,576,606,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,1732,1736,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2357,2358,2407,2408,2409,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2428,2431,2432,2433,2452,2453,2454,2455,2456,2457,2458,2468,2477,2478,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2538,2571,2573,2574,2575,2576,2577,2578,2581,2582,2583,2584,2595,2596,2597,2598,2599,2605,2609,2610,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2653,2654,2657,2660,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2716,2717,2718,2719,2720,2729,2730,2731,2733,2734,2745,2749,2753,2757,2804,2811,2819,2984,2994,3003,3012,3021,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3096,3097,3101,3102,3108,3112,3113,3114,3115,3125,3126,3127,3131,3132,3138,3142,3143,3215,3216,3220,3221,3224,3225,3226,3227,3468,3474,3712,3718,3959,3965,4203,4209,4272,4354,4406,4488,4550,4632,4696,4748,4830,4837,4843,4854,4858,4862,4875,4890,5666,5673,5679,5693,5706,5726,5743,5752,5757,5764,5784,5797,5814,5820,5826,5833,5837,5843,5856,5859,5869,5870,5871,5919,5923,5927,5931,5932,5933,5936,5950,5957,5971,6013,6014,6050,6054,6058,6063,6070,6076,6077,6080,6084,6089,6101,6105,6110,6115,6120,6123,6126,6129,6133,6137,6277,6278,6279,6280,6357,6358,6359,6360,6361,6362,6363,6364,6365,6366,6370,6374,6378,6382,6386,6390,6394,6395,6396,6397,6398,6399,6400,6401,6405,6409,6410,6414,6415,6418,6421,6424,6427,6431,6434,6437,6441,6445,6449,6453,6456,6459,6460,6461,6464,6468,6471,6474,6477,6480,6483,6486,6490,6566,6567,6570,6573,6574,6577,6578,6579,6583,6584,6589,6597,6605,6613,6621,6629,6637,6645,6653,6661,6670,6679,6688,6696,6705,6714,6717,6720,6721,6722,6723,6724,6725,6726,6727,6728,6729,6730,6731,6732,6735,6740,6745,6748,6749,6750,6751,6752,6760,6768,6769,6777,6781,6789,6797,6805,6813,6821,6822,6830,6838,6839,6842,6845,6883,6888,6890,6895,6899,6903,6904,6905,6906,6910,6914,6915,6919,6920,6921,6922,6923,6924,6925,6926,6927,6928,6929,6930,6931,6932,6933,6934,6938,6942,6943,6947,6948,6949,6954,6955,6956,6957,6958,6959,6960,6961,6962,6963,6964,6965,6966,6967,6968,6969,6970,6971,6972,6973,6974,6978,6979,6980,6986,6987,6991,6993,6994,6999,7000,7001,7002,7003,7004,7008,7009,7010,7016,7017,7021,7023,7027,7031,7035,7039,7065,7066,7067,7070,7073,7076,7079,7082,7087,7091,7092,7097,7101,7105,7109,7113,7118,7122,7127,7131,7135,7169,7170,7171,7172,7173,7177,7178,7179,7180,7184,7188,7192,7196,7200,7204,7208,7212,7218,7219,7253,7267,7272,7298,7305,7308,7319,7324,7327,7359,7365,7366,7369,7372,7375,7378,7381,7384,7388,7391,7392,7393,7401,7409,7412,7417,7422,7427,7432,7436,7440,7441,7449,7450,7451,7452,7453,7461,7466,7471,7472,7473,7474,7499,7505,7510,7513,7517,7520,7524,7534,7537,7542,7545,7549,7553,7658,7672,7685,7689,7704,7715,7718,7729,7734,7738,7773,7774,7775,7782,7789,7796,7803,7810,7821,7848,7853,7873,7876,7883,7896,7905,7908,7928,7938,7942,7946,7959,7963,7967,7971,7977,7981,7998,8006,8010,8014,8018,8021,8025,8029,8033,8040,8044,8045,8049,8075,8085,8110,8119,8139,8149,8153,8163,8188,8198,8201,8205,8206,8207,8208,8212,8216,8220,8221,8233,8234,8235,8238,8241,8244,8247,8250,8253,8256,8259,8262,8265,8268,8271,8274,8277,8280,8283,8286,8289,8292,8295,8298,8299,8304,8305,8317,8325,8329,8334,8339,8343,8346,8350,8354,8357,8360,8363,8367,8372,8377,8380,8387,8391,8395,8403,8408,8413,8414,8418,8421,8424,8436,8441,8451,8454,8458,8472,8476,8481,8497,8504,8530,8533,8536,8539,8542,8545,8548,8566,8571,8578,8585,8594,8601,8606,8617,8621,8628,8631,8636,8637,8638,8639,8643,8647,8651,8655,8688,8691,8695,8699,8730,8733,8737,8741,8750,8756,8759,8768,8772,8773,8780,8784,8791,8792,8793,8796,8801,8806,8807,8811,8819,8838,8842,8843,8855,8865,8866,8878,8883,8907,8910,8916,8919,8928,8936,8940,8943,8946,8949,8953,8956,8973,8977,8980,8995,8998,9006,9011,9018,9023,9024,9029,9030,9036,9042,9048,9080,9091,9108,9115,9119,9122,9134,9143,9147,9152,9156,9160,9164,9168,9172,9176,9180,9185,9188,9200,9205,9214,9217,9224,9225,9229,9238,9244,9248,9249,9253,9274,9280,9284,9288,9289,9307,9308,9309,9310,9311,9316,9319,9320,9326,9327,9339,9351,9358,9359,9364,9369,9370,9374,9388,9393,9399,9405,9411,9416,9422,9428,9429,9434,9449,9454,9463,9472,9475,9489,9494,9505,9509,9518,9527,9528,9535,9543,13746,13747,13748,13749,13750,13751,13752,13753,13754,13755,13756,13757,13758,13759,13760,13761,13762,13763,13764,13765,13766,13767,13768,13769,13770,13771,13772,13773,13774,13775,13776,13777,13778,13779,13780,13781,13782,13783,13784,13785,13786,13787,13788,13789,13790,13791,13792,13793,13794,13795,13796,13797,13798,13799,13800,13801,13802,13803,13804,13805,13806,13807,13808,13809,13810,13811,13812,13813,13814,13815,13816,13817,13818,13819,13820,13821,13822,13823,13824,13825,13826,13827,13828,13829,13830,13831,13832,13833,13834,13835,13836,13837,13838,13839,13840,13841,13842,13843,13844,13845,13846,13847,13848,13849,13850,13851,13852,13853,13854,13855,13856,13857,13858,13859,13860,13861,13862,13863,13864,13865,13866,13867,13868,13869,13870,13871,13872,13873,13874,13875,13876,13877,13878,13879,13880,13881,13882,13883,13884,13885,13886,13887,13888,13889,13890,13891,13892,13893,13894,13895,13896,13897,13898,13899,13900,13901,13902,13903,13904,13905,13906,13907,13908,13909,13910,13911,13912,13913,13914,13915,13916,13917,13918,13919,13920,13921,13922,13923,13924,13925,13926,13927,13928,13929,13930,13931,13932,13933,13934,13935,13936,13937,13938,13939,13940,13941,13942,13943,13944,13945,13946,13947,13948,13949,13950",
+ "endColumns": "55,48,54,55,59,60,64,54,49,49,52,57,47,68,47,70,71,71,72,66,48,53,36,50,59,46,55,48,57,55,50,59,48,55,55,49,58,46,53,55,53,53,53,48,57,55,46,53,53,47,56,53,55,62,61,55,59,52,60,78,80,71,78,79,75,77,68,75,76,70,72,75,77,68,75,76,63,70,71,50,52,54,66,52,51,49,57,64,47,50,66,65,57,68,57,68,69,72,73,67,66,69,65,72,59,75,59,59,74,67,65,67,59,58,56,65,61,56,67,72,69,61,60,67,61,55,58,61,61,66,56,60,60,60,60,55,55,55,55,57,57,57,57,56,56,56,56,58,58,57,82,82,72,53,68,55,80,80,70,9,52,57,57,57,45,59,53,69,69,64,65,64,67,68,67,9,52,58,57,51,49,51,45,49,55,46,57,57,61,62,61,58,59,64,65,64,61,61,61,61,61,61,65,66,65,62,63,62,67,60,61,61,62,63,62,63,77,58,65,79,60,52,57,50,44,63,58,61,73,70,65,73,68,70,72,70,67,72,75,69,77,67,65,60,68,63,65,67,65,62,67,70,64,72,62,80,63,65,69,69,69,69,66,56,57,58,59,58,58,58,58,58,58,58,58,58,58,59,60,61,60,60,60,60,60,60,60,60,60,60,67,68,69,68,68,68,68,68,68,68,68,68,68,59,60,61,60,60,60,60,60,60,60,60,60,60,61,62,63,62,62,62,62,62,62,62,62,62,62,60,61,62,61,61,61,61,61,61,61,61,61,61,56,86,79,89,94,91,91,89,82,92,86,96,90,100,86,102,88,98,91,99,83,93,87,97,83,99,85,95,87,80,90,95,92,92,90,84,93,88,97,92,101,87,103,90,99,92,100,84,94,88,98,84,100,86,96,65,75,68,78,72,67,77,75,70,80,72,82,74,84,72,80,80,73,83,69,79,77,71,81,69,77,77,77,70,80,64,65,52,75,65,86,75,75,64,54,53,78,77,72,64,62,65,70,70,69,61,68,65,59,66,66,55,50,52,51,53,70,62,58,61,58,72,66,69,59,62,74,71,95,70,55,70,56,56,65,63,70,56,52,62,51,57,66,68,65,58,82,58,56,66,69,73,61,68,69,53,52,53,58,45,56,66,55,64,73,83,72,64,61,55,73,82,88,63,78,73,61,95,64,58,55,55,59,106,46,59,60,63,60,59,57,42,48,51,50,51,48,48,64,65,59,60,55,58,74,56,83,56,74,74,50,67,49,61,59,56,59,48,67,105,101,68,70,99,70,109,88,55,100,109,105,76,111,126,111,126,69,113,130,96,67,117,102,117,60,73,66,104,121,73,66,109,98,72,116,67,105,101,79,70,95,66,73,73,85,87,78,77,100,70,64,111,105,67,112,112,117,77,71,135,135,84,139,75,137,137,141,81,61,95,66,116,120,96,81,86,86,130,130,134,110,113,101,95,103,66,71,109,105,72,90,101,102,94,106,104,121,121,125,58,57,123,123,127,117,117,121,80,56,60,58,59,57,60,57,49,48,66,58,58,48,74,70,68,62,67,65,67,64,65,76,77,105,105,95,128,88,126,65,68,65,97,95,95,97,108,94,88,61,59,64,56,80,53,56,96,109,86,89,51,91,92,101,55,58,48,91,48,53,53,53,53,53,54,109,109,109,109,109,109,109,109,105,105,105,105,94,94,94,94,105,105,105,105,94,94,94,94,107,107,107,107,96,96,96,96,107,107,107,107,97,95,95,97,64,87,57,63,60,61,59,61,67,57,62,62,66,74,72,65,51,52,51,56,83,94,84,80,79,76,78,76,73,73,70,79,71,74,64,60,59,74,73,76,72,69,71,69,72,63,69,47,68,51,84,82,57,65,66,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,50,53,52,53,50,48,65,50,60,60,61,49,40,76,58,58,58,60,55,55,66,60,64,54,64,68,67,77,68,59,70,73,64,71,69,66,83,68,66,69,62,66,67,82,78,89,76,67,66,77,56,56,67,65,55,59,58,53,49,49,47,61,50,72,79,79,63,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,86,86,86,86,57,73,69,55,70,64,61,74,72,89,65,65,60,63,61,57,70,82,58,70,65,64,60,58,70,65,64,82,75,74,80,59,68,69,68,54,55,55,60,57,55,54,61,56,93,68,100,50,69,62,55,57,53,85,83,69,68,69,114,120,66,66,74,66,58,53,53,53,52,51,73,136,139,48,49,49,47,55,57,61,54,57,70,63,58,61,65,65,42,43,44,42,50,46,44,50,50,50,50,47,65,61,62,71,56,54,57,54,58,55,68,68,68,69,62,62,62,62,64,64,64,64,62,63,63,63,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,103,110,108,103,77,64,66,65,69,46,51,49,56,12,149,130,183,177,237,188,168,97,114,84,78,11,64,88,156,156,152,153,58,165,124,124,169,109,120,120,109,111,122,122,81,172,167,147,158,154,172,116,116,167,111,113,171,175,157,132,111,145,151,131,142,121,177,135,95,135,94,166,92,91,186,11,11,11,181,316,181,181,189,231,189,176,161,156,109,182,136,219,183,183,159,157,183,226,202,170,219,221,154,199,183,102,189,140,164,170,199,203,201,164,204,198,198,196,90,148,149,83,148,144,151,140,165,160,77,300,165,154,101,11,163,185,222,124,10,10,10,10,10,10,10,10,10,10,10,10,84,120,98,116,86,122,100,118,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,10,124,10,120,10,120,132,146,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,136,90,10,10,10,10,108,118,10,10,10,10,10,94,10,10,10,10,10,10,121,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,122,122,130,116,119,131,113,117,112,120,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,126,10,100,10,10,10,10,10,10,10,10,10,10,10,10,10,121,134,10,10,10,10,10,10,10,10,10,10,91,10,10,94,10,93,88,10,88,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,105,107,105,111,113,111,113,115,113,107,109,107,10,10,10,10,107,109,107,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,10,10,10,10,10,10,75,111,89,10,10,98,10,107,75,111,89,101,107,107,99,107,84,103,86,77,113,91,10,10,100,10,109,83,10,97,107,93,129,107,121,135,107,119,133,121,127,141,125,139,125,117,131,97,109,10,111,117,10,115,10,10,95,10,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,10,115,10,10,10,10,10,10,10,10,10,10,10,113,119,115,93,10,98,117,100,10,10,10,10,10,10,10,10,10,75,10,10,10,10,10,10,10,10,10,10,10,111,10,10,10,10,10,10,10,10,83,103,10,10,10,10,10,10,10,10,10,137,10,113,137,111,123,10,10,10,144,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,99,89,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,94,10,10,10,10,10,10,10,10,10,10,10,10,10,145,137,135,10,10,10,115,10,121,111,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,111,10,123,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,139,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,87,107,107,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,123,10,10,10,102,129,10,10,10,139,10,10,10,10,129,10,10,145,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,78,10,104,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,158,10,10,10,10,157,10,10,10,10,10,141,10,105,129,137,123,10,10,99,10,113,10,10,10,123,10,10,133,10,10,10,10,10,10,10,10,10,103,10,10,10,10,10,10,10,10,10,10,10,10,119,10,10,94,92,83,86,97,90,90,87,83,95,103,73,84,98,103,95,101,102,99,89,84,100,97,89,94,86,105,101,93,90,80,75,91,88,119,110,82,85,94,93,105,97,96,94,97,99,102,94,92,93,91,101,97,102,84,97,121,97,112,93,88,88,82,90,84,107,100,100,97,105,90,98,96,97,95,92,109,97,94,109,91,99,98,86,103,104,106,106,98,108,91,96,110,110,110,103,114,115,126,119,79,107,89,100,82,90,84,91,102,94,95,92,80,108,78,106,90,98,92,102,103,100,100,103,93,103,103,112,105,105,107,116,88,107,99,78,89,83,91,72,87,81,84,98,96,90,90,91,94,97,98,101,96,96,92,86,83,96,96,92,86,90,98,98,94,88,80,98,94,96,95,96,83,98,94,96,95,96,88,100,96,98,97,98,89,90,88,88,81,92,90,72,66,72,66,75,76,51,72,72,65,66,67,65,66",
+ "endOffsets": "541,776,1235,1394,1454,1515,1580,1635,1785,1835,1888,1946,1994,2114,2463,2534,2606,2678,2751,2818,2867,2921,2958,3009,3069,3116,3172,3221,3279,3335,3386,3446,3495,3551,3607,3657,3716,3763,3817,3873,3927,3981,4035,4084,4142,4198,4245,4299,4353,4401,4458,5080,5136,6074,6184,6240,6300,6353,6414,6493,6574,6646,6725,6805,6881,6959,7028,7104,7181,7252,7325,7401,7479,7548,7624,7701,7765,7836,7908,10400,10498,10553,10669,10722,10774,10824,10882,10947,10995,11046,18003,18132,18190,18259,18317,18386,18456,18529,18603,18671,18738,18808,18874,18947,19007,19083,19143,19203,19278,19346,19412,19480,19540,19599,19656,19722,19784,19841,19909,19982,20052,20114,20175,20243,20305,20361,20420,20482,20544,20611,20668,20729,20790,20851,20912,20968,21024,21080,21136,21194,21252,21310,21368,21425,21482,21539,21596,21655,21714,21772,21855,21938,22011,22065,22134,22190,22271,22352,22423,22552,22811,22869,22927,24014,24561,24621,24675,24745,24815,24880,24946,25011,25079,25148,25216,25346,25399,25458,25516,25568,25664,25716,25762,25812,25868,25915,26020,26078,26140,26203,26265,26324,26384,26449,26515,26580,26642,26704,26766,26828,26890,26952,27018,27085,27151,27214,27278,27341,27409,27470,27532,27594,27657,27721,27784,27848,27926,27985,28051,28131,28192,28245,28454,28505,28932,29402,29461,30656,32642,32713,32779,32853,32922,32993,33066,33137,33205,33278,33354,33424,33502,33570,33636,33697,33766,33830,33896,33964,34030,34093,34161,34232,34297,34370,34433,34514,34578,34644,34714,34784,34854,34924,34991,35770,35828,35887,35947,36006,36065,36124,36183,36242,36301,36360,36419,36478,36537,36597,36658,36720,36781,36842,36903,36964,37025,37086,37147,37208,37269,37330,37398,37467,37537,37606,37675,37744,37813,37882,37951,38020,38089,38158,38227,38287,38348,38410,38471,38532,38593,38654,38715,38776,38837,38898,38959,39020,39082,39145,39209,39272,39335,39398,39461,39524,39587,39650,39713,39776,39839,39900,39962,40025,40087,40149,40211,40273,40335,40397,40459,40521,40583,40645,40702,40789,40869,40959,41054,41146,41238,41328,41411,41504,41591,41688,41779,41880,41967,42070,42159,42258,42350,42450,42534,42628,42716,42814,42898,42998,43084,43180,43268,43349,43440,43536,43629,43722,43813,43898,43992,44081,44179,44272,44374,44462,44566,44657,44757,44850,44951,45036,45131,45220,45319,45404,45505,45592,45689,46427,46503,46572,46651,46724,46792,46870,46946,47017,47098,47171,47254,47329,47414,47487,47568,47649,47723,47807,47877,47957,48035,48107,48189,48259,48337,48415,48493,48564,48645,48710,48776,48829,48905,48971,49058,49134,49210,89005,89230,89824,89903,89981,90054,90119,90182,90248,90319,90390,90460,90522,90591,90657,90717,90784,90851,90907,90958,91011,91063,91117,91188,91251,91310,91372,91431,91504,91571,91641,91701,91764,91839,91911,92007,92078,92134,92205,92262,92319,92385,92449,92520,92577,92630,92693,92745,92803,92870,94109,94175,94234,94317,94376,94433,94500,94570,94644,94706,94775,94845,94899,94952,95006,95065,95111,95168,95235,95291,95356,95430,95514,95587,95652,95714,95770,95844,95927,96016,96080,96159,96233,96295,96391,96456,96515,96571,96627,96687,96794,96841,96901,96962,97026,97087,97147,97205,97248,97297,97349,97400,97452,97501,97550,97615,97681,97741,97802,97858,97917,97992,98049,98133,98190,98265,98340,98391,98459,98509,98571,98631,98688,98748,98797,98865,98971,99073,99142,99213,99313,99384,99494,99583,99639,99740,99850,99956,100033,100145,100272,100384,100511,100581,100695,100826,100923,100991,101109,101212,101330,101391,101465,101532,101637,101759,101833,101900,102010,102109,102182,102299,102367,102473,102575,102655,102726,102822,102889,102963,103037,103123,103211,103290,103368,103469,103540,103605,103717,103823,103891,104004,104117,104235,104313,104385,104521,104657,104742,104882,104958,105096,105234,105376,105458,105520,105616,105683,105800,105921,106018,106100,106187,106274,106405,106536,106671,106782,106896,106998,107094,107198,107265,107337,107447,107553,107626,107717,107819,107922,108017,108124,108229,108351,108473,108599,108658,108716,108840,108964,109092,109210,109328,109450,109531,109588,109649,109708,109768,109826,109887,109945,109995,110044,110111,110170,110229,110278,110353,110424,110493,110556,110624,110690,110758,110823,110889,110966,111044,111150,111256,111352,111481,111570,111697,111763,111832,111898,111996,112092,112188,112286,112395,112490,112579,112641,112701,112766,112823,112904,112958,113015,113112,113222,113309,113399,113451,113543,113636,113738,113794,113853,113902,113994,114043,114097,114151,114205,114259,114313,114368,114478,114588,114698,114808,114918,115028,115138,115248,115354,115460,115566,115672,115767,115862,115957,116052,116158,116264,116370,116476,116571,116666,116761,116856,116964,117072,117180,117288,117385,117482,117579,117676,117784,117892,118000,118108,118206,118302,118398,118496,118561,118649,118707,118771,118832,118894,118954,119016,119084,119142,119205,119268,119335,119410,119483,119549,119601,119654,119706,119763,119847,119942,120027,120108,120188,120265,120344,120421,120495,120569,120640,120720,120792,120867,120932,120993,121053,121128,121202,121279,121352,121422,121494,121564,121637,121701,121771,121819,121888,121940,122025,122108,122166,122232,122299,122365,122446,122521,122577,122630,122691,122749,122799,122848,122897,122946,123008,123060,123105,123186,123237,123291,123344,123398,123449,123498,123564,123615,123676,123737,123799,123849,123890,123967,124026,124085,124144,124205,124261,124317,124384,124445,124510,124565,124630,124699,124767,124845,124914,124974,125045,125119,125184,125256,125326,125393,125477,125546,125613,125683,125746,125813,125881,125964,126043,126133,126210,126278,126345,126423,126480,126537,126605,126671,126727,126787,126846,126900,126950,127000,127048,127110,127161,127234,127314,127394,127458,127525,127596,127654,127715,127781,127840,127907,127967,128027,128090,128158,128219,128286,128364,128434,128483,128540,128609,128670,128758,128846,128934,129022,129109,129196,129283,129370,129428,129502,129572,129628,129699,129764,129826,129901,129974,130064,130130,130196,130257,130321,130383,130441,130512,130595,130654,130725,130791,130856,130917,130976,131047,131113,131178,131261,131337,131412,131493,131553,131622,131692,131761,131816,131872,131928,131989,132047,132103,132158,132220,132277,132371,132440,132541,132592,132662,132725,132781,132839,132893,132979,133063,133133,133202,133272,133387,133508,133575,133642,133717,133784,133843,133897,133951,134005,134058,134110,134184,135752,135892,138671,138721,138771,138860,138916,138974,139036,139091,139149,139220,139284,139343,139405,139471,139537,139819,139965,140010,140053,141080,141127,141172,141223,141274,141325,141376,141845,142353,142415,142595,142667,142724,142779,142837,142892,142951,143007,143076,143145,143214,143284,143347,143410,143473,143536,143601,143666,143731,143796,143859,143923,143987,144051,144117,144183,144251,144319,144385,144452,144526,144589,144646,144706,144771,144838,144903,144960,145021,145079,145183,145294,145403,145507,145585,145650,145717,145783,145853,145900,145952,146002,146059,146449,148761,148948,149132,149310,149548,149737,149906,150098,150213,150298,150377,151107,151172,151261,151418,151575,152012,152398,152457,152724,152849,152974,153144,153254,153375,153496,153606,153718,153841,153964,154046,154219,154387,154535,154694,154849,155022,155139,155256,155424,155536,155650,155822,155998,156156,156289,156401,156547,156699,156831,156974,157096,157274,157410,157506,157642,157737,157904,157997,158089,158276,158432,158610,158774,158956,159273,159455,159637,159827,160059,160249,160426,160588,160745,160855,161038,161175,161395,161579,161763,161923,162081,162265,162492,162695,162866,163086,163308,163463,163663,163847,163950,164140,164281,164446,164617,164817,165021,165223,165388,165593,165792,165991,166188,166279,166428,166578,166662,166811,166956,167108,167249,167415,167576,167763,168064,168230,168385,168487,169012,169176,169362,169623,169748,170574,170846,171112,171397,174391,174847,175356,186132,186646,187083,187517,187960,191942,192063,192162,192279,192366,192489,192590,192709,192802,192909,193252,193359,193604,193725,194134,194382,194482,194587,194706,195215,195362,195481,195732,195865,196280,196534,196646,201996,202121,202438,202559,202787,202908,203041,203188,221849,222276,240686,241110,259809,260238,278686,279112,283953,289370,293461,298892,303634,309011,312995,316987,322378,322860,323293,324049,324279,324522,325655,326584,374729,375193,375586,376666,377410,378603,379587,380065,380358,380741,382256,383021,384164,384605,385046,385522,385796,386193,387124,387302,388055,388192,388283,390477,390743,391065,391275,391384,391503,391687,392659,393129,393880,396357,396452,397907,398135,398363,398622,399198,399552,399674,399813,400087,400347,401217,401503,401906,402308,402651,402863,403064,403277,403566,403851,414526,414613,414698,414797,419490,419613,419744,419861,419981,420113,420227,420345,420458,420579,420767,420954,421135,421318,421502,421683,421865,421985,422105,422213,422323,422435,422543,422653,422818,422984,423111,423276,423377,423497,423658,423821,423982,424149,424268,424385,424565,424747,424928,425111,425266,425398,425520,425655,425818,426011,426137,426289,426431,426601,426757,426929,427220,434089,434181,434354,434516,434611,434780,434874,434963,435206,435295,435588,436051,436518,436986,437459,437923,438386,438850,439315,439776,440244,440715,441185,441643,442112,442582,442772,442951,443057,443165,443271,443383,443497,443609,443723,443839,443953,444061,444171,444279,444475,444854,445258,445405,445513,445623,445731,445845,446254,446668,446784,447202,447443,447873,448308,448718,449140,449550,449672,450081,450497,450619,450837,451021,453725,454069,454149,454505,454655,454799,454875,454987,455077,455339,455604,455703,455855,455963,456039,456151,456241,456343,456451,456559,456659,456767,456852,456956,457043,457121,457235,457327,457591,457858,457959,458112,458222,458306,458695,458793,458901,458995,459125,459233,459355,459491,459599,459719,459853,459975,460103,460245,460371,460511,460637,460755,460887,460985,461095,461395,461507,461625,462089,462205,462508,462634,462730,463131,463241,463365,463503,463613,463735,464047,464171,464301,464777,464905,465220,465358,465520,465736,465892,466096,467728,467812,467916,468119,468308,468509,468702,468907,469220,469432,469548,469794,470010,470214,470405,470623,470860,471012,471272,471414,471575,474158,474272,474392,474508,474602,474923,475022,475140,475241,475520,475805,476084,476366,476619,476878,477131,477387,477811,477887,480481,481836,482280,484134,484709,484917,485927,486307,486448,488949,489375,489487,489622,489819,489990,490173,490348,490535,490757,490915,490999,491103,491590,492146,492304,492523,492754,492977,493212,493434,493700,493838,494437,494551,494689,494801,494925,495496,495991,496537,496682,496775,496867,498794,499364,499662,499851,500057,500250,500460,501344,501489,501881,502039,502256,502517,510744,511619,512239,512436,513384,514149,514272,515045,515266,515466,517443,517543,517633,518004,518674,519356,520036,520728,521297,522910,523231,524294,524464,524989,525884,526518,526684,528170,528786,529022,529243,530201,530466,530731,530943,531357,531593,532878,533327,533514,533763,534005,534181,534422,534655,534880,535222,535435,535530,535791,537142,537617,538843,539313,540361,540813,541057,541514,542759,543242,543392,543736,543882,544020,544156,544444,544745,545047,545163,545992,546114,546226,546375,546641,546911,547177,547445,547701,547961,548217,548475,548727,548983,549235,549489,549721,549957,550209,550465,550717,550971,551203,551437,551549,551974,552098,553035,553633,553829,554066,554334,554627,554844,555058,555357,555549,555761,555941,556233,556497,556834,557053,557466,557703,557995,558600,558838,559107,559247,559501,559645,559835,560643,560983,561731,561955,562252,563031,563368,563768,565077,565662,567735,567929,568147,568373,568585,568784,568991,570114,570351,570826,571216,571680,572019,572356,573116,573380,573723,573914,574261,574349,574457,574565,574878,575203,575522,575853,578420,578608,578869,579118,581559,581751,582016,582269,582785,583135,583304,583818,584053,584177,584589,584803,585205,585308,585438,585613,585865,586061,586201,586395,586893,587962,588250,588380,589157,589814,589960,590666,590904,592444,592594,593011,593176,593862,594332,594528,594619,594703,594847,595081,595248,596176,596462,596622,597237,597396,597724,597951,598463,598825,598904,599243,599348,599713,600084,600445,602319,602948,604024,604448,604701,604853,605843,606580,606783,607029,607276,607494,607736,608057,608321,608626,608849,609160,609349,610064,610333,610827,611053,611493,611652,611936,612681,613046,613351,613509,613747,615066,615464,615692,615912,616054,617344,617450,617580,617718,617842,618130,618299,618399,618684,618798,619681,620436,620875,620999,621245,621438,621572,621763,622542,622760,623051,623330,623647,623869,624164,624447,624551,624834,625650,625966,626527,627033,627238,628024,628429,629090,629279,629830,630396,630516,630918,631452,765065,765158,765242,765329,765427,765518,765609,765697,765781,765877,765981,766055,766140,766239,766343,766439,766541,766644,766744,766834,766919,767020,767118,767208,767303,767390,767496,767598,767692,767783,767864,767940,768032,768121,768241,768352,768435,768521,768616,768710,768816,768914,769011,769106,769204,769304,769407,769502,769595,769689,769781,769883,769981,770084,770169,770267,770389,770487,770600,770694,770783,770872,770955,771046,771131,771239,771340,771441,771539,771645,771736,771835,771932,772030,772126,772219,772329,772427,772522,772632,772724,772824,772923,773010,773114,773219,773326,773433,773532,773641,773733,773830,773941,774052,774163,774267,774382,774498,774625,774745,774825,774933,775023,775124,775207,775298,775383,775475,775578,775673,775769,775862,775943,776052,776131,776238,776329,776428,776521,776624,776728,776829,776930,777034,777128,777232,777336,777449,777555,777661,777769,777886,777975,778083,778183,778262,778352,778436,778528,778601,778689,778771,778856,778955,779052,779143,779234,779326,779421,779519,779618,779720,779817,779914,780007,780094,780178,780275,780372,780465,780552,780643,780742,780841,780936,781025,781106,781205,781300,781397,781493,781590,781674,781773,781868,781965,782061,782158,782247,782348,782445,782544,782642,782741,782831,782922,783011,783100,783182,783275,783366,783439,783506,783579,783646,783722,783799,783851,783924,783997,784063,784130,784198,784264,784331"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
+ },
+ "to": {
+ "startLines": "118,208,211,552,604,605,607,608,609,610,611,612,613,616,617,618,619,621,622,623,624,625,626,627,628,668,669,670,671,672,673,674,675,677,678,813,814,815,816,817,818,819,820,821,822,823,824,865,866,867,868,869,870,871,872,876,877,878,879,880,881,882,883,884,885,888,889,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1793,1794,1798,1799,1800,1801,1802,1803,1804,2349,2350,2351,2352,2353,2354,2355,2356,2394,2395,2396,2397,2402,2426,2427,2435,2466,2475,2476,2479,2480,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2726,2737,2738,2739,2740,2741,2758,2766,2767,2771,2775,2786,2791,2820,2827,2831,2835,2840,2844,2848,2852,2856,2860,2864,2870,2874,2880,2884,2890,2894,2899,2903,2906,2910,2916,2920,2926,2930,2936,2939,2943,2947,2951,2955,2959,2960,2961,2962,2965,2968,2971,2974,2978,2979,2980,2981,3022,3025,3027,3029,3031,3036,3037,3041,3047,3051,3052,3054,3066,3067,3071,3077,3081,3144,3145,3149,3176,3180,3181,3185,4891,5063,5089,5260,5286,5317,5325,5331,5347,5369,5374,5379,5389,5398,5407,5411,5418,5437,5444,5445,5454,5457,5460,5464,5468,5472,5475,5476,5481,5486,5496,5501,5508,5514,5515,5518,5522,5527,5529,5531,5534,5537,5539,5543,5546,5553,5556,5559,5563,5565,5569,5571,5573,5575,5579,5587,5595,5607,5613,5622,5625,5636,5639,5640,5645,5646,6138,6207,6281,6282,6292,6301,6302,6304,6308,6311,6314,6317,6320,6323,6326,6329,6333,6336,6339,6342,6346,6349,6353,6497,6498,6499,6500,6501,6502,6503,6504,6505,6506,6507,6508,6509,6510,6511,6512,6513,6514,6515,6516,6517,6519,6521,6522,6523,6524,6525,6526,6527,6528,6530,6531,6533,6534,6536,6538,6539,6541,6542,6543,6544,6545,6546,6548,6549,6550,6551,6552,6846,6848,6850,6852,6853,6854,6855,6856,6857,6858,6859,6860,6861,6862,6863,6864,6866,6867,6868,6869,6870,6871,6872,6874,6878,7053,7054,7055,7056,7057,7058,7062,7063,7064,7554,7556,7558,7560,7562,7564,7565,7566,7567,7569,7571,7573,7574,7575,7576,7577,7578,7579,7580,7581,7582,7583,7584,7587,7588,7589,7590,7592,7594,7595,7597,7598,7600,7602,7604,7605,7606,7607,7608,7609,7610,7611,7612,7613,7614,7615,7617,7618,7619,7620,7622,7623,7624,7625,7626,7628,7630,7632,7634,7635,7636,7637,7638,7639,7640,7641,7642,7643,7644,7645,7646,7647,7648",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "5860,10405,10558,28360,30482,30537,30661,30725,30795,30856,30931,31007,31084,31322,31407,31489,31565,31683,31760,31838,31944,32050,32129,32209,32266,34996,35070,35145,35210,35276,35336,35397,35469,35583,35650,45694,45753,45812,45871,45930,45989,46043,46097,46150,46204,46258,46312,49347,49421,49500,49573,49647,49718,49790,49862,50076,50133,50191,50264,50338,50412,50487,50559,50632,50702,50863,50923,83496,83565,83634,83704,83778,83854,83918,83995,84071,84148,84213,84282,84359,84434,84503,84571,84648,84714,84775,84872,84937,85006,85105,85176,85235,85293,85350,85409,85473,85544,85616,85688,85760,85832,85899,85967,86035,86094,86157,86221,86311,86402,86462,86528,86595,86661,86731,86795,86848,86915,86976,87043,87156,87214,87277,87342,87407,87482,87555,87627,87671,87718,87764,87813,87874,87935,87996,88058,88122,88186,88250,88315,88378,88438,88499,88565,88624,88684,88746,88817,88877,92875,92961,93211,93301,93388,93476,93558,93641,93731,135167,135219,135277,135322,135388,135452,135509,135566,138020,138077,138125,138174,138410,139685,139732,140123,141723,142166,142230,142420,142480,146519,146593,146663,146741,146795,146865,146950,146998,147044,147105,147168,147234,147298,147369,147432,147497,147561,147622,147683,147735,147808,147882,147951,148026,148100,148174,148315,168806,169860,169938,170028,170116,170212,171402,171984,172073,172320,172601,173267,173552,175361,175838,176060,176282,176558,176785,177015,177245,177475,177705,177932,178351,178577,179002,179232,179660,179879,180162,180370,180501,180728,181154,181379,181806,182027,182452,182572,182848,183149,183473,183764,184078,184215,184346,184451,184693,184860,185064,185272,185543,185655,185767,185872,187965,188179,188325,188465,188551,188899,188987,189233,189651,189900,189982,190080,190737,190837,191089,191513,191768,196651,196740,196977,199001,199243,199345,199598,326589,337270,338786,349481,351009,352766,353392,353812,355073,356338,356594,356830,357377,357871,358476,358674,359254,360622,360997,361115,361653,361810,362006,362279,362535,362705,362846,362910,363275,363642,364318,364582,364920,365273,365367,365553,365859,366121,366246,366373,366612,366823,366942,367135,367312,367767,367948,368070,368329,368442,368629,368731,368838,368967,369242,369750,370246,371123,371417,371987,372136,372868,373040,373124,373460,373552,403856,409087,414802,414864,415442,416026,416117,416230,416459,416619,416771,416942,417108,417277,417444,417607,417850,418020,418193,418364,418638,418837,419042,427427,427511,427607,427703,427801,427901,428003,428105,428207,428309,428411,428511,428607,428719,428848,428971,429102,429233,429331,429445,429539,429679,429813,429909,430021,430121,430237,430333,430445,430545,430685,430821,430985,431115,431273,431423,431564,431708,431843,431955,432105,432233,432361,432497,432629,432759,432889,433001,451026,451172,451316,451454,451520,451610,451686,451790,451880,451982,452090,452198,452298,452378,452470,452568,452678,452730,452808,452914,453006,453110,453220,453342,453505,466662,466742,466842,466932,467042,467132,467373,467467,467573,502522,502622,502734,502848,502964,503080,503174,503288,503400,503502,503622,503744,503826,503930,504050,504176,504274,504368,504456,504568,504684,504806,504918,505093,505209,505295,505387,505499,505623,505690,505816,505884,506012,506156,506284,506353,506448,506563,506676,506775,506884,506995,507106,507207,507312,507412,507542,507633,507756,507850,507962,508048,508152,508248,508336,508454,508558,508662,508788,508876,508984,509084,509174,509284,509368,509470,509554,509608,509672,509778,509864,509974,510058",
+ "endLines": "118,208,211,552,604,605,607,608,609,610,611,612,613,616,617,618,619,621,622,623,624,625,626,627,628,668,669,670,671,672,673,674,675,677,678,813,814,815,816,817,818,819,820,821,822,823,824,865,866,867,868,869,870,871,872,876,877,878,879,880,881,882,883,884,885,888,889,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1793,1794,1798,1799,1800,1801,1802,1803,1804,2349,2350,2351,2352,2353,2354,2355,2356,2394,2395,2396,2397,2402,2426,2427,2435,2466,2475,2476,2479,2480,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2726,2737,2738,2739,2740,2741,2765,2766,2770,2774,2778,2790,2796,2826,2830,2834,2839,2843,2847,2851,2855,2859,2863,2869,2873,2879,2883,2889,2893,2898,2902,2905,2909,2915,2919,2925,2929,2935,2938,2942,2946,2950,2954,2958,2959,2960,2961,2964,2967,2970,2973,2977,2978,2979,2980,2981,3024,3026,3028,3030,3035,3036,3040,3046,3050,3051,3053,3065,3066,3070,3076,3080,3081,3144,3148,3175,3179,3180,3184,3212,5062,5088,5259,5285,5316,5324,5330,5346,5368,5373,5378,5388,5397,5406,5410,5417,5436,5443,5444,5453,5456,5459,5463,5467,5471,5474,5475,5480,5485,5495,5500,5507,5513,5514,5517,5521,5526,5528,5530,5533,5536,5538,5542,5545,5552,5555,5558,5562,5564,5568,5570,5572,5574,5578,5586,5594,5606,5612,5621,5624,5635,5638,5639,5644,5645,5650,6206,6276,6281,6291,6300,6301,6303,6307,6310,6313,6316,6319,6322,6325,6328,6332,6335,6338,6341,6345,6348,6352,6356,6497,6498,6499,6500,6501,6502,6503,6504,6505,6506,6507,6508,6509,6510,6511,6512,6513,6514,6515,6516,6518,6520,6521,6522,6523,6524,6525,6526,6527,6529,6530,6532,6533,6535,6537,6538,6540,6541,6542,6543,6544,6545,6547,6548,6549,6550,6551,6552,6847,6849,6851,6852,6853,6854,6855,6856,6857,6858,6859,6860,6861,6862,6863,6865,6866,6867,6868,6869,6870,6871,6873,6877,6881,7053,7054,7055,7056,7057,7061,7062,7063,7064,7555,7557,7559,7561,7563,7564,7565,7566,7568,7570,7572,7573,7574,7575,7576,7577,7578,7579,7580,7581,7582,7583,7586,7587,7588,7589,7591,7593,7594,7596,7597,7599,7601,7603,7604,7605,7606,7607,7608,7609,7610,7611,7612,7613,7614,7616,7617,7618,7619,7621,7622,7623,7624,7625,7627,7629,7631,7633,7634,7635,7636,7637,7638,7639,7640,7641,7642,7643,7644,7645,7646,7647,7648",
+ "endColumns": "54,44,48,40,54,61,63,69,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,66,60,66,112,57,62,64,64,74,72,71,43,46,45,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,60,62,65,63,70,62,64,63,60,60,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,12,91,12,12,12,61,12,12,90,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,51,77,105,91,103,109,12,12,12,79,99,89,109,89,12,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,85,109,83,119",
+ "endOffsets": "5910,10445,10602,28396,30532,30594,30720,30790,30851,30926,31002,31079,31157,31402,31484,31560,31636,31755,31833,31939,32045,32124,32204,32261,32319,35065,35140,35205,35271,35331,35392,35464,35537,35645,35713,45748,45807,45866,45925,45984,46038,46092,46145,46199,46253,46307,46361,49416,49495,49568,49642,49713,49785,49857,49930,50128,50186,50259,50333,50407,50482,50554,50627,50697,50768,50918,50979,83560,83629,83699,83773,83849,83913,83990,84066,84143,84208,84277,84354,84429,84498,84566,84643,84709,84770,84867,84932,85001,85100,85171,85230,85288,85345,85404,85468,85539,85611,85683,85755,85827,85894,85962,86030,86089,86152,86216,86306,86397,86457,86523,86590,86656,86726,86790,86843,86910,86971,87038,87151,87209,87272,87337,87402,87477,87550,87622,87666,87713,87759,87808,87869,87930,87991,88053,88117,88181,88245,88310,88373,88433,88494,88560,88619,88679,88741,88812,88872,88940,92956,93043,93296,93383,93471,93553,93636,93726,93817,135214,135272,135317,135383,135447,135504,135561,135615,138072,138120,138169,138220,138439,139727,139776,140164,141750,142225,142287,142475,142532,146588,146658,146736,146790,146860,146945,146993,147039,147100,147163,147229,147293,147364,147427,147492,147556,147617,147678,147730,147803,147877,147946,148021,148095,148169,148310,148380,168854,169933,170023,170111,170207,170297,171979,172068,172315,172596,172848,173547,173940,175833,176055,176277,176553,176780,177010,177240,177470,177700,177927,178346,178572,178997,179227,179655,179874,180157,180365,180496,180723,181149,181374,181801,182022,182447,182567,182843,183144,183468,183759,184073,184210,184341,184446,184688,184855,185059,185267,185538,185650,185762,185867,185984,188174,188320,188460,188546,188894,188982,189228,189646,189895,189977,190075,190732,190832,191084,191508,191763,191857,196735,196972,198996,199238,199340,199593,201749,337265,338781,349476,351004,352761,353387,353807,355068,356333,356589,356825,357372,357866,358471,358669,359249,360617,360992,361110,361648,361805,362001,362274,362530,362700,362841,362905,363270,363637,364313,364577,364915,365268,365362,365548,365854,366116,366241,366368,366607,366818,366937,367130,367307,367762,367943,368065,368324,368437,368624,368726,368833,368962,369237,369745,370241,371118,371412,371982,372131,372863,373035,373119,373455,373547,373825,409082,414453,414859,415437,416021,416112,416225,416454,416614,416766,416937,417103,417272,417439,417602,417845,418015,418188,418359,418633,418832,419037,419367,427506,427602,427698,427796,427896,427998,428100,428202,428304,428406,428506,428602,428714,428843,428966,429097,429228,429326,429440,429534,429674,429808,429904,430016,430116,430232,430328,430440,430540,430680,430816,430980,431110,431268,431418,431559,431703,431838,431950,432100,432228,432356,432492,432624,432754,432884,432996,433136,451167,451311,451449,451515,451605,451681,451785,451875,451977,452085,452193,452293,452373,452465,452563,452673,452725,452803,452909,453001,453105,453215,453337,453500,453657,466737,466837,466927,467037,467127,467368,467462,467568,467660,502617,502729,502843,502959,503075,503169,503283,503395,503497,503617,503739,503821,503925,504045,504171,504269,504363,504451,504563,504679,504801,504913,505088,505204,505290,505382,505494,505618,505685,505811,505879,506007,506151,506279,506348,506443,506558,506671,506770,506879,506990,507101,507202,507307,507407,507537,507628,507751,507845,507957,508043,508147,508243,508331,508449,508553,508657,508783,508871,508979,509079,509169,509279,509363,509465,509549,509603,509667,509773,509859,509969,510053,510173"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\b510763edb1ef6286222c38b148ec3db\\transformed\\lifecycle-viewmodel-2.5.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1",
+ "startColumns": "-1",
+ "startOffsets": "-1"
+ },
+ "to": {
+ "startLines": "2473",
+ "startColumns": "4",
+ "startOffsets": "142052",
+ "endColumns": "49",
+ "endOffsets": "142097"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\d937372f4d1bea6dffbb3852bb38fc5f\\transformed\\transition-1.2.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
+ },
+ "to": {
+ "startLines": "2400,2401,2425,2429,2430,2460,2461,2462,2463,2464",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "138323,138363,139642,139824,139879,141416,141470,141522,141571,141632",
+ "endColumns": "39,46,42,54,46,53,51,48,60,49",
+ "endOffsets": "138358,138405,139680,139874,139921,141465,141517,141566,141627,141677"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\6c799608a67394e2261b50f8508ea239\\transformed\\savedstate-1.2.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1",
+ "startColumns": "-1",
+ "startOffsets": "-1"
+ },
+ "to": {
+ "startLines": "2472",
+ "startColumns": "4",
+ "startOffsets": "141998",
+ "endColumns": "53",
+ "endOffsets": "142047"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\fe5722c2d28764b765710ac6c318c6e8\\transformed\\constraintlayout-2.1.4\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
+ },
+ "to": {
+ "startLines": "2,9,11,17,18,26,28,29,36,42,44,45,46,47,48,86,87,88,89,91,95,96,97,100,110,120,148,149,154,155,160,165,166,167,172,173,178,179,184,185,186,192,193,194,199,205,206,220,221,227,228,229,230,233,236,239,240,243,246,247,248,249,250,253,256,257,258,259,265,270,273,276,277,278,283,284,285,288,291,292,295,298,301,304,305,306,309,312,313,318,319,325,330,333,336,337,338,339,340,341,342,343,344,345,346,347,363,443,444,445,446,451,458,464,465,466,469,474,476,484,485,506,513,550,551,555,556,566,567,568,574,577,583,587,588,589,590,591,600,2410,2469",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,434,546,781,842,1133,1240,1290,1692,1999,2119,2174,2234,2299,2358,4463,4515,4576,4638,4745,4878,4930,4980,5141,5548,5971,7913,7972,8169,8226,8421,8602,8656,8713,8905,8963,9159,9215,9409,9466,9517,9739,9791,9846,10036,10252,10302,11051,11107,11313,11374,11434,11504,11637,11768,11896,11964,12093,12219,12281,12344,12412,12479,12602,12727,12794,12859,12924,13213,13394,13515,13636,13702,13769,13979,14048,14114,14239,14365,14432,14558,14685,14810,14937,14993,15058,15184,15307,15372,15580,15647,15935,16115,16235,16355,16420,16482,16544,16608,16670,16729,16789,16850,16911,16970,17030,17690,22557,22608,22657,22705,22992,23284,23514,23561,23621,23727,23907,24019,24354,24408,25573,25920,28250,28301,28510,28562,28937,28996,29050,29288,29466,29668,29807,29853,29908,29953,29997,30345,138776,141850",
+ "endLines": "8,9,15,17,25,26,28,29,36,42,44,45,46,47,48,86,87,88,89,94,95,96,97,109,117,120,148,153,154,159,164,165,166,171,172,177,178,183,184,185,191,192,193,198,204,205,206,220,226,227,228,229,232,235,238,239,242,245,246,247,248,249,252,255,256,257,258,264,269,272,275,276,277,282,283,284,287,290,291,294,297,300,303,304,305,308,311,312,317,318,324,329,332,335,336,337,338,339,340,341,342,343,344,345,346,362,368,443,444,445,446,457,463,464,465,468,473,474,483,484,485,506,513,550,551,555,564,566,567,573,574,582,586,587,588,589,590,599,603,2410,2469",
+ "endColumns": "11,55,11,60,11,51,49,52,47,50,54,59,64,58,61,51,60,61,45,11,51,49,50,11,11,44,58,11,56,11,11,53,56,11,57,11,55,11,56,50,11,51,54,11,11,49,51,55,11,60,59,69,11,11,11,67,11,11,61,62,67,66,11,11,66,64,64,11,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,55,64,11,11,64,11,66,11,11,11,11,64,61,61,63,61,58,59,60,60,58,59,11,11,50,48,47,57,11,11,46,59,11,11,53,11,53,55,45,46,50,58,51,11,58,53,11,54,11,11,45,54,44,43,11,11,40,44",
+ "endOffsets": "429,485,727,837,1128,1180,1285,1338,1735,2045,2169,2229,2294,2353,2415,4510,4571,4633,4679,4873,4925,4975,5026,5543,5855,6011,7967,8164,8221,8416,8597,8651,8708,8900,8958,9154,9210,9404,9461,9512,9734,9786,9841,10031,10247,10297,10349,11102,11308,11369,11429,11499,11632,11763,11891,11959,12088,12214,12276,12339,12407,12474,12597,12722,12789,12854,12919,13208,13389,13510,13631,13697,13764,13974,14043,14109,14234,14360,14427,14553,14680,14805,14932,14988,15053,15179,15302,15367,15575,15642,15930,16110,16230,16350,16415,16477,16539,16603,16665,16724,16784,16845,16906,16965,17025,17685,17936,22603,22652,22700,22758,23279,23509,23556,23616,23722,23902,23956,24349,24403,24459,25614,25962,28296,28355,28557,28887,28991,29045,29283,29338,29663,29802,29848,29903,29948,29992,30340,30477,138812,141890"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bdeac150b6ce0fcc7996d2b9a9f9c390\\transformed\\startup-runtime-1.1.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1",
+ "startColumns": "-1",
+ "startOffsets": "-1"
+ },
+ "to": {
+ "startLines": "2569",
+ "startColumns": "4",
+ "startOffsets": "148479",
+ "endColumns": "82",
+ "endOffsets": "148557"
+ }
+ },
+ {
+ "source": "E:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\src\\main\\res\\values\\ids.xml",
+ "from": {
+ "startLines": "-1,-1",
+ "startColumns": "-1,-1",
+ "startOffsets": "-1,-1"
+ },
+ "to": {
+ "startLines": "2465,2467",
+ "startColumns": "4,4",
+ "startOffsets": "141682,141755",
+ "endColumns": "40,46",
+ "endOffsets": "141718,141797"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
+ },
+ "to": {
+ "startLines": "891,893,894,895,896,897,898,899,900,901,902,904,905,906,907,908,909,910,911,912,913,914,916,917,918,919,920,921,922,923,924,925,926,928,929,930,931,932,933,934,935,936,937,938,940,941,942,943,944,945,946,947,948,949,950,952,953,954,955,956,957,958,959,960,961,962,964,965,966,967,968,969,970,971,972,973,974,976,977,978,979,980,981,982,983,984,985,986,988,989,990,991,992,993,994,995,996,997,998,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1012,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1134,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1256,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1378,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1500,1502,1503,1505,1507,1509,1511,1513,1515,1517,1519,1521,1523,1525,1527,1529,1531,1533,1535,1537,1539,1541,1543,1545,1547,1549,1551,1553,1555,1557,1559,1561,1563,1565,1567,1569,1571,1573,1575,1577,1579,1581,1583,1585,1587,1589,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "51026,51112,51155,51198,51241,51284,51327,51370,51413,51456,51499,51581,51624,51667,51710,51753,51796,51839,51882,51925,51968,52011,52093,52136,52179,52222,52265,52308,52351,52394,52437,52480,52523,52605,52648,52691,52734,52777,52820,52863,52906,52949,52992,53035,53117,53160,53203,53246,53289,53332,53375,53418,53461,53504,53547,53629,53672,53715,53758,53801,53844,53887,53930,53973,54016,54059,54141,54184,54227,54270,54313,54356,54399,54442,54485,54528,54571,54653,54696,54739,54782,54825,54868,54911,54954,54997,55040,55083,55165,55208,55251,55294,55337,55380,55423,55466,55509,55552,55595,55677,55720,55763,55806,55849,55892,55935,55978,56021,56064,56107,56189,56267,56310,56353,56396,56439,56482,56525,56568,56611,56654,56697,56779,56822,56865,56908,56951,56994,57037,57080,57123,57166,57209,57291,57334,57377,57420,57463,57506,57549,57592,57635,57678,57721,57803,57846,57889,57932,57975,58018,58061,58104,58147,58190,58233,58315,58358,58401,58444,58487,58530,58573,58616,58659,58702,58745,58827,58870,58913,58956,58999,59042,59085,59128,59171,59214,59257,59339,59382,59425,59468,59511,59554,59597,59640,59683,59726,59769,59851,59894,59937,59980,60023,60066,60109,60152,60195,60238,60281,60363,60406,60449,60492,60535,60578,60621,60664,60707,60750,60793,60875,60918,60961,61004,61047,61090,61133,61176,61219,61262,61305,61387,61465,61508,61551,61594,61637,61680,61723,61766,61809,61852,61895,61977,62020,62063,62106,62149,62192,62235,62278,62321,62364,62407,62489,62532,62575,62618,62661,62704,62747,62790,62833,62876,62919,63001,63044,63087,63130,63173,63216,63259,63302,63345,63388,63431,63513,63556,63599,63642,63685,63728,63771,63814,63857,63900,63943,64025,64068,64111,64154,64197,64240,64283,64326,64369,64412,64455,64537,64580,64623,64666,64709,64752,64795,64838,64881,64924,64967,65049,65092,65135,65178,65221,65264,65307,65350,65393,65436,65479,65561,65604,65647,65690,65733,65776,65819,65862,65905,65948,65991,66073,66116,66159,66202,66245,66288,66331,66374,66417,66460,66503,66585,66663,66706,66749,66792,66835,66878,66921,66964,67007,67050,67093,67175,67218,67261,67304,67347,67390,67433,67476,67519,67562,67605,67687,67730,67773,67816,67859,67902,67945,67988,68031,68074,68117,68199,68242,68285,68328,68371,68414,68457,68500,68543,68586,68629,68711,68754,68797,68840,68883,68926,68969,69012,69055,69098,69141,69223,69266,69309,69352,69395,69438,69481,69524,69567,69610,69653,69735,69778,69821,69864,69907,69950,69993,70036,70079,70122,70165,70247,70290,70333,70376,70419,70462,70505,70548,70591,70634,70677,70759,70802,70845,70888,70931,70974,71017,71060,71103,71146,71189,71271,71314,71357,71400,71443,71486,71529,71572,71615,71658,71701,71783,71861,71904,71947,71990,72033,72076,72119,72162,72205,72248,72291,72373,72416,72459,72502,72545,72588,72631,72674,72717,72760,72803,72885,72928,72971,73014,73057,73100,73143,73186,73229,73272,73315,73397,73440,73483,73526,73569,73612,73655,73698,73741,73784,73827,73909,73952,73995,74038,74081,74124,74167,74210,74253,74296,74339,74421,74464,74507,74550,74593,74636,74679,74722,74765,74808,74851,74933,74976,75019,75062,75105,75148,75191,75234,75277,75320,75363,75445,75488,75531,75574,75617,75660,75703,75746,75789,75832,75875,75957,76000,76043,76086,76129,76172,76215,76258,76301,76344,76387,76469,76512,76555,76598,76641,76684,76727,76770,76813,76856,76899,76981,77059,77102,77184,77266,77348,77430,77512,77594,77676,77758,77840,77922,78000,78082,78164,78246,78328,78410,78492,78574,78656,78738,78820,78898,78980,79062,79144,79226,79308,79390,79472,79554,79636,79718,79796,79878,79960,80042,80124,80206,80288,80370,80452,80534,80616,80694,80741,80788,80835,80882,80929,80976,81023,81070,81117,81164,81209,81256,81303,81350,81397,81444,81491,81538,81585,81632,81679,81724,81771,81818,81865,81912,81959,82006,82053,82100,82147,82194,82239,82286,82333,82380,82427,82474,82521,82568,82615,82662,82709,82754,82801,82848,82895,82942,82989,83036,83083,83130,83177,83224,83269,83316,83361,83406,83451",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,44,44,44",
+ "endOffsets": "51064,51150,51193,51236,51279,51322,51365,51408,51451,51494,51535,51619,51662,51705,51748,51791,51834,51877,51920,51963,52006,52047,52131,52174,52217,52260,52303,52346,52389,52432,52475,52518,52559,52643,52686,52729,52772,52815,52858,52901,52944,52987,53030,53071,53155,53198,53241,53284,53327,53370,53413,53456,53499,53542,53583,53667,53710,53753,53796,53839,53882,53925,53968,54011,54054,54095,54179,54222,54265,54308,54351,54394,54437,54480,54523,54566,54607,54691,54734,54777,54820,54863,54906,54949,54992,55035,55078,55119,55203,55246,55289,55332,55375,55418,55461,55504,55547,55590,55631,55715,55758,55801,55844,55887,55930,55973,56016,56059,56102,56143,56223,56305,56348,56391,56434,56477,56520,56563,56606,56649,56692,56733,56817,56860,56903,56946,56989,57032,57075,57118,57161,57204,57245,57329,57372,57415,57458,57501,57544,57587,57630,57673,57716,57757,57841,57884,57927,57970,58013,58056,58099,58142,58185,58228,58269,58353,58396,58439,58482,58525,58568,58611,58654,58697,58740,58781,58865,58908,58951,58994,59037,59080,59123,59166,59209,59252,59293,59377,59420,59463,59506,59549,59592,59635,59678,59721,59764,59805,59889,59932,59975,60018,60061,60104,60147,60190,60233,60276,60317,60401,60444,60487,60530,60573,60616,60659,60702,60745,60788,60829,60913,60956,60999,61042,61085,61128,61171,61214,61257,61300,61341,61421,61503,61546,61589,61632,61675,61718,61761,61804,61847,61890,61931,62015,62058,62101,62144,62187,62230,62273,62316,62359,62402,62443,62527,62570,62613,62656,62699,62742,62785,62828,62871,62914,62955,63039,63082,63125,63168,63211,63254,63297,63340,63383,63426,63467,63551,63594,63637,63680,63723,63766,63809,63852,63895,63938,63979,64063,64106,64149,64192,64235,64278,64321,64364,64407,64450,64491,64575,64618,64661,64704,64747,64790,64833,64876,64919,64962,65003,65087,65130,65173,65216,65259,65302,65345,65388,65431,65474,65515,65599,65642,65685,65728,65771,65814,65857,65900,65943,65986,66027,66111,66154,66197,66240,66283,66326,66369,66412,66455,66498,66539,66619,66701,66744,66787,66830,66873,66916,66959,67002,67045,67088,67129,67213,67256,67299,67342,67385,67428,67471,67514,67557,67600,67641,67725,67768,67811,67854,67897,67940,67983,68026,68069,68112,68153,68237,68280,68323,68366,68409,68452,68495,68538,68581,68624,68665,68749,68792,68835,68878,68921,68964,69007,69050,69093,69136,69177,69261,69304,69347,69390,69433,69476,69519,69562,69605,69648,69689,69773,69816,69859,69902,69945,69988,70031,70074,70117,70160,70201,70285,70328,70371,70414,70457,70500,70543,70586,70629,70672,70713,70797,70840,70883,70926,70969,71012,71055,71098,71141,71184,71225,71309,71352,71395,71438,71481,71524,71567,71610,71653,71696,71737,71817,71899,71942,71985,72028,72071,72114,72157,72200,72243,72286,72327,72411,72454,72497,72540,72583,72626,72669,72712,72755,72798,72839,72923,72966,73009,73052,73095,73138,73181,73224,73267,73310,73351,73435,73478,73521,73564,73607,73650,73693,73736,73779,73822,73863,73947,73990,74033,74076,74119,74162,74205,74248,74291,74334,74375,74459,74502,74545,74588,74631,74674,74717,74760,74803,74846,74887,74971,75014,75057,75100,75143,75186,75229,75272,75315,75358,75399,75483,75526,75569,75612,75655,75698,75741,75784,75827,75870,75911,75995,76038,76081,76124,76167,76210,76253,76296,76339,76382,76423,76507,76550,76593,76636,76679,76722,76765,76808,76851,76894,76935,77015,77097,77138,77220,77302,77384,77466,77548,77630,77712,77794,77876,77956,78036,78118,78200,78282,78364,78446,78528,78610,78692,78774,78854,78934,79016,79098,79180,79262,79344,79426,79508,79590,79672,79752,79832,79914,79996,80078,80160,80242,80324,80406,80488,80570,80650,80736,80783,80830,80877,80924,80971,81018,81065,81112,81159,81204,81251,81298,81345,81392,81439,81486,81533,81580,81627,81674,81719,81766,81813,81860,81907,81954,82001,82048,82095,82142,82189,82234,82281,82328,82375,82422,82469,82516,82563,82610,82657,82704,82749,82796,82843,82890,82937,82984,83031,83078,83125,83172,83219,83264,83311,83356,83401,83446,83491"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\042a0cb473079b4ab3d911e5312763c0\\transformed\\databinding-adapters-7.4.2\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1,-1",
+ "startColumns": "-1,-1,-1",
+ "startOffsets": "-1,-1,-1"
+ },
+ "to": {
+ "startLines": "2423,2424,2451",
+ "startColumns": "4,4,4",
+ "startOffsets": "139542,139599,140993",
+ "endColumns": "56,42,40",
+ "endOffsets": "139594,139637,141029"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\52d740e8e970387c182bf237433c154a\\transformed\\recyclerview-1.1.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1,-1,-1,-1,-1,-1,-1",
+ "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1",
+ "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1"
+ },
+ "to": {
+ "startLines": "486,1795,1796,1797,1805,1806,1807,2403",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "24464,93048,93107,93155,93822,93897,93973,138444",
+ "endColumns": "55,58,47,55,74,75,71,65",
+ "endOffsets": "24515,93102,93150,93206,93892,93968,94040,138505"
+ }
+ },
+ {
+ "source": "E:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\src\\main\\res\\values\\strings.xml",
+ "from": {
+ "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,34,-1,-1,-1,-1,-1,33,-1,32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,35,-1",
+ "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,4,-1,-1,-1,-1,-1,4,-1,4,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,4,-1",
+ "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,1986,-1,-1,-1,-1,-1,1860,-1,1799,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,2026,-1",
+ "endColumns": "-1,-1,-1,-1,-1,-1,-1,-1,39,-1,-1,-1,-1,-1,125,-1,60,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,37,-1",
+ "endOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,2021,-1,-1,-1,-1,-1,1981,-1,1855,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,2059,-1"
+ },
+ "to": {
+ "startLines": "2539,2567,2568,2570,2572,2579,2580,2585,2586,2587,2588,2589,2590,2591,2592,2600,2601,2602,2603,2604,2606,2607,2608,2611,2612,2714,2715,2721,2722,2723,2724,2725,2732,2735",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "146454,148385,148435,148562,148766,149911,149955,150382,150446,150486,150543,150615,150689,150758,150826,151580,151630,151691,151750,151809,152017,152080,152160,152462,152510,167581,167627,168492,168540,168594,168672,168735,169367,169753",
+ "endColumns": "64,49,43,53,55,43,49,63,39,56,71,73,68,67,125,49,60,58,58,54,62,79,88,47,52,45,62,47,53,77,62,70,37,35",
+ "endOffsets": "146514,148430,148474,148611,148817,149950,150000,150441,150481,150538,150610,150684,150753,150821,150947,151625,151686,151745,151804,151859,152075,152155,152244,152505,152558,167622,167685,168535,168589,168667,168730,168801,169400,169784"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-ml_values-ml.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-ml\\values-ml.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8293",
+ "endColumns": "100",
+ "endOffsets": "8389"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ml\\values-ml.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,318,429,520,625,747,825,900,991,1084,1185,1279,1379,1473,1568,1667,1758,1849,1931,2040,2144,2243,2355,2467,2588,2753,2854",
+ "endColumns": "106,105,110,90,104,121,77,74,90,92,100,93,99,93,94,98,90,90,81,108,103,98,111,111,120,164,100,82",
+ "endOffsets": "207,313,424,515,620,742,820,895,986,1079,1180,1274,1374,1468,1563,1662,1753,1844,1926,2035,2139,2238,2350,2462,2583,2748,2849,2932"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "321,428,534,645,736,841,963,1041,1116,1207,1300,1401,1495,1595,1689,1784,1883,1974,2065,2147,2256,2360,2459,2571,2683,2804,2969,8210",
+ "endColumns": "106,105,110,90,104,121,77,74,90,92,100,93,99,93,94,98,90,90,81,108,103,98,111,111,120,164,100,82",
+ "endOffsets": "423,529,640,731,836,958,1036,1111,1202,1295,1396,1490,1590,1684,1779,1878,1969,2060,2142,2251,2355,2454,2566,2678,2799,2964,3065,8288"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ml\\values-ml.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,271,351,434,521,627,726,820,930,1022,1087,1186,1252,1312,1414,1476,1552,1610,1688,1753,1807,1924,1988,2052,2106,2186,2320,2406,2495,2631,2716,2804,2899,2957,3009,3075,3154,3236,3327,3403,3480,3557,3628,3735,3815,3912,4012,4086,4167,4272,4330,4397,4488,4580,4642,4706,4769,4872,4988,5093,5209,5271,5327",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,79,82,86,105,98,93,109,91,64,98,65,59,101,61,75,57,77,64,53,116,63,63,53,79,133,85,88,135,84,87,94,57,51,65,78,81,90,75,76,76,70,106,79,96,99,73,80,104,57,66,90,91,61,63,62,102,115,104,115,61,55,83",
+ "endOffsets": "266,346,429,516,622,721,815,925,1017,1082,1181,1247,1307,1409,1471,1547,1605,1683,1748,1802,1919,1983,2047,2101,2181,2315,2401,2490,2626,2711,2799,2894,2952,3004,3070,3149,3231,3322,3398,3475,3552,3623,3730,3810,3907,4007,4081,4162,4267,4325,4392,4483,4575,4637,4701,4764,4867,4983,5088,5204,5266,5322,5406"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3070,3150,3233,3320,3426,3525,3619,3729,3821,3886,3985,4051,4111,4213,4275,4351,4409,4487,4552,4606,4723,4787,4851,4905,4985,5119,5205,5294,5430,5515,5603,5698,5756,5808,5874,5953,6035,6126,6202,6279,6356,6427,6534,6614,6711,6811,6885,6966,7071,7129,7196,7287,7379,7441,7505,7568,7671,7787,7892,8008,8070,8126",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,79,82,86,105,98,93,109,91,64,98,65,59,101,61,75,57,77,64,53,116,63,63,53,79,133,85,88,135,84,87,94,57,51,65,78,81,90,75,76,76,70,106,79,96,99,73,80,104,57,66,90,91,61,63,62,102,115,104,115,61,55,83",
+ "endOffsets": "316,3145,3228,3315,3421,3520,3614,3724,3816,3881,3980,4046,4106,4208,4270,4346,4404,4482,4547,4601,4718,4782,4846,4900,4980,5114,5200,5289,5425,5510,5598,5693,5751,5803,5869,5948,6030,6121,6197,6274,6351,6422,6529,6609,6706,6806,6880,6961,7066,7124,7191,7282,7374,7436,7500,7563,7666,7782,7887,8003,8065,8121,8205"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-fa_values-fa.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-fa\\values-fa.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,259,334,411,493,586,673,770,899,983,1046,1136,1205,1265,1356,1419,1483,1542,1609,1671,1726,1849,1907,1968,2023,2095,2232,2313,2395,2525,2599,2673,2759,2810,2864,2930,3001,3078,3159,3232,3306,3376,3450,3536,3610,3699,3791,3865,3938,4027,4078,4145,4228,4312,4374,4438,4501,4595,4702,4795,4900,4955,5013",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,74,76,81,92,86,96,128,83,62,89,68,59,90,62,63,58,66,61,54,122,57,60,54,71,136,80,81,129,73,73,85,50,53,65,70,76,80,72,73,69,73,85,73,88,91,73,72,88,50,66,82,83,61,63,62,93,106,92,104,54,57,77",
+ "endOffsets": "254,329,406,488,581,668,765,894,978,1041,1131,1200,1260,1351,1414,1478,1537,1604,1666,1721,1844,1902,1963,2018,2090,2227,2308,2390,2520,2594,2668,2754,2805,2859,2925,2996,3073,3154,3227,3301,3371,3445,3531,3605,3694,3786,3860,3933,4022,4073,4140,4223,4307,4369,4433,4496,4590,4697,4790,4895,4950,5008,5086"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2999,3074,3151,3233,3326,3413,3510,3639,3723,3786,3876,3945,4005,4096,4159,4223,4282,4349,4411,4466,4589,4647,4708,4763,4835,4972,5053,5135,5265,5339,5413,5499,5550,5604,5670,5741,5818,5899,5972,6046,6116,6190,6276,6350,6439,6531,6605,6678,6767,6818,6885,6968,7052,7114,7178,7241,7335,7442,7535,7640,7695,7753",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,74,76,81,92,86,96,128,83,62,89,68,59,90,62,63,58,66,61,54,122,57,60,54,71,136,80,81,129,73,73,85,50,53,65,70,76,80,72,73,69,73,85,73,88,91,73,72,88,50,66,82,83,61,63,62,93,106,92,104,54,57,77",
+ "endOffsets": "304,3069,3146,3228,3321,3408,3505,3634,3718,3781,3871,3940,4000,4091,4154,4218,4277,4344,4406,4461,4584,4642,4703,4758,4830,4967,5048,5130,5260,5334,5408,5494,5545,5599,5665,5736,5813,5894,5967,6041,6111,6185,6271,6345,6434,6526,6600,6673,6762,6813,6880,6963,7047,7109,7173,7236,7330,7437,7530,7635,7690,7748,7826"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-fa\\values-fa.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7913",
+ "endColumns": "100",
+ "endOffsets": "8009"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-fa\\values-fa.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,215,316,427,511,612,727,807,884,977,1072,1164,1258,1360,1455,1552,1646,1739,1829,1911,2019,2123,2221,2327,2432,2537,2694,2795",
+ "endColumns": "109,100,110,83,100,114,79,76,92,94,91,93,101,94,96,93,92,89,81,107,103,97,105,104,104,156,100,81",
+ "endOffsets": "210,311,422,506,607,722,802,879,972,1067,1159,1253,1355,1450,1547,1641,1734,1824,1906,2014,2118,2216,2322,2427,2532,2689,2790,2872"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "309,419,520,631,715,816,931,1011,1088,1181,1276,1368,1462,1564,1659,1756,1850,1943,2033,2115,2223,2327,2425,2531,2636,2741,2898,7831",
+ "endColumns": "109,100,110,83,100,114,79,76,92,94,91,93,101,94,96,93,92,89,81,107,103,97,105,104,104,156,100,81",
+ "endOffsets": "414,515,626,710,811,926,1006,1083,1176,1271,1363,1457,1559,1654,1751,1845,1938,2028,2110,2218,2322,2420,2526,2631,2736,2893,2994,7908"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-sw540dp-v13_values-sw540dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw540dp-v13\\values-sw540dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1732,1773,1814,1855,1894,1935,1976,2017,2058,2099,2140,2182,2224,2266,2308,2347,2389,2431,2473,2515,2557,2599,2641,2683,2725,2767,2807,2849,2891,2933,2975,3017,3059,3101,3143,3185,3227,3267,3309,3351,3393,3435,3477,3519,3561,3603,3645,3687,3727,3769,3811,3853,3895,3937,3979,4021,4063,4105,4147",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1727,1768,1809,1850,1889,1930,1971,2012,2053,2094,2135,2177,2219,2261,2303,2342,2384,2426,2468,2510,2552,2594,2636,2678,2720,2762,2802,2844,2886,2928,2970,3012,3054,3096,3138,3180,3222,3262,3304,3346,3388,3430,3472,3514,3556,3598,3640,3682,3722,3764,3806,3848,3890,3932,3974,4016,4058,4100,4142,4182"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17699,18211,18723,19235,19747,20259,20771,20851,21361,21873,22385,22897,23409,23925,24448,24972,25496,26020,26101,26226,26310,26394,26478,26562,26646,26730,26814,26898,26982,27064,27146,27230,27314,27398,27482,27566,27650,27734,27818,27902,27984,28066,28150,28234,28318,28402,28486,28570,28654,28738,28822,28904,28986,29070,29154,29238,29322,29406,29490,29574,29658,29742,29824",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17735,18247,18759,19271,19783,20295,20807,20885,21397,21909,22421,22933,23445,23961,24485,25009,25533,26057,26135,26263,26347,26431,26515,26599,26683,26767,26851,26935,27019,27099,27183,27267,27351,27435,27519,27603,27687,27771,27855,27939,28019,28103,28187,28271,28355,28439,28523,28607,28691,28775,28859,28939,29023,29107,29191,29275,29359,29443,29527,29611,29695,29779,29859"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw540dp-v13\\values-sw540dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16915,16958,17001,17044,17087,17128,17171,17214,17257,17300,17343,17386,17429,17472,17515,17558,17599,17642,17685,17728,17771,17814,17857,17900,17943,17986,18029,18070,18113,18156,18199,18242,18285,18328,18371,18414,18457,18500,18541,18584,18627,18670,18713,18756,18799,18842,18885,18928,18971,19012,19051,19094,19137,19180,19223,19266,19309,19352,19395,19438,19481,19522,19565,19608,19651,19694,19737,19780,19823,19866,19909,19952,19993,20036,20079,20122,20165,20208,20251,20294,20337,20380,20423,20464,20507,20550,20593,20636,20679,20722,20765,20808,20851,20894,20935,20978,21021,21064,21107,21150,21193,21236,21279,21322,21365,21406,21449,21492,21535,21578,21621,21664,21708,21752,21796,21840,21881,21925,21969,22013,22057,22101,22145,22189,22233,22277,22321,22363,22407,22451,22495,22539,22583,22627,22671,22715,22759,22803,22845,22889,22933,22977,23021,23065,23109,23153,23197,23241,23285,23327,23371,23415,23459,23503,23547,23591,23635,23679,23723,23767,23809,23848,23892,23934,23976,24018,24060,24102,24144,24186,24228,24270,24312,24352,24394,24436,24478,24520,24562,24604,24646,24688,24730,24772,24812,24854,24896,24938,24980,25022,25064,25106,25148,25190,25232,25272,25314,25356,25398,25440,25482,25524,25566,25608,25650,25692,25732,25779,25826,25873,25920,25967,26014,26061,26108,26155,26202,26247,26294,26341,26388,26435,26482,26529,26576,26623,26670,26717,26762,26809,26856,26903,26950,26997,27044,27091,27138,27185,27232,27277,27324,27371,27418,27465,27512,27559,27606,27653,27700,27747,27792,27839,27886,27933,27980,28027,28074,28122,28170,28218,28266,28311,28359,28405,28451,28497",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,43,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,47,47,47,47,44,47,45,45,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16910,16953,16996,17039,17082,17123,17166,17209,17252,17295,17338,17381,17424,17467,17510,17553,17594,17637,17680,17723,17766,17809,17852,17895,17938,17981,18024,18065,18108,18151,18194,18237,18280,18323,18366,18409,18452,18495,18536,18579,18622,18665,18708,18751,18794,18837,18880,18923,18966,19007,19046,19089,19132,19175,19218,19261,19304,19347,19390,19433,19476,19517,19560,19603,19646,19689,19732,19775,19818,19861,19904,19947,19988,20031,20074,20117,20160,20203,20246,20289,20332,20375,20418,20459,20502,20545,20588,20631,20674,20717,20760,20803,20846,20889,20930,20973,21016,21059,21102,21145,21188,21231,21274,21317,21360,21401,21444,21487,21530,21573,21616,21659,21703,21747,21791,21835,21876,21920,21964,22008,22052,22096,22140,22184,22228,22272,22316,22358,22402,22446,22490,22534,22578,22622,22666,22710,22754,22798,22840,22884,22928,22972,23016,23060,23104,23148,23192,23236,23280,23322,23366,23410,23454,23498,23542,23586,23630,23674,23718,23762,23804,23843,23887,23929,23971,24013,24055,24097,24139,24181,24223,24265,24307,24347,24389,24431,24473,24515,24557,24599,24641,24683,24725,24767,24807,24849,24891,24933,24975,25017,25059,25101,25143,25185,25227,25267,25309,25351,25393,25435,25477,25519,25561,25603,25645,25687,25727,25774,25821,25868,25915,25962,26009,26056,26103,26150,26197,26242,26289,26336,26383,26430,26477,26524,26571,26618,26665,26712,26757,26804,26851,26898,26945,26992,27039,27086,27133,27180,27227,27272,27319,27366,27413,27460,27507,27554,27601,27648,27695,27742,27787,27834,27881,27928,27975,28022,28069,28117,28165,28213,28261,28306,28354,28400,28446,28492,28538"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17486,17529,17572,17615,17658,17740,17783,17826,17869,17912,17955,17998,18041,18084,18127,18170,18252,18295,18338,18381,18424,18467,18510,18553,18596,18639,18682,18764,18807,18850,18893,18936,18979,19022,19065,19108,19151,19194,19276,19319,19362,19405,19448,19491,19534,19577,19620,19663,19706,19788,19831,19874,19917,19960,20003,20046,20089,20132,20175,20218,20300,20343,20386,20429,20472,20515,20558,20601,20644,20687,20730,20812,20890,20933,20976,21019,21062,21105,21148,21191,21234,21277,21320,21402,21445,21488,21531,21574,21617,21660,21703,21746,21789,21832,21914,21957,22000,22043,22086,22129,22172,22215,22258,22301,22344,22426,22469,22512,22555,22598,22641,22684,22727,22770,22813,22856,22938,22981,23024,23067,23110,23153,23196,23239,23282,23325,23368,23450,23493,23536,23579,23622,23665,23708,23752,23796,23840,23884,23966,24010,24054,24098,24142,24186,24230,24274,24318,24362,24406,24490,24534,24578,24622,24666,24710,24754,24798,24842,24886,24930,25014,25058,25102,25146,25190,25234,25278,25322,25366,25410,25454,25538,25582,25626,25670,25714,25758,25802,25846,25890,25934,25978,26062,26140,26184,26268,26352,26436,26520,26604,26688,26772,26856,26940,27024,27104,27188,27272,27356,27440,27524,27608,27692,27776,27860,27944,28024,28108,28192,28276,28360,28444,28528,28612,28696,28780,28864,28944,29028,29112,29196,29280,29364,29448,29532,29616,29700,29784,29864,29911,29958,30005,30052,30099,30146,30193,30240,30287,30334,30379,30426,30473,30520,30567,30614,30661,30708,30755,30802,30849,30894,30941,30988,31035,31082,31129,31176,31223,31270,31317,31364,31409,31456,31503,31550,31597,31644,31691,31738,31785,31832,31879,31924,31971,32018,32065,32112,32159,32206,32254,32302,32350,32398,32443,32491,32537,32583,32629",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,43,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,47,47,47,47,44,47,45,45,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17481,17524,17567,17610,17653,17694,17778,17821,17864,17907,17950,17993,18036,18079,18122,18165,18206,18290,18333,18376,18419,18462,18505,18548,18591,18634,18677,18718,18802,18845,18888,18931,18974,19017,19060,19103,19146,19189,19230,19314,19357,19400,19443,19486,19529,19572,19615,19658,19701,19742,19826,19869,19912,19955,19998,20041,20084,20127,20170,20213,20254,20338,20381,20424,20467,20510,20553,20596,20639,20682,20725,20766,20846,20928,20971,21014,21057,21100,21143,21186,21229,21272,21315,21356,21440,21483,21526,21569,21612,21655,21698,21741,21784,21827,21868,21952,21995,22038,22081,22124,22167,22210,22253,22296,22339,22380,22464,22507,22550,22593,22636,22679,22722,22765,22808,22851,22892,22976,23019,23062,23105,23148,23191,23234,23277,23320,23363,23404,23488,23531,23574,23617,23660,23703,23747,23791,23835,23879,23920,24005,24049,24093,24137,24181,24225,24269,24313,24357,24401,24443,24529,24573,24617,24661,24705,24749,24793,24837,24881,24925,24967,25053,25097,25141,25185,25229,25273,25317,25361,25405,25449,25491,25577,25621,25665,25709,25753,25797,25841,25885,25929,25973,26015,26096,26179,26221,26305,26389,26473,26557,26641,26725,26809,26893,26977,27059,27141,27225,27309,27393,27477,27561,27645,27729,27813,27897,27979,28061,28145,28229,28313,28397,28481,28565,28649,28733,28817,28899,28981,29065,29149,29233,29317,29401,29485,29569,29653,29737,29819,29906,29953,30000,30047,30094,30141,30188,30235,30282,30329,30374,30421,30468,30515,30562,30609,30656,30703,30750,30797,30844,30889,30936,30983,31030,31077,31124,31171,31218,31265,31312,31359,31404,31451,31498,31545,31592,31639,31686,31733,31780,31827,31874,31919,31966,32013,32060,32107,32154,32201,32249,32297,32345,32393,32438,32486,32532,32578,32624,32670"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-sw1080dp-v13_values-sw1080dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw1080dp-v13\\values-sw1080dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8489,8533,8574,8618,8662,8706,8750,8794,8838,8882,8926,8970,9014,9056,9100,9144,9188,9232,9276,9320,9364,9408,9452,9496,9538,9577,9621,9665,9709,9753,9797,9841,9885,9929,9973,10017,10059,10103,10147,10191,10235,10279,10323,10367,10411,10455,10499,10541,10585,10629,10673,10717,10761,10805,10849,10893,10937,10981,11023,11067,11111,11155,11199,11243,11287,11331,11375,11419,11463,11505,11549,11593,11637,11681,11725,11769,11813,11857,11901,11945,11987,12031,12075,12119,12163,12207,12251,12295,12339,12383,12427,12469,12513,12557,12601,12645,12689,12733,12777,12821,12865,12909,12951,12995,13039,13083,13127,13171,13215,13259,13303,13347,13391,13433,13477,13521,13565,13609,13653,13697,13741,13785,13829,13873,13915,13959,14003,14047,14091,14135,14179,14223,14267,14311,14355,14397,14437,14481,14525,14569,14613,14657,14701,14745,14789,14833,14877,14919,14963,15007,15051,15095,15139,15183,15227,15271,15315,15359,15401,15445,15489,15533,15577,15621,15665,15709,15753,15797,15841,15883,15927,15971,16015,16059,16103,16147,16191,16235,16279,16323,16365,16409,16453,16497,16541,16585,16629,16673,16717,16761,16805,16847,16891,16935,16979,17023,17067,17111,17155,17199,17243,17287,17329,17373,17417,17461,17505,17549,17593,17637,17681,17725,17769,17811,17855,17899,17943,17987,18031,18075,18119,18163,18207,18251,18293,18337,18381,18425,18469,18513,18557,18601,18645,18689,18733,18775,18819,18863,18907,18951,18995,19039,19083,19127,19171,19215,19257,19297,19341,19385,19429,19473,19517,19561,19605,19649,19693,19737,19779,19823,19867,19911,19955,19999,20043,20087,20131,20175,20219,20261,20305,20349,20393,20437,20481,20525,20569,20613,20657,20701,20743,20787,20831,20875,20919,20963,21007,21051,21095,21139,21183,21225,21269,21313,21357,21401,21445,21489,21533,21577,21621,21665,21707,21751,21795,21839,21883,21927,21971,22015,22059,22103,22147,22189,22233,22277,22321,22365,22409,22453,22497,22541,22585,22629,22671,22715,22759,22803,22847,22891,22935,22979,23023,23067,23111,23153,23197,23241,23285,23329,23373,23417,23461,23505,23549,23593,23635,23679,23723,23767,23811,23855,23899,23943,23987,24031,24075,24117,24157,24201,24243,24285,24327,24369,24411,24453,24495,24537,24579,24621,24661,24703,24745,24787,24829,24871,24913,24955,24997,25039,25081,25121,25163,25205,25247,25289,25331,25373,25415,25457,25499,25541,25581,25623,25665,25707,25749,25791,25833,25875,25917,25959,26001,26041,26088,26135,26182,26229,26276,26323,26370,26417,26464,26511,26556,26603,26650,26697,26744,26791,26838,26885,26932,26980,27028,27073,27121,27169,27217,27265,27313,27361,27409,27457,27505,27553,27599,27647,27695,27743,27791,27839,27887,27935,27983,28031,28079,28125,28173,28221,28269,28317,28365,28413,28461,28509,28557,28605,28651,28699,28745,28791,28837",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,47,47,44,47,47,47,47,47,47,47,47,47,47,45,47,47,47,47,47,47,47,47,47,47,45,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8484,8528,8569,8613,8657,8701,8745,8789,8833,8877,8921,8965,9009,9051,9095,9139,9183,9227,9271,9315,9359,9403,9447,9491,9533,9572,9616,9660,9704,9748,9792,9836,9880,9924,9968,10012,10054,10098,10142,10186,10230,10274,10318,10362,10406,10450,10494,10536,10580,10624,10668,10712,10756,10800,10844,10888,10932,10976,11018,11062,11106,11150,11194,11238,11282,11326,11370,11414,11458,11500,11544,11588,11632,11676,11720,11764,11808,11852,11896,11940,11982,12026,12070,12114,12158,12202,12246,12290,12334,12378,12422,12464,12508,12552,12596,12640,12684,12728,12772,12816,12860,12904,12946,12990,13034,13078,13122,13166,13210,13254,13298,13342,13386,13428,13472,13516,13560,13604,13648,13692,13736,13780,13824,13868,13910,13954,13998,14042,14086,14130,14174,14218,14262,14306,14350,14392,14432,14476,14520,14564,14608,14652,14696,14740,14784,14828,14872,14914,14958,15002,15046,15090,15134,15178,15222,15266,15310,15354,15396,15440,15484,15528,15572,15616,15660,15704,15748,15792,15836,15878,15922,15966,16010,16054,16098,16142,16186,16230,16274,16318,16360,16404,16448,16492,16536,16580,16624,16668,16712,16756,16800,16842,16886,16930,16974,17018,17062,17106,17150,17194,17238,17282,17324,17368,17412,17456,17500,17544,17588,17632,17676,17720,17764,17806,17850,17894,17938,17982,18026,18070,18114,18158,18202,18246,18288,18332,18376,18420,18464,18508,18552,18596,18640,18684,18728,18770,18814,18858,18902,18946,18990,19034,19078,19122,19166,19210,19252,19292,19336,19380,19424,19468,19512,19556,19600,19644,19688,19732,19774,19818,19862,19906,19950,19994,20038,20082,20126,20170,20214,20256,20300,20344,20388,20432,20476,20520,20564,20608,20652,20696,20738,20782,20826,20870,20914,20958,21002,21046,21090,21134,21178,21220,21264,21308,21352,21396,21440,21484,21528,21572,21616,21660,21702,21746,21790,21834,21878,21922,21966,22010,22054,22098,22142,22184,22228,22272,22316,22360,22404,22448,22492,22536,22580,22624,22666,22710,22754,22798,22842,22886,22930,22974,23018,23062,23106,23148,23192,23236,23280,23324,23368,23412,23456,23500,23544,23588,23630,23674,23718,23762,23806,23850,23894,23938,23982,24026,24070,24112,24152,24196,24238,24280,24322,24364,24406,24448,24490,24532,24574,24616,24656,24698,24740,24782,24824,24866,24908,24950,24992,25034,25076,25116,25158,25200,25242,25284,25326,25368,25410,25452,25494,25536,25576,25618,25660,25702,25744,25786,25828,25870,25912,25954,25996,26036,26083,26130,26177,26224,26271,26318,26365,26412,26459,26506,26551,26598,26645,26692,26739,26786,26833,26880,26927,26975,27023,27068,27116,27164,27212,27260,27308,27356,27404,27452,27500,27548,27594,27642,27690,27738,27786,27834,27882,27930,27978,28026,28074,28120,28168,28216,28264,28312,28360,28408,28456,28504,28552,28600,28646,28694,28740,28786,28832,28878"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9268,9312,9394,9438,9482,9526,9570,9614,9658,9702,9746,9790,9834,9918,9962,10006,10050,10094,10138,10182,10226,10270,10314,10358,10442,10520,10564,10608,10652,10696,10740,10784,10828,10872,10916,10960,11044,11088,11132,11176,11220,11264,11308,11352,11396,11440,11484,11568,11612,11656,11700,11744,11788,11832,11876,11920,11964,12008,12092,12136,12180,12224,12268,12312,12356,12400,12444,12488,12532,12616,12660,12704,12748,12792,12836,12880,12924,12968,13012,13056,13140,13184,13228,13272,13316,13360,13404,13448,13492,13536,13580,13664,13708,13752,13796,13840,13884,13928,13972,14016,14060,14104,14188,14232,14276,14320,14364,14408,14452,14496,14540,14584,14628,14712,14756,14800,14844,14888,14932,14976,15020,15064,15108,15152,15236,15280,15324,15368,15412,15456,15500,15544,15588,15632,15676,15760,15840,15884,15928,15972,16016,16060,16104,16148,16192,16236,16280,16364,16408,16452,16496,16540,16584,16628,16672,16716,16760,16804,16888,16932,16976,17020,17064,17108,17152,17196,17240,17284,17328,17412,17456,17500,17544,17588,17632,17676,17720,17764,17808,17852,17936,17980,18024,18068,18112,18156,18200,18244,18288,18332,18376,18460,18504,18548,18592,18636,18680,18724,18768,18812,18856,18900,18984,19028,19072,19116,19160,19204,19248,19292,19336,19380,19424,19508,19552,19596,19640,19684,19728,19772,19816,19860,19904,19948,20032,20076,20120,20164,20208,20252,20296,20340,20384,20428,20472,20556,20600,20644,20688,20732,20776,20820,20864,20908,20952,20996,21080,21160,21204,21248,21292,21336,21380,21424,21468,21512,21556,21600,21684,21728,21772,21816,21860,21904,21948,21992,22036,22080,22124,22208,22252,22296,22340,22384,22428,22472,22516,22560,22604,22648,22732,22776,22820,22864,22908,22952,22996,23040,23084,23128,23172,23256,23300,23344,23388,23432,23476,23520,23564,23608,23652,23696,23780,23824,23868,23912,23956,24000,24044,24088,24132,24176,24220,24304,24348,24392,24436,24480,24524,24568,24612,24656,24700,24744,24828,24872,24916,24960,25004,25048,25092,25136,25180,25224,25268,25352,25396,25440,25484,25528,25572,25616,25660,25704,25748,25792,25876,25920,25964,26008,26052,26096,26140,26184,26228,26272,26316,26400,26480,26524,26608,26692,26776,26860,26944,27028,27112,27196,27280,27364,27444,27528,27612,27696,27780,27864,27948,28032,28116,28200,28284,28364,28448,28532,28616,28700,28784,28868,28952,29036,29120,29204,29284,29368,29452,29536,29620,29704,29788,29872,29956,30040,30124,30204,30251,30298,30345,30392,30439,30486,30533,30580,30627,30674,30719,30766,30813,30860,30907,30954,31001,31048,31095,31143,31191,31236,31284,31332,31380,31428,31476,31524,31572,31620,31668,31716,31762,31810,31858,31906,31954,32002,32050,32098,32146,32194,32242,32288,32336,32384,32432,32480,32528,32576,32624,32672,32720,32768,32814,32862,32908,32954,33000",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,47,47,44,47,47,47,47,47,47,47,47,47,47,45,47,47,47,47,47,47,47,47,47,47,45,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9263,9307,9348,9433,9477,9521,9565,9609,9653,9697,9741,9785,9829,9871,9957,10001,10045,10089,10133,10177,10221,10265,10309,10353,10395,10476,10559,10603,10647,10691,10735,10779,10823,10867,10911,10955,10997,11083,11127,11171,11215,11259,11303,11347,11391,11435,11479,11521,11607,11651,11695,11739,11783,11827,11871,11915,11959,12003,12045,12131,12175,12219,12263,12307,12351,12395,12439,12483,12527,12569,12655,12699,12743,12787,12831,12875,12919,12963,13007,13051,13093,13179,13223,13267,13311,13355,13399,13443,13487,13531,13575,13617,13703,13747,13791,13835,13879,13923,13967,14011,14055,14099,14141,14227,14271,14315,14359,14403,14447,14491,14535,14579,14623,14665,14751,14795,14839,14883,14927,14971,15015,15059,15103,15147,15189,15275,15319,15363,15407,15451,15495,15539,15583,15627,15671,15713,15795,15879,15923,15967,16011,16055,16099,16143,16187,16231,16275,16317,16403,16447,16491,16535,16579,16623,16667,16711,16755,16799,16841,16927,16971,17015,17059,17103,17147,17191,17235,17279,17323,17365,17451,17495,17539,17583,17627,17671,17715,17759,17803,17847,17889,17975,18019,18063,18107,18151,18195,18239,18283,18327,18371,18413,18499,18543,18587,18631,18675,18719,18763,18807,18851,18895,18937,19023,19067,19111,19155,19199,19243,19287,19331,19375,19419,19461,19547,19591,19635,19679,19723,19767,19811,19855,19899,19943,19985,20071,20115,20159,20203,20247,20291,20335,20379,20423,20467,20509,20595,20639,20683,20727,20771,20815,20859,20903,20947,20991,21033,21115,21199,21243,21287,21331,21375,21419,21463,21507,21551,21595,21637,21723,21767,21811,21855,21899,21943,21987,22031,22075,22119,22161,22247,22291,22335,22379,22423,22467,22511,22555,22599,22643,22685,22771,22815,22859,22903,22947,22991,23035,23079,23123,23167,23209,23295,23339,23383,23427,23471,23515,23559,23603,23647,23691,23733,23819,23863,23907,23951,23995,24039,24083,24127,24171,24215,24257,24343,24387,24431,24475,24519,24563,24607,24651,24695,24739,24781,24867,24911,24955,24999,25043,25087,25131,25175,25219,25263,25305,25391,25435,25479,25523,25567,25611,25655,25699,25743,25787,25829,25915,25959,26003,26047,26091,26135,26179,26223,26267,26311,26353,26435,26519,26561,26645,26729,26813,26897,26981,27065,27149,27233,27317,27399,27481,27565,27649,27733,27817,27901,27985,28069,28153,28237,28319,28401,28485,28569,28653,28737,28821,28905,28989,29073,29157,29239,29321,29405,29489,29573,29657,29741,29825,29909,29993,30077,30159,30246,30293,30340,30387,30434,30481,30528,30575,30622,30669,30714,30761,30808,30855,30902,30949,30996,31043,31090,31138,31186,31231,31279,31327,31375,31423,31471,31519,31567,31615,31663,31711,31757,31805,31853,31901,31949,31997,32045,32093,32141,32189,32237,32283,32331,32379,32427,32475,32523,32571,32619,32667,32715,32763,32809,32857,32903,32949,32995,33041"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw1080dp-v13\\values-sw1080dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,917,959,998,1040,1082,1124,1166,1208,1250,1292,1334,1376,1418,1458,1500,1542,1584,1626,1668,1710,1752,1794,1836,1878,1918,1960,2002,2044,2086,2128,2170,2212,2254,2296,2338,2378,2420,2462,2504,2546,2588,2630,2672,2714,2756,2798,2838,2880,2922,2964,3006,3048,3090,3132,3174,3216,3258,3298,3340,3382,3424,3466,3508,3550,3592,3634,3676,3718,3758,3800,3842,3884,3926,3968,4010,4052,4094,4136,4178",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,912,954,993,1035,1077,1119,1161,1203,1245,1287,1329,1371,1413,1453,1495,1537,1579,1621,1663,1705,1747,1789,1831,1873,1913,1955,1997,2039,2081,2123,2165,2207,2249,2291,2333,2373,2415,2457,2499,2541,2583,2625,2667,2709,2751,2793,2833,2875,2917,2959,3001,3043,3085,3127,3169,3211,3253,3293,3335,3377,3419,3461,3503,3545,3587,3629,3671,3713,3753,3795,3837,3879,3921,3963,4005,4047,4089,4131,4173,4213"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9353,9876,10400,10481,11002,11526,12050,12574,13098,13622,14146,14670,15194,15718,15800,16322,16846,17370,17894,18418,18942,19466,19990,20514,21038,21120,21642,22166,22690,23214,23738,24262,24786,25310,25834,26358,26440,26566,26650,26734,26818,26902,26986,27070,27154,27238,27322,27404,27486,27570,27654,27738,27822,27906,27990,28074,28158,28242,28324,28406,28490,28574,28658,28742,28826,28910,28994,29078,29162,29244,29326,29410,29494,29578,29662,29746,29830,29914,29998,30082,30164",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9389,9913,10437,10515,11039,11563,12087,12611,13135,13659,14183,14707,15231,15755,15835,16359,16883,17407,17931,18455,18979,19503,20027,20551,21075,21155,21679,22203,22727,23251,23775,24299,24823,25347,25871,26395,26475,26603,26687,26771,26855,26939,27023,27107,27191,27275,27359,27439,27523,27607,27691,27775,27859,27943,28027,28111,28195,28279,28359,28443,28527,28611,28695,28779,28863,28947,29031,29115,29199,29279,29363,29447,29531,29615,29699,29783,29867,29951,30035,30119,30199"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-ur_values-ur.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ur\\values-ur.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,259,337,415,493,591,680,780,899,982,1047,1140,1210,1269,1359,1423,1492,1550,1619,1679,1743,1855,1914,1973,2028,2103,2226,2306,2390,2523,2605,2686,2773,2831,2887,2953,3028,3108,3193,3260,3335,3412,3476,3570,3640,3729,3822,3896,3971,4061,4117,4184,4268,4352,4414,4478,4541,4641,4748,4842,4951,5013,5073",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,77,77,97,88,99,118,82,64,92,69,58,89,63,68,57,68,59,63,111,58,58,54,74,122,79,83,132,81,80,86,57,55,65,74,79,84,66,74,76,63,93,69,88,92,73,74,89,55,66,83,83,61,63,62,99,106,93,108,61,59,79",
+ "endOffsets": "254,332,410,488,586,675,775,894,977,1042,1135,1205,1264,1354,1418,1487,1545,1614,1674,1738,1850,1909,1968,2023,2098,2221,2301,2385,2518,2600,2681,2768,2826,2882,2948,3023,3103,3188,3255,3330,3407,3471,3565,3635,3724,3817,3891,3966,4056,4112,4179,4263,4347,4409,4473,4536,4636,4743,4837,4946,5008,5068,5148"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3036,3114,3192,3270,3368,3457,3557,3676,3759,3824,3917,3987,4046,4136,4200,4269,4327,4396,4456,4520,4632,4691,4750,4805,4880,5003,5083,5167,5300,5382,5463,5550,5608,5664,5730,5805,5885,5970,6037,6112,6189,6253,6347,6417,6506,6599,6673,6748,6838,6894,6961,7045,7129,7191,7255,7318,7418,7525,7619,7728,7790,7850",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,77,77,97,88,99,118,82,64,92,69,58,89,63,68,57,68,59,63,111,58,58,54,74,122,79,83,132,81,80,86,57,55,65,74,79,84,66,74,76,63,93,69,88,92,73,74,89,55,66,83,83,61,63,62,99,106,93,108,61,59,79",
+ "endOffsets": "304,3109,3187,3265,3363,3452,3552,3671,3754,3819,3912,3982,4041,4131,4195,4264,4322,4391,4451,4515,4627,4686,4745,4800,4875,4998,5078,5162,5295,5377,5458,5545,5603,5659,5725,5800,5880,5965,6032,6107,6184,6248,6342,6412,6501,6594,6668,6743,6833,6889,6956,7040,7124,7186,7250,7313,7413,7520,7614,7723,7785,7845,7925"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-ur\\values-ur.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8016",
+ "endColumns": "100",
+ "endOffsets": "8112"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ur\\values-ur.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,219,325,434,520,624,744,821,896,988,1082,1177,1271,1372,1466,1562,1656,1748,1840,1925,2033,2139,2241,2352,2453,2569,2734,2832",
+ "endColumns": "113,105,108,85,103,119,76,74,91,93,94,93,100,93,95,93,91,91,84,107,105,101,110,100,115,164,97,85",
+ "endOffsets": "214,320,429,515,619,739,816,891,983,1077,1172,1266,1367,1461,1557,1651,1743,1835,1920,2028,2134,2236,2347,2448,2564,2729,2827,2913"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "309,423,529,638,724,828,948,1025,1100,1192,1286,1381,1475,1576,1670,1766,1860,1952,2044,2129,2237,2343,2445,2556,2657,2773,2938,7930",
+ "endColumns": "113,105,108,85,103,119,76,74,91,93,94,93,100,93,95,93,91,91,84,107,105,101,110,100,115,164,97,85",
+ "endOffsets": "418,524,633,719,823,943,1020,1095,1187,1281,1376,1470,1571,1665,1761,1855,1947,2039,2124,2232,2338,2440,2551,2652,2768,2933,3031,8011"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-ta_values-ta.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ta\\values-ta.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,218,320,435,524,635,756,835,911,1009,1109,1204,1298,1405,1505,1607,1701,1799,1897,1978,2086,2189,2288,2404,2507,2612,2769,2871",
+ "endColumns": "112,101,114,88,110,120,78,75,97,99,94,93,106,99,101,93,97,97,80,107,102,98,115,102,104,156,101,81",
+ "endOffsets": "213,315,430,519,630,751,830,906,1004,1104,1199,1293,1400,1500,1602,1696,1794,1892,1973,2081,2184,2283,2399,2502,2607,2764,2866,2948"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "322,435,537,652,741,852,973,1052,1128,1226,1326,1421,1515,1622,1722,1824,1918,2016,2114,2195,2303,2406,2505,2621,2724,2829,2986,8199",
+ "endColumns": "112,101,114,88,110,120,78,75,97,99,94,93,106,99,101,93,97,97,80,107,102,98,115,102,104,156,101,81",
+ "endOffsets": "430,532,647,736,847,968,1047,1123,1221,1321,1416,1510,1617,1717,1819,1913,2011,2109,2190,2298,2401,2500,2616,2719,2824,2981,3083,8276"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-ta\\values-ta.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8281",
+ "endColumns": "100",
+ "endOffsets": "8377"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ta\\values-ta.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,272,360,446,530,633,727,836,954,1038,1102,1210,1278,1339,1447,1514,1600,1658,1742,1809,1863,1986,2048,2111,2165,2253,2381,2467,2549,2681,2761,2842,2931,2988,3040,3106,3191,3279,3371,3440,3517,3597,3665,3764,3847,3939,4033,4107,4193,4287,4337,4403,4488,4575,4638,4703,4766,4874,4977,5075,5180,5241,5297",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,87,85,83,102,93,108,117,83,63,107,67,60,107,66,85,57,83,66,53,122,61,62,53,87,127,85,81,131,79,80,88,56,51,65,84,87,91,68,76,79,67,98,82,91,93,73,85,93,49,65,84,86,62,64,62,107,102,97,104,60,55,85",
+ "endOffsets": "267,355,441,525,628,722,831,949,1033,1097,1205,1273,1334,1442,1509,1595,1653,1737,1804,1858,1981,2043,2106,2160,2248,2376,2462,2544,2676,2756,2837,2926,2983,3035,3101,3186,3274,3366,3435,3512,3592,3660,3759,3842,3934,4028,4102,4188,4282,4332,4398,4483,4570,4633,4698,4761,4869,4972,5070,5175,5236,5292,5378"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3088,3176,3262,3346,3449,3543,3652,3770,3854,3918,4026,4094,4155,4263,4330,4416,4474,4558,4625,4679,4802,4864,4927,4981,5069,5197,5283,5365,5497,5577,5658,5747,5804,5856,5922,6007,6095,6187,6256,6333,6413,6481,6580,6663,6755,6849,6923,7009,7103,7153,7219,7304,7391,7454,7519,7582,7690,7793,7891,7996,8057,8113",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,87,85,83,102,93,108,117,83,63,107,67,60,107,66,85,57,83,66,53,122,61,62,53,87,127,85,81,131,79,80,88,56,51,65,84,87,91,68,76,79,67,98,82,91,93,73,85,93,49,65,84,86,62,64,62,107,102,97,104,60,55,85",
+ "endOffsets": "317,3171,3257,3341,3444,3538,3647,3765,3849,3913,4021,4089,4150,4258,4325,4411,4469,4553,4620,4674,4797,4859,4922,4976,5064,5192,5278,5360,5492,5572,5653,5742,5799,5851,5917,6002,6090,6182,6251,6328,6408,6476,6575,6658,6750,6844,6918,7004,7098,7148,7214,7299,7386,7449,7514,7577,7685,7788,7886,7991,8052,8108,8194"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-be_values-be.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-be\\values-be.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8285",
+ "endColumns": "100",
+ "endOffsets": "8381"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-be\\values-be.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,225,328,444,530,635,754,834,911,1003,1097,1192,1286,1381,1475,1571,1666,1758,1850,1931,2037,2142,2240,2348,2454,2562,2735,2835",
+ "endColumns": "119,102,115,85,104,118,79,76,91,93,94,93,94,93,95,94,91,91,80,105,104,97,107,105,107,172,99,81",
+ "endOffsets": "220,323,439,525,630,749,829,906,998,1092,1187,1281,1376,1470,1566,1661,1753,1845,1926,2032,2137,2235,2343,2449,2557,2730,2830,2912"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "432,552,655,771,857,962,1081,1161,1238,1330,1424,1519,1613,1708,1802,1898,1993,2085,2177,2258,2364,2469,2567,2675,2781,2889,3062,8203",
+ "endColumns": "119,102,115,85,104,118,79,76,91,93,94,93,94,93,95,94,91,91,80,105,104,97,107,105,107,172,99,81",
+ "endOffsets": "547,650,766,852,957,1076,1156,1233,1325,1419,1514,1608,1703,1797,1893,1988,2080,2172,2253,2359,2464,2562,2670,2776,2884,3057,3157,8280"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-be\\values-be.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,382,459,536,618,715,807,904,1036,1119,1186,1279,1356,1419,1535,1598,1667,1726,1797,1856,1910,2031,2092,2155,2209,2282,2404,2492,2575,2727,2813,2900,2991,3048,3099,3165,3237,3314,3398,3473,3550,3632,3708,3797,3879,3970,4066,4140,4221,4316,4370,4436,4523,4609,4671,4735,4798,4908,5015,5118,5227,5288,5343",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,76,76,81,96,91,96,131,82,66,92,76,62,115,62,68,58,70,58,53,120,60,62,53,72,121,87,82,151,85,86,90,56,50,65,71,76,83,74,76,81,75,88,81,90,95,73,80,94,53,65,86,85,61,63,62,109,106,102,108,60,54,79",
+ "endOffsets": "377,454,531,613,710,802,899,1031,1114,1181,1274,1351,1414,1530,1593,1662,1721,1792,1851,1905,2026,2087,2150,2204,2277,2399,2487,2570,2722,2808,2895,2986,3043,3094,3160,3232,3309,3393,3468,3545,3627,3703,3792,3874,3965,4061,4135,4216,4311,4365,4431,4518,4604,4666,4730,4793,4903,5010,5113,5222,5283,5338,5418"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3162,3239,3316,3398,3495,3587,3684,3816,3899,3966,4059,4136,4199,4315,4378,4447,4506,4577,4636,4690,4811,4872,4935,4989,5062,5184,5272,5355,5507,5593,5680,5771,5828,5879,5945,6017,6094,6178,6253,6330,6412,6488,6577,6659,6750,6846,6920,7001,7096,7150,7216,7303,7389,7451,7515,7578,7688,7795,7898,8007,8068,8123",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,76,76,81,96,91,96,131,82,66,92,76,62,115,62,68,58,70,58,53,120,60,62,53,72,121,87,82,151,85,86,90,56,50,65,71,76,83,74,76,81,75,88,81,90,95,73,80,94,53,65,86,85,61,63,62,109,106,102,108,60,54,79",
+ "endOffsets": "427,3234,3311,3393,3490,3582,3679,3811,3894,3961,4054,4131,4194,4310,4373,4442,4501,4572,4631,4685,4806,4867,4930,4984,5057,5179,5267,5350,5502,5588,5675,5766,5823,5874,5940,6012,6089,6173,6248,6325,6407,6483,6572,6654,6745,6841,6915,6996,7091,7145,7211,7298,7384,7446,7510,7573,7683,7790,7893,8002,8063,8118,8198"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-lt_values-lt.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-lt\\values-lt.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,375,454,532,615,709,799,895,1013,1097,1163,1262,1340,1405,1515,1578,1650,1709,1783,1844,1898,2022,2083,2145,2199,2277,2411,2499,2583,2724,2803,2887,2984,3040,3094,3160,3235,3314,3402,3478,3556,3629,3706,3793,3874,3964,4056,4128,4209,4301,4356,4422,4507,4594,4656,4720,4783,4894,5009,5110,5224,5284,5342",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,78,77,82,93,89,95,117,83,65,98,77,64,109,62,71,58,73,60,53,123,60,61,53,77,133,87,83,140,78,83,96,55,53,65,74,78,87,75,77,72,76,86,80,89,91,71,80,91,54,65,84,86,61,63,62,110,114,100,113,59,57,81",
+ "endOffsets": "370,449,527,610,704,794,890,1008,1092,1158,1257,1335,1400,1510,1573,1645,1704,1778,1839,1893,2017,2078,2140,2194,2272,2406,2494,2578,2719,2798,2882,2979,3035,3089,3155,3230,3309,3397,3473,3551,3624,3701,3788,3869,3959,4051,4123,4204,4296,4351,4417,4502,4589,4651,4715,4778,4889,5004,5105,5219,5279,5337,5419"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3194,3273,3351,3434,3528,3618,3714,3832,3916,3982,4081,4159,4224,4334,4397,4469,4528,4602,4663,4717,4841,4902,4964,5018,5096,5230,5318,5402,5543,5622,5706,5803,5859,5913,5979,6054,6133,6221,6297,6375,6448,6525,6612,6693,6783,6875,6947,7028,7120,7175,7241,7326,7413,7475,7539,7602,7713,7828,7929,8043,8103,8161",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,78,77,82,93,89,95,117,83,65,98,77,64,109,62,71,58,73,60,53,123,60,61,53,77,133,87,83,140,78,83,96,55,53,65,74,78,87,75,77,72,76,86,80,89,91,71,80,91,54,65,84,86,61,63,62,110,114,100,113,59,57,81",
+ "endOffsets": "420,3268,3346,3429,3523,3613,3709,3827,3911,3977,4076,4154,4219,4329,4392,4464,4523,4597,4658,4712,4836,4897,4959,5013,5091,5225,5313,5397,5538,5617,5701,5798,5854,5908,5974,6049,6128,6216,6292,6370,6443,6520,6607,6688,6778,6870,6942,7023,7115,7170,7236,7321,7408,7470,7534,7597,7708,7823,7924,8038,8098,8156,8238"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-lt\\values-lt.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,221,325,438,525,627,749,832,912,1006,1102,1199,1295,1398,1494,1592,1688,1782,1876,1959,2068,2176,2276,2386,2491,2597,2773,2874",
+ "endColumns": "115,103,112,86,101,121,82,79,93,95,96,95,102,95,97,95,93,93,82,108,107,99,109,104,105,175,100,83",
+ "endOffsets": "216,320,433,520,622,744,827,907,1001,1097,1194,1290,1393,1489,1587,1683,1777,1871,1954,2063,2171,2271,2381,2486,2592,2768,2869,2953"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "425,541,645,758,845,947,1069,1152,1232,1326,1422,1519,1615,1718,1814,1912,2008,2102,2196,2279,2388,2496,2596,2706,2811,2917,3093,8243",
+ "endColumns": "115,103,112,86,101,121,82,79,93,95,96,95,102,95,97,95,93,93,82,108,107,99,109,104,105,175,100,83",
+ "endOffsets": "536,640,753,840,942,1064,1147,1227,1321,1417,1514,1610,1713,1809,1907,2003,2097,2191,2274,2383,2491,2591,2701,2806,2912,3088,3189,8322"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-lt\\values-lt.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8327",
+ "endColumns": "100",
+ "endOffsets": "8423"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-pl_values-pl.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-pl\\values-pl.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,386,461,536,615,719,814,899,1016,1098,1162,1243,1307,1368,1479,1543,1611,1665,1734,1796,1850,1961,2022,2084,2138,2210,2339,2428,2510,2659,2741,2824,2911,2965,3016,3082,3153,3229,3318,3395,3473,3551,3627,3717,3790,3885,3982,4054,4128,4228,4280,4346,4434,4524,4586,4650,4713,4820,4909,5008,5096,5154,5209",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,74,74,78,103,94,84,116,81,63,80,63,60,110,63,67,53,68,61,53,110,60,61,53,71,128,88,81,148,81,82,86,53,50,65,70,75,88,76,77,77,75,89,72,94,96,71,73,99,51,65,87,89,61,63,62,106,88,98,87,57,54,75",
+ "endOffsets": "381,456,531,610,714,809,894,1011,1093,1157,1238,1302,1363,1474,1538,1606,1660,1729,1791,1845,1956,2017,2079,2133,2205,2334,2423,2505,2654,2736,2819,2906,2960,3011,3077,3148,3224,3313,3390,3468,3546,3622,3712,3785,3880,3977,4049,4123,4223,4275,4341,4429,4519,4581,4645,4708,4815,4904,5003,5091,5149,5204,5280"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3148,3223,3298,3377,3481,3576,3661,3778,3860,3924,4005,4069,4130,4241,4305,4373,4427,4496,4558,4612,4723,4784,4846,4900,4972,5101,5190,5272,5421,5503,5586,5673,5727,5778,5844,5915,5991,6080,6157,6235,6313,6389,6479,6552,6647,6744,6816,6890,6990,7042,7108,7196,7286,7348,7412,7475,7582,7671,7770,7858,7916,7971",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,74,74,78,103,94,84,116,81,63,80,63,60,110,63,67,53,68,61,53,110,60,61,53,71,128,88,81,148,81,82,86,53,50,65,70,75,88,76,77,77,75,89,72,94,96,71,73,99,51,65,87,89,61,63,62,106,88,98,87,57,54,75",
+ "endOffsets": "431,3218,3293,3372,3476,3571,3656,3773,3855,3919,4000,4064,4125,4236,4300,4368,4422,4491,4553,4607,4718,4779,4841,4895,4967,5096,5185,5267,5416,5498,5581,5668,5722,5773,5839,5910,5986,6075,6152,6230,6308,6384,6474,6547,6642,6739,6811,6885,6985,7037,7103,7191,7281,7343,7407,7470,7577,7666,7765,7853,7911,7966,8042"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-pl\\values-pl.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,220,322,430,516,623,742,821,897,988,1081,1176,1270,1371,1464,1559,1654,1745,1836,1918,2027,2127,2226,2335,2447,2558,2721,2817",
+ "endColumns": "114,101,107,85,106,118,78,75,90,92,94,93,100,92,94,94,90,90,81,108,99,98,108,111,110,162,95,82",
+ "endOffsets": "215,317,425,511,618,737,816,892,983,1076,1171,1265,1366,1459,1554,1649,1740,1831,1913,2022,2122,2221,2330,2442,2553,2716,2812,2895"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "436,551,653,761,847,954,1073,1152,1228,1319,1412,1507,1601,1702,1795,1890,1985,2076,2167,2249,2358,2458,2557,2666,2778,2889,3052,8047",
+ "endColumns": "114,101,107,85,106,118,78,75,90,92,94,93,100,92,94,94,90,90,81,108,99,98,108,111,110,162,95,82",
+ "endOffsets": "546,648,756,842,949,1068,1147,1223,1314,1407,1502,1596,1697,1790,1885,1980,2071,2162,2244,2353,2453,2552,2661,2773,2884,3047,3143,8125"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-pl\\values-pl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8130",
+ "endColumns": "100",
+ "endOffsets": "8226"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-sw390dp-v13_values-sw390dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw390dp-v13\\values-sw390dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16915,16958,17001,17044,17087,17128,17171,17214,17257,17300,17343,17386,17429,17472,17515,17558,17599,17642,17685,17728,17771,17814,17857,17900,17943,17986,18029,18070,18113,18156,18199,18242,18285,18328,18371,18414,18457,18500,18541,18584,18627,18670,18713,18756,18799,18842,18885,18928,18971,19012,19051,19094,19137,19180,19223,19266,19309,19352,19395,19438,19481,19522,19565,19608,19651,19694,19737,19780,19823,19866,19909,19952,19993,20036,20079,20122,20165,20208,20251,20294,20337,20380,20423,20464,20507,20550,20593,20636,20679,20722,20765,20808,20851,20894,20935,20978,21021,21064,21107,21150,21193,21236,21279,21322,21365,21406,21449,21492,21535,21578,21621,21664,21707,21750,21793,21836,21877,21920,21963,22006,22049,22092,22135,22178,22221,22264,22307,22348,22391,22434,22477,22520,22563,22606,22649,22692,22735,22778,22819,22862,22905,22948,22991,23034,23077,23120,23163,23206,23249,23290,23333,23376,23419,23462,23505,23548,23591,23634,23677,23720,23761,23800,23843,23884,23925,23966,24007,24048,24089,24130,24171,24212,24253,24292,24333,24374,24415,24456,24497,24538,24579,24621,24663,24705,24744,24786,24828,24870,24912,24954,24996,25038,25080,25122,25164,25204,25246,25288,25330,25372,25414,25456,25498,25540,25582,25624,25664,25711,25758,25805,25852,25899,25946,25993,26040,26087,26134,26179,26226,26273,26320,26367,26414,26461,26508,26555,26602,26649,26694,26741,26788,26835,26882,26929,26976,27023,27070,27117,27164,27209,27256,27303,27350,27397,27444,27491,27538,27585,27632,27679,27724,27771,27818,27865,27912,27959,28006,28053,28100,28147,28194,28239,28286,28331,28376,28422",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,44,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16910,16953,16996,17039,17082,17123,17166,17209,17252,17295,17338,17381,17424,17467,17510,17553,17594,17637,17680,17723,17766,17809,17852,17895,17938,17981,18024,18065,18108,18151,18194,18237,18280,18323,18366,18409,18452,18495,18536,18579,18622,18665,18708,18751,18794,18837,18880,18923,18966,19007,19046,19089,19132,19175,19218,19261,19304,19347,19390,19433,19476,19517,19560,19603,19646,19689,19732,19775,19818,19861,19904,19947,19988,20031,20074,20117,20160,20203,20246,20289,20332,20375,20418,20459,20502,20545,20588,20631,20674,20717,20760,20803,20846,20889,20930,20973,21016,21059,21102,21145,21188,21231,21274,21317,21360,21401,21444,21487,21530,21573,21616,21659,21702,21745,21788,21831,21872,21915,21958,22001,22044,22087,22130,22173,22216,22259,22302,22343,22386,22429,22472,22515,22558,22601,22644,22687,22730,22773,22814,22857,22900,22943,22986,23029,23072,23115,23158,23201,23244,23285,23328,23371,23414,23457,23500,23543,23586,23629,23672,23715,23756,23795,23838,23879,23920,23961,24002,24043,24084,24125,24166,24207,24248,24287,24328,24369,24410,24451,24492,24533,24574,24616,24658,24700,24739,24781,24823,24865,24907,24949,24991,25033,25075,25117,25159,25199,25241,25283,25325,25367,25409,25451,25493,25535,25577,25619,25659,25706,25753,25800,25847,25894,25941,25988,26035,26082,26129,26174,26221,26268,26315,26362,26409,26456,26503,26550,26597,26644,26689,26736,26783,26830,26877,26924,26971,27018,27065,27112,27159,27204,27251,27298,27345,27392,27439,27486,27533,27580,27627,27674,27719,27766,27813,27860,27907,27954,28001,28048,28095,28142,28189,28234,28281,28326,28371,28417,28463"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17486,17529,17572,17615,17658,17740,17783,17826,17869,17912,17955,17998,18041,18084,18127,18170,18252,18295,18338,18381,18424,18467,18510,18553,18596,18639,18682,18764,18807,18850,18893,18936,18979,19022,19065,19108,19151,19194,19276,19319,19362,19405,19448,19491,19534,19577,19620,19663,19706,19788,19831,19874,19917,19960,20003,20046,20089,20132,20175,20218,20300,20343,20386,20429,20472,20515,20558,20601,20644,20687,20730,20812,20890,20933,20976,21019,21062,21105,21148,21191,21234,21277,21320,21402,21445,21488,21531,21574,21617,21660,21703,21746,21789,21832,21914,21957,22000,22043,22086,22129,22172,22215,22258,22301,22344,22426,22469,22512,22555,22598,22641,22684,22727,22770,22813,22856,22938,22981,23024,23067,23110,23153,23196,23239,23282,23325,23368,23450,23493,23536,23579,23622,23665,23708,23751,23794,23837,23880,23962,24005,24048,24091,24134,24177,24220,24263,24306,24349,24392,24474,24517,24560,24603,24646,24689,24732,24775,24818,24861,24904,24986,25029,25072,25115,25158,25201,25244,25287,25330,25373,25416,25498,25541,25584,25627,25670,25713,25756,25799,25842,25885,25928,26010,26088,26131,26213,26295,26377,26459,26541,26623,26705,26787,26869,26951,27029,27111,27193,27275,27357,27439,27521,27603,27687,27771,27855,27933,28017,28101,28185,28269,28353,28437,28521,28605,28689,28773,28853,28937,29021,29105,29189,29273,29357,29441,29525,29609,29693,29773,29820,29867,29914,29961,30008,30055,30102,30149,30196,30243,30288,30335,30382,30429,30476,30523,30570,30617,30664,30711,30758,30803,30850,30897,30944,30991,31038,31085,31132,31179,31226,31273,31318,31365,31412,31459,31506,31553,31600,31647,31694,31741,31788,31833,31880,31927,31974,32021,32068,32115,32162,32209,32256,32303,32348,32395,32440,32485,32531",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,44,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17481,17524,17567,17610,17653,17694,17778,17821,17864,17907,17950,17993,18036,18079,18122,18165,18206,18290,18333,18376,18419,18462,18505,18548,18591,18634,18677,18718,18802,18845,18888,18931,18974,19017,19060,19103,19146,19189,19230,19314,19357,19400,19443,19486,19529,19572,19615,19658,19701,19742,19826,19869,19912,19955,19998,20041,20084,20127,20170,20213,20254,20338,20381,20424,20467,20510,20553,20596,20639,20682,20725,20766,20846,20928,20971,21014,21057,21100,21143,21186,21229,21272,21315,21356,21440,21483,21526,21569,21612,21655,21698,21741,21784,21827,21868,21952,21995,22038,22081,22124,22167,22210,22253,22296,22339,22380,22464,22507,22550,22593,22636,22679,22722,22765,22808,22851,22892,22976,23019,23062,23105,23148,23191,23234,23277,23320,23363,23404,23488,23531,23574,23617,23660,23703,23746,23789,23832,23875,23916,24000,24043,24086,24129,24172,24215,24258,24301,24344,24387,24428,24512,24555,24598,24641,24684,24727,24770,24813,24856,24899,24940,25024,25067,25110,25153,25196,25239,25282,25325,25368,25411,25452,25536,25579,25622,25665,25708,25751,25794,25837,25880,25923,25964,26044,26126,26167,26249,26331,26413,26495,26577,26659,26741,26823,26905,26985,27065,27147,27229,27311,27393,27475,27557,27640,27724,27808,27889,27970,28054,28138,28222,28306,28390,28474,28558,28642,28726,28808,28890,28974,29058,29142,29226,29310,29394,29478,29562,29646,29728,29815,29862,29909,29956,30003,30050,30097,30144,30191,30238,30283,30330,30377,30424,30471,30518,30565,30612,30659,30706,30753,30798,30845,30892,30939,30986,31033,31080,31127,31174,31221,31268,31313,31360,31407,31454,31501,31548,31595,31642,31689,31736,31783,31828,31875,31922,31969,32016,32063,32110,32157,32204,32251,32298,32343,32390,32435,32480,32526,32572"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw390dp-v13\\values-sw390dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1732,1773,1814,1855,1894,1935,1976,2017,2058,2099,2140,2181,2222,2263,2304,2343,2384,2425,2466,2507,2548,2589,2630,2671,2712,2753,2792,2833,2874,2915,2956,2997,3038,3079,3121,3163,3205,3244,3286,3328,3370,3412,3454,3496,3538,3580,3622,3664,3704,3746,3788,3830,3872,3914,3956,3998,4040,4082,4124",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1727,1768,1809,1850,1889,1930,1971,2012,2053,2094,2135,2176,2217,2258,2299,2338,2379,2420,2461,2502,2543,2584,2625,2666,2707,2748,2787,2828,2869,2910,2951,2992,3033,3074,3116,3158,3200,3239,3281,3323,3365,3407,3449,3491,3533,3575,3617,3659,3699,3741,3783,3825,3867,3909,3951,3993,4035,4077,4119,4159"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17699,18211,18723,19235,19747,20259,20771,20851,21361,21873,22385,22897,23409,23921,24433,24945,25457,25969,26049,26172,26254,26336,26418,26500,26582,26664,26746,26828,26910,26990,27070,27152,27234,27316,27398,27480,27562,27645,27729,27813,27894,27975,28059,28143,28227,28311,28395,28479,28563,28647,28731,28813,28895,28979,29063,29147,29231,29315,29399,29483,29567,29651,29733",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17735,18247,18759,19271,19783,20295,20807,20885,21397,21909,22421,22933,23445,23957,24469,24981,25493,26005,26083,26208,26290,26372,26454,26536,26618,26700,26782,26864,26946,27024,27106,27188,27270,27352,27434,27516,27598,27682,27766,27850,27928,28012,28096,28180,28264,28348,28432,28516,28600,28684,28768,28848,28932,29016,29100,29184,29268,29352,29436,29520,29604,29688,29768"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-gl_values-gl.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-gl\\values-gl.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,275,356,436,521,623,719,824,957,1037,1115,1211,1290,1353,1448,1512,1581,1644,1718,1782,1838,1959,2017,2079,2135,2212,2351,2439,2519,2659,2739,2819,2909,2965,3021,3087,3166,3247,3335,3414,3491,3573,3662,3746,3838,3931,4032,4106,4198,4300,4352,4418,4510,4598,4660,4724,4787,4898,5000,5106,5209,5269,5329",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,79,84,101,95,104,132,79,77,95,78,62,94,63,68,62,73,63,55,120,57,61,55,76,138,87,79,139,79,79,89,55,55,65,78,80,87,78,76,81,88,83,91,92,100,73,91,101,51,65,91,87,61,63,62,110,101,105,102,59,59,84",
+ "endOffsets": "270,351,431,516,618,714,819,952,1032,1110,1206,1285,1348,1443,1507,1576,1639,1713,1777,1833,1954,2012,2074,2130,2207,2346,2434,2514,2654,2734,2814,2904,2960,3016,3082,3161,3242,3330,3409,3486,3568,3657,3741,3833,3926,4027,4101,4193,4295,4347,4413,4505,4593,4655,4719,4782,4893,4995,5101,5204,5264,5324,5409"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3075,3156,3236,3321,3423,3519,3624,3757,3837,3915,4011,4090,4153,4248,4312,4381,4444,4518,4582,4638,4759,4817,4879,4935,5012,5151,5239,5319,5459,5539,5619,5709,5765,5821,5887,5966,6047,6135,6214,6291,6373,6462,6546,6638,6731,6832,6906,6998,7100,7152,7218,7310,7398,7460,7524,7587,7698,7800,7906,8009,8069,8129",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,79,84,101,95,104,132,79,77,95,78,62,94,63,68,62,73,63,55,120,57,61,55,76,138,87,79,139,79,79,89,55,55,65,78,80,87,78,76,81,88,83,91,92,100,73,91,101,51,65,91,87,61,63,62,110,101,105,102,59,59,84",
+ "endOffsets": "320,3151,3231,3316,3418,3514,3619,3752,3832,3910,4006,4085,4148,4243,4307,4376,4439,4513,4577,4633,4754,4812,4874,4930,5007,5146,5234,5314,5454,5534,5614,5704,5760,5816,5882,5961,6042,6130,6209,6286,6368,6457,6541,6633,6726,6827,6901,6993,7095,7147,7213,7305,7393,7455,7519,7582,7693,7795,7901,8004,8064,8124,8209"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-gl\\values-gl.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,209,313,421,506,607,735,821,902,994,1088,1185,1279,1379,1473,1569,1664,1756,1848,1929,2037,2144,2251,2360,2465,2579,2756,2855",
+ "endColumns": "103,103,107,84,100,127,85,80,91,93,96,93,99,93,95,94,91,91,80,107,106,106,108,104,113,176,98,82",
+ "endOffsets": "204,308,416,501,602,730,816,897,989,1083,1180,1274,1374,1468,1564,1659,1751,1843,1924,2032,2139,2246,2355,2460,2574,2751,2850,2933"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "325,429,533,641,726,827,955,1041,1122,1214,1308,1405,1499,1599,1693,1789,1884,1976,2068,2149,2257,2364,2471,2580,2685,2799,2976,8214",
+ "endColumns": "103,103,107,84,100,127,85,80,91,93,96,93,99,93,95,94,91,91,80,107,106,106,108,104,113,176,98,82",
+ "endOffsets": "424,528,636,721,822,950,1036,1117,1209,1303,1400,1494,1594,1688,1784,1879,1971,2063,2144,2252,2359,2466,2575,2680,2794,2971,3070,8292"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-gl\\values-gl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8297",
+ "endColumns": "100",
+ "endOffsets": "8393"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-km_values-km.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-km\\values-km.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8005",
+ "endColumns": "100",
+ "endOffsets": "8101"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-km\\values-km.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,269,347,423,503,582,661,761,873,953,1018,1112,1182,1244,1331,1394,1459,1518,1583,1644,1701,1820,1878,1939,1996,2067,2197,2283,2361,2499,2574,2645,2742,2797,2853,2919,2999,3089,3175,3254,3331,3401,3476,3564,3634,3734,3833,3907,3983,4090,4144,4217,4308,4404,4466,4530,4593,4692,4790,4882,4982,5040,5100",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,75,79,78,78,99,111,79,64,93,69,61,86,62,64,58,64,60,56,118,57,60,56,70,129,85,77,137,74,70,96,54,55,65,79,89,85,78,76,69,74,87,69,99,98,73,75,106,53,72,90,95,61,63,62,98,97,91,99,57,59,82",
+ "endOffsets": "264,342,418,498,577,656,756,868,948,1013,1107,1177,1239,1326,1389,1454,1513,1578,1639,1696,1815,1873,1934,1991,2062,2192,2278,2356,2494,2569,2640,2737,2792,2848,2914,2994,3084,3170,3249,3326,3396,3471,3559,3629,3729,3828,3902,3978,4085,4139,4212,4303,4399,4461,4525,4588,4687,4785,4877,4977,5035,5095,5178"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3007,3085,3161,3241,3320,3399,3499,3611,3691,3756,3850,3920,3982,4069,4132,4197,4256,4321,4382,4439,4558,4616,4677,4734,4805,4935,5021,5099,5237,5312,5383,5480,5535,5591,5657,5737,5827,5913,5992,6069,6139,6214,6302,6372,6472,6571,6645,6721,6828,6882,6955,7046,7142,7204,7268,7331,7430,7528,7620,7720,7778,7838",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,75,79,78,78,99,111,79,64,93,69,61,86,62,64,58,64,60,56,118,57,60,56,70,129,85,77,137,74,70,96,54,55,65,79,89,85,78,76,69,74,87,69,99,98,73,75,106,53,72,90,95,61,63,62,98,97,91,99,57,59,82",
+ "endOffsets": "314,3080,3156,3236,3315,3394,3494,3606,3686,3751,3845,3915,3977,4064,4127,4192,4251,4316,4377,4434,4553,4611,4672,4729,4800,4930,5016,5094,5232,5307,5378,5475,5530,5586,5652,5732,5822,5908,5987,6064,6134,6209,6297,6367,6467,6566,6640,6716,6823,6877,6950,7041,7137,7199,7263,7326,7425,7523,7615,7715,7773,7833,7916"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-km\\values-km.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,207,306,416,503,606,727,805,881,972,1065,1157,1251,1351,1444,1539,1633,1724,1815,1898,2002,2106,2206,2315,2424,2533,2695,2793",
+ "endColumns": "101,98,109,86,102,120,77,75,90,92,91,93,99,92,94,93,90,90,82,103,103,99,108,108,108,161,97,83",
+ "endOffsets": "202,301,411,498,601,722,800,876,967,1060,1152,1246,1346,1439,1534,1628,1719,1810,1893,1997,2101,2201,2310,2419,2528,2690,2788,2872"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "319,421,520,630,717,820,941,1019,1095,1186,1279,1371,1465,1565,1658,1753,1847,1938,2029,2112,2216,2320,2420,2529,2638,2747,2909,7921",
+ "endColumns": "101,98,109,86,102,120,77,75,90,92,91,93,99,92,94,93,90,90,82,103,103,99,108,108,108,161,97,83",
+ "endOffsets": "416,515,625,712,815,936,1014,1090,1181,1274,1366,1460,1560,1653,1748,1842,1933,2024,2107,2211,2315,2415,2524,2633,2742,2904,3002,8000"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-gu_values-gu.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-gu\\values-gu.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,268,342,414,496,602,700,799,919,1003,1066,1157,1224,1283,1373,1436,1501,1565,1634,1696,1750,1865,1923,1984,2038,2111,2238,2324,2408,2541,2616,2692,2778,2832,2884,2950,3023,3103,3188,3259,3335,3414,3483,3579,3657,3752,3848,3922,3997,4096,4147,4214,4301,4391,4453,4517,4580,4682,4787,4884,4990,5048,5104",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,73,71,81,105,97,98,119,83,62,90,66,58,89,62,64,63,68,61,53,114,57,60,53,72,126,85,83,132,74,75,85,53,51,65,72,79,84,70,75,78,68,95,77,94,95,73,74,98,50,66,86,89,61,63,62,101,104,96,105,57,55,77",
+ "endOffsets": "263,337,409,491,597,695,794,914,998,1061,1152,1219,1278,1368,1431,1496,1560,1629,1691,1745,1860,1918,1979,2033,2106,2233,2319,2403,2536,2611,2687,2773,2827,2879,2945,3018,3098,3183,3254,3330,3409,3478,3574,3652,3747,3843,3917,3992,4091,4142,4209,4296,4386,4448,4512,4575,4677,4782,4879,4985,5043,5099,5177"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3001,3075,3147,3229,3335,3433,3532,3652,3736,3799,3890,3957,4016,4106,4169,4234,4298,4367,4429,4483,4598,4656,4717,4771,4844,4971,5057,5141,5274,5349,5425,5511,5565,5617,5683,5756,5836,5921,5992,6068,6147,6216,6312,6390,6485,6581,6655,6730,6829,6880,6947,7034,7124,7186,7250,7313,7415,7520,7617,7723,7781,7837",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,73,71,81,105,97,98,119,83,62,90,66,58,89,62,64,63,68,61,53,114,57,60,53,72,126,85,83,132,74,75,85,53,51,65,72,79,84,70,75,78,68,95,77,94,95,73,74,98,50,66,86,89,61,63,62,101,104,96,105,57,55,77",
+ "endOffsets": "313,3070,3142,3224,3330,3428,3527,3647,3731,3794,3885,3952,4011,4101,4164,4229,4293,4362,4424,4478,4593,4651,4712,4766,4839,4966,5052,5136,5269,5344,5420,5506,5560,5612,5678,5751,5831,5916,5987,6063,6142,6211,6307,6385,6480,6576,6650,6725,6824,6875,6942,7029,7119,7181,7245,7308,7410,7515,7612,7718,7776,7832,7910"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-gu\\values-gu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7996",
+ "endColumns": "100",
+ "endOffsets": "8092"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-gu\\values-gu.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,316,423,510,610,730,808,885,976,1069,1164,1258,1358,1451,1546,1640,1731,1822,1902,2008,2109,2206,2315,2415,2525,2685,2788",
+ "endColumns": "106,103,106,86,99,119,77,76,90,92,94,93,99,92,94,93,90,90,79,105,100,96,108,99,109,159,102,80",
+ "endOffsets": "207,311,418,505,605,725,803,880,971,1064,1159,1253,1353,1446,1541,1635,1726,1817,1897,2003,2104,2201,2310,2410,2520,2680,2783,2864"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "318,425,529,636,723,823,943,1021,1098,1189,1282,1377,1471,1571,1664,1759,1853,1944,2035,2115,2221,2322,2419,2528,2628,2738,2898,7915",
+ "endColumns": "106,103,106,86,99,119,77,76,90,92,94,93,99,92,94,93,90,90,79,105,100,96,108,99,109,159,102,80",
+ "endOffsets": "420,524,631,718,818,938,1016,1093,1184,1277,1372,1466,1566,1659,1754,1848,1939,2030,2110,2216,2317,2414,2523,2623,2733,2893,2996,7991"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-v23_values-v23.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-v23\\values-v23.xml",
+ "from": {
+ "startLines": "2,5,8,13,17,20,23,26,31,34,38",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,271,481,801,1038,1245,1452,1655,1987,2189,2454",
+ "endLines": "4,7,12,16,19,22,25,30,33,37,41",
+ "endColumns": "10,10,10,10,10,10,10,10,10,10,10",
+ "endOffsets": "266,476,796,1033,1240,1447,1650,1982,2184,2449,2722"
+ },
+ "to": {
+ "startLines": "53,56,59,64,68,71,74,77,82,85,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "3382,3598,3808,4128,4365,4572,4779,4982,5314,5516,5781",
+ "endLines": "55,58,63,67,70,73,76,81,84,88,92",
+ "endColumns": "10,10,10,10,10,10,10,10,10,10,10",
+ "endOffsets": "3593,3803,4123,4360,4567,4774,4977,5309,5511,5776,6049"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-v23\\values-v23.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,20,34,35,36,39,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,190,325,400,487,1225,1975,2094,2221,2443,2667,2782,2889,3002",
+ "endLines": "2,3,4,5,19,33,34,35,38,42,43,44,45,49",
+ "endColumns": "134,134,74,86,12,12,118,126,12,12,114,106,112,12",
+ "endOffsets": "185,320,395,482,1220,1970,2089,2216,2438,2662,2777,2884,2997,3227"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\0f83c5d5bf7c6e76956157cb777fbf37\\transformed\\cardview-1.0.0\\res\\values-v23\\values-v23.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "4",
+ "endColumns": "12",
+ "endOffsets": "200"
+ },
+ "to": {
+ "startLines": "50",
+ "startColumns": "4",
+ "startOffsets": "3232",
+ "endLines": "52",
+ "endColumns": "12",
+ "endOffsets": "3377"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-pt-rBR_values-pt-rBR.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,273,354,432,516,611,700,801,921,1002,1066,1158,1237,1297,1387,1451,1522,1585,1660,1724,1778,1905,1963,2025,2079,2158,2299,2386,2468,2607,2690,2774,2861,2917,2968,3034,3108,3188,3275,3348,3425,3494,3568,3656,3733,3826,3922,3996,4076,4173,4225,4291,4378,4466,4528,4592,4655,4767,4876,4983,5093,5153,5208",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,77,83,94,88,100,119,80,63,91,78,59,89,63,70,62,74,63,53,126,57,61,53,78,140,86,81,138,82,83,86,55,50,65,73,79,86,72,76,68,73,87,76,92,95,73,79,96,51,65,86,87,61,63,62,111,108,106,109,59,54,76",
+ "endOffsets": "268,349,427,511,606,695,796,916,997,1061,1153,1232,1292,1382,1446,1517,1580,1655,1719,1773,1900,1958,2020,2074,2153,2294,2381,2463,2602,2685,2769,2856,2912,2963,3029,3103,3183,3270,3343,3420,3489,3563,3651,3728,3821,3917,3991,4071,4168,4220,4286,4373,4461,4523,4587,4650,4762,4871,4978,5088,5148,5203,5280"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3061,3142,3220,3304,3399,3488,3589,3709,3790,3854,3946,4025,4085,4175,4239,4310,4373,4448,4512,4566,4693,4751,4813,4867,4946,5087,5174,5256,5395,5478,5562,5649,5705,5756,5822,5896,5976,6063,6136,6213,6282,6356,6444,6521,6614,6710,6784,6864,6961,7013,7079,7166,7254,7316,7380,7443,7555,7664,7771,7881,7941,7996",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,77,83,94,88,100,119,80,63,91,78,59,89,63,70,62,74,63,53,126,57,61,53,78,140,86,81,138,82,83,86,55,50,65,73,79,86,72,76,68,73,87,76,92,95,73,79,96,51,65,86,87,61,63,62,111,108,106,109,59,54,76",
+ "endOffsets": "318,3137,3215,3299,3394,3483,3584,3704,3785,3849,3941,4020,4080,4170,4234,4305,4368,4443,4507,4561,4688,4746,4808,4862,4941,5082,5169,5251,5390,5473,5557,5644,5700,5751,5817,5891,5971,6058,6131,6208,6277,6351,6439,6516,6609,6705,6779,6859,6956,7008,7074,7161,7249,7311,7375,7438,7550,7659,7766,7876,7936,7991,8068"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8159",
+ "endColumns": "100",
+ "endOffsets": "8255"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-pt-rBR\\values-pt-rBR.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,225,331,438,527,628,747,832,912,1003,1096,1191,1285,1385,1478,1573,1668,1759,1850,1935,2042,2153,2255,2363,2471,2581,2743,2843",
+ "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85",
+ "endOffsets": "220,326,433,522,623,742,827,907,998,1091,1186,1280,1380,1473,1568,1663,1754,1845,1930,2037,2148,2250,2358,2466,2576,2738,2838,2924"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "323,443,549,656,745,846,965,1050,1130,1221,1314,1409,1503,1603,1696,1791,1886,1977,2068,2153,2260,2371,2473,2581,2689,2799,2961,8073",
+ "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85",
+ "endOffsets": "438,544,651,740,841,960,1045,1125,1216,1309,1404,1498,1598,1691,1786,1881,1972,2063,2148,2255,2366,2468,2576,2684,2794,2956,3056,8154"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-fr-rCA_values-fr-rCA.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,283,390,498,580,681,778,878,1000,1085,1151,1248,1328,1390,1482,1549,1623,1684,1763,1827,1881,1997,2056,2118,2172,2254,2383,2475,2559,2703,2782,2863,2956,3011,3062,3128,3207,3288,3379,3451,3529,3604,3676,3773,3850,3948,4046,4124,4205,4305,4362,4428,4511,4598,4660,4724,4787,4889,4996,5093,5202,5261,5316",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,106,107,81,100,96,99,121,84,65,96,79,61,91,66,73,60,78,63,53,115,58,61,53,81,128,91,83,143,78,80,92,54,50,65,78,80,90,71,77,74,71,96,76,97,97,77,80,99,56,65,82,86,61,63,62,101,106,96,108,58,54,88",
+ "endOffsets": "278,385,493,575,676,773,873,995,1080,1146,1243,1323,1385,1477,1544,1618,1679,1758,1822,1876,1992,2051,2113,2167,2249,2378,2470,2554,2698,2777,2858,2951,3006,3057,3123,3202,3283,3374,3446,3524,3599,3671,3768,3845,3943,4041,4119,4200,4300,4357,4423,4506,4593,4655,4719,4782,4884,4991,5088,5197,5256,5311,5400"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3083,3190,3298,3380,3481,3578,3678,3800,3885,3951,4048,4128,4190,4282,4349,4423,4484,4563,4627,4681,4797,4856,4918,4972,5054,5183,5275,5359,5503,5582,5663,5756,5811,5862,5928,6007,6088,6179,6251,6329,6404,6476,6573,6650,6748,6846,6924,7005,7105,7162,7228,7311,7398,7460,7524,7587,7689,7796,7893,8002,8061,8116",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,106,107,81,100,96,99,121,84,65,96,79,61,91,66,73,60,78,63,53,115,58,61,53,81,128,91,83,143,78,80,92,54,50,65,78,80,90,71,77,74,71,96,76,97,97,77,80,99,56,65,82,86,61,63,62,101,106,96,108,58,54,88",
+ "endOffsets": "328,3185,3293,3375,3476,3573,3673,3795,3880,3946,4043,4123,4185,4277,4344,4418,4479,4558,4622,4676,4792,4851,4913,4967,5049,5178,5270,5354,5498,5577,5658,5751,5806,5857,5923,6002,6083,6174,6246,6324,6399,6471,6568,6645,6743,6841,6919,7000,7100,7157,7223,7306,7393,7455,7519,7582,7684,7791,7888,7997,8056,8111,8200"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8292",
+ "endColumns": "100",
+ "endOffsets": "8388"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-fr-rCA\\values-fr-rCA.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,216,323,433,520,626,756,841,921,1012,1105,1203,1298,1398,1491,1584,1679,1770,1861,1947,2057,2168,2271,2382,2490,2597,2756,2855",
+ "endColumns": "110,106,109,86,105,129,84,79,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86",
+ "endOffsets": "211,318,428,515,621,751,836,916,1007,1100,1198,1293,1393,1486,1579,1674,1765,1856,1942,2052,2163,2266,2377,2485,2592,2751,2850,2937"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "333,444,551,661,748,854,984,1069,1149,1240,1333,1431,1526,1626,1719,1812,1907,1998,2089,2175,2285,2396,2499,2610,2718,2825,2984,8205",
+ "endColumns": "110,106,109,86,105,129,84,79,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86",
+ "endOffsets": "439,546,656,743,849,979,1064,1144,1235,1328,1426,1521,1621,1714,1807,1902,1993,2084,2170,2280,2391,2494,2605,2713,2820,2979,3078,8287"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-sw300dp-v13_values-sw300dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw300dp-v13\\values-sw300dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16915,16958,17001,17044,17087,17128,17171,17214,17257,17300,17343,17386,17429,17472,17515,17558,17599,17642,17685,17728,17771,17814,17857,17900,17943,17986,18029,18070,18113,18156,18199,18242,18285,18328,18371,18414,18457,18500,18541,18584,18627,18670,18713,18756,18799,18842,18885,18928,18971,19012,19051,19094,19137,19180,19223,19266,19309,19352,19395,19438,19481,19522,19565,19608,19651,19694,19737,19780,19823,19866,19909,19952,19993,20036,20079,20122,20165,20208,20251,20294,20337,20380,20423,20464,20507,20550,20593,20636,20679,20722,20765,20808,20851,20894,20935,20978,21021,21064,21107,21150,21193,21236,21279,21322,21365,21406,21449,21492,21535,21578,21621,21664,21707,21750,21793,21836,21877,21920,21963,22006,22049,22092,22135,22178,22221,22264,22307,22348,22391,22434,22477,22520,22563,22606,22649,22692,22735,22778,22819,22862,22905,22948,22991,23034,23077,23120,23163,23206,23249,23290,23333,23376,23419,23462,23505,23548,23591,23634,23677,23720,23761,23800,23843,23884,23925,23966,24007,24048,24089,24130,24171,24212,24253,24292,24333,24374,24415,24456,24497,24538,24579,24620,24661,24702,24741,24782,24823,24864,24905,24946,24987,25028,25069,25110,25151,25190,25231,25272,25313,25354,25395,25436,25477,25518,25559,25600,25639,25686,25733,25780,25827,25874,25921,25968,26015,26062,26109,26154,26201,26248,26295,26342,26389,26436,26483,26530,26577,26624,26669,26716,26763,26810,26857,26904,26951,26998,27045,27092,27139,27184,27231,27278,27325,27372,27419,27466,27513,27560,27607,27654,27699,27746,27793,27840,27887,27934,27981,28028,28075,28122,28169,28214,28261,28306,28351,28396",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,44,44,44",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16910,16953,16996,17039,17082,17123,17166,17209,17252,17295,17338,17381,17424,17467,17510,17553,17594,17637,17680,17723,17766,17809,17852,17895,17938,17981,18024,18065,18108,18151,18194,18237,18280,18323,18366,18409,18452,18495,18536,18579,18622,18665,18708,18751,18794,18837,18880,18923,18966,19007,19046,19089,19132,19175,19218,19261,19304,19347,19390,19433,19476,19517,19560,19603,19646,19689,19732,19775,19818,19861,19904,19947,19988,20031,20074,20117,20160,20203,20246,20289,20332,20375,20418,20459,20502,20545,20588,20631,20674,20717,20760,20803,20846,20889,20930,20973,21016,21059,21102,21145,21188,21231,21274,21317,21360,21401,21444,21487,21530,21573,21616,21659,21702,21745,21788,21831,21872,21915,21958,22001,22044,22087,22130,22173,22216,22259,22302,22343,22386,22429,22472,22515,22558,22601,22644,22687,22730,22773,22814,22857,22900,22943,22986,23029,23072,23115,23158,23201,23244,23285,23328,23371,23414,23457,23500,23543,23586,23629,23672,23715,23756,23795,23838,23879,23920,23961,24002,24043,24084,24125,24166,24207,24248,24287,24328,24369,24410,24451,24492,24533,24574,24615,24656,24697,24736,24777,24818,24859,24900,24941,24982,25023,25064,25105,25146,25185,25226,25267,25308,25349,25390,25431,25472,25513,25554,25595,25634,25681,25728,25775,25822,25869,25916,25963,26010,26057,26104,26149,26196,26243,26290,26337,26384,26431,26478,26525,26572,26619,26664,26711,26758,26805,26852,26899,26946,26993,27040,27087,27134,27179,27226,27273,27320,27367,27414,27461,27508,27555,27602,27649,27694,27741,27788,27835,27882,27929,27976,28023,28070,28117,28164,28209,28256,28301,28346,28391,28436"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17486,17529,17572,17615,17658,17740,17783,17826,17869,17912,17955,17998,18041,18084,18127,18170,18252,18295,18338,18381,18424,18467,18510,18553,18596,18639,18682,18764,18807,18850,18893,18936,18979,19022,19065,19108,19151,19194,19276,19319,19362,19405,19448,19491,19534,19577,19620,19663,19706,19788,19831,19874,19917,19960,20003,20046,20089,20132,20175,20218,20300,20343,20386,20429,20472,20515,20558,20601,20644,20687,20730,20812,20890,20933,20976,21019,21062,21105,21148,21191,21234,21277,21320,21402,21445,21488,21531,21574,21617,21660,21703,21746,21789,21832,21914,21957,22000,22043,22086,22129,22172,22215,22258,22301,22344,22426,22469,22512,22555,22598,22641,22684,22727,22770,22813,22856,22938,22981,23024,23067,23110,23153,23196,23239,23282,23325,23368,23450,23493,23536,23579,23622,23665,23708,23751,23794,23837,23880,23962,24005,24048,24091,24134,24177,24220,24263,24306,24349,24392,24474,24517,24560,24603,24646,24689,24732,24775,24818,24861,24904,24986,25029,25072,25115,25158,25201,25244,25287,25330,25373,25416,25498,25541,25584,25627,25670,25713,25756,25799,25842,25885,25928,26010,26088,26131,26213,26295,26377,26459,26541,26623,26705,26787,26869,26951,27029,27111,27193,27275,27357,27439,27521,27603,27685,27767,27849,27927,28009,28091,28173,28255,28337,28419,28501,28583,28665,28747,28825,28907,28989,29071,29153,29235,29317,29399,29481,29563,29645,29723,29770,29817,29864,29911,29958,30005,30052,30099,30146,30193,30238,30285,30332,30379,30426,30473,30520,30567,30614,30661,30708,30753,30800,30847,30894,30941,30988,31035,31082,31129,31176,31223,31268,31315,31362,31409,31456,31503,31550,31597,31644,31691,31738,31783,31830,31877,31924,31971,32018,32065,32112,32159,32206,32253,32298,32345,32390,32435,32480",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,44,44,44",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17481,17524,17567,17610,17653,17694,17778,17821,17864,17907,17950,17993,18036,18079,18122,18165,18206,18290,18333,18376,18419,18462,18505,18548,18591,18634,18677,18718,18802,18845,18888,18931,18974,19017,19060,19103,19146,19189,19230,19314,19357,19400,19443,19486,19529,19572,19615,19658,19701,19742,19826,19869,19912,19955,19998,20041,20084,20127,20170,20213,20254,20338,20381,20424,20467,20510,20553,20596,20639,20682,20725,20766,20846,20928,20971,21014,21057,21100,21143,21186,21229,21272,21315,21356,21440,21483,21526,21569,21612,21655,21698,21741,21784,21827,21868,21952,21995,22038,22081,22124,22167,22210,22253,22296,22339,22380,22464,22507,22550,22593,22636,22679,22722,22765,22808,22851,22892,22976,23019,23062,23105,23148,23191,23234,23277,23320,23363,23404,23488,23531,23574,23617,23660,23703,23746,23789,23832,23875,23916,24000,24043,24086,24129,24172,24215,24258,24301,24344,24387,24428,24512,24555,24598,24641,24684,24727,24770,24813,24856,24899,24940,25024,25067,25110,25153,25196,25239,25282,25325,25368,25411,25452,25536,25579,25622,25665,25708,25751,25794,25837,25880,25923,25964,26044,26126,26167,26249,26331,26413,26495,26577,26659,26741,26823,26905,26985,27065,27147,27229,27311,27393,27475,27557,27639,27721,27803,27883,27963,28045,28127,28209,28291,28373,28455,28537,28619,28701,28781,28861,28943,29025,29107,29189,29271,29353,29435,29517,29599,29679,29765,29812,29859,29906,29953,30000,30047,30094,30141,30188,30233,30280,30327,30374,30421,30468,30515,30562,30609,30656,30703,30748,30795,30842,30889,30936,30983,31030,31077,31124,31171,31218,31263,31310,31357,31404,31451,31498,31545,31592,31639,31686,31733,31778,31825,31872,31919,31966,32013,32060,32107,32154,32201,32248,32293,32340,32385,32430,32475,32520"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw300dp-v13\\values-sw300dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1732,1773,1814,1855,1894,1935,1976,2017,2058,2099,2140,2181,2222,2263,2304,2343,2384,2425,2466,2507,2548,2589,2630,2671,2712,2753,2792,2833,2874,2915,2956,2997,3038,3079,3120,3161,3202,3241,3282,3323,3364,3405,3446,3487,3528,3569,3610,3651,3690,3731,3772,3813,3854,3895,3936,3977,4018,4059,4100",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1727,1768,1809,1850,1889,1930,1971,2012,2053,2094,2135,2176,2217,2258,2299,2338,2379,2420,2461,2502,2543,2584,2625,2666,2707,2748,2787,2828,2869,2910,2951,2992,3033,3074,3115,3156,3197,3236,3277,3318,3359,3400,3441,3482,3523,3564,3605,3646,3685,3726,3767,3808,3849,3890,3931,3972,4013,4054,4095,4134"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17699,18211,18723,19235,19747,20259,20771,20851,21361,21873,22385,22897,23409,23921,24433,24945,25457,25969,26049,26172,26254,26336,26418,26500,26582,26664,26746,26828,26910,26990,27070,27152,27234,27316,27398,27480,27562,27644,27726,27808,27888,27968,28050,28132,28214,28296,28378,28460,28542,28624,28706,28786,28866,28948,29030,29112,29194,29276,29358,29440,29522,29604,29684",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17735,18247,18759,19271,19783,20295,20807,20885,21397,21909,22421,22933,23445,23957,24469,24981,25493,26005,26083,26208,26290,26372,26454,26536,26618,26700,26782,26864,26946,27024,27106,27188,27270,27352,27434,27516,27598,27680,27762,27844,27922,28004,28086,28168,28250,28332,28414,28496,28578,28660,28742,28820,28902,28984,29066,29148,29230,29312,29394,29476,29558,29640,29718"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-v25_values-v25.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-v25\\values-v25.xml",
+ "from": {
+ "startLines": "2,3,4,6",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,126,209,308",
+ "endLines": "2,3,5,7",
+ "endColumns": "70,82,12,12",
+ "endOffsets": "121,204,303,414"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-mr_values-mr.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-mr\\values-mr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7951",
+ "endColumns": "100",
+ "endOffsets": "8047"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-mr\\values-mr.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,259,344,431,514,607,691,791,907,989,1052,1143,1208,1267,1355,1417,1479,1539,1606,1669,1723,1837,1894,1955,2009,2079,2198,2279,2364,2499,2576,2653,2739,2795,2847,2913,2983,3061,3148,3218,3294,3365,3434,3530,3604,3702,3798,3872,3942,4044,4099,4166,4253,4346,4409,4473,4536,4636,4739,4833,4937,4997,5053",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,84,86,82,92,83,99,115,81,62,90,64,58,87,61,61,59,66,62,53,113,56,60,53,69,118,80,84,134,76,76,85,55,51,65,69,77,86,69,75,70,68,95,73,97,95,73,69,101,54,66,86,92,62,63,62,99,102,93,103,59,55,77",
+ "endOffsets": "254,339,426,509,602,686,786,902,984,1047,1138,1203,1262,1350,1412,1474,1534,1601,1664,1718,1832,1889,1950,2004,2074,2193,2274,2359,2494,2571,2648,2734,2790,2842,2908,2978,3056,3143,3213,3289,3360,3429,3525,3599,3697,3793,3867,3937,4039,4094,4161,4248,4341,4404,4468,4531,4631,4734,4828,4932,4992,5048,5126"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2999,3084,3171,3254,3347,3431,3531,3647,3729,3792,3883,3948,4007,4095,4157,4219,4279,4346,4409,4463,4577,4634,4695,4749,4819,4938,5019,5104,5239,5316,5393,5479,5535,5587,5653,5723,5801,5888,5958,6034,6105,6174,6270,6344,6442,6538,6612,6682,6784,6839,6906,6993,7086,7149,7213,7276,7376,7479,7573,7677,7737,7793",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,84,86,82,92,83,99,115,81,62,90,64,58,87,61,61,59,66,62,53,113,56,60,53,69,118,80,84,134,76,76,85,55,51,65,69,77,86,69,75,70,68,95,73,97,95,73,69,101,54,66,86,92,62,63,62,99,102,93,103,59,55,77",
+ "endOffsets": "304,3079,3166,3249,3342,3426,3526,3642,3724,3787,3878,3943,4002,4090,4152,4214,4274,4341,4404,4458,4572,4629,4690,4744,4814,4933,5014,5099,5234,5311,5388,5474,5530,5582,5648,5718,5796,5883,5953,6029,6100,6169,6265,6339,6437,6533,6607,6677,6779,6834,6901,6988,7081,7144,7208,7271,7371,7474,7568,7672,7732,7788,7866"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-mr\\values-mr.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,216,322,429,519,620,732,810,887,978,1071,1164,1261,1361,1454,1549,1643,1734,1825,1905,2012,2113,2210,2319,2421,2535,2692,2795",
+ "endColumns": "110,105,106,89,100,111,77,76,90,92,92,96,99,92,94,93,90,90,79,106,100,96,108,101,113,156,102,79",
+ "endOffsets": "211,317,424,514,615,727,805,882,973,1066,1159,1256,1356,1449,1544,1638,1729,1820,1900,2007,2108,2205,2314,2416,2530,2687,2790,2870"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "309,420,526,633,723,824,936,1014,1091,1182,1275,1368,1465,1565,1658,1753,1847,1938,2029,2109,2216,2317,2414,2523,2625,2739,2896,7871",
+ "endColumns": "110,105,106,89,100,111,77,76,90,92,92,96,99,92,94,93,90,90,79,106,100,96,108,101,113,156,102,79",
+ "endOffsets": "415,521,628,718,819,931,1009,1086,1177,1270,1363,1460,1560,1653,1748,1842,1933,2024,2104,2211,2312,2409,2518,2620,2734,2891,2994,7946"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-ne_values-ne.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-ne\\values-ne.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8187",
+ "endColumns": "100",
+ "endOffsets": "8283"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ne\\values-ne.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,214,325,433,524,631,751,835,914,1005,1098,1193,1287,1387,1480,1575,1669,1760,1851,1937,2050,2151,2247,2360,2470,2587,2754,2865",
+ "endColumns": "108,110,107,90,106,119,83,78,90,92,94,93,99,92,94,93,90,90,85,112,100,95,112,109,116,166,110,79",
+ "endOffsets": "209,320,428,519,626,746,830,909,1000,1093,1188,1282,1382,1475,1570,1664,1755,1846,1932,2045,2146,2242,2355,2465,2582,2749,2860,2940"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "312,421,532,640,731,838,958,1042,1121,1212,1305,1400,1494,1594,1687,1782,1876,1967,2058,2144,2257,2358,2454,2567,2677,2794,2961,8107",
+ "endColumns": "108,110,107,90,106,119,83,78,90,92,94,93,99,92,94,93,90,90,85,112,100,95,112,109,116,166,110,79",
+ "endOffsets": "416,527,635,726,833,953,1037,1116,1207,1300,1395,1489,1589,1682,1777,1871,1962,2053,2139,2252,2353,2449,2562,2672,2789,2956,3067,8182"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ne\\values-ne.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,262,351,439,521,616,705,807,917,1004,1070,1166,1232,1293,1398,1462,1534,1592,1666,1728,1782,1895,1955,2016,2075,2153,2277,2358,2443,2579,2660,2743,2826,2888,2942,3008,3085,3164,3252,3321,3397,3478,3546,3637,3715,3808,3905,3979,4058,4156,4216,4282,4370,4458,4520,4588,4651,4756,4874,4969,5089,5155,5213",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,88,87,81,94,88,101,109,86,65,95,65,60,104,63,71,57,73,61,53,112,59,60,58,77,123,80,84,135,80,82,82,61,53,65,76,78,87,68,75,80,67,90,77,92,96,73,78,97,59,65,87,87,61,67,62,104,117,94,119,65,57,83",
+ "endOffsets": "257,346,434,516,611,700,802,912,999,1065,1161,1227,1288,1393,1457,1529,1587,1661,1723,1777,1890,1950,2011,2070,2148,2272,2353,2438,2574,2655,2738,2821,2883,2937,3003,3080,3159,3247,3316,3392,3473,3541,3632,3710,3803,3900,3974,4053,4151,4211,4277,4365,4453,4515,4583,4646,4751,4869,4964,5084,5150,5208,5292"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3072,3161,3249,3331,3426,3515,3617,3727,3814,3880,3976,4042,4103,4208,4272,4344,4402,4476,4538,4592,4705,4765,4826,4885,4963,5087,5168,5253,5389,5470,5553,5636,5698,5752,5818,5895,5974,6062,6131,6207,6288,6356,6447,6525,6618,6715,6789,6868,6966,7026,7092,7180,7268,7330,7398,7461,7566,7684,7779,7899,7965,8023",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,88,87,81,94,88,101,109,86,65,95,65,60,104,63,71,57,73,61,53,112,59,60,58,77,123,80,84,135,80,82,82,61,53,65,76,78,87,68,75,80,67,90,77,92,96,73,78,97,59,65,87,87,61,67,62,104,117,94,119,65,57,83",
+ "endOffsets": "307,3156,3244,3326,3421,3510,3612,3722,3809,3875,3971,4037,4098,4203,4267,4339,4397,4471,4533,4587,4700,4760,4821,4880,4958,5082,5163,5248,5384,5465,5548,5631,5693,5747,5813,5890,5969,6057,6126,6202,6283,6351,6442,6520,6613,6710,6784,6863,6961,7021,7087,7175,7263,7325,7393,7456,7561,7679,7774,7894,7960,8018,8102"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-de_values-de.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-de\\values-de.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8162",
+ "endColumns": "100",
+ "endOffsets": "8258"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-de\\values-de.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,283,374,463,547,637,719,820,942,1023,1089,1183,1253,1312,1420,1486,1555,1613,1685,1749,1803,1931,1991,2053,2107,2185,2322,2414,2498,2643,2727,2813,2903,2960,3011,3077,3151,3233,3326,3400,3478,3550,3624,3716,3798,3887,3976,4050,4128,4214,4269,4336,4416,4500,4562,4626,4689,4796,4900,4999,5105,5166,5221",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,90,88,83,89,81,100,121,80,65,93,69,58,107,65,68,57,71,63,53,127,59,61,53,77,136,91,83,144,83,85,89,56,50,65,73,81,92,73,77,71,73,91,81,88,88,73,77,85,54,66,79,83,61,63,62,106,103,98,105,60,54,81",
+ "endOffsets": "278,369,458,542,632,714,815,937,1018,1084,1178,1248,1307,1415,1481,1550,1608,1680,1744,1798,1926,1986,2048,2102,2180,2317,2409,2493,2638,2722,2808,2898,2955,3006,3072,3146,3228,3321,3395,3473,3545,3619,3711,3793,3882,3971,4045,4123,4209,4264,4331,4411,4495,4557,4621,4684,4791,4895,4994,5100,5161,5216,5298"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3060,3151,3240,3324,3414,3496,3597,3719,3800,3866,3960,4030,4089,4197,4263,4332,4390,4462,4526,4580,4708,4768,4830,4884,4962,5099,5191,5275,5420,5504,5590,5680,5737,5788,5854,5928,6010,6103,6177,6255,6327,6401,6493,6575,6664,6753,6827,6905,6991,7046,7113,7193,7277,7339,7403,7466,7573,7677,7776,7882,7943,7998",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,90,88,83,89,81,100,121,80,65,93,69,58,107,65,68,57,71,63,53,127,59,61,53,77,136,91,83,144,83,85,89,56,50,65,73,81,92,73,77,71,73,91,81,88,88,73,77,85,54,66,79,83,61,63,62,106,103,98,105,60,54,81",
+ "endOffsets": "328,3146,3235,3319,3409,3491,3592,3714,3795,3861,3955,4025,4084,4192,4258,4327,4385,4457,4521,4575,4703,4763,4825,4879,4957,5094,5186,5270,5415,5499,5585,5675,5732,5783,5849,5923,6005,6098,6172,6250,6322,6396,6488,6570,6659,6748,6822,6900,6986,7041,7108,7188,7272,7334,7398,7461,7568,7672,7771,7877,7938,7993,8075"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-de\\values-de.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,210,308,420,506,612,727,805,880,972,1066,1162,1263,1370,1470,1574,1672,1770,1867,1949,2060,2162,2260,2367,2470,2574,2730,2832",
+ "endColumns": "104,97,111,85,105,114,77,74,91,93,95,100,106,99,103,97,97,96,81,110,101,97,106,102,103,155,101,81",
+ "endOffsets": "205,303,415,501,607,722,800,875,967,1061,1157,1258,1365,1465,1569,1667,1765,1862,1944,2055,2157,2255,2362,2465,2569,2725,2827,2909"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "333,438,536,648,734,840,955,1033,1108,1200,1294,1390,1491,1598,1698,1802,1900,1998,2095,2177,2288,2390,2488,2595,2698,2802,2958,8080",
+ "endColumns": "104,97,111,85,105,114,77,74,91,93,95,100,106,99,103,97,97,96,81,110,101,97,106,102,103,155,101,81",
+ "endOffsets": "433,531,643,729,835,950,1028,1103,1195,1289,1385,1486,1593,1693,1797,1895,1993,2090,2172,2283,2385,2483,2590,2693,2797,2953,3055,8157"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-sw450dp-v13_values-sw450dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw450dp-v13\\values-sw450dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16915,16958,17001,17044,17087,17128,17171,17214,17257,17300,17343,17386,17429,17472,17515,17558,17599,17642,17685,17728,17771,17814,17857,17900,17943,17986,18029,18070,18113,18156,18199,18242,18285,18328,18371,18414,18457,18500,18541,18584,18627,18670,18713,18756,18799,18842,18885,18928,18971,19012,19051,19094,19137,19180,19223,19266,19309,19352,19395,19438,19481,19522,19565,19608,19651,19694,19737,19780,19823,19866,19909,19952,19993,20036,20079,20122,20165,20208,20251,20294,20337,20380,20423,20464,20507,20550,20593,20636,20679,20722,20765,20808,20851,20894,20935,20978,21021,21064,21107,21150,21193,21236,21279,21322,21365,21406,21449,21492,21535,21578,21621,21664,21707,21750,21793,21836,21877,21920,21963,22006,22049,22092,22135,22178,22221,22264,22307,22348,22391,22434,22477,22520,22563,22606,22649,22692,22735,22778,22819,22862,22905,22948,22991,23034,23077,23120,23163,23206,23249,23290,23333,23376,23419,23462,23505,23548,23591,23634,23677,23720,23761,23800,23843,23884,23925,23966,24007,24048,24089,24130,24172,24214,24256,24295,24337,24379,24421,24463,24505,24547,24589,24631,24673,24715,24755,24797,24839,24881,24923,24965,25007,25049,25091,25133,25175,25215,25257,25299,25341,25383,25425,25467,25509,25551,25593,25635,25675,25722,25769,25816,25863,25910,25957,26004,26051,26098,26145,26190,26237,26284,26331,26378,26425,26472,26519,26566,26613,26660,26705,26752,26799,26846,26893,26940,26987,27034,27081,27128,27175,27220,27267,27314,27361,27408,27455,27502,27549,27596,27643,27690,27735,27782,27829,27876,27923,27970,28017,28064,28111,28158,28205,28250,28297,28342,28388,28434",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,45,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16910,16953,16996,17039,17082,17123,17166,17209,17252,17295,17338,17381,17424,17467,17510,17553,17594,17637,17680,17723,17766,17809,17852,17895,17938,17981,18024,18065,18108,18151,18194,18237,18280,18323,18366,18409,18452,18495,18536,18579,18622,18665,18708,18751,18794,18837,18880,18923,18966,19007,19046,19089,19132,19175,19218,19261,19304,19347,19390,19433,19476,19517,19560,19603,19646,19689,19732,19775,19818,19861,19904,19947,19988,20031,20074,20117,20160,20203,20246,20289,20332,20375,20418,20459,20502,20545,20588,20631,20674,20717,20760,20803,20846,20889,20930,20973,21016,21059,21102,21145,21188,21231,21274,21317,21360,21401,21444,21487,21530,21573,21616,21659,21702,21745,21788,21831,21872,21915,21958,22001,22044,22087,22130,22173,22216,22259,22302,22343,22386,22429,22472,22515,22558,22601,22644,22687,22730,22773,22814,22857,22900,22943,22986,23029,23072,23115,23158,23201,23244,23285,23328,23371,23414,23457,23500,23543,23586,23629,23672,23715,23756,23795,23838,23879,23920,23961,24002,24043,24084,24125,24167,24209,24251,24290,24332,24374,24416,24458,24500,24542,24584,24626,24668,24710,24750,24792,24834,24876,24918,24960,25002,25044,25086,25128,25170,25210,25252,25294,25336,25378,25420,25462,25504,25546,25588,25630,25670,25717,25764,25811,25858,25905,25952,25999,26046,26093,26140,26185,26232,26279,26326,26373,26420,26467,26514,26561,26608,26655,26700,26747,26794,26841,26888,26935,26982,27029,27076,27123,27170,27215,27262,27309,27356,27403,27450,27497,27544,27591,27638,27685,27730,27777,27824,27871,27918,27965,28012,28059,28106,28153,28200,28245,28292,28337,28383,28429,28475"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17486,17529,17572,17615,17658,17740,17783,17826,17869,17912,17955,17998,18041,18084,18127,18170,18252,18295,18338,18381,18424,18467,18510,18553,18596,18639,18682,18764,18807,18850,18893,18936,18979,19022,19065,19108,19151,19194,19276,19319,19362,19405,19448,19491,19534,19577,19620,19663,19706,19788,19831,19874,19917,19960,20003,20046,20089,20132,20175,20218,20300,20343,20386,20429,20472,20515,20558,20601,20644,20687,20730,20812,20890,20933,20976,21019,21062,21105,21148,21191,21234,21277,21320,21402,21445,21488,21531,21574,21617,21660,21703,21746,21789,21832,21914,21957,22000,22043,22086,22129,22172,22215,22258,22301,22344,22426,22469,22512,22555,22598,22641,22684,22727,22770,22813,22856,22938,22981,23024,23067,23110,23153,23196,23239,23282,23325,23368,23450,23493,23536,23579,23622,23665,23708,23751,23794,23837,23880,23962,24005,24048,24091,24134,24177,24220,24263,24306,24349,24392,24474,24517,24560,24603,24646,24689,24732,24775,24818,24861,24904,24986,25029,25072,25115,25158,25201,25244,25287,25330,25373,25416,25498,25541,25584,25627,25670,25713,25756,25799,25842,25885,25928,26010,26088,26131,26213,26295,26377,26459,26541,26623,26705,26789,26873,26957,27035,27119,27203,27287,27371,27455,27539,27623,27707,27791,27875,27955,28039,28123,28207,28291,28375,28459,28543,28627,28711,28795,28875,28959,29043,29127,29211,29295,29379,29463,29547,29631,29715,29795,29842,29889,29936,29983,30030,30077,30124,30171,30218,30265,30310,30357,30404,30451,30498,30545,30592,30639,30686,30733,30780,30825,30872,30919,30966,31013,31060,31107,31154,31201,31248,31295,31340,31387,31434,31481,31528,31575,31622,31669,31716,31763,31810,31855,31902,31949,31996,32043,32090,32137,32184,32231,32278,32325,32370,32417,32462,32508,32554",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,45,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17481,17524,17567,17610,17653,17694,17778,17821,17864,17907,17950,17993,18036,18079,18122,18165,18206,18290,18333,18376,18419,18462,18505,18548,18591,18634,18677,18718,18802,18845,18888,18931,18974,19017,19060,19103,19146,19189,19230,19314,19357,19400,19443,19486,19529,19572,19615,19658,19701,19742,19826,19869,19912,19955,19998,20041,20084,20127,20170,20213,20254,20338,20381,20424,20467,20510,20553,20596,20639,20682,20725,20766,20846,20928,20971,21014,21057,21100,21143,21186,21229,21272,21315,21356,21440,21483,21526,21569,21612,21655,21698,21741,21784,21827,21868,21952,21995,22038,22081,22124,22167,22210,22253,22296,22339,22380,22464,22507,22550,22593,22636,22679,22722,22765,22808,22851,22892,22976,23019,23062,23105,23148,23191,23234,23277,23320,23363,23404,23488,23531,23574,23617,23660,23703,23746,23789,23832,23875,23916,24000,24043,24086,24129,24172,24215,24258,24301,24344,24387,24428,24512,24555,24598,24641,24684,24727,24770,24813,24856,24899,24940,25024,25067,25110,25153,25196,25239,25282,25325,25368,25411,25452,25536,25579,25622,25665,25708,25751,25794,25837,25880,25923,25964,26044,26126,26167,26249,26331,26413,26495,26577,26659,26742,26826,26910,26991,27072,27156,27240,27324,27408,27492,27576,27660,27744,27828,27910,27992,28076,28160,28244,28328,28412,28496,28580,28664,28748,28830,28912,28996,29080,29164,29248,29332,29416,29500,29584,29668,29750,29837,29884,29931,29978,30025,30072,30119,30166,30213,30260,30305,30352,30399,30446,30493,30540,30587,30634,30681,30728,30775,30820,30867,30914,30961,31008,31055,31102,31149,31196,31243,31290,31335,31382,31429,31476,31523,31570,31617,31664,31711,31758,31805,31850,31897,31944,31991,32038,32085,32132,32179,32226,32273,32320,32365,32412,32457,32503,32549,32595"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw450dp-v13\\values-sw450dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1732,1773,1814,1855,1894,1935,1976,2017,2058,2099,2140,2181,2222,2263,2304,2343,2384,2425,2466,2507,2548,2589,2630,2672,2714,2756,2795,2837,2879,2921,2963,3005,3047,3089,3131,3173,3215,3255,3297,3339,3381,3423,3465,3507,3549,3591,3633,3675,3715,3757,3799,3841,3883,3925,3967,4009,4051,4093,4135",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1727,1768,1809,1850,1889,1930,1971,2012,2053,2094,2135,2176,2217,2258,2299,2338,2379,2420,2461,2502,2543,2584,2625,2667,2709,2751,2790,2832,2874,2916,2958,3000,3042,3084,3126,3168,3210,3250,3292,3334,3376,3418,3460,3502,3544,3586,3628,3670,3710,3752,3794,3836,3878,3920,3962,4004,4046,4088,4130,4170"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17699,18211,18723,19235,19747,20259,20771,20851,21361,21873,22385,22897,23409,23921,24433,24945,25457,25969,26049,26172,26254,26336,26418,26500,26582,26664,26747,26831,26915,26996,27077,27161,27245,27329,27413,27497,27581,27665,27749,27833,27915,27997,28081,28165,28249,28333,28417,28501,28585,28669,28753,28835,28917,29001,29085,29169,29253,29337,29421,29505,29589,29673,29755",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17735,18247,18759,19271,19783,20295,20807,20885,21397,21909,22421,22933,23445,23957,24469,24981,25493,26005,26083,26208,26290,26372,26454,26536,26618,26700,26784,26868,26952,27030,27114,27198,27282,27366,27450,27534,27618,27702,27786,27870,27950,28034,28118,28202,28286,28370,28454,28538,28622,28706,28790,28870,28954,29038,29122,29206,29290,29374,29458,29542,29626,29710,29790"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-w600dp-land-v13\\values-w600dp-land-v13.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "54",
+ "endOffsets": "105"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-h320dp-port-v13\\values-h320dp-port-v13.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "75",
+ "endOffsets": "126"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-az_values-az.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-az\\values-az.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7960",
+ "endColumns": "100",
+ "endOffsets": "8056"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-az\\values-az.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,215,316,426,514,621,735,817,895,986,1079,1173,1272,1372,1465,1560,1654,1745,1837,1922,2027,2133,2233,2342,2447,2549,2707,2813",
+ "endColumns": "109,100,109,87,106,113,81,77,90,92,93,98,99,92,94,93,90,91,84,104,105,99,108,104,101,157,105,83",
+ "endOffsets": "210,311,421,509,616,730,812,890,981,1074,1168,1267,1367,1460,1555,1649,1740,1832,1917,2022,2128,2228,2337,2442,2544,2702,2808,2892"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,425,526,636,724,831,945,1027,1105,1196,1289,1383,1482,1582,1675,1770,1864,1955,2047,2132,2237,2343,2443,2552,2657,2759,2917,7876",
+ "endColumns": "109,100,109,87,106,113,81,77,90,92,93,98,99,92,94,93,90,91,84,104,105,99,108,104,101,157,105,83",
+ "endOffsets": "420,521,631,719,826,940,1022,1100,1191,1284,1378,1477,1577,1670,1765,1859,1950,2042,2127,2232,2338,2438,2547,2652,2754,2912,3018,7955"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-az\\values-az.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,353,438,518,603,682,778,894,974,1038,1132,1200,1259,1354,1417,1481,1540,1607,1670,1724,1839,1897,1959,2013,2084,2216,2300,2380,2514,2590,2666,2750,2807,2858,2924,2994,3072,3155,3225,3301,3379,3450,3536,3619,3712,3805,3878,3950,4044,4098,4165,4249,4337,4401,4466,4530,4632,4729,4825,4922,4983,5038",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,87,84,79,84,78,95,115,79,63,93,67,58,94,62,63,58,66,62,53,114,57,61,53,70,131,83,79,133,75,75,83,56,50,65,69,77,82,69,75,77,70,85,82,92,92,72,71,93,53,66,83,87,63,64,63,101,96,95,96,60,54,79",
+ "endOffsets": "260,348,433,513,598,677,773,889,969,1033,1127,1195,1254,1349,1412,1476,1535,1602,1665,1719,1834,1892,1954,2008,2079,2211,2295,2375,2509,2585,2661,2745,2802,2853,2919,2989,3067,3150,3220,3296,3374,3445,3531,3614,3707,3800,3873,3945,4039,4093,4160,4244,4332,4396,4461,4525,4627,4724,4820,4917,4978,5033,5113"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3023,3111,3196,3276,3361,3440,3536,3652,3732,3796,3890,3958,4017,4112,4175,4239,4298,4365,4428,4482,4597,4655,4717,4771,4842,4974,5058,5138,5272,5348,5424,5508,5565,5616,5682,5752,5830,5913,5983,6059,6137,6208,6294,6377,6470,6563,6636,6708,6802,6856,6923,7007,7095,7159,7224,7288,7390,7487,7583,7680,7741,7796",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,87,84,79,84,78,95,115,79,63,93,67,58,94,62,63,58,66,62,53,114,57,61,53,70,131,83,79,133,75,75,83,56,50,65,69,77,82,69,75,77,70,85,82,92,92,72,71,93,53,66,83,87,63,64,63,101,96,95,96,60,54,79",
+ "endOffsets": "310,3106,3191,3271,3356,3435,3531,3647,3727,3791,3885,3953,4012,4107,4170,4234,4293,4360,4423,4477,4592,4650,4712,4766,4837,4969,5053,5133,5267,5343,5419,5503,5560,5611,5677,5747,5825,5908,5978,6054,6132,6203,6289,6372,6465,6558,6631,6703,6797,6851,6918,7002,7090,7154,7219,7283,7385,7482,7578,7675,7736,7791,7871"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-el_values-el.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-el\\values-el.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,270,358,444,529,625,712,814,931,1017,1083,1183,1265,1328,1419,1482,1547,1609,1678,1740,1794,1932,1989,2050,2104,2177,2330,2415,2499,2638,2719,2804,2894,2949,3000,3066,3144,3229,3314,3386,3466,3546,3617,3709,3781,3878,3975,4049,4123,4225,4281,4353,4441,4533,4595,4659,4722,4838,4946,5055,5163,5222,5277",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,87,85,84,95,86,101,116,85,65,99,81,62,90,62,64,61,68,61,53,137,56,60,53,72,152,84,83,138,80,84,89,54,50,65,77,84,84,71,79,79,70,91,71,96,96,73,73,101,55,71,87,91,61,63,62,115,107,108,107,58,54,90",
+ "endOffsets": "265,353,439,524,620,707,809,926,1012,1078,1178,1260,1323,1414,1477,1542,1604,1673,1735,1789,1927,1984,2045,2099,2172,2325,2410,2494,2633,2714,2799,2889,2944,2995,3061,3139,3224,3309,3381,3461,3541,3612,3704,3776,3873,3970,4044,4118,4220,4276,4348,4436,4528,4590,4654,4717,4833,4941,5050,5158,5217,5272,5363"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3101,3189,3275,3360,3456,3543,3645,3762,3848,3914,4014,4096,4159,4250,4313,4378,4440,4509,4571,4625,4763,4820,4881,4935,5008,5161,5246,5330,5469,5550,5635,5725,5780,5831,5897,5975,6060,6145,6217,6297,6377,6448,6540,6612,6709,6806,6880,6954,7056,7112,7184,7272,7364,7426,7490,7553,7669,7777,7886,7994,8053,8108",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,87,85,84,95,86,101,116,85,65,99,81,62,90,62,64,61,68,61,53,137,56,60,53,72,152,84,83,138,80,84,89,54,50,65,77,84,84,71,79,79,70,91,71,96,96,73,73,101,55,71,87,91,61,63,62,115,107,108,107,58,54,90",
+ "endOffsets": "315,3184,3270,3355,3451,3538,3640,3757,3843,3909,4009,4091,4154,4245,4308,4373,4435,4504,4566,4620,4758,4815,4876,4930,5003,5156,5241,5325,5464,5545,5630,5720,5775,5826,5892,5970,6055,6140,6212,6292,6372,6443,6535,6607,6704,6801,6875,6949,7051,7107,7179,7267,7359,7421,7485,7548,7664,7772,7881,7989,8048,8103,8194"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-el\\values-el.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8285",
+ "endColumns": "100",
+ "endOffsets": "8381"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-el\\values-el.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,223,334,451,536,642,765,854,939,1030,1123,1218,1312,1412,1505,1600,1697,1788,1879,1964,2075,2184,2286,2397,2507,2615,2786,2886",
+ "endColumns": "117,110,116,84,105,122,88,84,90,92,94,93,99,92,94,96,90,90,84,110,108,101,110,109,107,170,99,85",
+ "endOffsets": "218,329,446,531,637,760,849,934,1025,1118,1213,1307,1407,1500,1595,1692,1783,1874,1959,2070,2179,2281,2392,2502,2610,2781,2881,2967"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "320,438,549,666,751,857,980,1069,1154,1245,1338,1433,1527,1627,1720,1815,1912,2003,2094,2179,2290,2399,2501,2612,2722,2830,3001,8199",
+ "endColumns": "117,110,116,84,105,122,88,84,90,92,94,93,99,92,94,96,90,90,84,110,108,101,110,109,107,170,99,85",
+ "endOffsets": "433,544,661,746,852,975,1064,1149,1240,1333,1428,1522,1622,1715,1810,1907,1998,2089,2174,2285,2394,2496,2607,2717,2825,2996,3096,8280"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-v31_values-v31.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-v31\\values-v31.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,224,270,317",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,149,243,336,430,524,618,712,806,900,994,1088,1181,1274,1376,1478,1579,1681,1783,1885,1987,2089,2191,2293,2395,2496,2597,2690,2783,2875,2968,3061,3154,3247,3340,3433,3526,3619,3711,3803,3898,3993,4087,4182,4277,4372,4467,4562,4657,4752,4847,4941,5035,5129,5223,5316,5410,5504,5598,5692,5786,5880,5974,6068,6161,6254,6357,6468,6576,6684,6790,6893,7006,7113,7230,7333,7452,7557,7672,7780,7896,7996,8106,8210,8324,8424,8540,8642,8754,8858,8970,9079,9188,9295,9400,9514,9623,9741,9845,9965,10072,10188,10297,10414,10515,10626,10731,10846,10947,11064,11167,11280,11371,11464,11559,11652,11745,11838,11931,12024,12117,12210,12303,12396,12489,12596,12705,12816,12925,13034,13143,13252,13361,13470,13579,13688,13797,13906,13997,14090,14185,14278,14371,14464,14557,14650,14743,14836,14929,15022,15115,15210,15307,15406,15503,15600,15697,15794,15891,15988,16085,16182,16279,16376,16469,16564,16661,16756,16851,16946,17041,17136,17231,17326,17421,17516,17611,21390,25192,29051",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,223,269,316,363",
+ "endColumns": "93,93,92,93,93,93,93,93,93,93,93,92,92,101,101,100,101,101,101,101,101,101,101,101,100,100,92,92,91,92,92,92,92,92,92,92,92,91,91,94,94,93,94,94,94,94,94,94,94,94,93,93,93,93,92,93,93,93,93,93,93,93,93,92,92,102,110,107,107,105,102,112,106,116,102,118,104,114,107,115,99,109,103,113,99,115,101,111,103,111,108,108,106,104,113,108,117,103,119,106,115,108,116,100,110,104,114,100,116,102,112,90,92,94,92,92,92,92,92,92,92,92,92,92,106,108,110,108,108,108,108,108,108,108,108,108,108,90,92,94,92,92,92,92,92,92,92,92,92,92,94,96,98,96,96,96,96,96,96,96,96,96,96,92,94,96,94,94,94,94,94,94,94,94,94,94,10,10,10,10",
+ "endOffsets": "144,238,331,425,519,613,707,801,895,989,1083,1176,1269,1371,1473,1574,1676,1778,1880,1982,2084,2186,2288,2390,2491,2592,2685,2778,2870,2963,3056,3149,3242,3335,3428,3521,3614,3706,3798,3893,3988,4082,4177,4272,4367,4462,4557,4652,4747,4842,4936,5030,5124,5218,5311,5405,5499,5593,5687,5781,5875,5969,6063,6156,6249,6352,6463,6571,6679,6785,6888,7001,7108,7225,7328,7447,7552,7667,7775,7891,7991,8101,8205,8319,8419,8535,8637,8749,8853,8965,9074,9183,9290,9395,9509,9618,9736,9840,9960,10067,10183,10292,10409,10510,10621,10726,10841,10942,11059,11162,11275,11366,11459,11554,11647,11740,11833,11926,12019,12112,12205,12298,12391,12484,12591,12700,12811,12920,13029,13138,13247,13356,13465,13574,13683,13792,13901,13992,14085,14180,14273,14366,14459,14552,14645,14738,14831,14924,15017,15110,15205,15302,15401,15498,15595,15692,15789,15886,15983,16080,16177,16274,16371,16464,16559,16656,16751,16846,16941,17036,17131,17226,17321,17416,17511,17606,21385,25187,29046,32928"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-watch-v20_values-watch-v20.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-watch-v20\\values-watch-v20.xml",
+ "from": {
+ "startLines": "2,5,8",
+ "startColumns": "4,4,4",
+ "startOffsets": "55,214,385",
+ "endLines": "4,7,10",
+ "endColumns": "12,12,12",
+ "endOffsets": "209,380,553"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-pa_values-pa.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-pa\\values-pa.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,263,340,419,500,599,688,796,908,991,1055,1147,1216,1275,1360,1423,1485,1543,1607,1668,1722,1836,1894,1954,2008,2078,2205,2286,2365,2500,2576,2653,2737,2792,2847,2913,2982,3059,3145,3213,3289,3359,3424,3519,3592,3686,3779,3853,3922,4016,4072,4139,4223,4311,4373,4437,4500,4597,4692,4783,4879,4938,4997",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,76,78,80,98,88,107,111,82,63,91,68,58,84,62,61,57,63,60,53,113,57,59,53,69,126,80,78,134,75,76,83,54,54,65,68,76,85,67,75,69,64,94,72,93,92,73,68,93,55,66,83,87,61,63,62,96,94,90,95,58,58,76",
+ "endOffsets": "258,335,414,495,594,683,791,903,986,1050,1142,1211,1270,1355,1418,1480,1538,1602,1663,1717,1831,1889,1949,2003,2073,2200,2281,2360,2495,2571,2648,2732,2787,2842,2908,2977,3054,3140,3208,3284,3354,3419,3514,3587,3681,3774,3848,3917,4011,4067,4134,4218,4306,4368,4432,4495,4592,4687,4778,4874,4933,4992,5069"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2975,3052,3131,3212,3311,3400,3508,3620,3703,3767,3859,3928,3987,4072,4135,4197,4255,4319,4380,4434,4548,4606,4666,4720,4790,4917,4998,5077,5212,5288,5365,5449,5504,5559,5625,5694,5771,5857,5925,6001,6071,6136,6231,6304,6398,6491,6565,6634,6728,6784,6851,6935,7023,7085,7149,7212,7309,7404,7495,7591,7650,7709",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,76,78,80,98,88,107,111,82,63,91,68,58,84,62,61,57,63,60,53,113,57,59,53,69,126,80,78,134,75,76,83,54,54,65,68,76,85,67,75,69,64,94,72,93,92,73,68,93,55,66,83,87,61,63,62,96,94,90,95,58,58,76",
+ "endOffsets": "308,3047,3126,3207,3306,3395,3503,3615,3698,3762,3854,3923,3982,4067,4130,4192,4250,4314,4375,4429,4543,4601,4661,4715,4785,4912,4993,5072,5207,5283,5360,5444,5499,5554,5620,5689,5766,5852,5920,5996,6066,6131,6226,6299,6393,6486,6560,6629,6723,6779,6846,6930,7018,7080,7144,7207,7304,7399,7490,7586,7645,7704,7781"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-pa\\values-pa.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,208,305,410,496,596,709,787,864,955,1048,1142,1236,1336,1429,1524,1618,1709,1800,1879,1989,2092,2188,2299,2401,2511,2670,2767",
+ "endColumns": "102,96,104,85,99,112,77,76,90,92,93,93,99,92,94,93,90,90,78,109,102,95,110,101,109,158,96,79",
+ "endOffsets": "203,300,405,491,591,704,782,859,950,1043,1137,1231,1331,1424,1519,1613,1704,1795,1874,1984,2087,2183,2294,2396,2506,2665,2762,2842"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "313,416,513,618,704,804,917,995,1072,1163,1256,1350,1444,1544,1637,1732,1826,1917,2008,2087,2197,2300,2396,2507,2609,2719,2878,7786",
+ "endColumns": "102,96,104,85,99,112,77,76,90,92,93,93,99,92,94,93,90,90,78,109,102,95,110,101,109,158,96,79",
+ "endOffsets": "411,508,613,699,799,912,990,1067,1158,1251,1345,1439,1539,1632,1727,1821,1912,2003,2082,2192,2295,2391,2502,2604,2714,2873,2970,7861"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-pa\\values-pa.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7866",
+ "endColumns": "100",
+ "endOffsets": "7962"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-sw690dp-v13_values-sw690dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw690dp-v13\\values-sw690dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15974,16018,16062,16106,16150,16191,16235,16279,16323,16367,16411,16455,16499,16543,16587,16631,16673,16717,16761,16805,16849,16893,16937,16981,17025,17069,17113,17155,17199,17243,17287,17331,17375,17419,17463,17507,17551,17595,17637,17681,17725,17769,17813,17857,17901,17945,17989,18033,18077,18119,18163,18207,18251,18295,18339,18383,18427,18471,18515,18559,18601,18645,18689,18733,18777,18821,18865,18909,18953,18997,19041,19083,19122,19166,19210,19254,19298,19342,19386,19430,19474,19518,19562,19604,19648,19692,19736,19780,19824,19868,19912,19956,20000,20044,20086,20130,20174,20218,20262,20306,20350,20394,20438,20482,20526,20568,20612,20656,20700,20744,20788,20832,20876,20920,20964,21008,21050,21094,21138,21182,21226,21270,21314,21358,21402,21446,21490,21532,21576,21620,21664,21708,21752,21796,21840,21884,21928,21972,22014,22058,22102,22146,22190,22234,22278,22322,22366,22410,22454,22496,22540,22584,22628,22672,22716,22760,22804,22848,22892,22936,22978,23022,23066,23110,23154,23198,23242,23286,23330,23374,23418,23460,23504,23548,23592,23636,23680,23724,23768,23812,23856,23900,23942,23982,24026,24068,24110,24152,24194,24236,24278,24320,24362,24404,24446,24486,24528,24570,24612,24654,24696,24738,24780,24822,24864,24906,24946,24988,25030,25072,25114,25156,25198,25240,25282,25324,25366,25406,25448,25490,25532,25574,25616,25658,25700,25742,25784,25826,25866,25913,25960,26007,26054,26101,26148,26195,26242,26289,26336,26381,26428,26475,26522,26569,26616,26663,26710,26757,26804,26851,26896,26943,26990,27037,27084,27131,27178,27225,27272,27319,27366,27411,27458,27505,27552,27599,27647,27695,27743,27791,27839,27887,27932,27980,28028,28076,28124,28172,28220,28268,28316,28364,28412,28458,28506,28552,28598,28644",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,43,43,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,47,47,47,47,47,47,44,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15969,16013,16057,16101,16145,16186,16230,16274,16318,16362,16406,16450,16494,16538,16582,16626,16668,16712,16756,16800,16844,16888,16932,16976,17020,17064,17108,17150,17194,17238,17282,17326,17370,17414,17458,17502,17546,17590,17632,17676,17720,17764,17808,17852,17896,17940,17984,18028,18072,18114,18158,18202,18246,18290,18334,18378,18422,18466,18510,18554,18596,18640,18684,18728,18772,18816,18860,18904,18948,18992,19036,19078,19117,19161,19205,19249,19293,19337,19381,19425,19469,19513,19557,19599,19643,19687,19731,19775,19819,19863,19907,19951,19995,20039,20081,20125,20169,20213,20257,20301,20345,20389,20433,20477,20521,20563,20607,20651,20695,20739,20783,20827,20871,20915,20959,21003,21045,21089,21133,21177,21221,21265,21309,21353,21397,21441,21485,21527,21571,21615,21659,21703,21747,21791,21835,21879,21923,21967,22009,22053,22097,22141,22185,22229,22273,22317,22361,22405,22449,22491,22535,22579,22623,22667,22711,22755,22799,22843,22887,22931,22973,23017,23061,23105,23149,23193,23237,23281,23325,23369,23413,23455,23499,23543,23587,23631,23675,23719,23763,23807,23851,23895,23937,23977,24021,24063,24105,24147,24189,24231,24273,24315,24357,24399,24441,24481,24523,24565,24607,24649,24691,24733,24775,24817,24859,24901,24941,24983,25025,25067,25109,25151,25193,25235,25277,25319,25361,25401,25443,25485,25527,25569,25611,25653,25695,25737,25779,25821,25861,25908,25955,26002,26049,26096,26143,26190,26237,26284,26331,26376,26423,26470,26517,26564,26611,26658,26705,26752,26799,26846,26891,26938,26985,27032,27079,27126,27173,27220,27267,27314,27361,27406,27453,27500,27547,27594,27642,27690,27738,27786,27834,27882,27927,27975,28023,28071,28119,28167,28215,28263,28311,28359,28407,28453,28501,28547,28593,28639,28685"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17487,17531,17575,17619,17663,17745,17789,17833,17877,17921,17965,18009,18053,18097,18141,18185,18269,18313,18357,18401,18445,18489,18533,18577,18621,18665,18709,18793,18837,18881,18925,18969,19013,19057,19101,19145,19189,19233,19317,19361,19405,19449,19493,19537,19581,19625,19669,19713,19757,19841,19885,19929,19973,20017,20061,20105,20149,20193,20237,20281,20365,20409,20453,20497,20541,20585,20629,20673,20717,20761,20805,20889,20967,21011,21055,21099,21143,21187,21231,21275,21319,21363,21407,21491,21535,21579,21623,21667,21711,21755,21799,21843,21887,21931,22015,22059,22103,22147,22191,22235,22279,22323,22367,22411,22455,22539,22583,22627,22671,22715,22759,22803,22847,22891,22935,22979,23063,23107,23151,23195,23239,23283,23327,23371,23415,23459,23503,23587,23631,23675,23719,23763,23807,23851,23895,23939,23983,24027,24111,24155,24199,24243,24287,24331,24375,24419,24463,24507,24551,24635,24679,24723,24767,24811,24855,24899,24943,24987,25031,25075,25159,25203,25247,25291,25335,25379,25423,25467,25511,25555,25599,25683,25727,25771,25815,25859,25903,25947,25991,26035,26079,26123,26207,26287,26331,26415,26499,26583,26667,26751,26835,26919,27003,27087,27171,27251,27335,27419,27503,27587,27671,27755,27839,27923,28007,28091,28171,28255,28339,28423,28507,28591,28675,28759,28843,28927,29011,29091,29175,29259,29343,29427,29511,29595,29679,29763,29847,29931,30011,30058,30105,30152,30199,30246,30293,30340,30387,30434,30481,30526,30573,30620,30667,30714,30761,30808,30855,30902,30949,30996,31041,31088,31135,31182,31229,31276,31323,31370,31417,31464,31511,31556,31603,31650,31697,31744,31792,31840,31888,31936,31984,32032,32077,32125,32173,32221,32269,32317,32365,32413,32461,32509,32557,32603,32651,32697,32743,32789",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,43,43,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,47,47,47,47,47,47,44,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17482,17526,17570,17614,17658,17699,17784,17828,17872,17916,17960,18004,18048,18092,18136,18180,18222,18308,18352,18396,18440,18484,18528,18572,18616,18660,18704,18746,18832,18876,18920,18964,19008,19052,19096,19140,19184,19228,19270,19356,19400,19444,19488,19532,19576,19620,19664,19708,19752,19794,19880,19924,19968,20012,20056,20100,20144,20188,20232,20276,20318,20404,20448,20492,20536,20580,20624,20668,20712,20756,20800,20842,20923,21006,21050,21094,21138,21182,21226,21270,21314,21358,21402,21444,21530,21574,21618,21662,21706,21750,21794,21838,21882,21926,21968,22054,22098,22142,22186,22230,22274,22318,22362,22406,22450,22492,22578,22622,22666,22710,22754,22798,22842,22886,22930,22974,23016,23102,23146,23190,23234,23278,23322,23366,23410,23454,23498,23540,23626,23670,23714,23758,23802,23846,23890,23934,23978,24022,24064,24150,24194,24238,24282,24326,24370,24414,24458,24502,24546,24588,24674,24718,24762,24806,24850,24894,24938,24982,25026,25070,25112,25198,25242,25286,25330,25374,25418,25462,25506,25550,25594,25636,25722,25766,25810,25854,25898,25942,25986,26030,26074,26118,26160,26242,26326,26368,26452,26536,26620,26704,26788,26872,26956,27040,27124,27206,27288,27372,27456,27540,27624,27708,27792,27876,27960,28044,28126,28208,28292,28376,28460,28544,28628,28712,28796,28880,28964,29046,29128,29212,29296,29380,29464,29548,29632,29716,29800,29884,29966,30053,30100,30147,30194,30241,30288,30335,30382,30429,30476,30521,30568,30615,30662,30709,30756,30803,30850,30897,30944,30991,31036,31083,31130,31177,31224,31271,31318,31365,31412,31459,31506,31551,31598,31645,31692,31739,31787,31835,31883,31931,31979,32027,32072,32120,32168,32216,32264,32312,32360,32408,32456,32504,32552,32598,32646,32692,32738,32784,32830"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw690dp-v13\\values-sw690dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1651,1693,1735,1777,1819,1861,1900,1942,1984,2026,2068,2110,2152,2194,2236,2278,2320,2360,2402,2444,2486,2528,2570,2612,2654,2696,2738,2780,2820,2862,2904,2946,2988,3030,3072,3114,3156,3198,3240,3280,3322,3364,3406,3448,3490,3532,3574,3616,3658,3700,3740,3782,3824,3866,3908,3950,3992,4034,4076,4118,4160",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1646,1688,1730,1772,1814,1856,1895,1937,1979,2021,2063,2105,2147,2189,2231,2273,2315,2355,2397,2439,2481,2523,2565,2607,2649,2691,2733,2775,2815,2857,2899,2941,2983,3025,3067,3109,3151,3193,3235,3275,3317,3359,3401,3443,3485,3527,3569,3611,3653,3695,3735,3777,3819,3861,3903,3945,3987,4029,4071,4113,4155,4195"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17704,18227,18751,19275,19799,20323,20847,20928,21449,21973,22497,23021,23545,24069,24593,25117,25641,26165,26247,26373,26457,26541,26625,26709,26793,26877,26961,27045,27129,27211,27293,27377,27461,27545,27629,27713,27797,27881,27965,28049,28131,28213,28297,28381,28465,28549,28633,28717,28801,28885,28969,29051,29133,29217,29301,29385,29469,29553,29637,29721,29805,29889,29971",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17740,18264,18788,19312,19836,20360,20884,20962,21486,22010,22534,23058,23582,24106,24630,25154,25678,26202,26282,26410,26494,26578,26662,26746,26830,26914,26998,27082,27166,27246,27330,27414,27498,27582,27666,27750,27834,27918,28002,28086,28166,28250,28334,28418,28502,28586,28670,28754,28838,28922,29006,29086,29170,29254,29338,29422,29506,29590,29674,29758,29842,29926,30006"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-lo_values-lo.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-lo\\values-lo.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,269,343,414,495,581,664,779,898,981,1047,1136,1205,1264,1359,1425,1490,1548,1613,1674,1734,1840,1901,1961,2019,2090,2209,2295,2377,2520,2595,2671,2761,2816,2871,2937,3006,3080,3159,3232,3309,3378,3448,3533,3608,3701,3794,3868,3937,4031,4083,4150,4234,4318,4380,4444,4507,4606,4698,4793,4885,4944,5003",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,73,70,80,85,82,114,118,82,65,88,68,58,94,65,64,57,64,60,59,105,60,59,57,70,118,85,81,142,74,75,89,54,54,65,68,73,78,72,76,68,69,84,74,92,92,73,68,93,51,66,83,83,61,63,62,98,91,94,91,58,58,78",
+ "endOffsets": "264,338,409,490,576,659,774,893,976,1042,1131,1200,1259,1354,1420,1485,1543,1608,1669,1729,1835,1896,1956,2014,2085,2204,2290,2372,2515,2590,2666,2756,2811,2866,2932,3001,3075,3154,3227,3304,3373,3443,3528,3603,3696,3789,3863,3932,4026,4078,4145,4229,4313,4375,4439,4502,4601,4693,4788,4880,4939,4998,5077"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2986,3060,3131,3212,3298,3381,3496,3615,3698,3764,3853,3922,3981,4076,4142,4207,4265,4330,4391,4451,4557,4618,4678,4736,4807,4926,5012,5094,5237,5312,5388,5478,5533,5588,5654,5723,5797,5876,5949,6026,6095,6165,6250,6325,6418,6511,6585,6654,6748,6800,6867,6951,7035,7097,7161,7224,7323,7415,7510,7602,7661,7720",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,73,70,80,85,82,114,118,82,65,88,68,58,94,65,64,57,64,60,59,105,60,59,57,70,118,85,81,142,74,75,89,54,54,65,68,73,78,72,76,68,69,84,74,92,92,73,68,93,51,66,83,83,61,63,62,98,91,94,91,58,58,78",
+ "endOffsets": "314,3055,3126,3207,3293,3376,3491,3610,3693,3759,3848,3917,3976,4071,4137,4202,4260,4325,4386,4446,4552,4613,4673,4731,4802,4921,5007,5089,5232,5307,5383,5473,5528,5583,5649,5718,5792,5871,5944,6021,6090,6160,6245,6320,6413,6506,6580,6649,6743,6795,6862,6946,7030,7092,7156,7219,7318,7410,7505,7597,7656,7715,7794"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-lo\\values-lo.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7881",
+ "endColumns": "100",
+ "endOffsets": "7977"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-lo\\values-lo.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,208,311,424,509,613,724,802,879,970,1063,1155,1249,1349,1442,1537,1633,1724,1815,1896,2003,2107,2205,2308,2412,2516,2673,2772",
+ "endColumns": "102,102,112,84,103,110,77,76,90,92,91,93,99,92,94,95,90,90,80,106,103,97,102,103,103,156,98,81",
+ "endOffsets": "203,306,419,504,608,719,797,874,965,1058,1150,1244,1344,1437,1532,1628,1719,1810,1891,1998,2102,2200,2303,2407,2511,2668,2767,2849"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "319,422,525,638,723,827,938,1016,1093,1184,1277,1369,1463,1563,1656,1751,1847,1938,2029,2110,2217,2321,2419,2522,2626,2730,2887,7799",
+ "endColumns": "102,102,112,84,103,110,77,76,90,92,91,93,99,92,94,95,90,90,80,106,103,97,102,103,103,156,98,81",
+ "endOffsets": "417,520,633,718,822,933,1011,1088,1179,1272,1364,1458,1558,1651,1746,1842,1933,2024,2105,2212,2316,2414,2517,2621,2725,2882,2981,7876"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-zh-rHK_values-zh-rHK.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-zh-rHK\\values-zh-rHK.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,200,293,393,475,572,680,757,832,924,1018,1109,1205,1300,1394,1490,1582,1674,1766,1844,1940,2035,2130,2227,2323,2421,2572,2666",
+ "endColumns": "94,92,99,81,96,107,76,74,91,93,90,95,94,93,95,91,91,91,77,95,94,94,96,95,97,150,93,78",
+ "endOffsets": "195,288,388,470,567,675,752,827,919,1013,1104,1200,1295,1389,1485,1577,1669,1761,1839,1935,2030,2125,2222,2318,2416,2567,2661,2740"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "297,392,485,585,667,764,872,949,1024,1116,1210,1301,1397,1492,1586,1682,1774,1866,1958,2036,2132,2227,2322,2419,2515,2613,2764,7132",
+ "endColumns": "94,92,99,81,96,107,76,74,91,93,90,95,94,93,95,91,91,91,77,95,94,94,96,95,97,150,93,78",
+ "endOffsets": "387,480,580,662,759,867,944,1019,1111,1205,1296,1392,1487,1581,1677,1769,1861,1953,2031,2127,2222,2317,2414,2510,2608,2759,2853,7206"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7211",
+ "endColumns": "100",
+ "endOffsets": "7307"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,247,310,371,438,507,584,674,781,854,916,994,1053,1111,1189,1250,1307,1363,1422,1480,1534,1620,1676,1734,1788,1853,1946,2020,2098,2218,2281,2344,2421,2471,2522,2588,2652,2721,2796,2857,2928,2995,3055,3135,3198,3281,3366,3440,3505,3581,3629,3693,3769,3847,3909,3973,4036,4116,4191,4267,4343,4397,4452",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,62,60,66,68,76,89,106,72,61,77,58,57,77,60,56,55,58,57,53,85,55,57,53,64,92,73,77,119,62,62,76,49,50,65,63,68,74,60,70,66,59,79,62,82,84,73,64,75,47,63,75,77,61,63,62,79,74,75,75,53,54,68",
+ "endOffsets": "242,305,366,433,502,579,669,776,849,911,989,1048,1106,1184,1245,1302,1358,1417,1475,1529,1615,1671,1729,1783,1848,1941,2015,2093,2213,2276,2339,2416,2466,2517,2583,2647,2716,2791,2852,2923,2990,3050,3130,3193,3276,3361,3435,3500,3576,3624,3688,3764,3842,3904,3968,4031,4111,4186,4262,4338,4392,4447,4516"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2858,2921,2982,3049,3118,3195,3285,3392,3465,3527,3605,3664,3722,3800,3861,3918,3974,4033,4091,4145,4231,4287,4345,4399,4464,4557,4631,4709,4829,4892,4955,5032,5082,5133,5199,5263,5332,5407,5468,5539,5606,5666,5746,5809,5892,5977,6051,6116,6192,6240,6304,6380,6458,6520,6584,6647,6727,6802,6878,6954,7008,7063",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,62,60,66,68,76,89,106,72,61,77,58,57,77,60,56,55,58,57,53,85,55,57,53,64,92,73,77,119,62,62,76,49,50,65,63,68,74,60,70,66,59,79,62,82,84,73,64,75,47,63,75,77,61,63,62,79,74,75,75,53,54,68",
+ "endOffsets": "292,2916,2977,3044,3113,3190,3280,3387,3460,3522,3600,3659,3717,3795,3856,3913,3969,4028,4086,4140,4226,4282,4340,4394,4459,4552,4626,4704,4824,4887,4950,5027,5077,5128,5194,5258,5327,5402,5463,5534,5601,5661,5741,5804,5887,5972,6046,6111,6187,6235,6299,6375,6453,6515,6579,6642,6722,6797,6873,6949,7003,7058,7127"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-fi_values-fi.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-fi\\values-fi.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,313,422,508,613,731,817,896,987,1080,1175,1269,1363,1456,1552,1651,1742,1836,1916,2023,2124,2221,2327,2427,2525,2675,2775",
+ "endColumns": "107,99,108,85,104,117,85,78,90,92,94,93,93,92,95,98,90,93,79,106,100,96,105,99,97,149,99,80",
+ "endOffsets": "208,308,417,503,608,726,812,891,982,1075,1170,1264,1358,1451,1547,1646,1737,1831,1911,2018,2119,2216,2322,2422,2520,2670,2770,2851"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "318,426,526,635,721,826,944,1030,1109,1200,1293,1388,1482,1576,1669,1765,1864,1955,2049,2129,2236,2337,2434,2540,2640,2738,2888,7865",
+ "endColumns": "107,99,108,85,104,117,85,78,90,92,94,93,93,92,95,98,90,93,79,106,100,96,105,99,97,149,99,80",
+ "endOffsets": "421,521,630,716,821,939,1025,1104,1195,1288,1383,1477,1571,1664,1760,1859,1950,2044,2124,2231,2332,2429,2535,2635,2733,2883,2983,7941"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-fi\\values-fi.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7946",
+ "endColumns": "100",
+ "endOffsets": "8042"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-fi\\values-fi.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,268,344,418,501,590,672,768,876,960,1025,1118,1193,1258,1346,1411,1477,1535,1606,1672,1726,1836,1896,1960,2014,2087,2203,2287,2368,2501,2586,2671,2761,2813,2864,2930,3007,3089,3173,3247,3326,3403,3475,3564,3640,3731,3826,3900,3973,4067,4121,4193,4279,4365,4427,4491,4554,4655,4757,4852,4955,5011,5066",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,75,73,82,88,81,95,107,83,64,92,74,64,87,64,65,57,70,65,53,109,59,63,53,72,115,83,80,132,84,84,89,51,50,65,76,81,83,73,78,76,71,88,75,90,94,73,72,93,53,71,85,85,61,63,62,100,101,94,102,55,54,78",
+ "endOffsets": "263,339,413,496,585,667,763,871,955,1020,1113,1188,1253,1341,1406,1472,1530,1601,1667,1721,1831,1891,1955,2009,2082,2198,2282,2363,2496,2581,2666,2756,2808,2859,2925,3002,3084,3168,3242,3321,3398,3470,3559,3635,3726,3821,3895,3968,4062,4116,4188,4274,4360,4422,4486,4549,4650,4752,4847,4950,5006,5061,5140"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2988,3064,3138,3221,3310,3392,3488,3596,3680,3745,3838,3913,3978,4066,4131,4197,4255,4326,4392,4446,4556,4616,4680,4734,4807,4923,5007,5088,5221,5306,5391,5481,5533,5584,5650,5727,5809,5893,5967,6046,6123,6195,6284,6360,6451,6546,6620,6693,6787,6841,6913,6999,7085,7147,7211,7274,7375,7477,7572,7675,7731,7786",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,75,73,82,88,81,95,107,83,64,92,74,64,87,64,65,57,70,65,53,109,59,63,53,72,115,83,80,132,84,84,89,51,50,65,76,81,83,73,78,76,71,88,75,90,94,73,72,93,53,71,85,85,61,63,62,100,101,94,102,55,54,78",
+ "endOffsets": "313,3059,3133,3216,3305,3387,3483,3591,3675,3740,3833,3908,3973,4061,4126,4192,4250,4321,4387,4441,4551,4611,4675,4729,4802,4918,5002,5083,5216,5301,5386,5476,5528,5579,5645,5722,5804,5888,5962,6041,6118,6190,6279,6355,6446,6541,6615,6688,6782,6836,6908,6994,7080,7142,7206,7269,7370,7472,7567,7670,7726,7781,7860"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-v21_values-v21.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-v21\\values-v21.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,25,28,31,34,37,40,43,46,49,52,55,56,59,64,75,81,91,101,111,121,131,141,151,161,171,181,191,201,211,221,231,237,243,249,255,259,263,264,265,266,270,273,276,279,282,283,286,289,293,297",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,153,249,345,443,511,590,678,766,854,942,1029,1116,1203,1290,1383,1490,1595,1714,1839,1960,2173,2432,2703,2921,3153,3389,3639,3852,4061,4292,4493,4609,4779,5100,6129,6586,7137,7692,8248,8809,9361,9912,10464,11017,11566,12119,12675,13230,13776,14330,14885,15177,15471,15771,16071,16400,16741,16879,17023,17179,17572,17790,18012,18238,18454,18564,18734,18924,19165,19424",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,24,27,30,33,36,39,42,45,48,51,54,55,58,63,74,80,90,100,110,120,130,140,150,160,170,180,190,200,210,220,230,236,242,248,254,258,262,263,264,265,269,272,275,278,281,282,285,288,292,296,299",
+ "endColumns": "97,95,95,97,67,78,87,87,87,87,86,86,86,86,92,106,104,118,124,120,10,10,10,10,10,10,10,10,10,10,10,115,10,12,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,137,143,155,10,10,10,10,10,109,10,10,10,10,10",
+ "endOffsets": "148,244,340,438,506,585,673,761,849,937,1024,1111,1198,1285,1378,1485,1590,1709,1834,1955,2168,2427,2698,2916,3148,3384,3634,3847,4056,4287,4488,4604,4774,5095,6124,6581,7132,7687,8243,8804,9356,9907,10459,11012,11561,12114,12670,13225,13771,14325,14880,15172,15466,15766,16066,16395,16736,16874,17018,17174,17567,17785,18007,18233,18449,18559,18729,18919,19160,19419,19596"
+ },
+ "to": {
+ "startLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,80,81,82,83,85,86,87,90,93,188,191,194,197,203,206,209,276,279,280,283,288,299,347,357,367,377,387,397,407,417,427,437,447,457,467,477,487,497,503,509,515,521,525,529,530,531,532,536,539,542,545,556,557,560,563,567,571",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "173,271,367,463,561,629,708,796,884,972,1060,1147,1234,1321,6970,7063,7170,7275,7497,7622,7743,7956,8215,14396,14614,14846,15082,15531,15744,15953,20740,20941,21057,21227,21548,22577,25682,26233,26788,27344,27905,28457,29008,29560,30113,30662,31215,31771,32326,32872,33426,33981,34273,34567,34867,35167,35496,35837,35975,36119,36275,36668,36886,37108,37334,38074,38184,38354,38544,38785,39044",
+ "endLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,80,81,82,83,85,86,89,92,95,190,193,196,199,205,208,211,278,279,282,287,298,304,356,366,376,386,396,406,416,426,436,446,456,466,476,486,496,502,508,514,520,524,528,529,530,531,535,538,541,544,547,556,559,562,566,570,573",
+ "endColumns": "97,95,95,97,67,78,87,87,87,87,86,86,86,86,92,106,104,118,124,120,10,10,10,10,10,10,10,10,10,10,10,115,10,12,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,137,143,155,10,10,10,10,10,109,10,10,10,10,10",
+ "endOffsets": "266,362,458,556,624,703,791,879,967,1055,1142,1229,1316,1403,7058,7165,7270,7389,7617,7738,7951,8210,8481,14609,14841,15077,15327,15739,15948,16179,20936,21052,21222,21543,22572,23029,26228,26783,27339,27900,28452,29003,29555,30108,30657,31210,31766,32321,32867,33421,33976,34268,34562,34862,35162,35491,35832,35970,36114,36270,36663,36881,37103,37329,37545,38179,38349,38539,38780,39039,39216"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-v21\\values-v21.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,19,20,21,22,24,26,27,28,29,30,32,34,36,38,40,42,43,48,50,52,53,54,56,58,59,60,61,62,63,106,109,152,155,158,160,162,164,167,171,174,175,176,179,180,181,182,183,184,187,188,190,192,194,196,200,202,203,204,205,207,211,213,215,216,217,218,219,220,222,223,224,234,235,236,248",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,146,249,352,457,564,673,782,891,1000,1109,1216,1319,1438,1593,1748,1853,1974,2075,2222,2363,2466,2585,2692,2795,2950,3121,3270,3435,3592,3743,3862,4213,4362,4511,4623,4770,4923,5070,5145,5234,5321,5422,5525,8283,8468,11238,11435,11634,11757,11880,11993,12176,12431,12632,12721,12832,13065,13166,13261,13384,13513,13630,13807,13906,14041,14184,14319,14438,14639,14758,14851,14962,15018,15125,15320,15431,15564,15659,15750,15841,15934,16051,16190,16261,16344,16967,17024,17082,17706",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,20,21,23,25,26,27,28,29,31,33,35,37,39,41,42,47,49,51,52,53,55,57,58,59,60,61,62,105,108,151,154,157,159,161,163,166,170,173,174,175,178,179,180,181,182,183,186,187,189,191,193,195,199,201,202,203,204,206,210,212,214,215,216,217,218,219,221,222,223,233,234,235,247,259",
+ "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,92,116,12,70,82,12,56,57,12,12",
+ "endOffsets": "141,244,347,452,559,668,777,886,995,1104,1211,1314,1433,1588,1743,1848,1969,2070,2217,2358,2461,2580,2687,2790,2945,3116,3265,3430,3587,3738,3857,4208,4357,4506,4618,4765,4918,5065,5140,5229,5316,5417,5520,8278,8463,11233,11430,11629,11752,11875,11988,12171,12426,12627,12716,12827,13060,13161,13256,13379,13508,13625,13802,13901,14036,14179,14314,14433,14634,14753,14846,14957,15013,15120,15315,15426,15559,15654,15745,15836,15929,16046,16185,16256,16339,16962,17019,17077,17701,18337"
+ },
+ "to": {
+ "startLines": "20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,37,38,39,40,42,44,45,46,47,48,50,52,54,56,58,60,61,66,68,70,71,72,74,76,77,78,79,84,96,139,142,185,200,212,214,216,218,221,225,228,229,230,233,234,235,236,237,238,241,242,244,246,248,250,254,256,257,258,259,261,265,267,269,270,271,272,273,274,305,306,307,317,318,319,331",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "1603,1694,1797,1900,2005,2112,2221,2330,2439,2548,2657,2764,2867,2986,3141,3296,3401,3522,3623,3770,3911,4014,4133,4240,4343,4498,4669,4818,4983,5140,5291,5410,5761,5910,6059,6171,6318,6471,6618,6693,6782,6869,7394,8486,11244,11429,14199,15332,16184,16307,16430,16543,16726,16981,17182,17271,17382,17615,17716,17811,17934,18063,18180,18357,18456,18591,18734,18869,18988,19189,19308,19401,19512,19568,19675,19870,19981,20114,20209,20300,20391,20484,20601,23034,23105,23188,23811,23868,23926,24550",
+ "endLines": "20,21,22,23,24,25,26,27,28,29,30,31,32,34,36,37,38,39,41,43,44,45,46,47,49,51,53,55,57,59,60,65,67,69,70,71,73,75,76,77,78,79,84,138,141,184,187,202,213,215,217,220,224,227,228,229,232,233,234,235,236,237,240,241,243,245,247,249,253,255,256,257,258,260,264,266,268,269,270,271,272,273,275,305,306,316,317,318,330,342",
+ "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,92,116,12,70,82,12,56,57,12,12",
+ "endOffsets": "1689,1792,1895,2000,2107,2216,2325,2434,2543,2652,2759,2862,2981,3136,3291,3396,3517,3618,3765,3906,4009,4128,4235,4338,4493,4664,4813,4978,5135,5286,5405,5756,5905,6054,6166,6313,6466,6613,6688,6777,6864,6965,7492,11239,11424,14194,14391,15526,16302,16425,16538,16721,16976,17177,17266,17377,17610,17711,17806,17929,18058,18175,18352,18451,18586,18729,18864,18983,19184,19303,19396,19507,19563,19670,19865,19976,20109,20204,20295,20386,20479,20596,20735,23100,23183,23806,23863,23921,24545,25181"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-v21\\values-v21.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,13",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,173,237,304,368,484,610,736,864,1036",
+ "endLines": "2,3,4,5,6,7,8,9,12,17",
+ "endColumns": "117,63,66,63,115,125,125,127,12,12",
+ "endOffsets": "168,232,299,363,479,605,731,859,1031,1383"
+ },
+ "to": {
+ "startLines": "2,17,18,19,343,344,345,346,548,551",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,1408,1472,1539,25186,25302,25428,25554,37550,37722",
+ "endLines": "2,17,18,19,343,344,345,346,550,555",
+ "endColumns": "117,63,66,63,115,125,125,127,12,12",
+ "endOffsets": "168,1467,1534,1598,25297,25423,25549,25677,37717,38069"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-si_values-si.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-si\\values-si.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,269,345,422,500,591,676,778,893,976,1040,1129,1196,1256,1350,1414,1477,1533,1603,1670,1725,1844,1901,1965,2019,2092,2214,2297,2382,2514,2592,2672,2758,2818,2870,2936,3006,3079,3161,3233,3310,3382,3452,3545,3618,3708,3801,3875,3947,4038,4092,4158,4242,4327,4389,4453,4516,4621,4721,4816,4916,4980,5036",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,75,76,77,90,84,101,114,82,63,88,66,59,93,63,62,55,69,66,54,118,56,63,53,72,121,82,84,131,77,79,85,59,51,65,69,72,81,71,76,71,69,92,72,89,92,73,71,90,53,65,83,84,61,63,62,104,99,94,99,63,55,79",
+ "endOffsets": "264,340,417,495,586,671,773,888,971,1035,1124,1191,1251,1345,1409,1472,1528,1598,1665,1720,1839,1896,1960,2014,2087,2209,2292,2377,2509,2587,2667,2753,2813,2865,2931,3001,3074,3156,3228,3305,3377,3447,3540,3613,3703,3796,3870,3942,4033,4087,4153,4237,4322,4384,4448,4511,4616,4716,4811,4911,4975,5031,5111"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3035,3111,3188,3266,3357,3442,3544,3659,3742,3806,3895,3962,4022,4116,4180,4243,4299,4369,4436,4491,4610,4667,4731,4785,4858,4980,5063,5148,5280,5358,5438,5524,5584,5636,5702,5772,5845,5927,5999,6076,6148,6218,6311,6384,6474,6567,6641,6713,6804,6858,6924,7008,7093,7155,7219,7282,7387,7487,7582,7682,7746,7802",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,75,76,77,90,84,101,114,82,63,88,66,59,93,63,62,55,69,66,54,118,56,63,53,72,121,82,84,131,77,79,85,59,51,65,69,72,81,71,76,71,69,92,72,89,92,73,71,90,53,65,83,84,61,63,62,104,99,94,99,63,55,79",
+ "endOffsets": "314,3106,3183,3261,3352,3437,3539,3654,3737,3801,3890,3957,4017,4111,4175,4238,4294,4364,4431,4486,4605,4662,4726,4780,4853,4975,5058,5143,5275,5353,5433,5519,5579,5631,5697,5767,5840,5922,5994,6071,6143,6213,6306,6379,6469,6562,6636,6708,6799,6853,6919,7003,7088,7150,7214,7277,7382,7482,7577,7677,7741,7797,7877"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-si\\values-si.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7964",
+ "endColumns": "100",
+ "endOffsets": "8060"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-si\\values-si.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,221,328,435,518,623,739,829,915,1006,1099,1193,1287,1387,1480,1575,1669,1760,1851,1935,2044,2148,2246,2356,2456,2563,2722,2821",
+ "endColumns": "115,106,106,82,104,115,89,85,90,92,93,93,99,92,94,93,90,90,83,108,103,97,109,99,106,158,98,81",
+ "endOffsets": "216,323,430,513,618,734,824,910,1001,1094,1188,1282,1382,1475,1570,1664,1755,1846,1930,2039,2143,2241,2351,2451,2558,2717,2816,2898"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "319,435,542,649,732,837,953,1043,1129,1220,1313,1407,1501,1601,1694,1789,1883,1974,2065,2149,2258,2362,2460,2570,2670,2777,2936,7882",
+ "endColumns": "115,106,106,82,104,115,89,85,90,92,93,93,99,92,94,93,90,90,83,108,103,97,109,99,106,158,98,81",
+ "endOffsets": "430,537,644,727,832,948,1038,1124,1215,1308,1402,1496,1596,1689,1784,1878,1969,2060,2144,2253,2357,2455,2565,2665,2772,2931,3030,7959"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-en-rXC_values-en-rXC.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-en-rXC\\values-en-rXC.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "203",
+ "endOffsets": "254"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "5714",
+ "endColumns": "203",
+ "endOffsets": "5913"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-en-rXC\\values-en-rXC.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,312,515,725,912,1113,1329,1509,1684,1878,2072,2267,2464,2663,2858,3056,3253,3447,3641,3826,4031,4234,4435,4641,4846,5053,5327,5528",
+ "endColumns": "206,202,209,186,200,215,179,174,193,193,194,196,198,194,197,196,193,193,184,204,202,200,205,204,206,273,200,185",
+ "endOffsets": "307,510,720,907,1108,1324,1504,1679,1873,2067,2262,2459,2658,2853,3051,3248,3442,3636,3821,4026,4229,4430,4636,4841,5048,5322,5523,5709"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-sw480dp-v13_values-sw480dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw480dp-v13\\values-sw480dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16915,16958,17001,17044,17087,17128,17171,17214,17257,17300,17343,17386,17429,17472,17515,17558,17599,17642,17685,17728,17771,17814,17857,17900,17943,17986,18029,18070,18113,18156,18199,18242,18285,18328,18371,18414,18457,18500,18541,18584,18627,18670,18713,18756,18799,18842,18885,18928,18971,19012,19051,19094,19137,19180,19223,19266,19309,19352,19395,19438,19481,19522,19565,19608,19651,19694,19737,19780,19823,19866,19909,19952,19993,20036,20079,20122,20165,20208,20251,20294,20337,20380,20423,20464,20507,20550,20593,20636,20679,20722,20765,20808,20851,20894,20935,20978,21021,21064,21107,21150,21193,21236,21279,21322,21365,21406,21449,21492,21535,21578,21621,21664,21707,21750,21793,21836,21877,21920,21963,22006,22049,22092,22135,22178,22221,22264,22307,22348,22391,22434,22477,22520,22563,22606,22649,22692,22735,22778,22819,22862,22905,22948,22991,23034,23077,23120,23163,23206,23249,23290,23333,23376,23419,23462,23505,23548,23591,23634,23677,23720,23761,23800,23843,23884,23925,23966,24008,24050,24092,24134,24176,24218,24260,24299,24341,24383,24425,24467,24509,24551,24593,24635,24677,24719,24759,24801,24843,24885,24927,24969,25011,25053,25095,25137,25179,25219,25261,25303,25345,25387,25429,25471,25513,25555,25597,25639,25679,25726,25773,25820,25867,25914,25961,26008,26055,26102,26149,26194,26241,26288,26335,26382,26429,26476,26523,26570,26617,26664,26709,26756,26803,26850,26897,26944,26991,27038,27085,27132,27179,27224,27271,27318,27365,27412,27459,27506,27553,27600,27647,27694,27739,27786,27833,27880,27927,27974,28021,28068,28115,28162,28209,28254,28301,28346,28392,28438",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,41,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,45,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16910,16953,16996,17039,17082,17123,17166,17209,17252,17295,17338,17381,17424,17467,17510,17553,17594,17637,17680,17723,17766,17809,17852,17895,17938,17981,18024,18065,18108,18151,18194,18237,18280,18323,18366,18409,18452,18495,18536,18579,18622,18665,18708,18751,18794,18837,18880,18923,18966,19007,19046,19089,19132,19175,19218,19261,19304,19347,19390,19433,19476,19517,19560,19603,19646,19689,19732,19775,19818,19861,19904,19947,19988,20031,20074,20117,20160,20203,20246,20289,20332,20375,20418,20459,20502,20545,20588,20631,20674,20717,20760,20803,20846,20889,20930,20973,21016,21059,21102,21145,21188,21231,21274,21317,21360,21401,21444,21487,21530,21573,21616,21659,21702,21745,21788,21831,21872,21915,21958,22001,22044,22087,22130,22173,22216,22259,22302,22343,22386,22429,22472,22515,22558,22601,22644,22687,22730,22773,22814,22857,22900,22943,22986,23029,23072,23115,23158,23201,23244,23285,23328,23371,23414,23457,23500,23543,23586,23629,23672,23715,23756,23795,23838,23879,23920,23961,24003,24045,24087,24129,24171,24213,24255,24294,24336,24378,24420,24462,24504,24546,24588,24630,24672,24714,24754,24796,24838,24880,24922,24964,25006,25048,25090,25132,25174,25214,25256,25298,25340,25382,25424,25466,25508,25550,25592,25634,25674,25721,25768,25815,25862,25909,25956,26003,26050,26097,26144,26189,26236,26283,26330,26377,26424,26471,26518,26565,26612,26659,26704,26751,26798,26845,26892,26939,26986,27033,27080,27127,27174,27219,27266,27313,27360,27407,27454,27501,27548,27595,27642,27689,27734,27781,27828,27875,27922,27969,28016,28063,28110,28157,28204,28249,28296,28341,28387,28433,28479"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17486,17529,17572,17615,17658,17740,17783,17826,17869,17912,17955,17998,18041,18084,18127,18170,18252,18295,18338,18381,18424,18467,18510,18553,18596,18639,18682,18764,18807,18850,18893,18936,18979,19022,19065,19108,19151,19194,19276,19319,19362,19405,19448,19491,19534,19577,19620,19663,19706,19788,19831,19874,19917,19960,20003,20046,20089,20132,20175,20218,20300,20343,20386,20429,20472,20515,20558,20601,20644,20687,20730,20812,20890,20933,20976,21019,21062,21105,21148,21191,21234,21277,21320,21402,21445,21488,21531,21574,21617,21660,21703,21746,21789,21832,21914,21957,22000,22043,22086,22129,22172,22215,22258,22301,22344,22426,22469,22512,22555,22598,22641,22684,22727,22770,22813,22856,22938,22981,23024,23067,23110,23153,23196,23239,23282,23325,23368,23450,23493,23536,23579,23622,23665,23708,23751,23794,23837,23880,23962,24005,24048,24091,24134,24177,24220,24263,24306,24349,24392,24474,24517,24560,24603,24646,24689,24732,24775,24818,24861,24904,24986,25029,25072,25115,25158,25201,25244,25287,25330,25373,25416,25498,25541,25584,25627,25670,25713,25756,25799,25842,25885,25928,26010,26088,26131,26213,26295,26377,26461,26545,26629,26713,26797,26881,26965,27043,27127,27211,27295,27379,27463,27547,27631,27715,27799,27883,27963,28047,28131,28215,28299,28383,28467,28551,28635,28719,28803,28883,28967,29051,29135,29219,29303,29387,29471,29555,29639,29723,29803,29850,29897,29944,29991,30038,30085,30132,30179,30226,30273,30318,30365,30412,30459,30506,30553,30600,30647,30694,30741,30788,30833,30880,30927,30974,31021,31068,31115,31162,31209,31256,31303,31348,31395,31442,31489,31536,31583,31630,31677,31724,31771,31818,31863,31910,31957,32004,32051,32098,32145,32192,32239,32286,32333,32378,32425,32470,32516,32562",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,41,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,45,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17481,17524,17567,17610,17653,17694,17778,17821,17864,17907,17950,17993,18036,18079,18122,18165,18206,18290,18333,18376,18419,18462,18505,18548,18591,18634,18677,18718,18802,18845,18888,18931,18974,19017,19060,19103,19146,19189,19230,19314,19357,19400,19443,19486,19529,19572,19615,19658,19701,19742,19826,19869,19912,19955,19998,20041,20084,20127,20170,20213,20254,20338,20381,20424,20467,20510,20553,20596,20639,20682,20725,20766,20846,20928,20971,21014,21057,21100,21143,21186,21229,21272,21315,21356,21440,21483,21526,21569,21612,21655,21698,21741,21784,21827,21868,21952,21995,22038,22081,22124,22167,22210,22253,22296,22339,22380,22464,22507,22550,22593,22636,22679,22722,22765,22808,22851,22892,22976,23019,23062,23105,23148,23191,23234,23277,23320,23363,23404,23488,23531,23574,23617,23660,23703,23746,23789,23832,23875,23916,24000,24043,24086,24129,24172,24215,24258,24301,24344,24387,24428,24512,24555,24598,24641,24684,24727,24770,24813,24856,24899,24940,25024,25067,25110,25153,25196,25239,25282,25325,25368,25411,25452,25536,25579,25622,25665,25708,25751,25794,25837,25880,25923,25964,26044,26126,26167,26249,26331,26414,26498,26582,26666,26750,26834,26918,26999,27080,27164,27248,27332,27416,27500,27584,27668,27752,27836,27918,28000,28084,28168,28252,28336,28420,28504,28588,28672,28756,28838,28920,29004,29088,29172,29256,29340,29424,29508,29592,29676,29758,29845,29892,29939,29986,30033,30080,30127,30174,30221,30268,30313,30360,30407,30454,30501,30548,30595,30642,30689,30736,30783,30828,30875,30922,30969,31016,31063,31110,31157,31204,31251,31298,31343,31390,31437,31484,31531,31578,31625,31672,31719,31766,31813,31858,31905,31952,31999,32046,32093,32140,32187,32234,32281,32328,32373,32420,32465,32511,32557,32603"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw480dp-v13\\values-sw480dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1732,1773,1814,1855,1894,1935,1976,2017,2058,2099,2140,2181,2222,2263,2304,2343,2384,2425,2466,2508,2550,2592,2634,2676,2718,2760,2799,2841,2883,2925,2967,3009,3051,3093,3135,3177,3219,3259,3301,3343,3385,3427,3469,3511,3553,3595,3637,3679,3719,3761,3803,3845,3887,3929,3971,4013,4055,4097,4139",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,41,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1727,1768,1809,1850,1889,1930,1971,2012,2053,2094,2135,2176,2217,2258,2299,2338,2379,2420,2461,2503,2545,2587,2629,2671,2713,2755,2794,2836,2878,2920,2962,3004,3046,3088,3130,3172,3214,3254,3296,3338,3380,3422,3464,3506,3548,3590,3632,3674,3714,3756,3798,3840,3882,3924,3966,4008,4050,4092,4134,4174"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17699,18211,18723,19235,19747,20259,20771,20851,21361,21873,22385,22897,23409,23921,24433,24945,25457,25969,26049,26172,26254,26336,26419,26503,26587,26671,26755,26839,26923,27004,27085,27169,27253,27337,27421,27505,27589,27673,27757,27841,27923,28005,28089,28173,28257,28341,28425,28509,28593,28677,28761,28843,28925,29009,29093,29177,29261,29345,29429,29513,29597,29681,29763",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,41,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17735,18247,18759,19271,19783,20295,20807,20885,21397,21909,22421,22933,23445,23957,24469,24981,25493,26005,26083,26208,26290,26372,26456,26540,26624,26708,26792,26876,26960,27038,27122,27206,27290,27374,27458,27542,27626,27710,27794,27878,27958,28042,28126,28210,28294,28378,28462,28546,28630,28714,28798,28878,28962,29046,29130,29214,29298,29382,29466,29550,29634,29718,29798"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-or_values-or.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-or\\values-or.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7967",
+ "endColumns": "100",
+ "endOffsets": "8063"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-or\\values-or.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,224,334,441,527,631,751,830,911,1002,1095,1198,1293,1393,1486,1581,1677,1768,1858,1947,2057,2161,2267,2378,2482,2600,2763,2869",
+ "endColumns": "118,109,106,85,103,119,78,80,90,92,102,94,99,92,94,95,90,89,88,109,103,105,110,103,117,162,105,89",
+ "endOffsets": "219,329,436,522,626,746,825,906,997,1090,1193,1288,1388,1481,1576,1672,1763,1853,1942,2052,2156,2262,2373,2477,2595,2758,2864,2954"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "322,441,551,658,744,848,968,1047,1128,1219,1312,1415,1510,1610,1703,1798,1894,1985,2075,2164,2274,2378,2484,2595,2699,2817,2980,7877",
+ "endColumns": "118,109,106,85,103,119,78,80,90,92,102,94,99,92,94,95,90,89,88,109,103,105,110,103,117,162,105,89",
+ "endOffsets": "436,546,653,739,843,963,1042,1123,1214,1307,1410,1505,1605,1698,1793,1889,1980,2070,2159,2269,2373,2479,2590,2694,2812,2975,3081,7962"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-or\\values-or.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,272,354,432,509,595,679,773,878,957,1022,1111,1176,1235,1321,1385,1449,1512,1585,1649,1703,1815,1873,1935,1989,2061,2183,2270,2356,2496,2573,2654,2745,2799,2850,2916,2986,3063,3150,3221,3298,3367,3436,3527,3599,3688,3777,3851,3923,4009,4059,4125,4205,4289,4351,4415,4478,4578,4675,4767,4866,4924,4979",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,81,77,76,85,83,93,104,78,64,88,64,58,85,63,63,62,72,63,53,111,57,61,53,71,121,86,85,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,83",
+ "endOffsets": "267,349,427,504,590,674,768,873,952,1017,1106,1171,1230,1316,1380,1444,1507,1580,1644,1698,1810,1868,1930,1984,2056,2178,2265,2351,2491,2568,2649,2740,2794,2845,2911,2981,3058,3145,3216,3293,3362,3431,3522,3594,3683,3772,3846,3918,4004,4054,4120,4200,4284,4346,4410,4473,4573,4670,4762,4861,4919,4974,5058"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3086,3168,3246,3323,3409,3493,3587,3692,3771,3836,3925,3990,4049,4135,4199,4263,4326,4399,4463,4517,4629,4687,4749,4803,4875,4997,5084,5170,5310,5387,5468,5559,5613,5664,5730,5800,5877,5964,6035,6112,6181,6250,6341,6413,6502,6591,6665,6737,6823,6873,6939,7019,7103,7165,7229,7292,7392,7489,7581,7680,7738,7793",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,81,77,76,85,83,93,104,78,64,88,64,58,85,63,63,62,72,63,53,111,57,61,53,71,121,86,85,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,83",
+ "endOffsets": "317,3163,3241,3318,3404,3488,3582,3687,3766,3831,3920,3985,4044,4130,4194,4258,4321,4394,4458,4512,4624,4682,4744,4798,4870,4992,5079,5165,5305,5382,5463,5554,5608,5659,5725,5795,5872,5959,6030,6107,6176,6245,6336,6408,6497,6586,6660,6732,6818,6868,6934,7014,7098,7160,7224,7287,7387,7484,7576,7675,7733,7788,7872"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-sw360dp-v13_values-sw360dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw360dp-v13\\values-sw360dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16915,16958,17001,17044,17087,17128,17171,17214,17257,17300,17343,17386,17429,17472,17515,17558,17599,17642,17685,17728,17771,17814,17857,17900,17943,17986,18029,18070,18113,18156,18199,18242,18285,18328,18371,18414,18457,18500,18541,18584,18627,18670,18713,18756,18799,18842,18885,18928,18971,19012,19051,19094,19137,19180,19223,19266,19309,19352,19395,19438,19481,19522,19565,19608,19651,19694,19737,19780,19823,19866,19909,19952,19993,20036,20079,20122,20165,20208,20251,20294,20337,20380,20423,20464,20507,20550,20593,20636,20679,20722,20765,20808,20851,20894,20935,20978,21021,21064,21107,21150,21193,21236,21279,21322,21365,21406,21449,21492,21535,21578,21621,21664,21707,21750,21793,21836,21877,21920,21963,22006,22049,22092,22135,22178,22221,22264,22307,22348,22391,22434,22477,22520,22563,22606,22649,22692,22735,22778,22819,22862,22905,22948,22991,23034,23077,23120,23163,23206,23249,23290,23333,23376,23419,23462,23505,23548,23591,23634,23677,23720,23761,23800,23843,23884,23925,23966,24007,24048,24089,24130,24171,24212,24253,24292,24333,24374,24415,24456,24497,24538,24579,24620,24661,24702,24741,24782,24823,24864,24905,24947,24989,25031,25073,25115,25157,25196,25238,25280,25322,25364,25406,25448,25490,25532,25574,25616,25656,25703,25750,25797,25844,25891,25938,25985,26032,26079,26126,26171,26218,26265,26312,26359,26406,26453,26500,26547,26594,26641,26686,26733,26780,26827,26874,26921,26968,27015,27062,27109,27156,27201,27248,27295,27342,27389,27436,27483,27530,27577,27624,27671,27716,27763,27810,27857,27904,27951,27998,28045,28092,28139,28186,28231,28278,28323,28368,28413",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,44,44,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16910,16953,16996,17039,17082,17123,17166,17209,17252,17295,17338,17381,17424,17467,17510,17553,17594,17637,17680,17723,17766,17809,17852,17895,17938,17981,18024,18065,18108,18151,18194,18237,18280,18323,18366,18409,18452,18495,18536,18579,18622,18665,18708,18751,18794,18837,18880,18923,18966,19007,19046,19089,19132,19175,19218,19261,19304,19347,19390,19433,19476,19517,19560,19603,19646,19689,19732,19775,19818,19861,19904,19947,19988,20031,20074,20117,20160,20203,20246,20289,20332,20375,20418,20459,20502,20545,20588,20631,20674,20717,20760,20803,20846,20889,20930,20973,21016,21059,21102,21145,21188,21231,21274,21317,21360,21401,21444,21487,21530,21573,21616,21659,21702,21745,21788,21831,21872,21915,21958,22001,22044,22087,22130,22173,22216,22259,22302,22343,22386,22429,22472,22515,22558,22601,22644,22687,22730,22773,22814,22857,22900,22943,22986,23029,23072,23115,23158,23201,23244,23285,23328,23371,23414,23457,23500,23543,23586,23629,23672,23715,23756,23795,23838,23879,23920,23961,24002,24043,24084,24125,24166,24207,24248,24287,24328,24369,24410,24451,24492,24533,24574,24615,24656,24697,24736,24777,24818,24859,24900,24942,24984,25026,25068,25110,25152,25191,25233,25275,25317,25359,25401,25443,25485,25527,25569,25611,25651,25698,25745,25792,25839,25886,25933,25980,26027,26074,26121,26166,26213,26260,26307,26354,26401,26448,26495,26542,26589,26636,26681,26728,26775,26822,26869,26916,26963,27010,27057,27104,27151,27196,27243,27290,27337,27384,27431,27478,27525,27572,27619,27666,27711,27758,27805,27852,27899,27946,27993,28040,28087,28134,28181,28226,28273,28318,28363,28408,28454"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17486,17529,17572,17615,17658,17740,17783,17826,17869,17912,17955,17998,18041,18084,18127,18170,18252,18295,18338,18381,18424,18467,18510,18553,18596,18639,18682,18764,18807,18850,18893,18936,18979,19022,19065,19108,19151,19194,19276,19319,19362,19405,19448,19491,19534,19577,19620,19663,19706,19788,19831,19874,19917,19960,20003,20046,20089,20132,20175,20218,20300,20343,20386,20429,20472,20515,20558,20601,20644,20687,20730,20812,20890,20933,20976,21019,21062,21105,21148,21191,21234,21277,21320,21402,21445,21488,21531,21574,21617,21660,21703,21746,21789,21832,21914,21957,22000,22043,22086,22129,22172,22215,22258,22301,22344,22426,22469,22512,22555,22598,22641,22684,22727,22770,22813,22856,22938,22981,23024,23067,23110,23153,23196,23239,23282,23325,23368,23450,23493,23536,23579,23622,23665,23708,23751,23794,23837,23880,23962,24005,24048,24091,24134,24177,24220,24263,24306,24349,24392,24474,24517,24560,24603,24646,24689,24732,24775,24818,24861,24904,24986,25029,25072,25115,25158,25201,25244,25287,25330,25373,25416,25498,25541,25584,25627,25670,25713,25756,25799,25842,25885,25928,26010,26088,26131,26213,26295,26377,26459,26541,26623,26705,26787,26869,26951,27029,27111,27193,27275,27357,27439,27521,27603,27685,27767,27849,27927,28009,28091,28173,28255,28339,28423,28507,28591,28675,28759,28837,28921,29005,29089,29173,29257,29341,29425,29509,29593,29677,29757,29804,29851,29898,29945,29992,30039,30086,30133,30180,30227,30272,30319,30366,30413,30460,30507,30554,30601,30648,30695,30742,30787,30834,30881,30928,30975,31022,31069,31116,31163,31210,31257,31302,31349,31396,31443,31490,31537,31584,31631,31678,31725,31772,31817,31864,31911,31958,32005,32052,32099,32146,32193,32240,32287,32332,32379,32424,32469,32514",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,44,44,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17481,17524,17567,17610,17653,17694,17778,17821,17864,17907,17950,17993,18036,18079,18122,18165,18206,18290,18333,18376,18419,18462,18505,18548,18591,18634,18677,18718,18802,18845,18888,18931,18974,19017,19060,19103,19146,19189,19230,19314,19357,19400,19443,19486,19529,19572,19615,19658,19701,19742,19826,19869,19912,19955,19998,20041,20084,20127,20170,20213,20254,20338,20381,20424,20467,20510,20553,20596,20639,20682,20725,20766,20846,20928,20971,21014,21057,21100,21143,21186,21229,21272,21315,21356,21440,21483,21526,21569,21612,21655,21698,21741,21784,21827,21868,21952,21995,22038,22081,22124,22167,22210,22253,22296,22339,22380,22464,22507,22550,22593,22636,22679,22722,22765,22808,22851,22892,22976,23019,23062,23105,23148,23191,23234,23277,23320,23363,23404,23488,23531,23574,23617,23660,23703,23746,23789,23832,23875,23916,24000,24043,24086,24129,24172,24215,24258,24301,24344,24387,24428,24512,24555,24598,24641,24684,24727,24770,24813,24856,24899,24940,25024,25067,25110,25153,25196,25239,25282,25325,25368,25411,25452,25536,25579,25622,25665,25708,25751,25794,25837,25880,25923,25964,26044,26126,26167,26249,26331,26413,26495,26577,26659,26741,26823,26905,26985,27065,27147,27229,27311,27393,27475,27557,27639,27721,27803,27883,27963,28045,28127,28209,28292,28376,28460,28544,28628,28712,28793,28874,28958,29042,29126,29210,29294,29378,29462,29546,29630,29712,29799,29846,29893,29940,29987,30034,30081,30128,30175,30222,30267,30314,30361,30408,30455,30502,30549,30596,30643,30690,30737,30782,30829,30876,30923,30970,31017,31064,31111,31158,31205,31252,31297,31344,31391,31438,31485,31532,31579,31626,31673,31720,31767,31812,31859,31906,31953,32000,32047,32094,32141,32188,32235,32282,32327,32374,32419,32464,32509,32555"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw360dp-v13\\values-sw360dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1732,1773,1814,1855,1894,1935,1976,2017,2058,2099,2140,2181,2222,2263,2304,2343,2384,2425,2466,2507,2548,2589,2630,2671,2712,2753,2792,2833,2874,2915,2956,2997,3038,3079,3120,3161,3202,3241,3282,3323,3364,3405,3447,3489,3531,3573,3615,3657,3696,3738,3780,3822,3864,3906,3948,3990,4032,4074,4116",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1727,1768,1809,1850,1889,1930,1971,2012,2053,2094,2135,2176,2217,2258,2299,2338,2379,2420,2461,2502,2543,2584,2625,2666,2707,2748,2787,2828,2869,2910,2951,2992,3033,3074,3115,3156,3197,3236,3277,3318,3359,3400,3442,3484,3526,3568,3610,3652,3691,3733,3775,3817,3859,3901,3943,3985,4027,4069,4111,4151"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17699,18211,18723,19235,19747,20259,20771,20851,21361,21873,22385,22897,23409,23921,24433,24945,25457,25969,26049,26172,26254,26336,26418,26500,26582,26664,26746,26828,26910,26990,27070,27152,27234,27316,27398,27480,27562,27644,27726,27808,27888,27968,28050,28132,28214,28297,28381,28465,28549,28633,28717,28798,28879,28963,29047,29131,29215,29299,29383,29467,29551,29635,29717",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17735,18247,18759,19271,19783,20295,20807,20885,21397,21909,22421,22933,23445,23957,24469,24981,25493,26005,26083,26208,26290,26372,26454,26536,26618,26700,26782,26864,26946,27024,27106,27188,27270,27352,27434,27516,27598,27680,27762,27844,27922,28004,28086,28168,28250,28334,28418,28502,28586,28670,28754,28832,28916,29000,29084,29168,29252,29336,29420,29504,29588,29672,29752"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-eu_values-eu.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-eu\\values-eu.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,214,312,422,508,614,738,824,905,997,1091,1187,1281,1382,1476,1572,1669,1761,1854,1936,2045,2154,2253,2362,2469,2580,2751,2850",
+ "endColumns": "108,97,109,85,105,123,85,80,91,93,95,93,100,93,95,96,91,92,81,108,108,98,108,106,110,170,98,82",
+ "endOffsets": "209,307,417,503,609,733,819,900,992,1086,1182,1276,1377,1471,1567,1664,1756,1849,1931,2040,2149,2248,2357,2464,2575,2746,2845,2928"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "325,434,532,642,728,834,958,1044,1125,1217,1311,1407,1501,1602,1696,1792,1889,1981,2074,2156,2265,2374,2473,2582,2689,2800,2971,8080",
+ "endColumns": "108,97,109,85,105,123,85,80,91,93,95,93,100,93,95,96,91,92,81,108,108,98,108,106,110,170,98,82",
+ "endOffsets": "429,527,637,723,829,953,1039,1120,1212,1306,1402,1496,1597,1691,1787,1884,1976,2069,2151,2260,2369,2468,2577,2684,2795,2966,3065,8158"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-eu\\values-eu.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,275,382,487,567,674,774,872,987,1070,1137,1236,1304,1365,1453,1516,1582,1646,1717,1780,1834,1943,2002,2065,2119,2193,2318,2408,2488,2633,2716,2798,2889,2941,2994,3060,3131,3211,3297,3375,3453,3526,3601,3688,3775,3866,3959,4031,4107,4199,4250,4316,4400,4486,4548,4612,4675,4782,4887,4983,5089,5145,5202",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,106,104,79,106,99,97,114,82,66,98,67,60,87,62,65,63,70,62,53,108,58,62,53,73,124,89,79,144,82,81,90,51,52,65,70,79,85,77,77,72,74,86,86,90,92,71,75,91,50,65,83,85,61,63,62,106,104,95,105,55,56,82",
+ "endOffsets": "270,377,482,562,669,769,867,982,1065,1132,1231,1299,1360,1448,1511,1577,1641,1712,1775,1829,1938,1997,2060,2114,2188,2313,2403,2483,2628,2711,2793,2884,2936,2989,3055,3126,3206,3292,3370,3448,3521,3596,3683,3770,3861,3954,4026,4102,4194,4245,4311,4395,4481,4543,4607,4670,4777,4882,4978,5084,5140,5197,5280"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3070,3177,3282,3362,3469,3569,3667,3782,3865,3932,4031,4099,4160,4248,4311,4377,4441,4512,4575,4629,4738,4797,4860,4914,4988,5113,5203,5283,5428,5511,5593,5684,5736,5789,5855,5926,6006,6092,6170,6248,6321,6396,6483,6570,6661,6754,6826,6902,6994,7045,7111,7195,7281,7343,7407,7470,7577,7682,7778,7884,7940,7997",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,106,104,79,106,99,97,114,82,66,98,67,60,87,62,65,63,70,62,53,108,58,62,53,73,124,89,79,144,82,81,90,51,52,65,70,79,85,77,77,72,74,86,86,90,92,71,75,91,50,65,83,85,61,63,62,106,104,95,105,55,56,82",
+ "endOffsets": "320,3172,3277,3357,3464,3564,3662,3777,3860,3927,4026,4094,4155,4243,4306,4372,4436,4507,4570,4624,4733,4792,4855,4909,4983,5108,5198,5278,5423,5506,5588,5679,5731,5784,5850,5921,6001,6087,6165,6243,6316,6391,6478,6565,6656,6749,6821,6897,6989,7040,7106,7190,7276,7338,7402,7465,7572,7677,7773,7879,7935,7992,8075"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-eu\\values-eu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8163",
+ "endColumns": "100",
+ "endOffsets": "8259"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-es-rUS_values-es-rUS.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-es-rUS\\values-es-rUS.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,225,334,442,527,629,745,830,910,1001,1094,1189,1283,1382,1475,1574,1670,1761,1852,1934,2041,2140,2239,2347,2455,2562,2721,2821",
+ "endColumns": "119,108,107,84,101,115,84,79,90,92,94,93,98,92,98,95,90,90,81,106,98,98,107,107,106,158,99,82",
+ "endOffsets": "220,329,437,522,624,740,825,905,996,1089,1184,1278,1377,1470,1569,1665,1756,1847,1929,2036,2135,2234,2342,2450,2557,2716,2816,2899"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "328,448,557,665,750,852,968,1053,1133,1224,1317,1412,1506,1605,1698,1797,1893,1984,2075,2157,2264,2363,2462,2570,2678,2785,2944,8092",
+ "endColumns": "119,108,107,84,101,115,84,79,90,92,94,93,98,92,98,95,90,90,81,106,98,98,107,107,106,158,99,82",
+ "endOffsets": "443,552,660,745,847,963,1048,1128,1219,1312,1407,1501,1600,1693,1792,1888,1979,2070,2152,2259,2358,2457,2565,2673,2780,2939,3039,8170"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-es-rUS\\values-es-rUS.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,278,360,440,526,631,727,829,957,1038,1103,1198,1268,1331,1424,1488,1560,1623,1697,1761,1817,1935,1993,2055,2111,2191,2325,2414,2495,2636,2717,2797,2887,2943,2999,3065,3141,3223,3311,3384,3461,3531,3608,3697,3771,3865,3967,4039,4120,4224,4277,4344,4437,4526,4588,4652,4715,4826,4923,5025,5123,5183,5243",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,81,79,85,104,95,101,127,80,64,94,69,62,92,63,71,62,73,63,55,117,57,61,55,79,133,88,80,140,80,79,89,55,55,65,75,81,87,72,76,69,76,88,73,93,101,71,80,103,52,66,92,88,61,63,62,110,96,101,97,59,59,82",
+ "endOffsets": "273,355,435,521,626,722,824,952,1033,1098,1193,1263,1326,1419,1483,1555,1618,1692,1756,1812,1930,1988,2050,2106,2186,2320,2409,2490,2631,2712,2792,2882,2938,2994,3060,3136,3218,3306,3379,3456,3526,3603,3692,3766,3860,3962,4034,4115,4219,4272,4339,4432,4521,4583,4647,4710,4821,4918,5020,5118,5178,5238,5321"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3044,3126,3206,3292,3397,3493,3595,3723,3804,3869,3964,4034,4097,4190,4254,4326,4389,4463,4527,4583,4701,4759,4821,4877,4957,5091,5180,5261,5402,5483,5563,5653,5709,5765,5831,5907,5989,6077,6150,6227,6297,6374,6463,6537,6631,6733,6805,6886,6990,7043,7110,7203,7292,7354,7418,7481,7592,7689,7791,7889,7949,8009",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,81,79,85,104,95,101,127,80,64,94,69,62,92,63,71,62,73,63,55,117,57,61,55,79,133,88,80,140,80,79,89,55,55,65,75,81,87,72,76,69,76,88,73,93,101,71,80,103,52,66,92,88,61,63,62,110,96,101,97,59,59,82",
+ "endOffsets": "323,3121,3201,3287,3392,3488,3590,3718,3799,3864,3959,4029,4092,4185,4249,4321,4384,4458,4522,4578,4696,4754,4816,4872,4952,5086,5175,5256,5397,5478,5558,5648,5704,5760,5826,5902,5984,6072,6145,6222,6292,6369,6458,6532,6626,6728,6800,6881,6985,7038,7105,7198,7287,7349,7413,7476,7587,7684,7786,7884,7944,8004,8087"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-es-rUS\\values-es-rUS.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8175",
+ "endColumns": "100",
+ "endOffsets": "8271"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-w360dp-port-v13\\values-w360dp-port-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,114,170,226,293,358,413,478",
+ "endColumns": "58,55,55,66,64,54,64,68",
+ "endOffsets": "109,165,221,288,353,408,473,542"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-ru_values-ru.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ru\\values-ru.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,220,322,421,507,612,733,812,888,980,1074,1169,1262,1357,1451,1547,1642,1734,1826,1915,2021,2128,2226,2335,2442,2556,2722,2822",
+ "endColumns": "114,101,98,85,104,120,78,75,91,93,94,92,94,93,95,94,91,91,88,105,106,97,108,106,113,165,99,81",
+ "endOffsets": "215,317,416,502,607,728,807,883,975,1069,1164,1257,1352,1446,1542,1637,1729,1821,1910,2016,2123,2221,2330,2437,2551,2717,2817,2899"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "431,546,648,747,833,938,1059,1138,1214,1306,1400,1495,1588,1683,1777,1873,1968,2060,2152,2241,2347,2454,2552,2661,2768,2882,3048,8147",
+ "endColumns": "114,101,98,85,104,120,78,75,91,93,94,92,94,93,95,94,91,91,88,105,106,97,108,106,113,165,99,81",
+ "endOffsets": "541,643,742,828,933,1054,1133,1209,1301,1395,1490,1583,1678,1772,1868,1963,2055,2147,2236,2342,2449,2547,2656,2763,2877,3043,3143,8224"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ru\\values-ru.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,381,459,537,621,719,810,907,1044,1136,1202,1301,1378,1441,1559,1620,1685,1742,1812,1873,1927,2043,2100,2162,2216,2290,2418,2506,2592,2729,2813,2898,2989,3043,3094,3160,3232,3310,3406,3486,3562,3639,3716,3805,3878,3968,4063,4137,4218,4311,4366,4432,4518,4603,4665,4729,4792,4890,4990,5085,5187,5245,5300",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,77,77,83,97,90,96,136,91,65,98,76,62,117,60,64,56,69,60,53,115,56,61,53,73,127,87,85,136,83,84,90,53,50,65,71,77,95,79,75,76,76,88,72,89,94,73,80,92,54,65,85,84,61,63,62,97,99,94,101,57,54,79",
+ "endOffsets": "376,454,532,616,714,805,902,1039,1131,1197,1296,1373,1436,1554,1615,1680,1737,1807,1868,1922,2038,2095,2157,2211,2285,2413,2501,2587,2724,2808,2893,2984,3038,3089,3155,3227,3305,3401,3481,3557,3634,3711,3800,3873,3963,4058,4132,4213,4306,4361,4427,4513,4598,4660,4724,4787,4885,4985,5080,5182,5240,5295,5375"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3148,3226,3304,3388,3486,3577,3674,3811,3903,3969,4068,4145,4208,4326,4387,4452,4509,4579,4640,4694,4810,4867,4929,4983,5057,5185,5273,5359,5496,5580,5665,5756,5810,5861,5927,5999,6077,6173,6253,6329,6406,6483,6572,6645,6735,6830,6904,6985,7078,7133,7199,7285,7370,7432,7496,7559,7657,7757,7852,7954,8012,8067",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,77,77,83,97,90,96,136,91,65,98,76,62,117,60,64,56,69,60,53,115,56,61,53,73,127,87,85,136,83,84,90,53,50,65,71,77,95,79,75,76,76,88,72,89,94,73,80,92,54,65,85,84,61,63,62,97,99,94,101,57,54,79",
+ "endOffsets": "426,3221,3299,3383,3481,3572,3669,3806,3898,3964,4063,4140,4203,4321,4382,4447,4504,4574,4635,4689,4805,4862,4924,4978,5052,5180,5268,5354,5491,5575,5660,5751,5805,5856,5922,5994,6072,6168,6248,6324,6401,6478,6567,6640,6730,6825,6899,6980,7073,7128,7194,7280,7365,7427,7491,7554,7652,7752,7847,7949,8007,8062,8142"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-ru\\values-ru.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8229",
+ "endColumns": "100",
+ "endOffsets": "8325"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\values-af_values-af.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-af\\values-af.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,309,415,500,603,721,798,874,965,1058,1153,1247,1346,1439,1534,1633,1728,1822,1903,2010,2115,2212,2320,2423,2525,2679,2777",
+ "endColumns": "107,95,105,84,102,117,76,75,90,92,94,93,98,92,94,98,94,93,80,106,104,96,107,102,101,153,97,80",
+ "endOffsets": "208,304,410,495,598,716,793,869,960,1053,1148,1242,1341,1434,1529,1628,1723,1817,1898,2005,2110,2207,2315,2418,2520,2674,2772,2853"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "324,432,528,634,719,822,940,1017,1093,1184,1277,1372,1466,1565,1658,1753,1852,1947,2041,2122,2229,2334,2431,2539,2642,2744,2898,7846",
+ "endColumns": "107,95,105,84,102,117,76,75,90,92,94,93,98,92,94,98,94,93,80,106,104,96,107,102,101,153,97,80",
+ "endOffsets": "427,523,629,714,817,935,1012,1088,1179,1272,1367,1461,1560,1653,1748,1847,1942,2036,2117,2224,2329,2426,2534,2637,2739,2893,2991,7922"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-af\\values-af.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7927",
+ "endColumns": "100",
+ "endOffsets": "8023"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-af\\values-af.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,274,355,435,513,608,696,796,910,991,1055,1143,1209,1272,1358,1420,1481,1539,1605,1668,1723,1841,1898,1960,2015,2084,2203,2291,2374,2513,2596,2677,2764,2822,2873,2939,3008,3084,3170,3244,3323,3396,3467,3554,3625,3714,3804,3876,3951,4038,4089,4156,4237,4321,4383,4447,4510,4614,4723,4819,4930,4992,5047",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,79,77,94,87,99,113,80,63,87,65,62,85,61,60,57,65,62,54,117,56,61,54,68,118,87,82,138,82,80,86,57,50,65,68,75,85,73,78,72,70,86,70,88,89,71,74,86,50,66,80,83,61,63,62,103,108,95,110,61,54,76",
+ "endOffsets": "269,350,430,508,603,691,791,905,986,1050,1138,1204,1267,1353,1415,1476,1534,1600,1663,1718,1836,1893,1955,2010,2079,2198,2286,2369,2508,2591,2672,2759,2817,2868,2934,3003,3079,3165,3239,3318,3391,3462,3549,3620,3709,3799,3871,3946,4033,4084,4151,4232,4316,4378,4442,4505,4609,4718,4814,4925,4987,5042,5119"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2996,3077,3157,3235,3330,3418,3518,3632,3713,3777,3865,3931,3994,4080,4142,4203,4261,4327,4390,4445,4563,4620,4682,4737,4806,4925,5013,5096,5235,5318,5399,5486,5544,5595,5661,5730,5806,5892,5966,6045,6118,6189,6276,6347,6436,6526,6598,6673,6760,6811,6878,6959,7043,7105,7169,7232,7336,7445,7541,7652,7714,7769",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,79,77,94,87,99,113,80,63,87,65,62,85,61,60,57,65,62,54,117,56,61,54,68,118,87,82,138,82,80,86,57,50,65,68,75,85,73,78,72,70,86,70,88,89,71,74,86,50,66,80,83,61,63,62,103,108,95,110,61,54,76",
+ "endOffsets": "319,3072,3152,3230,3325,3413,3513,3627,3708,3772,3860,3926,3989,4075,4137,4198,4256,4322,4385,4440,4558,4615,4677,4732,4801,4920,5008,5091,5230,5313,5394,5481,5539,5590,5656,5725,5801,5887,5961,6040,6113,6184,6271,6342,6431,6521,6593,6668,6755,6806,6873,6954,7038,7100,7164,7227,7331,7440,7536,7647,7709,7764,7841"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json
new file mode 100644
index 000000000..f38b5ab0e
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-af/values-af.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-af\\values-af.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,309,415,500,603,721,798,874,965,1058,1153,1247,1346,1439,1534,1633,1728,1822,1903,2010,2115,2212,2320,2423,2525,2679,2777",
+ "endColumns": "107,95,105,84,102,117,76,75,90,92,94,93,98,92,94,98,94,93,80,106,104,96,107,102,101,153,97,80",
+ "endOffsets": "208,304,410,495,598,716,793,869,960,1053,1148,1242,1341,1434,1529,1628,1723,1817,1898,2005,2110,2207,2315,2418,2520,2674,2772,2853"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "324,432,528,634,719,822,940,1017,1093,1184,1277,1372,1466,1565,1658,1753,1852,1947,2041,2122,2229,2334,2431,2539,2642,2744,2898,7846",
+ "endColumns": "107,95,105,84,102,117,76,75,90,92,94,93,98,92,94,98,94,93,80,106,104,96,107,102,101,153,97,80",
+ "endOffsets": "427,523,629,714,817,935,1012,1088,1179,1272,1367,1461,1560,1653,1748,1847,1942,2036,2117,2224,2329,2426,2534,2637,2739,2893,2991,7922"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-af\\values-af.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7927",
+ "endColumns": "100",
+ "endOffsets": "8023"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-af\\values-af.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,274,355,435,513,608,696,796,910,991,1055,1143,1209,1272,1358,1420,1481,1539,1605,1668,1723,1841,1898,1960,2015,2084,2203,2291,2374,2513,2596,2677,2764,2822,2873,2939,3008,3084,3170,3244,3323,3396,3467,3554,3625,3714,3804,3876,3951,4038,4089,4156,4237,4321,4383,4447,4510,4614,4723,4819,4930,4992,5047",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,79,77,94,87,99,113,80,63,87,65,62,85,61,60,57,65,62,54,117,56,61,54,68,118,87,82,138,82,80,86,57,50,65,68,75,85,73,78,72,70,86,70,88,89,71,74,86,50,66,80,83,61,63,62,103,108,95,110,61,54,76",
+ "endOffsets": "269,350,430,508,603,691,791,905,986,1050,1138,1204,1267,1353,1415,1476,1534,1600,1663,1718,1836,1893,1955,2010,2079,2198,2286,2369,2508,2591,2672,2759,2817,2868,2934,3003,3079,3165,3239,3318,3391,3462,3549,3620,3709,3799,3871,3946,4033,4084,4151,4232,4316,4378,4442,4505,4609,4718,4814,4925,4987,5042,5119"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2996,3077,3157,3235,3330,3418,3518,3632,3713,3777,3865,3931,3994,4080,4142,4203,4261,4327,4390,4445,4563,4620,4682,4737,4806,4925,5013,5096,5235,5318,5399,5486,5544,5595,5661,5730,5806,5892,5966,6045,6118,6189,6276,6347,6436,6526,6598,6673,6760,6811,6878,6959,7043,7105,7169,7232,7336,7445,7541,7652,7714,7769",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,79,77,94,87,99,113,80,63,87,65,62,85,61,60,57,65,62,54,117,56,61,54,68,118,87,82,138,82,80,86,57,50,65,68,75,85,73,78,72,70,86,70,88,89,71,74,86,50,66,80,83,61,63,62,103,108,95,110,61,54,76",
+ "endOffsets": "319,3072,3152,3230,3325,3413,3513,3627,3708,3772,3860,3926,3989,4075,4137,4198,4256,4322,4385,4440,4558,4615,4677,4732,4801,4920,5008,5091,5230,5313,5394,5481,5539,5590,5656,5725,5801,5887,5961,6040,6113,6184,6271,6342,6431,6521,6593,6668,6755,6806,6873,6954,7038,7100,7164,7227,7331,7440,7536,7647,7709,7764,7841"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json
new file mode 100644
index 000000000..eeb9a35e7
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-am/values-am.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-am\\values-am.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7563",
+ "endColumns": "100",
+ "endOffsets": "7659"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-am\\values-am.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,261,332,400,475,557,638,727,829,906,970,1055,1117,1175,1260,1323,1385,1443,1509,1571,1626,1722,1779,1838,1894,1961,2066,2146,2227,2356,2429,2500,2582,2633,2684,2750,2816,2889,2970,3038,3111,3182,3249,3334,3401,3488,3576,3650,3718,3803,3854,3918,3998,4080,4142,4206,4269,4364,4453,4538,4629,4684,4739",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,70,67,74,81,80,88,101,76,63,84,61,57,84,62,61,57,65,61,54,95,56,58,55,66,104,79,80,128,72,70,81,50,50,65,65,72,80,67,72,70,66,84,66,86,87,73,67,84,50,63,79,81,61,63,62,94,88,84,90,54,54,75",
+ "endOffsets": "256,327,395,470,552,633,722,824,901,965,1050,1112,1170,1255,1318,1380,1438,1504,1566,1621,1717,1774,1833,1889,1956,2061,2141,2222,2351,2424,2495,2577,2628,2679,2745,2811,2884,2965,3033,3106,3177,3244,3329,3396,3483,3571,3645,3713,3798,3849,3913,3993,4075,4137,4201,4264,4359,4448,4533,4624,4679,4734,4810"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2929,3000,3068,3143,3225,3306,3395,3497,3574,3638,3723,3785,3843,3928,3991,4053,4111,4177,4239,4294,4390,4447,4506,4562,4629,4734,4814,4895,5024,5097,5168,5250,5301,5352,5418,5484,5557,5638,5706,5779,5850,5917,6002,6069,6156,6244,6318,6386,6471,6522,6586,6666,6748,6810,6874,6937,7032,7121,7206,7297,7352,7407",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,70,67,74,81,80,88,101,76,63,84,61,57,84,62,61,57,65,61,54,95,56,58,55,66,104,79,80,128,72,70,81,50,50,65,65,72,80,67,72,70,66,84,66,86,87,73,67,84,50,63,79,81,61,63,62,94,88,84,90,54,54,75",
+ "endOffsets": "306,2995,3063,3138,3220,3301,3390,3492,3569,3633,3718,3780,3838,3923,3986,4048,4106,4172,4234,4289,4385,4442,4501,4557,4624,4729,4809,4890,5019,5092,5163,5245,5296,5347,5413,5479,5552,5633,5701,5774,5845,5912,5997,6064,6151,6239,6313,6381,6466,6517,6581,6661,6743,6805,6869,6932,7027,7116,7201,7292,7347,7402,7478"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-am\\values-am.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,203,301,407,493,596,713,791,867,958,1051,1143,1237,1337,1430,1525,1618,1709,1800,1880,1980,2080,2176,2278,2378,2477,2627,2723",
+ "endColumns": "97,97,105,85,102,116,77,75,90,92,91,93,99,92,94,92,90,90,79,99,99,95,101,99,98,149,95,79",
+ "endOffsets": "198,296,402,488,591,708,786,862,953,1046,1138,1232,1332,1425,1520,1613,1704,1795,1875,1975,2075,2171,2273,2373,2472,2622,2718,2798"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "311,409,507,613,699,802,919,997,1073,1164,1257,1349,1443,1543,1636,1731,1824,1915,2006,2086,2186,2286,2382,2484,2584,2683,2833,7483",
+ "endColumns": "97,97,105,85,102,116,77,75,90,92,91,93,99,92,94,92,90,90,79,99,99,95,101,99,98,149,95,79",
+ "endOffsets": "404,502,608,694,797,914,992,1068,1159,1252,1344,1438,1538,1631,1726,1819,1910,2001,2081,2181,2281,2377,2479,2579,2678,2828,2924,7558"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json
new file mode 100644
index 000000000..18b0fbb60
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-ar/values-ar.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ar\\values-ar.xml",
+ "from": {
+ "startLines": "2,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,465,543,619,703,795,878,979,1098,1175,1238,1329,1398,1465,1565,1628,1693,1754,1822,1884,1942,2056,2116,2177,2234,2307,2430,2511,2591,2739,2820,2901,2990,3043,3097,3163,3241,3321,3405,3477,3551,3624,3694,3785,3856,3946,4041,4115,4198,4291,4340,4409,4495,4580,4642,4706,4769,4878,4970,5067,5160,5217,5275",
+ "endLines": "9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71",
+ "endColumns": "12,77,75,83,91,82,100,118,76,62,90,68,66,99,62,64,60,67,61,57,113,59,60,56,72,122,80,79,147,80,80,88,52,53,65,77,79,83,71,73,72,69,90,70,89,94,73,82,92,48,68,85,84,61,63,62,108,91,96,92,56,57,79",
+ "endOffsets": "460,538,614,698,790,873,974,1093,1170,1233,1324,1393,1460,1560,1623,1688,1749,1817,1879,1937,2051,2111,2172,2229,2302,2425,2506,2586,2734,2815,2896,2985,3038,3092,3158,3236,3316,3400,3472,3546,3619,3689,3780,3851,3941,4036,4110,4193,4286,4335,4404,4490,4575,4637,4701,4764,4873,4965,5062,5155,5212,5270,5350"
+ },
+ "to": {
+ "startLines": "2,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3169,3247,3323,3407,3499,3582,3683,3802,3879,3942,4033,4102,4169,4269,4332,4397,4458,4526,4588,4646,4760,4820,4881,4938,5011,5134,5215,5295,5443,5524,5605,5694,5747,5801,5867,5945,6025,6109,6181,6255,6328,6398,6489,6560,6650,6745,6819,6902,6995,7044,7113,7199,7284,7346,7410,7473,7582,7674,7771,7864,7921,7979",
+ "endLines": "9,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98",
+ "endColumns": "12,77,75,83,91,82,100,118,76,62,90,68,66,99,62,64,60,67,61,57,113,59,60,56,72,122,80,79,147,80,80,88,52,53,65,77,79,83,71,73,72,69,90,70,89,94,73,82,92,48,68,85,84,61,63,62,108,91,96,92,56,57,79",
+ "endOffsets": "510,3242,3318,3402,3494,3577,3678,3797,3874,3937,4028,4097,4164,4264,4327,4392,4453,4521,4583,4641,4755,4815,4876,4933,5006,5129,5210,5290,5438,5519,5600,5689,5742,5796,5862,5940,6020,6104,6176,6250,6323,6393,6484,6555,6645,6740,6814,6897,6990,7039,7108,7194,7279,7341,7405,7468,7577,7669,7766,7859,7916,7974,8054"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ar\\values-ar.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,317,424,506,607,721,801,880,971,1064,1156,1250,1350,1443,1538,1631,1722,1816,1895,2000,2098,2196,2304,2404,2507,2662,2759",
+ "endColumns": "107,103,106,81,100,113,79,78,90,92,91,93,99,92,94,92,90,93,78,104,97,97,107,99,102,154,96,81",
+ "endOffsets": "208,312,419,501,602,716,796,875,966,1059,1151,1245,1345,1438,1533,1626,1717,1811,1890,1995,2093,2191,2299,2399,2502,2657,2754,2836"
+ },
+ "to": {
+ "startLines": "10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,99",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "515,623,727,834,916,1017,1131,1211,1290,1381,1474,1566,1660,1760,1853,1948,2041,2132,2226,2305,2410,2508,2606,2714,2814,2917,3072,8059",
+ "endColumns": "107,103,106,81,100,113,79,78,90,92,91,93,99,92,94,92,90,93,78,104,97,97,107,99,102,154,96,81",
+ "endOffsets": "618,722,829,911,1012,1126,1206,1285,1376,1469,1561,1655,1755,1848,1943,2036,2127,2221,2300,2405,2503,2601,2709,2809,2912,3067,3164,8136"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-ar\\values-ar.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "100",
+ "startColumns": "4",
+ "startOffsets": "8141",
+ "endColumns": "100",
+ "endOffsets": "8237"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json
new file mode 100644
index 000000000..9540f0ea3
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-as/values-as.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-as\\values-as.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,312,419,510,615,735,812,887,978,1071,1166,1260,1360,1453,1548,1642,1733,1824,1910,2023,2131,2234,2343,2459,2579,2746,2848",
+ "endColumns": "107,98,106,90,104,119,76,74,90,92,94,93,99,92,94,93,90,90,85,112,107,102,108,115,119,166,101,82",
+ "endOffsets": "208,307,414,505,610,730,807,882,973,1066,1161,1255,1355,1448,1543,1637,1728,1819,1905,2018,2126,2229,2338,2454,2574,2741,2843,2926"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "322,430,529,636,727,832,952,1029,1104,1195,1288,1383,1477,1577,1670,1765,1859,1950,2041,2127,2240,2348,2451,2560,2676,2796,2963,7861",
+ "endColumns": "107,98,106,90,104,119,76,74,90,92,94,93,99,92,94,93,90,90,85,112,107,102,108,115,119,166,101,82",
+ "endOffsets": "425,524,631,722,827,947,1024,1099,1190,1283,1378,1472,1572,1665,1760,1854,1945,2036,2122,2235,2343,2446,2555,2671,2791,2958,3060,7939"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-as\\values-as.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7944",
+ "endColumns": "100",
+ "endOffsets": "8040"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-as\\values-as.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,272,354,432,509,595,679,781,904,983,1048,1137,1202,1261,1347,1411,1475,1538,1608,1672,1726,1831,1889,1951,2005,2077,2194,2281,2364,2504,2581,2662,2753,2807,2858,2924,2994,3071,3158,3229,3306,3375,3444,3535,3607,3696,3785,3859,3931,4017,4067,4133,4213,4297,4359,4423,4486,4586,4683,4775,4874,4932,4987",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,81,77,76,85,83,101,122,78,64,88,64,58,85,63,63,62,69,63,53,104,57,61,53,71,116,86,82,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,80",
+ "endOffsets": "267,349,427,504,590,674,776,899,978,1043,1132,1197,1256,1342,1406,1470,1533,1603,1667,1721,1826,1884,1946,2000,2072,2189,2276,2359,2499,2576,2657,2748,2802,2853,2919,2989,3066,3153,3224,3301,3370,3439,3530,3602,3691,3780,3854,3926,4012,4062,4128,4208,4292,4354,4418,4481,4581,4678,4770,4869,4927,4982,5063"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3065,3147,3225,3302,3388,3472,3574,3697,3776,3841,3930,3995,4054,4140,4204,4268,4331,4401,4465,4519,4624,4682,4744,4798,4870,4987,5074,5157,5297,5374,5455,5546,5600,5651,5717,5787,5864,5951,6022,6099,6168,6237,6328,6400,6489,6578,6652,6724,6810,6860,6926,7006,7090,7152,7216,7279,7379,7476,7568,7667,7725,7780",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,81,77,76,85,83,101,122,78,64,88,64,58,85,63,63,62,69,63,53,104,57,61,53,71,116,86,82,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,80",
+ "endOffsets": "317,3142,3220,3297,3383,3467,3569,3692,3771,3836,3925,3990,4049,4135,4199,4263,4326,4396,4460,4514,4619,4677,4739,4793,4865,4982,5069,5152,5292,5369,5450,5541,5595,5646,5712,5782,5859,5946,6017,6094,6163,6232,6323,6395,6484,6573,6647,6719,6805,6855,6921,7001,7085,7147,7211,7274,7374,7471,7563,7662,7720,7775,7856"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json
new file mode 100644
index 000000000..37983dfe5
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-az/values-az.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-az\\values-az.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7960",
+ "endColumns": "100",
+ "endOffsets": "8056"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-az\\values-az.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,215,316,426,514,621,735,817,895,986,1079,1173,1272,1372,1465,1560,1654,1745,1837,1922,2027,2133,2233,2342,2447,2549,2707,2813",
+ "endColumns": "109,100,109,87,106,113,81,77,90,92,93,98,99,92,94,93,90,91,84,104,105,99,108,104,101,157,105,83",
+ "endOffsets": "210,311,421,509,616,730,812,890,981,1074,1168,1267,1367,1460,1555,1649,1740,1832,1917,2022,2128,2228,2337,2442,2544,2702,2808,2892"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,425,526,636,724,831,945,1027,1105,1196,1289,1383,1482,1582,1675,1770,1864,1955,2047,2132,2237,2343,2443,2552,2657,2759,2917,7876",
+ "endColumns": "109,100,109,87,106,113,81,77,90,92,93,98,99,92,94,93,90,91,84,104,105,99,108,104,101,157,105,83",
+ "endOffsets": "420,521,631,719,826,940,1022,1100,1191,1284,1378,1477,1577,1670,1765,1859,1950,2042,2127,2232,2338,2438,2547,2652,2754,2912,3018,7955"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-az\\values-az.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,353,438,518,603,682,778,894,974,1038,1132,1200,1259,1354,1417,1481,1540,1607,1670,1724,1839,1897,1959,2013,2084,2216,2300,2380,2514,2590,2666,2750,2807,2858,2924,2994,3072,3155,3225,3301,3379,3450,3536,3619,3712,3805,3878,3950,4044,4098,4165,4249,4337,4401,4466,4530,4632,4729,4825,4922,4983,5038",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,87,84,79,84,78,95,115,79,63,93,67,58,94,62,63,58,66,62,53,114,57,61,53,70,131,83,79,133,75,75,83,56,50,65,69,77,82,69,75,77,70,85,82,92,92,72,71,93,53,66,83,87,63,64,63,101,96,95,96,60,54,79",
+ "endOffsets": "260,348,433,513,598,677,773,889,969,1033,1127,1195,1254,1349,1412,1476,1535,1602,1665,1719,1834,1892,1954,2008,2079,2211,2295,2375,2509,2585,2661,2745,2802,2853,2919,2989,3067,3150,3220,3296,3374,3445,3531,3614,3707,3800,3873,3945,4039,4093,4160,4244,4332,4396,4461,4525,4627,4724,4820,4917,4978,5033,5113"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3023,3111,3196,3276,3361,3440,3536,3652,3732,3796,3890,3958,4017,4112,4175,4239,4298,4365,4428,4482,4597,4655,4717,4771,4842,4974,5058,5138,5272,5348,5424,5508,5565,5616,5682,5752,5830,5913,5983,6059,6137,6208,6294,6377,6470,6563,6636,6708,6802,6856,6923,7007,7095,7159,7224,7288,7390,7487,7583,7680,7741,7796",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,87,84,79,84,78,95,115,79,63,93,67,58,94,62,63,58,66,62,53,114,57,61,53,70,131,83,79,133,75,75,83,56,50,65,69,77,82,69,75,77,70,85,82,92,92,72,71,93,53,66,83,87,63,64,63,101,96,95,96,60,54,79",
+ "endOffsets": "310,3106,3191,3271,3356,3435,3531,3647,3727,3791,3885,3953,4012,4107,4170,4234,4293,4360,4423,4477,4592,4650,4712,4766,4837,4969,5053,5133,5267,5343,5419,5503,5560,5611,5677,5747,5825,5908,5978,6054,6132,6203,6289,6372,6465,6558,6631,6703,6797,6851,6918,7002,7090,7154,7219,7283,7385,7482,7578,7675,7736,7791,7871"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+es+419.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+es+419.json
new file mode 100644
index 000000000..3c78a1b9f
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+es+419.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-b+es+419/values-b+es+419.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-b+es+419\\values-b+es+419.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,278,360,440,526,631,727,829,957,1038,1103,1198,1268,1331,1424,1488,1560,1623,1697,1761,1817,1935,1993,2055,2111,2191,2325,2414,2495,2636,2717,2797,2887,2943,2999,3065,3141,3223,3311,3384,3461,3531,3608,3697,3771,3865,3967,4039,4120,4224,4277,4344,4437,4526,4588,4652,4715,4826,4923,5025,5123,5183,5243",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,81,79,85,104,95,101,127,80,64,94,69,62,92,63,71,62,73,63,55,117,57,61,55,79,133,88,80,140,80,79,89,55,55,65,75,81,87,72,76,69,76,88,73,93,101,71,80,103,52,66,92,88,61,63,62,110,96,101,97,59,59,82",
+ "endOffsets": "273,355,435,521,626,722,824,952,1033,1098,1193,1263,1326,1419,1483,1555,1618,1692,1756,1812,1930,1988,2050,2106,2186,2320,2409,2490,2631,2712,2792,2882,2938,2994,3060,3136,3218,3306,3379,3456,3526,3603,3692,3766,3860,3962,4034,4115,4219,4272,4339,4432,4521,4583,4647,4710,4821,4918,5020,5118,5178,5238,5321"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json
new file mode 100644
index 000000000..d9cdb12bf
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-b+sr+Latn/values-b+sr+Latn.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
+ "from": {
+ "startLines": "2,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,324,401,478,558,666,760,854,986,1067,1133,1226,1294,1357,1460,1520,1586,1642,1713,1773,1827,1939,1996,2057,2111,2187,2312,2399,2482,2621,2703,2786,2874,2928,2984,3050,3124,3202,3291,3367,3443,3518,3590,3680,3753,3845,3941,4013,4089,4185,4238,4305,4392,4479,4541,4605,4668,4773,4877,4973,5080,5138,5198",
+ "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "endColumns": "12,76,76,79,107,93,93,131,80,65,92,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,86,82,138,81,82,87,53,55,65,73,77,88,75,75,74,71,89,72,91,95,71,75,95,52,66,86,86,61,63,62,104,103,95,106,57,59,79",
+ "endOffsets": "319,396,473,553,661,755,849,981,1062,1128,1221,1289,1352,1455,1515,1581,1637,1708,1768,1822,1934,1991,2052,2106,2182,2307,2394,2477,2616,2698,2781,2869,2923,2979,3045,3119,3197,3286,3362,3438,3513,3585,3675,3748,3840,3936,4008,4084,4180,4233,4300,4387,4474,4536,4600,4663,4768,4872,4968,5075,5133,5193,5273"
+ },
+ "to": {
+ "startLines": "2,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3105,3182,3259,3339,3447,3541,3635,3767,3848,3914,4007,4075,4138,4241,4301,4367,4423,4494,4554,4608,4720,4777,4838,4892,4968,5093,5180,5263,5402,5484,5567,5655,5709,5765,5831,5905,5983,6072,6148,6224,6299,6371,6461,6534,6626,6722,6794,6870,6966,7019,7086,7173,7260,7322,7386,7449,7554,7658,7754,7861,7919,7979",
+ "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "endColumns": "12,76,76,79,107,93,93,131,80,65,92,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,86,82,138,81,82,87,53,55,65,73,77,88,75,75,74,71,89,72,91,95,71,75,95,52,66,86,86,61,63,62,104,103,95,106,57,59,79",
+ "endOffsets": "369,3177,3254,3334,3442,3536,3630,3762,3843,3909,4002,4070,4133,4236,4296,4362,4418,4489,4549,4603,4715,4772,4833,4887,4963,5088,5175,5258,5397,5479,5562,5650,5704,5760,5826,5900,5978,6067,6143,6219,6294,6366,6456,6529,6621,6717,6789,6865,6961,7014,7081,7168,7255,7317,7381,7444,7549,7653,7749,7856,7914,7974,8054"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,313,419,505,609,731,816,898,989,1082,1177,1271,1371,1464,1559,1664,1755,1846,1932,2037,2143,2246,2353,2462,2569,2739,2836",
+ "endColumns": "106,100,105,85,103,121,84,81,90,92,94,93,99,92,94,104,90,90,85,104,105,102,106,108,106,169,96,86",
+ "endOffsets": "207,308,414,500,604,726,811,893,984,1077,1172,1266,1366,1459,1554,1659,1750,1841,1927,2032,2138,2241,2348,2457,2564,2734,2831,2918"
+ },
+ "to": {
+ "startLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "374,481,582,688,774,878,1000,1085,1167,1258,1351,1446,1540,1640,1733,1828,1933,2024,2115,2201,2306,2412,2515,2622,2731,2838,3008,8059",
+ "endColumns": "106,100,105,85,103,121,84,81,90,92,94,93,99,92,94,104,90,90,85,104,105,102,106,108,106,169,96,86",
+ "endOffsets": "476,577,683,769,873,995,1080,1162,1253,1346,1441,1535,1635,1728,1823,1928,2019,2110,2196,2301,2407,2510,2617,2726,2833,3003,3100,8141"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "97",
+ "startColumns": "4",
+ "startOffsets": "8146",
+ "endColumns": "100",
+ "endOffsets": "8242"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json
new file mode 100644
index 000000000..c1f26f466
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-be/values-be.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-be\\values-be.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8285",
+ "endColumns": "100",
+ "endOffsets": "8381"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-be\\values-be.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,225,328,444,530,635,754,834,911,1003,1097,1192,1286,1381,1475,1571,1666,1758,1850,1931,2037,2142,2240,2348,2454,2562,2735,2835",
+ "endColumns": "119,102,115,85,104,118,79,76,91,93,94,93,94,93,95,94,91,91,80,105,104,97,107,105,107,172,99,81",
+ "endOffsets": "220,323,439,525,630,749,829,906,998,1092,1187,1281,1376,1470,1566,1661,1753,1845,1926,2032,2137,2235,2343,2449,2557,2730,2830,2912"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "432,552,655,771,857,962,1081,1161,1238,1330,1424,1519,1613,1708,1802,1898,1993,2085,2177,2258,2364,2469,2567,2675,2781,2889,3062,8203",
+ "endColumns": "119,102,115,85,104,118,79,76,91,93,94,93,94,93,95,94,91,91,80,105,104,97,107,105,107,172,99,81",
+ "endOffsets": "547,650,766,852,957,1076,1156,1233,1325,1419,1514,1608,1703,1797,1893,1988,2080,2172,2253,2359,2464,2562,2670,2776,2884,3057,3157,8280"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-be\\values-be.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,382,459,536,618,715,807,904,1036,1119,1186,1279,1356,1419,1535,1598,1667,1726,1797,1856,1910,2031,2092,2155,2209,2282,2404,2492,2575,2727,2813,2900,2991,3048,3099,3165,3237,3314,3398,3473,3550,3632,3708,3797,3879,3970,4066,4140,4221,4316,4370,4436,4523,4609,4671,4735,4798,4908,5015,5118,5227,5288,5343",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,76,76,81,96,91,96,131,82,66,92,76,62,115,62,68,58,70,58,53,120,60,62,53,72,121,87,82,151,85,86,90,56,50,65,71,76,83,74,76,81,75,88,81,90,95,73,80,94,53,65,86,85,61,63,62,109,106,102,108,60,54,79",
+ "endOffsets": "377,454,531,613,710,802,899,1031,1114,1181,1274,1351,1414,1530,1593,1662,1721,1792,1851,1905,2026,2087,2150,2204,2277,2399,2487,2570,2722,2808,2895,2986,3043,3094,3160,3232,3309,3393,3468,3545,3627,3703,3792,3874,3965,4061,4135,4216,4311,4365,4431,4518,4604,4666,4730,4793,4903,5010,5113,5222,5283,5338,5418"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3162,3239,3316,3398,3495,3587,3684,3816,3899,3966,4059,4136,4199,4315,4378,4447,4506,4577,4636,4690,4811,4872,4935,4989,5062,5184,5272,5355,5507,5593,5680,5771,5828,5879,5945,6017,6094,6178,6253,6330,6412,6488,6577,6659,6750,6846,6920,7001,7096,7150,7216,7303,7389,7451,7515,7578,7688,7795,7898,8007,8068,8123",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,76,76,81,96,91,96,131,82,66,92,76,62,115,62,68,58,70,58,53,120,60,62,53,72,121,87,82,151,85,86,90,56,50,65,71,76,83,74,76,81,75,88,81,90,95,73,80,94,53,65,86,85,61,63,62,109,106,102,108,60,54,79",
+ "endOffsets": "427,3234,3311,3393,3490,3582,3679,3811,3894,3961,4054,4131,4194,4310,4373,4442,4501,4572,4631,4685,4806,4867,4930,4984,5057,5179,5267,5350,5502,5588,5675,5766,5823,5874,5940,6012,6089,6173,6248,6325,6407,6483,6572,6654,6745,6841,6915,6996,7091,7145,7211,7298,7384,7446,7510,7573,7683,7790,7893,8002,8063,8118,8198"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json
new file mode 100644
index 000000000..b1dd9249c
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-bg/values-bg.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-bg\\values-bg.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,344,423,506,628,738,833,966,1055,1121,1218,1298,1360,1449,1512,1577,1636,1709,1772,1826,1954,2011,2073,2127,2200,2343,2427,2515,2651,2739,2827,2912,2965,3016,3082,3157,3233,3319,3396,3472,3549,3623,3714,3789,3880,3972,4046,4133,4224,4279,4345,4428,4514,4576,4640,4703,4820,4933,5044,5161,5218,5273",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,78,78,82,121,109,94,132,88,65,96,79,61,88,62,64,58,72,62,53,127,56,61,53,72,142,83,87,135,87,87,84,52,50,65,74,75,85,76,75,76,73,90,74,90,91,73,86,90,54,65,82,85,61,63,62,116,112,110,116,56,54,85",
+ "endOffsets": "260,339,418,501,623,733,828,961,1050,1116,1213,1293,1355,1444,1507,1572,1631,1704,1767,1821,1949,2006,2068,2122,2195,2338,2422,2510,2646,2734,2822,2907,2960,3011,3077,3152,3228,3314,3391,3467,3544,3618,3709,3784,3875,3967,4041,4128,4219,4274,4340,4423,4509,4571,4635,4698,4815,4928,5039,5156,5213,5268,5354"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3064,3143,3222,3305,3427,3537,3632,3765,3854,3920,4017,4097,4159,4248,4311,4376,4435,4508,4571,4625,4753,4810,4872,4926,4999,5142,5226,5314,5450,5538,5626,5711,5764,5815,5881,5956,6032,6118,6195,6271,6348,6422,6513,6588,6679,6771,6845,6932,7023,7078,7144,7227,7313,7375,7439,7502,7619,7732,7843,7960,8017,8072",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,78,78,82,121,109,94,132,88,65,96,79,61,88,62,64,58,72,62,53,127,56,61,53,72,142,83,87,135,87,87,84,52,50,65,74,75,85,76,75,76,73,90,74,90,91,73,86,90,54,65,82,85,61,63,62,116,112,110,116,56,54,85",
+ "endOffsets": "310,3138,3217,3300,3422,3532,3627,3760,3849,3915,4012,4092,4154,4243,4306,4371,4430,4503,4566,4620,4748,4805,4867,4921,4994,5137,5221,5309,5445,5533,5621,5706,5759,5810,5876,5951,6027,6113,6190,6266,6343,6417,6508,6583,6674,6766,6840,6927,7018,7073,7139,7222,7308,7370,7434,7497,7614,7727,7838,7955,8012,8067,8153"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-bg\\values-bg.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8242",
+ "endColumns": "100",
+ "endOffsets": "8338"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-bg\\values-bg.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,225,331,436,522,632,753,833,910,1001,1094,1189,1283,1383,1476,1571,1679,1770,1861,1944,2058,2166,2266,2380,2487,2595,2755,2854",
+ "endColumns": "119,105,104,85,109,120,79,76,90,92,94,93,99,92,94,107,90,90,82,113,107,99,113,106,107,159,98,83",
+ "endOffsets": "220,326,431,517,627,748,828,905,996,1089,1184,1278,1378,1471,1566,1674,1765,1856,1939,2053,2161,2261,2375,2482,2590,2750,2849,2933"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,435,541,646,732,842,963,1043,1120,1211,1304,1399,1493,1593,1686,1781,1889,1980,2071,2154,2268,2376,2476,2590,2697,2805,2965,8158",
+ "endColumns": "119,105,104,85,109,120,79,76,90,92,94,93,99,92,94,107,90,90,82,113,107,99,113,106,107,159,98,83",
+ "endOffsets": "430,536,641,727,837,958,1038,1115,1206,1299,1394,1488,1588,1681,1776,1884,1975,2066,2149,2263,2371,2471,2585,2692,2800,2960,3059,8237"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json
new file mode 100644
index 000000000..24379083a
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-bn/values-bn.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-bn\\values-bn.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,271,369,462,545,646,738,842,959,1040,1106,1197,1263,1324,1414,1478,1545,1606,1675,1737,1791,1898,1957,2018,2072,2146,2266,2351,2435,2570,2641,2711,2798,2856,2912,2978,3051,3131,3226,3295,3371,3451,3520,3615,3698,3788,3883,3957,4031,4124,4178,4245,4331,4416,4478,4542,4605,4707,4812,4905,5011,5073,5133",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,97,92,82,100,91,103,116,80,65,90,65,60,89,63,66,60,68,61,53,106,58,60,53,73,119,84,83,134,70,69,86,57,55,65,72,79,94,68,75,79,68,94,82,89,94,73,73,92,53,66,85,84,61,63,62,101,104,92,105,61,59,79",
+ "endOffsets": "266,364,457,540,641,733,837,954,1035,1101,1192,1258,1319,1409,1473,1540,1601,1670,1732,1786,1893,1952,2013,2067,2141,2261,2346,2430,2565,2636,2706,2793,2851,2907,2973,3046,3126,3221,3290,3366,3446,3515,3610,3693,3783,3878,3952,4026,4119,4173,4240,4326,4411,4473,4537,4600,4702,4807,4900,5006,5068,5128,5208"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3051,3149,3242,3325,3426,3518,3622,3739,3820,3886,3977,4043,4104,4194,4258,4325,4386,4455,4517,4571,4678,4737,4798,4852,4926,5046,5131,5215,5350,5421,5491,5578,5636,5692,5758,5831,5911,6006,6075,6151,6231,6300,6395,6478,6568,6663,6737,6811,6904,6958,7025,7111,7196,7258,7322,7385,7487,7592,7685,7791,7853,7913",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,97,92,82,100,91,103,116,80,65,90,65,60,89,63,66,60,68,61,53,106,58,60,53,73,119,84,83,134,70,69,86,57,55,65,72,79,94,68,75,79,68,94,82,89,94,73,73,92,53,66,85,84,61,63,62,101,104,92,105,61,59,79",
+ "endOffsets": "316,3144,3237,3320,3421,3513,3617,3734,3815,3881,3972,4038,4099,4189,4253,4320,4381,4450,4512,4566,4673,4732,4793,4847,4921,5041,5126,5210,5345,5416,5486,5573,5631,5687,5753,5826,5906,6001,6070,6146,6226,6295,6390,6473,6563,6658,6732,6806,6899,6953,7020,7106,7191,7253,7317,7380,7482,7587,7680,7786,7848,7908,7988"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-bn\\values-bn.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,319,425,514,619,740,823,905,996,1089,1183,1277,1377,1470,1565,1659,1750,1841,1927,2037,2141,2244,2352,2460,2565,2730,2835",
+ "endColumns": "107,105,105,88,104,120,82,81,90,92,93,93,99,92,94,93,90,90,85,109,103,102,107,107,104,164,104,86",
+ "endOffsets": "208,314,420,509,614,735,818,900,991,1084,1178,1272,1372,1465,1560,1654,1745,1836,1922,2032,2136,2239,2347,2455,2560,2725,2830,2917"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "321,429,535,641,730,835,956,1039,1121,1212,1305,1399,1493,1593,1686,1781,1875,1966,2057,2143,2253,2357,2460,2568,2676,2781,2946,7993",
+ "endColumns": "107,105,105,88,104,120,82,81,90,92,93,93,99,92,94,93,90,90,85,109,103,102,107,107,104,164,104,86",
+ "endOffsets": "424,530,636,725,830,951,1034,1116,1207,1300,1394,1488,1588,1681,1776,1870,1961,2052,2138,2248,2352,2455,2563,2671,2776,2941,3046,8075"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-bn\\values-bn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8080",
+ "endColumns": "100",
+ "endOffsets": "8176"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json
new file mode 100644
index 000000000..dae072ab7
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-bs/values-bs.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-bs\\values-bs.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,226,323,430,516,620,742,827,909,1000,1093,1188,1282,1382,1475,1570,1665,1756,1847,1935,2038,2142,2243,2348,2462,2565,2734,2830",
+ "endColumns": "120,96,106,85,103,121,84,81,90,92,94,93,99,92,94,94,90,90,87,102,103,100,104,113,102,168,95,86",
+ "endOffsets": "221,318,425,511,615,737,822,904,995,1088,1183,1277,1377,1470,1565,1660,1751,1842,1930,2033,2137,2238,2343,2457,2560,2729,2825,2912"
+ },
+ "to": {
+ "startLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "377,498,595,702,788,892,1014,1099,1181,1272,1365,1460,1554,1654,1747,1842,1937,2028,2119,2207,2310,2414,2515,2620,2734,2837,3006,8080",
+ "endColumns": "120,96,106,85,103,121,84,81,90,92,94,93,99,92,94,94,90,90,87,102,103,100,104,113,102,168,95,86",
+ "endOffsets": "493,590,697,783,887,1009,1094,1176,1267,1360,1455,1549,1649,1742,1837,1932,2023,2114,2202,2305,2409,2510,2615,2729,2832,3001,3097,8162"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-bs\\values-bs.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "97",
+ "startColumns": "4",
+ "startOffsets": "8167",
+ "endColumns": "100",
+ "endOffsets": "8263"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-bs\\values-bs.xml",
+ "from": {
+ "startLines": "2,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,327,406,486,568,670,764,860,986,1067,1133,1225,1302,1365,1473,1533,1599,1655,1726,1786,1840,1959,2016,2078,2132,2207,2331,2419,2502,2647,2732,2818,2906,2960,3014,3080,3154,3232,3319,3391,3468,3541,3611,3704,3776,3868,3964,4038,4114,4210,4263,4330,4417,4504,4566,4630,4693,4801,4903,5004,5109,5167,5225",
+ "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "endColumns": "12,78,79,81,101,93,95,125,80,65,91,76,62,107,59,65,55,70,59,53,118,56,61,53,74,123,87,82,144,84,85,87,53,53,65,73,77,86,71,76,72,69,92,71,91,95,73,75,95,52,66,86,86,61,63,62,107,101,100,104,57,57,79",
+ "endOffsets": "322,401,481,563,665,759,855,981,1062,1128,1220,1297,1360,1468,1528,1594,1650,1721,1781,1835,1954,2011,2073,2127,2202,2326,2414,2497,2642,2727,2813,2901,2955,3009,3075,3149,3227,3314,3386,3463,3536,3606,3699,3771,3863,3959,4033,4109,4205,4258,4325,4412,4499,4561,4625,4688,4796,4898,4999,5104,5162,5220,5300"
+ },
+ "to": {
+ "startLines": "2,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3102,3181,3261,3343,3445,3539,3635,3761,3842,3908,4000,4077,4140,4248,4308,4374,4430,4501,4561,4615,4734,4791,4853,4907,4982,5106,5194,5277,5422,5507,5593,5681,5735,5789,5855,5929,6007,6094,6166,6243,6316,6386,6479,6551,6643,6739,6813,6889,6985,7038,7105,7192,7279,7341,7405,7468,7576,7678,7779,7884,7942,8000",
+ "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "endColumns": "12,78,79,81,101,93,95,125,80,65,91,76,62,107,59,65,55,70,59,53,118,56,61,53,74,123,87,82,144,84,85,87,53,53,65,73,77,86,71,76,72,69,92,71,91,95,73,75,95,52,66,86,86,61,63,62,107,101,100,104,57,57,79",
+ "endOffsets": "372,3176,3256,3338,3440,3534,3630,3756,3837,3903,3995,4072,4135,4243,4303,4369,4425,4496,4556,4610,4729,4786,4848,4902,4977,5101,5189,5272,5417,5502,5588,5676,5730,5784,5850,5924,6002,6089,6161,6238,6311,6381,6474,6546,6638,6734,6808,6884,6980,7033,7100,7187,7274,7336,7400,7463,7571,7673,7774,7879,7937,7995,8075"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json
new file mode 100644
index 000000000..981497c5d
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-ca/values-ca.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ca\\values-ca.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,228,333,440,523,629,755,839,918,1009,1102,1195,1290,1388,1481,1574,1668,1759,1850,1931,2042,2150,2248,2358,2463,2571,2731,2830",
+ "endColumns": "122,104,106,82,105,125,83,78,90,92,92,94,97,92,92,93,90,90,80,110,107,97,109,104,107,159,98,81",
+ "endOffsets": "223,328,435,518,624,750,834,913,1004,1097,1190,1285,1383,1476,1569,1663,1754,1845,1926,2037,2145,2243,2353,2458,2566,2726,2825,2907"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "324,447,552,659,742,848,974,1058,1137,1228,1321,1414,1509,1607,1700,1793,1887,1978,2069,2150,2261,2369,2467,2577,2682,2790,2950,8165",
+ "endColumns": "122,104,106,82,105,125,83,78,90,92,92,94,97,92,92,93,90,90,80,110,107,97,109,104,107,159,98,81",
+ "endOffsets": "442,547,654,737,843,969,1053,1132,1223,1316,1409,1504,1602,1695,1788,1882,1973,2064,2145,2256,2364,2462,2572,2677,2785,2945,3044,8242"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ca\\values-ca.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,274,355,435,523,626,718,819,947,1031,1096,1193,1273,1338,1433,1497,1569,1631,1707,1770,1827,1948,2006,2067,2124,2204,2341,2428,2512,2651,2729,2808,2897,2954,3010,3076,3154,3235,3323,3401,3478,3552,3631,3721,3813,3905,4006,4080,4162,4263,4313,4379,4471,4558,4620,4684,4747,4870,4973,5077,5183,5244,5304",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,79,87,102,91,100,127,83,64,96,79,64,94,63,71,61,75,62,56,120,57,60,56,79,136,86,83,138,77,78,88,56,55,65,77,80,87,77,76,73,78,89,91,91,100,73,81,100,49,65,91,86,61,63,62,122,102,103,105,60,59,85",
+ "endOffsets": "269,350,430,518,621,713,814,942,1026,1091,1188,1268,1333,1428,1492,1564,1626,1702,1765,1822,1943,2001,2062,2119,2199,2336,2423,2507,2646,2724,2803,2892,2949,3005,3071,3149,3230,3318,3396,3473,3547,3626,3716,3808,3900,4001,4075,4157,4258,4308,4374,4466,4553,4615,4679,4742,4865,4968,5072,5178,5239,5299,5385"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3049,3130,3210,3298,3401,3493,3594,3722,3806,3871,3968,4048,4113,4208,4272,4344,4406,4482,4545,4602,4723,4781,4842,4899,4979,5116,5203,5287,5426,5504,5583,5672,5729,5785,5851,5929,6010,6098,6176,6253,6327,6406,6496,6588,6680,6781,6855,6937,7038,7088,7154,7246,7333,7395,7459,7522,7645,7748,7852,7958,8019,8079",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,79,87,102,91,100,127,83,64,96,79,64,94,63,71,61,75,62,56,120,57,60,56,79,136,86,83,138,77,78,88,56,55,65,77,80,87,77,76,73,78,89,91,91,100,73,81,100,49,65,91,86,61,63,62,122,102,103,105,60,59,85",
+ "endOffsets": "319,3125,3205,3293,3396,3488,3589,3717,3801,3866,3963,4043,4108,4203,4267,4339,4401,4477,4540,4597,4718,4776,4837,4894,4974,5111,5198,5282,5421,5499,5578,5667,5724,5780,5846,5924,6005,6093,6171,6248,6322,6401,6491,6583,6675,6776,6850,6932,7033,7083,7149,7241,7328,7390,7454,7517,7640,7743,7847,7953,8014,8074,8160"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-ca\\values-ca.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8247",
+ "endColumns": "100",
+ "endOffsets": "8343"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json
new file mode 100644
index 000000000..131bb2ca9
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-cs/values-cs.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-cs\\values-cs.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8093",
+ "endColumns": "100",
+ "endOffsets": "8189"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-cs\\values-cs.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,368,446,524,601,704,796,888,1014,1095,1160,1259,1335,1396,1485,1549,1616,1670,1738,1798,1852,1969,2029,2091,2145,2217,2339,2423,2515,2652,2730,2812,2900,2954,3005,3071,3143,3220,3304,3376,3453,3527,3598,3686,3757,3850,3945,4019,4093,4189,4241,4308,4394,4482,4544,4608,4671,4781,4877,4976,5074,5132,5187",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,77,77,76,102,91,91,125,80,64,98,75,60,88,63,66,53,67,59,53,116,59,61,53,71,121,83,91,136,77,81,87,53,50,65,71,76,83,71,76,73,70,87,70,92,94,73,73,95,51,66,85,87,61,63,62,109,95,98,97,57,54,78",
+ "endOffsets": "363,441,519,596,699,791,883,1009,1090,1155,1254,1330,1391,1480,1544,1611,1665,1733,1793,1847,1964,2024,2086,2140,2212,2334,2418,2510,2647,2725,2807,2895,2949,3000,3066,3138,3215,3299,3371,3448,3522,3593,3681,3752,3845,3940,4014,4088,4184,4236,4303,4389,4477,4539,4603,4666,4776,4872,4971,5069,5127,5182,5261"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3112,3190,3268,3345,3448,3540,3632,3758,3839,3904,4003,4079,4140,4229,4293,4360,4414,4482,4542,4596,4713,4773,4835,4889,4961,5083,5167,5259,5396,5474,5556,5644,5698,5749,5815,5887,5964,6048,6120,6197,6271,6342,6430,6501,6594,6689,6763,6837,6933,6985,7052,7138,7226,7288,7352,7415,7525,7621,7720,7818,7876,7931",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,77,77,76,102,91,91,125,80,64,98,75,60,88,63,66,53,67,59,53,116,59,61,53,71,121,83,91,136,77,81,87,53,50,65,71,76,83,71,76,73,70,87,70,92,94,73,73,95,51,66,85,87,61,63,62,109,95,98,97,57,54,78",
+ "endOffsets": "413,3185,3263,3340,3443,3535,3627,3753,3834,3899,3998,4074,4135,4224,4288,4355,4409,4477,4537,4591,4708,4768,4830,4884,4956,5078,5162,5254,5391,5469,5551,5639,5693,5744,5810,5882,5959,6043,6115,6192,6266,6337,6425,6496,6589,6684,6758,6832,6928,6980,7047,7133,7221,7283,7347,7410,7520,7616,7715,7813,7871,7926,8005"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-cs\\values-cs.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,314,424,510,615,732,810,886,977,1070,1165,1259,1353,1446,1541,1638,1729,1820,1904,2008,2120,2219,2325,2436,2538,2701,2799",
+ "endColumns": "106,101,109,85,104,116,77,75,90,92,94,93,93,92,94,96,90,90,83,103,111,98,105,110,101,162,97,82",
+ "endOffsets": "207,309,419,505,610,727,805,881,972,1065,1160,1254,1348,1441,1536,1633,1724,1815,1899,2003,2115,2214,2320,2431,2533,2696,2794,2877"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "418,525,627,737,823,928,1045,1123,1199,1290,1383,1478,1572,1666,1759,1854,1951,2042,2133,2217,2321,2433,2532,2638,2749,2851,3014,8010",
+ "endColumns": "106,101,109,85,104,116,77,75,90,92,94,93,93,92,94,96,90,90,83,103,111,98,105,110,101,162,97,82",
+ "endOffsets": "520,622,732,818,923,1040,1118,1194,1285,1378,1473,1567,1661,1754,1849,1946,2037,2128,2212,2316,2428,2527,2633,2744,2846,3009,3107,8088"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json
new file mode 100644
index 000000000..dfd5a04f5
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-da/values-da.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-da\\values-da.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7910",
+ "endColumns": "100",
+ "endOffsets": "8006"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-da\\values-da.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,205,299,415,500,600,713,791,867,958,1051,1144,1238,1332,1425,1520,1618,1709,1800,1879,1987,2094,2190,2303,2406,2507,2660,2757",
+ "endColumns": "99,93,115,84,99,112,77,75,90,92,92,93,93,92,94,97,90,90,78,107,106,95,112,102,100,152,96,79",
+ "endOffsets": "200,294,410,495,595,708,786,862,953,1046,1139,1233,1327,1420,1515,1613,1704,1795,1874,1982,2089,2185,2298,2401,2502,2655,2752,2832"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "322,422,516,632,717,817,930,1008,1084,1175,1268,1361,1455,1549,1642,1737,1835,1926,2017,2096,2204,2311,2407,2520,2623,2724,2877,7830",
+ "endColumns": "99,93,115,84,99,112,77,75,90,92,92,93,93,92,94,97,90,90,78,107,106,95,112,102,100,152,96,79",
+ "endOffsets": "417,511,627,712,812,925,1003,1079,1170,1263,1356,1450,1544,1637,1732,1830,1921,2012,2091,2199,2306,2402,2515,2618,2719,2872,2969,7905"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-da\\values-da.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,272,350,426,504,601,681,781,930,1008,1072,1158,1231,1291,1378,1442,1504,1566,1634,1699,1755,1873,1931,1992,2048,2123,2249,2335,2415,2556,2634,2714,2800,2856,2907,2973,3041,3115,3204,3276,3354,3424,3497,3581,3658,3746,3835,3909,3982,4067,4116,4182,4262,4345,4407,4471,4534,4642,4737,4838,4933,4993,5048",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,75,77,96,79,99,148,77,63,85,72,59,86,63,61,61,67,64,55,117,57,60,55,74,125,85,79,140,77,79,85,55,50,65,67,73,88,71,77,69,72,83,76,87,88,73,72,84,48,65,79,82,61,63,62,107,94,100,94,59,54,79",
+ "endOffsets": "267,345,421,499,596,676,776,925,1003,1067,1153,1226,1286,1373,1437,1499,1561,1629,1694,1750,1868,1926,1987,2043,2118,2244,2330,2410,2551,2629,2709,2795,2851,2902,2968,3036,3110,3199,3271,3349,3419,3492,3576,3653,3741,3830,3904,3977,4062,4111,4177,4257,4340,4402,4466,4529,4637,4732,4833,4928,4988,5043,5123"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2974,3052,3128,3206,3303,3383,3483,3632,3710,3774,3860,3933,3993,4080,4144,4206,4268,4336,4401,4457,4575,4633,4694,4750,4825,4951,5037,5117,5258,5336,5416,5502,5558,5609,5675,5743,5817,5906,5978,6056,6126,6199,6283,6360,6448,6537,6611,6684,6769,6818,6884,6964,7047,7109,7173,7236,7344,7439,7540,7635,7695,7750",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,75,77,96,79,99,148,77,63,85,72,59,86,63,61,61,67,64,55,117,57,60,55,74,125,85,79,140,77,79,85,55,50,65,67,73,88,71,77,69,72,83,76,87,88,73,72,84,48,65,79,82,61,63,62,107,94,100,94,59,54,79",
+ "endOffsets": "317,3047,3123,3201,3298,3378,3478,3627,3705,3769,3855,3928,3988,4075,4139,4201,4263,4331,4396,4452,4570,4628,4689,4745,4820,4946,5032,5112,5253,5331,5411,5497,5553,5604,5670,5738,5812,5901,5973,6051,6121,6194,6278,6355,6443,6532,6606,6679,6764,6813,6879,6959,7042,7104,7168,7231,7339,7434,7535,7630,7690,7745,7825"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json
new file mode 100644
index 000000000..804fe9c0e
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-de/values-de.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-de\\values-de.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8162",
+ "endColumns": "100",
+ "endOffsets": "8258"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-de\\values-de.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,283,374,463,547,637,719,820,942,1023,1089,1183,1253,1312,1420,1486,1555,1613,1685,1749,1803,1931,1991,2053,2107,2185,2322,2414,2498,2643,2727,2813,2903,2960,3011,3077,3151,3233,3326,3400,3478,3550,3624,3716,3798,3887,3976,4050,4128,4214,4269,4336,4416,4500,4562,4626,4689,4796,4900,4999,5105,5166,5221",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,90,88,83,89,81,100,121,80,65,93,69,58,107,65,68,57,71,63,53,127,59,61,53,77,136,91,83,144,83,85,89,56,50,65,73,81,92,73,77,71,73,91,81,88,88,73,77,85,54,66,79,83,61,63,62,106,103,98,105,60,54,81",
+ "endOffsets": "278,369,458,542,632,714,815,937,1018,1084,1178,1248,1307,1415,1481,1550,1608,1680,1744,1798,1926,1986,2048,2102,2180,2317,2409,2493,2638,2722,2808,2898,2955,3006,3072,3146,3228,3321,3395,3473,3545,3619,3711,3793,3882,3971,4045,4123,4209,4264,4331,4411,4495,4557,4621,4684,4791,4895,4994,5100,5161,5216,5298"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3060,3151,3240,3324,3414,3496,3597,3719,3800,3866,3960,4030,4089,4197,4263,4332,4390,4462,4526,4580,4708,4768,4830,4884,4962,5099,5191,5275,5420,5504,5590,5680,5737,5788,5854,5928,6010,6103,6177,6255,6327,6401,6493,6575,6664,6753,6827,6905,6991,7046,7113,7193,7277,7339,7403,7466,7573,7677,7776,7882,7943,7998",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,90,88,83,89,81,100,121,80,65,93,69,58,107,65,68,57,71,63,53,127,59,61,53,77,136,91,83,144,83,85,89,56,50,65,73,81,92,73,77,71,73,91,81,88,88,73,77,85,54,66,79,83,61,63,62,106,103,98,105,60,54,81",
+ "endOffsets": "328,3146,3235,3319,3409,3491,3592,3714,3795,3861,3955,4025,4084,4192,4258,4327,4385,4457,4521,4575,4703,4763,4825,4879,4957,5094,5186,5270,5415,5499,5585,5675,5732,5783,5849,5923,6005,6098,6172,6250,6322,6396,6488,6570,6659,6748,6822,6900,6986,7041,7108,7188,7272,7334,7398,7461,7568,7672,7771,7877,7938,7993,8075"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-de\\values-de.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,210,308,420,506,612,727,805,880,972,1066,1162,1263,1370,1470,1574,1672,1770,1867,1949,2060,2162,2260,2367,2470,2574,2730,2832",
+ "endColumns": "104,97,111,85,105,114,77,74,91,93,95,100,106,99,103,97,97,96,81,110,101,97,106,102,103,155,101,81",
+ "endOffsets": "205,303,415,501,607,722,800,875,967,1061,1157,1258,1365,1465,1569,1667,1765,1862,1944,2055,2157,2255,2362,2465,2569,2725,2827,2909"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "333,438,536,648,734,840,955,1033,1108,1200,1294,1390,1491,1598,1698,1802,1900,1998,2095,2177,2288,2390,2488,2595,2698,2802,2958,8080",
+ "endColumns": "104,97,111,85,105,114,77,74,91,93,95,100,106,99,103,97,97,96,81,110,101,97,106,102,103,155,101,81",
+ "endOffsets": "433,531,643,729,835,950,1028,1103,1195,1289,1385,1486,1593,1693,1797,1895,1993,2090,2172,2283,2385,2483,2590,2693,2797,2953,3055,8157"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json
new file mode 100644
index 000000000..f2e0d3fa5
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-el/values-el.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-el\\values-el.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,270,358,444,529,625,712,814,931,1017,1083,1183,1265,1328,1419,1482,1547,1609,1678,1740,1794,1932,1989,2050,2104,2177,2330,2415,2499,2638,2719,2804,2894,2949,3000,3066,3144,3229,3314,3386,3466,3546,3617,3709,3781,3878,3975,4049,4123,4225,4281,4353,4441,4533,4595,4659,4722,4838,4946,5055,5163,5222,5277",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,87,85,84,95,86,101,116,85,65,99,81,62,90,62,64,61,68,61,53,137,56,60,53,72,152,84,83,138,80,84,89,54,50,65,77,84,84,71,79,79,70,91,71,96,96,73,73,101,55,71,87,91,61,63,62,115,107,108,107,58,54,90",
+ "endOffsets": "265,353,439,524,620,707,809,926,1012,1078,1178,1260,1323,1414,1477,1542,1604,1673,1735,1789,1927,1984,2045,2099,2172,2325,2410,2494,2633,2714,2799,2889,2944,2995,3061,3139,3224,3309,3381,3461,3541,3612,3704,3776,3873,3970,4044,4118,4220,4276,4348,4436,4528,4590,4654,4717,4833,4941,5050,5158,5217,5272,5363"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3101,3189,3275,3360,3456,3543,3645,3762,3848,3914,4014,4096,4159,4250,4313,4378,4440,4509,4571,4625,4763,4820,4881,4935,5008,5161,5246,5330,5469,5550,5635,5725,5780,5831,5897,5975,6060,6145,6217,6297,6377,6448,6540,6612,6709,6806,6880,6954,7056,7112,7184,7272,7364,7426,7490,7553,7669,7777,7886,7994,8053,8108",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,87,85,84,95,86,101,116,85,65,99,81,62,90,62,64,61,68,61,53,137,56,60,53,72,152,84,83,138,80,84,89,54,50,65,77,84,84,71,79,79,70,91,71,96,96,73,73,101,55,71,87,91,61,63,62,115,107,108,107,58,54,90",
+ "endOffsets": "315,3184,3270,3355,3451,3538,3640,3757,3843,3909,4009,4091,4154,4245,4308,4373,4435,4504,4566,4620,4758,4815,4876,4930,5003,5156,5241,5325,5464,5545,5630,5720,5775,5826,5892,5970,6055,6140,6212,6292,6372,6443,6535,6607,6704,6801,6875,6949,7051,7107,7179,7267,7359,7421,7485,7548,7664,7772,7881,7989,8048,8103,8194"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-el\\values-el.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8285",
+ "endColumns": "100",
+ "endOffsets": "8381"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-el\\values-el.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,223,334,451,536,642,765,854,939,1030,1123,1218,1312,1412,1505,1600,1697,1788,1879,1964,2075,2184,2286,2397,2507,2615,2786,2886",
+ "endColumns": "117,110,116,84,105,122,88,84,90,92,94,93,99,92,94,96,90,90,84,110,108,101,110,109,107,170,99,85",
+ "endOffsets": "218,329,446,531,637,760,849,934,1025,1118,1213,1307,1407,1500,1595,1692,1783,1874,1959,2070,2179,2281,2392,2502,2610,2781,2881,2967"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "320,438,549,666,751,857,980,1069,1154,1245,1338,1433,1527,1627,1720,1815,1912,2003,2094,2179,2290,2399,2501,2612,2722,2830,3001,8199",
+ "endColumns": "117,110,116,84,105,122,88,84,90,92,94,93,99,92,94,96,90,90,84,110,108,101,110,109,107,170,99,85",
+ "endOffsets": "433,544,661,746,852,975,1064,1149,1240,1333,1428,1522,1622,1715,1810,1907,1998,2089,2174,2285,2394,2496,2607,2717,2825,2996,3096,8280"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json
new file mode 100644
index 000000000..a45a18e85
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-en-rAU/values-en-rAU.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-en-rAU\\values-en-rAU.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2845",
+ "endColumns": "100",
+ "endOffsets": "2941"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-en-rAU\\values-en-rAU.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762",
+ "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82",
+ "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json
new file mode 100644
index 000000000..4ac306baa
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-en-rCA/values-en-rCA.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-en-rCA\\values-en-rCA.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2845",
+ "endColumns": "100",
+ "endOffsets": "2941"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-en-rCA\\values-en-rCA.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762",
+ "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82",
+ "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json
new file mode 100644
index 000000000..51621d022
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-en-rGB/values-en-rGB.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-en-rGB\\values-en-rGB.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762",
+ "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82",
+ "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "322,426,526,634,718,818,933,1011,1086,1177,1270,1365,1459,1559,1652,1747,1841,1932,2023,2105,2208,2311,2410,2515,2619,2723,2879,7776",
+ "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82",
+ "endOffsets": "421,521,629,713,813,928,1006,1081,1172,1265,1360,1454,1554,1647,1742,1836,1927,2018,2100,2203,2306,2405,2510,2614,2718,2874,2974,7854"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-en-rGB\\values-en-rGB.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,272,354,432,509,595,679,777,892,971,1036,1126,1193,1252,1342,1406,1470,1533,1602,1666,1720,1832,1890,1952,2006,2078,2200,2287,2368,2508,2585,2666,2757,2811,2862,2928,2998,3075,3162,3233,3310,3379,3448,3539,3611,3700,3789,3863,3935,4021,4071,4137,4217,4301,4363,4427,4490,4590,4687,4779,4878,4936,4991",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,81,77,76,85,83,97,114,78,64,89,66,58,89,63,63,62,68,63,53,111,57,61,53,71,121,86,80,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,77",
+ "endOffsets": "267,349,427,504,590,674,772,887,966,1031,1121,1188,1247,1337,1401,1465,1528,1597,1661,1715,1827,1885,1947,2001,2073,2195,2282,2363,2503,2580,2661,2752,2806,2857,2923,2993,3070,3157,3228,3305,3374,3443,3534,3606,3695,3784,3858,3930,4016,4066,4132,4212,4296,4358,4422,4485,4585,4682,4774,4873,4931,4986,5064"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2979,3061,3139,3216,3302,3386,3484,3599,3678,3743,3833,3900,3959,4049,4113,4177,4240,4309,4373,4427,4539,4597,4659,4713,4785,4907,4994,5075,5215,5292,5373,5464,5518,5569,5635,5705,5782,5869,5940,6017,6086,6155,6246,6318,6407,6496,6570,6642,6728,6778,6844,6924,7008,7070,7134,7197,7297,7394,7486,7585,7643,7698",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,81,77,76,85,83,97,114,78,64,89,66,58,89,63,63,62,68,63,53,111,57,61,53,71,121,86,80,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,77",
+ "endOffsets": "317,3056,3134,3211,3297,3381,3479,3594,3673,3738,3828,3895,3954,4044,4108,4172,4235,4304,4368,4422,4534,4592,4654,4708,4780,4902,4989,5070,5210,5287,5368,5459,5513,5564,5630,5700,5777,5864,5935,6012,6081,6150,6241,6313,6402,6491,6565,6637,6723,6773,6839,6919,7003,7065,7129,7192,7292,7389,7481,7580,7638,7693,7771"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-en-rGB\\values-en-rGB.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7859",
+ "endColumns": "100",
+ "endOffsets": "7955"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json
new file mode 100644
index 000000000..b6b502164
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-en-rIN/values-en-rIN.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-en-rIN\\values-en-rIN.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2845",
+ "endColumns": "100",
+ "endOffsets": "2941"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-en-rIN\\values-en-rIN.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762",
+ "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82",
+ "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json
new file mode 100644
index 000000000..6d99c31cc
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-en-rXC/values-en-rXC.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-en-rXC\\values-en-rXC.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "203",
+ "endOffsets": "254"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "5714",
+ "endColumns": "203",
+ "endOffsets": "5913"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-en-rXC\\values-en-rXC.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,312,515,725,912,1113,1329,1509,1684,1878,2072,2267,2464,2663,2858,3056,3253,3447,3641,3826,4031,4234,4435,4641,4846,5053,5327,5528",
+ "endColumns": "206,202,209,186,200,215,179,174,193,193,194,196,198,194,197,196,193,193,184,204,202,200,205,204,206,273,200,185",
+ "endOffsets": "307,510,720,907,1108,1324,1504,1679,1873,2067,2262,2459,2658,2853,3051,3248,3442,3636,3821,4026,4229,4430,4636,4841,5048,5322,5523,5709"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json
new file mode 100644
index 000000000..bd4916e0c
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-es-rUS/values-es-rUS.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-es-rUS\\values-es-rUS.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,225,334,442,527,629,745,830,910,1001,1094,1189,1283,1382,1475,1574,1670,1761,1852,1934,2041,2140,2239,2347,2455,2562,2721,2821",
+ "endColumns": "119,108,107,84,101,115,84,79,90,92,94,93,98,92,98,95,90,90,81,106,98,98,107,107,106,158,99,82",
+ "endOffsets": "220,329,437,522,624,740,825,905,996,1089,1184,1278,1377,1470,1569,1665,1756,1847,1929,2036,2135,2234,2342,2450,2557,2716,2816,2899"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "328,448,557,665,750,852,968,1053,1133,1224,1317,1412,1506,1605,1698,1797,1893,1984,2075,2157,2264,2363,2462,2570,2678,2785,2944,8092",
+ "endColumns": "119,108,107,84,101,115,84,79,90,92,94,93,98,92,98,95,90,90,81,106,98,98,107,107,106,158,99,82",
+ "endOffsets": "443,552,660,745,847,963,1048,1128,1219,1312,1407,1501,1600,1693,1792,1888,1979,2070,2152,2259,2358,2457,2565,2673,2780,2939,3039,8170"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-es-rUS\\values-es-rUS.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,278,360,440,526,631,727,829,957,1038,1103,1198,1268,1331,1424,1488,1560,1623,1697,1761,1817,1935,1993,2055,2111,2191,2325,2414,2495,2636,2717,2797,2887,2943,2999,3065,3141,3223,3311,3384,3461,3531,3608,3697,3771,3865,3967,4039,4120,4224,4277,4344,4437,4526,4588,4652,4715,4826,4923,5025,5123,5183,5243",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,81,79,85,104,95,101,127,80,64,94,69,62,92,63,71,62,73,63,55,117,57,61,55,79,133,88,80,140,80,79,89,55,55,65,75,81,87,72,76,69,76,88,73,93,101,71,80,103,52,66,92,88,61,63,62,110,96,101,97,59,59,82",
+ "endOffsets": "273,355,435,521,626,722,824,952,1033,1098,1193,1263,1326,1419,1483,1555,1618,1692,1756,1812,1930,1988,2050,2106,2186,2320,2409,2490,2631,2712,2792,2882,2938,2994,3060,3136,3218,3306,3379,3456,3526,3603,3692,3766,3860,3962,4034,4115,4219,4272,4339,4432,4521,4583,4647,4710,4821,4918,5020,5118,5178,5238,5321"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3044,3126,3206,3292,3397,3493,3595,3723,3804,3869,3964,4034,4097,4190,4254,4326,4389,4463,4527,4583,4701,4759,4821,4877,4957,5091,5180,5261,5402,5483,5563,5653,5709,5765,5831,5907,5989,6077,6150,6227,6297,6374,6463,6537,6631,6733,6805,6886,6990,7043,7110,7203,7292,7354,7418,7481,7592,7689,7791,7889,7949,8009",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,81,79,85,104,95,101,127,80,64,94,69,62,92,63,71,62,73,63,55,117,57,61,55,79,133,88,80,140,80,79,89,55,55,65,75,81,87,72,76,69,76,88,73,93,101,71,80,103,52,66,92,88,61,63,62,110,96,101,97,59,59,82",
+ "endOffsets": "323,3121,3201,3287,3392,3488,3590,3718,3799,3864,3959,4029,4092,4185,4249,4321,4384,4458,4522,4578,4696,4754,4816,4872,4952,5086,5175,5256,5397,5478,5558,5648,5704,5760,5826,5902,5984,6072,6145,6222,6292,6369,6458,6532,6626,6728,6800,6881,6985,7038,7105,7198,7287,7349,7413,7476,7587,7684,7786,7884,7944,8004,8087"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-es-rUS\\values-es-rUS.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8175",
+ "endColumns": "100",
+ "endOffsets": "8271"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json
new file mode 100644
index 000000000..39bba6f0d
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-es/values-es.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-es\\values-es.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8194",
+ "endColumns": "100",
+ "endOffsets": "8290"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-es\\values-es.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,278,359,438,525,626,722,826,948,1029,1094,1189,1270,1333,1422,1486,1555,1618,1692,1756,1812,1930,1988,2050,2106,2186,2325,2414,2496,2637,2718,2798,2888,2944,3000,3066,3145,3227,3315,3389,3466,3536,3615,3699,3783,3875,3975,4049,4130,4232,4285,4352,4445,4534,4596,4660,4723,4836,4929,5033,5127,5187,5247",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,78,86,100,95,103,121,80,64,94,80,62,88,63,68,62,73,63,55,117,57,61,55,79,138,88,81,140,80,79,89,55,55,65,78,81,87,73,76,69,78,83,83,91,99,73,80,101,52,66,92,88,61,63,62,112,92,103,93,59,59,82",
+ "endOffsets": "273,354,433,520,621,717,821,943,1024,1089,1184,1265,1328,1417,1481,1550,1613,1687,1751,1807,1925,1983,2045,2101,2181,2320,2409,2491,2632,2713,2793,2883,2939,2995,3061,3140,3222,3310,3384,3461,3531,3610,3694,3778,3870,3970,4044,4125,4227,4280,4347,4440,4529,4591,4655,4718,4831,4924,5028,5122,5182,5242,5325"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3059,3140,3219,3306,3407,3503,3607,3729,3810,3875,3970,4051,4114,4203,4267,4336,4399,4473,4537,4593,4711,4769,4831,4887,4967,5106,5195,5277,5418,5499,5579,5669,5725,5781,5847,5926,6008,6096,6170,6247,6317,6396,6480,6564,6656,6756,6830,6911,7013,7066,7133,7226,7315,7377,7441,7504,7617,7710,7814,7908,7968,8028",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,78,86,100,95,103,121,80,64,94,80,62,88,63,68,62,73,63,55,117,57,61,55,79,138,88,81,140,80,79,89,55,55,65,78,81,87,73,76,69,78,83,83,91,99,73,80,101,52,66,92,88,61,63,62,112,92,103,93,59,59,82",
+ "endOffsets": "323,3135,3214,3301,3402,3498,3602,3724,3805,3870,3965,4046,4109,4198,4262,4331,4394,4468,4532,4588,4706,4764,4826,4882,4962,5101,5190,5272,5413,5494,5574,5664,5720,5776,5842,5921,6003,6091,6165,6242,6312,6391,6475,6559,6651,6751,6825,6906,7008,7061,7128,7221,7310,7372,7436,7499,7612,7705,7809,7903,7963,8023,8106"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-es\\values-es.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,207,320,428,513,614,742,828,909,1001,1095,1192,1286,1386,1480,1576,1672,1764,1856,1938,2045,2156,2255,2363,2471,2578,2737,2836",
+ "endColumns": "101,112,107,84,100,127,85,80,91,93,96,93,99,93,95,95,91,91,81,106,110,98,107,107,106,158,98,82",
+ "endOffsets": "202,315,423,508,609,737,823,904,996,1090,1187,1281,1381,1475,1571,1667,1759,1851,1933,2040,2151,2250,2358,2466,2573,2732,2831,2914"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "328,430,543,651,736,837,965,1051,1132,1224,1318,1415,1509,1609,1703,1799,1895,1987,2079,2161,2268,2379,2478,2586,2694,2801,2960,8111",
+ "endColumns": "101,112,107,84,100,127,85,80,91,93,96,93,99,93,95,95,91,91,81,106,110,98,107,107,106,158,98,82",
+ "endOffsets": "425,538,646,731,832,960,1046,1127,1219,1313,1410,1504,1604,1698,1794,1890,1982,2074,2156,2263,2374,2473,2581,2689,2796,2955,3054,8189"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json
new file mode 100644
index 000000000..699d53366
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-et/values-et.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-et\\values-et.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,211,310,421,507,609,726,807,884,976,1070,1166,1268,1377,1471,1572,1666,1758,1851,1934,2045,2149,2248,2358,2460,2559,2725,2827",
+ "endColumns": "105,98,110,85,101,116,80,76,91,93,95,101,108,93,100,93,91,92,82,110,103,98,109,101,98,165,101,82",
+ "endOffsets": "206,305,416,502,604,721,802,879,971,1065,1161,1263,1372,1466,1567,1661,1753,1846,1929,2040,2144,2243,2353,2455,2554,2720,2822,2905"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "316,422,521,632,718,820,937,1018,1095,1187,1281,1377,1479,1588,1682,1783,1877,1969,2062,2145,2256,2360,2459,2569,2671,2770,2936,7940",
+ "endColumns": "105,98,110,85,101,116,80,76,91,93,95,101,108,93,100,93,91,92,82,110,103,98,109,101,98,165,101,82",
+ "endOffsets": "417,516,627,713,815,932,1013,1090,1182,1276,1372,1474,1583,1677,1778,1872,1964,2057,2140,2251,2355,2454,2564,2666,2765,2931,3033,8018"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-et\\values-et.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,266,346,425,510,602,689,788,905,987,1051,1136,1204,1268,1355,1419,1483,1542,1614,1678,1732,1851,1911,1972,2026,2099,2232,2316,2409,2547,2627,2706,2794,2849,2900,2966,3039,3118,3204,3277,3352,3426,3498,3586,3663,3754,3846,3918,3992,4083,4137,4206,4289,4375,4437,4501,4564,4667,4771,4868,4973,5032,5087",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,79,78,84,91,86,98,116,81,63,84,67,63,86,63,63,58,71,63,53,118,59,60,53,72,132,83,92,137,79,78,87,54,50,65,72,78,85,72,74,73,71,87,76,90,91,71,73,90,53,68,82,85,61,63,62,102,103,96,104,58,54,80",
+ "endOffsets": "261,341,420,505,597,684,783,900,982,1046,1131,1199,1263,1350,1414,1478,1537,1609,1673,1727,1846,1906,1967,2021,2094,2227,2311,2404,2542,2622,2701,2789,2844,2895,2961,3034,3113,3199,3272,3347,3421,3493,3581,3658,3749,3841,3913,3987,4078,4132,4201,4284,4370,4432,4496,4559,4662,4766,4863,4968,5027,5082,5163"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3038,3118,3197,3282,3374,3461,3560,3677,3759,3823,3908,3976,4040,4127,4191,4255,4314,4386,4450,4504,4623,4683,4744,4798,4871,5004,5088,5181,5319,5399,5478,5566,5621,5672,5738,5811,5890,5976,6049,6124,6198,6270,6358,6435,6526,6618,6690,6764,6855,6909,6978,7061,7147,7209,7273,7336,7439,7543,7640,7745,7804,7859",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,79,78,84,91,86,98,116,81,63,84,67,63,86,63,63,58,71,63,53,118,59,60,53,72,132,83,92,137,79,78,87,54,50,65,72,78,85,72,74,73,71,87,76,90,91,71,73,90,53,68,82,85,61,63,62,102,103,96,104,58,54,80",
+ "endOffsets": "311,3113,3192,3277,3369,3456,3555,3672,3754,3818,3903,3971,4035,4122,4186,4250,4309,4381,4445,4499,4618,4678,4739,4793,4866,4999,5083,5176,5314,5394,5473,5561,5616,5667,5733,5806,5885,5971,6044,6119,6193,6265,6353,6430,6521,6613,6685,6759,6850,6904,6973,7056,7142,7204,7268,7331,7434,7538,7635,7740,7799,7854,7935"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-et\\values-et.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8023",
+ "endColumns": "100",
+ "endOffsets": "8119"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json
new file mode 100644
index 000000000..d42cdca9c
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-eu/values-eu.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-eu\\values-eu.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,214,312,422,508,614,738,824,905,997,1091,1187,1281,1382,1476,1572,1669,1761,1854,1936,2045,2154,2253,2362,2469,2580,2751,2850",
+ "endColumns": "108,97,109,85,105,123,85,80,91,93,95,93,100,93,95,96,91,92,81,108,108,98,108,106,110,170,98,82",
+ "endOffsets": "209,307,417,503,609,733,819,900,992,1086,1182,1276,1377,1471,1567,1664,1756,1849,1931,2040,2149,2248,2357,2464,2575,2746,2845,2928"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "325,434,532,642,728,834,958,1044,1125,1217,1311,1407,1501,1602,1696,1792,1889,1981,2074,2156,2265,2374,2473,2582,2689,2800,2971,8080",
+ "endColumns": "108,97,109,85,105,123,85,80,91,93,95,93,100,93,95,96,91,92,81,108,108,98,108,106,110,170,98,82",
+ "endOffsets": "429,527,637,723,829,953,1039,1120,1212,1306,1402,1496,1597,1691,1787,1884,1976,2069,2151,2260,2369,2468,2577,2684,2795,2966,3065,8158"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-eu\\values-eu.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,275,382,487,567,674,774,872,987,1070,1137,1236,1304,1365,1453,1516,1582,1646,1717,1780,1834,1943,2002,2065,2119,2193,2318,2408,2488,2633,2716,2798,2889,2941,2994,3060,3131,3211,3297,3375,3453,3526,3601,3688,3775,3866,3959,4031,4107,4199,4250,4316,4400,4486,4548,4612,4675,4782,4887,4983,5089,5145,5202",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,106,104,79,106,99,97,114,82,66,98,67,60,87,62,65,63,70,62,53,108,58,62,53,73,124,89,79,144,82,81,90,51,52,65,70,79,85,77,77,72,74,86,86,90,92,71,75,91,50,65,83,85,61,63,62,106,104,95,105,55,56,82",
+ "endOffsets": "270,377,482,562,669,769,867,982,1065,1132,1231,1299,1360,1448,1511,1577,1641,1712,1775,1829,1938,1997,2060,2114,2188,2313,2403,2483,2628,2711,2793,2884,2936,2989,3055,3126,3206,3292,3370,3448,3521,3596,3683,3770,3861,3954,4026,4102,4194,4245,4311,4395,4481,4543,4607,4670,4777,4882,4978,5084,5140,5197,5280"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3070,3177,3282,3362,3469,3569,3667,3782,3865,3932,4031,4099,4160,4248,4311,4377,4441,4512,4575,4629,4738,4797,4860,4914,4988,5113,5203,5283,5428,5511,5593,5684,5736,5789,5855,5926,6006,6092,6170,6248,6321,6396,6483,6570,6661,6754,6826,6902,6994,7045,7111,7195,7281,7343,7407,7470,7577,7682,7778,7884,7940,7997",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,106,104,79,106,99,97,114,82,66,98,67,60,87,62,65,63,70,62,53,108,58,62,53,73,124,89,79,144,82,81,90,51,52,65,70,79,85,77,77,72,74,86,86,90,92,71,75,91,50,65,83,85,61,63,62,106,104,95,105,55,56,82",
+ "endOffsets": "320,3172,3277,3357,3464,3564,3662,3777,3860,3927,4026,4094,4155,4243,4306,4372,4436,4507,4570,4624,4733,4792,4855,4909,4983,5108,5198,5278,5423,5506,5588,5679,5731,5784,5850,5921,6001,6087,6165,6243,6316,6391,6478,6565,6656,6749,6821,6897,6989,7040,7106,7190,7276,7338,7402,7465,7572,7677,7773,7879,7935,7992,8075"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-eu\\values-eu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8163",
+ "endColumns": "100",
+ "endOffsets": "8259"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json
new file mode 100644
index 000000000..48172a57d
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-fa/values-fa.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-fa\\values-fa.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,259,334,411,493,586,673,770,899,983,1046,1136,1205,1265,1356,1419,1483,1542,1609,1671,1726,1849,1907,1968,2023,2095,2232,2313,2395,2525,2599,2673,2759,2810,2864,2930,3001,3078,3159,3232,3306,3376,3450,3536,3610,3699,3791,3865,3938,4027,4078,4145,4228,4312,4374,4438,4501,4595,4702,4795,4900,4955,5013",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,74,76,81,92,86,96,128,83,62,89,68,59,90,62,63,58,66,61,54,122,57,60,54,71,136,80,81,129,73,73,85,50,53,65,70,76,80,72,73,69,73,85,73,88,91,73,72,88,50,66,82,83,61,63,62,93,106,92,104,54,57,77",
+ "endOffsets": "254,329,406,488,581,668,765,894,978,1041,1131,1200,1260,1351,1414,1478,1537,1604,1666,1721,1844,1902,1963,2018,2090,2227,2308,2390,2520,2594,2668,2754,2805,2859,2925,2996,3073,3154,3227,3301,3371,3445,3531,3605,3694,3786,3860,3933,4022,4073,4140,4223,4307,4369,4433,4496,4590,4697,4790,4895,4950,5008,5086"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2999,3074,3151,3233,3326,3413,3510,3639,3723,3786,3876,3945,4005,4096,4159,4223,4282,4349,4411,4466,4589,4647,4708,4763,4835,4972,5053,5135,5265,5339,5413,5499,5550,5604,5670,5741,5818,5899,5972,6046,6116,6190,6276,6350,6439,6531,6605,6678,6767,6818,6885,6968,7052,7114,7178,7241,7335,7442,7535,7640,7695,7753",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,74,76,81,92,86,96,128,83,62,89,68,59,90,62,63,58,66,61,54,122,57,60,54,71,136,80,81,129,73,73,85,50,53,65,70,76,80,72,73,69,73,85,73,88,91,73,72,88,50,66,82,83,61,63,62,93,106,92,104,54,57,77",
+ "endOffsets": "304,3069,3146,3228,3321,3408,3505,3634,3718,3781,3871,3940,4000,4091,4154,4218,4277,4344,4406,4461,4584,4642,4703,4758,4830,4967,5048,5130,5260,5334,5408,5494,5545,5599,5665,5736,5813,5894,5967,6041,6111,6185,6271,6345,6434,6526,6600,6673,6762,6813,6880,6963,7047,7109,7173,7236,7330,7437,7530,7635,7690,7748,7826"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-fa\\values-fa.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7913",
+ "endColumns": "100",
+ "endOffsets": "8009"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-fa\\values-fa.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,215,316,427,511,612,727,807,884,977,1072,1164,1258,1360,1455,1552,1646,1739,1829,1911,2019,2123,2221,2327,2432,2537,2694,2795",
+ "endColumns": "109,100,110,83,100,114,79,76,92,94,91,93,101,94,96,93,92,89,81,107,103,97,105,104,104,156,100,81",
+ "endOffsets": "210,311,422,506,607,722,802,879,972,1067,1159,1253,1355,1450,1547,1641,1734,1824,1906,2014,2118,2216,2322,2427,2532,2689,2790,2872"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "309,419,520,631,715,816,931,1011,1088,1181,1276,1368,1462,1564,1659,1756,1850,1943,2033,2115,2223,2327,2425,2531,2636,2741,2898,7831",
+ "endColumns": "109,100,110,83,100,114,79,76,92,94,91,93,101,94,96,93,92,89,81,107,103,97,105,104,104,156,100,81",
+ "endOffsets": "414,515,626,710,811,926,1006,1083,1176,1271,1363,1457,1559,1654,1751,1845,1938,2028,2110,2218,2322,2420,2526,2631,2736,2893,2994,7908"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json
new file mode 100644
index 000000000..145534170
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-fi/values-fi.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-fi\\values-fi.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,313,422,508,613,731,817,896,987,1080,1175,1269,1363,1456,1552,1651,1742,1836,1916,2023,2124,2221,2327,2427,2525,2675,2775",
+ "endColumns": "107,99,108,85,104,117,85,78,90,92,94,93,93,92,95,98,90,93,79,106,100,96,105,99,97,149,99,80",
+ "endOffsets": "208,308,417,503,608,726,812,891,982,1075,1170,1264,1358,1451,1547,1646,1737,1831,1911,2018,2119,2216,2322,2422,2520,2670,2770,2851"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "318,426,526,635,721,826,944,1030,1109,1200,1293,1388,1482,1576,1669,1765,1864,1955,2049,2129,2236,2337,2434,2540,2640,2738,2888,7865",
+ "endColumns": "107,99,108,85,104,117,85,78,90,92,94,93,93,92,95,98,90,93,79,106,100,96,105,99,97,149,99,80",
+ "endOffsets": "421,521,630,716,821,939,1025,1104,1195,1288,1383,1477,1571,1664,1760,1859,1950,2044,2124,2231,2332,2429,2535,2635,2733,2883,2983,7941"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-fi\\values-fi.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7946",
+ "endColumns": "100",
+ "endOffsets": "8042"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-fi\\values-fi.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,268,344,418,501,590,672,768,876,960,1025,1118,1193,1258,1346,1411,1477,1535,1606,1672,1726,1836,1896,1960,2014,2087,2203,2287,2368,2501,2586,2671,2761,2813,2864,2930,3007,3089,3173,3247,3326,3403,3475,3564,3640,3731,3826,3900,3973,4067,4121,4193,4279,4365,4427,4491,4554,4655,4757,4852,4955,5011,5066",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,75,73,82,88,81,95,107,83,64,92,74,64,87,64,65,57,70,65,53,109,59,63,53,72,115,83,80,132,84,84,89,51,50,65,76,81,83,73,78,76,71,88,75,90,94,73,72,93,53,71,85,85,61,63,62,100,101,94,102,55,54,78",
+ "endOffsets": "263,339,413,496,585,667,763,871,955,1020,1113,1188,1253,1341,1406,1472,1530,1601,1667,1721,1831,1891,1955,2009,2082,2198,2282,2363,2496,2581,2666,2756,2808,2859,2925,3002,3084,3168,3242,3321,3398,3470,3559,3635,3726,3821,3895,3968,4062,4116,4188,4274,4360,4422,4486,4549,4650,4752,4847,4950,5006,5061,5140"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2988,3064,3138,3221,3310,3392,3488,3596,3680,3745,3838,3913,3978,4066,4131,4197,4255,4326,4392,4446,4556,4616,4680,4734,4807,4923,5007,5088,5221,5306,5391,5481,5533,5584,5650,5727,5809,5893,5967,6046,6123,6195,6284,6360,6451,6546,6620,6693,6787,6841,6913,6999,7085,7147,7211,7274,7375,7477,7572,7675,7731,7786",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,75,73,82,88,81,95,107,83,64,92,74,64,87,64,65,57,70,65,53,109,59,63,53,72,115,83,80,132,84,84,89,51,50,65,76,81,83,73,78,76,71,88,75,90,94,73,72,93,53,71,85,85,61,63,62,100,101,94,102,55,54,78",
+ "endOffsets": "313,3059,3133,3216,3305,3387,3483,3591,3675,3740,3833,3908,3973,4061,4126,4192,4250,4321,4387,4441,4551,4611,4675,4729,4802,4918,5002,5083,5216,5301,5386,5476,5528,5579,5645,5722,5804,5888,5962,6041,6118,6190,6279,6355,6446,6541,6615,6688,6782,6836,6908,6994,7080,7142,7206,7269,7370,7472,7567,7670,7726,7781,7860"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json
new file mode 100644
index 000000000..58977e4b7
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-fr-rCA/values-fr-rCA.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,283,390,498,580,681,778,878,1000,1085,1151,1248,1328,1390,1482,1549,1623,1684,1763,1827,1881,1997,2056,2118,2172,2254,2383,2475,2559,2703,2782,2863,2956,3011,3062,3128,3207,3288,3379,3451,3529,3604,3676,3773,3850,3948,4046,4124,4205,4305,4362,4428,4511,4598,4660,4724,4787,4889,4996,5093,5202,5261,5316",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,106,107,81,100,96,99,121,84,65,96,79,61,91,66,73,60,78,63,53,115,58,61,53,81,128,91,83,143,78,80,92,54,50,65,78,80,90,71,77,74,71,96,76,97,97,77,80,99,56,65,82,86,61,63,62,101,106,96,108,58,54,88",
+ "endOffsets": "278,385,493,575,676,773,873,995,1080,1146,1243,1323,1385,1477,1544,1618,1679,1758,1822,1876,1992,2051,2113,2167,2249,2378,2470,2554,2698,2777,2858,2951,3006,3057,3123,3202,3283,3374,3446,3524,3599,3671,3768,3845,3943,4041,4119,4200,4300,4357,4423,4506,4593,4655,4719,4782,4884,4991,5088,5197,5256,5311,5400"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3083,3190,3298,3380,3481,3578,3678,3800,3885,3951,4048,4128,4190,4282,4349,4423,4484,4563,4627,4681,4797,4856,4918,4972,5054,5183,5275,5359,5503,5582,5663,5756,5811,5862,5928,6007,6088,6179,6251,6329,6404,6476,6573,6650,6748,6846,6924,7005,7105,7162,7228,7311,7398,7460,7524,7587,7689,7796,7893,8002,8061,8116",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,106,107,81,100,96,99,121,84,65,96,79,61,91,66,73,60,78,63,53,115,58,61,53,81,128,91,83,143,78,80,92,54,50,65,78,80,90,71,77,74,71,96,76,97,97,77,80,99,56,65,82,86,61,63,62,101,106,96,108,58,54,88",
+ "endOffsets": "328,3185,3293,3375,3476,3573,3673,3795,3880,3946,4043,4123,4185,4277,4344,4418,4479,4558,4622,4676,4792,4851,4913,4967,5049,5178,5270,5354,5498,5577,5658,5751,5806,5857,5923,6002,6083,6174,6246,6324,6399,6471,6568,6645,6743,6841,6919,7000,7100,7157,7223,7306,7393,7455,7519,7582,7684,7791,7888,7997,8056,8111,8200"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8292",
+ "endColumns": "100",
+ "endOffsets": "8388"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-fr-rCA\\values-fr-rCA.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,216,323,433,520,626,756,841,921,1012,1105,1203,1298,1398,1491,1584,1679,1770,1861,1947,2057,2168,2271,2382,2490,2597,2756,2855",
+ "endColumns": "110,106,109,86,105,129,84,79,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86",
+ "endOffsets": "211,318,428,515,621,751,836,916,1007,1100,1198,1293,1393,1486,1579,1674,1765,1856,1942,2052,2163,2266,2377,2485,2592,2751,2850,2937"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "333,444,551,661,748,854,984,1069,1149,1240,1333,1431,1526,1626,1719,1812,1907,1998,2089,2175,2285,2396,2499,2610,2718,2825,2984,8205",
+ "endColumns": "110,106,109,86,105,129,84,79,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86",
+ "endOffsets": "439,546,656,743,849,979,1064,1144,1235,1328,1426,1521,1621,1714,1807,1902,1993,2084,2170,2280,2391,2494,2605,2713,2820,2979,3078,8287"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json
new file mode 100644
index 000000000..0f1183a1a
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-fr/values-fr.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-fr\\values-fr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8227",
+ "endColumns": "100",
+ "endOffsets": "8323"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-fr\\values-fr.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,283,363,444,527,636,731,829,959,1044,1110,1207,1290,1356,1458,1523,1598,1654,1733,1793,1847,1969,2028,2090,2144,2226,2361,2453,2537,2681,2760,2841,2934,2989,3040,3106,3186,3267,3370,3443,3521,3594,3666,3759,3831,3923,4015,4089,4173,4265,4322,4388,4471,4558,4620,4684,4747,4849,4947,5044,5145,5204,5259",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,79,80,82,108,94,97,129,84,65,96,82,65,101,64,74,55,78,59,53,121,58,61,53,81,134,91,83,143,78,80,92,54,50,65,79,80,102,72,77,72,71,92,71,91,91,73,83,91,56,65,82,86,61,63,62,101,97,96,100,58,54,88",
+ "endOffsets": "278,358,439,522,631,726,824,954,1039,1105,1202,1285,1351,1453,1518,1593,1649,1728,1788,1842,1964,2023,2085,2139,2221,2356,2448,2532,2676,2755,2836,2929,2984,3035,3101,3181,3262,3365,3438,3516,3589,3661,3754,3826,3918,4010,4084,4168,4260,4317,4383,4466,4553,4615,4679,4742,4844,4942,5039,5140,5199,5254,5343"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3075,3155,3236,3319,3428,3523,3621,3751,3836,3902,3999,4082,4148,4250,4315,4390,4446,4525,4585,4639,4761,4820,4882,4936,5018,5153,5245,5329,5473,5552,5633,5726,5781,5832,5898,5978,6059,6162,6235,6313,6386,6458,6551,6623,6715,6807,6881,6965,7057,7114,7180,7263,7350,7412,7476,7539,7641,7739,7836,7937,7996,8051",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,79,80,82,108,94,97,129,84,65,96,82,65,101,64,74,55,78,59,53,121,58,61,53,81,134,91,83,143,78,80,92,54,50,65,79,80,102,72,77,72,71,92,71,91,91,73,83,91,56,65,82,86,61,63,62,101,97,96,100,58,54,88",
+ "endOffsets": "328,3150,3231,3314,3423,3518,3616,3746,3831,3897,3994,4077,4143,4245,4310,4385,4441,4520,4580,4634,4756,4815,4877,4931,5013,5148,5240,5324,5468,5547,5628,5721,5776,5827,5893,5973,6054,6157,6230,6308,6381,6453,6546,6618,6710,6802,6876,6960,7052,7109,7175,7258,7345,7407,7471,7534,7636,7734,7831,7932,7991,8046,8135"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-fr\\values-fr.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,216,331,441,523,629,759,837,913,1004,1097,1195,1290,1390,1483,1576,1671,1762,1853,1939,2049,2160,2263,2374,2482,2589,2748,2847",
+ "endColumns": "110,114,109,81,105,129,77,75,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86",
+ "endOffsets": "211,326,436,518,624,754,832,908,999,1092,1190,1285,1385,1478,1571,1666,1757,1848,1934,2044,2155,2258,2369,2477,2584,2743,2842,2929"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "333,444,559,669,751,857,987,1065,1141,1232,1325,1423,1518,1618,1711,1804,1899,1990,2081,2167,2277,2388,2491,2602,2710,2817,2976,8140",
+ "endColumns": "110,114,109,81,105,129,77,75,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86",
+ "endOffsets": "439,554,664,746,852,982,1060,1136,1227,1320,1418,1513,1613,1706,1799,1894,1985,2076,2162,2272,2383,2486,2597,2705,2812,2971,3070,8222"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json
new file mode 100644
index 000000000..5154fbeaa
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-gl/values-gl.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-gl\\values-gl.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,275,356,436,521,623,719,824,957,1037,1115,1211,1290,1353,1448,1512,1581,1644,1718,1782,1838,1959,2017,2079,2135,2212,2351,2439,2519,2659,2739,2819,2909,2965,3021,3087,3166,3247,3335,3414,3491,3573,3662,3746,3838,3931,4032,4106,4198,4300,4352,4418,4510,4598,4660,4724,4787,4898,5000,5106,5209,5269,5329",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,79,84,101,95,104,132,79,77,95,78,62,94,63,68,62,73,63,55,120,57,61,55,76,138,87,79,139,79,79,89,55,55,65,78,80,87,78,76,81,88,83,91,92,100,73,91,101,51,65,91,87,61,63,62,110,101,105,102,59,59,84",
+ "endOffsets": "270,351,431,516,618,714,819,952,1032,1110,1206,1285,1348,1443,1507,1576,1639,1713,1777,1833,1954,2012,2074,2130,2207,2346,2434,2514,2654,2734,2814,2904,2960,3016,3082,3161,3242,3330,3409,3486,3568,3657,3741,3833,3926,4027,4101,4193,4295,4347,4413,4505,4593,4655,4719,4782,4893,4995,5101,5204,5264,5324,5409"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3075,3156,3236,3321,3423,3519,3624,3757,3837,3915,4011,4090,4153,4248,4312,4381,4444,4518,4582,4638,4759,4817,4879,4935,5012,5151,5239,5319,5459,5539,5619,5709,5765,5821,5887,5966,6047,6135,6214,6291,6373,6462,6546,6638,6731,6832,6906,6998,7100,7152,7218,7310,7398,7460,7524,7587,7698,7800,7906,8009,8069,8129",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,79,84,101,95,104,132,79,77,95,78,62,94,63,68,62,73,63,55,120,57,61,55,76,138,87,79,139,79,79,89,55,55,65,78,80,87,78,76,81,88,83,91,92,100,73,91,101,51,65,91,87,61,63,62,110,101,105,102,59,59,84",
+ "endOffsets": "320,3151,3231,3316,3418,3514,3619,3752,3832,3910,4006,4085,4148,4243,4307,4376,4439,4513,4577,4633,4754,4812,4874,4930,5007,5146,5234,5314,5454,5534,5614,5704,5760,5816,5882,5961,6042,6130,6209,6286,6368,6457,6541,6633,6726,6827,6901,6993,7095,7147,7213,7305,7393,7455,7519,7582,7693,7795,7901,8004,8064,8124,8209"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-gl\\values-gl.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,209,313,421,506,607,735,821,902,994,1088,1185,1279,1379,1473,1569,1664,1756,1848,1929,2037,2144,2251,2360,2465,2579,2756,2855",
+ "endColumns": "103,103,107,84,100,127,85,80,91,93,96,93,99,93,95,94,91,91,80,107,106,106,108,104,113,176,98,82",
+ "endOffsets": "204,308,416,501,602,730,816,897,989,1083,1180,1274,1374,1468,1564,1659,1751,1843,1924,2032,2139,2246,2355,2460,2574,2751,2850,2933"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "325,429,533,641,726,827,955,1041,1122,1214,1308,1405,1499,1599,1693,1789,1884,1976,2068,2149,2257,2364,2471,2580,2685,2799,2976,8214",
+ "endColumns": "103,103,107,84,100,127,85,80,91,93,96,93,99,93,95,94,91,91,80,107,106,106,108,104,113,176,98,82",
+ "endOffsets": "424,528,636,721,822,950,1036,1117,1209,1303,1400,1494,1594,1688,1784,1879,1971,2063,2144,2252,2359,2466,2575,2680,2794,2971,3070,8292"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-gl\\values-gl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8297",
+ "endColumns": "100",
+ "endOffsets": "8393"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json
new file mode 100644
index 000000000..b414f181a
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-gu/values-gu.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-gu\\values-gu.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,268,342,414,496,602,700,799,919,1003,1066,1157,1224,1283,1373,1436,1501,1565,1634,1696,1750,1865,1923,1984,2038,2111,2238,2324,2408,2541,2616,2692,2778,2832,2884,2950,3023,3103,3188,3259,3335,3414,3483,3579,3657,3752,3848,3922,3997,4096,4147,4214,4301,4391,4453,4517,4580,4682,4787,4884,4990,5048,5104",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,73,71,81,105,97,98,119,83,62,90,66,58,89,62,64,63,68,61,53,114,57,60,53,72,126,85,83,132,74,75,85,53,51,65,72,79,84,70,75,78,68,95,77,94,95,73,74,98,50,66,86,89,61,63,62,101,104,96,105,57,55,77",
+ "endOffsets": "263,337,409,491,597,695,794,914,998,1061,1152,1219,1278,1368,1431,1496,1560,1629,1691,1745,1860,1918,1979,2033,2106,2233,2319,2403,2536,2611,2687,2773,2827,2879,2945,3018,3098,3183,3254,3330,3409,3478,3574,3652,3747,3843,3917,3992,4091,4142,4209,4296,4386,4448,4512,4575,4677,4782,4879,4985,5043,5099,5177"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3001,3075,3147,3229,3335,3433,3532,3652,3736,3799,3890,3957,4016,4106,4169,4234,4298,4367,4429,4483,4598,4656,4717,4771,4844,4971,5057,5141,5274,5349,5425,5511,5565,5617,5683,5756,5836,5921,5992,6068,6147,6216,6312,6390,6485,6581,6655,6730,6829,6880,6947,7034,7124,7186,7250,7313,7415,7520,7617,7723,7781,7837",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,73,71,81,105,97,98,119,83,62,90,66,58,89,62,64,63,68,61,53,114,57,60,53,72,126,85,83,132,74,75,85,53,51,65,72,79,84,70,75,78,68,95,77,94,95,73,74,98,50,66,86,89,61,63,62,101,104,96,105,57,55,77",
+ "endOffsets": "313,3070,3142,3224,3330,3428,3527,3647,3731,3794,3885,3952,4011,4101,4164,4229,4293,4362,4424,4478,4593,4651,4712,4766,4839,4966,5052,5136,5269,5344,5420,5506,5560,5612,5678,5751,5831,5916,5987,6063,6142,6211,6307,6385,6480,6576,6650,6725,6824,6875,6942,7029,7119,7181,7245,7308,7410,7515,7612,7718,7776,7832,7910"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-gu\\values-gu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7996",
+ "endColumns": "100",
+ "endOffsets": "8092"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-gu\\values-gu.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,316,423,510,610,730,808,885,976,1069,1164,1258,1358,1451,1546,1640,1731,1822,1902,2008,2109,2206,2315,2415,2525,2685,2788",
+ "endColumns": "106,103,106,86,99,119,77,76,90,92,94,93,99,92,94,93,90,90,79,105,100,96,108,99,109,159,102,80",
+ "endOffsets": "207,311,418,505,605,725,803,880,971,1064,1159,1253,1353,1446,1541,1635,1726,1817,1897,2003,2104,2201,2310,2410,2520,2680,2783,2864"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "318,425,529,636,723,823,943,1021,1098,1189,1282,1377,1471,1571,1664,1759,1853,1944,2035,2115,2221,2322,2419,2528,2628,2738,2898,7915",
+ "endColumns": "106,103,106,86,99,119,77,76,90,92,94,93,99,92,94,93,90,90,79,105,100,96,108,99,109,159,102,80",
+ "endOffsets": "420,524,631,718,818,938,1016,1093,1184,1277,1372,1466,1566,1659,1754,1848,1939,2030,2110,2216,2317,2414,2523,2623,2733,2893,2996,7991"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h320dp-port-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h320dp-port-v13.json
new file mode 100644
index 000000000..b256db7fb
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h320dp-port-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-h320dp-port-v13/values-h320dp-port-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-h320dp-port-v13\\values-h320dp-port-v13.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "75",
+ "endOffsets": "126"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h360dp-land-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h360dp-land-v13.json
new file mode 100644
index 000000000..646e7e542
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h360dp-land-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-h360dp-land-v13/values-h360dp-land-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-h360dp-land-v13\\values-h360dp-land-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,114,170,226,293,358,413,478,547",
+ "endColumns": "58,55,55,66,64,54,64,68,68",
+ "endOffsets": "109,165,221,288,353,408,473,542,611"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h480dp-land-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h480dp-land-v13.json
new file mode 100644
index 000000000..139af348e
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h480dp-land-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-h480dp-land-v13/values-h480dp-land-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-h480dp-land-v13\\values-h480dp-land-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,114,170,226,293,358,413,478,547",
+ "endColumns": "58,55,55,66,64,54,64,68,68",
+ "endOffsets": "109,165,221,288,353,408,473,542,611"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h550dp-port-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h550dp-port-v13.json
new file mode 100644
index 000000000..a0edbb958
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h550dp-port-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-h550dp-port-v13/values-h550dp-port-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-h550dp-port-v13\\values-h550dp-port-v13.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "76",
+ "endOffsets": "127"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json
new file mode 100644
index 000000000..15ce0f4a5
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-h720dp-v13/values-h720dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-h720dp-v13\\values-h720dp-v13.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "66",
+ "endOffsets": "117"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json
new file mode 100644
index 000000000..add4dd89a
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-hdpi-v4/values-hdpi-v4.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-hdpi-v4\\values-hdpi-v4.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "6",
+ "endColumns": "13",
+ "endOffsets": "327"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json
new file mode 100644
index 000000000..b10990c73
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-hi/values-hi.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-hi\\values-hi.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,211,309,419,505,607,728,806,883,974,1067,1162,1256,1356,1449,1544,1638,1729,1820,1901,2006,2108,2206,2316,2419,2528,2686,2787",
+ "endColumns": "105,97,109,85,101,120,77,76,90,92,94,93,99,92,94,93,90,90,80,104,101,97,109,102,108,157,100,81",
+ "endOffsets": "206,304,414,500,602,723,801,878,969,1062,1157,1251,1351,1444,1539,1633,1724,1815,1896,2001,2103,2201,2311,2414,2523,2681,2782,2864"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "309,415,513,623,709,811,932,1010,1087,1178,1271,1366,1460,1560,1653,1748,1842,1933,2024,2105,2210,2312,2410,2520,2623,2732,2890,7949",
+ "endColumns": "105,97,109,85,101,120,77,76,90,92,94,93,99,92,94,93,90,90,80,104,101,97,109,102,108,157,100,81",
+ "endOffsets": "410,508,618,704,806,927,1005,1082,1173,1266,1361,1455,1555,1648,1743,1837,1928,2019,2100,2205,2307,2405,2515,2618,2727,2885,2986,8026"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-hi\\values-hi.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,259,337,413,494,601,697,804,936,1019,1084,1178,1247,1306,1391,1454,1517,1575,1640,1701,1762,1868,1926,1986,2045,2115,2231,2310,2390,2524,2599,2675,2772,2829,2884,2950,3020,3097,3183,3251,3327,3408,3486,3572,3659,3756,3855,3929,3999,4103,4157,4224,4314,4406,4468,4532,4595,4700,4808,4909,5018,5079,5138",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,75,80,106,95,106,131,82,64,93,68,58,84,62,62,57,64,60,60,105,57,59,58,69,115,78,79,133,74,75,96,56,54,65,69,76,85,67,75,80,77,85,86,96,98,73,69,103,53,66,89,91,61,63,62,104,107,100,108,60,58,78",
+ "endOffsets": "254,332,408,489,596,692,799,931,1014,1079,1173,1242,1301,1386,1449,1512,1570,1635,1696,1757,1863,1921,1981,2040,2110,2226,2305,2385,2519,2594,2670,2767,2824,2879,2945,3015,3092,3178,3246,3322,3403,3481,3567,3654,3751,3850,3924,3994,4098,4152,4219,4309,4401,4463,4527,4590,4695,4803,4904,5013,5074,5133,5212"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2991,3069,3145,3226,3333,3429,3536,3668,3751,3816,3910,3979,4038,4123,4186,4249,4307,4372,4433,4494,4600,4658,4718,4777,4847,4963,5042,5122,5256,5331,5407,5504,5561,5616,5682,5752,5829,5915,5983,6059,6140,6218,6304,6391,6488,6587,6661,6731,6835,6889,6956,7046,7138,7200,7264,7327,7432,7540,7641,7750,7811,7870",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,75,80,106,95,106,131,82,64,93,68,58,84,62,62,57,64,60,60,105,57,59,58,69,115,78,79,133,74,75,96,56,54,65,69,76,85,67,75,80,77,85,86,96,98,73,69,103,53,66,89,91,61,63,62,104,107,100,108,60,58,78",
+ "endOffsets": "304,3064,3140,3221,3328,3424,3531,3663,3746,3811,3905,3974,4033,4118,4181,4244,4302,4367,4428,4489,4595,4653,4713,4772,4842,4958,5037,5117,5251,5326,5402,5499,5556,5611,5677,5747,5824,5910,5978,6054,6135,6213,6299,6386,6483,6582,6656,6726,6830,6884,6951,7041,7133,7195,7259,7322,7427,7535,7636,7745,7806,7865,7944"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-hi\\values-hi.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8031",
+ "endColumns": "100",
+ "endOffsets": "8127"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json
new file mode 100644
index 000000000..360440e02
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-hr/values-hr.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-hr\\values-hr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "97",
+ "startColumns": "4",
+ "startOffsets": "8158",
+ "endColumns": "100",
+ "endOffsets": "8254"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-hr\\values-hr.xml",
+ "from": {
+ "startLines": "2,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,320,398,476,561,658,751,847,977,1061,1129,1225,1293,1356,1464,1524,1590,1646,1717,1777,1831,1957,2014,2076,2130,2205,2339,2424,2505,2642,2726,2812,2903,2959,3014,3080,3154,3232,3320,3392,3469,3549,3623,3716,3789,3881,3977,4051,4127,4223,4275,4342,4429,4516,4578,4642,4705,4811,4912,5009,5113,5173,5232",
+ "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "endColumns": "12,77,77,84,96,92,95,129,83,67,95,67,62,107,59,65,55,70,59,53,125,56,61,53,74,133,84,80,136,83,85,90,55,54,65,73,77,87,71,76,79,73,92,72,91,95,73,75,95,51,66,86,86,61,63,62,105,100,96,103,59,58,79",
+ "endOffsets": "315,393,471,556,653,746,842,972,1056,1124,1220,1288,1351,1459,1519,1585,1641,1712,1772,1826,1952,2009,2071,2125,2200,2334,2419,2500,2637,2721,2807,2898,2954,3009,3075,3149,3227,3315,3387,3464,3544,3618,3711,3784,3876,3972,4046,4122,4218,4270,4337,4424,4511,4573,4637,4700,4806,4907,5004,5108,5168,5227,5307"
+ },
+ "to": {
+ "startLines": "2,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3081,3159,3237,3322,3419,3512,3608,3738,3822,3890,3986,4054,4117,4225,4285,4351,4407,4478,4538,4592,4718,4775,4837,4891,4966,5100,5185,5266,5403,5487,5573,5664,5720,5775,5841,5915,5993,6081,6153,6230,6310,6384,6477,6550,6642,6738,6812,6888,6984,7036,7103,7190,7277,7339,7403,7466,7572,7673,7770,7874,7934,7993",
+ "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "endColumns": "12,77,77,84,96,92,95,129,83,67,95,67,62,107,59,65,55,70,59,53,125,56,61,53,74,133,84,80,136,83,85,90,55,54,65,73,77,87,71,76,79,73,92,72,91,95,73,75,95,51,66,86,86,61,63,62,105,100,96,103,59,58,79",
+ "endOffsets": "365,3154,3232,3317,3414,3507,3603,3733,3817,3885,3981,4049,4112,4220,4280,4346,4402,4473,4533,4587,4713,4770,4832,4886,4961,5095,5180,5261,5398,5482,5568,5659,5715,5770,5836,5910,5988,6076,6148,6225,6305,6379,6472,6545,6637,6733,6807,6883,6979,7031,7098,7185,7272,7334,7398,7461,7567,7668,7765,7869,7929,7988,8068"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-hr\\values-hr.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,210,305,412,498,602,721,806,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1912,2016,2128,2229,2334,2448,2550,2719,2816",
+ "endColumns": "104,94,106,85,103,118,84,81,90,92,94,93,99,92,94,94,90,90,85,103,111,100,104,113,101,168,96,84",
+ "endOffsets": "205,300,407,493,597,716,801,883,974,1067,1162,1256,1356,1449,1544,1639,1730,1821,1907,2011,2123,2224,2329,2443,2545,2714,2811,2896"
+ },
+ "to": {
+ "startLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "370,475,570,677,763,867,986,1071,1153,1244,1337,1432,1526,1626,1719,1814,1909,2000,2091,2177,2281,2393,2494,2599,2713,2815,2984,8073",
+ "endColumns": "104,94,106,85,103,118,84,81,90,92,94,93,99,92,94,94,90,90,85,103,111,100,104,113,101,168,96,84",
+ "endOffsets": "470,565,672,758,862,981,1066,1148,1239,1332,1427,1521,1621,1714,1809,1904,1995,2086,2172,2276,2388,2489,2594,2708,2810,2979,3076,8153"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json
new file mode 100644
index 000000000..5393a4b5f
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-hu/values-hu.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-hu\\values-hu.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,263,344,420,497,587,667,766,886,969,1033,1132,1207,1266,1376,1438,1507,1565,1637,1698,1753,1856,1913,1973,2028,2109,2229,2312,2400,2535,2618,2698,2792,2845,2896,2962,3038,3120,3206,3283,3358,3437,3514,3610,3687,3779,3876,3950,4035,4132,4184,4251,4339,4426,4488,4552,4615,4713,4810,4904,5002,5059,5114",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,75,76,89,79,98,119,82,63,98,74,58,109,61,68,57,71,60,54,102,56,59,54,80,119,82,87,134,82,79,93,52,50,65,75,81,85,76,74,78,76,95,76,91,96,73,84,96,51,66,87,86,61,63,62,97,96,93,97,56,54,84",
+ "endOffsets": "258,339,415,492,582,662,761,881,964,1028,1127,1202,1261,1371,1433,1502,1560,1632,1693,1748,1851,1908,1968,2023,2104,2224,2307,2395,2530,2613,2693,2787,2840,2891,2957,3033,3115,3201,3278,3353,3432,3509,3605,3682,3774,3871,3945,4030,4127,4179,4246,4334,4421,4483,4547,4610,4708,4805,4899,4997,5054,5109,5194"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3067,3148,3224,3301,3391,3471,3570,3690,3773,3837,3936,4011,4070,4180,4242,4311,4369,4441,4502,4557,4660,4717,4777,4832,4913,5033,5116,5204,5339,5422,5502,5596,5649,5700,5766,5842,5924,6010,6087,6162,6241,6318,6414,6491,6583,6680,6754,6839,6936,6988,7055,7143,7230,7292,7356,7419,7517,7614,7708,7806,7863,7918",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,75,76,89,79,98,119,82,63,98,74,58,109,61,68,57,71,60,54,102,56,59,54,80,119,82,87,134,82,79,93,52,50,65,75,81,85,76,74,78,76,95,76,91,96,73,84,96,51,66,87,86,61,63,62,97,96,93,97,56,54,84",
+ "endOffsets": "308,3143,3219,3296,3386,3466,3565,3685,3768,3832,3931,4006,4065,4175,4237,4306,4364,4436,4497,4552,4655,4712,4772,4827,4908,5028,5111,5199,5334,5417,5497,5591,5644,5695,5761,5837,5919,6005,6082,6157,6236,6313,6409,6486,6578,6675,6749,6834,6931,6983,7050,7138,7225,7287,7351,7414,7512,7609,7703,7801,7858,7913,7998"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-hu\\values-hu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8087",
+ "endColumns": "100",
+ "endOffsets": "8183"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-hu\\values-hu.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,305,420,504,619,742,819,894,985,1078,1173,1267,1367,1460,1555,1650,1741,1832,1915,2025,2135,2235,2346,2455,2574,2756,2859",
+ "endColumns": "107,91,114,83,114,122,76,74,90,92,94,93,99,92,94,94,90,90,82,109,109,99,110,108,118,181,102,83",
+ "endOffsets": "208,300,415,499,614,737,814,889,980,1073,1168,1262,1362,1455,1550,1645,1736,1827,1910,2020,2130,2230,2341,2450,2569,2751,2854,2938"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "313,421,513,628,712,827,950,1027,1102,1193,1286,1381,1475,1575,1668,1763,1858,1949,2040,2123,2233,2343,2443,2554,2663,2782,2964,8003",
+ "endColumns": "107,91,114,83,114,122,76,74,90,92,94,93,99,92,94,94,90,90,82,109,109,99,110,108,118,181,102,83",
+ "endOffsets": "416,508,623,707,822,945,1022,1097,1188,1281,1376,1470,1570,1663,1758,1853,1944,2035,2118,2228,2338,2438,2549,2658,2777,2959,3062,8082"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json
new file mode 100644
index 000000000..33bcc817a
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-hy/values-hy.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-hy\\values-hy.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,341,417,497,589,677,772,902,983,1047,1144,1229,1291,1378,1440,1504,1565,1632,1693,1747,1869,1926,1986,2040,2121,2256,2340,2425,2561,2636,2711,2806,2862,2915,2981,3055,3135,3221,3292,3368,3444,3521,3609,3689,3785,3881,3955,4033,4133,4184,4253,4340,4431,4493,4557,4620,4725,4826,4926,5031,5091,5148",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,75,75,79,91,87,94,129,80,63,96,84,61,86,61,63,60,66,60,53,121,56,59,53,80,134,83,84,135,74,74,94,55,52,65,73,79,85,70,75,75,76,87,79,95,95,73,77,99,50,68,86,90,61,63,62,104,100,99,104,59,56,84",
+ "endOffsets": "260,336,412,492,584,672,767,897,978,1042,1139,1224,1286,1373,1435,1499,1560,1627,1688,1742,1864,1921,1981,2035,2116,2251,2335,2420,2556,2631,2706,2801,2857,2910,2976,3050,3130,3216,3287,3363,3439,3516,3604,3684,3780,3876,3950,4028,4128,4179,4248,4335,4426,4488,4552,4615,4720,4821,4921,5026,5086,5143,5228"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3024,3100,3176,3256,3348,3436,3531,3661,3742,3806,3903,3988,4050,4137,4199,4263,4324,4391,4452,4506,4628,4685,4745,4799,4880,5015,5099,5184,5320,5395,5470,5565,5621,5674,5740,5814,5894,5980,6051,6127,6203,6280,6368,6448,6544,6640,6714,6792,6892,6943,7012,7099,7190,7252,7316,7379,7484,7585,7685,7790,7850,7907",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,75,75,79,91,87,94,129,80,63,96,84,61,86,61,63,60,66,60,53,121,56,59,53,80,134,83,84,135,74,74,94,55,52,65,73,79,85,70,75,75,76,87,79,95,95,73,77,99,50,68,86,90,61,63,62,104,100,99,104,59,56,84",
+ "endOffsets": "310,3095,3171,3251,3343,3431,3526,3656,3737,3801,3898,3983,4045,4132,4194,4258,4319,4386,4447,4501,4623,4680,4740,4794,4875,5010,5094,5179,5315,5390,5465,5560,5616,5669,5735,5809,5889,5975,6046,6122,6198,6275,6363,6443,6539,6635,6709,6787,6887,6938,7007,7094,7185,7247,7311,7374,7479,7580,7680,7785,7845,7902,7987"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-hy\\values-hy.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,313,423,512,618,735,817,897,988,1081,1176,1270,1370,1463,1558,1652,1743,1834,1917,2023,2129,2228,2338,2446,2547,2717,2814",
+ "endColumns": "107,99,109,88,105,116,81,79,90,92,94,93,99,92,94,93,90,90,82,105,105,98,109,107,100,169,96,82",
+ "endOffsets": "208,308,418,507,613,730,812,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1912,2018,2124,2223,2333,2441,2542,2712,2809,2892"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,423,523,633,722,828,945,1027,1107,1198,1291,1386,1480,1580,1673,1768,1862,1953,2044,2127,2233,2339,2438,2548,2656,2757,2927,7992",
+ "endColumns": "107,99,109,88,105,116,81,79,90,92,94,93,99,92,94,93,90,90,82,105,105,98,109,107,100,169,96,82",
+ "endOffsets": "418,518,628,717,823,940,1022,1102,1193,1286,1381,1475,1575,1668,1763,1857,1948,2039,2122,2228,2334,2433,2543,2651,2752,2922,3019,8070"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-hy\\values-hy.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8075",
+ "endColumns": "100",
+ "endOffsets": "8171"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json
new file mode 100644
index 000000000..949442fd0
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-in/values-in.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-in\\values-in.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,269,348,424,503,593,678,784,900,983,1048,1142,1207,1266,1353,1415,1477,1537,1603,1665,1719,1831,1888,1949,2003,2075,2201,2287,2371,2510,2591,2672,2762,2815,2867,2933,3005,3089,3172,3247,3323,3396,3471,3556,3631,3723,3817,3891,3964,4058,4110,4179,4264,4351,4413,4477,4540,4643,4743,4838,4940,4997,5053",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,78,75,78,89,84,105,115,82,64,93,64,58,86,61,61,59,65,61,53,111,56,60,53,71,125,85,83,138,80,80,89,52,51,65,71,83,82,74,75,72,74,84,74,91,93,73,72,93,51,68,84,86,61,63,62,102,99,94,101,56,55,79",
+ "endOffsets": "264,343,419,498,588,673,779,895,978,1043,1137,1202,1261,1348,1410,1472,1532,1598,1660,1714,1826,1883,1944,1998,2070,2196,2282,2366,2505,2586,2667,2757,2810,2862,2928,3000,3084,3167,3242,3318,3391,3466,3551,3626,3718,3812,3886,3959,4053,4105,4174,4259,4346,4408,4472,4535,4638,4738,4833,4935,4992,5048,5128"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3023,3102,3178,3257,3347,3432,3538,3654,3737,3802,3896,3961,4020,4107,4169,4231,4291,4357,4419,4473,4585,4642,4703,4757,4829,4955,5041,5125,5264,5345,5426,5516,5569,5621,5687,5759,5843,5926,6001,6077,6150,6225,6310,6385,6477,6571,6645,6718,6812,6864,6933,7018,7105,7167,7231,7294,7397,7497,7592,7694,7751,7807",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,78,75,78,89,84,105,115,82,64,93,64,58,86,61,61,59,65,61,53,111,56,60,53,71,125,85,83,138,80,80,89,52,51,65,71,83,82,74,75,72,74,84,74,91,93,73,72,93,51,68,84,86,61,63,62,102,99,94,101,56,55,79",
+ "endOffsets": "314,3097,3173,3252,3342,3427,3533,3649,3732,3797,3891,3956,4015,4102,4164,4226,4286,4352,4414,4468,4580,4637,4698,4752,4824,4950,5036,5120,5259,5340,5421,5511,5564,5616,5682,5754,5838,5921,5996,6072,6145,6220,6305,6380,6472,6566,6640,6713,6807,6859,6928,7013,7100,7162,7226,7289,7392,7492,7587,7689,7746,7802,7882"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-in\\values-in.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7972",
+ "endColumns": "100",
+ "endOffsets": "8068"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-in\\values-in.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,220,324,429,516,620,736,819,897,988,1081,1176,1270,1370,1463,1558,1652,1743,1834,1920,2023,2128,2229,2333,2442,2550,2710,2809",
+ "endColumns": "114,103,104,86,103,115,82,77,90,92,94,93,99,92,94,93,90,90,85,102,104,100,103,108,107,159,98,84",
+ "endOffsets": "215,319,424,511,615,731,814,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1915,2018,2123,2224,2328,2437,2545,2705,2804,2889"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "319,434,538,643,730,834,950,1033,1111,1202,1295,1390,1484,1584,1677,1772,1866,1957,2048,2134,2237,2342,2443,2547,2656,2764,2924,7887",
+ "endColumns": "114,103,104,86,103,115,82,77,90,92,94,93,99,92,94,93,90,90,85,102,104,100,103,108,107,159,98,84",
+ "endOffsets": "429,533,638,725,829,945,1028,1106,1197,1290,1385,1479,1579,1672,1767,1861,1952,2043,2129,2232,2337,2438,2542,2651,2759,2919,3018,7967"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json
new file mode 100644
index 000000000..a890af6ff
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-is/values-is.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-is\\values-is.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,205,302,414,499,600,714,795,874,965,1058,1151,1245,1351,1444,1539,1634,1725,1819,1900,2010,2117,2214,2323,2423,2526,2681,2779",
+ "endColumns": "99,96,111,84,100,113,80,78,90,92,92,93,105,92,94,94,90,93,80,109,106,96,108,99,102,154,97,80",
+ "endOffsets": "200,297,409,494,595,709,790,869,960,1053,1146,1240,1346,1439,1534,1629,1720,1814,1895,2005,2112,2209,2318,2418,2521,2676,2774,2855"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "320,420,517,629,714,815,929,1010,1089,1180,1273,1366,1460,1566,1659,1754,1849,1940,2034,2115,2225,2332,2429,2538,2638,2741,2896,7849",
+ "endColumns": "99,96,111,84,100,113,80,78,90,92,92,93,105,92,94,94,90,93,80,109,106,96,108,99,102,154,97,80",
+ "endOffsets": "415,512,624,709,810,924,1005,1084,1175,1268,1361,1455,1561,1654,1749,1844,1935,2029,2110,2220,2327,2424,2533,2633,2736,2891,2989,7925"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-is\\values-is.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7930",
+ "endColumns": "100",
+ "endOffsets": "8026"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-is\\values-is.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,270,344,416,495,577,657,754,869,951,1016,1104,1168,1229,1319,1383,1446,1508,1576,1640,1696,1819,1884,1946,2002,2073,2200,2284,2368,2504,2581,2658,2745,2802,2857,2923,2999,3079,3168,3235,3309,3379,3445,3531,3601,3692,3782,3856,3929,4018,4069,4141,4222,4308,4370,4434,4497,4611,4714,4822,4925,4986,5045",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,73,71,78,81,79,96,114,81,64,87,63,60,89,63,62,61,67,63,55,122,64,61,55,70,126,83,83,135,76,76,86,56,54,65,75,79,88,66,73,69,65,85,69,90,89,73,72,88,50,71,80,85,61,63,62,113,102,107,102,60,58,79",
+ "endOffsets": "265,339,411,490,572,652,749,864,946,1011,1099,1163,1224,1314,1378,1441,1503,1571,1635,1691,1814,1879,1941,1997,2068,2195,2279,2363,2499,2576,2653,2740,2797,2852,2918,2994,3074,3163,3230,3304,3374,3440,3526,3596,3687,3777,3851,3924,4013,4064,4136,4217,4303,4365,4429,4492,4606,4709,4817,4920,4981,5040,5120"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2994,3068,3140,3219,3301,3381,3478,3593,3675,3740,3828,3892,3953,4043,4107,4170,4232,4300,4364,4420,4543,4608,4670,4726,4797,4924,5008,5092,5228,5305,5382,5469,5526,5581,5647,5723,5803,5892,5959,6033,6103,6169,6255,6325,6416,6506,6580,6653,6742,6793,6865,6946,7032,7094,7158,7221,7335,7438,7546,7649,7710,7769",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,73,71,78,81,79,96,114,81,64,87,63,60,89,63,62,61,67,63,55,122,64,61,55,70,126,83,83,135,76,76,86,56,54,65,75,79,88,66,73,69,65,85,69,90,89,73,72,88,50,71,80,85,61,63,62,113,102,107,102,60,58,79",
+ "endOffsets": "315,3063,3135,3214,3296,3376,3473,3588,3670,3735,3823,3887,3948,4038,4102,4165,4227,4295,4359,4415,4538,4603,4665,4721,4792,4919,5003,5087,5223,5300,5377,5464,5521,5576,5642,5718,5798,5887,5954,6028,6098,6164,6250,6320,6411,6501,6575,6648,6737,6788,6860,6941,7027,7089,7153,7216,7330,7433,7541,7644,7705,7764,7844"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json
new file mode 100644
index 000000000..89bbe8072
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-it/values-it.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-it\\values-it.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,268,352,433,510,609,704,803,943,1026,1092,1187,1272,1334,1422,1484,1553,1616,1689,1752,1806,1927,1984,2046,2100,2177,2314,2399,2481,2616,2697,2778,2869,2924,2975,3041,3114,3194,3285,3360,3437,3506,3583,3671,3760,3853,3946,4020,4100,4194,4245,4311,4395,4483,4545,4609,4672,4787,4897,5003,5112,5171,5226",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,83,80,76,98,94,98,139,82,65,94,84,61,87,61,68,62,72,62,53,120,56,61,53,76,136,84,81,134,80,80,90,54,50,65,72,79,90,74,76,68,76,87,88,92,92,73,79,93,50,65,83,87,61,63,62,114,109,105,108,58,54,79",
+ "endOffsets": "263,347,428,505,604,699,798,938,1021,1087,1182,1267,1329,1417,1479,1548,1611,1684,1747,1801,1922,1979,2041,2095,2172,2309,2394,2476,2611,2692,2773,2864,2919,2970,3036,3109,3189,3280,3355,3432,3501,3578,3666,3755,3848,3941,4015,4095,4189,4240,4306,4390,4478,4540,4604,4667,4782,4892,4998,5107,5166,5221,5301"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3012,3096,3177,3254,3353,3448,3547,3687,3770,3836,3931,4016,4078,4166,4228,4297,4360,4433,4496,4550,4671,4728,4790,4844,4921,5058,5143,5225,5360,5441,5522,5613,5668,5719,5785,5858,5938,6029,6104,6181,6250,6327,6415,6504,6597,6690,6764,6844,6938,6989,7055,7139,7227,7289,7353,7416,7531,7641,7747,7856,7915,7970",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,83,80,76,98,94,98,139,82,65,94,84,61,87,61,68,62,72,62,53,120,56,61,53,76,136,84,81,134,80,80,90,54,50,65,72,79,90,74,76,68,76,87,88,92,92,73,79,93,50,65,83,87,61,63,62,114,109,105,108,58,54,79",
+ "endOffsets": "313,3091,3172,3249,3348,3443,3542,3682,3765,3831,3926,4011,4073,4161,4223,4292,4355,4428,4491,4545,4666,4723,4785,4839,4916,5053,5138,5220,5355,5436,5517,5608,5663,5714,5780,5853,5933,6024,6099,6176,6245,6322,6410,6499,6592,6685,6759,6839,6933,6984,7050,7134,7222,7284,7348,7411,7526,7636,7742,7851,7910,7965,8045"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-it\\values-it.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8132",
+ "endColumns": "100",
+ "endOffsets": "8228"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-it\\values-it.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,210,313,422,506,611,730,808,883,975,1069,1162,1256,1357,1451,1548,1643,1735,1827,1908,2014,2121,2219,2323,2429,2536,2699,2799",
+ "endColumns": "104,102,108,83,104,118,77,74,91,93,92,93,100,93,96,94,91,91,80,105,106,97,103,105,106,162,99,81",
+ "endOffsets": "205,308,417,501,606,725,803,878,970,1064,1157,1251,1352,1446,1543,1638,1730,1822,1903,2009,2116,2214,2318,2424,2531,2694,2794,2876"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "318,423,526,635,719,824,943,1021,1096,1188,1282,1375,1469,1570,1664,1761,1856,1948,2040,2121,2227,2334,2432,2536,2642,2749,2912,8050",
+ "endColumns": "104,102,108,83,104,118,77,74,91,93,92,93,100,93,96,94,91,91,80,105,106,97,103,105,106,162,99,81",
+ "endOffsets": "418,521,630,714,819,938,1016,1091,1183,1277,1370,1464,1565,1659,1756,1851,1943,2035,2116,2222,2329,2427,2531,2637,2744,2907,3007,8127"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json
new file mode 100644
index 000000000..aaf48482c
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-iw/values-iw.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-iw\\values-iw.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,364,441,516,593,693,784,877,990,1070,1135,1223,1293,1356,1448,1511,1571,1630,1693,1754,1808,1910,1967,2026,2080,2148,2259,2340,2422,2554,2625,2698,2786,2839,2893,2959,3032,3108,3194,3264,3339,3421,3489,3574,3644,3734,3825,3899,3972,4061,4112,4179,4261,4346,4408,4472,4535,4629,4724,4814,4910,4967,5025",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,76,74,76,99,90,92,112,79,64,87,69,62,91,62,59,58,62,60,53,101,56,58,53,67,110,80,81,131,70,72,87,52,53,65,72,75,85,69,74,81,67,84,69,89,90,73,72,88,50,66,81,84,61,63,62,93,94,89,95,56,57,74",
+ "endOffsets": "359,436,511,588,688,779,872,985,1065,1130,1218,1288,1351,1443,1506,1566,1625,1688,1749,1803,1905,1962,2021,2075,2143,2254,2335,2417,2549,2620,2693,2781,2834,2888,2954,3027,3103,3189,3259,3334,3416,3484,3569,3639,3729,3820,3894,3967,4056,4107,4174,4256,4341,4403,4467,4530,4624,4719,4809,4905,4962,5020,5095"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3070,3147,3222,3299,3399,3490,3583,3696,3776,3841,3929,3999,4062,4154,4217,4277,4336,4399,4460,4514,4616,4673,4732,4786,4854,4965,5046,5128,5260,5331,5404,5492,5545,5599,5665,5738,5814,5900,5970,6045,6127,6195,6280,6350,6440,6531,6605,6678,6767,6818,6885,6967,7052,7114,7178,7241,7335,7430,7520,7616,7673,7731",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,76,74,76,99,90,92,112,79,64,87,69,62,91,62,59,58,62,60,53,101,56,58,53,67,110,80,81,131,70,72,87,52,53,65,72,75,85,69,74,81,67,84,69,89,90,73,72,88,50,66,81,84,61,63,62,93,94,89,95,56,57,74",
+ "endOffsets": "409,3142,3217,3294,3394,3485,3578,3691,3771,3836,3924,3994,4057,4149,4212,4272,4331,4394,4455,4509,4611,4668,4727,4781,4849,4960,5041,5123,5255,5326,5399,5487,5540,5594,5660,5733,5809,5895,5965,6040,6122,6190,6275,6345,6435,6526,6600,6673,6762,6813,6880,6962,7047,7109,7173,7236,7330,7425,7515,7611,7668,7726,7801"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-iw\\values-iw.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "7888",
+ "endColumns": "100",
+ "endOffsets": "7984"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-iw\\values-iw.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,210,310,418,502,604,720,799,877,968,1062,1156,1250,1350,1443,1538,1631,1722,1814,1895,2000,2103,2201,2306,2408,2510,2664,2761",
+ "endColumns": "104,99,107,83,101,115,78,77,90,93,93,93,99,92,94,92,90,91,80,104,102,97,104,101,101,153,96,81",
+ "endOffsets": "205,305,413,497,599,715,794,872,963,1057,1151,1245,1345,1438,1533,1626,1717,1809,1890,1995,2098,2196,2301,2403,2505,2659,2756,2838"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "414,519,619,727,811,913,1029,1108,1186,1277,1371,1465,1559,1659,1752,1847,1940,2031,2123,2204,2309,2412,2510,2615,2717,2819,2973,7806",
+ "endColumns": "104,99,107,83,101,115,78,77,90,93,93,93,99,92,94,92,90,91,80,104,102,97,104,101,101,153,96,81",
+ "endOffsets": "514,614,722,806,908,1024,1103,1181,1272,1366,1460,1554,1654,1747,1842,1935,2026,2118,2199,2304,2407,2505,2610,2712,2814,2968,3065,7883"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json
new file mode 100644
index 000000000..7d4f245a2
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-ja/values-ja.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ja\\values-ja.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,202,295,400,482,580,688,766,841,932,1025,1120,1214,1314,1407,1502,1596,1687,1778,1856,1958,2056,2151,2254,2350,2446,2594,2691",
+ "endColumns": "96,92,104,81,97,107,77,74,90,92,94,93,99,92,94,93,90,90,77,101,97,94,102,95,95,147,96,78",
+ "endOffsets": "197,290,395,477,575,683,761,836,927,1020,1115,1209,1309,1402,1497,1591,1682,1773,1851,1953,2051,2146,2249,2345,2441,2589,2686,2765"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "303,400,493,598,680,778,886,964,1039,1130,1223,1318,1412,1512,1605,1700,1794,1885,1976,2054,2156,2254,2349,2452,2548,2644,2792,7271",
+ "endColumns": "96,92,104,81,97,107,77,74,90,92,94,93,99,92,94,93,90,90,77,101,97,94,102,95,95,147,96,78",
+ "endOffsets": "395,488,593,675,773,881,959,1034,1125,1218,1313,1407,1507,1600,1695,1789,1880,1971,2049,2151,2249,2344,2447,2543,2639,2787,2884,7345"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ja\\values-ja.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,253,320,384,453,534,616,701,805,881,944,1028,1092,1150,1231,1292,1356,1411,1470,1527,1581,1674,1730,1787,1841,1907,2007,2083,2164,2286,2348,2410,2489,2542,2593,2659,2729,2799,2876,2940,3011,3079,3142,3221,3284,3364,3446,3518,3589,3661,3709,3773,3848,3925,3987,4051,4114,4200,4284,4365,4450,4507,4562",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,66,63,68,80,81,84,103,75,62,83,63,57,80,60,63,54,58,56,53,92,55,56,53,65,99,75,80,121,61,61,78,52,50,65,69,69,76,63,70,67,62,78,62,79,81,71,70,71,47,63,74,76,61,63,62,85,83,80,84,56,54,72",
+ "endOffsets": "248,315,379,448,529,611,696,800,876,939,1023,1087,1145,1226,1287,1351,1406,1465,1522,1576,1669,1725,1782,1836,1902,2002,2078,2159,2281,2343,2405,2484,2537,2588,2654,2724,2794,2871,2935,3006,3074,3137,3216,3279,3359,3441,3513,3584,3656,3704,3768,3843,3920,3982,4046,4109,4195,4279,4360,4445,4502,4557,4630"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2889,2956,3020,3089,3170,3252,3337,3441,3517,3580,3664,3728,3786,3867,3928,3992,4047,4106,4163,4217,4310,4366,4423,4477,4543,4643,4719,4800,4922,4984,5046,5125,5178,5229,5295,5365,5435,5512,5576,5647,5715,5778,5857,5920,6000,6082,6154,6225,6297,6345,6409,6484,6561,6623,6687,6750,6836,6920,7001,7086,7143,7198",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,66,63,68,80,81,84,103,75,62,83,63,57,80,60,63,54,58,56,53,92,55,56,53,65,99,75,80,121,61,61,78,52,50,65,69,69,76,63,70,67,62,78,62,79,81,71,70,71,47,63,74,76,61,63,62,85,83,80,84,56,54,72",
+ "endOffsets": "298,2951,3015,3084,3165,3247,3332,3436,3512,3575,3659,3723,3781,3862,3923,3987,4042,4101,4158,4212,4305,4361,4418,4472,4538,4638,4714,4795,4917,4979,5041,5120,5173,5224,5290,5360,5430,5507,5571,5642,5710,5773,5852,5915,5995,6077,6149,6220,6292,6340,6404,6479,6556,6618,6682,6745,6831,6915,6996,7081,7138,7193,7266"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-ja\\values-ja.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7350",
+ "endColumns": "100",
+ "endOffsets": "7446"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json
new file mode 100644
index 000000000..23f2124f8
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-ka/values-ka.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ka\\values-ka.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,316,427,513,618,731,814,893,984,1077,1172,1266,1366,1459,1554,1649,1740,1831,1912,2025,2131,2229,2342,2447,2551,2709,2808",
+ "endColumns": "107,102,110,85,104,112,82,78,90,92,94,93,99,92,94,94,90,90,80,112,105,97,112,104,103,157,98,81",
+ "endOffsets": "208,311,422,508,613,726,809,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1907,2020,2126,2224,2337,2442,2546,2704,2803,2885"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "323,431,534,645,731,836,949,1032,1111,1202,1295,1390,1484,1584,1677,1772,1867,1958,2049,2130,2243,2349,2447,2560,2665,2769,2927,7982",
+ "endColumns": "107,102,110,85,104,112,82,78,90,92,94,93,99,92,94,94,90,90,80,112,105,97,112,104,103,157,98,81",
+ "endOffsets": "426,529,640,726,831,944,1027,1106,1197,1290,1385,1479,1579,1672,1767,1862,1953,2044,2125,2238,2344,2442,2555,2660,2764,2922,3021,8059"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-ka\\values-ka.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8064",
+ "endColumns": "100",
+ "endOffsets": "8160"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ka\\values-ka.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,273,351,425,509,602,696,795,920,1008,1075,1172,1241,1304,1391,1455,1521,1581,1650,1711,1765,1880,1939,1999,2053,2125,2255,2343,2427,2565,2643,2719,2813,2869,2923,2989,3062,3140,3226,3299,3377,3455,3530,3620,3695,3789,3887,3961,4038,4138,4191,4259,4348,4437,4499,4564,4627,4734,4832,4932,5031,5091,5149",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,73,83,92,93,98,124,87,66,96,68,62,86,63,65,59,68,60,53,114,58,59,53,71,129,87,83,137,77,75,93,55,53,65,72,77,85,72,77,77,74,89,74,93,97,73,76,99,52,67,88,88,61,64,62,106,97,99,98,59,57,79",
+ "endOffsets": "268,346,420,504,597,691,790,915,1003,1070,1167,1236,1299,1386,1450,1516,1576,1645,1706,1760,1875,1934,1994,2048,2120,2250,2338,2422,2560,2638,2714,2808,2864,2918,2984,3057,3135,3221,3294,3372,3450,3525,3615,3690,3784,3882,3956,4033,4133,4186,4254,4343,4432,4494,4559,4622,4729,4827,4927,5026,5086,5144,5224"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3026,3104,3178,3262,3355,3449,3548,3673,3761,3828,3925,3994,4057,4144,4208,4274,4334,4403,4464,4518,4633,4692,4752,4806,4878,5008,5096,5180,5318,5396,5472,5566,5622,5676,5742,5815,5893,5979,6052,6130,6208,6283,6373,6448,6542,6640,6714,6791,6891,6944,7012,7101,7190,7252,7317,7380,7487,7585,7685,7784,7844,7902",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,73,83,92,93,98,124,87,66,96,68,62,86,63,65,59,68,60,53,114,58,59,53,71,129,87,83,137,77,75,93,55,53,65,72,77,85,72,77,77,74,89,74,93,97,73,76,99,52,67,88,88,61,64,62,106,97,99,98,59,57,79",
+ "endOffsets": "318,3099,3173,3257,3350,3444,3543,3668,3756,3823,3920,3989,4052,4139,4203,4269,4329,4398,4459,4513,4628,4687,4747,4801,4873,5003,5091,5175,5313,5391,5467,5561,5617,5671,5737,5810,5888,5974,6047,6125,6203,6278,6368,6443,6537,6635,6709,6786,6886,6939,7007,7096,7185,7247,7312,7375,7482,7580,7680,7779,7839,7897,7977"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json
new file mode 100644
index 000000000..795b538d4
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-kk/values-kk.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-kk\\values-kk.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,318,428,513,619,738,818,895,986,1079,1174,1268,1368,1461,1556,1653,1744,1835,1916,2021,2124,2222,2329,2435,2535,2701,2796",
+ "endColumns": "107,104,109,84,105,118,79,76,90,92,94,93,99,92,94,96,90,90,80,104,102,97,106,105,99,165,94,81",
+ "endOffsets": "208,313,423,508,614,733,813,890,981,1074,1169,1263,1363,1456,1551,1648,1739,1830,1911,2016,2119,2217,2324,2430,2530,2696,2791,2873"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "323,431,536,646,731,837,956,1036,1113,1204,1297,1392,1486,1586,1679,1774,1871,1962,2053,2134,2239,2342,2440,2547,2653,2753,2919,7909",
+ "endColumns": "107,104,109,84,105,118,79,76,90,92,94,93,99,92,94,96,90,90,80,104,102,97,106,105,99,165,94,81",
+ "endOffsets": "426,531,641,726,832,951,1031,1108,1199,1292,1387,1481,1581,1674,1769,1866,1957,2048,2129,2234,2337,2435,2542,2648,2748,2914,3009,7986"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-kk\\values-kk.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,273,351,427,506,600,688,780,892,974,1038,1133,1203,1266,1373,1438,1505,1566,1633,1695,1749,1863,1922,1983,2037,2112,2238,2326,2415,2557,2629,2702,2791,2848,2904,2970,3041,3118,3204,3276,3352,3433,3503,3590,3662,3753,3846,3920,3995,4087,4139,4205,4289,4375,4437,4501,4564,4668,4768,4862,4963,5024,5084",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,75,78,93,87,91,111,81,63,94,69,62,106,64,66,60,66,61,53,113,58,60,53,74,125,87,88,141,71,72,88,56,55,65,70,76,85,71,75,80,69,86,71,90,92,73,74,91,51,65,83,85,61,63,62,103,99,93,100,60,59,83",
+ "endOffsets": "268,346,422,501,595,683,775,887,969,1033,1128,1198,1261,1368,1433,1500,1561,1628,1690,1744,1858,1917,1978,2032,2107,2233,2321,2410,2552,2624,2697,2786,2843,2899,2965,3036,3113,3199,3271,3347,3428,3498,3585,3657,3748,3841,3915,3990,4082,4134,4200,4284,4370,4432,4496,4559,4663,4763,4857,4958,5019,5079,5163"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3014,3092,3168,3247,3341,3429,3521,3633,3715,3779,3874,3944,4007,4114,4179,4246,4307,4374,4436,4490,4604,4663,4724,4778,4853,4979,5067,5156,5298,5370,5443,5532,5589,5645,5711,5782,5859,5945,6017,6093,6174,6244,6331,6403,6494,6587,6661,6736,6828,6880,6946,7030,7116,7178,7242,7305,7409,7509,7603,7704,7765,7825",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,75,78,93,87,91,111,81,63,94,69,62,106,64,66,60,66,61,53,113,58,60,53,74,125,87,88,141,71,72,88,56,55,65,70,76,85,71,75,80,69,86,71,90,92,73,74,91,51,65,83,85,61,63,62,103,99,93,100,60,59,83",
+ "endOffsets": "318,3087,3163,3242,3336,3424,3516,3628,3710,3774,3869,3939,4002,4109,4174,4241,4302,4369,4431,4485,4599,4658,4719,4773,4848,4974,5062,5151,5293,5365,5438,5527,5584,5640,5706,5777,5854,5940,6012,6088,6169,6239,6326,6398,6489,6582,6656,6731,6823,6875,6941,7025,7111,7173,7237,7300,7404,7504,7598,7699,7760,7820,7904"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-kk\\values-kk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7991",
+ "endColumns": "100",
+ "endOffsets": "8087"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json
new file mode 100644
index 000000000..4f007501b
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-km/values-km.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-km\\values-km.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8005",
+ "endColumns": "100",
+ "endOffsets": "8101"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-km\\values-km.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,269,347,423,503,582,661,761,873,953,1018,1112,1182,1244,1331,1394,1459,1518,1583,1644,1701,1820,1878,1939,1996,2067,2197,2283,2361,2499,2574,2645,2742,2797,2853,2919,2999,3089,3175,3254,3331,3401,3476,3564,3634,3734,3833,3907,3983,4090,4144,4217,4308,4404,4466,4530,4593,4692,4790,4882,4982,5040,5100",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,75,79,78,78,99,111,79,64,93,69,61,86,62,64,58,64,60,56,118,57,60,56,70,129,85,77,137,74,70,96,54,55,65,79,89,85,78,76,69,74,87,69,99,98,73,75,106,53,72,90,95,61,63,62,98,97,91,99,57,59,82",
+ "endOffsets": "264,342,418,498,577,656,756,868,948,1013,1107,1177,1239,1326,1389,1454,1513,1578,1639,1696,1815,1873,1934,1991,2062,2192,2278,2356,2494,2569,2640,2737,2792,2848,2914,2994,3084,3170,3249,3326,3396,3471,3559,3629,3729,3828,3902,3978,4085,4139,4212,4303,4399,4461,4525,4588,4687,4785,4877,4977,5035,5095,5178"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3007,3085,3161,3241,3320,3399,3499,3611,3691,3756,3850,3920,3982,4069,4132,4197,4256,4321,4382,4439,4558,4616,4677,4734,4805,4935,5021,5099,5237,5312,5383,5480,5535,5591,5657,5737,5827,5913,5992,6069,6139,6214,6302,6372,6472,6571,6645,6721,6828,6882,6955,7046,7142,7204,7268,7331,7430,7528,7620,7720,7778,7838",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,75,79,78,78,99,111,79,64,93,69,61,86,62,64,58,64,60,56,118,57,60,56,70,129,85,77,137,74,70,96,54,55,65,79,89,85,78,76,69,74,87,69,99,98,73,75,106,53,72,90,95,61,63,62,98,97,91,99,57,59,82",
+ "endOffsets": "314,3080,3156,3236,3315,3394,3494,3606,3686,3751,3845,3915,3977,4064,4127,4192,4251,4316,4377,4434,4553,4611,4672,4729,4800,4930,5016,5094,5232,5307,5378,5475,5530,5586,5652,5732,5822,5908,5987,6064,6134,6209,6297,6367,6467,6566,6640,6716,6823,6877,6950,7041,7137,7199,7263,7326,7425,7523,7615,7715,7773,7833,7916"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-km\\values-km.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,207,306,416,503,606,727,805,881,972,1065,1157,1251,1351,1444,1539,1633,1724,1815,1898,2002,2106,2206,2315,2424,2533,2695,2793",
+ "endColumns": "101,98,109,86,102,120,77,75,90,92,91,93,99,92,94,93,90,90,82,103,103,99,108,108,108,161,97,83",
+ "endOffsets": "202,301,411,498,601,722,800,876,967,1060,1152,1246,1346,1439,1534,1628,1719,1810,1893,1997,2101,2201,2310,2419,2528,2690,2788,2872"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "319,421,520,630,717,820,941,1019,1095,1186,1279,1371,1465,1565,1658,1753,1847,1938,2029,2112,2216,2320,2420,2529,2638,2747,2909,7921",
+ "endColumns": "101,98,109,86,102,120,77,75,90,92,91,93,99,92,94,93,90,90,82,103,103,99,108,108,108,161,97,83",
+ "endOffsets": "416,515,625,712,815,936,1014,1090,1181,1274,1366,1460,1560,1653,1748,1842,1933,2024,2107,2211,2315,2415,2524,2633,2742,2904,3002,8000"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json
new file mode 100644
index 000000000..e9fb479a7
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-kn/values-kn.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-kn\\values-kn.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,219,331,444,532,639,765,843,919,1010,1103,1198,1292,1392,1485,1580,1674,1765,1856,1938,2054,2164,2263,2376,2481,2595,2759,2859",
+ "endColumns": "113,111,112,87,106,125,77,75,90,92,94,93,99,92,94,93,90,90,81,115,109,98,112,104,113,163,99,82",
+ "endOffsets": "214,326,439,527,634,760,838,914,1005,1098,1193,1287,1387,1480,1575,1669,1760,1851,1933,2049,2159,2258,2371,2476,2590,2754,2854,2937"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "319,433,545,658,746,853,979,1057,1133,1224,1317,1412,1506,1606,1699,1794,1888,1979,2070,2152,2268,2378,2477,2590,2695,2809,2973,8094",
+ "endColumns": "113,111,112,87,106,125,77,75,90,92,94,93,99,92,94,93,90,90,81,115,109,98,112,104,113,163,99,82",
+ "endOffsets": "428,540,653,741,848,974,1052,1128,1219,1312,1407,1501,1601,1694,1789,1883,1974,2065,2147,2263,2373,2472,2585,2690,2804,2968,3068,8172"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-kn\\values-kn.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,269,353,436,518,633,728,835,948,1033,1096,1190,1256,1318,1421,1487,1558,1617,1693,1758,1812,1925,1983,2044,2098,2177,2293,2376,2467,2609,2688,2767,2855,2912,2964,3030,3110,3200,3284,3361,3438,3515,3584,3683,3760,3853,3948,4022,4103,4199,4250,4318,4404,4492,4555,4620,4683,4788,4891,4986,5091,5152,5208",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,83,82,81,114,94,106,112,84,62,93,65,61,102,65,70,58,75,64,53,112,57,60,53,78,115,82,90,141,78,78,87,56,51,65,79,89,83,76,76,76,68,98,76,92,94,73,80,95,50,67,85,87,62,64,62,104,102,94,104,60,55,81",
+ "endOffsets": "264,348,431,513,628,723,830,943,1028,1091,1185,1251,1313,1416,1482,1553,1612,1688,1753,1807,1920,1978,2039,2093,2172,2288,2371,2462,2604,2683,2762,2850,2907,2959,3025,3105,3195,3279,3356,3433,3510,3579,3678,3755,3848,3943,4017,4098,4194,4245,4313,4399,4487,4550,4615,4678,4783,4886,4981,5086,5147,5203,5285"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3073,3157,3240,3322,3437,3532,3639,3752,3837,3900,3994,4060,4122,4225,4291,4362,4421,4497,4562,4616,4729,4787,4848,4902,4981,5097,5180,5271,5413,5492,5571,5659,5716,5768,5834,5914,6004,6088,6165,6242,6319,6388,6487,6564,6657,6752,6826,6907,7003,7054,7122,7208,7296,7359,7424,7487,7592,7695,7790,7895,7956,8012",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,83,82,81,114,94,106,112,84,62,93,65,61,102,65,70,58,75,64,53,112,57,60,53,78,115,82,90,141,78,78,87,56,51,65,79,89,83,76,76,76,68,98,76,92,94,73,80,95,50,67,85,87,62,64,62,104,102,94,104,60,55,81",
+ "endOffsets": "314,3152,3235,3317,3432,3527,3634,3747,3832,3895,3989,4055,4117,4220,4286,4357,4416,4492,4557,4611,4724,4782,4843,4897,4976,5092,5175,5266,5408,5487,5566,5654,5711,5763,5829,5909,5999,6083,6160,6237,6314,6383,6482,6559,6652,6747,6821,6902,6998,7049,7117,7203,7291,7354,7419,7482,7587,7690,7785,7890,7951,8007,8089"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-kn\\values-kn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8177",
+ "endColumns": "100",
+ "endOffsets": "8273"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json
new file mode 100644
index 000000000..91007cdb9
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-ko/values-ko.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-ko\\values-ko.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7321",
+ "endColumns": "100",
+ "endOffsets": "7417"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ko\\values-ko.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,249,314,378,447,521,600,683,789,864,926,1007,1069,1126,1213,1273,1331,1389,1448,1505,1559,1654,1710,1767,1821,1887,1991,2066,2143,2264,2329,2394,2473,2523,2574,2640,2704,2774,2851,2919,2990,3057,3127,3207,3284,3364,3446,3518,3583,3655,3703,3767,3842,3919,3981,4045,4108,4192,4271,4351,4431,4485,4540",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,64,63,68,73,78,82,105,74,61,80,61,56,86,59,57,57,58,56,53,94,55,56,53,65,103,74,76,120,64,64,78,49,50,65,63,69,76,67,70,66,69,79,76,79,81,71,64,71,47,63,74,76,61,63,62,83,78,79,79,53,54,71",
+ "endOffsets": "244,309,373,442,516,595,678,784,859,921,1002,1064,1121,1208,1268,1326,1384,1443,1500,1554,1649,1705,1762,1816,1882,1986,2061,2138,2259,2324,2389,2468,2518,2569,2635,2699,2769,2846,2914,2985,3052,3122,3202,3279,3359,3441,3513,3578,3650,3698,3762,3837,3914,3976,4040,4103,4187,4266,4346,4426,4480,4535,4607"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2879,2944,3008,3077,3151,3230,3313,3419,3494,3556,3637,3699,3756,3843,3903,3961,4019,4078,4135,4189,4284,4340,4397,4451,4517,4621,4696,4773,4894,4959,5024,5103,5153,5204,5270,5334,5404,5481,5549,5620,5687,5757,5837,5914,5994,6076,6148,6213,6285,6333,6397,6472,6549,6611,6675,6738,6822,6901,6981,7061,7115,7170",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,64,63,68,73,78,82,105,74,61,80,61,56,86,59,57,57,58,56,53,94,55,56,53,65,103,74,76,120,64,64,78,49,50,65,63,69,76,67,70,66,69,79,76,79,81,71,64,71,47,63,74,76,61,63,62,83,78,79,79,53,54,71",
+ "endOffsets": "294,2939,3003,3072,3146,3225,3308,3414,3489,3551,3632,3694,3751,3838,3898,3956,4014,4073,4130,4184,4279,4335,4392,4446,4512,4616,4691,4768,4889,4954,5019,5098,5148,5199,5265,5329,5399,5476,5544,5615,5682,5752,5832,5909,5989,6071,6143,6208,6280,6328,6392,6467,6544,6606,6670,6733,6817,6896,6976,7056,7110,7165,7237"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ko\\values-ko.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,202,296,397,479,577,683,763,838,929,1022,1117,1211,1311,1404,1499,1593,1684,1775,1855,1953,2047,2142,2242,2339,2439,2591,2685",
+ "endColumns": "96,93,100,81,97,105,79,74,90,92,94,93,99,92,94,93,90,90,79,97,93,94,99,96,99,151,93,78",
+ "endOffsets": "197,291,392,474,572,678,758,833,924,1017,1112,1206,1306,1399,1494,1588,1679,1770,1850,1948,2042,2137,2237,2334,2434,2586,2680,2759"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "299,396,490,591,673,771,877,957,1032,1123,1216,1311,1405,1505,1598,1693,1787,1878,1969,2049,2147,2241,2336,2436,2533,2633,2785,7242",
+ "endColumns": "96,93,100,81,97,105,79,74,90,92,94,93,99,92,94,93,90,90,79,97,93,94,99,96,99,151,93,78",
+ "endOffsets": "391,485,586,668,766,872,952,1027,1118,1211,1306,1400,1500,1593,1688,1782,1873,1964,2044,2142,2236,2331,2431,2528,2628,2780,2874,7316"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json
new file mode 100644
index 000000000..2caa4ddd2
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-ky/values-ky.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ky\\values-ky.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,216,325,437,522,627,744,823,901,992,1085,1180,1274,1374,1467,1562,1657,1748,1839,1920,2026,2131,2229,2336,2439,2554,2715,2817",
+ "endColumns": "110,108,111,84,104,116,78,77,90,92,94,93,99,92,94,94,90,90,80,105,104,97,106,102,114,160,101,81",
+ "endOffsets": "211,320,432,517,622,739,818,896,987,1080,1175,1269,1369,1462,1557,1652,1743,1834,1915,2021,2126,2224,2331,2434,2549,2710,2812,2894"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,426,535,647,732,837,954,1033,1111,1202,1295,1390,1484,1584,1677,1772,1867,1958,2049,2130,2236,2341,2439,2546,2649,2764,2925,8027",
+ "endColumns": "110,108,111,84,104,116,78,77,90,92,94,93,99,92,94,94,90,90,80,105,104,97,106,102,114,160,101,81",
+ "endOffsets": "421,530,642,727,832,949,1028,1106,1197,1290,1385,1479,1579,1672,1767,1862,1953,2044,2125,2231,2336,2434,2541,2644,2759,2920,3022,8104"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ky\\values-ky.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,348,433,518,633,743,844,985,1069,1133,1227,1297,1358,1445,1508,1572,1631,1705,1767,1821,1938,1996,2057,2111,2185,2307,2391,2487,2619,2697,2775,2864,2925,2980,3046,3115,3192,3279,3351,3427,3509,3582,3667,3746,3836,3928,4002,4087,4177,4229,4294,4379,4464,4526,4590,4653,4770,4864,4964,5059,5124,5183",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,82,84,84,114,109,100,140,83,63,93,69,60,86,62,63,58,73,61,53,116,57,60,53,73,121,83,95,131,77,77,88,60,54,65,68,76,86,71,75,81,72,84,78,89,91,73,84,89,51,64,84,84,61,63,62,116,93,99,94,64,58,81",
+ "endOffsets": "260,343,428,513,628,738,839,980,1064,1128,1222,1292,1353,1440,1503,1567,1626,1700,1762,1816,1933,1991,2052,2106,2180,2302,2386,2482,2614,2692,2770,2859,2920,2975,3041,3110,3187,3274,3346,3422,3504,3577,3662,3741,3831,3923,3997,4082,4172,4224,4289,4374,4459,4521,4585,4648,4765,4859,4959,5054,5119,5178,5260"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3027,3110,3195,3280,3395,3505,3606,3747,3831,3895,3989,4059,4120,4207,4270,4334,4393,4467,4529,4583,4700,4758,4819,4873,4947,5069,5153,5249,5381,5459,5537,5626,5687,5742,5808,5877,5954,6041,6113,6189,6271,6344,6429,6508,6598,6690,6764,6849,6939,6991,7056,7141,7226,7288,7352,7415,7532,7626,7726,7821,7886,7945",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,82,84,84,114,109,100,140,83,63,93,69,60,86,62,63,58,73,61,53,116,57,60,53,73,121,83,95,131,77,77,88,60,54,65,68,76,86,71,75,81,72,84,78,89,91,73,84,89,51,64,84,84,61,63,62,116,93,99,94,64,58,81",
+ "endOffsets": "310,3105,3190,3275,3390,3500,3601,3742,3826,3890,3984,4054,4115,4202,4265,4329,4388,4462,4524,4578,4695,4753,4814,4868,4942,5064,5148,5244,5376,5454,5532,5621,5682,5737,5803,5872,5949,6036,6108,6184,6266,6339,6424,6503,6593,6685,6759,6844,6934,6986,7051,7136,7221,7283,7347,7410,7527,7621,7721,7816,7881,7940,8022"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-ky\\values-ky.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8109",
+ "endColumns": "100",
+ "endOffsets": "8205"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json
new file mode 100644
index 000000000..830decb30
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json
@@ -0,0 +1,38 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-land/values-land.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-land\\values-land.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,26,35,40",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,130,204,277,347,419,489,554,621,691,763,832,901,983,1073,1149,1217,1284,1362,1427,1494,1666,2235,2504",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,25,34,39,42",
+ "endColumns": "74,73,72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10,10",
+ "endOffsets": "125,199,272,342,414,484,549,616,686,758,827,896,978,1068,1144,1212,1279,1357,1422,1489,1661,2230,2499,2727"
+ },
+ "to": {
+ "startLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,29,38,43",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "264,339,413,486,556,628,698,763,830,900,972,1041,1110,1192,1282,1358,1426,1493,1571,1636,1703,1875,2444,2713",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,28,37,42,45",
+ "endColumns": "74,73,72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10,10",
+ "endOffsets": "334,408,481,551,623,693,758,825,895,967,1036,1105,1187,1277,1353,1421,1488,1566,1631,1698,1870,2439,2708,2936"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-land\\values-land.xml",
+ "from": {
+ "startLines": "2,3,4",
+ "startColumns": "4,4,4",
+ "startOffsets": "55,125,196",
+ "endColumns": "69,70,67",
+ "endOffsets": "120,191,259"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json
new file mode 100644
index 000000000..d20d5eca9
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json
@@ -0,0 +1,38 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-large-v4/values-large-v4.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-large-v4\\values-large-v4.xml",
+ "from": {
+ "startLines": "2,3,4,10",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,177,311,752",
+ "endLines": "2,3,9,15",
+ "endColumns": "121,133,10,10",
+ "endOffsets": "172,306,747,1190"
+ },
+ "to": {
+ "startLines": "11,12,13,19",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "752,874,1008,1449",
+ "endLines": "11,12,18,24",
+ "endColumns": "121,133,10,10",
+ "endOffsets": "869,1003,1444,1887"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-large-v4\\values-large-v4.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,114,185,256,326,396,464,532,636",
+ "endColumns": "58,70,70,69,69,67,67,103,115",
+ "endOffsets": "109,180,251,321,391,459,527,631,747"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json
new file mode 100644
index 000000000..e494a7f86
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-ldltr-v21/values-ldltr-v21.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ldltr-v21\\values-ldltr-v21.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "112",
+ "endOffsets": "163"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldrtl-v17.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldrtl-v17.json
new file mode 100644
index 000000000..2d03f15c7
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldrtl-v17.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-ldrtl-v17/values-ldrtl-v17.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ldrtl-v17\\values-ldrtl-v17.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,191",
+ "endColumns": "135,140",
+ "endOffsets": "186,327"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json
new file mode 100644
index 000000000..5aaad394b
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-lo/values-lo.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-lo\\values-lo.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,269,343,414,495,581,664,779,898,981,1047,1136,1205,1264,1359,1425,1490,1548,1613,1674,1734,1840,1901,1961,2019,2090,2209,2295,2377,2520,2595,2671,2761,2816,2871,2937,3006,3080,3159,3232,3309,3378,3448,3533,3608,3701,3794,3868,3937,4031,4083,4150,4234,4318,4380,4444,4507,4606,4698,4793,4885,4944,5003",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,73,70,80,85,82,114,118,82,65,88,68,58,94,65,64,57,64,60,59,105,60,59,57,70,118,85,81,142,74,75,89,54,54,65,68,73,78,72,76,68,69,84,74,92,92,73,68,93,51,66,83,83,61,63,62,98,91,94,91,58,58,78",
+ "endOffsets": "264,338,409,490,576,659,774,893,976,1042,1131,1200,1259,1354,1420,1485,1543,1608,1669,1729,1835,1896,1956,2014,2085,2204,2290,2372,2515,2590,2666,2756,2811,2866,2932,3001,3075,3154,3227,3304,3373,3443,3528,3603,3696,3789,3863,3932,4026,4078,4145,4229,4313,4375,4439,4502,4601,4693,4788,4880,4939,4998,5077"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2986,3060,3131,3212,3298,3381,3496,3615,3698,3764,3853,3922,3981,4076,4142,4207,4265,4330,4391,4451,4557,4618,4678,4736,4807,4926,5012,5094,5237,5312,5388,5478,5533,5588,5654,5723,5797,5876,5949,6026,6095,6165,6250,6325,6418,6511,6585,6654,6748,6800,6867,6951,7035,7097,7161,7224,7323,7415,7510,7602,7661,7720",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,73,70,80,85,82,114,118,82,65,88,68,58,94,65,64,57,64,60,59,105,60,59,57,70,118,85,81,142,74,75,89,54,54,65,68,73,78,72,76,68,69,84,74,92,92,73,68,93,51,66,83,83,61,63,62,98,91,94,91,58,58,78",
+ "endOffsets": "314,3055,3126,3207,3293,3376,3491,3610,3693,3759,3848,3917,3976,4071,4137,4202,4260,4325,4386,4446,4552,4613,4673,4731,4802,4921,5007,5089,5232,5307,5383,5473,5528,5583,5649,5718,5792,5871,5944,6021,6090,6160,6245,6320,6413,6506,6580,6649,6743,6795,6862,6946,7030,7092,7156,7219,7318,7410,7505,7597,7656,7715,7794"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-lo\\values-lo.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7881",
+ "endColumns": "100",
+ "endOffsets": "7977"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-lo\\values-lo.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,208,311,424,509,613,724,802,879,970,1063,1155,1249,1349,1442,1537,1633,1724,1815,1896,2003,2107,2205,2308,2412,2516,2673,2772",
+ "endColumns": "102,102,112,84,103,110,77,76,90,92,91,93,99,92,94,95,90,90,80,106,103,97,102,103,103,156,98,81",
+ "endOffsets": "203,306,419,504,608,719,797,874,965,1058,1150,1244,1344,1437,1532,1628,1719,1810,1891,1998,2102,2200,2303,2407,2511,2668,2767,2849"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "319,422,525,638,723,827,938,1016,1093,1184,1277,1369,1463,1563,1656,1751,1847,1938,2029,2110,2217,2321,2419,2522,2626,2730,2887,7799",
+ "endColumns": "102,102,112,84,103,110,77,76,90,92,91,93,99,92,94,95,90,90,80,106,103,97,102,103,103,156,98,81",
+ "endOffsets": "417,520,633,718,822,933,1011,1088,1179,1272,1364,1458,1558,1651,1746,1842,1933,2024,2105,2212,2316,2414,2517,2621,2725,2882,2981,7876"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json
new file mode 100644
index 000000000..7e36a56ac
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-lt/values-lt.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-lt\\values-lt.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,375,454,532,615,709,799,895,1013,1097,1163,1262,1340,1405,1515,1578,1650,1709,1783,1844,1898,2022,2083,2145,2199,2277,2411,2499,2583,2724,2803,2887,2984,3040,3094,3160,3235,3314,3402,3478,3556,3629,3706,3793,3874,3964,4056,4128,4209,4301,4356,4422,4507,4594,4656,4720,4783,4894,5009,5110,5224,5284,5342",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,78,77,82,93,89,95,117,83,65,98,77,64,109,62,71,58,73,60,53,123,60,61,53,77,133,87,83,140,78,83,96,55,53,65,74,78,87,75,77,72,76,86,80,89,91,71,80,91,54,65,84,86,61,63,62,110,114,100,113,59,57,81",
+ "endOffsets": "370,449,527,610,704,794,890,1008,1092,1158,1257,1335,1400,1510,1573,1645,1704,1778,1839,1893,2017,2078,2140,2194,2272,2406,2494,2578,2719,2798,2882,2979,3035,3089,3155,3230,3309,3397,3473,3551,3624,3701,3788,3869,3959,4051,4123,4204,4296,4351,4417,4502,4589,4651,4715,4778,4889,5004,5105,5219,5279,5337,5419"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3194,3273,3351,3434,3528,3618,3714,3832,3916,3982,4081,4159,4224,4334,4397,4469,4528,4602,4663,4717,4841,4902,4964,5018,5096,5230,5318,5402,5543,5622,5706,5803,5859,5913,5979,6054,6133,6221,6297,6375,6448,6525,6612,6693,6783,6875,6947,7028,7120,7175,7241,7326,7413,7475,7539,7602,7713,7828,7929,8043,8103,8161",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,78,77,82,93,89,95,117,83,65,98,77,64,109,62,71,58,73,60,53,123,60,61,53,77,133,87,83,140,78,83,96,55,53,65,74,78,87,75,77,72,76,86,80,89,91,71,80,91,54,65,84,86,61,63,62,110,114,100,113,59,57,81",
+ "endOffsets": "420,3268,3346,3429,3523,3613,3709,3827,3911,3977,4076,4154,4219,4329,4392,4464,4523,4597,4658,4712,4836,4897,4959,5013,5091,5225,5313,5397,5538,5617,5701,5798,5854,5908,5974,6049,6128,6216,6292,6370,6443,6520,6607,6688,6778,6870,6942,7023,7115,7170,7236,7321,7408,7470,7534,7597,7708,7823,7924,8038,8098,8156,8238"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-lt\\values-lt.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,221,325,438,525,627,749,832,912,1006,1102,1199,1295,1398,1494,1592,1688,1782,1876,1959,2068,2176,2276,2386,2491,2597,2773,2874",
+ "endColumns": "115,103,112,86,101,121,82,79,93,95,96,95,102,95,97,95,93,93,82,108,107,99,109,104,105,175,100,83",
+ "endOffsets": "216,320,433,520,622,744,827,907,1001,1097,1194,1290,1393,1489,1587,1683,1777,1871,1954,2063,2171,2271,2381,2486,2592,2768,2869,2953"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "425,541,645,758,845,947,1069,1152,1232,1326,1422,1519,1615,1718,1814,1912,2008,2102,2196,2279,2388,2496,2596,2706,2811,2917,3093,8243",
+ "endColumns": "115,103,112,86,101,121,82,79,93,95,96,95,102,95,97,95,93,93,82,108,107,99,109,104,105,175,100,83",
+ "endOffsets": "536,640,753,840,942,1064,1147,1227,1321,1417,1514,1610,1713,1809,1907,2003,2097,2191,2274,2383,2491,2591,2701,2806,2912,3088,3189,8322"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-lt\\values-lt.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8327",
+ "endColumns": "100",
+ "endOffsets": "8423"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json
new file mode 100644
index 000000000..df7baeae7
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-lv/values-lv.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-lv\\values-lv.xml",
+ "from": {
+ "startLines": "2,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,324,411,496,577,682,770,871,1005,1088,1153,1247,1320,1381,1506,1572,1640,1701,1773,1833,1887,2007,2067,2129,2183,2260,2390,2477,2559,2700,2780,2865,2956,3010,3063,3129,3203,3284,3368,3441,3518,3595,3669,3762,3837,3927,4018,4090,4168,4259,4313,4381,4465,4552,4614,4678,4741,4851,4964,5067,5179,5237,5294",
+ "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "endColumns": "12,86,84,80,104,87,100,133,82,64,93,72,60,124,65,67,60,71,59,53,119,59,61,53,76,129,86,81,140,79,84,90,53,52,65,73,80,83,72,76,76,73,92,74,89,90,71,77,90,53,67,83,86,61,63,62,109,112,102,111,57,56,76",
+ "endOffsets": "319,406,491,572,677,765,866,1000,1083,1148,1242,1315,1376,1501,1567,1635,1696,1768,1828,1882,2002,2062,2124,2178,2255,2385,2472,2554,2695,2775,2860,2951,3005,3058,3124,3198,3279,3363,3436,3513,3590,3664,3757,3832,3922,4013,4085,4163,4254,4308,4376,4460,4547,4609,4673,4736,4846,4959,5062,5174,5232,5289,5366"
+ },
+ "to": {
+ "startLines": "2,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3258,3345,3430,3511,3616,3704,3805,3939,4022,4087,4181,4254,4315,4440,4506,4574,4635,4707,4767,4821,4941,5001,5063,5117,5194,5324,5411,5493,5634,5714,5799,5890,5944,5997,6063,6137,6218,6302,6375,6452,6529,6603,6696,6771,6861,6952,7024,7102,7193,7247,7315,7399,7486,7548,7612,7675,7785,7898,8001,8113,8171,8228",
+ "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "endColumns": "12,86,84,80,104,87,100,133,82,64,93,72,60,124,65,67,60,71,59,53,119,59,61,53,76,129,86,81,140,79,84,90,53,52,65,73,80,83,72,76,76,73,92,74,89,90,71,77,90,53,67,83,86,61,63,62,109,112,102,111,57,56,76",
+ "endOffsets": "369,3340,3425,3506,3611,3699,3800,3934,4017,4082,4176,4249,4310,4435,4501,4569,4630,4702,4762,4816,4936,4996,5058,5112,5189,5319,5406,5488,5629,5709,5794,5885,5939,5992,6058,6132,6213,6297,6370,6447,6524,6598,6691,6766,6856,6947,7019,7097,7188,7242,7310,7394,7481,7543,7607,7670,7780,7893,7996,8108,8166,8223,8300"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-lv\\values-lv.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "97",
+ "startColumns": "4",
+ "startOffsets": "8388",
+ "endColumns": "100",
+ "endOffsets": "8484"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-lv\\values-lv.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,225,335,444,530,634,756,838,918,1028,1136,1242,1351,1462,1565,1677,1784,1889,1989,2074,2183,2294,2393,2504,2611,2716,2890,2989",
+ "endColumns": "119,109,108,85,103,121,81,79,109,107,105,108,110,102,111,106,104,99,84,108,110,98,110,106,104,173,98,82",
+ "endOffsets": "220,330,439,525,629,751,833,913,1023,1131,1237,1346,1457,1560,1672,1779,1884,1984,2069,2178,2289,2388,2499,2606,2711,2885,2984,3067"
+ },
+ "to": {
+ "startLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "374,494,604,713,799,903,1025,1107,1187,1297,1405,1511,1620,1731,1834,1946,2053,2158,2258,2343,2452,2563,2662,2773,2880,2985,3159,8305",
+ "endColumns": "119,109,108,85,103,121,81,79,109,107,105,108,110,102,111,106,104,99,84,108,110,98,110,106,104,173,98,82",
+ "endOffsets": "489,599,708,794,898,1020,1102,1182,1292,1400,1506,1615,1726,1829,1941,2048,2153,2253,2338,2447,2558,2657,2768,2875,2980,3154,3253,8383"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json
new file mode 100644
index 000000000..49df3deb2
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-mk/values-mk.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-mk\\values-mk.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,271,352,432,514,611,700,796,920,1007,1073,1164,1234,1298,1401,1464,1529,1589,1657,1720,1775,1903,1960,2022,2077,2152,2292,2379,2462,2595,2677,2762,2849,2903,2958,3024,3097,3173,3262,3335,3411,3486,3556,3644,3719,3811,3903,3977,4051,4143,4196,4263,4346,4433,4495,4559,4622,4736,4843,4945,5056,5114,5173",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,79,81,96,88,95,123,86,65,90,69,63,102,62,64,59,67,62,54,127,56,61,54,74,139,86,82,132,81,84,86,53,54,65,72,75,88,72,75,74,69,87,74,91,91,73,73,91,52,66,82,86,61,63,62,113,106,101,110,57,58,84",
+ "endOffsets": "266,347,427,509,606,695,791,915,1002,1068,1159,1229,1293,1396,1459,1524,1584,1652,1715,1770,1898,1955,2017,2072,2147,2287,2374,2457,2590,2672,2757,2844,2898,2953,3019,3092,3168,3257,3330,3406,3481,3551,3639,3714,3806,3898,3972,4046,4138,4191,4258,4341,4428,4490,4554,4617,4731,4838,4940,5051,5109,5168,5253"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3036,3117,3197,3279,3376,3465,3561,3685,3772,3838,3929,3999,4063,4166,4229,4294,4354,4422,4485,4540,4668,4725,4787,4842,4917,5057,5144,5227,5360,5442,5527,5614,5668,5723,5789,5862,5938,6027,6100,6176,6251,6321,6409,6484,6576,6668,6742,6816,6908,6961,7028,7111,7198,7260,7324,7387,7501,7608,7710,7821,7879,7938",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,79,81,96,88,95,123,86,65,90,69,63,102,62,64,59,67,62,54,127,56,61,54,74,139,86,82,132,81,84,86,53,54,65,72,75,88,72,75,74,69,87,74,91,91,73,73,91,52,66,82,86,61,63,62,113,106,101,110,57,58,84",
+ "endOffsets": "316,3112,3192,3274,3371,3460,3556,3680,3767,3833,3924,3994,4058,4161,4224,4289,4349,4417,4480,4535,4663,4720,4782,4837,4912,5052,5139,5222,5355,5437,5522,5609,5663,5718,5784,5857,5933,6022,6095,6171,6246,6316,6404,6479,6571,6663,6737,6811,6903,6956,7023,7106,7193,7255,7319,7382,7496,7603,7705,7816,7874,7933,8018"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-mk\\values-mk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8108",
+ "endColumns": "100",
+ "endOffsets": "8204"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-mk\\values-mk.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,317,425,511,619,738,822,903,994,1087,1183,1277,1377,1470,1565,1661,1752,1843,1930,2036,2142,2243,2350,2462,2566,2722,2820",
+ "endColumns": "107,103,107,85,107,118,83,80,90,92,95,93,99,92,94,95,90,90,86,105,105,100,106,111,103,155,97,84",
+ "endOffsets": "208,312,420,506,614,733,817,898,989,1082,1178,1272,1372,1465,1560,1656,1747,1838,1925,2031,2137,2238,2345,2457,2561,2717,2815,2900"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "321,429,533,641,727,835,954,1038,1119,1210,1303,1399,1493,1593,1686,1781,1877,1968,2059,2146,2252,2358,2459,2566,2678,2782,2938,8023",
+ "endColumns": "107,103,107,85,107,118,83,80,90,92,95,93,99,92,94,95,90,90,86,105,105,100,106,111,103,155,97,84",
+ "endOffsets": "424,528,636,722,830,949,1033,1114,1205,1298,1394,1488,1588,1681,1776,1872,1963,2054,2141,2247,2353,2454,2561,2673,2777,2933,3031,8103"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json
new file mode 100644
index 000000000..f7df4c5da
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-ml/values-ml.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-ml\\values-ml.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8293",
+ "endColumns": "100",
+ "endOffsets": "8389"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ml\\values-ml.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,318,429,520,625,747,825,900,991,1084,1185,1279,1379,1473,1568,1667,1758,1849,1931,2040,2144,2243,2355,2467,2588,2753,2854",
+ "endColumns": "106,105,110,90,104,121,77,74,90,92,100,93,99,93,94,98,90,90,81,108,103,98,111,111,120,164,100,82",
+ "endOffsets": "207,313,424,515,620,742,820,895,986,1079,1180,1274,1374,1468,1563,1662,1753,1844,1926,2035,2139,2238,2350,2462,2583,2748,2849,2932"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "321,428,534,645,736,841,963,1041,1116,1207,1300,1401,1495,1595,1689,1784,1883,1974,2065,2147,2256,2360,2459,2571,2683,2804,2969,8210",
+ "endColumns": "106,105,110,90,104,121,77,74,90,92,100,93,99,93,94,98,90,90,81,108,103,98,111,111,120,164,100,82",
+ "endOffsets": "423,529,640,731,836,958,1036,1111,1202,1295,1396,1490,1590,1684,1779,1878,1969,2060,2142,2251,2355,2454,2566,2678,2799,2964,3065,8288"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ml\\values-ml.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,271,351,434,521,627,726,820,930,1022,1087,1186,1252,1312,1414,1476,1552,1610,1688,1753,1807,1924,1988,2052,2106,2186,2320,2406,2495,2631,2716,2804,2899,2957,3009,3075,3154,3236,3327,3403,3480,3557,3628,3735,3815,3912,4012,4086,4167,4272,4330,4397,4488,4580,4642,4706,4769,4872,4988,5093,5209,5271,5327",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,79,82,86,105,98,93,109,91,64,98,65,59,101,61,75,57,77,64,53,116,63,63,53,79,133,85,88,135,84,87,94,57,51,65,78,81,90,75,76,76,70,106,79,96,99,73,80,104,57,66,90,91,61,63,62,102,115,104,115,61,55,83",
+ "endOffsets": "266,346,429,516,622,721,815,925,1017,1082,1181,1247,1307,1409,1471,1547,1605,1683,1748,1802,1919,1983,2047,2101,2181,2315,2401,2490,2626,2711,2799,2894,2952,3004,3070,3149,3231,3322,3398,3475,3552,3623,3730,3810,3907,4007,4081,4162,4267,4325,4392,4483,4575,4637,4701,4764,4867,4983,5088,5204,5266,5322,5406"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3070,3150,3233,3320,3426,3525,3619,3729,3821,3886,3985,4051,4111,4213,4275,4351,4409,4487,4552,4606,4723,4787,4851,4905,4985,5119,5205,5294,5430,5515,5603,5698,5756,5808,5874,5953,6035,6126,6202,6279,6356,6427,6534,6614,6711,6811,6885,6966,7071,7129,7196,7287,7379,7441,7505,7568,7671,7787,7892,8008,8070,8126",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,79,82,86,105,98,93,109,91,64,98,65,59,101,61,75,57,77,64,53,116,63,63,53,79,133,85,88,135,84,87,94,57,51,65,78,81,90,75,76,76,70,106,79,96,99,73,80,104,57,66,90,91,61,63,62,102,115,104,115,61,55,83",
+ "endOffsets": "316,3145,3228,3315,3421,3520,3614,3724,3816,3881,3980,4046,4106,4208,4270,4346,4404,4482,4547,4601,4718,4782,4846,4900,4980,5114,5200,5289,5425,5510,5598,5693,5751,5803,5869,5948,6030,6121,6197,6274,6351,6422,6529,6609,6706,6806,6880,6961,7066,7124,7191,7282,7374,7436,7500,7563,7666,7782,7887,8003,8065,8121,8205"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json
new file mode 100644
index 000000000..1c18d3c2e
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-mn/values-mn.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-mn\\values-mn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8005",
+ "endColumns": "100",
+ "endOffsets": "8101"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-mn\\values-mn.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,219,319,428,514,620,734,817,898,989,1082,1177,1273,1370,1463,1557,1649,1740,1830,1910,2017,2120,2217,2324,2426,2539,2698,2797",
+ "endColumns": "113,99,108,85,105,113,82,80,90,92,94,95,96,92,93,91,90,89,79,106,102,96,106,101,112,158,98,80",
+ "endOffsets": "214,314,423,509,615,729,812,893,984,1077,1172,1268,1365,1458,1552,1644,1735,1825,1905,2012,2115,2212,2319,2421,2534,2693,2792,2873"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,429,529,638,724,830,944,1027,1108,1199,1292,1387,1483,1580,1673,1767,1859,1950,2040,2120,2227,2330,2427,2534,2636,2749,2908,7924",
+ "endColumns": "113,99,108,85,105,113,82,80,90,92,94,95,96,92,93,91,90,89,79,106,102,96,106,101,112,158,98,80",
+ "endOffsets": "424,524,633,719,825,939,1022,1103,1194,1287,1382,1478,1575,1668,1762,1854,1945,2035,2115,2222,2325,2422,2529,2631,2744,2903,3002,8000"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-mn\\values-mn.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,344,421,500,587,672,770,889,974,1039,1137,1218,1277,1370,1432,1495,1553,1624,1686,1740,1861,1918,1979,2033,2104,2237,2321,2404,2537,2619,2697,2787,2841,2892,2958,3029,3107,3193,3268,3346,3426,3509,3597,3676,3766,3859,3933,4003,4094,4148,4215,4299,4384,4446,4510,4573,4677,4783,4880,4985,5043,5098",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,78,76,78,86,84,97,118,84,64,97,80,58,92,61,62,57,70,61,53,120,56,60,53,70,132,83,82,132,81,77,89,53,50,65,70,77,85,74,77,79,82,87,78,89,92,73,69,90,53,66,83,84,61,63,62,103,105,96,104,57,54,83",
+ "endOffsets": "260,339,416,495,582,667,765,884,969,1034,1132,1213,1272,1365,1427,1490,1548,1619,1681,1735,1856,1913,1974,2028,2099,2232,2316,2399,2532,2614,2692,2782,2836,2887,2953,3024,3102,3188,3263,3341,3421,3504,3592,3671,3761,3854,3928,3998,4089,4143,4210,4294,4379,4441,4505,4568,4672,4778,4875,4980,5038,5093,5177"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3007,3086,3163,3242,3329,3414,3512,3631,3716,3781,3879,3960,4019,4112,4174,4237,4295,4366,4428,4482,4603,4660,4721,4775,4846,4979,5063,5146,5279,5361,5439,5529,5583,5634,5700,5771,5849,5935,6010,6088,6168,6251,6339,6418,6508,6601,6675,6745,6836,6890,6957,7041,7126,7188,7252,7315,7419,7525,7622,7727,7785,7840",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,78,76,78,86,84,97,118,84,64,97,80,58,92,61,62,57,70,61,53,120,56,60,53,70,132,83,82,132,81,77,89,53,50,65,70,77,85,74,77,79,82,87,78,89,92,73,69,90,53,66,83,84,61,63,62,103,105,96,104,57,54,83",
+ "endOffsets": "310,3081,3158,3237,3324,3409,3507,3626,3711,3776,3874,3955,4014,4107,4169,4232,4290,4361,4423,4477,4598,4655,4716,4770,4841,4974,5058,5141,5274,5356,5434,5524,5578,5629,5695,5766,5844,5930,6005,6083,6163,6246,6334,6413,6503,6596,6670,6740,6831,6885,6952,7036,7121,7183,7247,7310,7414,7520,7617,7722,7780,7835,7919"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json
new file mode 100644
index 000000000..93f2842d6
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-mr/values-mr.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-mr\\values-mr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7951",
+ "endColumns": "100",
+ "endOffsets": "8047"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-mr\\values-mr.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,259,344,431,514,607,691,791,907,989,1052,1143,1208,1267,1355,1417,1479,1539,1606,1669,1723,1837,1894,1955,2009,2079,2198,2279,2364,2499,2576,2653,2739,2795,2847,2913,2983,3061,3148,3218,3294,3365,3434,3530,3604,3702,3798,3872,3942,4044,4099,4166,4253,4346,4409,4473,4536,4636,4739,4833,4937,4997,5053",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,84,86,82,92,83,99,115,81,62,90,64,58,87,61,61,59,66,62,53,113,56,60,53,69,118,80,84,134,76,76,85,55,51,65,69,77,86,69,75,70,68,95,73,97,95,73,69,101,54,66,86,92,62,63,62,99,102,93,103,59,55,77",
+ "endOffsets": "254,339,426,509,602,686,786,902,984,1047,1138,1203,1262,1350,1412,1474,1534,1601,1664,1718,1832,1889,1950,2004,2074,2193,2274,2359,2494,2571,2648,2734,2790,2842,2908,2978,3056,3143,3213,3289,3360,3429,3525,3599,3697,3793,3867,3937,4039,4094,4161,4248,4341,4404,4468,4531,4631,4734,4828,4932,4992,5048,5126"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2999,3084,3171,3254,3347,3431,3531,3647,3729,3792,3883,3948,4007,4095,4157,4219,4279,4346,4409,4463,4577,4634,4695,4749,4819,4938,5019,5104,5239,5316,5393,5479,5535,5587,5653,5723,5801,5888,5958,6034,6105,6174,6270,6344,6442,6538,6612,6682,6784,6839,6906,6993,7086,7149,7213,7276,7376,7479,7573,7677,7737,7793",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,84,86,82,92,83,99,115,81,62,90,64,58,87,61,61,59,66,62,53,113,56,60,53,69,118,80,84,134,76,76,85,55,51,65,69,77,86,69,75,70,68,95,73,97,95,73,69,101,54,66,86,92,62,63,62,99,102,93,103,59,55,77",
+ "endOffsets": "304,3079,3166,3249,3342,3426,3526,3642,3724,3787,3878,3943,4002,4090,4152,4214,4274,4341,4404,4458,4572,4629,4690,4744,4814,4933,5014,5099,5234,5311,5388,5474,5530,5582,5648,5718,5796,5883,5953,6029,6100,6169,6265,6339,6437,6533,6607,6677,6779,6834,6901,6988,7081,7144,7208,7271,7371,7474,7568,7672,7732,7788,7866"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-mr\\values-mr.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,216,322,429,519,620,732,810,887,978,1071,1164,1261,1361,1454,1549,1643,1734,1825,1905,2012,2113,2210,2319,2421,2535,2692,2795",
+ "endColumns": "110,105,106,89,100,111,77,76,90,92,92,96,99,92,94,93,90,90,79,106,100,96,108,101,113,156,102,79",
+ "endOffsets": "211,317,424,514,615,727,805,882,973,1066,1159,1256,1356,1449,1544,1638,1729,1820,1900,2007,2108,2205,2314,2416,2530,2687,2790,2870"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "309,420,526,633,723,824,936,1014,1091,1182,1275,1368,1465,1565,1658,1753,1847,1938,2029,2109,2216,2317,2414,2523,2625,2739,2896,7871",
+ "endColumns": "110,105,106,89,100,111,77,76,90,92,92,96,99,92,94,93,90,90,79,106,100,96,108,101,113,156,102,79",
+ "endOffsets": "415,521,628,718,819,931,1009,1086,1177,1270,1363,1460,1560,1653,1748,1842,1933,2024,2104,2211,2312,2409,2518,2620,2734,2891,2994,7946"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json
new file mode 100644
index 000000000..4ae1bc643
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-ms/values-ms.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ms\\values-ms.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,279,359,438,525,617,704,807,923,1006,1071,1164,1229,1288,1375,1437,1499,1559,1625,1687,1741,1849,1906,1967,2022,2093,2213,2304,2390,2538,2624,2710,2798,2851,2902,2968,3039,3117,3200,3273,3349,3422,3493,3585,3658,3748,3841,3915,3986,4077,4129,4197,4281,4366,4428,4492,4555,4659,4765,4861,4969,5026,5081",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,79,78,86,91,86,102,115,82,64,92,64,58,86,61,61,59,65,61,53,107,56,60,54,70,119,90,85,147,85,85,87,52,50,65,70,77,82,72,75,72,70,91,72,89,92,73,70,90,51,67,83,84,61,63,62,103,105,95,107,56,54,85",
+ "endOffsets": "274,354,433,520,612,699,802,918,1001,1066,1159,1224,1283,1370,1432,1494,1554,1620,1682,1736,1844,1901,1962,2017,2088,2208,2299,2385,2533,2619,2705,2793,2846,2897,2963,3034,3112,3195,3268,3344,3417,3488,3580,3653,3743,3836,3910,3981,4072,4124,4192,4276,4361,4423,4487,4550,4654,4760,4856,4964,5021,5076,5162"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3024,3104,3183,3270,3362,3449,3552,3668,3751,3816,3909,3974,4033,4120,4182,4244,4304,4370,4432,4486,4594,4651,4712,4767,4838,4958,5049,5135,5283,5369,5455,5543,5596,5647,5713,5784,5862,5945,6018,6094,6167,6238,6330,6403,6493,6586,6660,6731,6822,6874,6942,7026,7111,7173,7237,7300,7404,7510,7606,7714,7771,7826",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,79,78,86,91,86,102,115,82,64,92,64,58,86,61,61,59,65,61,53,107,56,60,54,70,119,90,85,147,85,85,87,52,50,65,70,77,82,72,75,72,70,91,72,89,92,73,70,90,51,67,83,84,61,63,62,103,105,95,107,56,54,85",
+ "endOffsets": "324,3099,3178,3265,3357,3444,3547,3663,3746,3811,3904,3969,4028,4115,4177,4239,4299,4365,4427,4481,4589,4646,4707,4762,4833,4953,5044,5130,5278,5364,5450,5538,5591,5642,5708,5779,5857,5940,6013,6089,6162,6233,6325,6398,6488,6581,6655,6726,6817,6869,6937,7021,7106,7168,7232,7295,7399,7505,7601,7709,7766,7821,7907"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-ms\\values-ms.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7993",
+ "endColumns": "100",
+ "endOffsets": "8089"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ms\\values-ms.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,216,321,429,516,620,731,810,888,979,1072,1167,1261,1359,1452,1547,1641,1732,1823,1903,2015,2123,2220,2329,2433,2540,2699,2800",
+ "endColumns": "110,104,107,86,103,110,78,77,90,92,94,93,97,92,94,93,90,90,79,111,107,96,108,103,106,158,100,80",
+ "endOffsets": "211,316,424,511,615,726,805,883,974,1067,1162,1256,1354,1447,1542,1636,1727,1818,1898,2010,2118,2215,2324,2428,2535,2694,2795,2876"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "329,440,545,653,740,844,955,1034,1112,1203,1296,1391,1485,1583,1676,1771,1865,1956,2047,2127,2239,2347,2444,2553,2657,2764,2923,7912",
+ "endColumns": "110,104,107,86,103,110,78,77,90,92,94,93,97,92,94,93,90,90,79,111,107,96,108,103,106,158,100,80",
+ "endOffsets": "435,540,648,735,839,950,1029,1107,1198,1291,1386,1480,1578,1671,1766,1860,1951,2042,2122,2234,2342,2439,2548,2652,2759,2918,3019,7988"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json
new file mode 100644
index 000000000..52c91acf8
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-my/values-my.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-my\\values-my.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8179",
+ "endColumns": "100",
+ "endOffsets": "8275"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-my\\values-my.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,285,386,485,561,652,736,842,971,1056,1121,1211,1286,1345,1436,1499,1564,1623,1694,1756,1813,1932,1990,2051,2106,2179,2311,2402,2491,2632,2710,2787,2879,2937,2988,3054,3126,3208,3290,3365,3439,3511,3590,3687,3768,3854,3946,4020,4099,4185,4239,4307,4390,4471,4533,4597,4660,4772,4875,4979,5084,5145,5200",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,100,98,75,90,83,105,128,84,64,89,74,58,90,62,64,58,70,61,56,118,57,60,54,72,131,90,88,140,77,76,91,57,50,65,71,81,81,74,73,71,78,96,80,85,91,73,78,85,53,67,82,80,61,63,62,111,102,103,104,60,54,81",
+ "endOffsets": "280,381,480,556,647,731,837,966,1051,1116,1206,1281,1340,1431,1494,1559,1618,1689,1751,1808,1927,1985,2046,2101,2174,2306,2397,2486,2627,2705,2782,2874,2932,2983,3049,3121,3203,3285,3360,3434,3506,3585,3682,3763,3849,3941,4015,4094,4180,4234,4302,4385,4466,4528,4592,4655,4767,4870,4974,5079,5140,5195,5277"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3096,3197,3296,3372,3463,3547,3653,3782,3867,3932,4022,4097,4156,4247,4310,4375,4434,4505,4567,4624,4743,4801,4862,4917,4990,5122,5213,5302,5443,5521,5598,5690,5748,5799,5865,5937,6019,6101,6176,6250,6322,6401,6498,6579,6665,6757,6831,6910,6996,7050,7118,7201,7282,7344,7408,7471,7583,7686,7790,7895,7956,8011",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,100,98,75,90,83,105,128,84,64,89,74,58,90,62,64,58,70,61,56,118,57,60,54,72,131,90,88,140,77,76,91,57,50,65,71,81,81,74,73,71,78,96,80,85,91,73,78,85,53,67,82,80,61,63,62,111,102,103,104,60,54,81",
+ "endOffsets": "330,3192,3291,3367,3458,3542,3648,3777,3862,3927,4017,4092,4151,4242,4305,4370,4429,4500,4562,4619,4738,4796,4857,4912,4985,5117,5208,5297,5438,5516,5593,5685,5743,5794,5860,5932,6014,6096,6171,6245,6317,6396,6493,6574,6660,6752,6826,6905,6991,7045,7113,7196,7277,7339,7403,7466,7578,7681,7785,7890,7951,8006,8088"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-my\\values-my.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,218,325,441,528,637,760,839,917,1008,1101,1196,1290,1390,1483,1578,1672,1763,1854,1939,2054,2163,2262,2388,2495,2603,2763,2866",
+ "endColumns": "112,106,115,86,108,122,78,77,90,92,94,93,99,92,94,93,90,90,84,114,108,98,125,106,107,159,102,85",
+ "endOffsets": "213,320,436,523,632,755,834,912,1003,1096,1191,1285,1385,1478,1573,1667,1758,1849,1934,2049,2158,2257,2383,2490,2598,2758,2861,2947"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "335,448,555,671,758,867,990,1069,1147,1238,1331,1426,1520,1620,1713,1808,1902,1993,2084,2169,2284,2393,2492,2618,2725,2833,2993,8093",
+ "endColumns": "112,106,115,86,108,122,78,77,90,92,94,93,99,92,94,93,90,90,84,114,108,98,125,106,107,159,102,85",
+ "endOffsets": "443,550,666,753,862,985,1064,1142,1233,1326,1421,1515,1615,1708,1803,1897,1988,2079,2164,2279,2388,2487,2613,2720,2828,2988,3091,8174"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json
new file mode 100644
index 000000000..9f6ec6b1e
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-nb/values-nb.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-nb\\values-nb.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,261,338,411,498,586,666,765,884,966,1030,1122,1190,1250,1337,1401,1463,1527,1595,1660,1714,1823,1881,1943,1997,2072,2192,2274,2354,2488,2566,2646,2734,2788,2839,2905,2973,3047,3137,3208,3286,3356,3426,3515,3593,3681,3771,3843,3915,3999,4050,4116,4197,4280,4342,4406,4469,4569,4667,4760,4858,4916,4971",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,76,72,86,87,79,98,118,81,63,91,67,59,86,63,61,63,67,64,53,108,57,61,53,74,119,81,79,133,77,79,87,53,50,65,67,73,89,70,77,69,69,88,77,87,89,71,71,83,50,65,80,82,61,63,62,99,97,92,97,57,54,77",
+ "endOffsets": "256,333,406,493,581,661,760,879,961,1025,1117,1185,1245,1332,1396,1458,1522,1590,1655,1709,1818,1876,1938,1992,2067,2187,2269,2349,2483,2561,2641,2729,2783,2834,2900,2968,3042,3132,3203,3281,3351,3421,3510,3588,3676,3766,3838,3910,3994,4045,4111,4192,4275,4337,4401,4464,4564,4662,4755,4853,4911,4966,5044"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2943,3020,3093,3180,3268,3348,3447,3566,3648,3712,3804,3872,3932,4019,4083,4145,4209,4277,4342,4396,4505,4563,4625,4679,4754,4874,4956,5036,5170,5248,5328,5416,5470,5521,5587,5655,5729,5819,5890,5968,6038,6108,6197,6275,6363,6453,6525,6597,6681,6732,6798,6879,6962,7024,7088,7151,7251,7349,7442,7540,7598,7653",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,76,72,86,87,79,98,118,81,63,91,67,59,86,63,61,63,67,64,53,108,57,61,53,74,119,81,79,133,77,79,87,53,50,65,67,73,89,70,77,69,69,88,77,87,89,71,71,83,50,65,80,82,61,63,62,99,97,92,97,57,54,77",
+ "endOffsets": "306,3015,3088,3175,3263,3343,3442,3561,3643,3707,3799,3867,3927,4014,4078,4140,4204,4272,4337,4391,4500,4558,4620,4674,4749,4869,4951,5031,5165,5243,5323,5411,5465,5516,5582,5650,5724,5814,5885,5963,6033,6103,6192,6270,6358,6448,6520,6592,6676,6727,6793,6874,6957,7019,7083,7146,7246,7344,7437,7535,7593,7648,7726"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-nb\\values-nb.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,208,303,417,503,603,716,793,868,959,1052,1146,1240,1340,1433,1528,1626,1717,1808,1886,1989,2087,2183,2287,2386,2487,2640,2737",
+ "endColumns": "102,94,113,85,99,112,76,74,90,92,93,93,99,92,94,97,90,90,77,102,97,95,103,98,100,152,96,79",
+ "endOffsets": "203,298,412,498,598,711,788,863,954,1047,1141,1235,1335,1428,1523,1621,1712,1803,1881,1984,2082,2178,2282,2381,2482,2635,2732,2812"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "311,414,509,623,709,809,922,999,1074,1165,1258,1352,1446,1546,1639,1734,1832,1923,2014,2092,2195,2293,2389,2493,2592,2693,2846,7731",
+ "endColumns": "102,94,113,85,99,112,76,74,90,92,93,93,99,92,94,97,90,90,77,102,97,95,103,98,100,152,96,79",
+ "endOffsets": "409,504,618,704,804,917,994,1069,1160,1253,1347,1441,1541,1634,1729,1827,1918,2009,2087,2190,2288,2384,2488,2587,2688,2841,2938,7806"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-nb\\values-nb.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7811",
+ "endColumns": "100",
+ "endOffsets": "7907"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json
new file mode 100644
index 000000000..abd52feef
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-ne/values-ne.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-ne\\values-ne.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8187",
+ "endColumns": "100",
+ "endOffsets": "8283"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ne\\values-ne.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,214,325,433,524,631,751,835,914,1005,1098,1193,1287,1387,1480,1575,1669,1760,1851,1937,2050,2151,2247,2360,2470,2587,2754,2865",
+ "endColumns": "108,110,107,90,106,119,83,78,90,92,94,93,99,92,94,93,90,90,85,112,100,95,112,109,116,166,110,79",
+ "endOffsets": "209,320,428,519,626,746,830,909,1000,1093,1188,1282,1382,1475,1570,1664,1755,1846,1932,2045,2146,2242,2355,2465,2582,2749,2860,2940"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "312,421,532,640,731,838,958,1042,1121,1212,1305,1400,1494,1594,1687,1782,1876,1967,2058,2144,2257,2358,2454,2567,2677,2794,2961,8107",
+ "endColumns": "108,110,107,90,106,119,83,78,90,92,94,93,99,92,94,93,90,90,85,112,100,95,112,109,116,166,110,79",
+ "endOffsets": "416,527,635,726,833,953,1037,1116,1207,1300,1395,1489,1589,1682,1777,1871,1962,2053,2139,2252,2353,2449,2562,2672,2789,2956,3067,8182"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ne\\values-ne.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,262,351,439,521,616,705,807,917,1004,1070,1166,1232,1293,1398,1462,1534,1592,1666,1728,1782,1895,1955,2016,2075,2153,2277,2358,2443,2579,2660,2743,2826,2888,2942,3008,3085,3164,3252,3321,3397,3478,3546,3637,3715,3808,3905,3979,4058,4156,4216,4282,4370,4458,4520,4588,4651,4756,4874,4969,5089,5155,5213",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,88,87,81,94,88,101,109,86,65,95,65,60,104,63,71,57,73,61,53,112,59,60,58,77,123,80,84,135,80,82,82,61,53,65,76,78,87,68,75,80,67,90,77,92,96,73,78,97,59,65,87,87,61,67,62,104,117,94,119,65,57,83",
+ "endOffsets": "257,346,434,516,611,700,802,912,999,1065,1161,1227,1288,1393,1457,1529,1587,1661,1723,1777,1890,1950,2011,2070,2148,2272,2353,2438,2574,2655,2738,2821,2883,2937,3003,3080,3159,3247,3316,3392,3473,3541,3632,3710,3803,3900,3974,4053,4151,4211,4277,4365,4453,4515,4583,4646,4751,4869,4964,5084,5150,5208,5292"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3072,3161,3249,3331,3426,3515,3617,3727,3814,3880,3976,4042,4103,4208,4272,4344,4402,4476,4538,4592,4705,4765,4826,4885,4963,5087,5168,5253,5389,5470,5553,5636,5698,5752,5818,5895,5974,6062,6131,6207,6288,6356,6447,6525,6618,6715,6789,6868,6966,7026,7092,7180,7268,7330,7398,7461,7566,7684,7779,7899,7965,8023",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,88,87,81,94,88,101,109,86,65,95,65,60,104,63,71,57,73,61,53,112,59,60,58,77,123,80,84,135,80,82,82,61,53,65,76,78,87,68,75,80,67,90,77,92,96,73,78,97,59,65,87,87,61,67,62,104,117,94,119,65,57,83",
+ "endOffsets": "307,3156,3244,3326,3421,3510,3612,3722,3809,3875,3971,4037,4098,4203,4267,4339,4397,4471,4533,4587,4700,4760,4821,4880,4958,5082,5163,5248,5384,5465,5548,5631,5693,5747,5813,5890,5969,6057,6126,6202,6283,6351,6442,6520,6613,6710,6784,6863,6961,7021,7087,7175,7263,7325,7393,7456,7561,7679,7774,7894,7960,8018,8102"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json
new file mode 100644
index 000000000..00e3ffdc6
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-night-v8/values-night-v8.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-night-v8\\values-night-v8.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,125,209,293,389,491,593,687",
+ "endColumns": "69,83,83,95,101,101,93,88",
+ "endOffsets": "120,204,288,384,486,588,682,771"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,47",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,125,209,293,389,491,593,4035",
+ "endColumns": "69,83,83,95,101,101,93,88",
+ "endOffsets": "120,204,288,384,486,588,682,4119"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-night-v8\\values-night-v8.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,130,241,330,431,538,645,744,851,954,1042,1166,1268,1370,1486,1588,1702,1830,1946,2068,2204,2324,2458,2578,2690,2816,2933,3057,3187,3309,3447,3581,3697",
+ "endColumns": "74,110,88,100,106,106,98,106,102,87,123,101,101,115,101,113,127,115,121,135,119,133,119,111,125,116,123,129,121,137,133,115,119",
+ "endOffsets": "125,236,325,426,533,640,739,846,949,1037,1161,1263,1365,1481,1583,1697,1825,1941,2063,2199,2319,2453,2573,2685,2811,2928,3052,3182,3304,3442,3576,3692,3812"
+ },
+ "to": {
+ "startLines": "9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,48,49,50,51,52,53,54,55",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "687,762,873,962,1063,1170,1277,1376,1483,1586,1674,1798,1900,2002,2118,2220,2334,2462,2578,2700,2836,2956,3090,3210,3322,4124,4241,4365,4495,4617,4755,4889,5005",
+ "endColumns": "74,110,88,100,106,106,98,106,102,87,123,101,101,115,101,113,127,115,121,135,119,133,119,111,125,116,123,129,121,137,133,115,119",
+ "endOffsets": "757,868,957,1058,1165,1272,1371,1478,1581,1669,1793,1895,1997,2113,2215,2329,2457,2573,2695,2831,2951,3085,3205,3317,3443,4236,4360,4490,4612,4750,4884,5000,5120"
+ }
+ },
+ {
+ "source": "E:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\src\\main\\res\\values-night\\themes.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "100",
+ "endLines": "14",
+ "endColumns": "12",
+ "endOffsets": "803"
+ },
+ "to": {
+ "startLines": "34",
+ "startColumns": "4",
+ "startOffsets": "3448",
+ "endLines": "46",
+ "endColumns": "12",
+ "endOffsets": "4030"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json
new file mode 100644
index 000000000..c3152a32c
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-nl/values-nl.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-nl\\values-nl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8093",
+ "endColumns": "100",
+ "endOffsets": "8189"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-nl\\values-nl.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,269,355,437,514,612,706,803,925,1006,1070,1159,1238,1301,1394,1456,1522,1580,1653,1717,1773,1895,1952,2014,2070,2146,2280,2365,2451,2589,2670,2749,2839,2896,2947,3013,3091,3174,3262,3337,3416,3489,3560,3654,3732,3821,3911,3985,4066,4153,4206,4273,4354,4438,4500,4564,4627,4735,4836,4938,5041,5102,5157",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,85,81,76,97,93,96,121,80,63,88,78,62,92,61,65,57,72,63,55,121,56,61,55,75,133,84,85,137,80,78,89,56,50,65,77,82,87,74,78,72,70,93,77,88,89,73,80,86,52,66,80,83,61,63,62,107,100,101,102,60,54,80",
+ "endOffsets": "264,350,432,509,607,701,798,920,1001,1065,1154,1233,1296,1389,1451,1517,1575,1648,1712,1768,1890,1947,2009,2065,2141,2275,2360,2446,2584,2665,2744,2834,2891,2942,3008,3086,3169,3257,3332,3411,3484,3555,3649,3727,3816,3906,3980,4061,4148,4201,4268,4349,4433,4495,4559,4622,4730,4831,4933,5036,5097,5152,5233"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3041,3127,3209,3286,3384,3478,3575,3697,3778,3842,3931,4010,4073,4166,4228,4294,4352,4425,4489,4545,4667,4724,4786,4842,4918,5052,5137,5223,5361,5442,5521,5611,5668,5719,5785,5863,5946,6034,6109,6188,6261,6332,6426,6504,6593,6683,6757,6838,6925,6978,7045,7126,7210,7272,7336,7399,7507,7608,7710,7813,7874,7929",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,85,81,76,97,93,96,121,80,63,88,78,62,92,61,65,57,72,63,55,121,56,61,55,75,133,84,85,137,80,78,89,56,50,65,77,82,87,74,78,72,70,93,77,88,89,73,80,86,52,66,80,83,61,63,62,107,100,101,102,60,54,80",
+ "endOffsets": "314,3122,3204,3281,3379,3473,3570,3692,3773,3837,3926,4005,4068,4161,4223,4289,4347,4420,4484,4540,4662,4719,4781,4837,4913,5047,5132,5218,5356,5437,5516,5606,5663,5714,5780,5858,5941,6029,6104,6183,6256,6327,6421,6499,6588,6678,6752,6833,6920,6973,7040,7121,7205,7267,7331,7394,7502,7603,7705,7808,7869,7924,8005"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-nl\\values-nl.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,223,328,435,520,624,744,822,898,990,1084,1179,1273,1373,1467,1563,1658,1750,1842,1924,2035,2138,2237,2352,2466,2569,2724,2827",
+ "endColumns": "117,104,106,84,103,119,77,75,91,93,94,93,99,93,95,94,91,91,81,110,102,98,114,113,102,154,102,82",
+ "endOffsets": "218,323,430,515,619,739,817,893,985,1079,1174,1268,1368,1462,1558,1653,1745,1837,1919,2030,2133,2232,2347,2461,2564,2719,2822,2905"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "319,437,542,649,734,838,958,1036,1112,1204,1298,1393,1487,1587,1681,1777,1872,1964,2056,2138,2249,2352,2451,2566,2680,2783,2938,8010",
+ "endColumns": "117,104,106,84,103,119,77,75,91,93,94,93,99,93,95,94,91,91,81,110,102,98,114,113,102,154,102,82",
+ "endOffsets": "432,537,644,729,833,953,1031,1107,1199,1293,1388,1482,1582,1676,1772,1867,1959,2051,2133,2244,2347,2446,2561,2675,2778,2933,3036,8088"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json
new file mode 100644
index 000000000..fc34ebc24
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-or/values-or.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-or\\values-or.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7967",
+ "endColumns": "100",
+ "endOffsets": "8063"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-or\\values-or.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,224,334,441,527,631,751,830,911,1002,1095,1198,1293,1393,1486,1581,1677,1768,1858,1947,2057,2161,2267,2378,2482,2600,2763,2869",
+ "endColumns": "118,109,106,85,103,119,78,80,90,92,102,94,99,92,94,95,90,89,88,109,103,105,110,103,117,162,105,89",
+ "endOffsets": "219,329,436,522,626,746,825,906,997,1090,1193,1288,1388,1481,1576,1672,1763,1853,1942,2052,2156,2262,2373,2477,2595,2758,2864,2954"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "322,441,551,658,744,848,968,1047,1128,1219,1312,1415,1510,1610,1703,1798,1894,1985,2075,2164,2274,2378,2484,2595,2699,2817,2980,7877",
+ "endColumns": "118,109,106,85,103,119,78,80,90,92,102,94,99,92,94,95,90,89,88,109,103,105,110,103,117,162,105,89",
+ "endOffsets": "436,546,653,739,843,963,1042,1123,1214,1307,1410,1505,1605,1698,1793,1889,1980,2070,2159,2269,2373,2479,2590,2694,2812,2975,3081,7962"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-or\\values-or.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,272,354,432,509,595,679,773,878,957,1022,1111,1176,1235,1321,1385,1449,1512,1585,1649,1703,1815,1873,1935,1989,2061,2183,2270,2356,2496,2573,2654,2745,2799,2850,2916,2986,3063,3150,3221,3298,3367,3436,3527,3599,3688,3777,3851,3923,4009,4059,4125,4205,4289,4351,4415,4478,4578,4675,4767,4866,4924,4979",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,81,77,76,85,83,93,104,78,64,88,64,58,85,63,63,62,72,63,53,111,57,61,53,71,121,86,85,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,83",
+ "endOffsets": "267,349,427,504,590,674,768,873,952,1017,1106,1171,1230,1316,1380,1444,1507,1580,1644,1698,1810,1868,1930,1984,2056,2178,2265,2351,2491,2568,2649,2740,2794,2845,2911,2981,3058,3145,3216,3293,3362,3431,3522,3594,3683,3772,3846,3918,4004,4054,4120,4200,4284,4346,4410,4473,4573,4670,4762,4861,4919,4974,5058"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3086,3168,3246,3323,3409,3493,3587,3692,3771,3836,3925,3990,4049,4135,4199,4263,4326,4399,4463,4517,4629,4687,4749,4803,4875,4997,5084,5170,5310,5387,5468,5559,5613,5664,5730,5800,5877,5964,6035,6112,6181,6250,6341,6413,6502,6591,6665,6737,6823,6873,6939,7019,7103,7165,7229,7292,7392,7489,7581,7680,7738,7793",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,81,77,76,85,83,93,104,78,64,88,64,58,85,63,63,62,72,63,53,111,57,61,53,71,121,86,85,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,83",
+ "endOffsets": "317,3163,3241,3318,3404,3488,3582,3687,3766,3831,3920,3985,4044,4130,4194,4258,4321,4394,4458,4512,4624,4682,4744,4798,4870,4992,5079,5165,5305,5382,5463,5554,5608,5659,5725,5795,5872,5959,6030,6107,6176,6245,6336,6408,6497,6586,6660,6732,6818,6868,6934,7014,7098,7160,7224,7287,7387,7484,7576,7675,7733,7788,7872"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json
new file mode 100644
index 000000000..cddea6ade
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-pa/values-pa.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-pa\\values-pa.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,263,340,419,500,599,688,796,908,991,1055,1147,1216,1275,1360,1423,1485,1543,1607,1668,1722,1836,1894,1954,2008,2078,2205,2286,2365,2500,2576,2653,2737,2792,2847,2913,2982,3059,3145,3213,3289,3359,3424,3519,3592,3686,3779,3853,3922,4016,4072,4139,4223,4311,4373,4437,4500,4597,4692,4783,4879,4938,4997",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,76,78,80,98,88,107,111,82,63,91,68,58,84,62,61,57,63,60,53,113,57,59,53,69,126,80,78,134,75,76,83,54,54,65,68,76,85,67,75,69,64,94,72,93,92,73,68,93,55,66,83,87,61,63,62,96,94,90,95,58,58,76",
+ "endOffsets": "258,335,414,495,594,683,791,903,986,1050,1142,1211,1270,1355,1418,1480,1538,1602,1663,1717,1831,1889,1949,2003,2073,2200,2281,2360,2495,2571,2648,2732,2787,2842,2908,2977,3054,3140,3208,3284,3354,3419,3514,3587,3681,3774,3848,3917,4011,4067,4134,4218,4306,4368,4432,4495,4592,4687,4778,4874,4933,4992,5069"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2975,3052,3131,3212,3311,3400,3508,3620,3703,3767,3859,3928,3987,4072,4135,4197,4255,4319,4380,4434,4548,4606,4666,4720,4790,4917,4998,5077,5212,5288,5365,5449,5504,5559,5625,5694,5771,5857,5925,6001,6071,6136,6231,6304,6398,6491,6565,6634,6728,6784,6851,6935,7023,7085,7149,7212,7309,7404,7495,7591,7650,7709",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,76,78,80,98,88,107,111,82,63,91,68,58,84,62,61,57,63,60,53,113,57,59,53,69,126,80,78,134,75,76,83,54,54,65,68,76,85,67,75,69,64,94,72,93,92,73,68,93,55,66,83,87,61,63,62,96,94,90,95,58,58,76",
+ "endOffsets": "308,3047,3126,3207,3306,3395,3503,3615,3698,3762,3854,3923,3982,4067,4130,4192,4250,4314,4375,4429,4543,4601,4661,4715,4785,4912,4993,5072,5207,5283,5360,5444,5499,5554,5620,5689,5766,5852,5920,5996,6066,6131,6226,6299,6393,6486,6560,6629,6723,6779,6846,6930,7018,7080,7144,7207,7304,7399,7490,7586,7645,7704,7781"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-pa\\values-pa.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,208,305,410,496,596,709,787,864,955,1048,1142,1236,1336,1429,1524,1618,1709,1800,1879,1989,2092,2188,2299,2401,2511,2670,2767",
+ "endColumns": "102,96,104,85,99,112,77,76,90,92,93,93,99,92,94,93,90,90,78,109,102,95,110,101,109,158,96,79",
+ "endOffsets": "203,300,405,491,591,704,782,859,950,1043,1137,1231,1331,1424,1519,1613,1704,1795,1874,1984,2087,2183,2294,2396,2506,2665,2762,2842"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "313,416,513,618,704,804,917,995,1072,1163,1256,1350,1444,1544,1637,1732,1826,1917,2008,2087,2197,2300,2396,2507,2609,2719,2878,7786",
+ "endColumns": "102,96,104,85,99,112,77,76,90,92,93,93,99,92,94,93,90,90,78,109,102,95,110,101,109,158,96,79",
+ "endOffsets": "411,508,613,699,799,912,990,1067,1158,1251,1345,1439,1539,1632,1727,1821,1912,2003,2082,2192,2295,2391,2502,2604,2714,2873,2970,7861"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-pa\\values-pa.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7866",
+ "endColumns": "100",
+ "endOffsets": "7962"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json
new file mode 100644
index 000000000..eeda20d3d
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-pl/values-pl.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-pl\\values-pl.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,386,461,536,615,719,814,899,1016,1098,1162,1243,1307,1368,1479,1543,1611,1665,1734,1796,1850,1961,2022,2084,2138,2210,2339,2428,2510,2659,2741,2824,2911,2965,3016,3082,3153,3229,3318,3395,3473,3551,3627,3717,3790,3885,3982,4054,4128,4228,4280,4346,4434,4524,4586,4650,4713,4820,4909,5008,5096,5154,5209",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,74,74,78,103,94,84,116,81,63,80,63,60,110,63,67,53,68,61,53,110,60,61,53,71,128,88,81,148,81,82,86,53,50,65,70,75,88,76,77,77,75,89,72,94,96,71,73,99,51,65,87,89,61,63,62,106,88,98,87,57,54,75",
+ "endOffsets": "381,456,531,610,714,809,894,1011,1093,1157,1238,1302,1363,1474,1538,1606,1660,1729,1791,1845,1956,2017,2079,2133,2205,2334,2423,2505,2654,2736,2819,2906,2960,3011,3077,3148,3224,3313,3390,3468,3546,3622,3712,3785,3880,3977,4049,4123,4223,4275,4341,4429,4519,4581,4645,4708,4815,4904,5003,5091,5149,5204,5280"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3148,3223,3298,3377,3481,3576,3661,3778,3860,3924,4005,4069,4130,4241,4305,4373,4427,4496,4558,4612,4723,4784,4846,4900,4972,5101,5190,5272,5421,5503,5586,5673,5727,5778,5844,5915,5991,6080,6157,6235,6313,6389,6479,6552,6647,6744,6816,6890,6990,7042,7108,7196,7286,7348,7412,7475,7582,7671,7770,7858,7916,7971",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,74,74,78,103,94,84,116,81,63,80,63,60,110,63,67,53,68,61,53,110,60,61,53,71,128,88,81,148,81,82,86,53,50,65,70,75,88,76,77,77,75,89,72,94,96,71,73,99,51,65,87,89,61,63,62,106,88,98,87,57,54,75",
+ "endOffsets": "431,3218,3293,3372,3476,3571,3656,3773,3855,3919,4000,4064,4125,4236,4300,4368,4422,4491,4553,4607,4718,4779,4841,4895,4967,5096,5185,5267,5416,5498,5581,5668,5722,5773,5839,5910,5986,6075,6152,6230,6308,6384,6474,6547,6642,6739,6811,6885,6985,7037,7103,7191,7281,7343,7407,7470,7577,7666,7765,7853,7911,7966,8042"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-pl\\values-pl.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,220,322,430,516,623,742,821,897,988,1081,1176,1270,1371,1464,1559,1654,1745,1836,1918,2027,2127,2226,2335,2447,2558,2721,2817",
+ "endColumns": "114,101,107,85,106,118,78,75,90,92,94,93,100,92,94,94,90,90,81,108,99,98,108,111,110,162,95,82",
+ "endOffsets": "215,317,425,511,618,737,816,892,983,1076,1171,1265,1366,1459,1554,1649,1740,1831,1913,2022,2122,2221,2330,2442,2553,2716,2812,2895"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "436,551,653,761,847,954,1073,1152,1228,1319,1412,1507,1601,1702,1795,1890,1985,2076,2167,2249,2358,2458,2557,2666,2778,2889,3052,8047",
+ "endColumns": "114,101,107,85,106,118,78,75,90,92,94,93,100,92,94,94,90,90,81,108,99,98,108,111,110,162,95,82",
+ "endOffsets": "546,648,756,842,949,1068,1147,1223,1314,1407,1502,1596,1697,1790,1885,1980,2071,2162,2244,2353,2453,2552,2661,2773,2884,3047,3143,8125"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-pl\\values-pl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8130",
+ "endColumns": "100",
+ "endOffsets": "8226"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json
new file mode 100644
index 000000000..f75c2d895
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-port/values-port.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-port\\values-port.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "55",
+ "endOffsets": "106"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json
new file mode 100644
index 000000000..40a6344b1
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-pt-rBR/values-pt-rBR.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,273,354,432,516,611,700,801,921,1002,1066,1158,1237,1297,1387,1451,1522,1585,1660,1724,1778,1905,1963,2025,2079,2158,2299,2386,2468,2607,2690,2774,2861,2917,2968,3034,3108,3188,3275,3348,3425,3494,3568,3656,3733,3826,3922,3996,4076,4173,4225,4291,4378,4466,4528,4592,4655,4767,4876,4983,5093,5153,5208",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,77,83,94,88,100,119,80,63,91,78,59,89,63,70,62,74,63,53,126,57,61,53,78,140,86,81,138,82,83,86,55,50,65,73,79,86,72,76,68,73,87,76,92,95,73,79,96,51,65,86,87,61,63,62,111,108,106,109,59,54,76",
+ "endOffsets": "268,349,427,511,606,695,796,916,997,1061,1153,1232,1292,1382,1446,1517,1580,1655,1719,1773,1900,1958,2020,2074,2153,2294,2381,2463,2602,2685,2769,2856,2912,2963,3029,3103,3183,3270,3343,3420,3489,3563,3651,3728,3821,3917,3991,4071,4168,4220,4286,4373,4461,4523,4587,4650,4762,4871,4978,5088,5148,5203,5280"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3061,3142,3220,3304,3399,3488,3589,3709,3790,3854,3946,4025,4085,4175,4239,4310,4373,4448,4512,4566,4693,4751,4813,4867,4946,5087,5174,5256,5395,5478,5562,5649,5705,5756,5822,5896,5976,6063,6136,6213,6282,6356,6444,6521,6614,6710,6784,6864,6961,7013,7079,7166,7254,7316,7380,7443,7555,7664,7771,7881,7941,7996",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,77,83,94,88,100,119,80,63,91,78,59,89,63,70,62,74,63,53,126,57,61,53,78,140,86,81,138,82,83,86,55,50,65,73,79,86,72,76,68,73,87,76,92,95,73,79,96,51,65,86,87,61,63,62,111,108,106,109,59,54,76",
+ "endOffsets": "318,3137,3215,3299,3394,3483,3584,3704,3785,3849,3941,4020,4080,4170,4234,4305,4368,4443,4507,4561,4688,4746,4808,4862,4941,5082,5169,5251,5390,5473,5557,5644,5700,5751,5817,5891,5971,6058,6131,6208,6277,6351,6439,6516,6609,6705,6779,6859,6956,7008,7074,7161,7249,7311,7375,7438,7550,7659,7766,7876,7936,7991,8068"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8159",
+ "endColumns": "100",
+ "endOffsets": "8255"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-pt-rBR\\values-pt-rBR.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,225,331,438,527,628,747,832,912,1003,1096,1191,1285,1385,1478,1573,1668,1759,1850,1935,2042,2153,2255,2363,2471,2581,2743,2843",
+ "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85",
+ "endOffsets": "220,326,433,522,623,742,827,907,998,1091,1186,1280,1380,1473,1568,1663,1754,1845,1930,2037,2148,2250,2358,2466,2576,2738,2838,2924"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "323,443,549,656,745,846,965,1050,1130,1221,1314,1409,1503,1603,1696,1791,1886,1977,2068,2153,2260,2371,2473,2581,2689,2799,2961,8073",
+ "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85",
+ "endOffsets": "438,544,651,740,841,960,1045,1125,1216,1309,1404,1498,1598,1691,1786,1881,1972,2063,2148,2255,2366,2468,2576,2684,2794,2956,3056,8154"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json
new file mode 100644
index 000000000..7c45f07af
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-pt-rPT/values-pt-rPT.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8178",
+ "endColumns": "100",
+ "endOffsets": "8274"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,273,354,434,516,615,711,814,934,1015,1079,1171,1250,1315,1405,1469,1537,1599,1672,1736,1790,1916,1974,2036,2090,2166,2309,2396,2478,2617,2699,2781,2868,2924,2975,3041,3116,3196,3283,3356,3433,3506,3580,3673,3750,3843,3941,4015,4096,4195,4248,4314,4403,4491,4553,4617,4680,4796,4899,5006,5110,5170,5225",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,79,81,98,95,102,119,80,63,91,78,64,89,63,67,61,72,63,53,125,57,61,53,75,142,86,81,138,81,81,86,55,50,65,74,79,86,72,76,72,73,92,76,92,97,73,80,98,52,65,88,87,61,63,62,115,102,106,103,59,54,85",
+ "endOffsets": "268,349,429,511,610,706,809,929,1010,1074,1166,1245,1310,1400,1464,1532,1594,1667,1731,1785,1911,1969,2031,2085,2161,2304,2391,2473,2612,2694,2776,2863,2919,2970,3036,3111,3191,3278,3351,3428,3501,3575,3668,3745,3838,3936,4010,4091,4190,4243,4309,4398,4486,4548,4612,4675,4791,4894,5001,5105,5165,5220,5306"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3054,3135,3215,3297,3396,3492,3595,3715,3796,3860,3952,4031,4096,4186,4250,4318,4380,4453,4517,4571,4697,4755,4817,4871,4947,5090,5177,5259,5398,5480,5562,5649,5705,5756,5822,5897,5977,6064,6137,6214,6287,6361,6454,6531,6624,6722,6796,6877,6976,7029,7095,7184,7272,7334,7398,7461,7577,7680,7787,7891,7951,8006",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,79,81,98,95,102,119,80,63,91,78,64,89,63,67,61,72,63,53,125,57,61,53,75,142,86,81,138,81,81,86,55,50,65,74,79,86,72,76,72,73,92,76,92,97,73,80,98,52,65,88,87,61,63,62,115,102,106,103,59,54,85",
+ "endOffsets": "318,3130,3210,3292,3391,3487,3590,3710,3791,3855,3947,4026,4091,4181,4245,4313,4375,4448,4512,4566,4692,4750,4812,4866,4942,5085,5172,5254,5393,5475,5557,5644,5700,5751,5817,5892,5972,6059,6132,6209,6282,6356,6449,6526,6619,6717,6791,6872,6971,7024,7090,7179,7267,7329,7393,7456,7572,7675,7782,7886,7946,8001,8087"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-pt-rPT\\values-pt-rPT.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,319,426,515,616,734,819,899,991,1085,1182,1276,1375,1469,1565,1660,1752,1844,1929,2036,2147,2249,2357,2465,2572,2737,2836",
+ "endColumns": "107,105,106,88,100,117,84,79,91,93,96,93,98,93,95,94,91,91,84,106,110,101,107,107,106,164,98,85",
+ "endOffsets": "208,314,421,510,611,729,814,894,986,1080,1177,1271,1370,1464,1560,1655,1747,1839,1924,2031,2142,2244,2352,2460,2567,2732,2831,2917"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "323,431,537,644,733,834,952,1037,1117,1209,1303,1400,1494,1593,1687,1783,1878,1970,2062,2147,2254,2365,2467,2575,2683,2790,2955,8092",
+ "endColumns": "107,105,106,88,100,117,84,79,91,93,96,93,98,93,95,94,91,91,84,106,110,101,107,107,106,164,98,85",
+ "endOffsets": "426,532,639,728,829,947,1032,1112,1204,1298,1395,1489,1588,1682,1778,1873,1965,2057,2142,2249,2360,2462,2570,2678,2785,2950,3049,8173"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json
new file mode 100644
index 000000000..8de227a34
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-pt/values-pt.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-pt\\values-pt.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2929",
+ "endColumns": "100",
+ "endOffsets": "3025"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-pt\\values-pt.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,225,331,438,527,628,747,832,912,1003,1096,1191,1285,1385,1478,1573,1668,1759,1850,1935,2042,2153,2255,2363,2471,2581,2743,2843",
+ "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85",
+ "endOffsets": "220,326,433,522,623,742,827,907,998,1091,1186,1280,1380,1473,1568,1663,1754,1845,1930,2037,2148,2250,2358,2466,2576,2738,2838,2924"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json
new file mode 100644
index 000000000..5e8530071
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-ro/values-ro.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-ro\\values-ro.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "97",
+ "startColumns": "4",
+ "startOffsets": "8232",
+ "endColumns": "100",
+ "endOffsets": "8328"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ro\\values-ro.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,226,330,443,527,631,752,837,917,1008,1101,1196,1290,1390,1483,1578,1672,1763,1855,1938,2050,2158,2258,2372,2478,2584,2748,2851",
+ "endColumns": "120,103,112,83,103,120,84,79,90,92,94,93,99,92,94,93,90,91,82,111,107,99,113,105,105,163,102,83",
+ "endOffsets": "221,325,438,522,626,747,832,912,1003,1096,1191,1285,1385,1478,1573,1667,1758,1850,1933,2045,2153,2253,2367,2473,2579,2743,2846,2930"
+ },
+ "to": {
+ "startLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "371,492,596,709,793,897,1018,1103,1183,1274,1367,1462,1556,1656,1749,1844,1938,2029,2121,2204,2316,2424,2524,2638,2744,2850,3014,8148",
+ "endColumns": "120,103,112,83,103,120,84,79,90,92,94,93,99,92,94,93,90,91,82,111,107,99,113,105,105,163,102,83",
+ "endOffsets": "487,591,704,788,892,1013,1098,1178,1269,1362,1457,1551,1651,1744,1839,1933,2024,2116,2199,2311,2419,2519,2633,2739,2845,3009,3112,8227"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ro\\values-ro.xml",
+ "from": {
+ "startLines": "2,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,321,413,501,588,684,774,875,996,1080,1146,1241,1315,1375,1459,1521,1587,1645,1718,1781,1837,1956,2013,2074,2130,2204,2349,2435,2519,2652,2734,2817,2907,2962,3013,3079,3152,3230,3318,3389,3466,3540,3612,3703,3777,3872,3970,4044,4124,4225,4278,4344,4433,4523,4585,4649,4712,4824,4937,5047,5159,5218,5273",
+ "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "endColumns": "12,91,87,86,95,89,100,120,83,65,94,73,59,83,61,65,57,72,62,55,118,56,60,55,73,144,85,83,132,81,82,89,54,50,65,72,77,87,70,76,73,71,90,73,94,97,73,79,100,52,65,88,89,61,63,62,111,112,109,111,58,54,78",
+ "endOffsets": "316,408,496,583,679,769,870,991,1075,1141,1236,1310,1370,1454,1516,1582,1640,1713,1776,1832,1951,2008,2069,2125,2199,2344,2430,2514,2647,2729,2812,2902,2957,3008,3074,3147,3225,3313,3384,3461,3535,3607,3698,3772,3867,3965,4039,4119,4220,4273,4339,4428,4518,4580,4644,4707,4819,4932,5042,5154,5213,5268,5347"
+ },
+ "to": {
+ "startLines": "2,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3117,3209,3297,3384,3480,3570,3671,3792,3876,3942,4037,4111,4171,4255,4317,4383,4441,4514,4577,4633,4752,4809,4870,4926,5000,5145,5231,5315,5448,5530,5613,5703,5758,5809,5875,5948,6026,6114,6185,6262,6336,6408,6499,6573,6668,6766,6840,6920,7021,7074,7140,7229,7319,7381,7445,7508,7620,7733,7843,7955,8014,8069",
+ "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "endColumns": "12,91,87,86,95,89,100,120,83,65,94,73,59,83,61,65,57,72,62,55,118,56,60,55,73,144,85,83,132,81,82,89,54,50,65,72,77,87,70,76,73,71,90,73,94,97,73,79,100,52,65,88,89,61,63,62,111,112,109,111,58,54,78",
+ "endOffsets": "366,3204,3292,3379,3475,3565,3666,3787,3871,3937,4032,4106,4166,4250,4312,4378,4436,4509,4572,4628,4747,4804,4865,4921,4995,5140,5226,5310,5443,5525,5608,5698,5753,5804,5870,5943,6021,6109,6180,6257,6331,6403,6494,6568,6663,6761,6835,6915,7016,7069,7135,7224,7314,7376,7440,7503,7615,7728,7838,7950,8009,8064,8143"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json
new file mode 100644
index 000000000..d143fc2a5
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-ru/values-ru.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ru\\values-ru.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,220,322,421,507,612,733,812,888,980,1074,1169,1262,1357,1451,1547,1642,1734,1826,1915,2021,2128,2226,2335,2442,2556,2722,2822",
+ "endColumns": "114,101,98,85,104,120,78,75,91,93,94,92,94,93,95,94,91,91,88,105,106,97,108,106,113,165,99,81",
+ "endOffsets": "215,317,416,502,607,728,807,883,975,1069,1164,1257,1352,1446,1542,1637,1729,1821,1910,2016,2123,2221,2330,2437,2551,2717,2817,2899"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "431,546,648,747,833,938,1059,1138,1214,1306,1400,1495,1588,1683,1777,1873,1968,2060,2152,2241,2347,2454,2552,2661,2768,2882,3048,8147",
+ "endColumns": "114,101,98,85,104,120,78,75,91,93,94,92,94,93,95,94,91,91,88,105,106,97,108,106,113,165,99,81",
+ "endOffsets": "541,643,742,828,933,1054,1133,1209,1301,1395,1490,1583,1678,1772,1868,1963,2055,2147,2236,2342,2449,2547,2656,2763,2877,3043,3143,8224"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ru\\values-ru.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,381,459,537,621,719,810,907,1044,1136,1202,1301,1378,1441,1559,1620,1685,1742,1812,1873,1927,2043,2100,2162,2216,2290,2418,2506,2592,2729,2813,2898,2989,3043,3094,3160,3232,3310,3406,3486,3562,3639,3716,3805,3878,3968,4063,4137,4218,4311,4366,4432,4518,4603,4665,4729,4792,4890,4990,5085,5187,5245,5300",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,77,77,83,97,90,96,136,91,65,98,76,62,117,60,64,56,69,60,53,115,56,61,53,73,127,87,85,136,83,84,90,53,50,65,71,77,95,79,75,76,76,88,72,89,94,73,80,92,54,65,85,84,61,63,62,97,99,94,101,57,54,79",
+ "endOffsets": "376,454,532,616,714,805,902,1039,1131,1197,1296,1373,1436,1554,1615,1680,1737,1807,1868,1922,2038,2095,2157,2211,2285,2413,2501,2587,2724,2808,2893,2984,3038,3089,3155,3227,3305,3401,3481,3557,3634,3711,3800,3873,3963,4058,4132,4213,4306,4361,4427,4513,4598,4660,4724,4787,4885,4985,5080,5182,5240,5295,5375"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3148,3226,3304,3388,3486,3577,3674,3811,3903,3969,4068,4145,4208,4326,4387,4452,4509,4579,4640,4694,4810,4867,4929,4983,5057,5185,5273,5359,5496,5580,5665,5756,5810,5861,5927,5999,6077,6173,6253,6329,6406,6483,6572,6645,6735,6830,6904,6985,7078,7133,7199,7285,7370,7432,7496,7559,7657,7757,7852,7954,8012,8067",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,77,77,83,97,90,96,136,91,65,98,76,62,117,60,64,56,69,60,53,115,56,61,53,73,127,87,85,136,83,84,90,53,50,65,71,77,95,79,75,76,76,88,72,89,94,73,80,92,54,65,85,84,61,63,62,97,99,94,101,57,54,79",
+ "endOffsets": "426,3221,3299,3383,3481,3572,3669,3806,3898,3964,4063,4140,4203,4321,4382,4447,4504,4574,4635,4689,4805,4862,4924,4978,5052,5180,5268,5354,5491,5575,5660,5751,5805,5856,5922,5994,6072,6168,6248,6324,6401,6478,6567,6640,6730,6825,6899,6980,7073,7128,7194,7280,7365,7427,7491,7554,7652,7752,7847,7949,8007,8062,8142"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-ru\\values-ru.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8229",
+ "endColumns": "100",
+ "endOffsets": "8325"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json
new file mode 100644
index 000000000..89980838f
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-si/values-si.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-si\\values-si.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,269,345,422,500,591,676,778,893,976,1040,1129,1196,1256,1350,1414,1477,1533,1603,1670,1725,1844,1901,1965,2019,2092,2214,2297,2382,2514,2592,2672,2758,2818,2870,2936,3006,3079,3161,3233,3310,3382,3452,3545,3618,3708,3801,3875,3947,4038,4092,4158,4242,4327,4389,4453,4516,4621,4721,4816,4916,4980,5036",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,75,76,77,90,84,101,114,82,63,88,66,59,93,63,62,55,69,66,54,118,56,63,53,72,121,82,84,131,77,79,85,59,51,65,69,72,81,71,76,71,69,92,72,89,92,73,71,90,53,65,83,84,61,63,62,104,99,94,99,63,55,79",
+ "endOffsets": "264,340,417,495,586,671,773,888,971,1035,1124,1191,1251,1345,1409,1472,1528,1598,1665,1720,1839,1896,1960,2014,2087,2209,2292,2377,2509,2587,2667,2753,2813,2865,2931,3001,3074,3156,3228,3305,3377,3447,3540,3613,3703,3796,3870,3942,4033,4087,4153,4237,4322,4384,4448,4511,4616,4716,4811,4911,4975,5031,5111"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3035,3111,3188,3266,3357,3442,3544,3659,3742,3806,3895,3962,4022,4116,4180,4243,4299,4369,4436,4491,4610,4667,4731,4785,4858,4980,5063,5148,5280,5358,5438,5524,5584,5636,5702,5772,5845,5927,5999,6076,6148,6218,6311,6384,6474,6567,6641,6713,6804,6858,6924,7008,7093,7155,7219,7282,7387,7487,7582,7682,7746,7802",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,75,76,77,90,84,101,114,82,63,88,66,59,93,63,62,55,69,66,54,118,56,63,53,72,121,82,84,131,77,79,85,59,51,65,69,72,81,71,76,71,69,92,72,89,92,73,71,90,53,65,83,84,61,63,62,104,99,94,99,63,55,79",
+ "endOffsets": "314,3106,3183,3261,3352,3437,3539,3654,3737,3801,3890,3957,4017,4111,4175,4238,4294,4364,4431,4486,4605,4662,4726,4780,4853,4975,5058,5143,5275,5353,5433,5519,5579,5631,5697,5767,5840,5922,5994,6071,6143,6213,6306,6379,6469,6562,6636,6708,6799,6853,6919,7003,7088,7150,7214,7277,7382,7482,7577,7677,7741,7797,7877"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-si\\values-si.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7964",
+ "endColumns": "100",
+ "endOffsets": "8060"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-si\\values-si.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,221,328,435,518,623,739,829,915,1006,1099,1193,1287,1387,1480,1575,1669,1760,1851,1935,2044,2148,2246,2356,2456,2563,2722,2821",
+ "endColumns": "115,106,106,82,104,115,89,85,90,92,93,93,99,92,94,93,90,90,83,108,103,97,109,99,106,158,98,81",
+ "endOffsets": "216,323,430,513,618,734,824,910,1001,1094,1188,1282,1382,1475,1570,1664,1755,1846,1930,2039,2143,2241,2351,2451,2558,2717,2816,2898"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "319,435,542,649,732,837,953,1043,1129,1220,1313,1407,1501,1601,1694,1789,1883,1974,2065,2149,2258,2362,2460,2570,2670,2777,2936,7882",
+ "endColumns": "115,106,106,82,104,115,89,85,90,92,93,93,99,92,94,93,90,90,83,108,103,97,109,99,106,158,98,81",
+ "endOffsets": "430,537,644,727,832,948,1038,1124,1215,1308,1402,1496,1596,1689,1784,1878,1969,2060,2144,2253,2357,2455,2565,2665,2772,2931,3030,7959"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json
new file mode 100644
index 000000000..d28f7f2d4
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-sk/values-sk.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-sk\\values-sk.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,313,424,510,618,736,815,892,983,1076,1174,1268,1368,1461,1556,1654,1745,1836,1920,2025,2133,2232,2338,2450,2553,2719,2817",
+ "endColumns": "106,100,110,85,107,117,78,76,90,92,97,93,99,92,94,97,90,90,83,104,107,98,105,111,102,165,97,82",
+ "endOffsets": "207,308,419,505,613,731,810,887,978,1071,1169,1263,1363,1456,1551,1649,1740,1831,1915,2020,2128,2227,2333,2445,2548,2714,2812,2895"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "428,535,636,747,833,941,1059,1138,1215,1306,1399,1497,1591,1691,1784,1879,1977,2068,2159,2243,2348,2456,2555,2661,2773,2876,3042,8014",
+ "endColumns": "106,100,110,85,107,117,78,76,90,92,97,93,99,92,94,97,90,90,83,104,107,98,105,111,102,165,97,82",
+ "endOffsets": "530,631,742,828,936,1054,1133,1210,1301,1394,1492,1586,1686,1779,1874,1972,2063,2154,2238,2343,2451,2550,2656,2768,2871,3037,3135,8092"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-sk\\values-sk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8097",
+ "endColumns": "100",
+ "endOffsets": "8193"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-sk\\values-sk.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,378,453,528,606,698,781,873,1001,1082,1147,1246,1322,1387,1477,1541,1607,1661,1730,1790,1844,1961,2021,2083,2137,2209,2339,2426,2518,2657,2726,2804,2892,2946,2997,3063,3135,3212,3295,3367,3444,3517,3588,3676,3748,3840,3936,4010,4084,4180,4232,4299,4386,4473,4535,4599,4662,4768,4864,4962,5060,5118,5173",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,74,74,77,91,82,91,127,80,64,98,75,64,89,63,65,53,68,59,53,116,59,61,53,71,129,86,91,138,68,77,87,53,50,65,71,76,82,71,76,72,70,87,71,91,95,73,73,95,51,66,86,86,61,63,62,105,95,97,97,57,54,78",
+ "endOffsets": "373,448,523,601,693,776,868,996,1077,1142,1241,1317,1382,1472,1536,1602,1656,1725,1785,1839,1956,2016,2078,2132,2204,2334,2421,2513,2652,2721,2799,2887,2941,2992,3058,3130,3207,3290,3362,3439,3512,3583,3671,3743,3835,3931,4005,4079,4175,4227,4294,4381,4468,4530,4594,4657,4763,4859,4957,5055,5113,5168,5247"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3140,3215,3290,3368,3460,3543,3635,3763,3844,3909,4008,4084,4149,4239,4303,4369,4423,4492,4552,4606,4723,4783,4845,4899,4971,5101,5188,5280,5419,5488,5566,5654,5708,5759,5825,5897,5974,6057,6129,6206,6279,6350,6438,6510,6602,6698,6772,6846,6942,6994,7061,7148,7235,7297,7361,7424,7530,7626,7724,7822,7880,7935",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,74,74,77,91,82,91,127,80,64,98,75,64,89,63,65,53,68,59,53,116,59,61,53,71,129,86,91,138,68,77,87,53,50,65,71,76,82,71,76,72,70,87,71,91,95,73,73,95,51,66,86,86,61,63,62,105,95,97,97,57,54,78",
+ "endOffsets": "423,3210,3285,3363,3455,3538,3630,3758,3839,3904,4003,4079,4144,4234,4298,4364,4418,4487,4547,4601,4718,4778,4840,4894,4966,5096,5183,5275,5414,5483,5561,5649,5703,5754,5820,5892,5969,6052,6124,6201,6274,6345,6433,6505,6597,6693,6767,6841,6937,6989,7056,7143,7230,7292,7356,7419,7525,7621,7719,7817,7875,7930,8009"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json
new file mode 100644
index 000000000..f83d4169f
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-sl/values-sl.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-sl\\values-sl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8209",
+ "endColumns": "100",
+ "endOffsets": "8305"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-sl\\values-sl.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,367,456,545,633,731,822,928,1054,1138,1204,1298,1374,1437,1549,1609,1674,1728,1798,1858,1914,2026,2083,2145,2201,2274,2408,2493,2578,2721,2805,2888,2977,3033,3088,3154,3227,3304,3388,3462,3538,3613,3686,3774,3847,3937,4028,4100,4174,4265,4317,4384,4468,4555,4617,4681,4744,4847,4944,5042,5139,5199,5258",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,88,88,87,97,90,105,125,83,65,93,75,62,111,59,64,53,69,59,55,111,56,61,55,72,133,84,84,142,83,82,88,55,54,65,72,76,83,73,75,74,72,87,72,89,90,71,73,90,51,66,83,86,61,63,62,102,96,97,96,59,58,76",
+ "endOffsets": "362,451,540,628,726,817,923,1049,1133,1199,1293,1369,1432,1544,1604,1669,1723,1793,1853,1909,2021,2078,2140,2196,2269,2403,2488,2573,2716,2800,2883,2972,3028,3083,3149,3222,3299,3383,3457,3533,3608,3681,3769,3842,3932,4023,4095,4169,4260,4312,4379,4463,4550,4612,4676,4739,4842,4939,5037,5134,5194,5253,5330"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3157,3246,3335,3423,3521,3612,3718,3844,3928,3994,4088,4164,4227,4339,4399,4464,4518,4588,4648,4704,4816,4873,4935,4991,5064,5198,5283,5368,5511,5595,5678,5767,5823,5878,5944,6017,6094,6178,6252,6328,6403,6476,6564,6637,6727,6818,6890,6964,7055,7107,7174,7258,7345,7407,7471,7534,7637,7734,7832,7929,7989,8048",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,88,88,87,97,90,105,125,83,65,93,75,62,111,59,64,53,69,59,55,111,56,61,55,72,133,84,84,142,83,82,88,55,54,65,72,76,83,73,75,74,72,87,72,89,90,71,73,90,51,66,83,86,61,63,62,102,96,97,96,59,58,76",
+ "endOffsets": "412,3241,3330,3418,3516,3607,3713,3839,3923,3989,4083,4159,4222,4334,4394,4459,4513,4583,4643,4699,4811,4868,4930,4986,5059,5193,5278,5363,5506,5590,5673,5762,5818,5873,5939,6012,6089,6173,6247,6323,6398,6471,6559,6632,6722,6813,6885,6959,7050,7102,7169,7253,7340,7402,7466,7529,7632,7729,7827,7924,7984,8043,8120"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-sl\\values-sl.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,217,319,427,514,617,736,817,895,987,1081,1176,1270,1365,1459,1555,1655,1747,1839,1923,2031,2139,2239,2352,2460,2565,2745,2845",
+ "endColumns": "111,101,107,86,102,118,80,77,91,93,94,93,94,93,95,99,91,91,83,107,107,99,112,107,104,179,99,83",
+ "endOffsets": "212,314,422,509,612,731,812,890,982,1076,1171,1265,1360,1454,1550,1650,1742,1834,1918,2026,2134,2234,2347,2455,2560,2740,2840,2924"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "417,529,631,739,826,929,1048,1129,1207,1299,1393,1488,1582,1677,1771,1867,1967,2059,2151,2235,2343,2451,2551,2664,2772,2877,3057,8125",
+ "endColumns": "111,101,107,86,102,118,80,77,91,93,94,93,94,93,95,99,91,91,83,107,107,99,112,107,104,179,99,83",
+ "endOffsets": "524,626,734,821,924,1043,1124,1202,1294,1388,1483,1577,1672,1766,1862,1962,2054,2146,2230,2338,2446,2546,2659,2767,2872,3052,3152,8204"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json
new file mode 100644
index 000000000..90cbc2ebb
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-small-v4/values-small-v4.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-small-v4\\values-small-v4.xml",
+ "from": {
+ "startLines": "2,3,4,5",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,128,198,270",
+ "endColumns": "72,69,71,69",
+ "endOffsets": "123,193,265,335"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json
new file mode 100644
index 000000000..7b1b88730
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-sq/values-sq.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-sq\\values-sq.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8106",
+ "endColumns": "100",
+ "endOffsets": "8202"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-sq\\values-sq.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,219,319,431,517,623,746,828,906,997,1090,1185,1279,1380,1473,1568,1665,1756,1849,1930,2036,2140,2238,2344,2448,2550,2704,2801",
+ "endColumns": "113,99,111,85,105,122,81,77,90,92,94,93,100,92,94,96,90,92,80,105,103,97,105,103,101,153,96,81",
+ "endOffsets": "214,314,426,512,618,741,823,901,992,1085,1180,1274,1375,1468,1563,1660,1751,1844,1925,2031,2135,2233,2339,2443,2545,2699,2796,2878"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "317,431,531,643,729,835,958,1040,1118,1209,1302,1397,1491,1592,1685,1780,1877,1968,2061,2142,2248,2352,2450,2556,2660,2762,2916,8024",
+ "endColumns": "113,99,111,85,105,122,81,77,90,92,94,93,100,92,94,96,90,92,80,105,103,97,105,103,101,153,96,81",
+ "endOffsets": "426,526,638,724,830,953,1035,1113,1204,1297,1392,1486,1587,1680,1775,1872,1963,2056,2137,2243,2347,2445,2551,2655,2757,2911,3008,8101"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-sq\\values-sq.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,267,346,424,510,610,702,803,929,1012,1077,1177,1247,1306,1404,1466,1530,1589,1661,1724,1778,1895,1952,2014,2068,2140,2275,2358,2436,2577,2661,2743,2833,2886,2945,3011,3082,3161,3249,3325,3403,3475,3548,3637,3709,3803,3902,3976,4048,4149,4199,4265,4355,4444,4506,4570,4633,4749,4857,4966,5075,5132,5195",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,78,77,85,99,91,100,125,82,64,99,69,58,97,61,63,58,71,62,53,116,56,61,53,71,134,82,77,140,83,81,89,52,58,65,70,78,87,75,77,71,72,88,71,93,98,73,71,100,49,65,89,88,61,63,62,115,107,108,108,56,62,82",
+ "endOffsets": "262,341,419,505,605,697,798,924,1007,1072,1172,1242,1301,1399,1461,1525,1584,1656,1719,1773,1890,1947,2009,2063,2135,2270,2353,2431,2572,2656,2738,2828,2881,2940,3006,3077,3156,3244,3320,3398,3470,3543,3632,3704,3798,3897,3971,4043,4144,4194,4260,4350,4439,4501,4565,4628,4744,4852,4961,5070,5127,5190,5273"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3013,3092,3170,3256,3356,3448,3549,3675,3758,3823,3923,3993,4052,4150,4212,4276,4335,4407,4470,4524,4641,4698,4760,4814,4886,5021,5104,5182,5323,5407,5489,5579,5632,5691,5757,5828,5907,5995,6071,6149,6221,6294,6383,6455,6549,6648,6722,6794,6895,6945,7011,7101,7190,7252,7316,7379,7495,7603,7712,7821,7878,7941",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,78,77,85,99,91,100,125,82,64,99,69,58,97,61,63,58,71,62,53,116,56,61,53,71,134,82,77,140,83,81,89,52,58,65,70,78,87,75,77,71,72,88,71,93,98,73,71,100,49,65,89,88,61,63,62,115,107,108,108,56,62,82",
+ "endOffsets": "312,3087,3165,3251,3351,3443,3544,3670,3753,3818,3918,3988,4047,4145,4207,4271,4330,4402,4465,4519,4636,4693,4755,4809,4881,5016,5099,5177,5318,5402,5484,5574,5627,5686,5752,5823,5902,5990,6066,6144,6216,6289,6378,6450,6544,6643,6717,6789,6890,6940,7006,7096,7185,7247,7311,7374,7490,7598,7707,7816,7873,7936,8019"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json
new file mode 100644
index 000000000..de14e6741
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-sr/values-sr.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-sr\\values-sr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "97",
+ "startColumns": "4",
+ "startOffsets": "8129",
+ "endColumns": "100",
+ "endOffsets": "8225"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-sr\\values-sr.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,313,419,505,609,731,815,896,987,1080,1175,1269,1369,1462,1557,1662,1753,1844,1930,2035,2141,2244,2350,2459,2566,2736,2833",
+ "endColumns": "106,100,105,85,103,121,83,80,90,92,94,93,99,92,94,104,90,90,85,104,105,102,105,108,106,169,96,86",
+ "endOffsets": "207,308,414,500,604,726,810,891,982,1075,1170,1264,1364,1457,1552,1657,1748,1839,1925,2030,2136,2239,2345,2454,2561,2731,2828,2915"
+ },
+ "to": {
+ "startLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "371,478,579,685,771,875,997,1081,1162,1253,1346,1441,1535,1635,1728,1823,1928,2019,2110,2196,2301,2407,2510,2616,2725,2832,3002,8042",
+ "endColumns": "106,100,105,85,103,121,83,80,90,92,94,93,99,92,94,104,90,90,85,104,105,102,105,108,106,169,96,86",
+ "endOffsets": "473,574,680,766,870,992,1076,1157,1248,1341,1436,1530,1630,1723,1818,1923,2014,2105,2191,2296,2402,2505,2611,2720,2827,2997,3094,8124"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-sr\\values-sr.xml",
+ "from": {
+ "startLines": "2,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,321,397,473,553,660,753,847,978,1059,1125,1217,1285,1348,1451,1511,1577,1633,1704,1764,1818,1930,1987,2048,2102,2178,2303,2389,2472,2610,2691,2774,2862,2916,2972,3038,3112,3190,3279,3354,3430,3505,3576,3666,3739,3831,3927,3999,4075,4171,4224,4291,4378,4465,4527,4591,4654,4759,4863,4959,5066,5124,5184",
+ "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "endColumns": "12,75,75,79,106,92,93,130,80,65,91,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,85,82,137,80,82,87,53,55,65,73,77,88,74,75,74,70,89,72,91,95,71,75,95,52,66,86,86,61,63,62,104,103,95,106,57,59,79",
+ "endOffsets": "316,392,468,548,655,748,842,973,1054,1120,1212,1280,1343,1446,1506,1572,1628,1699,1759,1813,1925,1982,2043,2097,2173,2298,2384,2467,2605,2686,2769,2857,2911,2967,3033,3107,3185,3274,3349,3425,3500,3571,3661,3734,3826,3922,3994,4070,4166,4219,4286,4373,4460,4522,4586,4649,4754,4858,4954,5061,5119,5179,5259"
+ },
+ "to": {
+ "startLines": "2,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3099,3175,3251,3331,3438,3531,3625,3756,3837,3903,3995,4063,4126,4229,4289,4355,4411,4482,4542,4596,4708,4765,4826,4880,4956,5081,5167,5250,5388,5469,5552,5640,5694,5750,5816,5890,5968,6057,6132,6208,6283,6354,6444,6517,6609,6705,6777,6853,6949,7002,7069,7156,7243,7305,7369,7432,7537,7641,7737,7844,7902,7962",
+ "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "endColumns": "12,75,75,79,106,92,93,130,80,65,91,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,85,82,137,80,82,87,53,55,65,73,77,88,74,75,74,70,89,72,91,95,71,75,95,52,66,86,86,61,63,62,104,103,95,106,57,59,79",
+ "endOffsets": "366,3170,3246,3326,3433,3526,3620,3751,3832,3898,3990,4058,4121,4224,4284,4350,4406,4477,4537,4591,4703,4760,4821,4875,4951,5076,5162,5245,5383,5464,5547,5635,5689,5745,5811,5885,5963,6052,6127,6203,6278,6349,6439,6512,6604,6700,6772,6848,6944,6997,7064,7151,7238,7300,7364,7427,7532,7636,7732,7839,7897,7957,8037"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json
new file mode 100644
index 000000000..83b12f17c
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-sv/values-sv.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-sv\\values-sv.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,266,365,457,538,640,720,818,940,1019,1082,1174,1238,1298,1390,1455,1518,1580,1647,1711,1765,1870,1929,1990,2044,2113,2232,2315,2399,2535,2614,2698,2784,2838,2889,2955,3024,3098,3187,3259,3336,3407,3481,3572,3651,3738,3826,3898,3972,4057,4108,4175,4256,4340,4402,4466,4529,4636,4743,4842,4950,5008,5063",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,98,91,80,101,79,97,121,78,62,91,63,59,91,64,62,61,66,63,53,104,58,60,53,68,118,82,83,135,78,83,85,53,50,65,68,73,88,71,76,70,73,90,78,86,87,71,73,84,50,66,80,83,61,63,62,106,106,98,107,57,54,77",
+ "endOffsets": "261,360,452,533,635,715,813,935,1014,1077,1169,1233,1293,1385,1450,1513,1575,1642,1706,1760,1865,1924,1985,2039,2108,2227,2310,2394,2530,2609,2693,2779,2833,2884,2950,3019,3093,3182,3254,3331,3402,3476,3567,3646,3733,3821,3893,3967,4052,4103,4170,4251,4335,4397,4461,4524,4631,4738,4837,4945,5003,5058,5136"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2989,3088,3180,3261,3363,3443,3541,3663,3742,3805,3897,3961,4021,4113,4178,4241,4303,4370,4434,4488,4593,4652,4713,4767,4836,4955,5038,5122,5258,5337,5421,5507,5561,5612,5678,5747,5821,5910,5982,6059,6130,6204,6295,6374,6461,6549,6621,6695,6780,6831,6898,6979,7063,7125,7189,7252,7359,7466,7565,7673,7731,7786",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,98,91,80,101,79,97,121,78,62,91,63,59,91,64,62,61,66,63,53,104,58,60,53,68,118,82,83,135,78,83,85,53,50,65,68,73,88,71,76,70,73,90,78,86,87,71,73,84,50,66,80,83,61,63,62,106,106,98,107,57,54,77",
+ "endOffsets": "311,3083,3175,3256,3358,3438,3536,3658,3737,3800,3892,3956,4016,4108,4173,4236,4298,4365,4429,4483,4588,4647,4708,4762,4831,4950,5033,5117,5253,5332,5416,5502,5556,5607,5673,5742,5816,5905,5977,6054,6125,6199,6290,6369,6456,6544,6616,6690,6775,6826,6893,6974,7058,7120,7184,7247,7354,7461,7560,7668,7726,7781,7859"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-sv\\values-sv.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7944",
+ "endColumns": "100",
+ "endOffsets": "8040"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-sv\\values-sv.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,208,311,422,506,608,721,798,873,966,1061,1156,1250,1352,1447,1544,1642,1738,1831,1911,2017,2116,2212,2317,2420,2522,2676,2778",
+ "endColumns": "102,102,110,83,101,112,76,74,92,94,94,93,101,94,96,97,95,92,79,105,98,95,104,102,101,153,101,79",
+ "endOffsets": "203,306,417,501,603,716,793,868,961,1056,1151,1245,1347,1442,1539,1637,1733,1826,1906,2012,2111,2207,2312,2415,2517,2671,2773,2853"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "316,419,522,633,717,819,932,1009,1084,1177,1272,1367,1461,1563,1658,1755,1853,1949,2042,2122,2228,2327,2423,2528,2631,2733,2887,7864",
+ "endColumns": "102,102,110,83,101,112,76,74,92,94,94,93,101,94,96,97,95,92,79,105,98,95,104,102,101,153,101,79",
+ "endOffsets": "414,517,628,712,814,927,1004,1079,1172,1267,1362,1456,1558,1653,1750,1848,1944,2037,2117,2223,2322,2418,2523,2626,2728,2882,2984,7939"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json
new file mode 100644
index 000000000..03ebdc5dd
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-sw/values-sw.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-sw\\values-sw.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,208,307,415,505,610,727,810,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1911,2012,2120,2219,2326,2438,2542,2704,2801",
+ "endColumns": "102,98,107,89,104,116,82,81,90,92,94,93,99,92,94,93,90,90,81,100,107,98,106,111,103,161,96,82",
+ "endOffsets": "203,302,410,500,605,722,805,887,978,1071,1166,1260,1360,1453,1548,1642,1733,1824,1906,2007,2115,2214,2321,2433,2537,2699,2796,2879"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "309,412,511,619,709,814,931,1014,1096,1187,1280,1375,1469,1569,1662,1757,1851,1942,2033,2115,2216,2324,2423,2530,2642,2746,2908,8016",
+ "endColumns": "102,98,107,89,104,116,82,81,90,92,94,93,99,92,94,93,90,90,81,100,107,98,106,111,103,161,96,82",
+ "endOffsets": "407,506,614,704,809,926,1009,1091,1182,1275,1370,1464,1564,1657,1752,1846,1937,2028,2110,2211,2319,2418,2525,2637,2741,2903,3000,8094"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-sw\\values-sw.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8099",
+ "endColumns": "100",
+ "endOffsets": "8195"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-sw\\values-sw.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,259,335,409,482,579,668,767,896,979,1047,1139,1212,1275,1361,1423,1486,1551,1619,1682,1736,1868,1925,1987,2041,2115,2253,2334,2414,2546,2631,2718,2806,2860,2913,2979,3051,3133,3223,3295,3370,3441,3514,3611,3685,3780,3877,3951,4036,4136,4189,4257,4345,4435,4497,4561,4624,4741,4851,4962,5074,5132,5189",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,75,73,72,96,88,98,128,82,67,91,72,62,85,61,62,64,67,62,53,131,56,61,53,73,137,80,79,131,84,86,87,53,52,65,71,81,89,71,74,70,72,96,73,94,96,73,84,99,52,67,87,89,61,63,62,116,109,110,111,57,56,80",
+ "endOffsets": "254,330,404,477,574,663,762,891,974,1042,1134,1207,1270,1356,1418,1481,1546,1614,1677,1731,1863,1920,1982,2036,2110,2248,2329,2409,2541,2626,2713,2801,2855,2908,2974,3046,3128,3218,3290,3365,3436,3509,3606,3680,3775,3872,3946,4031,4131,4184,4252,4340,4430,4492,4556,4619,4736,4846,4957,5069,5127,5184,5265"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3005,3081,3155,3228,3325,3414,3513,3642,3725,3793,3885,3958,4021,4107,4169,4232,4297,4365,4428,4482,4614,4671,4733,4787,4861,4999,5080,5160,5292,5377,5464,5552,5606,5659,5725,5797,5879,5969,6041,6116,6187,6260,6357,6431,6526,6623,6697,6782,6882,6935,7003,7091,7181,7243,7307,7370,7487,7597,7708,7820,7878,7935",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,75,73,72,96,88,98,128,82,67,91,72,62,85,61,62,64,67,62,53,131,56,61,53,73,137,80,79,131,84,86,87,53,52,65,71,81,89,71,74,70,72,96,73,94,96,73,84,99,52,67,87,89,61,63,62,116,109,110,111,57,56,80",
+ "endOffsets": "304,3076,3150,3223,3320,3409,3508,3637,3720,3788,3880,3953,4016,4102,4164,4227,4292,4360,4423,4477,4609,4666,4728,4782,4856,4994,5075,5155,5287,5372,5459,5547,5601,5654,5720,5792,5874,5964,6036,6111,6182,6255,6352,6426,6521,6618,6692,6777,6877,6930,6998,7086,7176,7238,7302,7365,7482,7592,7703,7815,7873,7930,8011"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw1080dp-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw1080dp-v13.json
new file mode 100644
index 000000000..ebb3b2601
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw1080dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-sw1080dp-v13/values-sw1080dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw1080dp-v13\\values-sw1080dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8489,8533,8574,8618,8662,8706,8750,8794,8838,8882,8926,8970,9014,9056,9100,9144,9188,9232,9276,9320,9364,9408,9452,9496,9538,9577,9621,9665,9709,9753,9797,9841,9885,9929,9973,10017,10059,10103,10147,10191,10235,10279,10323,10367,10411,10455,10499,10541,10585,10629,10673,10717,10761,10805,10849,10893,10937,10981,11023,11067,11111,11155,11199,11243,11287,11331,11375,11419,11463,11505,11549,11593,11637,11681,11725,11769,11813,11857,11901,11945,11987,12031,12075,12119,12163,12207,12251,12295,12339,12383,12427,12469,12513,12557,12601,12645,12689,12733,12777,12821,12865,12909,12951,12995,13039,13083,13127,13171,13215,13259,13303,13347,13391,13433,13477,13521,13565,13609,13653,13697,13741,13785,13829,13873,13915,13959,14003,14047,14091,14135,14179,14223,14267,14311,14355,14397,14437,14481,14525,14569,14613,14657,14701,14745,14789,14833,14877,14919,14963,15007,15051,15095,15139,15183,15227,15271,15315,15359,15401,15445,15489,15533,15577,15621,15665,15709,15753,15797,15841,15883,15927,15971,16015,16059,16103,16147,16191,16235,16279,16323,16365,16409,16453,16497,16541,16585,16629,16673,16717,16761,16805,16847,16891,16935,16979,17023,17067,17111,17155,17199,17243,17287,17329,17373,17417,17461,17505,17549,17593,17637,17681,17725,17769,17811,17855,17899,17943,17987,18031,18075,18119,18163,18207,18251,18293,18337,18381,18425,18469,18513,18557,18601,18645,18689,18733,18775,18819,18863,18907,18951,18995,19039,19083,19127,19171,19215,19257,19297,19341,19385,19429,19473,19517,19561,19605,19649,19693,19737,19779,19823,19867,19911,19955,19999,20043,20087,20131,20175,20219,20261,20305,20349,20393,20437,20481,20525,20569,20613,20657,20701,20743,20787,20831,20875,20919,20963,21007,21051,21095,21139,21183,21225,21269,21313,21357,21401,21445,21489,21533,21577,21621,21665,21707,21751,21795,21839,21883,21927,21971,22015,22059,22103,22147,22189,22233,22277,22321,22365,22409,22453,22497,22541,22585,22629,22671,22715,22759,22803,22847,22891,22935,22979,23023,23067,23111,23153,23197,23241,23285,23329,23373,23417,23461,23505,23549,23593,23635,23679,23723,23767,23811,23855,23899,23943,23987,24031,24075,24117,24157,24201,24243,24285,24327,24369,24411,24453,24495,24537,24579,24621,24661,24703,24745,24787,24829,24871,24913,24955,24997,25039,25081,25121,25163,25205,25247,25289,25331,25373,25415,25457,25499,25541,25581,25623,25665,25707,25749,25791,25833,25875,25917,25959,26001,26041,26088,26135,26182,26229,26276,26323,26370,26417,26464,26511,26556,26603,26650,26697,26744,26791,26838,26885,26932,26980,27028,27073,27121,27169,27217,27265,27313,27361,27409,27457,27505,27553,27599,27647,27695,27743,27791,27839,27887,27935,27983,28031,28079,28125,28173,28221,28269,28317,28365,28413,28461,28509,28557,28605,28651,28699,28745,28791,28837",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,47,47,44,47,47,47,47,47,47,47,47,47,47,45,47,47,47,47,47,47,47,47,47,47,45,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8484,8528,8569,8613,8657,8701,8745,8789,8833,8877,8921,8965,9009,9051,9095,9139,9183,9227,9271,9315,9359,9403,9447,9491,9533,9572,9616,9660,9704,9748,9792,9836,9880,9924,9968,10012,10054,10098,10142,10186,10230,10274,10318,10362,10406,10450,10494,10536,10580,10624,10668,10712,10756,10800,10844,10888,10932,10976,11018,11062,11106,11150,11194,11238,11282,11326,11370,11414,11458,11500,11544,11588,11632,11676,11720,11764,11808,11852,11896,11940,11982,12026,12070,12114,12158,12202,12246,12290,12334,12378,12422,12464,12508,12552,12596,12640,12684,12728,12772,12816,12860,12904,12946,12990,13034,13078,13122,13166,13210,13254,13298,13342,13386,13428,13472,13516,13560,13604,13648,13692,13736,13780,13824,13868,13910,13954,13998,14042,14086,14130,14174,14218,14262,14306,14350,14392,14432,14476,14520,14564,14608,14652,14696,14740,14784,14828,14872,14914,14958,15002,15046,15090,15134,15178,15222,15266,15310,15354,15396,15440,15484,15528,15572,15616,15660,15704,15748,15792,15836,15878,15922,15966,16010,16054,16098,16142,16186,16230,16274,16318,16360,16404,16448,16492,16536,16580,16624,16668,16712,16756,16800,16842,16886,16930,16974,17018,17062,17106,17150,17194,17238,17282,17324,17368,17412,17456,17500,17544,17588,17632,17676,17720,17764,17806,17850,17894,17938,17982,18026,18070,18114,18158,18202,18246,18288,18332,18376,18420,18464,18508,18552,18596,18640,18684,18728,18770,18814,18858,18902,18946,18990,19034,19078,19122,19166,19210,19252,19292,19336,19380,19424,19468,19512,19556,19600,19644,19688,19732,19774,19818,19862,19906,19950,19994,20038,20082,20126,20170,20214,20256,20300,20344,20388,20432,20476,20520,20564,20608,20652,20696,20738,20782,20826,20870,20914,20958,21002,21046,21090,21134,21178,21220,21264,21308,21352,21396,21440,21484,21528,21572,21616,21660,21702,21746,21790,21834,21878,21922,21966,22010,22054,22098,22142,22184,22228,22272,22316,22360,22404,22448,22492,22536,22580,22624,22666,22710,22754,22798,22842,22886,22930,22974,23018,23062,23106,23148,23192,23236,23280,23324,23368,23412,23456,23500,23544,23588,23630,23674,23718,23762,23806,23850,23894,23938,23982,24026,24070,24112,24152,24196,24238,24280,24322,24364,24406,24448,24490,24532,24574,24616,24656,24698,24740,24782,24824,24866,24908,24950,24992,25034,25076,25116,25158,25200,25242,25284,25326,25368,25410,25452,25494,25536,25576,25618,25660,25702,25744,25786,25828,25870,25912,25954,25996,26036,26083,26130,26177,26224,26271,26318,26365,26412,26459,26506,26551,26598,26645,26692,26739,26786,26833,26880,26927,26975,27023,27068,27116,27164,27212,27260,27308,27356,27404,27452,27500,27548,27594,27642,27690,27738,27786,27834,27882,27930,27978,28026,28074,28120,28168,28216,28264,28312,28360,28408,28456,28504,28552,28600,28646,28694,28740,28786,28832,28878"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9268,9312,9394,9438,9482,9526,9570,9614,9658,9702,9746,9790,9834,9918,9962,10006,10050,10094,10138,10182,10226,10270,10314,10358,10442,10520,10564,10608,10652,10696,10740,10784,10828,10872,10916,10960,11044,11088,11132,11176,11220,11264,11308,11352,11396,11440,11484,11568,11612,11656,11700,11744,11788,11832,11876,11920,11964,12008,12092,12136,12180,12224,12268,12312,12356,12400,12444,12488,12532,12616,12660,12704,12748,12792,12836,12880,12924,12968,13012,13056,13140,13184,13228,13272,13316,13360,13404,13448,13492,13536,13580,13664,13708,13752,13796,13840,13884,13928,13972,14016,14060,14104,14188,14232,14276,14320,14364,14408,14452,14496,14540,14584,14628,14712,14756,14800,14844,14888,14932,14976,15020,15064,15108,15152,15236,15280,15324,15368,15412,15456,15500,15544,15588,15632,15676,15760,15840,15884,15928,15972,16016,16060,16104,16148,16192,16236,16280,16364,16408,16452,16496,16540,16584,16628,16672,16716,16760,16804,16888,16932,16976,17020,17064,17108,17152,17196,17240,17284,17328,17412,17456,17500,17544,17588,17632,17676,17720,17764,17808,17852,17936,17980,18024,18068,18112,18156,18200,18244,18288,18332,18376,18460,18504,18548,18592,18636,18680,18724,18768,18812,18856,18900,18984,19028,19072,19116,19160,19204,19248,19292,19336,19380,19424,19508,19552,19596,19640,19684,19728,19772,19816,19860,19904,19948,20032,20076,20120,20164,20208,20252,20296,20340,20384,20428,20472,20556,20600,20644,20688,20732,20776,20820,20864,20908,20952,20996,21080,21160,21204,21248,21292,21336,21380,21424,21468,21512,21556,21600,21684,21728,21772,21816,21860,21904,21948,21992,22036,22080,22124,22208,22252,22296,22340,22384,22428,22472,22516,22560,22604,22648,22732,22776,22820,22864,22908,22952,22996,23040,23084,23128,23172,23256,23300,23344,23388,23432,23476,23520,23564,23608,23652,23696,23780,23824,23868,23912,23956,24000,24044,24088,24132,24176,24220,24304,24348,24392,24436,24480,24524,24568,24612,24656,24700,24744,24828,24872,24916,24960,25004,25048,25092,25136,25180,25224,25268,25352,25396,25440,25484,25528,25572,25616,25660,25704,25748,25792,25876,25920,25964,26008,26052,26096,26140,26184,26228,26272,26316,26400,26480,26524,26608,26692,26776,26860,26944,27028,27112,27196,27280,27364,27444,27528,27612,27696,27780,27864,27948,28032,28116,28200,28284,28364,28448,28532,28616,28700,28784,28868,28952,29036,29120,29204,29284,29368,29452,29536,29620,29704,29788,29872,29956,30040,30124,30204,30251,30298,30345,30392,30439,30486,30533,30580,30627,30674,30719,30766,30813,30860,30907,30954,31001,31048,31095,31143,31191,31236,31284,31332,31380,31428,31476,31524,31572,31620,31668,31716,31762,31810,31858,31906,31954,32002,32050,32098,32146,32194,32242,32288,32336,32384,32432,32480,32528,32576,32624,32672,32720,32768,32814,32862,32908,32954,33000",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,47,47,44,47,47,47,47,47,47,47,47,47,47,45,47,47,47,47,47,47,47,47,47,47,45,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9263,9307,9348,9433,9477,9521,9565,9609,9653,9697,9741,9785,9829,9871,9957,10001,10045,10089,10133,10177,10221,10265,10309,10353,10395,10476,10559,10603,10647,10691,10735,10779,10823,10867,10911,10955,10997,11083,11127,11171,11215,11259,11303,11347,11391,11435,11479,11521,11607,11651,11695,11739,11783,11827,11871,11915,11959,12003,12045,12131,12175,12219,12263,12307,12351,12395,12439,12483,12527,12569,12655,12699,12743,12787,12831,12875,12919,12963,13007,13051,13093,13179,13223,13267,13311,13355,13399,13443,13487,13531,13575,13617,13703,13747,13791,13835,13879,13923,13967,14011,14055,14099,14141,14227,14271,14315,14359,14403,14447,14491,14535,14579,14623,14665,14751,14795,14839,14883,14927,14971,15015,15059,15103,15147,15189,15275,15319,15363,15407,15451,15495,15539,15583,15627,15671,15713,15795,15879,15923,15967,16011,16055,16099,16143,16187,16231,16275,16317,16403,16447,16491,16535,16579,16623,16667,16711,16755,16799,16841,16927,16971,17015,17059,17103,17147,17191,17235,17279,17323,17365,17451,17495,17539,17583,17627,17671,17715,17759,17803,17847,17889,17975,18019,18063,18107,18151,18195,18239,18283,18327,18371,18413,18499,18543,18587,18631,18675,18719,18763,18807,18851,18895,18937,19023,19067,19111,19155,19199,19243,19287,19331,19375,19419,19461,19547,19591,19635,19679,19723,19767,19811,19855,19899,19943,19985,20071,20115,20159,20203,20247,20291,20335,20379,20423,20467,20509,20595,20639,20683,20727,20771,20815,20859,20903,20947,20991,21033,21115,21199,21243,21287,21331,21375,21419,21463,21507,21551,21595,21637,21723,21767,21811,21855,21899,21943,21987,22031,22075,22119,22161,22247,22291,22335,22379,22423,22467,22511,22555,22599,22643,22685,22771,22815,22859,22903,22947,22991,23035,23079,23123,23167,23209,23295,23339,23383,23427,23471,23515,23559,23603,23647,23691,23733,23819,23863,23907,23951,23995,24039,24083,24127,24171,24215,24257,24343,24387,24431,24475,24519,24563,24607,24651,24695,24739,24781,24867,24911,24955,24999,25043,25087,25131,25175,25219,25263,25305,25391,25435,25479,25523,25567,25611,25655,25699,25743,25787,25829,25915,25959,26003,26047,26091,26135,26179,26223,26267,26311,26353,26435,26519,26561,26645,26729,26813,26897,26981,27065,27149,27233,27317,27399,27481,27565,27649,27733,27817,27901,27985,28069,28153,28237,28319,28401,28485,28569,28653,28737,28821,28905,28989,29073,29157,29239,29321,29405,29489,29573,29657,29741,29825,29909,29993,30077,30159,30246,30293,30340,30387,30434,30481,30528,30575,30622,30669,30714,30761,30808,30855,30902,30949,30996,31043,31090,31138,31186,31231,31279,31327,31375,31423,31471,31519,31567,31615,31663,31711,31757,31805,31853,31901,31949,31997,32045,32093,32141,32189,32237,32283,32331,32379,32427,32475,32523,32571,32619,32667,32715,32763,32809,32857,32903,32949,32995,33041"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw1080dp-v13\\values-sw1080dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,917,959,998,1040,1082,1124,1166,1208,1250,1292,1334,1376,1418,1458,1500,1542,1584,1626,1668,1710,1752,1794,1836,1878,1918,1960,2002,2044,2086,2128,2170,2212,2254,2296,2338,2378,2420,2462,2504,2546,2588,2630,2672,2714,2756,2798,2838,2880,2922,2964,3006,3048,3090,3132,3174,3216,3258,3298,3340,3382,3424,3466,3508,3550,3592,3634,3676,3718,3758,3800,3842,3884,3926,3968,4010,4052,4094,4136,4178",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,912,954,993,1035,1077,1119,1161,1203,1245,1287,1329,1371,1413,1453,1495,1537,1579,1621,1663,1705,1747,1789,1831,1873,1913,1955,1997,2039,2081,2123,2165,2207,2249,2291,2333,2373,2415,2457,2499,2541,2583,2625,2667,2709,2751,2793,2833,2875,2917,2959,3001,3043,3085,3127,3169,3211,3253,3293,3335,3377,3419,3461,3503,3545,3587,3629,3671,3713,3753,3795,3837,3879,3921,3963,4005,4047,4089,4131,4173,4213"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9353,9876,10400,10481,11002,11526,12050,12574,13098,13622,14146,14670,15194,15718,15800,16322,16846,17370,17894,18418,18942,19466,19990,20514,21038,21120,21642,22166,22690,23214,23738,24262,24786,25310,25834,26358,26440,26566,26650,26734,26818,26902,26986,27070,27154,27238,27322,27404,27486,27570,27654,27738,27822,27906,27990,28074,28158,28242,28324,28406,28490,28574,28658,28742,28826,28910,28994,29078,29162,29244,29326,29410,29494,29578,29662,29746,29830,29914,29998,30082,30164",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9389,9913,10437,10515,11039,11563,12087,12611,13135,13659,14183,14707,15231,15755,15835,16359,16883,17407,17931,18455,18979,19503,20027,20551,21075,21155,21679,22203,22727,23251,23775,24299,24823,25347,25871,26395,26475,26603,26687,26771,26855,26939,27023,27107,27191,27275,27359,27439,27523,27607,27691,27775,27859,27943,28027,28111,28195,28279,28359,28443,28527,28611,28695,28779,28863,28947,29031,29115,29199,29279,29363,29447,29531,29615,29699,29783,29867,29951,30035,30119,30199"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw300dp-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw300dp-v13.json
new file mode 100644
index 000000000..f17320e71
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw300dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-sw300dp-v13/values-sw300dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw300dp-v13\\values-sw300dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16915,16958,17001,17044,17087,17128,17171,17214,17257,17300,17343,17386,17429,17472,17515,17558,17599,17642,17685,17728,17771,17814,17857,17900,17943,17986,18029,18070,18113,18156,18199,18242,18285,18328,18371,18414,18457,18500,18541,18584,18627,18670,18713,18756,18799,18842,18885,18928,18971,19012,19051,19094,19137,19180,19223,19266,19309,19352,19395,19438,19481,19522,19565,19608,19651,19694,19737,19780,19823,19866,19909,19952,19993,20036,20079,20122,20165,20208,20251,20294,20337,20380,20423,20464,20507,20550,20593,20636,20679,20722,20765,20808,20851,20894,20935,20978,21021,21064,21107,21150,21193,21236,21279,21322,21365,21406,21449,21492,21535,21578,21621,21664,21707,21750,21793,21836,21877,21920,21963,22006,22049,22092,22135,22178,22221,22264,22307,22348,22391,22434,22477,22520,22563,22606,22649,22692,22735,22778,22819,22862,22905,22948,22991,23034,23077,23120,23163,23206,23249,23290,23333,23376,23419,23462,23505,23548,23591,23634,23677,23720,23761,23800,23843,23884,23925,23966,24007,24048,24089,24130,24171,24212,24253,24292,24333,24374,24415,24456,24497,24538,24579,24620,24661,24702,24741,24782,24823,24864,24905,24946,24987,25028,25069,25110,25151,25190,25231,25272,25313,25354,25395,25436,25477,25518,25559,25600,25639,25686,25733,25780,25827,25874,25921,25968,26015,26062,26109,26154,26201,26248,26295,26342,26389,26436,26483,26530,26577,26624,26669,26716,26763,26810,26857,26904,26951,26998,27045,27092,27139,27184,27231,27278,27325,27372,27419,27466,27513,27560,27607,27654,27699,27746,27793,27840,27887,27934,27981,28028,28075,28122,28169,28214,28261,28306,28351,28396",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,44,44,44",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16910,16953,16996,17039,17082,17123,17166,17209,17252,17295,17338,17381,17424,17467,17510,17553,17594,17637,17680,17723,17766,17809,17852,17895,17938,17981,18024,18065,18108,18151,18194,18237,18280,18323,18366,18409,18452,18495,18536,18579,18622,18665,18708,18751,18794,18837,18880,18923,18966,19007,19046,19089,19132,19175,19218,19261,19304,19347,19390,19433,19476,19517,19560,19603,19646,19689,19732,19775,19818,19861,19904,19947,19988,20031,20074,20117,20160,20203,20246,20289,20332,20375,20418,20459,20502,20545,20588,20631,20674,20717,20760,20803,20846,20889,20930,20973,21016,21059,21102,21145,21188,21231,21274,21317,21360,21401,21444,21487,21530,21573,21616,21659,21702,21745,21788,21831,21872,21915,21958,22001,22044,22087,22130,22173,22216,22259,22302,22343,22386,22429,22472,22515,22558,22601,22644,22687,22730,22773,22814,22857,22900,22943,22986,23029,23072,23115,23158,23201,23244,23285,23328,23371,23414,23457,23500,23543,23586,23629,23672,23715,23756,23795,23838,23879,23920,23961,24002,24043,24084,24125,24166,24207,24248,24287,24328,24369,24410,24451,24492,24533,24574,24615,24656,24697,24736,24777,24818,24859,24900,24941,24982,25023,25064,25105,25146,25185,25226,25267,25308,25349,25390,25431,25472,25513,25554,25595,25634,25681,25728,25775,25822,25869,25916,25963,26010,26057,26104,26149,26196,26243,26290,26337,26384,26431,26478,26525,26572,26619,26664,26711,26758,26805,26852,26899,26946,26993,27040,27087,27134,27179,27226,27273,27320,27367,27414,27461,27508,27555,27602,27649,27694,27741,27788,27835,27882,27929,27976,28023,28070,28117,28164,28209,28256,28301,28346,28391,28436"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17486,17529,17572,17615,17658,17740,17783,17826,17869,17912,17955,17998,18041,18084,18127,18170,18252,18295,18338,18381,18424,18467,18510,18553,18596,18639,18682,18764,18807,18850,18893,18936,18979,19022,19065,19108,19151,19194,19276,19319,19362,19405,19448,19491,19534,19577,19620,19663,19706,19788,19831,19874,19917,19960,20003,20046,20089,20132,20175,20218,20300,20343,20386,20429,20472,20515,20558,20601,20644,20687,20730,20812,20890,20933,20976,21019,21062,21105,21148,21191,21234,21277,21320,21402,21445,21488,21531,21574,21617,21660,21703,21746,21789,21832,21914,21957,22000,22043,22086,22129,22172,22215,22258,22301,22344,22426,22469,22512,22555,22598,22641,22684,22727,22770,22813,22856,22938,22981,23024,23067,23110,23153,23196,23239,23282,23325,23368,23450,23493,23536,23579,23622,23665,23708,23751,23794,23837,23880,23962,24005,24048,24091,24134,24177,24220,24263,24306,24349,24392,24474,24517,24560,24603,24646,24689,24732,24775,24818,24861,24904,24986,25029,25072,25115,25158,25201,25244,25287,25330,25373,25416,25498,25541,25584,25627,25670,25713,25756,25799,25842,25885,25928,26010,26088,26131,26213,26295,26377,26459,26541,26623,26705,26787,26869,26951,27029,27111,27193,27275,27357,27439,27521,27603,27685,27767,27849,27927,28009,28091,28173,28255,28337,28419,28501,28583,28665,28747,28825,28907,28989,29071,29153,29235,29317,29399,29481,29563,29645,29723,29770,29817,29864,29911,29958,30005,30052,30099,30146,30193,30238,30285,30332,30379,30426,30473,30520,30567,30614,30661,30708,30753,30800,30847,30894,30941,30988,31035,31082,31129,31176,31223,31268,31315,31362,31409,31456,31503,31550,31597,31644,31691,31738,31783,31830,31877,31924,31971,32018,32065,32112,32159,32206,32253,32298,32345,32390,32435,32480",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,44,44,44",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17481,17524,17567,17610,17653,17694,17778,17821,17864,17907,17950,17993,18036,18079,18122,18165,18206,18290,18333,18376,18419,18462,18505,18548,18591,18634,18677,18718,18802,18845,18888,18931,18974,19017,19060,19103,19146,19189,19230,19314,19357,19400,19443,19486,19529,19572,19615,19658,19701,19742,19826,19869,19912,19955,19998,20041,20084,20127,20170,20213,20254,20338,20381,20424,20467,20510,20553,20596,20639,20682,20725,20766,20846,20928,20971,21014,21057,21100,21143,21186,21229,21272,21315,21356,21440,21483,21526,21569,21612,21655,21698,21741,21784,21827,21868,21952,21995,22038,22081,22124,22167,22210,22253,22296,22339,22380,22464,22507,22550,22593,22636,22679,22722,22765,22808,22851,22892,22976,23019,23062,23105,23148,23191,23234,23277,23320,23363,23404,23488,23531,23574,23617,23660,23703,23746,23789,23832,23875,23916,24000,24043,24086,24129,24172,24215,24258,24301,24344,24387,24428,24512,24555,24598,24641,24684,24727,24770,24813,24856,24899,24940,25024,25067,25110,25153,25196,25239,25282,25325,25368,25411,25452,25536,25579,25622,25665,25708,25751,25794,25837,25880,25923,25964,26044,26126,26167,26249,26331,26413,26495,26577,26659,26741,26823,26905,26985,27065,27147,27229,27311,27393,27475,27557,27639,27721,27803,27883,27963,28045,28127,28209,28291,28373,28455,28537,28619,28701,28781,28861,28943,29025,29107,29189,29271,29353,29435,29517,29599,29679,29765,29812,29859,29906,29953,30000,30047,30094,30141,30188,30233,30280,30327,30374,30421,30468,30515,30562,30609,30656,30703,30748,30795,30842,30889,30936,30983,31030,31077,31124,31171,31218,31263,31310,31357,31404,31451,31498,31545,31592,31639,31686,31733,31778,31825,31872,31919,31966,32013,32060,32107,32154,32201,32248,32293,32340,32385,32430,32475,32520"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw300dp-v13\\values-sw300dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1732,1773,1814,1855,1894,1935,1976,2017,2058,2099,2140,2181,2222,2263,2304,2343,2384,2425,2466,2507,2548,2589,2630,2671,2712,2753,2792,2833,2874,2915,2956,2997,3038,3079,3120,3161,3202,3241,3282,3323,3364,3405,3446,3487,3528,3569,3610,3651,3690,3731,3772,3813,3854,3895,3936,3977,4018,4059,4100",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1727,1768,1809,1850,1889,1930,1971,2012,2053,2094,2135,2176,2217,2258,2299,2338,2379,2420,2461,2502,2543,2584,2625,2666,2707,2748,2787,2828,2869,2910,2951,2992,3033,3074,3115,3156,3197,3236,3277,3318,3359,3400,3441,3482,3523,3564,3605,3646,3685,3726,3767,3808,3849,3890,3931,3972,4013,4054,4095,4134"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17699,18211,18723,19235,19747,20259,20771,20851,21361,21873,22385,22897,23409,23921,24433,24945,25457,25969,26049,26172,26254,26336,26418,26500,26582,26664,26746,26828,26910,26990,27070,27152,27234,27316,27398,27480,27562,27644,27726,27808,27888,27968,28050,28132,28214,28296,28378,28460,28542,28624,28706,28786,28866,28948,29030,29112,29194,29276,29358,29440,29522,29604,29684",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17735,18247,18759,19271,19783,20295,20807,20885,21397,21909,22421,22933,23445,23957,24469,24981,25493,26005,26083,26208,26290,26372,26454,26536,26618,26700,26782,26864,26946,27024,27106,27188,27270,27352,27434,27516,27598,27680,27762,27844,27922,28004,28086,28168,28250,28332,28414,28496,28578,28660,28742,28820,28902,28984,29066,29148,29230,29312,29394,29476,29558,29640,29718"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw330dp-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw330dp-v13.json
new file mode 100644
index 000000000..1a616c125
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw330dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-sw330dp-v13/values-sw330dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw330dp-v13\\values-sw330dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1732,1773,1814,1855,1894,1935,1976,2017,2058,2099,2140,2181,2222,2263,2304,2343,2384,2425,2466,2507,2548,2589,2630,2671,2712,2753,2792,2833,2874,2915,2956,2997,3038,3079,3120,3161,3202,3241,3282,3323,3364,3405,3446,3487,3528,3569,3610,3651,3690,3731,3773,3815,3857,3899,3941,3983,4025,4067,4109",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,41,41,41,41,41,41,41,41,41,38",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1727,1768,1809,1850,1889,1930,1971,2012,2053,2094,2135,2176,2217,2258,2299,2338,2379,2420,2461,2502,2543,2584,2625,2666,2707,2748,2787,2828,2869,2910,2951,2992,3033,3074,3115,3156,3197,3236,3277,3318,3359,3400,3441,3482,3523,3564,3605,3646,3685,3726,3768,3810,3852,3894,3936,3978,4020,4062,4104,4143"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17699,18211,18723,19235,19747,20259,20771,20851,21361,21873,22385,22897,23409,23921,24433,24945,25457,25969,26049,26172,26254,26336,26418,26500,26582,26664,26746,26828,26910,26990,27070,27152,27234,27316,27398,27480,27562,27644,27726,27808,27888,27968,28050,28132,28214,28296,28378,28460,28542,28624,28706,28786,28866,28949,29033,29117,29201,29285,29369,29453,29537,29621,29702",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,41,41,41,41,41,41,41,41,41,38",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17735,18247,18759,19271,19783,20295,20807,20885,21397,21909,22421,22933,23445,23957,24469,24981,25493,26005,26083,26208,26290,26372,26454,26536,26618,26700,26782,26864,26946,27024,27106,27188,27270,27352,27434,27516,27598,27680,27762,27844,27922,28004,28086,28168,28250,28332,28414,28496,28578,28660,28742,28820,28902,28986,29070,29154,29238,29322,29406,29490,29574,29658,29736"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw330dp-v13\\values-sw330dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16915,16958,17001,17044,17087,17128,17171,17214,17257,17300,17343,17386,17429,17472,17515,17558,17599,17642,17685,17728,17771,17814,17857,17900,17943,17986,18029,18070,18113,18156,18199,18242,18285,18328,18371,18414,18457,18500,18541,18584,18627,18670,18713,18756,18799,18842,18885,18928,18971,19012,19051,19094,19137,19180,19223,19266,19309,19352,19395,19438,19481,19522,19565,19608,19651,19694,19737,19780,19823,19866,19909,19952,19993,20036,20079,20122,20165,20208,20251,20294,20337,20380,20423,20464,20507,20550,20593,20636,20679,20722,20765,20808,20851,20894,20935,20978,21021,21064,21107,21150,21193,21236,21279,21322,21365,21406,21449,21492,21535,21578,21621,21664,21707,21750,21793,21836,21877,21920,21963,22006,22049,22092,22135,22178,22221,22264,22307,22348,22391,22434,22477,22520,22563,22606,22649,22692,22735,22778,22819,22862,22905,22948,22991,23034,23077,23120,23163,23206,23249,23290,23333,23376,23419,23462,23505,23548,23591,23634,23677,23720,23761,23800,23843,23884,23925,23966,24007,24048,24089,24130,24171,24212,24253,24292,24333,24374,24415,24456,24497,24538,24579,24620,24661,24702,24741,24782,24823,24864,24905,24946,24987,25028,25069,25110,25151,25190,25231,25273,25315,25357,25399,25441,25483,25525,25567,25609,25648,25695,25742,25789,25836,25883,25930,25977,26024,26071,26118,26163,26210,26257,26304,26351,26398,26445,26492,26539,26586,26633,26678,26725,26772,26819,26866,26913,26960,27007,27054,27101,27148,27193,27240,27287,27334,27381,27428,27475,27522,27569,27616,27663,27708,27755,27802,27849,27896,27943,27990,28037,28084,28131,28178,28223,28270,28315,28360,28405",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,41,41,41,41,41,41,41,41,41,38,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,44,44,44",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16910,16953,16996,17039,17082,17123,17166,17209,17252,17295,17338,17381,17424,17467,17510,17553,17594,17637,17680,17723,17766,17809,17852,17895,17938,17981,18024,18065,18108,18151,18194,18237,18280,18323,18366,18409,18452,18495,18536,18579,18622,18665,18708,18751,18794,18837,18880,18923,18966,19007,19046,19089,19132,19175,19218,19261,19304,19347,19390,19433,19476,19517,19560,19603,19646,19689,19732,19775,19818,19861,19904,19947,19988,20031,20074,20117,20160,20203,20246,20289,20332,20375,20418,20459,20502,20545,20588,20631,20674,20717,20760,20803,20846,20889,20930,20973,21016,21059,21102,21145,21188,21231,21274,21317,21360,21401,21444,21487,21530,21573,21616,21659,21702,21745,21788,21831,21872,21915,21958,22001,22044,22087,22130,22173,22216,22259,22302,22343,22386,22429,22472,22515,22558,22601,22644,22687,22730,22773,22814,22857,22900,22943,22986,23029,23072,23115,23158,23201,23244,23285,23328,23371,23414,23457,23500,23543,23586,23629,23672,23715,23756,23795,23838,23879,23920,23961,24002,24043,24084,24125,24166,24207,24248,24287,24328,24369,24410,24451,24492,24533,24574,24615,24656,24697,24736,24777,24818,24859,24900,24941,24982,25023,25064,25105,25146,25185,25226,25268,25310,25352,25394,25436,25478,25520,25562,25604,25643,25690,25737,25784,25831,25878,25925,25972,26019,26066,26113,26158,26205,26252,26299,26346,26393,26440,26487,26534,26581,26628,26673,26720,26767,26814,26861,26908,26955,27002,27049,27096,27143,27188,27235,27282,27329,27376,27423,27470,27517,27564,27611,27658,27703,27750,27797,27844,27891,27938,27985,28032,28079,28126,28173,28218,28265,28310,28355,28400,28445"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17486,17529,17572,17615,17658,17740,17783,17826,17869,17912,17955,17998,18041,18084,18127,18170,18252,18295,18338,18381,18424,18467,18510,18553,18596,18639,18682,18764,18807,18850,18893,18936,18979,19022,19065,19108,19151,19194,19276,19319,19362,19405,19448,19491,19534,19577,19620,19663,19706,19788,19831,19874,19917,19960,20003,20046,20089,20132,20175,20218,20300,20343,20386,20429,20472,20515,20558,20601,20644,20687,20730,20812,20890,20933,20976,21019,21062,21105,21148,21191,21234,21277,21320,21402,21445,21488,21531,21574,21617,21660,21703,21746,21789,21832,21914,21957,22000,22043,22086,22129,22172,22215,22258,22301,22344,22426,22469,22512,22555,22598,22641,22684,22727,22770,22813,22856,22938,22981,23024,23067,23110,23153,23196,23239,23282,23325,23368,23450,23493,23536,23579,23622,23665,23708,23751,23794,23837,23880,23962,24005,24048,24091,24134,24177,24220,24263,24306,24349,24392,24474,24517,24560,24603,24646,24689,24732,24775,24818,24861,24904,24986,25029,25072,25115,25158,25201,25244,25287,25330,25373,25416,25498,25541,25584,25627,25670,25713,25756,25799,25842,25885,25928,26010,26088,26131,26213,26295,26377,26459,26541,26623,26705,26787,26869,26951,27029,27111,27193,27275,27357,27439,27521,27603,27685,27767,27849,27927,28009,28091,28173,28255,28337,28419,28501,28583,28665,28747,28825,28907,28991,29075,29159,29243,29327,29411,29495,29579,29663,29741,29788,29835,29882,29929,29976,30023,30070,30117,30164,30211,30256,30303,30350,30397,30444,30491,30538,30585,30632,30679,30726,30771,30818,30865,30912,30959,31006,31053,31100,31147,31194,31241,31286,31333,31380,31427,31474,31521,31568,31615,31662,31709,31756,31801,31848,31895,31942,31989,32036,32083,32130,32177,32224,32271,32316,32363,32408,32453,32498",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,41,41,41,41,41,41,41,41,41,38,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,44,44,44",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17481,17524,17567,17610,17653,17694,17778,17821,17864,17907,17950,17993,18036,18079,18122,18165,18206,18290,18333,18376,18419,18462,18505,18548,18591,18634,18677,18718,18802,18845,18888,18931,18974,19017,19060,19103,19146,19189,19230,19314,19357,19400,19443,19486,19529,19572,19615,19658,19701,19742,19826,19869,19912,19955,19998,20041,20084,20127,20170,20213,20254,20338,20381,20424,20467,20510,20553,20596,20639,20682,20725,20766,20846,20928,20971,21014,21057,21100,21143,21186,21229,21272,21315,21356,21440,21483,21526,21569,21612,21655,21698,21741,21784,21827,21868,21952,21995,22038,22081,22124,22167,22210,22253,22296,22339,22380,22464,22507,22550,22593,22636,22679,22722,22765,22808,22851,22892,22976,23019,23062,23105,23148,23191,23234,23277,23320,23363,23404,23488,23531,23574,23617,23660,23703,23746,23789,23832,23875,23916,24000,24043,24086,24129,24172,24215,24258,24301,24344,24387,24428,24512,24555,24598,24641,24684,24727,24770,24813,24856,24899,24940,25024,25067,25110,25153,25196,25239,25282,25325,25368,25411,25452,25536,25579,25622,25665,25708,25751,25794,25837,25880,25923,25964,26044,26126,26167,26249,26331,26413,26495,26577,26659,26741,26823,26905,26985,27065,27147,27229,27311,27393,27475,27557,27639,27721,27803,27883,27963,28045,28127,28209,28291,28373,28455,28537,28619,28701,28781,28861,28944,29028,29112,29196,29280,29364,29448,29532,29616,29697,29783,29830,29877,29924,29971,30018,30065,30112,30159,30206,30251,30298,30345,30392,30439,30486,30533,30580,30627,30674,30721,30766,30813,30860,30907,30954,31001,31048,31095,31142,31189,31236,31281,31328,31375,31422,31469,31516,31563,31610,31657,31704,31751,31796,31843,31890,31937,31984,32031,32078,32125,32172,32219,32266,32311,32358,32403,32448,32493,32538"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw360dp-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw360dp-v13.json
new file mode 100644
index 000000000..31a546173
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw360dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-sw360dp-v13/values-sw360dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw360dp-v13\\values-sw360dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16915,16958,17001,17044,17087,17128,17171,17214,17257,17300,17343,17386,17429,17472,17515,17558,17599,17642,17685,17728,17771,17814,17857,17900,17943,17986,18029,18070,18113,18156,18199,18242,18285,18328,18371,18414,18457,18500,18541,18584,18627,18670,18713,18756,18799,18842,18885,18928,18971,19012,19051,19094,19137,19180,19223,19266,19309,19352,19395,19438,19481,19522,19565,19608,19651,19694,19737,19780,19823,19866,19909,19952,19993,20036,20079,20122,20165,20208,20251,20294,20337,20380,20423,20464,20507,20550,20593,20636,20679,20722,20765,20808,20851,20894,20935,20978,21021,21064,21107,21150,21193,21236,21279,21322,21365,21406,21449,21492,21535,21578,21621,21664,21707,21750,21793,21836,21877,21920,21963,22006,22049,22092,22135,22178,22221,22264,22307,22348,22391,22434,22477,22520,22563,22606,22649,22692,22735,22778,22819,22862,22905,22948,22991,23034,23077,23120,23163,23206,23249,23290,23333,23376,23419,23462,23505,23548,23591,23634,23677,23720,23761,23800,23843,23884,23925,23966,24007,24048,24089,24130,24171,24212,24253,24292,24333,24374,24415,24456,24497,24538,24579,24620,24661,24702,24741,24782,24823,24864,24905,24947,24989,25031,25073,25115,25157,25196,25238,25280,25322,25364,25406,25448,25490,25532,25574,25616,25656,25703,25750,25797,25844,25891,25938,25985,26032,26079,26126,26171,26218,26265,26312,26359,26406,26453,26500,26547,26594,26641,26686,26733,26780,26827,26874,26921,26968,27015,27062,27109,27156,27201,27248,27295,27342,27389,27436,27483,27530,27577,27624,27671,27716,27763,27810,27857,27904,27951,27998,28045,28092,28139,28186,28231,28278,28323,28368,28413",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,44,44,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16910,16953,16996,17039,17082,17123,17166,17209,17252,17295,17338,17381,17424,17467,17510,17553,17594,17637,17680,17723,17766,17809,17852,17895,17938,17981,18024,18065,18108,18151,18194,18237,18280,18323,18366,18409,18452,18495,18536,18579,18622,18665,18708,18751,18794,18837,18880,18923,18966,19007,19046,19089,19132,19175,19218,19261,19304,19347,19390,19433,19476,19517,19560,19603,19646,19689,19732,19775,19818,19861,19904,19947,19988,20031,20074,20117,20160,20203,20246,20289,20332,20375,20418,20459,20502,20545,20588,20631,20674,20717,20760,20803,20846,20889,20930,20973,21016,21059,21102,21145,21188,21231,21274,21317,21360,21401,21444,21487,21530,21573,21616,21659,21702,21745,21788,21831,21872,21915,21958,22001,22044,22087,22130,22173,22216,22259,22302,22343,22386,22429,22472,22515,22558,22601,22644,22687,22730,22773,22814,22857,22900,22943,22986,23029,23072,23115,23158,23201,23244,23285,23328,23371,23414,23457,23500,23543,23586,23629,23672,23715,23756,23795,23838,23879,23920,23961,24002,24043,24084,24125,24166,24207,24248,24287,24328,24369,24410,24451,24492,24533,24574,24615,24656,24697,24736,24777,24818,24859,24900,24942,24984,25026,25068,25110,25152,25191,25233,25275,25317,25359,25401,25443,25485,25527,25569,25611,25651,25698,25745,25792,25839,25886,25933,25980,26027,26074,26121,26166,26213,26260,26307,26354,26401,26448,26495,26542,26589,26636,26681,26728,26775,26822,26869,26916,26963,27010,27057,27104,27151,27196,27243,27290,27337,27384,27431,27478,27525,27572,27619,27666,27711,27758,27805,27852,27899,27946,27993,28040,28087,28134,28181,28226,28273,28318,28363,28408,28454"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17486,17529,17572,17615,17658,17740,17783,17826,17869,17912,17955,17998,18041,18084,18127,18170,18252,18295,18338,18381,18424,18467,18510,18553,18596,18639,18682,18764,18807,18850,18893,18936,18979,19022,19065,19108,19151,19194,19276,19319,19362,19405,19448,19491,19534,19577,19620,19663,19706,19788,19831,19874,19917,19960,20003,20046,20089,20132,20175,20218,20300,20343,20386,20429,20472,20515,20558,20601,20644,20687,20730,20812,20890,20933,20976,21019,21062,21105,21148,21191,21234,21277,21320,21402,21445,21488,21531,21574,21617,21660,21703,21746,21789,21832,21914,21957,22000,22043,22086,22129,22172,22215,22258,22301,22344,22426,22469,22512,22555,22598,22641,22684,22727,22770,22813,22856,22938,22981,23024,23067,23110,23153,23196,23239,23282,23325,23368,23450,23493,23536,23579,23622,23665,23708,23751,23794,23837,23880,23962,24005,24048,24091,24134,24177,24220,24263,24306,24349,24392,24474,24517,24560,24603,24646,24689,24732,24775,24818,24861,24904,24986,25029,25072,25115,25158,25201,25244,25287,25330,25373,25416,25498,25541,25584,25627,25670,25713,25756,25799,25842,25885,25928,26010,26088,26131,26213,26295,26377,26459,26541,26623,26705,26787,26869,26951,27029,27111,27193,27275,27357,27439,27521,27603,27685,27767,27849,27927,28009,28091,28173,28255,28339,28423,28507,28591,28675,28759,28837,28921,29005,29089,29173,29257,29341,29425,29509,29593,29677,29757,29804,29851,29898,29945,29992,30039,30086,30133,30180,30227,30272,30319,30366,30413,30460,30507,30554,30601,30648,30695,30742,30787,30834,30881,30928,30975,31022,31069,31116,31163,31210,31257,31302,31349,31396,31443,31490,31537,31584,31631,31678,31725,31772,31817,31864,31911,31958,32005,32052,32099,32146,32193,32240,32287,32332,32379,32424,32469,32514",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,44,44,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17481,17524,17567,17610,17653,17694,17778,17821,17864,17907,17950,17993,18036,18079,18122,18165,18206,18290,18333,18376,18419,18462,18505,18548,18591,18634,18677,18718,18802,18845,18888,18931,18974,19017,19060,19103,19146,19189,19230,19314,19357,19400,19443,19486,19529,19572,19615,19658,19701,19742,19826,19869,19912,19955,19998,20041,20084,20127,20170,20213,20254,20338,20381,20424,20467,20510,20553,20596,20639,20682,20725,20766,20846,20928,20971,21014,21057,21100,21143,21186,21229,21272,21315,21356,21440,21483,21526,21569,21612,21655,21698,21741,21784,21827,21868,21952,21995,22038,22081,22124,22167,22210,22253,22296,22339,22380,22464,22507,22550,22593,22636,22679,22722,22765,22808,22851,22892,22976,23019,23062,23105,23148,23191,23234,23277,23320,23363,23404,23488,23531,23574,23617,23660,23703,23746,23789,23832,23875,23916,24000,24043,24086,24129,24172,24215,24258,24301,24344,24387,24428,24512,24555,24598,24641,24684,24727,24770,24813,24856,24899,24940,25024,25067,25110,25153,25196,25239,25282,25325,25368,25411,25452,25536,25579,25622,25665,25708,25751,25794,25837,25880,25923,25964,26044,26126,26167,26249,26331,26413,26495,26577,26659,26741,26823,26905,26985,27065,27147,27229,27311,27393,27475,27557,27639,27721,27803,27883,27963,28045,28127,28209,28292,28376,28460,28544,28628,28712,28793,28874,28958,29042,29126,29210,29294,29378,29462,29546,29630,29712,29799,29846,29893,29940,29987,30034,30081,30128,30175,30222,30267,30314,30361,30408,30455,30502,30549,30596,30643,30690,30737,30782,30829,30876,30923,30970,31017,31064,31111,31158,31205,31252,31297,31344,31391,31438,31485,31532,31579,31626,31673,31720,31767,31812,31859,31906,31953,32000,32047,32094,32141,32188,32235,32282,32327,32374,32419,32464,32509,32555"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw360dp-v13\\values-sw360dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1732,1773,1814,1855,1894,1935,1976,2017,2058,2099,2140,2181,2222,2263,2304,2343,2384,2425,2466,2507,2548,2589,2630,2671,2712,2753,2792,2833,2874,2915,2956,2997,3038,3079,3120,3161,3202,3241,3282,3323,3364,3405,3447,3489,3531,3573,3615,3657,3696,3738,3780,3822,3864,3906,3948,3990,4032,4074,4116",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1727,1768,1809,1850,1889,1930,1971,2012,2053,2094,2135,2176,2217,2258,2299,2338,2379,2420,2461,2502,2543,2584,2625,2666,2707,2748,2787,2828,2869,2910,2951,2992,3033,3074,3115,3156,3197,3236,3277,3318,3359,3400,3442,3484,3526,3568,3610,3652,3691,3733,3775,3817,3859,3901,3943,3985,4027,4069,4111,4151"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17699,18211,18723,19235,19747,20259,20771,20851,21361,21873,22385,22897,23409,23921,24433,24945,25457,25969,26049,26172,26254,26336,26418,26500,26582,26664,26746,26828,26910,26990,27070,27152,27234,27316,27398,27480,27562,27644,27726,27808,27888,27968,28050,28132,28214,28297,28381,28465,28549,28633,28717,28798,28879,28963,29047,29131,29215,29299,29383,29467,29551,29635,29717",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17735,18247,18759,19271,19783,20295,20807,20885,21397,21909,22421,22933,23445,23957,24469,24981,25493,26005,26083,26208,26290,26372,26454,26536,26618,26700,26782,26864,26946,27024,27106,27188,27270,27352,27434,27516,27598,27680,27762,27844,27922,28004,28086,28168,28250,28334,28418,28502,28586,28670,28754,28832,28916,29000,29084,29168,29252,29336,29420,29504,29588,29672,29752"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw390dp-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw390dp-v13.json
new file mode 100644
index 000000000..c7e671cbe
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw390dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-sw390dp-v13/values-sw390dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw390dp-v13\\values-sw390dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16915,16958,17001,17044,17087,17128,17171,17214,17257,17300,17343,17386,17429,17472,17515,17558,17599,17642,17685,17728,17771,17814,17857,17900,17943,17986,18029,18070,18113,18156,18199,18242,18285,18328,18371,18414,18457,18500,18541,18584,18627,18670,18713,18756,18799,18842,18885,18928,18971,19012,19051,19094,19137,19180,19223,19266,19309,19352,19395,19438,19481,19522,19565,19608,19651,19694,19737,19780,19823,19866,19909,19952,19993,20036,20079,20122,20165,20208,20251,20294,20337,20380,20423,20464,20507,20550,20593,20636,20679,20722,20765,20808,20851,20894,20935,20978,21021,21064,21107,21150,21193,21236,21279,21322,21365,21406,21449,21492,21535,21578,21621,21664,21707,21750,21793,21836,21877,21920,21963,22006,22049,22092,22135,22178,22221,22264,22307,22348,22391,22434,22477,22520,22563,22606,22649,22692,22735,22778,22819,22862,22905,22948,22991,23034,23077,23120,23163,23206,23249,23290,23333,23376,23419,23462,23505,23548,23591,23634,23677,23720,23761,23800,23843,23884,23925,23966,24007,24048,24089,24130,24171,24212,24253,24292,24333,24374,24415,24456,24497,24538,24579,24621,24663,24705,24744,24786,24828,24870,24912,24954,24996,25038,25080,25122,25164,25204,25246,25288,25330,25372,25414,25456,25498,25540,25582,25624,25664,25711,25758,25805,25852,25899,25946,25993,26040,26087,26134,26179,26226,26273,26320,26367,26414,26461,26508,26555,26602,26649,26694,26741,26788,26835,26882,26929,26976,27023,27070,27117,27164,27209,27256,27303,27350,27397,27444,27491,27538,27585,27632,27679,27724,27771,27818,27865,27912,27959,28006,28053,28100,28147,28194,28239,28286,28331,28376,28422",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,44,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16910,16953,16996,17039,17082,17123,17166,17209,17252,17295,17338,17381,17424,17467,17510,17553,17594,17637,17680,17723,17766,17809,17852,17895,17938,17981,18024,18065,18108,18151,18194,18237,18280,18323,18366,18409,18452,18495,18536,18579,18622,18665,18708,18751,18794,18837,18880,18923,18966,19007,19046,19089,19132,19175,19218,19261,19304,19347,19390,19433,19476,19517,19560,19603,19646,19689,19732,19775,19818,19861,19904,19947,19988,20031,20074,20117,20160,20203,20246,20289,20332,20375,20418,20459,20502,20545,20588,20631,20674,20717,20760,20803,20846,20889,20930,20973,21016,21059,21102,21145,21188,21231,21274,21317,21360,21401,21444,21487,21530,21573,21616,21659,21702,21745,21788,21831,21872,21915,21958,22001,22044,22087,22130,22173,22216,22259,22302,22343,22386,22429,22472,22515,22558,22601,22644,22687,22730,22773,22814,22857,22900,22943,22986,23029,23072,23115,23158,23201,23244,23285,23328,23371,23414,23457,23500,23543,23586,23629,23672,23715,23756,23795,23838,23879,23920,23961,24002,24043,24084,24125,24166,24207,24248,24287,24328,24369,24410,24451,24492,24533,24574,24616,24658,24700,24739,24781,24823,24865,24907,24949,24991,25033,25075,25117,25159,25199,25241,25283,25325,25367,25409,25451,25493,25535,25577,25619,25659,25706,25753,25800,25847,25894,25941,25988,26035,26082,26129,26174,26221,26268,26315,26362,26409,26456,26503,26550,26597,26644,26689,26736,26783,26830,26877,26924,26971,27018,27065,27112,27159,27204,27251,27298,27345,27392,27439,27486,27533,27580,27627,27674,27719,27766,27813,27860,27907,27954,28001,28048,28095,28142,28189,28234,28281,28326,28371,28417,28463"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17486,17529,17572,17615,17658,17740,17783,17826,17869,17912,17955,17998,18041,18084,18127,18170,18252,18295,18338,18381,18424,18467,18510,18553,18596,18639,18682,18764,18807,18850,18893,18936,18979,19022,19065,19108,19151,19194,19276,19319,19362,19405,19448,19491,19534,19577,19620,19663,19706,19788,19831,19874,19917,19960,20003,20046,20089,20132,20175,20218,20300,20343,20386,20429,20472,20515,20558,20601,20644,20687,20730,20812,20890,20933,20976,21019,21062,21105,21148,21191,21234,21277,21320,21402,21445,21488,21531,21574,21617,21660,21703,21746,21789,21832,21914,21957,22000,22043,22086,22129,22172,22215,22258,22301,22344,22426,22469,22512,22555,22598,22641,22684,22727,22770,22813,22856,22938,22981,23024,23067,23110,23153,23196,23239,23282,23325,23368,23450,23493,23536,23579,23622,23665,23708,23751,23794,23837,23880,23962,24005,24048,24091,24134,24177,24220,24263,24306,24349,24392,24474,24517,24560,24603,24646,24689,24732,24775,24818,24861,24904,24986,25029,25072,25115,25158,25201,25244,25287,25330,25373,25416,25498,25541,25584,25627,25670,25713,25756,25799,25842,25885,25928,26010,26088,26131,26213,26295,26377,26459,26541,26623,26705,26787,26869,26951,27029,27111,27193,27275,27357,27439,27521,27603,27687,27771,27855,27933,28017,28101,28185,28269,28353,28437,28521,28605,28689,28773,28853,28937,29021,29105,29189,29273,29357,29441,29525,29609,29693,29773,29820,29867,29914,29961,30008,30055,30102,30149,30196,30243,30288,30335,30382,30429,30476,30523,30570,30617,30664,30711,30758,30803,30850,30897,30944,30991,31038,31085,31132,31179,31226,31273,31318,31365,31412,31459,31506,31553,31600,31647,31694,31741,31788,31833,31880,31927,31974,32021,32068,32115,32162,32209,32256,32303,32348,32395,32440,32485,32531",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,44,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17481,17524,17567,17610,17653,17694,17778,17821,17864,17907,17950,17993,18036,18079,18122,18165,18206,18290,18333,18376,18419,18462,18505,18548,18591,18634,18677,18718,18802,18845,18888,18931,18974,19017,19060,19103,19146,19189,19230,19314,19357,19400,19443,19486,19529,19572,19615,19658,19701,19742,19826,19869,19912,19955,19998,20041,20084,20127,20170,20213,20254,20338,20381,20424,20467,20510,20553,20596,20639,20682,20725,20766,20846,20928,20971,21014,21057,21100,21143,21186,21229,21272,21315,21356,21440,21483,21526,21569,21612,21655,21698,21741,21784,21827,21868,21952,21995,22038,22081,22124,22167,22210,22253,22296,22339,22380,22464,22507,22550,22593,22636,22679,22722,22765,22808,22851,22892,22976,23019,23062,23105,23148,23191,23234,23277,23320,23363,23404,23488,23531,23574,23617,23660,23703,23746,23789,23832,23875,23916,24000,24043,24086,24129,24172,24215,24258,24301,24344,24387,24428,24512,24555,24598,24641,24684,24727,24770,24813,24856,24899,24940,25024,25067,25110,25153,25196,25239,25282,25325,25368,25411,25452,25536,25579,25622,25665,25708,25751,25794,25837,25880,25923,25964,26044,26126,26167,26249,26331,26413,26495,26577,26659,26741,26823,26905,26985,27065,27147,27229,27311,27393,27475,27557,27640,27724,27808,27889,27970,28054,28138,28222,28306,28390,28474,28558,28642,28726,28808,28890,28974,29058,29142,29226,29310,29394,29478,29562,29646,29728,29815,29862,29909,29956,30003,30050,30097,30144,30191,30238,30283,30330,30377,30424,30471,30518,30565,30612,30659,30706,30753,30798,30845,30892,30939,30986,31033,31080,31127,31174,31221,31268,31313,31360,31407,31454,31501,31548,31595,31642,31689,31736,31783,31828,31875,31922,31969,32016,32063,32110,32157,32204,32251,32298,32343,32390,32435,32480,32526,32572"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw390dp-v13\\values-sw390dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1732,1773,1814,1855,1894,1935,1976,2017,2058,2099,2140,2181,2222,2263,2304,2343,2384,2425,2466,2507,2548,2589,2630,2671,2712,2753,2792,2833,2874,2915,2956,2997,3038,3079,3121,3163,3205,3244,3286,3328,3370,3412,3454,3496,3538,3580,3622,3664,3704,3746,3788,3830,3872,3914,3956,3998,4040,4082,4124",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1727,1768,1809,1850,1889,1930,1971,2012,2053,2094,2135,2176,2217,2258,2299,2338,2379,2420,2461,2502,2543,2584,2625,2666,2707,2748,2787,2828,2869,2910,2951,2992,3033,3074,3116,3158,3200,3239,3281,3323,3365,3407,3449,3491,3533,3575,3617,3659,3699,3741,3783,3825,3867,3909,3951,3993,4035,4077,4119,4159"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17699,18211,18723,19235,19747,20259,20771,20851,21361,21873,22385,22897,23409,23921,24433,24945,25457,25969,26049,26172,26254,26336,26418,26500,26582,26664,26746,26828,26910,26990,27070,27152,27234,27316,27398,27480,27562,27645,27729,27813,27894,27975,28059,28143,28227,28311,28395,28479,28563,28647,28731,28813,28895,28979,29063,29147,29231,29315,29399,29483,29567,29651,29733",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17735,18247,18759,19271,19783,20295,20807,20885,21397,21909,22421,22933,23445,23957,24469,24981,25493,26005,26083,26208,26290,26372,26454,26536,26618,26700,26782,26864,26946,27024,27106,27188,27270,27352,27434,27516,27598,27682,27766,27850,27928,28012,28096,28180,28264,28348,28432,28516,28600,28684,28768,28848,28932,29016,29100,29184,29268,29352,29436,29520,29604,29688,29768"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw420dp-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw420dp-v13.json
new file mode 100644
index 000000000..201af10c5
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw420dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-sw420dp-v13/values-sw420dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw420dp-v13\\values-sw420dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16915,16958,17001,17044,17087,17128,17171,17214,17257,17300,17343,17386,17429,17472,17515,17558,17599,17642,17685,17728,17771,17814,17857,17900,17943,17986,18029,18070,18113,18156,18199,18242,18285,18328,18371,18414,18457,18500,18541,18584,18627,18670,18713,18756,18799,18842,18885,18928,18971,19012,19051,19094,19137,19180,19223,19266,19309,19352,19395,19438,19481,19522,19565,19608,19651,19694,19737,19780,19823,19866,19909,19952,19993,20036,20079,20122,20165,20208,20251,20294,20337,20380,20423,20464,20507,20550,20593,20636,20679,20722,20765,20808,20851,20894,20935,20978,21021,21064,21107,21150,21193,21236,21279,21322,21365,21406,21449,21492,21535,21578,21621,21664,21707,21750,21793,21836,21877,21920,21963,22006,22049,22092,22135,22178,22221,22264,22307,22348,22391,22434,22477,22520,22563,22606,22649,22692,22735,22778,22819,22862,22905,22948,22991,23034,23077,23120,23163,23206,23249,23290,23333,23376,23419,23462,23505,23548,23591,23634,23677,23720,23761,23800,23843,23884,23925,23966,24007,24048,24089,24130,24171,24212,24253,24292,24333,24374,24416,24458,24500,24542,24584,24626,24668,24710,24749,24791,24833,24875,24917,24959,25001,25043,25085,25127,25169,25209,25251,25293,25335,25377,25419,25461,25503,25545,25587,25629,25669,25716,25763,25810,25857,25904,25951,25998,26045,26092,26139,26184,26231,26278,26325,26372,26419,26466,26513,26560,26607,26654,26699,26746,26793,26840,26887,26934,26981,27028,27075,27122,27169,27214,27261,27308,27355,27402,27449,27496,27543,27590,27637,27684,27729,27776,27823,27870,27917,27964,28011,28058,28105,28152,28199,28244,28291,28336,28381,28427",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,40,40,40,38,40,40,41,41,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,44,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16910,16953,16996,17039,17082,17123,17166,17209,17252,17295,17338,17381,17424,17467,17510,17553,17594,17637,17680,17723,17766,17809,17852,17895,17938,17981,18024,18065,18108,18151,18194,18237,18280,18323,18366,18409,18452,18495,18536,18579,18622,18665,18708,18751,18794,18837,18880,18923,18966,19007,19046,19089,19132,19175,19218,19261,19304,19347,19390,19433,19476,19517,19560,19603,19646,19689,19732,19775,19818,19861,19904,19947,19988,20031,20074,20117,20160,20203,20246,20289,20332,20375,20418,20459,20502,20545,20588,20631,20674,20717,20760,20803,20846,20889,20930,20973,21016,21059,21102,21145,21188,21231,21274,21317,21360,21401,21444,21487,21530,21573,21616,21659,21702,21745,21788,21831,21872,21915,21958,22001,22044,22087,22130,22173,22216,22259,22302,22343,22386,22429,22472,22515,22558,22601,22644,22687,22730,22773,22814,22857,22900,22943,22986,23029,23072,23115,23158,23201,23244,23285,23328,23371,23414,23457,23500,23543,23586,23629,23672,23715,23756,23795,23838,23879,23920,23961,24002,24043,24084,24125,24166,24207,24248,24287,24328,24369,24411,24453,24495,24537,24579,24621,24663,24705,24744,24786,24828,24870,24912,24954,24996,25038,25080,25122,25164,25204,25246,25288,25330,25372,25414,25456,25498,25540,25582,25624,25664,25711,25758,25805,25852,25899,25946,25993,26040,26087,26134,26179,26226,26273,26320,26367,26414,26461,26508,26555,26602,26649,26694,26741,26788,26835,26882,26929,26976,27023,27070,27117,27164,27209,27256,27303,27350,27397,27444,27491,27538,27585,27632,27679,27724,27771,27818,27865,27912,27959,28006,28053,28100,28147,28194,28239,28286,28331,28376,28422,28468"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17486,17529,17572,17615,17658,17740,17783,17826,17869,17912,17955,17998,18041,18084,18127,18170,18252,18295,18338,18381,18424,18467,18510,18553,18596,18639,18682,18764,18807,18850,18893,18936,18979,19022,19065,19108,19151,19194,19276,19319,19362,19405,19448,19491,19534,19577,19620,19663,19706,19788,19831,19874,19917,19960,20003,20046,20089,20132,20175,20218,20300,20343,20386,20429,20472,20515,20558,20601,20644,20687,20730,20812,20890,20933,20976,21019,21062,21105,21148,21191,21234,21277,21320,21402,21445,21488,21531,21574,21617,21660,21703,21746,21789,21832,21914,21957,22000,22043,22086,22129,22172,22215,22258,22301,22344,22426,22469,22512,22555,22598,22641,22684,22727,22770,22813,22856,22938,22981,23024,23067,23110,23153,23196,23239,23282,23325,23368,23450,23493,23536,23579,23622,23665,23708,23751,23794,23837,23880,23962,24005,24048,24091,24134,24177,24220,24263,24306,24349,24392,24474,24517,24560,24603,24646,24689,24732,24775,24818,24861,24904,24986,25029,25072,25115,25158,25201,25244,25287,25330,25373,25416,25498,25541,25584,25627,25670,25713,25756,25799,25842,25885,25928,26010,26088,26131,26213,26295,26377,26459,26541,26623,26705,26787,26869,26951,27029,27111,27193,27277,27361,27445,27529,27613,27697,27781,27865,27943,28027,28111,28195,28279,28363,28447,28531,28615,28699,28783,28863,28947,29031,29115,29199,29283,29367,29451,29535,29619,29703,29783,29830,29877,29924,29971,30018,30065,30112,30159,30206,30253,30298,30345,30392,30439,30486,30533,30580,30627,30674,30721,30768,30813,30860,30907,30954,31001,31048,31095,31142,31189,31236,31283,31328,31375,31422,31469,31516,31563,31610,31657,31704,31751,31798,31843,31890,31937,31984,32031,32078,32125,32172,32219,32266,32313,32358,32405,32450,32495,32541",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,40,40,40,38,40,40,41,41,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,44,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17481,17524,17567,17610,17653,17694,17778,17821,17864,17907,17950,17993,18036,18079,18122,18165,18206,18290,18333,18376,18419,18462,18505,18548,18591,18634,18677,18718,18802,18845,18888,18931,18974,19017,19060,19103,19146,19189,19230,19314,19357,19400,19443,19486,19529,19572,19615,19658,19701,19742,19826,19869,19912,19955,19998,20041,20084,20127,20170,20213,20254,20338,20381,20424,20467,20510,20553,20596,20639,20682,20725,20766,20846,20928,20971,21014,21057,21100,21143,21186,21229,21272,21315,21356,21440,21483,21526,21569,21612,21655,21698,21741,21784,21827,21868,21952,21995,22038,22081,22124,22167,22210,22253,22296,22339,22380,22464,22507,22550,22593,22636,22679,22722,22765,22808,22851,22892,22976,23019,23062,23105,23148,23191,23234,23277,23320,23363,23404,23488,23531,23574,23617,23660,23703,23746,23789,23832,23875,23916,24000,24043,24086,24129,24172,24215,24258,24301,24344,24387,24428,24512,24555,24598,24641,24684,24727,24770,24813,24856,24899,24940,25024,25067,25110,25153,25196,25239,25282,25325,25368,25411,25452,25536,25579,25622,25665,25708,25751,25794,25837,25880,25923,25964,26044,26126,26167,26249,26331,26413,26495,26577,26659,26741,26823,26905,26985,27065,27147,27230,27314,27398,27482,27566,27650,27734,27818,27899,27980,28064,28148,28232,28316,28400,28484,28568,28652,28736,28818,28900,28984,29068,29152,29236,29320,29404,29488,29572,29656,29738,29825,29872,29919,29966,30013,30060,30107,30154,30201,30248,30293,30340,30387,30434,30481,30528,30575,30622,30669,30716,30763,30808,30855,30902,30949,30996,31043,31090,31137,31184,31231,31278,31323,31370,31417,31464,31511,31558,31605,31652,31699,31746,31793,31838,31885,31932,31979,32026,32073,32120,32167,32214,32261,32308,32353,32400,32445,32490,32536,32582"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw420dp-v13\\values-sw420dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1732,1773,1814,1855,1894,1935,1976,2017,2058,2099,2140,2181,2222,2263,2304,2343,2384,2425,2466,2507,2548,2589,2630,2671,2712,2753,2792,2833,2874,2916,2958,3000,3042,3084,3126,3168,3210,3249,3291,3333,3375,3417,3459,3501,3543,3585,3627,3669,3709,3751,3793,3835,3877,3919,3961,4003,4045,4087,4129",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,41,41,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1727,1768,1809,1850,1889,1930,1971,2012,2053,2094,2135,2176,2217,2258,2299,2338,2379,2420,2461,2502,2543,2584,2625,2666,2707,2748,2787,2828,2869,2911,2953,2995,3037,3079,3121,3163,3205,3244,3286,3328,3370,3412,3454,3496,3538,3580,3622,3664,3704,3746,3788,3830,3872,3914,3956,3998,4040,4082,4124,4164"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17699,18211,18723,19235,19747,20259,20771,20851,21361,21873,22385,22897,23409,23921,24433,24945,25457,25969,26049,26172,26254,26336,26418,26500,26582,26664,26746,26828,26910,26990,27070,27152,27235,27319,27403,27487,27571,27655,27739,27823,27904,27985,28069,28153,28237,28321,28405,28489,28573,28657,28741,28823,28905,28989,29073,29157,29241,29325,29409,29493,29577,29661,29743",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,41,41,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17735,18247,18759,19271,19783,20295,20807,20885,21397,21909,22421,22933,23445,23957,24469,24981,25493,26005,26083,26208,26290,26372,26454,26536,26618,26700,26782,26864,26946,27024,27106,27188,27272,27356,27440,27524,27608,27692,27776,27860,27938,28022,28106,28190,28274,28358,28442,28526,28610,28694,28778,28858,28942,29026,29110,29194,29278,29362,29446,29530,29614,29698,29778"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw450dp-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw450dp-v13.json
new file mode 100644
index 000000000..4b1a2cb68
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw450dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-sw450dp-v13/values-sw450dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw450dp-v13\\values-sw450dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16915,16958,17001,17044,17087,17128,17171,17214,17257,17300,17343,17386,17429,17472,17515,17558,17599,17642,17685,17728,17771,17814,17857,17900,17943,17986,18029,18070,18113,18156,18199,18242,18285,18328,18371,18414,18457,18500,18541,18584,18627,18670,18713,18756,18799,18842,18885,18928,18971,19012,19051,19094,19137,19180,19223,19266,19309,19352,19395,19438,19481,19522,19565,19608,19651,19694,19737,19780,19823,19866,19909,19952,19993,20036,20079,20122,20165,20208,20251,20294,20337,20380,20423,20464,20507,20550,20593,20636,20679,20722,20765,20808,20851,20894,20935,20978,21021,21064,21107,21150,21193,21236,21279,21322,21365,21406,21449,21492,21535,21578,21621,21664,21707,21750,21793,21836,21877,21920,21963,22006,22049,22092,22135,22178,22221,22264,22307,22348,22391,22434,22477,22520,22563,22606,22649,22692,22735,22778,22819,22862,22905,22948,22991,23034,23077,23120,23163,23206,23249,23290,23333,23376,23419,23462,23505,23548,23591,23634,23677,23720,23761,23800,23843,23884,23925,23966,24007,24048,24089,24130,24172,24214,24256,24295,24337,24379,24421,24463,24505,24547,24589,24631,24673,24715,24755,24797,24839,24881,24923,24965,25007,25049,25091,25133,25175,25215,25257,25299,25341,25383,25425,25467,25509,25551,25593,25635,25675,25722,25769,25816,25863,25910,25957,26004,26051,26098,26145,26190,26237,26284,26331,26378,26425,26472,26519,26566,26613,26660,26705,26752,26799,26846,26893,26940,26987,27034,27081,27128,27175,27220,27267,27314,27361,27408,27455,27502,27549,27596,27643,27690,27735,27782,27829,27876,27923,27970,28017,28064,28111,28158,28205,28250,28297,28342,28388,28434",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,45,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16910,16953,16996,17039,17082,17123,17166,17209,17252,17295,17338,17381,17424,17467,17510,17553,17594,17637,17680,17723,17766,17809,17852,17895,17938,17981,18024,18065,18108,18151,18194,18237,18280,18323,18366,18409,18452,18495,18536,18579,18622,18665,18708,18751,18794,18837,18880,18923,18966,19007,19046,19089,19132,19175,19218,19261,19304,19347,19390,19433,19476,19517,19560,19603,19646,19689,19732,19775,19818,19861,19904,19947,19988,20031,20074,20117,20160,20203,20246,20289,20332,20375,20418,20459,20502,20545,20588,20631,20674,20717,20760,20803,20846,20889,20930,20973,21016,21059,21102,21145,21188,21231,21274,21317,21360,21401,21444,21487,21530,21573,21616,21659,21702,21745,21788,21831,21872,21915,21958,22001,22044,22087,22130,22173,22216,22259,22302,22343,22386,22429,22472,22515,22558,22601,22644,22687,22730,22773,22814,22857,22900,22943,22986,23029,23072,23115,23158,23201,23244,23285,23328,23371,23414,23457,23500,23543,23586,23629,23672,23715,23756,23795,23838,23879,23920,23961,24002,24043,24084,24125,24167,24209,24251,24290,24332,24374,24416,24458,24500,24542,24584,24626,24668,24710,24750,24792,24834,24876,24918,24960,25002,25044,25086,25128,25170,25210,25252,25294,25336,25378,25420,25462,25504,25546,25588,25630,25670,25717,25764,25811,25858,25905,25952,25999,26046,26093,26140,26185,26232,26279,26326,26373,26420,26467,26514,26561,26608,26655,26700,26747,26794,26841,26888,26935,26982,27029,27076,27123,27170,27215,27262,27309,27356,27403,27450,27497,27544,27591,27638,27685,27730,27777,27824,27871,27918,27965,28012,28059,28106,28153,28200,28245,28292,28337,28383,28429,28475"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17486,17529,17572,17615,17658,17740,17783,17826,17869,17912,17955,17998,18041,18084,18127,18170,18252,18295,18338,18381,18424,18467,18510,18553,18596,18639,18682,18764,18807,18850,18893,18936,18979,19022,19065,19108,19151,19194,19276,19319,19362,19405,19448,19491,19534,19577,19620,19663,19706,19788,19831,19874,19917,19960,20003,20046,20089,20132,20175,20218,20300,20343,20386,20429,20472,20515,20558,20601,20644,20687,20730,20812,20890,20933,20976,21019,21062,21105,21148,21191,21234,21277,21320,21402,21445,21488,21531,21574,21617,21660,21703,21746,21789,21832,21914,21957,22000,22043,22086,22129,22172,22215,22258,22301,22344,22426,22469,22512,22555,22598,22641,22684,22727,22770,22813,22856,22938,22981,23024,23067,23110,23153,23196,23239,23282,23325,23368,23450,23493,23536,23579,23622,23665,23708,23751,23794,23837,23880,23962,24005,24048,24091,24134,24177,24220,24263,24306,24349,24392,24474,24517,24560,24603,24646,24689,24732,24775,24818,24861,24904,24986,25029,25072,25115,25158,25201,25244,25287,25330,25373,25416,25498,25541,25584,25627,25670,25713,25756,25799,25842,25885,25928,26010,26088,26131,26213,26295,26377,26459,26541,26623,26705,26789,26873,26957,27035,27119,27203,27287,27371,27455,27539,27623,27707,27791,27875,27955,28039,28123,28207,28291,28375,28459,28543,28627,28711,28795,28875,28959,29043,29127,29211,29295,29379,29463,29547,29631,29715,29795,29842,29889,29936,29983,30030,30077,30124,30171,30218,30265,30310,30357,30404,30451,30498,30545,30592,30639,30686,30733,30780,30825,30872,30919,30966,31013,31060,31107,31154,31201,31248,31295,31340,31387,31434,31481,31528,31575,31622,31669,31716,31763,31810,31855,31902,31949,31996,32043,32090,32137,32184,32231,32278,32325,32370,32417,32462,32508,32554",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,45,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17481,17524,17567,17610,17653,17694,17778,17821,17864,17907,17950,17993,18036,18079,18122,18165,18206,18290,18333,18376,18419,18462,18505,18548,18591,18634,18677,18718,18802,18845,18888,18931,18974,19017,19060,19103,19146,19189,19230,19314,19357,19400,19443,19486,19529,19572,19615,19658,19701,19742,19826,19869,19912,19955,19998,20041,20084,20127,20170,20213,20254,20338,20381,20424,20467,20510,20553,20596,20639,20682,20725,20766,20846,20928,20971,21014,21057,21100,21143,21186,21229,21272,21315,21356,21440,21483,21526,21569,21612,21655,21698,21741,21784,21827,21868,21952,21995,22038,22081,22124,22167,22210,22253,22296,22339,22380,22464,22507,22550,22593,22636,22679,22722,22765,22808,22851,22892,22976,23019,23062,23105,23148,23191,23234,23277,23320,23363,23404,23488,23531,23574,23617,23660,23703,23746,23789,23832,23875,23916,24000,24043,24086,24129,24172,24215,24258,24301,24344,24387,24428,24512,24555,24598,24641,24684,24727,24770,24813,24856,24899,24940,25024,25067,25110,25153,25196,25239,25282,25325,25368,25411,25452,25536,25579,25622,25665,25708,25751,25794,25837,25880,25923,25964,26044,26126,26167,26249,26331,26413,26495,26577,26659,26742,26826,26910,26991,27072,27156,27240,27324,27408,27492,27576,27660,27744,27828,27910,27992,28076,28160,28244,28328,28412,28496,28580,28664,28748,28830,28912,28996,29080,29164,29248,29332,29416,29500,29584,29668,29750,29837,29884,29931,29978,30025,30072,30119,30166,30213,30260,30305,30352,30399,30446,30493,30540,30587,30634,30681,30728,30775,30820,30867,30914,30961,31008,31055,31102,31149,31196,31243,31290,31335,31382,31429,31476,31523,31570,31617,31664,31711,31758,31805,31850,31897,31944,31991,32038,32085,32132,32179,32226,32273,32320,32365,32412,32457,32503,32549,32595"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw450dp-v13\\values-sw450dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1732,1773,1814,1855,1894,1935,1976,2017,2058,2099,2140,2181,2222,2263,2304,2343,2384,2425,2466,2507,2548,2589,2630,2672,2714,2756,2795,2837,2879,2921,2963,3005,3047,3089,3131,3173,3215,3255,3297,3339,3381,3423,3465,3507,3549,3591,3633,3675,3715,3757,3799,3841,3883,3925,3967,4009,4051,4093,4135",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1727,1768,1809,1850,1889,1930,1971,2012,2053,2094,2135,2176,2217,2258,2299,2338,2379,2420,2461,2502,2543,2584,2625,2667,2709,2751,2790,2832,2874,2916,2958,3000,3042,3084,3126,3168,3210,3250,3292,3334,3376,3418,3460,3502,3544,3586,3628,3670,3710,3752,3794,3836,3878,3920,3962,4004,4046,4088,4130,4170"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17699,18211,18723,19235,19747,20259,20771,20851,21361,21873,22385,22897,23409,23921,24433,24945,25457,25969,26049,26172,26254,26336,26418,26500,26582,26664,26747,26831,26915,26996,27077,27161,27245,27329,27413,27497,27581,27665,27749,27833,27915,27997,28081,28165,28249,28333,28417,28501,28585,28669,28753,28835,28917,29001,29085,29169,29253,29337,29421,29505,29589,29673,29755",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17735,18247,18759,19271,19783,20295,20807,20885,21397,21909,22421,22933,23445,23957,24469,24981,25493,26005,26083,26208,26290,26372,26454,26536,26618,26700,26784,26868,26952,27030,27114,27198,27282,27366,27450,27534,27618,27702,27786,27870,27950,28034,28118,28202,28286,28370,28454,28538,28622,28706,28790,28870,28954,29038,29122,29206,29290,29374,29458,29542,29626,29710,29790"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw480dp-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw480dp-v13.json
new file mode 100644
index 000000000..e7f8015f1
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw480dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-sw480dp-v13/values-sw480dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw480dp-v13\\values-sw480dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16915,16958,17001,17044,17087,17128,17171,17214,17257,17300,17343,17386,17429,17472,17515,17558,17599,17642,17685,17728,17771,17814,17857,17900,17943,17986,18029,18070,18113,18156,18199,18242,18285,18328,18371,18414,18457,18500,18541,18584,18627,18670,18713,18756,18799,18842,18885,18928,18971,19012,19051,19094,19137,19180,19223,19266,19309,19352,19395,19438,19481,19522,19565,19608,19651,19694,19737,19780,19823,19866,19909,19952,19993,20036,20079,20122,20165,20208,20251,20294,20337,20380,20423,20464,20507,20550,20593,20636,20679,20722,20765,20808,20851,20894,20935,20978,21021,21064,21107,21150,21193,21236,21279,21322,21365,21406,21449,21492,21535,21578,21621,21664,21707,21750,21793,21836,21877,21920,21963,22006,22049,22092,22135,22178,22221,22264,22307,22348,22391,22434,22477,22520,22563,22606,22649,22692,22735,22778,22819,22862,22905,22948,22991,23034,23077,23120,23163,23206,23249,23290,23333,23376,23419,23462,23505,23548,23591,23634,23677,23720,23761,23800,23843,23884,23925,23966,24008,24050,24092,24134,24176,24218,24260,24299,24341,24383,24425,24467,24509,24551,24593,24635,24677,24719,24759,24801,24843,24885,24927,24969,25011,25053,25095,25137,25179,25219,25261,25303,25345,25387,25429,25471,25513,25555,25597,25639,25679,25726,25773,25820,25867,25914,25961,26008,26055,26102,26149,26194,26241,26288,26335,26382,26429,26476,26523,26570,26617,26664,26709,26756,26803,26850,26897,26944,26991,27038,27085,27132,27179,27224,27271,27318,27365,27412,27459,27506,27553,27600,27647,27694,27739,27786,27833,27880,27927,27974,28021,28068,28115,28162,28209,28254,28301,28346,28392,28438",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,41,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,45,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16910,16953,16996,17039,17082,17123,17166,17209,17252,17295,17338,17381,17424,17467,17510,17553,17594,17637,17680,17723,17766,17809,17852,17895,17938,17981,18024,18065,18108,18151,18194,18237,18280,18323,18366,18409,18452,18495,18536,18579,18622,18665,18708,18751,18794,18837,18880,18923,18966,19007,19046,19089,19132,19175,19218,19261,19304,19347,19390,19433,19476,19517,19560,19603,19646,19689,19732,19775,19818,19861,19904,19947,19988,20031,20074,20117,20160,20203,20246,20289,20332,20375,20418,20459,20502,20545,20588,20631,20674,20717,20760,20803,20846,20889,20930,20973,21016,21059,21102,21145,21188,21231,21274,21317,21360,21401,21444,21487,21530,21573,21616,21659,21702,21745,21788,21831,21872,21915,21958,22001,22044,22087,22130,22173,22216,22259,22302,22343,22386,22429,22472,22515,22558,22601,22644,22687,22730,22773,22814,22857,22900,22943,22986,23029,23072,23115,23158,23201,23244,23285,23328,23371,23414,23457,23500,23543,23586,23629,23672,23715,23756,23795,23838,23879,23920,23961,24003,24045,24087,24129,24171,24213,24255,24294,24336,24378,24420,24462,24504,24546,24588,24630,24672,24714,24754,24796,24838,24880,24922,24964,25006,25048,25090,25132,25174,25214,25256,25298,25340,25382,25424,25466,25508,25550,25592,25634,25674,25721,25768,25815,25862,25909,25956,26003,26050,26097,26144,26189,26236,26283,26330,26377,26424,26471,26518,26565,26612,26659,26704,26751,26798,26845,26892,26939,26986,27033,27080,27127,27174,27219,27266,27313,27360,27407,27454,27501,27548,27595,27642,27689,27734,27781,27828,27875,27922,27969,28016,28063,28110,28157,28204,28249,28296,28341,28387,28433,28479"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17486,17529,17572,17615,17658,17740,17783,17826,17869,17912,17955,17998,18041,18084,18127,18170,18252,18295,18338,18381,18424,18467,18510,18553,18596,18639,18682,18764,18807,18850,18893,18936,18979,19022,19065,19108,19151,19194,19276,19319,19362,19405,19448,19491,19534,19577,19620,19663,19706,19788,19831,19874,19917,19960,20003,20046,20089,20132,20175,20218,20300,20343,20386,20429,20472,20515,20558,20601,20644,20687,20730,20812,20890,20933,20976,21019,21062,21105,21148,21191,21234,21277,21320,21402,21445,21488,21531,21574,21617,21660,21703,21746,21789,21832,21914,21957,22000,22043,22086,22129,22172,22215,22258,22301,22344,22426,22469,22512,22555,22598,22641,22684,22727,22770,22813,22856,22938,22981,23024,23067,23110,23153,23196,23239,23282,23325,23368,23450,23493,23536,23579,23622,23665,23708,23751,23794,23837,23880,23962,24005,24048,24091,24134,24177,24220,24263,24306,24349,24392,24474,24517,24560,24603,24646,24689,24732,24775,24818,24861,24904,24986,25029,25072,25115,25158,25201,25244,25287,25330,25373,25416,25498,25541,25584,25627,25670,25713,25756,25799,25842,25885,25928,26010,26088,26131,26213,26295,26377,26461,26545,26629,26713,26797,26881,26965,27043,27127,27211,27295,27379,27463,27547,27631,27715,27799,27883,27963,28047,28131,28215,28299,28383,28467,28551,28635,28719,28803,28883,28967,29051,29135,29219,29303,29387,29471,29555,29639,29723,29803,29850,29897,29944,29991,30038,30085,30132,30179,30226,30273,30318,30365,30412,30459,30506,30553,30600,30647,30694,30741,30788,30833,30880,30927,30974,31021,31068,31115,31162,31209,31256,31303,31348,31395,31442,31489,31536,31583,31630,31677,31724,31771,31818,31863,31910,31957,32004,32051,32098,32145,32192,32239,32286,32333,32378,32425,32470,32516,32562",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,41,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,45,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17481,17524,17567,17610,17653,17694,17778,17821,17864,17907,17950,17993,18036,18079,18122,18165,18206,18290,18333,18376,18419,18462,18505,18548,18591,18634,18677,18718,18802,18845,18888,18931,18974,19017,19060,19103,19146,19189,19230,19314,19357,19400,19443,19486,19529,19572,19615,19658,19701,19742,19826,19869,19912,19955,19998,20041,20084,20127,20170,20213,20254,20338,20381,20424,20467,20510,20553,20596,20639,20682,20725,20766,20846,20928,20971,21014,21057,21100,21143,21186,21229,21272,21315,21356,21440,21483,21526,21569,21612,21655,21698,21741,21784,21827,21868,21952,21995,22038,22081,22124,22167,22210,22253,22296,22339,22380,22464,22507,22550,22593,22636,22679,22722,22765,22808,22851,22892,22976,23019,23062,23105,23148,23191,23234,23277,23320,23363,23404,23488,23531,23574,23617,23660,23703,23746,23789,23832,23875,23916,24000,24043,24086,24129,24172,24215,24258,24301,24344,24387,24428,24512,24555,24598,24641,24684,24727,24770,24813,24856,24899,24940,25024,25067,25110,25153,25196,25239,25282,25325,25368,25411,25452,25536,25579,25622,25665,25708,25751,25794,25837,25880,25923,25964,26044,26126,26167,26249,26331,26414,26498,26582,26666,26750,26834,26918,26999,27080,27164,27248,27332,27416,27500,27584,27668,27752,27836,27918,28000,28084,28168,28252,28336,28420,28504,28588,28672,28756,28838,28920,29004,29088,29172,29256,29340,29424,29508,29592,29676,29758,29845,29892,29939,29986,30033,30080,30127,30174,30221,30268,30313,30360,30407,30454,30501,30548,30595,30642,30689,30736,30783,30828,30875,30922,30969,31016,31063,31110,31157,31204,31251,31298,31343,31390,31437,31484,31531,31578,31625,31672,31719,31766,31813,31858,31905,31952,31999,32046,32093,32140,32187,32234,32281,32328,32373,32420,32465,32511,32557,32603"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw480dp-v13\\values-sw480dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1732,1773,1814,1855,1894,1935,1976,2017,2058,2099,2140,2181,2222,2263,2304,2343,2384,2425,2466,2508,2550,2592,2634,2676,2718,2760,2799,2841,2883,2925,2967,3009,3051,3093,3135,3177,3219,3259,3301,3343,3385,3427,3469,3511,3553,3595,3637,3679,3719,3761,3803,3845,3887,3929,3971,4013,4055,4097,4139",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,41,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1727,1768,1809,1850,1889,1930,1971,2012,2053,2094,2135,2176,2217,2258,2299,2338,2379,2420,2461,2503,2545,2587,2629,2671,2713,2755,2794,2836,2878,2920,2962,3004,3046,3088,3130,3172,3214,3254,3296,3338,3380,3422,3464,3506,3548,3590,3632,3674,3714,3756,3798,3840,3882,3924,3966,4008,4050,4092,4134,4174"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17699,18211,18723,19235,19747,20259,20771,20851,21361,21873,22385,22897,23409,23921,24433,24945,25457,25969,26049,26172,26254,26336,26419,26503,26587,26671,26755,26839,26923,27004,27085,27169,27253,27337,27421,27505,27589,27673,27757,27841,27923,28005,28089,28173,28257,28341,28425,28509,28593,28677,28761,28843,28925,29009,29093,29177,29261,29345,29429,29513,29597,29681,29763",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,41,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17735,18247,18759,19271,19783,20295,20807,20885,21397,21909,22421,22933,23445,23957,24469,24981,25493,26005,26083,26208,26290,26372,26456,26540,26624,26708,26792,26876,26960,27038,27122,27206,27290,27374,27458,27542,27626,27710,27794,27878,27958,28042,28126,28210,28294,28378,28462,28546,28630,28714,28798,28878,28962,29046,29130,29214,29298,29382,29466,29550,29634,29718,29798"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw510dp-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw510dp-v13.json
new file mode 100644
index 000000000..49edef92b
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw510dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-sw510dp-v13/values-sw510dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw510dp-v13\\values-sw510dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16915,16958,17001,17044,17087,17128,17171,17214,17257,17300,17343,17386,17429,17472,17515,17558,17599,17642,17685,17728,17771,17814,17857,17900,17943,17986,18029,18070,18113,18156,18199,18242,18285,18328,18371,18414,18457,18500,18541,18584,18627,18670,18713,18756,18799,18842,18885,18928,18971,19012,19051,19094,19137,19180,19223,19266,19309,19352,19395,19438,19481,19522,19565,19608,19651,19694,19737,19780,19823,19866,19909,19952,19993,20036,20079,20122,20165,20208,20251,20294,20337,20380,20423,20464,20507,20550,20593,20636,20679,20722,20765,20808,20851,20894,20935,20978,21021,21064,21107,21150,21193,21236,21279,21322,21365,21406,21449,21492,21535,21578,21621,21664,21707,21750,21793,21836,21877,21920,21963,22006,22049,22092,22135,22178,22221,22264,22307,22348,22391,22434,22477,22520,22563,22606,22649,22692,22735,22778,22819,22862,22905,22948,22991,23034,23077,23120,23163,23206,23250,23291,23335,23379,23423,23467,23511,23555,23599,23643,23687,23731,23773,23812,23856,23898,23940,23982,24024,24066,24108,24150,24192,24234,24276,24316,24358,24400,24442,24484,24526,24568,24610,24652,24694,24736,24776,24818,24860,24902,24944,24986,25028,25070,25112,25154,25196,25236,25278,25320,25362,25404,25446,25488,25530,25572,25614,25656,25696,25743,25790,25837,25884,25931,25978,26025,26072,26119,26166,26211,26258,26305,26352,26399,26446,26493,26540,26587,26634,26681,26726,26773,26820,26867,26914,26961,27008,27055,27102,27149,27196,27241,27288,27335,27382,27429,27476,27523,27570,27617,27664,27711,27756,27803,27850,27897,27944,27991,28038,28085,28132,28179,28227,28272,28320,28366,28412,28458",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,43,40,43,43,43,43,43,43,43,43,43,43,41,38,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,47,44,47,45,45,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16910,16953,16996,17039,17082,17123,17166,17209,17252,17295,17338,17381,17424,17467,17510,17553,17594,17637,17680,17723,17766,17809,17852,17895,17938,17981,18024,18065,18108,18151,18194,18237,18280,18323,18366,18409,18452,18495,18536,18579,18622,18665,18708,18751,18794,18837,18880,18923,18966,19007,19046,19089,19132,19175,19218,19261,19304,19347,19390,19433,19476,19517,19560,19603,19646,19689,19732,19775,19818,19861,19904,19947,19988,20031,20074,20117,20160,20203,20246,20289,20332,20375,20418,20459,20502,20545,20588,20631,20674,20717,20760,20803,20846,20889,20930,20973,21016,21059,21102,21145,21188,21231,21274,21317,21360,21401,21444,21487,21530,21573,21616,21659,21702,21745,21788,21831,21872,21915,21958,22001,22044,22087,22130,22173,22216,22259,22302,22343,22386,22429,22472,22515,22558,22601,22644,22687,22730,22773,22814,22857,22900,22943,22986,23029,23072,23115,23158,23201,23245,23286,23330,23374,23418,23462,23506,23550,23594,23638,23682,23726,23768,23807,23851,23893,23935,23977,24019,24061,24103,24145,24187,24229,24271,24311,24353,24395,24437,24479,24521,24563,24605,24647,24689,24731,24771,24813,24855,24897,24939,24981,25023,25065,25107,25149,25191,25231,25273,25315,25357,25399,25441,25483,25525,25567,25609,25651,25691,25738,25785,25832,25879,25926,25973,26020,26067,26114,26161,26206,26253,26300,26347,26394,26441,26488,26535,26582,26629,26676,26721,26768,26815,26862,26909,26956,27003,27050,27097,27144,27191,27236,27283,27330,27377,27424,27471,27518,27565,27612,27659,27706,27751,27798,27845,27892,27939,27986,28033,28080,28127,28174,28222,28267,28315,28361,28407,28453,28499"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17486,17529,17572,17615,17658,17740,17783,17826,17869,17912,17955,17998,18041,18084,18127,18170,18252,18295,18338,18381,18424,18467,18510,18553,18596,18639,18682,18764,18807,18850,18893,18936,18979,19022,19065,19108,19151,19194,19276,19319,19362,19405,19448,19491,19534,19577,19620,19663,19706,19788,19831,19874,19917,19960,20003,20046,20089,20132,20175,20218,20300,20343,20386,20429,20472,20515,20558,20601,20644,20687,20730,20812,20890,20933,20976,21019,21062,21105,21148,21191,21234,21277,21320,21402,21445,21488,21531,21574,21617,21660,21703,21746,21789,21832,21914,21957,22000,22043,22086,22129,22172,22215,22258,22301,22344,22426,22469,22512,22555,22598,22641,22684,22727,22770,22813,22856,22938,22981,23024,23067,23110,23153,23196,23239,23282,23325,23368,23450,23493,23536,23579,23622,23665,23708,23751,23794,23837,23880,23962,24005,24048,24091,24134,24177,24220,24263,24306,24349,24392,24474,24517,24560,24603,24646,24689,24732,24775,24818,24861,24904,24986,25029,25072,25115,25158,25201,25244,25287,25330,25373,25417,25499,25543,25587,25631,25675,25719,25763,25807,25851,25895,25939,26023,26101,26145,26229,26313,26397,26481,26565,26649,26733,26817,26901,26985,27065,27149,27233,27317,27401,27485,27569,27653,27737,27821,27905,27985,28069,28153,28237,28321,28405,28489,28573,28657,28741,28825,28905,28989,29073,29157,29241,29325,29409,29493,29577,29661,29745,29825,29872,29919,29966,30013,30060,30107,30154,30201,30248,30295,30340,30387,30434,30481,30528,30575,30622,30669,30716,30763,30810,30855,30902,30949,30996,31043,31090,31137,31184,31231,31278,31325,31370,31417,31464,31511,31558,31605,31652,31699,31746,31793,31840,31885,31932,31979,32026,32073,32120,32167,32214,32261,32308,32356,32401,32449,32495,32541,32587",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,43,40,43,43,43,43,43,43,43,43,43,43,41,38,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,47,44,47,45,45,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17481,17524,17567,17610,17653,17694,17778,17821,17864,17907,17950,17993,18036,18079,18122,18165,18206,18290,18333,18376,18419,18462,18505,18548,18591,18634,18677,18718,18802,18845,18888,18931,18974,19017,19060,19103,19146,19189,19230,19314,19357,19400,19443,19486,19529,19572,19615,19658,19701,19742,19826,19869,19912,19955,19998,20041,20084,20127,20170,20213,20254,20338,20381,20424,20467,20510,20553,20596,20639,20682,20725,20766,20846,20928,20971,21014,21057,21100,21143,21186,21229,21272,21315,21356,21440,21483,21526,21569,21612,21655,21698,21741,21784,21827,21868,21952,21995,22038,22081,22124,22167,22210,22253,22296,22339,22380,22464,22507,22550,22593,22636,22679,22722,22765,22808,22851,22892,22976,23019,23062,23105,23148,23191,23234,23277,23320,23363,23404,23488,23531,23574,23617,23660,23703,23746,23789,23832,23875,23916,24000,24043,24086,24129,24172,24215,24258,24301,24344,24387,24428,24512,24555,24598,24641,24684,24727,24770,24813,24856,24899,24940,25024,25067,25110,25153,25196,25239,25282,25325,25368,25412,25453,25538,25582,25626,25670,25714,25758,25802,25846,25890,25934,25976,26057,26140,26182,26266,26350,26434,26518,26602,26686,26770,26854,26938,27020,27102,27186,27270,27354,27438,27522,27606,27690,27774,27858,27940,28022,28106,28190,28274,28358,28442,28526,28610,28694,28778,28860,28942,29026,29110,29194,29278,29362,29446,29530,29614,29698,29780,29867,29914,29961,30008,30055,30102,30149,30196,30243,30290,30335,30382,30429,30476,30523,30570,30617,30664,30711,30758,30805,30850,30897,30944,30991,31038,31085,31132,31179,31226,31273,31320,31365,31412,31459,31506,31553,31600,31647,31694,31741,31788,31835,31880,31927,31974,32021,32068,32115,32162,32209,32256,32303,32351,32396,32444,32490,32536,32582,32628"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw510dp-v13\\values-sw510dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1732,1773,1814,1855,1894,1935,1976,2017,2058,2099,2140,2181,2222,2263,2305,2344,2386,2428,2470,2512,2554,2596,2638,2680,2722,2764,2804,2846,2888,2930,2972,3014,3056,3098,3140,3182,3224,3264,3306,3348,3390,3432,3474,3516,3558,3600,3642,3684,3724,3766,3808,3850,3892,3934,3976,4018,4060,4102,4144",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1727,1768,1809,1850,1889,1930,1971,2012,2053,2094,2135,2176,2217,2258,2300,2339,2381,2423,2465,2507,2549,2591,2633,2675,2717,2759,2799,2841,2883,2925,2967,3009,3051,3093,3135,3177,3219,3259,3301,3343,3385,3427,3469,3511,3553,3595,3637,3679,3719,3761,3803,3845,3887,3929,3971,4013,4055,4097,4139,4179"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17699,18211,18723,19235,19747,20259,20771,20851,21361,21873,22385,22897,23409,23921,24433,24945,25458,25981,26062,26187,26271,26355,26439,26523,26607,26691,26775,26859,26943,27025,27107,27191,27275,27359,27443,27527,27611,27695,27779,27863,27945,28027,28111,28195,28279,28363,28447,28531,28615,28699,28783,28865,28947,29031,29115,29199,29283,29367,29451,29535,29619,29703,29785",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17735,18247,18759,19271,19783,20295,20807,20885,21397,21909,22421,22933,23445,23957,24469,24981,25494,26018,26096,26224,26308,26392,26476,26560,26644,26728,26812,26896,26980,27060,27144,27228,27312,27396,27480,27564,27648,27732,27816,27900,27980,28064,28148,28232,28316,28400,28484,28568,28652,28736,28820,28900,28984,29068,29152,29236,29320,29404,29488,29572,29656,29740,29820"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw540dp-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw540dp-v13.json
new file mode 100644
index 000000000..4849c6057
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw540dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-sw540dp-v13/values-sw540dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw540dp-v13\\values-sw540dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1732,1773,1814,1855,1894,1935,1976,2017,2058,2099,2140,2182,2224,2266,2308,2347,2389,2431,2473,2515,2557,2599,2641,2683,2725,2767,2807,2849,2891,2933,2975,3017,3059,3101,3143,3185,3227,3267,3309,3351,3393,3435,3477,3519,3561,3603,3645,3687,3727,3769,3811,3853,3895,3937,3979,4021,4063,4105,4147",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1727,1768,1809,1850,1889,1930,1971,2012,2053,2094,2135,2177,2219,2261,2303,2342,2384,2426,2468,2510,2552,2594,2636,2678,2720,2762,2802,2844,2886,2928,2970,3012,3054,3096,3138,3180,3222,3262,3304,3346,3388,3430,3472,3514,3556,3598,3640,3682,3722,3764,3806,3848,3890,3932,3974,4016,4058,4100,4142,4182"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17699,18211,18723,19235,19747,20259,20771,20851,21361,21873,22385,22897,23409,23925,24448,24972,25496,26020,26101,26226,26310,26394,26478,26562,26646,26730,26814,26898,26982,27064,27146,27230,27314,27398,27482,27566,27650,27734,27818,27902,27984,28066,28150,28234,28318,28402,28486,28570,28654,28738,28822,28904,28986,29070,29154,29238,29322,29406,29490,29574,29658,29742,29824",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17735,18247,18759,19271,19783,20295,20807,20885,21397,21909,22421,22933,23445,23961,24485,25009,25533,26057,26135,26263,26347,26431,26515,26599,26683,26767,26851,26935,27019,27099,27183,27267,27351,27435,27519,27603,27687,27771,27855,27939,28019,28103,28187,28271,28355,28439,28523,28607,28691,28775,28859,28939,29023,29107,29191,29275,29359,29443,29527,29611,29695,29779,29859"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw540dp-v13\\values-sw540dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16915,16958,17001,17044,17087,17128,17171,17214,17257,17300,17343,17386,17429,17472,17515,17558,17599,17642,17685,17728,17771,17814,17857,17900,17943,17986,18029,18070,18113,18156,18199,18242,18285,18328,18371,18414,18457,18500,18541,18584,18627,18670,18713,18756,18799,18842,18885,18928,18971,19012,19051,19094,19137,19180,19223,19266,19309,19352,19395,19438,19481,19522,19565,19608,19651,19694,19737,19780,19823,19866,19909,19952,19993,20036,20079,20122,20165,20208,20251,20294,20337,20380,20423,20464,20507,20550,20593,20636,20679,20722,20765,20808,20851,20894,20935,20978,21021,21064,21107,21150,21193,21236,21279,21322,21365,21406,21449,21492,21535,21578,21621,21664,21708,21752,21796,21840,21881,21925,21969,22013,22057,22101,22145,22189,22233,22277,22321,22363,22407,22451,22495,22539,22583,22627,22671,22715,22759,22803,22845,22889,22933,22977,23021,23065,23109,23153,23197,23241,23285,23327,23371,23415,23459,23503,23547,23591,23635,23679,23723,23767,23809,23848,23892,23934,23976,24018,24060,24102,24144,24186,24228,24270,24312,24352,24394,24436,24478,24520,24562,24604,24646,24688,24730,24772,24812,24854,24896,24938,24980,25022,25064,25106,25148,25190,25232,25272,25314,25356,25398,25440,25482,25524,25566,25608,25650,25692,25732,25779,25826,25873,25920,25967,26014,26061,26108,26155,26202,26247,26294,26341,26388,26435,26482,26529,26576,26623,26670,26717,26762,26809,26856,26903,26950,26997,27044,27091,27138,27185,27232,27277,27324,27371,27418,27465,27512,27559,27606,27653,27700,27747,27792,27839,27886,27933,27980,28027,28074,28122,28170,28218,28266,28311,28359,28405,28451,28497",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,43,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,47,47,47,47,44,47,45,45,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16910,16953,16996,17039,17082,17123,17166,17209,17252,17295,17338,17381,17424,17467,17510,17553,17594,17637,17680,17723,17766,17809,17852,17895,17938,17981,18024,18065,18108,18151,18194,18237,18280,18323,18366,18409,18452,18495,18536,18579,18622,18665,18708,18751,18794,18837,18880,18923,18966,19007,19046,19089,19132,19175,19218,19261,19304,19347,19390,19433,19476,19517,19560,19603,19646,19689,19732,19775,19818,19861,19904,19947,19988,20031,20074,20117,20160,20203,20246,20289,20332,20375,20418,20459,20502,20545,20588,20631,20674,20717,20760,20803,20846,20889,20930,20973,21016,21059,21102,21145,21188,21231,21274,21317,21360,21401,21444,21487,21530,21573,21616,21659,21703,21747,21791,21835,21876,21920,21964,22008,22052,22096,22140,22184,22228,22272,22316,22358,22402,22446,22490,22534,22578,22622,22666,22710,22754,22798,22840,22884,22928,22972,23016,23060,23104,23148,23192,23236,23280,23322,23366,23410,23454,23498,23542,23586,23630,23674,23718,23762,23804,23843,23887,23929,23971,24013,24055,24097,24139,24181,24223,24265,24307,24347,24389,24431,24473,24515,24557,24599,24641,24683,24725,24767,24807,24849,24891,24933,24975,25017,25059,25101,25143,25185,25227,25267,25309,25351,25393,25435,25477,25519,25561,25603,25645,25687,25727,25774,25821,25868,25915,25962,26009,26056,26103,26150,26197,26242,26289,26336,26383,26430,26477,26524,26571,26618,26665,26712,26757,26804,26851,26898,26945,26992,27039,27086,27133,27180,27227,27272,27319,27366,27413,27460,27507,27554,27601,27648,27695,27742,27787,27834,27881,27928,27975,28022,28069,28117,28165,28213,28261,28306,28354,28400,28446,28492,28538"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17486,17529,17572,17615,17658,17740,17783,17826,17869,17912,17955,17998,18041,18084,18127,18170,18252,18295,18338,18381,18424,18467,18510,18553,18596,18639,18682,18764,18807,18850,18893,18936,18979,19022,19065,19108,19151,19194,19276,19319,19362,19405,19448,19491,19534,19577,19620,19663,19706,19788,19831,19874,19917,19960,20003,20046,20089,20132,20175,20218,20300,20343,20386,20429,20472,20515,20558,20601,20644,20687,20730,20812,20890,20933,20976,21019,21062,21105,21148,21191,21234,21277,21320,21402,21445,21488,21531,21574,21617,21660,21703,21746,21789,21832,21914,21957,22000,22043,22086,22129,22172,22215,22258,22301,22344,22426,22469,22512,22555,22598,22641,22684,22727,22770,22813,22856,22938,22981,23024,23067,23110,23153,23196,23239,23282,23325,23368,23450,23493,23536,23579,23622,23665,23708,23752,23796,23840,23884,23966,24010,24054,24098,24142,24186,24230,24274,24318,24362,24406,24490,24534,24578,24622,24666,24710,24754,24798,24842,24886,24930,25014,25058,25102,25146,25190,25234,25278,25322,25366,25410,25454,25538,25582,25626,25670,25714,25758,25802,25846,25890,25934,25978,26062,26140,26184,26268,26352,26436,26520,26604,26688,26772,26856,26940,27024,27104,27188,27272,27356,27440,27524,27608,27692,27776,27860,27944,28024,28108,28192,28276,28360,28444,28528,28612,28696,28780,28864,28944,29028,29112,29196,29280,29364,29448,29532,29616,29700,29784,29864,29911,29958,30005,30052,30099,30146,30193,30240,30287,30334,30379,30426,30473,30520,30567,30614,30661,30708,30755,30802,30849,30894,30941,30988,31035,31082,31129,31176,31223,31270,31317,31364,31409,31456,31503,31550,31597,31644,31691,31738,31785,31832,31879,31924,31971,32018,32065,32112,32159,32206,32254,32302,32350,32398,32443,32491,32537,32583,32629",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,43,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,47,47,47,47,44,47,45,45,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17481,17524,17567,17610,17653,17694,17778,17821,17864,17907,17950,17993,18036,18079,18122,18165,18206,18290,18333,18376,18419,18462,18505,18548,18591,18634,18677,18718,18802,18845,18888,18931,18974,19017,19060,19103,19146,19189,19230,19314,19357,19400,19443,19486,19529,19572,19615,19658,19701,19742,19826,19869,19912,19955,19998,20041,20084,20127,20170,20213,20254,20338,20381,20424,20467,20510,20553,20596,20639,20682,20725,20766,20846,20928,20971,21014,21057,21100,21143,21186,21229,21272,21315,21356,21440,21483,21526,21569,21612,21655,21698,21741,21784,21827,21868,21952,21995,22038,22081,22124,22167,22210,22253,22296,22339,22380,22464,22507,22550,22593,22636,22679,22722,22765,22808,22851,22892,22976,23019,23062,23105,23148,23191,23234,23277,23320,23363,23404,23488,23531,23574,23617,23660,23703,23747,23791,23835,23879,23920,24005,24049,24093,24137,24181,24225,24269,24313,24357,24401,24443,24529,24573,24617,24661,24705,24749,24793,24837,24881,24925,24967,25053,25097,25141,25185,25229,25273,25317,25361,25405,25449,25491,25577,25621,25665,25709,25753,25797,25841,25885,25929,25973,26015,26096,26179,26221,26305,26389,26473,26557,26641,26725,26809,26893,26977,27059,27141,27225,27309,27393,27477,27561,27645,27729,27813,27897,27979,28061,28145,28229,28313,28397,28481,28565,28649,28733,28817,28899,28981,29065,29149,29233,29317,29401,29485,29569,29653,29737,29819,29906,29953,30000,30047,30094,30141,30188,30235,30282,30329,30374,30421,30468,30515,30562,30609,30656,30703,30750,30797,30844,30889,30936,30983,31030,31077,31124,31171,31218,31265,31312,31359,31404,31451,31498,31545,31592,31639,31686,31733,31780,31827,31874,31919,31966,32013,32060,32107,32154,32201,32249,32297,32345,32393,32438,32486,32532,32578,32624,32670"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw570dp-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw570dp-v13.json
new file mode 100644
index 000000000..b20bcdeb8
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw570dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-sw570dp-v13/values-sw570dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw570dp-v13\\values-sw570dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16915,16958,17001,17044,17087,17128,17171,17214,17257,17300,17343,17386,17429,17472,17515,17558,17599,17642,17685,17728,17771,17814,17857,17900,17943,17986,18029,18070,18113,18156,18199,18242,18285,18328,18371,18414,18457,18500,18541,18584,18627,18670,18713,18756,18799,18842,18885,18928,18971,19012,19051,19094,19137,19180,19223,19266,19309,19352,19395,19438,19481,19522,19565,19608,19651,19694,19737,19780,19823,19866,19909,19952,19993,20036,20079,20122,20165,20208,20251,20294,20338,20382,20426,20467,20511,20555,20599,20643,20687,20731,20775,20819,20863,20907,20949,20993,21037,21081,21125,21169,21213,21257,21301,21345,21389,21431,21475,21519,21563,21607,21651,21695,21739,21783,21827,21871,21913,21957,22001,22045,22089,22133,22177,22221,22265,22309,22353,22395,22439,22483,22527,22571,22615,22659,22703,22747,22791,22835,22877,22921,22965,23009,23053,23097,23141,23185,23229,23273,23317,23359,23403,23447,23491,23535,23579,23623,23667,23711,23755,23799,23841,23880,23924,23966,24008,24050,24092,24134,24176,24218,24260,24302,24344,24384,24426,24468,24510,24552,24594,24636,24678,24720,24762,24804,24844,24886,24928,24970,25012,25054,25096,25138,25180,25222,25264,25304,25346,25388,25430,25472,25514,25556,25598,25640,25682,25724,25764,25811,25858,25905,25952,25999,26046,26093,26140,26187,26234,26279,26326,26373,26420,26467,26514,26561,26608,26655,26702,26749,26794,26841,26888,26935,26982,27029,27076,27123,27170,27217,27264,27309,27356,27403,27450,27497,27544,27591,27638,27685,27732,27779,27824,27871,27918,27965,28013,28061,28109,28157,28205,28253,28301,28346,28394,28440,28486,28532",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,47,47,47,47,47,47,47,44,47,45,45,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16910,16953,16996,17039,17082,17123,17166,17209,17252,17295,17338,17381,17424,17467,17510,17553,17594,17637,17680,17723,17766,17809,17852,17895,17938,17981,18024,18065,18108,18151,18194,18237,18280,18323,18366,18409,18452,18495,18536,18579,18622,18665,18708,18751,18794,18837,18880,18923,18966,19007,19046,19089,19132,19175,19218,19261,19304,19347,19390,19433,19476,19517,19560,19603,19646,19689,19732,19775,19818,19861,19904,19947,19988,20031,20074,20117,20160,20203,20246,20289,20333,20377,20421,20462,20506,20550,20594,20638,20682,20726,20770,20814,20858,20902,20944,20988,21032,21076,21120,21164,21208,21252,21296,21340,21384,21426,21470,21514,21558,21602,21646,21690,21734,21778,21822,21866,21908,21952,21996,22040,22084,22128,22172,22216,22260,22304,22348,22390,22434,22478,22522,22566,22610,22654,22698,22742,22786,22830,22872,22916,22960,23004,23048,23092,23136,23180,23224,23268,23312,23354,23398,23442,23486,23530,23574,23618,23662,23706,23750,23794,23836,23875,23919,23961,24003,24045,24087,24129,24171,24213,24255,24297,24339,24379,24421,24463,24505,24547,24589,24631,24673,24715,24757,24799,24839,24881,24923,24965,25007,25049,25091,25133,25175,25217,25259,25299,25341,25383,25425,25467,25509,25551,25593,25635,25677,25719,25759,25806,25853,25900,25947,25994,26041,26088,26135,26182,26229,26274,26321,26368,26415,26462,26509,26556,26603,26650,26697,26744,26789,26836,26883,26930,26977,27024,27071,27118,27165,27212,27259,27304,27351,27398,27445,27492,27539,27586,27633,27680,27727,27774,27819,27866,27913,27960,28008,28056,28104,28152,28200,28248,28296,28341,28389,28435,28481,28527,28573"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17486,17529,17572,17615,17658,17740,17783,17826,17869,17912,17955,17998,18041,18084,18127,18170,18252,18295,18338,18381,18424,18467,18510,18553,18596,18639,18682,18764,18807,18850,18893,18936,18979,19022,19065,19108,19151,19194,19276,19319,19362,19405,19448,19491,19534,19577,19620,19663,19706,19788,19831,19874,19917,19960,20003,20046,20089,20132,20175,20218,20300,20343,20386,20429,20472,20515,20558,20601,20644,20687,20730,20812,20890,20933,20976,21019,21062,21105,21148,21191,21234,21277,21320,21402,21445,21488,21531,21574,21617,21660,21703,21746,21789,21832,21914,21957,22000,22043,22086,22129,22172,22215,22259,22303,22347,22429,22473,22517,22561,22605,22649,22693,22737,22781,22825,22869,22953,22997,23041,23085,23129,23173,23217,23261,23305,23349,23393,23477,23521,23565,23609,23653,23697,23741,23785,23829,23873,23917,24001,24045,24089,24133,24177,24221,24265,24309,24353,24397,24441,24525,24569,24613,24657,24701,24745,24789,24833,24877,24921,24965,25049,25093,25137,25181,25225,25269,25313,25357,25401,25445,25489,25573,25617,25661,25705,25749,25793,25837,25881,25925,25969,26013,26097,26175,26219,26303,26387,26471,26555,26639,26723,26807,26891,26975,27059,27139,27223,27307,27391,27475,27559,27643,27727,27811,27895,27979,28059,28143,28227,28311,28395,28479,28563,28647,28731,28815,28899,28979,29063,29147,29231,29315,29399,29483,29567,29651,29735,29819,29899,29946,29993,30040,30087,30134,30181,30228,30275,30322,30369,30414,30461,30508,30555,30602,30649,30696,30743,30790,30837,30884,30929,30976,31023,31070,31117,31164,31211,31258,31305,31352,31399,31444,31491,31538,31585,31632,31679,31726,31773,31820,31867,31914,31959,32006,32053,32100,32148,32196,32244,32292,32340,32388,32436,32481,32529,32575,32621,32667",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,47,47,47,47,47,47,47,44,47,45,45,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17481,17524,17567,17610,17653,17694,17778,17821,17864,17907,17950,17993,18036,18079,18122,18165,18206,18290,18333,18376,18419,18462,18505,18548,18591,18634,18677,18718,18802,18845,18888,18931,18974,19017,19060,19103,19146,19189,19230,19314,19357,19400,19443,19486,19529,19572,19615,19658,19701,19742,19826,19869,19912,19955,19998,20041,20084,20127,20170,20213,20254,20338,20381,20424,20467,20510,20553,20596,20639,20682,20725,20766,20846,20928,20971,21014,21057,21100,21143,21186,21229,21272,21315,21356,21440,21483,21526,21569,21612,21655,21698,21741,21784,21827,21868,21952,21995,22038,22081,22124,22167,22210,22254,22298,22342,22383,22468,22512,22556,22600,22644,22688,22732,22776,22820,22864,22906,22992,23036,23080,23124,23168,23212,23256,23300,23344,23388,23430,23516,23560,23604,23648,23692,23736,23780,23824,23868,23912,23954,24040,24084,24128,24172,24216,24260,24304,24348,24392,24436,24478,24564,24608,24652,24696,24740,24784,24828,24872,24916,24960,25002,25088,25132,25176,25220,25264,25308,25352,25396,25440,25484,25526,25612,25656,25700,25744,25788,25832,25876,25920,25964,26008,26050,26131,26214,26256,26340,26424,26508,26592,26676,26760,26844,26928,27012,27094,27176,27260,27344,27428,27512,27596,27680,27764,27848,27932,28014,28096,28180,28264,28348,28432,28516,28600,28684,28768,28852,28934,29016,29100,29184,29268,29352,29436,29520,29604,29688,29772,29854,29941,29988,30035,30082,30129,30176,30223,30270,30317,30364,30409,30456,30503,30550,30597,30644,30691,30738,30785,30832,30879,30924,30971,31018,31065,31112,31159,31206,31253,31300,31347,31394,31439,31486,31533,31580,31627,31674,31721,31768,31815,31862,31909,31954,32001,32048,32095,32143,32191,32239,32287,32335,32383,32431,32476,32524,32570,32616,32662,32708"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw570dp-v13\\values-sw570dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1732,1773,1814,1855,1894,1935,1976,2017,2059,2101,2143,2185,2227,2269,2311,2350,2392,2434,2476,2518,2560,2602,2644,2686,2728,2770,2810,2852,2894,2936,2978,3020,3062,3104,3146,3188,3230,3270,3312,3354,3396,3438,3480,3522,3564,3606,3648,3690,3730,3772,3814,3856,3898,3940,3982,4024,4066,4108,4150",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,41,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1727,1768,1809,1850,1889,1930,1971,2012,2054,2096,2138,2180,2222,2264,2306,2345,2387,2429,2471,2513,2555,2597,2639,2681,2723,2765,2805,2847,2889,2931,2973,3015,3057,3099,3141,3183,3225,3265,3307,3349,3391,3433,3475,3517,3559,3601,3643,3685,3725,3767,3809,3851,3893,3935,3977,4019,4061,4103,4145,4185"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17699,18211,18723,19235,19747,20259,20771,20851,21361,21873,22388,22911,23435,23959,24483,25007,25531,26055,26136,26261,26345,26429,26513,26597,26681,26765,26849,26933,27017,27099,27181,27265,27349,27433,27517,27601,27685,27769,27853,27937,28019,28101,28185,28269,28353,28437,28521,28605,28689,28773,28857,28939,29021,29105,29189,29273,29357,29441,29525,29609,29693,29777,29859",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,41,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17735,18247,18759,19271,19783,20295,20807,20885,21397,21909,22424,22948,23472,23996,24520,25044,25568,26092,26170,26298,26382,26466,26550,26634,26718,26802,26886,26970,27054,27134,27218,27302,27386,27470,27554,27638,27722,27806,27890,27974,28054,28138,28222,28306,28390,28474,28558,28642,28726,28810,28894,28974,29058,29142,29226,29310,29394,29478,29562,29646,29730,29814,29894"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json
new file mode 100644
index 000000000..8e95b0977
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-sw600dp-v13/values-sw600dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,10,11,12,13,14",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,115,185,256,328,386,444,553,617,673,732,795",
+ "endLines": "2,3,4,5,6,7,9,10,11,12,13,17",
+ "endColumns": "59,69,70,71,57,57,10,63,55,58,62,10",
+ "endOffsets": "110,180,251,323,381,439,548,612,668,727,790,962"
+ },
+ "to": {
+ "startLines": "770,771,772,773,774,775,776,778,779,780,781,782",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "33308,33368,33438,33509,33581,33639,33697,33806,33870,33926,33985,34048",
+ "endLines": "770,771,772,773,774,775,777,778,779,780,781,785",
+ "endColumns": "59,69,70,71,57,57,10,63,55,58,62,10",
+ "endOffsets": "33363,33433,33504,33576,33634,33692,33801,33865,33921,33980,34043,34215"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16915,16958,17001,17044,17087,17128,17171,17214,17257,17300,17343,17386,17429,17472,17515,17558,17599,17642,17685,17728,17771,17814,17857,17900,17943,17986,18029,18070,18113,18156,18199,18242,18285,18328,18371,18414,18457,18500,18541,18584,18627,18670,18713,18756,18799,18842,18885,18928,18971,19012,19051,19095,19139,19183,19227,19271,19315,19359,19403,19447,19491,19533,19577,19621,19665,19709,19753,19797,19841,19885,19929,19973,20015,20059,20103,20147,20191,20235,20279,20323,20367,20411,20455,20497,20541,20585,20629,20673,20717,20761,20805,20849,20893,20937,20979,21023,21067,21111,21155,21199,21243,21287,21331,21375,21419,21461,21505,21549,21593,21637,21681,21725,21769,21813,21857,21901,21943,21987,22031,22075,22119,22163,22207,22251,22295,22339,22383,22425,22469,22513,22557,22601,22645,22689,22733,22777,22821,22865,22907,22951,22995,23039,23083,23127,23171,23215,23259,23303,23347,23389,23433,23477,23521,23565,23609,23653,23697,23741,23785,23829,23871,23911,23955,23997,24039,24081,24123,24165,24207,24249,24291,24333,24375,24415,24457,24499,24541,24583,24625,24667,24709,24751,24793,24835,24875,24917,24959,25001,25043,25085,25127,25169,25211,25253,25295,25335,25377,25419,25461,25503,25545,25587,25629,25671,25713,25755,25795,25842,25889,25936,25983,26030,26077,26124,26171,26218,26265,26310,26357,26404,26451,26498,26545,26592,26639,26686,26733,26780,26825,26872,26919,26966,27013,27060,27107,27154,27201,27248,27295,27340,27387,27434,27481,27528,27575,27622,27669,27716,27763,27810,27855,27903,27951,27999,28047,28095,28143,28191,28239,28287,28335,28381,28429,28475,28521,28567",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16910,16953,16996,17039,17082,17123,17166,17209,17252,17295,17338,17381,17424,17467,17510,17553,17594,17637,17680,17723,17766,17809,17852,17895,17938,17981,18024,18065,18108,18151,18194,18237,18280,18323,18366,18409,18452,18495,18536,18579,18622,18665,18708,18751,18794,18837,18880,18923,18966,19007,19046,19090,19134,19178,19222,19266,19310,19354,19398,19442,19486,19528,19572,19616,19660,19704,19748,19792,19836,19880,19924,19968,20010,20054,20098,20142,20186,20230,20274,20318,20362,20406,20450,20492,20536,20580,20624,20668,20712,20756,20800,20844,20888,20932,20974,21018,21062,21106,21150,21194,21238,21282,21326,21370,21414,21456,21500,21544,21588,21632,21676,21720,21764,21808,21852,21896,21938,21982,22026,22070,22114,22158,22202,22246,22290,22334,22378,22420,22464,22508,22552,22596,22640,22684,22728,22772,22816,22860,22902,22946,22990,23034,23078,23122,23166,23210,23254,23298,23342,23384,23428,23472,23516,23560,23604,23648,23692,23736,23780,23824,23866,23906,23950,23992,24034,24076,24118,24160,24202,24244,24286,24328,24370,24410,24452,24494,24536,24578,24620,24662,24704,24746,24788,24830,24870,24912,24954,24996,25038,25080,25122,25164,25206,25248,25290,25330,25372,25414,25456,25498,25540,25582,25624,25666,25708,25750,25790,25837,25884,25931,25978,26025,26072,26119,26166,26213,26260,26305,26352,26399,26446,26493,26540,26587,26634,26681,26728,26775,26820,26867,26914,26961,27008,27055,27102,27149,27196,27243,27290,27335,27382,27429,27476,27523,27570,27617,27664,27711,27758,27805,27850,27898,27946,27994,28042,28090,28138,28186,28234,28282,28330,28376,28424,28470,28516,28562,28608"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17486,17529,17572,17615,17658,17740,17783,17826,17869,17912,17955,17998,18041,18084,18127,18170,18252,18295,18338,18381,18424,18467,18510,18553,18596,18639,18682,18764,18807,18850,18893,18936,18979,19022,19065,19108,19151,19194,19276,19319,19362,19405,19448,19491,19534,19577,19620,19663,19706,19788,19831,19874,19917,19960,20003,20046,20089,20132,20175,20218,20300,20343,20386,20429,20472,20515,20558,20601,20644,20687,20730,20812,20890,20934,20978,21022,21066,21110,21154,21198,21242,21286,21330,21414,21458,21502,21546,21590,21634,21678,21722,21766,21810,21854,21938,21982,22026,22070,22114,22158,22202,22246,22290,22334,22378,22462,22506,22550,22594,22638,22682,22726,22770,22814,22858,22902,22986,23030,23074,23118,23162,23206,23250,23294,23338,23382,23426,23510,23554,23598,23642,23686,23730,23774,23818,23862,23906,23950,24034,24078,24122,24166,24210,24254,24298,24342,24386,24430,24474,24558,24602,24646,24690,24734,24778,24822,24866,24910,24954,24998,25082,25126,25170,25214,25258,25302,25346,25390,25434,25478,25522,25606,25650,25694,25738,25782,25826,25870,25914,25958,26002,26046,26130,26210,26254,26338,26422,26506,26590,26674,26758,26842,26926,27010,27094,27174,27258,27342,27426,27510,27594,27678,27762,27846,27930,28014,28094,28178,28262,28346,28430,28514,28598,28682,28766,28850,28934,29014,29098,29182,29266,29350,29434,29518,29602,29686,29770,29854,29934,29981,30028,30075,30122,30169,30216,30263,30310,30357,30404,30449,30496,30543,30590,30637,30684,30731,30778,30825,30872,30919,30964,31011,31058,31105,31152,31199,31246,31293,31340,31387,31434,31479,31526,31573,31620,31667,31714,31761,31808,31855,31902,31949,31994,32042,32090,32138,32186,32234,32282,32330,32378,32426,32474,32520,32568,32614,32660,32706",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17481,17524,17567,17610,17653,17694,17778,17821,17864,17907,17950,17993,18036,18079,18122,18165,18206,18290,18333,18376,18419,18462,18505,18548,18591,18634,18677,18718,18802,18845,18888,18931,18974,19017,19060,19103,19146,19189,19230,19314,19357,19400,19443,19486,19529,19572,19615,19658,19701,19742,19826,19869,19912,19955,19998,20041,20084,20127,20170,20213,20254,20338,20381,20424,20467,20510,20553,20596,20639,20682,20725,20766,20846,20929,20973,21017,21061,21105,21149,21193,21237,21281,21325,21367,21453,21497,21541,21585,21629,21673,21717,21761,21805,21849,21891,21977,22021,22065,22109,22153,22197,22241,22285,22329,22373,22415,22501,22545,22589,22633,22677,22721,22765,22809,22853,22897,22939,23025,23069,23113,23157,23201,23245,23289,23333,23377,23421,23463,23549,23593,23637,23681,23725,23769,23813,23857,23901,23945,23987,24073,24117,24161,24205,24249,24293,24337,24381,24425,24469,24511,24597,24641,24685,24729,24773,24817,24861,24905,24949,24993,25035,25121,25165,25209,25253,25297,25341,25385,25429,25473,25517,25559,25645,25689,25733,25777,25821,25865,25909,25953,25997,26041,26083,26165,26249,26291,26375,26459,26543,26627,26711,26795,26879,26963,27047,27129,27211,27295,27379,27463,27547,27631,27715,27799,27883,27967,28049,28131,28215,28299,28383,28467,28551,28635,28719,28803,28887,28969,29051,29135,29219,29303,29387,29471,29555,29639,29723,29807,29889,29976,30023,30070,30117,30164,30211,30258,30305,30352,30399,30444,30491,30538,30585,30632,30679,30726,30773,30820,30867,30914,30959,31006,31053,31100,31147,31194,31241,31288,31335,31382,31429,31474,31521,31568,31615,31662,31709,31756,31803,31850,31897,31944,31989,32037,32085,32133,32181,32229,32277,32325,32373,32421,32469,32515,32563,32609,32655,32701,32747"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1732,1773,1814,1855,1894,1936,1978,2020,2062,2104,2146,2188,2230,2272,2314,2354,2396,2438,2480,2522,2564,2606,2648,2690,2732,2774,2814,2856,2898,2940,2982,3024,3066,3108,3150,3192,3234,3274,3316,3358,3400,3442,3484,3526,3568,3610,3652,3694,3734,3776,3818,3860,3902,3944,3986,4028,4070,4112,4154",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1727,1768,1809,1850,1889,1931,1973,2015,2057,2099,2141,2183,2225,2267,2309,2349,2391,2433,2475,2517,2559,2601,2643,2685,2727,2769,2809,2851,2893,2935,2977,3019,3061,3103,3145,3187,3229,3269,3311,3353,3395,3437,3479,3521,3563,3605,3647,3689,3729,3771,3813,3855,3897,3939,3981,4023,4065,4107,4149,4189"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17699,18211,18723,19235,19747,20259,20771,20851,21372,21896,22420,22944,23468,23992,24516,25040,25564,26088,26170,26296,26380,26464,26548,26632,26716,26800,26884,26968,27052,27134,27216,27300,27384,27468,27552,27636,27720,27804,27888,27972,28054,28136,28220,28304,28388,28472,28556,28640,28724,28808,28892,28974,29056,29140,29224,29308,29392,29476,29560,29644,29728,29812,29894",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17735,18247,18759,19271,19783,20295,20807,20885,21409,21933,22457,22981,23505,24029,24553,25077,25601,26125,26205,26333,26417,26501,26585,26669,26753,26837,26921,27005,27089,27169,27253,27337,27421,27505,27589,27673,27757,27841,27925,28009,28089,28173,28257,28341,28425,28509,28593,28677,28761,28845,28929,29009,29093,29177,29261,29345,29429,29513,29597,29681,29765,29849,29929"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,124,193,263,337,413,472,543",
+ "endColumns": "68,68,69,73,75,58,70,67",
+ "endOffsets": "119,188,258,332,408,467,538,606"
+ },
+ "to": {
+ "startLines": "762,763,764,765,766,767,768,769",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "32752,32821,32890,32960,33034,33110,33169,33240",
+ "endColumns": "68,68,69,73,75,58,70,67",
+ "endOffsets": "32816,32885,32955,33029,33105,33164,33235,33303"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw630dp-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw630dp-v13.json
new file mode 100644
index 000000000..23037395f
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw630dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-sw630dp-v13/values-sw630dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw630dp-v13\\values-sw630dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1732,1773,1815,1857,1896,1938,1980,2022,2064,2106,2148,2190,2232,2274,2316,2356,2398,2440,2482,2524,2566,2608,2650,2692,2734,2776,2816,2858,2900,2942,2984,3026,3068,3110,3152,3194,3236,3276,3318,3360,3402,3444,3486,3528,3570,3612,3654,3696,3736,3778,3820,3862,3904,3946,3988,4030,4072,4114,4156",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1727,1768,1810,1852,1891,1933,1975,2017,2059,2101,2143,2185,2227,2269,2311,2351,2393,2435,2477,2519,2561,2603,2645,2687,2729,2771,2811,2853,2895,2937,2979,3021,3063,3105,3147,3189,3231,3271,3313,3355,3397,3439,3481,3523,3565,3607,3649,3691,3731,3773,3815,3857,3899,3941,3983,4025,4067,4109,4151,4191"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17699,18211,18723,19235,19750,20273,20797,20878,21399,21923,22447,22971,23495,24019,24543,25067,25591,26115,26197,26323,26407,26491,26575,26659,26743,26827,26911,26995,27079,27161,27243,27327,27411,27495,27579,27663,27747,27831,27915,27999,28081,28163,28247,28331,28415,28499,28583,28667,28751,28835,28919,29001,29083,29167,29251,29335,29419,29503,29587,29671,29755,29839,29921",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17735,18247,18759,19271,19786,20310,20834,20912,21436,21960,22484,23008,23532,24056,24580,25104,25628,26152,26232,26360,26444,26528,26612,26696,26780,26864,26948,27032,27116,27196,27280,27364,27448,27532,27616,27700,27784,27868,27952,28036,28116,28200,28284,28368,28452,28536,28620,28704,28788,28872,28956,29036,29120,29204,29288,29372,29456,29540,29624,29708,29792,29876,29956"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw630dp-v13\\values-sw630dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16915,16958,17001,17044,17087,17128,17171,17214,17257,17300,17343,17386,17429,17472,17515,17558,17599,17642,17685,17728,17771,17814,17857,17900,17944,17988,18032,18073,18117,18161,18205,18249,18293,18337,18381,18425,18469,18513,18555,18599,18643,18687,18731,18775,18819,18863,18907,18951,18995,19037,19076,19120,19164,19208,19252,19296,19340,19384,19428,19472,19516,19558,19602,19646,19690,19734,19778,19822,19866,19910,19954,19998,20040,20084,20128,20172,20216,20260,20304,20348,20392,20436,20480,20522,20566,20610,20654,20698,20742,20786,20830,20874,20918,20962,21004,21048,21092,21136,21180,21224,21268,21312,21356,21400,21444,21486,21530,21574,21618,21662,21706,21750,21794,21838,21882,21926,21968,22012,22056,22100,22144,22188,22232,22276,22320,22364,22408,22450,22494,22538,22582,22626,22670,22714,22758,22802,22846,22890,22932,22976,23020,23064,23108,23152,23196,23240,23284,23328,23372,23414,23458,23502,23546,23590,23634,23678,23722,23766,23810,23854,23896,23936,23980,24022,24064,24106,24148,24190,24232,24274,24316,24358,24400,24440,24482,24524,24566,24608,24650,24692,24734,24776,24818,24860,24900,24942,24984,25026,25068,25110,25152,25194,25236,25278,25320,25360,25402,25444,25486,25528,25570,25612,25654,25696,25738,25780,25820,25867,25914,25961,26008,26055,26102,26149,26196,26243,26290,26335,26382,26429,26476,26523,26570,26617,26664,26711,26758,26805,26850,26897,26944,26991,27038,27085,27132,27179,27226,27273,27320,27365,27412,27459,27506,27553,27600,27647,27694,27741,27789,27837,27882,27930,27978,28026,28074,28122,28170,28218,28266,28314,28362,28408,28456,28502,28548,28594",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,47,47,44,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16910,16953,16996,17039,17082,17123,17166,17209,17252,17295,17338,17381,17424,17467,17510,17553,17594,17637,17680,17723,17766,17809,17852,17895,17939,17983,18027,18068,18112,18156,18200,18244,18288,18332,18376,18420,18464,18508,18550,18594,18638,18682,18726,18770,18814,18858,18902,18946,18990,19032,19071,19115,19159,19203,19247,19291,19335,19379,19423,19467,19511,19553,19597,19641,19685,19729,19773,19817,19861,19905,19949,19993,20035,20079,20123,20167,20211,20255,20299,20343,20387,20431,20475,20517,20561,20605,20649,20693,20737,20781,20825,20869,20913,20957,20999,21043,21087,21131,21175,21219,21263,21307,21351,21395,21439,21481,21525,21569,21613,21657,21701,21745,21789,21833,21877,21921,21963,22007,22051,22095,22139,22183,22227,22271,22315,22359,22403,22445,22489,22533,22577,22621,22665,22709,22753,22797,22841,22885,22927,22971,23015,23059,23103,23147,23191,23235,23279,23323,23367,23409,23453,23497,23541,23585,23629,23673,23717,23761,23805,23849,23891,23931,23975,24017,24059,24101,24143,24185,24227,24269,24311,24353,24395,24435,24477,24519,24561,24603,24645,24687,24729,24771,24813,24855,24895,24937,24979,25021,25063,25105,25147,25189,25231,25273,25315,25355,25397,25439,25481,25523,25565,25607,25649,25691,25733,25775,25815,25862,25909,25956,26003,26050,26097,26144,26191,26238,26285,26330,26377,26424,26471,26518,26565,26612,26659,26706,26753,26800,26845,26892,26939,26986,27033,27080,27127,27174,27221,27268,27315,27360,27407,27454,27501,27548,27595,27642,27689,27736,27784,27832,27877,27925,27973,28021,28069,28117,28165,28213,28261,28309,28357,28403,28451,28497,28543,28589,28635"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17486,17529,17572,17615,17658,17740,17783,17826,17869,17912,17955,17998,18041,18084,18127,18170,18252,18295,18338,18381,18424,18467,18510,18553,18596,18639,18682,18764,18807,18850,18893,18936,18979,19022,19065,19108,19151,19194,19276,19319,19362,19405,19448,19491,19534,19577,19621,19665,19709,19791,19835,19879,19923,19967,20011,20055,20099,20143,20187,20231,20315,20359,20403,20447,20491,20535,20579,20623,20667,20711,20755,20839,20917,20961,21005,21049,21093,21137,21181,21225,21269,21313,21357,21441,21485,21529,21573,21617,21661,21705,21749,21793,21837,21881,21965,22009,22053,22097,22141,22185,22229,22273,22317,22361,22405,22489,22533,22577,22621,22665,22709,22753,22797,22841,22885,22929,23013,23057,23101,23145,23189,23233,23277,23321,23365,23409,23453,23537,23581,23625,23669,23713,23757,23801,23845,23889,23933,23977,24061,24105,24149,24193,24237,24281,24325,24369,24413,24457,24501,24585,24629,24673,24717,24761,24805,24849,24893,24937,24981,25025,25109,25153,25197,25241,25285,25329,25373,25417,25461,25505,25549,25633,25677,25721,25765,25809,25853,25897,25941,25985,26029,26073,26157,26237,26281,26365,26449,26533,26617,26701,26785,26869,26953,27037,27121,27201,27285,27369,27453,27537,27621,27705,27789,27873,27957,28041,28121,28205,28289,28373,28457,28541,28625,28709,28793,28877,28961,29041,29125,29209,29293,29377,29461,29545,29629,29713,29797,29881,29961,30008,30055,30102,30149,30196,30243,30290,30337,30384,30431,30476,30523,30570,30617,30664,30711,30758,30805,30852,30899,30946,30991,31038,31085,31132,31179,31226,31273,31320,31367,31414,31461,31506,31553,31600,31647,31694,31741,31788,31835,31882,31930,31978,32023,32071,32119,32167,32215,32263,32311,32359,32407,32455,32503,32549,32597,32643,32689,32735",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,47,47,44,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17481,17524,17567,17610,17653,17694,17778,17821,17864,17907,17950,17993,18036,18079,18122,18165,18206,18290,18333,18376,18419,18462,18505,18548,18591,18634,18677,18718,18802,18845,18888,18931,18974,19017,19060,19103,19146,19189,19230,19314,19357,19400,19443,19486,19529,19572,19616,19660,19704,19745,19830,19874,19918,19962,20006,20050,20094,20138,20182,20226,20268,20354,20398,20442,20486,20530,20574,20618,20662,20706,20750,20792,20873,20956,21000,21044,21088,21132,21176,21220,21264,21308,21352,21394,21480,21524,21568,21612,21656,21700,21744,21788,21832,21876,21918,22004,22048,22092,22136,22180,22224,22268,22312,22356,22400,22442,22528,22572,22616,22660,22704,22748,22792,22836,22880,22924,22966,23052,23096,23140,23184,23228,23272,23316,23360,23404,23448,23490,23576,23620,23664,23708,23752,23796,23840,23884,23928,23972,24014,24100,24144,24188,24232,24276,24320,24364,24408,24452,24496,24538,24624,24668,24712,24756,24800,24844,24888,24932,24976,25020,25062,25148,25192,25236,25280,25324,25368,25412,25456,25500,25544,25586,25672,25716,25760,25804,25848,25892,25936,25980,26024,26068,26110,26192,26276,26318,26402,26486,26570,26654,26738,26822,26906,26990,27074,27156,27238,27322,27406,27490,27574,27658,27742,27826,27910,27994,28076,28158,28242,28326,28410,28494,28578,28662,28746,28830,28914,28996,29078,29162,29246,29330,29414,29498,29582,29666,29750,29834,29916,30003,30050,30097,30144,30191,30238,30285,30332,30379,30426,30471,30518,30565,30612,30659,30706,30753,30800,30847,30894,30941,30986,31033,31080,31127,31174,31221,31268,31315,31362,31409,31456,31501,31548,31595,31642,31689,31736,31783,31830,31877,31925,31973,32018,32066,32114,32162,32210,32258,32306,32354,32402,32450,32498,32544,32592,32638,32684,32730,32776"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw660dp-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw660dp-v13.json
new file mode 100644
index 000000000..12dd1c1a2
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw660dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-sw660dp-v13/values-sw660dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw660dp-v13\\values-sw660dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16916,16960,17004,17048,17092,17133,17177,17221,17265,17309,17353,17397,17441,17485,17529,17573,17615,17659,17703,17747,17791,17835,17879,17923,17967,18011,18055,18097,18141,18185,18229,18273,18317,18361,18405,18449,18493,18537,18579,18623,18667,18711,18755,18799,18843,18887,18931,18975,19019,19061,19100,19144,19188,19232,19276,19320,19364,19408,19452,19496,19540,19582,19626,19670,19714,19758,19802,19846,19890,19934,19978,20022,20064,20108,20152,20196,20240,20284,20328,20372,20416,20460,20504,20546,20590,20634,20678,20722,20766,20810,20854,20898,20942,20986,21028,21072,21116,21160,21204,21248,21292,21336,21380,21424,21468,21510,21554,21598,21642,21686,21730,21774,21818,21862,21906,21950,21992,22036,22080,22124,22168,22212,22256,22300,22344,22388,22432,22474,22518,22562,22606,22650,22694,22738,22782,22826,22870,22914,22956,23000,23044,23088,23132,23176,23220,23264,23308,23352,23396,23438,23482,23526,23570,23614,23658,23702,23746,23790,23834,23878,23920,23960,24004,24046,24088,24130,24172,24214,24256,24298,24340,24382,24424,24464,24506,24548,24590,24632,24674,24716,24758,24800,24842,24884,24924,24966,25008,25050,25092,25134,25176,25218,25260,25302,25344,25384,25426,25468,25510,25552,25594,25636,25678,25720,25762,25804,25844,25891,25938,25985,26032,26079,26126,26173,26220,26267,26314,26359,26406,26453,26500,26547,26594,26641,26688,26735,26782,26829,26874,26921,26968,27015,27062,27109,27156,27203,27250,27297,27344,27389,27436,27483,27530,27577,27624,27671,27719,27767,27815,27863,27908,27956,28004,28052,28100,28148,28196,28244,28292,28340,28388,28434,28482,28528,28574,28620",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,43,43,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,47,47,47,47,44,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16911,16955,16999,17043,17087,17128,17172,17216,17260,17304,17348,17392,17436,17480,17524,17568,17610,17654,17698,17742,17786,17830,17874,17918,17962,18006,18050,18092,18136,18180,18224,18268,18312,18356,18400,18444,18488,18532,18574,18618,18662,18706,18750,18794,18838,18882,18926,18970,19014,19056,19095,19139,19183,19227,19271,19315,19359,19403,19447,19491,19535,19577,19621,19665,19709,19753,19797,19841,19885,19929,19973,20017,20059,20103,20147,20191,20235,20279,20323,20367,20411,20455,20499,20541,20585,20629,20673,20717,20761,20805,20849,20893,20937,20981,21023,21067,21111,21155,21199,21243,21287,21331,21375,21419,21463,21505,21549,21593,21637,21681,21725,21769,21813,21857,21901,21945,21987,22031,22075,22119,22163,22207,22251,22295,22339,22383,22427,22469,22513,22557,22601,22645,22689,22733,22777,22821,22865,22909,22951,22995,23039,23083,23127,23171,23215,23259,23303,23347,23391,23433,23477,23521,23565,23609,23653,23697,23741,23785,23829,23873,23915,23955,23999,24041,24083,24125,24167,24209,24251,24293,24335,24377,24419,24459,24501,24543,24585,24627,24669,24711,24753,24795,24837,24879,24919,24961,25003,25045,25087,25129,25171,25213,25255,25297,25339,25379,25421,25463,25505,25547,25589,25631,25673,25715,25757,25799,25839,25886,25933,25980,26027,26074,26121,26168,26215,26262,26309,26354,26401,26448,26495,26542,26589,26636,26683,26730,26777,26824,26869,26916,26963,27010,27057,27104,27151,27198,27245,27292,27339,27384,27431,27478,27525,27572,27619,27666,27714,27762,27810,27858,27903,27951,27999,28047,28095,28143,28191,28239,28287,28335,28383,28429,28477,28523,28569,28615,28661"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17486,17529,17572,17615,17658,17740,17783,17826,17869,17912,17955,17998,18041,18084,18127,18170,18252,18295,18338,18381,18424,18467,18511,18555,18599,18643,18687,18769,18813,18857,18901,18945,18989,19033,19077,19121,19165,19209,19293,19337,19381,19425,19469,19513,19557,19601,19645,19689,19733,19817,19861,19905,19949,19993,20037,20081,20125,20169,20213,20257,20341,20385,20429,20473,20517,20561,20605,20649,20693,20737,20781,20865,20943,20987,21031,21075,21119,21163,21207,21251,21295,21339,21383,21467,21511,21555,21599,21643,21687,21731,21775,21819,21863,21907,21991,22035,22079,22123,22167,22211,22255,22299,22343,22387,22431,22515,22559,22603,22647,22691,22735,22779,22823,22867,22911,22955,23039,23083,23127,23171,23215,23259,23303,23347,23391,23435,23479,23563,23607,23651,23695,23739,23783,23827,23871,23915,23959,24003,24087,24131,24175,24219,24263,24307,24351,24395,24439,24483,24527,24611,24655,24699,24743,24787,24831,24875,24919,24963,25007,25051,25135,25179,25223,25267,25311,25355,25399,25443,25487,25531,25575,25659,25703,25747,25791,25835,25879,25923,25967,26011,26055,26099,26183,26263,26307,26391,26475,26559,26643,26727,26811,26895,26979,27063,27147,27227,27311,27395,27479,27563,27647,27731,27815,27899,27983,28067,28147,28231,28315,28399,28483,28567,28651,28735,28819,28903,28987,29067,29151,29235,29319,29403,29487,29571,29655,29739,29823,29907,29987,30034,30081,30128,30175,30222,30269,30316,30363,30410,30457,30502,30549,30596,30643,30690,30737,30784,30831,30878,30925,30972,31017,31064,31111,31158,31205,31252,31299,31346,31393,31440,31487,31532,31579,31626,31673,31720,31767,31814,31862,31910,31958,32006,32051,32099,32147,32195,32243,32291,32339,32387,32435,32483,32531,32577,32625,32671,32717,32763",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,43,43,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,47,47,47,47,44,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17481,17524,17567,17610,17653,17694,17778,17821,17864,17907,17950,17993,18036,18079,18122,18165,18206,18290,18333,18376,18419,18462,18506,18550,18594,18638,18682,18723,18808,18852,18896,18940,18984,19028,19072,19116,19160,19204,19246,19332,19376,19420,19464,19508,19552,19596,19640,19684,19728,19770,19856,19900,19944,19988,20032,20076,20120,20164,20208,20252,20294,20380,20424,20468,20512,20556,20600,20644,20688,20732,20776,20818,20899,20982,21026,21070,21114,21158,21202,21246,21290,21334,21378,21420,21506,21550,21594,21638,21682,21726,21770,21814,21858,21902,21944,22030,22074,22118,22162,22206,22250,22294,22338,22382,22426,22468,22554,22598,22642,22686,22730,22774,22818,22862,22906,22950,22992,23078,23122,23166,23210,23254,23298,23342,23386,23430,23474,23516,23602,23646,23690,23734,23778,23822,23866,23910,23954,23998,24040,24126,24170,24214,24258,24302,24346,24390,24434,24478,24522,24564,24650,24694,24738,24782,24826,24870,24914,24958,25002,25046,25088,25174,25218,25262,25306,25350,25394,25438,25482,25526,25570,25612,25698,25742,25786,25830,25874,25918,25962,26006,26050,26094,26136,26218,26302,26344,26428,26512,26596,26680,26764,26848,26932,27016,27100,27182,27264,27348,27432,27516,27600,27684,27768,27852,27936,28020,28102,28184,28268,28352,28436,28520,28604,28688,28772,28856,28940,29022,29104,29188,29272,29356,29440,29524,29608,29692,29776,29860,29942,30029,30076,30123,30170,30217,30264,30311,30358,30405,30452,30497,30544,30591,30638,30685,30732,30779,30826,30873,30920,30967,31012,31059,31106,31153,31200,31247,31294,31341,31388,31435,31482,31527,31574,31621,31668,31715,31762,31809,31857,31905,31953,32001,32046,32094,32142,32190,32238,32286,32334,32382,32430,32478,32526,32572,32620,32666,32712,32758,32804"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw660dp-v13\\values-sw660dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1733,1775,1817,1859,1898,1940,1982,2024,2066,2108,2150,2192,2234,2276,2318,2358,2400,2442,2484,2526,2568,2610,2652,2694,2736,2778,2818,2860,2902,2944,2986,3028,3070,3112,3154,3196,3238,3278,3320,3362,3404,3446,3488,3530,3572,3614,3656,3698,3738,3780,3822,3864,3906,3948,3990,4032,4074,4116,4158",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1728,1770,1812,1854,1893,1935,1977,2019,2061,2103,2145,2187,2229,2271,2313,2353,2395,2437,2479,2521,2563,2605,2647,2689,2731,2773,2813,2855,2897,2939,2981,3023,3065,3107,3149,3191,3233,3273,3315,3357,3399,3441,3483,3525,3567,3609,3651,3693,3733,3775,3817,3859,3901,3943,3985,4027,4069,4111,4153,4193"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17699,18211,18728,19251,19775,20299,20823,20904,21425,21949,22473,22997,23521,24045,24569,25093,25617,26141,26223,26349,26433,26517,26601,26685,26769,26853,26937,27021,27105,27187,27269,27353,27437,27521,27605,27689,27773,27857,27941,28025,28107,28189,28273,28357,28441,28525,28609,28693,28777,28861,28945,29027,29109,29193,29277,29361,29445,29529,29613,29697,29781,29865,29947",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17735,18247,18764,19288,19812,20336,20860,20938,21462,21986,22510,23034,23558,24082,24606,25130,25654,26178,26258,26386,26470,26554,26638,26722,26806,26890,26974,27058,27142,27222,27306,27390,27474,27558,27642,27726,27810,27894,27978,28062,28142,28226,28310,28394,28478,28562,28646,28730,28814,28898,28982,29062,29146,29230,29314,29398,29482,29566,29650,29734,29818,29902,29982"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw690dp-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw690dp-v13.json
new file mode 100644
index 000000000..a2055fbab
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw690dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-sw690dp-v13/values-sw690dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw690dp-v13\\values-sw690dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15974,16018,16062,16106,16150,16191,16235,16279,16323,16367,16411,16455,16499,16543,16587,16631,16673,16717,16761,16805,16849,16893,16937,16981,17025,17069,17113,17155,17199,17243,17287,17331,17375,17419,17463,17507,17551,17595,17637,17681,17725,17769,17813,17857,17901,17945,17989,18033,18077,18119,18163,18207,18251,18295,18339,18383,18427,18471,18515,18559,18601,18645,18689,18733,18777,18821,18865,18909,18953,18997,19041,19083,19122,19166,19210,19254,19298,19342,19386,19430,19474,19518,19562,19604,19648,19692,19736,19780,19824,19868,19912,19956,20000,20044,20086,20130,20174,20218,20262,20306,20350,20394,20438,20482,20526,20568,20612,20656,20700,20744,20788,20832,20876,20920,20964,21008,21050,21094,21138,21182,21226,21270,21314,21358,21402,21446,21490,21532,21576,21620,21664,21708,21752,21796,21840,21884,21928,21972,22014,22058,22102,22146,22190,22234,22278,22322,22366,22410,22454,22496,22540,22584,22628,22672,22716,22760,22804,22848,22892,22936,22978,23022,23066,23110,23154,23198,23242,23286,23330,23374,23418,23460,23504,23548,23592,23636,23680,23724,23768,23812,23856,23900,23942,23982,24026,24068,24110,24152,24194,24236,24278,24320,24362,24404,24446,24486,24528,24570,24612,24654,24696,24738,24780,24822,24864,24906,24946,24988,25030,25072,25114,25156,25198,25240,25282,25324,25366,25406,25448,25490,25532,25574,25616,25658,25700,25742,25784,25826,25866,25913,25960,26007,26054,26101,26148,26195,26242,26289,26336,26381,26428,26475,26522,26569,26616,26663,26710,26757,26804,26851,26896,26943,26990,27037,27084,27131,27178,27225,27272,27319,27366,27411,27458,27505,27552,27599,27647,27695,27743,27791,27839,27887,27932,27980,28028,28076,28124,28172,28220,28268,28316,28364,28412,28458,28506,28552,28598,28644",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,43,43,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,47,47,47,47,47,47,44,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15969,16013,16057,16101,16145,16186,16230,16274,16318,16362,16406,16450,16494,16538,16582,16626,16668,16712,16756,16800,16844,16888,16932,16976,17020,17064,17108,17150,17194,17238,17282,17326,17370,17414,17458,17502,17546,17590,17632,17676,17720,17764,17808,17852,17896,17940,17984,18028,18072,18114,18158,18202,18246,18290,18334,18378,18422,18466,18510,18554,18596,18640,18684,18728,18772,18816,18860,18904,18948,18992,19036,19078,19117,19161,19205,19249,19293,19337,19381,19425,19469,19513,19557,19599,19643,19687,19731,19775,19819,19863,19907,19951,19995,20039,20081,20125,20169,20213,20257,20301,20345,20389,20433,20477,20521,20563,20607,20651,20695,20739,20783,20827,20871,20915,20959,21003,21045,21089,21133,21177,21221,21265,21309,21353,21397,21441,21485,21527,21571,21615,21659,21703,21747,21791,21835,21879,21923,21967,22009,22053,22097,22141,22185,22229,22273,22317,22361,22405,22449,22491,22535,22579,22623,22667,22711,22755,22799,22843,22887,22931,22973,23017,23061,23105,23149,23193,23237,23281,23325,23369,23413,23455,23499,23543,23587,23631,23675,23719,23763,23807,23851,23895,23937,23977,24021,24063,24105,24147,24189,24231,24273,24315,24357,24399,24441,24481,24523,24565,24607,24649,24691,24733,24775,24817,24859,24901,24941,24983,25025,25067,25109,25151,25193,25235,25277,25319,25361,25401,25443,25485,25527,25569,25611,25653,25695,25737,25779,25821,25861,25908,25955,26002,26049,26096,26143,26190,26237,26284,26331,26376,26423,26470,26517,26564,26611,26658,26705,26752,26799,26846,26891,26938,26985,27032,27079,27126,27173,27220,27267,27314,27361,27406,27453,27500,27547,27594,27642,27690,27738,27786,27834,27882,27927,27975,28023,28071,28119,28167,28215,28263,28311,28359,28407,28453,28501,28547,28593,28639,28685"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16548,16591,16634,16716,16759,16802,16845,16888,16931,16974,17017,17060,17103,17146,17228,17271,17314,17357,17400,17443,17487,17531,17575,17619,17663,17745,17789,17833,17877,17921,17965,18009,18053,18097,18141,18185,18269,18313,18357,18401,18445,18489,18533,18577,18621,18665,18709,18793,18837,18881,18925,18969,19013,19057,19101,19145,19189,19233,19317,19361,19405,19449,19493,19537,19581,19625,19669,19713,19757,19841,19885,19929,19973,20017,20061,20105,20149,20193,20237,20281,20365,20409,20453,20497,20541,20585,20629,20673,20717,20761,20805,20889,20967,21011,21055,21099,21143,21187,21231,21275,21319,21363,21407,21491,21535,21579,21623,21667,21711,21755,21799,21843,21887,21931,22015,22059,22103,22147,22191,22235,22279,22323,22367,22411,22455,22539,22583,22627,22671,22715,22759,22803,22847,22891,22935,22979,23063,23107,23151,23195,23239,23283,23327,23371,23415,23459,23503,23587,23631,23675,23719,23763,23807,23851,23895,23939,23983,24027,24111,24155,24199,24243,24287,24331,24375,24419,24463,24507,24551,24635,24679,24723,24767,24811,24855,24899,24943,24987,25031,25075,25159,25203,25247,25291,25335,25379,25423,25467,25511,25555,25599,25683,25727,25771,25815,25859,25903,25947,25991,26035,26079,26123,26207,26287,26331,26415,26499,26583,26667,26751,26835,26919,27003,27087,27171,27251,27335,27419,27503,27587,27671,27755,27839,27923,28007,28091,28171,28255,28339,28423,28507,28591,28675,28759,28843,28927,29011,29091,29175,29259,29343,29427,29511,29595,29679,29763,29847,29931,30011,30058,30105,30152,30199,30246,30293,30340,30387,30434,30481,30526,30573,30620,30667,30714,30761,30808,30855,30902,30949,30996,31041,31088,31135,31182,31229,31276,31323,31370,31417,31464,31511,31556,31603,31650,31697,31744,31792,31840,31888,31936,31984,32032,32077,32125,32173,32221,32269,32317,32365,32413,32461,32509,32557,32603,32651,32697,32743,32789",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,43,43,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,47,47,47,47,47,47,44,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16543,16586,16629,16670,16754,16797,16840,16883,16926,16969,17012,17055,17098,17141,17182,17266,17309,17352,17395,17438,17482,17526,17570,17614,17658,17699,17784,17828,17872,17916,17960,18004,18048,18092,18136,18180,18222,18308,18352,18396,18440,18484,18528,18572,18616,18660,18704,18746,18832,18876,18920,18964,19008,19052,19096,19140,19184,19228,19270,19356,19400,19444,19488,19532,19576,19620,19664,19708,19752,19794,19880,19924,19968,20012,20056,20100,20144,20188,20232,20276,20318,20404,20448,20492,20536,20580,20624,20668,20712,20756,20800,20842,20923,21006,21050,21094,21138,21182,21226,21270,21314,21358,21402,21444,21530,21574,21618,21662,21706,21750,21794,21838,21882,21926,21968,22054,22098,22142,22186,22230,22274,22318,22362,22406,22450,22492,22578,22622,22666,22710,22754,22798,22842,22886,22930,22974,23016,23102,23146,23190,23234,23278,23322,23366,23410,23454,23498,23540,23626,23670,23714,23758,23802,23846,23890,23934,23978,24022,24064,24150,24194,24238,24282,24326,24370,24414,24458,24502,24546,24588,24674,24718,24762,24806,24850,24894,24938,24982,25026,25070,25112,25198,25242,25286,25330,25374,25418,25462,25506,25550,25594,25636,25722,25766,25810,25854,25898,25942,25986,26030,26074,26118,26160,26242,26326,26368,26452,26536,26620,26704,26788,26872,26956,27040,27124,27206,27288,27372,27456,27540,27624,27708,27792,27876,27960,28044,28126,28208,28292,28376,28460,28544,28628,28712,28796,28880,28964,29046,29128,29212,29296,29380,29464,29548,29632,29716,29800,29884,29966,30053,30100,30147,30194,30241,30288,30335,30382,30429,30476,30521,30568,30615,30662,30709,30756,30803,30850,30897,30944,30991,31036,31083,31130,31177,31224,31271,31318,31365,31412,31459,31506,31551,31598,31645,31692,31739,31787,31835,31883,31931,31979,32027,32072,32120,32168,32216,32264,32312,32360,32408,32456,32504,32552,32598,32646,32692,32738,32784,32830"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw690dp-v13\\values-sw690dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1651,1693,1735,1777,1819,1861,1900,1942,1984,2026,2068,2110,2152,2194,2236,2278,2320,2360,2402,2444,2486,2528,2570,2612,2654,2696,2738,2780,2820,2862,2904,2946,2988,3030,3072,3114,3156,3198,3240,3280,3322,3364,3406,3448,3490,3532,3574,3616,3658,3700,3740,3782,3824,3866,3908,3950,3992,4034,4076,4118,4160",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1646,1688,1730,1772,1814,1856,1895,1937,1979,2021,2063,2105,2147,2189,2231,2273,2315,2355,2397,2439,2481,2523,2565,2607,2649,2691,2733,2775,2815,2857,2899,2941,2983,3025,3067,3109,3151,3193,3235,3275,3317,3359,3401,3443,3485,3527,3569,3611,3653,3695,3735,3777,3819,3861,3903,3945,3987,4029,4071,4113,4155,4195"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16675,17187,17704,18227,18751,19275,19799,20323,20847,20928,21449,21973,22497,23021,23545,24069,24593,25117,25641,26165,26247,26373,26457,26541,26625,26709,26793,26877,26961,27045,27129,27211,27293,27377,27461,27545,27629,27713,27797,27881,27965,28049,28131,28213,28297,28381,28465,28549,28633,28717,28801,28885,28969,29051,29133,29217,29301,29385,29469,29553,29637,29721,29805,29889,29971",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16711,17223,17740,18264,18788,19312,19836,20360,20884,20962,21486,22010,22534,23058,23582,24106,24630,25154,25678,26202,26282,26410,26494,26578,26662,26746,26830,26914,26998,27082,27166,27246,27330,27414,27498,27582,27666,27750,27834,27918,28002,28086,28166,28250,28334,28418,28502,28586,28670,28754,28838,28922,29006,29086,29170,29254,29338,29422,29506,29590,29674,29758,29842,29926,30006"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw720dp-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw720dp-v13.json
new file mode 100644
index 000000000..19406ce96
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw720dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-sw720dp-v13/values-sw720dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw720dp-v13\\values-sw720dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15118,15162,15206,15247,15291,15335,15379,15423,15467,15511,15555,15599,15643,15687,15729,15773,15817,15861,15905,15949,15993,16037,16081,16125,16169,16211,16255,16299,16343,16387,16431,16475,16519,16563,16607,16651,16693,16737,16781,16825,16869,16913,16957,17001,17045,17089,17133,17175,17219,17263,17307,17351,17395,17439,17483,17527,17571,17615,17657,17701,17745,17789,17833,17877,17921,17965,18009,18053,18097,18139,18183,18227,18271,18315,18359,18403,18447,18491,18535,18579,18621,18665,18709,18753,18797,18841,18885,18929,18973,19017,19061,19103,19142,19186,19230,19274,19318,19362,19406,19450,19494,19538,19582,19624,19668,19712,19756,19800,19844,19888,19932,19976,20020,20064,20106,20150,20194,20238,20282,20326,20370,20414,20458,20502,20546,20588,20632,20676,20720,20764,20808,20852,20896,20940,20984,21028,21070,21114,21158,21202,21246,21290,21334,21378,21422,21466,21510,21552,21596,21640,21684,21728,21772,21816,21860,21904,21948,21992,22034,22078,22122,22166,22210,22254,22298,22342,22386,22430,22474,22516,22560,22604,22648,22692,22736,22780,22824,22868,22912,22956,22998,23042,23086,23130,23174,23218,23262,23306,23350,23394,23438,23480,23524,23568,23612,23656,23700,23744,23788,23832,23876,23920,23962,24002,24046,24088,24130,24172,24214,24256,24298,24340,24382,24424,24466,24506,24548,24590,24632,24674,24716,24758,24800,24842,24884,24926,24966,25008,25050,25092,25134,25176,25218,25260,25302,25344,25386,25426,25468,25510,25552,25594,25636,25678,25720,25762,25804,25846,25886,25933,25980,26027,26074,26121,26168,26215,26262,26309,26356,26401,26448,26495,26542,26589,26636,26683,26730,26777,26824,26871,26916,26963,27010,27057,27104,27151,27198,27245,27292,27339,27386,27431,27478,27525,27573,27621,27669,27717,27765,27813,27861,27909,27954,28002,28050,28098,28146,28194,28242,28290,28338,28386,28434,28480,28528,28574,28620,28666",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,47,47,47,47,47,47,47,47,44,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15113,15157,15201,15242,15286,15330,15374,15418,15462,15506,15550,15594,15638,15682,15724,15768,15812,15856,15900,15944,15988,16032,16076,16120,16164,16206,16250,16294,16338,16382,16426,16470,16514,16558,16602,16646,16688,16732,16776,16820,16864,16908,16952,16996,17040,17084,17128,17170,17214,17258,17302,17346,17390,17434,17478,17522,17566,17610,17652,17696,17740,17784,17828,17872,17916,17960,18004,18048,18092,18134,18178,18222,18266,18310,18354,18398,18442,18486,18530,18574,18616,18660,18704,18748,18792,18836,18880,18924,18968,19012,19056,19098,19137,19181,19225,19269,19313,19357,19401,19445,19489,19533,19577,19619,19663,19707,19751,19795,19839,19883,19927,19971,20015,20059,20101,20145,20189,20233,20277,20321,20365,20409,20453,20497,20541,20583,20627,20671,20715,20759,20803,20847,20891,20935,20979,21023,21065,21109,21153,21197,21241,21285,21329,21373,21417,21461,21505,21547,21591,21635,21679,21723,21767,21811,21855,21899,21943,21987,22029,22073,22117,22161,22205,22249,22293,22337,22381,22425,22469,22511,22555,22599,22643,22687,22731,22775,22819,22863,22907,22951,22993,23037,23081,23125,23169,23213,23257,23301,23345,23389,23433,23475,23519,23563,23607,23651,23695,23739,23783,23827,23871,23915,23957,23997,24041,24083,24125,24167,24209,24251,24293,24335,24377,24419,24461,24501,24543,24585,24627,24669,24711,24753,24795,24837,24879,24921,24961,25003,25045,25087,25129,25171,25213,25255,25297,25339,25381,25421,25463,25505,25547,25589,25631,25673,25715,25757,25799,25841,25881,25928,25975,26022,26069,26116,26163,26210,26257,26304,26351,26396,26443,26490,26537,26584,26631,26678,26725,26772,26819,26866,26911,26958,27005,27052,27099,27146,27193,27240,27287,27334,27381,27426,27473,27520,27568,27616,27664,27712,27760,27808,27856,27904,27949,27997,28045,28093,28141,28189,28237,28285,28333,28381,28429,28475,28523,28569,28615,28661,28707"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15735,15778,15821,15864,15907,15950,15993,16036,16079,16122,16204,16247,16290,16333,16376,16419,16462,16505,16549,16593,16637,16719,16763,16807,16851,16895,16939,16983,17027,17071,17115,17159,17243,17287,17331,17375,17419,17463,17507,17551,17595,17639,17683,17767,17811,17855,17899,17943,17987,18031,18075,18119,18163,18207,18291,18335,18379,18423,18467,18511,18555,18599,18643,18687,18731,18815,18859,18903,18947,18991,19035,19079,19123,19167,19211,19255,19339,19383,19427,19471,19515,19559,19603,19647,19691,19735,19779,19863,19907,19951,19995,20039,20083,20127,20171,20215,20259,20303,20387,20431,20475,20519,20563,20607,20651,20695,20739,20783,20827,20911,20989,21033,21077,21121,21165,21209,21253,21297,21341,21385,21429,21513,21557,21601,21645,21689,21733,21777,21821,21865,21909,21953,22037,22081,22125,22169,22213,22257,22301,22345,22389,22433,22477,22561,22605,22649,22693,22737,22781,22825,22869,22913,22957,23001,23085,23129,23173,23217,23261,23305,23349,23393,23437,23481,23525,23609,23653,23697,23741,23785,23829,23873,23917,23961,24005,24049,24133,24177,24221,24265,24309,24353,24397,24441,24485,24529,24573,24657,24701,24745,24789,24833,24877,24921,24965,25009,25053,25097,25181,25225,25269,25313,25357,25401,25445,25489,25533,25577,25621,25705,25749,25793,25837,25881,25925,25969,26013,26057,26101,26145,26229,26309,26353,26437,26521,26605,26689,26773,26857,26941,27025,27109,27193,27273,27357,27441,27525,27609,27693,27777,27861,27945,28029,28113,28193,28277,28361,28445,28529,28613,28697,28781,28865,28949,29033,29113,29197,29281,29365,29449,29533,29617,29701,29785,29869,29953,30033,30080,30127,30174,30221,30268,30315,30362,30409,30456,30503,30548,30595,30642,30689,30736,30783,30830,30877,30924,30971,31018,31063,31110,31157,31204,31251,31298,31345,31392,31439,31486,31533,31578,31625,31672,31720,31768,31816,31864,31912,31960,32008,32056,32101,32149,32197,32245,32293,32341,32389,32437,32485,32533,32581,32627,32675,32721,32767,32813",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,47,47,47,47,47,47,47,47,44,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15730,15773,15816,15859,15902,15945,15988,16031,16074,16117,16158,16242,16285,16328,16371,16414,16457,16500,16544,16588,16632,16673,16758,16802,16846,16890,16934,16978,17022,17066,17110,17154,17196,17282,17326,17370,17414,17458,17502,17546,17590,17634,17678,17720,17806,17850,17894,17938,17982,18026,18070,18114,18158,18202,18244,18330,18374,18418,18462,18506,18550,18594,18638,18682,18726,18768,18854,18898,18942,18986,19030,19074,19118,19162,19206,19250,19292,19378,19422,19466,19510,19554,19598,19642,19686,19730,19774,19816,19902,19946,19990,20034,20078,20122,20166,20210,20254,20298,20340,20426,20470,20514,20558,20602,20646,20690,20734,20778,20822,20864,20945,21028,21072,21116,21160,21204,21248,21292,21336,21380,21424,21466,21552,21596,21640,21684,21728,21772,21816,21860,21904,21948,21990,22076,22120,22164,22208,22252,22296,22340,22384,22428,22472,22514,22600,22644,22688,22732,22776,22820,22864,22908,22952,22996,23038,23124,23168,23212,23256,23300,23344,23388,23432,23476,23520,23562,23648,23692,23736,23780,23824,23868,23912,23956,24000,24044,24086,24172,24216,24260,24304,24348,24392,24436,24480,24524,24568,24610,24696,24740,24784,24828,24872,24916,24960,25004,25048,25092,25134,25220,25264,25308,25352,25396,25440,25484,25528,25572,25616,25658,25744,25788,25832,25876,25920,25964,26008,26052,26096,26140,26182,26264,26348,26390,26474,26558,26642,26726,26810,26894,26978,27062,27146,27228,27310,27394,27478,27562,27646,27730,27814,27898,27982,28066,28148,28230,28314,28398,28482,28566,28650,28734,28818,28902,28986,29068,29150,29234,29318,29402,29486,29570,29654,29738,29822,29906,29988,30075,30122,30169,30216,30263,30310,30357,30404,30451,30498,30543,30590,30637,30684,30731,30778,30825,30872,30919,30966,31013,31058,31105,31152,31199,31246,31293,31340,31387,31434,31481,31528,31573,31620,31667,31715,31763,31811,31859,31907,31955,32003,32051,32096,32144,32192,32240,32288,32336,32384,32432,32480,32528,32576,32622,32670,32716,32762,32808,32854"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw720dp-v13\\values-sw720dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1569,1611,1653,1695,1737,1779,1821,1863,1902,1944,1986,2028,2070,2112,2154,2196,2238,2280,2322,2362,2404,2446,2488,2530,2572,2614,2656,2698,2740,2782,2822,2864,2906,2948,2990,3032,3074,3116,3158,3200,3242,3282,3324,3366,3408,3450,3492,3534,3576,3618,3660,3702,3742,3784,3826,3868,3910,3952,3994,4036,4078,4120,4162",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,41,41,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1564,1606,1648,1690,1732,1774,1816,1858,1897,1939,1981,2023,2065,2107,2149,2191,2233,2275,2317,2357,2399,2441,2483,2525,2567,2609,2651,2693,2735,2777,2817,2859,2901,2943,2985,3027,3069,3111,3153,3195,3237,3277,3319,3361,3403,3445,3487,3529,3571,3613,3655,3697,3737,3779,3821,3863,3905,3947,3989,4031,4073,4115,4157,4197"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16163,16678,17201,17725,18249,18773,19297,19821,20345,20869,20950,21471,21995,22519,23043,23567,24091,24615,25139,25663,26187,26269,26395,26479,26563,26647,26731,26815,26899,26983,27067,27151,27233,27315,27399,27483,27567,27651,27735,27819,27903,27987,28071,28153,28235,28319,28403,28487,28571,28655,28739,28823,28907,28991,29073,29155,29239,29323,29407,29491,29575,29659,29743,29827,29911,29993",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,41,41,41,41,41,41,41,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16199,16714,17238,17762,18286,18810,19334,19858,20382,20906,20984,21508,22032,22556,23080,23604,24128,24652,25176,25700,26224,26304,26432,26516,26600,26684,26768,26852,26936,27020,27104,27188,27268,27352,27436,27520,27604,27688,27772,27856,27940,28024,28108,28188,28272,28356,28440,28524,28608,28692,28776,28860,28944,29028,29108,29192,29276,29360,29444,29528,29612,29696,29780,29864,29948,30028"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw750dp-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw750dp-v13.json
new file mode 100644
index 000000000..927b69efb
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw750dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-sw750dp-v13/values-sw750dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw750dp-v13\\values-sw750dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14346,14390,14434,14478,14522,14566,14610,14654,14698,14742,14784,14828,14872,14916,14960,15004,15048,15092,15136,15180,15224,15266,15310,15354,15398,15442,15486,15530,15574,15618,15662,15706,15748,15792,15836,15880,15924,15968,16012,16056,16100,16144,16188,16230,16274,16318,16362,16406,16450,16494,16538,16582,16626,16670,16712,16756,16800,16844,16888,16932,16976,17020,17064,17108,17152,17194,17238,17282,17326,17370,17414,17458,17502,17546,17590,17634,17676,17720,17764,17808,17852,17896,17940,17984,18028,18072,18116,18158,18202,18246,18290,18334,18378,18422,18466,18510,18554,18598,18640,18684,18728,18772,18816,18860,18904,18948,18992,19036,19080,19122,19162,19206,19250,19294,19338,19382,19426,19470,19514,19558,19602,19644,19688,19732,19776,19820,19864,19908,19952,19996,20040,20084,20126,20170,20214,20258,20302,20346,20390,20434,20478,20522,20566,20608,20652,20696,20740,20784,20828,20872,20916,20960,21004,21048,21090,21134,21178,21222,21266,21310,21354,21398,21442,21486,21530,21572,21616,21660,21704,21748,21792,21836,21880,21924,21968,22012,22054,22098,22142,22186,22230,22274,22318,22362,22406,22450,22494,22536,22580,22624,22668,22712,22756,22800,22844,22888,22932,22976,23018,23062,23106,23150,23194,23238,23282,23326,23370,23414,23458,23500,23544,23588,23632,23676,23720,23764,23808,23852,23896,23940,23982,24022,24066,24108,24150,24192,24234,24276,24318,24360,24402,24444,24486,24526,24568,24610,24652,24694,24736,24778,24820,24862,24904,24946,24986,25028,25070,25112,25154,25196,25238,25280,25322,25364,25406,25446,25488,25530,25572,25614,25656,25698,25740,25782,25824,25866,25906,25953,26000,26047,26094,26141,26188,26235,26282,26329,26376,26421,26468,26515,26562,26609,26656,26703,26750,26797,26844,26891,26936,26983,27030,27077,27124,27171,27218,27265,27312,27359,27406,27451,27499,27547,27595,27643,27691,27739,27787,27835,27883,27931,27977,28025,28073,28121,28169,28217,28265,28313,28361,28409,28457,28503,28551,28597,28643,28689",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,47,47,47,47,47,47,47,47,47,47,45,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14341,14385,14429,14473,14517,14561,14605,14649,14693,14737,14779,14823,14867,14911,14955,14999,15043,15087,15131,15175,15219,15261,15305,15349,15393,15437,15481,15525,15569,15613,15657,15701,15743,15787,15831,15875,15919,15963,16007,16051,16095,16139,16183,16225,16269,16313,16357,16401,16445,16489,16533,16577,16621,16665,16707,16751,16795,16839,16883,16927,16971,17015,17059,17103,17147,17189,17233,17277,17321,17365,17409,17453,17497,17541,17585,17629,17671,17715,17759,17803,17847,17891,17935,17979,18023,18067,18111,18153,18197,18241,18285,18329,18373,18417,18461,18505,18549,18593,18635,18679,18723,18767,18811,18855,18899,18943,18987,19031,19075,19117,19157,19201,19245,19289,19333,19377,19421,19465,19509,19553,19597,19639,19683,19727,19771,19815,19859,19903,19947,19991,20035,20079,20121,20165,20209,20253,20297,20341,20385,20429,20473,20517,20561,20603,20647,20691,20735,20779,20823,20867,20911,20955,20999,21043,21085,21129,21173,21217,21261,21305,21349,21393,21437,21481,21525,21567,21611,21655,21699,21743,21787,21831,21875,21919,21963,22007,22049,22093,22137,22181,22225,22269,22313,22357,22401,22445,22489,22531,22575,22619,22663,22707,22751,22795,22839,22883,22927,22971,23013,23057,23101,23145,23189,23233,23277,23321,23365,23409,23453,23495,23539,23583,23627,23671,23715,23759,23803,23847,23891,23935,23977,24017,24061,24103,24145,24187,24229,24271,24313,24355,24397,24439,24481,24521,24563,24605,24647,24689,24731,24773,24815,24857,24899,24941,24981,25023,25065,25107,25149,25191,25233,25275,25317,25359,25401,25441,25483,25525,25567,25609,25651,25693,25735,25777,25819,25861,25901,25948,25995,26042,26089,26136,26183,26230,26277,26324,26371,26416,26463,26510,26557,26604,26651,26698,26745,26792,26839,26886,26931,26978,27025,27072,27119,27166,27213,27260,27307,27354,27401,27446,27494,27542,27590,27638,27686,27734,27782,27830,27878,27926,27972,28020,28068,28116,28164,28212,28260,28308,28356,28404,28452,28498,28546,28592,28638,28684,28730"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14848,14891,14934,14977,15020,15102,15145,15188,15231,15274,15317,15360,15403,15446,15489,15532,15614,15692,15736,15780,15824,15868,15912,15956,16000,16044,16088,16132,16216,16260,16304,16348,16392,16436,16480,16524,16568,16612,16656,16740,16784,16828,16872,16916,16960,17004,17048,17092,17136,17180,17264,17308,17352,17396,17440,17484,17528,17572,17616,17660,17704,17788,17832,17876,17920,17964,18008,18052,18096,18140,18184,18228,18312,18356,18400,18444,18488,18532,18576,18620,18664,18708,18752,18836,18880,18924,18968,19012,19056,19100,19144,19188,19232,19276,19360,19404,19448,19492,19536,19580,19624,19668,19712,19756,19800,19884,19928,19972,20016,20060,20104,20148,20192,20236,20280,20324,20408,20452,20496,20540,20584,20628,20672,20716,20760,20804,20848,20932,21012,21056,21100,21144,21188,21232,21276,21320,21364,21408,21452,21536,21580,21624,21668,21712,21756,21800,21844,21888,21932,21976,22060,22104,22148,22192,22236,22280,22324,22368,22412,22456,22500,22584,22628,22672,22716,22760,22804,22848,22892,22936,22980,23024,23108,23152,23196,23240,23284,23328,23372,23416,23460,23504,23548,23632,23676,23720,23764,23808,23852,23896,23940,23984,24028,24072,24156,24200,24244,24288,24332,24376,24420,24464,24508,24552,24596,24680,24724,24768,24812,24856,24900,24944,24988,25032,25076,25120,25204,25248,25292,25336,25380,25424,25468,25512,25556,25600,25644,25728,25772,25816,25860,25904,25948,25992,26036,26080,26124,26168,26252,26332,26376,26460,26544,26628,26712,26796,26880,26964,27048,27132,27216,27296,27380,27464,27548,27632,27716,27800,27884,27968,28052,28136,28216,28300,28384,28468,28552,28636,28720,28804,28888,28972,29056,29136,29220,29304,29388,29472,29556,29640,29724,29808,29892,29976,30056,30103,30150,30197,30244,30291,30338,30385,30432,30479,30526,30571,30618,30665,30712,30759,30806,30853,30900,30947,30994,31041,31086,31133,31180,31227,31274,31321,31368,31415,31462,31509,31556,31601,31649,31697,31745,31793,31841,31889,31937,31985,32033,32081,32127,32175,32223,32271,32319,32367,32415,32463,32511,32559,32607,32653,32701,32747,32793,32839",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,47,47,47,47,47,47,47,47,47,47,45,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14843,14886,14929,14972,15015,15056,15140,15183,15226,15269,15312,15355,15398,15441,15484,15527,15568,15648,15731,15775,15819,15863,15907,15951,15995,16039,16083,16127,16169,16255,16299,16343,16387,16431,16475,16519,16563,16607,16651,16693,16779,16823,16867,16911,16955,16999,17043,17087,17131,17175,17217,17303,17347,17391,17435,17479,17523,17567,17611,17655,17699,17741,17827,17871,17915,17959,18003,18047,18091,18135,18179,18223,18265,18351,18395,18439,18483,18527,18571,18615,18659,18703,18747,18789,18875,18919,18963,19007,19051,19095,19139,19183,19227,19271,19313,19399,19443,19487,19531,19575,19619,19663,19707,19751,19795,19837,19923,19967,20011,20055,20099,20143,20187,20231,20275,20319,20361,20447,20491,20535,20579,20623,20667,20711,20755,20799,20843,20885,20967,21051,21095,21139,21183,21227,21271,21315,21359,21403,21447,21489,21575,21619,21663,21707,21751,21795,21839,21883,21927,21971,22013,22099,22143,22187,22231,22275,22319,22363,22407,22451,22495,22537,22623,22667,22711,22755,22799,22843,22887,22931,22975,23019,23061,23147,23191,23235,23279,23323,23367,23411,23455,23499,23543,23585,23671,23715,23759,23803,23847,23891,23935,23979,24023,24067,24109,24195,24239,24283,24327,24371,24415,24459,24503,24547,24591,24633,24719,24763,24807,24851,24895,24939,24983,25027,25071,25115,25157,25243,25287,25331,25375,25419,25463,25507,25551,25595,25639,25681,25767,25811,25855,25899,25943,25987,26031,26075,26119,26163,26205,26287,26371,26413,26497,26581,26665,26749,26833,26917,27001,27085,27169,27251,27333,27417,27501,27585,27669,27753,27837,27921,28005,28089,28171,28253,28337,28421,28505,28589,28673,28757,28841,28925,29009,29091,29173,29257,29341,29425,29509,29593,29677,29761,29845,29929,30011,30098,30145,30192,30239,30286,30333,30380,30427,30474,30521,30566,30613,30660,30707,30754,30801,30848,30895,30942,30989,31036,31081,31128,31175,31222,31269,31316,31363,31410,31457,31504,31551,31596,31644,31692,31740,31788,31836,31884,31932,31980,32028,32076,32122,32170,32218,32266,32314,32362,32410,32458,32506,32554,32602,32648,32696,32742,32788,32834,32880"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw750dp-v13\\values-sw750dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1487,1529,1571,1613,1655,1697,1739,1781,1823,1865,1905,1947,1989,2031,2073,2115,2157,2199,2241,2283,2325,2365,2407,2449,2491,2533,2575,2617,2659,2701,2743,2785,2825,2867,2909,2951,2993,3035,3077,3119,3161,3203,3245,3285,3327,3369,3411,3453,3495,3537,3579,3621,3663,3705,3745,3787,3829,3871,3913,3955,3997,4039,4081,4123,4165",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1482,1524,1566,1608,1650,1692,1734,1776,1818,1860,1900,1942,1984,2026,2068,2110,2152,2194,2236,2278,2320,2360,2402,2444,2486,2528,2570,2612,2654,2696,2738,2780,2820,2862,2904,2946,2988,3030,3072,3114,3156,3198,3240,3280,3322,3364,3406,3448,3490,3532,3574,3616,3658,3700,3740,3782,3824,3866,3908,3950,3992,4034,4076,4118,4160,4200"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15061,15573,15653,16174,16698,17222,17746,18270,18794,19318,19842,20366,20890,20972,21494,22018,22542,23066,23590,24114,24638,25162,25686,26210,26292,26418,26502,26586,26670,26754,26838,26922,27006,27090,27174,27256,27338,27422,27506,27590,27674,27758,27842,27926,28010,28094,28176,28258,28342,28426,28510,28594,28678,28762,28846,28930,29014,29096,29178,29262,29346,29430,29514,29598,29682,29766,29850,29934,30016",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15097,15609,15687,16211,16735,17259,17783,18307,18831,19355,19879,20403,20927,21007,21531,22055,22579,23103,23627,24151,24675,25199,25723,26247,26327,26455,26539,26623,26707,26791,26875,26959,27043,27127,27211,27291,27375,27459,27543,27627,27711,27795,27879,27963,28047,28131,28211,28295,28379,28463,28547,28631,28715,28799,28883,28967,29051,29131,29215,29299,29383,29467,29551,29635,29719,29803,29887,29971,30051"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw780dp-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw780dp-v13.json
new file mode 100644
index 000000000..50cb013ba
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw780dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-sw780dp-v13/values-sw780dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values-sw780dp-v13\\values-sw780dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13580,13624,13668,13712,13756,13797,13841,13885,13929,13973,14017,14061,14105,14149,14193,14237,14279,14318,14362,14406,14450,14494,14538,14582,14626,14670,14714,14758,14800,14844,14888,14932,14976,15020,15064,15108,15152,15196,15240,15282,15326,15370,15414,15458,15502,15546,15590,15634,15678,15722,15764,15808,15852,15896,15940,15984,16028,16072,16116,16160,16204,16246,16290,16334,16378,16422,16466,16510,16554,16598,16642,16686,16728,16772,16816,16860,16904,16948,16992,17036,17080,17124,17168,17210,17254,17298,17342,17386,17430,17474,17518,17562,17606,17650,17692,17736,17780,17824,17868,17912,17956,18000,18044,18088,18132,18174,18218,18262,18306,18350,18394,18438,18482,18526,18570,18614,18656,18700,18744,18788,18832,18876,18920,18964,19008,19052,19096,19138,19178,19222,19266,19310,19354,19398,19442,19486,19530,19574,19618,19660,19704,19748,19792,19836,19880,19924,19968,20012,20056,20100,20142,20186,20230,20274,20318,20362,20406,20450,20494,20538,20582,20624,20668,20712,20756,20800,20844,20888,20932,20976,21020,21064,21106,21150,21194,21238,21282,21326,21370,21414,21458,21502,21546,21588,21632,21676,21720,21764,21808,21852,21896,21940,21984,22028,22070,22114,22158,22202,22246,22290,22334,22378,22422,22466,22510,22552,22596,22640,22684,22728,22772,22816,22860,22904,22948,22992,23034,23078,23122,23166,23210,23254,23298,23342,23386,23430,23474,23516,23560,23604,23648,23692,23736,23780,23824,23868,23912,23956,23998,24038,24082,24124,24166,24208,24250,24292,24334,24376,24418,24460,24502,24542,24584,24626,24668,24710,24752,24794,24836,24878,24920,24962,25002,25044,25086,25128,25170,25212,25254,25296,25338,25380,25422,25462,25504,25546,25588,25630,25672,25714,25756,25798,25840,25882,25922,25969,26016,26063,26110,26157,26204,26251,26298,26345,26392,26437,26484,26531,26578,26625,26672,26719,26766,26813,26860,26907,26952,26999,27046,27093,27140,27187,27234,27281,27328,27375,27423,27468,27516,27564,27612,27660,27708,27756,27804,27852,27900,27948,27994,28042,28090,28138,28186,28234,28282,28330,28378,28426,28474,28520,28568,28614,28660,28706",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,43,43,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,47,44,47,47,47,47,47,47,47,47,47,47,45,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13575,13619,13663,13707,13751,13792,13836,13880,13924,13968,14012,14056,14100,14144,14188,14232,14274,14313,14357,14401,14445,14489,14533,14577,14621,14665,14709,14753,14795,14839,14883,14927,14971,15015,15059,15103,15147,15191,15235,15277,15321,15365,15409,15453,15497,15541,15585,15629,15673,15717,15759,15803,15847,15891,15935,15979,16023,16067,16111,16155,16199,16241,16285,16329,16373,16417,16461,16505,16549,16593,16637,16681,16723,16767,16811,16855,16899,16943,16987,17031,17075,17119,17163,17205,17249,17293,17337,17381,17425,17469,17513,17557,17601,17645,17687,17731,17775,17819,17863,17907,17951,17995,18039,18083,18127,18169,18213,18257,18301,18345,18389,18433,18477,18521,18565,18609,18651,18695,18739,18783,18827,18871,18915,18959,19003,19047,19091,19133,19173,19217,19261,19305,19349,19393,19437,19481,19525,19569,19613,19655,19699,19743,19787,19831,19875,19919,19963,20007,20051,20095,20137,20181,20225,20269,20313,20357,20401,20445,20489,20533,20577,20619,20663,20707,20751,20795,20839,20883,20927,20971,21015,21059,21101,21145,21189,21233,21277,21321,21365,21409,21453,21497,21541,21583,21627,21671,21715,21759,21803,21847,21891,21935,21979,22023,22065,22109,22153,22197,22241,22285,22329,22373,22417,22461,22505,22547,22591,22635,22679,22723,22767,22811,22855,22899,22943,22987,23029,23073,23117,23161,23205,23249,23293,23337,23381,23425,23469,23511,23555,23599,23643,23687,23731,23775,23819,23863,23907,23951,23993,24033,24077,24119,24161,24203,24245,24287,24329,24371,24413,24455,24497,24537,24579,24621,24663,24705,24747,24789,24831,24873,24915,24957,24997,25039,25081,25123,25165,25207,25249,25291,25333,25375,25417,25457,25499,25541,25583,25625,25667,25709,25751,25793,25835,25877,25917,25964,26011,26058,26105,26152,26199,26246,26293,26340,26387,26432,26479,26526,26573,26620,26667,26714,26761,26808,26855,26902,26947,26994,27041,27088,27135,27182,27229,27276,27323,27370,27418,27463,27511,27559,27607,27655,27703,27751,27799,27847,27895,27943,27989,28037,28085,28133,28181,28229,28277,28325,28373,28421,28469,28515,28563,28609,28655,28701,28747"
+ },
+ "to": {
+ "startLines": "2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,123,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,343,344,345,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,459,460,461,462,463,465,466,467,468,469,470,471,472,473,474,475,477,478,479,480,481,482,483,484,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,503,504,505,506,507,508,509,510,511,512,513,515,516,517,518,519,520,521,522,523,524,525,527,528,529,530,531,532,533,534,535,536,537,539,540,541,542,543,544,545,546,547,548,549,551,552,553,554,555,556,557,558,559,560,561,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,583,584,585,587,588,589,590,591,592,593,594,595,596,597,599,600,601,602,603,604,605,606,607,608,609,611,613,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,141,184,227,270,313,356,399,442,485,528,610,653,696,739,782,825,868,911,954,997,1040,1122,1165,1208,1251,1294,1337,1380,1423,1466,1509,1552,1634,1677,1720,1763,1806,1849,1892,1935,1978,2021,2064,2146,2189,2232,2275,2318,2361,2404,2447,2490,2533,2576,2658,2701,2744,2787,2830,2873,2916,2959,3002,3045,3088,3170,3213,3256,3299,3342,3385,3428,3471,3514,3557,3600,3682,3725,3768,3811,3854,3897,3940,3983,4026,4069,4112,4194,4237,4280,4323,4366,4409,4452,4495,4538,4581,4624,4706,4749,4792,4835,4878,4921,4964,5007,5050,5093,5136,5218,5296,5339,5382,5425,5468,5511,5554,5597,5640,5683,5726,5808,5851,5894,5937,5980,6023,6066,6109,6152,6195,6238,6320,6363,6406,6449,6492,6535,6578,6621,6664,6707,6750,6832,6875,6918,6961,7004,7047,7090,7133,7176,7219,7262,7344,7387,7430,7473,7516,7559,7602,7645,7688,7731,7774,7856,7899,7942,7985,8028,8071,8114,8157,8200,8243,8286,8368,8411,8454,8497,8540,8583,8626,8669,8712,8755,8798,8880,8923,8966,9009,9052,9095,9138,9181,9224,9267,9310,9392,9435,9478,9521,9564,9607,9650,9693,9736,9779,9822,9904,9947,9990,10033,10076,10119,10162,10205,10248,10291,10334,10416,10494,10537,10580,10623,10666,10709,10752,10795,10838,10881,10924,11006,11049,11092,11135,11178,11221,11264,11307,11350,11393,11436,11518,11561,11604,11647,11690,11733,11776,11819,11862,11905,11948,12030,12073,12116,12159,12202,12245,12288,12331,12374,12417,12460,12542,12585,12628,12671,12714,12757,12800,12843,12886,12929,12972,13054,13097,13140,13183,13226,13269,13312,13355,13398,13441,13484,13566,13609,13652,13695,13738,13781,13824,13867,13910,13953,13996,14078,14121,14164,14207,14250,14293,14336,14379,14422,14465,14508,14590,14633,14676,14719,14762,14805,14849,14893,14937,14981,15025,15107,15151,15195,15239,15283,15327,15371,15415,15459,15503,15547,15631,15709,15753,15797,15841,15885,15929,15973,16017,16061,16105,16149,16233,16277,16321,16365,16409,16453,16497,16541,16585,16629,16673,16757,16801,16845,16889,16933,16977,17021,17065,17109,17153,17197,17281,17325,17369,17413,17457,17501,17545,17589,17633,17677,17721,17805,17849,17893,17937,17981,18025,18069,18113,18157,18201,18245,18329,18373,18417,18461,18505,18549,18593,18637,18681,18725,18769,18853,18897,18941,18985,19029,19073,19117,19161,19205,19249,19293,19377,19421,19465,19509,19553,19597,19641,19685,19729,19773,19817,19901,19945,19989,20033,20077,20121,20165,20209,20253,20297,20341,20425,20469,20513,20557,20601,20645,20689,20733,20777,20821,20865,20949,21029,21073,21117,21161,21205,21249,21293,21337,21381,21425,21469,21553,21597,21641,21685,21729,21773,21817,21861,21905,21949,21993,22077,22121,22165,22209,22253,22297,22341,22385,22429,22473,22517,22601,22645,22689,22733,22777,22821,22865,22909,22953,22997,23041,23125,23169,23213,23257,23301,23345,23389,23433,23477,23521,23565,23649,23693,23737,23781,23825,23869,23913,23957,24001,24045,24089,24173,24217,24261,24305,24349,24393,24437,24481,24525,24569,24613,24697,24741,24785,24829,24873,24917,24961,25005,25049,25093,25137,25221,25265,25309,25353,25397,25441,25485,25529,25573,25617,25661,25745,25789,25833,25877,25921,25965,26009,26053,26097,26141,26185,26269,26349,26393,26477,26561,26645,26729,26813,26897,26981,27065,27149,27233,27313,27397,27481,27565,27649,27733,27817,27901,27985,28069,28153,28233,28317,28401,28485,28569,28653,28737,28821,28905,28989,29073,29153,29237,29321,29405,29489,29573,29657,29741,29825,29909,29993,30073,30120,30167,30214,30261,30308,30355,30402,30449,30496,30543,30588,30635,30682,30729,30776,30823,30870,30917,30964,31011,31058,31103,31150,31197,31244,31291,31338,31385,31432,31479,31526,31574,31619,31667,31715,31763,31811,31859,31907,31955,32003,32051,32099,32145,32193,32241,32289,32337,32385,32433,32481,32529,32577,32625,32671,32719,32765,32811,32857",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,43,43,43,43,43,40,43,43,43,43,43,43,43,43,43,43,41,38,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,43,43,43,43,43,43,43,43,43,43,41,39,43,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,47,44,47,47,47,47,47,47,47,47,47,47,45,47,47,47,47,47,47,47,47,47,47,45,47,45,45,45,45",
+ "endOffsets": "93,179,222,265,308,351,394,437,480,523,564,648,691,734,777,820,863,906,949,992,1035,1076,1160,1203,1246,1289,1332,1375,1418,1461,1504,1547,1588,1672,1715,1758,1801,1844,1887,1930,1973,2016,2059,2100,2184,2227,2270,2313,2356,2399,2442,2485,2528,2571,2612,2696,2739,2782,2825,2868,2911,2954,2997,3040,3083,3124,3208,3251,3294,3337,3380,3423,3466,3509,3552,3595,3636,3720,3763,3806,3849,3892,3935,3978,4021,4064,4107,4148,4232,4275,4318,4361,4404,4447,4490,4533,4576,4619,4660,4744,4787,4830,4873,4916,4959,5002,5045,5088,5131,5172,5252,5334,5377,5420,5463,5506,5549,5592,5635,5678,5721,5762,5846,5889,5932,5975,6018,6061,6104,6147,6190,6233,6274,6358,6401,6444,6487,6530,6573,6616,6659,6702,6745,6786,6870,6913,6956,6999,7042,7085,7128,7171,7214,7257,7298,7382,7425,7468,7511,7554,7597,7640,7683,7726,7769,7810,7894,7937,7980,8023,8066,8109,8152,8195,8238,8281,8322,8406,8449,8492,8535,8578,8621,8664,8707,8750,8793,8834,8918,8961,9004,9047,9090,9133,9176,9219,9262,9305,9346,9430,9473,9516,9559,9602,9645,9688,9731,9774,9817,9858,9942,9985,10028,10071,10114,10157,10200,10243,10286,10329,10370,10450,10532,10575,10618,10661,10704,10747,10790,10833,10876,10919,10960,11044,11087,11130,11173,11216,11259,11302,11345,11388,11431,11472,11556,11599,11642,11685,11728,11771,11814,11857,11900,11943,11984,12068,12111,12154,12197,12240,12283,12326,12369,12412,12455,12496,12580,12623,12666,12709,12752,12795,12838,12881,12924,12967,13008,13092,13135,13178,13221,13264,13307,13350,13393,13436,13479,13520,13604,13647,13690,13733,13776,13819,13862,13905,13948,13991,14032,14116,14159,14202,14245,14288,14331,14374,14417,14460,14503,14544,14628,14671,14714,14757,14800,14844,14888,14932,14976,15020,15061,15146,15190,15234,15278,15322,15366,15410,15454,15498,15542,15584,15665,15748,15792,15836,15880,15924,15968,16012,16056,16100,16144,16186,16272,16316,16360,16404,16448,16492,16536,16580,16624,16668,16710,16796,16840,16884,16928,16972,17016,17060,17104,17148,17192,17234,17320,17364,17408,17452,17496,17540,17584,17628,17672,17716,17758,17844,17888,17932,17976,18020,18064,18108,18152,18196,18240,18282,18368,18412,18456,18500,18544,18588,18632,18676,18720,18764,18806,18892,18936,18980,19024,19068,19112,19156,19200,19244,19288,19330,19416,19460,19504,19548,19592,19636,19680,19724,19768,19812,19854,19940,19984,20028,20072,20116,20160,20204,20248,20292,20336,20378,20464,20508,20552,20596,20640,20684,20728,20772,20816,20860,20902,20984,21068,21112,21156,21200,21244,21288,21332,21376,21420,21464,21506,21592,21636,21680,21724,21768,21812,21856,21900,21944,21988,22030,22116,22160,22204,22248,22292,22336,22380,22424,22468,22512,22554,22640,22684,22728,22772,22816,22860,22904,22948,22992,23036,23078,23164,23208,23252,23296,23340,23384,23428,23472,23516,23560,23602,23688,23732,23776,23820,23864,23908,23952,23996,24040,24084,24126,24212,24256,24300,24344,24388,24432,24476,24520,24564,24608,24650,24736,24780,24824,24868,24912,24956,25000,25044,25088,25132,25174,25260,25304,25348,25392,25436,25480,25524,25568,25612,25656,25698,25784,25828,25872,25916,25960,26004,26048,26092,26136,26180,26222,26304,26388,26430,26514,26598,26682,26766,26850,26934,27018,27102,27186,27268,27350,27434,27518,27602,27686,27770,27854,27938,28022,28106,28188,28270,28354,28438,28522,28606,28690,28774,28858,28942,29026,29108,29190,29274,29358,29442,29526,29610,29694,29778,29862,29946,30028,30115,30162,30209,30256,30303,30350,30397,30444,30491,30538,30583,30630,30677,30724,30771,30818,30865,30912,30959,31006,31053,31098,31145,31192,31239,31286,31333,31380,31427,31474,31521,31569,31614,31662,31710,31758,31806,31854,31902,31950,31998,32046,32094,32140,32188,32236,32284,32332,32380,32428,32476,32524,32572,32620,32666,32714,32760,32806,32852,32898"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values-sw780dp-v13\\values-sw780dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1407,1446,1488,1530,1572,1614,1656,1698,1740,1782,1824,1866,1906,1948,1990,2032,2074,2116,2158,2200,2242,2284,2326,2366,2408,2450,2492,2534,2576,2618,2660,2702,2744,2786,2826,2868,2910,2952,2994,3036,3078,3120,3162,3204,3246,3286,3328,3370,3412,3454,3496,3538,3580,3622,3664,3706,3746,3788,3830,3872,3914,3956,3998,4040,4082,4124,4166",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1402,1441,1483,1525,1567,1609,1651,1693,1735,1777,1819,1861,1901,1943,1985,2027,2069,2111,2153,2195,2237,2279,2321,2361,2403,2445,2487,2529,2571,2613,2655,2697,2739,2781,2821,2863,2905,2947,2989,3031,3073,3115,3157,3199,3241,3281,3323,3365,3407,3449,3491,3533,3575,3617,3659,3701,3741,3783,3825,3867,3909,3951,3993,4035,4077,4119,4161,4201"
+ },
+ "to": {
+ "startLines": "3,14,26,38,50,62,74,86,98,110,122,124,136,148,160,172,184,196,208,220,232,244,246,258,270,282,294,306,318,330,342,354,366,368,380,392,404,416,428,440,452,464,476,488,490,502,514,526,538,550,562,574,586,598,610,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "98,569,1081,1593,2105,2617,3129,3641,4153,4665,5177,5257,5767,6279,6791,7303,7815,8327,8839,9351,9863,10375,10455,10965,11477,11989,12501,13013,13525,14037,14549,15066,15589,15670,16191,16715,17239,17763,18287,18811,19335,19859,20383,20907,20989,21511,22035,22559,23083,23607,24131,24655,25179,25703,26227,26309,26435,26519,26603,26687,26771,26855,26939,27023,27107,27191,27273,27355,27439,27523,27607,27691,27775,27859,27943,28027,28111,28193,28275,28359,28443,28527,28611,28695,28779,28863,28947,29031,29113,29195,29279,29363,29447,29531,29615,29699,29783,29867,29951,30033",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,41,38,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39,41,41,41,41,41,41,41,41,41,41,39",
+ "endOffsets": "136,605,1117,1629,2141,2653,3165,3677,4189,4701,5213,5291,5803,6315,6827,7339,7851,8363,8875,9387,9899,10411,10489,11001,11513,12025,12537,13049,13561,14073,14585,15102,15626,15704,16228,16752,17276,17800,18324,18848,19372,19896,20420,20944,21024,21548,22072,22596,23120,23644,24168,24692,25216,25740,26264,26344,26472,26556,26640,26724,26808,26892,26976,27060,27144,27228,27308,27392,27476,27560,27644,27728,27812,27896,27980,28064,28148,28228,28312,28396,28480,28564,28648,28732,28816,28900,28984,29068,29148,29232,29316,29400,29484,29568,29652,29736,29820,29904,29988,30068"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json
new file mode 100644
index 000000000..cd3e8abff
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-ta/values-ta.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ta\\values-ta.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,218,320,435,524,635,756,835,911,1009,1109,1204,1298,1405,1505,1607,1701,1799,1897,1978,2086,2189,2288,2404,2507,2612,2769,2871",
+ "endColumns": "112,101,114,88,110,120,78,75,97,99,94,93,106,99,101,93,97,97,80,107,102,98,115,102,104,156,101,81",
+ "endOffsets": "213,315,430,519,630,751,830,906,1004,1104,1199,1293,1400,1500,1602,1696,1794,1892,1973,2081,2184,2283,2399,2502,2607,2764,2866,2948"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "322,435,537,652,741,852,973,1052,1128,1226,1326,1421,1515,1622,1722,1824,1918,2016,2114,2195,2303,2406,2505,2621,2724,2829,2986,8199",
+ "endColumns": "112,101,114,88,110,120,78,75,97,99,94,93,106,99,101,93,97,97,80,107,102,98,115,102,104,156,101,81",
+ "endOffsets": "430,532,647,736,847,968,1047,1123,1221,1321,1416,1510,1617,1717,1819,1913,2011,2109,2190,2298,2401,2500,2616,2719,2824,2981,3083,8276"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-ta\\values-ta.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8281",
+ "endColumns": "100",
+ "endOffsets": "8377"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ta\\values-ta.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,272,360,446,530,633,727,836,954,1038,1102,1210,1278,1339,1447,1514,1600,1658,1742,1809,1863,1986,2048,2111,2165,2253,2381,2467,2549,2681,2761,2842,2931,2988,3040,3106,3191,3279,3371,3440,3517,3597,3665,3764,3847,3939,4033,4107,4193,4287,4337,4403,4488,4575,4638,4703,4766,4874,4977,5075,5180,5241,5297",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,87,85,83,102,93,108,117,83,63,107,67,60,107,66,85,57,83,66,53,122,61,62,53,87,127,85,81,131,79,80,88,56,51,65,84,87,91,68,76,79,67,98,82,91,93,73,85,93,49,65,84,86,62,64,62,107,102,97,104,60,55,85",
+ "endOffsets": "267,355,441,525,628,722,831,949,1033,1097,1205,1273,1334,1442,1509,1595,1653,1737,1804,1858,1981,2043,2106,2160,2248,2376,2462,2544,2676,2756,2837,2926,2983,3035,3101,3186,3274,3366,3435,3512,3592,3660,3759,3842,3934,4028,4102,4188,4282,4332,4398,4483,4570,4633,4698,4761,4869,4972,5070,5175,5236,5292,5378"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3088,3176,3262,3346,3449,3543,3652,3770,3854,3918,4026,4094,4155,4263,4330,4416,4474,4558,4625,4679,4802,4864,4927,4981,5069,5197,5283,5365,5497,5577,5658,5747,5804,5856,5922,6007,6095,6187,6256,6333,6413,6481,6580,6663,6755,6849,6923,7009,7103,7153,7219,7304,7391,7454,7519,7582,7690,7793,7891,7996,8057,8113",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,87,85,83,102,93,108,117,83,63,107,67,60,107,66,85,57,83,66,53,122,61,62,53,87,127,85,81,131,79,80,88,56,51,65,84,87,91,68,76,79,67,98,82,91,93,73,85,93,49,65,84,86,62,64,62,107,102,97,104,60,55,85",
+ "endOffsets": "317,3171,3257,3341,3444,3538,3647,3765,3849,3913,4021,4089,4150,4258,4325,4411,4469,4553,4620,4674,4797,4859,4922,4976,5064,5192,5278,5360,5492,5572,5653,5742,5799,5851,5917,6002,6090,6182,6251,6328,6408,6476,6575,6658,6750,6844,6918,7004,7098,7148,7214,7299,7386,7449,7514,7577,7685,7788,7886,7991,8052,8108,8194"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json
new file mode 100644
index 000000000..91bd4be6b
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-te/values-te.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-te\\values-te.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,276,365,455,541,639,726,830,946,1037,1103,1197,1264,1326,1419,1483,1551,1614,1688,1753,1807,1928,1985,2047,2101,2180,2308,2396,2488,2633,2713,2795,2883,2941,2993,3059,3134,3212,3302,3375,3451,3532,3601,3706,3783,3874,3967,4041,4118,4210,4265,4331,4415,4501,4564,4629,4693,4803,4915,5014,5133,5197,5253",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,88,89,85,97,86,103,115,90,65,93,66,61,92,63,67,62,73,64,53,120,56,61,53,78,127,87,91,144,79,81,87,57,51,65,74,77,89,72,75,80,68,104,76,90,92,73,76,91,54,65,83,85,62,64,63,109,111,98,118,63,55,82",
+ "endOffsets": "271,360,450,536,634,721,825,941,1032,1098,1192,1259,1321,1414,1478,1546,1609,1683,1748,1802,1923,1980,2042,2096,2175,2303,2391,2483,2628,2708,2790,2878,2936,2988,3054,3129,3207,3297,3370,3446,3527,3596,3701,3778,3869,3962,4036,4113,4205,4260,4326,4410,4496,4559,4624,4688,4798,4910,5009,5128,5192,5248,5331"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3080,3169,3259,3345,3443,3530,3634,3750,3841,3907,4001,4068,4130,4223,4287,4355,4418,4492,4557,4611,4732,4789,4851,4905,4984,5112,5200,5292,5437,5517,5599,5687,5745,5797,5863,5938,6016,6106,6179,6255,6336,6405,6510,6587,6678,6771,6845,6922,7014,7069,7135,7219,7305,7368,7433,7497,7607,7719,7818,7937,8001,8057",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,88,89,85,97,86,103,115,90,65,93,66,61,92,63,67,62,73,64,53,120,56,61,53,78,127,87,91,144,79,81,87,57,51,65,74,77,89,72,75,80,68,104,76,90,92,73,76,91,54,65,83,85,62,64,63,109,111,98,118,63,55,82",
+ "endOffsets": "321,3164,3254,3340,3438,3525,3629,3745,3836,3902,3996,4063,4125,4218,4282,4350,4413,4487,4552,4606,4727,4784,4846,4900,4979,5107,5195,5287,5432,5512,5594,5682,5740,5792,5858,5933,6011,6101,6174,6250,6331,6400,6505,6582,6673,6766,6840,6917,7009,7064,7130,7214,7300,7363,7428,7492,7602,7714,7813,7932,7996,8052,8135"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-te\\values-te.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8223",
+ "endColumns": "100",
+ "endOffsets": "8319"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-te\\values-te.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,222,334,447,537,642,761,839,915,1006,1099,1194,1288,1388,1481,1576,1671,1762,1853,1942,2056,2160,2259,2374,2479,2594,2756,2859",
+ "endColumns": "116,111,112,89,104,118,77,75,90,92,94,93,99,92,94,94,90,90,88,113,103,98,114,104,114,161,102,82",
+ "endOffsets": "217,329,442,532,637,756,834,910,1001,1094,1189,1283,1383,1476,1571,1666,1757,1848,1937,2051,2155,2254,2369,2474,2589,2751,2854,2937"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "326,443,555,668,758,863,982,1060,1136,1227,1320,1415,1509,1609,1702,1797,1892,1983,2074,2163,2277,2381,2480,2595,2700,2815,2977,8140",
+ "endColumns": "116,111,112,89,104,118,77,75,90,92,94,93,99,92,94,94,90,90,88,113,103,98,114,104,114,161,102,82",
+ "endOffsets": "438,550,663,753,858,977,1055,1131,1222,1315,1410,1504,1604,1697,1792,1887,1978,2069,2158,2272,2376,2475,2590,2695,2810,2972,3075,8218"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json
new file mode 100644
index 000000000..2e28c849c
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-th/values-th.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-th\\values-th.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7853",
+ "endColumns": "100",
+ "endOffsets": "7949"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-th\\values-th.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,285,358,430,513,598,684,783,896,976,1046,1136,1206,1266,1353,1419,1484,1545,1609,1670,1724,1825,1886,1946,2000,2070,2181,2268,2349,2492,2571,2653,2745,2799,2852,2918,2988,3066,3152,3224,3302,3371,3440,3522,3610,3703,3797,3871,3940,4035,4087,4155,4240,4328,4390,4454,4517,4617,4710,4807,4900,4958,5015",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,72,71,82,84,85,98,112,79,69,89,69,59,86,65,64,60,63,60,53,100,60,59,53,69,110,86,80,142,78,81,91,53,52,65,69,77,85,71,77,68,68,81,87,92,93,73,68,94,51,67,84,87,61,63,62,99,92,96,92,57,56,76",
+ "endOffsets": "280,353,425,508,593,679,778,891,971,1041,1131,1201,1261,1348,1414,1479,1540,1604,1665,1719,1820,1881,1941,1995,2065,2176,2263,2344,2487,2566,2648,2740,2794,2847,2913,2983,3061,3147,3219,3297,3366,3435,3517,3605,3698,3792,3866,3935,4030,4082,4150,4235,4323,4385,4449,4512,4612,4705,4802,4895,4953,5010,5087"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2964,3037,3109,3192,3277,3363,3462,3575,3655,3725,3815,3885,3945,4032,4098,4163,4224,4288,4349,4403,4504,4565,4625,4679,4749,4860,4947,5028,5171,5250,5332,5424,5478,5531,5597,5667,5745,5831,5903,5981,6050,6119,6201,6289,6382,6476,6550,6619,6714,6766,6834,6919,7007,7069,7133,7196,7296,7389,7486,7579,7637,7694",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,72,71,82,84,85,98,112,79,69,89,69,59,86,65,64,60,63,60,53,100,60,59,53,69,110,86,80,142,78,81,91,53,52,65,69,77,85,71,77,68,68,81,87,92,93,73,68,94,51,67,84,87,61,63,62,99,92,96,92,57,56,76",
+ "endOffsets": "330,3032,3104,3187,3272,3358,3457,3570,3650,3720,3810,3880,3940,4027,4093,4158,4219,4283,4344,4398,4499,4560,4620,4674,4744,4855,4942,5023,5166,5245,5327,5419,5473,5526,5592,5662,5740,5826,5898,5976,6045,6114,6196,6284,6377,6471,6545,6614,6709,6761,6829,6914,7002,7064,7128,7191,7291,7384,7481,7574,7632,7689,7766"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-th\\values-th.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,210,303,411,496,598,708,786,863,954,1047,1138,1232,1332,1425,1520,1614,1705,1796,1877,1980,2078,2176,2279,2385,2486,2639,2734",
+ "endColumns": "104,92,107,84,101,109,77,76,90,92,90,93,99,92,94,93,90,90,80,102,97,97,102,105,100,152,94,81",
+ "endOffsets": "205,298,406,491,593,703,781,858,949,1042,1133,1227,1327,1420,1515,1609,1700,1791,1872,1975,2073,2171,2274,2380,2481,2634,2729,2811"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "335,440,533,641,726,828,938,1016,1093,1184,1277,1368,1462,1562,1655,1750,1844,1935,2026,2107,2210,2308,2406,2509,2615,2716,2869,7771",
+ "endColumns": "104,92,107,84,101,109,77,76,90,92,90,93,99,92,94,93,90,90,80,102,97,97,102,105,100,152,94,81",
+ "endOffsets": "435,528,636,721,823,933,1011,1088,1179,1272,1363,1457,1557,1650,1745,1839,1930,2021,2102,2205,2303,2401,2504,2610,2711,2864,2959,7848"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json
new file mode 100644
index 000000000..9ee2ff5d9
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-tl/values-tl.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-tl\\values-tl.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,216,324,437,525,631,746,826,903,994,1087,1182,1276,1376,1469,1564,1658,1749,1840,1924,2033,2143,2244,2354,2472,2580,2743,2845",
+ "endColumns": "110,107,112,87,105,114,79,76,90,92,94,93,99,92,94,93,90,90,83,108,109,100,109,117,107,162,101,84",
+ "endOffsets": "211,319,432,520,626,741,821,898,989,1082,1177,1271,1371,1464,1559,1653,1744,1835,1919,2028,2138,2239,2349,2467,2575,2738,2840,2925"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "330,441,549,662,750,856,971,1051,1128,1219,1312,1407,1501,1601,1694,1789,1883,1974,2065,2149,2258,2368,2469,2579,2697,2805,2968,8178",
+ "endColumns": "110,107,112,87,105,114,79,76,90,92,94,93,99,92,94,93,90,90,83,108,109,100,109,117,107,162,101,84",
+ "endOffsets": "436,544,657,745,851,966,1046,1123,1214,1307,1402,1496,1596,1689,1784,1878,1969,2060,2144,2253,2363,2464,2574,2692,2800,2963,3065,8258"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-tl\\values-tl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8263",
+ "endColumns": "100",
+ "endOffsets": "8359"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-tl\\values-tl.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,280,364,444,530,627,717,822,958,1043,1108,1207,1275,1334,1423,1491,1558,1621,1696,1764,1818,1938,1996,2058,2112,2187,2329,2419,2504,2649,2733,2816,2912,2970,3021,3087,3161,3239,3330,3404,3483,3556,3628,3732,3805,3904,4004,4078,4153,4260,4312,4379,4470,4564,4626,4690,4753,4872,4974,5083,5186,5248,5303",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,83,79,85,96,89,104,135,84,64,98,67,58,88,67,66,62,74,67,53,119,57,61,53,74,141,89,84,144,83,82,95,57,50,65,73,77,90,73,78,72,71,103,72,98,99,73,74,106,51,66,90,93,61,63,62,118,101,108,102,61,54,84",
+ "endOffsets": "275,359,439,525,622,712,817,953,1038,1103,1202,1270,1329,1418,1486,1553,1616,1691,1759,1813,1933,1991,2053,2107,2182,2324,2414,2499,2644,2728,2811,2907,2965,3016,3082,3156,3234,3325,3399,3478,3551,3623,3727,3800,3899,3999,4073,4148,4255,4307,4374,4465,4559,4621,4685,4748,4867,4969,5078,5181,5243,5298,5383"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3070,3154,3234,3320,3417,3507,3612,3748,3833,3898,3997,4065,4124,4213,4281,4348,4411,4486,4554,4608,4728,4786,4848,4902,4977,5119,5209,5294,5439,5523,5606,5702,5760,5811,5877,5951,6029,6120,6194,6273,6346,6418,6522,6595,6694,6794,6868,6943,7050,7102,7169,7260,7354,7416,7480,7543,7662,7764,7873,7976,8038,8093",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,83,79,85,96,89,104,135,84,64,98,67,58,88,67,66,62,74,67,53,119,57,61,53,74,141,89,84,144,83,82,95,57,50,65,73,77,90,73,78,72,71,103,72,98,99,73,74,106,51,66,90,93,61,63,62,118,101,108,102,61,54,84",
+ "endOffsets": "325,3149,3229,3315,3412,3502,3607,3743,3828,3893,3992,4060,4119,4208,4276,4343,4406,4481,4549,4603,4723,4781,4843,4897,4972,5114,5204,5289,5434,5518,5601,5697,5755,5806,5872,5946,6024,6115,6189,6268,6341,6413,6517,6590,6689,6789,6863,6938,7045,7097,7164,7255,7349,7411,7475,7538,7657,7759,7868,7971,8033,8088,8173"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json
new file mode 100644
index 000000000..b420b90ae
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-tr/values-tr.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-tr\\values-tr.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,340,415,492,591,682,778,890,972,1036,1127,1204,1265,1356,1419,1482,1541,1610,1673,1727,1835,1893,1955,2009,2082,2203,2287,2378,2518,2595,2671,2758,2811,2865,2931,3001,3078,3161,3232,3307,3385,3456,3541,3630,3725,3818,3890,3962,4058,4110,4177,4261,4351,4413,4477,4540,4634,4730,4819,4916,4973,5031",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,74,74,76,98,90,95,111,81,63,90,76,60,90,62,62,58,68,62,53,107,57,61,53,72,120,83,90,139,76,75,86,52,53,65,69,76,82,70,74,77,70,84,88,94,92,71,71,95,51,66,83,89,61,63,62,93,95,88,96,56,57,78",
+ "endOffsets": "260,335,410,487,586,677,773,885,967,1031,1122,1199,1260,1351,1414,1477,1536,1605,1668,1722,1830,1888,1950,2004,2077,2198,2282,2373,2513,2590,2666,2753,2806,2860,2926,2996,3073,3156,3227,3302,3380,3451,3536,3625,3720,3813,3885,3957,4053,4105,4172,4256,4346,4408,4472,4535,4629,4725,4814,4911,4968,5026,5105"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3007,3082,3157,3234,3333,3424,3520,3632,3714,3778,3869,3946,4007,4098,4161,4224,4283,4352,4415,4469,4577,4635,4697,4751,4824,4945,5029,5120,5260,5337,5413,5500,5553,5607,5673,5743,5820,5903,5974,6049,6127,6198,6283,6372,6467,6560,6632,6704,6800,6852,6919,7003,7093,7155,7219,7282,7376,7472,7561,7658,7715,7773",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,74,74,76,98,90,95,111,81,63,90,76,60,90,62,62,58,68,62,53,107,57,61,53,72,120,83,90,139,76,75,86,52,53,65,69,76,82,70,74,77,70,84,88,94,92,71,71,95,51,66,83,89,61,63,62,93,95,88,96,56,57,78",
+ "endOffsets": "310,3077,3152,3229,3328,3419,3515,3627,3709,3773,3864,3941,4002,4093,4156,4219,4278,4347,4410,4464,4572,4630,4692,4746,4819,4940,5024,5115,5255,5332,5408,5495,5548,5602,5668,5738,5815,5898,5969,6044,6122,6193,6278,6367,6462,6555,6627,6699,6795,6847,6914,6998,7088,7150,7214,7277,7371,7467,7556,7653,7710,7768,7847"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-tr\\values-tr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7932",
+ "endColumns": "100",
+ "endOffsets": "8028"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-tr\\values-tr.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,219,318,430,515,621,741,821,896,987,1080,1172,1266,1366,1459,1561,1656,1747,1838,1917,2024,2128,2224,2331,2434,2543,2699,2797",
+ "endColumns": "113,98,111,84,105,119,79,74,90,92,91,93,99,92,101,94,90,90,78,106,103,95,106,102,108,155,97,79",
+ "endOffsets": "214,313,425,510,616,736,816,891,982,1075,1167,1261,1361,1454,1556,1651,1742,1833,1912,2019,2123,2219,2326,2429,2538,2694,2792,2872"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,429,528,640,725,831,951,1031,1106,1197,1290,1382,1476,1576,1669,1771,1866,1957,2048,2127,2234,2338,2434,2541,2644,2753,2909,7852",
+ "endColumns": "113,98,111,84,105,119,79,74,90,92,91,93,99,92,101,94,90,90,78,106,103,95,106,102,108,155,97,79",
+ "endOffsets": "424,523,635,720,826,946,1026,1101,1192,1285,1377,1471,1571,1664,1766,1861,1952,2043,2122,2229,2333,2429,2536,2639,2748,2904,3002,7927"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json
new file mode 100644
index 000000000..ae135d34e
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-uk/values-uk.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-uk\\values-uk.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,374,452,530,618,726,817,913,1029,1112,1179,1270,1336,1399,1487,1549,1616,1674,1745,1804,1858,1972,2032,2095,2149,2222,2341,2427,2510,2649,2734,2821,2909,2966,3017,3083,3155,3231,3321,3394,3471,3552,3626,3716,3795,3886,3982,4056,4137,4232,4286,4352,4439,4525,4587,4651,4714,4821,4913,5011,5103,5164,5219",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,77,77,87,107,90,95,115,82,66,90,65,62,87,61,66,57,70,58,53,113,59,62,53,72,118,85,82,138,84,86,87,56,50,65,71,75,89,72,76,80,73,89,78,90,95,73,80,94,53,65,86,85,61,63,62,106,91,97,91,60,54,81",
+ "endOffsets": "369,447,525,613,721,812,908,1024,1107,1174,1265,1331,1394,1482,1544,1611,1669,1740,1799,1853,1967,2027,2090,2144,2217,2336,2422,2505,2644,2729,2816,2904,2961,3012,3078,3150,3226,3316,3389,3466,3547,3621,3711,3790,3881,3977,4051,4132,4227,4281,4347,4434,4520,4582,4646,4709,4816,4908,5006,5098,5159,5214,5296"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3148,3226,3304,3392,3500,3591,3687,3803,3886,3953,4044,4110,4173,4261,4323,4390,4448,4519,4578,4632,4746,4806,4869,4923,4996,5115,5201,5284,5423,5508,5595,5683,5740,5791,5857,5929,6005,6095,6168,6245,6326,6400,6490,6569,6660,6756,6830,6911,7006,7060,7126,7213,7299,7361,7425,7488,7595,7687,7785,7877,7938,7993",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,77,77,87,107,90,95,115,82,66,90,65,62,87,61,66,57,70,58,53,113,59,62,53,72,118,85,82,138,84,86,87,56,50,65,71,75,89,72,76,80,73,89,78,90,95,73,80,94,53,65,86,85,61,63,62,106,91,97,91,60,54,81",
+ "endOffsets": "419,3221,3299,3387,3495,3586,3682,3798,3881,3948,4039,4105,4168,4256,4318,4385,4443,4514,4573,4627,4741,4801,4864,4918,4991,5110,5196,5279,5418,5503,5590,5678,5735,5786,5852,5924,6000,6090,6163,6240,6321,6395,6485,6564,6655,6751,6825,6906,7001,7055,7121,7208,7294,7356,7420,7483,7590,7682,7780,7872,7933,7988,8070"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-uk\\values-uk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8157",
+ "endColumns": "100",
+ "endOffsets": "8253"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-uk\\values-uk.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,214,316,424,510,615,733,814,893,984,1077,1172,1266,1366,1459,1554,1649,1740,1831,1930,2036,2142,2240,2347,2454,2559,2729,2829",
+ "endColumns": "108,101,107,85,104,117,80,78,90,92,94,93,99,92,94,94,90,90,98,105,105,97,106,106,104,169,99,81",
+ "endOffsets": "209,311,419,505,610,728,809,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1925,2031,2137,2235,2342,2449,2554,2724,2824,2906"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "424,533,635,743,829,934,1052,1133,1212,1303,1396,1491,1585,1685,1778,1873,1968,2059,2150,2249,2355,2461,2559,2666,2773,2878,3048,8075",
+ "endColumns": "108,101,107,85,104,117,80,78,90,92,94,93,99,92,94,94,90,90,98,105,105,97,106,106,104,169,99,81",
+ "endOffsets": "528,630,738,824,929,1047,1128,1207,1298,1391,1486,1580,1680,1773,1868,1963,2054,2145,2244,2350,2456,2554,2661,2768,2873,3043,3143,8152"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json
new file mode 100644
index 000000000..2b1cef10f
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-ur/values-ur.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-ur\\values-ur.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,259,337,415,493,591,680,780,899,982,1047,1140,1210,1269,1359,1423,1492,1550,1619,1679,1743,1855,1914,1973,2028,2103,2226,2306,2390,2523,2605,2686,2773,2831,2887,2953,3028,3108,3193,3260,3335,3412,3476,3570,3640,3729,3822,3896,3971,4061,4117,4184,4268,4352,4414,4478,4541,4641,4748,4842,4951,5013,5073",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,77,77,97,88,99,118,82,64,92,69,58,89,63,68,57,68,59,63,111,58,58,54,74,122,79,83,132,81,80,86,57,55,65,74,79,84,66,74,76,63,93,69,88,92,73,74,89,55,66,83,83,61,63,62,99,106,93,108,61,59,79",
+ "endOffsets": "254,332,410,488,586,675,775,894,977,1042,1135,1205,1264,1354,1418,1487,1545,1614,1674,1738,1850,1909,1968,2023,2098,2221,2301,2385,2518,2600,2681,2768,2826,2882,2948,3023,3103,3188,3255,3330,3407,3471,3565,3635,3724,3817,3891,3966,4056,4112,4179,4263,4347,4409,4473,4536,4636,4743,4837,4946,5008,5068,5148"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3036,3114,3192,3270,3368,3457,3557,3676,3759,3824,3917,3987,4046,4136,4200,4269,4327,4396,4456,4520,4632,4691,4750,4805,4880,5003,5083,5167,5300,5382,5463,5550,5608,5664,5730,5805,5885,5970,6037,6112,6189,6253,6347,6417,6506,6599,6673,6748,6838,6894,6961,7045,7129,7191,7255,7318,7418,7525,7619,7728,7790,7850",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,77,77,97,88,99,118,82,64,92,69,58,89,63,68,57,68,59,63,111,58,58,54,74,122,79,83,132,81,80,86,57,55,65,74,79,84,66,74,76,63,93,69,88,92,73,74,89,55,66,83,83,61,63,62,99,106,93,108,61,59,79",
+ "endOffsets": "304,3109,3187,3265,3363,3452,3552,3671,3754,3819,3912,3982,4041,4131,4195,4264,4322,4391,4451,4515,4627,4686,4745,4800,4875,4998,5078,5162,5295,5377,5458,5545,5603,5659,5725,5800,5880,5965,6032,6107,6184,6248,6342,6412,6501,6594,6668,6743,6833,6889,6956,7040,7124,7186,7250,7313,7413,7520,7614,7723,7785,7845,7925"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-ur\\values-ur.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8016",
+ "endColumns": "100",
+ "endOffsets": "8112"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-ur\\values-ur.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,219,325,434,520,624,744,821,896,988,1082,1177,1271,1372,1466,1562,1656,1748,1840,1925,2033,2139,2241,2352,2453,2569,2734,2832",
+ "endColumns": "113,105,108,85,103,119,76,74,91,93,94,93,100,93,95,93,91,91,84,107,105,101,110,100,115,164,97,85",
+ "endOffsets": "214,320,429,515,619,739,816,891,983,1077,1172,1266,1367,1461,1557,1651,1743,1835,1920,2028,2134,2236,2347,2448,2564,2729,2827,2913"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "309,423,529,638,724,828,948,1025,1100,1192,1286,1381,1475,1576,1670,1766,1860,1952,2044,2129,2237,2343,2445,2556,2657,2773,2938,7930",
+ "endColumns": "113,105,108,85,103,119,76,74,91,93,94,93,100,93,95,93,91,91,84,107,105,101,110,100,115,164,97,85",
+ "endOffsets": "418,524,633,719,823,943,1020,1095,1187,1281,1376,1470,1571,1665,1761,1855,1947,2039,2124,2232,2338,2440,2551,2652,2768,2933,3031,8011"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json
new file mode 100644
index 000000000..8cfc5c068
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-uz/values-uz.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-uz\\values-uz.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,283,360,440,523,617,704,799,926,1010,1074,1177,1247,1314,1423,1486,1553,1612,1686,1749,1803,1918,1976,2038,2092,2167,2296,2386,2475,2616,2698,2780,2866,2926,2977,3043,3116,3194,3280,3352,3429,3504,3575,3669,3748,3844,3938,4012,4088,4174,4227,4293,4378,4469,4531,4595,4658,4760,4851,4947,5039,5103,5158",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,76,79,82,93,86,94,126,83,63,102,69,66,108,62,66,58,73,62,53,114,57,61,53,74,128,89,88,140,81,81,85,59,50,65,72,77,85,71,76,74,70,93,78,95,93,73,75,85,52,65,84,90,61,63,62,101,90,95,91,63,54,82",
+ "endOffsets": "278,355,435,518,612,699,794,921,1005,1069,1172,1242,1309,1418,1481,1548,1607,1681,1744,1798,1913,1971,2033,2087,2162,2291,2381,2470,2611,2693,2775,2861,2921,2972,3038,3111,3189,3275,3347,3424,3499,3570,3664,3743,3839,3933,4007,4083,4169,4222,4288,4373,4464,4526,4590,4653,4755,4846,4942,5034,5098,5153,5236"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3004,3081,3161,3244,3338,3425,3520,3647,3731,3795,3898,3968,4035,4144,4207,4274,4333,4407,4470,4524,4639,4697,4759,4813,4888,5017,5107,5196,5337,5419,5501,5587,5647,5698,5764,5837,5915,6001,6073,6150,6225,6296,6390,6469,6565,6659,6733,6809,6895,6948,7014,7099,7190,7252,7316,7379,7481,7572,7668,7760,7824,7879",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,76,79,82,93,86,94,126,83,63,102,69,66,108,62,66,58,73,62,53,114,57,61,53,74,128,89,88,140,81,81,85,59,50,65,72,77,85,71,76,74,70,93,78,95,93,73,75,85,52,65,84,90,61,63,62,101,90,95,91,63,54,82",
+ "endOffsets": "328,3076,3156,3239,3333,3420,3515,3642,3726,3790,3893,3963,4030,4139,4202,4269,4328,4402,4465,4519,4634,4692,4754,4808,4883,5012,5102,5191,5332,5414,5496,5582,5642,5693,5759,5832,5910,5996,6068,6145,6220,6291,6385,6464,6560,6654,6728,6804,6890,6943,7009,7094,7185,7247,7311,7374,7476,7567,7663,7755,7819,7874,7957"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-uz\\values-uz.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,210,305,405,487,587,704,789,867,958,1051,1146,1240,1334,1427,1522,1617,1708,1800,1884,1994,2100,2200,2308,2414,2516,2677,2776",
+ "endColumns": "104,94,99,81,99,116,84,77,90,92,94,93,93,92,94,94,90,91,83,109,105,99,107,105,101,160,98,83",
+ "endOffsets": "205,300,400,482,582,699,784,862,953,1046,1141,1235,1329,1422,1517,1612,1703,1795,1879,1989,2095,2195,2303,2409,2511,2672,2771,2855"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "333,438,533,633,715,815,932,1017,1095,1186,1279,1374,1468,1562,1655,1750,1845,1936,2028,2112,2222,2328,2428,2536,2642,2744,2905,7962",
+ "endColumns": "104,94,99,81,99,116,84,77,90,92,94,93,93,92,94,94,90,91,83,109,105,99,107,105,101,160,98,83",
+ "endOffsets": "433,528,628,710,810,927,1012,1090,1181,1274,1369,1463,1557,1650,1745,1840,1931,2023,2107,2217,2323,2423,2531,2637,2739,2900,2999,8041"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-uz\\values-uz.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8046",
+ "endColumns": "100",
+ "endOffsets": "8142"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json
new file mode 100644
index 000000000..18ec2b05f
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json
@@ -0,0 +1,38 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-v16/values-v16.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-v16\\values-v16.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "65",
+ "endOffsets": "116"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-v16\\values-v16.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "5",
+ "endColumns": "12",
+ "endOffsets": "223"
+ },
+ "to": {
+ "startLines": "3",
+ "startColumns": "4",
+ "startOffsets": "121",
+ "endLines": "6",
+ "endColumns": "12",
+ "endOffsets": "289"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json
new file mode 100644
index 000000000..41351bd6c
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-v17/values-v17.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-v17\\values-v17.xml",
+ "from": {
+ "startLines": "2,5,9,12,15,18,22,25,29,33,37,40,43,46,50,53,57",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,228,456,614,764,936,1161,1331,1559,1783,2025,2196,2370,2539,2812,3012,3216",
+ "endLines": "4,8,11,14,17,21,24,28,32,36,39,42,45,49,52,56,60",
+ "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12",
+ "endOffsets": "223,451,609,759,931,1156,1326,1554,1778,2020,2191,2365,2534,2807,3007,3211,3540"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json
new file mode 100644
index 000000000..7e7ab7e46
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-v18/values-v18.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-v18\\values-v18.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "48",
+ "endOffsets": "99"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json
new file mode 100644
index 000000000..7d17c2682
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json
@@ -0,0 +1,66 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-v21/values-v21.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-v21\\values-v21.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,25,28,31,34,37,40,43,46,49,52,55,56,59,64,75,81,91,101,111,121,131,141,151,161,171,181,191,201,211,221,231,237,243,249,255,259,263,264,265,266,270,273,276,279,282,283,286,289,293,297",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,153,249,345,443,511,590,678,766,854,942,1029,1116,1203,1290,1383,1490,1595,1714,1839,1960,2173,2432,2703,2921,3153,3389,3639,3852,4061,4292,4493,4609,4779,5100,6129,6586,7137,7692,8248,8809,9361,9912,10464,11017,11566,12119,12675,13230,13776,14330,14885,15177,15471,15771,16071,16400,16741,16879,17023,17179,17572,17790,18012,18238,18454,18564,18734,18924,19165,19424",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,24,27,30,33,36,39,42,45,48,51,54,55,58,63,74,80,90,100,110,120,130,140,150,160,170,180,190,200,210,220,230,236,242,248,254,258,262,263,264,265,269,272,275,278,281,282,285,288,292,296,299",
+ "endColumns": "97,95,95,97,67,78,87,87,87,87,86,86,86,86,92,106,104,118,124,120,10,10,10,10,10,10,10,10,10,10,10,115,10,12,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,137,143,155,10,10,10,10,10,109,10,10,10,10,10",
+ "endOffsets": "148,244,340,438,506,585,673,761,849,937,1024,1111,1198,1285,1378,1485,1590,1709,1834,1955,2168,2427,2698,2916,3148,3384,3634,3847,4056,4287,4488,4604,4774,5095,6124,6581,7132,7687,8243,8804,9356,9907,10459,11012,11561,12114,12670,13225,13771,14325,14880,15172,15466,15766,16066,16395,16736,16874,17018,17174,17567,17785,18007,18233,18449,18559,18729,18919,19160,19419,19596"
+ },
+ "to": {
+ "startLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,80,81,82,83,85,86,87,90,93,188,191,194,197,203,206,209,276,279,280,283,288,299,347,357,367,377,387,397,407,417,427,437,447,457,467,477,487,497,503,509,515,521,525,529,530,531,532,536,539,542,545,556,557,560,563,567,571",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "173,271,367,463,561,629,708,796,884,972,1060,1147,1234,1321,6970,7063,7170,7275,7497,7622,7743,7956,8215,14396,14614,14846,15082,15531,15744,15953,20740,20941,21057,21227,21548,22577,25682,26233,26788,27344,27905,28457,29008,29560,30113,30662,31215,31771,32326,32872,33426,33981,34273,34567,34867,35167,35496,35837,35975,36119,36275,36668,36886,37108,37334,38074,38184,38354,38544,38785,39044",
+ "endLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,80,81,82,83,85,86,89,92,95,190,193,196,199,205,208,211,278,279,282,287,298,304,356,366,376,386,396,406,416,426,436,446,456,466,476,486,496,502,508,514,520,524,528,529,530,531,535,538,541,544,547,556,559,562,566,570,573",
+ "endColumns": "97,95,95,97,67,78,87,87,87,87,86,86,86,86,92,106,104,118,124,120,10,10,10,10,10,10,10,10,10,10,10,115,10,12,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,137,143,155,10,10,10,10,10,109,10,10,10,10,10",
+ "endOffsets": "266,362,458,556,624,703,791,879,967,1055,1142,1229,1316,1403,7058,7165,7270,7389,7617,7738,7951,8210,8481,14609,14841,15077,15327,15739,15948,16179,20936,21052,21222,21543,22572,23029,26228,26783,27339,27900,28452,29003,29555,30108,30657,31210,31766,32321,32867,33421,33976,34268,34562,34862,35162,35491,35832,35970,36114,36270,36663,36881,37103,37329,37545,38179,38349,38539,38780,39039,39216"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-v21\\values-v21.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,19,20,21,22,24,26,27,28,29,30,32,34,36,38,40,42,43,48,50,52,53,54,56,58,59,60,61,62,63,106,109,152,155,158,160,162,164,167,171,174,175,176,179,180,181,182,183,184,187,188,190,192,194,196,200,202,203,204,205,207,211,213,215,216,217,218,219,220,222,223,224,234,235,236,248",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,146,249,352,457,564,673,782,891,1000,1109,1216,1319,1438,1593,1748,1853,1974,2075,2222,2363,2466,2585,2692,2795,2950,3121,3270,3435,3592,3743,3862,4213,4362,4511,4623,4770,4923,5070,5145,5234,5321,5422,5525,8283,8468,11238,11435,11634,11757,11880,11993,12176,12431,12632,12721,12832,13065,13166,13261,13384,13513,13630,13807,13906,14041,14184,14319,14438,14639,14758,14851,14962,15018,15125,15320,15431,15564,15659,15750,15841,15934,16051,16190,16261,16344,16967,17024,17082,17706",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,20,21,23,25,26,27,28,29,31,33,35,37,39,41,42,47,49,51,52,53,55,57,58,59,60,61,62,105,108,151,154,157,159,161,163,166,170,173,174,175,178,179,180,181,182,183,186,187,189,191,193,195,199,201,202,203,204,206,210,212,214,215,216,217,218,219,221,222,223,233,234,235,247,259",
+ "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,92,116,12,70,82,12,56,57,12,12",
+ "endOffsets": "141,244,347,452,559,668,777,886,995,1104,1211,1314,1433,1588,1743,1848,1969,2070,2217,2358,2461,2580,2687,2790,2945,3116,3265,3430,3587,3738,3857,4208,4357,4506,4618,4765,4918,5065,5140,5229,5316,5417,5520,8278,8463,11233,11430,11629,11752,11875,11988,12171,12426,12627,12716,12827,13060,13161,13256,13379,13508,13625,13802,13901,14036,14179,14314,14433,14634,14753,14846,14957,15013,15120,15315,15426,15559,15654,15745,15836,15929,16046,16185,16256,16339,16962,17019,17077,17701,18337"
+ },
+ "to": {
+ "startLines": "20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,37,38,39,40,42,44,45,46,47,48,50,52,54,56,58,60,61,66,68,70,71,72,74,76,77,78,79,84,96,139,142,185,200,212,214,216,218,221,225,228,229,230,233,234,235,236,237,238,241,242,244,246,248,250,254,256,257,258,259,261,265,267,269,270,271,272,273,274,305,306,307,317,318,319,331",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "1603,1694,1797,1900,2005,2112,2221,2330,2439,2548,2657,2764,2867,2986,3141,3296,3401,3522,3623,3770,3911,4014,4133,4240,4343,4498,4669,4818,4983,5140,5291,5410,5761,5910,6059,6171,6318,6471,6618,6693,6782,6869,7394,8486,11244,11429,14199,15332,16184,16307,16430,16543,16726,16981,17182,17271,17382,17615,17716,17811,17934,18063,18180,18357,18456,18591,18734,18869,18988,19189,19308,19401,19512,19568,19675,19870,19981,20114,20209,20300,20391,20484,20601,23034,23105,23188,23811,23868,23926,24550",
+ "endLines": "20,21,22,23,24,25,26,27,28,29,30,31,32,34,36,37,38,39,41,43,44,45,46,47,49,51,53,55,57,59,60,65,67,69,70,71,73,75,76,77,78,79,84,138,141,184,187,202,213,215,217,220,224,227,228,229,232,233,234,235,236,237,240,241,243,245,247,249,253,255,256,257,258,260,264,266,268,269,270,271,272,273,275,305,306,316,317,318,330,342",
+ "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,92,116,12,70,82,12,56,57,12,12",
+ "endOffsets": "1689,1792,1895,2000,2107,2216,2325,2434,2543,2652,2759,2862,2981,3136,3291,3396,3517,3618,3765,3906,4009,4128,4235,4338,4493,4664,4813,4978,5135,5286,5405,5756,5905,6054,6166,6313,6466,6613,6688,6777,6864,6965,7492,11239,11424,14194,14391,15526,16302,16425,16538,16721,16976,17177,17266,17377,17610,17711,17806,17929,18058,18175,18352,18451,18586,18729,18864,18983,19184,19303,19396,19507,19563,19670,19865,19976,20109,20204,20295,20386,20479,20596,20735,23100,23183,23806,23863,23921,24545,25181"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-v21\\values-v21.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,13",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,173,237,304,368,484,610,736,864,1036",
+ "endLines": "2,3,4,5,6,7,8,9,12,17",
+ "endColumns": "117,63,66,63,115,125,125,127,12,12",
+ "endOffsets": "168,232,299,363,479,605,731,859,1031,1383"
+ },
+ "to": {
+ "startLines": "2,17,18,19,343,344,345,346,548,551",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,1408,1472,1539,25186,25302,25428,25554,37550,37722",
+ "endLines": "2,17,18,19,343,344,345,346,550,555",
+ "endColumns": "117,63,66,63,115,125,125,127,12,12",
+ "endOffsets": "168,1467,1534,1598,25297,25423,25549,25677,37717,38069"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json
new file mode 100644
index 000000000..e38bdf0a7
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-v22/values-v22.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-v22\\values-v22.xml",
+ "from": {
+ "startLines": "2,3,4,9",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,130,217,487",
+ "endLines": "2,3,8,13",
+ "endColumns": "74,86,12,12",
+ "endOffsets": "125,212,482,764"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json
new file mode 100644
index 000000000..bac0dd4b5
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json
@@ -0,0 +1,58 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-v23/values-v23.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-v23\\values-v23.xml",
+ "from": {
+ "startLines": "2,5,8,13,17,20,23,26,31,34,38",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,271,481,801,1038,1245,1452,1655,1987,2189,2454",
+ "endLines": "4,7,12,16,19,22,25,30,33,37,41",
+ "endColumns": "10,10,10,10,10,10,10,10,10,10,10",
+ "endOffsets": "266,476,796,1033,1240,1447,1650,1982,2184,2449,2722"
+ },
+ "to": {
+ "startLines": "53,56,59,64,68,71,74,77,82,85,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "3382,3598,3808,4128,4365,4572,4779,4982,5314,5516,5781",
+ "endLines": "55,58,63,67,70,73,76,81,84,88,92",
+ "endColumns": "10,10,10,10,10,10,10,10,10,10,10",
+ "endOffsets": "3593,3803,4123,4360,4567,4774,4977,5309,5511,5776,6049"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-v23\\values-v23.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,20,34,35,36,39,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,190,325,400,487,1225,1975,2094,2221,2443,2667,2782,2889,3002",
+ "endLines": "2,3,4,5,19,33,34,35,38,42,43,44,45,49",
+ "endColumns": "134,134,74,86,12,12,118,126,12,12,114,106,112,12",
+ "endOffsets": "185,320,395,482,1220,1970,2089,2216,2438,2662,2777,2884,2997,3227"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\0f83c5d5bf7c6e76956157cb777fbf37\\transformed\\cardview-1.0.0\\res\\values-v23\\values-v23.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "4",
+ "endColumns": "12",
+ "endOffsets": "200"
+ },
+ "to": {
+ "startLines": "50",
+ "startColumns": "4",
+ "startOffsets": "3232",
+ "endLines": "52",
+ "endColumns": "12",
+ "endOffsets": "3377"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json
new file mode 100644
index 000000000..615e7a2eb
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json
@@ -0,0 +1,38 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-v24/values-v24.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-v24\\values-v24.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,9,12,15",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,140,239,326,427,626,839,1040",
+ "endLines": "2,3,4,5,8,11,14,17",
+ "endColumns": "84,98,86,100,10,10,10,10",
+ "endOffsets": "135,234,321,422,621,834,1035,1250"
+ },
+ "to": {
+ "startLines": "4,5,6,7,8,11,14,17",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "347,432,531,618,719,918,1131,1332",
+ "endLines": "4,5,6,7,10,13,16,19",
+ "endColumns": "84,98,86,100,10,10,10,10",
+ "endOffsets": "427,526,613,714,913,1126,1327,1542"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-v24\\values-v24.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,212",
+ "endColumns": "156,134",
+ "endOffsets": "207,342"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json
new file mode 100644
index 000000000..29197c8ab
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-v25/values-v25.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-v25\\values-v25.xml",
+ "from": {
+ "startLines": "2,3,4,6",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,126,209,308",
+ "endLines": "2,3,5,7",
+ "endColumns": "70,82,12,12",
+ "endOffsets": "121,204,303,414"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json
new file mode 100644
index 000000000..d5a75028e
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-v26/values-v26.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-v26\\values-v26.xml",
+ "from": {
+ "startLines": "2,3,4,8,12,16",
+ "startColumns": "4,4,4,4,4,4",
+ "startOffsets": "55,130,217,381,557,796",
+ "endLines": "2,3,7,11,15,16",
+ "endColumns": "74,86,12,12,12,92",
+ "endOffsets": "125,212,376,552,791,884"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json
new file mode 100644
index 000000000..82a34a309
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json
@@ -0,0 +1,47 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-v28/values-v28.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-v28\\values-v28.xml",
+ "from": {
+ "startLines": "2,3,4,8",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,130,217,397",
+ "endLines": "2,3,7,11",
+ "endColumns": "74,86,12,12",
+ "endOffsets": "125,212,392,584"
+ },
+ "to": {
+ "startLines": "14,15,16,20",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "1141,1216,1303,1483",
+ "endLines": "14,15,19,23",
+ "endColumns": "74,86,12,12",
+ "endOffsets": "1211,1298,1478,1670"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-v28\\values-v28.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,153,248,343,441,529,617,705,793,880,967,1054,1141",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,17",
+ "endColumns": "97,94,94,97,87,87,87,87,86,86,86,86,10",
+ "endOffsets": "148,243,338,436,524,612,700,788,875,962,1049,1136,1423"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,24",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,153,248,343,441,529,617,705,793,880,967,1054,1675",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,27",
+ "endColumns": "97,94,94,97,87,87,87,87,86,86,86,86,10",
+ "endOffsets": "148,243,338,436,524,612,700,788,875,962,1049,1136,1957"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v31.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v31.json
new file mode 100644
index 000000000..59b2936c2
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v31.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-v31/values-v31.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-v31\\values-v31.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,224,270,317",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,149,243,336,430,524,618,712,806,900,994,1088,1181,1274,1376,1478,1579,1681,1783,1885,1987,2089,2191,2293,2395,2496,2597,2690,2783,2875,2968,3061,3154,3247,3340,3433,3526,3619,3711,3803,3898,3993,4087,4182,4277,4372,4467,4562,4657,4752,4847,4941,5035,5129,5223,5316,5410,5504,5598,5692,5786,5880,5974,6068,6161,6254,6357,6468,6576,6684,6790,6893,7006,7113,7230,7333,7452,7557,7672,7780,7896,7996,8106,8210,8324,8424,8540,8642,8754,8858,8970,9079,9188,9295,9400,9514,9623,9741,9845,9965,10072,10188,10297,10414,10515,10626,10731,10846,10947,11064,11167,11280,11371,11464,11559,11652,11745,11838,11931,12024,12117,12210,12303,12396,12489,12596,12705,12816,12925,13034,13143,13252,13361,13470,13579,13688,13797,13906,13997,14090,14185,14278,14371,14464,14557,14650,14743,14836,14929,15022,15115,15210,15307,15406,15503,15600,15697,15794,15891,15988,16085,16182,16279,16376,16469,16564,16661,16756,16851,16946,17041,17136,17231,17326,17421,17516,17611,21390,25192,29051",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,223,269,316,363",
+ "endColumns": "93,93,92,93,93,93,93,93,93,93,93,92,92,101,101,100,101,101,101,101,101,101,101,101,100,100,92,92,91,92,92,92,92,92,92,92,92,91,91,94,94,93,94,94,94,94,94,94,94,94,93,93,93,93,92,93,93,93,93,93,93,93,93,92,92,102,110,107,107,105,102,112,106,116,102,118,104,114,107,115,99,109,103,113,99,115,101,111,103,111,108,108,106,104,113,108,117,103,119,106,115,108,116,100,110,104,114,100,116,102,112,90,92,94,92,92,92,92,92,92,92,92,92,92,106,108,110,108,108,108,108,108,108,108,108,108,108,90,92,94,92,92,92,92,92,92,92,92,92,92,94,96,98,96,96,96,96,96,96,96,96,96,96,92,94,96,94,94,94,94,94,94,94,94,94,94,10,10,10,10",
+ "endOffsets": "144,238,331,425,519,613,707,801,895,989,1083,1176,1269,1371,1473,1574,1676,1778,1880,1982,2084,2186,2288,2390,2491,2592,2685,2778,2870,2963,3056,3149,3242,3335,3428,3521,3614,3706,3798,3893,3988,4082,4177,4272,4367,4462,4557,4652,4747,4842,4936,5030,5124,5218,5311,5405,5499,5593,5687,5781,5875,5969,6063,6156,6249,6352,6463,6571,6679,6785,6888,7001,7108,7225,7328,7447,7552,7667,7775,7891,7991,8101,8205,8319,8419,8535,8637,8749,8853,8965,9074,9183,9290,9395,9509,9618,9736,9840,9960,10067,10183,10292,10409,10510,10621,10726,10841,10942,11059,11162,11275,11366,11459,11554,11647,11740,11833,11926,12019,12112,12205,12298,12391,12484,12591,12700,12811,12920,13029,13138,13247,13356,13465,13574,13683,13792,13901,13992,14085,14180,14273,14366,14459,14552,14645,14738,14831,14924,15017,15110,15205,15302,15401,15498,15595,15692,15789,15886,15983,16080,16177,16274,16371,16464,16559,16656,16751,16846,16941,17036,17131,17226,17321,17416,17511,17606,21385,25187,29046,32928"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json
new file mode 100644
index 000000000..5c2c3816a
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-vi/values-vi.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-vi\\values-vi.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,314,423,507,610,729,807,883,974,1067,1162,1256,1356,1449,1544,1638,1729,1820,1904,2008,2116,2217,2322,2437,2542,2699,2798",
+ "endColumns": "106,101,108,83,102,118,77,75,90,92,94,93,99,92,94,93,90,90,83,103,107,100,104,114,104,156,98,84",
+ "endOffsets": "207,309,418,502,605,724,802,878,969,1062,1157,1251,1351,1444,1539,1633,1724,1815,1899,2003,2111,2212,2317,2432,2537,2694,2793,2878"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,422,524,633,717,820,939,1017,1093,1184,1277,1372,1466,1566,1659,1754,1848,1939,2030,2114,2218,2326,2427,2532,2647,2752,2909,7820",
+ "endColumns": "106,101,108,83,102,118,77,75,90,92,94,93,99,92,94,93,90,90,83,103,107,100,104,114,104,156,98,84",
+ "endOffsets": "417,519,628,712,815,934,1012,1088,1179,1272,1367,1461,1561,1654,1749,1843,1934,2025,2109,2213,2321,2422,2527,2642,2747,2904,3003,7900"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-vi\\values-vi.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,344,421,499,579,659,758,872,952,1015,1109,1183,1242,1328,1390,1451,1509,1573,1634,1688,1805,1862,1922,1976,2051,2178,2262,2340,2470,2554,2632,2723,2774,2825,2891,2959,3035,3116,3195,3270,3343,3419,3508,3585,3676,3770,3844,3914,4007,4056,4122,4207,4293,4355,4419,4482,4581,4686,4784,4889,4944,4999",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,78,76,77,79,79,98,113,79,62,93,73,58,85,61,60,57,63,60,53,116,56,59,53,74,126,83,77,129,83,77,90,50,50,65,67,75,80,78,74,72,75,88,76,90,93,73,69,92,48,65,84,85,61,63,62,98,104,97,104,54,54,77",
+ "endOffsets": "260,339,416,494,574,654,753,867,947,1010,1104,1178,1237,1323,1385,1446,1504,1568,1629,1683,1800,1857,1917,1971,2046,2173,2257,2335,2465,2549,2627,2718,2769,2820,2886,2954,3030,3111,3190,3265,3338,3414,3503,3580,3671,3765,3839,3909,4002,4051,4117,4202,4288,4350,4414,4477,4576,4681,4779,4884,4939,4994,5072"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3008,3087,3164,3242,3322,3402,3501,3615,3695,3758,3852,3926,3985,4071,4133,4194,4252,4316,4377,4431,4548,4605,4665,4719,4794,4921,5005,5083,5213,5297,5375,5466,5517,5568,5634,5702,5778,5859,5938,6013,6086,6162,6251,6328,6419,6513,6587,6657,6750,6799,6865,6950,7036,7098,7162,7225,7324,7429,7527,7632,7687,7742",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,78,76,77,79,79,98,113,79,62,93,73,58,85,61,60,57,63,60,53,116,56,59,53,74,126,83,77,129,83,77,90,50,50,65,67,75,80,78,74,72,75,88,76,90,93,73,69,92,48,65,84,85,61,63,62,98,104,97,104,54,54,77",
+ "endOffsets": "310,3082,3159,3237,3317,3397,3496,3610,3690,3753,3847,3921,3980,4066,4128,4189,4247,4311,4372,4426,4543,4600,4660,4714,4789,4916,5000,5078,5208,5292,5370,5461,5512,5563,5629,5697,5773,5854,5933,6008,6081,6157,6246,6323,6414,6508,6582,6652,6745,6794,6860,6945,7031,7093,7157,7220,7319,7424,7522,7627,7682,7737,7815"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-vi\\values-vi.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7905",
+ "endColumns": "100",
+ "endOffsets": "8001"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w320dp-land-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w320dp-land-v13.json
new file mode 100644
index 000000000..ee2558fc2
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w320dp-land-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-w320dp-land-v13/values-w320dp-land-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-w320dp-land-v13\\values-w320dp-land-v13.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,110",
+ "endColumns": "54,61",
+ "endOffsets": "105,167"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w360dp-port-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w360dp-port-v13.json
new file mode 100644
index 000000000..c30cb9eaa
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w360dp-port-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-w360dp-port-v13/values-w360dp-port-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-w360dp-port-v13\\values-w360dp-port-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,114,170,226,293,358,413,478",
+ "endColumns": "58,55,55,66,64,54,64,68",
+ "endOffsets": "109,165,221,288,353,408,473,542"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w480dp-port-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w480dp-port-v13.json
new file mode 100644
index 000000000..83d0f34e6
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w480dp-port-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-w480dp-port-v13/values-w480dp-port-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-w480dp-port-v13\\values-w480dp-port-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,114,170,226,293,358,413,478",
+ "endColumns": "58,55,55,66,64,54,64,68",
+ "endOffsets": "109,165,221,288,353,408,473,542"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w600dp-land-v13.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w600dp-land-v13.json
new file mode 100644
index 000000000..6c9221847
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w600dp-land-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-w600dp-land-v13/values-w600dp-land-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-w600dp-land-v13\\values-w600dp-land-v13.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "54",
+ "endOffsets": "105"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json
new file mode 100644
index 000000000..20a55e629
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-watch-v20/values-watch-v20.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-watch-v20\\values-watch-v20.xml",
+ "from": {
+ "startLines": "2,5,8",
+ "startColumns": "4,4,4",
+ "startOffsets": "55,214,385",
+ "endLines": "4,7,10",
+ "endColumns": "12,12,12",
+ "endOffsets": "209,380,553"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json
new file mode 100644
index 000000000..2d9599848
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-watch-v21/values-watch-v21.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-watch-v21\\values-watch-v21.xml",
+ "from": {
+ "startLines": "2,6,10",
+ "startColumns": "4,4,4",
+ "startOffsets": "55,271,499",
+ "endLines": "5,9,13",
+ "endColumns": "12,12,12",
+ "endOffsets": "266,494,724"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json
new file mode 100644
index 000000000..48ccb7861
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-xlarge-v4/values-xlarge-v4.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-xlarge-v4\\values-xlarge-v4.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7",
+ "startColumns": "4,4,4,4,4,4",
+ "startOffsets": "55,126,197,267,337,405",
+ "endColumns": "70,70,69,69,67,67",
+ "endOffsets": "121,192,262,332,400,468"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json
new file mode 100644
index 000000000..a6b9d13e6
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-zh-rCN/values-zh-rCN.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-zh-rCN\\values-zh-rCN.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,200,295,395,477,574,680,757,832,923,1016,1113,1209,1303,1396,1491,1583,1674,1765,1843,1939,2034,2129,2226,2322,2420,2568,2662",
+ "endColumns": "94,94,99,81,96,105,76,74,90,92,96,95,93,92,94,91,90,90,77,95,94,94,96,95,97,147,93,78",
+ "endOffsets": "195,290,390,472,569,675,752,827,918,1011,1108,1204,1298,1391,1486,1578,1669,1760,1838,1934,2029,2124,2221,2317,2415,2563,2657,2736"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "297,392,487,587,669,766,872,949,1024,1115,1208,1305,1401,1495,1588,1683,1775,1866,1957,2035,2131,2226,2321,2418,2514,2612,2760,7142",
+ "endColumns": "94,94,99,81,96,105,76,74,90,92,96,95,93,92,94,91,90,90,77,95,94,94,96,95,97,147,93,78",
+ "endOffsets": "387,482,582,664,761,867,944,1019,1110,1203,1300,1396,1490,1583,1678,1770,1861,1952,2030,2126,2221,2316,2413,2509,2607,2755,2849,7216"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7221",
+ "endColumns": "100",
+ "endOffsets": "7317"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,247,311,373,443,513,590,681,787,860,922,999,1058,1117,1195,1256,1313,1369,1428,1486,1540,1625,1681,1739,1793,1858,1950,2024,2100,2222,2284,2346,2425,2475,2526,2592,2656,2725,2803,2864,2935,3002,3062,3141,3208,3291,3376,3450,3515,3591,3639,3703,3779,3857,3919,3983,4046,4126,4202,4280,4357,4411,4466",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,63,61,69,69,76,90,105,72,61,76,58,58,77,60,56,55,58,57,53,84,55,57,53,64,91,73,75,121,61,61,78,49,50,65,63,68,77,60,70,66,59,78,66,82,84,73,64,75,47,63,75,77,61,63,62,79,75,77,76,53,54,68",
+ "endOffsets": "242,306,368,438,508,585,676,782,855,917,994,1053,1112,1190,1251,1308,1364,1423,1481,1535,1620,1676,1734,1788,1853,1945,2019,2095,2217,2279,2341,2420,2470,2521,2587,2651,2720,2798,2859,2930,2997,3057,3136,3203,3286,3371,3445,3510,3586,3634,3698,3774,3852,3914,3978,4041,4121,4197,4275,4352,4406,4461,4530"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2854,2918,2980,3050,3120,3197,3288,3394,3467,3529,3606,3665,3724,3802,3863,3920,3976,4035,4093,4147,4232,4288,4346,4400,4465,4557,4631,4707,4829,4891,4953,5032,5082,5133,5199,5263,5332,5410,5471,5542,5609,5669,5748,5815,5898,5983,6057,6122,6198,6246,6310,6386,6464,6526,6590,6653,6733,6809,6887,6964,7018,7073",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,63,61,69,69,76,90,105,72,61,76,58,58,77,60,56,55,58,57,53,84,55,57,53,64,91,73,75,121,61,61,78,49,50,65,63,68,77,60,70,66,59,78,66,82,84,73,64,75,47,63,75,77,61,63,62,79,75,77,76,53,54,68",
+ "endOffsets": "292,2913,2975,3045,3115,3192,3283,3389,3462,3524,3601,3660,3719,3797,3858,3915,3971,4030,4088,4142,4227,4283,4341,4395,4460,4552,4626,4702,4824,4886,4948,5027,5077,5128,5194,5258,5327,5405,5466,5537,5604,5664,5743,5810,5893,5978,6052,6117,6193,6241,6305,6381,6459,6521,6585,6648,6728,6804,6882,6959,7013,7068,7137"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json
new file mode 100644
index 000000000..69d9fe58a
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-zh-rHK/values-zh-rHK.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-zh-rHK\\values-zh-rHK.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,200,293,393,475,572,680,757,832,924,1018,1109,1205,1300,1394,1490,1582,1674,1766,1844,1940,2035,2130,2227,2323,2421,2572,2666",
+ "endColumns": "94,92,99,81,96,107,76,74,91,93,90,95,94,93,95,91,91,91,77,95,94,94,96,95,97,150,93,78",
+ "endOffsets": "195,288,388,470,567,675,752,827,919,1013,1104,1200,1295,1389,1485,1577,1669,1761,1839,1935,2030,2125,2222,2318,2416,2567,2661,2740"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "297,392,485,585,667,764,872,949,1024,1116,1210,1301,1397,1492,1586,1682,1774,1866,1958,2036,2132,2227,2322,2419,2515,2613,2764,7132",
+ "endColumns": "94,92,99,81,96,107,76,74,91,93,90,95,94,93,95,91,91,91,77,95,94,94,96,95,97,150,93,78",
+ "endOffsets": "387,480,580,662,759,867,944,1019,1111,1205,1296,1392,1487,1581,1677,1769,1861,1953,2031,2127,2222,2317,2414,2510,2608,2759,2853,7206"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7211",
+ "endColumns": "100",
+ "endOffsets": "7307"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,247,310,371,438,507,584,674,781,854,916,994,1053,1111,1189,1250,1307,1363,1422,1480,1534,1620,1676,1734,1788,1853,1946,2020,2098,2218,2281,2344,2421,2471,2522,2588,2652,2721,2796,2857,2928,2995,3055,3135,3198,3281,3366,3440,3505,3581,3629,3693,3769,3847,3909,3973,4036,4116,4191,4267,4343,4397,4452",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,62,60,66,68,76,89,106,72,61,77,58,57,77,60,56,55,58,57,53,85,55,57,53,64,92,73,77,119,62,62,76,49,50,65,63,68,74,60,70,66,59,79,62,82,84,73,64,75,47,63,75,77,61,63,62,79,74,75,75,53,54,68",
+ "endOffsets": "242,305,366,433,502,579,669,776,849,911,989,1048,1106,1184,1245,1302,1358,1417,1475,1529,1615,1671,1729,1783,1848,1941,2015,2093,2213,2276,2339,2416,2466,2517,2583,2647,2716,2791,2852,2923,2990,3050,3130,3193,3276,3361,3435,3500,3576,3624,3688,3764,3842,3904,3968,4031,4111,4186,4262,4338,4392,4447,4516"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2858,2921,2982,3049,3118,3195,3285,3392,3465,3527,3605,3664,3722,3800,3861,3918,3974,4033,4091,4145,4231,4287,4345,4399,4464,4557,4631,4709,4829,4892,4955,5032,5082,5133,5199,5263,5332,5407,5468,5539,5606,5666,5746,5809,5892,5977,6051,6116,6192,6240,6304,6380,6458,6520,6584,6647,6727,6802,6878,6954,7008,7063",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,62,60,66,68,76,89,106,72,61,77,58,57,77,60,56,55,58,57,53,85,55,57,53,64,92,73,77,119,62,62,76,49,50,65,63,68,74,60,70,66,59,79,62,82,84,73,64,75,47,63,75,77,61,63,62,79,74,75,75,53,54,68",
+ "endOffsets": "292,2916,2977,3044,3113,3190,3280,3387,3460,3522,3600,3659,3717,3795,3856,3913,3969,4028,4086,4140,4226,4282,4340,4394,4459,4552,4626,4704,4824,4887,4950,5027,5077,5128,5194,5258,5327,5402,5463,5534,5601,5661,5741,5804,5887,5972,6046,6111,6187,6235,6299,6375,6453,6515,6579,6642,6722,6797,6873,6949,7003,7058,7127"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json
new file mode 100644
index 000000000..6eeafb831
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-zh-rTW/values-zh-rTW.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7231",
+ "endColumns": "100",
+ "endOffsets": "7327"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-zh-rTW\\values-zh-rTW.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,200,293,393,475,572,680,757,832,924,1018,1115,1211,1306,1400,1496,1588,1680,1772,1850,1946,2041,2136,2233,2329,2427,2577,2671",
+ "endColumns": "94,92,99,81,96,107,76,74,91,93,96,95,94,93,95,91,91,91,77,95,94,94,96,95,97,149,93,78",
+ "endOffsets": "195,288,388,470,567,675,752,827,919,1013,1110,1206,1301,1395,1491,1583,1675,1767,1845,1941,2036,2131,2228,2324,2422,2572,2666,2745"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "297,392,485,585,667,764,872,949,1024,1116,1210,1307,1403,1498,1592,1688,1780,1872,1964,2042,2138,2233,2328,2425,2521,2619,2769,7152",
+ "endColumns": "94,92,99,81,96,107,76,74,91,93,96,95,94,93,95,91,91,91,77,95,94,94,96,95,97,149,93,78",
+ "endOffsets": "387,480,580,662,759,867,944,1019,1111,1205,1302,1398,1493,1587,1683,1775,1867,1959,2037,2133,2228,2323,2420,2516,2614,2764,2858,7226"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,247,311,373,440,510,587,681,788,861,923,1001,1061,1121,1199,1260,1318,1374,1434,1492,1546,1631,1687,1745,1799,1864,1956,2030,2107,2227,2290,2353,2430,2480,2531,2597,2660,2728,2806,2867,2938,3005,3067,3146,3211,3294,3379,3453,3517,3593,3641,3705,3781,3859,3921,3985,4048,4128,4205,4281,4358,4412,4467",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,63,61,66,69,76,93,106,72,61,77,59,59,77,60,57,55,59,57,53,84,55,57,53,64,91,73,76,119,62,62,76,49,50,65,62,67,77,60,70,66,61,78,64,82,84,73,63,75,47,63,75,77,61,63,62,79,76,75,76,53,54,68",
+ "endOffsets": "242,306,368,435,505,582,676,783,856,918,996,1056,1116,1194,1255,1313,1369,1429,1487,1541,1626,1682,1740,1794,1859,1951,2025,2102,2222,2285,2348,2425,2475,2526,2592,2655,2723,2801,2862,2933,3000,3062,3141,3206,3289,3374,3448,3512,3588,3636,3700,3776,3854,3916,3980,4043,4123,4200,4276,4353,4407,4462,4531"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2863,2927,2989,3056,3126,3203,3297,3404,3477,3539,3617,3677,3737,3815,3876,3934,3990,4050,4108,4162,4247,4303,4361,4415,4480,4572,4646,4723,4843,4906,4969,5046,5096,5147,5213,5276,5344,5422,5483,5554,5621,5683,5762,5827,5910,5995,6069,6133,6209,6257,6321,6397,6475,6537,6601,6664,6744,6821,6897,6974,7028,7083",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,63,61,66,69,76,93,106,72,61,77,59,59,77,60,57,55,59,57,53,84,55,57,53,64,91,73,76,119,62,62,76,49,50,65,62,67,77,60,70,66,61,78,64,82,84,73,63,75,47,63,75,77,61,63,62,79,76,75,76,53,54,68",
+ "endOffsets": "292,2922,2984,3051,3121,3198,3292,3399,3472,3534,3612,3672,3732,3810,3871,3929,3985,4045,4103,4157,4242,4298,4356,4410,4475,4567,4641,4718,4838,4901,4964,5041,5091,5142,5208,5271,5339,5417,5478,5549,5616,5678,5757,5822,5905,5990,6064,6128,6204,6252,6316,6392,6470,6532,6596,6659,6739,6816,6892,6969,7023,7078,7147"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json
new file mode 100644
index 000000000..9fe387d79
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values-zu/values-zu.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values-zu\\values-zu.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,320,432,520,623,738,817,894,985,1078,1173,1267,1367,1460,1555,1649,1740,1833,1914,2018,2121,2219,2326,2433,2538,2695,2791",
+ "endColumns": "107,106,111,87,102,114,78,76,90,92,94,93,99,92,94,93,90,92,80,103,102,97,106,106,104,156,95,81",
+ "endOffsets": "208,315,427,515,618,733,812,889,980,1073,1168,1262,1362,1455,1550,1644,1735,1828,1909,2013,2116,2214,2321,2428,2533,2690,2786,2868"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "321,429,536,648,736,839,954,1033,1110,1201,1294,1389,1483,1583,1676,1771,1865,1956,2049,2130,2234,2337,2435,2542,2649,2754,2911,8077",
+ "endColumns": "107,106,111,87,102,114,78,76,90,92,94,93,99,92,94,93,90,92,80,103,102,97,106,106,104,156,95,81",
+ "endOffsets": "424,531,643,731,834,949,1028,1105,1196,1289,1384,1478,1578,1671,1766,1860,1951,2044,2125,2229,2332,2430,2537,2644,2749,2906,3002,8154"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values-zu\\values-zu.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,271,349,426,503,597,685,797,923,1004,1071,1174,1249,1312,1404,1475,1540,1607,1679,1751,1805,1926,1985,2049,2103,2180,2312,2397,2478,2627,2714,2797,2889,2945,3003,3069,3141,3218,3309,3389,3468,3543,3622,3712,3785,3879,3976,4050,4123,4222,4277,4345,4433,4522,4584,4648,4711,4820,4925,5028,5137,5197,5259",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,76,76,93,87,111,125,80,66,102,74,62,91,70,64,66,71,71,53,120,58,63,53,76,131,84,80,148,86,82,91,55,57,65,71,76,90,79,78,74,78,89,72,93,96,73,72,98,54,67,87,88,61,63,62,108,104,102,108,59,61,81",
+ "endOffsets": "266,344,421,498,592,680,792,918,999,1066,1169,1244,1307,1399,1470,1535,1602,1674,1746,1800,1921,1980,2044,2098,2175,2307,2392,2473,2622,2709,2792,2884,2940,2998,3064,3136,3213,3304,3384,3463,3538,3617,3707,3780,3874,3971,4045,4118,4217,4272,4340,4428,4517,4579,4643,4706,4815,4920,5023,5132,5192,5254,5336"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3007,3085,3162,3239,3333,3421,3533,3659,3740,3807,3910,3985,4048,4140,4211,4276,4343,4415,4487,4541,4662,4721,4785,4839,4916,5048,5133,5214,5363,5450,5533,5625,5681,5739,5805,5877,5954,6045,6125,6204,6279,6358,6448,6521,6615,6712,6786,6859,6958,7013,7081,7169,7258,7320,7384,7447,7556,7661,7764,7873,7933,7995",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,76,76,93,87,111,125,80,66,102,74,62,91,70,64,66,71,71,53,120,58,63,53,76,131,84,80,148,86,82,91,55,57,65,71,76,90,79,78,74,78,89,72,93,96,73,72,98,54,67,87,88,61,63,62,108,104,102,108,59,61,81",
+ "endOffsets": "316,3080,3157,3234,3328,3416,3528,3654,3735,3802,3905,3980,4043,4135,4206,4271,4338,4410,4482,4536,4657,4716,4780,4834,4911,5043,5128,5209,5358,5445,5528,5620,5676,5734,5800,5872,5949,6040,6120,6199,6274,6353,6443,6516,6610,6707,6781,6854,6953,7008,7076,7164,7253,7315,7379,7442,7551,7656,7759,7868,7928,7990,8072"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values-zu\\values-zu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8159",
+ "endColumns": "100",
+ "endOffsets": "8255"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json
new file mode 100644
index 000000000..fd1b5fd07
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json
@@ -0,0 +1,870 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-mergeDebugResources-36:\\values\\values.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,89,90,94,95,96,97,103,113,146,167,200",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,115,187,275,344,407,477,545,617,687,748,822,895,956,1017,1079,1143,1205,1266,1334,1434,1494,1560,1633,1702,1759,1811,1873,1945,2021,2086,2145,2204,2264,2324,2384,2444,2504,2564,2624,2684,2744,2804,2863,2923,2983,3043,3103,3163,3223,3283,3343,3403,3463,3522,3582,3642,3701,3760,3819,3878,3937,3996,4031,4066,4121,4184,4239,4297,4355,4416,4479,4536,4587,4637,4698,4755,4821,4855,4890,4925,4995,5066,5183,5384,5494,5695,5824,5896,5963,6166,6467,8198,8879,9561",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,88,89,93,94,95,96,102,112,145,166,199,205",
+ "endColumns": "59,71,87,68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,64,58,58,59,59,59,59,59,59,59,59,59,59,58,59,59,59,59,59,59,59,59,59,59,58,59,59,58,58,58,58,58,58,34,34,54,62,54,57,57,60,62,56,50,49,60,56,65,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24,24",
+ "endOffsets": "110,182,270,339,402,472,540,612,682,743,817,890,951,1012,1074,1138,1200,1261,1329,1429,1489,1555,1628,1697,1754,1806,1868,1940,2016,2081,2140,2199,2259,2319,2379,2439,2499,2559,2619,2679,2739,2799,2858,2918,2978,3038,3098,3158,3218,3278,3338,3398,3458,3517,3577,3637,3696,3755,3814,3873,3932,3991,4026,4061,4116,4179,4234,4292,4350,4411,4474,4531,4582,4632,4693,4750,4816,4850,4885,4920,4990,5061,5178,5379,5489,5690,5819,5891,5958,6161,6462,8193,8874,9556,9723"
+ },
+ "to": {
+ "startLines": "450,614,615,863,864,1737,1738,1739,1740,1741,1742,1743,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2404,2405,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2459,2534,2732,6549,6550,6554,6555,6559,7645,7646,10477,10847,11690,11723,11759,11792",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "22932,31162,31234,49215,49284,89235,89305,89373,89445,89515,89576,89650,134189,134250,134311,134373,134437,134499,134560,134628,134728,134788,134854,134927,134996,135053,135105,135897,135969,136045,136110,136169,136228,136288,136348,136408,136468,136528,136588,136648,136708,136768,136828,136887,136947,137007,137067,137127,137187,137247,137307,137367,137427,137487,137546,137606,137666,137725,137784,137843,137902,137961,138510,138545,140169,140224,140287,140342,140400,140458,140519,140582,140639,140690,140740,140801,140858,140924,140958,141381,146064,169524,432876,432993,433194,433304,433505,509913,509985,663690,676558,710394,712125,713350,714032",
+ "endLines": "450,614,615,863,864,1737,1738,1739,1740,1741,1742,1743,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2404,2405,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2459,2534,2732,6549,6553,6554,6558,6559,7645,7646,10482,10856,11722,11743,11791,11797",
+ "endColumns": "59,71,87,68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,64,58,58,59,59,59,59,59,59,59,59,59,59,58,59,59,59,59,59,59,59,59,59,59,58,59,59,58,58,58,58,58,58,34,34,54,62,54,57,57,60,62,56,50,49,60,56,65,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24,24",
+ "endOffsets": "22987,31229,31317,49279,49342,89300,89368,89440,89510,89571,89645,89718,134245,134306,134368,134432,134494,134555,134623,134723,134783,134849,134922,134991,135048,135100,135162,135964,136040,136105,136164,136223,136283,136343,136403,136463,136523,136583,136643,136703,136763,136823,136882,136942,137002,137062,137122,137182,137242,137302,137362,137422,137482,137541,137601,137661,137720,137779,137838,137897,137956,138015,138540,138575,140219,140282,140337,140395,140453,140514,140577,140634,140685,140735,140796,140853,140919,140953,140988,141411,146129,169590,432988,433189,433299,433500,433629,509980,510047,663888,676854,712120,712801,714027,714194"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,139,180,221,262,303,344,385,426,467,508,547,588,629,670,711,752,793,834,875,916,957,996,1037,1078,1119,1160,1201,1242,1283,1324,1365,1406,1445,1486,1527,1568,1609,1650,1691,1732,1773,1814,1855,1894,1935,1976,2017,2058,2099,2140,2181,2222,2263,2304,2343,2384,2425,2466,2507,2548,2589,2630,2671,2712,2753,2792,2833,2874,2915,2956,2997,3038,3079,3120,3161,3202,3241,3282,3323,3364,3405,3446,3487,3528,3569,3610,3651,3690,3731,3772,3813,3854,3895,3936,3977,4018,4059,4100",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38",
+ "endOffsets": "93,134,175,216,257,298,339,380,421,462,503,542,583,624,665,706,747,788,829,870,911,952,991,1032,1073,1114,1155,1196,1237,1278,1319,1360,1401,1440,1481,1522,1563,1604,1645,1686,1727,1768,1809,1850,1889,1930,1971,2012,2053,2094,2135,2176,2217,2258,2299,2338,2379,2420,2461,2502,2543,2584,2625,2666,2707,2748,2787,2828,2869,2910,2951,2992,3033,3074,3115,3156,3197,3236,3277,3318,3359,3400,3441,3482,3523,3564,3605,3646,3685,3726,3767,3808,3849,3890,3931,3972,4013,4054,4095,4134"
+ },
+ "to": {
+ "startLines": "892,903,915,927,939,951,963,975,987,999,1011,1013,1025,1037,1049,1061,1073,1085,1097,1109,1121,1133,1135,1147,1159,1171,1183,1195,1207,1219,1231,1243,1255,1257,1269,1281,1293,1305,1317,1329,1341,1353,1365,1377,1379,1391,1403,1415,1427,1439,1451,1463,1475,1487,1499,1501,1504,1506,1508,1510,1512,1514,1516,1518,1520,1522,1524,1526,1528,1530,1532,1534,1536,1538,1540,1542,1544,1546,1548,1550,1552,1554,1556,1558,1560,1562,1564,1566,1568,1570,1572,1574,1576,1578,1580,1582,1584,1586,1588,1590",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "51069,51540,52052,52564,53076,53588,54100,54612,55124,55636,56148,56228,56738,57250,57762,58274,58786,59298,59810,60322,60834,61346,61426,61936,62448,62960,63472,63984,64496,65008,65520,66032,66544,66624,67134,67646,68158,68670,69182,69694,70206,70718,71230,71742,71822,72332,72844,73356,73868,74380,74892,75404,75916,76428,76940,77020,77143,77225,77307,77389,77471,77553,77635,77717,77799,77881,77961,78041,78123,78205,78287,78369,78451,78533,78615,78697,78779,78859,78939,79021,79103,79185,79267,79349,79431,79513,79595,79677,79757,79837,79919,80001,80083,80165,80247,80329,80411,80493,80575,80655",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38",
+ "endOffsets": "51107,51576,52088,52600,53112,53624,54136,54648,55160,55672,56184,56262,56774,57286,57798,58310,58822,59334,59846,60358,60870,61382,61460,61972,62484,62996,63508,64020,64532,65044,65556,66068,66580,66658,67170,67682,68194,68706,69218,69730,70242,70754,71266,71778,71856,72368,72880,73392,73904,74416,74928,75440,75952,76464,76976,77054,77179,77261,77343,77425,77507,77589,77671,77753,77835,77917,77995,78077,78159,78241,78323,78405,78487,78569,78651,78733,78815,78893,78975,79057,79139,79221,79303,79385,79467,79549,79631,79713,79791,79873,79955,80037,80119,80201,80283,80365,80447,80529,80611,80689"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\0f83c5d5bf7c6e76956157cb777fbf37\\transformed\\cardview-1.0.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,35,36,37,38,45,47,50,7",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,107,168,230,292,2179,2238,2295,2349,2763,2827,2953,356",
+ "endLines": "2,3,4,5,6,35,36,37,44,46,49,52,34",
+ "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24",
+ "endOffsets": "102,163,225,287,351,2233,2290,2344,2758,2822,2948,3076,2174"
+ },
+ "to": {
+ "startLines": "35,629,630,631,632,1733,1734,1735,2775,6018,6020,6023,10483",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "1640,32324,32385,32447,32509,89010,89069,89126,172588,396452,396516,396642,663893",
+ "endLines": "35,629,630,631,632,1733,1734,1735,2781,6019,6022,6025,10510",
+ "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24",
+ "endOffsets": "1687,32380,32442,32504,32568,89064,89121,89175,172997,396511,396637,396765,664812"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\5a2714f4bbc0cdf11514cfbca0fdbbef\\transformed\\lottie-3.4.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4",
+ "startColumns": "4,4,4",
+ "startOffsets": "55,118,165",
+ "endLines": "2,3,29",
+ "endColumns": "62,46,24",
+ "endOffsets": "113,160,1492"
+ },
+ "to": {
+ "startLines": "370,2406,12106",
+ "startColumns": "4,4,4",
+ "startOffsets": "18008,138580,726317",
+ "endLines": "370,2406,12131",
+ "endColumns": "62,46,24",
+ "endOffsets": "18066,138622,727577"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2f39a46430ef5bda8273860566a3eff8\\transformed\\databinding-runtime-7.4.2\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "40",
+ "endOffsets": "91"
+ },
+ "to": {
+ "startLines": "2398",
+ "startColumns": "4",
+ "startOffsets": "138225",
+ "endColumns": "40",
+ "endOffsets": "138261"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\21762ccece556e1c4da05414121d0527\\transformed\\circleimageview-3.1.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "7",
+ "endColumns": "24",
+ "endOffsets": "361"
+ },
+ "to": {
+ "startLines": "10686",
+ "startColumns": "4",
+ "startOffsets": "669859",
+ "endLines": "10691",
+ "endColumns": "24",
+ "endOffsets": "670165"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,221,222,226,230,234,239,245,252,256,260,265,269,273,277,281,285,289,295,299,305,309,315,319,324,328,331,335,341,345,351,355,361,364,368,372,376,380,384,385,386,387,390,393,396,399,403,404,405,406,407,410,412,414,416,421,422,426,432,436,437,439,451,452,456,462,466,467,468,472,499,503,504,508,536,708,734,905,931,962,970,976,992,1014,1019,1024,1034,1043,1052,1056,1063,1082,1089,1090,1099,1102,1105,1109,1113,1117,1120,1121,1126,1131,1141,1146,1153,1159,1160,1163,1167,1172,1174,1176,1179,1182,1184,1188,1191,1198,1201,1204,1208,1210,1214,1216,1218,1220,1224,1232,1240,1252,1258,1267,1270,1281,1284,1285,1290,1291,1296,1365,1435,1436,1446,1455,1456,1458,1462,1465,1468,1471,1474,1477,1480,1483,1487,1490,1493,1496,1500,1503,1507,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1533,1535,1536,1537,1538,1539,1540,1541,1542,1544,1545,1547,1548,1550,1552,1553,1555,1556,1557,1558,1559,1560,1562,1563,1564,1565,1566,1567,1569,1571,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1587,1588,1589,1590,1591,1592,1593,1595,1599,1603,1604,1605,1606,1607,1608,1612,1613,1614,1615,1617,1619,1621,1623,1625,1626,1627,1628,1630,1632,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1648,1649,1650,1651,1653,1655,1656,1658,1659,1661,1663,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1678,1679,1680,1681,1683,1684,1685,1686,1687,1689,1691,1693,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1785,1788,1791,1794,1808,1814,1824,1827,1856,1883,1892,1956,2319,2323,2351,2379,2397,2421,2427,2433,2454,2578,2598,2604,2608,2649,2661,2727,2747,2802,2814,2840",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,160,205,254,295,350,412,476,546,607,682,758,835,913,998,1080,1156,1232,1309,1387,1493,1599,1678,1758,1815,1873,1947,2022,2087,2153,2213,2274,2346,2419,2486,2554,2613,2672,2731,2790,2849,2903,2957,3010,3064,3118,3172,3226,3300,3379,3452,3526,3597,3669,3741,3814,3871,3929,4002,4076,4150,4225,4297,4370,4440,4511,4571,4632,4701,4770,4840,4914,4990,5054,5131,5207,5284,5349,5418,5495,5570,5639,5707,5784,5850,5911,6008,6073,6142,6241,6312,6371,6429,6486,6545,6609,6680,6752,6824,6896,6968,7035,7103,7171,7230,7293,7357,7447,7538,7598,7664,7731,7797,7867,7931,7984,8051,8112,8179,8292,8350,8413,8478,8543,8618,8691,8763,8807,8854,8900,8949,9010,9071,9132,9194,9258,9322,9386,9451,9514,9574,9635,9701,9760,9820,9882,9953,10013,10081,10167,10254,10344,10431,10519,10601,10684,10774,10865,10917,10975,11020,11086,11150,11207,11264,11318,11375,11423,11472,11523,11557,11604,11653,11699,11731,11795,11857,11917,11974,12048,12118,12196,12250,12320,12405,12453,12499,12560,12623,12689,12753,12824,12887,12952,13016,13077,13138,13190,13263,13337,13406,13481,13555,13629,13770,13840,13893,13971,14061,14149,14245,14335,14917,15006,15253,15534,15786,16071,16464,16941,17163,17385,17661,17888,18118,18348,18578,18808,19035,19454,19680,20105,20335,20763,20982,21265,21473,21604,21831,22257,22482,22909,23130,23555,23675,23951,24252,24576,24867,25181,25318,25449,25554,25796,25963,26167,26375,26646,26758,26870,26975,27092,27306,27452,27592,27678,28026,28114,28360,28778,29027,29109,29207,29864,29964,30216,30640,30895,30989,31078,31315,33339,33581,33683,33936,36092,46773,48289,58984,60512,62269,62895,63315,64576,65841,66097,66333,66880,67374,67979,68177,68757,70125,70500,70618,71156,71313,71509,71782,72038,72208,72349,72413,72778,73145,73821,74085,74423,74776,74870,75056,75362,75624,75749,75876,76115,76326,76445,76638,76815,77270,77451,77573,77832,77945,78132,78234,78341,78470,78745,79253,79749,80626,80920,81490,81639,82371,82543,82627,82963,83055,83333,88564,93935,93997,94575,95159,95250,95363,95592,95752,95904,96075,96241,96410,96577,96740,96983,97153,97326,97497,97771,97970,98175,98505,98589,98685,98781,98879,98979,99081,99183,99285,99387,99489,99589,99685,99797,99926,100049,100180,100311,100409,100523,100617,100757,100891,100987,101099,101199,101315,101411,101523,101623,101763,101899,102063,102193,102351,102501,102642,102786,102921,103033,103183,103311,103439,103575,103707,103837,103967,104079,104219,104365,104509,104647,104713,104803,104879,104983,105073,105175,105283,105391,105491,105571,105663,105761,105871,105923,106001,106107,106199,106303,106413,106535,106698,106855,106935,107035,107125,107235,107325,107566,107660,107766,107858,107958,108070,108184,108300,108416,108510,108624,108736,108838,108958,109080,109162,109266,109386,109512,109610,109704,109792,109904,110020,110142,110254,110429,110545,110631,110723,110835,110959,111026,111152,111220,111348,111492,111620,111689,111784,111899,112012,112111,112220,112331,112442,112543,112648,112748,112878,112969,113092,113186,113298,113384,113488,113584,113672,113790,113894,113998,114124,114212,114320,114420,114510,114620,114704,114806,114890,114944,115008,115114,115200,115310,115394,115514,118130,118248,118363,118443,118804,119037,119554,119632,120976,122337,122725,125568,135621,135756,137126,138483,139055,139806,140068,140268,140647,144925,145531,145760,145911,147209,147521,150547,151291,153422,153762,155073",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,220,221,225,229,233,238,244,251,255,259,264,268,272,276,280,284,288,294,298,304,308,314,318,323,327,330,334,340,344,350,354,360,363,367,371,375,379,383,384,385,386,389,392,395,398,402,403,404,405,406,409,411,413,415,420,421,425,431,435,436,438,450,451,455,461,465,466,467,471,498,502,503,507,535,707,733,904,930,961,969,975,991,1013,1018,1023,1033,1042,1051,1055,1062,1081,1088,1089,1098,1101,1104,1108,1112,1116,1119,1120,1125,1130,1140,1145,1152,1158,1159,1162,1166,1171,1173,1175,1178,1181,1183,1187,1190,1197,1200,1203,1207,1209,1213,1215,1217,1219,1223,1231,1239,1251,1257,1266,1269,1280,1283,1284,1289,1290,1295,1364,1434,1435,1445,1454,1455,1457,1461,1464,1467,1470,1473,1476,1479,1482,1486,1489,1492,1495,1499,1502,1506,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1532,1534,1535,1536,1537,1538,1539,1540,1541,1543,1544,1546,1547,1549,1551,1552,1554,1555,1556,1557,1558,1559,1561,1562,1563,1564,1565,1566,1568,1570,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1586,1587,1588,1589,1590,1591,1592,1594,1598,1602,1603,1604,1605,1606,1607,1611,1612,1613,1614,1616,1618,1620,1622,1624,1625,1626,1627,1629,1631,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1647,1648,1649,1650,1652,1654,1655,1657,1658,1660,1662,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1677,1678,1679,1680,1682,1683,1684,1685,1686,1688,1690,1692,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1784,1787,1790,1793,1807,1813,1823,1826,1855,1882,1891,1955,2318,2322,2350,2378,2396,2420,2426,2432,2453,2577,2597,2603,2607,2613,2660,2726,2746,2801,2813,2839,2846",
+ "endColumns": "54,44,48,40,54,61,63,69,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,66,60,66,112,57,62,64,64,74,72,71,43,46,45,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,60,62,65,63,70,62,64,63,60,60,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,12,91,12,12,12,61,12,12,90,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,51,77,105,91,103,109,12,12,12,79,99,89,109,89,12,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,85,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24",
+ "endOffsets": "155,200,249,290,345,407,471,541,602,677,753,830,908,993,1075,1151,1227,1304,1382,1488,1594,1673,1753,1810,1868,1942,2017,2082,2148,2208,2269,2341,2414,2481,2549,2608,2667,2726,2785,2844,2898,2952,3005,3059,3113,3167,3221,3295,3374,3447,3521,3592,3664,3736,3809,3866,3924,3997,4071,4145,4220,4292,4365,4435,4506,4566,4627,4696,4765,4835,4909,4985,5049,5126,5202,5279,5344,5413,5490,5565,5634,5702,5779,5845,5906,6003,6068,6137,6236,6307,6366,6424,6481,6540,6604,6675,6747,6819,6891,6963,7030,7098,7166,7225,7288,7352,7442,7533,7593,7659,7726,7792,7862,7926,7979,8046,8107,8174,8287,8345,8408,8473,8538,8613,8686,8758,8802,8849,8895,8944,9005,9066,9127,9189,9253,9317,9381,9446,9509,9569,9630,9696,9755,9815,9877,9948,10008,10076,10162,10249,10339,10426,10514,10596,10679,10769,10860,10912,10970,11015,11081,11145,11202,11259,11313,11370,11418,11467,11518,11552,11599,11648,11694,11726,11790,11852,11912,11969,12043,12113,12191,12245,12315,12400,12448,12494,12555,12618,12684,12748,12819,12882,12947,13011,13072,13133,13185,13258,13332,13401,13476,13550,13624,13765,13835,13888,13966,14056,14144,14240,14330,14912,15001,15248,15529,15781,16066,16459,16936,17158,17380,17656,17883,18113,18343,18573,18803,19030,19449,19675,20100,20330,20758,20977,21260,21468,21599,21826,22252,22477,22904,23125,23550,23670,23946,24247,24571,24862,25176,25313,25444,25549,25791,25958,26162,26370,26641,26753,26865,26970,27087,27301,27447,27587,27673,28021,28109,28355,28773,29022,29104,29202,29859,29959,30211,30635,30890,30984,31073,31310,33334,33576,33678,33931,36087,46768,48284,58979,60507,62264,62890,63310,64571,65836,66092,66328,66875,67369,67974,68172,68752,70120,70495,70613,71151,71308,71504,71777,72033,72203,72344,72408,72773,73140,73816,74080,74418,74771,74865,75051,75357,75619,75744,75871,76110,76321,76440,76633,76810,77265,77446,77568,77827,77940,78127,78229,78336,78465,78740,79248,79744,80621,80915,81485,81634,82366,82538,82622,82958,83050,83328,88559,93930,93992,94570,95154,95245,95358,95587,95747,95899,96070,96236,96405,96572,96735,96978,97148,97321,97492,97766,97965,98170,98500,98584,98680,98776,98874,98974,99076,99178,99280,99382,99484,99584,99680,99792,99921,100044,100175,100306,100404,100518,100612,100752,100886,100982,101094,101194,101310,101406,101518,101618,101758,101894,102058,102188,102346,102496,102637,102781,102916,103028,103178,103306,103434,103570,103702,103832,103962,104074,104214,104360,104504,104642,104708,104798,104874,104978,105068,105170,105278,105386,105486,105566,105658,105756,105866,105918,105996,106102,106194,106298,106408,106530,106693,106850,106930,107030,107120,107230,107320,107561,107655,107761,107853,107953,108065,108179,108295,108411,108505,108619,108731,108833,108953,109075,109157,109261,109381,109507,109605,109699,109787,109899,110015,110137,110249,110424,110540,110626,110718,110830,110954,111021,111147,111215,111343,111487,111615,111684,111779,111894,112007,112106,112215,112326,112437,112538,112643,112743,112873,112964,113087,113181,113293,113379,113483,113579,113667,113785,113889,113993,114119,114207,114315,114415,114505,114615,114699,114801,114885,114939,115003,115109,115195,115305,115389,115509,118125,118243,118358,118438,118799,119032,119549,119627,120971,122332,122720,125563,135616,135751,137121,138478,139050,139801,140063,140263,140642,144920,145526,145755,145906,146121,147516,150542,151286,153417,153757,155068,155271"
+ },
+ "to": {
+ "startLines": "118,208,211,552,604,605,607,608,609,610,611,612,613,616,617,618,619,621,622,623,624,625,626,627,628,668,669,670,671,672,673,674,675,677,678,813,814,815,816,817,818,819,820,821,822,823,824,865,866,867,868,869,870,871,872,876,877,878,879,880,881,882,883,884,885,888,889,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1793,1794,1798,1799,1800,1801,1802,1803,1804,2349,2350,2351,2352,2353,2354,2355,2356,2394,2395,2396,2397,2402,2426,2427,2435,2466,2475,2476,2479,2480,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2723,2733,2734,2735,2736,2737,2754,2762,2763,2767,2771,2782,2787,2816,2823,2827,2831,2836,2840,2844,2848,2852,2856,2860,2866,2870,2876,2880,2886,2890,2895,2899,2902,2906,2912,2916,2922,2926,2932,2935,2939,2943,2947,2951,2955,2956,2957,2958,2961,2964,2967,2970,2974,2975,2976,2977,3018,3021,3023,3025,3027,3032,3033,3037,3043,3047,3048,3050,3062,3063,3067,3073,3077,3140,3141,3145,3172,3176,3177,3181,4887,5059,5085,5256,5282,5313,5321,5327,5343,5365,5370,5375,5385,5394,5403,5407,5414,5433,5440,5441,5450,5453,5456,5460,5464,5468,5471,5472,5477,5482,5492,5497,5504,5510,5511,5514,5518,5523,5525,5527,5530,5533,5535,5539,5542,5549,5552,5555,5559,5561,5565,5567,5569,5571,5575,5583,5591,5603,5609,5618,5621,5632,5635,5636,5641,5642,6134,6203,6277,6278,6288,6297,6298,6300,6304,6307,6310,6313,6316,6319,6322,6325,6329,6332,6335,6338,6342,6345,6349,6493,6494,6495,6496,6497,6498,6499,6500,6501,6502,6503,6504,6505,6506,6507,6508,6509,6510,6511,6512,6513,6515,6517,6518,6519,6520,6521,6522,6523,6524,6526,6527,6529,6530,6532,6534,6535,6537,6538,6539,6540,6541,6542,6544,6545,6546,6547,6548,6842,6844,6846,6848,6849,6850,6851,6852,6853,6854,6855,6856,6857,6858,6859,6860,6862,6863,6864,6865,6866,6867,6868,6870,6874,7049,7050,7051,7052,7053,7054,7058,7059,7060,7550,7552,7554,7556,7558,7560,7561,7562,7563,7565,7567,7569,7570,7571,7572,7573,7574,7575,7576,7577,7578,7579,7580,7583,7584,7585,7586,7588,7590,7591,7593,7594,7596,7598,7600,7601,7602,7603,7604,7605,7606,7607,7608,7609,7610,7611,7613,7614,7615,7616,7618,7619,7620,7621,7622,7624,7626,7628,7630,7631,7632,7633,7634,7635,7636,7637,7638,7639,7640,7641,7642,7643,7644,9558,9633,9636,9639,9642,9656,9662,9778,9781,9810,9837,9846,9910,10473,10529,10857,11585,12038,12062,12100,12466,12487,12611,12921,12927,12954,13174,13213,13384,13706,13850,13862,13891",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "5860,10405,10558,28360,30482,30537,30661,30725,30795,30856,30931,31007,31084,31322,31407,31489,31565,31683,31760,31838,31944,32050,32129,32209,32266,34996,35070,35145,35210,35276,35336,35397,35469,35583,35650,45694,45753,45812,45871,45930,45989,46043,46097,46150,46204,46258,46312,49347,49421,49500,49573,49647,49718,49790,49862,50076,50133,50191,50264,50338,50412,50487,50559,50632,50702,50863,50923,83496,83565,83634,83704,83778,83854,83918,83995,84071,84148,84213,84282,84359,84434,84503,84571,84648,84714,84775,84872,84937,85006,85105,85176,85235,85293,85350,85409,85473,85544,85616,85688,85760,85832,85899,85967,86035,86094,86157,86221,86311,86402,86462,86528,86595,86661,86731,86795,86848,86915,86976,87043,87156,87214,87277,87342,87407,87482,87555,87627,87671,87718,87764,87813,87874,87935,87996,88058,88122,88186,88250,88315,88378,88438,88499,88565,88624,88684,88746,88817,88877,92875,92961,93211,93301,93388,93476,93558,93641,93731,135167,135219,135277,135322,135388,135452,135509,135566,138020,138077,138125,138174,138410,139685,139732,140123,141723,142166,142230,142420,142480,146519,146593,146663,146741,146795,146865,146950,146998,147044,147105,147168,147234,147298,147369,147432,147497,147561,147622,147683,147735,147808,147882,147951,148026,148100,148174,148315,168579,169595,169673,169763,169851,169947,171137,171719,171808,172055,172336,173002,173287,175096,175573,175795,176017,176293,176520,176750,176980,177210,177440,177667,178086,178312,178737,178967,179395,179614,179897,180105,180236,180463,180889,181114,181541,181762,182187,182307,182583,182884,183208,183499,183813,183950,184081,184186,184428,184595,184799,185007,185278,185390,185502,185607,187700,187914,188060,188200,188286,188634,188722,188968,189386,189635,189717,189815,190472,190572,190824,191248,191503,196386,196475,196712,198736,198978,199080,199333,326324,337005,338521,349216,350744,352501,353127,353547,354808,356073,356329,356565,357112,357606,358211,358409,358989,360357,360732,360850,361388,361545,361741,362014,362270,362440,362581,362645,363010,363377,364053,364317,364655,365008,365102,365288,365594,365856,365981,366108,366347,366558,366677,366870,367047,367502,367683,367805,368064,368177,368364,368466,368573,368702,368977,369485,369981,370858,371152,371722,371871,372603,372775,372859,373195,373287,403591,408822,414537,414599,415177,415761,415852,415965,416194,416354,416506,416677,416843,417012,417179,417342,417585,417755,417928,418099,418373,418572,418777,427162,427246,427342,427438,427536,427636,427738,427840,427942,428044,428146,428246,428342,428454,428583,428706,428837,428968,429066,429180,429274,429414,429548,429644,429756,429856,429972,430068,430180,430280,430420,430556,430720,430850,431008,431158,431299,431443,431578,431690,431840,431968,432096,432232,432364,432494,432624,432736,450761,450907,451051,451189,451255,451345,451421,451525,451615,451717,451825,451933,452033,452113,452205,452303,452413,452465,452543,452649,452741,452845,452955,453077,453240,466397,466477,466577,466667,466777,466867,467108,467202,467308,502257,502357,502469,502583,502699,502815,502909,503023,503135,503237,503357,503479,503561,503665,503785,503911,504009,504103,504191,504303,504419,504541,504653,504828,504944,505030,505122,505234,505358,505425,505551,505619,505747,505891,506019,506088,506183,506298,506411,506510,506619,506730,506841,506942,507047,507147,507277,507368,507491,507585,507697,507783,507887,507983,508071,508189,508293,508397,508523,508611,508719,508819,508909,509019,509103,509205,509289,509343,509407,509513,509599,509709,509793,632007,634623,634741,634856,634936,635297,635530,640108,640186,641530,642891,643279,646122,663555,665754,676859,707321,723852,724603,726117,740433,740812,745090,756760,756989,757721,765611,766731,773263,785808,790827,791167,792588",
+ "endLines": "118,208,211,552,604,605,607,608,609,610,611,612,613,616,617,618,619,621,622,623,624,625,626,627,628,668,669,670,671,672,673,674,675,677,678,813,814,815,816,817,818,819,820,821,822,823,824,865,866,867,868,869,870,871,872,876,877,878,879,880,881,882,883,884,885,888,889,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1793,1794,1798,1799,1800,1801,1802,1803,1804,2349,2350,2351,2352,2353,2354,2355,2356,2394,2395,2396,2397,2402,2426,2427,2435,2466,2475,2476,2479,2480,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2723,2733,2734,2735,2736,2737,2761,2762,2766,2770,2774,2786,2792,2822,2826,2830,2835,2839,2843,2847,2851,2855,2859,2865,2869,2875,2879,2885,2889,2894,2898,2901,2905,2911,2915,2921,2925,2931,2934,2938,2942,2946,2950,2954,2955,2956,2957,2960,2963,2966,2969,2973,2974,2975,2976,2977,3020,3022,3024,3026,3031,3032,3036,3042,3046,3047,3049,3061,3062,3066,3072,3076,3077,3140,3144,3171,3175,3176,3180,3208,5058,5084,5255,5281,5312,5320,5326,5342,5364,5369,5374,5384,5393,5402,5406,5413,5432,5439,5440,5449,5452,5455,5459,5463,5467,5470,5471,5476,5481,5491,5496,5503,5509,5510,5513,5517,5522,5524,5526,5529,5532,5534,5538,5541,5548,5551,5554,5558,5560,5564,5566,5568,5570,5574,5582,5590,5602,5608,5617,5620,5631,5634,5635,5640,5641,5646,6202,6272,6277,6287,6296,6297,6299,6303,6306,6309,6312,6315,6318,6321,6324,6328,6331,6334,6337,6341,6344,6348,6352,6493,6494,6495,6496,6497,6498,6499,6500,6501,6502,6503,6504,6505,6506,6507,6508,6509,6510,6511,6512,6514,6516,6517,6518,6519,6520,6521,6522,6523,6525,6526,6528,6529,6531,6533,6534,6536,6537,6538,6539,6540,6541,6543,6544,6545,6546,6547,6548,6843,6845,6847,6848,6849,6850,6851,6852,6853,6854,6855,6856,6857,6858,6859,6861,6862,6863,6864,6865,6866,6867,6869,6873,6877,7049,7050,7051,7052,7053,7057,7058,7059,7060,7551,7553,7555,7557,7559,7560,7561,7562,7564,7566,7568,7569,7570,7571,7572,7573,7574,7575,7576,7577,7578,7579,7582,7583,7584,7585,7587,7589,7590,7592,7593,7595,7597,7599,7600,7601,7602,7603,7604,7605,7606,7607,7608,7609,7610,7612,7613,7614,7615,7617,7618,7619,7620,7621,7623,7625,7627,7629,7630,7631,7632,7633,7634,7635,7636,7637,7638,7639,7640,7641,7642,7643,7644,9632,9635,9638,9641,9655,9661,9671,9780,9809,9836,9845,9909,10272,10476,10556,10884,11602,12061,12067,12105,12486,12610,12630,12926,12930,12959,13185,13278,13403,13760,13861,13887,13897",
+ "endColumns": "54,44,48,40,54,61,63,69,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,66,60,66,112,57,62,64,64,74,72,71,43,46,45,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,60,62,65,63,70,62,64,63,60,60,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,12,91,12,12,12,61,12,12,90,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,51,77,105,91,103,109,12,12,12,79,99,89,109,89,12,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,85,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24",
+ "endOffsets": "5910,10445,10602,28396,30532,30594,30720,30790,30851,30926,31002,31079,31157,31402,31484,31560,31636,31755,31833,31939,32045,32124,32204,32261,32319,35065,35140,35205,35271,35331,35392,35464,35537,35645,35713,45748,45807,45866,45925,45984,46038,46092,46145,46199,46253,46307,46361,49416,49495,49568,49642,49713,49785,49857,49930,50128,50186,50259,50333,50407,50482,50554,50627,50697,50768,50918,50979,83560,83629,83699,83773,83849,83913,83990,84066,84143,84208,84277,84354,84429,84498,84566,84643,84709,84770,84867,84932,85001,85100,85171,85230,85288,85345,85404,85468,85539,85611,85683,85755,85827,85894,85962,86030,86089,86152,86216,86306,86397,86457,86523,86590,86656,86726,86790,86843,86910,86971,87038,87151,87209,87272,87337,87402,87477,87550,87622,87666,87713,87759,87808,87869,87930,87991,88053,88117,88181,88245,88310,88373,88433,88494,88560,88619,88679,88741,88812,88872,88940,92956,93043,93296,93383,93471,93553,93636,93726,93817,135214,135272,135317,135383,135447,135504,135561,135615,138072,138120,138169,138220,138439,139727,139776,140164,141750,142225,142287,142475,142532,146588,146658,146736,146790,146860,146945,146993,147039,147100,147163,147229,147293,147364,147427,147492,147556,147617,147678,147730,147803,147877,147946,148021,148095,148169,148310,148380,168627,169668,169758,169846,169942,170032,171714,171803,172050,172331,172583,173282,173675,175568,175790,176012,176288,176515,176745,176975,177205,177435,177662,178081,178307,178732,178962,179390,179609,179892,180100,180231,180458,180884,181109,181536,181757,182182,182302,182578,182879,183203,183494,183808,183945,184076,184181,184423,184590,184794,185002,185273,185385,185497,185602,185719,187909,188055,188195,188281,188629,188717,188963,189381,189630,189712,189810,190467,190567,190819,191243,191498,191592,196470,196707,198731,198973,199075,199328,201484,337000,338516,349211,350739,352496,353122,353542,354803,356068,356324,356560,357107,357601,358206,358404,358984,360352,360727,360845,361383,361540,361736,362009,362265,362435,362576,362640,363005,363372,364048,364312,364650,365003,365097,365283,365589,365851,365976,366103,366342,366553,366672,366865,367042,367497,367678,367800,368059,368172,368359,368461,368568,368697,368972,369480,369976,370853,371147,371717,371866,372598,372770,372854,373190,373282,373560,408817,414188,414594,415172,415756,415847,415960,416189,416349,416501,416672,416838,417007,417174,417337,417580,417750,417923,418094,418368,418567,418772,419102,427241,427337,427433,427531,427631,427733,427835,427937,428039,428141,428241,428337,428449,428578,428701,428832,428963,429061,429175,429269,429409,429543,429639,429751,429851,429967,430063,430175,430275,430415,430551,430715,430845,431003,431153,431294,431438,431573,431685,431835,431963,432091,432227,432359,432489,432619,432731,432871,450902,451046,451184,451250,451340,451416,451520,451610,451712,451820,451928,452028,452108,452200,452298,452408,452460,452538,452644,452736,452840,452950,453072,453235,453392,466472,466572,466662,466772,466862,467103,467197,467303,467395,502352,502464,502578,502694,502810,502904,503018,503130,503232,503352,503474,503556,503660,503780,503906,504004,504098,504186,504298,504414,504536,504648,504823,504939,505025,505117,505229,505353,505420,505546,505614,505742,505886,506014,506083,506178,506293,506406,506505,506614,506725,506836,506937,507042,507142,507272,507363,507486,507580,507692,507778,507882,507978,508066,508184,508288,508392,508518,508606,508714,508814,508904,509014,509098,509200,509284,509338,509402,509508,509594,509704,509788,509908,634618,634736,634851,634931,635292,635525,636042,640181,641525,642886,643274,646117,656170,663685,667119,678211,707888,724598,724860,726312,740807,745085,745691,756984,757135,757931,765918,769752,774002,787934,791162,792473,792786"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\d937372f4d1bea6dffbb3852bb38fc5f\\transformed\\transition-1.2.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,95,142,185,240,287,341,393,442,503",
+ "endColumns": "39,46,42,54,46,53,51,48,60,49",
+ "endOffsets": "90,137,180,235,282,336,388,437,498,548"
+ },
+ "to": {
+ "startLines": "2400,2401,2425,2429,2430,2460,2461,2462,2463,2464",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "138323,138363,139642,139824,139879,141416,141470,141522,141571,141632",
+ "endColumns": "39,46,42,54,46,53,51,48,60,49",
+ "endOffsets": "138358,138405,139680,139874,139921,141465,141517,141566,141627,141677"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\6c799608a67394e2261b50f8508ea239\\transformed\\savedstate-1.2.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "53",
+ "endOffsets": "104"
+ },
+ "to": {
+ "startLines": "2472",
+ "startColumns": "4",
+ "startOffsets": "141998",
+ "endColumns": "53",
+ "endOffsets": "142047"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\fe5722c2d28764b765710ac6c318c6e8\\transformed\\constraintlayout-2.1.4\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,9,10,15,16,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,42,43,44,45,55,63,64,65,70,71,76,81,82,83,88,89,94,95,100,101,102,108,109,110,115,121,122,123,124,130,131,132,133,136,139,142,143,146,149,150,151,152,153,156,159,160,161,162,168,173,176,179,180,181,186,187,188,191,194,195,198,201,204,207,208,209,212,215,216,221,222,228,233,236,239,240,241,242,243,244,245,246,247,248,249,250,266,272,273,274,275,276,283,289,290,291,294,299,300,308,309,310,311,312,313,314,315,324,325,326,332,333,339,343,344,345,346,347,356,360,361,362,380,566,694,700,704,874,1026,1039,1055,1080,1103,1106,1109,1112,1141,1168,1185,1271,1279,1292,1308,1312,1342,1355,1359,1369,1379,1423,1436,1440,1443,1459,1500,1535,1542,1559",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,339,395,581,642,933,985,1035,1088,1136,1187,1242,1302,1367,1426,1488,1540,1601,1663,1709,1842,1894,1944,1995,2402,2714,2759,2818,3015,3072,3267,3448,3502,3559,3751,3809,4005,4061,4255,4312,4363,4585,4637,4692,4882,5098,5148,5200,5256,5462,5523,5583,5653,5786,5917,6045,6113,6242,6368,6430,6493,6561,6628,6751,6876,6943,7008,7073,7362,7543,7664,7785,7851,7918,8128,8197,8263,8388,8514,8581,8707,8834,8959,9086,9142,9207,9333,9456,9521,9729,9796,10084,10264,10384,10504,10569,10631,10693,10757,10819,10878,10938,10999,11060,11119,11179,11870,12121,12172,12221,12269,12327,12619,12849,12896,12956,13062,13242,13296,13631,13685,13741,13787,13834,13885,13944,13996,14326,14385,14439,14677,14732,15022,15161,15207,15262,15307,15351,15699,15836,15877,15922,16859,25449,31222,31597,31764,39466,46265,46962,47713,48588,49458,49524,49603,49678,51026,52013,52976,56913,57318,57789,58580,58743,60104,60668,60821,61280,61698,63711,64248,64398,64518,65165,66854,68275,68628,69370",
+ "endLines": "8,9,14,15,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,41,42,43,44,54,62,63,64,69,70,75,80,81,82,87,88,93,94,99,100,101,107,108,109,114,120,121,122,123,129,130,131,132,135,138,141,142,145,148,149,150,151,152,155,158,159,160,161,167,172,175,178,179,180,185,186,187,190,193,194,197,200,203,206,207,208,211,214,215,220,221,227,232,235,238,239,240,241,242,243,244,245,246,247,248,249,265,271,272,273,274,275,282,288,289,290,293,298,299,307,308,309,310,311,312,313,314,323,324,325,331,332,338,342,343,344,345,346,355,359,360,361,379,565,693,699,703,873,1025,1038,1054,1079,1102,1105,1108,1111,1140,1167,1184,1270,1278,1291,1307,1311,1341,1354,1358,1368,1378,1422,1435,1439,1442,1458,1499,1534,1541,1558,1561",
+ "endColumns": "11,55,11,60,11,51,49,52,47,50,54,59,64,58,61,51,60,61,45,11,51,49,50,11,11,44,58,11,56,11,11,53,56,11,57,11,55,11,56,50,11,51,54,11,11,49,51,55,11,60,59,69,11,11,11,67,11,11,61,62,67,66,11,11,66,64,64,11,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,55,64,11,11,64,11,66,11,11,11,11,64,61,61,63,61,58,59,60,60,58,59,11,11,50,48,47,57,11,11,46,59,11,11,53,11,53,55,45,46,50,58,51,11,58,53,11,54,11,11,45,54,44,43,11,11,40,44,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24",
+ "endOffsets": "334,390,576,637,928,980,1030,1083,1131,1182,1237,1297,1362,1421,1483,1535,1596,1658,1704,1837,1889,1939,1990,2397,2709,2754,2813,3010,3067,3262,3443,3497,3554,3746,3804,4000,4056,4250,4307,4358,4580,4632,4687,4877,5093,5143,5195,5251,5457,5518,5578,5648,5781,5912,6040,6108,6237,6363,6425,6488,6556,6623,6746,6871,6938,7003,7068,7357,7538,7659,7780,7846,7913,8123,8192,8258,8383,8509,8576,8702,8829,8954,9081,9137,9202,9328,9451,9516,9724,9791,10079,10259,10379,10499,10564,10626,10688,10752,10814,10873,10933,10994,11055,11114,11174,11865,12116,12167,12216,12264,12322,12614,12844,12891,12951,13057,13237,13291,13626,13680,13736,13782,13829,13880,13939,13991,14321,14380,14434,14672,14727,15017,15156,15202,15257,15302,15346,15694,15831,15872,15917,16854,25444,31217,31592,31759,39461,46260,46957,47708,48583,49453,49519,49598,49673,51021,52008,52971,56908,57313,57784,58575,58738,60099,60663,60816,61275,61693,63706,64243,64393,64513,65160,66849,68270,68623,69365,69466"
+ },
+ "to": {
+ "startLines": "2,9,11,17,18,26,28,29,36,42,44,45,46,47,48,86,87,88,89,91,95,96,97,100,110,120,148,149,154,155,160,165,166,167,172,173,178,179,184,185,186,192,193,194,199,205,206,220,221,227,228,229,230,233,236,239,240,243,246,247,248,249,250,253,256,257,258,259,265,270,273,276,277,278,283,284,285,288,291,292,295,298,301,304,305,306,309,312,313,318,319,325,330,333,336,337,338,339,340,341,342,343,344,345,346,347,363,443,444,445,446,451,458,464,465,466,469,474,476,484,485,506,513,550,551,555,556,566,567,568,574,577,583,587,588,589,590,591,600,2410,2469,10511,10885,11050,11178,11184,11188,11337,11572,11798,11824,11849,11872,11875,11878,11881,11908,11935,11952,12631,12639,12652,12668,12672,12702,12715,12719,12867,12877,12931,13186,13210,13404,13771,13808,13843,13898,13915",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,434,546,781,842,1133,1240,1290,1692,1999,2119,2174,2234,2299,2358,4463,4515,4576,4638,4745,4878,4930,4980,5141,5548,5971,7913,7972,8169,8226,8421,8602,8656,8713,8905,8963,9159,9215,9409,9466,9517,9739,9791,9846,10036,10252,10302,11051,11107,11313,11374,11434,11504,11637,11768,11896,11964,12093,12219,12281,12344,12412,12479,12602,12727,12794,12859,12924,13213,13394,13515,13636,13702,13769,13979,14048,14114,14239,14365,14432,14558,14685,14810,14937,14993,15058,15184,15307,15372,15580,15647,15935,16115,16235,16355,16420,16482,16544,16608,16670,16729,16789,16850,16911,16970,17030,17690,22557,22608,22657,22705,22992,23284,23514,23561,23621,23727,23907,24019,24354,24408,25573,25920,28250,28301,28510,28562,28937,28996,29050,29288,29466,29668,29807,29853,29908,29953,29997,30345,138776,141850,664817,678216,684334,689999,690374,690541,695771,706624,714199,715477,716331,717201,717267,717346,717421,718205,719096,719915,745696,746101,746572,747363,747526,748887,749451,749604,754329,754747,757140,765923,766611,774007,788310,789053,790474,792791,793533",
+ "endLines": "8,9,15,17,25,26,28,29,36,42,44,45,46,47,48,86,87,88,89,94,95,96,97,109,117,120,148,153,154,159,164,165,166,171,172,177,178,183,184,185,191,192,193,198,204,205,206,220,226,227,228,229,232,235,238,239,242,245,246,247,248,249,252,255,256,257,258,264,269,272,275,276,277,282,283,284,287,290,291,294,297,300,303,304,305,308,311,312,317,318,324,329,332,335,336,337,338,339,340,341,342,343,344,345,346,362,368,443,444,445,446,457,463,464,465,468,473,474,483,484,485,506,513,550,551,555,564,566,567,573,574,582,586,587,588,589,590,599,603,2410,2469,10528,11049,11177,11183,11187,11336,11481,11584,11813,11848,11871,11874,11877,11880,11907,11934,11951,12037,12638,12651,12667,12671,12701,12714,12718,12728,12876,12920,12942,13189,13212,13419,13807,13842,13849,13914,13917",
+ "endColumns": "11,55,11,60,11,51,49,52,47,50,54,59,64,58,61,51,60,61,45,11,51,49,50,11,11,44,58,11,56,11,11,53,56,11,57,11,55,11,56,50,11,51,54,11,11,49,51,55,11,60,59,69,11,11,11,67,11,11,61,62,67,66,11,11,66,64,64,11,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,55,64,11,11,64,11,66,11,11,11,11,64,61,61,63,61,58,59,60,60,58,59,11,11,50,48,47,57,11,11,46,59,11,11,53,11,53,55,45,46,50,58,51,11,58,53,11,54,11,11,45,54,44,43,11,11,40,44,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24",
+ "endOffsets": "429,485,727,837,1128,1180,1285,1338,1735,2045,2169,2229,2294,2353,2415,4510,4571,4633,4679,4873,4925,4975,5026,5543,5855,6011,7967,8164,8221,8416,8597,8651,8708,8900,8958,9154,9210,9404,9461,9512,9734,9786,9841,10031,10247,10297,10349,11102,11308,11369,11429,11499,11632,11763,11891,11959,12088,12214,12276,12339,12407,12474,12597,12722,12789,12854,12919,13208,13389,13510,13631,13697,13764,13974,14043,14109,14234,14360,14427,14553,14680,14805,14932,14988,15053,15179,15302,15367,15575,15642,15930,16110,16230,16350,16415,16477,16539,16603,16665,16724,16784,16845,16906,16965,17025,17685,17936,22603,22652,22700,22758,23279,23509,23556,23616,23722,23902,23956,24349,24403,24459,25614,25962,28296,28355,28557,28887,28991,29045,29283,29338,29663,29802,29848,29903,29948,29992,30340,30477,138812,141890,665749,684329,689994,690369,690536,695766,701892,707316,714945,716326,717196,717262,717341,717416,718200,719091,719910,723847,746096,746567,747358,747521,748882,749446,749599,750058,754742,756755,757431,766068,766726,774649,789048,790469,790822,793528,793629"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\042a0cb473079b4ab3d911e5312763c0\\transformed\\databinding-adapters-7.4.2\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4",
+ "startColumns": "4,4,4",
+ "startOffsets": "55,112,155",
+ "endColumns": "56,42,40",
+ "endOffsets": "107,150,191"
+ },
+ "to": {
+ "startLines": "2423,2424,2451",
+ "startColumns": "4,4,4",
+ "startOffsets": "139542,139599,140993",
+ "endColumns": "56,42,40",
+ "endOffsets": "139594,139637,141029"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ee697cd08c56d0500233d93c4fc892de\\transformed\\drawerlayout-1.1.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,111,159,211",
+ "endLines": "2,3,4,8",
+ "endColumns": "55,47,51,24",
+ "endOffsets": "106,154,206,426"
+ },
+ "to": {
+ "startLines": "119,122,1744,11603",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "5915,6079,89723,707893",
+ "endLines": "119,122,1744,11606",
+ "endColumns": "55,47,51,24",
+ "endOffsets": "5966,6122,89770,707999"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bd2013a7ba3836a0788f3d8b2296a53a\\transformed\\lifecycle-runtime-2.5.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "42",
+ "endOffsets": "93"
+ },
+ "to": {
+ "startLines": "2470",
+ "startColumns": "4",
+ "startOffsets": "141895",
+ "endColumns": "42",
+ "endOffsets": "141933"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\6bd59ce5ad314a42b8a1944d4e5257cc\\transformed\\activity-1.6.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "59",
+ "endOffsets": "110"
+ },
+ "to": {
+ "startLines": "2471",
+ "startColumns": "4",
+ "startOffsets": "141938",
+ "endColumns": "59",
+ "endOffsets": "141993"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\41dcf42bc854479e43f628ab1a52618d\\transformed\\appcompat-resources-1.6.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,18,24,34,50",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "55,480,658,942,1353",
+ "endLines": "17,23,33,49,53",
+ "endColumns": "24,24,24,24,24",
+ "endOffsets": "475,653,937,1348,1475"
+ },
+ "to": {
+ "startLines": "9672,9688,9694,13190,13206",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "636047,636472,636650,766073,766484",
+ "endLines": "9687,9693,9703,13205,13209",
+ "endColumns": "24,24,24,24,24",
+ "endOffsets": "636467,636645,636929,766479,766606"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\38d09d4ba0d273158c68be2805b798b3\\transformed\\coordinatorlayout-1.1.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,6,16",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,116,261,869",
+ "endLines": "2,5,15,104",
+ "endColumns": "60,12,24,24",
+ "endOffsets": "111,256,864,6075"
+ },
+ "to": {
+ "startLines": "90,9540,11482,11488",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "4684,631192,701897,702108",
+ "endLines": "90,9542,11487,11571",
+ "endColumns": "60,12,24,24",
+ "endOffsets": "4740,631332,702103,706619"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\93ac10b68cc6b2ecdb3339310a897f91\\transformed\\fragment-1.3.6\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,10",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "55,112,177,241,411",
+ "endLines": "2,3,4,9,13",
+ "endColumns": "56,64,63,24,24",
+ "endOffsets": "107,172,236,406,555"
+ },
+ "to": {
+ "startLines": "2399,2434,2474,11750,11755",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "138266,140058,142102,713031,713201",
+ "endLines": "2399,2434,2474,11754,11758",
+ "endColumns": "56,64,63,24,24",
+ "endOffsets": "138318,140118,142161,713196,713345"
+ }
+ },
+ {
+ "source": "E:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\src\\main\\res\\values\\colors.xml",
+ "from": {
+ "startLines": "7,9,2,3,4,5,6,8",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "286,370,55,102,149,196,241,328",
+ "endColumns": "41,40,46,46,46,44,44,41",
+ "endOffsets": "323,406,97,144,191,236,281,365"
+ },
+ "to": {
+ "startLines": "620,676,873,874,875,886,887,890",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "31641,35542,49935,49982,50029,50773,50818,50984",
+ "endColumns": "41,40,46,46,46,44,44,41",
+ "endOffsets": "31678,35578,49977,50024,50071,50813,50858,51021"
+ }
+ },
+ {
+ "source": "E:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\src\\main\\res\\values\\themes.xml",
+ "from": {
+ "startLines": "16,48,33,2,24,40",
+ "startColumns": "4,4,4,4,4,4",
+ "startOffsets": "783,1919,1350,100,1044,1553",
+ "endLines": "22,63,38,14,31,46",
+ "endColumns": "12,12,12,12,12,12",
+ "endOffsets": "1038,2643,1547,777,1344,1913"
+ },
+ "to": {
+ "startLines": "6011,6026,6487,7036,9543,9551",
+ "startColumns": "4,4,4,4,4,4",
+ "startOffsets": "396192,396770,426960,465836,631337,631642",
+ "endLines": "6017,6041,6492,7048,9550,9557",
+ "endColumns": "12,12,12,12,12,12",
+ "endOffsets": "396447,397343,427157,466392,631637,632002"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\03d2eddd7c1e665a9f8b90894cf88345\\transformed\\viewpager2-1.0.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "4",
+ "endColumns": "24",
+ "endOffsets": "160"
+ },
+ "to": {
+ "startLines": "13888",
+ "startColumns": "4",
+ "startOffsets": "792478",
+ "endLines": "13890",
+ "endColumns": "24",
+ "endOffsets": "792583"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1173,1176,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1237,1238,1239,1240,1241,1245,1249,1253,1257,1265,1272,1280,1283,1293,1302,1311,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1335,1336,1340,1341,1347,1351,1352,1353,1354,1364,1365,1366,1370,1371,1377,1381,1382,1385,1386,1390,1391,1394,1395,1396,1397,1638,1644,1882,1888,2129,2135,2373,2379,2442,2524,2576,2658,2720,2802,2866,2918,3000,3007,3013,3024,3028,3032,3045,3060,3076,3083,3089,3103,3116,3136,3153,3162,3167,3174,3194,3207,3224,3230,3236,3243,3247,3253,3266,3269,3279,3280,3281,3329,3333,3337,3341,3342,3343,3346,3360,3367,3381,3423,3424,3429,3433,3437,3442,3449,3455,3456,3459,3463,3468,3480,3484,3489,3494,3499,3502,3505,3508,3512,3516,3517,3518,3519,3520,3521,3522,3523,3524,3525,3526,3527,3528,3529,3530,3534,3538,3542,3546,3550,3554,3558,3559,3560,3561,3562,3563,3564,3565,3569,3573,3574,3578,3579,3582,3585,3588,3591,3595,3598,3601,3605,3609,3613,3617,3620,3623,3624,3625,3628,3632,3635,3638,3641,3644,3647,3650,3654,3657,3658,3661,3664,3665,3668,3669,3670,3674,3675,3680,3688,3696,3704,3712,3720,3728,3736,3744,3752,3761,3770,3779,3787,3796,3805,3808,3811,3812,3813,3814,3815,3816,3817,3818,3819,3820,3821,3822,3823,3826,3831,3836,3839,3840,3841,3842,3843,3851,3859,3860,3868,3872,3880,3888,3896,3904,3912,3913,3921,3929,3930,3933,3936,3938,3943,3945,3950,3954,3958,3959,3960,3961,3965,3969,3970,3974,3975,3976,3977,3978,3979,3980,3981,3982,3983,3984,3985,3986,3987,3988,3989,3993,3997,3998,4002,4003,4004,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023,4024,4025,4026,4027,4028,4029,4033,4034,4035,4041,4042,4046,4048,4049,4054,4055,4056,4057,4058,4059,4063,4064,4065,4071,4072,4076,4078,4082,4086,4090,4094,4095,4096,4097,4100,4103,4106,4109,4112,4117,4121,4122,4127,4131,4135,4139,4143,4148,4152,4157,4161,4165,4199,4200,4201,4202,4203,4207,4208,4209,4210,4214,4218,4222,4226,4230,4234,4238,4242,4248,4249,4283,4297,4302,4328,4335,4338,4349,4354,4357,4389,4395,4396,4399,4402,4405,4408,4411,4414,4418,4421,4422,4423,4431,4439,4442,4447,4452,4457,4462,4466,4470,4471,4479,4480,4481,4482,4483,4491,4496,4501,4502,4503,4504,4529,4535,4540,4543,4547,4550,4554,4564,4567,4572,4575,4579,4583,4591,4605,4618,4622,4637,4648,4651,4662,4667,4671,4706,4707,4708,4715,4722,4729,4736,4743,4754,4781,4786,4806,4809,4816,4829,4838,4841,4861,4871,4875,4879,4892,4896,4900,4904,4910,4914,4931,4939,4943,4947,4951,4954,4958,4962,4966,4973,4977,4978,4982,5008,5018,5043,5052,5072,5082,5086,5096,5121,5131,5134,5138,5139,5140,5141,5145,5149,5153,5154,5166,5167,5168,5171,5174,5177,5180,5183,5186,5189,5192,5195,5198,5201,5204,5207,5210,5213,5216,5219,5222,5225,5228,5231,5232,5237,5238,5250,5258,5262,5267,5272,5276,5279,5283,5287,5290,5293,5296,5300,5305,5310,5313,5320,5324,5328,5336,5341,5346,5347,5351,5354,5357,5369,5374,5384,5387,5391,5405,5409,5414,5430,5437,5463,5466,5469,5472,5475,5478,5481,5499,5504,5511,5518,5527,5534,5539,5550,5554,5561,5564,5569,5570,5571,5572,5576,5580,5584,5588,5621,5624,5628,5632,5663,5666,5670,5674,5683,5689,5692,5701,5705,5706,5713,5717,5724,5725,5726,5729,5734,5739,5740,5744,5752,5771,5775,5776,5788,5798,5799,5811,5816,5840,5843,5849,5852,5861,5869,5873,5876,5879,5882,5886,5889,5906,5910,5913,5928,5931,5939,5944,5951,5956,5957,5962,5963,5969,5975,5981,6013,6024,6041,6048,6052,6055,6067,6076,6080,6085,6089,6093,6097,6101,6105,6109,6113,6118,6121,6133,6138,6147,6150,6157,6158,6162,6171,6177,6181,6182,6186,6207,6213,6217,6221,6222,6240,6241,6242,6243,6244,6249,6252,6253,6259,6260,6272,6284,6291,6292,6297,6302,6303,6307,6321,6326,6332,6338,6344,6349,6355,6361,6362,6367,6382,6387,6396,6405,6408,6422,6427,6438,6442,6451,6460,6461,6468,6476,6493,6503,6550,6581,6627,6684,6692,6750,6859,6879,6900,6906,6914,7020,7034,7057,7063,7107,7111,7117,7123,7133,7165,7171,7179,7192,7248,7259,7271,7283,7321,7368,7374,7386,7392,7398,7448,7453,7458,7464,7499,7511,7553,7576,7637,7642,7648,7651,7655,7703,7741,7759,7777,7830,7838,7862,7866,7874,7967,7971,8245,8253,8263,8264,8265,8266,8267,8268,8269,8270,8271,8272,8273,8274,8275,8276,8277,8278,8279,8280,8281,8282,8283,8284,8285,8286,8287,8288,8289,8290,8291,8292,8293,8294,8295,8296,8297,8298,8299,8300,8301,8302,8303,8304,8305,8306,8307,8308,8309,8310,8311,8312,8313,8314,8315,8316,8317,8318,8319,8320,8321,8322,8323,8324,8325,8326,8327,8328,8329,8330,8331,8332,8333,8334,8335,8336,8337,8338,8339,8340,8341,8342,8343,8344,8345,8346,8347,8348,8349,8350,8351,8352,8353,8354,8355,8356,8357,8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,8368,8369,8370,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8385,8386,8387,8388,8389,8390,8391,8392,8393,8394,8395,8396,8397,8398,8399,8400,8401,8402,8403,8404,8405,8406,8407,8408,8409,8410,8411,8412,8413,8414,8415,8416,8417,8418,8419,8420,8421,8422,8423,8424,8425,8426,8427,8428,8429,8430,8431,8432,8433,8434,8435,8436,8437,8438,8439,8440,8441,8442,8443,8444,8445,8446,8447,8448,8449,8450,8451,8452,8453,8454,8455,8456,8457,8458,8459,8460,8461,8462,8463,8464,8465,8466,8467",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,206,255,310,366,426,487,552,607,657,707,760,818,866,935,983,1054,1126,1198,1271,1338,1387,1441,1478,1529,1589,1636,1692,1741,1799,1855,1906,1966,2015,2071,2127,2177,2236,2283,2337,2393,2447,2501,2555,2604,2662,2718,2765,2819,2873,2921,2978,3032,3088,3151,3213,3269,3329,3382,3443,3522,3603,3675,3754,3834,3910,3988,4057,4133,4210,4281,4354,4430,4508,4577,4653,4730,4794,4865,4937,4988,5041,5096,5163,5216,5268,5318,5376,5441,5489,5540,5607,5673,5731,5800,5858,5927,5997,6070,6144,6212,6279,6349,6415,6488,6548,6624,6684,6744,6819,6887,6953,7021,7081,7140,7197,7263,7325,7382,7450,7523,7593,7655,7716,7784,7846,7902,7961,8023,8085,8152,8209,8270,8331,8392,8453,8509,8565,8621,8677,8735,8793,8851,8909,8966,9023,9080,9137,9196,9255,9313,9396,9479,9552,9606,9675,9731,9812,9893,9964,10093,10146,10204,10262,10320,10366,10426,10480,10550,10620,10685,10751,10816,10884,10953,11021,11151,11204,11263,11321,11373,11423,11475,11521,11571,11627,11674,11732,11790,11852,11915,11977,12036,12096,12161,12227,12292,12354,12416,12478,12540,12602,12664,12730,12797,12863,12926,12990,13053,13121,13182,13244,13306,13369,13433,13496,13560,13638,13697,13763,13843,13904,13957,14015,14066,14111,14175,14234,14296,14370,14441,14507,14581,14650,14721,14794,14865,14933,15006,15082,15152,15230,15298,15364,15425,15494,15558,15624,15692,15758,15821,15889,15960,16025,16098,16161,16242,16306,16372,16442,16512,16582,16652,16719,16776,16834,16893,16953,17012,17071,17130,17189,17248,17307,17366,17425,17484,17543,17603,17664,17726,17787,17848,17909,17970,18031,18092,18153,18214,18275,18336,18404,18473,18543,18612,18681,18750,18819,18888,18957,19026,19095,19164,19233,19293,19354,19416,19477,19538,19599,19660,19721,19782,19843,19904,19965,20026,20088,20151,20215,20278,20341,20404,20467,20530,20593,20656,20719,20782,20845,20906,20968,21031,21093,21155,21217,21279,21341,21403,21465,21527,21589,21651,21708,21795,21875,21965,22060,22152,22244,22334,22417,22510,22597,22694,22785,22886,22973,23076,23165,23264,23356,23456,23540,23634,23722,23820,23904,24004,24090,24186,24274,24355,24446,24542,24635,24728,24819,24904,24998,25087,25185,25278,25380,25468,25572,25663,25763,25856,25957,26042,26137,26226,26325,26410,26511,26598,26695,26761,26837,26906,26985,27058,27126,27204,27280,27351,27432,27505,27588,27663,27748,27821,27902,27983,28057,28141,28211,28291,28369,28441,28523,28593,28671,28749,28827,28898,28979,29044,29110,29163,29239,29305,29392,29468,29544,29609,29664,29718,29797,29875,29948,30013,30076,30142,30213,30284,30354,30416,30485,30551,30611,30678,30745,30801,30852,30905,30957,31011,31082,31145,31204,31266,31325,31398,31465,31535,31595,31658,31733,31805,31901,31972,32028,32099,32156,32213,32279,32343,32414,32471,32524,32587,32639,32697,32764,32833,32899,32958,33041,33100,33157,33224,33294,33368,33430,33499,33569,33623,33676,33730,33789,33835,33892,33959,34015,34080,34154,34238,34311,34376,34438,34494,34568,34651,34740,34804,34883,34957,35019,35115,35180,35239,35295,35351,35411,35518,35565,35625,35686,35750,35811,35871,35929,35972,36021,36073,36124,36176,36225,36274,36339,36405,36465,36526,36582,36641,36716,36773,36857,36914,36989,37064,37115,37183,37233,37295,37355,37412,37472,37521,37589,37695,37797,37866,37937,38037,38108,38218,38307,38363,38464,38574,38680,38757,38869,38996,39108,39235,39305,39419,39550,39647,39715,39833,39936,40054,40115,40189,40256,40361,40483,40557,40624,40734,40833,40906,41023,41091,41197,41299,41379,41450,41546,41613,41687,41761,41847,41935,42014,42092,42193,42264,42329,42441,42547,42615,42728,42841,42959,43037,43109,43245,43381,43466,43606,43682,43820,43958,44100,44182,44244,44340,44407,44524,44645,44742,44824,44911,44998,45129,45260,45395,45506,45620,45722,45818,45922,45989,46061,46171,46277,46350,46441,46543,46646,46741,46848,46953,47075,47197,47323,47382,47440,47564,47688,47816,47934,48052,48174,48255,48312,48373,48432,48492,48550,48611,48669,48719,48768,48835,48894,48953,49002,49077,49148,49217,49280,49348,49414,49482,49547,49613,49690,49768,49874,49980,50076,50205,50294,50421,50487,50556,50622,50720,50816,50912,51010,51119,51214,51303,51365,51425,51490,51547,51628,51682,51739,51836,51946,52033,52123,52175,52267,52360,52462,52518,52577,52626,52718,52767,52821,52875,52929,52983,53037,53092,53202,53312,53422,53532,53642,53752,53862,53972,54078,54184,54290,54396,54491,54586,54681,54776,54882,54988,55094,55200,55295,55390,55485,55580,55688,55796,55904,56012,56109,56206,56303,56400,56508,56616,56724,56832,56930,57026,57122,57220,57285,57373,57431,57495,57556,57618,57678,57740,57808,57866,57929,57992,58059,58134,58207,58273,58325,58378,58430,58487,58571,58666,58751,58832,58912,58989,59068,59145,59219,59293,59364,59444,59516,59591,59656,59717,59777,59852,59926,60003,60076,60146,60218,60288,60361,60425,60495,60543,60612,60664,60749,60832,60890,60956,61023,61089,61170,61245,61301,61354,61415,61473,61523,61572,61621,61670,61732,61784,61829,61910,61961,62015,62068,62122,62173,62222,62288,62339,62400,62461,62523,62573,62614,62691,62750,62809,62868,62929,62985,63041,63108,63169,63234,63289,63354,63423,63491,63569,63638,63698,63769,63843,63908,63980,64050,64117,64201,64270,64337,64407,64470,64537,64605,64688,64767,64857,64934,65002,65069,65147,65204,65261,65329,65395,65451,65511,65570,65624,65674,65724,65772,65834,65885,65958,66038,66118,66182,66249,66320,66378,66439,66505,66564,66631,66691,66751,66814,66882,66943,67010,67088,67158,67207,67264,67333,67394,67482,67570,67658,67746,67833,67920,68007,68094,68152,68226,68296,68352,68423,68488,68550,68625,68698,68788,68854,68920,68981,69045,69107,69165,69236,69319,69378,69449,69515,69580,69641,69700,69771,69837,69902,69985,70061,70136,70217,70277,70346,70416,70485,70540,70596,70652,70713,70771,70827,70882,70944,71001,71095,71164,71265,71316,71386,71449,71505,71563,71617,71703,71787,71857,71926,71996,72111,72232,72299,72366,72441,72508,72567,72621,72675,72729,72782,72834,72908,73045,73185,73234,73284,73334,73382,73438,73496,73558,73613,73671,73742,73806,73865,73927,73993,74059,74102,74146,74191,74234,74285,74332,74377,74428,74479,74530,74581,74629,74695,74757,74820,74892,74949,75004,75062,75117,75176,75232,75301,75370,75439,75509,75572,75635,75698,75761,75826,75891,75956,76021,76084,76148,76212,76276,76342,76408,76476,76544,76610,76677,76751,76814,76871,76931,76996,77063,77128,77185,77246,77304,77408,77519,77628,77732,77810,77875,77942,78008,78078,78125,78177,78227,78284,78604,78754,78885,79069,79247,79485,79674,79843,79941,80056,80141,80220,80380,80445,80534,80691,80848,81001,81155,81214,81380,81505,81630,81800,81910,82031,82152,82262,82374,82497,82620,82702,82875,83043,83191,83350,83505,83678,83795,83912,84080,84192,84306,84478,84654,84812,84945,85057,85203,85355,85487,85630,85752,85930,86066,86162,86298,86393,86560,86653,86745,86932,87088,87266,87430,87612,87929,88111,88293,88483,88715,88905,89082,89244,89401,89511,89694,89831,90051,90235,90419,90579,90737,90921,91148,91351,91522,91742,91964,92119,92319,92503,92606,92796,92937,93102,93273,93473,93677,93879,94044,94249,94448,94647,94844,94935,95084,95234,95318,95467,95612,95764,95905,96071,96232,96310,96611,96777,96932,97034,97192,97356,97542,97765,97890,98167,98439,98705,98990,99441,99897,100406,100554,101068,101505,101939,102382,102467,102588,102687,102804,102891,103014,103115,103234,103327,103434,103777,103884,104129,104250,104659,104907,105007,105112,105231,105740,105887,106006,106257,106390,106805,107059,107171,107418,107543,107860,107981,108209,108330,108463,108610,127271,127698,146108,146532,165231,165660,184108,184534,189375,194792,198883,204314,209056,214433,218417,222409,227800,228282,228715,229471,229701,229944,231077,232006,232910,233374,233767,234847,235591,236784,237768,238246,238539,238922,240437,241202,242345,242786,243227,243703,243977,244374,245305,245483,246236,246373,246464,248658,248924,249246,249456,249565,249684,249868,250840,251310,252061,254538,254633,254932,255160,255388,255647,256223,256577,256699,256838,257112,257372,258242,258528,258931,259333,259676,259888,260089,260302,260591,260876,260949,261036,261121,261220,261343,261466,261597,261714,261834,261966,262080,262198,262311,262432,262620,262807,262988,263171,263355,263536,263718,263838,263958,264066,264176,264288,264396,264506,264671,264837,264964,265129,265230,265350,265511,265674,265835,266002,266121,266238,266418,266600,266781,266964,267119,267251,267373,267508,267671,267864,267990,268142,268284,268454,268610,268782,269073,269268,269360,269533,269695,269790,269959,270053,270142,270385,270474,270767,271230,271697,272165,272638,273102,273565,274029,274494,274955,275423,275894,276364,276822,277291,277761,277951,278130,278236,278344,278450,278562,278676,278788,278902,279018,279132,279240,279350,279458,279654,280033,280437,280584,280692,280802,280910,281024,281433,281847,281963,282381,282622,283052,283487,283897,284319,284729,284851,285260,285676,285798,286016,286200,286268,286612,286692,287048,287198,287342,287418,287530,287620,287882,288147,288246,288398,288506,288582,288694,288784,288886,288994,289102,289202,289310,289395,289499,289586,289664,289778,289870,290134,290401,290502,290655,290765,290849,291238,291336,291444,291538,291668,291776,291898,292034,292142,292262,292396,292518,292646,292788,292914,293054,293180,293298,293430,293528,293638,293938,294050,294168,294632,294748,295051,295177,295273,295674,295784,295908,296046,296156,296278,296590,296714,296844,297320,297448,297763,297901,298063,298279,298435,298639,298707,298791,298895,299098,299287,299488,299681,299886,300199,300411,300527,300773,300989,301193,301384,301602,301839,301991,302251,302393,302554,305137,305251,305371,305487,305581,305902,306001,306119,306220,306499,306784,307063,307345,307598,307857,308110,308366,308790,308866,311460,312815,313259,315113,315688,315896,316906,317286,317427,319928,320354,320466,320601,320798,320969,321152,321327,321514,321736,321894,321978,322082,322569,323125,323283,323502,323733,323956,324191,324413,324679,324817,325416,325530,325668,325780,325904,326475,326970,327516,327661,327754,327846,329773,330343,330641,330830,331036,331229,331439,332323,332468,332860,333018,333235,333496,333928,334803,335423,335620,336568,337333,337456,338229,338450,338650,340627,340727,340817,341188,341858,342540,343220,343912,344481,346094,346415,347478,347648,348173,349068,349702,349868,351354,351970,352206,352427,353385,353650,353915,354127,354541,354777,356062,356511,356698,356947,357189,357365,357606,357839,358064,358406,358619,358714,358975,360326,360801,362027,362497,363545,363997,364241,364698,365943,366426,366576,366920,367066,367204,367340,367628,367929,368231,368347,369176,369298,369410,369559,369825,370095,370361,370629,370885,371145,371401,371659,371911,372167,372419,372673,372905,373141,373393,373649,373901,374155,374387,374621,374733,375158,375282,376219,376817,377013,377250,377518,377811,378028,378242,378541,378733,378945,379125,379417,379681,380018,380237,380650,380887,381179,381784,382022,382291,382431,382685,382829,383019,383827,384167,384915,385139,385436,386215,386552,386952,388261,388846,390919,391113,391331,391557,391769,391968,392175,393298,393535,394010,394400,394864,395203,395540,396300,396564,396907,397098,397445,397533,397641,397749,398062,398387,398706,399037,401604,401792,402053,402302,404743,404935,405200,405453,405969,406319,406488,407002,407237,407361,407773,407987,408389,408492,408622,408797,409049,409245,409385,409579,410077,411146,411434,411564,412341,412998,413144,413850,414088,415628,415778,416195,416360,417046,417516,417712,417803,417887,418031,418265,418432,419360,419646,419806,420421,420580,420908,421135,421647,422009,422088,422427,422532,422897,423268,423629,425503,426132,427208,427632,427885,428037,429027,429764,429967,430213,430460,430678,430920,431241,431505,431810,432033,432344,432533,433248,433517,434011,434237,434677,434836,435120,435865,436230,436535,436693,436931,438250,438648,438876,439096,439238,440528,440634,440764,440902,441026,441314,441483,441583,441868,441982,442865,443620,444059,444183,444429,444622,444756,444947,445726,445944,446235,446514,446831,447053,447348,447631,447735,448018,448834,449150,449711,450217,450422,451208,451613,452274,452463,453014,453580,453700,454102,454636,455166,455465,457810,458904,460498,462505,462757,465190,467485,467925,468677,468861,469072,473730,474313,475041,475243,476378,476528,476703,476928,477455,478707,479014,479522,479971,481765,482025,482607,483102,484139,486005,486196,486529,486685,486878,489213,489442,489650,489786,491558,491856,493068,493936,495824,495940,496109,496246,496392,497604,498742,499273,499699,501310,501558,502328,502444,502619,505834,505981,516745,516988,517359,517454,517547,517631,517718,517816,517907,517998,518086,518170,518266,518370,518444,518529,518628,518732,518828,518930,519033,519133,519223,519308,519409,519507,519597,519692,519779,519885,519987,520081,520172,520253,520329,520421,520510,520630,520741,520824,520910,521005,521099,521205,521303,521400,521495,521593,521693,521796,521891,521984,522078,522170,522272,522370,522473,522558,522656,522778,522876,522989,523083,523172,523261,523344,523435,523520,523628,523729,523830,523928,524034,524125,524224,524321,524419,524515,524608,524718,524816,524911,525021,525113,525213,525312,525399,525503,525608,525715,525822,525921,526030,526122,526219,526330,526441,526552,526656,526771,526887,527014,527134,527214,527322,527412,527513,527596,527687,527772,527864,527967,528062,528158,528251,528332,528441,528520,528627,528718,528817,528910,529013,529117,529218,529319,529423,529517,529621,529725,529838,529944,530050,530158,530275,530364,530472,530572,530651,530741,530825,530917,530990,531078,531160,531245,531344,531441,531532,531623,531715,531810,531908,532007,532109,532206,532303,532396,532483,532567,532664,532761,532854,532941,533032,533131,533230,533325,533414,533495,533594,533689,533786,533882,533979,534063,534162,534257,534354,534450,534547,534636,534737,534834,534933,535031,535130,535220,535311,535400,535489,535571,535664,535755,535828,535895,535968,536035,536111,536188,536240,536313,536386,536452,536519,536587,536653",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1172,1175,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1236,1237,1238,1239,1240,1244,1248,1252,1256,1264,1271,1279,1282,1292,1301,1310,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1334,1335,1339,1340,1346,1350,1351,1352,1353,1363,1364,1365,1369,1370,1376,1380,1381,1384,1385,1389,1390,1393,1394,1395,1396,1637,1643,1881,1887,2128,2134,2372,2378,2441,2523,2575,2657,2719,2801,2865,2917,2999,3006,3012,3023,3027,3031,3044,3059,3075,3082,3088,3102,3115,3135,3152,3161,3166,3173,3193,3206,3223,3229,3235,3242,3246,3252,3265,3268,3278,3279,3280,3328,3332,3336,3340,3341,3342,3345,3359,3366,3380,3422,3423,3428,3432,3436,3441,3448,3454,3455,3458,3462,3467,3479,3483,3488,3493,3498,3501,3504,3507,3511,3515,3516,3517,3518,3519,3520,3521,3522,3523,3524,3525,3526,3527,3528,3529,3533,3537,3541,3545,3549,3553,3557,3558,3559,3560,3561,3562,3563,3564,3568,3572,3573,3577,3578,3581,3584,3587,3590,3594,3597,3600,3604,3608,3612,3616,3619,3622,3623,3624,3627,3631,3634,3637,3640,3643,3646,3649,3653,3656,3657,3660,3663,3664,3667,3668,3669,3673,3674,3679,3687,3695,3703,3711,3719,3727,3735,3743,3751,3760,3769,3778,3786,3795,3804,3807,3810,3811,3812,3813,3814,3815,3816,3817,3818,3819,3820,3821,3822,3825,3830,3835,3838,3839,3840,3841,3842,3850,3858,3859,3867,3871,3879,3887,3895,3903,3911,3912,3920,3928,3929,3932,3935,3937,3942,3944,3949,3953,3957,3958,3959,3960,3964,3968,3969,3973,3974,3975,3976,3977,3978,3979,3980,3981,3982,3983,3984,3985,3986,3987,3988,3992,3996,3997,4001,4002,4003,4008,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023,4024,4025,4026,4027,4028,4032,4033,4034,4040,4041,4045,4047,4048,4053,4054,4055,4056,4057,4058,4062,4063,4064,4070,4071,4075,4077,4081,4085,4089,4093,4094,4095,4096,4099,4102,4105,4108,4111,4116,4120,4121,4126,4130,4134,4138,4142,4147,4151,4156,4160,4164,4198,4199,4200,4201,4202,4206,4207,4208,4209,4213,4217,4221,4225,4229,4233,4237,4241,4247,4248,4282,4296,4301,4327,4334,4337,4348,4353,4356,4388,4394,4395,4398,4401,4404,4407,4410,4413,4417,4420,4421,4422,4430,4438,4441,4446,4451,4456,4461,4465,4469,4470,4478,4479,4480,4481,4482,4490,4495,4500,4501,4502,4503,4528,4534,4539,4542,4546,4549,4553,4563,4566,4571,4574,4578,4582,4590,4604,4617,4621,4636,4647,4650,4661,4666,4670,4705,4706,4707,4714,4721,4728,4735,4742,4753,4780,4785,4805,4808,4815,4828,4837,4840,4860,4870,4874,4878,4891,4895,4899,4903,4909,4913,4930,4938,4942,4946,4950,4953,4957,4961,4965,4972,4976,4977,4981,5007,5017,5042,5051,5071,5081,5085,5095,5120,5130,5133,5137,5138,5139,5140,5144,5148,5152,5153,5165,5166,5167,5170,5173,5176,5179,5182,5185,5188,5191,5194,5197,5200,5203,5206,5209,5212,5215,5218,5221,5224,5227,5230,5231,5236,5237,5249,5257,5261,5266,5271,5275,5278,5282,5286,5289,5292,5295,5299,5304,5309,5312,5319,5323,5327,5335,5340,5345,5346,5350,5353,5356,5368,5373,5383,5386,5390,5404,5408,5413,5429,5436,5462,5465,5468,5471,5474,5477,5480,5498,5503,5510,5517,5526,5533,5538,5549,5553,5560,5563,5568,5569,5570,5571,5575,5579,5583,5587,5620,5623,5627,5631,5662,5665,5669,5673,5682,5688,5691,5700,5704,5705,5712,5716,5723,5724,5725,5728,5733,5738,5739,5743,5751,5770,5774,5775,5787,5797,5798,5810,5815,5839,5842,5848,5851,5860,5868,5872,5875,5878,5881,5885,5888,5905,5909,5912,5927,5930,5938,5943,5950,5955,5956,5961,5962,5968,5974,5980,6012,6023,6040,6047,6051,6054,6066,6075,6079,6084,6088,6092,6096,6100,6104,6108,6112,6117,6120,6132,6137,6146,6149,6156,6157,6161,6170,6176,6180,6181,6185,6206,6212,6216,6220,6221,6239,6240,6241,6242,6243,6248,6251,6252,6258,6259,6271,6283,6290,6291,6296,6301,6302,6306,6320,6325,6331,6337,6343,6348,6354,6360,6361,6366,6381,6386,6395,6404,6407,6421,6426,6437,6441,6450,6459,6460,6467,6475,6492,6502,6549,6580,6626,6683,6691,6749,6858,6878,6899,6905,6913,7019,7033,7056,7062,7106,7110,7116,7122,7132,7164,7170,7178,7191,7247,7258,7270,7282,7320,7367,7373,7385,7391,7397,7447,7452,7457,7463,7498,7510,7552,7575,7636,7641,7647,7650,7654,7680,7740,7758,7776,7829,7837,7861,7865,7873,7966,7970,8244,8252,8262,8263,8264,8265,8266,8267,8268,8269,8270,8271,8272,8273,8274,8275,8276,8277,8278,8279,8280,8281,8282,8283,8284,8285,8286,8287,8288,8289,8290,8291,8292,8293,8294,8295,8296,8297,8298,8299,8300,8301,8302,8303,8304,8305,8306,8307,8308,8309,8310,8311,8312,8313,8314,8315,8316,8317,8318,8319,8320,8321,8322,8323,8324,8325,8326,8327,8328,8329,8330,8331,8332,8333,8334,8335,8336,8337,8338,8339,8340,8341,8342,8343,8344,8345,8346,8347,8348,8349,8350,8351,8352,8353,8354,8355,8356,8357,8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,8368,8369,8370,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8385,8386,8387,8388,8389,8390,8391,8392,8393,8394,8395,8396,8397,8398,8399,8400,8401,8402,8403,8404,8405,8406,8407,8408,8409,8410,8411,8412,8413,8414,8415,8416,8417,8418,8419,8420,8421,8422,8423,8424,8425,8426,8427,8428,8429,8430,8431,8432,8433,8434,8435,8436,8437,8438,8439,8440,8441,8442,8443,8444,8445,8446,8447,8448,8449,8450,8451,8452,8453,8454,8455,8456,8457,8458,8459,8460,8461,8462,8463,8464,8465,8466,8467",
+ "endColumns": "55,48,54,55,59,60,64,54,49,49,52,57,47,68,47,70,71,71,72,66,48,53,36,50,59,46,55,48,57,55,50,59,48,55,55,49,58,46,53,55,53,53,53,48,57,55,46,53,53,47,56,53,55,62,61,55,59,52,60,78,80,71,78,79,75,77,68,75,76,70,72,75,77,68,75,76,63,70,71,50,52,54,66,52,51,49,57,64,47,50,66,65,57,68,57,68,69,72,73,67,66,69,65,72,59,75,59,59,74,67,65,67,59,58,56,65,61,56,67,72,69,61,60,67,61,55,58,61,61,66,56,60,60,60,60,55,55,55,55,57,57,57,57,56,56,56,56,58,58,57,82,82,72,53,68,55,80,80,70,9,52,57,57,57,45,59,53,69,69,64,65,64,67,68,67,9,52,58,57,51,49,51,45,49,55,46,57,57,61,62,61,58,59,64,65,64,61,61,61,61,61,61,65,66,65,62,63,62,67,60,61,61,62,63,62,63,77,58,65,79,60,52,57,50,44,63,58,61,73,70,65,73,68,70,72,70,67,72,75,69,77,67,65,60,68,63,65,67,65,62,67,70,64,72,62,80,63,65,69,69,69,69,66,56,57,58,59,58,58,58,58,58,58,58,58,58,58,59,60,61,60,60,60,60,60,60,60,60,60,60,67,68,69,68,68,68,68,68,68,68,68,68,68,59,60,61,60,60,60,60,60,60,60,60,60,60,61,62,63,62,62,62,62,62,62,62,62,62,62,60,61,62,61,61,61,61,61,61,61,61,61,61,56,86,79,89,94,91,91,89,82,92,86,96,90,100,86,102,88,98,91,99,83,93,87,97,83,99,85,95,87,80,90,95,92,92,90,84,93,88,97,92,101,87,103,90,99,92,100,84,94,88,98,84,100,86,96,65,75,68,78,72,67,77,75,70,80,72,82,74,84,72,80,80,73,83,69,79,77,71,81,69,77,77,77,70,80,64,65,52,75,65,86,75,75,64,54,53,78,77,72,64,62,65,70,70,69,61,68,65,59,66,66,55,50,52,51,53,70,62,58,61,58,72,66,69,59,62,74,71,95,70,55,70,56,56,65,63,70,56,52,62,51,57,66,68,65,58,82,58,56,66,69,73,61,68,69,53,52,53,58,45,56,66,55,64,73,83,72,64,61,55,73,82,88,63,78,73,61,95,64,58,55,55,59,106,46,59,60,63,60,59,57,42,48,51,50,51,48,48,64,65,59,60,55,58,74,56,83,56,74,74,50,67,49,61,59,56,59,48,67,105,101,68,70,99,70,109,88,55,100,109,105,76,111,126,111,126,69,113,130,96,67,117,102,117,60,73,66,104,121,73,66,109,98,72,116,67,105,101,79,70,95,66,73,73,85,87,78,77,100,70,64,111,105,67,112,112,117,77,71,135,135,84,139,75,137,137,141,81,61,95,66,116,120,96,81,86,86,130,130,134,110,113,101,95,103,66,71,109,105,72,90,101,102,94,106,104,121,121,125,58,57,123,123,127,117,117,121,80,56,60,58,59,57,60,57,49,48,66,58,58,48,74,70,68,62,67,65,67,64,65,76,77,105,105,95,128,88,126,65,68,65,97,95,95,97,108,94,88,61,59,64,56,80,53,56,96,109,86,89,51,91,92,101,55,58,48,91,48,53,53,53,53,53,54,109,109,109,109,109,109,109,109,105,105,105,105,94,94,94,94,105,105,105,105,94,94,94,94,107,107,107,107,96,96,96,96,107,107,107,107,97,95,95,97,64,87,57,63,60,61,59,61,67,57,62,62,66,74,72,65,51,52,51,56,83,94,84,80,79,76,78,76,73,73,70,79,71,74,64,60,59,74,73,76,72,69,71,69,72,63,69,47,68,51,84,82,57,65,66,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,50,53,52,53,50,48,65,50,60,60,61,49,40,76,58,58,58,60,55,55,66,60,64,54,64,68,67,77,68,59,70,73,64,71,69,66,83,68,66,69,62,66,67,82,78,89,76,67,66,77,56,56,67,65,55,59,58,53,49,49,47,61,50,72,79,79,63,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,86,86,86,86,57,73,69,55,70,64,61,74,72,89,65,65,60,63,61,57,70,82,58,70,65,64,60,58,70,65,64,82,75,74,80,59,68,69,68,54,55,55,60,57,55,54,61,56,93,68,100,50,69,62,55,57,53,85,83,69,68,69,114,120,66,66,74,66,58,53,53,53,52,51,73,136,139,48,49,49,47,55,57,61,54,57,70,63,58,61,65,65,42,43,44,42,50,46,44,50,50,50,50,47,65,61,62,71,56,54,57,54,58,55,68,68,68,69,62,62,62,62,64,64,64,64,62,63,63,63,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,103,110,108,103,77,64,66,65,69,46,51,49,56,12,149,130,183,177,237,188,168,97,114,84,78,11,64,88,156,156,152,153,58,165,124,124,169,109,120,120,109,111,122,122,81,172,167,147,158,154,172,116,116,167,111,113,171,175,157,132,111,145,151,131,142,121,177,135,95,135,94,166,92,91,186,11,11,11,181,316,181,181,189,231,189,176,161,156,109,182,136,219,183,183,159,157,183,226,202,170,219,221,154,199,183,102,189,140,164,170,199,203,201,164,204,198,198,196,90,148,149,83,148,144,151,140,165,160,77,300,165,154,101,11,163,185,222,124,10,10,10,10,10,10,10,10,10,10,10,10,84,120,98,116,86,122,100,118,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,10,124,10,120,10,120,132,146,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,136,90,10,10,10,10,108,118,10,10,10,10,10,94,10,10,10,10,10,10,121,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,122,122,130,116,119,131,113,117,112,120,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,126,10,100,10,10,10,10,10,10,10,10,10,10,10,10,10,121,134,10,10,10,10,10,10,10,10,10,10,91,10,10,94,10,93,88,10,88,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,105,107,105,111,113,111,113,115,113,107,109,107,10,10,10,10,107,109,107,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,10,10,10,10,10,10,75,111,89,10,10,98,10,107,75,111,89,101,107,107,99,107,84,103,86,77,113,91,10,10,100,10,109,83,10,97,107,93,129,107,121,135,107,119,133,121,127,141,125,139,125,117,131,97,109,10,111,117,10,115,10,10,95,10,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,10,115,10,10,10,10,10,10,10,10,10,10,10,113,119,115,93,10,98,117,100,10,10,10,10,10,10,10,10,10,75,10,10,10,10,10,10,10,10,10,10,10,111,10,10,10,10,10,10,10,10,83,103,10,10,10,10,10,10,10,10,10,137,10,113,137,111,123,10,10,10,144,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,99,89,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,94,10,10,10,10,10,10,10,10,10,10,10,10,10,145,137,135,10,10,10,115,10,121,111,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,111,10,123,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,139,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,87,107,107,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,123,10,10,10,102,129,10,10,10,139,10,10,10,10,129,10,10,145,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,78,10,104,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,158,10,10,10,10,157,10,10,10,10,10,141,10,105,129,137,123,10,10,99,10,113,10,10,10,123,10,10,133,10,10,10,10,10,10,10,10,10,103,10,10,10,10,10,10,10,10,10,10,10,10,119,10,10,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,94,92,83,86,97,90,90,87,83,95,103,73,84,98,103,95,101,102,99,89,84,100,97,89,94,86,105,101,93,90,80,75,91,88,119,110,82,85,94,93,105,97,96,94,97,99,102,94,92,93,91,101,97,102,84,97,121,97,112,93,88,88,82,90,84,107,100,100,97,105,90,98,96,97,95,92,109,97,94,109,91,99,98,86,103,104,106,106,98,108,91,96,110,110,110,103,114,115,126,119,79,107,89,100,82,90,84,91,102,94,95,92,80,108,78,106,90,98,92,102,103,100,100,103,93,103,103,112,105,105,107,116,88,107,99,78,89,83,91,72,87,81,84,98,96,90,90,91,94,97,98,101,96,96,92,86,83,96,96,92,86,90,98,98,94,88,80,98,94,96,95,96,83,98,94,96,95,96,88,100,96,98,97,98,89,90,88,88,81,92,90,72,66,72,66,75,76,51,72,72,65,66,67,65,66",
+ "endOffsets": "201,250,305,361,421,482,547,602,652,702,755,813,861,930,978,1049,1121,1193,1266,1333,1382,1436,1473,1524,1584,1631,1687,1736,1794,1850,1901,1961,2010,2066,2122,2172,2231,2278,2332,2388,2442,2496,2550,2599,2657,2713,2760,2814,2868,2916,2973,3027,3083,3146,3208,3264,3324,3377,3438,3517,3598,3670,3749,3829,3905,3983,4052,4128,4205,4276,4349,4425,4503,4572,4648,4725,4789,4860,4932,4983,5036,5091,5158,5211,5263,5313,5371,5436,5484,5535,5602,5668,5726,5795,5853,5922,5992,6065,6139,6207,6274,6344,6410,6483,6543,6619,6679,6739,6814,6882,6948,7016,7076,7135,7192,7258,7320,7377,7445,7518,7588,7650,7711,7779,7841,7897,7956,8018,8080,8147,8204,8265,8326,8387,8448,8504,8560,8616,8672,8730,8788,8846,8904,8961,9018,9075,9132,9191,9250,9308,9391,9474,9547,9601,9670,9726,9807,9888,9959,10088,10141,10199,10257,10315,10361,10421,10475,10545,10615,10680,10746,10811,10879,10948,11016,11146,11199,11258,11316,11368,11418,11470,11516,11566,11622,11669,11727,11785,11847,11910,11972,12031,12091,12156,12222,12287,12349,12411,12473,12535,12597,12659,12725,12792,12858,12921,12985,13048,13116,13177,13239,13301,13364,13428,13491,13555,13633,13692,13758,13838,13899,13952,14010,14061,14106,14170,14229,14291,14365,14436,14502,14576,14645,14716,14789,14860,14928,15001,15077,15147,15225,15293,15359,15420,15489,15553,15619,15687,15753,15816,15884,15955,16020,16093,16156,16237,16301,16367,16437,16507,16577,16647,16714,16771,16829,16888,16948,17007,17066,17125,17184,17243,17302,17361,17420,17479,17538,17598,17659,17721,17782,17843,17904,17965,18026,18087,18148,18209,18270,18331,18399,18468,18538,18607,18676,18745,18814,18883,18952,19021,19090,19159,19228,19288,19349,19411,19472,19533,19594,19655,19716,19777,19838,19899,19960,20021,20083,20146,20210,20273,20336,20399,20462,20525,20588,20651,20714,20777,20840,20901,20963,21026,21088,21150,21212,21274,21336,21398,21460,21522,21584,21646,21703,21790,21870,21960,22055,22147,22239,22329,22412,22505,22592,22689,22780,22881,22968,23071,23160,23259,23351,23451,23535,23629,23717,23815,23899,23999,24085,24181,24269,24350,24441,24537,24630,24723,24814,24899,24993,25082,25180,25273,25375,25463,25567,25658,25758,25851,25952,26037,26132,26221,26320,26405,26506,26593,26690,26756,26832,26901,26980,27053,27121,27199,27275,27346,27427,27500,27583,27658,27743,27816,27897,27978,28052,28136,28206,28286,28364,28436,28518,28588,28666,28744,28822,28893,28974,29039,29105,29158,29234,29300,29387,29463,29539,29604,29659,29713,29792,29870,29943,30008,30071,30137,30208,30279,30349,30411,30480,30546,30606,30673,30740,30796,30847,30900,30952,31006,31077,31140,31199,31261,31320,31393,31460,31530,31590,31653,31728,31800,31896,31967,32023,32094,32151,32208,32274,32338,32409,32466,32519,32582,32634,32692,32759,32828,32894,32953,33036,33095,33152,33219,33289,33363,33425,33494,33564,33618,33671,33725,33784,33830,33887,33954,34010,34075,34149,34233,34306,34371,34433,34489,34563,34646,34735,34799,34878,34952,35014,35110,35175,35234,35290,35346,35406,35513,35560,35620,35681,35745,35806,35866,35924,35967,36016,36068,36119,36171,36220,36269,36334,36400,36460,36521,36577,36636,36711,36768,36852,36909,36984,37059,37110,37178,37228,37290,37350,37407,37467,37516,37584,37690,37792,37861,37932,38032,38103,38213,38302,38358,38459,38569,38675,38752,38864,38991,39103,39230,39300,39414,39545,39642,39710,39828,39931,40049,40110,40184,40251,40356,40478,40552,40619,40729,40828,40901,41018,41086,41192,41294,41374,41445,41541,41608,41682,41756,41842,41930,42009,42087,42188,42259,42324,42436,42542,42610,42723,42836,42954,43032,43104,43240,43376,43461,43601,43677,43815,43953,44095,44177,44239,44335,44402,44519,44640,44737,44819,44906,44993,45124,45255,45390,45501,45615,45717,45813,45917,45984,46056,46166,46272,46345,46436,46538,46641,46736,46843,46948,47070,47192,47318,47377,47435,47559,47683,47811,47929,48047,48169,48250,48307,48368,48427,48487,48545,48606,48664,48714,48763,48830,48889,48948,48997,49072,49143,49212,49275,49343,49409,49477,49542,49608,49685,49763,49869,49975,50071,50200,50289,50416,50482,50551,50617,50715,50811,50907,51005,51114,51209,51298,51360,51420,51485,51542,51623,51677,51734,51831,51941,52028,52118,52170,52262,52355,52457,52513,52572,52621,52713,52762,52816,52870,52924,52978,53032,53087,53197,53307,53417,53527,53637,53747,53857,53967,54073,54179,54285,54391,54486,54581,54676,54771,54877,54983,55089,55195,55290,55385,55480,55575,55683,55791,55899,56007,56104,56201,56298,56395,56503,56611,56719,56827,56925,57021,57117,57215,57280,57368,57426,57490,57551,57613,57673,57735,57803,57861,57924,57987,58054,58129,58202,58268,58320,58373,58425,58482,58566,58661,58746,58827,58907,58984,59063,59140,59214,59288,59359,59439,59511,59586,59651,59712,59772,59847,59921,59998,60071,60141,60213,60283,60356,60420,60490,60538,60607,60659,60744,60827,60885,60951,61018,61084,61165,61240,61296,61349,61410,61468,61518,61567,61616,61665,61727,61779,61824,61905,61956,62010,62063,62117,62168,62217,62283,62334,62395,62456,62518,62568,62609,62686,62745,62804,62863,62924,62980,63036,63103,63164,63229,63284,63349,63418,63486,63564,63633,63693,63764,63838,63903,63975,64045,64112,64196,64265,64332,64402,64465,64532,64600,64683,64762,64852,64929,64997,65064,65142,65199,65256,65324,65390,65446,65506,65565,65619,65669,65719,65767,65829,65880,65953,66033,66113,66177,66244,66315,66373,66434,66500,66559,66626,66686,66746,66809,66877,66938,67005,67083,67153,67202,67259,67328,67389,67477,67565,67653,67741,67828,67915,68002,68089,68147,68221,68291,68347,68418,68483,68545,68620,68693,68783,68849,68915,68976,69040,69102,69160,69231,69314,69373,69444,69510,69575,69636,69695,69766,69832,69897,69980,70056,70131,70212,70272,70341,70411,70480,70535,70591,70647,70708,70766,70822,70877,70939,70996,71090,71159,71260,71311,71381,71444,71500,71558,71612,71698,71782,71852,71921,71991,72106,72227,72294,72361,72436,72503,72562,72616,72670,72724,72777,72829,72903,73040,73180,73229,73279,73329,73377,73433,73491,73553,73608,73666,73737,73801,73860,73922,73988,74054,74097,74141,74186,74229,74280,74327,74372,74423,74474,74525,74576,74624,74690,74752,74815,74887,74944,74999,75057,75112,75171,75227,75296,75365,75434,75504,75567,75630,75693,75756,75821,75886,75951,76016,76079,76143,76207,76271,76337,76403,76471,76539,76605,76672,76746,76809,76866,76926,76991,77058,77123,77180,77241,77299,77403,77514,77623,77727,77805,77870,77937,78003,78073,78120,78172,78222,78279,78599,78749,78880,79064,79242,79480,79669,79838,79936,80051,80136,80215,80375,80440,80529,80686,80843,80996,81150,81209,81375,81500,81625,81795,81905,82026,82147,82257,82369,82492,82615,82697,82870,83038,83186,83345,83500,83673,83790,83907,84075,84187,84301,84473,84649,84807,84940,85052,85198,85350,85482,85625,85747,85925,86061,86157,86293,86388,86555,86648,86740,86927,87083,87261,87425,87607,87924,88106,88288,88478,88710,88900,89077,89239,89396,89506,89689,89826,90046,90230,90414,90574,90732,90916,91143,91346,91517,91737,91959,92114,92314,92498,92601,92791,92932,93097,93268,93468,93672,93874,94039,94244,94443,94642,94839,94930,95079,95229,95313,95462,95607,95759,95900,96066,96227,96305,96606,96772,96927,97029,97187,97351,97537,97760,97885,98162,98434,98700,98985,99436,99892,100401,100549,101063,101500,101934,102377,102462,102583,102682,102799,102886,103009,103110,103229,103322,103429,103772,103879,104124,104245,104654,104902,105002,105107,105226,105735,105882,106001,106252,106385,106800,107054,107166,107413,107538,107855,107976,108204,108325,108458,108605,127266,127693,146103,146527,165226,165655,184103,184529,189370,194787,198878,204309,209051,214428,218412,222404,227795,228277,228710,229466,229696,229939,231072,232001,232905,233369,233762,234842,235586,236779,237763,238241,238534,238917,240432,241197,242340,242781,243222,243698,243972,244369,245300,245478,246231,246368,246459,248653,248919,249241,249451,249560,249679,249863,250835,251305,252056,254533,254628,254927,255155,255383,255642,256218,256572,256694,256833,257107,257367,258237,258523,258926,259328,259671,259883,260084,260297,260586,260871,260944,261031,261116,261215,261338,261461,261592,261709,261829,261961,262075,262193,262306,262427,262615,262802,262983,263166,263350,263531,263713,263833,263953,264061,264171,264283,264391,264501,264666,264832,264959,265124,265225,265345,265506,265669,265830,265997,266116,266233,266413,266595,266776,266959,267114,267246,267368,267503,267666,267859,267985,268137,268279,268449,268605,268777,269068,269263,269355,269528,269690,269785,269954,270048,270137,270380,270469,270762,271225,271692,272160,272633,273097,273560,274024,274489,274950,275418,275889,276359,276817,277286,277756,277946,278125,278231,278339,278445,278557,278671,278783,278897,279013,279127,279235,279345,279453,279649,280028,280432,280579,280687,280797,280905,281019,281428,281842,281958,282376,282617,283047,283482,283892,284314,284724,284846,285255,285671,285793,286011,286195,286263,286607,286687,287043,287193,287337,287413,287525,287615,287877,288142,288241,288393,288501,288577,288689,288779,288881,288989,289097,289197,289305,289390,289494,289581,289659,289773,289865,290129,290396,290497,290650,290760,290844,291233,291331,291439,291533,291663,291771,291893,292029,292137,292257,292391,292513,292641,292783,292909,293049,293175,293293,293425,293523,293633,293933,294045,294163,294627,294743,295046,295172,295268,295669,295779,295903,296041,296151,296273,296585,296709,296839,297315,297443,297758,297896,298058,298274,298430,298634,298702,298786,298890,299093,299282,299483,299676,299881,300194,300406,300522,300768,300984,301188,301379,301597,301834,301986,302246,302388,302549,305132,305246,305366,305482,305576,305897,305996,306114,306215,306494,306779,307058,307340,307593,307852,308105,308361,308785,308861,311455,312810,313254,315108,315683,315891,316901,317281,317422,319923,320349,320461,320596,320793,320964,321147,321322,321509,321731,321889,321973,322077,322564,323120,323278,323497,323728,323951,324186,324408,324674,324812,325411,325525,325663,325775,325899,326470,326965,327511,327656,327749,327841,329768,330338,330636,330825,331031,331224,331434,332318,332463,332855,333013,333230,333491,333923,334798,335418,335615,336563,337328,337451,338224,338445,338645,340622,340722,340812,341183,341853,342535,343215,343907,344476,346089,346410,347473,347643,348168,349063,349697,349863,351349,351965,352201,352422,353380,353645,353910,354122,354536,354772,356057,356506,356693,356942,357184,357360,357601,357834,358059,358401,358614,358709,358970,360321,360796,362022,362492,363540,363992,364236,364693,365938,366421,366571,366915,367061,367199,367335,367623,367924,368226,368342,369171,369293,369405,369554,369820,370090,370356,370624,370880,371140,371396,371654,371906,372162,372414,372668,372900,373136,373388,373644,373896,374150,374382,374616,374728,375153,375277,376214,376812,377008,377245,377513,377806,378023,378237,378536,378728,378940,379120,379412,379676,380013,380232,380645,380882,381174,381779,382017,382286,382426,382680,382824,383014,383822,384162,384910,385134,385431,386210,386547,386947,388256,388841,390914,391108,391326,391552,391764,391963,392170,393293,393530,394005,394395,394859,395198,395535,396295,396559,396902,397093,397440,397528,397636,397744,398057,398382,398701,399032,401599,401787,402048,402297,404738,404930,405195,405448,405964,406314,406483,406997,407232,407356,407768,407982,408384,408487,408617,408792,409044,409240,409380,409574,410072,411141,411429,411559,412336,412993,413139,413845,414083,415623,415773,416190,416355,417041,417511,417707,417798,417882,418026,418260,418427,419355,419641,419801,420416,420575,420903,421130,421642,422004,422083,422422,422527,422892,423263,423624,425498,426127,427203,427627,427880,428032,429022,429759,429962,430208,430455,430673,430915,431236,431500,431805,432028,432339,432528,433243,433512,434006,434232,434672,434831,435115,435860,436225,436530,436688,436926,438245,438643,438871,439091,439233,440523,440629,440759,440897,441021,441309,441478,441578,441863,441977,442860,443615,444054,444178,444424,444617,444751,444942,445721,445939,446230,446509,446826,447048,447343,447626,447730,448013,448829,449145,449706,450212,450417,451203,451608,452269,452458,453009,453575,453695,454097,454631,455161,455460,457805,458899,460493,462500,462752,465185,467480,467920,468672,468856,469067,473725,474308,475036,475238,476373,476523,476698,476923,477450,478702,479009,479517,479966,481760,482020,482602,483097,484134,486000,486191,486524,486680,486873,489208,489437,489645,489781,491553,491851,493063,493931,495819,495935,496104,496241,496387,497033,498737,499268,499694,501305,501553,502323,502439,502614,505829,505976,516740,516983,517354,517449,517542,517626,517713,517811,517902,517993,518081,518165,518261,518365,518439,518524,518623,518727,518823,518925,519028,519128,519218,519303,519404,519502,519592,519687,519774,519880,519982,520076,520167,520248,520324,520416,520505,520625,520736,520819,520905,521000,521094,521200,521298,521395,521490,521588,521688,521791,521886,521979,522073,522165,522267,522365,522468,522553,522651,522773,522871,522984,523078,523167,523256,523339,523430,523515,523623,523724,523825,523923,524029,524120,524219,524316,524414,524510,524603,524713,524811,524906,525016,525108,525208,525307,525394,525498,525603,525710,525817,525916,526025,526117,526214,526325,526436,526547,526651,526766,526882,527009,527129,527209,527317,527407,527508,527591,527682,527767,527859,527962,528057,528153,528246,528327,528436,528515,528622,528713,528812,528905,529008,529112,529213,529314,529418,529512,529616,529720,529833,529939,530045,530153,530270,530359,530467,530567,530646,530736,530820,530912,530985,531073,531155,531240,531339,531436,531527,531618,531710,531805,531903,532002,532104,532201,532298,532391,532478,532562,532659,532756,532849,532936,533027,533126,533225,533320,533409,533490,533589,533684,533781,533877,533974,534058,534157,534252,534349,534445,534542,534631,534732,534829,534928,535026,535125,535215,535306,535395,535484,535566,535659,535750,535823,535890,535963,536030,536106,536183,536235,536308,536381,536447,536514,536582,536648,536715"
+ },
+ "to": {
+ "startLines": "10,16,27,30,31,32,33,34,37,38,39,40,41,43,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,98,99,121,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,207,209,210,212,213,214,215,216,217,218,219,369,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,447,448,449,475,487,488,489,490,491,492,493,494,495,496,497,498,502,503,504,505,507,508,509,510,511,512,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,553,554,565,575,576,606,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,1732,1736,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2357,2358,2407,2408,2409,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2428,2431,2432,2433,2452,2453,2454,2455,2456,2457,2458,2468,2477,2478,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2535,2571,2573,2574,2575,2576,2577,2578,2581,2582,2583,2584,2591,2594,2595,2596,2597,2602,2606,2607,2610,2611,2612,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2655,2658,2661,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2713,2714,2715,2716,2717,2724,2727,2728,2729,2730,2738,2742,2746,2750,2793,2801,2808,2978,2981,2991,3000,3009,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3093,3094,3098,3099,3105,3109,3110,3111,3112,3122,3123,3124,3128,3129,3135,3139,3209,3212,3213,3217,3218,3221,3222,3223,3224,3465,3471,3709,3715,3956,3962,4200,4206,4269,4351,4403,4485,4547,4629,4693,4745,4827,4834,4840,4851,4855,4859,4872,5647,5663,5670,5676,5690,5703,5723,5740,5749,5754,5761,5781,5794,5811,5817,5823,5830,5834,5840,5853,5856,5866,5867,5868,5916,5920,5924,5928,5929,5930,5933,5947,5954,5968,6010,6042,6047,6051,6055,6060,6067,6073,6074,6077,6081,6086,6098,6102,6107,6112,6117,6120,6123,6126,6130,6273,6274,6275,6276,6353,6354,6355,6356,6357,6358,6359,6360,6361,6362,6363,6367,6371,6375,6379,6383,6387,6391,6392,6393,6394,6395,6396,6397,6398,6402,6406,6407,6411,6412,6415,6418,6421,6424,6428,6431,6434,6438,6442,6446,6450,6453,6456,6457,6458,6461,6465,6468,6471,6474,6477,6480,6483,6560,6563,6564,6567,6570,6571,6574,6575,6576,6580,6581,6586,6594,6602,6610,6618,6626,6634,6642,6650,6658,6667,6676,6685,6693,6702,6711,6714,6717,6718,6719,6720,6721,6722,6723,6724,6725,6726,6727,6728,6729,6732,6737,6742,6745,6746,6747,6748,6749,6757,6765,6766,6774,6778,6786,6794,6802,6810,6818,6819,6827,6835,6836,6839,6878,6880,6885,6887,6892,6896,6900,6901,6902,6903,6907,6911,6912,6916,6917,6918,6919,6920,6921,6922,6923,6924,6925,6926,6927,6928,6929,6930,6931,6935,6939,6940,6944,6945,6946,6951,6952,6953,6954,6955,6956,6957,6958,6959,6960,6961,6962,6963,6964,6965,6966,6967,6968,6969,6970,6971,6975,6976,6977,6983,6984,6988,6990,6991,6996,6997,6998,6999,7000,7001,7005,7006,7007,7013,7014,7018,7020,7024,7028,7032,7061,7062,7063,7064,7067,7070,7073,7076,7079,7084,7088,7089,7094,7098,7102,7106,7110,7115,7119,7124,7128,7132,7166,7167,7168,7169,7170,7174,7175,7176,7177,7181,7185,7189,7193,7197,7201,7205,7209,7215,7216,7250,7264,7269,7295,7302,7305,7316,7321,7324,7356,7362,7363,7366,7369,7372,7375,7378,7381,7385,7388,7389,7390,7398,7406,7409,7414,7419,7424,7429,7433,7437,7438,7446,7447,7448,7449,7450,7458,7463,7468,7469,7470,7471,7496,7502,7507,7510,7514,7517,7521,7531,7534,7539,7542,7546,7647,7655,7669,7682,7686,7701,7712,7715,7726,7731,7735,7770,7771,7772,7779,7786,7793,7800,7807,7818,7845,7850,7870,7873,7880,7893,7902,7905,7925,7935,7939,7943,7956,7960,7964,7968,7974,7978,7995,8003,8007,8011,8015,8018,8022,8026,8030,8037,8041,8042,8046,8072,8082,8107,8116,8136,8146,8150,8160,8185,8195,8198,8202,8203,8204,8205,8209,8213,8217,8218,8230,8231,8232,8235,8238,8241,8244,8247,8250,8253,8256,8259,8262,8265,8268,8271,8274,8277,8280,8283,8286,8289,8292,8295,8296,8301,8302,8314,8322,8326,8331,8336,8340,8343,8347,8351,8354,8357,8360,8364,8369,8374,8377,8384,8388,8392,8400,8405,8410,8411,8415,8418,8421,8433,8438,8448,8451,8455,8469,8473,8478,8494,8501,8527,8530,8533,8536,8539,8542,8545,8563,8568,8575,8582,8591,8598,8603,8614,8618,8625,8628,8633,8634,8635,8636,8640,8644,8648,8652,8685,8688,8692,8696,8727,8730,8734,8738,8747,8753,8756,8765,8769,8770,8777,8781,8788,8789,8790,8793,8798,8803,8804,8808,8816,8835,8839,8840,8852,8862,8863,8875,8880,8904,8907,8913,8916,8925,8933,8937,8940,8943,8946,8950,8953,8970,8974,8977,8992,8995,9003,9008,9015,9020,9021,9026,9027,9033,9039,9045,9077,9088,9105,9112,9116,9119,9131,9140,9144,9149,9153,9157,9161,9165,9169,9173,9177,9182,9185,9197,9202,9211,9214,9221,9222,9226,9235,9241,9245,9246,9250,9271,9277,9281,9285,9286,9304,9305,9306,9307,9308,9313,9316,9317,9323,9324,9336,9348,9355,9356,9361,9366,9367,9371,9385,9390,9396,9402,9408,9413,9419,9425,9426,9431,9446,9451,9460,9469,9472,9486,9491,9502,9506,9515,9524,9525,9532,9704,9721,9731,10273,10304,10350,10407,10415,10557,10666,10692,10713,10719,10727,10833,11607,11630,11636,11680,11684,11744,11814,12068,12132,12138,12146,12159,12215,12226,12238,12250,12288,12335,12341,12353,12359,12365,12415,12420,12425,12431,12729,12741,12783,12806,12943,12948,12981,12984,12988,13015,13053,13071,13089,13142,13150,13279,13283,13291,13420,13424,13698,13761,13918,13919,13920,13921,13922,13923,13924,13925,13926,13927,13928,13929,13930,13931,13932,13933,13934,13935,13936,13937,13938,13939,13940,13941,13942,13943,13944,13945,13946,13947,13948,13949,13950,13951,13952,13953,13954,13955,13956,13957,13958,13959,13960,13961,13962,13963,13964,13965,13966,13967,13968,13969,13970,13971,13972,13973,13974,13975,13976,13977,13978,13979,13980,13981,13982,13983,13984,13985,13986,13987,13988,13989,13990,13991,13992,13993,13994,13995,13996,13997,13998,13999,14000,14001,14002,14003,14004,14005,14006,14007,14008,14009,14010,14011,14012,14013,14014,14015,14016,14017,14018,14019,14020,14021,14022,14023,14024,14025,14026,14027,14028,14029,14030,14031,14032,14033,14034,14035,14036,14037,14038,14039,14040,14041,14042,14043,14044,14045,14046,14047,14048,14049,14050,14051,14052,14053,14054,14055,14056,14057,14058,14059,14060,14061,14062,14063,14064,14065,14066,14067,14068,14069,14070,14071,14072,14073,14074,14075,14076,14077,14078,14079,14080,14081,14082,14083,14084,14085,14086,14087,14088,14089,14090,14091,14092,14093,14094,14095,14096,14097,14098,14099,14100,14101,14102,14103,14104,14105,14106,14107,14108,14109,14110,14111,14112,14113,14114,14115,14116,14117,14118,14119,14120,14121,14122",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "490,732,1185,1343,1399,1459,1520,1585,1740,1790,1840,1893,1951,2050,2420,2468,2539,2611,2683,2756,2823,2872,2926,2963,3014,3074,3121,3177,3226,3284,3340,3391,3451,3500,3556,3612,3662,3721,3768,3822,3878,3932,3986,4040,4089,4147,4203,4250,4304,4358,4406,5031,5085,6016,6127,6189,6245,6305,6358,6419,6498,6579,6651,6730,6810,6886,6964,7033,7109,7186,7257,7330,7406,7484,7553,7629,7706,7770,7841,10354,10450,10503,10607,10674,10727,10779,10829,10887,10952,11000,17941,18071,18137,18195,18264,18322,18391,18461,18534,18608,18676,18743,18813,18879,18952,19012,19088,19148,19208,19283,19351,19417,19485,19545,19604,19661,19727,19789,19846,19914,19987,20057,20119,20180,20248,20310,20366,20425,20487,20549,20616,20673,20734,20795,20856,20917,20973,21029,21085,21141,21199,21257,21315,21373,21430,21487,21544,21601,21660,21719,21777,21860,21943,22016,22070,22139,22195,22276,22357,22428,22763,22816,22874,23961,24520,24566,24626,24680,24750,24820,24885,24951,25016,25084,25153,25221,25351,25404,25463,25521,25619,25669,25721,25767,25817,25873,25967,26025,26083,26145,26208,26270,26329,26389,26454,26520,26585,26647,26709,26771,26833,26895,26957,27023,27090,27156,27219,27283,27346,27414,27475,27537,27599,27662,27726,27789,27853,27931,27990,28056,28136,28197,28401,28459,28892,29343,29407,30599,32573,32647,32718,32784,32858,32927,32998,33071,33142,33210,33283,33359,33429,33507,33575,33641,33702,33771,33835,33901,33969,34035,34098,34166,34237,34302,34375,34438,34519,34583,34649,34719,34789,34859,34929,35718,35775,35833,35892,35952,36011,36070,36129,36188,36247,36306,36365,36424,36483,36542,36602,36663,36725,36786,36847,36908,36969,37030,37091,37152,37213,37274,37335,37403,37472,37542,37611,37680,37749,37818,37887,37956,38025,38094,38163,38232,38292,38353,38415,38476,38537,38598,38659,38720,38781,38842,38903,38964,39025,39087,39150,39214,39277,39340,39403,39466,39529,39592,39655,39718,39781,39844,39905,39967,40030,40092,40154,40216,40278,40340,40402,40464,40526,40588,40650,40707,40794,40874,40964,41059,41151,41243,41333,41416,41509,41596,41693,41784,41885,41972,42075,42164,42263,42355,42455,42539,42633,42721,42819,42903,43003,43089,43185,43273,43354,43445,43541,43634,43727,43818,43903,43997,44086,44184,44277,44379,44467,44571,44662,44762,44855,44956,45041,45136,45225,45324,45409,45510,45597,46366,46432,46508,46577,46656,46729,46797,46875,46951,47022,47103,47176,47259,47334,47419,47492,47573,47654,47728,47812,47882,47962,48040,48112,48194,48264,48342,48420,48498,48569,48650,48715,48781,48834,48910,48976,49063,49139,88945,89180,89775,89829,89908,89986,90059,90124,90187,90253,90324,90395,90465,90527,90596,90662,90722,90789,90856,90912,90963,91016,91068,91122,91193,91256,91315,91377,91436,91509,91576,91646,91706,91769,91844,91916,92012,92083,92139,92210,92267,92324,92390,92454,92525,92582,92635,92698,92750,92808,94045,94114,94180,94239,94322,94381,94438,94505,94575,94649,94711,94780,94850,94904,94957,95011,95070,95116,95173,95240,95296,95361,95435,95519,95592,95657,95719,95775,95849,95932,96021,96085,96164,96238,96300,96396,96461,96520,96576,96632,96692,96799,96846,96906,96967,97031,97092,97152,97210,97253,97302,97354,97405,97457,97506,97555,97620,97686,97746,97807,97863,97922,97997,98054,98138,98195,98270,98345,98396,98464,98514,98576,98636,98693,98753,98802,98870,98976,99078,99147,99218,99318,99389,99499,99588,99644,99745,99855,99961,100038,100150,100277,100389,100516,100586,100700,100831,100928,100996,101114,101217,101335,101396,101470,101537,101642,101764,101838,101905,102015,102114,102187,102304,102372,102478,102580,102660,102731,102827,102894,102968,103042,103128,103216,103295,103373,103474,103545,103610,103722,103828,103896,104009,104122,104240,104318,104390,104526,104662,104747,104887,104963,105101,105239,105381,105463,105525,105621,105688,105805,105926,106023,106105,106192,106279,106410,106541,106676,106787,106901,107003,107099,107203,107270,107342,107452,107558,107631,107722,107824,107927,108022,108129,108234,108356,108478,108604,108663,108721,108845,108969,109097,109215,109333,109455,109536,109593,109654,109713,109773,109831,109892,109950,110000,110049,110116,110175,110234,110283,110358,110429,110498,110561,110629,110695,110763,110828,110894,110971,111049,111155,111261,111357,111486,111575,111702,111768,111837,111903,112001,112097,112193,112291,112400,112495,112584,112646,112706,112771,112828,112909,112963,113020,113117,113227,113314,113404,113456,113548,113641,113743,113799,113858,113907,113999,114048,114102,114156,114210,114264,114318,114373,114483,114593,114703,114813,114923,115033,115143,115253,115359,115465,115571,115677,115772,115867,115962,116057,116163,116269,116375,116481,116576,116671,116766,116861,116969,117077,117185,117293,117390,117487,117584,117681,117789,117897,118005,118113,118211,118307,118403,118501,118566,118654,118712,118776,118837,118899,118959,119021,119089,119147,119210,119273,119340,119415,119488,119554,119606,119659,119711,119768,119852,119947,120032,120113,120193,120270,120349,120426,120500,120574,120645,120725,120797,120872,120937,120998,121058,121133,121207,121284,121357,121427,121499,121569,121642,121706,121776,121824,121893,121945,122030,122113,122171,122237,122304,122370,122451,122526,122582,122635,122696,122754,122804,122853,122902,122951,123013,123065,123110,123191,123242,123296,123349,123403,123454,123503,123569,123620,123681,123742,123804,123854,123895,123972,124031,124090,124149,124210,124266,124322,124389,124450,124515,124570,124635,124704,124772,124850,124919,124979,125050,125124,125189,125261,125331,125398,125482,125551,125618,125688,125751,125818,125886,125969,126048,126138,126215,126283,126350,126428,126485,126542,126610,126676,126732,126792,126851,126905,126955,127005,127053,127115,127166,127239,127319,127399,127463,127530,127601,127659,127720,127786,127845,127912,127972,128032,128095,128163,128224,128291,128369,128439,128488,128545,128614,128675,128763,128851,128939,129027,129114,129201,129288,129375,129433,129507,129577,129633,129704,129769,129831,129906,129979,130069,130135,130201,130262,130326,130388,130446,130517,130600,130659,130730,130796,130861,130922,130981,131052,131118,131183,131266,131342,131417,131498,131558,131627,131697,131766,131821,131877,131933,131994,132052,132108,132163,132225,132282,132376,132445,132546,132597,132667,132730,132786,132844,132898,132984,133068,133138,133207,133277,133392,133513,133580,133647,133722,133789,133848,133902,133956,134010,134063,134115,135620,135757,138627,138676,138726,138817,138865,138921,138979,139041,139096,139154,139225,139289,139348,139410,139476,139781,139926,139970,140015,141034,141085,141132,141177,141228,141279,141330,141802,142292,142358,142537,142600,142672,142729,142784,142842,142897,142956,143012,143081,143150,143219,143289,143352,143415,143478,143541,143606,143671,143736,143801,143864,143928,143992,144056,144122,144188,144256,144324,144390,144457,144531,144594,144651,144711,144776,144843,144908,144965,145026,145084,145188,145299,145408,145512,145590,145655,145722,145788,145858,145905,145957,146007,146134,148616,148822,148953,149137,149315,149553,149742,150005,150103,150218,150303,150786,150946,151011,151100,151257,151637,152022,152176,152336,152502,152627,152752,152922,153032,153153,153274,153384,153496,153619,153742,153824,153997,154165,154313,154472,154627,154800,154917,155034,155202,155314,155428,155600,155776,155934,156067,156179,156325,156477,156609,156752,156874,157052,157188,157284,157420,157515,157682,157775,157867,158054,158210,158388,158552,158734,159051,159233,159415,159605,159837,160027,160204,160366,160523,160633,160816,160953,161173,161357,161541,161701,161859,162043,162270,162473,162644,162864,163086,163241,163441,163625,163728,163918,164059,164224,164395,164595,164799,165001,165166,165371,165570,165769,165966,166057,166206,166356,166440,166589,166734,166886,167027,167193,167463,167541,167842,168008,168163,168632,168790,168954,169140,169363,170037,170314,170586,170852,173680,174131,174587,185724,185872,186386,186823,187257,191597,191682,191803,191902,192019,192106,192229,192330,192449,192542,192649,192992,193099,193344,193465,193874,194122,194222,194327,194446,194955,195102,195221,195472,195605,196020,196274,201489,201736,201861,202178,202299,202527,202648,202781,202928,221589,222016,240426,240850,259549,259978,278426,278852,283693,289110,293201,298632,303374,308751,312735,316727,322118,322600,323033,323789,324019,324262,325395,373565,374469,374933,375326,376406,377150,378343,379327,379805,380098,380481,381996,382761,383904,384345,384786,385262,385536,385933,386864,387042,387795,387932,388023,390217,390483,390805,391015,391124,391243,391427,392399,392869,393620,396097,397348,397647,397875,398103,398362,398938,399292,399414,399553,399827,400087,400957,401243,401646,402048,402391,402603,402804,403017,403306,414193,414266,414353,414438,419107,419230,419353,419484,419601,419721,419853,419967,420085,420198,420319,420507,420694,420875,421058,421242,421423,421605,421725,421845,421953,422063,422175,422283,422393,422558,422724,422851,423016,423117,423237,423398,423561,423722,423889,424008,424125,424305,424487,424668,424851,425006,425138,425260,425395,425558,425751,425877,426029,426171,426341,426497,426669,433634,433829,433921,434094,434256,434351,434520,434614,434703,434946,435035,435328,435791,436258,436726,437199,437663,438126,438590,439055,439516,439984,440455,440925,441383,441852,442322,442512,442691,442797,442905,443011,443123,443237,443349,443463,443579,443693,443801,443911,444019,444215,444594,444998,445145,445253,445363,445471,445585,445994,446408,446524,446942,447183,447613,448048,448458,448880,449290,449412,449821,450237,450359,450577,453397,453465,453809,453889,454245,454395,454539,454615,454727,454817,455079,455344,455443,455595,455703,455779,455891,455981,456083,456191,456299,456399,456507,456592,456696,456783,456861,456975,457067,457331,457598,457699,457852,457962,458046,458435,458533,458641,458735,458865,458973,459095,459231,459339,459459,459593,459715,459843,459985,460111,460251,460377,460495,460627,460725,460835,461135,461247,461365,461829,461945,462248,462374,462470,462871,462981,463105,463243,463353,463475,463787,463911,464041,464517,464645,464960,465098,465260,465476,465632,467400,467468,467552,467656,467859,468048,468249,468442,468647,468960,469172,469288,469534,469750,469954,470145,470363,470600,470752,471012,471154,471315,473898,474012,474132,474248,474342,474663,474762,474880,474981,475260,475545,475824,476106,476359,476618,476871,477127,477551,477627,480221,481576,482020,483874,484449,484657,485667,486047,486188,488689,489115,489227,489362,489559,489730,489913,490088,490275,490497,490655,490739,490843,491330,491886,492044,492263,492494,492717,492952,493174,493440,493578,494177,494291,494429,494541,494665,495236,495731,496277,496422,496515,496607,498534,499104,499402,499591,499797,499990,500200,501084,501229,501621,501779,501996,510052,510484,511359,511979,512176,513124,513889,514012,514785,515006,515206,517183,517283,517373,517744,518414,519096,519776,520468,521037,522650,522971,524034,524204,524729,525624,526258,526424,527910,528526,528762,528983,529941,530206,530471,530683,531097,531333,532618,533067,533254,533503,533745,533921,534162,534395,534620,534962,535175,535270,535531,536882,537357,538583,539053,540101,540553,540797,541254,542499,542982,543132,543476,543622,543760,543896,544184,544485,544787,544903,545732,545854,545966,546115,546381,546651,546917,547185,547441,547701,547957,548215,548467,548723,548975,549229,549461,549697,549949,550205,550457,550711,550943,551177,551289,551714,551838,552775,553373,553569,553806,554074,554367,554584,554798,555097,555289,555501,555681,555973,556237,556574,556793,557206,557443,557735,558340,558578,558847,558987,559241,559385,559575,560383,560723,561471,561695,561992,562771,563108,563508,564817,565402,567475,567669,567887,568113,568325,568524,568731,569854,570091,570566,570956,571420,571759,572096,572856,573120,573463,573654,574001,574089,574197,574305,574618,574943,575262,575593,578160,578348,578609,578858,581299,581491,581756,582009,582525,582875,583044,583558,583793,583917,584329,584543,584945,585048,585178,585353,585605,585801,585941,586135,586633,587702,587990,588120,588897,589554,589700,590406,590644,592184,592334,592751,592916,593602,594072,594268,594359,594443,594587,594821,594988,595916,596202,596362,596977,597136,597464,597691,598203,598565,598644,598983,599088,599453,599824,600185,602059,602688,603764,604188,604441,604593,605583,606320,606523,606769,607016,607234,607476,607797,608061,608366,608589,608900,609089,609804,610073,610567,610793,611233,611392,611676,612421,612786,613091,613249,613487,614806,615204,615432,615652,615794,617084,617190,617320,617458,617582,617870,618039,618139,618424,618538,619421,620176,620615,620739,620985,621178,621312,621503,622282,622500,622791,623070,623387,623609,623904,624187,624291,624574,625390,625706,626267,626773,626978,627764,628169,628830,629019,629570,630136,630256,630658,636934,637464,637763,656175,657269,658863,660870,661122,667124,669419,670170,670922,671106,671317,675975,708004,708732,708934,710069,710219,712806,714950,724865,727582,727889,728397,728846,730640,730900,731482,731977,733014,734880,735071,735404,735560,735753,738088,738317,738525,738661,750063,750361,751573,752441,757436,757552,758776,758913,759059,760887,762025,762556,762982,764593,764841,769757,769873,770048,774654,774801,785565,787939,793634,793729,793822,793906,793993,794091,794182,794273,794361,794445,794541,794645,794719,794804,794903,795007,795103,795205,795308,795408,795498,795583,795684,795782,795872,795967,796054,796160,796262,796356,796447,796528,796604,796696,796785,796905,797016,797099,797185,797280,797374,797480,797578,797675,797770,797868,797968,798071,798166,798259,798353,798445,798547,798645,798748,798833,798931,799053,799151,799264,799358,799447,799536,799619,799710,799795,799903,800004,800105,800203,800309,800400,800499,800596,800694,800790,800883,800993,801091,801186,801296,801388,801488,801587,801674,801778,801883,801990,802097,802196,802305,802397,802494,802605,802716,802827,802931,803046,803162,803289,803409,803489,803597,803687,803788,803871,803962,804047,804139,804242,804337,804433,804526,804607,804716,804795,804902,804993,805092,805185,805288,805392,805493,805594,805698,805792,805896,806000,806113,806219,806325,806433,806550,806639,806747,806847,806926,807016,807100,807192,807265,807353,807435,807520,807619,807716,807807,807898,807990,808085,808183,808282,808384,808481,808578,808671,808758,808842,808939,809036,809129,809216,809307,809406,809505,809600,809689,809770,809869,809964,810061,810157,810254,810338,810437,810532,810629,810725,810822,810911,811012,811109,811208,811306,811405,811495,811586,811675,811764,811846,811939,812030,812103,812170,812243,812310,812386,812463,812515,812588,812661,812727,812794,812862,812928",
+ "endLines": "10,16,27,30,31,32,33,34,37,38,39,40,41,43,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,98,99,121,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,207,209,210,212,213,214,215,216,217,218,219,369,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,442,447,448,449,475,487,488,489,490,491,492,493,494,495,496,497,501,502,503,504,505,507,508,509,510,511,512,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,553,554,565,575,576,606,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,1732,1736,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2357,2358,2407,2408,2409,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2428,2431,2432,2433,2452,2453,2454,2455,2456,2457,2458,2468,2477,2478,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2538,2571,2573,2574,2575,2576,2577,2578,2581,2582,2583,2584,2593,2594,2595,2596,2597,2602,2606,2607,2610,2611,2612,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2654,2657,2660,2661,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2713,2714,2715,2716,2717,2726,2727,2728,2729,2730,2741,2745,2749,2753,2800,2807,2815,2980,2990,2999,3008,3017,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3092,3093,3097,3098,3104,3108,3109,3110,3111,3121,3122,3123,3127,3128,3134,3138,3139,3211,3212,3216,3217,3220,3221,3222,3223,3464,3470,3708,3714,3955,3961,4199,4205,4268,4350,4402,4484,4546,4628,4692,4744,4826,4833,4839,4850,4854,4858,4871,4886,5662,5669,5675,5689,5702,5722,5739,5748,5753,5760,5780,5793,5810,5816,5822,5829,5833,5839,5852,5855,5865,5866,5867,5915,5919,5923,5927,5928,5929,5932,5946,5953,5967,6009,6010,6046,6050,6054,6059,6066,6072,6073,6076,6080,6085,6097,6101,6106,6111,6116,6119,6122,6125,6129,6133,6273,6274,6275,6276,6353,6354,6355,6356,6357,6358,6359,6360,6361,6362,6366,6370,6374,6378,6382,6386,6390,6391,6392,6393,6394,6395,6396,6397,6401,6405,6406,6410,6411,6414,6417,6420,6423,6427,6430,6433,6437,6441,6445,6449,6452,6455,6456,6457,6460,6464,6467,6470,6473,6476,6479,6482,6486,6562,6563,6566,6569,6570,6573,6574,6575,6579,6580,6585,6593,6601,6609,6617,6625,6633,6641,6649,6657,6666,6675,6684,6692,6701,6710,6713,6716,6717,6718,6719,6720,6721,6722,6723,6724,6725,6726,6727,6728,6731,6736,6741,6744,6745,6746,6747,6748,6756,6764,6765,6773,6777,6785,6793,6801,6809,6817,6818,6826,6834,6835,6838,6841,6879,6884,6886,6891,6895,6899,6900,6901,6902,6906,6910,6911,6915,6916,6917,6918,6919,6920,6921,6922,6923,6924,6925,6926,6927,6928,6929,6930,6934,6938,6939,6943,6944,6945,6950,6951,6952,6953,6954,6955,6956,6957,6958,6959,6960,6961,6962,6963,6964,6965,6966,6967,6968,6969,6970,6974,6975,6976,6982,6983,6987,6989,6990,6995,6996,6997,6998,6999,7000,7004,7005,7006,7012,7013,7017,7019,7023,7027,7031,7035,7061,7062,7063,7066,7069,7072,7075,7078,7083,7087,7088,7093,7097,7101,7105,7109,7114,7118,7123,7127,7131,7165,7166,7167,7168,7169,7173,7174,7175,7176,7180,7184,7188,7192,7196,7200,7204,7208,7214,7215,7249,7263,7268,7294,7301,7304,7315,7320,7323,7355,7361,7362,7365,7368,7371,7374,7377,7380,7384,7387,7388,7389,7397,7405,7408,7413,7418,7423,7428,7432,7436,7437,7445,7446,7447,7448,7449,7457,7462,7467,7468,7469,7470,7495,7501,7506,7509,7513,7516,7520,7530,7533,7538,7541,7545,7549,7654,7668,7681,7685,7700,7711,7714,7725,7730,7734,7769,7770,7771,7778,7785,7792,7799,7806,7817,7844,7849,7869,7872,7879,7892,7901,7904,7924,7934,7938,7942,7955,7959,7963,7967,7973,7977,7994,8002,8006,8010,8014,8017,8021,8025,8029,8036,8040,8041,8045,8071,8081,8106,8115,8135,8145,8149,8159,8184,8194,8197,8201,8202,8203,8204,8208,8212,8216,8217,8229,8230,8231,8234,8237,8240,8243,8246,8249,8252,8255,8258,8261,8264,8267,8270,8273,8276,8279,8282,8285,8288,8291,8294,8295,8300,8301,8313,8321,8325,8330,8335,8339,8342,8346,8350,8353,8356,8359,8363,8368,8373,8376,8383,8387,8391,8399,8404,8409,8410,8414,8417,8420,8432,8437,8447,8450,8454,8468,8472,8477,8493,8500,8526,8529,8532,8535,8538,8541,8544,8562,8567,8574,8581,8590,8597,8602,8613,8617,8624,8627,8632,8633,8634,8635,8639,8643,8647,8651,8684,8687,8691,8695,8726,8729,8733,8737,8746,8752,8755,8764,8768,8769,8776,8780,8787,8788,8789,8792,8797,8802,8803,8807,8815,8834,8838,8839,8851,8861,8862,8874,8879,8903,8906,8912,8915,8924,8932,8936,8939,8942,8945,8949,8952,8969,8973,8976,8991,8994,9002,9007,9014,9019,9020,9025,9026,9032,9038,9044,9076,9087,9104,9111,9115,9118,9130,9139,9143,9148,9152,9156,9160,9164,9168,9172,9176,9181,9184,9196,9201,9210,9213,9220,9221,9225,9234,9240,9244,9245,9249,9270,9276,9280,9284,9285,9303,9304,9305,9306,9307,9312,9315,9316,9322,9323,9335,9347,9354,9355,9360,9365,9366,9370,9384,9389,9395,9401,9407,9412,9418,9424,9425,9430,9445,9450,9459,9468,9471,9485,9490,9501,9505,9514,9523,9524,9531,9539,9720,9730,9777,10303,10349,10406,10414,10472,10665,10685,10712,10718,10726,10832,10846,11629,11635,11679,11683,11689,11749,11823,12099,12137,12145,12158,12214,12225,12237,12249,12287,12334,12340,12352,12358,12364,12414,12419,12424,12430,12465,12740,12782,12805,12866,12947,12953,12983,12987,13013,13052,13070,13088,13141,13149,13173,13282,13290,13383,13423,13697,13705,13770,13918,13919,13920,13921,13922,13923,13924,13925,13926,13927,13928,13929,13930,13931,13932,13933,13934,13935,13936,13937,13938,13939,13940,13941,13942,13943,13944,13945,13946,13947,13948,13949,13950,13951,13952,13953,13954,13955,13956,13957,13958,13959,13960,13961,13962,13963,13964,13965,13966,13967,13968,13969,13970,13971,13972,13973,13974,13975,13976,13977,13978,13979,13980,13981,13982,13983,13984,13985,13986,13987,13988,13989,13990,13991,13992,13993,13994,13995,13996,13997,13998,13999,14000,14001,14002,14003,14004,14005,14006,14007,14008,14009,14010,14011,14012,14013,14014,14015,14016,14017,14018,14019,14020,14021,14022,14023,14024,14025,14026,14027,14028,14029,14030,14031,14032,14033,14034,14035,14036,14037,14038,14039,14040,14041,14042,14043,14044,14045,14046,14047,14048,14049,14050,14051,14052,14053,14054,14055,14056,14057,14058,14059,14060,14061,14062,14063,14064,14065,14066,14067,14068,14069,14070,14071,14072,14073,14074,14075,14076,14077,14078,14079,14080,14081,14082,14083,14084,14085,14086,14087,14088,14089,14090,14091,14092,14093,14094,14095,14096,14097,14098,14099,14100,14101,14102,14103,14104,14105,14106,14107,14108,14109,14110,14111,14112,14113,14114,14115,14116,14117,14118,14119,14120,14121,14122",
+ "endColumns": "55,48,54,55,59,60,64,54,49,49,52,57,47,68,47,70,71,71,72,66,48,53,36,50,59,46,55,48,57,55,50,59,48,55,55,49,58,46,53,55,53,53,53,48,57,55,46,53,53,47,56,53,55,62,61,55,59,52,60,78,80,71,78,79,75,77,68,75,76,70,72,75,77,68,75,76,63,70,71,50,52,54,66,52,51,49,57,64,47,50,66,65,57,68,57,68,69,72,73,67,66,69,65,72,59,75,59,59,74,67,65,67,59,58,56,65,61,56,67,72,69,61,60,67,61,55,58,61,61,66,56,60,60,60,60,55,55,55,55,57,57,57,57,56,56,56,56,58,58,57,82,82,72,53,68,55,80,80,70,9,52,57,57,57,45,59,53,69,69,64,65,64,67,68,67,9,52,58,57,51,49,51,45,49,55,46,57,57,61,62,61,58,59,64,65,64,61,61,61,61,61,61,65,66,65,62,63,62,67,60,61,61,62,63,62,63,77,58,65,79,60,52,57,50,44,63,58,61,73,70,65,73,68,70,72,70,67,72,75,69,77,67,65,60,68,63,65,67,65,62,67,70,64,72,62,80,63,65,69,69,69,69,66,56,57,58,59,58,58,58,58,58,58,58,58,58,58,59,60,61,60,60,60,60,60,60,60,60,60,60,67,68,69,68,68,68,68,68,68,68,68,68,68,59,60,61,60,60,60,60,60,60,60,60,60,60,61,62,63,62,62,62,62,62,62,62,62,62,62,60,61,62,61,61,61,61,61,61,61,61,61,61,56,86,79,89,94,91,91,89,82,92,86,96,90,100,86,102,88,98,91,99,83,93,87,97,83,99,85,95,87,80,90,95,92,92,90,84,93,88,97,92,101,87,103,90,99,92,100,84,94,88,98,84,100,86,96,65,75,68,78,72,67,77,75,70,80,72,82,74,84,72,80,80,73,83,69,79,77,71,81,69,77,77,77,70,80,64,65,52,75,65,86,75,75,64,54,53,78,77,72,64,62,65,70,70,69,61,68,65,59,66,66,55,50,52,51,53,70,62,58,61,58,72,66,69,59,62,74,71,95,70,55,70,56,56,65,63,70,56,52,62,51,57,66,68,65,58,82,58,56,66,69,73,61,68,69,53,52,53,58,45,56,66,55,64,73,83,72,64,61,55,73,82,88,63,78,73,61,95,64,58,55,55,59,106,46,59,60,63,60,59,57,42,48,51,50,51,48,48,64,65,59,60,55,58,74,56,83,56,74,74,50,67,49,61,59,56,59,48,67,105,101,68,70,99,70,109,88,55,100,109,105,76,111,126,111,126,69,113,130,96,67,117,102,117,60,73,66,104,121,73,66,109,98,72,116,67,105,101,79,70,95,66,73,73,85,87,78,77,100,70,64,111,105,67,112,112,117,77,71,135,135,84,139,75,137,137,141,81,61,95,66,116,120,96,81,86,86,130,130,134,110,113,101,95,103,66,71,109,105,72,90,101,102,94,106,104,121,121,125,58,57,123,123,127,117,117,121,80,56,60,58,59,57,60,57,49,48,66,58,58,48,74,70,68,62,67,65,67,64,65,76,77,105,105,95,128,88,126,65,68,65,97,95,95,97,108,94,88,61,59,64,56,80,53,56,96,109,86,89,51,91,92,101,55,58,48,91,48,53,53,53,53,53,54,109,109,109,109,109,109,109,109,105,105,105,105,94,94,94,94,105,105,105,105,94,94,94,94,107,107,107,107,96,96,96,96,107,107,107,107,97,95,95,97,64,87,57,63,60,61,59,61,67,57,62,62,66,74,72,65,51,52,51,56,83,94,84,80,79,76,78,76,73,73,70,79,71,74,64,60,59,74,73,76,72,69,71,69,72,63,69,47,68,51,84,82,57,65,66,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,50,53,52,53,50,48,65,50,60,60,61,49,40,76,58,58,58,60,55,55,66,60,64,54,64,68,67,77,68,59,70,73,64,71,69,66,83,68,66,69,62,66,67,82,78,89,76,67,66,77,56,56,67,65,55,59,58,53,49,49,47,61,50,72,79,79,63,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,86,86,86,86,57,73,69,55,70,64,61,74,72,89,65,65,60,63,61,57,70,82,58,70,65,64,60,58,70,65,64,82,75,74,80,59,68,69,68,54,55,55,60,57,55,54,61,56,93,68,100,50,69,62,55,57,53,85,83,69,68,69,114,120,66,66,74,66,58,53,53,53,52,51,73,136,139,48,49,49,47,55,57,61,54,57,70,63,58,61,65,65,42,43,44,42,50,46,44,50,50,50,50,47,65,61,62,71,56,54,57,54,58,55,68,68,68,69,62,62,62,62,64,64,64,64,62,63,63,63,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,103,110,108,103,77,64,66,65,69,46,51,49,56,12,149,130,183,177,237,188,168,97,114,84,78,11,64,88,156,156,152,153,58,165,124,124,169,109,120,120,109,111,122,122,81,172,167,147,158,154,172,116,116,167,111,113,171,175,157,132,111,145,151,131,142,121,177,135,95,135,94,166,92,91,186,11,11,11,181,316,181,181,189,231,189,176,161,156,109,182,136,219,183,183,159,157,183,226,202,170,219,221,154,199,183,102,189,140,164,170,199,203,201,164,204,198,198,196,90,148,149,83,148,144,151,140,165,160,77,300,165,154,101,11,163,185,222,124,10,10,10,10,10,10,10,10,10,10,10,10,84,120,98,116,86,122,100,118,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,10,124,10,120,10,120,132,146,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,136,90,10,10,10,10,108,118,10,10,10,10,10,94,10,10,10,10,10,10,121,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,122,122,130,116,119,131,113,117,112,120,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,126,10,100,10,10,10,10,10,10,10,10,10,10,10,10,10,121,134,10,10,10,10,10,10,10,10,10,10,91,10,10,94,10,93,88,10,88,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,105,107,105,111,113,111,113,115,113,107,109,107,10,10,10,10,107,109,107,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,10,10,10,10,10,10,75,111,89,10,10,98,10,107,75,111,89,101,107,107,99,107,84,103,86,77,113,91,10,10,100,10,109,83,10,97,107,93,129,107,121,135,107,119,133,121,127,141,125,139,125,117,131,97,109,10,111,117,10,115,10,10,95,10,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,10,115,10,10,10,10,10,10,10,10,10,10,10,113,119,115,93,10,98,117,100,10,10,10,10,10,10,10,10,10,75,10,10,10,10,10,10,10,10,10,10,10,111,10,10,10,10,10,10,10,10,83,103,10,10,10,10,10,10,10,10,10,137,10,113,137,111,123,10,10,10,144,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,99,89,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,94,10,10,10,10,10,10,10,10,10,10,10,10,10,145,137,135,10,10,10,115,10,121,111,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,111,10,123,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,139,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,87,107,107,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,123,10,10,10,102,129,10,10,10,139,10,10,10,10,129,10,10,145,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,78,10,104,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,158,10,10,10,10,157,10,10,10,10,10,141,10,105,129,137,123,10,10,99,10,113,10,10,10,123,10,10,133,10,10,10,10,10,10,10,10,10,103,10,10,10,10,10,10,10,10,10,10,10,10,119,10,10,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,94,92,83,86,97,90,90,87,83,95,103,73,84,98,103,95,101,102,99,89,84,100,97,89,94,86,105,101,93,90,80,75,91,88,119,110,82,85,94,93,105,97,96,94,97,99,102,94,92,93,91,101,97,102,84,97,121,97,112,93,88,88,82,90,84,107,100,100,97,105,90,98,96,97,95,92,109,97,94,109,91,99,98,86,103,104,106,106,98,108,91,96,110,110,110,103,114,115,126,119,79,107,89,100,82,90,84,91,102,94,95,92,80,108,78,106,90,98,92,102,103,100,100,103,93,103,103,112,105,105,107,116,88,107,99,78,89,83,91,72,87,81,84,98,96,90,90,91,94,97,98,101,96,96,92,86,83,96,96,92,86,90,98,98,94,88,80,98,94,96,95,96,83,98,94,96,95,96,88,100,96,98,97,98,89,90,88,88,81,92,90,72,66,72,66,75,76,51,72,72,65,66,67,65,66",
+ "endOffsets": "541,776,1235,1394,1454,1515,1580,1635,1785,1835,1888,1946,1994,2114,2463,2534,2606,2678,2751,2818,2867,2921,2958,3009,3069,3116,3172,3221,3279,3335,3386,3446,3495,3551,3607,3657,3716,3763,3817,3873,3927,3981,4035,4084,4142,4198,4245,4299,4353,4401,4458,5080,5136,6074,6184,6240,6300,6353,6414,6493,6574,6646,6725,6805,6881,6959,7028,7104,7181,7252,7325,7401,7479,7548,7624,7701,7765,7836,7908,10400,10498,10553,10669,10722,10774,10824,10882,10947,10995,11046,18003,18132,18190,18259,18317,18386,18456,18529,18603,18671,18738,18808,18874,18947,19007,19083,19143,19203,19278,19346,19412,19480,19540,19599,19656,19722,19784,19841,19909,19982,20052,20114,20175,20243,20305,20361,20420,20482,20544,20611,20668,20729,20790,20851,20912,20968,21024,21080,21136,21194,21252,21310,21368,21425,21482,21539,21596,21655,21714,21772,21855,21938,22011,22065,22134,22190,22271,22352,22423,22552,22811,22869,22927,24014,24561,24621,24675,24745,24815,24880,24946,25011,25079,25148,25216,25346,25399,25458,25516,25568,25664,25716,25762,25812,25868,25915,26020,26078,26140,26203,26265,26324,26384,26449,26515,26580,26642,26704,26766,26828,26890,26952,27018,27085,27151,27214,27278,27341,27409,27470,27532,27594,27657,27721,27784,27848,27926,27985,28051,28131,28192,28245,28454,28505,28932,29402,29461,30656,32642,32713,32779,32853,32922,32993,33066,33137,33205,33278,33354,33424,33502,33570,33636,33697,33766,33830,33896,33964,34030,34093,34161,34232,34297,34370,34433,34514,34578,34644,34714,34784,34854,34924,34991,35770,35828,35887,35947,36006,36065,36124,36183,36242,36301,36360,36419,36478,36537,36597,36658,36720,36781,36842,36903,36964,37025,37086,37147,37208,37269,37330,37398,37467,37537,37606,37675,37744,37813,37882,37951,38020,38089,38158,38227,38287,38348,38410,38471,38532,38593,38654,38715,38776,38837,38898,38959,39020,39082,39145,39209,39272,39335,39398,39461,39524,39587,39650,39713,39776,39839,39900,39962,40025,40087,40149,40211,40273,40335,40397,40459,40521,40583,40645,40702,40789,40869,40959,41054,41146,41238,41328,41411,41504,41591,41688,41779,41880,41967,42070,42159,42258,42350,42450,42534,42628,42716,42814,42898,42998,43084,43180,43268,43349,43440,43536,43629,43722,43813,43898,43992,44081,44179,44272,44374,44462,44566,44657,44757,44850,44951,45036,45131,45220,45319,45404,45505,45592,45689,46427,46503,46572,46651,46724,46792,46870,46946,47017,47098,47171,47254,47329,47414,47487,47568,47649,47723,47807,47877,47957,48035,48107,48189,48259,48337,48415,48493,48564,48645,48710,48776,48829,48905,48971,49058,49134,49210,89005,89230,89824,89903,89981,90054,90119,90182,90248,90319,90390,90460,90522,90591,90657,90717,90784,90851,90907,90958,91011,91063,91117,91188,91251,91310,91372,91431,91504,91571,91641,91701,91764,91839,91911,92007,92078,92134,92205,92262,92319,92385,92449,92520,92577,92630,92693,92745,92803,92870,94109,94175,94234,94317,94376,94433,94500,94570,94644,94706,94775,94845,94899,94952,95006,95065,95111,95168,95235,95291,95356,95430,95514,95587,95652,95714,95770,95844,95927,96016,96080,96159,96233,96295,96391,96456,96515,96571,96627,96687,96794,96841,96901,96962,97026,97087,97147,97205,97248,97297,97349,97400,97452,97501,97550,97615,97681,97741,97802,97858,97917,97992,98049,98133,98190,98265,98340,98391,98459,98509,98571,98631,98688,98748,98797,98865,98971,99073,99142,99213,99313,99384,99494,99583,99639,99740,99850,99956,100033,100145,100272,100384,100511,100581,100695,100826,100923,100991,101109,101212,101330,101391,101465,101532,101637,101759,101833,101900,102010,102109,102182,102299,102367,102473,102575,102655,102726,102822,102889,102963,103037,103123,103211,103290,103368,103469,103540,103605,103717,103823,103891,104004,104117,104235,104313,104385,104521,104657,104742,104882,104958,105096,105234,105376,105458,105520,105616,105683,105800,105921,106018,106100,106187,106274,106405,106536,106671,106782,106896,106998,107094,107198,107265,107337,107447,107553,107626,107717,107819,107922,108017,108124,108229,108351,108473,108599,108658,108716,108840,108964,109092,109210,109328,109450,109531,109588,109649,109708,109768,109826,109887,109945,109995,110044,110111,110170,110229,110278,110353,110424,110493,110556,110624,110690,110758,110823,110889,110966,111044,111150,111256,111352,111481,111570,111697,111763,111832,111898,111996,112092,112188,112286,112395,112490,112579,112641,112701,112766,112823,112904,112958,113015,113112,113222,113309,113399,113451,113543,113636,113738,113794,113853,113902,113994,114043,114097,114151,114205,114259,114313,114368,114478,114588,114698,114808,114918,115028,115138,115248,115354,115460,115566,115672,115767,115862,115957,116052,116158,116264,116370,116476,116571,116666,116761,116856,116964,117072,117180,117288,117385,117482,117579,117676,117784,117892,118000,118108,118206,118302,118398,118496,118561,118649,118707,118771,118832,118894,118954,119016,119084,119142,119205,119268,119335,119410,119483,119549,119601,119654,119706,119763,119847,119942,120027,120108,120188,120265,120344,120421,120495,120569,120640,120720,120792,120867,120932,120993,121053,121128,121202,121279,121352,121422,121494,121564,121637,121701,121771,121819,121888,121940,122025,122108,122166,122232,122299,122365,122446,122521,122577,122630,122691,122749,122799,122848,122897,122946,123008,123060,123105,123186,123237,123291,123344,123398,123449,123498,123564,123615,123676,123737,123799,123849,123890,123967,124026,124085,124144,124205,124261,124317,124384,124445,124510,124565,124630,124699,124767,124845,124914,124974,125045,125119,125184,125256,125326,125393,125477,125546,125613,125683,125746,125813,125881,125964,126043,126133,126210,126278,126345,126423,126480,126537,126605,126671,126727,126787,126846,126900,126950,127000,127048,127110,127161,127234,127314,127394,127458,127525,127596,127654,127715,127781,127840,127907,127967,128027,128090,128158,128219,128286,128364,128434,128483,128540,128609,128670,128758,128846,128934,129022,129109,129196,129283,129370,129428,129502,129572,129628,129699,129764,129826,129901,129974,130064,130130,130196,130257,130321,130383,130441,130512,130595,130654,130725,130791,130856,130917,130976,131047,131113,131178,131261,131337,131412,131493,131553,131622,131692,131761,131816,131872,131928,131989,132047,132103,132158,132220,132277,132371,132440,132541,132592,132662,132725,132781,132839,132893,132979,133063,133133,133202,133272,133387,133508,133575,133642,133717,133784,133843,133897,133951,134005,134058,134110,134184,135752,135892,138671,138721,138771,138860,138916,138974,139036,139091,139149,139220,139284,139343,139405,139471,139537,139819,139965,140010,140053,141080,141127,141172,141223,141274,141325,141376,141845,142353,142415,142595,142667,142724,142779,142837,142892,142951,143007,143076,143145,143214,143284,143347,143410,143473,143536,143601,143666,143731,143796,143859,143923,143987,144051,144117,144183,144251,144319,144385,144452,144526,144589,144646,144706,144771,144838,144903,144960,145021,145079,145183,145294,145403,145507,145585,145650,145717,145783,145853,145900,145952,146002,146059,146449,148761,148948,149132,149310,149548,149737,149906,150098,150213,150298,150377,150941,151006,151095,151252,151409,151785,152171,152230,152497,152622,152747,152917,153027,153148,153269,153379,153491,153614,153737,153819,153992,154160,154308,154467,154622,154795,154912,155029,155197,155309,155423,155595,155771,155929,156062,156174,156320,156472,156604,156747,156869,157047,157183,157279,157415,157510,157677,157770,157862,158049,158205,158383,158547,158729,159046,159228,159410,159600,159832,160022,160199,160361,160518,160628,160811,160948,161168,161352,161536,161696,161854,162038,162265,162468,162639,162859,163081,163236,163436,163620,163723,163913,164054,164219,164390,164590,164794,164996,165161,165366,165565,165764,165961,166052,166201,166351,166435,166584,166729,166881,167022,167188,167349,167536,167837,168003,168158,168260,168785,168949,169135,169358,169483,170309,170581,170847,171132,174126,174582,175091,185867,186381,186818,187252,187695,191677,191798,191897,192014,192101,192224,192325,192444,192537,192644,192987,193094,193339,193460,193869,194117,194217,194322,194441,194950,195097,195216,195467,195600,196015,196269,196381,201731,201856,202173,202294,202522,202643,202776,202923,221584,222011,240421,240845,259544,259973,278421,278847,283688,289105,293196,298627,303369,308746,312730,316722,322113,322595,323028,323784,324014,324257,325390,326319,374464,374928,375321,376401,377145,378338,379322,379800,380093,380476,381991,382756,383899,384340,384781,385257,385531,385928,386859,387037,387790,387927,388018,390212,390478,390800,391010,391119,391238,391422,392394,392864,393615,396092,396187,397642,397870,398098,398357,398933,399287,399409,399548,399822,400082,400952,401238,401641,402043,402386,402598,402799,403012,403301,403586,414261,414348,414433,414532,419225,419348,419479,419596,419716,419848,419962,420080,420193,420314,420502,420689,420870,421053,421237,421418,421600,421720,421840,421948,422058,422170,422278,422388,422553,422719,422846,423011,423112,423232,423393,423556,423717,423884,424003,424120,424300,424482,424663,424846,425001,425133,425255,425390,425553,425746,425872,426024,426166,426336,426492,426664,426955,433824,433916,434089,434251,434346,434515,434609,434698,434941,435030,435323,435786,436253,436721,437194,437658,438121,438585,439050,439511,439979,440450,440920,441378,441847,442317,442507,442686,442792,442900,443006,443118,443232,443344,443458,443574,443688,443796,443906,444014,444210,444589,444993,445140,445248,445358,445466,445580,445989,446403,446519,446937,447178,447608,448043,448453,448875,449285,449407,449816,450232,450354,450572,450756,453460,453804,453884,454240,454390,454534,454610,454722,454812,455074,455339,455438,455590,455698,455774,455886,455976,456078,456186,456294,456394,456502,456587,456691,456778,456856,456970,457062,457326,457593,457694,457847,457957,458041,458430,458528,458636,458730,458860,458968,459090,459226,459334,459454,459588,459710,459838,459980,460106,460246,460372,460490,460622,460720,460830,461130,461242,461360,461824,461940,462243,462369,462465,462866,462976,463100,463238,463348,463470,463782,463906,464036,464512,464640,464955,465093,465255,465471,465627,465831,467463,467547,467651,467854,468043,468244,468437,468642,468955,469167,469283,469529,469745,469949,470140,470358,470595,470747,471007,471149,471310,473893,474007,474127,474243,474337,474658,474757,474875,474976,475255,475540,475819,476101,476354,476613,476866,477122,477546,477622,480216,481571,482015,483869,484444,484652,485662,486042,486183,488684,489110,489222,489357,489554,489725,489908,490083,490270,490492,490650,490734,490838,491325,491881,492039,492258,492489,492712,492947,493169,493435,493573,494172,494286,494424,494536,494660,495231,495726,496272,496417,496510,496602,498529,499099,499397,499586,499792,499985,500195,501079,501224,501616,501774,501991,502252,510479,511354,511974,512171,513119,513884,514007,514780,515001,515201,517178,517278,517368,517739,518409,519091,519771,520463,521032,522645,522966,524029,524199,524724,525619,526253,526419,527905,528521,528757,528978,529936,530201,530466,530678,531092,531328,532613,533062,533249,533498,533740,533916,534157,534390,534615,534957,535170,535265,535526,536877,537352,538578,539048,540096,540548,540792,541249,542494,542977,543127,543471,543617,543755,543891,544179,544480,544782,544898,545727,545849,545961,546110,546376,546646,546912,547180,547436,547696,547952,548210,548462,548718,548970,549224,549456,549692,549944,550200,550452,550706,550938,551172,551284,551709,551833,552770,553368,553564,553801,554069,554362,554579,554793,555092,555284,555496,555676,555968,556232,556569,556788,557201,557438,557730,558335,558573,558842,558982,559236,559380,559570,560378,560718,561466,561690,561987,562766,563103,563503,564812,565397,567470,567664,567882,568108,568320,568519,568726,569849,570086,570561,570951,571415,571754,572091,572851,573115,573458,573649,573996,574084,574192,574300,574613,574938,575257,575588,578155,578343,578604,578853,581294,581486,581751,582004,582520,582870,583039,583553,583788,583912,584324,584538,584940,585043,585173,585348,585600,585796,585936,586130,586628,587697,587985,588115,588892,589549,589695,590401,590639,592179,592329,592746,592911,593597,594067,594263,594354,594438,594582,594816,594983,595911,596197,596357,596972,597131,597459,597686,598198,598560,598639,598978,599083,599448,599819,600180,602054,602683,603759,604183,604436,604588,605578,606315,606518,606764,607011,607229,607471,607792,608056,608361,608584,608895,609084,609799,610068,610562,610788,611228,611387,611671,612416,612781,613086,613244,613482,614801,615199,615427,615647,615789,617079,617185,617315,617453,617577,617865,618034,618134,618419,618533,619416,620171,620610,620734,620980,621173,621307,621498,622277,622495,622786,623065,623382,623604,623899,624182,624286,624569,625385,625701,626262,626768,626973,627759,628164,628825,629014,629565,630131,630251,630653,631187,637459,637758,640103,657264,658858,660865,661117,663550,669414,669854,670917,671101,671312,675970,676553,708727,708929,710064,710214,710389,713026,715472,726112,727884,728392,728841,730635,730895,731477,731972,733009,734875,735066,735399,735555,735748,738083,738312,738520,738656,740428,750356,751568,752436,754324,757547,757716,758908,759054,759700,762020,762551,762977,764588,764836,765606,769868,770043,773258,774796,785560,785803,788305,793724,793817,793901,793988,794086,794177,794268,794356,794440,794536,794640,794714,794799,794898,795002,795098,795200,795303,795403,795493,795578,795679,795777,795867,795962,796049,796155,796257,796351,796442,796523,796599,796691,796780,796900,797011,797094,797180,797275,797369,797475,797573,797670,797765,797863,797963,798066,798161,798254,798348,798440,798542,798640,798743,798828,798926,799048,799146,799259,799353,799442,799531,799614,799705,799790,799898,799999,800100,800198,800304,800395,800494,800591,800689,800785,800878,800988,801086,801181,801291,801383,801483,801582,801669,801773,801878,801985,802092,802191,802300,802392,802489,802600,802711,802822,802926,803041,803157,803284,803404,803484,803592,803682,803783,803866,803957,804042,804134,804237,804332,804428,804521,804602,804711,804790,804897,804988,805087,805180,805283,805387,805488,805589,805693,805787,805891,805995,806108,806214,806320,806428,806545,806634,806742,806842,806921,807011,807095,807187,807260,807348,807430,807515,807614,807711,807802,807893,807985,808080,808178,808277,808379,808476,808573,808666,808753,808837,808934,809031,809124,809211,809302,809401,809500,809595,809684,809765,809864,809959,810056,810152,810249,810333,810432,810527,810624,810720,810817,810906,811007,811104,811203,811301,811400,811490,811581,811670,811759,811841,811934,812025,812098,812165,812238,812305,812381,812458,812510,812583,812656,812722,812789,812857,812923,812990"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\b510763edb1ef6286222c38b148ec3db\\transformed\\lifecycle-viewmodel-2.5.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "49",
+ "endOffsets": "100"
+ },
+ "to": {
+ "startLines": "2473",
+ "startColumns": "4",
+ "startOffsets": "142052",
+ "endColumns": "49",
+ "endOffsets": "142097"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bdeac150b6ce0fcc7996d2b9a9f9c390\\transformed\\startup-runtime-1.1.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "82",
+ "endOffsets": "133"
+ },
+ "to": {
+ "startLines": "2569",
+ "startColumns": "4",
+ "startOffsets": "148479",
+ "endColumns": "82",
+ "endOffsets": "148557"
+ }
+ },
+ {
+ "source": "E:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\src\\main\\res\\values\\ids.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "57,100",
+ "endColumns": "41,47",
+ "endOffsets": "94,143"
+ },
+ "to": {
+ "startLines": "2465,2467",
+ "startColumns": "4,4",
+ "startOffsets": "141682,141755",
+ "endColumns": "40,46",
+ "endOffsets": "141718,141797"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,98,141,184,227,270,313,356,399,442,485,526,569,612,655,698,741,784,827,870,913,956,997,1040,1083,1126,1169,1212,1255,1298,1341,1384,1427,1468,1511,1554,1597,1640,1683,1726,1769,1812,1855,1898,1939,1982,2025,2068,2111,2154,2197,2240,2283,2326,2369,2410,2453,2496,2539,2582,2625,2668,2711,2754,2797,2840,2881,2924,2967,3010,3053,3096,3139,3182,3225,3268,3311,3352,3395,3438,3481,3524,3567,3610,3653,3696,3739,3782,3823,3866,3909,3952,3995,4038,4081,4124,4167,4210,4253,4294,4337,4380,4423,4466,4509,4552,4595,4638,4681,4724,4765,4804,4847,4890,4933,4976,5019,5062,5105,5148,5191,5234,5275,5318,5361,5404,5447,5490,5533,5576,5619,5662,5705,5746,5789,5832,5875,5918,5961,6004,6047,6090,6133,6176,6217,6260,6303,6346,6389,6432,6475,6518,6561,6604,6647,6688,6731,6774,6817,6860,6903,6946,6989,7032,7075,7118,7159,7202,7245,7288,7331,7374,7417,7460,7503,7546,7589,7630,7673,7716,7759,7802,7845,7888,7931,7974,8017,8060,8101,8144,8187,8230,8273,8316,8359,8402,8445,8488,8531,8572,8615,8658,8701,8744,8787,8830,8873,8916,8959,9002,9043,9086,9129,9172,9215,9258,9301,9344,9387,9430,9473,9514,9553,9596,9639,9682,9725,9768,9811,9854,9897,9940,9983,10024,10067,10110,10153,10196,10239,10282,10325,10368,10411,10454,10495,10538,10581,10624,10667,10710,10753,10796,10839,10882,10925,10966,11009,11052,11095,11138,11181,11224,11267,11310,11353,11396,11437,11480,11523,11566,11609,11652,11695,11738,11781,11824,11867,11908,11951,11994,12037,12080,12123,12166,12209,12252,12295,12338,12379,12422,12465,12508,12551,12594,12637,12680,12723,12766,12809,12850,12893,12936,12979,13022,13065,13108,13151,13194,13237,13280,13321,13364,13407,13450,13493,13536,13579,13622,13665,13708,13751,13792,13835,13878,13921,13964,14007,14050,14093,14136,14179,14222,14263,14302,14345,14388,14431,14474,14517,14560,14603,14646,14689,14732,14773,14816,14859,14902,14945,14988,15031,15074,15117,15160,15203,15244,15287,15330,15373,15416,15459,15502,15545,15588,15631,15674,15715,15758,15801,15844,15887,15930,15973,16016,16059,16102,16145,16186,16229,16272,16315,16358,16401,16444,16487,16530,16573,16616,16657,16700,16743,16786,16829,16872,16915,16958,17001,17044,17087,17128,17171,17214,17257,17300,17343,17386,17429,17472,17515,17558,17599,17642,17685,17728,17771,17814,17857,17900,17943,17986,18029,18070,18113,18156,18199,18242,18285,18328,18371,18414,18457,18500,18541,18584,18627,18670,18713,18756,18799,18842,18885,18928,18971,19012,19051,19094,19137,19180,19223,19266,19309,19352,19395,19438,19481,19522,19565,19608,19651,19694,19737,19780,19823,19866,19909,19952,19993,20036,20079,20122,20165,20208,20251,20294,20337,20380,20423,20464,20507,20550,20593,20636,20679,20722,20765,20808,20851,20894,20935,20978,21021,21064,21107,21150,21193,21236,21279,21322,21365,21406,21449,21492,21535,21578,21621,21664,21707,21750,21793,21836,21877,21920,21963,22006,22049,22092,22135,22178,22221,22264,22307,22348,22391,22434,22477,22520,22563,22606,22649,22692,22735,22778,22819,22862,22905,22948,22991,23034,23077,23120,23163,23206,23249,23290,23333,23376,23419,23462,23505,23548,23591,23634,23677,23720,23761,23800,23843,23884,23925,23966,24007,24048,24089,24130,24171,24212,24253,24292,24333,24374,24415,24456,24497,24538,24579,24620,24661,24702,24741,24782,24823,24864,24905,24946,24987,25028,25069,25110,25151,25190,25231,25272,25313,25354,25395,25436,25477,25518,25559,25600,25639,25686,25733,25780,25827,25874,25921,25968,26015,26062,26109,26154,26201,26248,26295,26342,26389,26436,26483,26530,26577,26624,26669,26716,26763,26810,26857,26904,26951,26998,27045,27092,27139,27184,27231,27278,27325,27372,27419,27466,27513,27560,27607,27654,27699,27746,27793,27840,27887,27934,27981,28028,28075,28122,28169,28214,28261,28306,28351,28396",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,44,44,44",
+ "endOffsets": "93,136,179,222,265,308,351,394,437,480,521,564,607,650,693,736,779,822,865,908,951,992,1035,1078,1121,1164,1207,1250,1293,1336,1379,1422,1463,1506,1549,1592,1635,1678,1721,1764,1807,1850,1893,1934,1977,2020,2063,2106,2149,2192,2235,2278,2321,2364,2405,2448,2491,2534,2577,2620,2663,2706,2749,2792,2835,2876,2919,2962,3005,3048,3091,3134,3177,3220,3263,3306,3347,3390,3433,3476,3519,3562,3605,3648,3691,3734,3777,3818,3861,3904,3947,3990,4033,4076,4119,4162,4205,4248,4289,4332,4375,4418,4461,4504,4547,4590,4633,4676,4719,4760,4799,4842,4885,4928,4971,5014,5057,5100,5143,5186,5229,5270,5313,5356,5399,5442,5485,5528,5571,5614,5657,5700,5741,5784,5827,5870,5913,5956,5999,6042,6085,6128,6171,6212,6255,6298,6341,6384,6427,6470,6513,6556,6599,6642,6683,6726,6769,6812,6855,6898,6941,6984,7027,7070,7113,7154,7197,7240,7283,7326,7369,7412,7455,7498,7541,7584,7625,7668,7711,7754,7797,7840,7883,7926,7969,8012,8055,8096,8139,8182,8225,8268,8311,8354,8397,8440,8483,8526,8567,8610,8653,8696,8739,8782,8825,8868,8911,8954,8997,9038,9081,9124,9167,9210,9253,9296,9339,9382,9425,9468,9509,9548,9591,9634,9677,9720,9763,9806,9849,9892,9935,9978,10019,10062,10105,10148,10191,10234,10277,10320,10363,10406,10449,10490,10533,10576,10619,10662,10705,10748,10791,10834,10877,10920,10961,11004,11047,11090,11133,11176,11219,11262,11305,11348,11391,11432,11475,11518,11561,11604,11647,11690,11733,11776,11819,11862,11903,11946,11989,12032,12075,12118,12161,12204,12247,12290,12333,12374,12417,12460,12503,12546,12589,12632,12675,12718,12761,12804,12845,12888,12931,12974,13017,13060,13103,13146,13189,13232,13275,13316,13359,13402,13445,13488,13531,13574,13617,13660,13703,13746,13787,13830,13873,13916,13959,14002,14045,14088,14131,14174,14217,14258,14297,14340,14383,14426,14469,14512,14555,14598,14641,14684,14727,14768,14811,14854,14897,14940,14983,15026,15069,15112,15155,15198,15239,15282,15325,15368,15411,15454,15497,15540,15583,15626,15669,15710,15753,15796,15839,15882,15925,15968,16011,16054,16097,16140,16181,16224,16267,16310,16353,16396,16439,16482,16525,16568,16611,16652,16695,16738,16781,16824,16867,16910,16953,16996,17039,17082,17123,17166,17209,17252,17295,17338,17381,17424,17467,17510,17553,17594,17637,17680,17723,17766,17809,17852,17895,17938,17981,18024,18065,18108,18151,18194,18237,18280,18323,18366,18409,18452,18495,18536,18579,18622,18665,18708,18751,18794,18837,18880,18923,18966,19007,19046,19089,19132,19175,19218,19261,19304,19347,19390,19433,19476,19517,19560,19603,19646,19689,19732,19775,19818,19861,19904,19947,19988,20031,20074,20117,20160,20203,20246,20289,20332,20375,20418,20459,20502,20545,20588,20631,20674,20717,20760,20803,20846,20889,20930,20973,21016,21059,21102,21145,21188,21231,21274,21317,21360,21401,21444,21487,21530,21573,21616,21659,21702,21745,21788,21831,21872,21915,21958,22001,22044,22087,22130,22173,22216,22259,22302,22343,22386,22429,22472,22515,22558,22601,22644,22687,22730,22773,22814,22857,22900,22943,22986,23029,23072,23115,23158,23201,23244,23285,23328,23371,23414,23457,23500,23543,23586,23629,23672,23715,23756,23795,23838,23879,23920,23961,24002,24043,24084,24125,24166,24207,24248,24287,24328,24369,24410,24451,24492,24533,24574,24615,24656,24697,24736,24777,24818,24859,24900,24941,24982,25023,25064,25105,25146,25185,25226,25267,25308,25349,25390,25431,25472,25513,25554,25595,25634,25681,25728,25775,25822,25869,25916,25963,26010,26057,26104,26149,26196,26243,26290,26337,26384,26431,26478,26525,26572,26619,26664,26711,26758,26805,26852,26899,26946,26993,27040,27087,27134,27179,27226,27273,27320,27367,27414,27461,27508,27555,27602,27649,27694,27741,27788,27835,27882,27929,27976,28023,28070,28117,28164,28209,28256,28301,28346,28391,28436"
+ },
+ "to": {
+ "startLines": "891,893,894,895,896,897,898,899,900,901,902,904,905,906,907,908,909,910,911,912,913,914,916,917,918,919,920,921,922,923,924,925,926,928,929,930,931,932,933,934,935,936,937,938,940,941,942,943,944,945,946,947,948,949,950,952,953,954,955,956,957,958,959,960,961,962,964,965,966,967,968,969,970,971,972,973,974,976,977,978,979,980,981,982,983,984,985,986,988,989,990,991,992,993,994,995,996,997,998,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1012,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1134,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1256,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1378,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1500,1502,1503,1505,1507,1509,1511,1513,1515,1517,1519,1521,1523,1525,1527,1529,1531,1533,1535,1537,1539,1541,1543,1545,1547,1549,1551,1553,1555,1557,1559,1561,1563,1565,1567,1569,1571,1573,1575,1577,1579,1581,1583,1585,1587,1589,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "51026,51112,51155,51198,51241,51284,51327,51370,51413,51456,51499,51581,51624,51667,51710,51753,51796,51839,51882,51925,51968,52011,52093,52136,52179,52222,52265,52308,52351,52394,52437,52480,52523,52605,52648,52691,52734,52777,52820,52863,52906,52949,52992,53035,53117,53160,53203,53246,53289,53332,53375,53418,53461,53504,53547,53629,53672,53715,53758,53801,53844,53887,53930,53973,54016,54059,54141,54184,54227,54270,54313,54356,54399,54442,54485,54528,54571,54653,54696,54739,54782,54825,54868,54911,54954,54997,55040,55083,55165,55208,55251,55294,55337,55380,55423,55466,55509,55552,55595,55677,55720,55763,55806,55849,55892,55935,55978,56021,56064,56107,56189,56267,56310,56353,56396,56439,56482,56525,56568,56611,56654,56697,56779,56822,56865,56908,56951,56994,57037,57080,57123,57166,57209,57291,57334,57377,57420,57463,57506,57549,57592,57635,57678,57721,57803,57846,57889,57932,57975,58018,58061,58104,58147,58190,58233,58315,58358,58401,58444,58487,58530,58573,58616,58659,58702,58745,58827,58870,58913,58956,58999,59042,59085,59128,59171,59214,59257,59339,59382,59425,59468,59511,59554,59597,59640,59683,59726,59769,59851,59894,59937,59980,60023,60066,60109,60152,60195,60238,60281,60363,60406,60449,60492,60535,60578,60621,60664,60707,60750,60793,60875,60918,60961,61004,61047,61090,61133,61176,61219,61262,61305,61387,61465,61508,61551,61594,61637,61680,61723,61766,61809,61852,61895,61977,62020,62063,62106,62149,62192,62235,62278,62321,62364,62407,62489,62532,62575,62618,62661,62704,62747,62790,62833,62876,62919,63001,63044,63087,63130,63173,63216,63259,63302,63345,63388,63431,63513,63556,63599,63642,63685,63728,63771,63814,63857,63900,63943,64025,64068,64111,64154,64197,64240,64283,64326,64369,64412,64455,64537,64580,64623,64666,64709,64752,64795,64838,64881,64924,64967,65049,65092,65135,65178,65221,65264,65307,65350,65393,65436,65479,65561,65604,65647,65690,65733,65776,65819,65862,65905,65948,65991,66073,66116,66159,66202,66245,66288,66331,66374,66417,66460,66503,66585,66663,66706,66749,66792,66835,66878,66921,66964,67007,67050,67093,67175,67218,67261,67304,67347,67390,67433,67476,67519,67562,67605,67687,67730,67773,67816,67859,67902,67945,67988,68031,68074,68117,68199,68242,68285,68328,68371,68414,68457,68500,68543,68586,68629,68711,68754,68797,68840,68883,68926,68969,69012,69055,69098,69141,69223,69266,69309,69352,69395,69438,69481,69524,69567,69610,69653,69735,69778,69821,69864,69907,69950,69993,70036,70079,70122,70165,70247,70290,70333,70376,70419,70462,70505,70548,70591,70634,70677,70759,70802,70845,70888,70931,70974,71017,71060,71103,71146,71189,71271,71314,71357,71400,71443,71486,71529,71572,71615,71658,71701,71783,71861,71904,71947,71990,72033,72076,72119,72162,72205,72248,72291,72373,72416,72459,72502,72545,72588,72631,72674,72717,72760,72803,72885,72928,72971,73014,73057,73100,73143,73186,73229,73272,73315,73397,73440,73483,73526,73569,73612,73655,73698,73741,73784,73827,73909,73952,73995,74038,74081,74124,74167,74210,74253,74296,74339,74421,74464,74507,74550,74593,74636,74679,74722,74765,74808,74851,74933,74976,75019,75062,75105,75148,75191,75234,75277,75320,75363,75445,75488,75531,75574,75617,75660,75703,75746,75789,75832,75875,75957,76000,76043,76086,76129,76172,76215,76258,76301,76344,76387,76469,76512,76555,76598,76641,76684,76727,76770,76813,76856,76899,76981,77059,77102,77184,77266,77348,77430,77512,77594,77676,77758,77840,77922,78000,78082,78164,78246,78328,78410,78492,78574,78656,78738,78820,78898,78980,79062,79144,79226,79308,79390,79472,79554,79636,79718,79796,79878,79960,80042,80124,80206,80288,80370,80452,80534,80616,80694,80741,80788,80835,80882,80929,80976,81023,81070,81117,81164,81209,81256,81303,81350,81397,81444,81491,81538,81585,81632,81679,81724,81771,81818,81865,81912,81959,82006,82053,82100,82147,82194,82239,82286,82333,82380,82427,82474,82521,82568,82615,82662,82709,82754,82801,82848,82895,82942,82989,83036,83083,83130,83177,83224,83269,83316,83361,83406,83451",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,44,44,44",
+ "endOffsets": "51064,51150,51193,51236,51279,51322,51365,51408,51451,51494,51535,51619,51662,51705,51748,51791,51834,51877,51920,51963,52006,52047,52131,52174,52217,52260,52303,52346,52389,52432,52475,52518,52559,52643,52686,52729,52772,52815,52858,52901,52944,52987,53030,53071,53155,53198,53241,53284,53327,53370,53413,53456,53499,53542,53583,53667,53710,53753,53796,53839,53882,53925,53968,54011,54054,54095,54179,54222,54265,54308,54351,54394,54437,54480,54523,54566,54607,54691,54734,54777,54820,54863,54906,54949,54992,55035,55078,55119,55203,55246,55289,55332,55375,55418,55461,55504,55547,55590,55631,55715,55758,55801,55844,55887,55930,55973,56016,56059,56102,56143,56223,56305,56348,56391,56434,56477,56520,56563,56606,56649,56692,56733,56817,56860,56903,56946,56989,57032,57075,57118,57161,57204,57245,57329,57372,57415,57458,57501,57544,57587,57630,57673,57716,57757,57841,57884,57927,57970,58013,58056,58099,58142,58185,58228,58269,58353,58396,58439,58482,58525,58568,58611,58654,58697,58740,58781,58865,58908,58951,58994,59037,59080,59123,59166,59209,59252,59293,59377,59420,59463,59506,59549,59592,59635,59678,59721,59764,59805,59889,59932,59975,60018,60061,60104,60147,60190,60233,60276,60317,60401,60444,60487,60530,60573,60616,60659,60702,60745,60788,60829,60913,60956,60999,61042,61085,61128,61171,61214,61257,61300,61341,61421,61503,61546,61589,61632,61675,61718,61761,61804,61847,61890,61931,62015,62058,62101,62144,62187,62230,62273,62316,62359,62402,62443,62527,62570,62613,62656,62699,62742,62785,62828,62871,62914,62955,63039,63082,63125,63168,63211,63254,63297,63340,63383,63426,63467,63551,63594,63637,63680,63723,63766,63809,63852,63895,63938,63979,64063,64106,64149,64192,64235,64278,64321,64364,64407,64450,64491,64575,64618,64661,64704,64747,64790,64833,64876,64919,64962,65003,65087,65130,65173,65216,65259,65302,65345,65388,65431,65474,65515,65599,65642,65685,65728,65771,65814,65857,65900,65943,65986,66027,66111,66154,66197,66240,66283,66326,66369,66412,66455,66498,66539,66619,66701,66744,66787,66830,66873,66916,66959,67002,67045,67088,67129,67213,67256,67299,67342,67385,67428,67471,67514,67557,67600,67641,67725,67768,67811,67854,67897,67940,67983,68026,68069,68112,68153,68237,68280,68323,68366,68409,68452,68495,68538,68581,68624,68665,68749,68792,68835,68878,68921,68964,69007,69050,69093,69136,69177,69261,69304,69347,69390,69433,69476,69519,69562,69605,69648,69689,69773,69816,69859,69902,69945,69988,70031,70074,70117,70160,70201,70285,70328,70371,70414,70457,70500,70543,70586,70629,70672,70713,70797,70840,70883,70926,70969,71012,71055,71098,71141,71184,71225,71309,71352,71395,71438,71481,71524,71567,71610,71653,71696,71737,71817,71899,71942,71985,72028,72071,72114,72157,72200,72243,72286,72327,72411,72454,72497,72540,72583,72626,72669,72712,72755,72798,72839,72923,72966,73009,73052,73095,73138,73181,73224,73267,73310,73351,73435,73478,73521,73564,73607,73650,73693,73736,73779,73822,73863,73947,73990,74033,74076,74119,74162,74205,74248,74291,74334,74375,74459,74502,74545,74588,74631,74674,74717,74760,74803,74846,74887,74971,75014,75057,75100,75143,75186,75229,75272,75315,75358,75399,75483,75526,75569,75612,75655,75698,75741,75784,75827,75870,75911,75995,76038,76081,76124,76167,76210,76253,76296,76339,76382,76423,76507,76550,76593,76636,76679,76722,76765,76808,76851,76894,76935,77015,77097,77138,77220,77302,77384,77466,77548,77630,77712,77794,77876,77956,78036,78118,78200,78282,78364,78446,78528,78610,78692,78774,78854,78934,79016,79098,79180,79262,79344,79426,79508,79590,79672,79752,79832,79914,79996,80078,80160,80242,80324,80406,80488,80570,80650,80736,80783,80830,80877,80924,80971,81018,81065,81112,81159,81204,81251,81298,81345,81392,81439,81486,81533,81580,81627,81674,81719,81766,81813,81860,81907,81954,82001,82048,82095,82142,82189,82234,82281,82328,82375,82422,82469,82516,82563,82610,82657,82704,82749,82796,82843,82890,82937,82984,83031,83078,83125,83172,83219,83264,83311,83356,83401,83446,83491"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\52d740e8e970387c182bf237433c154a\\transformed\\recyclerview-1.1.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,111,170,218,274,349,425,497,563",
+ "endLines": "2,3,4,5,6,7,8,9,38",
+ "endColumns": "55,58,47,55,74,75,71,65,24",
+ "endOffsets": "106,165,213,269,344,420,492,558,2084"
+ },
+ "to": {
+ "startLines": "486,1795,1796,1797,1805,1806,1807,2403,12960",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "24464,93048,93107,93155,93822,93897,93973,138444,757936",
+ "endLines": "486,1795,1796,1797,1805,1806,1807,2403,12980",
+ "endColumns": "55,58,47,55,74,75,71,65,24",
+ "endOffsets": "24515,93102,93150,93206,93892,93968,94040,138505,758771"
+ }
+ },
+ {
+ "source": "E:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\src\\main\\res\\values\\strings.xml",
+ "from": {
+ "startLines": "12,22,29,1,31,4,3,11,6,19,18,23,15,24,8,10,20,21,17,9,25,5,27,7,26,30,14,16,13,28",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "609,1298,1645,16,1743,121,71,545,218,1108,1034,1348,823,1417,338,486,1180,1235,954,397,1467,165,1563,275,1515,1689,745,891,674,1609",
+ "endColumns": "64,49,43,53,55,43,49,63,56,71,73,68,67,49,58,58,54,62,79,88,47,52,45,62,47,53,77,62,70,35",
+ "endOffsets": "669,1343,1684,65,1794,160,116,604,270,1175,1103,1412,886,1462,392,540,1230,1293,1029,481,1510,213,1604,333,1558,1738,818,949,740,1640"
+ },
+ "to": {
+ "startLines": "2539,2567,2568,2570,2572,2579,2580,2585,2586,2587,2588,2589,2590,2598,2599,2600,2601,2603,2604,2605,2608,2609,2711,2712,2718,2719,2720,2721,2722,2731",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "146454,148385,148435,148562,148766,149911,149955,150382,150446,150503,150575,150649,150718,151414,151464,151523,151582,151790,151853,151933,152235,152283,167354,167400,168265,168313,168367,168445,168508,169488",
+ "endColumns": "64,49,43,53,55,43,49,63,56,71,73,68,67,49,58,58,54,62,79,88,47,52,45,62,47,53,77,62,70,35",
+ "endOffsets": "146514,148430,148474,148611,148817,149950,150000,150441,150498,150570,150644,150713,150781,151459,151518,151577,151632,151848,151928,152017,152278,152331,167395,167458,168308,168362,168440,168503,168574,169519"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.revivemymemory.app-mergeDebugResources-36:/values/values.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ee697cd08c56d0500233d93c4fc892de\\transformed\\drawerlayout-1.1.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1,-1",
+ "startColumns": "-1,-1,-1",
+ "startOffsets": "-1,-1,-1"
+ },
+ "to": {
+ "startLines": "119,122,1744",
+ "startColumns": "4,4,4",
+ "startOffsets": "5915,6079,89723",
+ "endColumns": "55,47,51",
+ "endOffsets": "5966,6122,89770"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c73afc1fa215d9ca128620a3c01802b0\\transformed\\core-1.9.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
+ },
+ "to": {
+ "startLines": "450,614,615,863,864,1737,1738,1739,1740,1741,1742,1743,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2404,2405,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2459,2534,2736,6553,6554,6558,6559,6563,7649,7650",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "22932,31162,31234,49215,49284,89235,89305,89373,89445,89515,89576,89650,134189,134250,134311,134373,134437,134499,134560,134628,134728,134788,134854,134927,134996,135053,135105,135897,135969,136045,136110,136169,136228,136288,136348,136408,136468,136528,136588,136648,136708,136768,136828,136887,136947,137007,137067,137127,137187,137247,137307,137367,137427,137487,137546,137606,137666,137725,137784,137843,137902,137961,138510,138545,140169,140224,140287,140342,140400,140458,140519,140582,140639,140690,140740,140801,140858,140924,140958,141381,146064,169789,433141,433258,433459,433569,433770,510178,510250",
+ "endLines": "450,614,615,863,864,1737,1738,1739,1740,1741,1742,1743,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2404,2405,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2459,2534,2736,6553,6557,6558,6562,6563,7649,7650",
+ "endColumns": "59,71,87,68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,64,58,58,59,59,59,59,59,59,59,59,59,59,58,59,59,59,59,59,59,59,59,59,59,58,59,59,58,58,58,58,58,58,34,34,54,62,54,57,57,60,62,56,50,49,60,56,65,33,34,34,69,70,116,12,109,12,128,71,66",
+ "endOffsets": "22987,31229,31317,49279,49342,89300,89368,89440,89510,89571,89645,89718,134245,134306,134368,134432,134494,134555,134623,134723,134783,134849,134922,134991,135048,135100,135162,135964,136040,136105,136164,136223,136283,136343,136403,136463,136523,136583,136643,136703,136763,136823,136882,136942,137002,137062,137122,137182,137242,137302,137362,137422,137482,137541,137601,137661,137720,137779,137838,137897,137956,138015,138540,138575,140219,140282,140337,140395,140453,140514,140577,140634,140685,140735,140796,140853,140919,140953,140988,141411,146129,169855,433253,433454,433564,433765,433894,510245,510312"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bfcc77e708844d34c3925b27a20fb305\\transformed\\ssp-android-1.0.6\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
+ },
+ "to": {
+ "startLines": "892,903,915,927,939,951,963,975,987,999,1011,1013,1025,1037,1049,1061,1073,1085,1097,1109,1121,1133,1135,1147,1159,1171,1183,1195,1207,1219,1231,1243,1255,1257,1269,1281,1293,1305,1317,1329,1341,1353,1365,1377,1379,1391,1403,1415,1427,1439,1451,1463,1475,1487,1499,1501,1504,1506,1508,1510,1512,1514,1516,1518,1520,1522,1524,1526,1528,1530,1532,1534,1536,1538,1540,1542,1544,1546,1548,1550,1552,1554,1556,1558,1560,1562,1564,1566,1568,1570,1572,1574,1576,1578,1580,1582,1584,1586,1588,1590",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "51069,51540,52052,52564,53076,53588,54100,54612,55124,55636,56148,56228,56738,57250,57762,58274,58786,59298,59810,60322,60834,61346,61426,61936,62448,62960,63472,63984,64496,65008,65520,66032,66544,66624,67134,67646,68158,68670,69182,69694,70206,70718,71230,71742,71822,72332,72844,73356,73868,74380,74892,75404,75916,76428,76940,77020,77143,77225,77307,77389,77471,77553,77635,77717,77799,77881,77961,78041,78123,78205,78287,78369,78451,78533,78615,78697,78779,78859,78939,79021,79103,79185,79267,79349,79431,79513,79595,79677,79757,79837,79919,80001,80083,80165,80247,80329,80411,80493,80575,80655",
+ "endColumns": "42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38",
+ "endOffsets": "51107,51576,52088,52600,53112,53624,54136,54648,55160,55672,56184,56262,56774,57286,57798,58310,58822,59334,59846,60358,60870,61382,61460,61972,62484,62996,63508,64020,64532,65044,65556,66068,66580,66658,67170,67682,68194,68706,69218,69730,70242,70754,71266,71778,71856,72368,72880,73392,73904,74416,74928,75440,75952,76464,76976,77054,77179,77261,77343,77425,77507,77589,77671,77753,77835,77917,77995,78077,78159,78241,78323,78405,78487,78569,78651,78733,78815,78893,78975,79057,79139,79221,79303,79385,79467,79549,79631,79713,79791,79873,79955,80037,80119,80201,80283,80365,80447,80529,80611,80689"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bd2013a7ba3836a0788f3d8b2296a53a\\transformed\\lifecycle-runtime-2.5.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1",
+ "startColumns": "-1",
+ "startOffsets": "-1"
+ },
+ "to": {
+ "startLines": "2470",
+ "startColumns": "4",
+ "startOffsets": "141895",
+ "endColumns": "42",
+ "endOffsets": "141933"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\0f83c5d5bf7c6e76956157cb777fbf37\\transformed\\cardview-1.0.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
+ },
+ "to": {
+ "startLines": "35,629,630,631,632,1733,1734,1735,2779,6022,6024,6027",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "1640,32324,32385,32447,32509,89010,89069,89126,172853,396717,396781,396907",
+ "endLines": "35,629,630,631,632,1733,1734,1735,2785,6023,6026,6029",
+ "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12",
+ "endOffsets": "1687,32380,32442,32504,32568,89064,89121,89175,173262,396776,396902,397030"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\6bd59ce5ad314a42b8a1944d4e5257cc\\transformed\\activity-1.6.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1",
+ "startColumns": "-1",
+ "startOffsets": "-1"
+ },
+ "to": {
+ "startLines": "2471",
+ "startColumns": "4",
+ "startOffsets": "141938",
+ "endColumns": "59",
+ "endOffsets": "141993"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\38d09d4ba0d273158c68be2805b798b3\\transformed\\coordinatorlayout-1.1.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1",
+ "startColumns": "-1,-1",
+ "startOffsets": "-1,-1"
+ },
+ "to": {
+ "startLines": "90,9544",
+ "startColumns": "4,4",
+ "startOffsets": "4684,631457",
+ "endLines": "90,9546",
+ "endColumns": "60,12",
+ "endOffsets": "4740,631597"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\5a2714f4bbc0cdf11514cfbca0fdbbef\\transformed\\lottie-3.4.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1",
+ "startColumns": "-1,-1",
+ "startOffsets": "-1,-1"
+ },
+ "to": {
+ "startLines": "370,2406",
+ "startColumns": "4,4",
+ "startOffsets": "18008,138580",
+ "endColumns": "62,46",
+ "endOffsets": "18066,138622"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\93ac10b68cc6b2ecdb3339310a897f91\\transformed\\fragment-1.3.6\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1,-1",
+ "startColumns": "-1,-1,-1",
+ "startOffsets": "-1,-1,-1"
+ },
+ "to": {
+ "startLines": "2399,2434,2474",
+ "startColumns": "4,4,4",
+ "startOffsets": "138266,140058,142102",
+ "endColumns": "56,64,63",
+ "endOffsets": "138318,140118,142161"
+ }
+ },
+ {
+ "source": "E:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\src\\main\\res\\values\\colors.xml",
+ "from": {
+ "startLines": "-1,-1,-1,-1,-1,-1,-1,-1",
+ "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1",
+ "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1"
+ },
+ "to": {
+ "startLines": "620,676,873,874,875,886,887,890",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "31641,35542,49935,49982,50029,50773,50818,50984",
+ "endColumns": "41,40,46,46,46,44,44,41",
+ "endOffsets": "31678,35578,49977,50024,50071,50813,50858,51021"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2f39a46430ef5bda8273860566a3eff8\\transformed\\databinding-runtime-7.4.2\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1",
+ "startColumns": "-1",
+ "startOffsets": "-1"
+ },
+ "to": {
+ "startLines": "2398",
+ "startColumns": "4",
+ "startOffsets": "138225",
+ "endColumns": "40",
+ "endOffsets": "138261"
+ }
+ },
+ {
+ "source": "E:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\src\\main\\res\\values\\themes.xml",
+ "from": {
+ "startLines": "-1,-1,-1,-1,-1,-1",
+ "startColumns": "-1,-1,-1,-1,-1,-1",
+ "startOffsets": "-1,-1,-1,-1,-1,-1"
+ },
+ "to": {
+ "startLines": "6015,6030,6491,7040,9547,9555",
+ "startColumns": "4,4,4,4,4,4",
+ "startOffsets": "396457,397035,427225,466101,631602,631907",
+ "endLines": "6021,6045,6496,7052,9554,9561",
+ "endColumns": "12,12,12,12,12,12",
+ "endOffsets": "396712,397608,427422,466657,631902,632267"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9ae6143ba7d88d1cbf68916d08d2afcb\\transformed\\material-1.8.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
+ },
+ "to": {
+ "startLines": "10,16,27,30,31,32,33,34,37,38,39,40,41,43,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,98,99,121,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,207,209,210,212,213,214,215,216,217,218,219,369,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,447,448,449,475,487,488,489,490,491,492,493,494,495,496,497,498,502,503,504,505,507,508,509,510,511,512,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,553,554,565,575,576,606,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,1732,1736,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2357,2358,2407,2408,2409,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2428,2431,2432,2433,2452,2453,2454,2455,2456,2457,2458,2468,2477,2478,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2535,2571,2573,2574,2575,2576,2577,2578,2581,2582,2583,2584,2593,2596,2597,2598,2599,2605,2609,2610,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2653,2654,2655,2658,2661,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2716,2717,2718,2719,2720,2727,2730,2731,2733,2734,2742,2746,2750,2754,2797,2805,2812,2982,2985,2995,3004,3013,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3097,3098,3102,3103,3109,3113,3114,3115,3116,3126,3127,3128,3132,3133,3139,3143,3213,3216,3217,3221,3222,3225,3226,3227,3228,3469,3475,3713,3719,3960,3966,4204,4210,4273,4355,4407,4489,4551,4633,4697,4749,4831,4838,4844,4855,4859,4863,4876,5651,5667,5674,5680,5694,5707,5727,5744,5753,5758,5765,5785,5798,5815,5821,5827,5834,5838,5844,5857,5860,5870,5871,5872,5920,5924,5928,5932,5933,5934,5937,5951,5958,5972,6014,6046,6051,6055,6059,6064,6071,6077,6078,6081,6085,6090,6102,6106,6111,6116,6121,6124,6127,6130,6134,6277,6278,6279,6280,6357,6358,6359,6360,6361,6362,6363,6364,6365,6366,6367,6371,6375,6379,6383,6387,6391,6395,6396,6397,6398,6399,6400,6401,6402,6406,6410,6411,6415,6416,6419,6422,6425,6428,6432,6435,6438,6442,6446,6450,6454,6457,6460,6461,6462,6465,6469,6472,6475,6478,6481,6484,6487,6564,6567,6568,6571,6574,6575,6578,6579,6580,6584,6585,6590,6598,6606,6614,6622,6630,6638,6646,6654,6662,6671,6680,6689,6697,6706,6715,6718,6721,6722,6723,6724,6725,6726,6727,6728,6729,6730,6731,6732,6733,6736,6741,6746,6749,6750,6751,6752,6753,6761,6769,6770,6778,6782,6790,6798,6806,6814,6822,6823,6831,6839,6840,6843,6882,6884,6889,6891,6896,6900,6904,6905,6906,6907,6911,6915,6916,6920,6921,6922,6923,6924,6925,6926,6927,6928,6929,6930,6931,6932,6933,6934,6935,6939,6943,6944,6948,6949,6950,6955,6956,6957,6958,6959,6960,6961,6962,6963,6964,6965,6966,6967,6968,6969,6970,6971,6972,6973,6974,6975,6979,6980,6981,6987,6988,6992,6994,6995,7000,7001,7002,7003,7004,7005,7009,7010,7011,7017,7018,7022,7024,7028,7032,7036,7065,7066,7067,7068,7071,7074,7077,7080,7083,7088,7092,7093,7098,7102,7106,7110,7114,7119,7123,7128,7132,7136,7170,7171,7172,7173,7174,7178,7179,7180,7181,7185,7189,7193,7197,7201,7205,7209,7213,7219,7220,7254,7268,7273,7299,7306,7309,7320,7325,7328,7360,7366,7367,7370,7373,7376,7379,7382,7385,7389,7392,7393,7394,7402,7410,7413,7418,7423,7428,7433,7437,7441,7442,7450,7451,7452,7453,7454,7462,7467,7472,7473,7474,7475,7500,7506,7511,7514,7518,7521,7525,7535,7538,7543,7546,7550,7651,7659,7673,7686,7690,7705,7716,7719,7730,7735,7739,7774,7775,7776,7783,7790,7797,7804,7811,7822,7849,7854,7874,7877,7884,7897,7906,7909,7929,7939,7943,7947,7960,7964,7968,7972,7978,7982,7999,8007,8011,8015,8019,8022,8026,8030,8034,8041,8045,8046,8050,8076,8086,8111,8120,8140,8150,8154,8164,8189,8199,8202,8206,8207,8208,8209,8213,8217,8221,8222,8234,8235,8236,8239,8242,8245,8248,8251,8254,8257,8260,8263,8266,8269,8272,8275,8278,8281,8284,8287,8290,8293,8296,8299,8300,8305,8306,8318,8326,8330,8335,8340,8344,8347,8351,8355,8358,8361,8364,8368,8373,8378,8381,8388,8392,8396,8404,8409,8414,8415,8419,8422,8425,8437,8442,8452,8455,8459,8473,8477,8482,8498,8505,8531,8534,8537,8540,8543,8546,8549,8567,8572,8579,8586,8595,8602,8607,8618,8622,8629,8632,8637,8638,8639,8640,8644,8648,8652,8656,8689,8692,8696,8700,8731,8734,8738,8742,8751,8757,8760,8769,8773,8774,8781,8785,8792,8793,8794,8797,8802,8807,8808,8812,8820,8839,8843,8844,8856,8866,8867,8879,8884,8908,8911,8917,8920,8929,8937,8941,8944,8947,8950,8954,8957,8974,8978,8981,8996,8999,9007,9012,9019,9024,9025,9030,9031,9037,9043,9049,9081,9092,9109,9116,9120,9123,9135,9144,9148,9153,9157,9161,9165,9169,9173,9177,9181,9186,9189,9201,9206,9215,9218,9225,9226,9230,9239,9245,9249,9250,9254,9275,9281,9285,9289,9290,9308,9309,9310,9311,9312,9317,9320,9321,9327,9328,9340,9352,9359,9360,9365,9370,9371,9375,9389,9394,9400,9406,9412,9417,9423,9429,9430,9435,9450,9455,9464,9473,9476,9490,9495,9506,9510,9519,9528,9529,9536,13746,13747,13748,13749,13750,13751,13752,13753,13754,13755,13756,13757,13758,13759,13760,13761,13762,13763,13764,13765,13766,13767,13768,13769,13770,13771,13772,13773,13774,13775,13776,13777,13778,13779,13780,13781,13782,13783,13784,13785,13786,13787,13788,13789,13790,13791,13792,13793,13794,13795,13796,13797,13798,13799,13800,13801,13802,13803,13804,13805,13806,13807,13808,13809,13810,13811,13812,13813,13814,13815,13816,13817,13818,13819,13820,13821,13822,13823,13824,13825,13826,13827,13828,13829,13830,13831,13832,13833,13834,13835,13836,13837,13838,13839,13840,13841,13842,13843,13844,13845,13846,13847,13848,13849,13850,13851,13852,13853,13854,13855,13856,13857,13858,13859,13860,13861,13862,13863,13864,13865,13866,13867,13868,13869,13870,13871,13872,13873,13874,13875,13876,13877,13878,13879,13880,13881,13882,13883,13884,13885,13886,13887,13888,13889,13890,13891,13892,13893,13894,13895,13896,13897,13898,13899,13900,13901,13902,13903,13904,13905,13906,13907,13908,13909,13910,13911,13912,13913,13914,13915,13916,13917,13918,13919,13920,13921,13922,13923,13924,13925,13926,13927,13928,13929,13930,13931,13932,13933,13934,13935,13936,13937,13938,13939,13940,13941,13942,13943,13944,13945,13946,13947,13948,13949,13950",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "490,732,1185,1343,1399,1459,1520,1585,1740,1790,1840,1893,1951,2050,2420,2468,2539,2611,2683,2756,2823,2872,2926,2963,3014,3074,3121,3177,3226,3284,3340,3391,3451,3500,3556,3612,3662,3721,3768,3822,3878,3932,3986,4040,4089,4147,4203,4250,4304,4358,4406,5031,5085,6016,6127,6189,6245,6305,6358,6419,6498,6579,6651,6730,6810,6886,6964,7033,7109,7186,7257,7330,7406,7484,7553,7629,7706,7770,7841,10354,10450,10503,10607,10674,10727,10779,10829,10887,10952,11000,17941,18071,18137,18195,18264,18322,18391,18461,18534,18608,18676,18743,18813,18879,18952,19012,19088,19148,19208,19283,19351,19417,19485,19545,19604,19661,19727,19789,19846,19914,19987,20057,20119,20180,20248,20310,20366,20425,20487,20549,20616,20673,20734,20795,20856,20917,20973,21029,21085,21141,21199,21257,21315,21373,21430,21487,21544,21601,21660,21719,21777,21860,21943,22016,22070,22139,22195,22276,22357,22428,22763,22816,22874,23961,24520,24566,24626,24680,24750,24820,24885,24951,25016,25084,25153,25221,25351,25404,25463,25521,25619,25669,25721,25767,25817,25873,25967,26025,26083,26145,26208,26270,26329,26389,26454,26520,26585,26647,26709,26771,26833,26895,26957,27023,27090,27156,27219,27283,27346,27414,27475,27537,27599,27662,27726,27789,27853,27931,27990,28056,28136,28197,28401,28459,28892,29343,29407,30599,32573,32647,32718,32784,32858,32927,32998,33071,33142,33210,33283,33359,33429,33507,33575,33641,33702,33771,33835,33901,33969,34035,34098,34166,34237,34302,34375,34438,34519,34583,34649,34719,34789,34859,34929,35718,35775,35833,35892,35952,36011,36070,36129,36188,36247,36306,36365,36424,36483,36542,36602,36663,36725,36786,36847,36908,36969,37030,37091,37152,37213,37274,37335,37403,37472,37542,37611,37680,37749,37818,37887,37956,38025,38094,38163,38232,38292,38353,38415,38476,38537,38598,38659,38720,38781,38842,38903,38964,39025,39087,39150,39214,39277,39340,39403,39466,39529,39592,39655,39718,39781,39844,39905,39967,40030,40092,40154,40216,40278,40340,40402,40464,40526,40588,40650,40707,40794,40874,40964,41059,41151,41243,41333,41416,41509,41596,41693,41784,41885,41972,42075,42164,42263,42355,42455,42539,42633,42721,42819,42903,43003,43089,43185,43273,43354,43445,43541,43634,43727,43818,43903,43997,44086,44184,44277,44379,44467,44571,44662,44762,44855,44956,45041,45136,45225,45324,45409,45510,45597,46366,46432,46508,46577,46656,46729,46797,46875,46951,47022,47103,47176,47259,47334,47419,47492,47573,47654,47728,47812,47882,47962,48040,48112,48194,48264,48342,48420,48498,48569,48650,48715,48781,48834,48910,48976,49063,49139,88945,89180,89775,89829,89908,89986,90059,90124,90187,90253,90324,90395,90465,90527,90596,90662,90722,90789,90856,90912,90963,91016,91068,91122,91193,91256,91315,91377,91436,91509,91576,91646,91706,91769,91844,91916,92012,92083,92139,92210,92267,92324,92390,92454,92525,92582,92635,92698,92750,92808,94045,94114,94180,94239,94322,94381,94438,94505,94575,94649,94711,94780,94850,94904,94957,95011,95070,95116,95173,95240,95296,95361,95435,95519,95592,95657,95719,95775,95849,95932,96021,96085,96164,96238,96300,96396,96461,96520,96576,96632,96692,96799,96846,96906,96967,97031,97092,97152,97210,97253,97302,97354,97405,97457,97506,97555,97620,97686,97746,97807,97863,97922,97997,98054,98138,98195,98270,98345,98396,98464,98514,98576,98636,98693,98753,98802,98870,98976,99078,99147,99218,99318,99389,99499,99588,99644,99745,99855,99961,100038,100150,100277,100389,100516,100586,100700,100831,100928,100996,101114,101217,101335,101396,101470,101537,101642,101764,101838,101905,102015,102114,102187,102304,102372,102478,102580,102660,102731,102827,102894,102968,103042,103128,103216,103295,103373,103474,103545,103610,103722,103828,103896,104009,104122,104240,104318,104390,104526,104662,104747,104887,104963,105101,105239,105381,105463,105525,105621,105688,105805,105926,106023,106105,106192,106279,106410,106541,106676,106787,106901,107003,107099,107203,107270,107342,107452,107558,107631,107722,107824,107927,108022,108129,108234,108356,108478,108604,108663,108721,108845,108969,109097,109215,109333,109455,109536,109593,109654,109713,109773,109831,109892,109950,110000,110049,110116,110175,110234,110283,110358,110429,110498,110561,110629,110695,110763,110828,110894,110971,111049,111155,111261,111357,111486,111575,111702,111768,111837,111903,112001,112097,112193,112291,112400,112495,112584,112646,112706,112771,112828,112909,112963,113020,113117,113227,113314,113404,113456,113548,113641,113743,113799,113858,113907,113999,114048,114102,114156,114210,114264,114318,114373,114483,114593,114703,114813,114923,115033,115143,115253,115359,115465,115571,115677,115772,115867,115962,116057,116163,116269,116375,116481,116576,116671,116766,116861,116969,117077,117185,117293,117390,117487,117584,117681,117789,117897,118005,118113,118211,118307,118403,118501,118566,118654,118712,118776,118837,118899,118959,119021,119089,119147,119210,119273,119340,119415,119488,119554,119606,119659,119711,119768,119852,119947,120032,120113,120193,120270,120349,120426,120500,120574,120645,120725,120797,120872,120937,120998,121058,121133,121207,121284,121357,121427,121499,121569,121642,121706,121776,121824,121893,121945,122030,122113,122171,122237,122304,122370,122451,122526,122582,122635,122696,122754,122804,122853,122902,122951,123013,123065,123110,123191,123242,123296,123349,123403,123454,123503,123569,123620,123681,123742,123804,123854,123895,123972,124031,124090,124149,124210,124266,124322,124389,124450,124515,124570,124635,124704,124772,124850,124919,124979,125050,125124,125189,125261,125331,125398,125482,125551,125618,125688,125751,125818,125886,125969,126048,126138,126215,126283,126350,126428,126485,126542,126610,126676,126732,126792,126851,126905,126955,127005,127053,127115,127166,127239,127319,127399,127463,127530,127601,127659,127720,127786,127845,127912,127972,128032,128095,128163,128224,128291,128369,128439,128488,128545,128614,128675,128763,128851,128939,129027,129114,129201,129288,129375,129433,129507,129577,129633,129704,129769,129831,129906,129979,130069,130135,130201,130262,130326,130388,130446,130517,130600,130659,130730,130796,130861,130922,130981,131052,131118,131183,131266,131342,131417,131498,131558,131627,131697,131766,131821,131877,131933,131994,132052,132108,132163,132225,132282,132376,132445,132546,132597,132667,132730,132786,132844,132898,132984,133068,133138,133207,133277,133392,133513,133580,133647,133722,133789,133848,133902,133956,134010,134063,134115,135620,135757,138627,138676,138726,138817,138865,138921,138979,139041,139096,139154,139225,139289,139348,139410,139476,139781,139926,139970,140015,141034,141085,141132,141177,141228,141279,141330,141802,142292,142358,142537,142600,142672,142729,142784,142842,142897,142956,143012,143081,143150,143219,143289,143352,143415,143478,143541,143606,143671,143736,143801,143864,143928,143992,144056,144122,144188,144256,144324,144390,144457,144531,144594,144651,144711,144776,144843,144908,144965,145026,145084,145188,145299,145408,145512,145590,145655,145722,145788,145858,145905,145957,146007,146134,148616,148822,148953,149137,149315,149553,149742,150005,150103,150218,150303,150952,151112,151177,151266,151423,151864,152249,152403,152563,152729,152854,152979,153149,153259,153380,153501,153611,153723,153846,153969,154051,154224,154392,154540,154699,154854,155027,155144,155261,155429,155541,155655,155827,156003,156161,156294,156406,156552,156704,156836,156979,157101,157279,157415,157511,157647,157742,157909,158002,158094,158281,158437,158615,158779,158961,159278,159460,159642,159832,160064,160254,160431,160593,160750,160860,161043,161180,161400,161584,161768,161928,162086,162270,162497,162700,162871,163091,163313,163468,163668,163852,163955,164145,164286,164451,164622,164822,165026,165228,165393,165598,165797,165996,166193,166284,166433,166583,166667,166816,166961,167113,167254,167420,167690,167768,168069,168235,168390,168859,169017,169181,169405,169628,170302,170579,170851,171117,173945,174396,174852,185989,186137,186651,187088,187522,191862,191947,192068,192167,192284,192371,192494,192595,192714,192807,192914,193257,193364,193609,193730,194139,194387,194487,194592,194711,195220,195367,195486,195737,195870,196285,196539,201754,202001,202126,202443,202564,202792,202913,203046,203193,221854,222281,240691,241115,259814,260243,278691,279117,283958,289375,293466,298897,303639,309016,313000,316992,322383,322865,323298,324054,324284,324527,325660,373830,374734,375198,375591,376671,377415,378608,379592,380070,380363,380746,382261,383026,384169,384610,385051,385527,385801,386198,387129,387307,388060,388197,388288,390482,390748,391070,391280,391389,391508,391692,392664,393134,393885,396362,397613,397912,398140,398368,398627,399203,399557,399679,399818,400092,400352,401222,401508,401911,402313,402656,402868,403069,403282,403571,414458,414531,414618,414703,419372,419495,419618,419749,419866,419986,420118,420232,420350,420463,420584,420772,420959,421140,421323,421507,421688,421870,421990,422110,422218,422328,422440,422548,422658,422823,422989,423116,423281,423382,423502,423663,423826,423987,424154,424273,424390,424570,424752,424933,425116,425271,425403,425525,425660,425823,426016,426142,426294,426436,426606,426762,426934,433899,434094,434186,434359,434521,434616,434785,434879,434968,435211,435300,435593,436056,436523,436991,437464,437928,438391,438855,439320,439781,440249,440720,441190,441648,442117,442587,442777,442956,443062,443170,443276,443388,443502,443614,443728,443844,443958,444066,444176,444284,444480,444859,445263,445410,445518,445628,445736,445850,446259,446673,446789,447207,447448,447878,448313,448723,449145,449555,449677,450086,450502,450624,450842,453662,453730,454074,454154,454510,454660,454804,454880,454992,455082,455344,455609,455708,455860,455968,456044,456156,456246,456348,456456,456564,456664,456772,456857,456961,457048,457126,457240,457332,457596,457863,457964,458117,458227,458311,458700,458798,458906,459000,459130,459238,459360,459496,459604,459724,459858,459980,460108,460250,460376,460516,460642,460760,460892,460990,461100,461400,461512,461630,462094,462210,462513,462639,462735,463136,463246,463370,463508,463618,463740,464052,464176,464306,464782,464910,465225,465363,465525,465741,465897,467665,467733,467817,467921,468124,468313,468514,468707,468912,469225,469437,469553,469799,470015,470219,470410,470628,470865,471017,471277,471419,471580,474163,474277,474397,474513,474607,474928,475027,475145,475246,475525,475810,476089,476371,476624,476883,477136,477392,477816,477892,480486,481841,482285,484139,484714,484922,485932,486312,486453,488954,489380,489492,489627,489824,489995,490178,490353,490540,490762,490920,491004,491108,491595,492151,492309,492528,492759,492982,493217,493439,493705,493843,494442,494556,494694,494806,494930,495501,495996,496542,496687,496780,496872,498799,499369,499667,499856,500062,500255,500465,501349,501494,501886,502044,502261,510317,510749,511624,512244,512441,513389,514154,514277,515050,515271,515471,517448,517548,517638,518009,518679,519361,520041,520733,521302,522915,523236,524299,524469,524994,525889,526523,526689,528175,528791,529027,529248,530206,530471,530736,530948,531362,531598,532883,533332,533519,533768,534010,534186,534427,534660,534885,535227,535440,535535,535796,537147,537622,538848,539318,540366,540818,541062,541519,542764,543247,543397,543741,543887,544025,544161,544449,544750,545052,545168,545997,546119,546231,546380,546646,546916,547182,547450,547706,547966,548222,548480,548732,548988,549240,549494,549726,549962,550214,550470,550722,550976,551208,551442,551554,551979,552103,553040,553638,553834,554071,554339,554632,554849,555063,555362,555554,555766,555946,556238,556502,556839,557058,557471,557708,558000,558605,558843,559112,559252,559506,559650,559840,560648,560988,561736,561960,562257,563036,563373,563773,565082,565667,567740,567934,568152,568378,568590,568789,568996,570119,570356,570831,571221,571685,572024,572361,573121,573385,573728,573919,574266,574354,574462,574570,574883,575208,575527,575858,578425,578613,578874,579123,581564,581756,582021,582274,582790,583140,583309,583823,584058,584182,584594,584808,585210,585313,585443,585618,585870,586066,586206,586400,586898,587967,588255,588385,589162,589819,589965,590671,590909,592449,592599,593016,593181,593867,594337,594533,594624,594708,594852,595086,595253,596181,596467,596627,597242,597401,597729,597956,598468,598830,598909,599248,599353,599718,600089,600450,602324,602953,604029,604453,604706,604858,605848,606585,606788,607034,607281,607499,607741,608062,608326,608631,608854,609165,609354,610069,610338,610832,611058,611498,611657,611941,612686,613051,613356,613514,613752,615071,615469,615697,615917,616059,617349,617455,617585,617723,617847,618135,618304,618404,618689,618803,619686,620441,620880,621004,621250,621443,621577,621768,622547,622765,623056,623335,623652,623874,624169,624452,624556,624839,625655,625971,626532,627038,627243,628029,628434,629095,629284,629835,630401,630521,630923,764975,765070,765163,765247,765334,765432,765523,765614,765702,765786,765882,765986,766060,766145,766244,766348,766444,766546,766649,766749,766839,766924,767025,767123,767213,767308,767395,767501,767603,767697,767788,767869,767945,768037,768126,768246,768357,768440,768526,768621,768715,768821,768919,769016,769111,769209,769309,769412,769507,769600,769694,769786,769888,769986,770089,770174,770272,770394,770492,770605,770699,770788,770877,770960,771051,771136,771244,771345,771446,771544,771650,771741,771840,771937,772035,772131,772224,772334,772432,772527,772637,772729,772829,772928,773015,773119,773224,773331,773438,773537,773646,773738,773835,773946,774057,774168,774272,774387,774503,774630,774750,774830,774938,775028,775129,775212,775303,775388,775480,775583,775678,775774,775867,775948,776057,776136,776243,776334,776433,776526,776629,776733,776834,776935,777039,777133,777237,777341,777454,777560,777666,777774,777891,777980,778088,778188,778267,778357,778441,778533,778606,778694,778776,778861,778960,779057,779148,779239,779331,779426,779524,779623,779725,779822,779919,780012,780099,780183,780280,780377,780470,780557,780648,780747,780846,780941,781030,781111,781210,781305,781402,781498,781595,781679,781778,781873,781970,782066,782163,782252,782353,782450,782549,782647,782746,782836,782927,783016,783105,783187,783280,783371,783444,783511,783584,783651,783727,783804,783856,783929,784002,784068,784135,784203,784269",
+ "endLines": "10,16,27,30,31,32,33,34,37,38,39,40,41,43,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,98,99,121,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,207,209,210,212,213,214,215,216,217,218,219,369,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,442,447,448,449,475,487,488,489,490,491,492,493,494,495,496,497,501,502,503,504,505,507,508,509,510,511,512,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,553,554,565,575,576,606,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,1732,1736,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2357,2358,2407,2408,2409,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2428,2431,2432,2433,2452,2453,2454,2455,2456,2457,2458,2468,2477,2478,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2538,2571,2573,2574,2575,2576,2577,2578,2581,2582,2583,2584,2595,2596,2597,2598,2599,2605,2609,2610,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2653,2654,2657,2660,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2716,2717,2718,2719,2720,2729,2730,2731,2733,2734,2745,2749,2753,2757,2804,2811,2819,2984,2994,3003,3012,3021,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3096,3097,3101,3102,3108,3112,3113,3114,3115,3125,3126,3127,3131,3132,3138,3142,3143,3215,3216,3220,3221,3224,3225,3226,3227,3468,3474,3712,3718,3959,3965,4203,4209,4272,4354,4406,4488,4550,4632,4696,4748,4830,4837,4843,4854,4858,4862,4875,4890,5666,5673,5679,5693,5706,5726,5743,5752,5757,5764,5784,5797,5814,5820,5826,5833,5837,5843,5856,5859,5869,5870,5871,5919,5923,5927,5931,5932,5933,5936,5950,5957,5971,6013,6014,6050,6054,6058,6063,6070,6076,6077,6080,6084,6089,6101,6105,6110,6115,6120,6123,6126,6129,6133,6137,6277,6278,6279,6280,6357,6358,6359,6360,6361,6362,6363,6364,6365,6366,6370,6374,6378,6382,6386,6390,6394,6395,6396,6397,6398,6399,6400,6401,6405,6409,6410,6414,6415,6418,6421,6424,6427,6431,6434,6437,6441,6445,6449,6453,6456,6459,6460,6461,6464,6468,6471,6474,6477,6480,6483,6486,6490,6566,6567,6570,6573,6574,6577,6578,6579,6583,6584,6589,6597,6605,6613,6621,6629,6637,6645,6653,6661,6670,6679,6688,6696,6705,6714,6717,6720,6721,6722,6723,6724,6725,6726,6727,6728,6729,6730,6731,6732,6735,6740,6745,6748,6749,6750,6751,6752,6760,6768,6769,6777,6781,6789,6797,6805,6813,6821,6822,6830,6838,6839,6842,6845,6883,6888,6890,6895,6899,6903,6904,6905,6906,6910,6914,6915,6919,6920,6921,6922,6923,6924,6925,6926,6927,6928,6929,6930,6931,6932,6933,6934,6938,6942,6943,6947,6948,6949,6954,6955,6956,6957,6958,6959,6960,6961,6962,6963,6964,6965,6966,6967,6968,6969,6970,6971,6972,6973,6974,6978,6979,6980,6986,6987,6991,6993,6994,6999,7000,7001,7002,7003,7004,7008,7009,7010,7016,7017,7021,7023,7027,7031,7035,7039,7065,7066,7067,7070,7073,7076,7079,7082,7087,7091,7092,7097,7101,7105,7109,7113,7118,7122,7127,7131,7135,7169,7170,7171,7172,7173,7177,7178,7179,7180,7184,7188,7192,7196,7200,7204,7208,7212,7218,7219,7253,7267,7272,7298,7305,7308,7319,7324,7327,7359,7365,7366,7369,7372,7375,7378,7381,7384,7388,7391,7392,7393,7401,7409,7412,7417,7422,7427,7432,7436,7440,7441,7449,7450,7451,7452,7453,7461,7466,7471,7472,7473,7474,7499,7505,7510,7513,7517,7520,7524,7534,7537,7542,7545,7549,7553,7658,7672,7685,7689,7704,7715,7718,7729,7734,7738,7773,7774,7775,7782,7789,7796,7803,7810,7821,7848,7853,7873,7876,7883,7896,7905,7908,7928,7938,7942,7946,7959,7963,7967,7971,7977,7981,7998,8006,8010,8014,8018,8021,8025,8029,8033,8040,8044,8045,8049,8075,8085,8110,8119,8139,8149,8153,8163,8188,8198,8201,8205,8206,8207,8208,8212,8216,8220,8221,8233,8234,8235,8238,8241,8244,8247,8250,8253,8256,8259,8262,8265,8268,8271,8274,8277,8280,8283,8286,8289,8292,8295,8298,8299,8304,8305,8317,8325,8329,8334,8339,8343,8346,8350,8354,8357,8360,8363,8367,8372,8377,8380,8387,8391,8395,8403,8408,8413,8414,8418,8421,8424,8436,8441,8451,8454,8458,8472,8476,8481,8497,8504,8530,8533,8536,8539,8542,8545,8548,8566,8571,8578,8585,8594,8601,8606,8617,8621,8628,8631,8636,8637,8638,8639,8643,8647,8651,8655,8688,8691,8695,8699,8730,8733,8737,8741,8750,8756,8759,8768,8772,8773,8780,8784,8791,8792,8793,8796,8801,8806,8807,8811,8819,8838,8842,8843,8855,8865,8866,8878,8883,8907,8910,8916,8919,8928,8936,8940,8943,8946,8949,8953,8956,8973,8977,8980,8995,8998,9006,9011,9018,9023,9024,9029,9030,9036,9042,9048,9080,9091,9108,9115,9119,9122,9134,9143,9147,9152,9156,9160,9164,9168,9172,9176,9180,9185,9188,9200,9205,9214,9217,9224,9225,9229,9238,9244,9248,9249,9253,9274,9280,9284,9288,9289,9307,9308,9309,9310,9311,9316,9319,9320,9326,9327,9339,9351,9358,9359,9364,9369,9370,9374,9388,9393,9399,9405,9411,9416,9422,9428,9429,9434,9449,9454,9463,9472,9475,9489,9494,9505,9509,9518,9527,9528,9535,9543,13746,13747,13748,13749,13750,13751,13752,13753,13754,13755,13756,13757,13758,13759,13760,13761,13762,13763,13764,13765,13766,13767,13768,13769,13770,13771,13772,13773,13774,13775,13776,13777,13778,13779,13780,13781,13782,13783,13784,13785,13786,13787,13788,13789,13790,13791,13792,13793,13794,13795,13796,13797,13798,13799,13800,13801,13802,13803,13804,13805,13806,13807,13808,13809,13810,13811,13812,13813,13814,13815,13816,13817,13818,13819,13820,13821,13822,13823,13824,13825,13826,13827,13828,13829,13830,13831,13832,13833,13834,13835,13836,13837,13838,13839,13840,13841,13842,13843,13844,13845,13846,13847,13848,13849,13850,13851,13852,13853,13854,13855,13856,13857,13858,13859,13860,13861,13862,13863,13864,13865,13866,13867,13868,13869,13870,13871,13872,13873,13874,13875,13876,13877,13878,13879,13880,13881,13882,13883,13884,13885,13886,13887,13888,13889,13890,13891,13892,13893,13894,13895,13896,13897,13898,13899,13900,13901,13902,13903,13904,13905,13906,13907,13908,13909,13910,13911,13912,13913,13914,13915,13916,13917,13918,13919,13920,13921,13922,13923,13924,13925,13926,13927,13928,13929,13930,13931,13932,13933,13934,13935,13936,13937,13938,13939,13940,13941,13942,13943,13944,13945,13946,13947,13948,13949,13950",
+ "endColumns": "55,48,54,55,59,60,64,54,49,49,52,57,47,68,47,70,71,71,72,66,48,53,36,50,59,46,55,48,57,55,50,59,48,55,55,49,58,46,53,55,53,53,53,48,57,55,46,53,53,47,56,53,55,62,61,55,59,52,60,78,80,71,78,79,75,77,68,75,76,70,72,75,77,68,75,76,63,70,71,50,52,54,66,52,51,49,57,64,47,50,66,65,57,68,57,68,69,72,73,67,66,69,65,72,59,75,59,59,74,67,65,67,59,58,56,65,61,56,67,72,69,61,60,67,61,55,58,61,61,66,56,60,60,60,60,55,55,55,55,57,57,57,57,56,56,56,56,58,58,57,82,82,72,53,68,55,80,80,70,9,52,57,57,57,45,59,53,69,69,64,65,64,67,68,67,9,52,58,57,51,49,51,45,49,55,46,57,57,61,62,61,58,59,64,65,64,61,61,61,61,61,61,65,66,65,62,63,62,67,60,61,61,62,63,62,63,77,58,65,79,60,52,57,50,44,63,58,61,73,70,65,73,68,70,72,70,67,72,75,69,77,67,65,60,68,63,65,67,65,62,67,70,64,72,62,80,63,65,69,69,69,69,66,56,57,58,59,58,58,58,58,58,58,58,58,58,58,59,60,61,60,60,60,60,60,60,60,60,60,60,67,68,69,68,68,68,68,68,68,68,68,68,68,59,60,61,60,60,60,60,60,60,60,60,60,60,61,62,63,62,62,62,62,62,62,62,62,62,62,60,61,62,61,61,61,61,61,61,61,61,61,61,56,86,79,89,94,91,91,89,82,92,86,96,90,100,86,102,88,98,91,99,83,93,87,97,83,99,85,95,87,80,90,95,92,92,90,84,93,88,97,92,101,87,103,90,99,92,100,84,94,88,98,84,100,86,96,65,75,68,78,72,67,77,75,70,80,72,82,74,84,72,80,80,73,83,69,79,77,71,81,69,77,77,77,70,80,64,65,52,75,65,86,75,75,64,54,53,78,77,72,64,62,65,70,70,69,61,68,65,59,66,66,55,50,52,51,53,70,62,58,61,58,72,66,69,59,62,74,71,95,70,55,70,56,56,65,63,70,56,52,62,51,57,66,68,65,58,82,58,56,66,69,73,61,68,69,53,52,53,58,45,56,66,55,64,73,83,72,64,61,55,73,82,88,63,78,73,61,95,64,58,55,55,59,106,46,59,60,63,60,59,57,42,48,51,50,51,48,48,64,65,59,60,55,58,74,56,83,56,74,74,50,67,49,61,59,56,59,48,67,105,101,68,70,99,70,109,88,55,100,109,105,76,111,126,111,126,69,113,130,96,67,117,102,117,60,73,66,104,121,73,66,109,98,72,116,67,105,101,79,70,95,66,73,73,85,87,78,77,100,70,64,111,105,67,112,112,117,77,71,135,135,84,139,75,137,137,141,81,61,95,66,116,120,96,81,86,86,130,130,134,110,113,101,95,103,66,71,109,105,72,90,101,102,94,106,104,121,121,125,58,57,123,123,127,117,117,121,80,56,60,58,59,57,60,57,49,48,66,58,58,48,74,70,68,62,67,65,67,64,65,76,77,105,105,95,128,88,126,65,68,65,97,95,95,97,108,94,88,61,59,64,56,80,53,56,96,109,86,89,51,91,92,101,55,58,48,91,48,53,53,53,53,53,54,109,109,109,109,109,109,109,109,105,105,105,105,94,94,94,94,105,105,105,105,94,94,94,94,107,107,107,107,96,96,96,96,107,107,107,107,97,95,95,97,64,87,57,63,60,61,59,61,67,57,62,62,66,74,72,65,51,52,51,56,83,94,84,80,79,76,78,76,73,73,70,79,71,74,64,60,59,74,73,76,72,69,71,69,72,63,69,47,68,51,84,82,57,65,66,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,50,53,52,53,50,48,65,50,60,60,61,49,40,76,58,58,58,60,55,55,66,60,64,54,64,68,67,77,68,59,70,73,64,71,69,66,83,68,66,69,62,66,67,82,78,89,76,67,66,77,56,56,67,65,55,59,58,53,49,49,47,61,50,72,79,79,63,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,86,86,86,86,57,73,69,55,70,64,61,74,72,89,65,65,60,63,61,57,70,82,58,70,65,64,60,58,70,65,64,82,75,74,80,59,68,69,68,54,55,55,60,57,55,54,61,56,93,68,100,50,69,62,55,57,53,85,83,69,68,69,114,120,66,66,74,66,58,53,53,53,52,51,73,136,139,48,49,49,47,55,57,61,54,57,70,63,58,61,65,65,42,43,44,42,50,46,44,50,50,50,50,47,65,61,62,71,56,54,57,54,58,55,68,68,68,69,62,62,62,62,64,64,64,64,62,63,63,63,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,103,110,108,103,77,64,66,65,69,46,51,49,56,12,149,130,183,177,237,188,168,97,114,84,78,11,64,88,156,156,152,153,58,165,124,124,169,109,120,120,109,111,122,122,81,172,167,147,158,154,172,116,116,167,111,113,171,175,157,132,111,145,151,131,142,121,177,135,95,135,94,166,92,91,186,11,11,11,181,316,181,181,189,231,189,176,161,156,109,182,136,219,183,183,159,157,183,226,202,170,219,221,154,199,183,102,189,140,164,170,199,203,201,164,204,198,198,196,90,148,149,83,148,144,151,140,165,160,77,300,165,154,101,11,163,185,222,124,10,10,10,10,10,10,10,10,10,10,10,10,84,120,98,116,86,122,100,118,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,10,124,10,120,10,120,132,146,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,136,90,10,10,10,10,108,118,10,10,10,10,10,94,10,10,10,10,10,10,121,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,122,122,130,116,119,131,113,117,112,120,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,126,10,100,10,10,10,10,10,10,10,10,10,10,10,10,10,121,134,10,10,10,10,10,10,10,10,10,10,91,10,10,94,10,93,88,10,88,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,105,107,105,111,113,111,113,115,113,107,109,107,10,10,10,10,107,109,107,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,10,10,10,10,10,10,75,111,89,10,10,98,10,107,75,111,89,101,107,107,99,107,84,103,86,77,113,91,10,10,100,10,109,83,10,97,107,93,129,107,121,135,107,119,133,121,127,141,125,139,125,117,131,97,109,10,111,117,10,115,10,10,95,10,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,10,115,10,10,10,10,10,10,10,10,10,10,10,113,119,115,93,10,98,117,100,10,10,10,10,10,10,10,10,10,75,10,10,10,10,10,10,10,10,10,10,10,111,10,10,10,10,10,10,10,10,83,103,10,10,10,10,10,10,10,10,10,137,10,113,137,111,123,10,10,10,144,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,99,89,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,94,10,10,10,10,10,10,10,10,10,10,10,10,10,145,137,135,10,10,10,115,10,121,111,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,111,10,123,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,139,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,87,107,107,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,123,10,10,10,102,129,10,10,10,139,10,10,10,10,129,10,10,145,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,78,10,104,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,158,10,10,10,10,157,10,10,10,10,10,141,10,105,129,137,123,10,10,99,10,113,10,10,10,123,10,10,133,10,10,10,10,10,10,10,10,10,103,10,10,10,10,10,10,10,10,10,10,10,10,119,10,10,94,92,83,86,97,90,90,87,83,95,103,73,84,98,103,95,101,102,99,89,84,100,97,89,94,86,105,101,93,90,80,75,91,88,119,110,82,85,94,93,105,97,96,94,97,99,102,94,92,93,91,101,97,102,84,97,121,97,112,93,88,88,82,90,84,107,100,100,97,105,90,98,96,97,95,92,109,97,94,109,91,99,98,86,103,104,106,106,98,108,91,96,110,110,110,103,114,115,126,119,79,107,89,100,82,90,84,91,102,94,95,92,80,108,78,106,90,98,92,102,103,100,100,103,93,103,103,112,105,105,107,116,88,107,99,78,89,83,91,72,87,81,84,98,96,90,90,91,94,97,98,101,96,96,92,86,83,96,96,92,86,90,98,98,94,88,80,98,94,96,95,96,83,98,94,96,95,96,88,100,96,98,97,98,89,90,88,88,81,92,90,72,66,72,66,75,76,51,72,72,65,66,67,65,66",
+ "endOffsets": "541,776,1235,1394,1454,1515,1580,1635,1785,1835,1888,1946,1994,2114,2463,2534,2606,2678,2751,2818,2867,2921,2958,3009,3069,3116,3172,3221,3279,3335,3386,3446,3495,3551,3607,3657,3716,3763,3817,3873,3927,3981,4035,4084,4142,4198,4245,4299,4353,4401,4458,5080,5136,6074,6184,6240,6300,6353,6414,6493,6574,6646,6725,6805,6881,6959,7028,7104,7181,7252,7325,7401,7479,7548,7624,7701,7765,7836,7908,10400,10498,10553,10669,10722,10774,10824,10882,10947,10995,11046,18003,18132,18190,18259,18317,18386,18456,18529,18603,18671,18738,18808,18874,18947,19007,19083,19143,19203,19278,19346,19412,19480,19540,19599,19656,19722,19784,19841,19909,19982,20052,20114,20175,20243,20305,20361,20420,20482,20544,20611,20668,20729,20790,20851,20912,20968,21024,21080,21136,21194,21252,21310,21368,21425,21482,21539,21596,21655,21714,21772,21855,21938,22011,22065,22134,22190,22271,22352,22423,22552,22811,22869,22927,24014,24561,24621,24675,24745,24815,24880,24946,25011,25079,25148,25216,25346,25399,25458,25516,25568,25664,25716,25762,25812,25868,25915,26020,26078,26140,26203,26265,26324,26384,26449,26515,26580,26642,26704,26766,26828,26890,26952,27018,27085,27151,27214,27278,27341,27409,27470,27532,27594,27657,27721,27784,27848,27926,27985,28051,28131,28192,28245,28454,28505,28932,29402,29461,30656,32642,32713,32779,32853,32922,32993,33066,33137,33205,33278,33354,33424,33502,33570,33636,33697,33766,33830,33896,33964,34030,34093,34161,34232,34297,34370,34433,34514,34578,34644,34714,34784,34854,34924,34991,35770,35828,35887,35947,36006,36065,36124,36183,36242,36301,36360,36419,36478,36537,36597,36658,36720,36781,36842,36903,36964,37025,37086,37147,37208,37269,37330,37398,37467,37537,37606,37675,37744,37813,37882,37951,38020,38089,38158,38227,38287,38348,38410,38471,38532,38593,38654,38715,38776,38837,38898,38959,39020,39082,39145,39209,39272,39335,39398,39461,39524,39587,39650,39713,39776,39839,39900,39962,40025,40087,40149,40211,40273,40335,40397,40459,40521,40583,40645,40702,40789,40869,40959,41054,41146,41238,41328,41411,41504,41591,41688,41779,41880,41967,42070,42159,42258,42350,42450,42534,42628,42716,42814,42898,42998,43084,43180,43268,43349,43440,43536,43629,43722,43813,43898,43992,44081,44179,44272,44374,44462,44566,44657,44757,44850,44951,45036,45131,45220,45319,45404,45505,45592,45689,46427,46503,46572,46651,46724,46792,46870,46946,47017,47098,47171,47254,47329,47414,47487,47568,47649,47723,47807,47877,47957,48035,48107,48189,48259,48337,48415,48493,48564,48645,48710,48776,48829,48905,48971,49058,49134,49210,89005,89230,89824,89903,89981,90054,90119,90182,90248,90319,90390,90460,90522,90591,90657,90717,90784,90851,90907,90958,91011,91063,91117,91188,91251,91310,91372,91431,91504,91571,91641,91701,91764,91839,91911,92007,92078,92134,92205,92262,92319,92385,92449,92520,92577,92630,92693,92745,92803,92870,94109,94175,94234,94317,94376,94433,94500,94570,94644,94706,94775,94845,94899,94952,95006,95065,95111,95168,95235,95291,95356,95430,95514,95587,95652,95714,95770,95844,95927,96016,96080,96159,96233,96295,96391,96456,96515,96571,96627,96687,96794,96841,96901,96962,97026,97087,97147,97205,97248,97297,97349,97400,97452,97501,97550,97615,97681,97741,97802,97858,97917,97992,98049,98133,98190,98265,98340,98391,98459,98509,98571,98631,98688,98748,98797,98865,98971,99073,99142,99213,99313,99384,99494,99583,99639,99740,99850,99956,100033,100145,100272,100384,100511,100581,100695,100826,100923,100991,101109,101212,101330,101391,101465,101532,101637,101759,101833,101900,102010,102109,102182,102299,102367,102473,102575,102655,102726,102822,102889,102963,103037,103123,103211,103290,103368,103469,103540,103605,103717,103823,103891,104004,104117,104235,104313,104385,104521,104657,104742,104882,104958,105096,105234,105376,105458,105520,105616,105683,105800,105921,106018,106100,106187,106274,106405,106536,106671,106782,106896,106998,107094,107198,107265,107337,107447,107553,107626,107717,107819,107922,108017,108124,108229,108351,108473,108599,108658,108716,108840,108964,109092,109210,109328,109450,109531,109588,109649,109708,109768,109826,109887,109945,109995,110044,110111,110170,110229,110278,110353,110424,110493,110556,110624,110690,110758,110823,110889,110966,111044,111150,111256,111352,111481,111570,111697,111763,111832,111898,111996,112092,112188,112286,112395,112490,112579,112641,112701,112766,112823,112904,112958,113015,113112,113222,113309,113399,113451,113543,113636,113738,113794,113853,113902,113994,114043,114097,114151,114205,114259,114313,114368,114478,114588,114698,114808,114918,115028,115138,115248,115354,115460,115566,115672,115767,115862,115957,116052,116158,116264,116370,116476,116571,116666,116761,116856,116964,117072,117180,117288,117385,117482,117579,117676,117784,117892,118000,118108,118206,118302,118398,118496,118561,118649,118707,118771,118832,118894,118954,119016,119084,119142,119205,119268,119335,119410,119483,119549,119601,119654,119706,119763,119847,119942,120027,120108,120188,120265,120344,120421,120495,120569,120640,120720,120792,120867,120932,120993,121053,121128,121202,121279,121352,121422,121494,121564,121637,121701,121771,121819,121888,121940,122025,122108,122166,122232,122299,122365,122446,122521,122577,122630,122691,122749,122799,122848,122897,122946,123008,123060,123105,123186,123237,123291,123344,123398,123449,123498,123564,123615,123676,123737,123799,123849,123890,123967,124026,124085,124144,124205,124261,124317,124384,124445,124510,124565,124630,124699,124767,124845,124914,124974,125045,125119,125184,125256,125326,125393,125477,125546,125613,125683,125746,125813,125881,125964,126043,126133,126210,126278,126345,126423,126480,126537,126605,126671,126727,126787,126846,126900,126950,127000,127048,127110,127161,127234,127314,127394,127458,127525,127596,127654,127715,127781,127840,127907,127967,128027,128090,128158,128219,128286,128364,128434,128483,128540,128609,128670,128758,128846,128934,129022,129109,129196,129283,129370,129428,129502,129572,129628,129699,129764,129826,129901,129974,130064,130130,130196,130257,130321,130383,130441,130512,130595,130654,130725,130791,130856,130917,130976,131047,131113,131178,131261,131337,131412,131493,131553,131622,131692,131761,131816,131872,131928,131989,132047,132103,132158,132220,132277,132371,132440,132541,132592,132662,132725,132781,132839,132893,132979,133063,133133,133202,133272,133387,133508,133575,133642,133717,133784,133843,133897,133951,134005,134058,134110,134184,135752,135892,138671,138721,138771,138860,138916,138974,139036,139091,139149,139220,139284,139343,139405,139471,139537,139819,139965,140010,140053,141080,141127,141172,141223,141274,141325,141376,141845,142353,142415,142595,142667,142724,142779,142837,142892,142951,143007,143076,143145,143214,143284,143347,143410,143473,143536,143601,143666,143731,143796,143859,143923,143987,144051,144117,144183,144251,144319,144385,144452,144526,144589,144646,144706,144771,144838,144903,144960,145021,145079,145183,145294,145403,145507,145585,145650,145717,145783,145853,145900,145952,146002,146059,146449,148761,148948,149132,149310,149548,149737,149906,150098,150213,150298,150377,151107,151172,151261,151418,151575,152012,152398,152457,152724,152849,152974,153144,153254,153375,153496,153606,153718,153841,153964,154046,154219,154387,154535,154694,154849,155022,155139,155256,155424,155536,155650,155822,155998,156156,156289,156401,156547,156699,156831,156974,157096,157274,157410,157506,157642,157737,157904,157997,158089,158276,158432,158610,158774,158956,159273,159455,159637,159827,160059,160249,160426,160588,160745,160855,161038,161175,161395,161579,161763,161923,162081,162265,162492,162695,162866,163086,163308,163463,163663,163847,163950,164140,164281,164446,164617,164817,165021,165223,165388,165593,165792,165991,166188,166279,166428,166578,166662,166811,166956,167108,167249,167415,167576,167763,168064,168230,168385,168487,169012,169176,169362,169623,169748,170574,170846,171112,171397,174391,174847,175356,186132,186646,187083,187517,187960,191942,192063,192162,192279,192366,192489,192590,192709,192802,192909,193252,193359,193604,193725,194134,194382,194482,194587,194706,195215,195362,195481,195732,195865,196280,196534,196646,201996,202121,202438,202559,202787,202908,203041,203188,221849,222276,240686,241110,259809,260238,278686,279112,283953,289370,293461,298892,303634,309011,312995,316987,322378,322860,323293,324049,324279,324522,325655,326584,374729,375193,375586,376666,377410,378603,379587,380065,380358,380741,382256,383021,384164,384605,385046,385522,385796,386193,387124,387302,388055,388192,388283,390477,390743,391065,391275,391384,391503,391687,392659,393129,393880,396357,396452,397907,398135,398363,398622,399198,399552,399674,399813,400087,400347,401217,401503,401906,402308,402651,402863,403064,403277,403566,403851,414526,414613,414698,414797,419490,419613,419744,419861,419981,420113,420227,420345,420458,420579,420767,420954,421135,421318,421502,421683,421865,421985,422105,422213,422323,422435,422543,422653,422818,422984,423111,423276,423377,423497,423658,423821,423982,424149,424268,424385,424565,424747,424928,425111,425266,425398,425520,425655,425818,426011,426137,426289,426431,426601,426757,426929,427220,434089,434181,434354,434516,434611,434780,434874,434963,435206,435295,435588,436051,436518,436986,437459,437923,438386,438850,439315,439776,440244,440715,441185,441643,442112,442582,442772,442951,443057,443165,443271,443383,443497,443609,443723,443839,443953,444061,444171,444279,444475,444854,445258,445405,445513,445623,445731,445845,446254,446668,446784,447202,447443,447873,448308,448718,449140,449550,449672,450081,450497,450619,450837,451021,453725,454069,454149,454505,454655,454799,454875,454987,455077,455339,455604,455703,455855,455963,456039,456151,456241,456343,456451,456559,456659,456767,456852,456956,457043,457121,457235,457327,457591,457858,457959,458112,458222,458306,458695,458793,458901,458995,459125,459233,459355,459491,459599,459719,459853,459975,460103,460245,460371,460511,460637,460755,460887,460985,461095,461395,461507,461625,462089,462205,462508,462634,462730,463131,463241,463365,463503,463613,463735,464047,464171,464301,464777,464905,465220,465358,465520,465736,465892,466096,467728,467812,467916,468119,468308,468509,468702,468907,469220,469432,469548,469794,470010,470214,470405,470623,470860,471012,471272,471414,471575,474158,474272,474392,474508,474602,474923,475022,475140,475241,475520,475805,476084,476366,476619,476878,477131,477387,477811,477887,480481,481836,482280,484134,484709,484917,485927,486307,486448,488949,489375,489487,489622,489819,489990,490173,490348,490535,490757,490915,490999,491103,491590,492146,492304,492523,492754,492977,493212,493434,493700,493838,494437,494551,494689,494801,494925,495496,495991,496537,496682,496775,496867,498794,499364,499662,499851,500057,500250,500460,501344,501489,501881,502039,502256,502517,510744,511619,512239,512436,513384,514149,514272,515045,515266,515466,517443,517543,517633,518004,518674,519356,520036,520728,521297,522910,523231,524294,524464,524989,525884,526518,526684,528170,528786,529022,529243,530201,530466,530731,530943,531357,531593,532878,533327,533514,533763,534005,534181,534422,534655,534880,535222,535435,535530,535791,537142,537617,538843,539313,540361,540813,541057,541514,542759,543242,543392,543736,543882,544020,544156,544444,544745,545047,545163,545992,546114,546226,546375,546641,546911,547177,547445,547701,547961,548217,548475,548727,548983,549235,549489,549721,549957,550209,550465,550717,550971,551203,551437,551549,551974,552098,553035,553633,553829,554066,554334,554627,554844,555058,555357,555549,555761,555941,556233,556497,556834,557053,557466,557703,557995,558600,558838,559107,559247,559501,559645,559835,560643,560983,561731,561955,562252,563031,563368,563768,565077,565662,567735,567929,568147,568373,568585,568784,568991,570114,570351,570826,571216,571680,572019,572356,573116,573380,573723,573914,574261,574349,574457,574565,574878,575203,575522,575853,578420,578608,578869,579118,581559,581751,582016,582269,582785,583135,583304,583818,584053,584177,584589,584803,585205,585308,585438,585613,585865,586061,586201,586395,586893,587962,588250,588380,589157,589814,589960,590666,590904,592444,592594,593011,593176,593862,594332,594528,594619,594703,594847,595081,595248,596176,596462,596622,597237,597396,597724,597951,598463,598825,598904,599243,599348,599713,600084,600445,602319,602948,604024,604448,604701,604853,605843,606580,606783,607029,607276,607494,607736,608057,608321,608626,608849,609160,609349,610064,610333,610827,611053,611493,611652,611936,612681,613046,613351,613509,613747,615066,615464,615692,615912,616054,617344,617450,617580,617718,617842,618130,618299,618399,618684,618798,619681,620436,620875,620999,621245,621438,621572,621763,622542,622760,623051,623330,623647,623869,624164,624447,624551,624834,625650,625966,626527,627033,627238,628024,628429,629090,629279,629830,630396,630516,630918,631452,765065,765158,765242,765329,765427,765518,765609,765697,765781,765877,765981,766055,766140,766239,766343,766439,766541,766644,766744,766834,766919,767020,767118,767208,767303,767390,767496,767598,767692,767783,767864,767940,768032,768121,768241,768352,768435,768521,768616,768710,768816,768914,769011,769106,769204,769304,769407,769502,769595,769689,769781,769883,769981,770084,770169,770267,770389,770487,770600,770694,770783,770872,770955,771046,771131,771239,771340,771441,771539,771645,771736,771835,771932,772030,772126,772219,772329,772427,772522,772632,772724,772824,772923,773010,773114,773219,773326,773433,773532,773641,773733,773830,773941,774052,774163,774267,774382,774498,774625,774745,774825,774933,775023,775124,775207,775298,775383,775475,775578,775673,775769,775862,775943,776052,776131,776238,776329,776428,776521,776624,776728,776829,776930,777034,777128,777232,777336,777449,777555,777661,777769,777886,777975,778083,778183,778262,778352,778436,778528,778601,778689,778771,778856,778955,779052,779143,779234,779326,779421,779519,779618,779720,779817,779914,780007,780094,780178,780275,780372,780465,780552,780643,780742,780841,780936,781025,781106,781205,781300,781397,781493,781590,781674,781773,781868,781965,782061,782158,782247,782348,782445,782544,782642,782741,782831,782922,783011,783100,783182,783275,783366,783439,783506,783579,783646,783722,783799,783851,783924,783997,784063,784130,784198,784264,784331"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\8d9343f569df63b726615d18b45679d4\\transformed\\appcompat-1.6.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
+ },
+ "to": {
+ "startLines": "118,208,211,552,604,605,607,608,609,610,611,612,613,616,617,618,619,621,622,623,624,625,626,627,628,668,669,670,671,672,673,674,675,677,678,813,814,815,816,817,818,819,820,821,822,823,824,865,866,867,868,869,870,871,872,876,877,878,879,880,881,882,883,884,885,888,889,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1793,1794,1798,1799,1800,1801,1802,1803,1804,2349,2350,2351,2352,2353,2354,2355,2356,2394,2395,2396,2397,2402,2426,2427,2435,2466,2475,2476,2479,2480,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2726,2737,2738,2739,2740,2741,2758,2766,2767,2771,2775,2786,2791,2820,2827,2831,2835,2840,2844,2848,2852,2856,2860,2864,2870,2874,2880,2884,2890,2894,2899,2903,2906,2910,2916,2920,2926,2930,2936,2939,2943,2947,2951,2955,2959,2960,2961,2962,2965,2968,2971,2974,2978,2979,2980,2981,3022,3025,3027,3029,3031,3036,3037,3041,3047,3051,3052,3054,3066,3067,3071,3077,3081,3144,3145,3149,3176,3180,3181,3185,4891,5063,5089,5260,5286,5317,5325,5331,5347,5369,5374,5379,5389,5398,5407,5411,5418,5437,5444,5445,5454,5457,5460,5464,5468,5472,5475,5476,5481,5486,5496,5501,5508,5514,5515,5518,5522,5527,5529,5531,5534,5537,5539,5543,5546,5553,5556,5559,5563,5565,5569,5571,5573,5575,5579,5587,5595,5607,5613,5622,5625,5636,5639,5640,5645,5646,6138,6207,6281,6282,6292,6301,6302,6304,6308,6311,6314,6317,6320,6323,6326,6329,6333,6336,6339,6342,6346,6349,6353,6497,6498,6499,6500,6501,6502,6503,6504,6505,6506,6507,6508,6509,6510,6511,6512,6513,6514,6515,6516,6517,6519,6521,6522,6523,6524,6525,6526,6527,6528,6530,6531,6533,6534,6536,6538,6539,6541,6542,6543,6544,6545,6546,6548,6549,6550,6551,6552,6846,6848,6850,6852,6853,6854,6855,6856,6857,6858,6859,6860,6861,6862,6863,6864,6866,6867,6868,6869,6870,6871,6872,6874,6878,7053,7054,7055,7056,7057,7058,7062,7063,7064,7554,7556,7558,7560,7562,7564,7565,7566,7567,7569,7571,7573,7574,7575,7576,7577,7578,7579,7580,7581,7582,7583,7584,7587,7588,7589,7590,7592,7594,7595,7597,7598,7600,7602,7604,7605,7606,7607,7608,7609,7610,7611,7612,7613,7614,7615,7617,7618,7619,7620,7622,7623,7624,7625,7626,7628,7630,7632,7634,7635,7636,7637,7638,7639,7640,7641,7642,7643,7644,7645,7646,7647,7648",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "5860,10405,10558,28360,30482,30537,30661,30725,30795,30856,30931,31007,31084,31322,31407,31489,31565,31683,31760,31838,31944,32050,32129,32209,32266,34996,35070,35145,35210,35276,35336,35397,35469,35583,35650,45694,45753,45812,45871,45930,45989,46043,46097,46150,46204,46258,46312,49347,49421,49500,49573,49647,49718,49790,49862,50076,50133,50191,50264,50338,50412,50487,50559,50632,50702,50863,50923,83496,83565,83634,83704,83778,83854,83918,83995,84071,84148,84213,84282,84359,84434,84503,84571,84648,84714,84775,84872,84937,85006,85105,85176,85235,85293,85350,85409,85473,85544,85616,85688,85760,85832,85899,85967,86035,86094,86157,86221,86311,86402,86462,86528,86595,86661,86731,86795,86848,86915,86976,87043,87156,87214,87277,87342,87407,87482,87555,87627,87671,87718,87764,87813,87874,87935,87996,88058,88122,88186,88250,88315,88378,88438,88499,88565,88624,88684,88746,88817,88877,92875,92961,93211,93301,93388,93476,93558,93641,93731,135167,135219,135277,135322,135388,135452,135509,135566,138020,138077,138125,138174,138410,139685,139732,140123,141723,142166,142230,142420,142480,146519,146593,146663,146741,146795,146865,146950,146998,147044,147105,147168,147234,147298,147369,147432,147497,147561,147622,147683,147735,147808,147882,147951,148026,148100,148174,148315,168806,169860,169938,170028,170116,170212,171402,171984,172073,172320,172601,173267,173552,175361,175838,176060,176282,176558,176785,177015,177245,177475,177705,177932,178351,178577,179002,179232,179660,179879,180162,180370,180501,180728,181154,181379,181806,182027,182452,182572,182848,183149,183473,183764,184078,184215,184346,184451,184693,184860,185064,185272,185543,185655,185767,185872,187965,188179,188325,188465,188551,188899,188987,189233,189651,189900,189982,190080,190737,190837,191089,191513,191768,196651,196740,196977,199001,199243,199345,199598,326589,337270,338786,349481,351009,352766,353392,353812,355073,356338,356594,356830,357377,357871,358476,358674,359254,360622,360997,361115,361653,361810,362006,362279,362535,362705,362846,362910,363275,363642,364318,364582,364920,365273,365367,365553,365859,366121,366246,366373,366612,366823,366942,367135,367312,367767,367948,368070,368329,368442,368629,368731,368838,368967,369242,369750,370246,371123,371417,371987,372136,372868,373040,373124,373460,373552,403856,409087,414802,414864,415442,416026,416117,416230,416459,416619,416771,416942,417108,417277,417444,417607,417850,418020,418193,418364,418638,418837,419042,427427,427511,427607,427703,427801,427901,428003,428105,428207,428309,428411,428511,428607,428719,428848,428971,429102,429233,429331,429445,429539,429679,429813,429909,430021,430121,430237,430333,430445,430545,430685,430821,430985,431115,431273,431423,431564,431708,431843,431955,432105,432233,432361,432497,432629,432759,432889,433001,451026,451172,451316,451454,451520,451610,451686,451790,451880,451982,452090,452198,452298,452378,452470,452568,452678,452730,452808,452914,453006,453110,453220,453342,453505,466662,466742,466842,466932,467042,467132,467373,467467,467573,502522,502622,502734,502848,502964,503080,503174,503288,503400,503502,503622,503744,503826,503930,504050,504176,504274,504368,504456,504568,504684,504806,504918,505093,505209,505295,505387,505499,505623,505690,505816,505884,506012,506156,506284,506353,506448,506563,506676,506775,506884,506995,507106,507207,507312,507412,507542,507633,507756,507850,507962,508048,508152,508248,508336,508454,508558,508662,508788,508876,508984,509084,509174,509284,509368,509470,509554,509608,509672,509778,509864,509974,510058",
+ "endLines": "118,208,211,552,604,605,607,608,609,610,611,612,613,616,617,618,619,621,622,623,624,625,626,627,628,668,669,670,671,672,673,674,675,677,678,813,814,815,816,817,818,819,820,821,822,823,824,865,866,867,868,869,870,871,872,876,877,878,879,880,881,882,883,884,885,888,889,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1793,1794,1798,1799,1800,1801,1802,1803,1804,2349,2350,2351,2352,2353,2354,2355,2356,2394,2395,2396,2397,2402,2426,2427,2435,2466,2475,2476,2479,2480,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2726,2737,2738,2739,2740,2741,2765,2766,2770,2774,2778,2790,2796,2826,2830,2834,2839,2843,2847,2851,2855,2859,2863,2869,2873,2879,2883,2889,2893,2898,2902,2905,2909,2915,2919,2925,2929,2935,2938,2942,2946,2950,2954,2958,2959,2960,2961,2964,2967,2970,2973,2977,2978,2979,2980,2981,3024,3026,3028,3030,3035,3036,3040,3046,3050,3051,3053,3065,3066,3070,3076,3080,3081,3144,3148,3175,3179,3180,3184,3212,5062,5088,5259,5285,5316,5324,5330,5346,5368,5373,5378,5388,5397,5406,5410,5417,5436,5443,5444,5453,5456,5459,5463,5467,5471,5474,5475,5480,5485,5495,5500,5507,5513,5514,5517,5521,5526,5528,5530,5533,5536,5538,5542,5545,5552,5555,5558,5562,5564,5568,5570,5572,5574,5578,5586,5594,5606,5612,5621,5624,5635,5638,5639,5644,5645,5650,6206,6276,6281,6291,6300,6301,6303,6307,6310,6313,6316,6319,6322,6325,6328,6332,6335,6338,6341,6345,6348,6352,6356,6497,6498,6499,6500,6501,6502,6503,6504,6505,6506,6507,6508,6509,6510,6511,6512,6513,6514,6515,6516,6518,6520,6521,6522,6523,6524,6525,6526,6527,6529,6530,6532,6533,6535,6537,6538,6540,6541,6542,6543,6544,6545,6547,6548,6549,6550,6551,6552,6847,6849,6851,6852,6853,6854,6855,6856,6857,6858,6859,6860,6861,6862,6863,6865,6866,6867,6868,6869,6870,6871,6873,6877,6881,7053,7054,7055,7056,7057,7061,7062,7063,7064,7555,7557,7559,7561,7563,7564,7565,7566,7568,7570,7572,7573,7574,7575,7576,7577,7578,7579,7580,7581,7582,7583,7586,7587,7588,7589,7591,7593,7594,7596,7597,7599,7601,7603,7604,7605,7606,7607,7608,7609,7610,7611,7612,7613,7614,7616,7617,7618,7619,7621,7622,7623,7624,7625,7627,7629,7631,7633,7634,7635,7636,7637,7638,7639,7640,7641,7642,7643,7644,7645,7646,7647,7648",
+ "endColumns": "54,44,48,40,54,61,63,69,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,66,60,66,112,57,62,64,64,74,72,71,43,46,45,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,60,62,65,63,70,62,64,63,60,60,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,12,91,12,12,12,61,12,12,90,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,51,77,105,91,103,109,12,12,12,79,99,89,109,89,12,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,85,109,83,119",
+ "endOffsets": "5910,10445,10602,28396,30532,30594,30720,30790,30851,30926,31002,31079,31157,31402,31484,31560,31636,31755,31833,31939,32045,32124,32204,32261,32319,35065,35140,35205,35271,35331,35392,35464,35537,35645,35713,45748,45807,45866,45925,45984,46038,46092,46145,46199,46253,46307,46361,49416,49495,49568,49642,49713,49785,49857,49930,50128,50186,50259,50333,50407,50482,50554,50627,50697,50768,50918,50979,83560,83629,83699,83773,83849,83913,83990,84066,84143,84208,84277,84354,84429,84498,84566,84643,84709,84770,84867,84932,85001,85100,85171,85230,85288,85345,85404,85468,85539,85611,85683,85755,85827,85894,85962,86030,86089,86152,86216,86306,86397,86457,86523,86590,86656,86726,86790,86843,86910,86971,87038,87151,87209,87272,87337,87402,87477,87550,87622,87666,87713,87759,87808,87869,87930,87991,88053,88117,88181,88245,88310,88373,88433,88494,88560,88619,88679,88741,88812,88872,88940,92956,93043,93296,93383,93471,93553,93636,93726,93817,135214,135272,135317,135383,135447,135504,135561,135615,138072,138120,138169,138220,138439,139727,139776,140164,141750,142225,142287,142475,142532,146588,146658,146736,146790,146860,146945,146993,147039,147100,147163,147229,147293,147364,147427,147492,147556,147617,147678,147730,147803,147877,147946,148021,148095,148169,148310,148380,168854,169933,170023,170111,170207,170297,171979,172068,172315,172596,172848,173547,173940,175833,176055,176277,176553,176780,177010,177240,177470,177700,177927,178346,178572,178997,179227,179655,179874,180157,180365,180496,180723,181149,181374,181801,182022,182447,182567,182843,183144,183468,183759,184073,184210,184341,184446,184688,184855,185059,185267,185538,185650,185762,185867,185984,188174,188320,188460,188546,188894,188982,189228,189646,189895,189977,190075,190732,190832,191084,191508,191763,191857,196735,196972,198996,199238,199340,199593,201749,337265,338781,349476,351004,352761,353387,353807,355068,356333,356589,356825,357372,357866,358471,358669,359249,360617,360992,361110,361648,361805,362001,362274,362530,362700,362841,362905,363270,363637,364313,364577,364915,365268,365362,365548,365854,366116,366241,366368,366607,366818,366937,367130,367307,367762,367943,368065,368324,368437,368624,368726,368833,368962,369237,369745,370241,371118,371412,371982,372131,372863,373035,373119,373455,373547,373825,409082,414453,414859,415437,416021,416112,416225,416454,416614,416766,416937,417103,417272,417439,417602,417845,418015,418188,418359,418633,418832,419037,419367,427506,427602,427698,427796,427896,427998,428100,428202,428304,428406,428506,428602,428714,428843,428966,429097,429228,429326,429440,429534,429674,429808,429904,430016,430116,430232,430328,430440,430540,430680,430816,430980,431110,431268,431418,431559,431703,431838,431950,432100,432228,432356,432492,432624,432754,432884,432996,433136,451167,451311,451449,451515,451605,451681,451785,451875,451977,452085,452193,452293,452373,452465,452563,452673,452725,452803,452909,453001,453105,453215,453337,453500,453657,466737,466837,466927,467037,467127,467368,467462,467568,467660,502617,502729,502843,502959,503075,503169,503283,503395,503497,503617,503739,503821,503925,504045,504171,504269,504363,504451,504563,504679,504801,504913,505088,505204,505290,505382,505494,505618,505685,505811,505879,506007,506151,506279,506348,506443,506558,506671,506770,506879,506990,507101,507202,507307,507407,507537,507628,507751,507845,507957,508043,508147,508243,508331,508449,508553,508657,508783,508871,508979,509079,509169,509279,509363,509465,509549,509603,509667,509773,509859,509969,510053,510173"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\b510763edb1ef6286222c38b148ec3db\\transformed\\lifecycle-viewmodel-2.5.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1",
+ "startColumns": "-1",
+ "startOffsets": "-1"
+ },
+ "to": {
+ "startLines": "2473",
+ "startColumns": "4",
+ "startOffsets": "142052",
+ "endColumns": "49",
+ "endOffsets": "142097"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\d937372f4d1bea6dffbb3852bb38fc5f\\transformed\\transition-1.2.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
+ },
+ "to": {
+ "startLines": "2400,2401,2425,2429,2430,2460,2461,2462,2463,2464",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "138323,138363,139642,139824,139879,141416,141470,141522,141571,141632",
+ "endColumns": "39,46,42,54,46,53,51,48,60,49",
+ "endOffsets": "138358,138405,139680,139874,139921,141465,141517,141566,141627,141677"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\6c799608a67394e2261b50f8508ea239\\transformed\\savedstate-1.2.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1",
+ "startColumns": "-1",
+ "startOffsets": "-1"
+ },
+ "to": {
+ "startLines": "2472",
+ "startColumns": "4",
+ "startOffsets": "141998",
+ "endColumns": "53",
+ "endOffsets": "142047"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\fe5722c2d28764b765710ac6c318c6e8\\transformed\\constraintlayout-2.1.4\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
+ },
+ "to": {
+ "startLines": "2,9,11,17,18,26,28,29,36,42,44,45,46,47,48,86,87,88,89,91,95,96,97,100,110,120,148,149,154,155,160,165,166,167,172,173,178,179,184,185,186,192,193,194,199,205,206,220,221,227,228,229,230,233,236,239,240,243,246,247,248,249,250,253,256,257,258,259,265,270,273,276,277,278,283,284,285,288,291,292,295,298,301,304,305,306,309,312,313,318,319,325,330,333,336,337,338,339,340,341,342,343,344,345,346,347,363,443,444,445,446,451,458,464,465,466,469,474,476,484,485,506,513,550,551,555,556,566,567,568,574,577,583,587,588,589,590,591,600,2410,2469",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,434,546,781,842,1133,1240,1290,1692,1999,2119,2174,2234,2299,2358,4463,4515,4576,4638,4745,4878,4930,4980,5141,5548,5971,7913,7972,8169,8226,8421,8602,8656,8713,8905,8963,9159,9215,9409,9466,9517,9739,9791,9846,10036,10252,10302,11051,11107,11313,11374,11434,11504,11637,11768,11896,11964,12093,12219,12281,12344,12412,12479,12602,12727,12794,12859,12924,13213,13394,13515,13636,13702,13769,13979,14048,14114,14239,14365,14432,14558,14685,14810,14937,14993,15058,15184,15307,15372,15580,15647,15935,16115,16235,16355,16420,16482,16544,16608,16670,16729,16789,16850,16911,16970,17030,17690,22557,22608,22657,22705,22992,23284,23514,23561,23621,23727,23907,24019,24354,24408,25573,25920,28250,28301,28510,28562,28937,28996,29050,29288,29466,29668,29807,29853,29908,29953,29997,30345,138776,141850",
+ "endLines": "8,9,15,17,25,26,28,29,36,42,44,45,46,47,48,86,87,88,89,94,95,96,97,109,117,120,148,153,154,159,164,165,166,171,172,177,178,183,184,185,191,192,193,198,204,205,206,220,226,227,228,229,232,235,238,239,242,245,246,247,248,249,252,255,256,257,258,264,269,272,275,276,277,282,283,284,287,290,291,294,297,300,303,304,305,308,311,312,317,318,324,329,332,335,336,337,338,339,340,341,342,343,344,345,346,362,368,443,444,445,446,457,463,464,465,468,473,474,483,484,485,506,513,550,551,555,564,566,567,573,574,582,586,587,588,589,590,599,603,2410,2469",
+ "endColumns": "11,55,11,60,11,51,49,52,47,50,54,59,64,58,61,51,60,61,45,11,51,49,50,11,11,44,58,11,56,11,11,53,56,11,57,11,55,11,56,50,11,51,54,11,11,49,51,55,11,60,59,69,11,11,11,67,11,11,61,62,67,66,11,11,66,64,64,11,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,55,64,11,11,64,11,66,11,11,11,11,64,61,61,63,61,58,59,60,60,58,59,11,11,50,48,47,57,11,11,46,59,11,11,53,11,53,55,45,46,50,58,51,11,58,53,11,54,11,11,45,54,44,43,11,11,40,44",
+ "endOffsets": "429,485,727,837,1128,1180,1285,1338,1735,2045,2169,2229,2294,2353,2415,4510,4571,4633,4679,4873,4925,4975,5026,5543,5855,6011,7967,8164,8221,8416,8597,8651,8708,8900,8958,9154,9210,9404,9461,9512,9734,9786,9841,10031,10247,10297,10349,11102,11308,11369,11429,11499,11632,11763,11891,11959,12088,12214,12276,12339,12407,12474,12597,12722,12789,12854,12919,13208,13389,13510,13631,13697,13764,13974,14043,14109,14234,14360,14427,14553,14680,14805,14932,14988,15053,15179,15302,15367,15575,15642,15930,16110,16230,16350,16415,16477,16539,16603,16665,16724,16784,16845,16906,16965,17025,17685,17936,22603,22652,22700,22758,23279,23509,23556,23616,23722,23902,23956,24349,24403,24459,25614,25962,28296,28355,28557,28887,28991,29045,29283,29338,29663,29802,29848,29903,29948,29992,30340,30477,138812,141890"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\bdeac150b6ce0fcc7996d2b9a9f9c390\\transformed\\startup-runtime-1.1.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1",
+ "startColumns": "-1",
+ "startOffsets": "-1"
+ },
+ "to": {
+ "startLines": "2569",
+ "startColumns": "4",
+ "startOffsets": "148479",
+ "endColumns": "82",
+ "endOffsets": "148557"
+ }
+ },
+ {
+ "source": "E:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\src\\main\\res\\values\\ids.xml",
+ "from": {
+ "startLines": "-1,-1",
+ "startColumns": "-1,-1",
+ "startOffsets": "-1,-1"
+ },
+ "to": {
+ "startLines": "2465,2467",
+ "startColumns": "4,4",
+ "startOffsets": "141682,141755",
+ "endColumns": "40,46",
+ "endOffsets": "141718,141797"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9aa3204c31f8c1fb6903fc423d8a3d82\\transformed\\sdp-android-1.0.6\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
+ "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
+ },
+ "to": {
+ "startLines": "891,893,894,895,896,897,898,899,900,901,902,904,905,906,907,908,909,910,911,912,913,914,916,917,918,919,920,921,922,923,924,925,926,928,929,930,931,932,933,934,935,936,937,938,940,941,942,943,944,945,946,947,948,949,950,952,953,954,955,956,957,958,959,960,961,962,964,965,966,967,968,969,970,971,972,973,974,976,977,978,979,980,981,982,983,984,985,986,988,989,990,991,992,993,994,995,996,997,998,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1012,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1134,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1256,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1378,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1500,1502,1503,1505,1507,1509,1511,1513,1515,1517,1519,1521,1523,1525,1527,1529,1531,1533,1535,1537,1539,1541,1543,1545,1547,1549,1551,1553,1555,1557,1559,1561,1563,1565,1567,1569,1571,1573,1575,1577,1579,1581,1583,1585,1587,1589,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "51026,51112,51155,51198,51241,51284,51327,51370,51413,51456,51499,51581,51624,51667,51710,51753,51796,51839,51882,51925,51968,52011,52093,52136,52179,52222,52265,52308,52351,52394,52437,52480,52523,52605,52648,52691,52734,52777,52820,52863,52906,52949,52992,53035,53117,53160,53203,53246,53289,53332,53375,53418,53461,53504,53547,53629,53672,53715,53758,53801,53844,53887,53930,53973,54016,54059,54141,54184,54227,54270,54313,54356,54399,54442,54485,54528,54571,54653,54696,54739,54782,54825,54868,54911,54954,54997,55040,55083,55165,55208,55251,55294,55337,55380,55423,55466,55509,55552,55595,55677,55720,55763,55806,55849,55892,55935,55978,56021,56064,56107,56189,56267,56310,56353,56396,56439,56482,56525,56568,56611,56654,56697,56779,56822,56865,56908,56951,56994,57037,57080,57123,57166,57209,57291,57334,57377,57420,57463,57506,57549,57592,57635,57678,57721,57803,57846,57889,57932,57975,58018,58061,58104,58147,58190,58233,58315,58358,58401,58444,58487,58530,58573,58616,58659,58702,58745,58827,58870,58913,58956,58999,59042,59085,59128,59171,59214,59257,59339,59382,59425,59468,59511,59554,59597,59640,59683,59726,59769,59851,59894,59937,59980,60023,60066,60109,60152,60195,60238,60281,60363,60406,60449,60492,60535,60578,60621,60664,60707,60750,60793,60875,60918,60961,61004,61047,61090,61133,61176,61219,61262,61305,61387,61465,61508,61551,61594,61637,61680,61723,61766,61809,61852,61895,61977,62020,62063,62106,62149,62192,62235,62278,62321,62364,62407,62489,62532,62575,62618,62661,62704,62747,62790,62833,62876,62919,63001,63044,63087,63130,63173,63216,63259,63302,63345,63388,63431,63513,63556,63599,63642,63685,63728,63771,63814,63857,63900,63943,64025,64068,64111,64154,64197,64240,64283,64326,64369,64412,64455,64537,64580,64623,64666,64709,64752,64795,64838,64881,64924,64967,65049,65092,65135,65178,65221,65264,65307,65350,65393,65436,65479,65561,65604,65647,65690,65733,65776,65819,65862,65905,65948,65991,66073,66116,66159,66202,66245,66288,66331,66374,66417,66460,66503,66585,66663,66706,66749,66792,66835,66878,66921,66964,67007,67050,67093,67175,67218,67261,67304,67347,67390,67433,67476,67519,67562,67605,67687,67730,67773,67816,67859,67902,67945,67988,68031,68074,68117,68199,68242,68285,68328,68371,68414,68457,68500,68543,68586,68629,68711,68754,68797,68840,68883,68926,68969,69012,69055,69098,69141,69223,69266,69309,69352,69395,69438,69481,69524,69567,69610,69653,69735,69778,69821,69864,69907,69950,69993,70036,70079,70122,70165,70247,70290,70333,70376,70419,70462,70505,70548,70591,70634,70677,70759,70802,70845,70888,70931,70974,71017,71060,71103,71146,71189,71271,71314,71357,71400,71443,71486,71529,71572,71615,71658,71701,71783,71861,71904,71947,71990,72033,72076,72119,72162,72205,72248,72291,72373,72416,72459,72502,72545,72588,72631,72674,72717,72760,72803,72885,72928,72971,73014,73057,73100,73143,73186,73229,73272,73315,73397,73440,73483,73526,73569,73612,73655,73698,73741,73784,73827,73909,73952,73995,74038,74081,74124,74167,74210,74253,74296,74339,74421,74464,74507,74550,74593,74636,74679,74722,74765,74808,74851,74933,74976,75019,75062,75105,75148,75191,75234,75277,75320,75363,75445,75488,75531,75574,75617,75660,75703,75746,75789,75832,75875,75957,76000,76043,76086,76129,76172,76215,76258,76301,76344,76387,76469,76512,76555,76598,76641,76684,76727,76770,76813,76856,76899,76981,77059,77102,77184,77266,77348,77430,77512,77594,77676,77758,77840,77922,78000,78082,78164,78246,78328,78410,78492,78574,78656,78738,78820,78898,78980,79062,79144,79226,79308,79390,79472,79554,79636,79718,79796,79878,79960,80042,80124,80206,80288,80370,80452,80534,80616,80694,80741,80788,80835,80882,80929,80976,81023,81070,81117,81164,81209,81256,81303,81350,81397,81444,81491,81538,81585,81632,81679,81724,81771,81818,81865,81912,81959,82006,82053,82100,82147,82194,82239,82286,82333,82380,82427,82474,82521,82568,82615,82662,82709,82754,82801,82848,82895,82942,82989,83036,83083,83130,83177,83224,83269,83316,83361,83406,83451",
+ "endColumns": "42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,42,42,42,42,42,42,42,42,42,42,40,38,42,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,40,40,40,40,40,40,40,40,40,40,38,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,46,46,46,46,46,46,46,46,46,44,46,44,44,44,44",
+ "endOffsets": "51064,51150,51193,51236,51279,51322,51365,51408,51451,51494,51535,51619,51662,51705,51748,51791,51834,51877,51920,51963,52006,52047,52131,52174,52217,52260,52303,52346,52389,52432,52475,52518,52559,52643,52686,52729,52772,52815,52858,52901,52944,52987,53030,53071,53155,53198,53241,53284,53327,53370,53413,53456,53499,53542,53583,53667,53710,53753,53796,53839,53882,53925,53968,54011,54054,54095,54179,54222,54265,54308,54351,54394,54437,54480,54523,54566,54607,54691,54734,54777,54820,54863,54906,54949,54992,55035,55078,55119,55203,55246,55289,55332,55375,55418,55461,55504,55547,55590,55631,55715,55758,55801,55844,55887,55930,55973,56016,56059,56102,56143,56223,56305,56348,56391,56434,56477,56520,56563,56606,56649,56692,56733,56817,56860,56903,56946,56989,57032,57075,57118,57161,57204,57245,57329,57372,57415,57458,57501,57544,57587,57630,57673,57716,57757,57841,57884,57927,57970,58013,58056,58099,58142,58185,58228,58269,58353,58396,58439,58482,58525,58568,58611,58654,58697,58740,58781,58865,58908,58951,58994,59037,59080,59123,59166,59209,59252,59293,59377,59420,59463,59506,59549,59592,59635,59678,59721,59764,59805,59889,59932,59975,60018,60061,60104,60147,60190,60233,60276,60317,60401,60444,60487,60530,60573,60616,60659,60702,60745,60788,60829,60913,60956,60999,61042,61085,61128,61171,61214,61257,61300,61341,61421,61503,61546,61589,61632,61675,61718,61761,61804,61847,61890,61931,62015,62058,62101,62144,62187,62230,62273,62316,62359,62402,62443,62527,62570,62613,62656,62699,62742,62785,62828,62871,62914,62955,63039,63082,63125,63168,63211,63254,63297,63340,63383,63426,63467,63551,63594,63637,63680,63723,63766,63809,63852,63895,63938,63979,64063,64106,64149,64192,64235,64278,64321,64364,64407,64450,64491,64575,64618,64661,64704,64747,64790,64833,64876,64919,64962,65003,65087,65130,65173,65216,65259,65302,65345,65388,65431,65474,65515,65599,65642,65685,65728,65771,65814,65857,65900,65943,65986,66027,66111,66154,66197,66240,66283,66326,66369,66412,66455,66498,66539,66619,66701,66744,66787,66830,66873,66916,66959,67002,67045,67088,67129,67213,67256,67299,67342,67385,67428,67471,67514,67557,67600,67641,67725,67768,67811,67854,67897,67940,67983,68026,68069,68112,68153,68237,68280,68323,68366,68409,68452,68495,68538,68581,68624,68665,68749,68792,68835,68878,68921,68964,69007,69050,69093,69136,69177,69261,69304,69347,69390,69433,69476,69519,69562,69605,69648,69689,69773,69816,69859,69902,69945,69988,70031,70074,70117,70160,70201,70285,70328,70371,70414,70457,70500,70543,70586,70629,70672,70713,70797,70840,70883,70926,70969,71012,71055,71098,71141,71184,71225,71309,71352,71395,71438,71481,71524,71567,71610,71653,71696,71737,71817,71899,71942,71985,72028,72071,72114,72157,72200,72243,72286,72327,72411,72454,72497,72540,72583,72626,72669,72712,72755,72798,72839,72923,72966,73009,73052,73095,73138,73181,73224,73267,73310,73351,73435,73478,73521,73564,73607,73650,73693,73736,73779,73822,73863,73947,73990,74033,74076,74119,74162,74205,74248,74291,74334,74375,74459,74502,74545,74588,74631,74674,74717,74760,74803,74846,74887,74971,75014,75057,75100,75143,75186,75229,75272,75315,75358,75399,75483,75526,75569,75612,75655,75698,75741,75784,75827,75870,75911,75995,76038,76081,76124,76167,76210,76253,76296,76339,76382,76423,76507,76550,76593,76636,76679,76722,76765,76808,76851,76894,76935,77015,77097,77138,77220,77302,77384,77466,77548,77630,77712,77794,77876,77956,78036,78118,78200,78282,78364,78446,78528,78610,78692,78774,78854,78934,79016,79098,79180,79262,79344,79426,79508,79590,79672,79752,79832,79914,79996,80078,80160,80242,80324,80406,80488,80570,80650,80736,80783,80830,80877,80924,80971,81018,81065,81112,81159,81204,81251,81298,81345,81392,81439,81486,81533,81580,81627,81674,81719,81766,81813,81860,81907,81954,82001,82048,82095,82142,82189,82234,82281,82328,82375,82422,82469,82516,82563,82610,82657,82704,82749,82796,82843,82890,82937,82984,83031,83078,83125,83172,83219,83264,83311,83356,83401,83446,83491"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\042a0cb473079b4ab3d911e5312763c0\\transformed\\databinding-adapters-7.4.2\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1,-1",
+ "startColumns": "-1,-1,-1",
+ "startOffsets": "-1,-1,-1"
+ },
+ "to": {
+ "startLines": "2423,2424,2451",
+ "startColumns": "4,4,4",
+ "startOffsets": "139542,139599,140993",
+ "endColumns": "56,42,40",
+ "endOffsets": "139594,139637,141029"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\52d740e8e970387c182bf237433c154a\\transformed\\recyclerview-1.1.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "-1,-1,-1,-1,-1,-1,-1,-1",
+ "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1",
+ "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1"
+ },
+ "to": {
+ "startLines": "486,1795,1796,1797,1805,1806,1807,2403",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "24464,93048,93107,93155,93822,93897,93973,138444",
+ "endColumns": "55,58,47,55,74,75,71,65",
+ "endOffsets": "24515,93102,93150,93206,93892,93968,94040,138505"
+ }
+ },
+ {
+ "source": "E:\\graduation\\Revive_My_Memory\\Revive\\android app\\ReviveMyMemory\\app\\src\\main\\res\\values\\strings.xml",
+ "from": {
+ "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,34,-1,-1,-1,-1,-1,33,-1,32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,35,-1",
+ "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,4,-1,-1,-1,-1,-1,4,-1,4,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,4,-1",
+ "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,1986,-1,-1,-1,-1,-1,1860,-1,1799,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,2026,-1",
+ "endColumns": "-1,-1,-1,-1,-1,-1,-1,-1,39,-1,-1,-1,-1,-1,125,-1,60,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,37,-1",
+ "endOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,2021,-1,-1,-1,-1,-1,1981,-1,1855,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,2059,-1"
+ },
+ "to": {
+ "startLines": "2539,2567,2568,2570,2572,2579,2580,2585,2586,2587,2588,2589,2590,2591,2592,2600,2601,2602,2603,2604,2606,2607,2608,2611,2612,2714,2715,2721,2722,2723,2724,2725,2732,2735",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "146454,148385,148435,148562,148766,149911,149955,150382,150446,150486,150543,150615,150689,150758,150826,151580,151630,151691,151750,151809,152017,152080,152160,152462,152510,167581,167627,168492,168540,168594,168672,168735,169367,169753",
+ "endColumns": "64,49,43,53,55,43,49,63,39,56,71,73,68,67,125,49,60,58,58,54,62,79,88,47,52,45,62,47,53,77,62,70,37,35",
+ "endOffsets": "146514,148430,148474,148611,148817,149950,150000,150441,150481,150538,150610,150684,150753,150821,150947,151625,151686,151745,151804,151859,152075,152155,152244,152505,152558,167622,167685,168535,168589,168667,168730,168801,169400,169784"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json
new file mode 100644
index 000000000..70eb64156
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json
@@ -0,0 +1,246 @@
+[
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_home_background.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\home_background.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_banner_bg.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\banner_bg.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\mipmap-xxhdpi_ic_launcher_round.webp.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\mipmap-xxhdpi\\ic_launcher_round.webp"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_homepage_icon.png.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\homepage_icon.png"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_ic_baseline_email_24.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\ic_baseline_email_24.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_register.png.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\register.png"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_baseline_person_24.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\baseline_person_24.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\mipmap-hdpi_ic_launcher.webp.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\mipmap-hdpi\\ic_launcher.webp"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\layout_activity_home.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\layout\\activity_home.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_baseline_email_24.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\baseline_email_24.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\mipmap-anydpi-v26_ic_launcher_round.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\mipmap-anydpi-v26\\ic_launcher_round.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_img.png.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\img.png"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_baseline_birthday.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\baseline_birthday.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\mipmap-xxhdpi_ic_launcher.webp.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\mipmap-xxhdpi\\ic_launcher.webp"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_ic_baseline_date_range_24.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\ic_baseline_date_range_24.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_homepage_icon_background.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\homepage_icon_background.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\mipmap-xhdpi_ic_launcher.webp.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\mipmap-xhdpi\\ic_launcher.webp"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\layout_activity_register.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\layout\\activity_register.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_ic_baseline_arrow_back_24.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\ic_baseline_arrow_back_24.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\mipmap-xhdpi_ic_launcher_round.webp.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\mipmap-xhdpi\\ic_launcher_round.webp"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_ic_baseline_access_time_24.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\ic_baseline_access_time_24.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\layout_activity_login.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\layout\\activity_login.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_baseline_account_circle_24.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\baseline_account_circle_24.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_ic_baseline_person_24.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\ic_baseline_person_24.xml"
+ },
+ {
+ "merged": "com.example.revivemymemory.app-merged_res-38:/layout_activity_forget_password.xml.flat",
+ "source": "com.example.revivemymemory.app-main-40:/layout/activity_forget_password.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_ic_baseline_phone_24.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\ic_baseline_phone_24.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\xml_data_extraction_rules.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\xml\\data_extraction_rules.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\xml_backup_rules.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\xml\\backup_rules.xml"
+ },
+ {
+ "merged": "com.example.revivemymemory.app-merged_res-38:/raw_successanimation.json.flat",
+ "source": "com.example.revivemymemory.app-main-40:/raw/successanimation.json"
+ },
+ {
+ "merged": "com.example.revivemymemory.app-merged_res-38:/layout_activity_forget_successful_send.xml.flat",
+ "source": "com.example.revivemymemory.app-main-40:/layout/activity_forget_successful_send.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_bg_button.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\bg_button.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\mipmap-xxxhdpi_ic_launcher_round.webp.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\mipmap-xxxhdpi\\ic_launcher_round.webp"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_circle.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\circle.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable-v24_ic_launcher_foreground.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable-v24\\ic_launcher_foreground.xml"
+ },
+ {
+ "merged": "com.example.revivemymemory.app-merged_res-38:/layout_activity_register.xml.flat",
+ "source": "com.example.revivemymemory.app-main-40:/layout/activity_register.xml"
+ },
+ {
+ "merged": "com.example.revivemymemory.app-merged_res-38:/layout_activity_home.xml.flat",
+ "source": "com.example.revivemymemory.app-main-40:/layout/activity_home.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_personwhite.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\personwhite.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_applogo.png.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\applogo.png"
+ },
+ {
+ "merged": "com.example.revivemymemory.app-merged_res-38:/raw_repassword.json.flat",
+ "source": "com.example.revivemymemory.app-main-40:/raw/repassword.json"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_baseline_contact_phone_24.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\baseline_contact_phone_24.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_img_1.png.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\img_1.png"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_ic_baseline_arrow_circle_right_24.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\ic_baseline_arrow_circle_right_24.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\mipmap-hdpi_ic_launcher_round.webp.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\mipmap-hdpi\\ic_launcher_round.webp"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_cirleaccount.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\cirleaccount.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_ic_baseline_add_24.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\ic_baseline_add_24.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_baseline_local_phone_24.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\baseline_local_phone_24.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_ic_baseline_lock_24.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\ic_baseline_lock_24.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_passord_icon.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\passord_icon.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_ic_launcher_background.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\ic_launcher_background.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_circlebc.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\circlebc.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\mipmap-mdpi_ic_launcher_round.webp.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\mipmap-mdpi\\ic_launcher_round.webp"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\mipmap-anydpi-v26_ic_launcher.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\mipmap-anydpi-v26\\ic_launcher.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\mipmap-mdpi_ic_launcher.webp.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\mipmap-mdpi\\ic_launcher.webp"
+ },
+ {
+ "merged": "com.example.revivemymemory.app-merged_res-38:/layout_activity_login.xml.flat",
+ "source": "com.example.revivemymemory.app-main-40:/layout/activity_login.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\mipmap-xxxhdpi_ic_launcher.webp.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\mipmap-xxxhdpi\\ic_launcher.webp"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_ic_baseline_strikethrough_s_24.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\ic_baseline_strikethrough_s_24.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_rounded_button.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\rounded_button.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_ic_baseline_location_on_24.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\ic_baseline_location_on_24.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\drawable_img_2.png.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\drawable\\img_2.png"
+ },
+ {
+ "merged": "com.example.revivemymemory.app-merged_res-38:/raw_forgetpassword.json.flat",
+ "source": "com.example.revivemymemory.app-main-40:/raw/forgetpassword.json"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-merged_res-38:\\mipmap-anydpi-v33_ic_launcher.xml.flat",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\mipmap-anydpi-v33\\ic_launcher.xml"
+ }
+]
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/single/layout.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/single/layout.json
new file mode 100644
index 000000000..f4be0cd92
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/merged_res_blame_folder/debug/out/single/layout.json
@@ -0,0 +1,34 @@
+[
+ {
+ "merged": "com.example.revivemymemory.app-mergeDebugResources-37:/layout/activity_register.xml",
+ "source": "com.example.revivemymemory.app-main-40:/layout/activity_register.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-mergeDebugResources-37:\\layout\\activity_login.xml",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\layout\\activity_login.xml"
+ },
+ {
+ "merged": "com.example.revivemymemory.app-mergeDebugResources-37:/layout/activity_forget_successful_send.xml",
+ "source": "com.example.revivemymemory.app-main-40:/layout/activity_forget_successful_send.xml"
+ },
+ {
+ "merged": "com.example.revivemymemory.app-mergeDebugResources-37:/layout/activity_forget_password.xml",
+ "source": "com.example.revivemymemory.app-main-40:/layout/activity_forget_password.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-mergeDebugResources-37:\\layout\\activity_register.xml",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\layout\\activity_register.xml"
+ },
+ {
+ "merged": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-mergeDebugResources-37:\\layout\\activity_home.xml",
+ "source": "C:\\Users\\mhmdw\\.gradle\\daemon\\7.5\\com.example.revivemymemory.app-main-40:\\layout\\activity_home.xml"
+ },
+ {
+ "merged": "com.example.revivemymemory.app-mergeDebugResources-37:/layout/activity_login.xml",
+ "source": "com.example.revivemymemory.app-main-40:/layout/activity_login.xml"
+ },
+ {
+ "merged": "com.example.revivemymemory.app-mergeDebugResources-37:/layout/activity_home.xml",
+ "source": "com.example.revivemymemory.app-main-40:/layout/activity_home.xml"
+ }
+]
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/navigation_json/debug/navigation.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/navigation_json/debug/navigation.json
new file mode 100644
index 000000000..0637a088a
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/navigation_json/debug/navigation.json
@@ -0,0 +1 @@
+[]
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml
new file mode 100644
index 000000000..bdcef00f8
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_manifests/debug/output-metadata.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_manifests/debug/output-metadata.json
new file mode 100644
index 000000000..8ca40138f
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_manifests/debug/output-metadata.json
@@ -0,0 +1,20 @@
+{
+ "version": 3,
+ "artifactType": {
+ "type": "PACKAGED_MANIFESTS",
+ "kind": "Directory"
+ },
+ "applicationId": "com.example.revivemymemory",
+ "variantName": "debug",
+ "elements": [
+ {
+ "type": "SINGLE",
+ "filters": [],
+ "attributes": [],
+ "versionCode": 1,
+ "versionName": "1.0",
+ "outputFile": "AndroidManifest.xml"
+ }
+ ],
+ "elementType": "File"
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable-v24/ic_launcher_foreground.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable-v24/ic_launcher_foreground.xml
new file mode 100644
index 000000000..2b068d114
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable-v24/ic_launcher_foreground.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/applogo.png b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/applogo.png
new file mode 100644
index 000000000..9c737a0c2
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/applogo.png differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/banner_bg.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/banner_bg.xml
new file mode 100644
index 000000000..1b48616bf
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/banner_bg.xml
@@ -0,0 +1,11 @@
+
+
+ -
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/baseline_account_circle_24.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/baseline_account_circle_24.xml
new file mode 100644
index 000000000..35c53c063
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/baseline_account_circle_24.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/baseline_birthday.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/baseline_birthday.xml
new file mode 100644
index 000000000..e7eadbb0c
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/baseline_birthday.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/baseline_contact_phone_24.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/baseline_contact_phone_24.xml
new file mode 100644
index 000000000..f91322d1e
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/baseline_contact_phone_24.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/baseline_email_24.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/baseline_email_24.xml
new file mode 100644
index 000000000..5f7d0ebae
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/baseline_email_24.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/baseline_local_phone_24.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/baseline_local_phone_24.xml
new file mode 100644
index 000000000..e4ed98bd0
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/baseline_local_phone_24.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/baseline_person_24.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/baseline_person_24.xml
new file mode 100644
index 000000000..428976445
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/baseline_person_24.xml
@@ -0,0 +1,6 @@
+
+
+
+
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/bg_button.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/bg_button.xml
new file mode 100644
index 000000000..abf736583
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/bg_button.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/circle.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/circle.xml
new file mode 100644
index 000000000..42a28f48c
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/circle.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/circlebc.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/circlebc.xml
new file mode 100644
index 000000000..c08ffe598
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/circlebc.xml
@@ -0,0 +1,11 @@
+
+
+ -
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/cirleaccount.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/cirleaccount.xml
new file mode 100644
index 000000000..a8b409b1d
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/cirleaccount.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/home_background.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/home_background.xml
new file mode 100644
index 000000000..2b29663d8
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/home_background.xml
@@ -0,0 +1,9 @@
+
+
+-
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/homepage_icon.png b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/homepage_icon.png
new file mode 100644
index 000000000..f7811857f
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/homepage_icon.png differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/homepage_icon_background.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/homepage_icon_background.xml
new file mode 100644
index 000000000..cf9cce4c0
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/homepage_icon_background.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_access_time_24.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_access_time_24.xml
new file mode 100644
index 000000000..50c97a439
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_access_time_24.xml
@@ -0,0 +1,6 @@
+
+
+
+
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_add_24.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_add_24.xml
new file mode 100644
index 000000000..f275b9dd9
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_add_24.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_arrow_back_24.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_arrow_back_24.xml
new file mode 100644
index 000000000..8452791cf
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_arrow_back_24.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_arrow_circle_right_24.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_arrow_circle_right_24.xml
new file mode 100644
index 000000000..06aeaa939
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_arrow_circle_right_24.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_date_range_24.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_date_range_24.xml
new file mode 100644
index 000000000..8dc9e69af
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_date_range_24.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_email_24.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_email_24.xml
new file mode 100644
index 000000000..f0abc2d83
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_email_24.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_location_on_24.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_location_on_24.xml
new file mode 100644
index 000000000..dd1211331
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_location_on_24.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_lock_24.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_lock_24.xml
new file mode 100644
index 000000000..36cc0ed30
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_lock_24.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_person_24.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_person_24.xml
new file mode 100644
index 000000000..98730cd90
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_person_24.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_phone_24.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_phone_24.xml
new file mode 100644
index 000000000..95c5f8a71
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_phone_24.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_strikethrough_s_24.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_strikethrough_s_24.xml
new file mode 100644
index 000000000..4d6e8f5cb
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_baseline_strikethrough_s_24.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_launcher_background.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_launcher_background.xml
new file mode 100644
index 000000000..07d5da9cb
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/ic_launcher_background.xml
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/img.png b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/img.png
new file mode 100644
index 000000000..0c591bf00
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/img.png differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/img_1.png b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/img_1.png
new file mode 100644
index 000000000..b16a0678f
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/img_1.png differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/img_2.png b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/img_2.png
new file mode 100644
index 000000000..b16a0678f
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/img_2.png differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/passord_icon.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/passord_icon.xml
new file mode 100644
index 000000000..876f4fa60
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/passord_icon.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/personwhite.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/personwhite.xml
new file mode 100644
index 000000000..5b6760d83
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/personwhite.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/register.png b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/register.png
new file mode 100644
index 000000000..d9a0c0411
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/register.png differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/rounded_button.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/rounded_button.xml
new file mode 100644
index 000000000..1b3c23a67
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/drawable/rounded_button.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/layout/activity_forget_password.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/layout/activity_forget_password.xml
new file mode 100644
index 000000000..7a11b0ecf
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/layout/activity_forget_password.xml
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/layout/activity_forget_successful_send.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/layout/activity_forget_successful_send.xml
new file mode 100644
index 000000000..5470fb539
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/layout/activity_forget_successful_send.xml
@@ -0,0 +1,19 @@
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/layout/activity_home.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/layout/activity_home.xml
new file mode 100644
index 000000000..7c8618976
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/layout/activity_home.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/layout/activity_login.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/layout/activity_login.xml
new file mode 100644
index 000000000..54b7c978d
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/layout/activity_login.xml
@@ -0,0 +1,122 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/layout/activity_register.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/layout/activity_register.xml
new file mode 100644
index 000000000..2a7a6c0e4
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/layout/activity_register.xml
@@ -0,0 +1,250 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher.xml
new file mode 100644
index 000000000..eca70cfe5
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher_round.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher_round.xml
new file mode 100644
index 000000000..eca70cfe5
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v33/ic_launcher.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v33/ic_launcher.xml
new file mode 100644
index 000000000..6f3b755bf
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v33/ic_launcher.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher.webp b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher.webp
new file mode 100644
index 000000000..c209e78ec
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher.webp differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_round.webp b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_round.webp
new file mode 100644
index 000000000..b2dfe3d1b
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_round.webp differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher.webp b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher.webp
new file mode 100644
index 000000000..4f0f1d64e
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher.webp differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_round.webp b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_round.webp
new file mode 100644
index 000000000..62b611da0
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_round.webp differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher.webp b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher.webp
new file mode 100644
index 000000000..948a3070f
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher.webp differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_round.webp b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_round.webp
new file mode 100644
index 000000000..1b9a6956b
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_round.webp differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher.webp b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher.webp
new file mode 100644
index 000000000..28d4b77f9
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher.webp differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_round.webp b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_round.webp
new file mode 100644
index 000000000..9287f5083
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_round.webp differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher.webp b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher.webp
new file mode 100644
index 000000000..aa7d6427e
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher.webp differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_round.webp b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_round.webp
new file mode 100644
index 000000000..9126ae37c
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_round.webp differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/raw/forgetpassword.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/raw/forgetpassword.json
new file mode 100644
index 000000000..ff07a6889
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/raw/forgetpassword.json
@@ -0,0 +1 @@
+{"v":"5.5.7","meta":{"g":"LottieFiles AE 0.1.20","a":"","k":"","d":"","tc":""},"fr":25,"ip":0,"op":98,"w":500,"h":500,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":26,"ix":10},"p":{"a":0,"k":[296.5,82.5,0],"ix":2},"a":{"a":0,"k":[36,-168.74,0],"ix":1},"s":{"a":0,"k":[100,101.339,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[34.82,-167.124],[34.695,-209.963]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.925490196078,0.066666666667,0.274509803922,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":11,"ix":5},"lc":2,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":19,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":25,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":90,"s":[100]},{"t":97,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":98,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[285.625,97,0],"ix":2},"a":{"a":0,"k":[35.625,-153,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":18,"s":[0,0,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":25,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":89,"s":[100,100,100]},{"t":96,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[13,13],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490196078,0.066666666667,0.274509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[35.5,-152.5],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":98,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"? Outlines 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":20,"ix":10},"p":{"a":0,"k":[297,245,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[112,112,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[17.176,15.658],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490196078,0.066666666667,0.274509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-5.322,-9.366],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":19,"s":[0,0]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":26,"s":[89.373,100]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":89,"s":[89.373,100]},{"t":96,"s":[0,0]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.212,-0.391],[0.926,-0.498],[0.535,-0.356],[0.07,-0.07],[0.749,0.144],[0.784,0],[0.07,0],[0.035,0],[0.07,0],[0.463,-0.677],[0.498,-1.07],[0.535,-1.64],[0.428,-1.64],[0.356,-2.068],[0,-1.14],[0,-0.142],[0,-0.142],[-0.251,-0.391],[-0.428,-0.428],[-0.963,-0.605],[-1.07,-0.356],[-0.465,-0.07],[-0.428,0],[-0.107,0],[-0.072,0],[-0.251,0.072],[-0.144,0.072],[-0.251,0.535],[0,0.714],[0.07,0.428],[0.07,0.428],[0.035,0.251],[0,0.214],[0.035,0.251],[0,0.214],[0,0.107],[0,0.072],[-0.037,0.107],[0,0.072],[-0.214,1.07],[-0.358,1.142],[-1.428,2.14],[-2.498,-0.07],[-0.928,-1.105],[-0.358,-1.354],[-0.037,-0.535],[0,-0.428],[0,-0.07],[0,-0.07],[0.107,-1.033],[0.356,-0.998],[0.214,-0.498],[0.356,-0.57],[0,0],[0.605,-1.461],[0.428,-1.426],[0.284,-1.712],[0,-1.426],[-0.107,-0.642],[-0.214,-0.428],[-0.428,-0.177],[-0.428,-0.07],[-0.072,0],[-0.072,0],[-0.393,0.037],[-0.286,0.072],[-0.144,0.037],[-0.072,0],[-0.179,-0.107],[-0.214,-0.142],[-0.428,-0.107],[-0.428,0],[-0.286,0.072],[-0.286,0.214],[-0.179,0.5],[0,0.5],[0.035,0.286],[0,0.286],[0.035,0.321],[0,0.286],[0,0.214],[-0.072,0.214],[-1.498,2.498],[-1.642,2.284],[-0.286,0.393],[-0.286,0.358],[-1.356,2.605],[0,3.424],[0,0.321],[0.07,0.286],[1.033,1.856],[1.212,1],[1.14,0.321],[0.07,0.072],[0.57,0.286],[0.784,0.286],[1.319,0.321],[1.498,0],[0.035,0],[0.07,0]],"o":[[-1.498,0],[-1.214,0.393],[-0.856,0.428],[-0.535,0.358],[-0.428,-0.142],[-0.749,-0.142],[-0.072,0],[-0.072,0],[-0.037,0],[-0.428,0],[-0.465,0.679],[-0.5,1.214],[-0.535,1.642],[-0.642,2.284],[-0.358,2.07],[0.07,0.144],[0,0.144],[0.07,0.358],[0.249,0.393],[0.642,0.642],[0.963,0.607],[0.428,0.214],[0.463,0.072],[0.142,0],[0.107,0],[0.214,-0.07],[0.249,-0.07],[0.784,-0.356],[0.249,-0.535],[0,-0.428],[-0.072,-0.428],[-0.072,-0.214],[-0.037,-0.249],[0,-0.214],[-0.037,-0.249],[0,-0.07],[0,-0.107],[0,-0.07],[0.035,-0.107],[0.142,-0.926],[0.214,-1.07],[0.712,-2.568],[1.426,-2.14],[1.854,0.072],[0.926,1.107],[0.142,0.572],[0.035,0.535],[0,0.072],[0,0.072],[0,1.284],[-0.107,1.035],[-0.214,0.5],[-0.214,0.5],[0,0],[-0.786,1.214],[-0.607,1.463],[-0.5,1.856],[-0.286,1.712],[0,0.786],[0.107,0.642],[0.214,0.358],[0.428,0.179],[0.07,0],[0.07,0],[0.356,0],[0.391,-0.035],[0.142,-0.07],[0.142,-0.035],[0.07,0],[0.177,0.107],[0.356,0.144],[0.428,0.107],[0.356,0],[0.284,-0.07],[0.498,-0.356],[0.177,-0.498],[0,-0.284],[-0.037,-0.284],[-0.072,-0.284],[-0.037,-0.321],[0,-0.214],[0,-0.214],[0.642,-3.21],[1.498,-2.496],[0.284,-0.356],[0.284,-0.391],[1.782,-2.424],[1.354,-2.603],[0,-0.356],[0,-0.321],[-0.286,-2.996],[-1.035,-1.854],[-1.284,-1.14],[-1.142,-0.321],[-0.144,-0.07],[-0.572,-0.284],[-1,-0.356],[-1.321,-0.321],[-0.072,0],[-0.037,0],[0,0]],"v":[[-2.514,-83.139],[-6.58,-82.551],[-9.79,-81.213],[-11.876,-80.036],[-12.786,-79.394],[-14.551,-79.822],[-16.852,-80.036],[-17.066,-80.036],[-17.226,-80.036],[-17.387,-80.036],[-18.724,-79.02],[-20.169,-76.398],[-21.72,-72.118],[-23.165,-67.196],[-24.663,-60.669],[-25.198,-55.854],[-25.091,-55.426],[-25.091,-54.998],[-24.609,-53.875],[-23.593,-52.644],[-21.185,-50.771],[-18.136,-49.327],[-16.798,-48.899],[-15.461,-48.792],[-15.086,-48.792],[-14.819,-48.792],[-14.123,-49.006],[-13.535,-49.22],[-11.983,-50.558],[-11.609,-52.43],[-11.716,-53.714],[-11.93,-54.998],[-12.09,-55.693],[-12.144,-56.389],[-12.197,-57.085],[-12.251,-57.78],[-12.251,-58.048],[-12.251,-58.315],[-12.197,-58.583],[-12.144,-58.85],[-11.609,-61.846],[-10.753,-65.163],[-7.543,-72.225],[-1.658,-75.328],[2.515,-73.563],[4.441,-69.871],[4.709,-68.213],[4.762,-66.768],[4.762,-66.554],[4.762,-66.34],[4.602,-62.863],[3.906,-59.813],[3.264,-58.315],[2.408,-56.71],[-4.333,-45.475],[-6.419,-41.463],[-7.971,-37.129],[-9.148,-31.779],[-9.576,-27.071],[-9.415,-24.931],[-8.934,-23.326],[-7.971,-22.523],[-6.687,-22.149],[-6.473,-22.149],[-6.259,-22.149],[-5.135,-22.202],[-4.119,-22.363],[-3.691,-22.523],[-3.37,-22.577],[-2.995,-22.417],[-2.407,-22.042],[-1.23,-21.667],[0.054,-21.507],[1.017,-21.614],[1.873,-22.042],[2.89,-23.326],[3.157,-24.824],[3.104,-25.68],[3.05,-26.536],[2.89,-27.445],[2.836,-28.355],[2.836,-28.997],[2.943,-29.639],[6.153,-38.199],[10.861,-45.368],[11.717,-46.492],[12.573,-47.615],[17.281,-55.159],[19.314,-64.2],[19.314,-65.217],[19.207,-66.126],[17.228,-73.402],[13.857,-77.682],[10.219,-79.876],[8.4,-80.464],[7.33,-80.999],[5.297,-81.855],[1.82,-82.872],[-2.407,-83.353],[-2.567,-83.353],[-2.728,-83.353]],"c":true},"ix":2},"nm":"?","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490196078,0.066666666667,0.274509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":23,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":29,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":90,"s":[100]},{"t":96,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"?","np":4,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":98,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"? Outlines 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-7,"ix":10},"p":{"a":0,"k":[83,120,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[95,95,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[17.176,15.658],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490196078,0.066666666667,0.274509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-5.322,-9.366],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":12,"s":[0,0]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":19,"s":[89.373,100]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":84,"s":[89.373,100]},{"t":91,"s":[0,0]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.212,-0.391],[0.926,-0.498],[0.535,-0.356],[0.07,-0.07],[0.749,0.144],[0.784,0],[0.07,0],[0.035,0],[0.07,0],[0.463,-0.677],[0.498,-1.07],[0.535,-1.64],[0.428,-1.64],[0.356,-2.068],[0,-1.14],[0,-0.142],[0,-0.142],[-0.251,-0.391],[-0.428,-0.428],[-0.963,-0.605],[-1.07,-0.356],[-0.465,-0.07],[-0.428,0],[-0.107,0],[-0.072,0],[-0.251,0.072],[-0.144,0.072],[-0.251,0.535],[0,0.714],[0.07,0.428],[0.07,0.428],[0.035,0.251],[0,0.214],[0.035,0.251],[0,0.214],[0,0.107],[0,0.072],[-0.037,0.107],[0,0.072],[-0.214,1.07],[-0.358,1.142],[-1.428,2.14],[-2.498,-0.07],[-0.928,-1.105],[-0.358,-1.354],[-0.037,-0.535],[0,-0.428],[0,-0.07],[0,-0.07],[0.107,-1.033],[0.356,-0.998],[0.214,-0.498],[0.356,-0.57],[0,0],[0.605,-1.461],[0.428,-1.426],[0.284,-1.712],[0,-1.426],[-0.107,-0.642],[-0.214,-0.428],[-0.428,-0.177],[-0.428,-0.07],[-0.072,0],[-0.072,0],[-0.393,0.037],[-0.286,0.072],[-0.144,0.037],[-0.072,0],[-0.179,-0.107],[-0.214,-0.142],[-0.428,-0.107],[-0.428,0],[-0.286,0.072],[-0.286,0.214],[-0.179,0.5],[0,0.5],[0.035,0.286],[0,0.286],[0.035,0.321],[0,0.286],[0,0.214],[-0.072,0.214],[-1.498,2.498],[-1.642,2.284],[-0.286,0.393],[-0.286,0.358],[-1.356,2.605],[0,3.424],[0,0.321],[0.07,0.286],[1.033,1.856],[1.212,1],[1.14,0.321],[0.07,0.072],[0.57,0.286],[0.784,0.286],[1.319,0.321],[1.498,0],[0.035,0],[0.07,0]],"o":[[-1.498,0],[-1.214,0.393],[-0.856,0.428],[-0.535,0.358],[-0.428,-0.142],[-0.749,-0.142],[-0.072,0],[-0.072,0],[-0.037,0],[-0.428,0],[-0.465,0.679],[-0.5,1.214],[-0.535,1.642],[-0.642,2.284],[-0.358,2.07],[0.07,0.144],[0,0.144],[0.07,0.358],[0.249,0.393],[0.642,0.642],[0.963,0.607],[0.428,0.214],[0.463,0.072],[0.142,0],[0.107,0],[0.214,-0.07],[0.249,-0.07],[0.784,-0.356],[0.249,-0.535],[0,-0.428],[-0.072,-0.428],[-0.072,-0.214],[-0.037,-0.249],[0,-0.214],[-0.037,-0.249],[0,-0.07],[0,-0.107],[0,-0.07],[0.035,-0.107],[0.142,-0.926],[0.214,-1.07],[0.712,-2.568],[1.426,-2.14],[1.854,0.072],[0.926,1.107],[0.142,0.572],[0.035,0.535],[0,0.072],[0,0.072],[0,1.284],[-0.107,1.035],[-0.214,0.5],[-0.214,0.5],[0,0],[-0.786,1.214],[-0.607,1.463],[-0.5,1.856],[-0.286,1.712],[0,0.786],[0.107,0.642],[0.214,0.358],[0.428,0.179],[0.07,0],[0.07,0],[0.356,0],[0.391,-0.035],[0.142,-0.07],[0.142,-0.035],[0.07,0],[0.177,0.107],[0.356,0.144],[0.428,0.107],[0.356,0],[0.284,-0.07],[0.498,-0.356],[0.177,-0.498],[0,-0.284],[-0.037,-0.284],[-0.072,-0.284],[-0.037,-0.321],[0,-0.214],[0,-0.214],[0.642,-3.21],[1.498,-2.496],[0.284,-0.356],[0.284,-0.391],[1.782,-2.424],[1.354,-2.603],[0,-0.356],[0,-0.321],[-0.286,-2.996],[-1.035,-1.854],[-1.284,-1.14],[-1.142,-0.321],[-0.144,-0.07],[-0.572,-0.284],[-1,-0.356],[-1.321,-0.321],[-0.072,0],[-0.037,0],[0,0]],"v":[[-2.514,-83.139],[-6.58,-82.551],[-9.79,-81.213],[-11.876,-80.036],[-12.786,-79.394],[-14.551,-79.822],[-16.852,-80.036],[-17.066,-80.036],[-17.226,-80.036],[-17.387,-80.036],[-18.724,-79.02],[-20.169,-76.398],[-21.72,-72.118],[-23.165,-67.196],[-24.663,-60.669],[-25.198,-55.854],[-25.091,-55.426],[-25.091,-54.998],[-24.609,-53.875],[-23.593,-52.644],[-21.185,-50.771],[-18.136,-49.327],[-16.798,-48.899],[-15.461,-48.792],[-15.086,-48.792],[-14.819,-48.792],[-14.123,-49.006],[-13.535,-49.22],[-11.983,-50.558],[-11.609,-52.43],[-11.716,-53.714],[-11.93,-54.998],[-12.09,-55.693],[-12.144,-56.389],[-12.197,-57.085],[-12.251,-57.78],[-12.251,-58.048],[-12.251,-58.315],[-12.197,-58.583],[-12.144,-58.85],[-11.609,-61.846],[-10.753,-65.163],[-7.543,-72.225],[-1.658,-75.328],[2.515,-73.563],[4.441,-69.871],[4.709,-68.213],[4.762,-66.768],[4.762,-66.554],[4.762,-66.34],[4.602,-62.863],[3.906,-59.813],[3.264,-58.315],[2.408,-56.71],[-4.333,-45.475],[-6.419,-41.463],[-7.971,-37.129],[-9.148,-31.779],[-9.576,-27.071],[-9.415,-24.931],[-8.934,-23.326],[-7.971,-22.523],[-6.687,-22.149],[-6.473,-22.149],[-6.259,-22.149],[-5.135,-22.202],[-4.119,-22.363],[-3.691,-22.523],[-3.37,-22.577],[-2.995,-22.417],[-2.407,-22.042],[-1.23,-21.667],[0.054,-21.507],[1.017,-21.614],[1.873,-22.042],[2.89,-23.326],[3.157,-24.824],[3.104,-25.68],[3.05,-26.536],[2.89,-27.445],[2.836,-28.355],[2.836,-28.997],[2.943,-29.639],[6.153,-38.199],[10.861,-45.368],[11.717,-46.492],[12.573,-47.615],[17.281,-55.159],[19.314,-64.2],[19.314,-65.217],[19.207,-66.126],[17.228,-73.402],[13.857,-77.682],[10.219,-79.876],[8.4,-80.464],[7.33,-80.999],[5.297,-81.855],[1.82,-82.872],[-2.407,-83.353],[-2.567,-83.353],[-2.728,-83.353]],"c":true},"ix":2},"nm":"?","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490196078,0.066666666667,0.274509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":16,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":22,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":85,"s":[100]},{"t":91,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"?","np":4,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":10,"op":95,"st":-3,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"? Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-7,"ix":10},"p":{"a":0,"k":[432,171,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[153,153,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[17.176,15.658],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490196078,0.066666666667,0.274509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-5.322,-9.366],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":17,"s":[0,0]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":24,"s":[89.373,100]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":89,"s":[89.373,100]},{"t":96,"s":[0,0]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.212,-0.391],[0.926,-0.498],[0.535,-0.356],[0.07,-0.07],[0.749,0.144],[0.784,0],[0.07,0],[0.035,0],[0.07,0],[0.463,-0.677],[0.498,-1.07],[0.535,-1.64],[0.428,-1.64],[0.356,-2.068],[0,-1.14],[0,-0.142],[0,-0.142],[-0.251,-0.391],[-0.428,-0.428],[-0.963,-0.605],[-1.07,-0.356],[-0.465,-0.07],[-0.428,0],[-0.107,0],[-0.072,0],[-0.251,0.072],[-0.144,0.072],[-0.251,0.535],[0,0.714],[0.07,0.428],[0.07,0.428],[0.035,0.251],[0,0.214],[0.035,0.251],[0,0.214],[0,0.107],[0,0.072],[-0.037,0.107],[0,0.072],[-0.214,1.07],[-0.358,1.142],[-1.428,2.14],[-2.498,-0.07],[-0.928,-1.105],[-0.358,-1.354],[-0.037,-0.535],[0,-0.428],[0,-0.07],[0,-0.07],[0.107,-1.033],[0.356,-0.998],[0.214,-0.498],[0.356,-0.57],[0,0],[0.605,-1.461],[0.428,-1.426],[0.284,-1.712],[0,-1.426],[-0.107,-0.642],[-0.214,-0.428],[-0.428,-0.177],[-0.428,-0.07],[-0.072,0],[-0.072,0],[-0.393,0.037],[-0.286,0.072],[-0.144,0.037],[-0.072,0],[-0.179,-0.107],[-0.214,-0.142],[-0.428,-0.107],[-0.428,0],[-0.286,0.072],[-0.286,0.214],[-0.179,0.5],[0,0.5],[0.035,0.286],[0,0.286],[0.035,0.321],[0,0.286],[0,0.214],[-0.072,0.214],[-1.498,2.498],[-1.642,2.284],[-0.286,0.393],[-0.286,0.358],[-1.356,2.605],[0,3.424],[0,0.321],[0.07,0.286],[1.033,1.856],[1.212,1],[1.14,0.321],[0.07,0.072],[0.57,0.286],[0.784,0.286],[1.319,0.321],[1.498,0],[0.035,0],[0.07,0]],"o":[[-1.498,0],[-1.214,0.393],[-0.856,0.428],[-0.535,0.358],[-0.428,-0.142],[-0.749,-0.142],[-0.072,0],[-0.072,0],[-0.037,0],[-0.428,0],[-0.465,0.679],[-0.5,1.214],[-0.535,1.642],[-0.642,2.284],[-0.358,2.07],[0.07,0.144],[0,0.144],[0.07,0.358],[0.249,0.393],[0.642,0.642],[0.963,0.607],[0.428,0.214],[0.463,0.072],[0.142,0],[0.107,0],[0.214,-0.07],[0.249,-0.07],[0.784,-0.356],[0.249,-0.535],[0,-0.428],[-0.072,-0.428],[-0.072,-0.214],[-0.037,-0.249],[0,-0.214],[-0.037,-0.249],[0,-0.07],[0,-0.107],[0,-0.07],[0.035,-0.107],[0.142,-0.926],[0.214,-1.07],[0.712,-2.568],[1.426,-2.14],[1.854,0.072],[0.926,1.107],[0.142,0.572],[0.035,0.535],[0,0.072],[0,0.072],[0,1.284],[-0.107,1.035],[-0.214,0.5],[-0.214,0.5],[0,0],[-0.786,1.214],[-0.607,1.463],[-0.5,1.856],[-0.286,1.712],[0,0.786],[0.107,0.642],[0.214,0.358],[0.428,0.179],[0.07,0],[0.07,0],[0.356,0],[0.391,-0.035],[0.142,-0.07],[0.142,-0.035],[0.07,0],[0.177,0.107],[0.356,0.144],[0.428,0.107],[0.356,0],[0.284,-0.07],[0.498,-0.356],[0.177,-0.498],[0,-0.284],[-0.037,-0.284],[-0.072,-0.284],[-0.037,-0.321],[0,-0.214],[0,-0.214],[0.642,-3.21],[1.498,-2.496],[0.284,-0.356],[0.284,-0.391],[1.782,-2.424],[1.354,-2.603],[0,-0.356],[0,-0.321],[-0.286,-2.996],[-1.035,-1.854],[-1.284,-1.14],[-1.142,-0.321],[-0.144,-0.07],[-0.572,-0.284],[-1,-0.356],[-1.321,-0.321],[-0.072,0],[-0.037,0],[0,0]],"v":[[-2.514,-83.139],[-6.58,-82.551],[-9.79,-81.213],[-11.876,-80.036],[-12.786,-79.394],[-14.551,-79.822],[-16.852,-80.036],[-17.066,-80.036],[-17.226,-80.036],[-17.387,-80.036],[-18.724,-79.02],[-20.169,-76.398],[-21.72,-72.118],[-23.165,-67.196],[-24.663,-60.669],[-25.198,-55.854],[-25.091,-55.426],[-25.091,-54.998],[-24.609,-53.875],[-23.593,-52.644],[-21.185,-50.771],[-18.136,-49.327],[-16.798,-48.899],[-15.461,-48.792],[-15.086,-48.792],[-14.819,-48.792],[-14.123,-49.006],[-13.535,-49.22],[-11.983,-50.558],[-11.609,-52.43],[-11.716,-53.714],[-11.93,-54.998],[-12.09,-55.693],[-12.144,-56.389],[-12.197,-57.085],[-12.251,-57.78],[-12.251,-58.048],[-12.251,-58.315],[-12.197,-58.583],[-12.144,-58.85],[-11.609,-61.846],[-10.753,-65.163],[-7.543,-72.225],[-1.658,-75.328],[2.515,-73.563],[4.441,-69.871],[4.709,-68.213],[4.762,-66.768],[4.762,-66.554],[4.762,-66.34],[4.602,-62.863],[3.906,-59.813],[3.264,-58.315],[2.408,-56.71],[-4.333,-45.475],[-6.419,-41.463],[-7.971,-37.129],[-9.148,-31.779],[-9.576,-27.071],[-9.415,-24.931],[-8.934,-23.326],[-7.971,-22.523],[-6.687,-22.149],[-6.473,-22.149],[-6.259,-22.149],[-5.135,-22.202],[-4.119,-22.363],[-3.691,-22.523],[-3.37,-22.577],[-2.995,-22.417],[-2.407,-22.042],[-1.23,-21.667],[0.054,-21.507],[1.017,-21.614],[1.873,-22.042],[2.89,-23.326],[3.157,-24.824],[3.104,-25.68],[3.05,-26.536],[2.89,-27.445],[2.836,-28.355],[2.836,-28.997],[2.943,-29.639],[6.153,-38.199],[10.861,-45.368],[11.717,-46.492],[12.573,-47.615],[17.281,-55.159],[19.314,-64.2],[19.314,-65.217],[19.207,-66.126],[17.228,-73.402],[13.857,-77.682],[10.219,-79.876],[8.4,-80.464],[7.33,-80.999],[5.297,-81.855],[1.82,-82.872],[-2.407,-83.353],[-2.567,-83.353],[-2.728,-83.353]],"c":true},"ix":2},"nm":"?","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490196078,0.066666666667,0.274509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":21,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":27,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":90,"s":[100]},{"t":96,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"?","np":4,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":15,"op":100,"st":2,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"hand Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[8]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":22,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":79,"s":[0]},{"t":97,"s":[8]}],"ix":10},"p":{"a":0,"k":[302,508,0],"ix":2},"a":{"a":0,"k":[268.75,318.75,0],"ix":1},"s":{"a":0,"k":[144,144,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-15.7,-13.565],[0,0],[0,0],[10.28,36.446]],"o":[[0,0],[15.699,13.563],[0,0],[0,0],[-7.898,-28]],"v":[[-12.901,-77.173],[-8.719,44.364],[25.832,44.364],[26.259,50.146],[-18.361,40.727]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.913999968884,0.579999976065,0.435000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[259.284,266.257],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.469,-0.03],[0,0],[-0.739,-0.558]],"o":[[-0.31,-0.233],[0,0],[0.791,-0.02],[0,0]],"v":[[1.484,0.677],[-2.069,0.349],[-2.088,-0.651],[2.088,-0.12]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[232.165,157.016],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.024,0.004],[0,0],[-1.154,-0.491]],"o":[[-1.043,-0.444],[0,0],[0.104,0.017],[0,0]],"v":[[1.537,0.917],[-1.93,0.068],[-1.768,-0.917],[1.93,-0.002]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[233.083,155.243],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.544,0.077],[0,0],[-0.794,-0.641]],"o":[[-0.371,-0.299],[0,0],[0.83,0.04],[0,0]],"v":[[1.592,0.821],[-2.221,0.177],[-2.173,-0.821],[2.221,0.044]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[224.623,153.192],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.026,0.006],[0,0],[-1.242,-0.615]],"o":[[-1.141,-0.564],[0,0],[0.109,0.026],[0,0]],"v":[[1.645,1.079],[-2.088,-0.107],[-1.856,-1.079],[2.088,0.183]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[225.457,151.323],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.161,1.023],[0,0],[-0.222,-0.995]],"o":[[-0.104,-0.466],[0,0],[0.624,0.549],[0,0]],"v":[[0.803,1.814],[-1.779,-1.064],[-1.12,-1.814],[1.779,1.598]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.038,145.841],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.017,0.021],[0,0],[-0.589,-1.255]],"o":[[-0.54,-1.151],[0,0],[0.07,0.089],[0,0]],"v":[[0.638,1.934],[-1.544,-1.317],[-0.757,-1.934],[1.544,1.511]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[218.901,145.013],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.251,0.283],[-1.768,-4.33],[0,0],[0.07,0.017],[-0.136,-2.376]],"o":[[-0.148,-2.584],[0.696,-0.155],[0,0],[-1.53,-3.75],[-0.295,0.265],[0,0]],"v":[[-2.198,3.081],[-1.009,-2.926],[2.346,1.7],[1.42,2.079],[-0.832,-1.948],[-1.2,3.024]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[232.933,166.054],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.019,-1.073],[0,0],[0.98,0.288],[0.077,-0.055],[0.062,-1.696],[0,0],[-1.328,0.956],[-0.385,-0.116]],"o":[[0,0],[0.04,-2.285],[-0.093,-0.027],[-0.688,0.494],[0,0],[0.028,-0.763],[0.33,-0.236],[2.066,0.606]],"v":[[2.346,3.59],[1.346,3.572],[0.008,-2.515],[-0.22,-2.475],[-1.366,2.327],[-2.366,2.29],[-0.805,-3.287],[0.289,-3.474]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[221.857,164.068],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":2,"cix":2,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.036,-1.229],[0,0],[1.016,0.813],[0.654,-3.359],[0,0],[-1.545,0.567],[-0.304,-0.242]],"o":[[0,0],[0.079,-2.652],[-0.604,0.083],[0,0],[0.31,-1.585],[0.341,-0.128],[1.699,1.359]],"v":[[2.71,4.546],[1.71,4.518],[0.518,-3.456],[-1.859,3.143],[-2.842,2.951],[0.141,-4.419],[1.143,-4.238]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[210.994,158.557],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10","np":2,"cix":2,"bm":0,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.232,2.649],[-0.762,2.548],[-0.232,-2.649],[0.762,-2.548]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[223.438,124.853],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 11","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.287,2.901],[-0.711,-2.827],[0.287,-2.901],[0.711,2.827]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[221.052,125.118],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 12","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.232,2.649],[-0.762,-2.548],[0.232,-2.649],[0.762,2.548]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[218.877,124.853],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 13","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":7,"s":[221.158,130.111],"to":[0,-0.833],"ti":[0,0.833]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[221.158,125.111],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":80,"s":[221.158,125.111],"to":[0,0.833],"ti":[0,-0.833]},{"t":96,"s":[221.158,130.111]}],"ix":2},"a":{"a":0,"k":[221.158,125.111],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 16","np":3,"cix":2,"bm":0,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.138,-3.161],[0,0],[-0.376,0.615],[2.68,-0.044],[0,0],[-0.288,-0.866]],"o":[[0,0],[2.255,-1.162],[-0.553,-0.312],[0,0],[4.603,-0.079],[0.112,0.336]],"v":[[-2.223,2.895],[-2.68,2.007],[2.464,-1.342],[-3.9,-1.816],[-3.915,-2.816],[3.461,-1.626]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":7,"s":[207,139],"to":[-0.012,-1.662],"ti":[0.012,1.662]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[206.929,129.026],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":79,"s":[206.929,129.026],"to":[0.012,1.662],"ti":[-0.012,-1.662]},{"t":96,"s":[207,139]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":-20,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 14","np":2,"cix":2,"bm":0,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":7,"s":[{"i":[[17.077,27.846],[9.061,3.76],[0,0],[0,0],[-4.811,-20.184],[6.578,-7.307],[0,0],[0,0],[-18.123,0.694],[-3.878,-20.409],[0,0],[-12.513,-0.647],[-7.145,-16.843],[0,0],[-7.336,2.127],[-9.97,-8.523],[1.962,-24.493],[-60.145,34.004]],"o":[[0,0],[-9.061,-3.76],[0,0],[0,0],[0,0],[-6.857,7.617],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.421,30.214],[0,0]],"v":[[16.415,-74.284],[-12.681,-109.36],[-42.534,-95.907],[-38.043,-90.672],[-7.964,-94.133],[-29.755,-90.465],[-36.161,-71.043],[-28.078,-69.398],[-12.926,-88.522],[-24.39,-66.332],[-17.227,-64.314],[-7.056,-84.346],[-13.187,-63.982],[-6.555,-64.576],[-4.728,-79.06],[4.266,-56.052],[-1.962,6.944],[42.268,81.951]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":21,"s":[{"i":[[17.077,27.846],[9.061,3.76],[0,0],[0,0],[-4.811,-20.184],[6.578,-7.307],[0,0],[0,0],[-18.123,0.694],[-3.878,-20.409],[0,0],[-12.513,-0.647],[-7.145,-16.843],[0,0],[-7.336,2.127],[-9.97,-8.523],[1.962,-24.493],[-60.145,34.004]],"o":[[0,0],[-9.061,-3.76],[0,0],[0,0],[0,0],[-6.857,7.617],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.421,30.214],[0,0]],"v":[[16.415,-74.284],[-12.284,-112.195],[-42.268,-108.156],[-39.511,-101.165],[-7.964,-94.133],[-29.755,-90.465],[-36.161,-71.043],[-28.078,-69.398],[-12.926,-88.522],[-24.39,-66.332],[-17.226,-64.314],[-7.056,-84.346],[-13.187,-63.982],[-6.555,-64.576],[-4.728,-79.06],[4.266,-56.052],[-1.962,6.944],[42.268,81.951]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":79,"s":[{"i":[[17.077,27.846],[9.061,3.76],[0,0],[0,0],[-4.811,-20.184],[6.578,-7.307],[0,0],[0,0],[-18.123,0.694],[-3.878,-20.409],[0,0],[-12.513,-0.647],[-7.145,-16.843],[0,0],[-7.336,2.127],[-9.97,-8.523],[1.962,-24.493],[-60.145,34.004]],"o":[[0,0],[-9.061,-3.76],[0,0],[0,0],[0,0],[-6.857,7.617],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.421,30.214],[0,0]],"v":[[16.415,-74.284],[-12.284,-112.195],[-42.268,-108.156],[-39.511,-101.165],[-7.964,-94.133],[-29.755,-90.465],[-36.161,-71.043],[-28.078,-69.398],[-12.926,-88.522],[-24.39,-66.332],[-17.226,-64.314],[-7.056,-84.346],[-13.187,-63.982],[-6.555,-64.576],[-4.728,-79.06],[4.266,-56.052],[-1.962,6.944],[42.268,81.951]],"c":true}]},{"t":96,"s":[{"i":[[17.077,27.846],[9.061,3.76],[0,0],[0,0],[-4.811,-20.184],[6.578,-7.307],[0,0],[0,0],[-18.123,0.694],[-3.878,-20.409],[0,0],[-12.513,-0.647],[-7.145,-16.843],[0,0],[-7.336,2.127],[-9.97,-8.523],[1.962,-24.493],[-60.145,34.004]],"o":[[0,0],[-9.061,-3.76],[0,0],[0,0],[0,0],[-6.857,7.617],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.421,30.214],[0,0]],"v":[[16.415,-74.284],[-12.681,-109.36],[-42.534,-95.907],[-38.043,-90.672],[-7.964,-94.133],[-29.755,-90.465],[-36.161,-71.043],[-28.078,-69.398],[-12.926,-88.522],[-24.39,-66.332],[-17.227,-64.314],[-7.056,-84.346],[-13.187,-63.982],[-6.555,-64.576],[-4.728,-79.06],[4.266,-56.052],[-1.962,6.945],[42.268,81.951]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964999988032,0.736999990426,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[243.275,234.451],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 15","np":2,"cix":2,"bm":0,"ix":13,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":98,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"hand 2 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[99,518,0],"ix":2},"a":{"a":0,"k":[181.25,334.722,0],"ix":1},"s":{"a":0,"k":[144,144,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-27.384,13.687],[-1.37,-11.416],[-21.915,6.115],[-15.808,0.588],[0,0],[15.469,-6.973],[12.776,61.126]],"o":[[0,0],[1.37,11.417],[21.914,-6.115],[0,0],[0,0],[-15.471,6.972],[0,0]],"v":[[-37.021,-37.753],[-61.235,-14.845],[-30.638,2.478],[69.082,-39.435],[69.906,-36.37],[20.333,-13.152],[-69.906,-21.69]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.913999968884,0.579999976065,0.435000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[233.525,337.193],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[9.323,-7.762],[27.951,-2.061],[0,0],[-18.23,7.93],[-45.745,-1.554]],"o":[[0,0],[-27.951,2.062],[0,0],[0,0],[0,0]],"v":[[63.445,-11.932],[-41.26,32.217],[-72.768,2.766],[-19.771,-22.563],[67.045,-32.724]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964999988032,0.736999990426,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.387,312.737],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[180.228,339.099],"ix":2},"a":{"a":0,"k":[180.228,339.099],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":9,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":26,"s":[6]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":81,"s":[6]},{"t":96,"s":[0]}],"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.076,0.338],[0,0],[-12.767,-27.146]],"o":[[-12.814,-27.249],[0,0],[0.075,0.336],[0,0]],"v":[[9.784,30.767],[-10.689,-30.551],[-9.712,-30.767],[10.689,30.341]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.328999986836,0.475,0.517999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[192.403,232.646],"ix":2},"a":{"a":0,"k":[-8.681,-27.778],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":10,"s":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":26,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":78,"s":[0]},{"t":96,"s":[3]}],"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-25.704,13.91],[0,0],[1.015,-5.388],[-1.136,0.717],[0,0],[6.586,-8.938]],"o":[[0,0],[0.015,-0.218],[0,0],[-20.976,11.352],[8.288,-9.404],[0,0],[-0.291,0.184],[0,0]],"v":[[-18.398,18.806],[-18.279,17.088],[9.247,-18.806],[9.722,-17.927],[-17.021,15.399],[17.865,-10.837],[18.398,-9.991],[-17.378,17.42]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.328999986836,0.475,0.517999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[181.398,298.379],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":98,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"dress Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[196.25,400,0],"ix":2},"a":{"a":0,"k":[250,250,0],"ix":1},"s":{"a":0,"k":[144,144,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.255,0],[0.028,0.298],[0,0],[-27.699,0.576],[-0.026,0.323],[0,0],[28.632,-0.543]],"o":[[-27.928,0],[0,0],[0.028,0.292],[27.719,-0.526],[0,0],[-0.026,0.332],[-0.257,0.005]],"v":[[-0.64,16.922],[-31.667,-12.595],[-30.672,-12.688],[0.113,15.915],[30.672,-16.922],[31.668,-16.844],[0.131,16.915]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.572702804266,0.596078431373,0.584390617819,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[248.939,199.388],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 18","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.267,-13.866],[0,0],[-5.623,23.526]],"o":[[0,0],[0,0],[0,0],[7.88,-32.969]],"v":[[29.085,-83.589],[37.173,83.589],[-14.388,83.589],[-32.817,-38.732]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[185.463,266.556],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.267,-13.866],[0,0],[5.622,23.526]],"o":[[0,0],[0,0],[0,0],[-7.88,-32.969]],"v":[[-32.456,-84.152],[-33.801,84.151],[18.294,84.151],[29.445,-38.169]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[317.926,265.994],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-78.914,61.999],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-52.845,-65.327],[52.844,-34.007],[52.844,65.327],[-50.771,65.327]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.925,0.882000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[262.471,284.819],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-9.567,7.92],[-24.828,3.474],[0,0],[-9.588,-5.157],[21.362,-68.24],[0,0],[-15.06,32.591]],"o":[[0,0],[20.695,-2.896],[0,0],[9.588,5.157],[0,0],[0,0],[16.964,-36.712]],"v":[[-31.529,-54.493],[-7.135,-26.77],[14.098,-55.594],[49.314,-42.248],[85.314,55.594],[-91.617,55.594],[-91.617,-13.307]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.980000035903,0.936999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[257.245,232.657],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":98,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-181.75,-100.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[144,144,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-9.567,7.921],[-24.827,3.473],[0,0],[-9.588,-5.156],[21.362,-68.239],[0,0],[-15.06,32.591]],"o":[[0,0],[20.695,-2.897],[0,0],[9.588,5.157],[0,0],[0,0],[16.964,-36.712]],"v":[[-31.53,-54.494],[-7.137,-26.77],[14.097,-55.594],[49.313,-42.249],[85.314,55.593],[-91.617,55.593],[-91.617,-13.307]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.980000035903,0.936999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[269.264,330.89],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 32","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":98,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"body Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":6,"s":[-6]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":20,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":81,"s":[0]},{"t":98,"s":[-6]}],"ix":10},"p":{"a":0,"k":[191,334,0],"ix":2},"a":{"a":0,"k":[258.333,302.083,0],"ix":1},"s":{"a":0,"k":[144,144,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.795,-1.965],[0.058,-14.57],[-16.337,2.385],[7.364,11.524],[-7.518,26.318]],"o":[[0,0],[-0.057,14.569],[0,0],[-7.365,-11.524],[0,0]],"v":[[3.881,-37.904],[-4.818,-16.147],[12.337,33.274],[-0.488,28.345],[-4.818,-30.995]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.913999968884,0.579999976065,0.435000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[228.656,190.492],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.726,0],[0.077,0.004],[7.247,11.964],[3.374,-0.813],[0,0],[-12.704,-20.972],[-1.982,-0.125],[-0.024,0.032],[0,0]],"o":[[-0.073,0],[-2.664,-0.137],[-12.343,-20.378],[0,0],[3.492,-0.839],[7.356,12.144],[1.352,0.083],[0,0],[-0.035,0.047]],"v":[[22.834,18.135],[22.609,18.13],[8.002,3.355],[-25.167,-13.192],[-25.402,-14.165],[8.857,2.837],[22.618,17.129],[24.608,16.44],[25.402,17.047]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.328999986836,0.475,0.517999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[274.934,134.953],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":4,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.897,0],[4.102,5.622],[7.689,6.626],[6.245,-1.5],[0.108,-0.264],[0,0],[-4.779,7.114],[-8.802,2.118],[-6.472,-5.577],[-3.725,-5.106],[-8.061,5.021],[0,0]],"o":[[-4.303,0],[-3.693,-5.064],[-6.216,-5.356],[-16.292,3.918],[0,0],[0.027,-0.067],[4.434,-6.601],[6.575,-1.58],[7.778,6.702],[5.917,8.112],[0,0],[-2.71,1.687]],"v":[[33.68,17.055],[22.452,7.564],[6.473,-10.427],[-12.301,-16.236],[-39.546,14.097],[-40.473,13.719],[-32.906,-0.176],[-12.536,-17.208],[7.124,-11.186],[23.261,6.976],[39.943,13.768],[40.473,14.617]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.328999986836,0.475,0.517999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[259.731,141.279],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":4,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.238,0],[5.41,5.75],[7.93,4.36],[0.175,-0.318],[0,0],[-20.381,-11.208],[-5.363,-5.701],[-3.477,0.545],[-1.331,2.805],[0,0],[2.009,-0.316]],"o":[[-3.812,0],[-5.315,-5.65],[-19.509,-10.723],[0,0],[0.18,-0.327],[8.068,4.435],[5.546,5.894],[1.657,-0.26],[0,0],[-1.484,3.126],[-0.234,0.037]],"v":[[32.832,19.744],[19.271,9.381],[-0.589,-7.66],[-37.853,13.248],[-38.729,12.765],[-0.107,-8.536],[20,8.696],[33.384,18.701],[37.826,14.145],[38.729,14.574],[33.539,19.689]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.328999986836,0.475,0.517999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[260.177,143.441],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":4,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[16.016,-8.897],[-10.823,-7.936],[-11.28,16.617],[15.873,5.765]],"o":[[0,0],[10.822,7.937],[0,0],[-15.874,-5.766]],"v":[[-32.347,-10.685],[-10.845,-9.725],[32.347,12.845],[11.341,-13.519]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.294000004787,0.426999978458,0.475,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[267.002,136.049],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":4,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.027,-0.012],[0,0],[-4.223,-1.393]],"o":[[-3.528,-1.162],[0,0],[0.143,-0.059],[0,0]],"v":[[3.249,1.645],[-3.114,1.622],[-3.876,-0.229],[3.875,-0.252]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":3,"s":[260.925,224.989],"to":[0.167,-0.5],"ti":[-0.167,0.5]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[261.925,221.989],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":81,"s":[261.925,221.989],"to":[-0.167,0.5],"ti":[0.167,-0.5]},{"t":97,"s":[260.925,224.989]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10","np":4,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":3,"s":[{"i":[[0.805,-0.899],[0,0],[-5.265,0.176],[-3.549,-0.654],[0,0],[0.034,0],[0.993,-0.395]],"o":[[0,0],[0.244,-0.273],[1.698,-0.057],[0,0],[-0.748,-0.925],[-1.582,0],[-1.185,0.472]],"v":[[-6.919,3.218],[-7.961,1.757],[0.426,-1.693],[7.424,-0.732],[6.737,1.403],[0.094,0.373],[-3.395,1.456]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[0.712,-0.795],[0,0],[-5.116,-0.084],[-1.124,-1.39],[0,0],[0.034,0],[1.807,-1.331]],"o":[[0,0],[0.244,-0.273],[1.698,0.041],[0,0],[-0.748,-0.925],[-1.801,0],[-1.674,1.234]],"v":[[-6.215,3.99],[-7.706,2.657],[3.452,-3.906],[7.706,-1.75],[6.151,-0.492],[3.301,-1.908],[-2.403,0.567]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":81,"s":[{"i":[[0.712,-0.795],[0,0],[-5.116,-0.084],[-1.124,-1.39],[0,0],[0.034,0],[1.807,-1.331]],"o":[[0,0],[0.244,-0.273],[1.698,0.041],[0,0],[-0.748,-0.925],[-1.801,0],[-1.674,1.234]],"v":[[-6.215,3.99],[-7.706,2.657],[3.452,-3.906],[7.706,-1.75],[6.151,-0.492],[3.301,-1.908],[-2.403,0.567]],"c":true}]},{"t":97,"s":[{"i":[[0.805,-0.899],[0,0],[-5.265,0.176],[-3.549,-0.654],[0,0],[0.034,0],[0.993,-0.395]],"o":[[0,0],[0.244,-0.273],[1.698,-0.057],[0,0],[-0.748,-0.925],[-1.582,0],[-1.185,0.472]],"v":[[-6.919,3.218],[-7.961,1.757],[0.426,-1.693],[7.424,-0.732],[6.737,1.403],[0.094,0.373],[-3.396,1.456]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[260.592,219.362],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 11","np":4,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.329,10.462],[7.058,-1.443],[-2.18,-6.854]],"o":[[0,0],[-7.058,1.443],[2.179,6.855]],"v":[[12.822,5.681],[-0.472,-14.701],[-10.971,9.108]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964999988032,0.736999990426,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[260.62,224.178],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 12","np":4,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":15,"s":[{"i":[[3.613,2.861],[-2.476,1.209],[-5.263,-0.349],[0,0],[2.648,0.206]],"o":[[0,0],[2.983,-1.457],[6.009,0.398],[0,0],[-4.622,-0.359]],"v":[[-10.948,1.747],[-7.724,-1.318],[5.699,-3.259],[11.192,2.528],[2.1,1.626]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[{"i":[[3.613,2.861],[-1.253,0.859],[-3.61,-2.03],[0,0],[0.943,-0.417]],"o":[[0,0],[3.59,-2.461],[5.249,2.952],[0,0],[-4.242,1.871]],"v":[[-10.948,3.136],[-8.907,1.666],[5.699,-3.259],[10.498,3.136],[2.1,1.626]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":84,"s":[{"i":[[3.613,2.861],[-1.253,0.859],[-3.61,-2.03],[0,0],[0.943,-0.417]],"o":[[0,0],[3.59,-2.461],[5.249,2.952],[0,0],[-4.242,1.871]],"v":[[-10.948,3.136],[-8.907,1.666],[5.699,-3.259],[10.498,3.136],[2.1,1.626]],"c":true}]},{"t":96,"s":[{"i":[[3.613,2.861],[-2.476,1.209],[-5.263,-0.349],[0,0],[2.648,0.206]],"o":[[0,0],[2.983,-1.457],[6.009,0.398],[0,0],[-4.622,-0.359]],"v":[[-10.948,1.747],[-7.724,-1.318],[5.699,-3.259],[11.192,2.528],[2.1,1.626]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":14,"s":[281.363,174.21],"to":[0,-1],"ti":[0,1]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[281.363,168.21],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":84,"s":[281.363,168.21],"to":[0,1],"ti":[0,-1]},{"t":97,"s":[281.363,174.21]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 13","np":4,"cix":2,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-15.509,-8.315],[4.288,-0.593],[1.225,-0.17]],"o":[[0,0],[-4.288,0.592],[-1.225,0.169]],"v":[[13.402,2.386],[5.808,5.336],[-12.177,5.654]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.734,173.234],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":12,"s":[-6]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":24,"s":[-10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":84,"s":[-10]},{"t":96,"s":[-6]}],"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 14","np":4,"cix":2,"bm":0,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.857,0],[0.435,0.157],[0.028,0.633],[0,0],[-5.038,-1.818],[-2.54,2.792],[0,0]],"o":[[-0.463,0],[-5.662,-2.044],[0,0],[0.007,0.149],[1.763,0.635],[0,0],[-2.275,2.498]],"v":[[0.783,8.939],[-0.564,8.705],[-6.998,-8.893],[-6,-8.939],[-0.224,7.764],[6.258,4.511],[6.998,5.184]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.328999986836,0.475,0.517999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[306.438,167.929],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 15","np":4,"cix":2,"bm":0,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.18,-0.001],[0,0],[-4.235,2.148],[-0.028,7.022],[0,0]],"o":[[0,0],[0.043,0],[5.622,-2.852],[0,0],[-0.072,17.743]],"v":[[-9.038,9.045],[-9.046,8.045],[-0.469,5.834],[8.047,-9.045],[9.047,-9.041]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.328999986836,0.475,0.517999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[208.519,164.23],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 16","np":4,"cix":2,"bm":0,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.286,-0.009],[0,0],[-4.104,4.98],[1.062,6.688],[0,0],[3.209,-3.888]],"o":[[0,0],[0.066,-0.002],[3.013,-3.657],[0,0],[1.11,6.989],[-4.398,5.328]],"v":[[-7.843,11.007],[-7.878,10.008],[2.84,4.741],[5.781,-10.849],[6.768,-11.007],[3.604,5.386]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.328999986836,0.475,0.517999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[211.888,168.751],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 17","np":4,"cix":2,"bm":0,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-12.44,15.311],[-13.029,-3.908],[-17.047,9.292],[43.972,-1.954]],"o":[[0,0],[13.028,3.909],[0,0],[-43.973,1.954]],"v":[[-32.813,14.056],[-5.126,-6.79],[45.253,17.811],[0.093,-27.414]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[256.65,145.441],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 19","np":4,"cix":2,"bm":0,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[23.327,-38.345],[-12.445,-2.164],[-30.719,6.639],[10.132,8.058]],"o":[[0,0],[12.446,2.165],[0,0],[-10.132,-8.058]],"v":[[-36.154,13.112],[-11.05,1.945],[36.154,18.594],[8.066,3.681]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.913999968884,0.579999976065,0.435000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[259.991,146.385],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 20","np":4,"cix":2,"bm":0,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.56,-8.704],[0,0],[-2.499,1.081],[-0.603,-0.499],[0,0],[0.744,-0.333]],"o":[[0,0],[0.472,-7.337],[1.492,-0.647],[0,0],[-0.029,-0.023],[-0.775,0.346]],"v":[[-1.97,6.643],[-3.966,6.514],[0.448,-5.996],[3.966,-5.473],[2.702,-3.924],[1.227,-4.153]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[307.509,197.801],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 21","np":4,"cix":2,"bm":0,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.775,0.346],[0.03,-0.023],[0,0],[-1.498,-0.647],[-0.472,-7.337]],"o":[[-0.559,-8.704],[-0.747,-0.332],[0,0],[0.603,-0.499],[2.499,1.081],[0,0]],"v":[[1.971,6.643],[-1.226,-4.153],[-2.703,-3.924],[-3.967,-5.473],[-0.447,-5.996],[3.967,6.514]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[208.982,197.801],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 22","np":4,"cix":2,"bm":0,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.878],[2.878,0],[0,2.878],[-2.878,0]],"o":[[0,2.878],[-2.878,0],[0,-2.878],[2.878,0]],"v":[[5.212,0],[0,5.211],[-5.212,0],[0,-5.211]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.913999968884,0.579999976065,0.435000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[286.354,202.004],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 23","np":4,"cix":2,"bm":0,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.878],[2.879,0],[0,2.878],[-2.878,0]],"o":[[0,2.878],[-2.878,0],[0,-2.878],[2.879,0]],"v":[[5.212,0],[-0.001,5.211],[-5.212,0],[-0.001,-5.211]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.913999968884,0.579999976065,0.435000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[233.827,202.004],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 24","np":4,"cix":2,"bm":0,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.359,-0.001],[0.102,0.022],[0.302,1.365],[0,0],[-1.129,-0.836],[1.148,8.231],[0,0],[1.971,-1.832]],"o":[[-0.101,0],[-3.09,-0.662],[0,0],[0.666,3],[0.643,-2.229],[0,0],[1.038,7.451],[-0.276,0.257]],"v":[[1.204,11.225],[0.9,11.192],[-4.157,2.32],[-2.204,1.887],[0.942,9.051],[-0.311,-10.948],[1.671,-11.225],[2.186,10.831]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[260.653,192.773],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 25","np":4,"cix":2,"bm":0,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.039],[2.039,0],[0,2.039],[-2.038,0]],"o":[[0,2.039],[-2.038,0],[0,-2.039],[2.039,0]],"v":[[3.692,-0.001],[0,3.691],[-3.692,-0.001],[0,-3.691]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":10,"s":[283.363,182.95],"to":[0,-0.667],"ti":[0,0.667]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[283.363,178.95],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":83,"s":[283.363,178.95],"to":[0,0.667],"ti":[0,-0.667]},{"t":96,"s":[283.363,182.95]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 26","np":4,"cix":2,"bm":0,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.039],[2.039,0],[0,2.039],[-2.039,0]],"o":[[0,2.039],[-2.039,0],[0,-2.039],[2.039,0]],"v":[[3.691,0],[0,3.691],[-3.692,0],[0,-3.691]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":10,"s":[240.992,185.583],"to":[0,-0.333],"ti":[0,0.333]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[240.992,183.583],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":83,"s":[240.992,183.583],"to":[0,0.333],"ti":[0,-0.333]},{"t":96,"s":[240.992,185.583]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 27","np":4,"cix":2,"bm":0,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.909,-4.343],[-16.068,-14.332],[-16.582,0.638],[-16.872,18.405],[0,0],[0,0],[52.99,-3.833],[-4.649,9.581]],"o":[[0,0],[16.07,14.332],[11.292,-0.434],[11.039,-12.041],[0,0],[0,0],[-54.044,3.908],[0,0]],"v":[[-37.595,-44.388],[-31.407,17.826],[-0.137,0.248],[32.964,10.733],[32.711,-48.699],[42.2,-42.433],[0.527,44.823],[-47.596,-44.062]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[261.432,203.885],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 28","np":4,"cix":2,"bm":0,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.043,-13.014],[-10.379,14.768],[-0.868,1.737],[0,0],[0,0]],"o":[[0,0],[0,0],[0.869,-1.737],[0,0],[0,0]],"v":[[-13.723,10.186],[16.466,1.554],[20.412,-14.584],[19.544,-12.847],[-21.281,-12.847]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.913999968884,0.579999976065,0.435000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[259.015,250.519],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 29","np":4,"cix":2,"bm":0,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.262,-5.617],[-5.757,0],[0,5.757],[5.757,0]],"o":[[-1.628,7.255],[5.757,0],[0,-5.756],[-5.757,0]],"v":[[-9.609,-3.421],[-5.47,13.843],[11.238,-3.421],[0.815,-13.843]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964999988032,0.736999990426,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[307.341,196.793],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 30","np":4,"cix":2,"bm":0,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.261,-5.617],[5.756,0],[0,5.757],[-5.757,0]],"o":[[1.628,7.255],[-5.757,0],[0,-5.756],[5.756,0]],"v":[[9.61,-3.421],[5.472,13.843],[-11.237,-3.421],[-0.813,-13.843]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964999988032,0.736999990426,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[210.319,196.793],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 31","np":4,"cix":2,"bm":0,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-48.856,14.656],[24.694,32.107],[-19.08,-35.911],[8.469,-24.755],[-18.894,-8.269],[-4.342,-4.053],[-0.837,-2.375],[0,0]],"o":[[0,0],[48.857,-14.657],[-44.075,-57.307],[38.861,73.14],[-8.354,24.419],[4.175,1.827],[8.294,7.743],[2.775,7.873],[0,0]],"v":[[-5.195,63.167],[-48.233,48.247],[-30.645,-26.816],[28.96,-107.117],[22.062,-4.48],[35.646,37.488],[39.547,51.245],[38.176,52.238],[30.087,61.778]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964999988032,0.736999990426,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[257.149,243.455],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 33","np":4,"cix":2,"bm":0,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-9.714],[-9.714,0],[0,9.714],[9.715,0]],"o":[[0,9.714],[9.715,0],[0,-9.714],[-9.714,0]],"v":[[-17.59,0],[-0.001,17.589],[17.589,0],[-0.001,-17.589]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[296.8,172.776],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 34","np":4,"cix":2,"bm":0,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-9.714],[-9.714,0],[0,9.714],[9.715,0]],"o":[[0,9.714],[9.715,0],[0,-9.714],[-9.714,0]],"v":[[-17.59,0],[-0.001,17.589],[17.589,0],[-0.001,-17.589]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.219999994016,0.226999993418,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.066,172.776],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 35","np":4,"cix":2,"bm":0,"ix":29,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":98,"st":0,"bm":0}],"markers":[]}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/raw/repassword.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/raw/repassword.json
new file mode 100644
index 000000000..f1e8ad287
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/raw/repassword.json
@@ -0,0 +1 @@
+{"v":"5.5.1","fr":29.9700012207031,"ip":0,"op":61.0000024845809,"w":1000,"h":1000,"nm":"Phone","ddd":0,"assets":[{"id":"image_0","w":658,"h":366,"u":"","p":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAApIAAAFuCAYAAAAyMPiZAAAgAElEQVR4Xu2dTYwcx5XnM+uju76abLLdZGtoUU1zzaHHA2iEFQYYzFwMGxjszmHgOfDogaCDYKwvAlZ33vagxRpYWBC4wIKwLmPwIMGHxcDYMXTwYA4LAmNhoBEtL2WuPC02STXZYnd1V3dVdS6ymtWsrq6qeC/iRUZk5J+H+VC+ePHe773I/HdkZWYc4R8IgAAIBEjgxo0b1af1+txoamdPny7t9/t1arrNXrXW7m+XUvtGudzdqVS61LHbd7fb47anTu3uv/HGG2Qf1LlgBwIgAAKuCMSuJsa8IAACIEAlcP36zVrzG+XyCSG4t9cY+jidtGrbc0mZ6tMLu95Ot58k+0exzM/vDP/voRBttz/rX79+veNFvAgCBEAABMYIQEiiJUAABJwSePu995ppAK1Wa/C/h7uA5TieiyqNqtPgPJs8Kfc7B51Of7g72t/a6u8+jAci8623fnBiB9Sz8BEOCIBAgAQgJAMsKlICAZ8IDG8x15OkVl5YKB8JxWpzIBzxj0rg+cbltBHJ/n7/II47zXL5oF2pdDpffbXf+7LcfemlWufatWt96kywAwEQAAEqAQhJKinYgQAIzCSQ3n5+8ZWz1fQ3iBCLus2iFou6ntNx/a1uu9E8/K3nXLm8+/t//ucubpubEMVYEAABCEn0AAiAAIvAcIcxvRWdCsbdaq8a98s1lpNCG9sVizpok165Uyt1O6nA3L57t/3SSy9hB1MHJMaAQAEJQEgWsOhIGQSoBNJdxtMvRbXa6dNz0d5eI5cPtFCTFbXzTyxy0xvcJt+LO9Hp+Z1097K3vt7BE+dcirAHgfAJQEiGX2NkCAIkAulOY2VlpTZ4PQ5EI4FZ/sUiIcljJuPicmFvbwe/veRShD0IhEUAQjKseiIbECATSHcbv3ap1DxVP9vsHLRreEJ6ErriiUVyAw0Ne73ufKnU3trd7Xz5u9+18ZtLNkEMAIFcE4CQzHX5EDwI0Amkr9kZvGJnb69RxhPTz8BBKNI7iGY5umuZ/t7yrbfewmuJaOhgBQK5JAAhmcuyIWgQUBOAcBwyglhUd4tFi+0o6ifddvpbSwhLi5zhGgQcEYCQdAQe04KANIHhrery3NxC8XYcIRal+4nlb5tunczt9+uVys7T3d02boXTucESBHwlACHpa2UQFwgoCKQPx+zMzTXPNpvNaq++kLvPA7IrDLHIRiY5gCEWWdPWDn9j+bjdbl9oNrfw8A6LHoxBwDkBCEnnJUAAIEAnkO46Lv/RucVKdb8Z5rsbIRbp3WDB0pZYZISa1Hqd7t7eJnYrGdBgCgIOCUBIOoSPqUFAReDWrVvlrfn5RmVv71Q4u44Qi6q6Wz3ugVgk5/dst7I3P//09b/+6y3yOBiCAAhkRgBCMjPUmAgEaARS8bjWbi8sNb92qlNKFmijfLOCWHRakTyJRSKo4W8rN9rtp7gFToQGMxDIgACEZAaQMQUIqAikv3fs1mqnqqdOLebnljXEoqqu1o4HKBQ5rNLOqzYOtnbW2k8vXMDvKjnsYAsC0gQgJKWJwh8IEAnkQzxCLBLLKW8GsUhmClFJRgVDEBAnACEpjhQOQWA6geFt68bi4pI/O48Qi856FmJRE/10cNVGAzuVmlQxDAR0CEBI6lDDGBBgEvjxzZuLbn/zCLHILJmcOcSiJktzcAuNxmZva/7p66/jQR3NImAYCCgJQEgqEcEABPQIvP32e81zL9UWO73eQjzXKut54YyCWOTQErU11zyi4WTtTL/zsgFXnZvr9yqVzUf/+q+b+BZ41t2B+UInACEZeoWRX6YE0t89Hiwvnynv7y9GlUZVdnL9y7VsHAX1lo3m8Raufvd5Bq5W60Zf7m1Uq52nb7zxRtdb4AgMBHJCAEIyJ4VCmH4TSG9d12q1RfNPE+pfrv0mlJPoPNM8WVPT7758gkt/T1nZmn+CW99ZdxrmC4kAhGRI1UQumRJIdx97Z84sVXq9Rd6ta/3LdaYJhjpZPjWPWDX0uy9gcLVat/zkyWapVHqCXUqxVoOjghCAkCxIoZGmHAHa7qP+5Vou0gJ7CljzUKqq130Fh/YMLHYpKR0GGxB4TgBCEt0AAgQCk3cf9S7XhOlgQiFQYN2j33kFhkbpqVGbZ7uUS0tLG9euXetzh8MeBIpCAEKyKJVGnloE0ievz79UW+qUSjn9VKFW2v4MKrDugVj0pw3348Zm/+H/23zrrbfa/kSFSEDADwIQkn7UAVF4RGD40vBmvX4uqlSEn7z2KFFfQoFY1KhEgaFp0JIaUq3VOjv372+8+eabm1I+4QcE8k4AQjLvFUT8YgSGr+4pdTpn47m5DN77KBa6344Krnmws+h3e2pFh9veWtgwKEwCEJJh1hVZMQhcv369dumP/mhpr1RaZAyD6SgBiEXNfig4OE1qvgxLX3Te7la2mp0nD/G0ty9VQRxZE4CQzJo45vOGQPr7x9bXqsvlhWrTm6B8DqTgmgc7iz43p/vY8DtK9zVABG4IQEi64Y5ZHRJIX9/TqC8uxZV+zWEYfk4NsahZl4KD06QW4rBukrR7X375CA/mhFhd5DSJAIQk+qIwBFIBiQdooigquObBzmJhlrzTRFNBGW1ubuLBHKdlwOQZEICQzAAypnBLoJACEmJRs+kKDk6TGoaNEDjxl0qt223ffwhBiS4JlQCEZKiVRV5R8AKy4JoHO4tY5M4IaDUfBKWzemFiqwQgJK3ihXMXBIISkBCLGi1UcGgaxDBkAgEtsUghud/tttvYoaSggk0uCEBI5qJMCJJCILcCssC6R/9aXWBolMUAGxoB/Qak+Z9pBUEpABEuPCAAIelBERCCGYFcCMgC6x79a3WBoZktCYweJaDfgJY5HgXWrZfL919//fUtyxPCPQhYIQAhaQUrnGZB4H/+/OcL/d3dF7z5jGGBdY/+tbrA0LJYJEWZQ78BLRKiBTW0ivv9dm97G68NslgRuLZDAELSDld4tUjg7bffbra+9vXsXyRecM1DuyxOKnzBwVlcC4Vyrd+AFjHRgqJZHYaZCsqvHjxYv379esdi4HANAmIEICTFUMKRbQKDb2HPnbpg9Us0Bdc8nAve8XoXHJzt5i+Cf/3ms0yHFhjNihHq/Pxms9PBpxcZyGDqhgCEpBvumJVB4NatW+XdKFoR+xZ2wTWP/gWv4OAYPQvTKQT0m88yUlpgNCvZUOv9/qOlpaWNa9eu9WU9wxsIyBCAkJThCC8WCKQCcqNSWSp1Omfjubkya4qCax79C17BwbGaDMYTCeg3n2WgtMBoVpZDHXPfTJJ+t9t99KMf/Wgj25kxGwioCUBIqhnBwgEB0pPYBdc8+he8goNz0M/BTanffJZR0AKjWVkOVcP9XBR173311dp/feuttsZwDAEBKwQgJK1ghVNdAicepCm45tG/4BUcnG4DYtxzAvrNZ5kiLTCaleVQLblPH8hplEprb7zxRtfSFHALAmQCEJJkVDC0SeDod5A7pUWb8/joW/+CB7HoYz1zFZN+81lOkxYYzcpyqA7d4/eTDuFj6iMCEJJoBucEfvLTny5Vq9XleJ/5O0jnkdMD0L/gQSzSKcNyIgH95rMMlBYYzcpyqB67T38/eX9nZ/36m29uehwmQguYAIRkwMX1PbX0NvapF//dStzp13yPlRKf3gUPQpHCFjYKAnrNlwFWWmA0qwzCzfEUeP9kjouX89AhJHNewDyGn9fb2PoXO4jFPPapdzHrN6DlVGiB0awsh1oA9/Pd7sby8vIjvC6oAMX2JEUISU8KUZQwfL+NrX+xg1gsSg9bzVO/AS2GRQuKZmUxTLg+IpA+3Y3vd6MhsiIAIZkV6YLPc/369dr5l15aKccLTdco9C94EIuuaxfE/PoNaDF9WlA0K4thwjWLQLNW24p2d+/j6W4WNhgzCUBIMoHBnE/g3XffP1euHyzzR+qP0L/gQSzqU8fIAQH95rMMkBYYzcpyqHAvRqCaJP0YLzMX4wlHJwlASKIrrBFIH6Y5/eKLF6JOpWpjEv0LHsSijXoUyqd+81nGRAuMZmU5VLjPlEAlSTqP799fu379eifTiTFZ8AQgJIMvcfYJpg/TPIqi5epOacl0dv0LHsSiKfvCj9dvPsvoaIHRrCyHCvfeEUjfPfnDH/7woXeBIaDcEoCQzG3p/AxcZxdS/4IHsehnF+QoKv3ms5wkLTCaleVQ4T53BLA7mbuSeR0whKTX5clPcKpdSP0LHsRifrrA00j1m89yQrTAaFaWQ4X7fBJQNE+9jN3JfBbWr6ghJP2qRy6jGe5C7mv/FhJiMZeF9ylob9UWLTCalU/AEYs3BAybp1LFbye9qWVOA4GQzGnhfAh7uAuZkH4LCbHoQ81yHYPhBdNe7rTAaFb2ooTnHBPIoHmwO5nj/nAcOoSk4wLkdfp0F7J+4olsiMW81tObuDO4YOrlSguMZqUXAUYFTsCD5sHuZOA9Zik9CElLYEN2m74Xsl9/mul7IUPmWbjcPLhgTmZOC4xmVbiqImEKgRw0T7WK905SSgmb5wQgJNENZALp12leuHr1QrfTqZEHwbCYBLy9YNICo1kVs7TIWkEgkOaJy/32haWl3+Ob3eh4FQEISRUhHB8Q+MlPfrpUPVtd7u7vl4EEBAYEvLxg0oKiWaHOIDCFQGgNNDc5z/SrOI1KZe3111/fQi+AwDQCEJLojZkE0gdqnkTRhe7OzgJQFZCAlxdMWlA0qwLWFCnTCITUQFOEIg1EFM13uxvLy8uPsDtJJVYsOwjJYtWblW36QM2pCxdexC4kC1u+jL29WNICo1nlqySINkMCITWQoVhUUW8mSec+PrGowlTI4xCShSy7Oul33333XL9exwM1alT+W3h7saQFRrPyvwyI0BGBkBrIslhUVaiZJP1ut/voRz/60YbKFseLQwBCsji1JmWa3sreaLdf7MdxkzQARn4Q8PZiSQuMZuUHakThGYHQmsexWByv7ng4Ke5mrbZ1plZbw61uz9aCo3AgJB2B93Fa3Mr2sSojMXl7waQFRrPyvAYIzw2B0JonB2JxUqHHwu5++cUXn1+/fr3jpikwqy8EICR9qYTjOHAr23EBhtN7e8GkBUaz8oQ1wvCLQGjNE4ZYVPZIt91ee/PNNzeVhjAIlgCEZLClpSWGW9k0TqJW3l4waYHRrESJwVkoBEJrnoKIRVX77c/Pb369Xl/HrW4VqTCPQ0iGWVdSVoMXjF+5soqnskm4eEbeXjBpgdGseEhgXRACoTUPxOKzxp0NoprUOvfv31nDre6CrPORNCEki1fzQcY//vGPF6tnzlwoaPoyaXt7waQFRrOSQQUvgREIrXkgFklicWYXz0VRdW6uX9ndxQvMA1vuqnQgJFWEAjue3srejaKVrZ2dxcBSs5OOtxdMWmA0Kzvo4DXnBEJrHojFKIoMIRCHl3d3H/3whz98mPMVgPCJBCAkiaBCMLtx40Y1On36Ir6VPVZNby+Y6sDUFiF0LnKwRiC0BiIKHWs8RxxPem3OpHnlQzb0aDh8mGM5SdpLzSa+1Z1FszmeA0LScQGymr7wv4f08oJJC4pmlVUnYZ7cEQitgYSEjkQdiy4WVQyrtVrn/h38blLFKe/HISTzXkFC/IX5PaSXF0xaUDQrQrFhUkwCITWQR0IxbSaIRbMldfi7yeba66//9ZaZJ4z2lQCEpK+VEYrrv/301oW5JJDfQ3p7saQFRrMSKjzchEcgpAaCWHzWn4YgDIdLLRJKGH38blIKt3d+ICS9K4lMQOlDNWvt9ovVvH3q0NuLJS0wmpVMjeElQAIhNRBFXWRYQuwsmsGWKOd8o7FZjyK8b9KsFN6NhpD0riTmAQ1+D3n16gVvH6rx9mJJC4xmZV5HeAiQQGjNI6EuBMsMsWgGM4tyJrVa50ypdA8vLzerlU+jISR9qoZALN58L9vbCyYtMJqVQMHgIjwCoTVPFuqC0QUQiwxYE0zdlrN1GFGt1/3izh18p9uslN6MhpD0phTmgWT+UI23F0xaYDQr87rAQ4AEQmset+riRINALJqtGbflfCYWFSkkc/v9SrO59vpf4yEcs2q7Hw0h6b4GIhG8886tlaS5syTibNSJtxdMWmA0K3FqcBgCgdCax626gFgUXBPuS0kTi5SU28nW2puvvbZJsYWNnwQgJP2sCysq4yezvb1g0gKjWbGQwrgoBEJrHvcK41jnYGdRfyG5L6WcWFRR6DYONv7TtWvrKjsc95MAhKSfdSFFlT6Z/eTgYJX0UI23F0xaYDQrEjYYFY1AaM3jXmF4IBYNIRgOl1pC7sPITiwOmM2Ybv7gYPNvr11bk2ILP9kRgJDMjrXoTBNFpLcXTFpgNCtRjHAWCoHQmse9wmCLRfmQDT0aDpdaGu7D8EcsqpgmvXLnTKmLJ7pVoDw7DiHpWUEo4Rx97nB7v0yxt29Du4rTrOxHixlySiC0BnKvMI4aAbegzdaE+1LmRyyOkp7ErdYrd0oQk2YNmfFoCMmMgZtO505E0q7iNCtTChgfLIHQGsi9woBYFFos7ksZjlhUlWRuf7//6aef3rt+/XpHZYvj7glASLqvATmC9PU+jfPnV7rWdiJpV3GaFTktGBaNQEgN5F5dHOse7CyaLSb35SyOWFRVCmJSRcif4xCS/tRiZiSDd0Q2z1wwD5d2FadZmUcDD4ESCKmB3KsLiEXBZeK+nBCL1HKmYnJtrff7t976QZs6BnbZE4CQzJ45e0a+iKRdxWlW7HAxoAgEQmse9+oCYlFw3bgvZ4ZiUWgqd8zUMz/Z2sC7JgXXh7QrCElposL+3nnnnZWk2pzwonHalZxmJRw03IVBILTmUV+vMq0bbkOb4XZfTiEFR8EgNJU7ZuYzQ0xSGsWNDYSkG+6kWf/bT396YW5vb1FlHNr1XpUvjgsSCK15zK9XgnCjCGLRDKfbcgqpNyoCoencMROeeYK7ZGNj7TV8BYfaUZnZQUhmhpo30biIDO16z6MBayMCoTWP8PXKiG0EsWjCz30phdQbFYLQdO64Cc+s4e5Ur/fob/7mbx5SkcPOPgEISfuM2TOkIjIi7ESyHWNAuAQgFq3WFjuL+ng1tIL+ZBNHCqk3alRC07njJjyzobtJOA86nc1r+AoOtSOt20FIWkfMmwAikserUNYQi1bLnUuxaHiRlgLqPgwh9UYFIjSdO27CMxu608EJMUltVvt2EJL2GZNngIgkowrXEGLRam3diEXDq6zhcCmg7sPQkRsG2QtN546b8MyG7oRwHisoxKRBfwsOhZAUhKnrKv1u9trGxotJudzU9YFxOSIAsWi1WKPXu2moDa+JE+I39Gg4XAqo+zBsyI0ZdISmc8dNeGZDd0I4We0MMcnCZcUYQtIKVrrTVEQ+efJktR3HNfooWHpPAGLRWonc7Cqm6RheZQ2HSwF1H0bGckNoOnfchGc2cCeEUqqVj/xATIojZTmEkGThkjWGiJTlmbm3kMSiwcXFBneIRTOq7suZseQQms4dN8GZDV0JoTRr4ImjZyd20HmKB3AsUKe4hJCkULJkc+PGjcvYibQEV8otxKIUyRN+IBbN0BrqBbPJB6MzlhxC07nhJjyroTshlAI9NO7CLDGISQslIbiEkCRAsmGCB2tsUNX0CbGoCU49DGJRzWiWhdll1Wzuw9EZSw6B6dwxE57Z0J0ASokGmuDDLLE5xfDOU+xMWircVLcQklkTj6IIIjJj6CEJxRSd2XlYHD7EohlS9+XMUHIITeWOmfDMhu6EcJo18MTRZompxKIqYIhJFSHZ4xCSsjyV3iAilYj0DCAW9bgRR0EsEkFNMTO7rJrNnfnOopC6ccdMeGZDd0I4JZpozIdZYqZiUZUQxKSKkNxxCEk5lkpPEJFKRLMNIBYNAc4eDrFohtfssmo2dx5vQbvdXBeulqE7iEXT/p88/kmlsv633/vehh3v8DokACGZUS9ARBJBQywSQemZQSzqcXMreoYxZyw3hKYz1Fj6BZP+DYhhIkI4DXhMG2qWmO2dRdOEN3Z31177/vc3Tf1g/HQCEJIZdAdE5BhkiEWrXQexqI/X7JKqP+/zkRnLDaHp3HETntnQnRBOiUYa82GWmO9iUQUMYlJFyOw4hKQZP+Xo6z/+8eKpZvOC0jA0A4hFqxXNpVg0u5aJ8XQfRsZyQ2g6d9yEZzZ0J4RTrJ+fO9JPLO9CkQITYpJCSc8GQlKPG2lU8CISYpHUB7pGbsSi/sVokKfhcF1W4+Pch5Gx3BCazh034ZkN3QnhlGrnZ37MkiqCWDwO/CSvzYf/du8HP/hBW7gwhXcHIWmpBYIRkRCLljrkpObCd6F5qM0uq7y5JltnLDeEpnPHTXhmA3dCKCWaaMyHQVLp33Fmwy3kY9slLeGhVTfu9r/84ot7r732Wsd2ZEXyDyFpodrXr1+vLb3wwmo3jssW3Mu7hFiUZzplDwFikYeadpng+eRZZyw5hKZzx01wZkNXQih57UKyNksMYnEyZCXVZwZxt9v/AmKS1KlUIwhJKiminbciMiSxqDxjEIslZObmFnQavCEIw+FC+EyzEAgjY8khNJ2b8gnPauhOCKVAD427MEsMYtFMLKoKunNw0O09fnz32rVrfZUtjqsJQEiqGZEtbty4Ud2PosvOdiIhFsm14hpCLHKJHbc3u6yazX04OmPJITSdG27Csxq6E0Ip0URjPswSg1i0KxZVBd/tdDrd7e17EJMqUurjEJJqRiSLW7duldefPFntxXGNNEDXCGJRl5xyHMSiEtFMA7PLqtnceRWL7pgJz2zoDmJRov998EFrBKWV0kAm1929vfb3/8N/uCfjrbheICSFav/fb9y4LCIiQxKKKduMTgjUMkIsUklp7haYuSeMzlByCE3lbgkIz2zoTggnoUe4JmaJYWdR41xhhpxb4Jn2T5Nk89p3v7sm6rRgziAkBQrOfuE4xKIA9ekuIBbN8Lo9x2csN4Smc8dMeGZDd0I4zRp44mizxIolFmmslFZKAwtl1nTZ393d+Ku/+qt1zeGFHwYhadgC77zzzspetbp0wg3EoiHZ2cMhFs3wuj3HZyw3hKZzx0x4ZkN3QjjNGhhi0ZAfrQmUVkoDwzAzHL771Vdr38enFLWIQ0hqYTscNHhXZDWgr9Z4dlKAWNRvTvelzFhuCE3njpvwzIbuhHDqN/DUkWaJYWfxJFglUaWBhTJn6vJ5gg//7TO8sFyDPYSkBrR0yH9+++3mH9RPr2oOdzfMs5MCxKJ+K7gvZcZyQ2g6d9yEZzZ0J4RTv4EtiMViCcUUIK0JlFZKAwtlztTl5ATH/2u328Y7JjXqAiGpAe3oXZFdT1847tlJwY1YNIRgOFyjrSzcrJOIImO5ITSdu/IJz2zoTginRCON+DBLCmJxcjmUVJUGwmXO3B1NLKrCOqgm3cf37+MdkypQI8chJBmwUtOj1/x0Lb/mRxWXZycFiliUD9nQo+FwVYmox92HkbHcEJrOHTfhmQ3dCeGktivRziwpiEWIRQ4Bs247+TdO52nc+Y//8c/vEpu98GYQkswW+C/vvrs63y83mcP0zMVWh970o6MoQjG1lw/Z0KPhcHNyhx7ch5Gx3BCazh034ZkN3AmhlGpl7Cxqk6Q1gdJKaaAdoCcDZXYWpyZD5Jfs7W1+F68FIvUEhCQJ06HR4DU/W3uLjCFqU2JTqx2ZW0AsmjF0X8qMJYfQdO64Cc5s6EoIpVkDTxxtlhh2Fjn7amIa3UIfSLu0KBbNWvZYogedzvr3vve9DensQ/MHIUmsqPYT2oJNTQx1phnEohlF9+XMWHIITeeGm/Cshu6EUJo1MMSiAD9aIyitlAYCoTpzYVEopjllyO7fPsOT3Ko2gpBUEUpf83P9eu3U1/7gsulWOWEqEROIRTOMGZ6jpgSaseQQmM4dM+GZDd0JoDRrXksnKewsYmfxJIFwxOKsRdctlfpf/OY391577bWOpcWZe7cQkooS3rhxo7ofRZe7sV9PaEMsmq09Q71gNvlgdIaSQ2gqd8yEZzZ0J4RToIfGXZglBrEIsVhUsahajJ047myvrd27du1aX2VbxOMQkjOqfvSEduzmCW2IRbMlaXZZNZv7cHSGkkNoKnfMhGc2dCeEU6KJxnyYJQaxqCEWzZBb6AFpl8XYWTSlNhdFW3/xF3/xuamfEMdDSM6oKvsb2hodArGoAW1kiNtzfMZyQ2g6d8yEZzZ0J4TTrIEnjjZLrFhikcZKaaU0sFDmTF1CLHJwP6d1nFu7/eTRX/7lXz7k+CqCLYTklCoPHq5pynz+EGJRfym5P79nLDeEpnPHTXhmQ3dCOPUbeOpIs8QgFk+CVRJVGlgoc6YuIRY5uKeJRZWPzxbm7/3g5ZfbKrsiHYeQnFDtwcM1fzDj4ZoJYyAW9ZeN+/N7xnJDaDp33IRnNnQnhFO/gSEWBdjRmkBppTQQCNWpC4hFDn5dsThrSZd6vf7c3NzdV199tcuJJWRbCMmx6qa/i3y4uXl5P4qq44XPpVj05MTqPoyM5YbQdO64Cc9s6E4Ip4VzuX5ixdpVTNHTWCmtlAYWypypS4hFDm5RsUjsrbhb6vz5n7+KL988KxSE5FjH/vjdd1er5edfrtmf0tHEfiOuB0NvhsOJQSrN3IeRsdwQms4dN+GZDd0J4VT2Kc/ALCmIxcm0lVSVBrwq+mcNsUitiahQpP89owxvb2sLX76BkDzZJ+++++653XJ5WbDXRiYxPDMaDleuCqKB+zAylhtC07njJjyzoTshnMRupZqZJQWxCLHIIWDWbXKXFOrqyMLOV7Goyv1Ru732/e98Z1NlF/px7Eg+q/Dbb7/drJ8+vWpWcMNThOFws9ifj3YfRsZyQ2g6d9yEZzZwJ4RSqpXFrroQixypJIbdQh9Iu8TOIpVoXsXirPxKpVL/N//yL4V/WTmEZBRF6e8inzzpfbMbb5fVi8LgKph55+IAACAASURBVGtnq1Md8gQLwyy05jw+KGPJITSdO26CMxu6EkIp0EPjLswSg1iEWOQQMOu2ZzOJOLGwlDRdhigWVSjiUqmz9tlnhX5ZOYRkFEXjv4uk/ih8aoN5cnJwH0bGkkNoOjfchGc1dCeEUnUO1jhulhjEIkcqFWVnEbuKnIVYRLGo4rO3Nbf53e/+yZrKLtTjhReS6e8i++X64HeRrH9m1zPWVLOM3YeRseQQmM4dM+GZDd0JoBTr4+OOzBKDWIRYPEkAYpGzWCEW+WtorcC/lyy0kDz8XeTy9N9Fml3POOt2pq37MDKUHEJTuWMmPLOhOyGcYr383JFZYhCL/AvdYIQZdgt9IOkSYpFDE2JRcw2dGHZIslfq9eeiqJDvlyyskDx8X+TB5Wiuc+J9kZzFKGXr9vyesdwQms4dM+GZDd0J4ZRq5RE/ZolBLFL31cSQW+gBaZcQixyiEIuyYlHFvlTqdV59tXjvlyyskLzx3nsXuwcHC6rGkDxudlk1jSRjuSE0nTtmwjMbuhPCadpEE8abJVYssUhjpbRSGlgoc6YuIRY5uCEWNf7gmrKryOE+dYd/f3/jT//0T9fZvnI8oJBC8ic/+clS1GqtSNfN/fk9Y7khNJ07bsIzG7oTwind1sb3QyEWNS50hr1koQmEXUIscoBCLGqsIZtiUVG8+Ti+93KBvsddOCGZfkf7hStXVrv7+4RX/Ug0L+d0QbHNWG4ITefuuig8s6E7IZyURmHamCUGsahxrjBDzqyvC3OIRQ51iEWNNeRQLM6qbfo97s8+++y3165d63N6IK+2hROSN372s8vdTqc2q2Duz+8Zyw2h6dxxE57Z0J0QTgvnFP3EiiUUU/Q0VkorpYGFMmfqEmKRg1tULAbSW/w0+COm3obmFI9pW+r1tl599dXPmcNyaV4oITl41U/98FU/mq0oWOSM5YbQdO64Cc9s6E4Ip2A/mXc1xOLkcihbRWkgXObM3UEsUpGLCkXzJU0N27odf4nwR7gQiypw7SdP1r5TgE8oFkZIpq/6Ob0841U/qo7QOp6x3BCaTnMJaxE6Pkh4ZgN3QigFmIy7MEgq/QPKbLiFfGy7pCWstFIa2M7Dtn+IRSphiEXNP7hODNNcVJrDqPWVtEtvcUcFeCVQIYRk+qqfzYODy1HHxqt+MpYcQtO5W4uCMxu6EkIped555sssMYhFzQudGXYLfSDt0qJYDIwdxKLmGiqgWFRtHO/u7rb/7M/+7J70avbJXyGE5Du3bq1Ud3aW9MFnLDmEpnNzbhee1dCdEEr91pk60iwxiEXNC50Zdgt9IO3yZIJiKYs5ks5Zzx/EouYaglhkN9yX8/Pr3/vWtzbYA3MyIHghSb+lnbHkEJrOzbldeFZDd0IoLSxZs8QgFjUvdGbYLfSBpEuLu4qqrRXJNDLyBbGouYYKKBZtnjZ6vV7/X7a27r32ne90Mmr9TKcJWkievKWdseQQmM5mc8/uNOGZDd0JoLS0sMwSg1jUvNCZYbfUC1JuIRY5JCEWNdcQxCKnzYxte71wv3oTtJA8vKVdMrilregdIXXj7pooPLOhOyGcxgv+pAOzxCAWNS50Zsgt9IC0S4hFDlGIRY01NHGI5sLSHMapsZStz6HGcfzo5ZdffiiVqy9+ghWSh7e0L60agxZSN+6aW3hmQ3dCOI3LCrFogpDWBEorpYFJjD6MhVjkVAFiUUIsai4qzWGc+kra5izcY6k/efLk7ncCu8UdpJB8fku7UiU1r5C6cdfcwjMbuhPCSSodz8gssWLtLNJYKa2UBrwK+mcNscipCcSixJ+wmotKcxinvpK2OQuXnPpukrT/7JVXgnqKO0ghOfGWtpC6cdfcwjMbuhPCSV58dEOzxCAWNS50ZsjppXVmCbHIQQ+xqLGGTgzRXFSawzj1lbTNWbhiqc/Pz69/K6CnuIMTkoNb2pfMbmm7a27hmQ3dhSgWiyUU0/MerQmUVkoDsXOsI0cQixzwomIxkN7ip8EfMaiR5jBOfSVtcxauZOpTffXq9X60tXX31Vdf7WYyoeVJghOS/+NnP7sSVdS3tN01t/DMhu78FItmSUEsTj5rKKkqDSyfjay7h1ikIhYVijkUP9M48ZcIfwTEIrVL822XJEn7lUBucQclJN99//1z5YODwbe03Z67NE8ecmevY54gFvN9wuF0s7LzlAZ5ZwWxSK0gxKLmH1wnhmkuKs1h1PpK2+UsXOn0Nf3NfkzjSbK/9p1XXtnUdO7NsGCE5PXr12urf/zHl7MjK7ysDNz5KRTNpTx2FjUvdAa9lN36MZkJYpFKD2JRcw1BLFJbDHYR7ZneE6CqUdSrVPr//sqV38ZxnH6TO7f/ghGSN//u71bjarUpWwnBK7KhK4hF2cq680ZrBKWV0sBdhjIzWxSLgbGDWIRY5Ky5wNqfk7qBrb5YVE7a7W7+yZ/8yZrSzmODIITkj2/eXDyzsHCBz1l4SRm6g1jkV9DPEbRGUFopDfzMnhaVRaFovhlOSyFDK4hFiEVOuwV96uCAYNlaFIuKOOJe797LL7/cZoXrkXHuhWT6zsher/fN/bm5stSpZmZ9DFcoxKJH3W8UCq0RlFZKA6MgHQ+GWOQUAGJR6gyuuag0h3FqLGWbo1ClUhby404szkpgvlTqfutb3/pUKMnM3YQgJC/slGqLouQMVynEomg1HDqjNYLSSmngMEXjqSEWOQghFiEWqf0S9GmDCkHLzk+xqEol7vVy+/nEXAvJt99+r7l8aVHvM4iGqxRiUbUs8nKc1ggzrWgu8gJkQpwQi5ziQSw6FIs5W4s5C5ezDCzb5lMsToOSZlOpVPpbOX23ZK6F5M8++OByp1+uTe1Yw1UKsWj5XJCJe1oTKK2UBpkkY3ESiEUOXIhFCbGouag0h3HqK2mbs3AlUzf0FZ5YVAGp1Wpbly9f/lxl59vx3ArJn/z0p0ut5pkV07f8Qyz61pI68dBO1UorpYFObD6NgVjkVANi8SQt/hLhjxjMqjmMU19J25yFK5m6oa/iicVDYNM7pre0cO/llZVcPXiTSyF5+IBN/Zv7rWTKAzbHexti0XCtezGcdqpWWikNvEjWIAiIRQ48iEWIRWq/BH/qoIJg24UjFumZ6HdLqdTL3YM3eRWSF3Zqxx+wCVEs4oXck89YyiWqNGCfCT0bALHIKYioWAykt/hp8EdgZ5HTpXm3pUusY5lqDrNJix6S5poYBj9jeG9nJ1cP3uROSF6/ebP2x0tLGX7BRtWyZs0EsQixyCFg1m0jM4k5Uq0P+8dFheLsu072kxGcgV9i/giIRcGCee+KLrGOUtEYkgUGeliaa4IgFmflWTlo9q9ceSE3X7zJnZBMv2Cz0GwKf8FG1bpmzQSxyJFKYYodDgGzbguTH8Qip4Nmnc80u0tzmOrMaut4zsK1hYHply6vfN9VTOOjZ2PYLYbDpxXpVK22+eKLL+biize5EpI3b95cXFha0viCDWU9mXUDxKLmhc4MO6Wwjm1wG5paAIhFzTV0YpjmotIcRq2vtF3OwpVOX9MfXV5BLGb3R/m0Xl5YWLi3koMHb3IjJNMHbA4qlcuVSkVzJaRNYXbqgVjUvNCZYdc8YWY5zKJYDIwdxKLmGoJYzHJB53wuzUuk5jDbsOhhGZ4sDYerOPDdz0W93kH7W9+6dE/l2/Xx3AjJ999//9xBpbKsBsYv16hPiEXNC50ZdnVZnVpYFIrmf984JTNpcohFzTUEsehdL/sbEF1eYWfR/c7i9D5SXDjnomj78eO1V155ZdPfXoyiXAjJwet+6vVvziXD1/2YqRaIRc0LnRl2n9fB1N1qsZTFHPmBEWJRcw0VUCwG1voZLkCIRS3YlhuO714tFmflWer1upcvX/b6O9x5EZIXSrVTrO9pQyxqXuj4q0RrrbsZhJ1FDneIRc01BLHIabOC20IsajWA5esU3/2MEXxnJ5DszM8/enll5aEWqwwGeS8kb9y+XV364ssrE2+hCRQoA8aCU6gTVlooDQTDdeIKYpGDHWLRoVjM2VrMWbicZWDZFmJRC7DFhuO7NttV1Mp/ZFCzWu2/8IK/rwPyXkj+3QcfrDbr9Yxf92Nadt3xtPZWWikNdOPzZRzEIqcSEIsnafGXCH/EYFbNYZz6StrmLFzJ1A19QSyyAVpuNr57t2JRxW9hfv7Riqe7kl4Lyffee6+5eO7cqgpwvo7T2ltppTTIFxXqpV4sbTFHfnCGWKR20Kx6aTaF5jBXnZOzcF1hmjBvEcWiYbcYDlcVn+/eb7GoyvffXbz4aRzHXZVd1se9FpL53Y2ktbfSSmmQdbtIz4edRQ5RiEWIRWq/BH/qoIJg24UjFumZGHaL4XBVifju8y0WT0b//L+USj0vX1LurZD8+c9/vhDPz19UNZm747T2VlopDdxlKDMzxCKHo6hYDKS3+GnwRwxqpDmMU19J25yFK5m6oS+6xDo2keYww2BnDqeHZNgthsNVDPjuwxWLKlYXL654tyvprZD82fvvX2k0GvR1oqKvdZzW3korpYFWcB4NglikFkNUKOZQ/EzjxF8i/BEQi9Quzbud5mVDc5htWvSwNNfEMAHD4SoOfPfFFYsTWT7DcdCJ2pcuveDVS8q9FJI3b36wuPRC3dKnEMdLRGtvpZXSQLXMfD8OsUitEMTiZFL8JcIfAbFI7dK829Hlle+7iml89Gw01wTEopWGP1mNbOozH8defTrRSyH5/vv/cKXS6NHXlrJFaMVVWikNlIF4bmBRLAbGDmIRYpGzmANrf07qBraalwDNYQaBkobSwzLsFsPhqmT47rGzeIwpH+CJkhxEUfvSC/7sSnonJG9+8MHiUl1nN5JWHaWV0kC1zHw/Lv431POEA2MHsQixyFnNgbU/J3UDW7q8ws7iCAHLzcZ3D7F4VB0+PK3149OupHdC8v1/+Icrld603UhahZRWSgOtunoyyOKuYpphYOwgFiEWqQs3sNanpi1gB7GoBdFyw/Hd51csim+f8OFptcD4oNFpOx7tSnolJA93I0+TfhuprKPSQKSujpxALHLAQyxCLFL7JejTBhWClh3EohY2yw3Hdw+xmPXO4iyxqOqp2JPfSnolJA93I0tHZ6SZLc1fIaqaeHYcYpFTEIhFiEVqvwR/6qCCYNtBLLKRZXAXh9fP+RWKk1Hysj9RP8PhWv0ge2Ov/YIHv5X0Rkimu5EvjO9GOiqybnPwx0EscphBLEqIRc1FpTmMU19J25yFK5m6oS+IRS2AFhuO7xpi8VgN+QC1WsBkZ3H2hLMTiOOu8ye4vRGS6W5ko/R8N1Kkkl44gVjklAFi8SQt/nmQP2Iwq+YwTn0lbXMWrmTqhr4gFtkALTcb3z3EYpHE4syd1P1957uSXgjJwW7kadpvI9kngEwGQCxyMEMsQixS+4V/gaV6Dt0uHLFIz8SwWwyHqzqK7x5iEWJR1VWHx+Ou211JL4RkPnYjIRZpLX1oJSoW+WdgTqiZ2fLT4I/AzmJm5fRgIrrEOhas5jCbCdND0lwTw+ANh6sY8N1DLEIsqrqKcHy/1H7hhTPOvnbjXEj6tRsJsUhoWXmheFx5UkPw0k78QjItS/5ETnnlLFynrI5PTpdYR+M0hmSRMD0sw24xHK5iwXcPsVhYschvlpntN8tdt3v23spK3Fb1r43jzoVk9ruREIvURhLdVYRYpGJ/bid8EuIHwBuRs3B5yVmzpssr33cV0/jo2Rh2i+FwVTn57iEWwxGLzOozzeV779DjfqnUfuGMm11Jp0Lygw8+WKxb+W0kxKKqWYfHIRYnk+KfG/gjBjNrDqPWV9ouZ+FKp6/pjy6vIBZHCFhuNr57iEXXYpFfs2lLlumJaa46UQi7O5ru7Nmzn8Zx3FXNL33crZD8+79frc/PN/WSsigWbVVZL1HjURCLEIucJgqs/TmpG9hCLGrBs9xsfPcQi0d15MPTaoHxQXLTMj0xzVXJCrsj/YVVr5c3G43Gmio26ePOhOR7773XPPf1r69OT8iiUMzhTpCq8BCLEIuqHhk9bu8kx4kib7YQi1oVs9xsfPf5FYsnI+dn73pXUfbyy8yfaa7qd2F3JLE4MaaRQM62WpnvSjoTkh8MdiMXJu5GihVHzJGqnbI5DrEIsUjttMBan5q2gB3EohZEyw3Hdw+xiJ1FrU4+MYjfe9R5mZ6J5vVy9ruSToTk7du3q0+fdq5Qcc+0I8IVmSsDJxCLEIvUNgus9alpC9hBLGpBtNxwfPcQixCLWp2ce7E4K+vW3Fx/bm7ut3Ec92XoqL04EZK//OUvL8Tx/KI6vGcW/DMM2bULQ4hFh2IxZ72Us3BdLKcpc0IsahXDcsPx3OdXKKbscRt6vAN51Zd+EJE5O2P5MD0zzRmBHJl2261HKyvxQ52xOmMyF5JTdyMzgKsDSHcMxKKEWNRsCs1hurU2HZezcE3TFRwPsagF02LD8V1DLB6rIR+gVgsYSrwZczITYJqrkhV2NzId0zPTXJXXpOOzpkiSpHvq1KlPdfzqjMlcSL7/i1+cW2w2l3WC9W0MxOLJivDXD3/EYFbNYa56KGfhusI0YV6IRXYxLDcb3z3EIsQiu4unDuD3H3VuhmeGKXV2rlhU+W21WmtxHG+q7CSOZyokb926VT59+uvfrDYPyhLBZ+EDYhFikdpnGZ1bqOHkyC4csUjPxLBbDIermoPvHmIRYlHVVfTj/P6j+GZ6ZZpTIpAWi5PnbA3+c7UVdWpxfFc3Ls64TIVk+gLy08vLFzgBZmErKhYzaj7bXPhp8EcMctAcZjv/af5zFq4rTBPmpUusY4M1h9lMnB6SYbcYDlcx4LuHWIRYVHUV7Ti/92h+2RcUe4FYbpVDsTj137PDrSi6F8f2P5uYqZD8h1/96kopjunnYWrvKOxEhWIOxY+cKNJcdZrDhMrPdpOzcNn52RugsbQ1htiL/7lneliG3WI4XMWC7x5i0bICUJVscJxfN4GzvNykwjmM58YMlGlOKtAEI/lpaGJRoSe34jj+XDcn6rjMhGT6AvKvf+MbM15ATg15sh3EoooLla/mctAcRo1K2i5n4Uqnr+mPLq+OTaA5TDNI8jB6WIbdYjhclRDfPcRiOGKRWX2muXzvqTwOjzMDZZpTozCUsIRpzMWiapJWFFl/QXlmQvJ//+M/XixH0YIq6VnHIRYhFjn9k9G5hRNSDmzp8gpicYSA5Wbju4dYdC0W+TWbdnpgemKaq05Kwu70F429QCy3in2xOKuGrSjaiON4XVVnk+OZCMnBK386tBeQQyxCLHIaOqNzCyekHNhCLGoVyXKz8d1DLB7VkQ9PqwXs7VAxE2Caq5IVdgexOA5coSVV9TE5PhdF/fk4vmPiQzU2EyH5i1/84lx15JU/EIsQi6rGHD1u7yTHiSJvthCLWhWz3Gx89/kViycj52dveauI1CKGUXsjquTyMJTT9gKx3C5udxZJzTrFqBVFVl8FlI2Q/Kd/uto8qJi98iej5jMpFmUsPw3+iEEcmsMoOUjb5ChU6dQN/UEsagG03HB89xCL2FnU6uQTg/i9R52X6ZlpTo3CUMISpsmvWJya3Lb9VwFZF5LpK3+Wly/QXvmTUfMRusnIhJ8GfwTEolGJcjQYYlGrWJpLijoX3/2MEXxn1DBF7LCzaChfhOsr7M6bHdNpzSqf7wyx6PAWtNFi3VaPbrWiu3Ecd9SWfAvrQvLvP/xwdaHabLr+i5OPZvYIfnPzR+RpVzGlpZGhdFly6g9iUatwFhuO7zq/u4qT1y6fwLEaGg7X6gfRcxAzAaa5Kj9hdwUTiwHuKqYVJIjFWX3VakWbcRyvqXpP57hVIZk+ZNM5OLiiE5jrMfyFzB+Rt11FiEWTroRYZNPTXFLUefjuIRYhFqndpbbj95/a56EF0zPTnBrFqJ38FBCL3DrMtaL+XBT9No7jPnesyt6qkPxf/+f/rJyOoiVVEK6O85ubP0JnXbviMZxXM0vXYXswfxHFomG3GA5XFZ3vHmIRYlHVVfTj/P6j+mZ4ZphSZ59kJz8NxKJJPSaNbbXsPHRjVUj+0z/dvnpQcftdbX5z80dALEq3u8/+whGL9Ew010RGf5nwo4NYhFiUO8fw+48yN9Mr05wSAcSiLiXz29AGM88cauv729aE5Acffri43GzSHrIxpMZfQ/wREIuGRcrVcLrEOpaW5jCbaOghaa4JiEUr5TtZDb/rMw2CYdQjbpmemOaziijoamwapmemuW5jyk+DnUXdWtgYZ+OhG2tC8h9v374YHRwYfclmFCK/ufkjIBZttK2PPunyynehmMZHz0ZzTUAsWmliiEWDM7xhK48XVNidFwI4W3EMsWjlJGHBabkVbTaEH7qxIiR1H7LhL2b+CIhFC53ppUu6vIJY1L/ucUvPX7G4DX2MMR8gt0Qn7OWmZHpimqsSFXanv2jsBWK5VSAWVT2Wh+PpQzfSX7qxIiR/8YuPzjXP7C1PgspfQ/wREIt5aGeJGCEWtShqLinqXHz3EIuWFYCydPyaTXPJ9MQ0VyUi7A5icRx4wO9ZVPVWSMelH7qxIiR/9atfXZmfn2dc5TWXv+YwVw2Rs3BdYRqbl9FGoyM1h9lOmh6WYbcYDldx4LuHWDxiyoenKgfpuNy0TE9Mc1Uywu4gFiEWVS0X3PFKK9qqx/HnUomJC8mbN2/Wvv3tb18+GaDm8tccJgWI4ydHoXLSysCWLq+OBaM5zHZC9LAMO8ZwuIoD331+xeLJyPnZu95VTOc3jNobUSWXx3iXMz0zzVVratpx+WkCvA1t+EJu3dqEOq7Vij6N47grkZ+4kPzlL399YWEhWmQFJ7+KWNNzjHMUKietDGzp8gpiUf96zi0kv58hFo8Y8+FxyzPRXm5apiemuSpZYXf6i8ZeIJb/toBYVPUYjk8n0GpF63Ecb0gwEheSt2/fvnpwUCmfCC6jxSoBJUehSqQr6ANiUQum5Ybjuc+vUJy8I8fL3pfzlmHU3ogquTyKuLMYoFBMy4idRa3LhPSgajXq1GrxXQm/okLy5z+/s/DCS52LEoHZ9mHvBGc7ctf+IRa1KmCx4fiuIRYtbxWRWoRft2lumZ6Y5qpkhN15I4In5S2fK8Siqr9w3B4BqXdKigrJ27dvXzyoVMTeHWmKT37Rm0aUl/EQi+xKWW42vnuIRYhFdhdPHcDvP+rcTM9Mc2oUo3byU0As6tQBY2wReL4lvNtqbZyL43XTmcSE5K1bt8qrV65cNQ2IO15+0XMjyKt9OGKRnolhtxgOV3UK3z3EIsSiqqvox/n9R/HN9Mo0p0SAnUVdSrgNbUDO8VDa7weSpNU9dSr+1DRYMSH54YcfLjbPnLHyScSMzi2mLD0cT5dYx4LXHGYTAD0kw24xHK5iwHcPsQixqOoq2nF+79H8sp8VtxeI5VbBziK1I2BnmwBNKFKiaLVad+M47lBsp9mICUnT29oZnVtMWHk6li6xjhLQGJJF8vSwDLvFcLiKBd89xKJlBaAq2eA4v27T3DI8MUwpSQi7G5mS6ZlpTsltko38NBCLurXAOGkCcmJxVmTlVsv4k4kiQpJ6W1t+0UsXzkd/dHl1LHrNYbYJ0MMy7BbD4SoOfPcQi+GIRWb1mebyvafyODzODJRpTo1i3E5+GohF3VpgnDSBbMTirKjn5lr9+fn4jklmIkJy9La2/KI3SS8vY+nyCmJRf5OE2w38XoZYdC0W+TUT2FVMXchNPAhI2J3+orEXiOVWgVjknu9gb4uAe7GoyqzVan0ex/GWym7acREhefv27cuVSqWmG0QxxkEsatXZ8oWM7x5i8aiOfHhaLWBvh4qZANNclaywO4jFceD4LrSqBXFcjID/YnFWquVya7PRiNd0cRgLyfS29hUHT2vrJmx3HMSiFl97V1TN3Z38isWTkRvCNRyu1Q+iO3LMBJjmqvyE3UEshiAW8605VC0f8PFwC2d6e9tYSKa3tc9Yelrbz46EWNSqi70rKsSi6Y1Qy7WZ1i9y0zI9Mc1V/S7sDmIRYlHVcjhujUC4YlGFzOT2trGQvP3xxxcr3a43LyFXwaIdh1ikcRqzsndFlReLlmPV4jdTQhgGbDhcNx+5aZmemOaq/ITdQSxCLKpaDsetESiuWJyF1OT2tpGQzPdtbYhFrXVq74qqsa+W31vQKXvchh7vQGZzMc1V/S7srmBiEQ+3qPoLx7MkALHIpW3ycnIjIen/bW2IRW4zaW79kafhX6whFo/B5QMk12aWody0TE9Mc1Wywu68FovyuUIsqvoLx7MkALEoTVv35eRGQvLjjz++2HV+Wxtikd1M8lcYQ60DsWgIkN0CkwbItQXTE9NclaywOz2xaC8Iy60CsajqLxzPkgDEYpa0db+9bSQkf/3rX387myTDEYv0TAyvRIbDVXXlu4dYtKwAVCUT3mxmdgDTXJWMsLtn0zG9Ms1VOU07Lj8NxKJuLTBOmgCEojRRE3+6t7e1heSdO3cWOp3ORZOgj4+lS6xj4zSHycV90hM9JMNLhOFwFQO+e4hFiEVVV9GO83uP5pf9qm97gVhuFYhFakfAzjYBiEXbhCX9t1qtT+M47nJ8agvJX//61xeiKFrkTBZFdIl15FdjCC8mPWt6WIZXIsPhquz47iEWLSsAVckGx/l1E9jvkptUOIfx3JiBMs1JBZpgJD8NxKJuLTBOmgDEojRRV/6SVmv9VBxvcObXFpKffPLJlb29vTE9RZdXx4LUHMZJVMeWHpbhJcJwuCo3vnuIxXDEIrP6THP53lN5HB5nBso0p0ZhKGEJ00AsEiDBJBMCEIuZYHY8Sa/Xap85E9/jhKElJD/88MPamTPnLnMm0tmMZPnXNIZYnAIuowuvZtmCeHWOHGKmJ6a5qkbC7kamY3pmmqvymnZcfhqIRd1aYJw0AYhFaaJ59Ndqte7Ecdynxq4lJD/66KNzSVJZC66nAwAAGxVJREFUPjEJXZVR4xOxo4dleIkwHK5Klu8eO4tHTPnwVOUgHZeblumJaa5KRtgdxOI4cHwXWtWCOC5GAGJRDGWgjlqt1locx5vU9LSE5O3f/vZyZX+/Rp0kCzuIxfztLJ4UJ4ZyxXC4bp/KTcv0xDRX5SfsDmIxBLEIzaFaNp4eR+E8LUwuwuJ+5YYtJJMkKX/0r/961QUNiEWIRcGnTFgtLCeymJ6Y5qqkhN1BLEIsqloOx60RgFi0hrbgjufm5vrz8/N3qBjYQvLDf/7nxTNzc+kT21b+QSxOwGrv6i9SQ+wsjmNkFoxpriqasDuIxVHguAWtaj8cFyUAsSiKE87IBDhfuWELycFrf6pV5mt/jscegljkX6zxe8VjXcAHSF4AswzlpmV6YpqrkhV2VzCxiIdbVP2F41kSgFjMkjbmohFot1uPVlbihxRrtpD8zW9+c3W31yurnGciFu1dTQfp8d1DLEIsqlYG/Ti//6i+mZ6Z5tQoRu3kp4BY1KkDxtgiALFoiyz82iHQ6/XaZ86cIb0GiCUkB6/9Off8tT80sWh4iTAcrkLMdw+xCLGo6ir6cX7/UX0zPDNMqbNPspOfBmLRpB4YK00AYlGaKPy5JUB9DRBLSH7yySdLBwcHKydTM7xEGA5Xoea7h1iEWFR1Ff04v/8ovplemeaUCCAWdSlFUQTNYQDP1VAUzRV5zOuGQKvV+jyO4y3V7Cwheffu3YudzsGCyunE45YvZHz3EIsQi1qdfGIQv/eo8zI9M82pUYzbyU+DnUXdWmCcNAGIRWmi8JdfAru7rY1z5+J1VQYsIfnxx7/99kyH8lcYQ60DsWgIUNU/pOMybcH0wjRXJSLsbmQ6pmemuSqvacflp4FY1K0FxkkTgFiUJgp/YRKoVqudWq12V5UdWUh+tL7erGxsrWo8gaKKwVDrQCwaAmTVZ5KxnOhgemKaqxIVdgexOA4cr85RtSCOixGAWBRDCUeFJkD5nSRdSH700blKo3Hys4gaiPkXbIhFiEWNRpswhN971HmZnpnm1CjG7eSnwc6ibi0wTpoAxKI0UfgDgXECX7Zaa5cUn0skC8lPPvlk9aBSaVIx8y9gEItHbPnwqGWZaSc3LdMT01yVrLA77CxiZ1HVcjhujQDEojW0cAwCBALlcnmz0WiszTIlC8mPf3vy95H8C3Z+xeLJyPnZu95VTOc3jNobUSWXh+Eenr1ALLdLgDuL0ByEy4KPJiicj1VBTCCQEkiSpHvq1KlPjYXk+vp6c2tra5WGFWIRO4u0TlFZ2dNoTM9Mc1Ve047LTwOxqFsLjJMmALEoTRT+QCArAqrfSZJ2JD9aXz/X2Np69vvI/ArFyTtyhpdvw+G6jSA3LdMT01yVn7A7b3ZMsxGLAQrFFBw0h2rZeHochfO0MAgLBIwIqN4nSRKSn3zyu9VKpfT895H2rv5GyQ4H4zb0OEZmwZjmqqIJu/NaLMrnCrGo6i8cz5IAxGKWtDEXCPhAQPU+SZKQ/M0XX1wtdbvK72tnmTDEIsTixH6TV3InppGfAmIxy3MH5lIRgFhUEcJxECgSAdX7JJVCMv2+9te/8Y3LLqBBLBZBLDJlGdNct2/lp4FY1K0FxtkgALFogyp8gkCoBGb9TlIpJNPva1cajQnf15bBBbHoj1iUF0/D3Jiemea6nSg/DcSibi0wTpoAhKI0UfgDgSITaLVa9+I4bk9ioBSSv//97y90Dg4WTQBCLBqIRWG1I+xuJDGmZ6a5bv/JTwOxqFsLjJMmALEoTRT+QAAEJhNot1uPVlbih1pC8u6jR1cOdnaqKrgQi6OEmPKFac6vhWoE9TgzUKY5NQoDWU6cAmKRCApm1glALFpHjAlAAASUBHq9XvvMmTP32EIySZLy//3886vDgSGIRTltw/TENFdVVdgddhbHgeO70KoWxHExAhCLYijhCARAwAqBubm5/vz8/B22kLxz585CvX76onZU9tTOzJDkpmV6YpqruAq7g1iEWFS1HI5bIwCxaA0tHIMACGRCoNVq3Y3juDM+2czfSK6vr5/b20uevYh8Spz21A7EolFrMAvDNNcNTX6aAG9DQ3PotpfjcSic4wJgehAAAUEC+2O+nn7ZWrt0Kd5kCcnf/e7+aqkUNQU/0MxKUU50MD0xzVVJCbvDzmIIO4vQHKpl4+lxFM7TwiAsEAABDQLjYnGWi/7u7sa5c+fWWULyiy+/vNq1/CJyOZHF9MQ0V9VH2B3EIsSiquVw3BoBiEVraOEYBEAgUwIcoagKrDTlgZupt7aTJKl+vr5+ReWYclxOZDE9Mc1VuQi7K5hYDPAWdFpBaA7VsvH0OArnaWEQFgiAAJOApFhUTb20sPAxeUdy8KDNafqDNnIii+mJaa6CJOzOa7EonyvEoqq/cDxLAhCLWdLGXCAAAvYIZCkWZ2VxdsIDN1N3JAcP2iTHH7SREx5MT0xzVSmF3emJRXtBHEtffhqIRVV/4XiWBCAWs6SNuUAABOwR8EUszspw0gM3U4Xk7+7fX61FUVMfGVPCMM1VcQm7ezYd0yvTXJXTtOPy00As6tYC46QJQChKE4U/EAABdwTyIBZn0Zn0wM1UIfkl6UEbpoRhms9KRtDV2DRMz0xz3faVnwZiUbcWGCdNAGJRmij8gQAIuCOQd7F4RG5CIqXSyS/cTBSS6Rdt1tfXn33RhiFhGKaUEgu7G5mS6ZlpTsltko38NBCLurXAOGkCEIvSROEPBEDAHYGQxaKK6tLS8QduJgrJ9fX1ZpJUVyc6E1Y7wu4gFseLhk/9qdYEjosRgFgUQwlHIAACzgkUWSzOgn/2bOvTOI67Q5tpQvJcUq3O/qINo8QQiwxYE02xs2hKEOOlCEAsSpGEHxAAAfcEIBb5NTh7tvV5HMdbM4Xk73d2LlR2dxc57iEWObQm2UIsmhLEeCkCEItSJOEHBEDAPYEgxKJHSXS77UcrKysPZwrJBw8eXD6oVGrj5YdYNF0QAYpFaA7TpnA0HoVzBB7TggAIWCDgkc7Szy4nSTQala16vf75TCG5sbHxbX0S00YyZSjTXDde+WkgFnVrgXHSBCAWpYnCHwiAgDsCOdFZswEFkESzWe3UarW7U4VkkiS1x48fX9ZrFaYsY5rrxRRF8tPMEIt4uEW3TBinRQBiUQsbBoEACHhHIACNdcg0mESmt8jok9snHra5cydZWF5+fHH6cKYsY5rrdrbsNAHuKqZgoTl028vxOBTOcQEwPQiAgBCBYDRWMInoFfbs2dbdOI476egTQjL9NGK12uQ9sS2r4iZmJT8FxKJe+2CUHQIQi3a4wisIgEDWBILRWMEkIt8Bo09unxCSOzs7F3Z3+8ef2JZXcRCLJnWF5jCh53AsCucQPqYGARAQJBCMxgomEcHiElyNPrl9Qkg+efJk9aBSMfjG9uwI5DUpdhYJNYdJJgQgFDPBjElAAAQyIRCMxgomkUzKTpqkXi9vNhqNtdT4hJDc2NoyfmIbYpFUB/xmkYjJLzOIRb/qgWhAAARMCASjsYJJxKSa2Y0d/eb2MSGZfmP78fb2s29sY2dRpCTQHSIYs3WComXLG7OBAAjYJBCMxgomEZvVzs738MntcSHZfLy9ffSNbewsEgsC3UEE5ZMZiuZTNRALCICAGYFgNFYwiZjVMw+jz55t3YnjuH9MSP4uSRa/tr19wSwB/GbRjB9GyxGAWJRjCU8gAAKuCQSjsYJJxHVHuJ3/7NnWvTiO28eE5HqSnGtubxNe/QOx6LZ8mP05AYhFdAMIgEA4BILQWEEkEU5P2crk6dPW2qVL8eYxIbmbJBd729sLh5MGKBahOWz1k2W/KJxlwHAPAiCQIYEgdFYQSWRY9ACnGr4C6JiQfJIkq5Xt6Pmrf/L4uT9ojpy2KwqX08IhbBAAgQkEgtBZQSSB9rRFYPgKoGNCci9Jru5HUdnWpGJ+oTnEUGbrCIXLljdmAwEQsEUgGI0VTCK2Kg2/0wgMXwF0TEhuJYnxOyTFkENziKHM1hEKly1vzAYCIGCLQDAaK5hEbFUafnUIJMlc/2tfm79zJCSTJKltR9FlHWfaY6A5tNG5HYjCueWP2UEABKQIBKOxgklEqrLwkwWB9F2So0KyuR1FR++QFAsAmkMMZbaOULhseWM2EAABWwSC0VjBJGKr0vCbNYGzZ1ufjgrJpe0oWtEKAppDC5vbQSiaW/6YHQRAQJJAMBormEQkqwtfvhIYvEtyGFySJOe2o2j6OyShO3yt44y4ULQcFg0hgwAITCEQjMYKJhG0atEJPH365dqokLywvR0tFh1K/vKHWMxfzRAxCIDANALBaKxgEkGvgsBkAtVq0l1YWHguJE+8QxLkPCIAsehRMRAKCICAIYFgNFYwiRgWFMMLRSB97c+DB4sbV6/GW2niRzuSnSS53N2OaoWi4VWyEItelQPBgAAIGBEIRmMFk4hROTEYBKL0BeT1en0z/b72KI4jIbm15dE7JIMtGMRisKVFYiBQQAJBaKwgkihg8yHlTAik74o8OPhqc3l5eSOO4+6kSSEkxUsBsSiOFA5BAAScEQhCZwWRhLMWwMQFJJD+/jGKoo2FhYV0B7I/C8FASCZJUt3ejq4UkJVmyhCLmuAwDARAwDMCwWisYBLxrEEQTqEIlPZ77c3O5ualS5c2qYkPhWRze9vCy8ipUXhpB7HoZVkQFAiAAJtAMBormETYJcQAELBKYPD7x6f1zXjl+O8fKZMWXEhCLFKaBDYgAAL+EwhGYwWTiP89gwiLTSD9/WOv9+Tx+fPnn0z7/SOF0FBILm1va37VhjKLUxuIRaf4MTkIgIAYgWA0VjCJiJUWjkAgMwK9XrWzs3N/g3P7elZwAyG5niTnmtszvmqTWXo6E0Eo6lDDGBAAAT8JBKOxgknEzz5BVCDAJWBy+zoAIQmxyG0Y2IMACPhLIBiNFUwi/vYKIgMBEwLp09c7Ozub58+fT1/fM/Ppa915BjuSu0lysbcdLeg6kRkHsSjDEV5AAAR8IBCMxgomER+6AjGAgE0Czxdrab/UfvDV86/P2Jx1ICSfPElWK5WoaXOiQ98Qi/YZYwYQAIGsCASjsYJJJKvKYx4QcEVg+mJNkpby5eE2orYgJCEWbRQKPkEABNwQCEZjBZOImz7ArCCQHQHeYk13H7nvfpTMZSAkO53kcrfL+c42xKJkEeALBEDALQHeadttrFNnDyIJT9kiLBAQJWC+WNPdx0ajv1Wv1x+avLpHIq2BkJz8nW2IRQnA8AECIOAHAfNTtwd5BJGEBxwRAghYJ2BnsbrefZyE7ZmQ3Pq2daaYAARAAAQsE7Bz6rYc9Lj7IJLImBmmAwEnBLJZrK5++0hFCiFJJQU7EAAB5wSyOW1nkGYwiWTAClOAgFMC7hZro9HYWl9ffyr14nBbGCEkbZGFXxAAAS0C7k7bWuFOHxRMIsJc4A4EvCPgz2KtVqvD9z4afbYwS8RxkiTN7e3t1SwnxVwgAALFJuDPaduwDsEkYsgBw0HAewJ+L9Z6vb5Zf1rfjFfitvcoxwKEkMxbxRAvCOSEgN+nbQbEYBJh5AxTEMglgXwt1l6vOfjm9erq6patr85kUUYIySwoYw4QCJRAvk7bM4oQTCKBNhrSAoEjAvlerOmt606n83R5eTn9ZGE3hMJCSIZQReQAAhYJ5Pu0PQImmEQsFhuuQcALAmEt1qN3Pub01rWqJSAkVYRwHAQKQCCY03YwiRSg6ZBiwQmEv1jz8tS1aSOmQnJxe3v7gqkjjAcBEPCbQDCn7WAS8btfEB0ImBMo3mJNf/dYr+9vLiwsbOb5d4+c2sfrSXKuub29zBkEWxAAAT8JBHPaDiYRP/sEUYGAHAEs1jy+skeu/lEEISlJE75AIAMCQZy2g0gig2JjChBwTgCLdVIJRh6aSXceO87L5DAACEmH8DE1CEwjEMSpO4gk0KMgUAQCWKyUKh89NFOvp09cF1o8jvKCkKR0D2xAwAKBIE7dQSRhobhwCQLeEcBi1SlJkiT99KGZzz///OnVq1e3dHyEPiZ92Kb6KIqWTu1FzW53uxZ6wsgPBLIiEMxpO5hEsqo85gEBVwSwWCXIQzzyKA6+tT38l4rKKIqau7tRs1yOFvb3t8s8d7AGgWIRCOa0HUwixeo/ZFtEAlisNqoO8ahP9ZiQHHeTJEntQRSdmt+MGpXKdlN/GowEgfwSCOa0HUwi+e0lRA4CNAJYrDROZlbpAzOVSqWN29ZmHGcKybHdynR3svHoUdSs1bZOxXGc7l7iHwgEQSCY03YwiQTRVkgCBGYQwGJ10R542lqeOllITtitHLkNvr+wv7+P2+Dy9YFHQQLBnLaDSUSwuHAFAl4SwGL1oSzpS8Lj+Gl7eXm58K/qsVEPbSE5QVjWtqKoWe1EzVJpvwFhaaNc8KkiEMxpO5hEVBXDcRDIOwEsVh8rOPKFmadxHHd9jDGUmMSE5ARh2XzwIGrOz282KpUKfl8ZSsd4kEcwp+1gEvGgKRACCFglgMVqFa+Q8zhubH311frT1dXVraJ8nlAInZEba0ISwtKoLoUfHMxpO5hECt+SABA8ASzWvJUYD8v4UbHMhCSEpR8F9ymKYE7bwSTiU3cgFhCQJoCFKk3Uhb/0lnWSbG6dP38+vWWNr8u4KMLYnM6EJISlB9XPIIQgTt1BJJFBsTEFCDgngMXqvATCAaTvdyyVmju4ZS0MVtCdN0ISwlKwqhm7CuLUHUQSGRce04GAEwJYrE6wZzjp8Cnrg4PlrZWVuJ3h1JhKg4C3QnKasDx9ulMrlUp4Klyj2LpDgjltB5OIbiUxDgTyQgCLNS+VkohzbNexjaesJahm5yM3QnKCsKxtbUXNarXT7Ha7Nbwg3axpgjltB5OIWT0xGgT8J4DF6n+N7EWI3zraY5u159wKyQnCsnoviprNR1Ht1Km9gbjMGqbv8wVz2g4mEd87BvGBgCkBLFZTgqGMH35R5vHjx+0//MM/3MHreUKpbBQFIyQnCMv0Szu14bssG41GrQgvSQ/mtB1MIuGcLJAJCEwmgMWKzjhJALeri9MVwQrJSSVMkmRwO7xS2a31er1mXm+HB3PaDiaR4pwwkGlRCWCxFrXy1LyHwrFS6bYXFhbS3zni1TxUeDm3K5SQnLJr2XjwIKqnX+DxadcymNN2MInkfKUjfBBQEsBiVSKCwTEC+/uldhzv7UTR+Taeri5ucxRaSE7btbx3L6o1m/Z/axnMaTuYRIp7IkDmRSGAxVqUStvIE8LRBtX8+4SQJNQwSZLm1lZU03lCPJjTdjCJEAoOExDINQEs1lyXz5Pg01vV3W65gx1HTwricRgQkhrFSZLk2YM8D5qnT5+upU+Id+O4quHKryG4/vhVD0QDAlMJYLGiOWQJ4DeOsjyL5A1CUqjaz8Rl48GDB/X5+fnB7y239/dTwenPP1x7/KkFIgGBmQSwWNEgdgmkr+OpVCrtBw8etFdXV/EScLu4g/YOIWmxvEmSpLuUtVRcZrZzieuPxYrCNQhIEsBilaQJX7MJDH/fuLm5uYv3OKJbJAlASErSJPgSuS2O6w+BNExAwAcCWKw+VKEwMTxrt2qz2u31qp30VTw7OwsdPFFdmA5wkiiEpBPsJycdPtCTvuNyb2+venBQaXoSGsIAARDAbWj0gC8Exv42SarPH4rBbqMvRSpWHBCSHtc7fYF6+iqiev3B3NHvLrc9+92lx/wQGgjIEcDOohxLeDL5u2Q/KrXL5W6n3W53VldXO3jxN/rJNQEISdcVYM4/vDW+tbVVq1Qq2L1k8oM5CEwnALGI7siIALHVeqVmZ2H/oNM73evgFnVGtcE0bAIQkmxkfg4Yf7An/fxju92t+RktogIBVwSIV3BX4WHecAgwWy3daTzdm+9CNIbTAkXJBEIy8Eqnt8ejKKoOnxyHwAy84EgviiLmFRzMQECXgEarDX/TiNvTutAxzjcCEJK+VSSjeCAwMwKNaSwR0LiCW4oEbgMnYNBqw6en9/e/6jx7ECb9TWM3cGJIr2AEICQLVnBVus9ukc89ePCgeerUqWr6BHmj36htx3jIR8UOx6UJGFzBpUOBv7AJGLba6C5jrVbr4veMYbcLsjtOAEISHUEiMHzI5969qDp8irxer5fxO0wSPhhNJWB4BQdZEKASEGq18d8ynj8fpbuMfWoYsAOB0AhASIZWUQf5DHcx0yfJd3Z2yumrisrl8ly3G8D3xx3wDG9KoSt4eGCQkTQBoVabtMN4/ny0j9vS0gWDvxAIQEiGUEWPc5gkMrGT6XHBtEITunprzY1BhSMg2G7p63UODnb7cby3s7u7u1+vr3axw1i4jkLChgQgJA0BYrg+gaHIHN4uT79H3ul0Sv1+oxbjN5n6YK2MFLx6W4kPToMiINhu6QMv7XZ/P31K+uDg4CCKzrfPn4/6eJF3UB2DZBwSgJB0CB9Tzybw7Mny8vCWOYSm7Y4RvHrbDhX+809AsN2GO4sQi/lvC2SQPwIQkvmrGSJ+RmBcaA6fMsfvM2e1iODVG50IAioCQu02/M3i/HztIH2VzshtaPxuUVUDHAcBywQgJC0Dhnt3BIZPmqcRpK8zSv/3cFczbLEpdPV2VzrMnBcCQq02vP2cftnlafVpd0Qo4hZ0XnoBcRaWAIRkYUuPxIcEkiQZiMzhLfRSqVSqVquDz0v6+3tNoSs42gAEVAQMW20oEoe7iYfTnW8P/idenaOij+Mg4D0BCEnvS4QAfSAwurt57969ar1en0vjmk/mG+n/3i/Vy5WK9LfNDa/gPoBDDPkgoNFqQ4GYJjj8bWKj0einL+NO/9vKSjwQi/gHAiAQNgEIybDri+wcEBiIzgfRYEfzN5tRaXHxQT39vwc7nf3Dnc7nwlPjCu4gJ0wZAAFCq00Sh2nm6ef9Fhf/8AACMYA+QAogIEwAQlIYKNyBgA6BZP3w9nr6b6tx+GL34f8/3PVM//9yM33Re7eqMwfGFIDAiFgcPsmcZn38tvJxYYjbywXoC6QIAhYJQEhahAvXIGCbwOBdnA+iwW329N/oDugkIZr+t8Pd0PZgZxT//CWwv186dmv49On57tOnT7vDiEdvI6f/De9G9LeWiAwEQiYAIRlydZEbCDAIjO6Kjg57EB0+8T7+b/RW/bRpDuYOJo5lhOWdaa93+DWUaYGNC75Ru9FbxMP/DgHoXYkREAiAAIMAhCQDFkxBAATsExi8H/RBdHRrf3zGB4Ih4PvJgjDhCgRAoJAE/j9traE8kd/uhAAAAABJRU5ErkJggg==","e":1},{"id":"image_1","w":660,"h":660,"u":"","p":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAApQAAAKUCAYAAAC6z6g8AAAgAElEQVR4Xuy9C5Qd1Xnnu3ed7paEJSQLgsEGqwkII2NHjYEYP2kMOLYTmyYOsfOY0CTxxHc8c2nWnZubu3xnaLLicSYZLmLlJnbMjGklcfyKQyvxgxhjWja2wTFGMsFgBEEdwDwl1FKrn+fUvuurU3W6Hvvx7V1V59Q55ztrsYTUVbt2fXtXnV//vxdn9CELkAXIAl1qASHECGNsSzh9+BP+Hn3Sf4/+HY7ZXPItzzHG9kmuAf92JPbv8b8f4ZzLzil5qjQ8WYAsQBbIbwGefwgagSxAFiALFGcBIcQwYwz+iwNhHBzbAYTF3RByJCFE/MgWkPq+f1AIcRB+yPnAvtVVdmT9enaQcx78G33IAmQBskAVLEBAWYVVoDmQBfrIAjFVMYLE+J9lK4eVtHQKJoM5tvAywZmJv8Bhc77v76vVakcajcY+z/OOrKys7Fu/fj2pnZVcaZoUWaB3LUBA2btrS3dGFuiYBWIqI8AiqI3Rn9s6NqnshfeWNJdLsONqQVJNldjh4bhZUDjB/e553sEQNkndtLEgHUsWIAugLEBAiTITHUQWIAvILBADx9EQHAEe0UCVw6r7Y7GIiThESeziPs55PG4xx2XdThVCyOI5R+r1+lr8Z60WxH964OoXbOfalTKqpNskUmf5vr8X3ObgTq/X6zPr168n0CzEsjQIWaA/LUBA2Z/rTndNFrC2gBAigkYAH/ivDHCMQBFUNfgPQDBKVOk4GFobLecJAOxLS0sA6WxoaGjE9/0tnPNh+HfP8wBGY+CZ82Lh6QCaQgiw+b5Go3Fww4YNM8WMTKOQBcgCvWwBAspeXl26N7KAowXCOEcAyAgeiwKX2RAUI1Wx9WenVURHU3X8NFA/l5aWRgYHB7fE41M9zwMQtQoxkLng4QY55/sBMuuc7/MajZmhoSHKRu/4ytMEyALVsgABZbXWg2ZDFmi7BUK3NYBjBJB5lccoQzlSGUHhoiSRtq9s84IAmUtLS1sGBgZGY+pmIlNeBZLRlGVOd+H7EIMKsZkzx44d2/fyl7+css47tMZ0WbJAFSxAQFmFVaA5kAXaaIGY+hgBpJWKlZpqABUx1bHv3NJtXLpCLxUpm+BKhz0Bv1hwzhO/TCijN5MljoJ5+b4/63keuMlnADJJxSx0uWgwskDlLUBAWfklogmSBfJZIATIsdB9DRDpUponUh1BbQzi66gOYr51qerZAJaNRmME/uOeB6rmmpopAUnNfcCemSHArOpK07zIAsVagICyWHvSaGSBjlsgpUC6ACTBY8dXsVoTeOmll4Y3bdrUhEzOk5CpmKrEjT7HOSfArNbS0mzIAoVZgICyMFPSQGSBzlggjIEEcIT/QIm0VSAhsxpUx0B9pPZ/nVnHbrvqyspKkLAF2f+gYnLOg8Qti3jMOSbENEDm8ePHZygGs9t2AM2XLJC0AAEl7QiyQBdaICzhA/AIEGmbgQ1xj5Hreoayq7twA1RwyhCTubKyMur7/kitVoN9aY7HTHYB2g9wuby8PL1p0yYqVVTBNaYpkQV0FiCgpP1BFugCC4SFsQEgI4i0USEjgAR4pC/qLljvXpni4uJiUzmv1Ua9dN1SSW/JmLoZxF/W6/Xpl73sZaBidrQwfa+sB90HWaBMCxBQlmldGpsskMMCoSsbAHLcUoUEFzaAIwDkdI4p0KlkgUItsLy8PAYxmE2FHVzkTao0uckZY/t9358C9ZJc44UuCQ1GFijMAgSUhZmSBiIL5LdAmFADAGnjyoZi4QFAMsZIzcm/DDRCGywAqvvx48fHBgcHATBtYn+DX5g8z5ui0kRtWCi6BFkAaQECSqSh6DCyQFkWiEEkfKlia0LCl+pUqEJS15KyFofGbZsFIMlndXV1rFarwXOgjQsWfqhsMjHr+/706urq1Mtf/nJ6Dtq2WnQhskDWAgSUtCvIAh2wgANEBjFloECSCtmBBaNLttUCkXo5MDCQiBmOQLI5mWTZdcEYwWVbV4kuRhZIWoCAknYEWaBNFojFRE4glcjIlQ1ubIqFbNM60WWqZwGIvayv1se8mjfGhNAmpIWYCc/OLoq5rN5a0ox61wIElL27tnRnFbBALDsbIBJT3ge+CAEep6geZAUWkKZQOQu89NJLI4ODg+Oe543xWIhIXK9sJfkI0DEFJPTsOnTo0PSZZ55J2eKVW1GaUK9YgICyV1aS7qNSFgiTDCC55krExAgiEUaiQ8gCaQvE4RJU/0S2uKQsEfP9PQ3Gpk488URS/Gk7kQUKtgABZcEGpeH61wKhSxuUSABJU51Igsj+3Sp05yVYAOByYGBgnDM+zjkPn79knCVc1hcCyhRBG8ip+fn5XaeddtrBEqZDQ5IF+s4CBJR9t+R0w0VawNKlDYk1UVINKSRFLgSNRRaIWeDo0aNj4BJnQkDdywAuASQVn/1CCHKJ0w4iC+S0AAFlTgPS6f1pgTBLG9RITP28PWFmNpT5oQ9ZgCzQRgscPXoUPAYAlvLwkxA0QbUUjE37y8u7Xn7KKVSCqI1rRJfqDQsQUPbGOtJdtMkCQgj4csIk2ARZpiFIkkutTetDlyELqCzwzDPPDG/atGms0WhMeJ63jcUUyyj2MtIwOedQ53XXiSeeSL8E0pYiCyAtQECJNBQd1r8WsIiNjFzauyhDu3/3C9159S0A8Zae503EXeIyh7jf8Oc84U0trCxQrGX1l5Vm2GELEFB2eAHo8tW1QLPfcKBGmjK1AzWDCo5Xdy1pZmQBmQWeeOKJLSeddBKErUwIIVplvWQF1H0h9jQajV0/8zM/Aw0G6EMWIAukLEBASVuCLJCyQOjWnjQUHyc1knYOWaCHLPD888+PrKutm/C5HybyrGmWqRqX0JFn8uSTTyZ3eA+tP91KfgsQUOa3IY3QAxYIs7VBjYT/dCV/IDYSYBO611CR5B5Ye7oFskDcAqBaQqxlzfMmGefb0taJ1bqcA8USSg9RwXTaQ2QBxggoaRf0tQXC+EgAxGsMhtgddq8hd1df7xi6+X6ywAsvvDDqeR505bkmWTS9qVlGyqUQYvfq6uok1bTsp91B95q2AAEl7Ym+tAAyPhLc2hAbCW0QKVO7L3cK3TRZgDHIEIei6TVI5Ak9GDGYXDNRg+1e9VenTjvtNPrFkzZO31mAgLLvlry/bzgESVAkL9FYgtza/b1N6O7JAlILgDv8ZS972VitVgtirOM9w6MThPBBudzbaDRAsSSwpL3UNxYgoOybpe7vGw0TbaCGpA4k94IiyTmnLjb9vV3o7skCRgu8+OKLY8IXE5zz4J0CIJn+AFh6Quw6+RWvoHeK0aJ0QLdbgICy21eQ5q+1ADJjm+IjaR+RBcgCThZ45plnmnGWnEvjsH3fh97hs16jMXnK6adTZriTlemkbrAAAWU3rBLN0doCFiA5SfGR1ualE8gCZIGUBZ544onhE044YTICSwDJjGJJYEn7poctQEDZw4vbj7eGAElKtOnHjUH3TBZokwUALF+2YcOEYAxCbDIlyHxfMMFEUMvydFIs27QqdJl2WICAsh1WpmuUboEw2QbcSZm6ceHFI5CEGEmqH1n6itAFyAL9bQFI4Fk/NDTh1WqtzHCAyean+acvxH5/ZWXijDPPpOSd/t4uPXH3BJQ9sYz9exOIrG0Cyf7dHnTnZIGOWwDAcmgAwBJKDomWYhmva9nw/b31en3yTALLjq8XTcDdAgSU7rajMztoAQLJDhqfLk0WIAtYW+CBBx7YcsrJJ09wUCxFEywjqIz9ubfeaEyceeaZ+6wvQCeQBTpsAQLKDi8AXd7OAojONqRI2pmUjiYLkAXaaAEAy5O3bp2AIumC880tmIzNwff93QsLC5M7duyghgptXBu6VD4LEFDmsx+d3SYLhL22oZjwdZpL3gJ9tilGsk2LQpchC5AFnC0QgOXJJ09yxq5rRVa2YiwD/RJ6I9/y4uHDk+effz7FfTtbmk5slwUIKNtlabqOswWEEACSrcB2yUBQR5LK/zhbmE4kC5AFOmWBhx9+OCg3xFlUxzLCyyBpB9zic77v7zrrrLPgPUgfskBlLUBAWdmloYkJIcbCXtqqzO09AJpUR5L2ClmALNDtFgjBchdn7EoAyeAT/dnMCIdSQxNnn302dd3p9sXu0fkTUPbownbzbQkhRkKQVLVJhBaJoEhSqY1uXmiaO1mALJCxwIEDB0YHBgbAFR68/1pwGQEmZIQLMXHOOedQ4g7tn0pZgICyUsvR35MJ4yR3McakLcwYY7OhIkm/off3VqG7Jwv0vAUee+yxcc/zwM29La5URkk8nLHdc8eOTVB8Zc9vha65QQLKrlmq3p6oEAJiJOHlmekswRiDzG1QJAE26UMWIAuQBfrGAgcOHJj0PK9Vaih+48L35zjnk2dt307vxr7ZEdW9UQLK6q5NX8wsrCcJL8OdihumzO2+2Al0k2QBsoDKApARvmnTpiAjPPB8x/qEQ7SlEGJ/w/cnduzYQWFAtI06ZgECyo6Zvr8vjHBvQ5zkOCXc9Pc+obsnC5AF1izw6KOPjnDGIHHnkrVccADM5t8EZ1C/ktzgtGk6YgECyo6Yvb8vanBvU5xkf28PunuyAFnAYIHHfvKTMSHELsF4qwKGCPuDgxvc9/3J177udeQGp53UVgsQULbV3P19sTB7e0rh3qYON/29PejuyQJkAQsLgBt8/dD6Ca/Gb4hOi1zhkBnOhdjvcz5+3nnnUTa4hV3pUHcLEFC6247ORFoA0eWG6kkibUmHkQXIAmSBuAUeeOCB4fXr1k2BGzxTYgjKDjF2ywsvvDB56aWXUrcd2jqlWoCAslTz0uBh0g2okrLi5OTepi1CFiALkAUKsMCPf/zjwA3OhWi9ayPArDcas2J1dfz8iy6ipJ0CbE1DyC1AQEk7oxQLhKokgOSVigvcCMXLqe92KeanQckCZIE+tMDdd9+95eStWye457Xc4H4yI3zP4cOHx0mt7MPN0YZbJqBsg5H77RJhy0SASVlNScjehnaJFNfTbxuD7pcsQBZoiwUeeuihkcbKyhTzvEQ5NoBL6A3e8P3xCy+8kBpEtGU1+uciBJT9s9al36lBlaTi5KWvAF2ALEAWIAusWeCBBx6Y8DifFEKs/XIf9gfnjO05PDdHaiVtmMIsQEBZmCn7eyCDKklJN/29PejuyQJkgQ5Z4Hvf+97wCevWTYmwNzhMI2rf6AsxJxgjtbJDa9NrlyWg7LUVbfP9IFRJKE5OrpU2rwtdjixAFiALxC3wgx/8YMxjbIpzHqiVLagEN7jv75lfXCS1krZMLgsQUOYyX3+fjFAlASapVEV/bxO6e7IAWaAiFoCknc0bN04xzoNkyShhJ/SCz3Emxi984xtJAKjIenXbNAgou23FKjBfQ9tEiJUkVbIC60RTIAuQBcgCMgv84L77xhjnU0KsJU4K4QeHCt/fvfDccxOXXnUViQG0fawsQEBpZS462FBXEmIlSZWkbUIWIAuQBSpuAVArN27YALGVrdJuUd1K4fuz9ZWV8bddeinVraz4OlZpegSUVVqNis9FCDHJGGvVN4tNl1TJiq8dTY8sQBYgC8gscN99940J318r8xbWrQQ3uN/wb3zLJW+D9z59yAJGCxBQGk1EBwghhhljEFeTqGkWWgbqSo5RrCTtE7IAWYAs0J0WuPvuu4dPGBoKMsHDeMrgRnzhM8HY/tX5+bFL3/3ug915dzTrdlmAgLJdlu7S6wghxqGjjaRIOdWV7NI1pWmTBcgCZAGZBe65556JGuOTvvBbdSt9XzAuxJzv8Ym3v/3toGTShywgtQABJW0MqQUM5YD2h7GS1O2G9g9ZgCxAFughC3znO98ZARe48EXMIyWaimWjsfvw3NzEVZSw00MrXtytEFAWZ8ueGUkIMRK6uLdJbuoWzvlEz9ws3QhZgCxAFiALZCzw7bu/vYt5/nXRD6ISQw1I2Gk0xt75zneSoED7JmEBAkraEAkLCCEAFm+WmAVc3BArSVl/tGfIAmQBskAfWODuO+8c5bXaNBRDB9f32kcwn7HrL7vsMgiHog9ZILAAASVthMACBhc3Jd7QPiELkAXIAn1ogdtvv33L5hM3T/OgdeMaVIoAMMWeufn5cXKB9+HGkNwyASXtA4BJnYv7es45/RZK+4QsQBYgC/SxBe66664Jj7GbmyDZ/ITF0GcbjJELvI/3RnTrBJR9vgk0WdyzoYub4mT6fI/Q7ZMFyAJkAbDA17/+9ZEa96aZ8Fvx9WEx9DlRr0+88xd/kbLA+3irEFD28eILIeDhv0ZiAup408f7gm6dLEAWIAuoLAAucOiwE/UDZ2HLRjje98XuX3jPe6DUHH360AIElH246IZC5eTi7sM9QbdMFiALkAVsLPBPX/vapMebndPiCTvC9/cvrq6OXXXVVVQI3cagPXAsAWUPLKLNLYS9uKHrTatwbXg+ZXHbGJKOJQuQBcgCfW6Br/3jP456tVrwfSJiLXZ8IeYaq6tj773qKqoK0kd7hICyjxZbUxIICpWPUvvEPtoMdKtkAbIAWaAAC9x+221bNvzMz8wwzneG8ZTBqMIP2jZe/0vvex8ldRZg524YgoCyG1Yp5xzDkkDwUMviJalQeU770ulkAbIAWaDfLfCVr3xlFxfiOgDJAChDxVIwtvvFw4cnrr322iP9bqNev38Cyh5f4RAmwe0Qa6MV3DS4uCc455SV1+N7gG6PLEAWIAu0wwJf+Yd/GGec7xJ+sxd4yw3O+f4XDx8eJahsxyp07hoElJ2zfelXDutLAkym4yWpJFDp1qcLkAXIAmSB/rPAV77whRExODgtOA9KC0VQyYWYW6zXR3/1V3+VStH16LYgoOzRhdXUl6SuNz265nRbZAGyAFmgCha47bbbtpy0efM04/wSmE/UB1wIMedzPvH+97+fPGNVWKiC50BAWbBBqzCcEGKSsWY5h9RnN+ecaoRVYZFoDmQBsgBZoMct8Pd///dTnhBB7H6kVELiju/7N179gQ/A9xR9esgCBJQ9tJiG5JtrKV6yhxabboUsQBYgC3SBBb70pS+Ne0LcFiiVUaJOMwN899Uf+AAJHF2whtgpElBiLVXx4wzJN2Occ6oHVvE1pOmRBcgCZIFetMBnP/vZ0cFabZpzvjmeBe4ztn9hcZGSdXpk0Qkoe2Ahw+QbiElJZ3JDfclxzjkFQffAOtMtlGuBsOi/9UXolzVrk9EJfWiBL3zhCyOe70+J2PcUKJaCsf2e74//6m/8Bn1Pdfm+IKDs8gXUZHJT8k2Xry1NH2+BsJ3ocHjGCGNsS/j/8G/Rv8M/wb+nf/HCX8juSPiFLl57D1rRRe3o4N+jL9CDnHNqU2dnWzq6Cy0AyTonbNgww4RoPYNhws6cz9jobxBUduGqrk2ZgLKLly/M5A5iU1IfSr7p4nWlqSctEIPFCA7jkBhkkfbQB34RhE8En60/CTp7aJX7/FY+/7d/O+WHyTpgCuEL+GNO1FcnfuPaaykDvEv3BwFlly6cBiav55xTq6suXdd+nXYMGiN1cbTNamK3mD5SPSEmOlI5SeHsltWjebYs8Jm//utJznirGokvmh12Vlcb1177OwSV3bhVCCi7cNWEEPAbnKyNImVyd+F69tOUw+QxgMboP1Abe01l7NSSgroJiia40oP/OOfU7q5Tq0HXNVrgM7d9ZlzUGoGXLVQpm+f4jd3/7rd/mzLAjRas1gEElNVaD+NsFDAJbRRHKfnGaD46oI0WCFXHCBxBcQR4DLpn0KdtFoCuWC3AZIzNEGS2zfZ0IYQFbrvtttEBVptmXGwWoUoJp9WF2P3bBJUIC1bnEALK6qyFdiahsgPK5JWpAwkmu2QNe32aYZY0gGMEkQSP1Vz0OGQCYFJJsWquU9/M6jOf+tRIY2BghnG+Oeqq0xQq/T1zx+fHr7/+elLau2A3EFB2wSJpakxCPBUok/SwdcE69tIUwz0J8BgBZKXc1isrq+zwoUMtkz/3/PMJ8x9fWGSLC4vKJVldXWVzx45Jf7550yY2ODioPHfDCRvYy07YkPj5K045pfX3rSedxIaG1Od3aJ+AuxyUTIBLUjE7tAj9fNlPfOITwycMDU1DWSG/maQTfITf2H90YWGUoLL6u4OAsuJrRDBZ8QXqk+mlABIgsl2ldxIWjkBxeWWVHTnyUvCzubmjbHW1znQQWNVliuB0cHCAbd58YjDNLVteztYNDbIOgyf8shrAJQFmVXdP783r5ptv3nLiCZtmuMd2Ru7voGWjEPuPLS4SVFZ8yQkoK7xAYQzatOTLe09YsJyUyQqvX7dPLebCHmsnQB46fJitLq8wUBVXV1bZ3NFjpcEi58W+AqN+xUWufQSdm0/cxAaHBhmonRs3bWQbN24s8jKmsQAw4V1ELnKTpejnuSzQhMoTphnnl7T6fzdbNe5fWFoau/7666lmay4Ll3dysW/T8ubZdyNrCpZTjcm+2w3tueHwFxhQHwEg4c/NZV4ZwHH+2PFAaQSVcWFhUelmNs2jaDA0Xa/on7uCKMDmCSdsCNRNUDY3bnoZO2nr1qKnlx4P4rZBuYwAk77gy7Z4H45/61/+5ZTw/VY1k6gAeoOx0Y985CPUVaeCe4KAsoKLQjBZwUXp0SmFew0AslQV8tlnnmWHDr/E5o4eDWIXXzx8GG3RbodF9I0aDrSBzpO3bmWgaG444QR20taXs1NPO7WoacjGidRL6NVMX/RlWrrPxr71L/5iqhEvgA7ub8bmfM4JKiu4FwgoK7YoGpi8hXM+UbHp0nS60ALhHoMabwCRhWdig/J4+NBLbO7IEfbiocNo1bEMcEyPWbCH27j6ze+/tY8NFBoHDw/Ajglq5sknbWWbt2xhW096eVlKJmSQg3I5RXCJXUE6TmeBv/izP4O9lFEq2dLS6Ed+//fpF5gKbR8CygothgYmqWB5hdapG6cihIhUSPizUFc2qI8Q7whua1AeIUFG9ykCHKMxZIDYLS+1FGsGJosAFAuJOjubxoBEoEDJ3HxiEJdZgooJrvEILqk0UTe+OCoy5z//8z8fZ41mAfTgOYEscM7mFpaXR3+foLIiqwRLQp9KWIBgshLL0FOTiCmRoEYWBpERQL744mGj69oVHpugyFkcGPv1ZRUHzyZwihZ42m5YE2QCYJ588tYyAJOUS9vFouMTFvjzm28eF9wLoDJq08iEmFuq1wkqK7JX+vUdXRHzh79tCQGFoOE3+PSXPimTlVqp6k8mTKwBgIT/CnFngwv72WeeY4cOHWLPPJes55i2iC1AppXG4l5IsZFQg6IO0mwAmd6YOjxxCOJ4xHaLRnFVNk2AedorTmEnnXQSO/W0VxTpIge4hCYN4MqkhB7EOtMhTQv8+U03jzc81oRKv9n7mwsxtwxK5Uc/Su7vDm+UvG/RDk+/+y9PymT3r2Gn7yCsEQmubIixzV0fEmo9PvPMs+zpn/40iIFcXFQXALcBSDg2v+KoA8VufZ1J4LL1T/bgmVY0TdAY37+6Yzds2BDEYL7qla9kp512alHF2SGhZxe4xqlBQ6ffJN1x/ZtvummcsyZURvtVCDFXX1khqOzwEnbrG7jDZivm8gSTxdixX0cJ60SCEtkKWHe1xfz8PJudfZI9++xzWjc2FiDjyqP9SyY8I3Gi/SgutrBN2kkn3bhcE3dODBMdYRNOs1UydYAZqZfbtp1RVE3M3aFqSfGWuE3Rt0fddNNN454QCaUSoHK5Xh/9KCmVHdsX7XlLd+z2qnthgsnqrk2VZxaqkQCRoEbmcmmDK/upJ59izzzznDIT2wYgIxjDv1TS4Ig/U7VGa0CYHMsWFIveA1nwbFJhMUAaEqYlaMbd5VgVU3UcZJCfdtor2OlnnF6Eaxxc4qBagkucmjcUvRl7ZLybPv7xcVarNZXKsFVj3ffnGsInqOzQGud/g3do4t18WYLJbl69zsy9KDUSIPKJx59gP33ueaUrGwORcfc17iWSHx7TsNhpSCxrJ6xBZh7otIdMW8BUwSW4xl/5ilPYmWedWQRckmpZ1kbrgXFv+tjHx0WtmajTCGMqBUAlZwSVHVhf3HdBBybWq5ckmOzVlS3+voqKjQR39uOP/yubffJpKUSWBpCttwv+NVMlaOSKIhgCmsB18BNletsrnHHINN9DEYAJcLntjFexs8762bxu8SDWknMOyTz0IQu0LPDxj31s3Auzv0UIlb7w54TnEVS2eZ/g3/RtnlgvXo5gshdXtfh7imVqg1vbqdwPJNYcOPAYe/LJp6TubBuINL8k4uqj+ejIYrLSQHmtqYLAvOOWdX6RcOpWUkhAFaLwo4fMKAYT4x6XHQNu8TPOOJ1t3352noQeqG0ZucMpQ7ysjdll437sYx8brwl2W6ucUOAG9+eYEKMfnZyk7O82rSf+7d+mCfXqZQgme3Vli7uvcI8ARDon2UBizezsrLS8jwkiAfBayTTa27IHyKLgsduAMe/uyAuc9pCJA8w19dJcE1MGl5DQs23bNgYJPTk+4A4H1ZKAIYcRe+XUj01OjvNa7bZIpYT78oWY8xgjqGzTIhNQtsHQoeIELz2qM9kGe3fbJcL4yEnG2CUuc4/iIv/t6aelXWp0IBlBpPlFALQJs0McGR7nGuPYTmg0QbbtemDUO9sxVce7wqYdZEaAiVEv9XApsw1063n1q17Fzt3xmjwu8b2MsUnOOWWHF7W5unQcgErG+W1+mKQTQKXfmBO12sjk5CQp2iWvq/nboeQJ9PrwYRwcvOjS9QGpaHmvL77h/oQQkK0NIOmUrX3gwONBbOTcsWOZK+khslkPUv/wxw8wHOkIkEWCY9Fg2O6tWSSI2oImHjBxMZgY17jsfqFLz6tffQbbvv0sV/NTnKWr5XrovMnJSZn7ez8bGBidnJykqgElrjUBZYnGJZgs0bhdPHQekIQEm0ce/gmTqZH5lUicCunivs4Lj90OjNkbpXIAACAASURBVHm3a17gtIFMK8AMW0GqVdRm8WldeaT0vRWgWkLZIVAsKYEn78br0vMn/8t/Geect9zfPuxBxvbXBgcJKktcUwLKkoyrgcndnHNQpujTZxbIA5IQG/nYY49Li47rYMvzTChXDkSarqpa+jLAMe56FxJd1tU1n74HGTTxWEZ4MTUnk1d1BU07wDTHSQaZPQi4jLsis/bLutVzxloSWPbZOzZ+u5Mf/egU4/wagEn4BK0ahdg/sH49QWVJ+4KAsiTDCiGmGWNXpoYnmCzJ3lUe1hUkIVN7dvbf2MM/eTRT7iefS9sMkbYqpC1AFgGOEQhGkFgUGLZ7L0WgGcFnEeBpC5pYwMSpl3q4dHGJQ/mhHa85h23b9mqXDHECy3Zv6opc778CVDJ2TdT3O/xzz3/77/8dWtXSp2ALEFAWbFAYTggRbGKCyRKM20VDuoJkVDfy8ScOZpJsVCBmTq4pFiLbAZC9Aox5t2wRwFkGYBYHl2oFVOYOP+vMYde6lgSWeTdjF57/0T/4gykhROv7GLrqCJ/t/uOb/oQ8hQWvJwFlwQZVwOQezjn9RlSwras6nBAC1hpq5Vkl2wBI/ujBh9iTTz2duLVcamRAZerHHKtE2gCki/oI8wClsQyV0WbuZe4prApoMweAOlA2XVRNG8g0zR0Pl/JscRfV8ozTX8V+7vXnuWSHA1hOcM7Bi0SfPrDA//0HfzDDGn6rigbUq+RC7P7jm24iqCxw/QkoCzRmqEgFbaBiH8g8HKWetAUauqJDuZb/efaZZ9mjBx7L1I50j43Uq5FFQ6QNQMZVx7zwWBVQLHo7muDNdL0IMpveEtPRaz/HAqZpfma4NLvEbWItASx/dngbO/W0U/E32zySyg3ZWqxLj5+cmNiyVBuaEdxvVVsJ3N++f+2f7tpFyVsFrSsBZUGGJJgsyJBdOExYZxReSlZ1JAEkH/rxI5lEG7VbW1fup5oQmVd5bCs0ur4NLaAt7/Y2wZxqfFslswpwaVIt03OEskPnvfZcV7CErGCqU5h3g1b4/ImJiS3rarUZX4gEVDYYu3YXQWUhK+f6Ci3k4r0ySNjh5IHU/UCLsGFSJntllbP3EWbyg2vbqrONC0h6yifVBJJmNzIG2rAqpCtAYuaA2kkxOyXG7PSbLgadCSgsCEZtQbMMwDTNAa6pBlW9agl1qlXnFgiW0HkHXOFUqxD1sHXfQX8wMTHc8Lx9vu8HTUYClZLzOcH56K5du6jjUs4l7fRrNuf0O3+6oqUiwCS4uWmDdn6JSpmBEAIKklv12rYFSW3JH01sZLyFourmMQCHgUgXgMRcW7lora6P8faPpSxxZwZt1Q6PFxF3m4oJ8OKj2gAmRr00XVtfmzKgR+lNw7+q3OEFgWXQK5xzDs83fXrQAv/nxMSIz9hMBJXBvhFiDgqfE1TmW3ACyhz2CxUqgMZ08sX5BJM5DFvhU10SbqA14r4HfoR2batBMp8aiQE5E0TaAiTmmpnljkNjh95QJjvAnDFgVfhWDoQ8d9g0gV40XyxgYmygu6aramkLliPn/xw7aetWm+WAxB1wg1M7RxurdcmxExMTo6zRuDuaLiiVUeHzXbt2kULtuI4del07zrZCp1EXnAotRhum4hInaZO1rS/7AyApf1RNaiQG6EzwZAORmOsllitg5GLVRtP9tGG7oC6BgTHcQM2jAnCzdKFjALN9cKnJVg8Uy+zNNeMs5eel7euYFQ6JOxRfidqI3XXQxH/6T+O+77eSaOOFzwkq3daSgNLNbqpakzeSq8TRoBU9LfzFAVzbN2CnCAXJf3D/D1HlfwB+lH21tW5tfWykCexM0NW8tPn1YLqOFB7NwypNbZo3do265bhc0BmpmRaQiQFMcEebssdN886nWqrAUq4ay8DywgveYFsg/cbQFU7qVbc8PIh5/u//8T9O+o1G690OUMk53/3nn/wklRNC2C99SI5Xu8PVeuSUMH4uDRjUBadH1je6DVv3NoDkww8/zNIFyWUQ5AKSpnI/JrgzwlgIt6ZlNF2ndX6kPjq8ZYxzNU1S8nOXMdPnmEBJNi2Xc0y35zSmJWBi4LIpHOqJ1TRX1XX05YfkcZa6zPD4PKBfOBRI37Fjhw1YkhvctDG78Ocf+fCHE4XPw0SdGz/5qU9RHK3lejq86i2v0GOHK8oD7eWcj/bYrfbt7YTubcjeTrfOVNrkwIHHMy0S5SAJwp8CyRSKZB63thGiioRIB4A0zg+xC9NjFDEm4rK5D0mDlgm8MBe0GqNgwMwLl3rVUqWK6sDS7AqPWjpu334WxrzRMXvCbHAqM2RjtQof++Hf+719zG/WqIx6fwvOr7311lupRqXFuhFQWhhLkdFNhcstbFj1Q4UQ4N6G30yDshKmjyxzWwU0ymQbB5A0qYT67jpmd7Zp/MAubQLIbgVG094x/bwI4CwLMI3qpcEtbpqXWrW0B0tMVrhDDUvIBp/knMMvnvTpcgtMjI9vWRwcnBFhjcqw5/cc9/3RW6emqFoLcn0JKJGGCmPp4DfSOGhQeSCk/ap+WPjLAnw5oIqTy+IkOw2SJog0tTZEQyQitjLgTeRx8b0RneNyrnqPrb3mZC88ixBD7TY2j13UldZiBU1gJpsw9pxmORXzk2uKhzS1htTNp91gCYk7lvGVlLRj3iJdccSHPvShES7EWjkhqFHJ2FyDseGpqSmKnUWsIgElwkiajO5LqawEwoAVP0QRE6uc9UMPPcx+cuAAW12tt46RAZC9IqlOtNHBnha+DC5tI0RaqJA2EBg/1ua85KI0X1/xlxiCfyq1G+Vzd7uLOJhhoRGMgToW6R43waUu3tINLFXzV7vCZYplOr7yNdu3s/PO22GzVygh08ZaFT32d3/3d0dFvZ4oJ8SE2C9qtVGCSvOiEVCabaTK6L6Wc07xFQj7VfWQUJWENWy14tLNFdzb+/Y/yOaOHdOCJACStLON0rVdLEhiMrS1IFkCRLorj0lodEOtqu5A87yiF/TafdtZIAIlFDQWCJd5XOLtAEtV5534tTdv2sRGdr7eppUjhD9BiSFykZq3dmWPGB8fH+epckJciN1Tn/kMZX4bVo2A0mCgMKbu5tRhlNFd2dcBbmI2qiTWva3O3JbXkYyOl81YBXylqZFIiMSqiW4AuXbXdtgkX/PEyy3mfm/XSy9xD7FM6CLvrTkWfsTCAROhXJahWuoyw6VAKqljic0Id3CDk1qJew1X9qjx3/zNKRFrqQsxlb4Q13/ms5+lmFnNqrXr3VrZjaObmBACMrdb8nd4LGV0d+VqNicdZnBPY1VJyN5+8KGHHN3bKpBUxxfagqSp6LjJpR2An+EtgIFIe4BszgyPQslN15pyCIrd/iJr2SEEzzx2sYFMG8A0qpzaXt3h86dYcVPxdNW1rWMsFWCJcYNfcP75bNu2M7BvP1ArxzjnlAmOtVjFjhv/zd+cafh+K6beFz7jgl36N5/7HHVPUqxVt7+HS9uCIXiA6yKehAN1yEY45xSgW5rlyxvYJoMbutzcd98PEu0S8XGS8haJuvI/LiCpKzxudGkbEmawEIk5LiJWW4DsNWh03dl5YDNpczOmArgZwRHhGjcl9Ghd4poM8WLAMko2StpD1c4xfk3IBn/jGy9kGzduxCwnZYJjrFTRY8bHx7fUV1b2CeEHrZWD9ozQ89urjXzuc5+jXxQk60ZAqdjMQgiAyXhsHWV0V/TBN00rTKqCWElUXcl00o28niQ+TrJdIGmEyGadH+XHBId4FdJefQymVbDaaLof074p6+cYYMNcOw6aZlRcG3ENMnEFyU3z1f48j0u8LWCZtYEpvhKKolsm7UDdSoitJCECs7ErdMzVV189MljzoJxQICyJoOc33//5L35xpELTrMxUCCglSyGEAPi4JvUjSsKpzLbFTyTsdgPraawrmV+VzD5OqjhJW0USYEslKhozwCsGkUXAY1VhEb8z9UeaIE51ti1kth0uNV11tB1zFOfZKJZBFSTZOI5ucAe1Elzg5C4t6iFp0zgf/ODV41zw2wAmm0qlYD5ju//uS1+iJJ3UGhBQpgyi6IRzC+ccCl7Tp4ssIISAAOrrMFN2VyVV7m05ALYFJIPQTfWjbYIxnBKJVyEjgHR52ZjmillbjSQr/RF2nkp9z9ToOsekXUAzmCeofYjrYgATG3epzdbW1LjsDFjK3eAlqJX0XYLYh1U75NeuvmpXw/da3yVBz28hrv3i9DRVeoktFvbdWbX1LWU+qk44nHOSt0uxeDmD2iTeYFTJyGWdeVgkZYBU7u2qg2SREOkCkIWAo8xlXrU3XIzq0rGReZ4GG9DEAmZRcFldsJR13cnWr2xmg2ePzRFbSQk7eTZ7h8791V/+5X1+2EknUCqFP+czPjo9PU1losI1qdrrtkNbJXhhbGGMwcYIAnDDD8RNDlPsS8eWxfrCNi7udAa3XdJN9tGBQubpTztAUpepjVEq9TBnfkW0FSDjfdDNU7PeP5U4ISTNCPxc5lQGYDbnodY5Mcqlcl6aDPGyFUtpa0YHNzjEVr7+vPMYsi84fLdAXCVUnKBPF1hgbGxsywDnB33ht8KnfNGYZXxgZHp6muJjU00mumBJy5uiEAIe7HTSBnXCKc/khY+MdXFDXcl7772PPfPc8605pKHKpji5TZykEt4UMZLK+EhD3UgTSLYTIp3UxwgcS4ZGp7lpdq4NyDk9AC3PLMaBnbwCZm5Y9RIDl0ZlUmYAQxKPDC6b7Ce3h2wOqjGyx2bd4KralfFzT3vFKezii9/IhoYGMUtMLnCMlSpyzK+MjY36TNwd9voOZtWoN/b841e/OlaRKXZ0GiW/rjt6b+iLK4qXX885pyKmaCt27kAbFzd0u/nufd9v1ZVEq5JlubddQNIhPtLs0jbHRMLLAgtg2OOCXVMgPFpdt3NbtnVlDOQZp+kAmdjrBq5ezQRMbnGTammETsXFbcDSLnEH7wbX1a4EtfLNb/x5bJcdcoEbN3l1Dhh73/smGRM3ROsvhA+JOtd/5Wtf63te6HugDOMmH0ht1z2cc/qNozrPsHImYfF5UJeNWdw/+Of72eMHoZRo85NVJZv/lnwo5Ek3ed3buvaIUlVSk2jjrkYWB5FokMsJj+jrdMHexUwRC36ZsSwhE3OdIuDSCJASowTnSMBSibqKckM2YJmFRZVaqY+tPPecs9nOnT+HWWpwgVMWOMZSFTjmve95zzT3vCsBJuHjN3y20micf+edd/Z1PGVfA6UibpKKl1fggcVMAds+ERJv7rnne9oe3ACIuKQbfPa2DH7aAZImNRLu1KQ6YcANc4yr+ogaG7NJZHE9KYW3qJdgxqYpN6y9k1p9gxgATJxtAZiYsXFwqXdDKwFP574uCSzt3ODmgujxe4Oe4G9965uwxdCpbSPyue7kYRBPCUXPOWfbACYDqBT12XXL9ZHpmZm+jacs6l3aybV1vrai3uT5nPO+/i3D2aBtOtGmUPns7JPs/gcesHRx51MlVTDEJUk7gVIqqzbuoEg2YzlVj7RejcS4s1GQ56BAosZV7K3W3RZcFL1NW3kN7HO2XIT5YkCwdV8FAqYOLjEu8bLBUkDtH5Xymfp3GVhi1UqTC9yidSMVQm/XA5jjOldcccXIUK32ALRkjD7CF7vvuPPOvq1P2bdAqag3SXGTOR6wdpxqEy9pdnFLut1IYyXzqZKqouTtAknVumCys1GwZwmRqDFTk47m2gTw/vjYFilPWwUNmAXBJS6hRw13ZYKlKnEnf9JO8n5kdSvj1zhreBu78KILMBuY4ioxVurwMe/+hV+YYEzcHE/SWV2tX/vNmZm+rE/ZL+/mxLZT9Oneyzkf7fD+pMtrLICNlyzSxY2NlbRxb7cDJHVu7WycaNLoGOALjkG+PTDjRTMoDRwNvctLf/AKLHbuCppWgImYrzYeUqOYNlXLzoBlUOBd5jaX/CNerbR3gb/jHaOYLHCKqyz9wcx/gSsuv3zG4+ySCCoFY3P1hj8yMzPTd/2+kV8J+Y1epREUfbqp3mSVFintihIC3Ai3maZoyuIGrvAycBH4lxNDN93HKdBSEJQUJm1rUkqeRKXrXOnaVj/OudVICxUSC5CFwWOnYdG0KbE/R0CcaigXyEQBJkK9NIGluUtPlvACN7pFKSDgU5ukG5kbHHu+tIWjpG6lrymGbpkFTm1/sc9QB44bHR3dMlDzDnLGNkdQ6fti/9179/ZdQ5S+A0pFIgfVm+zAg4i9pCLWNXM6tE/8lx8/3Pr3bBY3zsWdR5W0cW+rVL6iQdKUBa5bB4wSaQuQTi+dNkCj07y0pb6xOxxxnANs4lzQa9c2AqYG2qJRTFnc+sSk8sAyb5khV7XS5AJ/3Wt3sPPO24HYAGw357xvY/MwBurkMZePjo4Kzu6GOayVE2rcOPOteyY7Oa92X9v1HdrueRZyvdBlGix67EOFZQuxbvGDYJNvoFD5D+7/IXvyqaeVMJnN4papkvI6izIXtazkUEbStEy4KRQkM+WP1tbHBIBFQSRGFZXumpzwmHipxcbq1MsugUkxMMyd9W0JmTaAWSZcNouD6+4+P1halRoytFVswbLETd9UUlO7OKVWwo/TCTvx+z/j9FexCy94A8YFTsk6xX/NFDbiO0ZHdwkhgn7fvt8IxuWCXTpzzz0zhV2k4gN16h3bdrMoSgTtpz7dbV8K1AXD9YIHcafuhHS8pAz0inRxS2EM6x5XZG7bgqRrfKQWJBUF1uO2N4Fo8ALVgGyR8FiYuxy1G9tzkIvbOjMzC8g0g11zdBNc6jrV6M7XXV8VZ2nrCseCZZ6knSJc4BalhSBZZ5TaAbfnmbS9yiVvfcs+xvlO4UelhMTswNA6iKfsi1JC/QSUkHV1TWyDQMAzPJhUIsj2qSn5+LDYPMCktlj5ocOH2d5v3aMsCQRwkwlllGRxu7q4VTUllYomMk5SVf5HBZKmkj9KEETERZog0lqFtFQf2w2OpvtNb30TbBXxqOQCTSRgYtVL7f0a4i1d3OG2YCm9hsJVL00MyqFWyssL4bPAIa7ykre/lZ20datp29B3l8lCHfr56EUXjfjrBmaY4JsbIVQywXZ/5957+yJcoS+AUggBXW9uT+0xKhHUoYdOd1lsJveBA4+zH+6DX9abnzQIuLq4Me7t4HrIpBubOEkVSKrSqXUgmUeNNEGVFURaAKTVuIa9a7qHTm/9IkAUC4GJe0UAJnZcPSCq+2trVUttq0e8KzwvWGKTdtJQWoQL/A0jO9n27WeZtihlgJss1KGfv+VNbwpKCQX7PKyBWq/Xr/r+/fdDR7ee/vQ8UIauU0jfj6tdVCKogttaURs0M1NTfUkcTOKyuJ1jJS3c2+0CSVNspDZ5p0nt5kpBSIDMC49VB8a8j5crcGJhsDU/A2BixjOqlppr6DK51VGW+cBS5gYvUq3EuMBNcZUW9SopAzzvw1bC+W+66KIZ7nmXwNANvwFhI3Mr9cbwvn37etr13Q9ACb8VXBnbM/Cb3QjnvO9qRJXw3BQ2JAYmIfnm3nvvY88897xUlZSWBHJ0ccuApQxV0vM8iQ3lj6WTImmIjWwXRLoCZNHgmLWswtaGN6OakbI1CQt7SBDxjOlrYYCwXXCpi7UsCizjBaaj+2qHWumeBa7uBX7aK05hF1/8RkyyDkFlkQ9ZAWNdfPHFw359dR/nPBCyIByCM7bn+/ffD97Snv30NFAqXN1Xcc57Xnruph2LKQsEMPnNb860+nFnlUNzvGRQizvTx1mCGJmalE11Lv3J6HUlqZJtB8kClEgXgMwDj2ur0/w/pFDascdkDUibAJon49tGzUQDJkK5NMVEqoxbLFhWXa1MA2MQ0Jkwja60ECTrIIugU7WSjj3N8gtfcMEFY14s1C74ZUeIq+7ft69n+aNngVLh6t7DOe/p3xAq9kwZp4OBSUi++c5372OLi4tSZbJMF7esriQ26UaqciqKkssSblxAUufWNqmRRqAzUJotRBqvp9RuuwMajZtfcUAcNl1AEwuYhcGlNu5RkyWuK0auKWqetknuxB1k0o4MhGW2zsZVSmxgUVpow4YN7C1vfiMmWYdqVbo+dCWd9/MXXDDd8P2Wh9T3/TnBec+6vnsZKGWubuqGU9KD4zIsFiZ1mdwYmMRkcTu7uC1USZl7W5m5rVAJdSWGVAGOynNCKU/7EkBAJBYMsccF02r+6lCK2mgzD5d9HZ2DBTvsNVxBEzuPIKHENBldPGQgtarHUM7DEixV5YZUYIl1g2NjKzEJOygXuAVUWmSAE1Sa9nAbfz4yMrKlxvlB3/dD17fPfMb2PPjggz0pbPUkUJKru41PjMOlQvV4V6qMU2Yk60zuVLxkkS7u4lVJVeyePPGlaJA0ZYHrllWnnMbPw4JbUfCIvZ7Dli31FCzwySbhApmY6+WGyw6CZdNOqVhWRSvHjC2QaqWsJzhOrdS7wHXJOgCVrz/vPEwG+G7G2ATVqiz1sUUPPjIyMsaFuH2tLaPP2OrqVQ8++mjPub57DijJ1Y3e5x05EFuwXAeTmOQbV5hEubiRqqQqe9vGvV0oSJpiIzVqZJEQGQGkS5xjt0Kj68OGgb/02E3IRKiNyCQfI1waVEtdwo3ULraKpQRebdzgUhAMUrWTs5O5stPxkEVAJVw13Qc8Pi6yrBAVQHd96Eo47/Wvf/20x9iVLahsNOYG16/vOdd3LwIlubpLeCCKGBILk7qe3DiYNJcEcnVxy2IUsbGSlQRJA0SaSgVhAM8VIDFj6/dlLFVHc59GNy9y8+tepknQyHdFW8gsCjBRMZeq2EcNvBbmCkeCZbNWpDyZJ7HUErCV9gQPaw3Gz02Pb46rlCXrJNXM+JjIHuAElchnt+zDwPXdWF1tub6DXxoajT0PP/poT7m+ewooFb26Kau77KcFMT4WJr/7vftaPbnNmdzZftwu8ZKyjjdSF7esmHkmIxxgNv1Y5Xdvq5JtdPGRrm7tQFnVrCkG9GwhEjNmdkpRjGVytvlwDbGZCzokbeM1YLC/AyxkFgmX2msaak+q7tCqxI8MCrWqq9kNLgVNGTBm5Et1+Z9ou7jEVaYzwOPzgx7gb37TG027kaDSZKE2/fycc84ZG6zVbm910IHrNhqXPvLYYz3T67tngFLRq5uyutv0sOgu0ymYRHW9wfThlpUbkpURkmRw51YlNXUkpcqopGtQa21yurRN0Af3inVjm8ZK7qcsONojF+JBwE5e7mNGXAB/SPzF7AKaNoBpco6bxnJ1iavOU7vI5d13VGojJhscq1YG1yjJBZ5p2ZhK1tGVFSKoxD9TVTjy3Ne8BuDxklaiGOezKysrIwcPHuyJgue9BJSQ5HFdbNNQAfMKPEFFwKRLJjcGJjGFyqXH5FAlPQWIZpaqXSCZQ420USHxAJmER2dwDO2sfMG5wiP2mdK4foMhEC0QZZeK7scWMk1QuDYlPV7qxlFlX7fuw6IUUHM+8tVX1bGUHQ+xiPJPMWolxgWOias0QaUuWYegEvtQdv64c889d7hRrwcFz1vxlELc8q//+q8TnZ9d/hn0BFAKIUYYYw+kzEG9uvPvj1wjtAMmMck3Wdd5tvK1a5FyWeKNVJW0KANk497WJssooMmUYGOCP4wSaRpjbWOthQhYwaMMGMuGxFxPg+bkGPS0bGABnEnIxFnRBJhNQU4/lhYudSWIigBLVTY20g0uS9qRqZXKWEuDWonJAjf2AbcoK0RQWdbDWfy4Pzs8POHVakGv70aj0fz9krHzDx48uK/4q7V3xF4BSliInTHTUa/u9u6jzNUwMGlqpZhRJh3KArnAJDbxJltXMvs4qeBNlcgjC14syrWdBySLg0gHgEzDeIngaDu0BffZP5Fp0ERezBYw88Jl14ClEnJTnWugo0nqk7lHRMIOphC6ESoBNVL7IK1mRnMDqLzwgjeYWjVSTKX9k1j4GcPDwzOcsbDXt89839//1FNPgTDW1Z+uB0ohBEjFAe3HPudzzrue9rt1Z2FhUtdK0QyTDpnciHhJDEzmUSWlyp3Cva1S+WRu82CvqBRJjVtbpySaALR5SdMrZM2FjdLO4nM1jq1/QnKeXtrjh+RC9fXDAaKsa9NEAzWudVF31TFQUhy74mjd4QqDqNzVctUQF18pm4ezWlkaVKbd/XioRLZqJKg0PTQl/3x4eHjE9/3AqxqplL7vX//MM89A6F7XfkzfBpW+MUXNyRs555OVnniPT04IkS7dlLhjU1/uMmAyHQuJyeKWwZKs203U0SW6ydJUSRUYFg6S+uQaDETCMVYA6UB/Dqd0xZPnBJwR6CFOXgNMd7g0ucSV8Y+6LGykuzoC28xi2rjBpWCctQemy460c066sHoqUzxtH9uyQrqYSiRUUkedDr8NXv3qV082Go0bIqgUQsxt2LBhuJsTdLodKKdS3VZmGWMj1CGgc0+KqZ1i0TDpknyDiZeUlSzClAOSldzJq0oqy/gUCJImNbIwiIyg2IIGLQ613vj6AknWwxnjDu1HXDsDwYqJgzEKZjFwad9u0VaxVB1ftFrZNKB9wg4qC9wAlc0rr107gPbEoheuVBJU5nkgc547PDy8ZWVlZZ/v+9sCqPQbsAF2v/DCC+M5h+7Y6V0LlFRzsmN7RnlhE0zCid/61j3smeeeD8ZIQ4pJmUzXmEzDQFnxkjIXd1qVhPvBZnBjMscD+6hcyoWCZB41shkPqdW5HFzYeQGyaEgs60kzJb2YrosGTKSLHAOX+nhJdSJPYYqlwuUuBUtEwXGwsdy1bg+VzXDH1HmGepX2GeB4qEQm6hBUmh60En/+yle+cmy1vnp7dIlGw4fvkUtffPHFrqxN2c1AmU7EoZqTJW5809AYmNQVLa8qTLom3uRNurGJk1QqmJoYR12SjV6NtIBIBBkiDpFuvW6BRtNzo/q5K2yiIBPhHs8Dlzp3uDVYWsRXSsdGusHV/l6ZsAAAIABJREFUsaH6hB2XZB2XDPBkIk7hUHkL57wnyta4Pm+dPO/kV5w849dFkKATKJWNxv65I0e6MkGnK4FSkohDNSc7+EQIIUCiv003hXbCJKYfdyamUkI2aZiUlQMqXJW0iJO0Bck8bm3OPZwSaSBEF4AsAh6T102+9lzmJNvrWfZJui/zPqIukGkETDRcZjOfo/txyfIuAiyt3OAItRKbsOMSV+nSBzx9TslQeS3nHELI6NNmC2zZsmXYq9WeiJJz4PIrvn/94tGjXZeg03VASYk4bd7thsv1IkxiXNzYxBtM1rite1sHhtYlhrSZ2gY1EhkPaQNsrvC4do0oq7xaz0l6Nmug14ROI/gpbscGMo3XMMClSbUsFCxV2eSyxB2sG1zmkkaPZ+8CTyfrEFRW+5ns5Oy2bNkyKRi7IQaVcwO12vCRI0e6qoNONwIlJeJ0cufHrq2IY03MrpPKZFnJN9jEG2yspNS9Leuoo3NhF3B8tHBaNbJgiLQFyOZtdgc0uj6mcdg0QmDqIljANI6Lgkt71VLlWlZ3xVHckeQGZLGQrrGVcvXTASqb/v/EJ514k/5twhSHWbJSeSnnvCvj91yftyqct2XLli2NRmOfYGybHxY7X/X93atLS12VoNNVQKnoiHMV5xzK1NCnjRYI1wJePJtVl33ooYfZv/z44eDHpSfgeCk3ZrpCOKIfNyZeEuXiltW7tAE+2bE2nXYswbO5fno1sqm06l8XGCXSBiAjeMSMi9n65kx1zCj2x5gKh2NHbDKUsFIzMYCJgkvFQa6qpQ1YKjPC0eqiJFmmOWgS9JCQmibEtAs8A4QGqAxW1bKskCtUvu61O9h55+3QbTkIHxulOs7Yp7K440444YQxxliQoNMIi+sv12rns+PHu6amdrcBZdBYPbaE1BGnuP2MHkkRdpA4/8CBx9kP90H93M7DJMbt7BIviU28kdazlFFSh0BSCYoINRIDexiIzKs8dgoW0Q+N4UBX6LSBzNxwaYq3DCYjz/m3VSDl2c+K/t5IEMQk0ARwlxovrXzKCqGboBKTAd4uqHzDyE62fftZJqgcpvJ7RT3d+HHWrV+fYZzlpaVR/AidPbJrgFII0aL3mMnO5Jwf7KwJ++vqmC44VYZJl/qSspjFDMAgu91ga0piYzSj3afKCleBls6tbVIji4BIV/Wx28HR9m1hC5pYwCwELrWqpdwdrrofu644ktnL1EoJHGLrVspUxiwqW7rAEWWFyoTK+D0hoJK66dg+rAUcv379+mHB2BMwVCRycMauWlhY6AovbDcBJYBjUAA0/FCpgwI2sO0Qpi44hw4fZnu/dQ9bXa1n1MnCSwMZ3NymTG5U8o3E1SyD0oyHXZY1XooqKa8jaQ2SBjWyExBZFDwWNY7ts5I+3hYOVdfDjtMWuNSolk13OB4sVeWGOqVWZmMZZQqpJVTK3Ns5u+rYuL+jexocHGCXvP2t7KStW3Xbmkrx5X3oHc4f3LBh1wDn10VQKTifXTh2bNhhqLaf0hVAKYSAVopBi6LwA3EeJMm3ebuYak12N0xmHwVMvCQm8QZboNxGlVTVkWw3SJrc2U1ox21UV/BzPQ83q/YdhQVFV1ANgM0QMGlSLpWndwosZRneyNhKTMKO7BhTIfQgPtQQn2nMAC8xptISKqnwefteAcGVIEFneWXloOd5QX5CzatB4NiNR48eqXxLaeSrvs0WjV1OEa93Pee862o0dc6K+a9sKg8ELRXv+Po32OLiYkaZhC/8hJgYEMba1rPugFO4MmmGSWm8ZHoe2BhIpHppUwLICSQVpGcCwKIg0hYEbY932vWmm8/SnNNlbE4yQaALYJYJl8F8JVBnr1jK8RYNeWmoU/QRz8AfomZlt0El3FL8PqP/37BhA3vXOy9nQ0ODui1JNSptHtgCjt24ceOk59VaIppX8+aYEJUvI9QNQAngGMi/4WeWc94V8m8B+6oSQ5jKA+n6c1cNJk3JN67xkhk3OLJtoo0qaRMnqYyRDBRD+WOvY6kiINIWCG2PzzwstnDYrqfNmFatn0jRgJkXLlW3YwuWNvGV8lhIZGylRNXMKormLPBAiYwtlUuyTjuVShVUbt60ib3jHaMmqKRyQu16P4TXOfHEzQe9mtcK8/M4v+Xw4cOV7mhUaaAUQgA4BgGqsQ+VCWrjxg7XAMoWKMsDqfpzw/d5EoKSpWfS7lBjb+6cymQRMInJGJcm3uRSJfFxku0EyWYlIVMpIdwrxjSOcstXFRpdn1FH2MRCpum4prtWPXmdS9wWLJsXkqS6SF3W8j7hRaqVmbEQhdCrBpWZXw5SNgZlNW7e6J4Rfb+pG53rM+143pYtW8YY57fHv7eGBgfPfPbZZyubiIx72zsaJO9pkpg9KhOU16gW52Myun/wz/ezxw/OBqPGoaDqMBl3uUdzTz8MGdUxBbTpe4a/Y4qUY1VJ7HHNJVXUiSxYkcRkZ2PhEHtca8sWBI+JdZaFKaQzrBTPjBSuYt/WGi6zeArt2+iYoDG6uO44U0JP58Aye+U8amXade0SV4kpgm4qK1SkUukKlWcNb2MXXnSBbm9S5rfdk5v76JNOOmlGMHZJreY1xxJs9wsvvFDZYueVBUqFm5Vk99xbFD+AKaNbVx6olgyaTBTF7rQymYbJNAS6xEtK4Q8ZUymPlcyqknIAUxQkdwBJnVvblFyDgUPMMXnhsfVCC21vctXjn4ZijmzhUAieztBpoWRiANMEl9qfK2tPym0mc4U34ytxiiU2GxxbED2tMgbf2+n4S0NcZbdBZUOR9IMoJ0RJOsW8ClCjnHzqyaPc53cHYoXXhMrBgcFLn3rqqUp2M6oyUKYLfFIJA9QWLOYgSWZ9YmDI6P7GXc09nQaFZHmgtJs7pWSm1CCTKphxixsSY0zdb4wwieh6g4FJrNqIPa5pdy/7Va4p/6MS+FTQVYQaiYZIS/UxeHFVFBpdn8A4bFqDJhIwTXBpAktdpx6VaimdmiIrXJW4g1UhscfJuuSkbe4SV5lN1kmO2l6lMhW+EAN2mFWy3NAaRF9+2aipnBAlxbo+5A7nnXLaKdNc8CvhVMj45pzvffrppytZ7LySQKlQJ6mIucNmdDnFlIQzPz/Pvv6NbyJrTYZSffj9n3CLVxwmi4qXlMVU5lUlZbV4mvPNPtIuIKkDQRMkmn4e/haC3poRPBalNqLmh56d+kATvGEvEYCarDyObgAEYJrmp4dLdaylNVjK5toOtRKRBe4SV1ltqFyrC5qGyuheoUblOy9/B9u4caNuh5G3EPsA5zzu1FNPHfY8L1HsnDFWSZWyqkCZVidJZs+5KbGnm5JwdBndeQqXF6lMNt2zmYjIhAlMyiQGJjPxko6JN3hVUu7eLg4k1TUjTRBm+jkWIvMqj6h5YB+GNhxngjrZFKyVzBLhUpchnhcsVW5wrArpmrBjjKtEJOuYoLKZ/LSmXppc7Glb6jrqpI91KXyOyPymJJ02vB+iS7zyla+c8jzvGvg7eN1ApZydna2cSlk5oCR1so27VHIpIQRkdO9UzeK737uPPfnU0xlXN3yRu9aaLBcms1vcCJMGN7qrizuPKql0bxeiSJYIkghXdtOea0o25gnoNnDE3FP8GFvQhI40KDe5AS5N11X9vCiwVMdXZjvuyFzSMojNHmcuL+QSV5m+jm2tyk5BpaqcECLzez/nfMR2b9Px9hYYHh4ertfrT0QhXDUvCHe69ODBg5WKpawiUFKLRfv9VsgZQoh0zc/EuA899DD7lx8/LIHJVHazReHyDBikYhZtYiazymRye8tA0AizKSBCwSSmXaOiTqVUWVUk96Td2/aubTeQNMKcqZQQ7KDARrjXj/F6ht2fTtQJLl/IE6MeJAF3eRNwwsuYYC+aDdpFngMuSwVLSaeZ4N4kbnBXtVKaRJN2gWPqVZo62khDFZLKpKtS2TSHRuVM/YqhUypV5YRe99od7LzzduieFmqBXPK7JBr+9NNP3zU4MNCqyc05n/3XJ56oVE3ust+rVqaWdGOhFotWFnQ/WAgxxhi7XTXCs888y/be890MTMI/6DK6rbrgVB0mJaCYhbosJmWgFVAq9eRJ1UtJ0o2Ne1udbFMCSBYIkS4AmXSVuz8H7TyzhQK28ZEWgFkEXJpiKWU2s1UslYk7qR9gk3ZkmeAZBVDWOcchrlLnfm5ysFQ3bZktj/s7F1SmAF2V+X3JW9/MTj3tVN2jQbWh2/DiGB4e3sIZa7VkDL+Mr3388cen2nB51CWqBpRpdfJGznnl+1eiLF3hgzBxk1/+6tcQSTg5CpdXHCYx9SVNrnTYApj+4NKakooyQDaqZFPBlW9EFcQZ4U4DklhXtvEasSl3IzjaPvquoIlRMI2ucUfV0laxtImvlLnBsWqlzO1sdE1LbGCKq+wWqMyAvibzO56k80vvebeyk87C8eNLJ7zsZTs455UtuG37DFb1+LN/9mcnBWM3RK5vLsTso48/XhmVsjJASepk57awKW7yjjvuZHPHjmXUyWwSjltGd9NDvrYVbdzcAaSF9bmaFrR0cyPKApmSb1CudImLO48qaQeS6o42TiBpgEiMOxsLkWsZ3u7PB/Za7lfAnYkBPtVIAWRaKJmma6GUSw1cqgFSHsnZVOGyd4cGS4kbHK9WmouhS1XE1ISNUGlyQRuUylwlhRQdcCKLxy2QWQthzvyGJJ13vesK5UZ//LHHnj57+/bTcU8CHeVqAVApB2q1g5zzzS2obDSufaQiKmWVgJLUSdddluM8U9ykuhOOOgmnWb1GA4jxn3U7TKLiJTEubknJHwtVUubeTq9DfJsUCZJr0Kd/nWDAzhUgMWPneExKP9UEgOkJ2ACmaWwjXHYILOXVhJollBIfRGxlUS7w3oTKpE1VSTqmTjqf++xnZ37t13/90tIflj6/wLnnnBOolDExZfbhRx6phEpZCaAkdbIzT4ip3uTs7JPs3u//c0aZBFBJqHY5knC4pj93unRPGho6rkwiYBLj4pZlcMtiJW1UyXTsarTDrEEyp0vbBHouAGkaE/00Sd5+ti9EqR6HSrc2z9IEgvERsIBpGtPVJW6rWKaLagcCLLbjDlKtlM3JCISIuErjGGUqlamSRWWVE1Il6Vz88xexbdvOUG7e8d/6rZt2//Vf/2fz7qYjXC0AKuX6desClTKASnhHC3HtQ4880vFYStv3p6sNtOcJIRLqZL1ev3FwcJBiJ0uxdnPQsE832D3YlOmPrni5axKOMaM65q62g0mYfVwRzbp4E9c2uLkxmdwu8ZIoF3duVVIeJ1kUSGLUSBPwBbGcyL1tGks5THiB1nWwF0TOy/qwEDLX4iOtR4ieW9SJyraDsbO1yTamYuoK1dIGLFWJO/LSP9nbTsdWYl3gRcRVpl3kmYQfa6i06KhTFlRqknTi8ZS6oucQT/m617/+95944ok/Q21UOsjJAq8999xJznmgUgYfzmcf+vGPO65Sdvo1C2ADjc5vCyEH/pjjnA9zzo84WZpOQllACJEuHp84Dxc36Z6Eo1MmgTYSLvOUSqZrp2iMZ2wDTBrn0HwDZLraYFVJG/d2kSCpqxVpAj8sRJrGyWxuMGPrpYra+tU7KA6bluqmSXEM3qsy1S1lBX0mt6bGZSFgiY+vzFxOVmII5QI3x1VmwNNQVqidUNmE6bVF1CmV2ez2eKmhVN9yRJKOKZ7yrjvvfPgX3ve+P2ksLXVcMavew17MjEZGRrasLi0d5LVaU6X0OBOMX/Xggw9OF3MFt1GqAJQzQohLouk3Gg1SJ93WEn2WEGKCMXaz6oT9+3/EHnn0sfAXn5jylyle7paEEyRtxHZeApC6HibN8ZJ5XNwymJS5twsDSUO9SB0AFg6RETzmfGvFbSgsCsOnnxcZS/F4XUBcqXH1cxsxAxIyi4BLk2qp/HkBYIl1g2OgUqZWyoAvA2KGRBxTD/CqQKVNOSFdko4qnvLcc85mO3f+nHLv/vEf/uE/3vCxj31+ZWXlM+gvJjrQygKve93rJpkQN0Tvf4/xvfsefLCj3XNyvpqt7j9zMMTwCSHujv2A1Ml8JjWebSoRpKo3aRM3mcnSdkzC0cdMhipf7I61bug0xFoWLMeojkGp7tQTlXHzp2tLSlzcsrBFuSqJd28rwU8RI9mEQfnrQQuRioLt8Y2JViEdATKaN8CioTym8Xkp+gD4oo+gUxUzqLxmwYApzWyOXVzpvoZoR1WijgVYysbI4wbHuMBdoDJjp4KVSlObRl32d6ZcUeyXGBuodCl6rqtPOT8/v3zZpZfetO9HD/1oZWXx80U/RzQeY6BS+o16ELbmhZ3GBjzv0h/s29ex7jkdBUrf9xNu10ajccvg4CCoZ/QpyQK6EkHQp1tVb7KIuMk85YECwEnQQXLr5oJJQ8FyDEyaYyqLdXHnViULBElMYg0KIi0BEsAxUhirBo62j2/EKACbaNC0AEy98qgvSVQUWNrEVxapVmJqVpoTbVKrkoZKSVhB/H5NcKeDyqaC6Nj3W1NOSNvzGxlPqatPee/3vjf79ksv3eXXxVONxsrf2T4TdLzZAiOve90u5nnXRWFggrG9D+zb1zGVsmNAGVcno0fF4/xMKo5q3kSuRwghINFpLZA3NdC3vnUPe+a554N/jQNAst4kPm5Sl4RjU2uyrTCJUC4zymn6nAzduMFkKapkwSBpcnlr96oFQBYNj2UDqKbSDvrxtYZMJGDq4yXVOFsmWOZRKzEu8FKgElYyEeKQjEe0dX+XBZW6ouvJ+pT28ZSnveIU9va3v1W5p//s5l0z/8f/9ft/5/uDTzcaCx2N70M/eF104MjIyLDH2BMw5ZbI4IlLf/CDzqiUHQNK3/enBWNXRmsnfH/3wMAAJOjQpwQLCCFGGGMPqIY+cOBx9sN9+zMwCcCQqOwTSutN6LSoN+lYHigNkwFYxG7CRplMg3Imxk8ChukHJJEshChWnomXzOHixqqSNu5tF9e2KTZSq0YiITICSBfwczmnhEfOOKQLdEYuc6OKiYBLk2ppoygGbKVyhed0g7uqlW4u8KRlswktKegqESqDONCEC1ujVFpkfuuTdFIJUrGi56p4yjeM7GTbt5+l3O9XXHHZ/7d377f/xfO8ny4vL/+j8cGgA6wscNHIyJTw+DXN7zcPApX2fP/++6GVcts/HQFKiOPzhQioOnpePI/UyTJXX+fqjpcISsNAwtWtqTepi5vUJeE0M5vX7jwBbCn46iRMZtTWNsKkrEC5VdKNLPEkfPnI9pxsbJNbuwiIZPAytHwj2R5f5jNWxNi2kNn0TK51OpHOIQdc6upbqoFTkRUuuTkstGYSRxR1K9OXKAIqm8wYczkbalWms+rzKJVFQaXJ5R4HV108pazf9+DgANOVEnrkoYeeP2/kov+XD4jDDSGeYsvLXyviWaExmha4eGRkuFGrNXkqVCp5beDMe++9t+2tMC1f38UsYb1en+Ked00Ek0KQOlmMZeWjmFzdd901w148fDg4GevqTqtlcaBMQqGmraJVRrdFzCRcMq2IJhKDUvhrUCbtYbIZ7xlXUpvgnLyHTAKPJAkmlypZEEi6urVTv39kNqetClkEPOpKH5XxDEKh8LwfLGSi1EtJo5n4/Fzc4WWBpWxcjFppcoE3M8AD7Gvdehb69GWFpKWYbNzfIPfFPkZgjc1Vm6QTZDWtDZy4iwLiKWHo+BpE8z5561Z22WXq0L2b//RPv/2f/8sNe7hff5EL8dN6vX5n3ueCzl+zwEUXXDDlhSpl8D1e47vvvfef2+7xbTtQQkFt3xcvNU3R3PkrKyuXbtiwoWOZSb28McOs7tZvL+l7feihh9m//PhhA0wGhNY6temGXhtJBZPBxo6BnS5uMhOXqOvPnUqi0cVqpiE5k2BjDZOmTO5i4iVlqmT6XmR/jy1SZltHmYDpH6gUSSsVNBpU0kEyfj0biHQByHYDY953hwtwYgATA5cppsrcik49lFUyUh3vy6Aa6QaXx1Zm61Zmy/+kbgdRr1KmJOrKChmhMtW7OzN+WVCZHjcOztpr6upTmvt9v+61O9h55+1QPhIXnH/+LQ8+/PBB3/cP81rtqfrS0jfzPj90ftMCF1944ajg7O54jeZ1G1ZePjOzr631vNsOlKurq5OeV7shgknf9/cODg52LCup1zekroC5ytUNX+Sq1oqFxU1qFESbwuWdhMkscKVoyjFeMg3sKnCUAp9MlVSUACoSJHVqJBYibQGy2+AR+66xhUwTYBrh0lG1DNzQkpuSQqBFfKUKIuOXCoS4TKZ1djYmF7gpWacp+FmqiamM7PjZVlCZsa+6m45uXPei53FwT/f7TkI9XN/k+v72t7791Ohll3+qxsVhzgcOr/irP2X1+l7sc0HH6S1w8UUXzXCPXxJ9d3OvduM93/1uWzsOth0oG40GEHOr3Z8Q4qqBgQHK/irhaTEVMEe5ujscN6lrqdiLMFmki7upxq4pyy0RUekKt6w7aVAjMTGRWIjMC49tf9GlBbKczzcWMjFwqYu51KmWRSiW0l7hyNhKjAsc07YxHVfZrVDZjCtVuO01STpFxFO6ur7/60c/etfH/uR/3FXj4gjnAy+u1NjTbHHxuzkfDzqdMfa2n79gzPcGbm96Bj34jWvunu/du6Wdxmnre3ZlZWW8VqsFbRbDz2ytVut4/8l2Grxd1zIVMMe5upPEUETcpE0STiJbB4KNU3GQcVtqYyZlxbY1MZXZmMmUiz/jJveSGgZCmcwmMRn6j4c3m0eV1LmwZS8CdbZ4Jhy0tRTBfaXU5/Sex0CkC0C29WVW4IOMbISTuCIGME1wyXx1zUtbsNS1d5QpiVI4dQRLTMKOSalsxlUm412TsGapVKbV0xzub9dyQk1wXts27Yqn1Lm+oeD5jh07/uynLxx6nnNxhK36hzxPPLW6uvr9Ah+pvh3qLW9600HO2TYwAHxf1hv+td+99962tcBs6zu40WhA1lFws/BpNBrXDg0Nte1m+2mXCSFA9W2VZYrfu9rVnS4RFGhcwamFxE1aJOHYZHTrIDV6sBJrXzmYNMVlNmePgUkrVVJW0F3T6UabZGPI0C4aIst4cblALKwLBu5s3z02kIm5vg4um/CoSB7SuMPlrm1JWR1FL/Ei1UqMC7zTUKktnp5WFFOTjZ+bzvx2TdJxq0+Zdn1na2+aXN93fPnLj1159dWfqQt+lHNxeECIw75fe3p1deF+2+eEjk9a4M0XXzw+UPMC0S5UKWf33vOdtol2ZbyXpWu8uLg4OjQ0lGiz6HneMOe8rUGj/bABoWg8Yyxu68Rtq1zdRZQIyiiFsczlRIJOijCScZP4jO4qwaRLJjcmXhIDkk1wzufeViuYrd8rklwedqpRwWKREJnnReUKikW/KzDgp7omFjAx11DBpTbW0hYsLeIrsUk7skzsuL1coBLc3fFxy1Yqi4LK5n2v7Qpse0bXeEpsKSFs1veVV/7S57781TsfqtX4Ud/3jzQ87wW2vPxTxlizGDJ9nCwwOjq6xa8vH+S8FoQVwneC8LxLZ2Zm2pL0nOc9bXXDQSFzIVqKme/7Nw4ODrY1YNRqwl16MGTRM8b2xZXg+K3Mzj7J7v3+P2cUL103HKyrW1tv0jUJR5fRbejPnS56Hk9NT2d753Vzp2FSBlNpN3fGroqEmsxWTLvckbGSmQz3cGAXkNS5tU0giQE82xcTZswqP9IYEEzAE+JmTGNqXeIqd3gBYClPupHUrnR0gadLCxnjKouGyjRMa9TGAAsTcZCp7jvxn2WU3mT8pDKeMhCg43U0k9nciW4/ieulk4Di/vO1skuqeMqLf/4itm3bGdKdOjs7e+xNb3rTrc+9cOjFGhdznNeO+H79kOd5T62srDyE2N50iMICo29/66QQ7IZIYPA8seeumW+3pdC57XvbaRGDQua+nyhd43ketVl0sqb+JF3NyXiv7nStSHVWN65EUNMduradEvCkcXU3Fbr4NoyPkerEkwapeEmitOKZpprE3AzjMruYybbBpITU0KqkhXtb5drWxUe2EyKLhMe0op73kUy7EfOMZwLCaGyMemkaSwmXlmCZ1w2OUSsxWeBdDZW60j6azG9dkk4R8ZRJBRiX9a3r9f2nf/In3/t/brjhzrrg8zW/fpTzgSO+J16oLy2BUvlInmenn88dHR0d5r7/RPzdNsT4mXfMzJRe6LwtQLm6urrL87zrWi9AIajNYgk73lRz8rvfu489+dTTenXSMavbpd6kDiabcn0MLjUwCcfGobRKyqRL8g3GxY2NlbRSJRVZ264gaQI/7MvHNI7qUSoaFot6ZF2h0wSFWMDUjWMLlqrkHWX9yJQRi1QrZS7xTNxkpgRQbEIdVCptygk5J+kg61PqyjGpXN8qlfKM01/F3vymNyofnZGRkU89+NDDTweub86PslV/rsH9F1m9Dl9UjxX1zPXbOKOjo1MeE9dEoWQ+47d885vfnCjbDth3eq55pEsFUSHzXOZUnqyrOfnsM8+yvfc0qzMk1Ul1r+64S9a5tSLS1W2VhJOjC46u9zfMIc6tGTc4xKPErG9SJkuDSUldSWlNSYkqKYdVedZ2J0HSFiKrCo/YJ90WMjFwaVIuOwGWqmxwVCY4wgXeaahMXz8DfxoXtraWpGOSThn1KRNQGfuNQtXr+5K3vpmdetqp0kfhnr17n77sXe/6q3rdP1bj4pjP2DEGMZWcH2b1+r8xxmaxzxAdt2aBy0dHR5nHgzwKeJcKxua+cdddpZcQKh0oqVRQe7a5KRHnjjvuZHPHjmWAUpWIg83q1rm6dQkzZSThZNQ4gxs8Adalw6Q5kzsDe44ubhtVUubedgFJEwCaXjSm8+NPURHwqCyJVNDjqqrZaDO8DWSaANMVLq0US0V8ZR610sUFnoVKcxH0xH3mVCqtoFJXTsgi87u5r+RJOon5aOpTNhOU1nZoIiYbECEKAAAgAElEQVQz1aZy7bjkosd7fUfnb960ib3rXVcot/5V73vfF796552P1Ov8eI2D65sfW+H8JeZ5hzcw9tTi4uKTNs8NHdu0wOXveMdBznmzhJDHGW/4197xzW+WWlXH9J7PvTaNRgMSRHZGA1GpoNwmlQ4ghEiUZIoflLfmpE6dVLq6XeMmHZNw8sGkIaYytzKpVz7TqnFI/Yl1lrm486iSyjjJRMvLtSmoM7mzmeXRWaaXCxYiXQCybGDM+xS7ACcWMPPApepcZWa4Lyk3hARLtFopzAk7prhK6wxwa6hMpv4UBZVNAVBevDxrP1ySji6eMpG8k1r0+B2qVEqV61tXmxISdM4555xP1n02z2q1+RoX89yH7O/VI5wPHVod4k+y48efzfvM9dv57xgdHR8cHGjV/a5xb/9Xv/71kTLtYHrn57q2EGLE9/0HYoPMUamgXCZVwSRky98g+6E6EQfn6g5gJ176Jx7XmHY95ywRZMy8dkzC0bu5y4VJp0zudLwowsWNViVV3W0UdSSLBkkMRNoCZNXhEfvE20ImBjC1bm3NxGzAUlXHUhZf6apWBiXYs4UkE3dggko42JSsk0+ptIBKm8xvxySdoksJpbPlk1C59ouFzPUNtSl1CTp//PGP33fDH/7hXfW6f7xW48fDeMpjfNA7Ul9qHGIb1z3N5uefxz5LdBxjUEJoaGDgYK3mtToT1v2V8++8cwZEvlI+pQJlvV6f4pxfE81cUDJO4YsYlgkCdbK1aeIXUSXiqF3dKcBSwaQmq7sIV3cmflEXi6nL6NYonkaAzalMmmASk3yDyeIOwhNSO0uuXmbrSarc2+0GSSxE5oXHvOfbPsC2kJgeH3u+CS7bAZbSzjs51ErZvWdc4A5xlZ2CyoyiqIHKopJ04lDZade3LkHn6NGjK+edd96nnn/xxZdC1/d8M56Sz/NB7yXP9w+trKw8xRg7bPsM9vPx73rXFVNc8Gui957P+O477rhjvCyblAaUADq+7ydAx/O88znnpdFxWUaq8rhCCIiJaEF7fK6qRBxszcl2urq1KqJjEk4atNIwob1mBWFSBkOZjHZpm0lF0o3EvW0LkroXiEmNxECkCwC6nNOJZxwLi/G5Yc4pAy6tFEuJGxyrVmYzmLPxj1WDSpN7OxmLmLqfApJ0usn1rUvQ+eQnPrH/uomJr9d9djxwffv145zz+RVoftJozLF6/QXG2DOMsblOPK/deM0rrhgdGaytC7zEkLfAhZirrVs/PD09XUpDmdKAUpKMs79Wq5Xqv+/GBc8zZ1OZINuOONhEHGwB83Q2efKLHldvUqd26uImTepjpWASUag8o9hKwBGrSjIL97YKCl1BsmiILBIeXV+GpoQXm2ccA4wxj49xaB1cuqiWsnNk8ZVSNzhWrZR02ckm2tjHVWbAT1NGBwxr4/62gkpN4XMYJ76ftKpiKrYyuQ+R8ZQ5C57ralPKEnRO3rqVXXYZNHKTf3bu3Pm/Hnn00edC1/eCz6FGJT+6wv1jzPOOrPP9Q8vLy6BULhg3Px0QWOAX3/OefZyJII8F3ueQx/LVO+4oJTnH9R1qXCpKxjGaKPcBujJBBw48zn64r9nFKv6l66JOJsFQXcAc6+rWlQhKAIKmE45NEo6NMhn0Lk/Xv0z8Pblstt1vTJncmOQblItbEitp495uN0hiwRB7XHyVWi+5cB1Le+mlnujWV3r4xe8CnljANB3XKbCUucExaqUsYadqUNkkTnnCDGwFXZtFbTkhDVTqknSw/b6Ldn3bJui8YWQn2779LOn335f/4R+euOpXfuXvvVrteL3OF2q8ftyv1ebZqj/PuX+U86GXajX/0NLSEtSpXM79JdoHA7znXe8ar9VqQXIOfP/7Quz/xy9/pRRxr5R3q6QzDiXjFLxxdWWCIBHnjq9/gy0uLhZeczJ/Vndyy2Fd3VooLKw8UIdhEpF8g3FxSzO4JaqkjXvbRZE0qZEYOMQcEz1awRzbDI2uj3UcNm1A0wSOTWVNP6IKLm0VS6wbHKtWymMmU7qbJPPYNlmnSKVSB5WBemcBnHFJVAejukxsVdHzQPlUZYs3J9r6JOYcVzDRWd/6BJ0NGzawd73zcjY0NCh9fMbe+94vfe0b33isXvcXWK12PHJ9NxoD83zQP1pfahzZsGHghcXFRcj8XnV9BvvlvLGxsS2NlZWDXpicA98hwqudOT09XXjnnFKAkjrjlL9Vderk/v0/Yo882mwyEP9CzpuIU7irW5cwA2AQ250JldU5CUdXvicl6aVaQmYumUqDsU7AyUBwsvwOJl5S6uJOVfEpU5VUqpipmNeEWmjq0SiLAZU8TnHVsbiXmOtINkiofjcEo1iomSZwNMGlLViq7hLrBpeqlbKqQ4YMaNl9meIqs+pm8m5sEnWCseJz1CiVOqh0TtLR1Kd0jqfM7fqO17Bcs4+qjNC555zNdu78OenD8K29e3962RVXfN6r1RZC1/eiz/nxmg/xlP4xiKcc8rwjKysrkKADUNko/xu3u68w9t73TgnonBO+f4VXu2V6errwzjmub1CtddOdcSgZp9jNKISARu+3y0bFlQlKwpOqI04mbi9etied/a2Cv1jiR9zVrY1x1Lm60xnNKfd0fEMnXPWSDkFr9qs2TMpKAmVd55LEG6QqaeveLgMkMUqkzNWPe7JKec3hLp04yh48VbUa0xc3waXu5+0ES5laiXKBI+IqqwuV6rhIHVSmf5ZUGDX1KWO2gp2frB+5RvBY13d6fySTjNb2tE0HHVMZoX/36x/46he+NP0Q87yFep0vRq7vms8XwnjKo0ONxpGVwcFD7Pjx5xKxBw5PZq+fMjZ2xQj31z/A176P5/5+ek/hnXMKf9PW6/UxznkcdmZrtdpwry9YO+9PV8TcvkxQSrVD1JxMxA2iC5irXd1acI0DY1q90vxM5yLPXC+e0V0xZRITLyntdoPM4JbBoeqlYAuSJkg0/jx0Ydu9pOyObudzK78WHjIjBdN0hitcFgGWWLVSpDPBJQk7GVVR4s7PJsOkJM+0m9bwd1elMgA3kbx2fG5aF7Zjko4O9Nrl+k669OPhFuYOOmcNb2MXXnSB9LGAYudnb9/+P71abale9xdZrbYArm8fknGglBCHmEp+1PO8w8tDQ4fZsWMvdv5ZrvYMfnnsyqD5SVSKTghx1Zemp6eLnHXhb1/f96eFEFfGJnl9rVbbVeSk+3ksIQTUkGpVv4/bYn5+nn3la18P/qltiTiKYuMBCCXcm2tbLQ1JCSURW29SEzdpk4QT9jltmjEz56TqV3QCTrrGZBZ0zfUlOcLFLfMy26iSRYIkBiJNxySU5QJeBvjr6S9mAjn8VE3I2BwpnREsG1+rTCpiLW3AMpcb3A/KlSc13AwPZnOXje7rFNgl07UlbRjTLnZN9nfaZHH3dxoqbTK/dUk68Z9l7l0R41i06xvbltE2QecX3/1OtnHjRumj8ZEPf/iuT3360/u8Wm0R4ilrNQ5Z3ws1nx3nXMw3OJ/nDW9udXUBSuAAUFI5Ic1L5pfHxiY8zm8Ovuo8zgTje/7uS18Cb2dhn0KBMqw9+VJ8dp7nnck5Lzz4szALdNlA+dXJNQJpQl/IUqmYQBXkZbrmFOjqDq6pGC+j1MUoSZfYY1UeKKXqxUGs3TCpm3cTfot1ccteBO0CSZlLX/5Y2r+uioLFol4TbtBpBkwTXHYCLDFqpasLXKf4wVqV6f7OQGVMbbWBSi1wYutT6uIpS3R9Z9Xj5h5NlhGCf1j7DUFWRkhX7Hx2dnb+7O07/pdXE6BSQoLOYs2vL/hBok7g+p5njcYxVl93jLHjwB0AlceLelZ7bZwPjo0NN2reE9F9QV3K5dX6y4usSWn/htZYOV170vf9PYODg4UScK8tss396NTJQ4cPs2/cNdNkjThsQVP41kXWKCRgt4TLOKkgrp2icYmj1MmSXd3aTjj4JJwmzMZtkFyZNEgnYDNdR1KTNASjmpRJF5iMxcbEly5xE3nd26qsbR20qX4WWFrS4Sf7POBfUVWDR+yzbQeZhgzu8FtdrRyqz1fNQ6ZYKjO8JTeddQVnD0q7wDFxlWVCZRqMMkpq3IypDGrXzG9tPKWulJCmNaOT67vIBJ3YQqoSdC6/bJSdtHWr9HGJqZTLUYIO8/0Fn7HF0PV9vD44OD/UaMytrKxEUEnlhBQvn195//unax5veZA549d+7otfLKwmJf5tjXg7RrUnoxeT7/vXDg0NFTZZxBR6+hCdOokrYr6mTqoScdJAqioTpFMT4TeftY+9q1vrskbGTWqTfnLUmoyrumlbyf4eh9QiYDIdLynL4sa6uLGqpC1ImgDT/NJBHIHIFje9DGQQbjoH8/NMfCDmpNQxOMg0w6WTMmnhCpeqkAioDLk3eWTaBY6Iq+xOqNQk6WjiKV1KCelc3y5tGXUli5LJP/E6RHqVUlfsPFQpP+3xxhLzvKWgNmXNh6xvcH0vNBqrx/ng4DxvNI55nje3PDAwx44fB6Wy7vDY9fwpH7z66nHBxG2RQCIY2//5L36xsJqU5jc30sRQe7LRaLTkVIhnGBgYKDyLCDmdnjtMp06iWizGSASrTrrUnIzDJLaAuRZONWpfXMmzScKBTjGtj0USTsZubVYmi4qXxIJkAMiSEkBK1VEBeTg10vwqslUgywLGvC8XW+DMC5emZB6lMikByzzxlRgXOKa0kE1sIqxVHvd3EEoQZ6N0zGf8Z5lyQm5JOglw1JRQ0mZpx85zKXjejA1d2+mY2pTpmptrUzCXEdK1ZPwPv/d7d996221RLOVymKCzGHN9H2eNxjyr82OMrR5lmzYdYceOgVpJ5YQkL6sPXH31Ec7Y5khU8rl35uc+97lCwhLNb3Hk27PRaEwIIYKAz/Cze2BgoLQm5Mhp9cxhtuokfPkmWCBGI5gyQU3+jDvLY/+PcnUHONKyvw7+EuCKzerWuLrRcZNdDJOy9olZ9k5l7CRWJM7UkuMUtSRlUKdza+shUP/6sQHIqsIj9gVkA5lmwNS7tW3c4Xnd4LJrmVzg0rhKQ7JOuUqlG1S6xlM6lxJCu77XVqUJzMm/R3s2oUYm6DJlj0S8p6qMULzY+dr50bVNKuVZr9kxVRORShkk6Cwy318Ms76Pc+4v1AcHj7HFxfn169cfW1pa9xJjc5CsYw5Axj6kPXLcBz/4K1Oe8K5pCgYe8xm//rOf/WwhidOFAWW9Xg9S0mM2v2pgYKDQlPQeWU/r2+h2dVLnflbBJBgpAYZoV7c6bjKR0R0+TPHFwCbhyLKxE4uayUBXFy2XJaRkxk9nciNKAmHiJW2SbooDyWIgMg9A2oCq9cMaO8EMfurRsYBpvob8+1SXxCMbU/pvKYBpgUi6fI7kNk1QCadk4ipNGeC6Ptg5lUpdOSHXJB1t0fOiXd8OCToVVSkhQWcpTNBZClXKRc794w3OF+qcHx9qNI6urKxAxjf8dyzPM9yL5/7q+98/Njg02CrtyLk3+zd/+7eFlHYsBChXVlZGPM97IGb82YGBgUIm2IsLantP3adOIhNxNAXMMy0GFVndycSiVKJRAuzwbRVtMrozcNJmmMTES2Jd3Hnd2zI4jumg2m1vgjxbgDSNZ/sMFn28GQSTVzQBpnk8O7DM6wbHxFZiXOCdhMqMax1bTsgqSUcdT+ni+m6qu3LFscgEHbcyQvKWjI4qJdSmXKr59UClrPEByPpeANf3IB+a97zGsVqtNr+wsADddJaKfn67fbxf/+AHjtS82uboPmqrq+dPffGL+/LeV1FAucvzvOuC3yqbv1neMjQ0VHhbn7w3243nF6tO5iti3q5EnAyYOJQIyoJeslwSNqNb11KxVJiUlAVKQ1VRLm6bpBupUqltl6h+xZigzwYiTWNhnn3lTCNDq5JVMIMbjjED4doA+eAyP1hi3eAYqAy+MzIFwfUwnc4Az5SwKVCp1EGlXeY3Lp5SGx+aAsVkonkMIh1qUxaZoFNyLOV+j/MV5nmLQQedZoLOYs33FxoNBkoluL7n2aI3z9jxebZx41E2Pw+u75UCHtOeGeK3fu3XdgnOr4vem16tdsvUX/1VbmYrBCjB3S1i7m7h++cPDQ3lpt2eWb0cNyKEADvulA0hy+zOGzvp0q9blYijdXUHGS4x/UoFjUW7uq3iJnVlh5JqqE02t9HNXRJMSt3gyKSbdoEkFiJtAbK11cL9ZHu+7SPcAoMQAmwDubCAqYNL/RjlgCWmxJBTXGWqs06ZUCkD1Gj9bcoJNV3GzbvVxVMW4frGJujEQx2COcVCDFVQqYql1KmhmIxv4N5o3hiVcv8DDxy+4E1v+Vvu15fDYufg+gaVElzfC1CbEoCywfli6PqeX1lZOcrY5qOMzR2lJJ21t9j41VeP+ENDgVc5+P4WYnbqb/4mt1c5N1CCu5vH3N0+Y7PryN1t+/0jPV4IMcoYu1v2Q/vM7uLUyYSbWdMRR5mI00ZXty5uMqPwJdpO6tzn7jAZPMC67PB0W3GYU6Z7UHJHpEGxaBe3DL4yIQmtKclfKSaAM4Gk6fzo8nFwxJ5TyMNqMUgcNLCgaQJMd9VSPoOsezTbYaapLmbPx0Bl5M2Km82kVKYzwE1QmSdRpzCoRBY9T8e0xq9frusbkaCTLp4eg1BVGSFMS0aXupS/9O53/8M/3bX3CY83lmMq5XKYoAO1KRcaAxxc38cH+dDC6uoCxFDOM8YAKOH/sY+cxRPdnYeO/+ZvHmScb4sEIZ/z86empnIJgUUA5S4euruDlwS5uwvbXUIIqFR+iWxAWc/u0tRJTb9uJ3VSlSWu6dWN7YaThAi3uMk85YFyFS1vE0xiYyVViTgKZJTuex3UFQGRwVwkLTOdH0Lb+pYKN7jt9SPIxHzb5YFL9bkSMFQBowwiEWCJcYF3FCpT96CHSnXmd2IYi3hKXYtFFVTqQFQJezkTdNKwqIrZxKmU2YxvXfecmbu++ezlv/hLfxeqlFDsHGIpl8MOOos1ny01Gn7k+j7OFusL69Z5x5aXlwEqIUlnwfbZ7NXjx3/rt3Z5nAehivCe9hm75bapqVxu79xAuVyvH/TA3R25doQgd3cBO1AIAcVG44lOrVFRPbsTdSdzqpMFlgnSxmEm0qzjJYvUaiEk0CRPi/vRcXGTuiQcm4xuODbTmjK2F9qtTBbp4lYn3NgrkjqQNKmKzgBpC4oFPMOJISzBEwuYOrh0c4dLwDKdcWwDmpJM8Aw0pmzdTqgMuoknCk0m718HlejM7wxUrsVTxsdvp+s7qd4iVMpALIodV7JKqevx/ba3ve3v7r3v/qdjKuVSreYvhSrlUo0PAFAuxl3fnucdXxoYmKd4ypjbe3x8xBPigeidyz1v9n9++tO53N65gDJwd3Pegh7f92fXrVuXa0JFv8e7dTwhBHQYCmpFpT8ydRKOqcVdo5Z1J5Wxk0h1Mh4Q2QSrtU/CRa6D0/iN5szqTri6LeImXZNwmsCVAtiKw6RKgUzvt/R6Nn9uB5J51EhriOw0PGJfOkjIxMClq2qJVSwztRHDe5S6vNNKX9WhUvhJP6hGqXRN0sHHU9pnfafXJgGpBSboNO+hufBFqpS2Pb53T00d+J0P/4d/iqmUUSwlFDtfqvn+YqPBlhsDHAqeLwzyoeOrqwvHN2zYML+4CH2/j4Drm4qeM8Z+e3z8YM3z1so91mrn33rrrc5u77xAuYuHkmmwyYSg7G7sl4nmOOg6xBiLdx3KoU7ienYrWyyi1MnkNlLFTjqpk8gC5lpXd6xuoz5uUlfDMvWoZJKFqguTri5uG1VSpSy6qpFWEJkTIHO9BGPPMcZdrX09IAAzL1yqVEs5WJarVlZKqXSESqsknXhiUSoAVBUzmYDDtDIc2y9Kd3k6/lFxToSJ4fe4dbFzXCxlPEzA3D3nqivfy4aGBqWPzOtf//rPPPKTx19cUyl96KADru8oQWex0VhZ4pwvNbO+64vr1nnzy8vLx8NYSoqnZIx9aHx8F/O866L3NG80bvnL225zdnvnepeurKzs45y3MpAFubsLwMkAzCcZYzfIBtu//0fskUcfa2pEsS/SotTJhLaYU51MQAY2EaeArO54a8UmxMbc53GPeAlJOGmw6rSbGwOT+KQbvCrpApJoiLQEyFwvuUKe6PjXtcWABsA0waWtOxyrVsIdYJJ2MAk7VYJKXYvGcuIp2+P6VmVjZ1XneJcb1dzkLRnzZnzLVMpzzzmb7dz5c9IH5mN/9Ec/vOGP/tt3YyolAOViCJRLrNFYYj5fbAzwxQHOF3mjscA5Px5zfUNMZd/HU35ofHyEDwwEXubwe2D/X956q3Nvb+d37UsvvTS8cePGlopG7m6LLwrDoUIIqJvVKjoaHb6yssq+/NWvsdXVegImwU0bz26N3JGZ5JIEQMUgK65Cxo+xVCfTihbK1Y1MxEmMlTonmXXurbmvNK5u57hJm8LlGnU1eIDjLcULyObOZHtnssOzj3smRlRZU9J8brRPVTCpVDElXYsyjwgSIp1faMU9vlYjoVVNE1z6KbdtXDlVnNsptTKdBV44VGo66ujcw01QzpzcsmQR8ZSlur419TcxCTpVUykHBwfYL73n3VKV8ujRoytbTznl09z3l8K6lJCgEy8jtFjz+VKj0ViCeMo6Y+D6hqxvUCgBJKPs776vT/mh3/3dgx7ngdu7Bq0YOT/zk5/8pFNvb+f379LS0kStVmv17vZ9f/e6deuod7fV10n2YF0h8wMHHmc/3Le/supk7jJBCSVRHYep7gueUiORrm7XuEldRrcujtQWJl3aKKaVSUy8JDZW0ta9rTzelJ2NgEjnF5i2GHu+h9gUz6gbHQWYGrgMsn5VAFkCWMpiK13iKk1Q2XTFxlWzlBX9IL1mDf6Kgsoy4ik74PrWKYiqBB1lXco2xlK+YWQn2779LOkj87/9+3+/99a/+psHMyol86GM0LLP2GKNDwRAGSboLEKv73Xr1i0uLy/HobKv4yk//Du/M+UNDLTyNYTnXf+JT3zCqbe38/s47e7mnFPv7nzfQ8HZukLm//Dlr7HFxcWEOglf1mtC1BpQdYU6mVLw4q5pZRxmwVnduhJBGRDKAG/clR77f42CmobJ5t/Tvb7XNpJLjUkTTOZxcUvBVNJbPOZCSTwVRrd2wRBpyhov4JG1GsIGNvPApc4drgTOVPHw8H0kub/szFxc4Cal8v9n713ALamqe99Ztdbe3dvutulWeWg4gIoGyBFMYhQw0B2OiSQq4D1qzOMqeejRPGw0inqiNDFIjFEaNckx+W6Q+CBe77FB4hPb7ubgE3m0giCCQFBRxH6kH3uvVVWr7jfmrFk15qw5as5Zq2o9dq/9fYn03rVq1arnb/3H+P8Hf3/t3aug0mdMY2Xcjofzu+TSRgBaMq7Iz9KA65uMEdL6LJ0MOiUXv9jr+pcTcl3ejm/US4l6SXHQuXz/hYUF9qIXnGu8xkTQ+RkfDwZJD6mUMkaoN+Al8EEPJuig0vdiEASHeOm70znEDh4EpRLg0uly87rYp2ThV73qVed3g2Brfq9M011//8EP1ip71wLKNE2PiON4D9pf++bm5o6Ykv03sZtZFWT+4IMPsa994+bW1EkOALLcXaN3ctxGHFdXdxOlbh9Hd6mkrLJjJUwKKENmH+3MdYkFKr2/HqpuVOrcyts+pW2+zwjwzE7qyuvS9UY1aQBpu9m4Aqb1aVelWhLl8KbBUoc0E5CWysaeDnBbpJAPVFYFn8P7KPscg2KFaukaJeRa+qbMNiVluFGDjl8vZduO77OfewY7+pijjZfSC3/zN//9s1/a8YCiUrKOjBGSKmWPT9BJkl7M2CIqfS9moedQBj+s532/9tWv3hsEwVp5j+7Oz6/bsmULtN55/bjep5WV9vv9VwZBcBX65XVzc3Pne73zbOHSHqiKCrrxxpvYwz95RAHKcaqTAGbytlOrd5JQJ6vWNbZSd0XfpI8JB/dMclisUCZ9YbKO+WaYErcJDo3qZRVIWtRIl5tTXYC0xRgNe3uyTa6h1u8CmHXhErbJ9FqzeUarGRPZk7qw41ICH9asMwxU6u9dBZWu/ZSldRJ5jQKwiyOvnCN1XN9YWVSUUXWCka9KCdedhMS2VEoFvAmVUm73MUcdyc4667nGS0ZECL3mi5pKKXspsUoJMUKHwKATB8ESW1w8VJS+jzjA2F4w6cTDXvfT+vo/e+1rr00ZOw+2H56zaZJc+P7/9b8gutDrx+WeXVphFEXXsuzNs4N+4fz8vPebe23pMl8YVF/GGFZ98088TJA5FbQtcs9xmTb77zGrk3SpuyLcPCiMOO6u7noRQVV9k1WObpQzL74UjBkmzaMT1duBa3mbgjo8RUm5fCtA0nZD8gXItsHR97bkC5o2wKyES0K1xL1xePvrg6W9BF5laJHbYCuB43fxgsoioYa/VRVUlv+GwNqxn7IqSkhZBSp9c4hTekS1sHF0oPA2UqXv4WOE6quUQM0KOBvaANR9ZI8Qqgo6f9KTnvShn/xszwFCpezLXsokCXpB0AeDDlcpgyBeDMNwcWlpSRp14H/L36R8L/IpXP7P/sf/eGXQ6eQiYRiG1215//u9RULb/du4a6Io2pumae5CnpubWxcEgbc8OoX7vbVNTtMUsp9ykxN+o2/efAu774EHBYhkD2P4HwUKPIPMh8mdHFadVLfbrfdwWHWykVJ3xSScShOOPlLRAyb5MUcnQxNO7jJM1i9xU2YfI/jVBElXiGwDHvX3tgFenRuEK2RWvbcvWOrKUw51Bgg1bZ95W9StsM3SNsFdFVRW9VOKdal7H2+3JgCqOYtVfYcV/ZRVkFyn9C0+gAqS8hORpW+9/9Gh9O3i+B69SllwnClC6CnHH8d++Vm/ZLy8Ln7Tm772nvd94NZgEPezXsrFOB70GQ85j0GlhLBz6KVcynope3EQLIsI+n4AACAASURBVGbZlBAltLi4uAgwediWvjdt2nTEIIr25CJAmu7b8oEPeLcxegPl4uLihk6nsx3dgHatWLGiVgNnnZvvcn1NmqZg0y8S69EH/eS1n/KICiqUNx2iMIyOS53US9ptGXGqAsyxq7uyx9AxvLyqTA80qGxLEGqjItUzusqE4wuTpc9Ws19y6PI2AZK2m48LSPpCpMs6m7zH+AKoC1za1knCJQGLdcvgLlDZRF+lotxpB6dKqRR8pjnDcclZ64tUFVAMdsP3U6rzbxD8tmnQQbCpHCvnsPNmVMoSeGfQ7KNSQoTQi89/kfHSfPDBBw885elP/yhjYZ9DZacDQBnxXEo26LPBoC8MOsFikiR9cH2zbncpSBIw6Cz2+30w5Swxxkvf8N+HZZTQpj/909tZEJwq75GdMNz4d1u27PC5H9ru6aV19ft9sJPzgeLwMxgMLlq5cmUti7nPhi7nZavMOG1EBZHqJLc8iz2NH7xcfcuhwE1RVN4DAQWpTtaYiFPHiCM+S3E26Z9TOc+U7XabhFNlwuGAr2R7ThZMDlPiNpa3a4CkDfh8ANK2rnHdU2xAiLfLBpi1VEtHsGyqBD5OqGQecULO/ZQNl77HYdBxUSnFeWhxfOtw6un4Vnspq1XKqgihF5z765/53PabpDkHgHApjvPpOaBS9jqDwVKmUi51hUFnKTPoLK5cuXJxqds9yA4cAKPOYVn6fv2f//nmNBuoAvfZAWNXbtmyxWtqjjdQ9no9ZToOY+yZ8/PztWc/juumPknvW2XG2bZtB3t0924F8oYx45C9k7yvD8EihimlRFss4+LsVoCtVog5BYDDZ07WgUkdtiv7JiuCy0sKqubY0S9Mxe1tCSw3qa6GorbGzoYlSqV5c2nctbxddbOpgj9XiGwCIH3X4QOH1D3HdR1VcOkNliaoJDIsSwqTU7yQqnvWMeuo0KO2tnmVvyugsu1+SgxMpErJhVS9V7MAOXneiPhHe0kc1/4xzLemUlImJNRLid9b/wz5qWgx5zx+/Xp2zjkbjJfRh//l6nsvfO2rvxgMwl4YJBELQwBKUfYWuZRRplL2IOw86QZLmUGnJw06WekbFMrDsvS9adOm00LG+NSc7Dm36z1XXOFVffYCSpiOs2rVqnw6TsrYvhXz89519kmCuXFvS5NmHKWUS0zFAXlOwkzJsDOl6iSHACUjEimQaD84B5i7lrorVFUfE44ta3LUMOlS4uZlflMMkKcqOQxI+sKf7/JN3RtcgbEAh2ofdx2wHLYM7qJWlpcZH1RW9VMCk9GmkQqHtGOUUAlSCeCqY9BpMkaobZVS8KEZgDFUFtBd35wDk3NOOumka37ysz37s7I3qJQwPUfO+M5VSsY6ECMEU3RkjNAiGHT6/T5EBwFQwv+BUnnYlb5fv2nT3k4Qcn8MCExhkpzwN1u2OE/N8QJKiAtijF2VnyJpOpuOM+RTp2oyjt2Mo4KUC1D6mnHUUqafOonVvDq9k00aceoGmGNXd5XaqsCKhwlntDBpN984waRpwk1DIGlTI12h0HW5IS/f2i93hUzbcn7jEyvSmw1l3CrTSQ6/mlpp66scpVJZ26RTMcJQiRJyLn1rrmdFZSxOoWFjhMiw81H0UlLQjH9vcHvDp6cjhIr9Js+rKnPOq//oj278fz7y0TuzCCFQKQEoXVTKPlsMD61YEcMEnSW2evUiO3BAguVh5fp+w6Y3fCgM0ldITgjD8MK/efe7nRN8vICy1+t9iAVBPqInYGwWF1T7kZJ1qKQptAucalpNE2YcFXQIww4RFUT1TsK2kuVuqmyuNi7mH5e/B/rwcnurjS5aPyNyvuP9iNdcx4jjGhFU1TcJA7uJj66ElnP41k6CKhOOqayNX25zcrv0S5qWce2VpG4sFOhVgaQLHLoso19jWudAcU46XtOU6mfI6rau0QaOsILKsrahDF31GuO2G8rgpoihJkrgNge4UiLVdqhtTCM1Tadk0qkYz0jG7ujzvgkFTt/3TqVvZ4NOoe+ppWTtHBnC8V2efFTupVTeW9Tj858ix9KuUjZlztn2xW0/OfcFv3XdQJhzemGnIxRK1umzDutjxzf8jo9kLHopQaXsFQadtQcZ2wcq5WEVeP7GTZt4fJC8HweDwdV/8573OI/U9gPKfh+igfK4oPlZXJD1QVG1QJqmxzPG8hYCvGwbk3GaUicxBJb6EA2Gl9bUSU0pU8BNK/k7GXGaKHXX7JucdJg0lrgNquQoQdIVIjE4et3whrq6sy+MaB2uoGmDy1GDpSkQfZKhsjKj0rGfUldSVXhyc32rr9FK6ZRKKehKqg3eMUJNqZRlJdnB8d2YSlltznnOrzyLHXfcscar89RTTvn4nffd/zMUIdTPy95yxjc36ASyl7LXDYKlOAh6ECPEWAQGnaWlTmeRHTwIQAlKZdTArWAqVgHxQSvm5ngeNtxfoa3xXX/7t85tjc73136/f1oqGzb5uZXO4oKGPEXSNN3MMleVvqqmJ+OQZhwndVLVz5aLOlkCEgdXd5VyWtU3WWXC8YFJeaHL80X/DL7KZJMlbtPNxFeRtEGi7e+wXyRAOt/chryOfV8uH80ugFkXLn1K4S5qJTd3VJR45T4ojT4sqZ7qu1WPP9R6MD2Uyso4IcUAU9FP2XDpe7pVSrUXUp4LlEqpGJAaNudUTc657NJLb7/k8su/xlgYZb2UouzNOr1Oh5tzZC8lVy5VlTLoRVG0BBN0uEGn211k+/fLfsrqxmbfm8AEL3/xG95we9Dp8KopPE+iweCZ7373u52M18733ENLS5s6QZgHbwcBu3J+ft7LUj7B+3Asm0ZlT/b7Edt63fV8m/ADFMq2+QFD9NJG7yQudytB5qhETZXT8XY3qU7WiQmqU+oWCmxxaSjHQDH/YDlWzZusmoTTVNbkKGDSpcTto0r6zP+moFm/WIcBSNM89GFuBjrIuKzLFTArlUlDuZp/7XdyZJfVVP4bhxJ4E2adpqCyyvldt5+SNsFogD1k6btkEsp+AdcWNUGH2jZflZIyz2CVkm/HyCKE7OacC857IZufnytdXpBJeeLTn37NgIW9YBBHUPYGhTGOBzCOMeoMYihhQy6lrlJC2PlSplIucZVyaWmRsSMWD7dsyosvvnhLB0VDBmF40WWXX+4UDekMlEtL0bVBkJ6HGiUuWLFiBYxgnP3U2ANpmoIdP7fo41Xceedd7I7v3FUCyo5Suytqq20ApbcZZ9S9k8hhTJe6q8Y1KrX5fPcLADZnTlL9nhygUam7bt+kT3C5qYdSvZi1f2kSaRl4y68uwZ9jidulP9MFFqvUSF+IbBocfS95V9B0gcs2wdJJrTTMBLeVwKsc4DajTnndmnKJw8u1A1Onn7KqL3H40ncdgw4OZ9eUwuzzjqaXcnLK3r9w8knslFNOMl6Gv3rGGdd+9dbbHg4GQT8Mkn5mzokylRKCzuX0HFAupUrZFyMZFZVyabHTWcqyKUGpTHyv+2lc/k1vetP53SDYKhkgCILr3vHOdzqNYXQGyl6vl/dPwsm7cuVK59dO405te5vTNFUC4vH7fe5zN7B9+/crQEmpk0JJFK+mVLXWo4IqwsKpIHOqbE5nWxbzusXnwQpisfeaNOIo72EIey+gqHDU+ISXV5W6cb8rP7Y6EGpK6STApE95m1yWcIvDPnCFyHHDo+u9wwaZNrj0BUvXMvgkQKWtvO6aUencT1kVJVSj9F21/VTpexQqJT3CsVCk9TJ2OfxJ9IOWyt1c1Tb3irpECLmYc+R7rl2zhj3/+c8zXmrve++V33n9Wy/+P1nZG8w50AMpHd89rlJ2OtEgSXqdoNsHY06WS8lVyrk4WAqCeKnf74O6ucjY2kOZQQf+fViUvv/yLW/hn5P3Uabpvr++/HKnPkonKNy/f/+G+fn57ahvYufCwoI5YdT1bnqYL0eVuw8cOMA+/dkvLAt1UlH0KgBIwkVVfyKWALFy1qg62XCpu27f5Fhh0iESyLVX0qU/00WpBJC03ajqQKS+n5u6JenzqF3W6wKXVT2XFFy6lKQ5BxjK26UnZ41oIZ+eyiojjGkbm4BK13nfw5a+S5BmcESLz1icLWqMUDMqZaXZiIj4UVsSJkel/K1zf52tXr26dHndf//9B59+0kn/lpW9e2EQQIQQmHNkL6VUKWF6Th+m53S73KSDVMr5Xh4jJJze0vF9WGRTvu0tb9nBguBs/kU+DFnQ6z1zs0Mfpe0+zQ/WwYMHN3c6nUvkkUuS5NJVq1aBoWT2U2MPVI1a3LXrW+zue+5VgBLApFDuipDDUraioe9vODMOUgGrFDrPcvc41claRpyqAPOWS92VymRJuRyyzK3DZM0St0+fJKVUNgmRbYGj76XvCprDwKURDB37K52gUqMeF7OOF1RWqIE6VOr703Xmt6oEavO+lYE1qLysQTfeV3WyKSdSpaQyI7VjYhrH2L45p5xJWVX2PvPMM677+i23PhwMwj5jopdSRAgxmPENKiXvo2RJ0u8EXQg5jzSVspfFCAmQXLNmKTPoAFwu+2zKt7/1rZuDMMyZL0jTizZfdpm1j9IJKJeWlqBX8jx5A42iaOOaNWu8hob73nyX8/JVoxY/9e+fZYuLi05mnLbL3S5mHA4EsuROqZClOJ6y4aVZddJxXneDru6qUnddE84oYbJkvnGASddeSZ/ytg0kXZTISQFI2z3MBTCr4BJwx6RaNq1WupTA9bzKoXoqRwyVyrzvFkvfKnQ5xggpjnRPlVIHwYykSZVSL1cblh/GnNNU2Vt+sVhYWGAvesG5xsvsA1u23PX6N7/5Js2cE6MIIalS9juDQS9JWC9TKbMZ30E/ilgvixHqiRihuSXG9gJgApgu65/Nf/mXG1LGtst7d8rYdZe+4x3WPkpXoFTyJ2f9k8OdS1S5+2e7d7MvbhOcjh/Cy8mMMzHqpGPmJDmtp2IaThulbh9HdwlELTO5bTDZdInbBJhVILmcIJK6cwwDlz5g2WYJfDiobCZOqCr03DVKSIAPKj27BITXGMs4TSrlpJa9/9s5G9jj1q+3lb37WdkbVEow5/SzCCGsUvaSJOgl3QRyKftZL2WuUi4sLPSyGCFZ+l72Bp3Nb3sbvwr4MzBN9739He+w9lFagRLyJweDQe5GTtN01j85BE9WubvNoxaD3IzApcCMVpoqd6vmlsLs4qJOYrMPhmBdbcy3uaJsToMbclw7ObtHpE7WKHXXNeFMOky69ko2DZLTokT63i5scEmplk2DpVMJXCunTxNU1ip9D2nQaUulpM02KBFSizaSzKxvk2zkpMw5Liolf232Bm1mUlaNYpRlb8bCOJucg805fHIOYywedDqLnQHrJ8mgX6lSLi0tMbZ26XAx6Fz6trftCHAfJWPP/J+bN1fmUVqB8tChQ5vCsMifnPVP+j4e1OWr3N1Nl7ubmozTVJA5uR7wpxvL5s05uxWYGVKddA0wb6PUXRVc3rYyOUyJ2/TaDnH3qVIk24ZI3/Xb4G+4uwXkSNKmUgosE8NLXHsrXXIrbWadtqCyyjndSD+lY+A5DW/+E3SaUikFv6mRQvLco3Ipyc8xZnOOi9vbpewNbu+/eOvFX87K3nEYBBAhBOYcPUJI9lL2kUoJju/eXBxwlTIIgqUwDJcWFxehhxL+D2B0WRt0Nr/97Zu7qI9yEIYXvf3tb6/so7QCpd4/GQTBLH9yiKfEpJa7RT+mPB0czDhEVBClTubSebbvMGBMpDrpaMShHOdCsUXqKjpn6s7oVlzzojFCORMVtbnhMrcLTBqXMfRiUuVtCiR9Ic92eTa9vmHK2LZtxX+n4NIElsOolaOGyjLsuplhJFTIfeQKlc6l7wYNOsaInczVrfyNGsno0EvZRtC5b4SQsvyIRjHay95BP8uklG5vac6RKmUkgs65SgkRQr2ucHwvzQVaL+XSUj+LEZJQuWwNOu/YvPn8gLGtuI/yLy+5pLKP0gqUi4uLDwRBcJy8aFesWLEuCALoqZz9eO6BqnK32d3dTLm7lE9JmWhkOZ3xGZ4CWYjJON5mHGo9SJ3EZXNc3h82d5JUJ2vEBGF10tWI00SpuwTqY4TJuiXucYDkqODR9VbQhKI5LFjWVStLCqH+oYcof1dCZUWZuWz+wSqd+qzHyioVeO5q0GkyRshXpRQlafFpSiV0g0qpm3DykjblXB+hOYeGaRQAjz4vMKp8jfxfm9v75ltu/cmAhX1U9hYqJUAkG4A5J5ucI2KFkiSIsl5Kk0rZy8LOpVK5bFXKzZs3HzEXBGKud8irhQ/+z7e97fiqe10lUO7Zs+f4hYWF+9EKdq1cuRImvMx+auyBqtndMsxcUe6IUYsu7u5pKXc7qZOiYTQD3GLH66CsZFJqjvP8VS7ObnK8JD1eUX1v3GCp6oiu6mR136R7PFBpPZpymfcayC8Q2nltK6OrXwKKLyH65WEqb7ehSNYFSHwu1bi0lXKjz+uHAUwfsHQpg7sYdpqESp84obrjGWtFCSE1kDLoVOU5UjFCQ6mU+ix1PB3IwTS0nMveVSHnb3r9G76x5R/+ftdAzPbGmZS6OaefRQjJoPN+N0nA8d0T03OgvB0trly5srfEVco8l3JZxwi986/+6nYWBPlc76U4PmHz5s0PUPe4SqDs9Xrnp2m6Vb44iZOrV61e9UqfG+Zs2WIPpGkKDa384OCfkYWZcy4zRPa0XO6mIoHoqCBkoR5yKo6vOlkVX1RnvCK+wFxhUoe0un2TbcOkS4nbR5WsDYN4JKnlhjMsOPrezxRDguXFdeHS9DrXMriLWmkDv2F6KqvXTTu/m+inHHosI1JOdaVN2T5izjdepjmVsjjjyHJ1Q+YccToXSqmuHPK/EuYcNZQetzjg4HRstS/U5sTQ40mFnN92y617nn3mGZ8cMF72jmQmZTbfu8/ne7NBjw0GWdkbsio7URAMIJuyz7pdUCn7Wi+lVCmhdM5ngy/XCTrvfMc7PhQGwSv4MykMYfbkBW9961vJkduVQLm0tMTHA8qDnwySC1evXv0h35vqbHl+YYFUjNXefLeYZncPE2Y+zKhF7O5u24zjMmZRlNZHp04OGxPkasSpmoZTct4rF1D5C4H8c9V8brVHlvcyEGs1q4y22d8mpdIEkyZVsg5Iurxm1PDoep9zgcw6cOkClqbeyrahEtZPqXMcOnB/YGlqj1s/pWvpW4dfEiodVErYdrpvUWnAzE+NplRK7rQes0rp4vZ2GcXoX/b2Czk/6qijPrpn376DWdm7H3Y6AIBRNjkHIoRk2RtUyggFncteykyljHjf5MqVK/tg0Dl06FA2mpEbdJZljNBll132yk6aXiXv/2kQXPnmt7xlUy2FcnFxcQdLGR+/A99Elnq9Z65bt67SNu56Uz3clkvTFJTdq0yf+8Ybb2IP/+QR/icJE8PM7l5W5W6HqCDYVzlUOZS6RV+oQamtnAZUHLk2jTgKTHpMwhknTLo6uJuASRtI+kGk/kXF2lJO3LakSiP/TDuz9RXY4NIXLF2gErahTgl8GKXSByqb6KccmUFn1CplC+acaXZ7y3PlmKOOZGed9Vzj9fnHf/RHX776Ix/5Dip7xywM80xK1mFgzuGQicw5MkIoVynZYrw0Px9EmeMbq5QAlMtyzvdll112WjcIeGwk3OchNvLit76VHLtdeQddPLRYhEkFwb6FhQVrsOXhBoqunzdNU2XakHxdvx+xrdddr8Ak/EMFyqInT4EnAxTxA48BKx9jU7/cXSqTU6aeguoUwMu940pcjz0qiFIn+WfMPlcpj9MBKEPsvlZ6KikwLQzVTRtxSj2KxPbUdXTzEj7um2xYmSz3epbnbrcNkm4QKc+3utDoeqUbkJHzpR0yq+CyDbB0USvLyp9mdNHne5c+PlIYB2qsTtW6q6CSAiC+l3E5VymNjt6g499LiZQ37XzJPxZSeymVkooQasyc09Aoxrplb37eGsreF5z3QjY/P1e6UK/95NaHXvo7L/+Cpeydq5QwOQfCz5Mk6GfmnCiOY6lScnjUVEpp0FmWKuW7Lr98b8DYWjkA4y8uvpi8iZJ/2L9//4Zup7Mdfefe+ZjHPIYk07q328PldWmaKtOG5Od+8MGH2Ne+cXMJKIvpOPXDzH3d3RgFxlXuZhj2pkidbLrU3UTf5HKASUqRtEPkcABpw047HlJ3NgkN1Wug4NIHLF3UykmCStfSN+zZqiBvvOdVaEGjC7XD41T6pmKEZiol35ukCq27xvPE83LpWnz1UvM0MUzLL2amPsrn/Mqz2HHHHVu68Pbt3Rs94cijPjIIgz4T5hxc9o7B2a2VvWG+N5hzQKXkJh3W7cL0nB5bjHvz80Gv3+/3FhYW+pnjWyqUy1KlfNc737mj0+nwSjU85/pJvPEtb3mLcfQ2ed+EQPOAsSvk0RkkyaWr1qzZfLgAYJOfM01TAPEczvG6v/LVr7OHfvBDBShB9SlERgyUSNXzUSd11RKrYIrrtzgdfIBSN7LYJuM0ZcaZBnXS1YjjWuqucl1XmnBaViZdXNy2cjW+LuqBpDtEqmapZq52ZfKK0yrtcNkGWJoMO3oJvMr0wh/6lX2PBj0WO5ErXusKlRxe0D4mexO1YHjK9d1WjFBTKqU61QcNHCcjhBoy50xoyLkpPujYn3sSO+P0ZxuvvDPPfM6nbr7ldhkfBKMY9bJ3hMrefL43mHOQStmP47g/F8wvRdEhKI+DSikd3zKTEsYyLjuV8l2XX765E4aX5M+ygF30hje+0RhwTgLlwQMHPhSGIXf3wE8Uxxc89rGPJd09TvfPw3Shqrggn+k4y6Xc3YYZx+Rezyg9P+va6p2so062Xequms+tX/S2aKCqbYWdq8PkMCVuf5B0g8ii7WK0NyEJAnZFsxouhwVLF7WyVaisyKgcV+m7lkHHV6X0nPGtTonR1brs3HUoe1Mq7nSXvQuQNpW9FxYW2ItecK7xAn/HpZfuesfll38zK3v3GYvjzJwDmZTS7R2xwaA3ANNOksSdoNsDlTILOo9whBBSKaGXsscOHFi2KuW73vmu87vdcKvkjzRNr379G99oTPuhgfLgwdvDLH8IDl6v1zth3bp1ZP7QaG/T0/VuVFzQz3bvZl/cJpRj/NAuyt1cWsw/rA0oReh2ZjTQFUyq79EwHcdHnYSNU8qzDj2JTtmTLZS7R907qUzK0aJtKAAW0KtodQoQy3/UNeFMKkz6gqTYf3RhugmALLcdiL2vZyL63I3cAFN1ReP1DwOWkwSV9U067bm+J0WldIoQmlBzjkvZ23e2N94fDDnbTWVvamrOti9u+8m5v/mbn87K3jDbmyx7Z/O95eQcac6JcIRQFB2KVqxYsRQEQT/LpVy2KuXlmzcfv3L1ap5QA/fdAWO7Xv+GNxjzyMk78uKhQ/l3ymBmyPF5ZijLpmkKRiaeNq//mOOC7NNxTA5lqcZJnlOWIVzQqoplKXd7jlqkytrcX22E22Jut29UUKWClgO2NgpR+T1hxkH55JSzmxqvKC4+NHrRwYleah0g2hr4uhXgRtvvYcIZRpl0iQRyLXGblqN6JKtAEn2fcrpeKWB0enHFQj7AiWL6DGv0A0vX/soqBzRshN5XOUz5uyqjEsrbZNnaNUqoRum7NHoR7flWeimxSklkUvL9nv2tKZUSm3PayKRUz3OcH4l6VSmTVJ5fmc2fzI6BKUJIQGq+QG5w852ak8UHHcpme0dhEMhRjBEUYVmng93eUPaGyTnSnBN1g6Anyt75OEY+z3thYWHZq5Tvffe794ZhuJYLSGHI/vyii4zsaPwlGHI6mSEHDuZgMNi5Zs2amSGnxpMmTVOYfZmHw+NVjDMuSM0l1IAkz33UQItSOXPZzN6DOWnqJFYEVdVwOGd3HXVSBRxNp8TudQIm5cWOJE3ljFX7BrX1W2Z/433TFEw2AZKuSmRb8Oh6S7BBZrVy2TxYTgpUDhz7Keu4vutkUw6jUurlZCW4HClrBR3poxPNod6qSaU445R+0wYyKcntp0Yx+rq9a872VgHbXPZ2iQ96+Utf+qX//alPfV/kUbIoDJI+C0MOk1rZG0YxykxKbM7BQef9IIh7oFAGQQC9lLLkDf2VoFbGrveGaVjuve95z45uGGYRkowlcbzxoje+sWTMMQLlgQMHXhmG4VXyIA3iwaVr1s4MOXUOfJqmPBze9NqPf+KTmbCIQEwZt1iv3M0VLENckF5mlf8ef5i532QcXzOOUK6QWuhQlsdTcUaiTjZQ6q7bN2kLLR8nTFKKpIsaWRciTbmapuvXFAjuco9wgUtzz6UZLE1lcBe1sk2oLMEc3jGN9FP6l74px7dUZeUmDqNS0u5zpMY6TM7BqhwJlIK0xGYT5hw6eB2dYQ6jG6mIH7l+uB7ldlJlb35OyM3F2jRSIKmQc1PZm4oPetlLXmy8DD+wZctdr3/zm78yADWShVD27oWdjgRK7PbmvxOZlAM+ojFJ+v2k2+13gyAz58A4xvk+YwcBIAVErl7dX669lFe85z3cmCPbxoJkcOGfvOGi0pAbSqHcEobh6+QxTwbJzJDj8qQwFa2IcYs/fvjHbOdNXykBZd24IHI6ThPlbsIlXirRGsrIqnu53XK3AgJaHmWRW6mqroXChS4FzLcA5so+LA4yVe52KXVz6HfInHR1dauKszoJp6pvctQw6a5KwrlSvj3ZQNIVIl2hseZlr+QhVq2jCi6pcrh46JaRUwfLaYHKqn5KV9f3sNmUaukdl2zR0RvAHhZL6ocgL1frWZiyjA2vVK3a+YpNDvU2yt5iu+X2o7NFA9yiuoygvUW3t9iXxXblYF8zPujs557Bjj7m6NJlx8cwnn76tSg+CMreyO3Ny94wihEyKTlQInNOhM05bG6un0UIQdB5D34EWK5dYmyfVCmXjeP7/X/3d+cH3TleaeX38CS58k8uuqg0MYcCqf5rNgAAIABJREFUyh1hIOXNlPWjaGbIqfFkqeqf3LXrW+zue+5VgBIecqOPCzKXuzHwiJ5GsQNKKqfcLw6q36SVu2nzEYJGyhyEFU/t3HABSheYLO3vlvsmq53n9sByW8+kG0z6g6QLRLYNkLbbg4uaScGlD1jWUSubVCqrALCJfsphS9/jVCl9I4TGYc5xKXuT/ZgCtfn/x60MyvJNlL0RzZv6KH/+aU9lp576DOMl+cQnPvFjj+7eLccwSqAsRjEKoAS3N5S9I5YkMpMy6nYDcH2DOYdnUs7F0EuZRwiBOafH1qzpsf37pWq5bHIpr7j88uPnV63Co6N3/smf/3mpDdIIlAcPHMyFaTgqq1avNi5nu4ke7n+v6p/ctm0He3T3bgXSqHGLNnd3/q0h2+GmcrcOiKZyN9lPSKmcWEGqDZTjKXfr6moOHCNQJ1XVVoV0jG3KchU9jkqpuyJv0lXt1EEW/m2LBvKFSZPpxlTerlIkq0CyDkCa4o5c7mGmXEfb66oA0w8s3crgNrXSBpU+kUJ1oZKCEI4pymxtRU/MdzVXOtGONyl/Yl1IecO9h8pr/VRKCrLU3y+/sjcGUKrsXToOhrK339Sc6j7Kx69fz845x2z5eNlLX7p9K++jhJDzQLq9ocQda7O9ZdlbmnNwJiVMzpHmnL6MEOLGnlWreuxgt5eplACUy6aX8u/f974U3yNf+2d/WuLC0i/27Nlz/PzcXE6igzSdGXJsTwfi7+Pon3SZjuPl7p6wcrfv3G7vqKARO7uHNeK0UerWYWw0MIl2fHY9aUlL+VU2LEjWBUff24ALaNYBSy2rW+hC2PSRbahvCXwYqCwbYMxO30LDkhuJ4U6FY1XZoteHy/8uE3SWlUrpkEmJ3d7iXBlj2XuIqTlN9FG+771X3v0Xb734y6iPMsryKMGYw/slWYfJkPM4M+fkKmXSDfpdoVL24iDoZyqljBCKNJUyK4M7zF31vbmMYfm/f9/7dgRBeLZ8Bi/2+ydcdNFFSpSkCSg3zM/N5VNdBml65Zo1a0q18jF8nql7yzRNwQWVO6PkB2iif1LvFxw2LohW7Ki+R4SutdVJNWeTNL+g+BwfoKTMOORnVTdHi+YpTr9heieHVSd12KPUybp9k6OGSR9VkgJJmxo5KoC03aBsgEnBpUmxNJfBy2rltEFlPde3BqUtq5SKWjpM0LmDOWeSyt5kr6OiDDcbH1R3DCPVR5nlUX6GhUE0EGMYZXwQ5fbOyt4wNWfARzH2GJMRQtFcAOYcMPlEMkKovxiG/UyllEC5LFTKf3j/+/NhN/DcAaf3a/7szxSndwko9+/btznsdC6BaxJuZEEQXLR69WrjmB3bDfRw/3tKPCHG2T+pKlp2gwrVP9lMmLm93K0rruYMS2yo0T+T+DfV+6n+HmVlByHKyzTDJF8vOsmb6p10LU23XepuW5k0gZ5JlawDkr4QiV39de5bBoGwcjVVcOkDli5qZZtQWVImldxBRFu6WUXfO9hpTJS3hzXokL18RNlbV35VQ3X22ZDRWlH/WjDnjN3tTcUHaZ9VKsbYbDVJfZTz8ys+VAAlwGA+NUeqlFE225sqe0fdJOnHYMKZm+MqZRDEEB/E/48HnYteShklBOsxBzfUudmM6TUf/MAHNgWdTj6OOxkMLn3Nn/yJMo67BJQHDhz4UJqm+cjFOI43rlu3zjgIfEyfayretmp+t0/+ZBP9kyWYQtN05FnexHQcSvlrKszcR52Ek2SU5W5fmCw55MnZ7Oa4I/563FeJXe0K5KqXOBWIrkO3njVZNZNcvyBdzDemcZW6qbstkBwWHl1vQC6Q2QRYmtTKcni3wRVuolFZibbMwMZ/bgQqNRAleyEnpJfSRaWkI3sUWTM/naieT6tK6Vn2Jk01Y44ParKP8pijjmRnnfVc46V67rm//oVt2298yBAfJPsoI9ZhEHLOeytR2TuCUYzdbsD/NzPnyLK3NOJERdB5t8/YXsikhPVMveP7H9///g2dbnd7Po1vMLj6j1/7WmUEYwko//M//3NHEAR5mfbRRx9dd8IJJ+x1vYnOlhN7IE1TaBPIaR7vl09e+ykWRbEaG9NA/mTj/ZMu03FK8Tzik1IuZrVUjyfJYHBCiuCoyt0jNuNQvZPDqpNNlLrbhcmyi9tVlaRK2zY1clQAabv32QCTgkuTYmkqg+t8qMcL+TrAq3oqeQagEmWolp3xvqANNZpsM4EqpUvQOY4QasOcYwVKzbSExxPi7TEBru7qzuN7tF5LeTypsrfX1JwR9FHOzXXZi89/kfGSfONFF33zyn/8x10DbpjJy948PgjAL44HPdbpxGW3d6nsDeac3lwQRFHEevPzXKGMigghnk8py95Tr1JeccUVR6xaWOBT/+D5NWBs56te/WrF/VQuee/fn98Z0jTd99jHPhZGB85+PPdAmqbXMsbO01/mM7+7FOCdwVUz/ZP144KmudzdRlTQyNVJDvpEmZ9QJ22zv/F5ikvdwyiTZSe3HSZ9VMkqkPSBSBuQul76th5JFbLotRoNNjjDEL1UB0sbVPIvu1r1rcoBXgWVVc5vV5OOopvqeYhUj+GUq5Q8zbJmJuUklb2bjg/CsJqJMkKcIfMoC6XXZ673tZ/c+tBLf/u3v8jCIBZTc3gfJQCljA+CkPN+pyPig4rZ3ty0I93eUPaOYgDGubkIlb1heo4w54jAcwyVag+I641lgpb75w9+cG/AGB/BCM+gP3zVqxSGVP7x8MMPH786GwKeHdCdj33sY2cjF2sc0DRNwf10nP7S733vPnbr7bsUFQ8OzCjyJ3H/JJ6O00RcEF3uLtRKtfTuN7t7OZW7XdTJKgAc1ohTUkERnFb1TfpEA+kwqZtvTHFAJpg0qZLDgGRT8Oh6S7BBZpVq6QqWOlSWS+DVZh2fSCF9mzBUupa+S8sppG03dfBnkwNUDuP4dgk6n76yd4FmTZe9veODRpBH+YunncpOPPEppUv1/vvvP/j0p//8Jwx9lNKYI93ecWcQAxhCyDmYc+JO0OVZlFrZO5qL476cnLNixYooDMOeZs4R88Kn/OefPvjBHR1Uwe4fTE54zUWvyZ3eClDu2bNnQxdq5IImwZRz9dq1a5Ua+ZTvj5FsflWg+TdvvoXd98CDNFDyh7s4LG32T2I7iU//ZKn3D839lieT6mQ2u8QZDganwsObLnej8YbDmHFcjDjyG5w84eT7Dds7WceI46pOVpW6JxkmbWpkXYikuuhLZR3Hu0oduJx0qGyi9F0VeE4HZFMxQmbHN9WfKOC0Xi6lUNTczTnDZFI2UfYm44OwqabhqTnYmKOojuhbj6JAEhN58DLFvigcUaaA86ccfxz75Wf9kvHqPProo/9t9969B7M8ygSNYYQ+ygIo1ZDzqBMYy948k5KxuSgz50iVUppzlk3Q+b/88z9zj428pyZxtPGPX/Oa3GOj3Bv3gcM7CLjDG04EcPGsW7dOcfE43jsP68WqDDmf+9wNbN/+/RX9k+5AKdgzczHrpo7syCq9jEo4dnHojUBJ9U/imdO144Ls7m4OZKjE7+PunmQzzjDqZNNGHLXPlXas82NBhUIa/lbq5cXnpjoVUnxx0sPYTSMXDdRYBZKuENm09dIVNivNOIbCmAtY+iqVTZW+XaHSOfCcMOi4ltGbyqWcJJUSj2IcVdkbq44qDJtHJY6+j9IccC75Ze2aNez5z3+ekUUMxpy87C2AMh/DCGVvPpJxwMCoUy57Z+YcKHv3ougQvJarmgsLC/1FGN94AOaF71sWEUL//MEPbu6EIgUIBC9gxD/84z/OGVG5/+3fv38LS9PXyZOn1+9vfMITnjBzeHvicZqmsIP5Ttd/Pv6JTyrqJPyjmN+tBiFaFUoEfcpD3Dq/29w/qbvBTeMWffonqTI4RxekbBb/Xewt/HlaLXeP0IwzbnXStdTdVN+krcw9TImbgkkbSDYNkLZbgw0wSSNOTaiE7VFLvXpeiRYe3kI/ZZ3S9zhVyroKJT/2xHxvmxlGvLQ9tzceNu5iFFJg0Ob2puKDtElFdcYwusz1NgWcw/409VG+7CUvNl6if71587f+6p2X36LlUep9lHp8EJS9o07Q7aOytxzF2BdlbxbD5ByID+r1ekKZXLMmyiKEpFI56tuQ7Tbl/Pd//sd/3DA3P5/nlKdBcOWFf/AHeU65cr/7zz17drBQzPCGT9zr9Z555JFH3u78brMF+R6gDDl1A83Lio/Y0Vg1sgHlePonqVD09vonBbSVo3bIPtFCEIYdas2edCl3l8A8uy7wNviOWKyjTrqWuuv2TeqqpY8y6QKTJjisA5K+d2/KTa7f3qi8SOo2WAWXw4ClzQVu66msq1S69lO6KoukQWdQjCx0XVeehUjkQUoVSx6rulA5UWXvMccHlRzj2ZeV5vMo4UtRduSQxd4ElFTAeWbM2VbRR8mNOYb4IOijlEApQ87zUYyy7N3v96OVK1eK+d6qOWeqI4T+6Z/+6bT5Tue24t6c7nzFH/xB7rNRS9579z7AgiA3kqxdu9b2BXuGkIY9QBly7rzzLnbHd+5SFMrGDTlccUMKJO5xHDJ/0rd/kurN9OmfxE53CtRyCsycZ7hULg/PJLi7fcvdZLsCkTnJv2Tgvym9qeVzApav2zdZBZO8WUHbRlzFbrLETSmSLhDpCo6+NzkX0KRurMbSdk21skqptEUKuTq/lVgdxyihtmKE1P2OzD0OE2nqAiUHU2wQIibnmCN77G7vkrqYfSyy7I22pXZ8UAN9lHB+y20kgbJmHyUu/2Ml1tRH+Qsnn8ROOeWk0iUsjDkn/38sTKMBCyLDXG9Z9lbjgxiMZawse/ej6BDOpMSTc2Cd3Ek+zUHnV//LVfws5M+AIHjw/37FK46XO1jvocSRQQ8eccQR+YK+N9XDdXlfQw6Uc/OD0IAhhz8kp7B/UknB0fpBW+ufHKLc7R0VhHtPlfk6dggcVp1sutQ9apg0qZJ1QbItiKTudza4HAYsffsqdaWyCipdgVIofSi+hcimLCuCZlONr0pZBadNqJQufZSjKnsrIKUAW3H28WOqjvSRVbN8ITpwXTl44nUjyqNswpjDe3kzU4+87tyMOQB4YYzjg7Q+yhjFBwFQ9kV8kOL2jsRsb6XsLTMp42xyjgRN+N+pjRD616uvfoClKRceQRz4vVe8okAYeZY98sgjp61YseI2+e9BMti5bv26WWSQJxlXGXK2bdvBHt29u11DjrV/kn+3ECqpYSRhrnKZoJTIPjSpf/S6D89y9zDqJG5XUNRY7dwchzpZjgdC7QaaAcemTLqWuE3LVSmSPhBZzs6svgGYwsLrwKUJLOuqlTrEViuV2nhEnPnnOElnFCol5RYuKYRKXudoVEqnsjfqL2zV7U2Uvdvso6TzKNH+N8U8NRJwXm3Mefz69eycc8wYw40523b+YBCCQ5sDZRwGQcTCUMYHQdlb76OMsz5KCZSlsncUsf78fBBloxjhfyNkzpG5lFM73/vqf/mXHZ1Oh7dGQupIGobP/N3f/V3eGpnfx376059umJ+f3y6/mQaD5Mq1j3tc3mzpyVWH7eJVE3JMhhxVoSwexiZDjvJgbMKQQ8XoUFBqAEoSHHnZU5wGZP6kJS6oFOxuKOVPQ7m7LTOO2s+JStpEqVs/FlSAuauje9Qw6QOSLhDpC4+uNzUXyKSUSxewNGVXlkYtakHoo4TKYbMpKZWy7QihSSp7UzFHAqzFmWgre/OyM55Tnr0QxweRMGgz5pTilsRGUX2U9LFDkU15z2XhIsfKtjk6qIhuwgolfh1lzOETc/7+H76dBZxHwSCf681L03E8SLI+yiibmiPzKHl8EGMwgjGIkm7S7yZJjNzeStk7K3FjdXKqzTkfveqqLWkYvk5G2CVxvPH3L7yQm7fz+9fPfvazTZ1QDv4WkUGPe9zjZpFBrk+RbLk0TT/EGMtnocuX2yfkYOczCgMnZzwjgMDLGGCwCUPOePonKShFj10lusg899oci5QbzUU8kbLfioMuIUaFNzwy0tybqPd74qMl1+6qKObLNdg7WWcaTrUJp9gn/Jsr2mG+yqRridukSlaBZFsAabtFVAGmCSxdoFIoc+o7+0BleaIOKkE7Or9dp+iQcESGk5tHMg6jUuqgQ28TAhwMY/n9HZfq0f4fkdvbKT5ojH2UeD879VHWDjh3N+b8t3M2sMetX1+6TN/33ivv/os3v+lr0pgDRvFgEPfDTgfUwwiVvWUfpSE+KImSbsCn5hRAmZe9YRQj/7+lpSXZPykVyqk153z46qs3d8LwEnmvTRi76Pd+7/e26EDJF5J7PYrjWWSQ7Ulh+HuapkDq+Sx0uciDDz7EvvaNmxXFrk1DTglochgpHldegeYt5k9S/ZNNxAXRpXf0dapld/cw5W6XqTiuYCrPxSaMOFWObj2ykjRnaY58fkNSuTS7XtRftgWShvhLpzuAJgaSrxkWLF1K4FVQWT2mkY4Tcu2nbLL03YZK2ebkHKrs7VZqbjY+aGR9lEQIuSmPkvoyILbVoLhaAs59jDnP+ZVnseOOO7Z0XW674YZHzv2tF3xGKJTcmANACXmUUPYGhZKDJWOdWBvDiOOD4m43gLJ33A2CfhzHEHIOs72ryt48pxJGOk6jOedjH/7w+UEQbOXCQRiyQZJc+vLf/30uPuZ0sW/37mvTIDhPXsjxDCidHib6QilRy9q161vs7nvupYFyAg05pMpmCTQfd/8ktd0qeCEVkiq94/ghdKB9DDnDlLubNOPgz95mqbtJmHQtcZtUSZsaWRceXW8KNsg0wWVdtdJHqayCyhKMDtlPSZW+FcgiVMrmzDlYcaRHD8rj2mbZm1JJYb8jN2x+ilEqqnVqTsN9lPR2Nxtw3oQxx+T0/vmnPZWdeuozjJfu/PzCvwqnd8mYQ/VRxtkYRsij5H2UjIFK2e13gwDigyI2NxejkHPs7MaZlPL3U2fO+fBVV23ozs1tl2JHEATXvfTlLz9fAcrdu3fvCNCMxnXr1lEGRNd76mG3XJXD+8Ybb2IP/+QRBSjrOrybmJCDQacUxzO0Iae9/km9j1SeZLysjybrFGocUZJGohfOa1TbRFWDCb9glJGR9nL3clAnXUvd4pwqLvuqUnc5PF29Xeh/91ElKZhsGyKpGx4Fl5Ri6QKWJfirKH/XNem45lNWQRgurfuWvidJpXRxe09ifBDdR2mG67oB55NozJHbdMxRR7Kzznqu8fIsRjDmQAnGHAg4x0AJeZTQRwlub+ijBGNOP+ujjJMk6CfdBMreso8S3N6gUsqQc27Q0crecrb31M33vuqKK454zFFH7clv9mm682W/8zvc+ZTf/nfv3r03CIK18Es4EOvXr58BpScSDzdysdqQI2AmJ73C8GLpn5SytPgoKgDJf6nKnRmSTBNySCglDDl++ZOj6Z9sO8y8LlBOgzopzhvcQjFemBwGJIeFTZsiKe6r5htKXbWyKahU+ymbLX23oVIOY84ZVdkb5W3z56n8oSN73MveTfRRYmOOfObL/zWppeR+M5SmmzbmKLCKVHPTxByTMcc6gnHbzh8Sxpxsrjcfw0j1Ucal+KA4jqDsjWZ7Qx+lcHsvLvYZW9tnbN9UZ1J+/Jpr+GkCz7eUsX0v/e3fPkIhjD179vAFsoO3a/369ad58tRhv7ivw9s0crHkbDaobqOekNOMIcc+v1vvy3PNnxTbZ5iOgyBcVWELDvJRJ30VSqrc7drzaDPjuKwHfxGp0ztJnWt6eHldE47eM2lTJn3K21WQOCxA2m52VYA5DFjq3/KroLKuSUc8A8ruW/58IKKEXFRKXSmtW/r2N+eMoeyN4iApYGs6PgifV3X7KBUYrBlw3qYxR3W2Y2MOykI1QK6r0xsZc7hpJjPm9DOgVPIotfigqMdYhMre/bkYein5bG8ZZh495jGPiQ51On22f7+c+T2VmZT/ds01t3eC4FT5fPnvL3sZvzXx//fwww8fv2LFivvzm2SS7Fz/hCfMMihtTw3t79QM7wMHDrBPf/YLQiNET7ICKBtweDtMyFHVJKoUXP69KCdnP5b+SfmtpVg810Fbm9+NgXJU/ZMKaJnijLJvb8UpQu1vwpmO+jqp7EkXoGyrd1IB+IpStw6AasuAegE1BZMULPpCJBmebsrtqbhXkABpUCxd1MqmoNI1SojqbdM/MgWV06xS6kYj+ZnVOJ5iT9jK3uPoo6TmejcScG4x5vCSu20EY21jjrvT+7fO/XW2evXq0lWazfS+FRlzcB6lNObIPMoISt5gqMnK3nofJS57R6LsPd+fn4+4OkmUvcGgk3iixtgX/38/9rEdYZZFCRsTHTp0wssvvPABfm+CDMpOp7Nd1mQGaXr14x//+FeOfaunbAMoh7dphveoHN6KS1gpTxoAB2dbapDkCpS6KieBAh7O8vnJf5etv7bDu7R9YgsxwNjGLVJxQTosFXDsFxc0SeXuSVAnq/omfWHSVN6uC5IUOPrefqh53AWEmNdoAs5S/6K2UBVUVpl0qvopy/2O7aqUdRVKrvgR873pyTn2srO6PdXxQXwbsh2tHBocH9TAGMbDwZjTvNMbZXVmB4ea6S2c3i/6XDaCsY+c3rKPMit7dyLeRzmIuTtb66NMkiTooT5KOTUH+igjCDmXs7152Rv6Mw92e9Nc9v7Exz/+oYCxV8gKXz+ON7785S/fwe9Ljz766PlhZgMXPQiDS5/whCfMMig9nyhpmkJaPJeB8Y+Pw5urgbJV0iODUkCaeFcFqrDSNZIJOc0ackqGoYLu8l0cGsrd8Edb/mSb/ZOTUO4ehTrpWuoeB0xWl7wN+USe13vV4lVwaQRIB7VSh8H2odKcTVknRqhplXJSy944PqjdPsr2As6bMOaYooPgejH2v6KJOT5ObyU6COSK7MLycXrfdsute559+pnXa05vgzGHxazT6UtjDpTAB4z1s7neeR9lFh/UQ27vfhDEHCizqCBRAl+zJkJl76nLpPz4Ndds7na7PGYSnrNJklzw31/2smulQrk5RBmUjLGLHve4x/GgytmP+x6gIoO+efMt7L4HHlRgr3GHt3XkIlIkyd5CAkpV67P4HNQ6JsSQQ24f8pE03T9JxiyRXwwmt9xN9ukiI47Yx8X14Zo3WdU3qXNVqWRemoNevj5ppbJdiKTuFBRcuoClj1JZt5+SLn37G3SmoexNl52RKqmUcjFYF0fZWvb27KMcYGlZ61+U7yq/VEyMMUcfn5htNwd+5YIQ/7IBJSyTvxJPBcL7w2jMMY9glPuraqa3jA6C0vOAhTAxJ2YsjsMOTMNhZmOOUCllHmU+11vro4T4oH4UBVFW9ubmHIPbG/oooexN2PbcGWRUS37iE5/Y1A2CK+T7DdL00v/rJS/ZrACl3PlRFG085phj+Cid2Y/bHkjT9HjGWNGHil7W5AxveIIbFUwfoGxi5CKxDjNUmA05tcvdnGizEjcy5LTZPzmquCAOaZb+Sd/eSVzupj6HfpbTQInSCAiYFIcHt1TgVgH1nfD2tAWTTZW03e4E9FLGYHKTMqn9rg2odC99N6NS8soX+lw+EULK7sBgMYayN94WK1Bq04xyGCzMr/xkKSCx2TxK1ZiDJ/xUl/+bNuaIK6ICKPUxjoYRjHandzVQVs30PuWUk7Z+73vf35tNzInRCEYIHpdA2Wesk2QB57LsrQBllkcZa1NzZHyQOttbdXtL4870AOU11/AsSnmfh8mKGCivDYLgPHnco3gGlL4PjzYjg/TsRVegFOVzCV7c3s9/sMnGFhmklG4n0ZBTM39y3P2Tqjqq9rM24e4eptzdpDrpWuoeFiZNquSkgKR+L3EBS129rAuVrv2U06hSupS9VXBuz+3deB+lRaEUah/R4yp/jQLOfYw5uoIrS8lYdaT7TcWb43U4GXMMn0W0DKjHTFEwtX0gZ5GKtj31dVXRQb/5G79xwxe37/iBjA7KnN4wMQf6KE3GHD5BJ1MoYy2PUgIlDzlHU3Pifr8PSmS8sLDQX1xcjKa57P2Ja67ZMDc/vz0jCjYYsOte/JIXny8Vyh0BC/JxgfsP7F93wgkn7PWFqsN5+TRNwcR0lWkffPwTn8xBTv59nJFBox652IQhR4dquR8nsn8Su+LHXO5u0oyDAY3qnXR1dVeZcHzL3M3DpN6dSN3Z6gsKTUOlaz+l62hGVU30Uyl9I4SGMefUzaTEwEOrpRhK3MvebfZRKpmWHkDJoS43EVUrlBxW1QyiEiTagBKvoy5Qcng05lxqXwxygK4XHfRHf/iHX/3XD3/ku0KhDGJtBKOc682d3qzD8jxKbsxhYNQB53dH76MEoOyzubkIxQdxJXLlypUxEXI+NaMYr7rqqiPWPXbtnuI5zHa+6MUv3iCA8pGf8ik58oR7wpFHut5RD2eGVD47FRkEvbhbr7u+AiibjQwqlX3zp21xSM1mFTpIPH+lRaGk+xbdHd7CAJ6pqkQcD27cMwGlbogp1tfs/G7KMNSmu7vtcndb6qRr3+SwMFlPlWzqducPmGXAU2+pPkol/hSu/ZQKoChqkJZESfSw+eRSTlvZu+4YRgyUyCuiBJxTap9fH6XFmEOMYOSgZuh1pM6FXKEkS/XuIxgpVbm+09s9OuiC817I5ufnSszyV29/+7f/+m/edQsLg4QYwQhlbwmUcmIOmHT4yMYMKKGPEuZ663mUcTY1B9zeMuAcgLLPVq/uswPQp8lDzqeu7H3t//5kCl4Q8W0jxUD5iHInnAGlPyenaQomptfprzRFBsEy5gzKeg5vEMFMEOYTGUS6xA2GHNh+E5Ty4YfZ+aX30OXldmpuNgpwN68DPS4VsDUEmpM9osXR8THkjKx/ErUojCt7cpjeSapvEvY6BkrXvkk9GkhXIsv/9jHdNAWRw6uXw0BllfNb6fFzHM2Ilak2VMo23d4uSifG5LrfwLaNAAAgAElEQVRTc5ruo1RBrp2JOVihVIFSzYmUZ/Oond71gbKAY1zWTwzKJhUd9L73Xnn3X7z5zV9nYQrO7YixUGZR4hGMYJpRJ+YUxpxYm+uN8ygxUPI+yl6vB2VviA/qs4MHMUxOldv7U1u38ktB3vdfeP754pb800cKoEzTdNeRRx01m5LjyZTjzKCsGxlUUtgMMNjoyEUMTMgh3MSEnKYNORg3fIBSV0dllpOLsqh8AcDqLDoXXdYjl/Etd7tMxRGfr9ggsn1CmXmOQF6TKvHDWflsFjd3fZisBkklZcvhHjDQQK38EjfVsimorFP6dlEpxTJEz55hes7klr2b7aMcpzFHjc3BYFichTZjjsgUN/QpYpc2UqeNEI5jf7SeR3zG5LCKLpr83BtBdJBbFiUHysTi9OYzvfWAc+iPTJIgUvIo1TGMSnwQn5pzSJmkM1Vu7+uvu+52lqb5tJwXnHeeASgZ23nkkUfOpuQ4PEzwIhRQ+mRQ5vIxr8yqRg3xTQC7m7W/m2AwfzqiZam4H8olbooMmhSH9wQaclSgLB9DodYNHxdUZeqR56Wvu7sNdbKJUnczyiQNkr4QSd0aquHSDpY+UFll0mmy9N20Sulb9lbdvWjPY8gxAUoWfi5fYTLnNN1HOYnGHBtQwv4xQaJizLEBJdXrOMboIJ8sShxubogOopzemjEHei87Mj6I91Oybpcbc3Af5fz8fAwqZRYfFKOydz6ecVrigz513XU7QsZy7w0HykceeeS0gLHb5IUXJ8nOY445ZgaU/kBpfGKYgHKsGZQekUEltQ31NsqHFlaVbJFBQkmV/ZFItcITfAiwNTqffYASJRc1HWhOqaN41KVNWeT72hAXpCqlCFAJKG3e3Y2TAppTJ/WLhVInh4dJM0g2BZH+cFkNlnWhsk7pW1XXKKNGoUtildJlHGOrmZQNxAcp0KT1FeYgWjOPsq4xB/arcixRr6MJjkfi9CZUR5sxR9+/daKDoIwt337Y6KCff9pT2amnPsN4yc7PL3yYsUGUOb0hOgiyKMHpnSCnd5IZc2QfpRjBWDbmxOU8ShjDKKbmZGMY+f+KqTm87I2BcipGMX76uut2pIydnd+7O51nBg8//PCGbqezXbrlAsauPPLoozd58tRhvzgVan7jjTexh3/yCN8/eSky1Gdji4eeTaH0yaCE98r7Ktn4IoMmxeEt1N3sNA1C1OtpLsfaSt6NG3Ia7p9sqtwtPmf2JQCVu31L3eL8L5TZOqVu/zJ3GSarQLK6GE7f4qoQ0axa1ofKKpMOfuA2pVKKkmiOMqqxBP9ljGVvbPRouo+yTWMOPUu7uo+yrtPbJzpIVy4nITpoWKA85qgj2VlnPbcKKGMiOkgGnGNjTsLL3mJiDuRRyj7KOMujhD5KoVIGAcz1jvEYRiI+SEIlQOrE/3z6+uu3sDTlvhEQQ5Io2hg89NBDG+bn5rI8IcYGSXLpMU960mzsosfhbDPUXHG9eoSaU0DZVmSQrmYWJqHxObxV6CuAcpyGnCbK3fIClqeo0ZBVDD1SQA6XtfEp3na52wUm+edSWj0w7KsXpN3NreIhBZJ1IZK6PVCoWAbLZqCyTulbHchiD7weVdnbBQaVveZR9jaVvHVo8okP8jLmtDoxp57TW/+sefIOUd42Ob1tCiXev3CdyXOV/gJQ7tHFWZR1gRK2A15bFW7+X08++drv3nvfHg0o8QjGzOnNRzDmCmU21xsDZYQCzmNZ9oY8SsbmIsMYRoDHPmNHRIztxeMZ7T0yHozSxqLXb926uTM3x8cvwg8Hykd+8INXpt1unp84A0r/XT+qUHPyoW8oE3sBJQJVoSTJsrSupIp9Y3Z4U3E/CCitDu8GIoMacHjb1Em8j5T9pU2IacuQ49I/2UEfwmU6jvncar/cXafU3QRMuoJkKS9TTwonbhemp8EwUFlSJtEbmEwVAs6LH8rxPQ1l7+b7KCfPmFPf6d3ETO/iDKIMWlagFPVtfsKZ1lEXKPn6LFmUuOw/ZLj5DwVQAvwFSTDgJW9weuM+SgDKPIsyA8qYJUkETm9kzIGAcwDKPprrHUXRoSjro+Qlb55HWcQH8fJ5Vv622v38SaXZV1x/3XWbO53OJZIHEsYuDB7+4Q83h51OQZmDwUVPfOITZ3O8PfZ9FVCaQs3VHkpRBlTyF8kwbGyuyf4bRQaVYHDIDEqTw5sGytFGBglFVO471fxi6u9UYmsMYKtAFzr2Xg7vmoHm4+6fdMmedAkyV/dVsRObVCfbhEn7us03BXJWt2HxpqBSyZ3WpyajPzYFlcUz3W++9zT1UfoolBx0DMCuHBdsFlKq2Bl4UX2bqfsIRuz0Vr9YoC8T2XZwqENfiOTnxU5vG1DCWo0mHgtQiq0pgLN4b81hnv2T6tE1qZRC8cw+rwxvN0zLgSVe9pIXGy/ibFoOACXOosQKZRLHwtmdASU4vYmJOXkeZdwNAmnM0eOD8l5K1EcJ6+tlUDnxfZSf+fd/3xRm87xBGAAxUgFKIP04iTcee+yxsznefkAJPaf5oHT80jpTckwObw6LWImU0DniDEqytE1kUOIAQlOpuenIILqkL44KHrmoGtiR89oDKBs35DQcF1RfnVR7HtsGymZK3dVlbkqVrAuS+i3CFSx9oLLKpENBpUsv5SSVvWmQM5fjTWXvtOZc7zaNOTC8PC/zGoCShrN6QCmQTUJbGSgF05X3KQWUHNTkaixOb6o0reRZIgQ3TTgSjnSJngg0DQql+lnLQAl/N2VRUkAppuV87B41i5IlMMo77ED4OJ/pnZWn85neXLm0GXP4a0UfZT7Xuw8TT7IxjEEQxFp8EP/bpLu9r9+6dcP8ihVFu2SaCqBkQZgrlDOg9CBJ+aUoTaHnNN+Hcg3jnJLTVqg5Bkq9XGkKJM+B0iGDUjElWabk8JI+CkOX+9w8BQi5kyfEkFMC0WLn5SegWnpHKqzB4a267ZH/SMmDNCNV3XK3+hkQkKN8cRd1sirAnIL+8lXqD5NNgaQLWOol8LpQqUCkttKmS9/UfO8m3N6w6WpvZrlcCpBY8Azur0N7HJVZTWBKrcMn4LyuMUcBSk6uGSzZ4Aw7vTWHtWl/mJze6nmCmjgtQMlBDe9TR6AUE4HokrfERLm69oCy2NEmoKyelvPu21iYwvSbWISbc6c3AKUcv5gFj3di1mEmpzeYdiAyCBtzZNk70eZ6437JZBrjg66//voN853OdvkcSAaDS4Mf/OAHWzph53XybI97vY3HnnDCTKH04Epq7OIopuSIKJ5MfcMTZBQXAnbpFv2R8iOS6zBlUBI5lrbIIOFQl+9d7FwME1ag1CBzlECpQBcBu7aRi00bciined3+ybIyjs8bccx83d2+QGk45fj7VsOfH0y2BZI2sGwbKpsGSvg8Eipd3N4+Yxi5goT7QA3g5AOUfFsteZRNGHOUkrHCtRh+JTgWiqBQ8GoApSA8/kJKybVFBwnlT7653YQ1LFCSUGpRKBUoJRIEzCXv4afliPGLClBCuHmkASWAJY4OMjm9RQYlS6Kk25V9lKjsHfSj6FDs0Ec58VNzPnv99Rs63S5XKLnAMxhcGfzoRz/aEWThlHCwkn5/BpQeMJldPM5jF2HHF+VDnMtYb+xiI0A5glBzsZ3NAaVphjcFPDgyyMfhjUGmLlAq0Fcz0NxlHXgZH6CcBHe3S7mbhsDJhMlC2FF76+tCJTmRBUOZYeIJP4cp8FHKsHbQqOv2brqP0lTydgFKFcqKtfiMYPQBSv5+EnIx01kUSgHy5eigukApshxzmlV6GeWpMZpwc7TP25qWg8jdFG5OTcvZcsUV333TxW+F8Ysc5AZCoRRAKbIo9eggMOYAUPLpNgMoi2fRQZoxBwecJ3MxAGWU4LneWh5lVlbnuZQT3UcJQNlFCUFhEOzkQMnSNE87f+KTnuRqgPTEruW7eO2xizjjj4oEwhAm/1s37VQqlNjIQ7ioTS5x3bE8plBzPTZJnkUmoCTL8fwP4pU+QOllyFH2l2oSktvso1D6lLvlN0QB1CpA5MYl3ASJLsUmgHIYM85wMKnikh4NpN/IfJRJKl4pB0VD7iJ1hyv1QWoLquVvHTmLhUcFlZQxA6uUKliZ+93wx5RQqQOZ3I21+ygxnHlNzFHNILmngyoxGwLO8ZGyjmBsODpIOUZ425QvFdkRaBgocW+lctxMbuwRTMvBxiQuA2fH0Acos2k5n8/CzQEoOVhqTu8o66NMDNFBmdMbyuMBVym73QACziljToz7KBcXF2XfJM6ihN/RN4QxI9XWrVuPWL2wsKfIu2Y7gx899NAOFoZnyxPjST/3czOg9DxQFFDeeedd7I7v3CVABgFZ/mxHQGkLNReLyhIk7qczw0vRQ6n+Xf5LVb3K68Bwhoc3i97FDM5wid1QBvYJNccud31/5YdDeb/y+EISKHFPHxVdJB3jGLaI/kNTqVnZX6RLn9hmuU0TY8gxxwVNXrm7OG+bgEkbRJLA6ACXTUDlqIBSVfLMZe+m+yhrA6XYWH5oahtzEPTUdXpbgVL1wxj7FFWQdw83xy5no9MbASVcMXJb6S8O2f7UyuzDhpuL60esm25PwL2yhapaCKyGvyuO7mqg/IWTT2KnnHJS6VJGQKmHm1NZlDI6SDq9ASjjTgAGniDJgDKSQEkYc2RMkIDJ1asjdgBev0/C5cSXvb/4+c/zA5I9E3dCsPmOMAi4Qgkn2M8de+wMKBsCypHM8bZkUOrj/4YFSgoqjNmUwYhDzceZQdlEZFBNoGzakCPW137/ZFvqpK8yWRck9dsE1UOYq5pahiWWHppSKcfRR1l3DCN8/kaNOQ04vUcOlER0kKnkrYO+0uso2cuiUPoAJQc/gwvMS6HUoXTMQEmNX3QESogOEhAosighOojDH3d68yxKPtObG3O63QCAEibmyIBzbszBAecrVqyA2d6QR4nnemPQnOiy97YvfCG/jQWsI4BS9lDCCTQDSk+aFBfM7YyxU/VXNjnHe5LHLqrqHFZjpwMo62ZQNhIZVHPkYhOGnCbK3eLbadnh3b4Zx02dtJW5yclBltsAVYfygcrqfkrzOzStUjYdH9SEMUcto9ZzerusI89FJAwvdDkXbRM6Twrlr/ilYizyyKIcNVBSkGgESio/0xhAXhhmOMzasigN5Xsqkgh/kSmMSYVCyb+wZOuTx9IdKAEMjeHmGexVRgeBQimd3iZjjh5wzqFSy6OE0jf8H5w1E1v2BqDM77FhsDP4wUMP8Y2VW3zsTKH0JkpqjvekAeUoxi7qUTLyvLKZcngp3dALauqhFADrH2qOMygFCMnS/fAZlDaHN3+/rC7bRGTQpADl+PonzUCp9p6iXgfDVa3DZN3SjH63rwuVLipl00ApSsUIgGQwNGEcGbUxx8fpLUq/am+kLIUXKrHS+Zh/cHNYt7k31GbMwaKeLYsS3sG4zU2GmxMlb6x4tgWUWOWcZKCE7ZyfX/gwA9VRTMvBQClNOVKh7DPWSViHxZ1BLMrTnQ4EovdZkiQwMacCKDNjThDPz8OY70AGnMfT2Ef5pRu+KEreWaUUFMr8qoEb4X857r/Uva96g9hyeQEFlN+8+RZ23wMP8o8pAUCdklOUFm09lE0olGMFSuvYxeGBchSh5hTI1QVKJS/UUvJueuSiTaFEbbv8HJafsen8Sf+oIDtM6sqpfq9pCiZzUNHeoAoqq/opm4DKpsvedB4lVuqqjTlNOL3VyBhFGizA0GDMmZgsyhGEm9efltPA+EUigFyeP5MAlE85/jj2y8/6JSN6zM8vfKQASplFGfOoIC3cnJe1URYlH8fI8yszp7eIDurGSTcBhRKc3jH8sLk5PDEHgLLf6/WgrI1MOWtjxvZJl/dE91Fu37atKHlDxjMAZX6xD5Kd/+WEEzYsF9Ab1eeggHLbth3s0d27JxsoJ2aOd0tAWaQVNTIlpy5Q+ji8OQxlJ69PZFAzDu/2DDnKZ1GMS8WV6hZkbgfKqlK3CtLmu4StxkR961b0rwqzDqVyNQGUXHkyRAjhba4721t1enN9je9Anz7KJpzeyvHxcHpjKJ3ocPMmFUoUX4R7KBtXKIXcKs4Hg8I9CUD5+PXr2TnnmBHHDJTGaTlUFmUOlAChqI+SO72rjDkrV66Ms7ne0pgzFX2UX9q2bUcYhNyDw421//Hgf+TtvGwwmAFlDQq1AaVimgiRFcHi8tbLvXmJFj+MLaYceDd58zVPkaFBLn8A2dzcxNhFxeVtmp+tuaGdS94jnpJTN4MSK9OjBsr6IxebBUr84G8TKF2NODaYtIFkSek03C9coJJSKdsESvxFZZxAKYBDyHXYmOPj9B41UPJtzfvxqnsoxecTJ4bo/8s+a8HfRuBSAM9jWo4am1M9fpEGSrW/UZ7Wth5KFUrbB0p9H+XbmX95M/dQytc5AiWa550DpQS8rOzdiXjJW2RRasYcHh1U5fSOGZuLgyCOsuigaOXKlQkHylWrYnbwIJ6iM9F9lDu/9KUdKQvOzp/d//Hgg/m1mQwGO0+YKZTeSDkKoCTLkx4ubx+gVEq4NYHSZ463dUqO/AokU/lHOHaxLlC6qIumkrfaB1j8y1byxgplXaDEDm+f+d3Il6OYdOoCpUuQOY4KcumdrCpzV4GkXLfLMhKS8E2ENKrgMXjoBT5QaTDhlhVDtJBJpaxvzCl6Fn0UyiaAUtnPHgqlqp4VR7StcPNRACV8Juv4RXxSeczzNgElfz9Tr6pFocwQOwNtdO7gdVGZmkbDDzp+7QAlTMtRxi+C8iic3hwoE4PTW48OgixKk9M7jqJDEZqYUxhzwjBm+/djqJzYud4AlCxLCQJmCAAo8/FaAJRPfvKs5O2JlPWBsjANmHooyaxID4USxwbNgDJERpziINtc3ssdKKmRi6MGyrbL3ZQ6aQJFWyO57TW+KiVe3gcoS2pYdlrX7aNUTT9m4Cqe7ZoJRpa/iVK/qY+yrkI5A0qtrEy5o+X5cNgAJVKEddBOU2ZXKFnCwhT6ISPGwgIoS9NyGISb4yxKiA7i/Y4drlgq0UHS6Q1tlJHoowyk0zspGXPWrInYflA590qoBKBUR255MkpbiwNQhqEoeYOAFDzwwAOy6QFk+BlQeu75NE1PY4zdZnqZ7KGkS97TBZRkPBBR8s4VShyNg93VCIynWaHU90ue4YhNNoaxi/x1iswmMGbUCqUKlOicRBtC5YzK876uQtmEIcdXndRhUVFRfa9/tHzVem0qZRNAqcBlA2MYqeBrm9PbJzqoaaD0Czcv9jqZrWhQz2wu7xLkt1zydlIoLfO8RW9suf8R75e8jj/RCmV9oPyvJ5987XfvvX8fAsqBYfyirlBGbMCzKQEoubkGAWVCzPQGp3cURVE8Px/kE3MMxpyJ76O8cefOHQFMWpSpKw/cf39+VQ3SdOeTZwql1yMlTVNQdPmAdP3HFShLU2IM5VxjyZsbTlBJFI9HzH+PDAyGZRX3OFHaLib0EO/nAZQKQPgApbbtEoLUUG/TvsAOF3eFchRjFxWgHHGouc3hDeeyTaGsGxk0XKC5OMbDlLuVsm8FELreCCggbUalNBfafeKDMBj6GHPqAiUHKoNKaVMoBYgZoIYaqYgP0Jim5SjHWCkli43DJW80FdCvhxIRKtVnaip5q2CLh4mXsz0nBiiR64tqo8jPEe1LU87+uD9XK5VXKZTP/43f+OKXtt/4wwwo40yhhHneSQiB5VCKhuHeItycO7tRyRvmeXMA7HDAFAolAsqEdbv9OI4T3ektRzBmQJmw1av72cQcCZTi/Sbw58adN+Y55jzBBoAy74dIkp1PPvHEWcnb48BNO1CKfEjxgSk4MwGlbrAwGWpMCmUTQGma4y0AqBooJ22Od9NA2UG0YOuhrAuUdSODmjHkoC9HeJwmhkIsleLf415j9Pth1Em5mnaBkmNB6Y7kA5QY1HyAEr8O98zZFEofoIRlE/TxlhtQin2RARxmOiLn0zZ+cRRAqYN9fnhs28w/X/kLgdKHaQg2L32RyN5wTED5IxamEY8AUkveGChFzE8BlFKhFAAosij5PG8tOigpSt5xFEUsVyjlxJwgCBIUcI5L3hPZRwlA2QnFpEUQCoLvf//7eckbXN4zoPSgSfGNeiIUSjIsG6uAhJo5LFBS+Y8zoKw21EwyUIoyfnEtDJtBOU6gdOmdtPVM2u4KdaGybnzQOIFSjQ5qJ4vSZdKNgtkTqlBOC1DCdlLh7pMKlOKrVgGwDSmUFFDKcHNQKHOgFD2TSri5BEoIN+c9ld1uAMYcPToIO73jDCgpY45UKs3lCtvNqcW/f/nGG7kpJ68Yfv+++/KNBJf3iTOF0mv3VwHlxz/xybLyp8QGyWkvaFyhFqUjN8ZW8p4B5UyhbFKhxEBJBsYbRi4KpVuc1wpkKSV9rCQXl5tpcpF6MdZTKGdAqRo45F70iQ4adbj5DCgB8JQkdHFNGdzVHAYpd7RU+yw9lIcLUMLnfNlLXmx8xmclbw6UAIIDFsaZy1uWvEWWpARKOS1HzPQuhZuTWZRxLGd6m53ei4sxU405EignzpjzlRu/vIMFqVAogW0AKOVJCj2UM6D04slKhXIGlFldEplyZiVv/OUBmXI8eihHMXZxGoGSihqaZKAUkFBkMsq7j4/Tu250kA9QYuCYKZTmY0aqxlNQ8p4BJWMmoAQoDAZxbOihBCe3GL8ogBJc36JUnk3LKQEl9FR2u1HRR6k6vWFizsLCQj8IgvjQoUMRY3xizkQbcwAogw7Lgs0DFtx3772KKWcGlNMPlEq24azkXfSIUuMfsdKWHf5JNuXMgNJsyqkLlMOWu+UdQ95IKdNPW07v5QiUWI3zmuc9GOTKuIvKmU/6gXnX2YGkA9axK7z8JWAGlKPtoaxT8vZVKCuAEow3AJQRCjcHYw6UvCGLEoebi5K3AEotOkjM9O73+9J4I0Ywrl6tT8zhIyCNDdV+yNLo0l/58pe5KUc+k1SghJL30542M+V47PJJLHnPgBKpgFxqEwd0uZhyZkA5A0pF2VRMLcXNy5ZFOckK5QwoZyVvmymnZaAcDFjIS9+aQpnFBkFOpREoQaGMCKAEpzcolJBFaYwOykYwAlD22YEDcsa3nPM9ccacr3/lKztSxs7OjbugUMpvgAPGdj5tBpQeOFltypmVvGclb3kymabc1DXlzICyWaDkXza8rvrywnVNObOS98zlTU3pmfVQIkXYMClnzEDJo4GQQlk4vblCGeDooDjpdqVCCUAZC6DMnd4wgpGXtnOgLEYw4uggAMuJMuZwoMSTcu695x6+gfD/0hlQej9WJlGhBOAooKM6h7KJ2KCZyxtHLpWji8rqqFimLlDy16LMUXnSLhdTjvh8KBcovypnppy8vG7IPBRw2o5COTPlqNmapr7XWcl7WZW8bQolBsqBNs8bAyUONzdlUcaMRaBE9lesWCGn5sQ8OqgYwZjPEc/K3t6c0tYLJFDmKSDfk0AJ3wDSwc6nnXTSrOTtsfdnsUFmd3VWY85qzQXgzkw5w5tyRg2U8H6z2KDqm0JdhXIWGzRTKGcKpQaijjmUdRRKh2Bz6fI2ASWAnww2T7J53mDKSRBQ8mWyaTkJCjdPuhAjJHooQaGMQaFkbC4JgpgrlEp0UO70DhPG9vUzkOQleA88aX3Rb3z96ztYmp4t2+wCAErZLJ6kg50nzYDS6yBMClDqkDFKhZIHmhrC0Wc5lNObQykgsrgUphkohUKMjgW6wmfB5mJnqAk15Ukqs2Dz5a1Q4kk5QulG+Y6FLJ5fOUYIXkbB5jyJqdxDaQLKJHN543BzDSi7cdJNclMOh9IgiOYALNlcEkWHovn5eZ5BCQ5v+L/FxUWuWmpO74mbmANAGWYlb36fvefu72Yl7xSCTWdA6YWTkxNsXhcoZ6MX1fKqxI5JdnlTCiUwk2375eldd1KO+t5FWdpnlvds9CIqS+PSNbr3FLFB5pYpn2Dz2ehFNK1Gy3Js2+U9G72oBqYr+9s0ZnP8oxd9FUodKOU8b9RD2Y27XRArhUIpVE5jFmUso4M4UJad3hxoJ6mP8pZvfEOYcrKf4Lt33y2AUsQt7Dzp5JNnJW8PqEzT9DTG2G2ml7jO8uZqkKKgZD12OJvQ8PeS8jIFs7wFkIi9hcFC+fymmePohbxH1DDv3NjLyeedy7PdfZa3eLsseB7ve9O0IW1spcQ6xTyjRBYZeijx50Mnk20dGPB8gBKfOyrgFZDY1ixvfOyVFgikiFIRQNg+I3cpNtT4Rgfxex/e3x7Xvu21eL1tRQbxbTC4vG0Ob/E6pEQqGdpZJA4xas82epH8rIqxoojdkb+m43rKiqmy73HYt1dsEI4Bco8NotoUTJCPgVL8tzjBqDnpeE51vgwRZq6swxBsrp4XUzLLmwpoN5hy8DmOg92l3A67Wgl8T1NWVfI+8znP+czNt+56NAs2d1EowZQjcyilQomBUkCkaVpOPtMbsihFdBAolACU2UzvLDpIcXrLv02MMUcCZV7yBqDMXd5puvPkU06ZAaXvQwVf2ei1yw0oOfgagcpS8iYie5YLUOr7xRUoxRcJPJS6AE15Go0eKIucJRtQqtBdnPgY6nym5ahwaTLlCBSVP8quUyDc/FqXsne+3y33ANMdvW7+pA6mPqHmGCh9DDkUUKpQVHxKc8k7VSe3yDF4mDjRfsSgiU0tTQLlAO08ew6l+fPZciinEijxSaUYumRpWx1jKA+bMofbMstbAHNRKjeuwzDLWz1OCPLRVz313MneA/29CaCcX1j4KEtY0gRQqvO80fhFY7h5lMzPB5BFyeOBcqc3zAUXiuTEOr0BKIMwLILN7/7Od/jRyU6cGVB6wmT2bdP4jcEOlOjhPQUK5QwosZtb/W8M2tMGlALTsCou/tsHKPk68pSoAuh8gFIAqrgAfRRKFTPp12Kg1F9T9ZVfgtnby04AACAASURBVKLLMjoc8n9TgGUtd5vWJvZPDmQGdVK8SlXfTKCcr8OgTmb3tfxuaANKKjMQ305nQDlGhfKwAcpCifVVKC1ACbO8s3L1IAsZ57FBUPKO+OhFGNfYgUBzBuHmg07Q5eokGHO63SDSws0zY04A2UGxDpRBECTT4PS+9ZZbuCknTx35zp13Fl9RgmAGlBMKlEqvI573bSjH4tggAAX5aDGXhM3qoigrZz9IOvJRKAEK5HubQsXVUiu9HfkhwSX9EZa8BSwZ2hCI/YJVtPxCM5S8ObQZFEoMO6NQKDFQcrSU+xkB3qjneftCpZ4jWaf0TeMbfVMw5Vf6lLr196yrTgoALLbTBpS2cjcFlOrYxaKGO2qgVOAeK2cWhVItJi0PhVKM6S4re8r5kO0XOF9NKjQ25VDl+Fx9JGaK2xRK/t41FEq8Xnxemkve7QAlaG4hTMFRXd4YKHl/YwaUEG6eaEAJ03IiaKVE03IgizKOIgZAibMoIT4IRQcBpO6VDu+JcnoDUCqTcjhQSpl6MNh5yjOeMSt5e0JlPgxde51UKMXDMVN9YIC6AmrF7wsVATlSC8nG2HuolPEMPZQ+QIm30w8ozbmINqDEICMgWOwBKrg7T+PH/Y0W2IWdrfRs5mBYHCzFgIOOocmYQ22bSaFU9ueIgRIDma7M5eeZsS+3WaDEwKTsO/ylSOmdNB8X9dKqX/bGXw4wuOuXvK1JyQSSOhxSyqR4KKK+QPTmbQKlUpK39E+2CZT6Z69T8h41UJrU1dLxNmWDDgB7Cs3GuYcyLUZI4m8KpnI8Bkr1iwT6gmEFSnMPqankLSrb5dL2KIDSBM7wKYuStxko5euqeiirFEpXoGSdTjIQCqUJKMHpjaflDFC4OS95Z1mUvJ9yEaKDeLlbmek9UU5vAMrc5Q3P8O/ccUde8g7SdN8pz3jGEZ48ddgvTgHlV776dfbQD36oQBKYTyYKKPVIFUUFzA6tVaGcYKDEpVjY82MCSgEymckH70+LQukCpRjU2go3h+0YNjqo9GUhV5kxRDYDlBioTTeoqvJ3nRuaDqCuMKlDSRNAaVMnS0BrKXmPOtRch1nZ46/CBDpKFoWSmgWO7VhUFmQOTgZDkTdQKvu5Wh0F6M6XsJhyJgYoiWk2ct82oVAOC5TH/tyT2BmnP9t4iQ8BlHFW8o49gFKflsPneeMsSih7Hzp0KDIA5cTM9L791lvFaSq54Y5vf1sAZXYne8app1JfvuvcZw+L11BAuWvXt9jd99w7A0qpOuawiqABla6HVSixqqqWisX7cZRXWgSy36PMG8oxTCnB8pPYFEoKKJWpRtjwhK4cU9l7FOMXBUQWG2Jsd8D7TvEXDd9HWQ2Fw6mU4niot7q6Nz4fmCzBHDrOTcCkgBz3/km+fIMOb7G+sr5LKXyJ0gNa3m4KBk0KJcCGUcEjyuA2oCTNIoS6bOprZVihNAAlVvswSDcKlGi/0CXvBhTKKQDKn3/aU9mppz7DGyhDGKUYQsg4DjZnCet0FJd3BpRQ8o4NJW+sUCaWcHORRTnh0UG333YbvxRzl/ed3/rWjiRN8xyhGVD6M3Caprczxk7VXzlpQEkDV7nEzu1CqNxuAie1186wDtxDCeuqBEpK5TTXQ0MMMgZV1QSUGOrQlyrFAFIXKJUWAaWci/aLKToIj8mcQqDUoa9JY04doBRfHNAXFuMIR/R3DSrlX2xwSZXEq5TJKpiEv40DKG2B5ny7FHdvse/U0nVWAvVweMOaTEBpd2drA41xCLepFGsBShrqEOB6KJSm3sUyuGf7iygfm+Z4Y+BU4TPvWtO+TGTHigBKHb7lp/XpoaShu/z5JkGhpIDyS5///E+f/8LzP88n0YQplJUdYoNsQAm9jwGPDup2A+ihhGk5Met2YZ53CSjhvaF3stfrxQsLC1DyzoDygCxzY7e3rSvHH2RqvAKAEvkAdgbf2rVrB0PBlDOg9N+raZoq+1CuwQSUAB75M4wDhFsPpVhULKuYWYiMxOIgq6An/6UC13BAyb+hmOKEpgQoMbj4AKV4XXZMsInJByhxpJIHUOrvXQC/e7i5AGx07A1Ob3TaGY8xBZT67/Hdr/gigs87DIGuQGhXKauhVLwP1WPqeyfwgUkOBOgNXGCyBKSKuidW1oQ6qYOLBEpsyOHvJOGNiHfB+8/m8NYBSb7WS6H0yqAsjgDdE+gOlNY53iUleLKAkh7/WD7JuBKcHSAfoJRnKPwvHe+E9nnRcJq3kfqUvPk0ae0LBgWU22644ZFzf+tFX0BAmQwYd3UnwSCO6ymUBVBys3e3m0/LQeMX9Wk5PNzckEU5kdFB39q1C9/GCqCUB/i0Zz7T9uXc9z677JengPLOO+9id3znLvHQQuAxzUBJqZxNAiUFS0VCOQAsmtKiuJILwJMnnjLFRVEJy+BSGygVM1EZ0AW4ENucJ3RjuMPbVq1y4v1VN9ycr6OYs9Oo01uHp7bNOeKzqD90DBHaz4RaabuB2UBSB0F9f4gHrIJfxrf0mY6jQyHeH9Pu8C7tv8JUSoCOORh92Ck5eDtqAyUBZzaFsqQuZo91oynHQaE0AaWu3OKMyWkFyl84+SR2yiknla6vhoCSl8AHYKThJe8cKGPGktgBKEGhxOHmBViqeZTw+4mY6S2BEgSsIE0FUA4GA1HyTlN22i/+4gwobU8Q7e8UUP744R+znTd9xQkoFZezQeEiFUpeShYbhB/URoVSA9sCuCwKpVh5/h4mldMcK4PL3NUlb1i5aVoO/ky1gbIQgjWoKwMlhpFRjF8Un7udcHNx2MrTfvDpO84RjGJft6NS1oVK0zVhuh24QKR8HYaNujCpQ6k6BaXYwiYUSnqKS6GqmsrdfBstJe8mHN7KPvSIDFIhW+3XNAISNsMQU35Mx9hY8kaDavB2UGqfD1Aq02CU/tls63BvqbBiZ4/7Yh9YgVIzBjkDJQJmsTXilUaFkog/Ai6Rb0/FIxW/L3a0SaE8+7lnsKOPObp0SetAyaGQ8Z5JH4VSA8ogYawTQw6lDpSw3jgI4myed5zN8y4D5apV0LsZs/37cch5loNpujON7nfbt28/4nHr1+/J+yfDcGew69ZblVmMUa+38Vmnnw4l3NmP4x5I03QLY+x1+uJWoESZNjag5A9IqjxZCZTFo1WUL00KnllRU4wmYwJKvvXGXs6y2gfLmpXSQrIy5WGK90DrQwfSdfyi/t7DhpsXR02LUSLih9pyeovPVeyQunmUCgRoX36Gg0r1+y9mc7wP5SdwUSodL3unxfxgUt9LxVuMW53kEKBUP3Hskbk0LLe+riGH7w1D/6PSPNYAUNoc3mI7JISZ456sCiWefKj0pKpgK/eZCSipCT6jBkpyf5nGIypAiQDW1NeKS9SWKTniSpHHBOVwImD2Acor3vOeey5+y19+g7FBzMIAon+aBMqEsSRCCqUw9yhAKcYvgtNbTstRw80nL4vytttu2zDX7W5Hz+edwS3f/OaWThi+Tp6scb8/A0qnRwW+2aebGWOXuAAlLNMpat6q8ifBkOzBI/rdhgVKSuVEPX1qBmQZSm0KpQhml68r9pTX+EWtT3OS5nlTQImB2FTy5q/ziA4SXyzK8UN1gRJ/UdGD5nMoLgTqxvsoBfQ1p1KK/aleiXXK3563AOPiTcEkf3iaMg49w8xL6/GYkEP1TyoP9gYMOWIbM1CgQsrx3vYAyqkMNRc7hH/iukDJX5dLfObyv1GhxDBog2BdXcRGqfx4jRYoEwPgUgrlpZdccsdll//t7X5AmU/KkbFBlEIpgRJMORHrdjO3uDTmwDzv8vjFHCgPHkyy6CBdpWziNlV7HQCU83Nz2+UzbpCmVwa33Hzz5jAMOQzBiZdE0QwoPXdxmpqBEkZzbr3uer425YFvBEqkHnoApRA5DYCnPFWRecFoniHK5h5ACVBgiv1B8/i0wHKxk72AUuzIfH+OEigV8DLsQxegrIJBkwqr9nNW91Eq7Q7F4VSVV8rR7BFwjj+nGl2EFN4h4oPQIc6Oc3ExVquLfkqleB9qXrjnDUBbXAdJAV3qj9ozaVqiWN4FJsUazGpX3f5JOn8SlU0nxZDTcGQQBriRh5ojw5Mt1By206RQqi0R1UApviyUzx1cjsfbYVQoDQYYvm14Q5TZ22WwFeArzntq8pK55F2UxMV2ipWYgPKC817I5ufnShd4BpS3MTZIsEIZDECpjBOzKadVoBTTcszh5gCWsAP128pwNy7PV0uglM+BdDC4lANlEAS5utaLoo2nz0reXrs2TdNNjLErTC/6+Cc+mQOQ/HuhUHK5KX9wmt2vGCTKCuU4gVI8lDPAswFlyZQi9kbt8Yu4PxABHlmSlXOmGwg3Vz53STWVR9ncRjA9xhwVuCah7G2HQH+otK/T/VZgAskmYVJADgZN9N8Nw6QOA3XL3Xybif7DOhNySvtzWEMOOUbQXManJhwZod+SQanv48KRXC/UHIMYFV2EQ0eL91NHIsqzqi2gJPNCGwHKAlRNQPmyl7zYeEH/4R9c+PUPf+Tf7rEAJe9djOPSLG8HhbIbJ90kd3mLPEujQinDzXk/ZcW0nLGHm3/7tts2dObn85L3IEkuDW7++tc3dzqdS2STbBAEF/3Ss54FPYGzH8c9kKYpjKvk0q/+YwJKdVpOc0Cpg06hIFUrlMqccALOVEOMycRDjU6snueNoVLpIyVUQNv4RTprszgyxrniNcPNS/s8f5uaQClWyNfio1Di7YD/bmZiTuFmahso8XmAdoHYD2hH2FXFaqjU9yu+Xu3rNt8QXEGSA4Ti5hYIUPXjok5iNYevEdFEXXWSb6tS5pRbqYWHWxTKpvsnlT2mmGYKCHPJscyNKeQYwXpASYGcmveZlbDJ964HlPXHLpqB0jR2UT8vMJSaSvMmhRIDZamMP7RCKS4wWI2i3GYHhgLKc5//vG3bvnTTjzKgFE5tFg40hbItoIyjKIJ53nhaDgdKw7QcnEk5VoXyjjvu2NQJQy6kwXM34QrlLbe8Mk2Sq8SNCA5CcumzTz8degJnP457oAooP/e5G9i+/fs1BzYev1iU3RSXs5IJKDaEdOQasigFnBXqoTzzjAoemqONwUQJ67aogBw9TIYfnEVJRfagEXzmdShEkR+VJsPNxefO4B4d9/pO7wJdlNJwzZneynFp2JhDn1vmud6w/CjNOeKzFwfFDn71oVK/5PX3ouBRf53pTt8UTMp7NUK8/O3bgEncPynWL4Go2ozDt5MIBLdNyBGvzeAAgyPe0R79k2Kfye1Vy7v5b/H7KLCKly+bcqyGnHFmUKL9CFeFuq1Fb6ZpH0zCHO/yOVQ+9zA4SgXWBJRr16xhz3/+84xPdQSU2JQjgRJyKBPutm5HodSBkpe7DUDJey+z/4Oy91iB8s5vf3tz2OlcIp9v4WBwYfDVr351Qzfs5OpaHEeXnn7mmTOgdITJ7EZ1PGPsftNLtm3bwR7dvbsCKJEKRIZMZ2tG4GcLN/cCSh1WTWHdHkCpQilSKLn5hzbmiD+X+0GnJTpIBy2sMeafqwGgFABoyLRUjtHwAecYssVnK87wNoBSIDhWdjFEqldXE1Ap16jip8eFry1adXcfBiZLAInL3tozpQ2gbLPcjUHPRVlU9rEHUDZhyBHbWihgOdBThil50BuODNL3We63sUQGYaAs5VhmH4aKjMrVR0pVneCxi3J/PX79enbOOVBMLP+cfPLJ19177/3/qZtykEJZBZQRKHE8G1LJocxjgxLGUMkbllOm5QQAlEmmUEYrVqyQQInGLyrTciRUluod9e9e/q+88847N3fCMAfKfhRtDL76f766oTvf2Z5/cxkMrvyVM86AnsDZj8ceoOZ533jjTezhnzzC15STfIgVymqgxK9TStP4weuhUNIlYVMZ2338og5TBRi6AyVfB/FZ8kOhQFO96CDoWzUkEVmjg/ixyLZPNaSYWwpMQCnWYYbBYY05yjmGjDni99g0U0YoOo+yOD+FCi2OhC9Q6tuAwUDZl1okucEXhk4Fm6mm/Dl1B7h+ifvCpU0iKIMkf7xV3llK7nCib1KsSVXb5IqpUjd/TcPubrHO8meqMrM02j+JDDkuUGqb4c0/T96bWa1OimWxwUQcASHkZr9vIDJI2SYFpNH2NZhBCe9nVChrTsnhMIvyL4tSOdFagCKBjC53xeCDlGd53FDJW77XMUcdyc4667nGa29+YeFjLIGwcCU2KA4G8DtuynEBylid5a0CZbcLUxgTUBbrAKVUJ6XTe+zh5t+5444tnW6XxyUC0SRRXwBlZy7gCiWcQJB2/uwzzjBjfOVt8PD+IwWUTc7z5g9XVMbOHx6jGL8oiIC/JQWltuggDg4VCiUHFeKzGGGLjzssK5rmsj4qmzYAlBjedLhEaI7gB/3WNjEH72t0WbmUzvEyPn2U/C1rur3xvtDBUZlShP6h4wcFlRgo0W5B+9UfKsV51u79ygySAgGrfqpgMgeVbAUUTIobfPFTdzKOfD+1HDracjcGKWXvNdw/id9HhdLhgRJ1CSj9reYwcbVHddjIIBEKnn0G3K6g9MeWv5RwHlZeJ84nbNSh95M8R9R+3spQc709Ysixi7jkLbeTGrsIn2t+YeGjGlAmjIU6UHIYjONMjWSdiHVY0gEIFQplTaCMkyhieg9lvLS0JNa5enXEDhyYOKC86667doRBcLZ8BifpYCO/73ztq1/Nz6hgMNj57DPPnAGl5/NmrPO8OaiJDcYP5mGn5fAHr0EiqguUjWRRYtjyAcrCUC8gVAFXue+qw81L0GUwDuFeUh+FUkBOeWKODge20rly/BuJD2rO7a3DJqVSis9sLn2jw59fofbyt74X1Yu7KbikIVJBIfLOUhcmdehqSp2E9Y6q3F0Cx9b6J4tjgaGpZA7JjpJPZJCSkFPX4d1AZJD8IpDv0xwMPTIoCaCsH2pe7Pcmp+TwczQ/Saun5FBA+aXPf/6nzz///C9UAKXeQ5mpg+0BZTbPGxtwTP891vGL99x11w4WhGdLIeLEpz1NPBE5UGYXcMDYDCg9YTK7cGG6kBhhiX4efPAh9rVv3Mx/g/sDC55RxxPmpViPLEqh/EkoQuVXQxalCjxaz6JpHSagpAw4tuggZBTCYNB0dFBdpzcGHvxQnkRjDt9WizkHz/XWYQ6rkfJ0pcreHO+Q8xyfEr6l75LJBV0rrqVvfO7k2+6cKVld1PaFy2qIdANJcf9Q26EUOJElVLSvXErd+np9St0SSkzqpPhU5lKl3MRRlbsFUJhByTRlByvEpNo2YkNODn7ZeZDvWcokJMu6xKhCxWnOHVVSoTRlP7aXQanEDlkyKOHPeRm87pQcsRJ+Cpqm5DznV57Fjjvu2NLT3QyUIc96zEreJqCMYawiUijFOMROR0zZ4bO8XUveJYUy6fV6VTApZ3yPFSi/e/d3bw/D4FR+P2YBe+rTTsyA8stf5kdBnnenP/dM31ai0kE63H7hM34R9k2T03JGnUUJ228ccUgAJUCEvEmSow9R6brobyz3dWZknp9ebTm9xUUiId3cfzjpfZT8PENXsq2PUkAqLtjj/Y/SCNA6XYBSrLe4I+DtcC19myFSvcu4KZU5grZ8i7J1VxZv3xRM4nO2CiZLfyPKn02rk/C+Pu5uDFoCYtFPDlVFSbfp/kn+nsPO8G7V4U1AGO65LYQiwuE9fGSQAoPEuaT0rZrGaXLwFcfXL9TcPHbRZ0pOMXaRJSxMAeQGA0YCZZyVvAEokwaAMoF53lrJuwyUa9YkaJ43dnu3fB+jV/+9e+5JsRiUA+VXvvzlHUEq1DWYIXrmr/7qDCg9D9MkTsvBTm9cfrVFB5E9gR5Ob3Ud7sacpp3eAkRknyWmxAk05miqI87KKeC2uhcTf174b6xSDgeUXNvmVwVq5eX/doFKXUCkoFJx9Gul7+ahsmm4dIdI+c7DwKQOXE2WutHzXTzisVrW8HScEjh6zO8GFVJVUTMoIVTLSTHkUOqoaYZ3af8oMG2AsGKH5McNzo0mI4PwNonWzKxv0gKU7Yaa8w3hO6TGlJzbucJYDZS4h7IVoIRtgMigrOQtDDirVglD0P792JAjFFFbU7Ynx/gsfu893+M7G0SIQZruPPHEEzfwexAAZToY5OXaRx59dN0FF1yw12flh/uyaZq+kjHG8zz1nzrTcsSDW4IQhghCQfJwetPTZMqKIC4f28LNKbhQFMqaxhyf6CAScoruAi6ZDev01uENtzTgo5RjC+65bDE+CG+Xb9lb3iAK1KqvUortsI9k5A8ndNEMC5X6+/rfm1y/T/sDpNwW43hGbXWlsrdjRJB42KPyJuHq1kHFHGSurasmTMpj3KS7G9bpV+4uzrSm+yfFvhRHFzu8fQw5/POofQn5qWtyRZtGLuLtwIYcDJRUNNCkRQbxz2KII9LbPfLrBO27GlNyvicd3qpCGfPSd9jpyBK0NOVIoIw7MK5xkE3PESXviCVJope880k5qstbUSgNQJmwVatiAZSwDXtxKXxsQHnbbbcdsWbV6j156kma7nyyBMqbbrrp2iBNz5MnaNxPNm583kboCZz9OO6BUYWbT2N0ENe0cL7ksE5vQQz8yAjgLYO3zwhGtDqv6CAMbvp/K2YmQz9sVf9jk/FBsF3Nlb2HUyn5PqpR+uavq4gTwscPX65+JXDHC72BxcYFkyXQJJ2+SqdhI+okvHeb5W4djk2h6E33T+L9OYmGnEYc3ohQ6zq8OcwOGRmEjy8GyoZDzZU53hzuBjEvgWtAmUFdZ8A6LOpAhTwDyoEETw6UAIABzwqqyKH0AMowYWyfVCnHqlDeddddG+bn5vKxiywIrnvyk598Pn8S79y+fXMYdrJ53imL+/2NG5/3vBlQejw80jRtLdxcgRWPcHN4ndHpzSFM/KhRNOaexYl2eiMVjCrVq5+xOKhkP6dhDKOPMYfvdyXvxrxfrXO9NVIaVdlbgF/9XsoyaJtVSrFc8beqfkoXqJx0sHQBSfT8zk/UqtGKYr8UP6USukPmJLy6KXWSb79ldncJ/hQTjME4gu/D2rJtlburPofcnCYm5CiglLqPXOTHDO9nQwYlVxwbdHjXBUqxvzKzDGmgQiavFjIoHUPNjUCJMijlpJysh7EElPGg0xF/awgoFxYWBothGAmFkgMlbAMufdcvk3jwjb4oAOWK+fl8IA6MXTzxxBM3I6AMM6BkLI3ji84655zZPG/PHU5lUX7z5lvYfQ88qACcOs+7UH5M4xfxA7qRLErKpU25xZt0epfcyQjwmjTmkJ+xeAL7AKUOPwpwYfU1+zhKqwDp2CeC2T3igwT8mdfTfCal/ALi10tZ3nfqhTUKqNS3wfPSHmpxcta34VHgU+auC5M60KlRMNOhTgqg8nF3F1CDy90q0Jmd6wo4EvCuOKtHMiHH3ZAjeK59h7e+L9XTuwIoCbe6UFgzHCV6eE2RQfAS+XtZxn/K8cexX37WLxmvYyLUXJ/jLY0wuOSNFUreX6kCZZeXy4VCmURJt5t0k0Qoi8WkHK5QMjaXBAEvrys9lJMKlPfdd9+mgDE+xzu7si59ylOeIoBy+/bt53fDcKu8QAeDwaUbzzlnNn7R8zGSpik09nIbPf4xhZvDwz4XgQQl8pcII414tR6nI9dpUo9GHR0E29Ke03v4EYzU9qHqe7t9lJr6i49vcRxpEBx32Zuffy2plGLdxRVSFSUkrwl8Penlb7FM+WI1/S7f984xQ543AXmD1WKA8Fp0aOQ3ZBNcVvRMivuD+kP1TYr1m+EL/jbJ6iTfdsPOo8wdfHkjaCJYpKa9KOonXr48v7u8T8VGttk/KdZfmF9y2DJNyEH7gTbkTIbDm4oMsgGlEGBzjboyMojKoLzlm9/ce/qv/upnWAIzsgdYoXQBSnB5Kz2UrQHlwYMJY2tjpFBKwB2LQvm9731PjF3MxIwkSS546lOfei2/J91www0b5rtdMS0HAlkDdvWv/dqvgclk9uOxB6hw8x8//GO286av8DVhx3EBZMNnUTYRHaT0Z2qh3fnDy8PprX5ed6c3vK61iTkIZtoMOOefocWyN963/L8bzqQU6zSXvXEupficxUWifmatpUKDuFFApdhP1RdxU72WlBIp390EjTmEaJvoU+YuwY024bceTBaOWQF1ZvVOYT1DqVu8tghIpwPECbVReQO8De25u/k2V3yW4nhmc73xI72JQHN0UlD7y1budjHk0E5z9IEkwCKYVcHW3eEt+MKklDYbGQRfkHRl8+znnsGOPubo0o3AIdQcxi4OeMmZMYgMkr2LfG43KIrYlJMBJZhyBp0gVyhjGLCTK5TdbrauOGFzc24K5YQB5fe///0PBUHwCn5/hRp8HG888cQTd/Bb7Wc/+9njV86vuD+/UFi689eoKeoegHW4LUpFBx04cIB9+rNfUIAS/vH/s/c20JYU1b149Tnn3pmBQRhEdJ7yn5nlR0RcAiZ+Lj9GQYPfAy8kvrwXA9E8ozGCcbn0PYPMLBf5EA2QxGWijwAxifqIMooKqMhg1BjFwPBEXRKcmRBFEZgZGGbm3nu6+7+qqqt7166966O7z7l3hnvXYjH3nu7qqurq6t/57f37bdqLEoDOBHNzCChtINeYUgetgzCIsIQv1d0MAEoMpJqw6wSFOVPKo9Tzqqk1KuQN5x3PwySr5uj+9B/2dsZprUe7qlCM2TmcP922vUOkMpV6M3PRIgcgQ8CS2q+cPnmYR26/6wIk4cvbtO9jJjUYanri2hI1YIEPdacru/V1aVavbzEOB0x0Hzgmlhu3zVzW78BqLK3D3RH+k/DeyuvUPYFMKfPvFEBZ0aZqaEtS4a2oRj3zaR6UDXCEY6QU3q96xcvF6tWrnUd0y4UXfu+iP/mAjCwWoI43VXbR5E/6ACXMoTSAUka8JaDMGUA5nhmP82DI2wWUcqHLEPmiZknehwAAIABJREFUMJQ//vGPt2Wq7KL+OXDw4IYTTzxxZ7033XTjV+u7Wgqx/aWnnXYKt0Eu/52egbIszxcgrwAetdSsg/hqMq6ARAXkqTxKRtwTqukNSzBqkKFnqo+KObo9mOPXpBLUL+QmwwABseaOWSIccCNTxDnOvJE2UJMNe8P56NNCyMdSymtyKnvdnziRjn7B2D/YUgivG3i0P+Q92V2MA5H6pc7sH8S7AQIAPVb7J1aEo69Lgyr5GWdiru9B/+wk7g8HBA+lcLca0xTyJ9X9IgQ5Vh6nJchp2OYQoLTySxGYrYPLbGpAFY4Ha02F21sovPVcumC/b8ugd5533q1/+ZGP3mF7UGZKnV1VyZEMpfaB1HW8K0Cpq+RUDKWs5a3+DkLeHKBcEKORClePJZCcmVGA0hibwxzKlStXjrMsy5UoxwaUsK73ogDKHT/+8W1Zlp1siIx169apranen776la/sybLsaHMTX/qy0wOBosluyIdi65O0DoLAIMU6SL3ca/bKBovmt9ZKb074EirB6DBqAMj1KMxhgc2U/Cjx9VNYSgVGl4A4R607NpcSIPOeQt8YcFKg0noWwEZBsZX62PBuEnOMrxUfgDTndQGSqWBSA7b0vMk2Jubuy7+57qHMTjpzCBYApfCeXv7kEhHksKDP/vIyeYV3QwdDQY750nL0UUeJM854Gfn4vuLlp331xm3f/GmEqTlUeOdW2UUpskGAcqh+V4pvyFCOlSinP0CpLI3Cu1v/R+zcsaOs309luXfd+vXH2IDySzduE1mpzM3lw3Lay18esQ3339FDucWyLOWk7qbG8LWvfV3c8/N71UcGwPWu9OZU2oGa3k4JQcMYMuHtkMG5coYk2kgrwYjz71ym0aok09KPUgMmyBICcLuI9kH2FwEbFcEH0/4yEA57d2Up9aYBv5jEhb4xCMSh5NTwNwcqcf/gs9gVNLbdm1KApHkJWv0mLuxjJlPAJIg2qqvYIV6b/ICMEexSTN1uPK6YMokUOynbaavuVudGhJMnVW6Ru75k3SwmmugjzqXsLshpuL6QoTk7b7D+NsNmhkouQkGOWiN17Ls/hffaxx4vXvSiF5CP79q1a//p/vv3HDCCHMUyCsVGFpUHJWYoFUgkAKViDSsfyvxwB5S7du1Sj6d6ExTFzf/fhg0bbUD55S9vLcvydWbW5+fmXvKK17xm2Ysy8S3CWQelKL1D1kEaBIGXOgylUmCQAJQKsCDhTYV2GTAIYMRSEeZoVKG7vQh5lM59IOaTC3s7AIvIgTwUWEo9DrrON7vGqmcqFVTqF477kxIGN2dPGlyGGEssusGAq+4nMd4UMInbhYBKA4XmAk67EaFu1f4Ucye7lFpkfRR7UHfreeCqE7mhYHhfJpk/qULOFVPtgNLq1ocApRUGt5Tm3QU5nMKbCndbgNMK+zd+m3Ip4qpCnMJbtgcsg2JMzQsc8h6KQoa7K5CpQt5aqIMYytEoG88JoW2DujGUsI73ojCUd955J/CgzOSXgM+uW7dukwUov3zddZsHw+GFZsOR5ubLgDIRTeqHTYLwuoylaWHXrrvFt779nQqzNWxbgwv7VXpDwJJU03tKwhyYR2mlZwL2K6j0BoBSgxeXocOAblJ1vR2AyLG7S8CTsg1L6YBnZxzNFxyo+u4KKjFgTQGVDSiLC7a0BZkh8Gj6QYHI+jOikVC+pAYx9h4VK8LBYLLvUDdUdmNQe6ixk3jNhcLdGiTp+xIH4iwVVX1D2yq8bUPz+PxJvSb8Cm/73tGCJvtLSwWmlfKayIlsLcgBc6tzDdS8UYDyuc9+lli37gTnZV4pvL8scsk4FmMxyGTZxLEQ0kBcM5RV/iTlQSktg6TC2wso8zxXXpSHE6DcsWPHpuFgcI1J4SpFuWXdunXKZrLes778xS+eL4ZDbVRZFqLIiy2/+qpXLXtRJmLKsiyvFEIoOT38uf+BB8RXbtSEr2U43ZhRgnKCLZXePjBYM3nyG4X+mb4wx5b2sqHmKedRcvZBeo4qVTe4mSnCHDzPKXmU9blN/oC1prqEvrlyjOqaGBGa9YL+zoW+5eGxVkJwjs3gKItIytonlq2Ek8blWSY+5tGH+0Ck2mojgKQ+zk2VSgGT+mULRTn2ELqGunEfu+ROqrZg96p+p3tPNi1xLBu+B23D3RLJNOKTZgAhEYy+L/GAUmttDOMJAVozYZAppQzN8Vpo2sMgTbfZtkJO34IcfTchQK3GDAAlpfA+/bSN4tHHHus8s1dcfvnON7/tbd8AgFJyzBJQch6UkqGU4HJBCFUlxwBKLdTRdbyrKjlS2DOs8icdQFnlYxpRTjZeWFjIZ2flOYyxeSPKWXSGcseOHZuHg+GFdR3vLHvHE57wBFUIp34nXXfttRtHM9qLUv4s5MVlr3zVq6RqefknYQZSld52HiUIHXIhbdOXpVKCEQHkRmHdPY9SDjXIUjp+mW6uZaiut3oQEvIo1fGWUtkWOzW3CIbjLfhXr6iYHMhGVNUtl1L3u+lHao1vPU82b9ZHPiWez3r+ArZCDVxwH1AqDI6PmhS4DIFI85KmthWKSw2FuHV7NuDEQLWNRZBqF8bEUYdTQ9143CnKbnlul9zJxQ53q/5TDB2TP8n6dUKPxZ4NzeEcQSsCNu+UVGH3K8iBa6ZNDW95/m+cfRb5BrcU3o2pObYMqj0oK5U3V3YRAsrxUCrDXUApRTmySs4hDSjv3nX3pWIgzlP7duVBuWHDBsWW1fvXl770hVOyYnBrbUdQljf/6qtepRItl3/iZ8Cn9L7xxm3ivgcesF7qvQtzIBCFYdeAMAeCDbbqDmEdpEBfRO5gE2ru2eBcd1zdIJhHicdjFrotQAJPQDYAuaPN/e7DPgjPUV8sJQYfMeAUHtN36BsDQ30/mrn0mZ7jc81ZXdjKuo2EWHYqyIwBj6YfFBtZ95HYYmJYSf3C7QdMqrY65k12DXXrPoCfHthJ2VpbMQ7uT0q4W98bwKhVw7LB4uT8J/vIn2TnbokLcszc+2p4Ryi8LUEOApSmSk5hFN6AocSAMgchby+gnJ+fH69YsSKfm5tTTGhdenEJMZT/8R//YXlQLozHp27YsEF6edq2Zjd88Ytq9VehhV2vePWr18dDqeUjq7ljld591vRWN28KwhwOmIWU3hhEUQbnMXmUVilKSkSkO1gvPiqPku0LsA+KCXvDByaFoTRzCHhM62EJAcE+xTnwfsp/9x36xv6UqaBS98+mJmNBpQNGiC0phrnscyfzgUhnA7ZwVHqIGwIY05SfmWxyz/TcgRBqJDOprxm2CcJ9S2Un08U4zWo4HMPd8H714T+JgaNhKOHc2UB4coKcUMlF1dd6fTYJq+rLTG1Ir9eyr4b32rVrP33//Xv2A4V3UYiBynmsPChlDqVhKIEHpQpvc1VyTMhbKcF1HW9BA8pMh7hnxk3IOxFQGjFQn1tWsK3/vPvunUKIdWYvffwTnlC/2iyS47rPf35nlmXrzCb0yle/Oi6bPdiFR9YBZVmqCcejvuOOH4jvff8H6s8NYwdqeoNC0xaQ6rlijgRP5tXBh4PdMC4WuNTMYJLBeWoeZVpdb50XuvTC3hjUprKUMWFvDBZjquf0wVJqYGSH9C2QnMhUUqBS/Q2FwLnjYoAlnqs+d6gQiOwKJDGIM31PC3PzYFK1HwkocSUZWzVOizb4ajY0O6kBBFOasefKOHhuIVtKsZN6rvzqbgzWYA7kpOyC1JpgfEjp0Hv3/Ek4zqj8ySkIcp7+tBPFSSed6DzeO+66a/8vPf3pW6v8SazwpiyDgMK7NaCsQ96VqbkChBWgHM/OZvkhAihLgF92/ZfHP74mHi3AeMMXvrAtLysvSvmQDIenvupVr1JU5vJP/AyUZblVCFFbMJkzqZre8rNeSzBOUJjjgCKiIo0FlmP8KJV3pgGAzRxDgBLMo9QXVScv5bA3FEHFAEp7LrsZnWMAxeVSYpDGCXTUcd58SnUn6hsaYipx/3A/TEMUqOSONedQ4h3f0xzLYsYAR3gd37dzrg44VekxFOJ2AQy2W0KKW2TG1AZMymvGCHE0zumnbrevLTPiLuykah/cwNbhbhT6rtflBMstwnC3GkcdereFLU1fAD9tibe4LwWEYtsRmbkKb1YlzrDj1vEtBDlcDe/PXH31T17/hjfcTCi85eLMKw/KAlXJ8XlQ1pZB0sp8mEkGM5MEZS7EaDwa5fmcEBygXKhEORBQqnrfgZD31BnKHTt2nDI7M3NrvV8Xxc3/5YQT6tRIa4/7whe+cGlWlueZB156UZ559tnLXpTxWFIdydX0lp/FlmBU4M1boUSDqFoADF/ewTxK/KJ3Gb1J5lEqoFGDyH4BpZo3wj5I/91lXUFXNMtmzV1z4/vIpXQY3p4shAyQrkEXHCdT4xsDuDah72mAyj6BJQYIiY91q8NDIZ4uQBICBdg5X5jbZw+kARoPv/FnEwt164HVQ+rCTk5ajDMtdbf6kkCUW7SmClrzAOVznHURuO8hQAnyJ22wijOKKysfll0GoLQGi3QoPSTIkf2gFN6cIEfV8P7AB7YTDCVUeMuSi9gySDJtC2IoCmUZRFTJEXluyi4WAUBp6ngblbcBlOMqh5IClKaWeFNTvNXO1O6kHTt21B6UEiPkRXHZE57whFq8be13115zjfKiNAswL4otrzvzzGXroMS5L8tSmnxeQ512/fVfFnsfemiywpyEijk80GrAKgQfFssWMDhn27ZQnLwOBHoAxE3DPgiFUiep9sbzMQ2WUoO+bhV0KOAI13YXptKdE1Q3vroQZRvEsZUcCKWex1T2MrQVhACkOZ8DkhrUuVchBTrIcgibluMqOJMCk22EOBgMU0IcPReNaAUzwnzoHIDRlpVx1LXBbeg73K0AYt92QdpTSPeaAZScOCnJf1LTvtVl6LlezAo5Zm1FCnIK4EFpFN7S/UcKcsYVoFRMYGUZpEsqejwoA4BSGZvLQt5iZiaXdbyFmIGAcgGIcjRoPPLIMVPLe+rG5nfffffm4WBwoXlnF3m55fEnPL7GiNb+d80112ycGQyUdZB6eIvistecddaydVDoLYI+95VgpIQ58uY0dpRNqDDIUDLCHI3XaNbREsdU/Z5kHiVXhhEmxIX8KBXoYFhXKzy5hMLeEIRbgBxZ98SASkuZzdT3VtcA65AT+nD90sAOtwGAKONNaS7J1fturseHvylQiftZX4dAkT5gmQIuYwBnLGAk26KQIgQtLYGkBic2NA6BSQ2Y4kQ4GtjBECcIWTvVdugQqQGHZrh2KNPZQGuwwtrnROROxrCTobE1/YVhev1XjdmqvwMsV78/K1AKld6wvXqmIkBvkJ1EqQRU/qReE4FQNeqLOZoNVTNsZp1y0LOhuVrrhCCHMjSPEOQc8NTwNgpvytQcelAGq+Soct6jka6SIwEiDyjHKIdyyQHKn/70p1dmtc92Jsb5+CUnnHBCHcW2AeUnPrF+5ogjdtQPQFHc/Nqzzlq2DqLeDoG/ccKcO++8S/zbbdvV2RMT5iypPEoO3E7OPkgDFJqVW2xPShc8EWF4xCpicNWnQAe3DUPfGIz58inVsUyKRnONyYHKGnASwh34qFJMZ4vHO/oUHxOpwQzfVAwruZhgUl6by5uEoMoHJtVncAoiQt3+9g4/dtIGURgUVpMHgBufP0nX7+7bfzJKkMOF7wlvS71GDCMaXyHnmaecLJ785Cc6DxglyFE41VZ4+yyDJKBcGMpTdNnFcWUZpMAlU8ebA5RjIWbyhYVsPDu7gEU5Ko9SHHlkvlQYyp/+9KfbMpGpSoCSvzlw8OCGDRs2SBGyxjR4tq/dKkt665uXleXe15x1lrTBWf5JnAFOmBOumNPEYLVeBb6EXdax7zzK5uVfXbu6vO1fCJbNBMPetmk2Z5RO92Upq7275lJqBwBm3GCdtmEp5emTyKc02w0WvFDEJ/arhGsSPoY+cBhiLWPbSXnsQ+DRwk0TAJIKeKAYvt7LEXvZkplUL3bGIkh/1pGdxOwYx9wlspO+vvmYV3O/+g53q5o6ttdPvTSoOdSR7ApQcWbmPYe79Voi7meU/6SGgKqNlvmT8J5hVrXuFlyLBBDlKuQQghxTIacuuSiBIRDkcApvrwelbEP+WB6UmqGUEW8Z8i5mxuMFIWYKDCizLBsfPHhQg9UlBCjv+ek9e4QQR5vXz+PWrrUwpAMoP/eZz2wTWfZisxB2P/jgmnPPPVc2svyTMAO+ijmf2fo5sbAw9uRR+ivm2KAPKpwR20WBQcLgXLZHC1aYPEoYtnUq1VTQIQJoLkrYG4Wca4DTwZNS3w86PGznhzb3xwZNNEup2mXyH7uylBik2V8Y+NC37hMf+KU+81kK6bXnPlixoBLPPfWIpoDLhEc8+dBAxJssr4jBkLkoDnHHgEnKhL2tCCc2b1L1nwWA6eykVVaQURWzYAiDXk8YPwQmY8Q4fMi9ZzPziHA3Nyc6HRJ84aiBq23K3szHUsmfbOh9tRYRoJyZGYmzNr2WfEZVhZyPfvT7SJAj8ycVw8govE2+IuVBWXhMzX11vClAqXIosyzLLUA5GIzFQ7J/e6EoZ6o5lLfeeusxax/3uN3m3VGU5c1r1661ItguQ/mZz1yZl6WqRS0X2nhh4SVn/7f/tqz0Tnx9+CrmfO1rXxf3/Pxe1aJ5kbetmINf8PXLOyKPsq0fJQagtmWPC464PEoJwsxWplXlhoFtJrutfZDu49INe3dmKXFY3GKywfyhKjEcQMUA05dP2R1UEublyKvSWWPg+fPZ+sSEtKcFMEMAUu+xPFXJ2RKF8yWJ6jkJ1kAaBOKczLi8SQyAfQAwRojja8+eH5tNswU1NHO6GOykBnbxtbvV8Qnqbj7cPTm7IAhWuXA3vI/qvlW3hMvjpeyC7LnwG5qvfezx4kUvegH51gYVcrAgJ68Mzbn8SanwHktBjgptS5W3DnlLyyDNJirLIKvsomEoC5VDORqp44wP5YxkKlXIe/94dna2DnlbgFK2e9RROQCUEFR6Yh2JoCVw+N13371xZjS6qSFhsqse+9jHngNPcwDlp6++evMgyy40B43L8h1nn322Kvy9/JM2A3XuADpt+/bbxQ9/9O8WoLSEOX0YnEfkUWJBiFkMDqt2mIW9oVLdUZjXkxAuxaiAlQV0lgZL6fbLfsxjQaUvnzIEKqnPcVlDPfd232LZSgyA8ZMZAyytjTCQexl68mPAI2yjDyCpX+Ruzxyfyh7BpLxam7xJBxjibkfkTk6bndR97i7GscDUYRLutsdE1+9WDC2hBreAfJL/ZHz+5FOf8iRx8snPIB/b2VWrPqHZSZGLQalYvkL+WwzGFaCU/pOUwltVv/FYBuUAUPqr5Eh198yMsQ0iAaUMex84cEADVRtQqmo+6u/6/1P5+elPf3r+cDC4xFysyPMtax/fKLzxe0cdd/UnPrFxNDNzk/kWnGXZZWf92q8tK71b3LKyLCWzqxJY4U9bg3N9w/rMo2yWAGbMwLcQUOPaZh/r3yLC25wYZkmFvadsIdSVpZR3b5Khb9n+YoBKPS/uA0eFwdUKDtTqTgWXLR71qFNCOZaxjKR+mePMSPVXO3yJlNzqCI/PJPU57jMEkw5IxErzjqFup/1DKHfyUAh3y/kN2QVZwFHHx9Va57wtg3ZB2DGA8J+0rolU6U3+ZJMbTPlPcobmX73hhl+csWnTl2G42yPIiVF4K2AHGErOg1KKcog63so2yAKUsr2VK1cWWZYtHDhwQAPHBlBKMGmA5FQB5b0/+9mlpRDnmffOOM9fsnbtWit67Wzbn/jEJ9bPjkY79OZSSPhy83/9jd9YVnpHvTLsg8qylMyuugH4hzI4t8PeSySPkmM68YucqJqDBUW1CbuVd3n4hL01uOmHpcRAyeclGSPQ8bXnfIYA2qRBJZ4386xwqZocsIwBl9y1WjzewVNCABK/mHGDVJ6kBgHupUlF+ASZyUmASchoxYNJdWQ9IZzPIm97YxM8dqjcZSfNe9Fc0I5eh/ux2OFuC6xJBrEeCJ0y0NYuSK1T6gsANkWvY9/yy5DuTDjc7c+flG1whuaXfOhDP3r3H/3RLSKXoKyQJReRIEcylWOrhjfyoPRaBgU8KAsxGil2cUzU8Vb5m1mmTM0dQKlBJA51y7aI3SC4NbU64J577tk2yLIXGxJj38MPWwpvtbdSLf/Tpz4F1lkpzn796/ks/FZde2Sc5DM4v/HGbeK+Bx5QEzGNPEp4HagShnmUbCiYq7zDKI05NpL+O1TDxJicI+U7Vf1GD1bPLQZ5BPCFczPNyjlN/6zAef1wxKq0OZYSP+CYyYsNfct2+gaVum8oFE+EwDm2Up7fFVjiXagtkxkDHPG1ODZSvYgR0wff+e7bI8xKahDkf+/4cibl+T5m0gEBAEi4AAHNRESoW/efLtcI36eW/Y1Hdd4ld3KaYhwNsPV82UrnZg51PmKNxGp8AddXipk5Xn8hQAlFPVz+pKNcn3D+pM/Q/NfPOuvrWz9/nbS5kfmTsIY3V3LRVniLIbQM0gzhcDjWIXPLMkhWyRlLP/TRaFR4yi4aU3MFFklAuXr1gti3r2ZLAUM5VUD5i3vvtTaRxxx/vIMLSaD46U99altR1fSWC2zfgQMbzj333Npr6JEBB7uP0mdwvph5lOplXKuHQRibUUBrwYyeD5xfudTD3hp4TE+co+cojaWEQB5/x+NApc3+8nW++wKVWKSDx6l+TzA/N08XBpVUu2YMXGTbByzr6wTC4t2fdn8LPgBpzkwDkobJQeIZgrDoCiZ9iu6+wCSsiONr053HMCt42LKTHdTdGDjWoWwOiE/QLkh/YWCEUy38J335k2vXrv3M/ffv2V8ByrEYZHmVP0kJcmCFHJM/aQQ5uRHkAIV3LcipLIMkoFSm5vJ3I8qpBDkgf3Ihn53NMKAcS2GO/G+/VHi7gNKwlVNhKHfs2LF+9ZFHqsi1/oIjbj7++OOdyDXNUP7jP15aDgbn1RtcWZ75G7/5m1snvekeju2XZXmbEOJkPLY+8igtgNe6rrcNOXqpmgOA5yTC3pphpQFuPc+OnZGbe8oxstNgKTE472ojBFnnCvk3U4EWXyzz6fbRDWlgVi8EKingSYFKxV8SINDHWMq2Y8AlHtck9p0YAOm81FFH6DxJGkjqTR6BywAriV/kGsi5IWDYDB6X83uLvMnYUDcGmjGhbhecQuBiK9frlyUhxFGfFcpBUr9QmxS+6vfq7wwg6+I9ie8tzCM086/YQavfTT/J6jiLEe6OyJ/kwt2QrYWTn5I/+d1bbtnzvBe+8IuB/ElOkBNSeEtBztgovI0HZUKVHMvUfOXKlRygxLW8pwIo7/v5zzeVWVaXk86EuOy44493tDUkoPzHv//784fDoVLzyDyIoii2/Pff+q3lmt4t3jyLkUepIaJBXOEyjH3bB+EXu+1xaAt7KljYqDCQabcVVa8FSf2EvX39hNYyqfW9NWDpwlLqO2h+YgGgFfrWnThkQKW1ZsFzRinBzeyESMdYcIkf65DIpwEe7fZyjols2uUSo9zwNgUkKaBIbV2hMHcKM6mvyYWleb9J847h5jQq1O0Lb0NzbsZ3Us9h89O3kbkGoGnek4dCuFvdO1MEBXyh4b4gcHZBEiBOOX8yR+HuytBc5U9iyyAZ8q7CzaqGtwqNR1oGQQ9KrSrXpuZS4U3V8R6bOt4EoMRAcqoM5c/vuWfzYDis3X9KIc49/vjjr3T2Tmqj+fjHP75xVNX0Vosmz2/+7294w7Iwpx2g3CSEqJE9bCLFj9Ji5ViwAQEE+DeRA2kzWnTYO8Y+yArXLlG1twaOdNg7xkJIgXNrDpu7aAFHCwjxdbCdea3O41hKjQ3h/aTHosbZota3at8yvHeV0/aXgskwlRyobMbvfv81f5kUuGzxyJOnxIBIDGwAxHHU2zUAaxHipgBnn8ykBlCACcQzwuRNOud5AGoMO+myp/2wk3LKbS9wPzupgVfP3pOLFO6G9wjnrFL1u9l0g7Z2QWDy1Ree6kuCuY7Pf1LlT1533S5kaD4WYiBvTlEZmkNACUPeY6HzJyGYJBTeyoMSWwZRHpTA1FyHvHEd71WrVhUHBoMFXXaxsjmyhTny7+2+1SZubPfee++2TIgXm/fdwnjBUXjr/Zv5+cQ//EMJvsHu/c3f+h/LJRgTb0L18Ml5U+7y+OeOO34gvvf9H6g/mxe2/H+DXWyz7/oYBlC2L8NoL4XWVXP0QPR4uHxMFcrUM2EDqzS1Nxf2xu22Fud0tBDS/UhkKR0LHJqlVG0zFXTUvB9CoFKPhQKK9NbEMZbNmot/SNsymKErhMAjPJ8La+tjaEay+sTpRihX0pwwSWay2vPqvjlvO4sxBKwdBqEeYU+fQhw9l81PF3ayi1UQnDdYahHf67bhbtbmB5VXNHNhH29i/PYXBXudg1zWHsotwnFz4W6JJU0/zf+f/rQTxUknnUg+op78yZAgp/J8VAylBJQyf7KunFMMh5otzPMUyyDJUEpTc6fsolR5S+HNUgKU9/3iPlVy0bzcjzvuOHKDZgHlP/7dx28TWXay+Wb10MMPb3jLW96yLMwJvU2Iz7k8ypS63rJZaStkfnCdaw1gcJgT5A1yopqa2mnaTsmjVP3qRe1tIzg2zAzAtDUfAbW37meiOEfNp57xabGUtkDHwKSqDwxLqe+9DT6tsG1k6Fu1k8BUyuND6m/dJrvNNOuZOYbOr6zuiIeWjGUuQ48zBp0pYJFqu1Ht8lfWL0eaeKDKJ6qXb4t8SQ1i7JzJFDW3vi7KucRelHCYGLyg361DY1TdkaFuPD8WaAQX5cAkzJ3k2EnZDK+mXvrspK//nGCGApRsPixTj7xtuFv2l8qf5Op38/mTtaF5gcLdSJAjYMlFXMNbM4iqSs5IAU1Zw1uI0Xg0yvM5LcjxeFBm+ew5d4nFAAAgAElEQVTsgpVDWVsEHXnkWDOUR4+F2AuV3oa1nDhDec+Oe9bPrJ7ZAYS52x/96EefQu1g7E7/8Y9//MrMlGCUm9V4cOZvvem3loU5oTcQ8XlZljL/tM4/gId87vPXiQMHDnjqejeoJgQo8cubyqOE4GPSYW8unMwC1sRSjMniHMwahiyEWrCUNgSMYykxIGwT+nbaQMAwNp9yMUGlD3z6gSWedfch7Atgpj7+MQBSt2nyyPoHkhzgXCwwqcCLL9+yY6hbA2UQ3o6o2Y3BtRXShv2xsKGtTKbZPZuFhbFyx06nIgJ5YUq1+kAFGrmuKTEOBxDVVxU7Xl+tPtes3HxA99ORgOnDueo4gIrvu9yiue6qVavEa1/9CvIR3XLBBXdc9MEPbkeCnLwQAwUAiZKLEFBiQU7DUA6HUiVulVysBDlSPL6ALYNsD0rX1Jys473IgPK+++7DaXtXHXfccVbJRTPpLKD8+7/7u/PLoqzL7Izz8ZZz3/jGZWFO6htFP2Qy//Qm6tRv/su/irv/8yfqo3DYG4SLe8ijlNe0hRztWEoc3g6HvTlRzWQ9KdV4F5GldAA/w6o688mlOHhC3869RWwefvCxEKUrU6nXs13PMIaprDemZMZSg0o9zAhGFDyMofzL2Efeek9HneQHkRXMJFuKYSTNiaEQtzxuWswkBpMu+PMxnjSAc9pgwKQDGsHMLhV2si8xDh9+XwQzc0bdre5Hil0QoIepcPcJT3i8eP7znkM+L6p+9z9/8x6UPynLLUJBjjE0xxVyZF6kEuQoMY5kI+0a3ljhbTwooWWQJciRbcyMM+VBKYTMoZyVOZR5AqA0opyonabLQT//+c83D4EgJ8uydzz60Y8my3GzO+8VH/vYxtHM7E3mQRsXxc2/88Y3LgtzWt6ZsiybHATQxq5dd4tvffs7FqCUvwzrFyqdR1m9PuuWGjAK8xhRDt5y2FuBdjJdgMn51CCwuWExim8MabhcSg266DxJN79vsvmUuC963AgQYlCKfo/xqtTthgFfN2CZBi6pRzrUw/ZxpjCInBSQxIBKX8etvJNiDYTBnGnTmtOe8yYVKGXC5V2FOHo8Te8tlXkqO5lYt1uNCwIsq+wg3SdBWAX55ocqteidTwbwtQ13W2s7Qt2dYhf03Gc/S6xbd4LzOO/ds2fhMWvXflpXx5Eh7trQHABKmc8opGVQLqTvo66RnQOFN1chR+dXqnC3EuTIaLc6fzTKxnW4Wyu8cynxBgrvXAJKwoOSK7uIld4S+E785xe/+MW2LMtebN5VxXzxksesfYxVcrHer329+bsrrlCPlgxPlGW599w3vWlZmNPy9pVlKdMFXodPn59fENd89lr1Z0tJOwCwByCawyXsrWAdCXDD4pwKLlRzlmYhJE+aNkup721YoOOsAQuw2RAn1kpIsZ2RIh18ffX7EgCVuh88xOPD4fBpi2cvWz7izGlxANJ60RItpTCSqi0ipzKk5Fbn4RxI/HtKzqRusB6Nz7xc95m3HYpRdeP+cxVx9Fw3P0udnbSmMSLcraPLNptrxnzohrvVAlE3Daq74T0/83WvEbOzM87T85mrr/7J69/whptd/0lv/iRVIWdMCHI0m6kEOZbCGwJKDVBpy6BCMpRCiAVgGbSkAOX9999fk2Fyrz320ceym7H3i/jfXn75toEQL5Z3SH5zGs/Pnfo/f//3pVH38k/iDJRlKXMOrqBOW0z7INmfPsLeqp1DRJwzKZZSAzIAHMHN9oV/OZbSF/rW1wKspQf42bmytnBLtYMWZdfwt2wOi3Xw3JhLprCVqo1QNZ6IcHczXD3yZhpDvCT30Dcm0vqIeP6SE9mYK00CSMq2cYgbvpjra/cJJgEQIq8VCSaxVQ2V36faR4A6Roij+9Xc42V20gWlcnb6UHfje0Tljdpq98arKdUu6I2/c+6/fvwTn7wL1u9Wmh43f7Ko2EkVBh+PjZJ7OJbq7sp/0ghyrJKLEYIcBTwrD0psGUSamh84cKBSl0tm9ZhciD2UKCcRiaQdfu+9954yHA5vrb+0F+LmYx9zLBup9gPKv/3bS0VenKcfNJljmp/7xre8xTGzTOviI/PosizXCyHq0kVwFmj7IAjQ0sLerH2QfHMGwt6Lb3KuQZnZyhS4MeIZsFpx2NrGskx42PLJTFN8w+o5GtjA8wFEwXmD4Ea3CX3Hqr5xnzRQsueBU36rY9FjmQoq8fXk75MIgZtuhoBlfVwSwJz83hQCkG2BJAWi6n0bDCsmxB0CfOTneOpaKrrdtgGo6VnVjeeHBZNIdA/BT1/K7r6sgjDg4/oKkTObPhAIdytBUF05yLa4qq8L1N1qvq1KQ+aLGLzHKE+2UTrVX9Rkf2uxW/UPn13QSSeddO2dd/54L1O/2whycP6kMTQ3JRexobkElFqQI0QxVDZCQwU681z+uVZ4j0fy95FSf8uQtzE15yyDCk+VHAMoDdC0E44nsH3dd+995wyGA02EZSpafdlxxx3nVMhp9ltPJy7/yOXnZKPyCvPtrijLq373zW8m1T0TGMth1yRnH7Rv3z7xheu+pO8ZAAFNHqWdyLcYYW+rb6D0Ifz7YolzFHghzNsdkIMBFiF2wWOwWUCwJLMBFE6jf3djKXG/+8in1HNk50RanZ4iqNTjQ32JYB+5DSEWXOo9sS0L2W47igWQHCCMuWpMeFu/zMP5kn2DSQVwPGFyv+2QzfRywAf3uQ076QifYW7iUsmd1KhTLwlgLcV5TE7CezLZzLwXdXcT7pZDp+yCXvWKl4vVq1c7jwuwC1Lm5ZJ4BPW7Wf9JKn9SAUd5Pi/IUe3pHEqpxxkVc0JIQKnyJwGgBHW8XcuglStX5gcPHtT5kqtX57qOt2Io5d9Mfqf5f8wW0fqY++6778rBYPDbpoGiKM497rjjWFLRu7t+5JJL1s9WBcHV4izL7W/6vd8j/Yda9/gRdKLPPuj6678s9j70UJR9kGWXs4TU3gq0TCLsPWWWkrM76pulVAAnBgg7Nar5fErdZmQlHY3srCcwlal0QDv6UmQajw2B4zlJ3R5SwCVsuyvQTAGO8LqpIe2Yc3GupHoJE1H4UL6kBrkJPpM10Gl62R5MGgis28L+n1yoW/cZslx0vW7dVZiz2fTZzuW0MxhqI20PW5paFSeVndSAks435RlTGMtv/t2WndSzBdpJMDN375HLUMaEu/U9LMXRRx0lzjjjZeRWwdgFFYXIxkJkeVZIkGmVW0R2QRLAeSvkVP6TWpDD1PCG+ZMKCM5IplLM5AsL+8ezs7PF/Py8zKEslpqp+QMPPCBTHE82xMrBgwc3rF27lvUjD35d/z9/8zfy5HVmY3j45z9f847Nm2WS5vJP4gyUZSnB+K3Uadu33y5++KN/Vx+F7YNQOJNi2jTVptvDnyeEvTlwpUPReiROaNUM0GEEieOBOMduK81CSJ7bF0up2uIsfdS8VuNoUZJRjzG9LGNf+ZR6nvplKvEaaG6/vb1QIXA8H/DZaAsO+24j8TH3Ht4FQJqGuTYoINmWldQv/cmBSdw+BrdtquHoNmkwqT4Dd2ZSQhz5xYISvqjrM8r0KGV3FDs5YTEOGMNSCnc/9SlPEief/AzyuXv+c55zwy23334fEOQoFjGQP2nU3dh/ssmflG1YFXKckouNoTlSeGtAaVkG1TmUWZZJdlKbltum5ibMDfMo45O1W2xiO3bsOOaYY45pqvyV5a41xx4rU/fYnyCg/NhHP7q1zHOlTpagMsuyM9/81rcuG5y3uEHVpqIAOj6976o56kXNVdZpWdvbAg5M2BuDMciAcSCN+zv064mpnAOZWwxyuPzBmBrfTlsRNkIOcAQ3PFagQ43BxyfGinTUPeoIKvX68tsK4f6bKVgMYLkYILMP8Aj73RVIYlBTA9SA+IY6z3mToTZ8zGQSmPQAMQekTUuIM212EoP7nthJ3quyUSexYXO1eJocyJq5ZTxA25uZh8PdXHWcHXfdtf+Xnv70z2owWYe75dckbBck63dLQU6do1jZBRn/SSPIqf0nq/xJpkKOyCvLIFjDG+ZPSnZSelAW0DJIGaw3gHIsjjwyR1VyTP9MuHuigFIamg+Hw2vMOycry88efeyx0uS8A6D8q786P8+y2uA8H4+3/P555y0bnLcHlNIQVAmd8E9K1ZzDKewdYyGkhUZQZNLMHmRgk1lKzBhawh1a3KMOgQKhjgIdB/x7/B7b5lNS4G4SoJIDkVjkI4+jwuAYiONnpA/W0rshJnhkamA00T3d2z7FSMo+xYS3WXCJWMlJg0m3/cnmTerrhUPdbUosynat3kd4Zaayk4oZJAAlZxUkxztJ70nV/iKGu33VcS750Id+9O4/+qNbGLsgGe7OZbg7wn8SC3JkGUY5aqZCjlNyMUXh3VgGSUApPTEfkkB3+mUX77///s3DwaCq8JeJvMhZQ3OzpwYZyg9/+MOnDIW4tf4GUhQ3v/Xtb182OG8PKNmw9y3f+a64a+cu1XLfYW/VZhOrJQ21ob0MVHvzOYWNl6TVZ5xHF1HicEmylEQ4v35wIDnXQqCDgRMGSpyVkDxvMUElBRgxU5kCKjm2MgQsMQhv+TguydNCIJUDklR4mwWOiFHU4Ngf4lbH4BnrwEymgEl8bKyBOe4zCyaVkhsAzQghDu7TRHInO7KTlogGK++re2mzkGF2MibcrTUX+gJWfnEHM3OqOs4T168Tv/KsXyafYz7cLcPTKn9SAkpsZg7sgur8SeM/aepny3C3Apkiz8fG0Lyq4Y0FOR6FtzI191sGHXVUXgFKSpAz0W+zux94YFuWDZRtpPyZX5g/9fjjj/faRgYBpWzoI3/1V8rY0nwT+f23vz3qvCW5Wy+BTpVluSTD3gqsWGHM5jazOYWMqKQvcQ60EFpKLGWsQMcBjmj9tcmnXIqgUgM8QrlN1DWk2MouwPJwAJchEKnBC+0S0jeQZEHoYQQm9RibAcUIceTRfIWexWMnff061NhJNRbI+oM1T6m7A+Huz1XVcaS6OwfqblhuUYa7JRNowGKs/6QBlE6FHCX0rlTdlcJbhagryyCfwpuxDKo9KLEP5UTRzJ7de9QTIskOWdhGJlSGLhgFDD982WXbRJYppCo3voWF+Ze8413vIkvvhC64/LlKzpay+1qKD+ek77B3X56UvYlzGNbPZ9ezqLmUPpayhUBHPaDghrfOp3TU1PHKbw1ykWAmkFOJ+021kQIqufN9wBKDc24vmXRYvK89rAuIVHsxYQPEgUEWJLYJcWM0FrAG0u+NEPuJ/AfBJPvU6LEWQRiQW8RqoaQ0+orAmQfPmc9UfTHZST4XEnkPVINWZCwVjseekcTxMeyknkNauW1VTmKOac6lzczNffGGuy+++M53v+993wH5kxBQUnZBGiA25RZj8yeLYTZaqNhJBVSpkosKUGZSWS5reDsK7zGokpPLPEr5334Z7laWQaZkpO4f+K+vrchp5xe/+MXG2dnZm8wHRVHcvGbNmmBkOgpQ/uUll2zOMhNLl4WCxlve8c53LudRtrydZVnKG1PfLNgMrfZub3Ku8/1ALmBC2BtCHx/g46xvljxLqRFKPf1dBToS+DKuSY7v4lIElaGKOhSopIAhxVSyAJRgMOWxIWAZCy41yI3a5lo+zfGnxQBIDHyo1jkgyYJGIrwdB/LCIW4FZrCoJyDyaavodgBepAjHBya1nWNEqLuFEIcCpM0L2gVcGKdXVn3qFC53Un42aaugvrwnJZjEhuQaw6MvE+ZX4LVJmZknqLsLyU6q7z3ILigif1KdB/wnOUPzQhpQAkNzLcihSy6qGt4SSc3OzjoK71WrVhUHBoMFLcixAOTUPCh37969eVDnT6o82S1r1qwJYr6onfaSiy/eODMze5P5FlaW5c3n/eEfBtFq/Fb7yDuSC3tPzeTc44HYV9jbqvLCWAhBoNEvS5le41v3lxbi8DmetpUjp0bHAAg/eLGhbwzMfJV0YsCeUxEHiZ/028ynLdfPLhXGjg2Bc+ebXaFPcAl3mkkBzVjgCPvChbPNMT4QyQFJFmBGsJL6RY9+CODYK5hMUHRrQJxuEeSANktQYg8ajo0NdbewCdIgvJlbG1CBv8P7xCi7WXYSzaW5IMtOOvPZdHBapRYVOE4Id3Nm5pW6G4e7tYhGqNC2qY5j1N3aRNwqtyh/H+ZiaJuZqy4Otd8kyJ80huYSUMpot7QMMhVysCDHKLxV/qRsJ8uysfSfXLlyZeFaBtWA0vSxDs1PEjXt3r1722Cg8yfl7p/Pz79kzWMeE4xKRwFK2ehfXHKJWmEmj/L8d74z+txJDvxQbbssS1btbUzO4YtWqpfrCQcy4xi1d5ewdxRLOQULoT5zKR0AE8NS9hD6PmRAJZUPSeVCooePApVqzJG5laY5rh1DNIY2HqoKz1LcJ2JApNpzmdR7l+kDYCRCdFODVQwUqckiWEfcLVcokxDmXgQwKSd2GqFuDOz7UnbrtWGze+bWJedOaqSpTk+1CrLOmXC42/TNZ2Z+iT/cXQFKpe7m7IJC/pPALkgbmuvqONKayMqfDApyMKCU4PLAgQPSgxJaBk3dg3Lv3r2l2Wdl/uTREfmTBnxG7bV//qEPbR0Iofwo5U0dLyy85F3/638FEWtU44/Ag3wm51RtbzlFvZdinAJLyYW9MbNWq9o9wC09l7IFS+mxEeL6rEETWMQTCH1jEEwyi9Zz1C2nUrHFLfIqHbBe9SklDB4ClvLzWHDZtOUKhqa57YTAYw3uqn/43IhSgaTas9uyknrDt6ZKtjVJMEmBGtiBPvIm+wh1t7EJWkx20gdAbbZ36bOTvtrdlbr7fi3IKdqEu2t2UgK+oRT0VOUWkf9kMcyGquKODnfX+ZOKsbQEOU7+ZF1yMUf5kxJQagDZKLypPMqJKbx37969aTgYXGP28lKIzz7qUY/y+k/W+2zspvqhiy8+fwD8KMvx+LI/fM972CLhse0+ko/jwt7z8wvims9eq6YGAgeOpWxd29u0X2EPp+INqLRjVm9fFkIaFKSFl6fFUvYd+tb3sVnpjhAHYlFU47ovOyEK6MUwh45XJR4MEhnB5zk2DM6B0Bhg2QZc2n3sF2jGAkcLIEWASAyy8L7JgcxYIKnadxt1tueQYTkFXn05kxjkTANM4j6CVD013j5D3U57MExv5Q42Uz2p3ElevGN/aagtAsFcdBHj6PmmmVQY7m+YW78YR7Z35uteI2ZnZ5z1yYW7A9VxVJ3v8bgAOYp1uUXNRjaAsgqdi0KSkcNspM6pACU0NJf1u017MYKcWuFNAEpoGWRC3hMDlA/t3XupyLLaKzsbDN6xevVqGVEN/oSiR3UDH7joolNmVqy4td5Qsmz7O9/1ruW63sEp5g/w1fb+2te+Lu75+b3q5MX2pNQjgOIVGgiminM6s5RMjW/dW9DfyHrZUQKdyNC36gNjeK7vKSi/iJaIT/kN1wP+t/zd51FJHR8DKh2xjm7IWdjUZpISBqf6hy/CtQePS2UvOzzCrU41b4IYT3QfG4nBCuwMBSS548k3U4t8SdV+gppbHt+2RrceCwqpgwlwPoM5i1ZuIrIPYrwa8dxxqm58nAVOGTCpz6k6j0VOPeVO4rm2wtoM2ONyJ6EQy1GL12J5OOFdxDgNwDfXWvvY48WLXvQC8tmza3er6jhY3V1kxVjlI4LqOFz+JGQnFWtI+E8qMIoEOYadrFTj41zMzAB1tyPIqWt4y34dccQRRaPwnr5l0EMPPqjqd5s9fjwen7pmzRqv/6S5GdGAUp7wwT/7sz1Zlh1tvm3sO3hgzeblut6tXirVxiPrYu6gGti1627xrW9/R30EX6JLIewdYyEE+43FNp3KMUIDyMjqOTDP1AvILDU8An0RoiLVNizL6Kn1rfvRDlRS4W4bUDmSH2uJxTCHzjU6hMB9QJELhfcFLmU7UOSdtOG1frKbEyFYiwGQPpBoWvWGvInQtq/NKDDZIsRNX9O+mg9MOsDMo+hWx0aCSStv0hZ4I6sbvvZ2u1A3baVjgUnDCDZSaGtkMcwplzvJsZOOxQ9jLQRnuO/KOArsJohxnvvsZ4l1604gn86TTjrp2jt//OMHq+o4ONxdi3GAurtWUo/H6uGR4e6xFONU4W5Zv9uEnKEgh/SfHI1GBRDkKOBa+U8WlV2QLLlYC3Lm5+dVyNup4S1LQSrLIAUoKYayh93JbULW7z7u0Y/ebd7RMn/yUY96VNB/shWgvPiP/+TKbDBQ/ol5UYiiLM79X+99r/RUXP5pOQNlWepvA8TPZ7Z+TiwsjKPC3l3EORqjuayjzUzZr+K+jM4Xm6V0gAsj0MHHsarvnvIpMeBUvzNMKwW+UplK3X64NndMCFy1xTwPqYwlNTaq6RjmEp/HuQnFgk4u5hQLHGF/QkykDxSqzyYAJPWL3jVTD4lv6L4uPpj05U3iPnNiFzUnkBllRDFOe4c0O6lGo5ZrDDupjzbH0+F0fEyzpvzh7pmZkThr02vJ3eW7t9yy53kvfOF1yHtSAcNCDFT4OaE6jrYKasLdxi7ICHI4/0k3f1L6Ts7MSEC5IMSMtAySNbw5hTeo4e0ovI04h65w0BKDwNMefPDBc7Isu8L8rSiKq44++uhzYpuO3TtVex+66E/OGWeivliej6/63xdcEH2x2E49ko4ry1LOXz2ncOx0KUbak1Ke1ymXkqt4k1o5R4Whm1FwYpveWEpPaNm2AIoU6GgEUw+A9ab0iod4KyHUvNefUh8LWEyEgEJMJQbrFMxz2ohQZMeGwFX/mYe5DbDU8xG3ZcUet1h7TQyADIHI3oCkvpA1FRA4mA+oPodD3A0YMf9yAGnQxxLm3/Fhbj0Muk43nitf3iRk8/A9aBPqbifEUbLr+p5Mk52UF108q6Bm3JT3pK/U4pvOOefbf/epT/27x8zchLtNuUWCnUR2QVK5XTGUINxds5Ns/qQEorpaDpE/GRDkLKLCe+/evVcOKtKwWvvnPupRj4omDeN252pZb968ef2q2RU7zCaSl8Wu915wgQzbLv+0nIGyLCWdvJs6/f4HHhBfuVEL6fsS50zcQsinHGdcvzmWUoFkRrgDBTpqbqzjAKBlcinxnFoApI/Qt4rzg3447B/4DAtx0GLoF1S6MK8VqKRC4HpSySchFViqpghwCxtPBY2px7d8pJ3TYsGjD7jBRjk2EoMf6xxuMIy9UEjFjQEafW0EUrE3YszvkV6T+vpxYNJbDcdjX9Qm1K3AWYQQR5t+6/lSAhgmd5L3w7RD6vALAnsOJ5SRfbHWi8tOWve7g1WQPT9hMQ7nPbl3z56Fp5544rX379lzoAp3y9xJld9YmZlz4W7FKI7HKqyNq+NIMGmENaZ+91iLcZRdEOU/KfMnHbsg2Y+ZcabC3ZWheTE/P28q5NglF/fvzxmFt+nLxAQ5e/fu3TkYDNaZ2z8ejzesWbNGloqO+kkClLLFP3n/+2/LssHJtcl5np/63s2boxI2o3r0CDzIV4rxxhu3ifseeEBvNEZ1nWUgL6wBUxpXgdA1YdLNVs7xAcEOLKXdH8QwWUwgI/SR8hqC8VTbLhyrTwDTUaCjAW9YkQ7vkQZEzWJW51sssL3Qfcpv3W6fTKV5bYH+USKbiBA4yVbqDjtPsm+z8YG9ELA0F+oDMKa2kQoWqe0tto02QFK9+OmLOn+lWEkKKMYpxxcPTOo+g+FBv0lP3qQCN0wIWzlWWm7kLqNrrpgsxMEpC4A+tUUvblUZc82+cifxHHTJnexWGccV4xx37LHitNPoeipXXH75zje/7W3flHps7Qfprd1dCFnWUB2ncyUrQDlWILHJnxxXOR+6ys5QWgQpQ/OiApSW/2Rk/qQMd6trV4BSCXJWrlxJlFw8uhBi79QU3rt37z5lNBrdKteAJHJKIbavXr06SXidDii3bLm0HAzOq1nKLHvH+973vihJ+SMQK0YN2VeK8c477xL/dtt2C1DKXyYizgHhapxT2fwOAasnjMyF0CfEUmrmFYI+BOaqX2GuqQMAMQiKCH2bh48DNX2ByhTlNx6XgY8uWLIffwpMxajA1RxQbGIiW0n1Gz9AseAypq2oh3MCB8UCSAWMmNxICrzgrrI0Ro+sJAU4MYTFIWQSpDpelxiwAfYRDdSn6PaJcHA/fCKhdqHudCHO4cJO6rVLh+xpqyAb6efEuc885WTx5Cc/kXwif/X002+66RvfuKdmJyVQHGS5dBpvquM4ZuawdrcR5MjqOFrd3YS7czEcarugym+SsAuS1XFg/iRWeI+FmCkqhrKYnZ0dS0GOVI47FXJqQY6q4Q1NzU2IfgK7khD79u07vyzLS0xUsCjLy4466qgka8hkQPn+zZs3DrJM1aGWVH6Zie3v27w5CcVOZDYO8UY5T0o5rD7EOfAFy7KUjDjHBQwwx5BhFnvMpVT8IMlS2jQgDH072DCCpXRASGzo25dPmSDS0ddHwhiwrqcBKkkwGpFXWYPWnoBlDCBMAZdwe0hlIdtuLSnAEV6jC4hUL3Kuw5FAkgaJMZZA7tUXE0ymiHB8eZOxoW4HoPYqxFmi7KSc5ASrIL1CGsFOH2Icv/ekDE1neVZIYKYAJcyfhOwkVR2nzrFk8iclQ1mg+t36HJM/qQU540rh3VWQM2lAeVsGBMLzCwsvWbNmTVLxmmRAKRfERVu27CmK8mgFKstClIPBsn1Q27dOdV5ZlvKbwCVUM5Q4Rx43EZbS49nYCGwUHa5+VKogl+eYylJ62uJV1XGhbxiy1gCZBsJeUOkJffvyQFF0nlBT23e9T1BJAbOQApwDc7FsZUoY3Iy8bTjcAoqBnMu2j6hZ320BYui6IQBpzvfaBfkuQgFJ7HfY7ENOS3EhbhdMhmyBKODatgqObsvuOuy3V4Tjy5uMrNXtA5MQROF+qnvawSbIAexgErrkTiqmlFB243FaLCQUEfXMTpZq3VYAACAASURBVPrEOO8877xb//KjH/0BCHePZf5kVbtbhbUrdTes3R0Kdxszc60Sb+p3Y0EOBJSk/6TOnxznCwuScZwtZmcXcpQ/qep5K0NzXpAz0Rre0i7o+Mc8ptZylKXYu/qo1dF2QTH7OLtFbbnwwq2iLFUZxmqBnbv5/e+PVgKFNthH4uc+cc6+ffvEF677kgZwMAzbob73YrKUCtAxoW9WhOMDrtmgAbiRAp0+Qt/O/UC0qBOCjxTp6HbbeVTWD7anL8781w9cfyFwdQ0O4DGhcDXuwMOfyi62ZTEntQfFgkcKbFF98mbnE0BStkFZAXHXiwOTbi9CYJJWjPNhbg3Kmh9vmNvJSeTNy9V8eKx/JhnqjhXi+FXnYFYiwCTnO4nnISp3MoKddABoC3ZStsGJceRna9eu/UwlxqlzJ7UYJzncLfMnxyjcTdgFqXKL0sw8pn638Z+U7KQR5EhAWZdclGHvVatWFdKLcj8tyIFh74kIcqRd0HAwqNxmMhlo/+yRjzoyqtwi3JdC+ze5r26+4ALlVVRvNmV51eaLLlq2D+r4FupLnKNf5n5xjnp5c8dMgaXEjJ6JafsYz64spQYsIFzvseHhVN8ajAGwh8ARZv+WMqh07oH+yuKs4i65lep+tgCWMeASA/qUx2/SQDMFOMJ+x7CgwTcKAySpGtzdgCSGeRqGpNoCqVb6Mi7vACbxXFhgUn9Y3ypbLGPfEU7VjZqw82MRhRpjE2QBTdg3H+MaoeyePjsJrYJ6EeMYdlKFuIlwtwSC8qLjysycC3eH2EnFGo5Gmcyf1LW8ZY5lVXIRGJpL/0mZP2kEOTWgtAzNZRurV+fA0LwOuWsFuvov+Pin7IPm2IcffHCrGAw1SZgJmSqaZBdk2mkHKDdvPkaMx4oe1V5R5d73//EfJ9OjbQZ+OJ/jE+dMonIOtBCywNYUcik1MLMSI+tb6wsfx9gIxQp0HODtY/Ui8ynxuDAYQymSSeFv/LDi0Dj+kkABLqc/pLdje1DJgTwvsNQneR/t2I0qlcFc7P0kBkC6sI3oNQMiNVgryLcQd+04VpIAk47dTAS4JFzg25ZUNGO1ADqygOaAGgaTfeRN6hmCILTpGQx1T0uIMw12UuPifsU4vso4ATEOFe6G3pNaeCPFNra6G9bulkmSWrBj2wVVDOUoH41yJciBYJL2n/QamufiyCNlFZOqQk4tyDFVekxfJwIo9z20T1VBNHzCvffeu2bDhg17UvfH2H3aafeC9763TuCUIZQ8z8/8kw98YGtqB5aPt2fAVznnc5+/Thw4cMDJWWyItjQLIQxALGucCJYSslltcik5ltIHytoIdDBe6cPw3Gcl5JsLPef2PXcr1DSfh+yE9NiQkCfRAN0B9w20dx7PWLbSBywx4LcuEgCWqt3ETWOpgMxY8GiGF/Xm4NjIKjePaqNvICn7i0PcGKCRvwdYSQxZk8LcyB7IBYy216LFOLa0CNJTDsAUAyZhqFvda7ZedwshTkd2Uq89I5qxrZKssXHemhG5k9qeqlrlgJmVp2Lmd9WqVeK1r34F+cRXlXGuF7kBX8oqyOc9Ke2C6lzE8bjxmBRiSKm7iXC38p+k7II8+ZPGf9LKn7Tsgg4cOCABZS4efjgX4uixEHthmLtSoCuGsvefBx98cNNwOLwGNLz9yCOPbCW0Tt2b62u+973vPT8rilpEUpblVRf96Z8uh7073m5f5ZxJWAhxRudcOUYFPhJ9KR0mlPGftM3JbRmNlTvKiID68KbEQMgBI4yVEHUefLh8TCX2qNRtNQuJZCLROksFlRTg6xICV+0xoW0O0LHiHTO2CYBLOG2TApqpwBH2qQuINKCJBYyeUDi1bdHtoDzHiBB3GzCJ5yEEJlPsgXBYHo+zTd6kHOPUQt14ziNyJ33MYXJVHCZ3chLspM8qCFTGqQCXBpR27qQEYWOt7FZWQrX/pPSetKyCUO1uJ9wtzw/YBWFDc1i/u6gMza38SeM/qQQ5kik96qhcPCRBrwUoJyrI2bdv35VZlv022A/fccQRR7SygmwNKDe/5z3rx1m2o07wzrJdf/ynf7pcNac7oJSpA9KZXqno4c/8/IL4/BevS6jvHTY610CAybecBkuJQ64M2LRyESMFOpMOfStwjdlBBHb7ApUaAPKWQuTnAaaSBJVkCFwd6axsFiimAktfnmUCuKR72fGBnPDpUQBSIzJvT7iwNgXmTENp9b/d68dYAh3SYBLNuy83FIJJdVrHUHcbIY7X+ohhDl1meYrsJChZJK9qAfKyFLJu96tf+QoxOzvjrH1ZGecxa9d+WoeiGyNzIMZRgDArSKugArCTbcLdlV2Qyp8c1+Fu1y4onxmPjf+kAZTKf3LFihX53NycApG1IEeCXRny1oDShLonLsjZv3+/xBuqOo7c5Q/OzSVVx7G+pHfZL//3e96zU5TlOpNQPRblqRdffPFy1Zwuk6q/fW4WQlxINbN9++3ihz/6d/URfKF3sRDqk6WELBcWtnBekmwupQ84tvCm1HPWzGps6NsBXo4Qp51Ix7ETQtV0cH/7AJUkiCSYQNdaiIdrKWFw6vo1ZqwGHGQOI5jL3ja5js8yPD0aPNaILwAiPWFtH5BUnxGG6TyzGlZxk8CRsitKEN/oNu0kSKdJXAWn0XeoWXTZR8SwWuyek3BZ3z4fmLRCuB4w2Ueou5VNEJPX6AqomrmBTgCOAAlMIfSU7Dt38qlPeZI4+eRnkE/glgsuuOOiD35wO6qMU4lxZNib9J404EwCSpOTqEsoRqm7dbhbAlX5I/9XVcfR4W7JgI5G40qMo35v/CdV/W4NcrNsXFXHKQ4ePKjZRyt/8phciD0QUE5MkCOr46xYseJW81oshdh1xBFHtCYGWzOU8i6/+13vvnQgyvPkv1WYIMsu+7OLL05yVu9xvz5smirLUt7QHdSA0i2EpstSyj7zwhmZ4wkA3RILfbe1EtI5k4c2qCSB5gTZSh+wrKErqn7EPuCJABO302kTBI0lA0bckQALWQMkQvxiAdeAQIeax5jwtrm+G46m2UtneEsYTPpEOBiY2gCLz5vU5zWzYIH4NqruFqHueCGO6m0NwjkVexffSRt4t6/bLTt50kknXXvnj3/8EFMZJ9Z70qi7FdAbSqehogGa0HuSCHcXhp1USm+3fjdlF4Trd6tyi3b+ZK3mxgpv2cfOWwx+Jvft23fpcDBQGE7+5EVx2erVq1tjuE576bve9a5TBmWpaj9Wndn1wT//89boln1hPAI/8FkIffNf/lXc/Z8/UbMyCZZSv9CrpdFC8e1TaVvhdU94GFKJXb0pfaFva6zIbgnPry+fcqmDSjWWFiFwMwdEwJt8KlPD4KYRHyuprh0LLqtjD4ktIwJA1mCmA4hUbTAlHGNZSZfN0jNMne+weYlKbt3u9JjJtmBS9jM6b7Jik/V+Y48PgzeIGlhVelebIOfepbGTTki/Z2X3CU94vHj+855DPsZV3e5/0WCyDndTYhwFFAcyjNyIcUzuJKXuNrW7Obsg9XdcHaeyCxqj6jhWuNtXv7vOn1Rjma4gR4a7syrcLSf74NzcqWvWrGkdZe4EKGUH3vPOd+7My1LF39VPUZx68aWXtu7QIfEimEIny7KUKqsarMNLprOUqHQhoAmt3MROuZRmq9Q97ZWlnGLoW/U9tooOAi8+5TeeE32qFX93w/EOALQXXmpOpbomatPpR3WJOHsh+57D3nkBoqeiTSjcnQwuTac6spidH/lI8GiuY2xlQpSETwDk88KMBZIa3NmKaPM3PCckuFzqYDJB0Y3HHZs3uVih7nh2EijTUQWl/pTd8MtHN3by+c95zg233H77/RhQEpVxFMhUghwtxpEDlYCyAqLSoFzIcHcxFJXi2zCUw2FVB1zZBRVDJeqpw92yOo6xC7LYSXkNE/Ku8ietcosmf9L4T3ryJymGsvM2BBuQ4e6VK1bUGKNruJt/GyR0+13nn3+pGAzOMzkXkjK99C/+ojVlmnDpw/7QsixlHc0XUwOlWEr5MrbwAgjDxhidd/WllKym2Zpa2QhFCnQwCIo2PI+uosOXkyQBmMO0ApFTgvH5JHIqdX/9tkKxoNIcR38LZf7qq4oTKJUYApf1BpbCXoZ2jVTgmQgUucvHAkgOzMF2ewOSkQwkCzATbYF0O1NkJjuAyfZ5k3aSJ8dAenM/ERvIMZpWeJo5R7GlIJIakzvZJzupfaz16jVj9rGTX73hhl+csWnTjbRVkFMZR4JJS9mt/CE1oMRiHBnurirfqFKLtfckFe5WRKWu1w0BZUHnT+4fz87OynB3XR1n5cqVofxJAyhNn0LfLUM7m/N53+HuvgDlKUXFpKnFWJa7LvnLv1wOeyffXvcEn9H5z+75mbj5699UJ1mWOhHlGPWNp0EPq/hWYEz30WI1nZd50y4L9NQ5zXg5S6DqYvWBnUPfSE2MscMkRDoUWPNV05kWqFT9aslWynNp0Q6/pYTAYahyTeh8s0jqZdUnyOzhWbYAHwh/xr4lfEykehkzIW1z3RRGUp4T4ysZCyQpoKj+huZ1mmBSj7GtCKdd3mTfoW58n3BuJyeS4WyCNEi22UqN9Dz+mlG+k2ns5Itf8HzxuLWPI586YGRurIKKynsyL4S2BCIq4/jEOIqtVAxlkz9ZELW7feFuWR1HAUBQHScXYmYsq+NUdkFU/iSq313nT0Jl98QMzZtwt941D84d7BTu5nf/xA30HX/wBztFlqmwt1qQw+Gply6HvRNnkT7cZ3R+443bxH0PPGCBvImxlNheCApqANMUzVICgIpBV9+qb8nQ1dskAhp+UMkDXwcoepTf+FjM3rptuYVjfObn+nzklk4Y/cRU1qEAMPs3VrTj31rahsPhExILMCmgyY2nlwe2aqR+MVcv6FjgGAaAdi/bsZEUnNPtUuHtel9HE9RXiFu372cm8TiRpoUs98gxd/J6UwGT0XmTvIF5G1W3L9QN24PsJAsm1ZcVADKxHVKH3EloZG7W0nHHHitOO20j+SjWRubaKihX5boH2l+y8p7EYhwZ6jaATAFCEO5WRuYVmDSVcTRIHQ4rtbiQFVt84W6uOo4U5NR2QVX+pPGfVIbmxi4o4D9Zgeb+Dc11uHtlk1KXiV2rVq3qTAR2zqGUd/78t7/9UlFWam91a/PL/uKv/3o57N3DG8pndJ7OUnZUfPtAIGN23kqg03voW6Hh+m4oMGKFqe0b1aret0YpVkNej0oCjPlyKlXzKERMRWdDeZUs+OzAVlIAuZkIfosJgcIQa9kFYFKPJttTOdE+5XQ/z3l0K+3ZyMUFktTVMZDU4NIPmicJJjF4dkLPDLhy+o3YPlgNB18DMoYTDXW3EOJ0ZydBVZyA76ScFx87iYzMZUVEY2Q+FoK0CsKVcbhSi0bdrVhGEO4eD2XIXOdOylKL1fkp4W7bLkgxqFmW13ZBpn637T+Jw92ISo/eKtgDdbh7eB6IUl22cuXKzpitH0B5/vmniDy/FeRR7vrwRz7SGe12n7bDo4WyLGvjUTyiSbCUCqhAwAXD44lm57K/SyH07VTRicynVP33qKN9ym89dpS/aM0rEuZQIDOhTKNZG5MGlRqU0rpvHiT6t5o+wSXXv6W0G4RC2Liv3UBkP0ASAyHTR8hg1X/D4eSIEHcUmHSi1K6vZFtmMgVM6hmF4WFwxxwwyedNYgYyRtUtr8SB0PiKOM2aaMNOaqFRM2YrVG7lZFq+SfUJqezkjrvu2v9LT3/65wJG5jLcLSvjaGU3XRlHWwXJ2zdUVkE6R9EV46h60pUYR7VVAcrazLxSd3PhbinGyZlwt8mfHKtyi3X97tp/cuL5kwcOHNiZVVFl/Y4bnDo7O9tZTN0LoJQd+oO3vnVnCdTe83l+5kc/+tHl2t49vMWWEksZW5IxOvTtUVRPNPQdYPzswo/tld/TAJUaQNkLrW0IXLXVga1U53tD4eYI+sEIAcsaNAcEPb7HLvYaXR/dVNAIrxcCkA1w8wXT+c+40DYLGiNMyjkwSfUiFOJW/UB5oW7K4+TAJJ6HaEU36rc/b7J7qNsBwVxOI1DqtxHiOAA6Kndy8uykYhSFDHtnBkxiqyAU6paAU9XtjvSe1AxlnueVOMYyMzelFhXgHGeZOgaEu/PZWRWSt8LdVrlFq353VgJDc1huMTVjxrt1zc3NbSrLsq7dXZZlL+Fu/86euJu+7a1v3SzK8kLDUmZZdtWH//qvl2t7J84jd3g6S4mEE4mK7+4spb28eCU2Kv3oY/A8vpU+YY8tImqbT9le+R0ClfpzGxE6tj04RTIbECAyHVRqMErkXxKgUh9LMJOMMroLsOSuxT0fKeHxnh7JXpuJBZAc4LM7M1kgqcGeew0yfE3MUghMapYN5VQGmEksInJDx7wAh5pTLE6x2DgkJ3KYuuoPPjApr8myjB4DczU1XN6io6oH3pLWF4JuNkHd2UlX2e3LnQTspOQfZe5kVZdb1e0eCzGAuZPQKqi23qnqdlc5iaoyDhTjaDZzOBzLOLr6d8NOwnC3ZCdzWWoxTt29UEhAOT8/r4CmLLcow90m7L1Y+ZNzc3NXlmX52+bRLIqide1u/Hj3xlCe/3u/t36+LFV1FwkqSyH2/s3HPibrUi//9DADhzpLiUETVopHVdDRKKOeTR9I9X0G8ylTTM91lJxWx5MAKCGnMgpUKoTWLCbFoga8KinASD30FKhU50aylT4AqK4nxVDe5yC8FaUyi0sVZKaAxzgAqY5iZ1d94jFG55jUWNGNbt5N8wqpuKtu2f1GpRRB2l19nDfPkLA68glwJgUmVWcdoREH8GyQaIFjxAyz+ZZYiQ3Og+ccZuxkUQjJCurwNqjbDa2C/GIcOtyNvSfr/ElQHccIcih1Nw5303ZBJn9y375ciKMLIfZK4AnyPCtw2wN+gE0cPHhwjxDiaPO3AwcOtK7dPTFAKRt+8+/+7m2ZECfLfyt/qSw792Mf+9iVPc/HI7a5VJZSTlRqjW8MDGJshPA5gx4FOg7Q8jCYFtgj7I0gFLNFOfEiHSUygqAuwCymCHWmCSrVPSOepK5spQ9Yms8ioGPwGU8Fl1SDkwKcqYCR6ltcuNwfCcNsFr5OCpDU+Kg/VvLQAJPx9kCueXm7vMlYVTcGwqzn5JSEOKo/EbmTOREqnxA7aRTSxneyYisVO4nD3ViMI38vh9loofqmRtXujg13Q//Jogp3Y7ugQojp1O/et2/fOaPR6AqwF2xfuXKlLKLSy094b0+4zFt+53fOzweDS8wpRVl+9v9cfvmmhCaWD/XMgI+lvP+BB8RXbpQ+6B5fSmBy6LBtjC8la3busRHSoMssLax89jB8nODHo/r2qsil2yYL/jCIPHRAJfaqVPecyClsk1dpll8fwNIHLuNYSw720g9JHyBzMTagOPBoehYGkW3YSAxQ4DzEAkkNKtyfUIhbg1XCNgirvT1sHdX/bszkpMCkJ2/SF+pGDLMV9o4OdTd3qI0Qxyf4sQVKIHcSSPLl7bRKVVb38/TTNopHH3ss+ehxym5tFUSyk9IqqAaTlVWQDmNrMQ5dGUe2N6w+t8U4ValFwdXuZszMdbgb5E/mc3Nzyl+yro6zf3/FRlrlFqFVkPx3r/mTBw8elLqW15nJHo/H565evbo30q9XQHnOOeccMzsa7YZu++OiWHPllVdKinX5p4cZ8LGUqTW+IduGA5IW28eVZIy0EYoW6Hjaw8CRC307gNrDIFr+lB1EOhRw6qL+lu2Fcio1iEQLKiKvUvc17FnJHaevS28bXn9JJs/SQMY4MJi+XcW128ODGdlEGniMA5EGTHnlOT7bI+YzCkjqa4XD2+xxDkgM50vSYNEV5MBb0AVMynYmIcJR7TL5j/gzy5TckzfZxnNSj6+5h9aabGFirmGqvh/aepNWdlPspK8qTiB3MhdCe0wiI/PYut2NsltbBTUiGNd7shRiNB6NcpU/OdL2QUbdbQClFONIM/O0cDdtF2TC3vL/vf3s3r17/apVq1RaovlZsWLFmizLesNn6Tt0YHhveuMbt4qyfJ35xlkK8Y6/vfLKS3ublUd4Qz6WMqrGN6K3Ykoy9i3QifWm1KCGzpl0Q8k88+kDZz7Tc339ZsH5lN+4r9TvqeFvB0TH2Aq1zKs0o4wNg6vx9QwsVZtBhTjcAPrZvvoCne3AIrWhxZESPqW2adXXJzbkTYS2NViIA5LssXhYOF/SxZauYTmRI9mnACcZTEaalzuAEY3DqUzE5EDisbYJdbdhJ9sJcZqwP8dOvuoVLxerV68m3+p+dlKVWVRsngGUVc1uHzsprYKUZRCojFMiMQ7rPTkajYo5XWpRA77RSLWFancX0i6oYiepcHeuxDhHHjlm7IIUi6kZVfVfbz/79+8/fwAiyEKIz65cubLXCHI/OzIY8hvPOUd2UEnSTSnGKz7+8WVPyt6WhfoGyPpSxrGUjbrDyQlMLMnosxGaaujbmzPp8cKsGLv6XZdQSUfeUp9H5dRAJRLraLBHsJDE0x7LVuqxuG36gCU5fvAchIBcfFi8f5DZ4+MaaCoOPCqQppFaMAbWBkSqphOAZN0fNLoYo3J9Lay6JgzNEXNK5YROE0xW01+PWF2bUXTrY+NEOL68SfzZREPdajzNDbXC2FE2QXSJRdkixU4+cf068SvP+mXy+eiBnTS5k1jZLb0nLXayqoyjWceGnVSATntPNuxk5T1pwKQstViImRkFMAFD6Q13V4AyFw8/XLGixxTTsAuC3pPV3nvmihUrerV27B1QytVx7hveUKuIJKjM5uZOvfLqqzubZk5vk1/aVyrLsgbtuKfz8wvi81+8TiwsyC9ANmvXEEp2vmAMS4mBg1MLnMlVhAKd2NC3k7fpsQvC4hq4oNuKdFKU31MBlRQz6SRIul6UMibu5lG6a5sFisxj0DewDAFP0w2KsY1/Uiey1cVfPggD6aZCwhpzVogd9YLMHoCkBlAEgxkT4rb1K2pIDhNHAOmlAiarDlvpbo7tELi91me+vElPqNubz9jCczK2Ig6+N7wQp7mp0MTcnD8zMxKvfuUrxOzsDLnwf/2ss76+9brr/kPkhqnTVXF07mQqO6m8J5VV0NBYDmkjcwUEQWUcS4zTeE+OigmHuw0rCUPdvYa75+fnTymK4lbwTty7YsWK3l14JrLLnvOGN1xaFsV5ZqWMx+Or/uGTn1z2pEx4/YQOLctSKnBeTB23ffvt4oc/+nf1kRUyHgAYqOPY1TFxJRm7C3RUj+oue0PfvvxMD0rqS6QzbVCp+82H7RVwDSnKibxKylpIr4ulCSyjwWWDMgN2RKEnCX+euiXGM4yhnhgGUr10QwcToIs6ZakASdW3iBA3BSadcDAGWjKDz6nX6M+xdMAoFrZEek2GwWQ7EY6ermYM3jxHeJxH1d0m1N1KiBNRYvGpT3mSOPnkZ5Cr/Ks33PCLMzZtutGqiqOq3ijfyVDuJFZ3azEOVHanVcahxDjGKgiyk6Z295IMd0vvSSFE7T2ZZdlls7OznUstdt09I7Y5Ic45++xTyhUrQCnGfO/sylXrl8U5UdMXdVBZlhuFEDdRB0uW8vovfUUcOHDAw1La6INjKfELnrMR6iP07b2W4+loUaLWNHhzJiek/FaAz1OikQRKBED0iaMoUEm1C74rNPMSyVbq9uJEOw2mSw+FRwNHj5iH3Myq41NhYdRD1+NBNVSICGHDy4aYSAqQ4W6nhrY5gEsxkvr69hUpo/IYf0kMqqixSYZsmmAyzR6IB5PO2BIU7FzeJDVf5quJF0y2CHXrNQFC+hCQA6aaYidXrVolznj56Sw7+aunn37TTd/4xj0J7KTONxwMdElFIWQk2uQgGnYyxiqoALW7ZbTbEuP4Sy1KJlUKcpra3fPz88Z/slZ32+HuWt0N8yYNcxrznTJqRyrL8pj5+XmZJqe9J7NM7H/44d68J2EnJrbv/o/Xv/62bDA42ajt8jI/95OfvLo3eXrUTB7mB/lYyjvvvEv8223bq/UDhC2QpexboNNC9Y1BkpVX5/F8dMQbHsCJc/X8TF97O6FeQCUB6HD/Y8Q6pLUQIdip9hfySekLWKprMAKeBpTGbUWhvEtqIHXLUwabEDRyoCy0RcUAyC4gUp/L5/5Tb7VYIKnGRrGSMSHuCPGN7IfTP5x3Gfjdp+Z2wHFCje4QGPaJcLx5kzoHol42XJ6mXPM24EtXdU9KiPPMU04WT37yE8mlPwF2UpZZNFVxdEjZ1O3W4W6TOynrdqsyi03upASJdanF8SjPZe6k+lwJcWRbMzMyd3JBiBkpxilQ7e5ibm4uX7lypandra+1erWu3/2QVKnvpcLdvdoFzc/Pn1OWpfaelHtgWW5fsWJFb96TUwGUr3/9688ZZkINQlXOKcX2T/7f/zuRQYQ25cP187IspdjJsgGAY73xxm3ivgcecEClbXaeLtDpPfTtEdQoAMHkZ/pAJf4sBVQ6dkLatLOeWjd90QZDnZnKGFAZk1dpQtsYqxFsJQcsU/MrdTs0YxkDLPX5ceAy9djQPhB/Vbul3qiEyDC2uXoM2OTYyDZAkjuHch2KZSUpMEyp192cysUFkwqwASDu5nPyIfe2IpxYiyC9PmzQiXM66zUExTbWOTxwtT0n04Q4PhNz2acTTzzx83ft3PkgzU4q30k5MKjsTmUnawW1xypIinEUo4kq49Rm5pWyWx3jEeNIQGnMzH3qbkuZXuV2hrar6M/n5uZuE1mmCs6oPVOIc2dnZydC7rXdQ4ODkZ6UB/c/vDPLsqONoi8X2alXL4tzgnOXckBZllZuBDz3Z/f8TNz89W86gFICHgCP7HKGjOckfnl3D31XS9ssclSaj/PBdPqBS/p5BDxLGlQSiG6AgBkFtDDbSoIsGw/XSyRWCa7bZMLansXqA5aqzQBrWW+ACQCTHH/KAzXFY2MAi8yESQAAIABJREFUIexO7PE+EKmgRiIj6TuHBJNYwW2wiRMKd6F4KF9S9iXkMan768+h7MJMdgKTLUU4akys0hqPNxJM9h7qbqhn+S/KxPzFL3i+eNzax5FP2RWXX77zzW9727dErq19PDW7ZQlvxRAOJNM30H6URmQzHle1viu2kRDjaHGPZidl3W5tJZQpG6C6zCJgJ5O9J2U7snY3NDOPCHcbsNvbd1QpximFuBVM+N7ZmZn1fXpPwps5MUApL/L61//alSLXiaBycRVCXPVPn/70sjinx5eWzI8QQjT5EajtdBuhOIGO15syMvSNi//56m9j8MH6UyJg5hfphGpzD6yQmmZLJ8hURoBKCjBFhcAZtjJFtOMDlvbXA3eBLxa4xD1JYT/7eExjQSB3rdjzJwEiU4EkFd6mciVJwBcBApcimMRj8YarPWBSj40R4RCWTlyoW68jmNs4uVC3zss0K7exUJJ/STUx37tnz8JTTzzx2vv37DlYsZO5EnTXym5YFUdCiXGufCflYNNzJwuPVZCpjCPZSWVkrpjKJtytrYJ0uFuyk0aM0yXcbcCwAca9AUolxsmyWowjyvKqFStWTAyDTRRQnn322adkRVGj46Io9o7Lcv3WrVt7c2bvY9M/1Nsoy3KzEOJCahxxNkK8QEcDBVp97IA8eBxTRlG2x9b6DnhJWqyoT6SDgJlfpLO4oJICiFiCjRXgJKhkQsUOgGLYSspiiMC39RLzhrU9D1QIWKprRjKX5jLTBomT2i9iwWP9CmfsfmD/2rCRqUCSDG8nsJJRIe4W4hsKuPbJTKaASQwYsXIJM7NWiNpTWtGdOxpMOn1lQt3quAjPSTWeBCFOyCZoywUX3HHRBz94u3SC1GyjApPa1kf97q2K42MnC2Vi3uROGiNzFToX2qS8rttdWQVJMU6OrIJM/qQElLnMnbS9Jx0xjsmfzLMsKzxm5hMLdysxzsKCIpsA0Dt1dnZ2YhaOEwWUctH9+lln3VaUZR2/H5fluVu3bp1I/H5SG/2h0K7P7PyOO34gvvf9H6hhsDZCkQId3MY0Q99ef0oMqAKAM96jUod74VfGVKZSAUImD5QFRVgBHpFXae6NkzJJhIxJJThjiD4JYKnb5HMt4TOXCjBJkL7EHuJU8Ihf9L7h+ECkasdzcpLgRoEPQtBjk1X11ZwwNJMz2ke+pAv2iDC4xxoIq7lxmLsTmNQnW/MC74md7+jLZTx0Qt1Pf9qJ4qSTTiRXnmtiXgNKBbZsQFmHumHN7hRlt4+dNOFuyE6acLcClEiMI9lJWWqxZiclyMyybGzEONXvElTm+2V4XpmZk+ruSYS7JROpxTj6WZuYGKd+j016nz1706Zzyiy7wuS9lKLYfs3Wa5fFOT1PvM/sXF7q+uu/LPY+9JADKnmBztIIfTsAtqVIR7bT3k6of1BJgR6XTXS/7+G8SrKdWLYyMQzeFliq8wLrPRZcqrYSGUzq0pNmNdsARtzPUBgbHt8FROqXDa30Zsp8k+rt2PC2AWMY2FJz5uRLIjCGgR39+6TBZII9UAKY9IlwZDNuvqmeUZ9FkM/APFbVnRrqPvqoo8QZZ7yM3QEibYJkze5cCB1ujsyddNlJXbe7YQVVZZyhFPuov2GroKrMYlmVWazrdgMxjq/UYq3uPuKII4r9MjQ/RXX33Nyc1LCsAxM/MTHO1AClvNBZm16nKufUBekH5Uu2bv28NOZe/ulxBnw2QpxAR75YrfczYI0ctTJnvI0ZOCb0jcEPV0UnCP48fo9OPmESU+lnErszla6CmbIEcpZEC79KM9cxbCVlMaRBYCZROLlCfTqZEDgMgUvd9zj2st7IegCZPT6KyU2lgEcfALRAZqAX3nA4R2MSNkA1RiLOac1KRoS448AkzPPTE4KLV1qgGVkDhZnJDmASMbTOXDGhZwwmoy2CcDgbM7Se67X1nJR99QlxgE2QhIsm3C2r4sivOBXQyzCYbMNO6rzH4VAynkaMI62CtE8lLcbRdbsrq6DaLkhbBeUVO5kLMVvMzkqWUuTQe3LlypWKmazFOBJM7tuXC3FMXpVaNDmTMIcyee+gTjhw4MDG4XAIfar3zs7O9l4ZB187Zm/vPMBNr33lpUIMVeUcmXdRZtlV11577cQSQzt3+BBtIGQjxAl0LNU3ioV2NjxHjJIVakZ1s/sS6fhApWM1hPM2vcbnfTCVPYFKBnQ5ADWBrVyKwLINuFzqIDMVPJrxhFjI+rglCCQN+IthJWP8JQ8FMOm1B0oAk3isHDNZzzEj7sHrLqZWNwbgdg5qk9vAqbpPeMLjxfOf9xx2RfptguoSixw7WQMyQtkN2cmakUTsJOk96bEKoirjeMU4q1at0vmTEhwfdVQuHnqoEMKq3Q1NzXsV42RQjCPERCrjLA6g3LRpfTEe136JcsMY5sWGrddfLxNGl396nIF2Ah0UDgag0sn/4wQ6GqnVI7EqvighCCPs8YDKkJdkW5FOsN2eQaUCRSjoG/Kq1EAKfd8jcyHtko3keVVb1LdHKvTL5le2ZCxjQWHst9tU9tL3ePURPofttwWLVB/7ApAaaPDm5fpzZpYYRjIpvB2bK0mxkkTnqNC44wMZKKXoNNuRmcSgzwcm5bGTEOH4Qt1qfsA9tlhaS61tpwfEek7K8cA1JK8XKcT5f3yJRRmGzoznpAKFVajbErJEVMVpw04GrILYyjjQe3Jcgclimmbmu3fvXn/kkUfWeEvu8fv27ZtIZZxFAZTyoq955Su3iky8rv4WnRdbPn/99VKdvPzT4wxUNkJSxQVzJ+ordK2gg8GRBUh8oW9f7qMPVHr8KX0iHdlPx6PRArwBdfdSBZUanVkrRgNkolwiAUCjfCur1tsAS6J7zuqOAYSx4NI0HtNmj49Z702FAB++YAyVEWqTBZEa8TihYdUHRnCDAZXpb4yvpAG8zpiIDh72YFJZOdL2QfojS75TL4u2eZOxtbrVkrBU3WHPyec++1li3boTyGdFCnGe/4IXXA9sgqT2Roa6tUekrtmt/o1yJ2G4u2iYSQnwKl/JocC5k8Z3EuZOYnayEGI0Ho3yYq4KiUOrIDn140xaFwkZ7nasgowYR/6f956UfZxKuHvzcDi8ELybPzszM7Op902LaDB1327dp1e/+tUbs7K4qVAG9DIzNt+7cn5h/dZt25YthFrPKn1iSKCTWkFHgbMWhucO+GxhJUQBQ4ft9CiovaDSB1YrVtGnzg7lVFLgiqrV7RKRCDBSCYskWIwDlVTYX/fVky9JfCTHUqIvEXBFxviRxwLBLhtV7DV6fgyd5kIAz3f9GABpgFloHNMAkpQVEA86KaW4O+KQWbki4bChuU/JrTtknZOaM4nH5IC+hBrdbUU4GuzZc8jZDjn5o23yJsG3Ci7UHaqIQwhxoE0QBJPYxLwvdpIoszgq0qyCForZWW1thHIn7VKLMndThbvrUoswzN1r7W5JKC0sLKiCMmYfGI/HL1m1atVUNCtd9unQvuV8/sozztiZCbGuVnwvjM+9/qtfXbYQSp7J8AllWW4VomGE4Rn79u0TX/rKV8XCghSd2aFoW6CjoIc6VXt60yFtJ2+PA5+e0LcGrQ0gUmAFdNqr0PawnxQgtc3JbYjn5iCmCXU0a4oBoX2/2oBKFvB1YCspQ/Q2wFIvkAEmTq1B9wku9ReVyfykgs8uILEPANkHiOR8JFX/EhlJl0XTo6SZxXD5RP5cG3C2AZM6DNy0c6iASZ8IxwG4ntC/k1MJmVGndKNZrfacyeZtmyMd6n756S8Vq1evJpf4Z66++ievf8Mb/llXqVECGV0VR7OTeSEkSNNMZVbUJuY6bD1QrGVVT9tUxKnYSX/NbqTsVmIcU7dbfcYYmcO63abMolJ2g7rdqp0VK1ZA70lCjHN0IcReAyCt6j4BN6/ozU7W7c6yrLYKKopi14oVK2SJ5qn8TGpfJjt/xhkvPScrR3V9b1GWu274yo1TG+xUZnSJXKQS6MjQd/1NBXatqzelfqlzeZH951NiYOgDsRgUkYwcAtLwQVgcUBkW68SCSnMcBVyp5ZkKLDnxTr0mAorrvsGlGdNUN7Men/NY9hFeMgbIeplI2RgX1mZMyWtIQYWiGdBIAUIVTGcLgNsTGxPitm1sKgAbYCanDSYxY+tTdOM5ay3C6SFvUi2TxFC3z3NSVsR57vOedwNfr9sKdXMlFhUAjMid1GDVVXanspNSjKOuWam7DaAsZmdnJTs5BmBSsZNSjKO8J/fvr4Cj5T1pwGRdV7yv7URaBQ0GgzrdrSzLiVsFwb5PdQ/etHHjMftHo51Z1lgIFSI788Ybb5Rs2vJPzzNQluX5QohLuGa50Hcfqm8nvxGDTyZMrUVAFryrux8U0/jshALG5xhUpYJKxZnZ8fEgU4lBuQLNBBijhTNUDLp9biUXBmdBrO68l5UMsZa67bhFn8oc4lYjLxPXmRZHtQGNqQBSAxF/57xsZAsgacAPddlJs5IO2CEsgag5wWBSTxpmPGEeI2U1BD6nwHSkcbnqX8tKOJPIm1T9sUo3opzNalxtQ93vOO/82z780b/5gcVMKuYxM3mTCgQ6eZO6xGIdHga5k9r2h2YnZTcJ38kIdlL2qbILMpVxjFWQxNgLC2RlnKKyCpJiHHVtRowDbYLkv7tuD+qhH4/Hm8qyvAbsAHtnZmYmbhW0aIBSXviMl5++Oc8LVSZQ5n0Upbj5pm3bNrbYo5dPiZgBnzclH/r2qb750DcGH7GlGfF5dmnGCrlUY30kgEqsrOdAHZnzGKkEZ9v05lLysIwT8BjQ7Mu1NMs4Flw2x6d5VUY8LkvikBj20QabYRCZyVxB7r3lCWsbwEhdISVPsn9WMpwveTiDSfP+NPfF62HZ0m/SZ2DOqbp9oW7kOVmBKlivO2gTpMPeNDupWL+h1PMUKhSuWcDhsAKqMryekzZBQji5k5SROSnGMbmTpiKOYSdr70lVGYcU48CQdy/7zvz8/LYsy15sGiuKYsuKFSumKnye+hf3jRs3HjMzHOw2ScSVL+VLtm3bNpWk0V7u3CHUSFmWsipRXU8ddz0u9K1z5JoXOcor5AzPsQclynzz2v6AfEqcMRdkE6fIVLrAzKXtFPBLzqukRTJRRui6U84qpars9A0sQ6xlSMgDO50KMPVYDi2QmQoeKZBEgz0hvCAywEb2BSQV8KEsixgqNSS8Mf3Cp3vNyqtJcxhTxEy6115EZpJMIWiIrFgRjho6zIf0saFW3iQC7OAecuykL9Qt+xHwnMT1uqFNkAFfivUDoe5xxU4qoDmUeZhczW6Vr+kASpw7qa2CWCPzxipIiIfL2dnZcQUojVVQqhjHAOTOiEIamY9GI2hkLkaj0Zosy6Yqep46oJQzd9rGjVcWZfnb9berorhq2z//87LReedlRTfg86aUZ0SFvj21vtWLvOd8StmmzVRioUtATNOhmk4QsBIsHg7Ty99hHKMNqNRz4D6ibUPg+j7xoIts18NYcmC0+eLhV8+kgEsGIyc/MdMGnG0AIx5UKIxd76NlGET6RDY+EFkDOWLGyXzIyvuSjOW1tANS4BQBIgyYSMBNKrntMDcFZHHfLfFJKMzdwbicFjZFgslFypsMqbq3XHDBHRd98IPAc1LV61YVcdx63UqIo8DWQFayAUIcXa3GiHGUqKaU4W4EJo3vJGYniao47dlJQt3NVMaZvBhnbm7uysFgUGOqIsuuWjEaTR1TLQqg3Lhx4/qsLHdoZlr/ZAvjDdu+9a1lo/PkV2TcCWVZSoHOydTRXOhbHsvV+sZgxysA6cmfMkX5jXM4MfhxhCgOg4hHhEP9YRENthWKUYBjcG6AVCwzGR0GTwSWZv64DYOzHNIPd8Uxh3abgFKcWrttWMy4J2ZxjooFjxBEioBpuQKRGnmxPywoTBDbNH0i1Nsk0qPV3xSwjRHeUJdIFd+Ya1uZg44VEdFvSyHtKp/hxPu8H+VxUISDFd2LmTcp+5YTDGdI1f3dW27Z87wXvvD6StVdsXKs52R7IU7DTpoSizqPcXLspFR259J3cuXKlXbdbl6Mg8stdt5opJH56tWrtZF5tSHuGw43rMmyqeOp0BbfebBcAy984fO3DsTgdWXln1WK4qp//sa3po6oJzbAJdZwKPTNGZ5LoMDV+vZZCTkADjOGLUU6j1RQiQG8WV7RbCXYbODS1MCa3gY4kMipwn19qq8ZCS5T2Ut7TEvs4WO6kwoeDWAKhbLV5TqASIM9eeaRRqYpeZIUaOT+FsNKLoNJvsKNmptIv0kHuIMvK5RFkGz7maecLJ785CeyD93zn/OcG265/fb7Ra7yHyUzWVkAGSGOqojjllfUNkGUEAeamCuWciiKcWXGidnJXOR5Qdfs9rKTup2ZGansBkbmqm63qtldWQUZQCnZSVlmMRdHHpkLWbdb/td4TxpFN8yd7EWMo9jJ4bBmJ0VZTs3IHN/0RQOUG1/wgo1FWaiYf16ByrwUG761zFJO7G0YCn1/7WtfF/f8/N7qi06zNCzVNwp9YwEJF/pWeMZnjh4KUTPKbwW0CHaxATB2vqcDdJG5OV2Fxg23w5vkvb6eTSKHMj2v0vSd9jmPC41zsupWwLJDOLyelmp6QoveAEwGF4dOdz6fNLPZBiziTpo2ogBkJIjkQJu5Nie08Z3HAkkK5bGelO67lfKW1MN0PSituUMhbvVZQMktD/GVQzTjd3o5IWZSjwcqzW2rpaDtUC95k01aAJc3ufaxx4sXvegF7PPHhLqVqhuEuo3nZA5C3QZM+oQ4qg0lxIHspESsw6pqjsyJlIBThs5530k2d1K2C62CkJG58Z20rYIkkAyLcXpRd+8uy/Wr87wusyhvxHhhYWpG5vjGLxqglB153nOfu22QCaVKUt+gsmzLN7/1ramqkpLfRIf4Cb7Q9/z8gvj8F69ThucGvJjhWqHvSeRTIsCJr++zE5LHpoBKKnzsPAiWiXs4vD0pUKnxFiGwicytxPNYL1+2Kk4LxlJfxGs27g2Jm05FspfN4bpST3X5Q/rJTAaPFd4IhbLNpHBsYw1blAqc/uHD4YyfZA3g7PZSGM+2rCSufKNxmZ0vqf9kjzYZTAbC4JTAhyupKPvT1muyfneCqW5Tp1v1gfGblJ/BULcZW6hWd4tQt0+IUxmgyxD2MBdDzXaC3MkaeBbDIWVirj7PNcCUZRZxVRyo7I5lJ2tAmWWZsgo64ogjiv2DgawYAtlJ2R5mKOXfOv/Mzc1tHgyHyjWnWus3z8zMLJprzqICyhc897kbi7KslUnjfLx3fpyvv+2226aqTOp8Vw+hBkKG5z+752fi5q9/s3pJN8tDvrct0IR8YqJLM2pVSD1jTu5ldHlGBSOsmU8BlRqEwH4QqupEUKmgGHqiXPA6sF/cEZV19EhpBrITW6kngVy9bRhLc0dC4DH0OVgcetSJu5SZqxiromk/uhKHSMZRAYFU+7mIMDYcjw9EGlDli7n1BSTNtfBc0z6VTFUdYq4cpbemNOHyEVgUlarkJucJg0kExvsEk/L6bRXdGlw3s+70K8JvUl2faefFL3i+eNzax5GPEGNgXoe61bDEQIIsRX56KuIYZXcFBBshDrIJMoCSYCdHC+Y6BlByVXG06GecV0bmSeykxyqoAbgmp7MH70lZZnGc5zJP8mizRS4sIjvZYqvuf/t93rOeta0QpWIp5TekLMu2fPuWW5ZZyv6num4xZHh+y3e+K+7auYsAlf3kU/pMzzX5CYEsAo2WnZC9hDVW9YSnibrTKaBSXi3ERLYClabfAWshDljGKsExiLaWGAcsA1Y8PnAYyrU01580wMSPEgTnhuGEx8SGw6mwtgGLrQCjg7jCYpoUAKn7xAthOOBnriHBGQtAI22AmrbclvpkJZWYBYmV2oBJhznsGUy6KQaIOfXV6PYoukPCH8tKCAFGKPLi8iaf+pQniZNPfgb7lqoMzH+oRDEwd1KHun0m5rGhbtcmiDcx74udVMAQWQXlBw8eNIARGZlLBfuexhNTs5RGKNT5DS/ZySFgJ8uyXFR2ckkAyuc+85nnlMPBFWYzKYpib16Wyyxl5+Xmb8BX61ueef31XxZ7H3rIAZVt8ykxmPGZnh/6oDIcIm+bV8mBSiyQCoE1FsRNAFiaex9DNEaDy3qAgMCMucCEn6tWzVcYIjZ83TeIXGwgSSm4OUDu4NaW+ZJUrmgoDI7LEOE2UpnJSYFJNXfRIhzsNxnOmzz6qKPEGWe8jF3qqFZ3jKrbhLpNNZya0QOek5YQh8qbRCbmOiSejWoQl+e5+ttolI3nKmA3kn8jfCdx7qQQC1aZRcWqZpkEk6rMYs1OylD3vn25EJO1CpLsZF6xk+ZGFEUx1TKL1AJYElvws5/5zJ1llq0z1H5Zllv+7bbbllnKVm+nuJPkghRCKLqcOgNaCWEw2Ec+pWqzpfJbnptSTQf3P2gpRIlNENAKMZWqjz62tJr0GGsh3X/3LnUNgzvzAi/hAZY6X5LfOkKgkGKSuVUbaotd7VX36l4u9k4HQaNGS61+QmFs06hPXAOP4TqhGCxPXiVX4zElTzJWdKMBr9vTGEsgCiy7+YrhnMqlBCb1rQGCHU8lHDx+nGbRJm/SVw1HhrqfeuKJ196/Z89BStXNhLoV0AOek+lCHF2vW7N/thAHsZN5PhqNijkJLE0+JSyxKNtwlN0L+ezsrGrby07K3MyjjsrFQw9RIe6GxWz15NsnYXZSCLFrNBqt76HpTk0s9jarOn/KKaecM8yyK0CuyN4yy5ZZyk63NnxyWZYyeddy14dn7dp1t/jWt7+j/mSHoePzKdW5kZV0yGPBCsXgwmt83jH8TQFCt9qN36uSbIPsF8qrTAiB4zkz948Kg/sAZCpjqa8brkwTAoQ6R9Iv6MErOdRmeOWDI3DOa9LJBC5sCRSpy8aCRwUaKtQVunyoTW9Ym0N2LbwqY8Pb5CUJVjImxC3bCopvAoblUW3ovIL6lrrMJZU92xzvy5mcGJhEjvdc3uRzn/0ssW7dCexT8rLTT9928ze+cQ/hOakAmfQMEkJZAeF63TjULQ3MDbCUFXGUgTkjxPGVWFTXzfO8FGI0Ho3yXIJJxVTGsZOFEApQFvPz8+MVK1ZoRXqYnYRCHPjv0CMa3IGWKjtp3gnBAUzjgFNPPlmyZTVLKXMpb7v99mWWcsKTX5blpUKI87jLxOdTKnhRNzMJkQ4FiA4FUBmTV0mFwCkj9Ap/ObeLZivp8o2tgCV3YXPXA6yl75pwMG0AZmzbE36UOjUfAnq48VgAqQGZ/x3Wlo30te1jKkm2MUJ0U1/PVeM4lG+bfEkyvzRZDT5BMIlC2fqLhKW66UmEQxuzP3H9OvErz/pldp1fcvHFd777fe/7bgUmKxENW6sbVsOBYFKBzaYajgR/lQVQo+w29bo5IY70nTTnlY2yO8BOzsyo9gjfSTZ3Uoa7JbjcXxuZK9ALvSYhWyn/3RlQYnYyy7Jdw+Fw0dnJJQUoJUtZ5vkV6hugTkTeO5yZWWYpO72m4k72WQnJFuLyKVUMu75gkum5prqacz01v5ckqAyxoTWb5xEMVaN3QuA9sJVcfmXfwLLeUHoCl3Z7cWuZOqpXRrN9N4LAztd0CoDsBUTqRtgupYS2TX9igSR56UhWkhp7TL4kmSJwmIJJJ2c1ok53KG+ysgi6AYlwZGlFBaIKBbK0gTlUdcvPBhL8aQPz9FC39pxsQBsyMa+sgqRNUM6xk0rVrU3MK1W3qtldLCws5FTuZFUZxy2zaFsFQVAJx9ZhB1FAv86dNPtanueLnjtpBrUkQt6mM8942tNULqUBlZKl/N73v7/MUnZaguGTQ1ZCvnzKvkQ6XuV3R4/KoPo70L4BXs7D0kNeJQ3qXNPzFLZSAzH30cYm9HBl+KrieFeQRxIdExL3gVoSHNY7V1qYPPwULJ0jDHhU4CihWyEmUoMtj1I7ACJ9QJUHmPE2QNzlca6kmpIIb0n1HiFQbKr4hmrHYUCJkoTw1tE5rZFh7gAzmaboThfhhPwmAxZBVahbGourut1uRRwbTMJQd1172/Kd1IyTBpHDofxF/1vnRIphZtkEqc+kTZCcxjn5by3OycVopP4/Ho8VmGTYSQUGUe6kbWTuZychQ5nyOJNPvmEnwX69ZNhJ/d5ZQj8nnXTSOaIoFEspf8Z5vnfV/Pz623buXPalnPB9KstykxDiGu4ynD+leoDt2owW24hz+drW/FaLtUM1nWmBSsoqx7EyivCr1EArLrdSH+veOV9JRQ4HhmyA2GUY8NppQtnhLacNo2jaX3Kbmue5rd8uPvGL7/xAKFsD0oC4xrTfgo30A0xPne7I8DZlUk7lSlL90I469vvb9WH01+TW8+ce0zeY1IyhJ+cSg1Wrgk4gxI7mIFaEA+fU5zcpj/v1/3rWN7Z+8bq7ATtZSg/xip00FkGQmVQga5BlWNVNhbph7qQGkkWhGT8oxNH1uoMlFlHupAaTDDtZVcUpYe5kAjuJw94q7NrlR7KTRVFYQtqlxE4uyb33aSeeuLMoCsVSyp+iLLf86Ec/WmYpu6zEyHND+ZR33PED8b3v/0C11pdIB7e15JnKCAV4HKik8xtdMEWwlT2Ewc289w4sOXQL1mAKuHTWR+Rahoc1Sm+YVtGioYRTLChTG5knNEAcGsNAahDUHUT6wKLvM065XfeLHBf6I2UFpC8azJU0fcNUUCswSQD9wwZMRopwnv60E8VJJ53ILlyUN1kxhxaYJEU4Vag7F4NBnQep2ULAPoph4auII4bDKpSuwGQO8yYrIY4W34wyKMTRQK9Rdqeyk8p3ks6dPKaofCchK2mAZWd2cmFh4dLBYAD1DkuKnVySgPIpT3zipsFodA1Uug0WFjb8cOdOicyXfyY8A6F8ym/+y7+Ku//zJwSoxKbnvEhHLzzwcsf2Oh47IXVuB6byiouBAAAgAElEQVRSnh+y8/G1bx4aB/jhMUTkVZp5CFXX0aDKZSv7CIN3AZZRYC/CJTwVYEZdd8LPyaSbjwWPSQCyBmV870PXTQ1tJwFJwwYitrQLK0mB35h8yai8y0CYmwq391WfW43Lc32vPZADJmkRzglPeLx4/vOewy4WJm9SA8RBVjGTTt6k+pzJm1Qhcf1fLcTRtbgl46mZyfoYVK8bCnFkicWqHUeIU5dYVOKfLFM+lVW9bgX+Fhak56QKkdehbqPsNv+3fCfpMouyn70Zmcu0tKIorJrd8/Pzi1azm1sU4fjTpHdOov1fetKTtpVZ9mIDKsd5ftXOnTvPWYSuPOIuGcqnlPW+v/rVbRGm5yYOSyu/pwsq3e9OQVCplCz27Xdsi1wk6KwXfB0KDFHheBo0ydKOmRMwVP0igBvLPjKZLm1yLM2Ao8LUEeCyvlMRwh7q4YzqxxJ6qkMAjupqNANpTo4JjYeU4GwlnLTQNotpWdFNf6ykvHao8g11jHOPkA8kBVp9tbnVNTwVcEiw2JfXJAKTCp0RJuhShPPSl24Us7Mz5NMSlzepLIKwCMeASSu3kFB1y1C3OgaZmOuczHC9bmkTxApx5LCZEovQJkiBSmkVZELdDDtZCHFMPkl2cjweX5ll2W+bm1EUxaJXxSH33yW0t9ZdedKTnrRRVDW+qzxb+Rhs2LnMUk7ldoX8KeNFOu2V3wpYdGAq5fk+83P1ecB4XAM1P6gkywsS7eJvbhTwibMXqiAXCSD7Apa83RANdP1zRC7aSHDZFWAuJuhsAxZ7AZAsarNbD/XP97mjFAZNczXKSUyaEN6mgBuVK0keF+EvGZMviX0glxqYVP2xciztet6wrCIHJqUIx2deLq9B+E3G5E1qMKkYTAU0DeOYEurGnpOqPVARx7CTucSdHhNzmDs5lqpuzU5KZvLhcnZ2tjYxN6wkWRVnmZ20NpUlyVDKHq5fv35bJoSq8Z0XhUxa/uzdd98thSPLP1OYgbIsZd7qhdylfCIdv/Ib5V9ii6Aew999gMpQVR0DeNqEwClwFs9WesLgumHn1qUzlnp0PuwXYgRDn9edTACYEGRWPZzCEzH5S9RAoI1IJ4KFpMAPHpUfRFZwhckGSwaSBPCNDW+bsYRyJbnjQpVvOPBKnQfncDGZyTCYbNheDCbheE8/baN49LHHsgt+ywUX3HHRBz/4/xQwlJW6VRiazpusVN2c56QCcRU7qZhHIfMmleBGt1uFumGepdcmqPGc/P/ZexdoS6rq3nvVY+/zbPrQIN2I2M1FEETsxkd8S6Mxvi9NIqhXExqNMQk3sUmCuSY32nwx0U/iBWP8YmIyaJKhKFy1Gfmuxs+YNBEVEh8NvqKINgKCRKDbfp3HrlrfmHM9ataqtapW1d77nL1P1x5DOX121apVq2rX/p3/nP8547TPIuZUnUwmJyfB2Y0QPD09nebrTg43dzJN092c8wvVBRlVdVI/l4f/qKx/hE2bNm1N0xS7uCiVMgiCC+6777499Udr92iyAlX9vu+66272tb134NAmOJQ5v83QaqnzexmUSlNltKqHJXmbvlCp1mnQaqUtDO7Kr3SwpriGFe0U+wFL2z1Sek/WBEw1lmnAGbXiQhQaBQA0fHkCpA9EVm1TZrQxIYaejWuKtjJAAiSL4W0X2Fl7zRgHtCmOOD9zuwbmG3Ne9mPlr+4ww9xFmHSXB8LvVEf+5VO3bGZnnHG686Z09Ol25U3auuH4hLpVRxzq6naFunUB86wjjigTJDviqDJBYMRxlQniouZkN+12l3CbxcVFFepWMFns2b0M6uTRo0e3drvdXDe7UcydLDx/Gz7WhrrbqaeeuitNU8wbkFB5y4MPPgjtAtvXMqyA7PcNAL/ZdTh3Jx0zpJwPx446VNoAyAzB27ax5UwWWjbanOI2E4/nduLa2MPdTcBSjGYPXgjO60+11A+futBYd3vHTZs7M5uS61lNzarI5XosD+hDWgMeq+AwD3xunBWHNMKlZGeXGmnhNb2XtZ6k3qE4F5ta6mOWUWtQGNGyjlWtGHGsqhqTtnB6oVxPvmpMpVu8Rs5kXZh0tVWs6oQDJpxXvupV/+zo0y2AT7RWrCoRBO/j9v24uuG8oyDqqWLp3kYcKGSeL2KegBFHFTE36k7m1EnSBUeBca4ge2Yq0uH8vh4CS0tLe8IwxEitvK+vj+N4ZP0kIxvyhsXbsGEDtBPSzqYEjF5JetHDDz+8u6+r1O7svQJVJh0Y6F//9Vb2wE8eElhDvqDhxzxgjRZUAjTRLx2vWpUDyquEtfIx7Ci4s7GUPZy8PGAprnV5rqV5P5TddN6hcXOQAUGm9wdi2BvWhEfyReM1M5+8ybIprBxIFutKKnA0T9zqrvZQL5uYb0zARaV1DGHy5PUnsRe84HnOe8hiwpFua8/WilnepApfF2ESli5rr2hzdQuIE+oSjwLIdxQhchnq9jHiOMoEYb9uhFxXEfPldnb3er1tQRDkakOHYXhaEAQjW/FmpIES7u6TTz752l7S07WXer3knkcfeWQk+lZ6PcFXwUZVJp0y5zeAQr7uuX85IRuQDNqo0wQqG+dVKgoj90SdnEmr+ulUMS1lhuTx3V1x3DdrVei4zCFOR60DjnW2tc58VGGzITTWhUcXcJlrVRXSxnFKgvN1QtviDyTRsac4D7ti6tPtRp2rjyrpo3Ka3WdsazlqMAlzzBUu9ywPVOXohnGlCedBo7UilgfCw2L+IyqTCJpBCkqlKBpuKRFE8yazkLXIm0w9Xd1mqBuPZemIY9acxGN0sKB5xywTBEXMk4mJCfy9dHZDr+7e0aNHZY4nS9maNQk7eJCG7unPA6s7mSQJgGNWkztN39/pdHaMMlKMPFDOzc3NxZ14X5rytWoh0yS5Yv/+/deO8sKutrlxzkFm112MzPMDqPzH/++f2NGjR/GtvFI5WlAp4Ife+sWPQZUDHM+xIq9SrUNhdAvo+KuVvgXRxRWy1q/sAywFEJQ/NoYBl7Y/LobyGasLoX3Coc85VKmKvmBGt+sXIgVg2WfvCm27QNIFvtZ6kdbwsr3FYiFX0rFvVfjZNr+6NSatQFrSAQe3rwy1mzma9N+iuL3+zjRKHalznpqaYi/9hZ93lgeC/X91+/Z/+7uPf/wH0oQjFUZtwhH+HoatFREoA7DquGGSdsPJjDjFEkFayTQLmMOcpDqJSmVmxMlqTiJcQi1KWcC8vEwQ5k6WtlhcbnUySRIAx2vIJ+xAGIabgiAY6a6BIw+UsKDrTjxxJ+P8ncqcwxg7EDC2af/+/SO9uD5fFuO0Ded8F2NM18Iy5/7wI4+wW/71Vra0BPVc8+CTd37Xq1Fpg4l+lcomUOkzD+s2DhWxaW6lgjr/MHgFWErAtN2LVXw1KLjsBxj7VjJH5ENYFxzVtH33GyZEYptEB2XWB0n/8LZPkXIFc16O8AqIg7HGDSZNR7e6X6A80PkveF6po/u6v/3bfW/57//9NgMmtQmHwCRVJhHOSGvFTN0Tru4MFvPdcITSJ2RWXcS8rOakDHenpOYk7hsniRjDbsRJsjJBOncyVyaItFhMASbR2R2GPYZGHFAntbPblkPpTk72eNbYWiymaXpVp9MZ+Y6BYwGUcA3Wzs2h/KvrUqbp+w8fPjzS8q/HvTN2m1Q5vwEq/+nzmRGfftmPPlQKVKMvW51JE2B86lXCmD6GHQVWtg+mb+3KMjgrVSz7AEsFuWU3tI+hx1z7QXxARgU4fcGv6px9x6ky1mgg9fCaO4XYlQJJh9pok029QuYexcp9nNyiPmeeJ6oU0ELP8QEqk/3A5CdvvPHHr7300i8UwtyiE06ZCcesN2nmTWbKpCgRhO9jqFv16Xb36ra6ui01J/MdcYpGHOyIwxjmTmJHHKOIOZQJQmd3EATJEQDJw4clPK5NGTtghrwH1hVnHFosup5RYwOUMzMz24MwxJBrijm52G3gtPn5+ZFNUK36YhjH932c37SckAk3yw6VhonGBoNF4DCg0qeNIobRi1e0cLwhqJVOWHUdqywUrvYpkSarVMthwKVa2VGBw+X67PrCo4bDCnf2QCASBnEVJC/JkRS7+edJurYfuCopSDF3SW1QWJx5cZ9SmLRBax9ubvEd6A5zu2AS9qsqD2R3dGO9SVveZC5nElazRmtFhEsjb1LWosz16sZwOnF1k1C3d81JaLGIRcwJTOLxzTJBqpg5hroBbmdnE6FOhomESVcOZb/qZKHFYpIkl3W7XYgOjvxrbIASVnJmZmYP51wXO2eM3bIwP9+WEVrm20xCJYC8zms1p1BWo3KlodKEXASyMMydgmnWsUGbVTH0cIE7AdDR/cZfrXS7rt0g5nCFi0USeu2Q4TI7hDhTH2A177dxB8264CiZTi6Du7wPXacyY00eSB0PlBI1Evdw1JEsA8k6eZJ2hdCezNlUlbTN1RyriZPb2mFnGWGSnlcVTIKj+6yzz/4HUh4Il94oXl7XhKNUSjNvEpRJofyJQp0KJuEf4meLq7sk1C32EaFu0V4R5q7LBNmNOESdLCtinjKm1UmqSJIQfn9fxmaZoFEuYm4703EDyi29JPk6PZFeGF6UHDnSlhHq7z6uvTfnfAtjDGLbTqi844472X987/sSEvK32nJDpSjTWAxn0xOvatXoAsECzFjUSnu42gGAKwSW1gLpcoFEWL/KjFN9G1XlXNIR6obIq46+UtDZBBZt5+Ibwh4oREpQdJ2DyI+UvGGZtGu/YYGk77g+Lm44nap8Sdymqi83Jq/mF2c5w9wUJp/8pLPZOeec7fyoAEy+7CUv+eev3HnnwwhiiYQ6okyiX4iFCqhMRzdnkGso3d4V9SZRRJXdcHTOJIsiqGeZ5V0mSRphy8ZIt2okNSd1e0VixIHjo6JZ1a8btqtXJghC/fthHgPPnXSUCTovCIK9Vc+2UXl/rIASFq0zObkrlMYQAADO+T3zR4+2ZYRW4I6qKicEU/rSl29n9953/7JApVnOpwAvHlBZNOvA1OvnVeJehgscf+fp8La2TiwNYRc/yq6SRK55qFvImWcpdqxULeVmXndkHcDMxm2uZHpNaoU3yqKvfspjXYCUjFh+lhVqZJnRhgKMeRBf4FP7ubZvnCtpcU/b5juwfMkKmPQB22JdS/8wNz23Ux93CnvOs59Zet1JeSBbW0URRRfFyxHuDEc3vl/Rp1tsQ/MmhTqpYVGacFTNSRnqjjWkZjBZGep21JzUHXE0TMKciBEnyZUJEnCaSCOOK9RdrINV4zkijTgAjrpMEOd8pIuY205v7ICSzc3NdRcW9kVBgMoYQGXA2FWHDh0aeQdUjftrbDatKie00lApcNAAwqo2ioWyQhao9Oxi42vYccKftZNLvdB2GViWw6Uor+RMChowXNqule8HIVum8YBNCo1egOdYCJ8wdgZnFavpBZH11UgFNbb7qK6CaQNJb0j1MN6451ozX9JW9scMcfvkbhaKpA8PJp3lgUAtzOpN2jrhuEw41NGtFEaASVvepFAko0LepFInMaxs6dWN+2GJoHyoW/y700lEzUmAwlzuJP6unjqJRhwKlFSl7Ct3cmlpaWcYhu8kn9CxKBNkPlHGDygZYxMTEzviTkfXaIrC6EAYBlv279/fGnR8v4EHuN1qhEr1xwpdJltepY8LHEHJU620jYdzqBEGd0Fic7AsKTukFmgIcKmH9myFWHZL55fPVJwH82Eo+k2y75hBlKusA4+Dgkj1p5StEHl2DPd3qTfsycHq5Em6trVBqlnTUYEjvfK28XzyJa1jVdWYHA+YVOWBENocbRVRQXQUL89yIhHEIqpMFvMmIZQeYVi7LG8SuuH04hgBkkO/7ljmWLIYVUzIm1Qwif/tYB6lgslcv24oYq4LmFMjzvT0NM/KBOWMOCZQCsW1jxd0o0vTFNRJmj52RRRFY1dreyyBEq7d9Jo1++Ig1PJwGAY379+/f1sf17XdtY8VqKpRCUMvZ/gbAcLMmbSErk1WqXaB+4WWfQ07LvhzdcUZBFgKSHD34y7PNaxQLSX8Vpl5CIc2uuvqhsobHWQFd2oCjwJsPCZdZa7RTm23GmmDKAqxrvk7FckaZYDgOF6mG5yk3Vnu5+KWAyjY9SgJ5GO+EQ75/HUqzGcZlclrrr76rt9/xzu+KkCO5Exm5YFoJ5wqRzfCJ6k1aTPhCCgTyacyBF6ZNwnqpIS5xJY3qdVCBMoOmm+Uq5svLWHhct7tQgF2Zu2IMz8/n0KZIF3EvFgmCI6v8zNJHqXPp875wUzTdDfn/EKywT1RFI1lGt/YAuXc3NzWNOX/EkbEncv5Rfv3728NOh7fKcPYxAcqP//5PeynjzyChzfBpV+jjjnm8KBSIJn58u5246tWepYYyuDMjVkuSCwDSxfsZuddAy4laPrcd01c3nTccYHNptBIwc1nPRW94LdeCXFWGWzKIFINPTCQdMy1juLpo0q64NR00fjUl2wCk1Y1dUAwWdWfG869onC5ypn0dXSrv0Cq+nTTepNC/YxET26pTuJ/iRFHwSQUME/jOElAmZQmHAGsmavbFupOlpaWuE/NyYqOODTErZTKvmDSZsRZXFy8YGpqKivm7PUhH42NxhYoYfnm5uZ2syC4ULlzwaDD0xRC320HnRW6v6qgsqzvN0y5CiqFaSaHNIUzLaiMZs5kQZasdoD7mHUUgJkfKivMedatdI0pidx6lZ1h8zJTT8l71WApALs03zKjXi9TTw4Qh/iUGjR89guJZR9bL/WR0GYVQIqrVu7SzoarH9YuA1BnaNsFkg4F0wpklnCybS7uOeTP1QcmcR6m6lizLBDOkexT7GyUb6coaK84VxjHpz+3hMnbLYXLac5kGUyCo9vMI6QwKcLcbhOOfM9WbxKUxAwyhToZJxDqJjCp8iZ1/2y3qzsX6k4h1O1hxFFlgpSrW6qtuouPKIjd8LVajDi5Z3XDtRiJ3aDPdxCG+4IgWBtJpTIKo6sefPDB1qCzgleoqpvOoKFS4kzujGtDpSXP0RW2blII3QVlNtNO2bZWtnJIek3AUq1lmUpYXX7HEy7FidYGTMKmK3iXD+/QtcCxJkAODiLt7RGrAHSYIOkb3lZwWUTkapC0gqkBdSYY4r9rdr9ZGZiEmeoe3TTMjZethqNb5hXKfMiiCSdTI6OorN4kAlyi2iiyylB3wjodPLYsYI4/QxFzGuqG38ncyVzNSeT5mRlRwHwZipjnjDjigXsgDIKR79dd9uQb4t/+w3vg0pHXrV+3I+IRGnSUUhlH8Xn333//2NRuWp6VWr6j+HTTWQmoNMsKOUHU+FRU51WKnETzC8rXsGOblwsq8T530d7AwdLtJs+gruoRolzXJW7x3J+4RDPsM/bd5+5D+8A0AkY6GzmAjwKZB0iBOmWvqpqZzjI+ctDaOZKC0KxTsteAdOVE2scp5iYW97cZb3xUSZ8Qd5OyQMOGSUsXHBmqzmBS1JoElRDqPxZgUuQ+hiE13YAyKUFS5WGWmnCEwCpC3cqIY9abLAt1Q/HyfN5kroB50dVta69IjDhCfbR3xKHhbarINn5GQB3nNE1FTW35oAqD4IogCMbOiJN7fDdekRHa8aSTT9ob8GAzTCkKIwi93XL//fe3HXRW8Br5QuUXvvDFxjmVota24di1GW/IOvjkVfoUQad/wGTD+xl2XLBYS60sC1G7wLKPsHZVrmUZAOdvQ6FeVqNN/qLlVnaIpFh36L7hsJzu9Lu+8KgAUnCaSmkrfxBUQ2QzNVLNwYmwjsWrkyfZvypZvBPNQuXZWmbr6BPibmK+ESBLr5d/mBtyJp/1rGeybrfjvOAeMClALw+TKWPCOY1u7qzWpAZKYsKRv8vBZJUJhzNZ9icKQNUUx7DUm8S5kRJBjULdCwsLaMyZnJxMoE831Jycnp5Ojxw5QmBRd8QZihEHO+JEEXb9k8+2O8IwhGYhY/2qkhfG4uTmTpnbMs2nkfaVSpkkyRUPPPDAWNP+WCx+ySR9oBJ2r+X+FrSnj7qcUGmDJltupa9aOY5gKR6Aboe4ujDVYXG9ZX3AFAuHAywXaA71s0gIQrNEDVJVa+ALkDZAMs9PpAQ2VzNLlczlBklL/mVjVdJVGL2QQFnfyV2ASeMPgrKcSZ+i5Q6YhGpAqj+3hMlc4XITJmneJKp6JY5uHA/7dIvC5crVbTPh8Cgo5E3i+HEsnNm53EmhTuLvSd6k0as77+q2hbpzru5cqNvaEWcgRpyE8x2Mc4yqqs9uEARj1RHH9TxcFUAJJ3fKKadcGwTBWwlUQmHQLfv27WtrUw7127B88OWASnHNy5VKKwza3NYDKS1UQB29SL5OcFcY3AmhDRRLNVbZQ6AKDH3g0jVn+52ThcgRfJreuzbgpGPVlSLrzsMFTWqcGsCYm7b8R6Yq+q1QlQopILNPiHSV/qk451qKpIpsW9bPdo6usPnQXNwe+ZLivs5fN9NcY/ZFXz6YxDA3Hi5IAQBVUfBCrUkd3iZAqYw03NEJh5pwlKMbodACk1LprMybpN1woHg5gmuVq9tdc/JgWtIRR4TF+3hhzUnO9wak5mSSJO/vdDo7+hh2ZHZdNUC5adOmOVkcFGtTRtCWkbGb9+3b19amXOHbbRBQCWCT579ib+kmUOmTV+kbAvdWKz277OBlc7jBBw6WFeFwHyj0hUufsYq3bBYq7ws0yz4LTSGzIRyWToW8WUd5zNjNFzT7g0gBohVa5iAUyZogaZuTryqpzoleH58Qt0++ZBOYhMxEW91MGGsIyiSCnAdMmupkFUwKAK024ZBQd5LEcWxzdeMcjXqTUgG1FjDXJpyaoe6B9+uGmpOMsVzNySAItgRBsCoq06waoIQP16ZNm7YGjP2LehBA+DtJ04v27dvX1qYcQ6g0waMJVOIYg8ir9Ox241teSJ2b7QNYpyh6I7CUoOq6Jcrc4b4wqALSvoxWpYS6b9+8ojk02BzC54de+7qKozkdHwVSgJINaewnVzYmZmeWgXTJe3UVyVp5kqXzykO2l/FmiCFuWPUqZdKESbrmIwKTUqmsdHT7mHC4o7Vi7bxJxg7zbrebLC4uAkyKkPnCgnZ1u0Pdur1iZhZS9TH774izjXP+KfppC4LggiAIxrLmpO2psaqAUkLl7igM9V8AQRAc6CXJpn379q2KvwCG8L22bEP6KpV33HEn+4/vfV/Pi8IGAEohbCycNrntTZCpgkoEpQGFwDUsWgxDpm6EM7dQl7MQOSaN2i9Z2T7OD3oJ8eE+qqyP4y7xAcG6cKkO5TN29c1bBM4CjFUP4rVF2cO0X2CkE/CFR7XPICESjSZlq1ES6nc6wF3w6ehyI8C4OItBq5I+Lm6ci61skDE/c9WqnNwIm4ZBh57zk590NjvnnLNL78uaOZNNlMkqmNRhcRYVOuGI/Eo0+SCMKpiE1oq03mRmxCnmTeJ7ZokgxqBMUBf7dJO8yXRyclKcozDipLq94qFDMpQ9lzK2n+ZJKtMRzf/0ehZY/uCb45xD+h22V5TPtpuDIFhVEdTVCJRzYRjui8JQ98UMwvDm733ve6vqwjW6q0dgJ1+ovOuuu9nX9t7RB1RWO8DJBztbGUuIuVD82uIut41lVysdJYZWGiwlPLpuERf4mtv7QGBTwLRerxG4p4c5hbrwKGAL/98r/9Rn/KYhbTELt5LpPPaQQFKBqCt8XIB2g1ltUGiWPLKCrlngvMLJXQWTT92ymZ1xxunDhEkENdKfW4EhDXNTmKQ5k7RHtwZKoxMO5iHaTTj5Pt3a1W2WCOp0EPY6qm836+S64cB7AJSqV/eohLrJ8/EABFVXS6hb3YyrDijhxE7ftGlbGMefUo5vFfr+3ve+14a+h/nt5zm2hMpdRi5JYe8yqISNq7rqqG3owLbOKMU6k9V9wDXcGJ+gpsXQ9QfSoQgOVLGsypesiFMPEi5xHbM/G2ytyj3vquqamd4DLfOGPlDnmpKCRwVvPlP3OV4lRGbkaj1k2f4DA8k+w9sKMHMn4Or93cDFbcP6QohbyKB6CmXmm04nZueec04lTEIHnD/4n//zaw/v3z8ve3NLsLO6uU1lUsEkuLmhbzW8UEGUju5MdcQQcKE8EDi6lbKH+1jaKroc3SnUMS/kTQqYxOPWzZsk3XDSQq9uewHzoYS6GWO5UDdj7KIgCFYdj6xKoIRPwJlnnrk7YEy3ZQwZO9CZnNy0d+/eNvTt862zDNtUtWmEKTz8yCPsln+9lS0tiWebCVYFqDTKCtmgUkCM4Qq3hZ09QuA2w45tnmIepO+8XF9biSG1v29+pQtuKaTaLqdPSLuK8Hzh0rUmrttMqZhiv8HejD4q6iCO6ANudY6TcYef+qjG9p1H3xApIdMVEh82SNpMNzAln7qSGi4rVEncrkGIW8zDHBz1W2+YPP8Fz2MnrFtXestY2ik2g8ms1iSBOQ2KZq1JEb62lAdiEbZVzAqgJwmEuTMDj73eJG4fqw45sk+3USII1MmEsYIJB+dC1UkIdc/Pzycyb1KEt6GAuT3UnYNhUuqozkc1u6aczzHGdKhbvrHqQt36u6bRKo3BTlu2bJmbP3oU2zKqnDseBDd/+9vfbkPfI3T9fKHyi1+6nR09erQxVIrwc/7EfdRKLxe4At3GaqU9DI4QWtL9xgqJDXIsEdqqVEsPsvMCVDLpJmA3TNAclY9FU3CsDZAVAEi+FUuXpgpEBwWSCGWW3EkXSNpMNxoc6Rl5qpJNXdzFfEltWfeCyampKfbc5zxziDAJVKsLlwsAFV1wfJTJDCZhP1FvUoxhd3TrnMmGxctteZOcsaWkIm8ylXmTZQXMB+7qtrQhXpWh7lUPlHCCZ5555rZOFH0qIMpQEIYXfeMb31h1UvOofBk2mYcPVFa1aiw6wJW0Rc06zfIqbd11BIQVCNXbYOPKr7Q5bspgzwllJeWGBBu6Zb8ql9+QvXkAACAASURBVLek+tJLXRcuq+ZUdV/RsLl+uA1Y2ayag+/7hU4o/dTbrHJbG5MS6ZUeCmdFKaSy3EgrtJF52MCsCobd0FrUQ71BUq2dhyrp0/UGz7tRvqS7LNDaNWvYC1+4tbT7DRz3mquvvuv33/GOryLIJbqAOCe9uUU0HdVC0TJRlAZywqQ2pJCWikLdy8LcLpjEHMmabRVVeSAcE7vhNMubxBJBfYS65TmKEL/vZ9q2HeccxKtjItR9TAAlnOSTnvSk3WEQXEhqFB4Io7gNfffzSRnCvpzz7Yyx68qGBqi87bbb2QM/eUgyjRm2rnaAw45mvUobHFqBq47KaYEZ25i2MLjLxr3sYCkoz2Uqzy6VR0y6CWD2C5m2e6l4WcrA2n43lrNWnk5c4d+mHyHf8LUGNF+AlNuVzcsHRktLDQkKtR6izAHuXkNjrdHsYgfMwkE9VUlclkGFuI18SYSugkEng0ufVoowxq9u3/5vf/fxj/+AwCQAFQqALBS9uO0wiaokvhcGoph5SX/uDCZhn0iEsTHMnVcmxbGMHt1wHNJWEbdRrRVLOuFk9SZFn+6EmHCgeHnKWDftduG/WZjbv0QQdsOhOZMyPUD2Fu+jrwIUMGeM7VWubnn/rdpQ9zEDlBD6TpMe5jCEgcxh4/yWvd/4Rtvru+m32pD284FKOPRX/v2r7O599+hZNMmrbBoCX2m1UsCvW2GsUh7L6LB03wHCpToHL1h13GtNwuVDum2HMmxdcGwEkMsAka4aknq+NYuei/1GXZW0ONtrtFGEMzx900b29Gc8rfLeGhGYpHmHFCZVj26HCSfuMbbAK004AKyZq7tR3mRFr+5hhLqhtiT26pavVR3qPmaAEk50y7nnbmNBgNKzUoRSxq7Yu3dv2+u78pG1vBtwzgH0ISVBl32yzaC2A9xi1vHpAy44yqJr+Rh2HLmVzjFRAbVacawXoSlYlnXfcc2NTqCW2uihXuYeRj6KqMctOerA2RQY6an7KIaFpfLo6uM7blM1UnCsW6n0VSTVOCulSgq0tamkxqrXhEmfskAH9u9fevWrX/3FW774xQfzyiQqhjyvTFrbKQ5KmcxgMl9rsgImQeEs74RjmHB0n274vVAn7fUmrSWClKMb/nswlO0l96t+4JlpKDMQeTxl7Jtw6NXNGPbqJq9V6eo2V2BEs4waX0vnjk/bsmU3ly2PIOTJGTuQpHzr3r17QZZuXyO0ApzzLYwx+AuvFCoffOBB9qXb/83pAPfJqxR/ZNgCoZbfmYXKBdEVVs5p9vEMg9epX4kA6JETaSdSOdOSp0AVmNWCS0Grte40Nb46z1o7N9y46pzVsIOAQp8pamTxyX00B/QASAFGfrmVpeeMvcDrh7XFLva8zr4NN/LkfOpD4tKVhKDp0tpmW1USCPYva6MIZYF8nNwAky97yUv++St33vloCUwiWBZzJgca5m4KkwljMY/jJFmQACcd3TRvkvfAxd3pIPgqRzf8TGGShLpxu4WFBSxgDiWCtKloZiZhukQQ9OrWIW0V8tfmowG4um3fXdcHQQApXav+Ve/pPsbLAaHvKAj2BgHDXt8BhL85v+Pfv/Y1uAHa14itgG8B9EOHDrFbb/0yO3DwIJ6BraZk0Sld7APeNAQuD+rlIK9TYkidSx3FUu/juJaloFRh4rGtre0wXoYeumNNwFS7rgRoDvsj0hc4qsl5AmQZxJnnWQXOZSYbdRzb2omUyrIsU//Qtus4OL7lED5Fyp1jFlTJ6hC3gEnI8cyvhDp/MN8873nPZrOzs6W3Wa77DWwpDDjAjeK/ocyFRJhEZRKhydqbG5VMYdCR/0usBhx7zqTOvyRdcMQ4YKjBnMnK8kAIgWjAgf1EeSCEO1lvEn9fkjepWiu6TTgwbq5E0FrQkvT50nPvFybl/QIC1WZyESE3a9X06q56Bh4zQAkL8fSnb9ka8Ij0+g7gc/j+27/6NZCo29eIrYBvAXQw63zlq19j9953vz6DZnmVjvC2JfHQpxg6QpgtadGz046Gp5qh8CqwrIJDPLeKJ4OPildbvcxOuK87MTd1Aqwr9bDLMYRRxLqvE60Bj/hlJ77xBtNBp6SbTRlEqnmMCkji+vehSgpHuXEVa4a4oSf305/21Eon9ydvvPHHl7/1rbdhwXK4nNrNnYdJiCUzBmBZApMhhH3xZSsNVGXAyWAyM+A0gkk4D6uj22nCwfJACKLQpxv+q7rhmPUma+ZNKkNO448k5xxS6N5qDLCqenVXLc5KPWOr5jW093/u6U/fGQTsnXAAlU/Jg/CC2267bdU0aB/a4q3QwD5lhWBq3/rWd9g3v/0dJ1QOOwSOB3Yoff2GwTUk1sixFEBbXSLIeVlVPuMA4FLNpbERp6GSWeeWbfowLNPY6hy/dNua8FgXIKsgUIBXlaJY/n5Vvco6ZhvnfOu4t4VEWlh23/B4vyFuOLBPT27YzlGwXJQFEjmTwl2NgIiqI56dVZlcWZisKg8kwK6BCQf2k326OcKkO28yp8oqp7vV7eX5AZa5/1qskrtdFQTBTs8hVsVmTZ+hY33yP/eMp+6NwhhlaQiHBpwfiKcWN+3Z03bRGdUL6+sAr86rtBULt4XAm6uVCE+eeZkKFK1CZklR89qhcAW7JRe4MiSuqbD8LvFRLylgeg7rPugywOayfC4aQKOaV5NweVUoW0OkoDfnEpSac+S+5dDdf2i7DHZtmqxPKSDB0K65GcthqJLwblmIG/Iln/PMn2MbTt5QeWtZnNxSTdMGnLowqdQ4VCIbhbnzyqQYr7oLDoIuyZtUOZO4P4a5S2CSscPcLF6O45G8SdkNJ2X2vEmpvOoQP/13478LZSTN7IZzRxAEx1w63TEJlM/YsmVL1O3sicIQTR9Y+JzzW2798m1tKaHKx9vKbeDrADfzKjW0kakXWzYWC6HjHxyeYGh1gtcw7bjyK21zV6fhLo7u7ryj4K2yvFDFZfYJi9N5+t41Q8uNXGno7AMWzbVrAo+C6zy/Mz2UyKrxytRIl9FGjVnmALfdR755kgKQLSFqx9o0Nd4IusuvNT0n32Llbic34qqrxqRSJhPGehocQ1DrhDKp1UsBcfm+21i0vCpn0oTJJEGV1JEzyRmLkzgWeZUumJR5k2DCwe06vV6PMWHIsZhw/IqX69aKpXmTgwh120oEQd4kQOYx9TomgRKu8LOe9aztcRjoQtqgVCYpv+KLX/5yW0pohD8CsmAslBWiic/WGVfVq/QNgdsMOwLMqp3gOLEaYfBBg2VZMqRPjqOX2ugZGm8CmHofuY4KiEf4Fh3Y1JqCo5pALYCUsFU1+WGokcsBki7jkG9429o+0Vqo3N31Bs7Tt74kmG/e8Mu/fOvd+/Ydyju54aApmG90HiNxciMckTA3R5AU5hsTJgejTGYwaWup6IbJzISD85OObgWTWGsSfi9hEtsqqrxJ2QkHlMlEObpVn+4aeZM07F112zvfd5QIuiwIgl2NBx3jHY9ZoIRr9pznPHt3HAQX6i+tMGTB/MJ5e/7939tSQiN8U/uadeAU7rnnXvbVr3/dWVoItimqlcqUkv949KNWIghZ1E4XmA4DLIUyZH9V5VoKnvN4XNSES+9xS+atoH0cYZNCI4JVH587b4CUB8JjeaiWVeNWq5HuMxOmFvtZl/7esovLbmQLbyuINZfbX5XMn5NNlaTHgBD30847j23ceGrlFf7kTTfdf/lv//btxHxjhrgVDOXKApk5k7L7TRVMyrFqKZMqxK2UyRxMwjySJAGY7FmVSQKTRpgblEk5n47ZCYc6ummYOynA5OwsxzJB+XqTFCDpz40/crK83deNC7rqu+GU3cAe3xCV9//YbrB169a53uLC3iiKsJQQwgVn9/A43rJnz579Y3tix8jEOeeQ8IwGq7LXIEPgtmLoAmT81EpXpx3XGE3AUkGaCwBhrmVPUR+4VMeoWnttwqn5pPGC18qDiw1crm+1e82pOY9qXdNBurrJkasgrzDJihqRdHufsasMNk3D2hTCzHOoFdoWA1l52V+VtO2P+QC5qfmEuH1KAsGgV7x1x94P/vVf/QdRJTGEbS8LVNqXWymTGj7l3yugTOZc2jXD3GUwie8pmLR2wYFzyXp0m8qkAZNL6EQn6mRCHd3UhIPnlsubzBUvNwGSqrWeT5H8ZlLUAOFJswPoF8dSiSDbwg3qWdrooozCTluf8YwtfHLi66otI6hIAUtv/vyeL0Bj9/Y14ivgm1cJp1EdAhcqXP5D0Z9a6QKvUQBLhcHLBpdiMcT6NnzyDBI0R/zWxun5wJ31PGoApO9x/CASR7NPqUSNXCmQFLMtztfu4M6fG5JeRcmhs858Atu8+SmVt5ojX9JUJgW7up3c+L6lL7eEUjTgFGFS9OXGfUlvbldpIOiAY1Mmq2BSnEseJqmb26VM8sXFRQRABZMwVwh1g6Mbfj569KhhwtEwqfIjzdaKg8ibhLQrHd2UF/i8IAiO6ehmw8d65edjrDbY+tzn7gii6BoVkoRyQmnKr/jnPXvafMoxuJJ18iqrXOBwur6GnTpqpQssa+VXShBrYqhR+7j3FaA3CLh0nqvrXuoTMumw4wacjYGRnnRNePQFSLVd1T0h3i8PW9cNa+s5Og5ud1/bQ/jOY/s6uC25kj4hbl8XN8mXhO4Mqr6kBLrSfElbWSABS1nBcgVPyoCj/43K5MBhEsoWJanRn9sOk85ak5Av2cDRLUw4KWNrU0fx8mHmTV4RBMExzwstUMoH84u2Pn83Z+GFqjYldNLhQXDBP/3TP7X1KccAKuUXkK2wbGH2UAj9tttuZw/85CH9XrFQOfTVtghpQlrMjdm3aUcQmLUrobUwugJLjIfbL04VdJaDV/VjwcfQo2bWCPIGCJllt2+juZUMOBBALJtwA3hUw/nMDfnNs/h52Z8fZbmRpUCL52fvbiOwtUiYZZ16/MPbNjXYHt62GXTocU5efxJ71rOeWVmoHM7nmquvvuv33/GOr+kC4/li5UZPbh3iRnCS5hsFiMKAI0CSQKNQH/PKZCRqV7phMjP8RJhbKf5dqUwW+nOLouV5A44qD8RZp4PzUG0VhQEng0lpwoEwN56PpTyQqDd55AhRIK0wWViPpl9pjnqTx3TeZO4P+qYLu9r2g3xKaM0YhqHOiQiC4MBir7epzaccn6vNOd925PDhG6ZnZiarZn3XXXezb3zrWzUNO4rmitDla9oR/OgkQWe7axdclpXwqQLL0rngAg4WLvuCTAXeepCqKzym70tmUnDX5Cx84FGD5gAhshQWy0L4JaWKnGYbEXO2Lk8dVbIY3lbj5sf2USXPPeccdsYZp1deMghxv/lNb/y33Z/+zL1++ZLYRlHDI3Vyw2xJWSC9DSkLRH7nCZNRBCSY7dccJmnOJIVJBM08TMKyYScc09FdDZNr1vASEw6cx6DyJs16k8d83mQLlI6P+9atW7fEUbQnCgOsTym+ToNb/vFzn2vrU1Y+IkdnAwiB3/397996+hOecErVrMCwc/vtX2E/feQRvamtrWIxt9Jet3IgYXAFTi7mdMqSzbviVIfE5afBw4lcR73MPYx8XORlF1TunzfhVN0By/w+YRT9o4fTumyWdeARgc8TILMUCHfQWx27tJxQVVH0GmFtOfWBgKQt/1G2A8ott+BWdx9u2PjEdevYM5/59Mpe3LBtSUkgUV+y0PkG2ygSVRIuoXBDezq5JVBFAhCjDBRJzqRqwcgLvbmFOplGWIJIAqmETWHAcSqTJkyKbY0uOHC+JbUm3Y5uv044A4FJ+YeS2af7AGNs67GeN9kCZcnT+aUvfOF2HoXXqdA3bhoG7//MZz7b9vte5u/efg93w0c/+i+vfd3rvP4YgLaN373rrlK10lq3Uoedm4fBBT8OTrEUUyrvxz0I5bIq5zL7o4yYcWpe1EGHpHOHd3Ui8pyjE7P6BMRBwmMdgBR/MqhA9vAgUkS064W1BwuSrvC2Xi19CaA+uTVsLq8xlAN64hlnsHPOOdvrrrGEuCWQ6a43rvqSNF8S96kw31ClMiFObvy9BEmxTSohFsPgOWUSu9/ALWEULcf9LDCJv5dhbtPNLULfeZjE7X1g0tPRrc6ZmnAGlTdpS6c6ZutNum726niW18dkdW300pe+eFfAg0vzX2bBZZ/+x388JouVjvPVfcPrXve+v/rwh3/TJwTuo1bi3xdYCcB8Fds3KlC0cUtp+Nq24I4cSwEB7o9xVUebKmDzUy6zWbgxJDsppWAqgGl6f1XNvem4K71fXcWRzpeqnr7XQmxXvrWPEimgr2Scig48ww5t24uTNwtvw7nWUSVLXNyFkkCiUDlckNKe3AKe8uYbVONKygLh+xom01yXHBwvFTmTQq20wyTOTcIkNeD4wqTZBYfLMDfObXFxEcd3lQcq6dHtgkmlUDb+WDva/l4fBMH2xoOu0h1boLRc2G3bts4tHu3uYUGwWZt0WHBgfmlp6+c+97ljuizAOH4OTjvttN/68F/91W+86MUv9pIRmquV9cLgZTDorCGJniD7x7YMLPtVLRUc0/+674Vqx7gFx/V5DeqhNKrA2Q8w9gOPal8fFZLCYdV8KyGyRI0UKOuAUEcdyTJwdUOpX01JGHvQqiQpVL5guLhtIe6UMQgte+VL4nTJ/wzzDbznLFhuKJggW9aBybhn1JlUBpwyZZLCpAxzd9NuF8w4CLEMSgRZYBIhM1ceqNzRrc6N1uBs9NUli5eDMVenwTHGjsk+3T4LOKhnt8+xxmqbbS996aYkYHt5EKwFxze8woDdE8SdLbt3726Lno/V1WQsmpzc/q63v/0X//vv/M4vzM7OTlRNv3+1UuAifbnyKwcNlmXj4XxQTC3/6Fe9r8DSZzu1Dr4h8tyaiQOpaVddtlX5fl3V0Vy/DNeqNcsqd7Ya2wsyS8XKsjftBckHC5ICZelLSHTFedFzratK7nznzm+VFCovc3HLELdXvqRZEkgCVWVZIA2VPjCZCMWSQQecAcMkzoPCJFwco61iVmvSDpMUrM1C5o2eC47i5ZA3eUz26fZZxBYoS1bpla985daA839BmJRt8wLGbtn9D/+vV16ezwVot1m+Feh2u2/Y8pSnnP3311//pjOf9KT1Pkc2neAKpMx964XB3UBXNxQOrMUh6F3XwCNPoCok7jpf8/z9Q+Nqz/oqZgE0VxFsUmgsoo7PnSq28VUfTTCsAsQymNOzqwhpi/OygySEo6F/kytiXse1reZqHUvUGKoNknVaJ8Lg//zZz/7n5Tt23G704pYAp/MlBcOWh7hxm5J8SQWTpFxQTpXE/Yn5Jq9MRhG0b1RhYWeYW8Ik9uYeJkzCxbGUB7LAIpQHAhV3P82XNMPe1X9BlXy0OOegTJ5vbHJBEARtKUHHurVAWfGs3vaKl+3gYXRNSL6xeRhdv3v37jZ/wv97bmS27HanXsuDdMP73v2eC3/rih1efxhA3cqvfPVr7N777tfnYVPmVD1K//zKwYGloAk3WArYKPm4exh5fOGSbuenYOYhsx+gskInAU8FXctxQ+a+zQbcglFdSXEM/+9N31xIEzid61VhsCmDSAF+7tI/ZRBbL7TtzpN05VVSgD31caewpz/tqV51JWHOV/3RH33rT/7sz76R1W8k5XeAH0MIaeNLwqQ1xK3Bz1FfEvaHfEkjdF3q5M7XqBQwmcGacGybBhww38j94sTSm1sQutkBJzPg6DqTmZvbWmsSj1FZa9KvPJBak8Yfc845+CUuNQZoi5dXrGgLlB633LZXvWpXELBLg1CEvuEVseCym3bvbk06Hus3apt0u1MXc947aevznnv2n3/gLy4+65xzTvKZI3TZ2XvHN9iBg9DQQrxcYCkF7fywlqLoaowmCmOTPEs97wHApev8bWtZX8HMZorHkf/0RyefKzr62xTPu94KDBwgYcn6hEhc9Qb5keLQboXTrmIWi5PDOFV5krDN2jVr2JbN57INJ2/wulGgHNBvXX757V+5885HK2pLEmXSNN44Q9w4bc98SapKCriiTu7MfKPAS7m5meHmVjCZMhanDpiEdoo6V7HXE+WMpJtbwiScU0e6uWt1wckKl8/OcgZlgg5ae3Rn55Gtkdc1s23UmnAaL51H1eLmY6+aPbdt2zYXsGRPwMLNquc3fsnF/LybbtrdmnTG8EpHUfeiMOTrEx7P/dmfXvXyK6688vm+p2GadlxgZQ+D2407wwBLSbzOcLgAtYq/KT2VyzpwqVFR5UY2rj9ZzK2sh1u+V3x429HVz+be7CzqwqM6K59wt+g+WD0vp8GmDzVykCApSK54HvTc6pYCgvlVqpL52pLUeINTClINklUhbqVKUmXSZb7hzHRyOwqWS2VSjaOc3BIUvWASipaLOYnSQFYDTo2WigIm7bUmldI6jB7dELXCNDfyukPWm2y9ExWPwlah9PyuAKiMgwCr5Kue34yxAyyMtt50000tVHqu4yhtNjEx8apeEGzgPDjuguc848x37nzXy5//guc/zmeOvmFwGKs+WNYPhVcBXVWupRdcio0qDT0mMPqsp22feuHysqNkjznbA68ak/zOoHrsQR0pgzsfyDNn77sPbucx5SqILMuNRFgsK3xe0iPcvptdkXSBpHn8uuHtklxJVQ7IYrxxFirH8LEjxI2n4Ahxl7VRFCFpmacpzTeZ+1kXLAelVDvLSY1JK0wKoBNhbjmvZjAJIW6LAccCkwdTxuZSxvarc7HlTirQ9PvAGls5HN1gwtkUBEELkx6r2gKlxyKpTS6+eNsWloZYQiArfB7cMbW0tHVX6/yusZIjtOnExMujNH1MGIbHJwlf84dv+73z3/b2tz/PxwkOZwFh8G99+z9KO+2os10usPSBy1LZ0ke5VHBZUUDdvNJNIZHu13SMEbrrvKZCQcsXApvCI+7nEcpW45dBpBjLbbCpgkgxFVdo2zVufyAJ7u1znnSWd3gb6krmHNxYt9HIlSSqJJySyFe01pakqiQ3akvqvEdSXxK2h2LlAq7snW/UfmJbt/mmpPtNJUziMWSYG3pzD1uZNGHSDHV7/Plj/+hJRzd8t28mW7SdcLyeVNlGLVDWXLDXXnzxds74deL7VIbcInbLDR+7ycvgUfNw7ebLsAJxHP8CD4INIWPHJTxYs/ncsx/7p//Xu1760le+8gm+hwc3+He++z129OhRvYs9v1IofNYPnjPHsqKlYlVh85KTEIesKCFUFRZX49cIj+tdGoe7yUPMMsaoQ2dZ9xXfe862XS3wrAGQZZCn51EBkVUgWa50Dgckp6am2NlPPNOr/7Y6T0ddSakEFjreAEgmFCQBwmQvbq0coiqJAIrASWGQlgQiAKWd3Pg7o/MNHSOVMEnNN2gKKul+kzAW8zhOkgWhQOIxZAccW86kgknVmxv3ER1wGuRM2sPcQ4NJeV/aHN1tJ5yaD6MWKGsuGGz+2ksu2ck4fyf8rMsJBeH1H/nYx1rnd4P1HIVd4snJF4ZpsJ7z3lwSxrNxwGde9+pXb77qXe960caNG9f4zBHC4N/5znfY3T/cp1s44h8eDuDBupS2gR1gqcZqYuBxzSN3+AqXeMaNno+NBoA5SNC0L63n3H0uuMc2tQDPYzy1SaNxBw2QHnmRVRBZBqrOzja4CG5F0se5DXmSp5+2iZ199tne7u0f3n33kV9/y1tu/5cvfvEnxHQDk5EAmHdwu1XJzHiD3yEAUAIkqeIGb9GuN/I975JAtI1iNq7DyQ3HzlopojI5IjAJy3BAwbAKcyvIpf+u8enJb+pwdF8VBMHOxoMeozsu79N1FS3ya1/76l0hD3POb8aCKz5yww3Q87N9jeMKxPH53bBzUhLyOc6DNSxJptc/5oTjr9ix49lXvu1tz/Y9JVt+5XKCJR6rQlWsUvB8lEuf4+SBlcyr4ZOnat6+12hctmsEjpK3NKzVCARWhrIFITrrRfoCb1Xepfu8+wNJmF/dPEnYB0w3H/qbv/nuw/v3z+M5JlpFhEi2VBcxB1GkaxrhbYcqKUCvqEqqfMl82Dof4qbKJLi4c6omwqzofCN+nyQq3xHKAmUmHtGTW5cFIjUmtXqKyiTJlzTC3Dhup9dLGOvgPktLSxyUSdkBh0PBcvg9dMCBbZ2lgXLKJORMruUGTOo5yc46feVMiluZAzSiOERebVvFhg/Iho/1hkdbRbtt37ZtbmlyQrRnlJ108PTS9LK//9jH2nJC43qt4/j5EQ8fwzrhcSHnxyUJn4njcPLsJz5xw1+8//2veN7555/ie2rQbefOb3wrV7/SDZYloXDhhLEetqz7ji/wVUGaj6FHTa4KZAsnoVRMMdmBvKrOZyAHGcAgjWHRPLYERoS0GvCogbPiXKqKjvtCZNXxRJcex2QsBcnFeMLUY9vPXF8Ayaecew6bnZ31vno1TDfi6e8sUp5zcbuMNziG0YvbVCY1VJFi5QZ4Otsoyu0y0JQwKX+fpHEcpwsk5G7CJCkLpOchYRLHMGHS1QEHATsIkqNHj9oMOJwxKFyulcksXE+LsIt5Nn45ygO1ju7GKzqwR3gfMxjjXbdv3z7XW1zcGzC2kX6JhZ3Oebt27Wqd32N6bTudzjPDMFzfS9O5kLHZJIxnWJJMAVi+/MUvfsK1H/jAS33D4LAENuOOCyzh907zjjbAuOCyj8Lm8lpVwVgduPQFWhtk5vYdEGjWuR2r1mFgMFhnUhQcFU3V2b/E7FJg1IrONYODyDKXtwLkImUKGdBOn+a1AcPNlvOewk5Yt857tQrh7bzpBo4uFL8w67ktYDJzcBuqJE5ZdryBXEmtGJKcSTNfUhlvbC5uoYYa9SWNfElX5xucixHiFuqhrOMYy9C4RZlMiPlGgp4w44icyaW02+1qpVa1U6yhTLpgkuZQqp+9r2fx/ua28kD3yLaKraO74cquwKO64UxHdLftF1+8Je10Fw0zuQAAIABJREFUQKnMnN9BcICF4dYWKkf0onlMq9OZfvpSmKzvcgh/81kWhlNJwgEqp1iaTl61c+cLfvPyy8877rjjuh7D4SaDA0t3LUsBqtWlfXyUxCqoUscqa/1oWxufYzvXVD6x9Bir7Qk2AGjUsFdDrvRVIZFj+6xHqcZwD2MPayuGrgOSdZzbMD64t6993/u+Z+l0IyHJarqRCp+7SDn+oVieK6kgLMt3ZHnjDSy9Q5UE4w1MjIaEoVg5jllivvEuWC7D3FaYFCAJx9YwCbDMBgiTSoHVZYp8n7m27UrKA20NgqAVgvpY3NX2OO5jKZrvun379i0sSb6ODw3ZTScIggMJY5t27drV/rXTfGlXes/NcRxvCMPOXBLymTBJphMez8Qxn2KMdU868cQ17/2T9/z8637l9WfVmWhdsASws3bewYMqZ08z1VKMUP0Y8IHLpoDpOwevNSankjuv6lP0Gr7xRkRMy+UP1gxRu47vlftIdq4DkIODyGZqJBzf1dnGNre6JYDUslxz9dV3vfd//a9vPLx//4LIO6Ru6xxI4pQqwtsa7ow+3Fq9U/mWRm1Jmt+olElwcWf75fMlEd5y9SV1TiTCZG68RORS4i6y+43NfAM1JnWY2VKwXCuTEiYZY0tJtwuObhGGHmGYnGOMYT1p47N0XguTjZ9ueseVfsz2fwYjMsL27du3h1yWE5L5bmEQ3LHEOSiVLVSOyHWqO41ut3tuGobr+VI6xwAqGZtJwnhShcBZmk6cddZZ6z7w53/+shecf/5j64zfBCydzvBKsJTYVvGJ94FLAY5+j466IXJz/XznU2fdS7f1O61siAEBoe/864KjGncYAIkwV6GCChWyzMRTHtYuc3rbQtt1FUmYHZQB+sN3vOPrd+/bd4i4t4limDPdoFpGTDcSzrAUEGcMWw+a4W2bg9tVDkgcN8pMP0SVpAqk+Dnfj5uGuGXNyywkX2K+wbEcZYHEcbIakwZMFvpy47nWNOAsV84kwKRZaxKuX1seyPcBVLFd3cfngA67OocBqIwYuy4res5YEEV3LELh8xYqx/min8XieH3E+VwURWuSMJwKOZ9OknCSsWQyjsNumiQTr3jJSzb9zu/93rObgOUP9t3jZd5Ri+jOsxTgKERHt5EHdcllhks1934hU4/joayO401XBWlV51QXHjPo9KPjqvn1A5ECP935kfi+ESsHs81/2bTRuyi5Ol8w3PzfV1/9zdIyQFmeJIKeqCmp8yTxd6KmpMV0k9WVrFIlJSgWSgLREDcJhQNwDizEjXOrcHLj+Qnzjb0vtzTfaJis0QGnhcmqD/QYvd8C5YAv1pu2b98VhvlyQgFjN//V3/zNtgEfqh1uGVdgYmLizIUkWc+iaG2Xh7NJyKfDJJmSauVEHIcTjLGJNEm6r331RU9817vf+/w6xh04lTqu8AzOBBg6P8glNS0ROSV4DgouxZj1HyuDgkzbLbHsKqfjvqwCsSa3c1N4tIFZ2fGr5l4NkRIVHYmTSDUV/cIH4dqGWYDh5vevvPJruz/zmfuysjpZAW8RYEfDjXIRm6qkCZIaGA3TDRxOh4ENBzfNlaSqJB6LFCo3+3ErVTLbPwtxm8XKcSyiTEJ9SV/zjYBkoUyWFixXMElVSdh3cnIynZ+fT6emplKHm9ssDWTmSg4kZ1Le67sZYxca93hbHqjJQ6dkn/pP/gFPYDUO92tvetMuFgSX0i/WOIqu/+CHPtQWPh/jCz45OblpPghOjpeW1nIezjKASsamWRhOJgkAZQJg2WVp2k05j3/tjW98ytve/vZnbty40b9OiQTLu+/+QaFAehmsKSOO+wNdrlrWgUvctqY62AQy1ZzA9JPNb4xvoIZTVwxW1RO7FAg9jDR0/yqAFF/SAhLLh3aHtCViOsv+2KBXFSQ//fT/Uqv8jwLJP/njP/7m33384z+wgKTZexthMMuTLLi3c+Ft2Lis240wtSCokvC3VCRFiFu/5zDeYKFySahZGZ3MeCPH1WOq+pKwi6vzjThmli+JYNsDJbIjakpmyiT+Wzm5IV9SQ/Ti4mKhxiRsWw6T6HKnRcuzcxpgaSB5D0EZv0tbmGz4AKqxWwuUNRarzqZv+dVf3c2C4MJImnQkDLRQWWcRR3DbqampU3u9YD2P0jm+lB4XRWw6CcPJMEkmkzCeYImESqjsmyRdxuL4LW+69Nwr/8f/+Lm6YAkF0u+550eFlo5lYKneK1UtK0LideGyCWBWnYPPpVdC6LgDJwXGDNR8VsC+jY8L29zTByAHC5HlbnHzHFSLxI0bH+/d2UadIyiSBkjSwuQZSFaXAWI1wtsKuKDbDcnHVIol9uHWphuHKqnHQJCkhcoB9qQyaRpv8iWBAFR1fUkNgUa+JMIjMd/gvzs9zAdNGdNlgbBgOWOHORhwSMFyHFcVLId95ufnuVuZXHGYvDkIgjZi2PwR49yzBcohLCoMuWP79rn5iYk9IWOblToThCE0NHj///OhD+0Y0mHbYZdhBaanpx975MjS+ngymos4n+U8nJIh8ElDrewweBonSczDuPtrl/7yk3//D/7gGXXBEk7pnnvuZd///t3sp488UjjDMvWvPNdSoGBZvqU6mG9oXG9fU8HMjjP4RxKNwCv4pIvYIEJvvctsSh2oiupVUyT0upObwCOCoWdJIT8VUowohszOtwit9XIjYf+T15/ENm7cyDZuPNVrPehGDUCS5EnCSM4yQLidVCShtAdxTuti26jukSLlsE9WVzJvvLHlSmr4k8YbuT92vVEqZ6HrjQxxS3URWyjSEDeO6ZkvaTq5aVkg2v0Gj7WwsIAhbvg5kH3Jjx49mk5PT/MjR44kbHaWM/j9QVgrUHv3k5C/TgvIzrHPouXijx9uUybbwuW1P0n+Owz+6e1/7FW/5Y4dO+aWjh7FbjoAk/iICgJIarnsAx/6UNtNZ5zvgNnZk7qLixsW03Qti6LZqMdnWMinWBSBWjkh1UqoUdnB/Mo0jVPOOzyMO7926S+f0xQsIc/yP77zXfaj++/P9QtHNCwho+qQ+PDgUozc36Omach8nG8xOvem4Khh1hMgxRexRE43G8ph/SCytAOOxWQDYe3Hn3IKO+vsJ9YOa8PE+gNJp+FGA57Ok8xMNxrwJFGbDm4JT6hKpjK8jT9bciV9VEnIlYRyQBRkSa4klgTi0I8b1sOjWDnNl6w038CYlrJAeD7Q/QbeB5jU+aMaJqGd4lxKYNIs7j7InElIL7vO+Py3MDnkB2J/T/khT241DA9Q2Zuf38PCcDPAJEKlgMvLrv3AB1qoHO+LDK03NrCpqbXx0tJxnHenooiDWjkBIXAWhhMJC7ssSQAqES5lfmWkwPItv/7rmzefd55/Cw+yXnfddTf70Y/ura1aApyVh8QlXOr/lD8m6qqX6hT6hUzz1hlX6OwXFs118FUfNWzWBkgBnK4XElFNgw2MBfUjH//4U9kZZ5ze6Knw1a98Zf9f/sVffI/kSFaFtpUiCR1uZJcbbc6R7u1ephQW8yTVe1pt8whvq22hMpCArnxdSQmdETjKqWKnlEnTeIPb0643Rj9ufF+GuGl9SZx7db5k/bJAeHPMzCTs8GFxLmvWcIsySeFx0MpkC5ONPkH979QCZf9rWDnCjje/eQvvdPYEUaSLqcKXH+e8hcrK1Rv5DdZOTEysT9N0jkfRbI/z6S6EwHkP1EoAy65QK1lHmnYgDA7fJR0w7vAwjl96wfmP/73fu/Lntr7ohRuanG2ZaolM2LdyKcmypBQRnXdTwBwWaJat6aAhdNBwWDb3uuBYHyAlOErgLJ+Lu6d2dtwihParRsLYhfI/WZtECXyyjmSxBJBUFjG0DS/8t1FPEscghhsKmLn9jPC2WaBcgaTNwU3H5I5cSalKAmSWGm/sIW7DfFOSL4nzdPTkzplvKp3chw7xEpikqu6wlckDsqUiFDRvX0NcgRYoh7i4dOgdO3ZsYb3eniAMM6iEnEpQKq+9tlUql+k6DOkwM5OTk+vn55M5FvNZFkUzUY9PRVE4mYSsCyFwqlbKMLhWK8G4w0MWPfsZT9vwq2960+ZLt28/o+k8IdfynnvuYQ/85KHCEFXwRFs2VmiSYmxPwBRQK3boN19x0Kpm03Verv2aQmMzeKQAKX92nKhCw6pwNo5iSR7tJzdSTem6v/3bfR/+67/+7lfuvPPRUtd2LZC01pOEsBJxZ2cqpiwFpGFRhbwl9OGfjmpuUpEU4Cr6R1KoouWABGC5ywH5qpICVOM4pwb2wGwjC5VLF7fVfNPtipaK0nyTK1Zug0mtTEI4HmASz2+tVH7305JAyw2TbUvFZXpgtUC5TAsNhwGoDDjfEwSBhsooCKFc7mVXt1C5jFdiKIeamJqaOilJkuMXo2hNvLQ0wzlAZXci4b1JFkUKLDsJCzskDA7fM1BmKFJgefYZpx//2te85uzf+u3ffnKdXuH0rMAhftdd32f33nsfO3DwYG24FBDoExrXZFkLMAcJmfTkxg04+wVGeu7+uY+5vUj02h3GVnhZFcrOQLY41to1a9ippz6OnXHGE2o7tdW4qtf2jZ/85A/u+sEPoLONapEoQA1fTRTJxiBpKJY59za+R/IkKUiq+eKca6iSCiYllJUYbwRMaqA1Qtw4jixWjt5BS09u3EbmS+K5ECe3uyxQDiYPqOPDaQLYtjA5lK+f0Ri0Bcplvg4AlSFje6KAKpXCqNNC5TJfjMEfDvIkH9Ptduc452t4FE33OJ+Menwyp1YyBmHwjgyDQ35lLPMrwbijwRJSn978K79y9q//xm+c2zTPEk4RQuJQ1/Kee++HZHnrWVerl5m66PfQoNXW/fbIIDOD1H4VzX4usQtOBwmBdeeXiX0C2Oo5xyXkeYSwFUCqY1SF8l3vQ7mfjaeewprUjaRrU50fCUBYKEiOEGR0t1EgJ0PbfYOkzP+TIGmvKSmgM8uVFFAlygABYeWgTyqTZbmSUv2rZbwR+8j6kqQkUC7ErUoCSZDE94w2ivg74uTm09PT6RFQJdX/Dh6U3W/QzU0hkqq89Jzrfgxy23PObTmTEOZulcm+Vrb+zv5P+vpjt3s4VuBKCH8H4Z4gFEqlcoAHjF32nquvbsPf433nRGxm5jETvd7aNI1ml/jidMwYqJUTUq2cYFHUkaadWKiVLGYMjTsOsOTRy154wamvvuSSJ/YTDodlffiRR9gP7/4h+/FPHmoMlwL8GgBmxonOtpBllz6Dy9Vd6Lw/aFQrSOGR4qF7hbMwdnmNSH0EB80CRD52/UnstNNPYyesa+Q305OEsPbHbrjhh7o9YiE/EkFSKJPWzjZ513aWI1kASaU0chneVvmROjRt5EiSkLWzpqTgxXLTTQZZuSLlEGLHPtxaAfUw3og5CVWSzLteiFvCJI7h6skNJ+YuCwTvamWSgqMJlOWSuMf3QAuTHou0jJu0QLmMi00PdeWVV24J0lTnVGqFiPMWKlfomgzwsCFbs2YdO3hwjrGZWTaVzsScT/UAKoVaOZHwpCPD4B0Whl0ZBgegjOM4VMYdqVgycIXHED1bf8K6qTe8/vVn/ebllz+5ST1Leo4Al/fdex974IGfWMPiChx91qU+YBK61E+h/h9HeUUzG28llU7EudxXZ/aPegqj60rUh0eKmL5hbHEedgaAcPbJJ69njzv1cX1DJJT9+Ys///PvfvTGG3/48P7983jWia7vKAGrENYW8CYUSQljOSBzKZJVIIlgaYfJQngbtyXubQKdWd6lDG9n77nrSuI2EiSdqiQc01aoXMxbd73B/S0hbsbYku58YytWXpovWe7kbmHS5+G5irbp/wm+ihZjuU8FoBLC3yqnUpUVSoPgsve85z2tUrncF2TwxwMFeq7b7a7hnE8vcT4VMzYl1couuL6TMAS1UpQUCkPIr4xZkqBSKRVL+H4ywJKBnSv+hQte8LjXXPz6M3/5jZc+od+pQ1gcDD0PP/yw1dCjxq8KjZvbVZcnss1cPpZyT6fleVTVBc/BAKHP1SMgp3+sJ/AgOSn29Jx4WagbjDUnnHACFh2fna3VXbRwwpAb+clPfOJ+DzWSAGAeGEtAMmVMl//B/XVR8nwtScXZOu/PEyTzzu18eFuAYHl4mxYo13PIenADjILquMDjOE4XiGopQRL+DC0ab7Je3FBbUhlvSIgbxl1KoeuNUkJJviQtVp7LlyyYb+xlgdQaUjOOhn6fO75sm1aZ7HcFh7P/8jylhzP3VTEqQGUchnsCxjD8LWtUsoDzy/64hcrVcI3XMMagtNDMwkI6w6bi6ZjzSalWTkRR1El4D8LgcZgk2FknCWMAzAiMO1KxBMC0giVjabj+hBOmXvmyl50GqmU/uZZqscHQ88ADD7L7f/xj9tOHH3GGxmF7X8BU21Jga/bwIXsVBmg24srfZAYYOtRM33nS3euoj0gyJaAJoewTT1jHTnnsY9nJJ29obKyh5wElfz56ww0//D+f/ex9DdRIkCJlce9c6R/aIpGGjWl3Gxp+bQKSGo5KipMrmFQ1JWl4W6iZsqsMKQXUjyqJ54qqJLykk9vVQlG5uEtC3DgXZxvFopNbqa5mwfJ8jqjvjezYroXJPhdwiLuP6xN4iEuy/EMDVHajSCuV6ks6iqLLdv7xH7dK5fJfkkEfcYLNzBzPDh8GGWeGTU0BVE6wXm8yiqJur8e7URR2ZRhcKJZhCPmVAiQlaMZxGBlgGTIWRzxkUCogChmPzj799LWXXHLJE9+wffsT+g2Jq0WA0PiDD/ykUr2sC5h0ewWag3sglYGn7fL2e2QPtbBPULTNWg1ZV3lUY1WZbZQKueHk9X2HstUxIaT9d7t2/TDn1C7mRnq4tQv5kcMFycxwg+BklAGi7mUFVqZ7u6oUkOp2I2E15+BWYKyKlNtUSXFcYbwhIW7xb5uL26ckEEzGni9ZMN/ApkNzcss/eFoDzqC/nQY4Xr9P0QFO5dgeCqByIo6z8Lds1RgEQQuVq+PWANVx7eTk5Jo0Tac5jyeXYj4p1cpu1APTTgTFzzsYBmcMOuzEGiyFcUflWEKrJYBLqGUZpZzDv0ORZwlwmcLdEz3zqU99zMWvfs2Zr7rov2487bTTZga1jA8+8CD7yUMPsZ/+9BFrlx56nDoKZn4/xM1c3cpj9WFlKo7YiduDX60AWrEjdKs58cR1bP1JJ7ENJzeqs2+9zQAid3/yk/ff9L//9w/cdSORozIwCzGkLeFKu6G5MKtU50fCjo6C5FS1rM6RLAdJDY+0JI5nniQyksyTVCYgef5JCuFt2KDQOjFvvAFFMluzClWSurhhbLMkUGW+ZK4nN4yQM9+otVD/NVXgvh5BrTLZ1/Ity87H6jN6WRa37kF2XnnlFtbt7uGyTiX5Mm6hsu5ijub2EWNrj5uaWpxN03RKhsABKkGtBKAEtRL+G8kweCTzKwEsI5FfaQXLmIClNPDgdxWqlgCfz3jaU0983cWXnPmKCy98/CDhEo6iAPPAgZ8hYC4t9UpXvylk2kDVlvM4Lg81GxM2VRqbwCN0qQGAXLv2uIEDJMzHAZFGO0Scuc2pjdAnS+pQiNSAGaSqpmEhPzIDRlGQXO0zDJDMoLeYJymOm3Nv5zrdmOFtzJWM4wRBTIIkzjmWY1hyJZUqqaHSXluyy42SQDYXd3WIuzxf0gWUfT+NW5jsewmXZYBxefYuy2KMwkEQKicm9rAgWKtMOjCvKAje/4dXXbVjFObYzqGvFYDP3Oz09PSaI0eOTHe73SmpVk5kamXUZawXy/xKcIOr/EqlWEYELCMdCgd1MjPwQDg8hA48VLWEnwEuX/NLrzlj0MqlWhUIkT/y8KPswP79mINpK6xuW8FBgKY5rjlmXdNNX1faUieyKsTc5Hi+Y4ITG3Ig187NsXUnHD+wEDadM0Lk7t333XTjjT8sVyJJ3Uijkw0BSbhdafkehCvRGhHL/lBAtBltcu8rBdHot63Dw4wVaknaQtsUmgQwZiCZByoFgfCXHeZK6paJeExP0002v6wcEP5OK5NFVdIV4oYi5ZjPODExgdtAoXKXKjk9Pc11fcnqfMlcqSKi1ja5pXP7cM4h7etSY6C2zmTfKzv4AVqgHPya9j3izp07t4RJIqBShr7ln/HX/9HOnZBD0r7GfwWmwRo72etNz8/PTzLWmWZT8QRbWurGjE32oiiOMLdShsE5j1kUKcUykqFwkVMpXOHwv0CWHMIQuCUcDp93CIlHIf5XwOXLf+ElG1/+yldtPO9pTz1+WMsKKubDjzzKDvzsZ+zokaOVofIqMBzWPEd1XF9oVPNH5fG4NWxqepqdsO74gYavzTWCouMf/fu//+GXb7vtoQYQKaAsK/BtC2k7cyNhvzDA8Hcq60fq8dS4Kqw8AJAk8ImrQNslUsON2o4WJ5ePcB3iJvBZGt5W3W709qQPt1WVlPmSnLFuahhvcAxSW5JPTk7iGPPz8+nU1FR69OhReo4p0yHug9BGUV4bLFYOLzNf0oTKvj9OLUz2vYTLOkALlMu63P4H+5OdO7dwxvZA3h1VWYIwvP4P/uiPWqj0X8pR3rLL2NoZxg7MTExMQDmhSaJWdlmvh0DZ6/GOBMsY8isBHqUjPMyDJaiRCJehLDkEn28Ih4eiAw9CZCBzLQOoniJD4giaTzz99OOe9exnP/YVL3/F4y944QUb1s7NwbGG9gIl89DBw2z//kcZhMuPHDnqrWauNuCsC4zq/EF1nJ6ewrD13NzxbHbNzFCUR7reUOLn85/73EP/5zOfvu/Tn/nH+7U722qssSqRFPpcdSMRwIgamVMqJUQK+KkOa1uVSqPftgI+02xTCJM7QFJsJ2pKVoGkhEPsdEPD27gullJACiZFXUl42VVJaJ8o54vlgPDnEuONZ4hbwaQzXxLGoWWLBvLMaGFyIMu4rIO0QLmsy13vYACVaRDsChnbrLrpwAhBENy80Ott37lz5/56I7Zbj+AKAOiB+3t6cnJyan5+foKxzlSnw7pLnHfjOO72OO9GvV6HsQjC4NhVJwnRAU7BUuRYomKJYAnwCEXSlYHHVC2hxWNAQ+LYtEkqlyzl4Qsv2Hryc5/znJNf+cpXPX6Y6qV5TaAm5qGDh9D4s7S4xA787CBbWlpqDJtl13zQYfamYFg2R4DGTqeDimOn28F8x9k1s33XfqzzWYDyPl+49daHbrv9Sz/5/Be+9JBW/woFx5GJlFIlIM0w12QhbW2uUTBXFdLO4C4Mi2qhOCGEJIsaCe8lMqwttot0sXScr+Ha1hBHlE6bIklBUoa2ESmp61sVJ5cg7XRv+4S39TY0V9JDlXSGuGFS2sWt2icW+3GrPwJoCSCqSNJrXufWKmzLOZ9jjEGY+0LjzTsYY9uCINjX1wHanYe2Ai1QDm1pBzPwzp0757phCOHvzSqnEuCSM3bH/OLi1hYqB7POKzwKfA4hBD7DDh2amoAEJ84nOI8nlmIOuZUdMO2IMDiEwDG/El3fFWAZMpYAsAJoMhkOxx9BtcQENeEQD7LyQ1iCKKDKJUt5cPzxcxMvPP98BMznPv8FG5YTMOm1gRqZjzz8MFtYXEJlE16gboIRaFjQOcx7Q8EiGGRAZYQXKI0T3Q5bd8IJA6n12GT+EMb+11tueejLX/ziQ1/48pcfqlAhXe5sHfp1mGv0+y6DDcy9Qo1UoCPzCmU/76z4twRDnR+JFV0VeCL6qdaNok0iCUVngMqiyKwlaYKkPBe/PEkYWZlupCIp9i+2TRTzyUoB0SLlqIaWlQOCMSHETXIlC6okHndmJmHQ9cYe4lbrlSueTvIkBw2TEJnbbIFJ6M3diihNPtDLtE8LlMu00P0cBqByQtSp1Eoltrpj7I7DCwstVPazuKO17wRja6cZOzDNGJtkUDqIsW6n05mUaiWAZUflV8J3oQyFRwQshUoJSqOoZRlKA49WKi2qZSlcCsDEMeF5EYB6eeKJJ0w8/3nPO/m5z3ruyec85cnHv+jnX7R+lJZSgaeaE+Rv9npLeoqHjxzFXM6yFzjWbS/ITyx7TU1PsZnpKb1JHHcwj1G9VhIUXfMGBfKOb37z0QqAhN0lOGlwE7/LVMgyiNTvwU41ILJMjVQgmVdFZRtGi9FGqZF0Lma/7QxSy0HSVZjcMNzAmhXyJPH4FeFtAEmaJynVQbOuZJc7ciULqiSmEQQBhs0hX3J6ejrNGW/QxV0rxJ27pv08Azjnmxhju1uY7GcVV3bfFihXdv29jw5QOR3Hu1gU6TAAGHY45wcWk2TrH/7hH+71HqzdcJRXAMBths3OThpqZRfUSra0FEMYnPV6sQRLmV+JYW4FlmDeKYKlEQ6HRZAOcREOzxt5BDzqwukSJkWNS6lq4n8ZACZs+6IXnf/YJ591zrrnPv8F6zeft2XdoMsTjfJFG6e5gRP761/72qNfvPXWh779nW8++vkvfOknEhTNntkKIJUCmQGlBSBlKFsCRi6crfMfLQ5tPWaJEklAVtxxwuXsrUaq/UV+I611mVckxdztrm2qSFaBZAakzJkn6RvexnOV3W44YwIwRa4ktEw8zM1cSYcq6WO84YytTWVtSXUOrhA3TQno+/bnnG9h0jNgDHYzY2x7q0z2vcTLMkALlMuyzIM7yNV/+qe7gijSJRQCCE5yfiDtLW19WwuVg1volR0JAA0krgkMhYv/SrVyGsCyK8PgqFZOMBb3ehzLDAl1koClcIELN7ioZSmd4QCDmGeJaqZULRUoCjUyK5qu4FKVIYLVwdC4VC+tgLlu3fGT5533lHXPfeZzNjz5KZuPbyFz+W8qBY/f+OY3H73ty7c+tPcb33704f37F+RMOEtQcTSBrQ5ASli05kPiuK4yP3gTCYe2+F9mrsl+J+amgNTMjaSgyIkaScPaOJYlrE2Pkf3cX2jbBZIaHnU9SVGcnCqvUAaoLLyN29LwNhxM9uGGckC0CXOyAAAgAElEQVS4b1k5INjemiupa0vCFnA99i9biBsvoBsmrw+CoDWgLv9jo/ERW6BsvHQrt+PV7373rjCKNVSGobiMaRBc9ru/+7ttq8aVuzSDPnKXsblpNrM0yQ4fhtRKyK3sLC7yiU6HdWQYPAI3uATLSDrCpTqZRAm4u6HcEORNJhIgQwGVGA4HMMxMPPhvB1wiNKquPNItnoXBUc3EvExl7JHQmSmYgA/r1q2dAMgEJfOcc89dd+qpp86+6MUvPmnQC3csjqfC1vf96EeHQXmsgEcFY/K/1SHsvAKJl1eBHoU+EsqGX2MXlxywekKkVsB6PcPkk+VHQm3HLOSamWz0vl5GG7hFhSpJIVPMW7i2XWYbo1Ui7J9TJG0gWciTxFUqd28rmOSMLSVKkVTzdXS7wTWgfbhhe6wteeRIgrmS7tqSZvkfGEuVChpYvqSESVsrRXirhckxfIi1QDmGFw2m/L53v3t72Olcp6av3KohY1f89u/+7rVjelrttIsrANA2xdasmWQHD05OTk52ASqlaacDaqUMg3uBJYCkDIeLmpR51VLWqRQOcZgKybdUgAjf0Qou5fYYGleOcdhOKpoFBVPlYMr3cTuYRrhu3dquAs21a9d2n/3c525Yt+6EzkqZf0b1RgSzzIGHH176wpe+9JOf7d+/JMHxkYf371/U4JZXHdWpECXSCY858MuMNGqIQpFxPXZZKBuvsJ8SScOoENI2YZS8jwAo5hvlQDCvRsIWWVhbnZ+AokyNpMfVnW0GAJIqR1KAZb4weSoVSU7yJHG2dvc2nGNWCgi2k0XK0XQD4y8sLOBxVG1JkiuZFoqUF3MlFfxScKTh7oGGuCVM7mSMvdPyWbssCIJWGBnVh1DJvFqgHMOLpqb8vve9b3vEGEIlLYAecHb9b/3OFW2oYIyvrTF1+JyCYWeKsQPdqampiaNHj2IIHCvSdaYBLCG/MoIES2nciSYYA8VShcIDdIULxRKBMRShcKFSZqolHAtKD6mQuKhlmcElDW9D8XSqXCroLAVMuREcW20vfhK5mPAK4I5Wa3DGGZvWbHzc42cf+7jHzT7+lFNm5+ZO6Jxz7pPQGbPa1E1QGeG8wCDzs5/9bPFH9/7o8I9/fN+he350/6Hv//CHh+Wa0FC1giS1XJlixxAc6fvUPKN+r7aBuDIBuJz6iFeH3JMkjA2/rVAhxQNKh60LcyLHtUAkbC4hp7YaWQxre+RHwgEjNK5AaaJ8z3DZ3Uath0uRpCAJf5Upd7SeD+lyo1VMkieJ8JbVlPQ23fipku72iXmwHpIqiTeevfsNvNXCJPmgjduPLVCO2xUz5vve9753y2Qcy1aN+juYBQG75T8ffXRbW1ZozC9wfvqQIznJ1qyZkGolKJWoVi4u8rjT6cRSsQSwBEc4GHcUWMK+IdjCDbDEPEoLXIYkJO6CSwqFUn1MMQyeclAnlVKpFUwFo4gYknUwD1P+Qo2n9gXIzH4W46HeJceGf+DvnviE09aceuqpM/CzAk/4+bjjj++e++Qn5zoALReEAhxyUS8RX3feeed+gET4WYEi/ExgUW9Lchvx+5fcBpafvcAxN04eHnFNc8BoHjNTIGHbHEDiuFKBVMeg+ZDwOxpOpvNQOZHZftm5mhCplEg6Xr7kD76jy/7QMfHcLGFtVYhcgzdpkZib0xBBkpYBKuRJ0vC2UiSV6Uapko5uN8zDwa1h1igBBOduQjC5BZv/KGtMgpP7fGOUtpVi82UdmT1boByZS9F8IgCV0/HEbhayjYHMp4TRAhbcwaNw++WXX946wJsv76jtCSAGHXam2GzSmUoSVCsnJqBcpQJL1gEvuFQsTbDE/EoBltA9Jw1VniXqSFS1zJTLQJp5AkO5RHiUYXEV/kY6UV15WJri7yVgqveUgkkBU72HPg6x6FiuiKiW+MvsryakhErgFB+F4qvwu2c8dfO6NWvXgurr/br/3nsPfTdTDvP7ZaFnczwKhfS9MlhUgJP9N3NaqzFMRVKpjmTcgvJIFE256LpXNvxb98tWx8WxLABJx6GharofbkPc2eZ7cj+rEqlz93J5kXgPOHIs82pkWVhbzp2E0WWB9IT042YsxvmR7jZacSS1JH0VSQKSMKrbvW2Et/GYlXUlBcSL1onuXEm1JhT4zfxJ789C1YbSfAOhbFuNSXByt99TVYs44u+3QDniF8h3elBW6KR16/Zw6KoDX8PyFYbBgYSxrS1U+q7k2GwH4IPu7+np6YkjR46AAqn+12WsE6FxR4AlRMIhFB5JxTLu9QAosUC6DGknAJbQL1yEvDO4VP8OZFjcgEuANcy51BAZx/hXjak2CngUIXImzT3IJnLFXZBJ1EiRk6nv7SJsUuUyu5B56FS/N5595C8xO4DWvTEs0KiVxAqIRGKzQWcBGOVAquh2GTjishsnYYSuESCtSmUNgDSh2IRIeg4E8jREVimRAuKEEmn/Xz43Mr+NbI0IZyrC2vhTzpBD1Ei1ZqqOpIA5clwPkMzOMV9TUh67EiRxf4t7G3+vTDcwUXBw4zWemeEMOt4ASLpzJc38SBhvKMYbmBvnfKusMbnWuAeh+01bsLzu02VEt2+BckQvTJNpIVSecMK1jAWXKue3yq1M0vSy37j88jbRucnCju4+AG0dxuYm2Wyvyw4d6k5OTmIYfGFhAZRIzK9kbCleiuPIBEtUKnvQcQcwEwAT4JBHCZe5leJ3SrVUCiTkW2p4zIfFES4zAJUhbwmYSo1U0KcAU4fGDRUTVh0hE7+QQl370gRCrWZS2FSqZJiF3elVpM+9lXwGmtBohcg0CwMb7+dK9eAyyfN2gaPaxlQe1e/1+CEAiXiJ32WtDimYUlWSghtzqJBqPKVEmsYaAnC5DjY2iKRzFuMUS/5kc816bEt4LKiR1LEtIRDK+izwWJhpoLONOkfot52duz1H0gckc11u4BiqDBD8TN3brvA2AUlm6XYj60piKSBTjVwWVVLCpNPJzRjb0daYHN0vmLozW8mHad25ttt7rsAHP/CBnVEYvlMbdQJxmYM0vf7Nv/mbrVnHcx3HZDO4uKBMCpPOzEx3Kk1VbiX8N15c7HQ6HR4TsFQ5lqhYwlfxBGMhGHiyPEsMhwdEtUSIlCFxrWIy8ZcLwiGBSwmJqFxmICoWFELkFCoRV0i+JYQw9b8JZFL1UYOmKF+kczXpJbOrlbJ2puPaUvVzkNCpFETzsDaAlLUArQql2t8ERg1++VxH+HUuZK23U6BI3NdqbMh/tIEiBbhsWwlZFoAsAh8t8ZO5s9V2eE4knO2CSAq6Lqe2yo3U52uokXRuZukfCGqnBkhqQxEBSdO1LZVYWUsSjuBWJAlI5gw33JUnKd3bOVUSOt3oUkC0B7e7ruSyqpISJkHE0CXuyAfgqiAIwOXdvlbRCrRAuYouJj2Vv/zgB7eHYXhtEAQYYlB9wFPGbjl85Mi2K664ou2JurquvVQr2QRbs6YznSRdFQafmJiIOOddadyJDLCEUDiad+A2EWCJ4XClWkIB85DkWtKQuAK/rB6lcIsruBRQh45xrV7mAFPmXyJo5sPf1NCDoXL1rMIxCWiqfcn7QtWULwWc+t+Wy07HXom7ggKc7fgInhIWNSRlG5ZDo/z8m8ewKY8ukMwBGPyjBkBm+4ryPrmxIuFEV78X4JYPZ+Nv9H7FvEiqjOZAMtKligpqJEuSRIV31fhOxzbMzwMkdY7nAEASz8mVJwkTLglvu7rdZIqpyq+UeaKGAWsg93+F+QZUyTZaNpCVHq1BWqAcresx0Nl88IMf3NKN4z0BYwiVqlYlZ+yedGlp26+1Zp2BrvcIDKbUypixtRNg2mGHDoF6ieFv+G+324XC6OAIN8ES6liiQpk5wxEsUZkUtdGxC48w8QAAit8p5TIz4ig4zELjwJQKRCFTywaYOvQtFUy8ZYl6CV+I1KAjts+DpuAu4TCnL5taSVVO89Lh/lL5HPhlJWCoxnYolYhuTjWSwJmeowxVw/wpvJkhaxMcFeTR+ej9JTxSEKTbE1DBPMjsvXyhcQVuoELaIDKvPGbjmK0Q8wAJ50nDz/Yi5PrYhlvbpkbq8XP5kfnONvqcLeV/cH+jlqQttK2OQ+tJ2kBStUzE93Kdbg4f5mi6AXXy4EEJknCqB5QSCf8w60qavyu595rd+tJ8A07ujcYIrZO72ZKOzV4tUI7NpWo20WuuuWbuuOlpKCuEzjpl2AkCdiANgh1vetOb2r8Umy3tKO8Fn2sw7HQYWxuzmd4EO3w4hvzK+fl5gEETLCPiChetGYWBByFSqpahVC0lOOqQuPh3ES5hfRRkip+leim+0XQepgmYaj8NmCofkoTK1TbqGtBt8TbXzu4icOL7FuikY9l+Htb1Nr/QrV/wRmjaBYwm6JX9W72Xg0ADHm37Z0pcPoSt2h2qdSLbOUPZGvSIwSb7XZm5Bm8i7GKDcxTlfuBVzI2E96VbW46dd2vDLxdIe8dcfqQASR3yFi51rQhDUXINoLKOpNwWzTa1QLIiT1IDaNF0E0poRJDMtsuXa1IQTP878Huacw4pVdBYozXfDHx1R3/AFihH/xr1PUOAyrWzs2jWwW9iaWgFuEwZf/9lb3zjjr4P0g4wiisAcChyK9es6bA0jWV+JZQYihcWFiJDsQSwBPMO5FhSsDTD4Uq1lE7uAlzqsDaW/UnQqEPhEhzjVNE0AVMCIeZgqpdp6oHf4/OLgKZDidRlg8zQdvb8y8BTHa/Os9EKqMTYUufeyANlVsfSBZ55VTBfs1Idt6BIGiFrhDIFZ2SyOSjMtTlEdqOF0HEvraaW5EKax6KhWGqsqVIiTZe2GhfPg4S0ybkXciMpfLGqsDaMS1okDhUk4VhTU1NpeZ6kUiURJNX6q2tmM93QNa1zT3ptyzkHkHyrZePrW/ON1xKO/UZ1Hppjf7LH+gn87Yc/vCMKw2vwm1iWFoK6lTxNb3nkwIE2r3J13iDwGYdQNvQF77A1SQz5lQCUnHPIrQRHeKjAEm6NToeBKxzrWAIISrgMiWpJcy1pSFzlW4KZR4XFadgaTD0KEqlhBwCTbqcAUwBiQoEwB5lqHw2XRJ2EL09lAFLvl+VKut6zPSMH8dy0KZFVamXVPi610QaMdKw81AnlMb9Plv9IwU2P4QGQdMwM8jIVUgFRfrvycLY5F0OJVJCcpHEMjm3xb6pGwr9laFscP9tOw5dUJFOqRsqwNlk3Wv4HjqPNNmqOhdC2TZE0QdJRBsjm3kaOJmBJYXnYquQcY2yPpb4kTOeKIAjaVsCr87ulcFaDeDAeI0u1Ok7zwx/+8NaJMNrNolCHJNCwEwQHlhYWtl325jfDg6F9rb4VUKYdEQaX+ZVTU1MAlUqxlGC5GIo6lp1oKRbOb6laijxKWc8SlmhCwGrQ60F4vIcQKWtbQuF0MPMAXKqwOIVGUbRcqJf2/wkVE9+TOZj50LYATfkMy4EmTE3tq64kVS/1c4/ka1IopfvYfh7W3WFCnnkc/T4JTattbPuaAGoojrArKSKuRsqUxwI8GvmPCgKpkYbuo37OfhcJWJWlkFwqpN5PhrLleVSGs+V4WomkEJk7VpUa6Qhr49Q7IuSdMpaFux1tEnF70nNbz4H03caxVD1JpUhqkHTmSWIpIKpGUkWSAqTxx8Jgb92S+pKQL7ktCIL2+2SwSz7So7VAOdKXZziT+8u//MtNM9PTu0PSsUCVGEqD4Io3vOEN7V+Uw1n6lR5VAZ0sgC7AcjpNESiVapmFwjOwZGwJwuEIlmWqpQUuiRIpyghJwARTT169RDXSCphC1cxUTA1/1aAJmxZg0wacJlDSZ+NKPCfL1EqXUpkpf7k7rRIaKfjlTEBEecyDouhOQ/cz4VPM0Q2Q2fZFFZKcRx2IhCGtdSNxPEtuZAFotRoJQ5H8SMNoo/cTINlNGTuM5yvrSJrlfypBEva1Gm7sxcklk+uWlsse3saLxzmkSmHEy3hBsXKAyX0r/cBrj7+8K7ASD8rlPcP2aNYVgLzKE9etuzYKQ10jTLnAoyi6+fCDD26/rC0ttFrvHvjcK/c3KIwxm52NKVjOz88DxIF5J1pcXIwZ64TSGS7AEpTKpSUIhyvVElVIaeSRIXFwiE8EhlNcQiQ4sbV6qRzjFPRAnqSAqYAvr2YKyMypjxIyKSBm7+fC5/ryyoLsAF4ItObLDIcP+7lpgqENIOUcC+FpNXfacSb7nfjJhEbb8cQxsxI+yBByIFMNzfb3AUgYJN+xhhp9TFDFY1nK/EiHNrzrhkh4l4CkGFuYbDTk5dRIeF/Uj8Szz9RIfAP3o2qkAZKgRupxVXcbM7QN/zY73ExPT/MjYCxSiqQfSKpj5UxDpC/3UJ5fsiQQmDkvtBzg+iAI2lrHQ1n50R902A/G0V+BY3yGH7nuuu1hp6NdeVqpZOyeiPNtl7z+9W1/1dV7jyA00rJCbHY2glJDKhQOYAl1LKVqGS8ucgiFS0MNqpYIllK1NOES4RFc4kS5VDmXCvJUCSGqXsKKmwom/I5CptgmX78St8HLVQRN3J7AprqqJpBmVzsXUnfeBJZnqBVKyQAaAm2DlsAjbm4DRfH77FUoNWQJVat9KDjScUxopNtjQXFUk4s5kOYYYhwCkA5Xdn58AZH0PAh0FnIiKRCrLjbZeAZAymVSbm1xjKIaKY9nC2sv4T7dbjcHdK7Q9uTkJI41Pz+P+4HZBv7bQJGk4Wsz3A1DWlIanPdtozcqSgK19SUbrerq2akFytVzLRufyUc+8pEtIWO7wyDYyGRXHRgMcyvT9IqL/9t/a0PgjVd3LHbEUkLif8K4wzgPpWKJOZZQboiAJaiWKs8y1OFwkWup4BJD46wn6lj2ZHjbgEsd8patH2GxJOCJMLUOj2eAaQKgCzLxFpaglc+fzGBTHY9eJHwmWsBTbWOqlebv+7ngNpgswCE9gARFCnH07byiKNRG9aIQBj/DedHt8/vmlUd1PHMMBY85xTOfBwldeHQXoNx2hgqpAInWitTb037aat6OvMjCXC21I/FYhhqplUYa1pYQqcZUiiReo4mJCfyvUZC8Lkg2MdzoufZz81XtWxLivkeGuFvxoWoRV/n7LVCu8gvse3rXXXPN3MyGDbs4Yxeqrjr4bRsE8E1zy8+OHNl22WWXtd11fBd0/LaDZwEFy1iBpVQsQwKWoXSGq3A4qJYSDmWupYRLGRIXiqYBl3B7TaChJxcaR/grAqYRIhfrq1TMAmTCmyRkTqHPFb4ugqKqr6WNP/KY1de27nO1SpW0QWIeIjNYtCmLJnC6wNLMeaQwRsfIgaBFfSTv6xxIcyyEOFIfkkAROrJVKHuwEAnDZiFtKEBOwt92k03D/Eict2m2KQltu0AS5keVR6pMLhdIgosbCpWfb7n1b2aMbW/7cVc/FI6FLeo++I6FNTmmz/Gmj350BwvDa1Q+JX5rhyEkYB/gSbLt4te9rnXtre47RKmGMsdyLgeWUsmKJicnUbkEsAR2k7mWVLXE32NIHIAsy7ekcBnInEvkv0y97AUk97IUMGFHomJSyJRMmYNAVD0RNHHHXGjapjwqUFUARp+X5rNz0M9SG2Sav3OBaF5dFPdrtq1UG5HoylRJM2cyb57BQfPqI/6GKqo5BdMIYcvDq7kBRGIupA0gNYwaxhraT5sCK56rQ4nE8S25kaoIOQSzZUhbhLbl2uHPZlhbqpG4zeTkJIytHdvwS6dru5Ajia5t3F8e0waSNrAc6tOoxMUNx21LAg119cdv8EE/BMdvBdoZF1bgxhtv3BImye4gjnXrLKVa8jB8/y/+4i+2hdBX/31DwVIplxGYd9ihQ6LoOWMKLDG8TVTLiLGZoNORtSiZCIM74VJ8+yN4ytC4yr1EoOv1rIBJVUn5s2q5qM0+MHIGiiLsrl6qHqbtdxl0wtZ58KRjqrGqnqNV76txypRKP5i0wyKFLfNYRfi0gCPsVAceFYhZFEg5lyJAwhsVoWzYxDTW5M6tBkQaIW0A7kJuJG5jyY1UYW0m8yNxXlKNxH3GHSRxUd2FytsQ9+p//jc6Q98HXaPB253GdwWuu+66udnZ2V1xEKCTL6dYMnbHQpJsv+SSS9qcmfG9xL4zp6HwDCwBKGdmInb4cCQNPJHMs0SwtKiWKiQOYClNPahc4u9laFxsI0LjOfVShcctgAnngXAo+40r4FPACV+N6ChXJ2wommL7PGzSMWzQaFMzcTutfvqursd2REWkWzcJbWf7l0OjgjS5fUF1pO9rICXwmIEfqpz2ELYnQCoVkoJjLuTeH0SCseYwJwYbPXeP+pG5/Eja1QYGybm2VWvIgwdTxtZy2W+brpMrtK3OdeiGG3VzSOMNuLixXa/xarveeHxmj9VNWqA8Vq+853l/4hOf2B5yfm0QBGtpKlkUsAOc853/9Zd+qTXseK7lmG9GwVIUO2drI7YmhVKFsQTL8OjRo6EMhyvVMoBwOGyvjDywDrIEEQKkVC6h8bEy9Ch1VKiIdsCEourSPa4UTNxYKY8KMqmSCRsYMJipmvL6QJ1MAqO5q2YDT7pBWUi86eX3CX1XgqLaIOt5nXOFm6FqGzDq35WHrmEzoT7iTySEXQGQeWDMd6yh70Eom4aGczmRlnC2RYmE4ZZSh8EGtyclf7Qa6RHWFoA4M8MZAGQW1pZzGG2QxEUWtSV3WnpxQ6Hy1sXd9FN8jOzXAuUxcqH7Oc0bbrhh03S3u5uzYHPmUxCqJQ+CWx5+5JHWsNPPAo/XvqZiGWmwhI44+XB4aKiWAJcIjSVwqcZXgBnEcVwFmBoaweSTqZiwsFgH0wyP44obiqa6CgZMFoCTbgf5m061cpkuK48C7ZqmIEgOn3NWq9+XKpwWaFT7GTmSXvCogVDmQJrACipkLt+S1InE42oVEv5BTDVyUmZOpAmRrrzIXEgb75aJCfydJTfS5tbO1EOAyGINSWm0gZFz/bYVENNzdimUy3Ibcc43McZAlbQZb9pC5ctyFcb/IC1Qjv81XLYz+NQnPrEzCsN3qvC3DoNzfiCMou0vf9WrwAnYvo6NFVCQB2qlDIXPhYzthzzLCMoOmaqlrGmJqqKsa4k/kxJEEuZ0zqU6hqlewgqrsDnQht6OmHwKkCnBRD7zdMF1+HUBCmX7SLdSmV3jkmeohk0Qrvp81lqh0HanuUDRBEna95qOkwsnZ2aeAjjm4JXkPmp4hB8ME414T9SFLEKlNAEVCo0XIdIASNzAV4lUEKm3NwuQEyUSBraabNCtfeQIRzXSCZIK9HMtEtX1Ie5yq4t72Z4inPNtEiZ1O15y8KuCIADFsn21K1C5An0+5CrHbzdYZSvwqZtu2hrH8a4gDNGwQ3MrwzC8+cH//M/tbXmhVXbRy09HKYqi7qSoZwnh8BDD4bKe5ZEjR8KpqSkIiQckJI7AZoFLBE1SikiFxhU40txL9QzLhbpVmBwhMoI+4/iigIgli9TvhfFHvXKqpvqlCy7xfaJ20u2HfSPkwuElqiKdRwkwqs3s4Wp41wWO8J4VHpVTvCSEjdcoK98jJpFXIfE8XXUi4T3ZvUYqkTonEt7S4FjWxUaeuXJq4z5GN5saaqR2bJv5j3ouZF7U1W1LbxjaPVTR8QaMN1AOqK3qMbQrsPoGboFy9V3ToZ8RGHagbWMYBNi2EcoKqVcYBAeg9dZLXv7yVq0c+pUYqQMo2FNgKZ3gMs8SFMuiaon7cK7c4AiXUIKIhMVnAsYWEeZEhx5UL/HfS1koXCmYsCBg8KEhbvwdrhRRMvGfGWjibayUSpmbWQDDDDoBONVLh9NdF2MYIXFthCm5AwicKFMMIiHNbVS750BGQqOCMQpluL0DHLPtK+BRXApd/1HMoRIgcSOtbGYAWXBn0/mCQ7tMicRtZbkfGtLGfYhTG7YTuZH+YW2xjwBaqsia4W4T8JflQ12hSrbGm2W5CqvvIC1Qrr5rumxn9Ol/+IdtLAgg72atWQydB8HNRx98cPtFbTH0ZbseI3IgBWa6tFAWns5US5lrqVRLMPJAviXC4sTEhHKK65xLGRoPoKc4US8DH8BECBKQCa+iWmmAJilfpJbUhEL8N1E4ze3w33nV07w6FEp9r5yAQdtLml/UW87tLLCoAIz+V0Fj7ndGJx1YVApDFHJzx7fAowlRCFx5BRJ/Y4axyfkVSvwogNO1IvEayZxImRep51gBkXje1UXIYTNnWJueowLKRJ4AVSp9L/5AtqtQJcF4A6pkKwYMZLWPvUFaoDz2rvlAz/hT1103N/mYx+wKguDCQm4lYwd4GG5/yUte0j6gBrrqYzOYynMUxc2zcHjE2IGQrVkTsIMHo+np6ejIkSOBDIkjXML2MucSVcyFhQX8r1QvEVoXF0G5tAImLBC4x6lSqcLkavGUkolUYORRiudiFgY33wcgUDUz6cWgz1Pbs9X6vLWAae4CEwh0XXgTIJ3/JqYYExYpjIr9BTDS7ei4OSgkeY/5cbMe2blxJDxqCJTwmNsmr0KK8j6wASnxo+dglPhR44C5pgwiVU9tep5CicS7IhAgmHNrr5VwmDPZqPOgoKh+NtXJFVEkcUHKcyXbjjdj81gd3Ym2QDm612asZvbZT38aE7tFeaF8biVj7Obe0aM7XnbRRfvG6qTayQ5qBf7/9s5uN47jTMNVPUMOKdFeyb85CBAKcA58ZArYIJCBhUhsYsBHoe9AdxDewTJ3wNwBfQWmjwJ7EYgCHAheLSDpwBCQHFDyiWHZiqhwJYu0pmvxVlf1fF3TPd3D+eueeQeQhtNdXV31Vk3z4fdTlecOd7DprJYnJxrrWl4wJgrg0l4r4NLCnXCNp9CYD5jognWT4xVCpp2qbi1M31cJmsn5/q0Xe8/NTOxlf3LPAAHH9ewN4RH1DgLMEBazAJi9tg9+CsERtfTDo71XPzzaoxnrpoBH157M+pCyjZkda3CiaIkfnCzGP48AABZnSURBVKvizk4tkYUQCT2x5E9ubGQIk76tU9/VpmiulWRw0yo5rqcc60kfgJSCCoysAKyVq7/4xX4rZzF0lcRW7v7n73/PdStHVrqxFUiLIZJ3PGhim0cbOWETeSrApQMJnzFu65XWy54F08ZgWqB0ST4O5FLItNcG1sykOcm6mPJlPwv3uTwXgqc/F7rL+wcvC6Xlg9uzHOaVLbNW+mtyLWUARvTPuak9HPXuk4VGfzxdSsjBY1B3Fh4TaX8WVsGe9RHnBlggbXskQBa4slHOtiln9xrfp54lcmBcZOrSRnvDBJrQIunvm3e8fFwnUGLAupK4G62SE9B8kasc11/Ji6wh+x4o8MUXX2xHsFYq9W+ZHXZ0hE1Lbr1S3Z2PPvqIu+ws9swJrZbCPX5J291tBFyq589RHrvyWHBz2eKp9RJSIvbSWS/zABNFnJu8DzLtueSf3bkn/exAU5wXg9YPnP5kBi4LALRs9MNncwiKZdfb886i6MuGLutsHQkseuAK6w+h0cOTKJe5Pr1XPzzikr5MbH9fe51zYdtjDiDT8zlubHvu5cuXaRtXV1elO9u3paI7O7VEyj7mWRyLgLJIw0pjNo5Cbrcb/PGet64krZLjEJl19ClAoOSkmIgCn3322aW11dX9KIr+oAGSNhu8N93iWP3pX//3r71PPvnkeCINYKVNUcDDlwdKvPuYy0gprG0p4HJtTfuEHkwpD5gGGeQu4cYl96SACSHcdpCwfqVZ4k4gCZkpCGatmSiZsVam0CmA007xwD0uxyC5JtlqcjqvHiCWAY5crNy2Ld9Nbc/kQac9VgSOOBfsSuPb47Ow08/4YZAFEue9G9sv7YNjq6urFu6CzGzVl1iDwrkxkQMhMuOeL8jcnllspJxMLukGu938V8Eko1VyOt++hbzL9B5uCykvO/3ff/nLZtRe2o8i7datFEsMKfOoG8c7W7/7HZN2OFU8kHngE1CZLmIOo3eUJvT0liKy1ksHFrBeIrEnda97wHSwkrFiOtjJQCYWWgcAJTGZFqJkZrh0nQMihEUzFxZTyAzgc9CIV30uV7ZaCkDMwFt/I/qA0fcxhEYBqX0JM75aCZ/e8iiteh4eJfDmJdJk2izd2DghITITDyld2Sj42mtGnZyI3WsKIRKl85JpcHzmmdpFE8cl3cAqaZ+1wYvrSvIZO3EFqj64Jt4Q3mB+FYC18vXXXtttRa0/WmoQsw7LDWmtPz958WLn448/ZtLO/E6DYXvmXeLeYonrZdZ4EnPZyxbXCtZLLKSeJPZYCMxzkeN4YMW00xL/uWxy7zJPoVQ03pbrwWa6TqYvYs87C2dar7Nqhc9b8XmclssUCkOwk5/9vfNc0xLwYF9MM6xxwsO2iHWU9YZWx7SuwHVtjwv3tf3srI/+Gru4uBvH1AJYCpC4ILuPNuaKA8TCmEhcVZSRLS244S4/w87rsZcvSbrB/f6M/bm11vQGjV19VigVIFByPkxNgS+//HJjqd3ej7T+QK5bqXSktDHPjFZ7/3H9Orf5mtqINOJG/hklXeLeIinc5YBLvJ4l5RLXODLHtc8cly5yEYOZWhBzIDMPNO2x5eVlYZnMJDemz9QedOISgKd/ecun/Vz6DBZwmjtgQYZ0WCbHiglA9K9kKR68hFta1pEXdymtjSibWiIFNGaOB+Boz4XwiIMCIPOW9Om5sFHYWyDxMwASrz4rpJ0TISjioNz6MLSkZqyoAWjmjsEsDgr3NlzcedsmYg9urCvJePVZDNAC3rP0YbaAmrDLE1bgq7/+dUdF0a6JWvYhGInYSqX0I/3q550Pt7boBp/wODSw+hAupRVT/py1Xlp8sTGWyXuS4JO6sXOsmH2Q6bVyiT/4mD47nVVTHpPAmSmbA5DTfgaHgJmbqON2mJFQmP4cQGMGHPFhgNXRl7X3DOERx5z10ZaD+xo/vPDrQQ4ESL+0j5Xb9ekY7zIzW96/zx0v3NkeOMP+1+YrU+LeRtINLJJcUaM2I7YYDZn2w2wxVGUvSxWAG/yNN97Ya0dRsn2jMNQgeccodev07OzG1tYW3eClai5kAQmXEMBv+SislumyRD3ATKRKYNK5yB1g9o6LZB8HOdh/vM/9LWMz/QgI4MyApIBOX3SA+9taC0d6NgsglJMjL+YyPZYDiiFQ2bJ51kYcFxZHCW4SHDOJK4UJNL7FIUDC+oiXjYMMAdLCY+a+BTApy4Tu69q5s8NvdgX3NrdNXMjHYT06PdJDqx5dYCuarMDNmzc3V9rtPaP0BzIL3C83FBvz59PHj3e3mA3e5GGeRts98PlkHg+IAwATRdyOPRYzhBUTnwNLJg45a6aFRbjNfccKgDO1dEoBOp3Mtot5z+BJPJeLEnjS4zmg6JttywTAiENpbKG3NjqN+rLGh4ZHVJS6rz0oYnFxK71RaiBAhi5rCbJy+R95vEifaczd0ns49zbCgWwces4L7u0drfVhaWUsQAUmpMAkHlwTaiqrnWcFvvrqq52W1nDT9GKBXPZOhEXR43j3Nx9+SBfOPE+C8fWtyHppaUT8E9ndbu1L9Sw5j20h8cIi6yIe0x57/lxfuHBBY0cf12T7LmDT3kcCpwMyCZh9z96XL1/KY+N+NmeAKQcOpfoZIJSwWASMOP7TTz/1gWQm6zrRLmnH2lryLmMfE70D6yMOpjGQ+BDCoTxWZKUM3foZS+n4pt1kaipZnJzu7cnIzlrPocC4H1rnaAIvoQKJAjc/++xS59139yKtrRtcJu5EUaRUHD9SWu/8+29/y/hKTpqqCoRw6SFSLgUUWjHdNT7Rx0JNUj7Zfzw5D9C0OOMsmwkwhbBpi2Cf8gENtvWEAJpX3llCS/seQmDZBX4h8LAcLIselENg9DGOuCaNc/QVSHc1juWDo1Uv2dbQvwCPgHtrgRwEj+7aZARkYpC0nOacK5OiNudL4iTRTrq3azNabAgUIFByHtROgf/52982VLu9p4y5bkEyeEWt1q3u2dnub65do3undqNX+wZJq6L/2a5hKRJ1JGwG4OktmSkA9YMmTnnYTGDKZpunyiSudGQsSytnkXB51s9zixy6nvMqyoDiixdGXbyYdQd7K2PSz6yl0VeYjXd00CfBMeO2zoNCaW3E+TC+0Z+XLuy8es6t1awuNMZsIqmmYJcbNOuWc28ze3tWg8T75ipAoOTEqK0C//v119vKmD0VRelCvR4wEWNp4vjz01evdq5du8bEndqOYu0bFlowpUs8dFHLz97SiQ66Ovpgs1feu9BR2ls4Q/D08Il3CaCTljAPEP09vWVRtsHDYtKXAPwkNKJAxuJYBo6oC5pJ13lofQxBszFxkGXD6BJuENbzh4KyWJwccZL00JSJyfMzUYBAORPZedNhFPj69u3d9tLSDrZJsb+9XWxl+q7Upy9OT3cJlsOoyrIDFAitmBIycZk0m2d20ZHLEbn6xTM2BE4LXJk4zLRNEkBDCB3H0EkolPX1ANEfdQAXgqL9JsrkmKB8ujZlHkTKsnnxjUXXhLGPtU6kqTpMDiRhkbShPjkvxEnuaa25Rm9VUVluJgoQKGciO286rAI3b960u+1EWv/Rg6StQ2y7Y5T60/Hx8d7W1hZ3hBhWYJYfpECYLBNaKv21EjRD66YvM+h40IY8AJ3kQOUCorxhaB304CffJQyir0UQOAgkQ6AM65+kCFOru0LmNtrCXW6mNiK80agKEChHVZDXT1WB27dvr1/odHaNS9zBzWWcpTHmWWzMHsFyqsOyqDcrAk3AknSJ2z99ChY1D+sItcy3YGZLDfMcH2TVCyEvbEt4bVG2dBF4+vIeNAcB6dzOqQo73KDvSLjBqhcM55nbmTB/HRvmQTR/vWePGqvAnTt3NjvLy32B62mMpQPLH//5T1osGzvKjW14HiSGYFgEmB4+yzqfd33ZNUXn+5b7ySlYBpu4xCfISGBcSGjME7oiSCLhBiDJhMPzzmZeNzMFCJQzk543HocCd+/c2Ww5sJQJO75urfWzbhzv/fjjjwTLcQjOOkZVIO+Zm2eF9Md8oooEzUk/twcBZp6VUkKj1GcuYhxHHXCC5KgK8vqmKDDpB1NTdGA7G67A3bt3N5eXlvaVUjYjXMZZup+tK/zs8eO9q4yxbPhoL0zzy57PRefLrqvq9i4SmqBYYQpWBEnucFNBSxZphgJlD55m9IKtpAJOgW+++eaGdRkp9aswG9yB5rO42917eXa2f/XqVcYnceZQASowVgVc1vaOUgrPot7OX9m7YAkguLbxRzBfVGAuFCBQzsUwshOhAgBLrdRu5NawzFgs3bKBRqtPX7x4sUuw5PyhAlRgVAUqLP+DWxAkRxWa19dWAQJlbYeGDRuHAgDLVhTBEvArLTaG0lEy9e0xE3/6cxzvv//++wyEH4forIMKLJACbmcbWCOL1pEkSC7QfFjkrhIoF3n0F6jvf//m7zdU1L2hW63rvtseMD1cxsbc0lrvvffee9yJYoHmBrtKBc6jgNtrG67t9JmSUw+ytrEoOZ8p5xGZ1zRKAQJlo4aLjR1VgQcPHmy2W61drfR1D5LWUikWSIdbKu52d0+ePz+4evUqF0kfVXReTwXmRAGXaLPt9tpOt4QtAEku/zMn485uVFOAQFlNJ5aaMwUAlp12e0dFUd++uTpKNjzBIukGmeFnZ3CHM4FnzuYAu0MFqirg4iPh1oZFsijRBtVhQfJ9riNZVVmWmycFCJTzNJrsy9AKPHjwYL3T6ewqY2z8k4fJzMrUCWB+Gp+d7V/59a8ZZzm0yryACjRTgYrxkR4kubNNM4eZrR6TAgTKMQnJapqtwN27dy+9/vrrO1rrnUhra4HwcGl/9t3TGuvG7T158oTu8GYPOVtPBXIVGMKt/QzPAhcjydAYzqeFV4BAufBTgAKECnz77bc34jh2meHyrMsMj7R3hx/Ecbx35cqVe1SRClCBZitgjNlwLm3ESA5ya3Ppn2YPNVs/IQUIlBMSltU2X4Gjf/xjM1pe3tFK2zjLTBJPtnv3sQsPrZbNH3P2YLEUENZIxEZ+UNL7z501kmEvizVN2NuKChAoKwrFYourAOIs19bWdowxN7w73AKmywxPM8S1hgvs4PT0lFbLxZ0u7HkDFBjCGonvNHazwdI/TMxrwNiyibNTgEA5O+155wYqAHd4pDViLa01I297R0RcGmXgFts7PT09uHLlCn8RNXCs2eT5UsBlasOdDWvkoCV/0HEbK82tEedrDrA3k1WAQDlZfVn7nCpwdHS00el08ItpW6fxVr2vk1/WEsBplPo8evXq4J1f/pL79s7pfGC36qsAPAv4niql+pYIC1ptPQwOJBkXXd8hZctqqgCBsqYDw2Y1QwFkh7/99tvbSXZ49IFcHz1YLB0deqa0PmgpdfDWu+9y54xmDDFb2UAF3C42gMiyBJvUGgmY1FozW7uB480m10MBAmU9xoGtmAMFjo6O1leXlnZ0uw2LSCZLNHKLpafd1PqRNuYgVmr/nXfeoTVkDsafXZitAi4u0lsjy1zajI2c7XDx7nOoAIFyDgeVXZq9At9///02XG2tnJ14ZOu0toumP1JaYQkiwuXsh44taJACQ0IkeoZMbexkQw9Bg8aZTW2GAgTKZowTW9lQBY6Oji5dvHhxWxmTJvKgKw4kk15lv4VI5iFcNnS82ezJK3AOiLQJNnRpT35seIfFVoBAudjjz95PUQG4xNfW1ra10kmWac63T8ZdaqUfxSbGmncHb731Fi0qUxwr3qpeCoiYyM0KGdqJ1b8HkVxloV7DydbMqQIEyjkdWHar3go8fvx4I4qiTLxXugSRJM3eNxQxX4dxHB+cnJxgKSImD9R7iNm6ERQQC44jqQYQOWjnGn8na913Lm3GJY+gPy+lAudRgEB5HtV4DRUYowIeLiMd4Zdnkkwgvpk90Ozd1Bh1PzbxfrfbPWRSzxgHg1XNTAHnyvaZ2WW71hAiZzZSvDEVyFeAQMmZQQVqpEAKl1G0mS6enmmfWOsySn42xjzSWh/iH7Z/pPWyRgPKphQqIKyQsEBWWd7H14WYSISCILmGlkjOMSpQEwUIlDUZCDaDCoQKfPfdd+vLy8vbkdY3tI5Si43cU9xfI7/IWuv7SuvDV69eHV6+fJmxl5xatVHAxUICIPGvqhUS7b/l3NlYK5IxkbUZUTaECvQUIFByNlCBBiiAbPE333wTSxHhH6yXNqYsAMmkJ3J19cSCecsYg/hLACYsO3xRgakogLnq4BHv14e4qY0ZFhDJmOEhxGNRKjALBQiUs1Cd96QCIyrwww8/bK4sL28brTe1tPQEMClvE7lzsTG3VBwfGq3vPXny5JAu8hEHg5dbBZwLG+C44SByGIBEFd6VDSsk//DhvKICDVOAQNmwAWNzqUCoAFzjFy9e3HSWS2wD2ZcR62Eye62LwVQGv8jvwYLZ7XbvXb58mXFpnGalCrgkGg+PeB/GhY36/d7ZgEfEANOVXao6C1CB+ipAoKzv2LBlVOBcCjx9+nRjaWlpM47jzQgWzD7AlCnkyS0y619q/cwYc890u4ddY+45yOQv+3ONxnxcZIxZd5ZHCZBVlvKRAng3tgdI/uEyH9ODvaACye8R6kAFqMB8KwDA7CwtbZpYbxrt4i9LliXqUySFTHPYNV1C5hxPmTHBo7dAWnh0FkgC5BzPG3aNChAoOQeowIIpYAGz0/Eu8g3t174s1KF/qSJfFAk/WLoljuOHsGSura3d01ozgaIBc8rFPMLi6P/BCjls3KPsKRYWBzQSIBsw/mwiFRi3AgTKcSvK+qhAwxR4+vTpeqvVws49m1EUATAdVBSDZEkXrcs8iqKHAE0sX9TpdI6Xl5dpoZrB3HCxjpdcogyg0buvh3VZh63HUj4eIPGHBMMiZjC+vCUVqIsCBMq6jATbQQVqpIC3YgI0HZBUTriQ8Zhpl1yGORZhN1o/bCkFt/lxFEWwbh6vrq4yq/ec4y8sjYBGWBv9O8Ax2Xlp9JdN3PIAyQXFRxeUNVCBeVOAQDlvI8r+UIEJKXBycoIEn/V2u20hU2vd5x4dBJOyWUUPHmPMfbjMjTGwdj00xuBna9lcWVlZOHe6gEVI4GHRWxkBjpVBv+K0QOKMB0e8P+QSPhWVYzEqsOAKECgXfAKw+1RgFAXgLm+32/gHd/l6HMfrURQloJmzJmbZAycXSHMaaKLovorjJFYTGenG2J/b7fbx2dlZxrVeBxANwND3yAMiPnurov953KCYN8xwWVtwd3GPgEe6rUf5QvBaKrDACpQ93xdYGnadClCB8ypgQXNlZb2l9UY7imzMHrKHtda5LtiqIJkHqZZdBzS0qO44jgFUY39ZoHYwXdSuyv0dvXVIlAEkWmujfyc4ji4sa6ACVCCrAIGSM4IKUIGpKnB2drbR7XYvaa3hNr+ERCBY8PBZKVWcKDJBi+fYBBBtzHu4TgAkvYsaFlpAo3+ntXFsg8qKqAAVqKIAgbKKSixDBajA1BSAdXNlZWV9aWnpUrfbBWQq1Wqt62RxbSzCjkz0gRnKEwC3wf0fP0h6UMR9vVsaP/vkJQLj1GYkb0QFqEAVBQiUVVRiGSpABWqpgLd2onEAUJeR7tsq4xLT9sMiOtASOmxP893bFghzwNZbEf1d5OdjZk8PKz7LUwEqUBcF/h+i1O7GCPl/dwAAAABJRU5ErkJggg==","e":1}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Lock Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[500,500,0],"ix":2},"a":{"a":0,"k":[500,500,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":30,"s":[115,115,100]},{"t":60.0000024438501,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.18,3.014],[0,0],[4.807,0],[0,-4.805],[0,0],[0,-6.422],[-9.596,0],[0,9.594]],"o":[[0,0],[0,-4.805],[-4.805,0],[0,0],[-5.182,3.014],[0,9.594],[9.599,0],[0,-6.422]],"v":[[8.697,54.592],[8.697,34.785],[-0.001,26.092],[-8.697,34.785],[-8.697,54.592],[-17.392,69.578],[-0.001,86.969],[17.393,69.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[4.791,0],[0,0],[0,4.799],[0,0],[-4.792,0],[0,0],[0,-4.8]],"o":[[0,4.799],[0,0],[-4.792,0],[0,0],[0,-4.8],[0,0],[4.791,0],[0,0]],"v":[[78.272,113.059],[69.577,121.757],[-69.576,121.757],[-78.272,113.059],[-78.272,8.696],[-69.576,-0.003],[69.577,-0.003],[78.272,8.696]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[-28.773,0],[0,-28.781],[0,0],[0,0]],"o":[[0,-28.781],[28.774,0],[0,0],[0,0],[0,0]],"v":[[-52.183,-69.578],[-0.001,-121.762],[52.183,-69.578],[52.183,-17.394],[-52.183,-17.394]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[14.387,0],[0,0],[38.365,0],[0,-38.363],[0,0],[0,-14.382],[0,0],[-14.383,0],[0,0],[0,14.392],[0,0]],"o":[[0,0],[0,-38.363],[-38.363,0],[0,0],[-14.383,0],[0,0],[0,14.392],[0,0],[14.387,0],[0,0],[0,-14.382]],"v":[[69.577,-17.394],[69.577,-69.578],[-0.001,-139.153],[-69.576,-69.578],[-69.576,-17.394],[-95.669,8.696],[-95.669,113.059],[-69.576,139.153],[69.577,139.153],[95.669,113.059],[95.669,8.696]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.890196084976,0.098039217293,0.098039217293,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[500.647,499.897],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":900.000036657751,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":2,"nm":"BG-1.png","cl":"png","refId":"image_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.659],"y":[0.758]},"o":{"x":[0.297],"y":[0]},"t":0,"s":[10]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.425],"y":[-0.302]},"t":30,"s":[-10]},{"t":60.0000024438501,"s":[10]}],"ix":10},"p":{"a":0,"k":[500,500,0],"ix":2},"a":{"a":0,"k":[329,183,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":61.0000024845809,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":2,"nm":"BG-2.png","cl":"png","refId":"image_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[-10]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":30,"s":[10]},{"t":60.0000024438501,"s":[-10]}],"ix":10},"p":{"a":0,"k":[500,500,0],"ix":2},"a":{"a":0,"k":[330,330,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":61.0000024845809,"st":0,"bm":0}],"markers":[]}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/raw/successanimation.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/raw/successanimation.json
new file mode 100644
index 000000000..6a93d20b8
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/raw/successanimation.json
@@ -0,0 +1 @@
+{"v":"4.10.1","fr":25,"ip":0,"op":55,"w":796,"h":714,"nm":"Anim8*","ddd":0,"assets":[{"id":"comp_745","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"cruz3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[1],"e":[100]},{"t":28}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":18,"s":[-33],"e":[13]},{"t":50}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":18,"s":[614.125,467.5,0],"e":[841.125,680.5,0],"to":[37.8333320617676,35.5,0],"ti":[-37.8333320617676,-35.5,0]},{"t":28}],"ix":2},"a":{"a":0,"k":[-882.375,-1726,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-894.5,-1726],[-869.5,-1726]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.00784313725490196,0.5686274509803921,0.8705882352941177,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-894.5,-1726],[-869.5,-1726]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.00784313725490196,0.5686274509803921,0.8705882352941177,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-882.239,-1725.811],"ix":2},"a":{"a":0,"k":[-882.239,-1725.811],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":-90,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":18,"op":1020.5,"st":18,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"cruz2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[1],"e":[100]},{"t":26}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":16,"s":[-30],"e":[16]},{"t":50}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":16,"s":[606.125,465.5,0],"e":[322.125,572.5,0],"to":[-47.3333320617676,17.8333339691162,0],"ti":[47.3333320617676,-17.8333339691162,0]},{"t":26}],"ix":2},"a":{"a":0,"k":[-882.375,-1726,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-894.5,-1726],[-869.5,-1726]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.00784313725490196,0.5686274509803921,0.8705882352941177,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-894.5,-1726],[-869.5,-1726]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.00784313725490196,0.5686274509803921,0.8705882352941177,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-882.239,-1725.811],"ix":2},"a":{"a":0,"k":[-882.239,-1725.811],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":-90,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":16,"op":1018.5,"st":16,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"cruz1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[1],"e":[100]},{"t":25}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15,"s":[-28],"e":[18]},{"t":50}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.103,"y":1},"o":{"x":0.333,"y":0},"n":"0p103_1_0p333_0","t":15,"s":[614.125,462.5,0],"e":[852.125,164.5,0],"to":[39.6666679382324,-49.6666679382324,0],"ti":[-39.6666679382324,49.6666679382324,0]},{"t":25}],"ix":2},"a":{"a":0,"k":[-882.375,-1726,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-894.5,-1726],[-869.5,-1726]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.00784313725490196,0.6196078431372549,0.9490196078431372,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-894.5,-1726],[-869.5,-1726]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.00784313725490196,0.6196078431372549,0.9490196078431372,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-882.239,-1725.811],"ix":2},"a":{"a":0,"k":[-882.239,-1725.811],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":-90,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":15,"op":1017.5,"st":15,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Bolas2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[617.5,490.5,0],"ix":2},"a":{"a":0,"k":[-1112,-1428,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.101,0.101,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p101_1_0p333_0","0p101_1_0p333_0","0p667_1_0p333_0"],"t":13,"s":[0,0,100],"e":[100,100,100]},{"t":25}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[19.355,19.355],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.00784313725490196,0.6196078431372549,0.9490196078431372,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-952.029,-1150.197],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[64.361,64.361],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[19.355,19.355],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.00784313725490196,0.6196078431372549,0.9490196078431372,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-1435.793,-1556.371],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[64.361,64.361],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":13,"op":1015.5,"st":13,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Bolas1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.921]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p921_0p333_0"],"t":11,"s":[-11],"e":[0]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.167],"y":[0.327]},"n":["0p15_1_0p167_0p327"],"t":23,"s":[0],"e":[6]},{"t":50}],"ix":10},"p":{"a":0,"k":[621.5,478.5,0],"ix":2},"a":{"a":0,"k":[-1108,-1440,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.101,0.101,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p101_1_0p333_0","0p101_1_0p333_0","0p667_1_0p333_0"],"t":11,"s":[0,0,100],"e":[100,100,100]},{"t":23}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[19.355,19.355],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.00784313725490196,0.5686274509803921,0.8705882352941177,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-1151.238,-1723.625],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[140.88,140.88],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[19.355,19.355],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.00784313725490196,0.5686274509803921,0.8705882352941177,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-1282.949,-1147.881],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[140.88,140.88],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[19.355,19.355],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.00784313725490196,0.6196078431372549,0.9490196078431372,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-819.535,-1371.645],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[85.671,85.671],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 3","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":11,"op":1013.5,"st":11,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"stroke3","sr":1,"ks":{"o":{"a":0,"k":50,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1950.5,2175.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-1401.5,-1457.5],[-1117.454,-1623.493]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.5882352941176471,0.8549019607843137,0.9882352941176471,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":92,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100.04,99.99],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.156],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p156_1_0p333_0"],"t":9,"s":[0],"e":[100]},{"t":17}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":9,"op":1011.5,"st":9,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"stroke4","sr":1,"ks":{"o":{"a":0,"k":50,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[2288.5,1790.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-1401.5,-1457.5],[-1372.351,-1474.477]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.5882352941176471,0.8549019607843137,0.9882352941176471,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":92,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100.04,99.99],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.156],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p156_1_0p333_0"],"t":6.5,"s":[0],"e":[100]},{"t":14.5}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":6.5,"op":1009,"st":6.5,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"stroke2","sr":1,"ks":{"o":{"a":0,"k":50,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1818.5,2059.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-1401.5,-1457.5],[-1027.49,-1672.499]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.5882352941176471,0.8549019607843137,0.9882352941176471,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":92,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100.04,99.99],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.156],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p156_1_0p333_0"],"t":4,"s":[0],"e":[100]},{"t":12}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":4,"op":1006.5,"st":4,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"stroke1","sr":1,"ks":{"o":{"a":0,"k":50,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1729.5,1918.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-1401.5,-1457.5],[-1027.49,-1672.499]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.5882352941176471,0.8549019607843137,0.9882352941176471,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":92,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100.04,99.99],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.156],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p156_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":8}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":1002.5,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[396.5,357,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-72,6],[-28,49],[75,-54]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":18,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.156],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p156_1_0p333_0"],"t":18,"s":[0],"e":[100]},{"t":32}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":18,"op":73,"st":18,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[398,357.031,0],"ix":2},"a":{"a":0,"k":[9.719,2.719,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0,0,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0_1_0p333_0","0_1_0p333_0","0p667_1_0p333_0"],"t":13,"s":[30,30,100],"e":[91.577,91.577,100]},{"t":21}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[355.438,355.438],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.00784313725490196,0.6196078431372549,0.9490196078431372,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.719,2.719],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":13,"op":68,"st":13,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[398.111,357.031,0],"ix":2},"a":{"a":0,"k":[9.719,2.719,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0,0,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0_1_0p333_0","0_1_0p333_0","0p667_1_0p333_0"],"t":8,"s":[30,30,100],"e":[101.143,101.143,100]},{"t":16}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[355.438,355.438],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.07058823529411765,0.6745098039215687,0.9921568627450981,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.719,2.719],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":8,"op":63,"st":8,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"BG","refId":"comp_745","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1513.5,1812.5,0],"ix":2},"a":{"a":0,"k":[1729.5,1918.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":3459,"h":3837,"ip":0,"op":1005,"st":0,"bm":0}]}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/values-night-v8/values-night-v8.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/values-night-v8/values-night-v8.xml
new file mode 100644
index 000000000..2a283bc07
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/values-night-v8/values-night-v8.xml
@@ -0,0 +1,16 @@
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/values/values.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/values/values.xml
new file mode 100644
index 000000000..d97386c69
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/values/values.xml
@@ -0,0 +1,104 @@
+
+
+ #FF000000
+ #9E9998
+ #FFBB86FC
+ #FF6200EE
+ #FF3700B3
+ #FF03DAC5
+ #FF018786
+ #FFFFFFFF
+
+
+ Enter your Email
+ Add New Task
+ address
+ Revive My Memory
+ Date of birth
+ Login
+ Register
+ Create An Account
+ Email
+ Enter Your Email
+ Enter a relative name
+ Enter a relative Phone
+ Enter a unique username
+ Enter your birthday
+ Enter the email associated with the account
+ First name
+ Forget Password?
+ Forget pasword?
+ Enter your full name
+ Hello Anas
+ my daughter wedding
+ I already have an account
+ I don\'t have account Register
+ Last name
+ login to app
+ Password
+ Enter your password
+ Email
+ Phone number
+ Confirm Your Password
+ Register
+ Enter your Password
+ Send
+ SSN
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/xml/backup_rules.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/xml/backup_rules.xml
new file mode 100644
index 000000000..fa0f996d2
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/xml/backup_rules.xml
@@ -0,0 +1,13 @@
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/xml/data_extraction_rules.xml b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/xml/data_extraction_rules.xml
new file mode 100644
index 000000000..9ee9997b0
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/packaged_res/debug/xml/data_extraction_rules.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/processed_res/debug/out/output-metadata.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/processed_res/debug/out/output-metadata.json
new file mode 100644
index 000000000..42420594a
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/processed_res/debug/out/output-metadata.json
@@ -0,0 +1,20 @@
+{
+ "version": 3,
+ "artifactType": {
+ "type": "PROCESSED_RES",
+ "kind": "Directory"
+ },
+ "applicationId": "com.example.revivemymemory",
+ "variantName": "debug",
+ "elements": [
+ {
+ "type": "SINGLE",
+ "filters": [],
+ "attributes": [],
+ "versionCode": 1,
+ "versionName": "1.0",
+ "outputFile": "resources-debug.ap_"
+ }
+ ],
+ "elementType": "File"
+}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ b/Revive/android app/ReviveMyMemory/app/build/intermediates/processed_res/debug/out/resources-debug.ap_
new file mode 100644
index 000000000..cab6f4cba
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/androidx/databinding/DataBinderMapperImpl.dex b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/androidx/databinding/DataBinderMapperImpl.dex
new file mode 100644
index 000000000..a8cff55ec
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/androidx/databinding/DataBinderMapperImpl.dex differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/androidx/databinding/DataBindingComponent.dex b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/androidx/databinding/DataBindingComponent.dex
new file mode 100644
index 000000000..2cb6956d8
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/androidx/databinding/DataBindingComponent.dex differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/androidx/databinding/library/baseAdapters/BR.dex b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/androidx/databinding/library/baseAdapters/BR.dex
new file mode 100644
index 000000000..6f2d17a4c
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/androidx/databinding/library/baseAdapters/BR.dex differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/bd56fa88dca15fdb1e98b69f74a90c6f5169a56038fba759b58be7522580d086_0.jar b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/bd56fa88dca15fdb1e98b69f74a90c6f5169a56038fba759b58be7522580d086_0.jar
new file mode 100644
index 000000000..6283d64d8
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/bd56fa88dca15fdb1e98b69f74a90c6f5169a56038fba759b58be7522580d086_0.jar differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/bd56fa88dca15fdb1e98b69f74a90c6f5169a56038fba759b58be7522580d086_1.jar b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/bd56fa88dca15fdb1e98b69f74a90c6f5169a56038fba759b58be7522580d086_1.jar
new file mode 100644
index 000000000..9b1bc3187
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/bd56fa88dca15fdb1e98b69f74a90c6f5169a56038fba759b58be7522580d086_1.jar differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/bd56fa88dca15fdb1e98b69f74a90c6f5169a56038fba759b58be7522580d086_2.jar b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/bd56fa88dca15fdb1e98b69f74a90c6f5169a56038fba759b58be7522580d086_2.jar
new file mode 100644
index 000000000..fa996a1a7
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/bd56fa88dca15fdb1e98b69f74a90c6f5169a56038fba759b58be7522580d086_2.jar differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/bd56fa88dca15fdb1e98b69f74a90c6f5169a56038fba759b58be7522580d086_3.jar b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/bd56fa88dca15fdb1e98b69f74a90c6f5169a56038fba759b58be7522580d086_3.jar
new file mode 100644
index 000000000..98feb080b
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/bd56fa88dca15fdb1e98b69f74a90c6f5169a56038fba759b58be7522580d086_3.jar differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/bd56fa88dca15fdb1e98b69f74a90c6f5169a56038fba759b58be7522580d086_4.jar b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/bd56fa88dca15fdb1e98b69f74a90c6f5169a56038fba759b58be7522580d086_4.jar
new file mode 100644
index 000000000..688d8f2e7
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/bd56fa88dca15fdb1e98b69f74a90c6f5169a56038fba759b58be7522580d086_4.jar differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/bd56fa88dca15fdb1e98b69f74a90c6f5169a56038fba759b58be7522580d086_5.jar b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/bd56fa88dca15fdb1e98b69f74a90c6f5169a56038fba759b58be7522580d086_5.jar
new file mode 100644
index 000000000..74d5e232f
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/bd56fa88dca15fdb1e98b69f74a90c6f5169a56038fba759b58be7522580d086_5.jar differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/BR.dex b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/BR.dex
new file mode 100644
index 000000000..c78bc10c7
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/BR.dex differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/BuildConfig.dex b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/BuildConfig.dex
new file mode 100644
index 000000000..b25d046f0
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/BuildConfig.dex differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/DataBinderMapperImpl$InnerBrLookup.dex b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/DataBinderMapperImpl$InnerBrLookup.dex
new file mode 100644
index 000000000..139f816de
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/DataBinderMapperImpl$InnerBrLookup.dex differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/DataBinderMapperImpl$InnerLayoutIdLookup.dex b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/DataBinderMapperImpl$InnerLayoutIdLookup.dex
new file mode 100644
index 000000000..ec9e1ab70
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/DataBinderMapperImpl$InnerLayoutIdLookup.dex differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/DataBinderMapperImpl.dex b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/DataBinderMapperImpl.dex
new file mode 100644
index 000000000..9a1b9e46e
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/DataBinderMapperImpl.dex differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/DataBindingTriggerClass.dex b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/DataBindingTriggerClass.dex
new file mode 100644
index 000000000..d0637251d
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/DataBindingTriggerClass.dex differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/databinding/ActivityForgetPasswordBinding.dex b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/databinding/ActivityForgetPasswordBinding.dex
new file mode 100644
index 000000000..1f50835d8
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/databinding/ActivityForgetPasswordBinding.dex differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/databinding/ActivityForgetSuccessfulSendBinding.dex b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/databinding/ActivityForgetSuccessfulSendBinding.dex
new file mode 100644
index 000000000..20faa28f2
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/databinding/ActivityForgetSuccessfulSendBinding.dex differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/databinding/ActivityHomeBinding.dex b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/databinding/ActivityHomeBinding.dex
new file mode 100644
index 000000000..4000cbd7c
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/databinding/ActivityHomeBinding.dex differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/databinding/ActivityLoginBinding.dex b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/databinding/ActivityLoginBinding.dex
new file mode 100644
index 000000000..12bc0696f
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/databinding/ActivityLoginBinding.dex differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/databinding/ActivityRegisterBinding.dex b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/databinding/ActivityRegisterBinding.dex
new file mode 100644
index 000000000..ef75cb2ac
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/databinding/ActivityRegisterBinding.dex differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/models/MyConfig.dex b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/models/MyConfig.dex
new file mode 100644
index 000000000..a0cc8cb69
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/models/MyConfig.dex differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/models/MyRequest.dex b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/models/MyRequest.dex
new file mode 100644
index 000000000..fa101916c
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/models/MyRequest.dex differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/ui/ForgetPasswordActivity.dex b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/ui/ForgetPasswordActivity.dex
new file mode 100644
index 000000000..492f40364
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/ui/ForgetPasswordActivity.dex differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/ui/ForgetSuccessfulSendActivity.dex b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/ui/ForgetSuccessfulSendActivity.dex
new file mode 100644
index 000000000..096d33c7b
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/ui/ForgetSuccessfulSendActivity.dex differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/ui/HomeActivity.dex b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/ui/HomeActivity.dex
new file mode 100644
index 000000000..8ee914a95
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/ui/HomeActivity.dex differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/ui/LoginActivity.dex b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/ui/LoginActivity.dex
new file mode 100644
index 000000000..9ce9d0fba
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/ui/LoginActivity.dex differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/ui/REgisterActivity.dex b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/ui/REgisterActivity.dex
new file mode 100644
index 000000000..88a0f6a91
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/project_dex_archive/debug/out/com/example/revivemymemory/ui/REgisterActivity.dex differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/runtime_symbol_list/debug/R.txt b/Revive/android app/ReviveMyMemory/app/build/intermediates/runtime_symbol_list/debug/R.txt
new file mode 100644
index 000000000..8169fc6ba
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/runtime_symbol_list/debug/R.txt
@@ -0,0 +1,7709 @@
+int anim abc_fade_in 0x7f010000
+int anim abc_fade_out 0x7f010001
+int anim abc_grow_fade_in_from_bottom 0x7f010002
+int anim abc_popup_enter 0x7f010003
+int anim abc_popup_exit 0x7f010004
+int anim abc_shrink_fade_out_from_bottom 0x7f010005
+int anim abc_slide_in_bottom 0x7f010006
+int anim abc_slide_in_top 0x7f010007
+int anim abc_slide_out_bottom 0x7f010008
+int anim abc_slide_out_top 0x7f010009
+int anim abc_tooltip_enter 0x7f01000a
+int anim abc_tooltip_exit 0x7f01000b
+int anim btn_checkbox_to_checked_box_inner_merged_animation 0x7f01000c
+int anim btn_checkbox_to_checked_box_outer_merged_animation 0x7f01000d
+int anim btn_checkbox_to_checked_icon_null_animation 0x7f01000e
+int anim btn_checkbox_to_unchecked_box_inner_merged_animation 0x7f01000f
+int anim btn_checkbox_to_unchecked_check_path_merged_animation 0x7f010010
+int anim btn_checkbox_to_unchecked_icon_null_animation 0x7f010011
+int anim btn_radio_to_off_mtrl_dot_group_animation 0x7f010012
+int anim btn_radio_to_off_mtrl_ring_outer_animation 0x7f010013
+int anim btn_radio_to_off_mtrl_ring_outer_path_animation 0x7f010014
+int anim btn_radio_to_on_mtrl_dot_group_animation 0x7f010015
+int anim btn_radio_to_on_mtrl_ring_outer_animation 0x7f010016
+int anim btn_radio_to_on_mtrl_ring_outer_path_animation 0x7f010017
+int anim design_bottom_sheet_slide_in 0x7f010018
+int anim design_bottom_sheet_slide_out 0x7f010019
+int anim design_snackbar_in 0x7f01001a
+int anim design_snackbar_out 0x7f01001b
+int anim fragment_fast_out_extra_slow_in 0x7f01001c
+int anim linear_indeterminate_line1_head_interpolator 0x7f01001d
+int anim linear_indeterminate_line1_tail_interpolator 0x7f01001e
+int anim linear_indeterminate_line2_head_interpolator 0x7f01001f
+int anim linear_indeterminate_line2_tail_interpolator 0x7f010020
+int anim m3_bottom_sheet_slide_in 0x7f010021
+int anim m3_bottom_sheet_slide_out 0x7f010022
+int anim m3_motion_fade_enter 0x7f010023
+int anim m3_motion_fade_exit 0x7f010024
+int anim m3_side_sheet_slide_in 0x7f010025
+int anim m3_side_sheet_slide_out 0x7f010026
+int anim mtrl_bottom_sheet_slide_in 0x7f010027
+int anim mtrl_bottom_sheet_slide_out 0x7f010028
+int anim mtrl_card_lowers_interpolator 0x7f010029
+int animator design_appbar_state_list_animator 0x7f020000
+int animator design_fab_hide_motion_spec 0x7f020001
+int animator design_fab_show_motion_spec 0x7f020002
+int animator fragment_close_enter 0x7f020003
+int animator fragment_close_exit 0x7f020004
+int animator fragment_fade_enter 0x7f020005
+int animator fragment_fade_exit 0x7f020006
+int animator fragment_open_enter 0x7f020007
+int animator fragment_open_exit 0x7f020008
+int animator m3_btn_elevated_btn_state_list_anim 0x7f020009
+int animator m3_btn_state_list_anim 0x7f02000a
+int animator m3_card_elevated_state_list_anim 0x7f02000b
+int animator m3_card_state_list_anim 0x7f02000c
+int animator m3_chip_state_list_anim 0x7f02000d
+int animator m3_elevated_chip_state_list_anim 0x7f02000e
+int animator m3_extended_fab_change_size_collapse_motion_spec 0x7f02000f
+int animator m3_extended_fab_change_size_expand_motion_spec 0x7f020010
+int animator m3_extended_fab_hide_motion_spec 0x7f020011
+int animator m3_extended_fab_show_motion_spec 0x7f020012
+int animator m3_extended_fab_state_list_animator 0x7f020013
+int animator mtrl_btn_state_list_anim 0x7f020014
+int animator mtrl_btn_unelevated_state_list_anim 0x7f020015
+int animator mtrl_card_state_list_anim 0x7f020016
+int animator mtrl_chip_state_list_anim 0x7f020017
+int animator mtrl_extended_fab_change_size_collapse_motion_spec 0x7f020018
+int animator mtrl_extended_fab_change_size_expand_motion_spec 0x7f020019
+int animator mtrl_extended_fab_hide_motion_spec 0x7f02001a
+int animator mtrl_extended_fab_show_motion_spec 0x7f02001b
+int animator mtrl_extended_fab_state_list_animator 0x7f02001c
+int animator mtrl_fab_hide_motion_spec 0x7f02001d
+int animator mtrl_fab_show_motion_spec 0x7f02001e
+int animator mtrl_fab_transformation_sheet_collapse_spec 0x7f02001f
+int animator mtrl_fab_transformation_sheet_expand_spec 0x7f020020
+int attr SharedValue 0x7f030000
+int attr SharedValueId 0x7f030001
+int attr actionBarDivider 0x7f030002
+int attr actionBarItemBackground 0x7f030003
+int attr actionBarPopupTheme 0x7f030004
+int attr actionBarSize 0x7f030005
+int attr actionBarSplitStyle 0x7f030006
+int attr actionBarStyle 0x7f030007
+int attr actionBarTabBarStyle 0x7f030008
+int attr actionBarTabStyle 0x7f030009
+int attr actionBarTabTextStyle 0x7f03000a
+int attr actionBarTheme 0x7f03000b
+int attr actionBarWidgetTheme 0x7f03000c
+int attr actionButtonStyle 0x7f03000d
+int attr actionDropDownStyle 0x7f03000e
+int attr actionLayout 0x7f03000f
+int attr actionMenuTextAppearance 0x7f030010
+int attr actionMenuTextColor 0x7f030011
+int attr actionModeBackground 0x7f030012
+int attr actionModeCloseButtonStyle 0x7f030013
+int attr actionModeCloseContentDescription 0x7f030014
+int attr actionModeCloseDrawable 0x7f030015
+int attr actionModeCopyDrawable 0x7f030016
+int attr actionModeCutDrawable 0x7f030017
+int attr actionModeFindDrawable 0x7f030018
+int attr actionModePasteDrawable 0x7f030019
+int attr actionModePopupWindowStyle 0x7f03001a
+int attr actionModeSelectAllDrawable 0x7f03001b
+int attr actionModeShareDrawable 0x7f03001c
+int attr actionModeSplitBackground 0x7f03001d
+int attr actionModeStyle 0x7f03001e
+int attr actionModeTheme 0x7f03001f
+int attr actionModeWebSearchDrawable 0x7f030020
+int attr actionOverflowButtonStyle 0x7f030021
+int attr actionOverflowMenuStyle 0x7f030022
+int attr actionProviderClass 0x7f030023
+int attr actionTextColorAlpha 0x7f030024
+int attr actionViewClass 0x7f030025
+int attr activityChooserViewStyle 0x7f030026
+int attr addElevationShadow 0x7f030027
+int attr alertDialogButtonGroupStyle 0x7f030028
+int attr alertDialogCenterButtons 0x7f030029
+int attr alertDialogStyle 0x7f03002a
+int attr alertDialogTheme 0x7f03002b
+int attr allowStacking 0x7f03002c
+int attr alpha 0x7f03002d
+int attr alphabeticModifiers 0x7f03002e
+int attr altSrc 0x7f03002f
+int attr animateCircleAngleTo 0x7f030030
+int attr animateMenuItems 0x7f030031
+int attr animateNavigationIcon 0x7f030032
+int attr animateRelativeTo 0x7f030033
+int attr animationMode 0x7f030034
+int attr appBarLayoutStyle 0x7f030035
+int attr applyMotionScene 0x7f030036
+int attr arcMode 0x7f030037
+int attr arrowHeadLength 0x7f030038
+int attr arrowShaftLength 0x7f030039
+int attr attributeName 0x7f03003a
+int attr autoCompleteMode 0x7f03003b
+int attr autoCompleteTextViewStyle 0x7f03003c
+int attr autoShowKeyboard 0x7f03003d
+int attr autoSizeMaxTextSize 0x7f03003e
+int attr autoSizeMinTextSize 0x7f03003f
+int attr autoSizePresetSizes 0x7f030040
+int attr autoSizeStepGranularity 0x7f030041
+int attr autoSizeTextType 0x7f030042
+int attr autoTransition 0x7f030043
+int attr background 0x7f030044
+int attr backgroundColor 0x7f030045
+int attr backgroundInsetBottom 0x7f030046
+int attr backgroundInsetEnd 0x7f030047
+int attr backgroundInsetStart 0x7f030048
+int attr backgroundInsetTop 0x7f030049
+int attr backgroundOverlayColorAlpha 0x7f03004a
+int attr backgroundSplit 0x7f03004b
+int attr backgroundStacked 0x7f03004c
+int attr backgroundTint 0x7f03004d
+int attr backgroundTintMode 0x7f03004e
+int attr badgeGravity 0x7f03004f
+int attr badgeRadius 0x7f030050
+int attr badgeStyle 0x7f030051
+int attr badgeTextColor 0x7f030052
+int attr badgeWidePadding 0x7f030053
+int attr badgeWithTextRadius 0x7f030054
+int attr barLength 0x7f030055
+int attr barrierAllowsGoneWidgets 0x7f030056
+int attr barrierDirection 0x7f030057
+int attr barrierMargin 0x7f030058
+int attr behavior_autoHide 0x7f030059
+int attr behavior_autoShrink 0x7f03005a
+int attr behavior_draggable 0x7f03005b
+int attr behavior_expandedOffset 0x7f03005c
+int attr behavior_fitToContents 0x7f03005d
+int attr behavior_halfExpandedRatio 0x7f03005e
+int attr behavior_hideable 0x7f03005f
+int attr behavior_overlapTop 0x7f030060
+int attr behavior_peekHeight 0x7f030061
+int attr behavior_saveFlags 0x7f030062
+int attr behavior_significantVelocityThreshold 0x7f030063
+int attr behavior_skipCollapsed 0x7f030064
+int attr blendSrc 0x7f030065
+int attr borderRound 0x7f030066
+int attr borderRoundPercent 0x7f030067
+int attr borderWidth 0x7f030068
+int attr borderlessButtonStyle 0x7f030069
+int attr bottomAppBarStyle 0x7f03006a
+int attr bottomInsetScrimEnabled 0x7f03006b
+int attr bottomNavigationStyle 0x7f03006c
+int attr bottomSheetDialogTheme 0x7f03006d
+int attr bottomSheetDragHandleStyle 0x7f03006e
+int attr bottomSheetStyle 0x7f03006f
+int attr boxBackgroundColor 0x7f030070
+int attr boxBackgroundMode 0x7f030071
+int attr boxCollapsedPaddingTop 0x7f030072
+int attr boxCornerRadiusBottomEnd 0x7f030073
+int attr boxCornerRadiusBottomStart 0x7f030074
+int attr boxCornerRadiusTopEnd 0x7f030075
+int attr boxCornerRadiusTopStart 0x7f030076
+int attr boxStrokeColor 0x7f030077
+int attr boxStrokeErrorColor 0x7f030078
+int attr boxStrokeWidth 0x7f030079
+int attr boxStrokeWidthFocused 0x7f03007a
+int attr brightness 0x7f03007b
+int attr buttonBarButtonStyle 0x7f03007c
+int attr buttonBarNegativeButtonStyle 0x7f03007d
+int attr buttonBarNeutralButtonStyle 0x7f03007e
+int attr buttonBarPositiveButtonStyle 0x7f03007f
+int attr buttonBarStyle 0x7f030080
+int attr buttonCompat 0x7f030081
+int attr buttonGravity 0x7f030082
+int attr buttonIcon 0x7f030083
+int attr buttonIconDimen 0x7f030084
+int attr buttonIconTint 0x7f030085
+int attr buttonIconTintMode 0x7f030086
+int attr buttonPanelSideLayout 0x7f030087
+int attr buttonStyle 0x7f030088
+int attr buttonStyleSmall 0x7f030089
+int attr buttonTint 0x7f03008a
+int attr buttonTintMode 0x7f03008b
+int attr cardBackgroundColor 0x7f03008c
+int attr cardCornerRadius 0x7f03008d
+int attr cardElevation 0x7f03008e
+int attr cardForegroundColor 0x7f03008f
+int attr cardMaxElevation 0x7f030090
+int attr cardPreventCornerOverlap 0x7f030091
+int attr cardUseCompatPadding 0x7f030092
+int attr cardViewStyle 0x7f030093
+int attr carousel_backwardTransition 0x7f030094
+int attr carousel_emptyViewsBehavior 0x7f030095
+int attr carousel_firstView 0x7f030096
+int attr carousel_forwardTransition 0x7f030097
+int attr carousel_infinite 0x7f030098
+int attr carousel_nextState 0x7f030099
+int attr carousel_previousState 0x7f03009a
+int attr carousel_touchUpMode 0x7f03009b
+int attr carousel_touchUp_dampeningFactor 0x7f03009c
+int attr carousel_touchUp_velocityThreshold 0x7f03009d
+int attr centerIfNoTextEnabled 0x7f03009e
+int attr chainUseRtl 0x7f03009f
+int attr checkMarkCompat 0x7f0300a0
+int attr checkMarkTint 0x7f0300a1
+int attr checkMarkTintMode 0x7f0300a2
+int attr checkboxStyle 0x7f0300a3
+int attr checkedButton 0x7f0300a4
+int attr checkedChip 0x7f0300a5
+int attr checkedIcon 0x7f0300a6
+int attr checkedIconEnabled 0x7f0300a7
+int attr checkedIconGravity 0x7f0300a8
+int attr checkedIconMargin 0x7f0300a9
+int attr checkedIconSize 0x7f0300aa
+int attr checkedIconTint 0x7f0300ab
+int attr checkedIconVisible 0x7f0300ac
+int attr checkedState 0x7f0300ad
+int attr checkedTextViewStyle 0x7f0300ae
+int attr chipBackgroundColor 0x7f0300af
+int attr chipCornerRadius 0x7f0300b0
+int attr chipEndPadding 0x7f0300b1
+int attr chipGroupStyle 0x7f0300b2
+int attr chipIcon 0x7f0300b3
+int attr chipIconEnabled 0x7f0300b4
+int attr chipIconSize 0x7f0300b5
+int attr chipIconTint 0x7f0300b6
+int attr chipIconVisible 0x7f0300b7
+int attr chipMinHeight 0x7f0300b8
+int attr chipMinTouchTargetSize 0x7f0300b9
+int attr chipSpacing 0x7f0300ba
+int attr chipSpacingHorizontal 0x7f0300bb
+int attr chipSpacingVertical 0x7f0300bc
+int attr chipStandaloneStyle 0x7f0300bd
+int attr chipStartPadding 0x7f0300be
+int attr chipStrokeColor 0x7f0300bf
+int attr chipStrokeWidth 0x7f0300c0
+int attr chipStyle 0x7f0300c1
+int attr chipSurfaceColor 0x7f0300c2
+int attr circleRadius 0x7f0300c3
+int attr circularProgressIndicatorStyle 0x7f0300c4
+int attr circularflow_angles 0x7f0300c5
+int attr circularflow_defaultAngle 0x7f0300c6
+int attr circularflow_defaultRadius 0x7f0300c7
+int attr circularflow_radiusInDP 0x7f0300c8
+int attr circularflow_viewCenter 0x7f0300c9
+int attr civ_border_color 0x7f0300ca
+int attr civ_border_overlay 0x7f0300cb
+int attr civ_border_width 0x7f0300cc
+int attr civ_circle_background_color 0x7f0300cd
+int attr clearsTag 0x7f0300ce
+int attr clickAction 0x7f0300cf
+int attr clockFaceBackgroundColor 0x7f0300d0
+int attr clockHandColor 0x7f0300d1
+int attr clockIcon 0x7f0300d2
+int attr clockNumberTextColor 0x7f0300d3
+int attr closeIcon 0x7f0300d4
+int attr closeIconEnabled 0x7f0300d5
+int attr closeIconEndPadding 0x7f0300d6
+int attr closeIconSize 0x7f0300d7
+int attr closeIconStartPadding 0x7f0300d8
+int attr closeIconTint 0x7f0300d9
+int attr closeIconVisible 0x7f0300da
+int attr closeItemLayout 0x7f0300db
+int attr collapseContentDescription 0x7f0300dc
+int attr collapseIcon 0x7f0300dd
+int attr collapsedSize 0x7f0300de
+int attr collapsedTitleGravity 0x7f0300df
+int attr collapsedTitleTextAppearance 0x7f0300e0
+int attr collapsedTitleTextColor 0x7f0300e1
+int attr collapsingToolbarLayoutLargeSize 0x7f0300e2
+int attr collapsingToolbarLayoutLargeStyle 0x7f0300e3
+int attr collapsingToolbarLayoutMediumSize 0x7f0300e4
+int attr collapsingToolbarLayoutMediumStyle 0x7f0300e5
+int attr collapsingToolbarLayoutStyle 0x7f0300e6
+int attr color 0x7f0300e7
+int attr colorAccent 0x7f0300e8
+int attr colorBackgroundFloating 0x7f0300e9
+int attr colorButtonNormal 0x7f0300ea
+int attr colorContainer 0x7f0300eb
+int attr colorControlActivated 0x7f0300ec
+int attr colorControlHighlight 0x7f0300ed
+int attr colorControlNormal 0x7f0300ee
+int attr colorError 0x7f0300ef
+int attr colorErrorContainer 0x7f0300f0
+int attr colorOnBackground 0x7f0300f1
+int attr colorOnContainer 0x7f0300f2
+int attr colorOnContainerUnchecked 0x7f0300f3
+int attr colorOnError 0x7f0300f4
+int attr colorOnErrorContainer 0x7f0300f5
+int attr colorOnPrimary 0x7f0300f6
+int attr colorOnPrimaryContainer 0x7f0300f7
+int attr colorOnPrimarySurface 0x7f0300f8
+int attr colorOnSecondary 0x7f0300f9
+int attr colorOnSecondaryContainer 0x7f0300fa
+int attr colorOnSurface 0x7f0300fb
+int attr colorOnSurfaceInverse 0x7f0300fc
+int attr colorOnSurfaceVariant 0x7f0300fd
+int attr colorOnTertiary 0x7f0300fe
+int attr colorOnTertiaryContainer 0x7f0300ff
+int attr colorOutline 0x7f030100
+int attr colorOutlineVariant 0x7f030101
+int attr colorPrimary 0x7f030102
+int attr colorPrimaryContainer 0x7f030103
+int attr colorPrimaryDark 0x7f030104
+int attr colorPrimaryInverse 0x7f030105
+int attr colorPrimarySurface 0x7f030106
+int attr colorPrimaryVariant 0x7f030107
+int attr colorSecondary 0x7f030108
+int attr colorSecondaryContainer 0x7f030109
+int attr colorSecondaryVariant 0x7f03010a
+int attr colorSurface 0x7f03010b
+int attr colorSurfaceInverse 0x7f03010c
+int attr colorSurfaceVariant 0x7f03010d
+int attr colorSwitchThumbNormal 0x7f03010e
+int attr colorTertiary 0x7f03010f
+int attr colorTertiaryContainer 0x7f030110
+int attr commitIcon 0x7f030111
+int attr compatShadowEnabled 0x7f030112
+int attr constraintRotate 0x7f030113
+int attr constraintSet 0x7f030114
+int attr constraintSetEnd 0x7f030115
+int attr constraintSetStart 0x7f030116
+int attr constraint_referenced_ids 0x7f030117
+int attr constraint_referenced_tags 0x7f030118
+int attr constraints 0x7f030119
+int attr content 0x7f03011a
+int attr contentDescription 0x7f03011b
+int attr contentInsetEnd 0x7f03011c
+int attr contentInsetEndWithActions 0x7f03011d
+int attr contentInsetLeft 0x7f03011e
+int attr contentInsetRight 0x7f03011f
+int attr contentInsetStart 0x7f030120
+int attr contentInsetStartWithNavigation 0x7f030121
+int attr contentPadding 0x7f030122
+int attr contentPaddingBottom 0x7f030123
+int attr contentPaddingEnd 0x7f030124
+int attr contentPaddingLeft 0x7f030125
+int attr contentPaddingRight 0x7f030126
+int attr contentPaddingStart 0x7f030127
+int attr contentPaddingTop 0x7f030128
+int attr contentScrim 0x7f030129
+int attr contrast 0x7f03012a
+int attr controlBackground 0x7f03012b
+int attr coordinatorLayoutStyle 0x7f03012c
+int attr coplanarSiblingViewId 0x7f03012d
+int attr cornerFamily 0x7f03012e
+int attr cornerFamilyBottomLeft 0x7f03012f
+int attr cornerFamilyBottomRight 0x7f030130
+int attr cornerFamilyTopLeft 0x7f030131
+int attr cornerFamilyTopRight 0x7f030132
+int attr cornerRadius 0x7f030133
+int attr cornerSize 0x7f030134
+int attr cornerSizeBottomLeft 0x7f030135
+int attr cornerSizeBottomRight 0x7f030136
+int attr cornerSizeTopLeft 0x7f030137
+int attr cornerSizeTopRight 0x7f030138
+int attr counterEnabled 0x7f030139
+int attr counterMaxLength 0x7f03013a
+int attr counterOverflowTextAppearance 0x7f03013b
+int attr counterOverflowTextColor 0x7f03013c
+int attr counterTextAppearance 0x7f03013d
+int attr counterTextColor 0x7f03013e
+int attr crossfade 0x7f03013f
+int attr currentState 0x7f030140
+int attr curveFit 0x7f030141
+int attr customBoolean 0x7f030142
+int attr customColorDrawableValue 0x7f030143
+int attr customColorValue 0x7f030144
+int attr customDimension 0x7f030145
+int attr customFloatValue 0x7f030146
+int attr customIntegerValue 0x7f030147
+int attr customNavigationLayout 0x7f030148
+int attr customPixelDimension 0x7f030149
+int attr customReference 0x7f03014a
+int attr customStringValue 0x7f03014b
+int attr dayInvalidStyle 0x7f03014c
+int attr daySelectedStyle 0x7f03014d
+int attr dayStyle 0x7f03014e
+int attr dayTodayStyle 0x7f03014f
+int attr defaultDuration 0x7f030150
+int attr defaultMarginsEnabled 0x7f030151
+int attr defaultQueryHint 0x7f030152
+int attr defaultScrollFlagsEnabled 0x7f030153
+int attr defaultState 0x7f030154
+int attr deltaPolarAngle 0x7f030155
+int attr deltaPolarRadius 0x7f030156
+int attr deriveConstraintsFrom 0x7f030157
+int attr dialogCornerRadius 0x7f030158
+int attr dialogPreferredPadding 0x7f030159
+int attr dialogTheme 0x7f03015a
+int attr displayOptions 0x7f03015b
+int attr divider 0x7f03015c
+int attr dividerColor 0x7f03015d
+int attr dividerHorizontal 0x7f03015e
+int attr dividerInsetEnd 0x7f03015f
+int attr dividerInsetStart 0x7f030160
+int attr dividerPadding 0x7f030161
+int attr dividerThickness 0x7f030162
+int attr dividerVertical 0x7f030163
+int attr dragDirection 0x7f030164
+int attr dragScale 0x7f030165
+int attr dragThreshold 0x7f030166
+int attr drawPath 0x7f030167
+int attr drawableBottomCompat 0x7f030168
+int attr drawableEndCompat 0x7f030169
+int attr drawableLeftCompat 0x7f03016a
+int attr drawableRightCompat 0x7f03016b
+int attr drawableSize 0x7f03016c
+int attr drawableStartCompat 0x7f03016d
+int attr drawableTint 0x7f03016e
+int attr drawableTintMode 0x7f03016f
+int attr drawableTopCompat 0x7f030170
+int attr drawerArrowStyle 0x7f030171
+int attr drawerLayoutCornerSize 0x7f030172
+int attr drawerLayoutStyle 0x7f030173
+int attr dropDownListViewStyle 0x7f030174
+int attr dropdownListPreferredItemHeight 0x7f030175
+int attr duration 0x7f030176
+int attr dynamicColorThemeOverlay 0x7f030177
+int attr editTextBackground 0x7f030178
+int attr editTextColor 0x7f030179
+int attr editTextStyle 0x7f03017a
+int attr elevation 0x7f03017b
+int attr elevationOverlayAccentColor 0x7f03017c
+int attr elevationOverlayColor 0x7f03017d
+int attr elevationOverlayEnabled 0x7f03017e
+int attr emojiCompatEnabled 0x7f03017f
+int attr enableEdgeToEdge 0x7f030180
+int attr endIconCheckable 0x7f030181
+int attr endIconContentDescription 0x7f030182
+int attr endIconDrawable 0x7f030183
+int attr endIconMinSize 0x7f030184
+int attr endIconMode 0x7f030185
+int attr endIconScaleType 0x7f030186
+int attr endIconTint 0x7f030187
+int attr endIconTintMode 0x7f030188
+int attr enforceMaterialTheme 0x7f030189
+int attr enforceTextAppearance 0x7f03018a
+int attr ensureMinTouchTargetSize 0x7f03018b
+int attr errorAccessibilityLabel 0x7f03018c
+int attr errorAccessibilityLiveRegion 0x7f03018d
+int attr errorContentDescription 0x7f03018e
+int attr errorEnabled 0x7f03018f
+int attr errorIconDrawable 0x7f030190
+int attr errorIconTint 0x7f030191
+int attr errorIconTintMode 0x7f030192
+int attr errorShown 0x7f030193
+int attr errorTextAppearance 0x7f030194
+int attr errorTextColor 0x7f030195
+int attr expandActivityOverflowButtonDrawable 0x7f030196
+int attr expanded 0x7f030197
+int attr expandedHintEnabled 0x7f030198
+int attr expandedTitleGravity 0x7f030199
+int attr expandedTitleMargin 0x7f03019a
+int attr expandedTitleMarginBottom 0x7f03019b
+int attr expandedTitleMarginEnd 0x7f03019c
+int attr expandedTitleMarginStart 0x7f03019d
+int attr expandedTitleMarginTop 0x7f03019e
+int attr expandedTitleTextAppearance 0x7f03019f
+int attr expandedTitleTextColor 0x7f0301a0
+int attr extendMotionSpec 0x7f0301a1
+int attr extendStrategy 0x7f0301a2
+int attr extendedFloatingActionButtonPrimaryStyle 0x7f0301a3
+int attr extendedFloatingActionButtonSecondaryStyle 0x7f0301a4
+int attr extendedFloatingActionButtonStyle 0x7f0301a5
+int attr extendedFloatingActionButtonSurfaceStyle 0x7f0301a6
+int attr extendedFloatingActionButtonTertiaryStyle 0x7f0301a7
+int attr extraMultilineHeightEnabled 0x7f0301a8
+int attr fabAlignmentMode 0x7f0301a9
+int attr fabAlignmentModeEndMargin 0x7f0301aa
+int attr fabAnchorMode 0x7f0301ab
+int attr fabAnimationMode 0x7f0301ac
+int attr fabCradleMargin 0x7f0301ad
+int attr fabCradleRoundedCornerRadius 0x7f0301ae
+int attr fabCradleVerticalOffset 0x7f0301af
+int attr fabCustomSize 0x7f0301b0
+int attr fabSize 0x7f0301b1
+int attr fastScrollEnabled 0x7f0301b2
+int attr fastScrollHorizontalThumbDrawable 0x7f0301b3
+int attr fastScrollHorizontalTrackDrawable 0x7f0301b4
+int attr fastScrollVerticalThumbDrawable 0x7f0301b5
+int attr fastScrollVerticalTrackDrawable 0x7f0301b6
+int attr firstBaselineToTopHeight 0x7f0301b7
+int attr floatingActionButtonLargePrimaryStyle 0x7f0301b8
+int attr floatingActionButtonLargeSecondaryStyle 0x7f0301b9
+int attr floatingActionButtonLargeStyle 0x7f0301ba
+int attr floatingActionButtonLargeSurfaceStyle 0x7f0301bb
+int attr floatingActionButtonLargeTertiaryStyle 0x7f0301bc
+int attr floatingActionButtonPrimaryStyle 0x7f0301bd
+int attr floatingActionButtonSecondaryStyle 0x7f0301be
+int attr floatingActionButtonSmallPrimaryStyle 0x7f0301bf
+int attr floatingActionButtonSmallSecondaryStyle 0x7f0301c0
+int attr floatingActionButtonSmallStyle 0x7f0301c1
+int attr floatingActionButtonSmallSurfaceStyle 0x7f0301c2
+int attr floatingActionButtonSmallTertiaryStyle 0x7f0301c3
+int attr floatingActionButtonStyle 0x7f0301c4
+int attr floatingActionButtonSurfaceStyle 0x7f0301c5
+int attr floatingActionButtonTertiaryStyle 0x7f0301c6
+int attr flow_firstHorizontalBias 0x7f0301c7
+int attr flow_firstHorizontalStyle 0x7f0301c8
+int attr flow_firstVerticalBias 0x7f0301c9
+int attr flow_firstVerticalStyle 0x7f0301ca
+int attr flow_horizontalAlign 0x7f0301cb
+int attr flow_horizontalBias 0x7f0301cc
+int attr flow_horizontalGap 0x7f0301cd
+int attr flow_horizontalStyle 0x7f0301ce
+int attr flow_lastHorizontalBias 0x7f0301cf
+int attr flow_lastHorizontalStyle 0x7f0301d0
+int attr flow_lastVerticalBias 0x7f0301d1
+int attr flow_lastVerticalStyle 0x7f0301d2
+int attr flow_maxElementsWrap 0x7f0301d3
+int attr flow_padding 0x7f0301d4
+int attr flow_verticalAlign 0x7f0301d5
+int attr flow_verticalBias 0x7f0301d6
+int attr flow_verticalGap 0x7f0301d7
+int attr flow_verticalStyle 0x7f0301d8
+int attr flow_wrapMode 0x7f0301d9
+int attr font 0x7f0301da
+int attr fontFamily 0x7f0301db
+int attr fontProviderAuthority 0x7f0301dc
+int attr fontProviderCerts 0x7f0301dd
+int attr fontProviderFetchStrategy 0x7f0301de
+int attr fontProviderFetchTimeout 0x7f0301df
+int attr fontProviderPackage 0x7f0301e0
+int attr fontProviderQuery 0x7f0301e1
+int attr fontProviderSystemFontFamily 0x7f0301e2
+int attr fontStyle 0x7f0301e3
+int attr fontVariationSettings 0x7f0301e4
+int attr fontWeight 0x7f0301e5
+int attr forceApplySystemWindowInsetTop 0x7f0301e6
+int attr forceDefaultNavigationOnClickListener 0x7f0301e7
+int attr foregroundInsidePadding 0x7f0301e8
+int attr framePosition 0x7f0301e9
+int attr gapBetweenBars 0x7f0301ea
+int attr gestureInsetBottomIgnored 0x7f0301eb
+int attr goIcon 0x7f0301ec
+int attr guidelineUseRtl 0x7f0301ed
+int attr haloColor 0x7f0301ee
+int attr haloRadius 0x7f0301ef
+int attr headerLayout 0x7f0301f0
+int attr height 0x7f0301f1
+int attr helperText 0x7f0301f2
+int attr helperTextEnabled 0x7f0301f3
+int attr helperTextTextAppearance 0x7f0301f4
+int attr helperTextTextColor 0x7f0301f5
+int attr hideAnimationBehavior 0x7f0301f6
+int attr hideMotionSpec 0x7f0301f7
+int attr hideNavigationIcon 0x7f0301f8
+int attr hideOnContentScroll 0x7f0301f9
+int attr hideOnScroll 0x7f0301fa
+int attr hintAnimationEnabled 0x7f0301fb
+int attr hintEnabled 0x7f0301fc
+int attr hintTextAppearance 0x7f0301fd
+int attr hintTextColor 0x7f0301fe
+int attr homeAsUpIndicator 0x7f0301ff
+int attr homeLayout 0x7f030200
+int attr horizontalOffset 0x7f030201
+int attr horizontalOffsetWithText 0x7f030202
+int attr hoveredFocusedTranslationZ 0x7f030203
+int attr icon 0x7f030204
+int attr iconEndPadding 0x7f030205
+int attr iconGravity 0x7f030206
+int attr iconPadding 0x7f030207
+int attr iconSize 0x7f030208
+int attr iconStartPadding 0x7f030209
+int attr iconTint 0x7f03020a
+int attr iconTintMode 0x7f03020b
+int attr iconifiedByDefault 0x7f03020c
+int attr ifTagNotSet 0x7f03020d
+int attr ifTagSet 0x7f03020e
+int attr imageButtonStyle 0x7f03020f
+int attr imagePanX 0x7f030210
+int attr imagePanY 0x7f030211
+int attr imageRotate 0x7f030212
+int attr imageZoom 0x7f030213
+int attr indeterminateAnimationType 0x7f030214
+int attr indeterminateProgressStyle 0x7f030215
+int attr indicatorColor 0x7f030216
+int attr indicatorDirectionCircular 0x7f030217
+int attr indicatorDirectionLinear 0x7f030218
+int attr indicatorInset 0x7f030219
+int attr indicatorSize 0x7f03021a
+int attr initialActivityCount 0x7f03021b
+int attr insetForeground 0x7f03021c
+int attr isLightTheme 0x7f03021d
+int attr isMaterial3DynamicColorApplied 0x7f03021e
+int attr isMaterial3Theme 0x7f03021f
+int attr isMaterialTheme 0x7f030220
+int attr itemActiveIndicatorStyle 0x7f030221
+int attr itemBackground 0x7f030222
+int attr itemFillColor 0x7f030223
+int attr itemHorizontalPadding 0x7f030224
+int attr itemHorizontalTranslationEnabled 0x7f030225
+int attr itemIconPadding 0x7f030226
+int attr itemIconSize 0x7f030227
+int attr itemIconTint 0x7f030228
+int attr itemMaxLines 0x7f030229
+int attr itemMinHeight 0x7f03022a
+int attr itemPadding 0x7f03022b
+int attr itemPaddingBottom 0x7f03022c
+int attr itemPaddingTop 0x7f03022d
+int attr itemRippleColor 0x7f03022e
+int attr itemShapeAppearance 0x7f03022f
+int attr itemShapeAppearanceOverlay 0x7f030230
+int attr itemShapeFillColor 0x7f030231
+int attr itemShapeInsetBottom 0x7f030232
+int attr itemShapeInsetEnd 0x7f030233
+int attr itemShapeInsetStart 0x7f030234
+int attr itemShapeInsetTop 0x7f030235
+int attr itemSpacing 0x7f030236
+int attr itemStrokeColor 0x7f030237
+int attr itemStrokeWidth 0x7f030238
+int attr itemTextAppearance 0x7f030239
+int attr itemTextAppearanceActive 0x7f03023a
+int attr itemTextAppearanceInactive 0x7f03023b
+int attr itemTextColor 0x7f03023c
+int attr itemVerticalPadding 0x7f03023d
+int attr keyPositionType 0x7f03023e
+int attr keyboardIcon 0x7f03023f
+int attr keylines 0x7f030240
+int attr lStar 0x7f030241
+int attr labelBehavior 0x7f030242
+int attr labelStyle 0x7f030243
+int attr labelVisibilityMode 0x7f030244
+int attr lastBaselineToBottomHeight 0x7f030245
+int attr lastItemDecorated 0x7f030246
+int attr layout 0x7f030247
+int attr layoutDescription 0x7f030248
+int attr layoutDuringTransition 0x7f030249
+int attr layoutManager 0x7f03024a
+int attr layout_anchor 0x7f03024b
+int attr layout_anchorGravity 0x7f03024c
+int attr layout_behavior 0x7f03024d
+int attr layout_collapseMode 0x7f03024e
+int attr layout_collapseParallaxMultiplier 0x7f03024f
+int attr layout_constrainedHeight 0x7f030250
+int attr layout_constrainedWidth 0x7f030251
+int attr layout_constraintBaseline_creator 0x7f030252
+int attr layout_constraintBaseline_toBaselineOf 0x7f030253
+int attr layout_constraintBaseline_toBottomOf 0x7f030254
+int attr layout_constraintBaseline_toTopOf 0x7f030255
+int attr layout_constraintBottom_creator 0x7f030256
+int attr layout_constraintBottom_toBottomOf 0x7f030257
+int attr layout_constraintBottom_toTopOf 0x7f030258
+int attr layout_constraintCircle 0x7f030259
+int attr layout_constraintCircleAngle 0x7f03025a
+int attr layout_constraintCircleRadius 0x7f03025b
+int attr layout_constraintDimensionRatio 0x7f03025c
+int attr layout_constraintEnd_toEndOf 0x7f03025d
+int attr layout_constraintEnd_toStartOf 0x7f03025e
+int attr layout_constraintGuide_begin 0x7f03025f
+int attr layout_constraintGuide_end 0x7f030260
+int attr layout_constraintGuide_percent 0x7f030261
+int attr layout_constraintHeight 0x7f030262
+int attr layout_constraintHeight_default 0x7f030263
+int attr layout_constraintHeight_max 0x7f030264
+int attr layout_constraintHeight_min 0x7f030265
+int attr layout_constraintHeight_percent 0x7f030266
+int attr layout_constraintHorizontal_bias 0x7f030267
+int attr layout_constraintHorizontal_chainStyle 0x7f030268
+int attr layout_constraintHorizontal_weight 0x7f030269
+int attr layout_constraintLeft_creator 0x7f03026a
+int attr layout_constraintLeft_toLeftOf 0x7f03026b
+int attr layout_constraintLeft_toRightOf 0x7f03026c
+int attr layout_constraintRight_creator 0x7f03026d
+int attr layout_constraintRight_toLeftOf 0x7f03026e
+int attr layout_constraintRight_toRightOf 0x7f03026f
+int attr layout_constraintStart_toEndOf 0x7f030270
+int attr layout_constraintStart_toStartOf 0x7f030271
+int attr layout_constraintTag 0x7f030272
+int attr layout_constraintTop_creator 0x7f030273
+int attr layout_constraintTop_toBottomOf 0x7f030274
+int attr layout_constraintTop_toTopOf 0x7f030275
+int attr layout_constraintVertical_bias 0x7f030276
+int attr layout_constraintVertical_chainStyle 0x7f030277
+int attr layout_constraintVertical_weight 0x7f030278
+int attr layout_constraintWidth 0x7f030279
+int attr layout_constraintWidth_default 0x7f03027a
+int attr layout_constraintWidth_max 0x7f03027b
+int attr layout_constraintWidth_min 0x7f03027c
+int attr layout_constraintWidth_percent 0x7f03027d
+int attr layout_dodgeInsetEdges 0x7f03027e
+int attr layout_editor_absoluteX 0x7f03027f
+int attr layout_editor_absoluteY 0x7f030280
+int attr layout_goneMarginBaseline 0x7f030281
+int attr layout_goneMarginBottom 0x7f030282
+int attr layout_goneMarginEnd 0x7f030283
+int attr layout_goneMarginLeft 0x7f030284
+int attr layout_goneMarginRight 0x7f030285
+int attr layout_goneMarginStart 0x7f030286
+int attr layout_goneMarginTop 0x7f030287
+int attr layout_insetEdge 0x7f030288
+int attr layout_keyline 0x7f030289
+int attr layout_marginBaseline 0x7f03028a
+int attr layout_optimizationLevel 0x7f03028b
+int attr layout_scrollEffect 0x7f03028c
+int attr layout_scrollFlags 0x7f03028d
+int attr layout_scrollInterpolator 0x7f03028e
+int attr layout_wrapBehaviorInParent 0x7f03028f
+int attr liftOnScroll 0x7f030290
+int attr liftOnScrollColor 0x7f030291
+int attr liftOnScrollTargetViewId 0x7f030292
+int attr limitBoundsTo 0x7f030293
+int attr lineHeight 0x7f030294
+int attr lineSpacing 0x7f030295
+int attr linearProgressIndicatorStyle 0x7f030296
+int attr listChoiceBackgroundIndicator 0x7f030297
+int attr listChoiceIndicatorMultipleAnimated 0x7f030298
+int attr listChoiceIndicatorSingleAnimated 0x7f030299
+int attr listDividerAlertDialog 0x7f03029a
+int attr listItemLayout 0x7f03029b
+int attr listLayout 0x7f03029c
+int attr listMenuViewStyle 0x7f03029d
+int attr listPopupWindowStyle 0x7f03029e
+int attr listPreferredItemHeight 0x7f03029f
+int attr listPreferredItemHeightLarge 0x7f0302a0
+int attr listPreferredItemHeightSmall 0x7f0302a1
+int attr listPreferredItemPaddingEnd 0x7f0302a2
+int attr listPreferredItemPaddingLeft 0x7f0302a3
+int attr listPreferredItemPaddingRight 0x7f0302a4
+int attr listPreferredItemPaddingStart 0x7f0302a5
+int attr logo 0x7f0302a6
+int attr logoAdjustViewBounds 0x7f0302a7
+int attr logoDescription 0x7f0302a8
+int attr logoScaleType 0x7f0302a9
+int attr lottieAnimationViewStyle 0x7f0302aa
+int attr lottie_autoPlay 0x7f0302ab
+int attr lottie_cacheComposition 0x7f0302ac
+int attr lottie_colorFilter 0x7f0302ad
+int attr lottie_enableMergePathsForKitKatAndAbove 0x7f0302ae
+int attr lottie_fallbackRes 0x7f0302af
+int attr lottie_fileName 0x7f0302b0
+int attr lottie_imageAssetsFolder 0x7f0302b1
+int attr lottie_loop 0x7f0302b2
+int attr lottie_progress 0x7f0302b3
+int attr lottie_rawRes 0x7f0302b4
+int attr lottie_renderMode 0x7f0302b5
+int attr lottie_repeatCount 0x7f0302b6
+int attr lottie_repeatMode 0x7f0302b7
+int attr lottie_scale 0x7f0302b8
+int attr lottie_speed 0x7f0302b9
+int attr lottie_url 0x7f0302ba
+int attr marginHorizontal 0x7f0302bb
+int attr marginLeftSystemWindowInsets 0x7f0302bc
+int attr marginRightSystemWindowInsets 0x7f0302bd
+int attr marginTopSystemWindowInsets 0x7f0302be
+int attr materialAlertDialogBodyTextStyle 0x7f0302bf
+int attr materialAlertDialogButtonSpacerVisibility 0x7f0302c0
+int attr materialAlertDialogTheme 0x7f0302c1
+int attr materialAlertDialogTitleIconStyle 0x7f0302c2
+int attr materialAlertDialogTitlePanelStyle 0x7f0302c3
+int attr materialAlertDialogTitleTextStyle 0x7f0302c4
+int attr materialButtonOutlinedStyle 0x7f0302c5
+int attr materialButtonStyle 0x7f0302c6
+int attr materialButtonToggleGroupStyle 0x7f0302c7
+int attr materialCalendarDay 0x7f0302c8
+int attr materialCalendarDayOfWeekLabel 0x7f0302c9
+int attr materialCalendarFullscreenTheme 0x7f0302ca
+int attr materialCalendarHeaderCancelButton 0x7f0302cb
+int attr materialCalendarHeaderConfirmButton 0x7f0302cc
+int attr materialCalendarHeaderDivider 0x7f0302cd
+int attr materialCalendarHeaderLayout 0x7f0302ce
+int attr materialCalendarHeaderSelection 0x7f0302cf
+int attr materialCalendarHeaderTitle 0x7f0302d0
+int attr materialCalendarHeaderToggleButton 0x7f0302d1
+int attr materialCalendarMonth 0x7f0302d2
+int attr materialCalendarMonthNavigationButton 0x7f0302d3
+int attr materialCalendarStyle 0x7f0302d4
+int attr materialCalendarTheme 0x7f0302d5
+int attr materialCalendarYearNavigationButton 0x7f0302d6
+int attr materialCardViewElevatedStyle 0x7f0302d7
+int attr materialCardViewFilledStyle 0x7f0302d8
+int attr materialCardViewOutlinedStyle 0x7f0302d9
+int attr materialCardViewStyle 0x7f0302da
+int attr materialCircleRadius 0x7f0302db
+int attr materialClockStyle 0x7f0302dc
+int attr materialDisplayDividerStyle 0x7f0302dd
+int attr materialDividerHeavyStyle 0x7f0302de
+int attr materialDividerStyle 0x7f0302df
+int attr materialIconButtonFilledStyle 0x7f0302e0
+int attr materialIconButtonFilledTonalStyle 0x7f0302e1
+int attr materialIconButtonOutlinedStyle 0x7f0302e2
+int attr materialIconButtonStyle 0x7f0302e3
+int attr materialSearchBarStyle 0x7f0302e4
+int attr materialSearchViewPrefixStyle 0x7f0302e5
+int attr materialSearchViewStyle 0x7f0302e6
+int attr materialSwitchStyle 0x7f0302e7
+int attr materialThemeOverlay 0x7f0302e8
+int attr materialTimePickerStyle 0x7f0302e9
+int attr materialTimePickerTheme 0x7f0302ea
+int attr materialTimePickerTitleStyle 0x7f0302eb
+int attr maxAcceleration 0x7f0302ec
+int attr maxActionInlineWidth 0x7f0302ed
+int attr maxButtonHeight 0x7f0302ee
+int attr maxCharacterCount 0x7f0302ef
+int attr maxHeight 0x7f0302f0
+int attr maxImageSize 0x7f0302f1
+int attr maxLines 0x7f0302f2
+int attr maxVelocity 0x7f0302f3
+int attr maxWidth 0x7f0302f4
+int attr measureWithLargestChild 0x7f0302f5
+int attr menu 0x7f0302f6
+int attr menuAlignmentMode 0x7f0302f7
+int attr menuGravity 0x7f0302f8
+int attr methodName 0x7f0302f9
+int attr minHeight 0x7f0302fa
+int attr minHideDelay 0x7f0302fb
+int attr minSeparation 0x7f0302fc
+int attr minTouchTargetSize 0x7f0302fd
+int attr minWidth 0x7f0302fe
+int attr mock_diagonalsColor 0x7f0302ff
+int attr mock_label 0x7f030300
+int attr mock_labelBackgroundColor 0x7f030301
+int attr mock_labelColor 0x7f030302
+int attr mock_showDiagonals 0x7f030303
+int attr mock_showLabel 0x7f030304
+int attr motionDebug 0x7f030305
+int attr motionDurationExtraLong1 0x7f030306
+int attr motionDurationExtraLong2 0x7f030307
+int attr motionDurationExtraLong3 0x7f030308
+int attr motionDurationExtraLong4 0x7f030309
+int attr motionDurationLong1 0x7f03030a
+int attr motionDurationLong2 0x7f03030b
+int attr motionDurationLong3 0x7f03030c
+int attr motionDurationLong4 0x7f03030d
+int attr motionDurationMedium1 0x7f03030e
+int attr motionDurationMedium2 0x7f03030f
+int attr motionDurationMedium3 0x7f030310
+int attr motionDurationMedium4 0x7f030311
+int attr motionDurationShort1 0x7f030312
+int attr motionDurationShort2 0x7f030313
+int attr motionDurationShort3 0x7f030314
+int attr motionDurationShort4 0x7f030315
+int attr motionEasingAccelerated 0x7f030316
+int attr motionEasingDecelerated 0x7f030317
+int attr motionEasingEmphasized 0x7f030318
+int attr motionEasingEmphasizedAccelerateInterpolator 0x7f030319
+int attr motionEasingEmphasizedDecelerateInterpolator 0x7f03031a
+int attr motionEasingEmphasizedInterpolator 0x7f03031b
+int attr motionEasingLinear 0x7f03031c
+int attr motionEasingLinearInterpolator 0x7f03031d
+int attr motionEasingStandard 0x7f03031e
+int attr motionEasingStandardAccelerateInterpolator 0x7f03031f
+int attr motionEasingStandardDecelerateInterpolator 0x7f030320
+int attr motionEasingStandardInterpolator 0x7f030321
+int attr motionEffect_alpha 0x7f030322
+int attr motionEffect_end 0x7f030323
+int attr motionEffect_move 0x7f030324
+int attr motionEffect_start 0x7f030325
+int attr motionEffect_strict 0x7f030326
+int attr motionEffect_translationX 0x7f030327
+int attr motionEffect_translationY 0x7f030328
+int attr motionEffect_viewTransition 0x7f030329
+int attr motionInterpolator 0x7f03032a
+int attr motionPath 0x7f03032b
+int attr motionPathRotate 0x7f03032c
+int attr motionProgress 0x7f03032d
+int attr motionStagger 0x7f03032e
+int attr motionTarget 0x7f03032f
+int attr motion_postLayoutCollision 0x7f030330
+int attr motion_triggerOnCollision 0x7f030331
+int attr moveWhenScrollAtTop 0x7f030332
+int attr multiChoiceItemLayout 0x7f030333
+int attr navigationContentDescription 0x7f030334
+int attr navigationIcon 0x7f030335
+int attr navigationIconTint 0x7f030336
+int attr navigationMode 0x7f030337
+int attr navigationRailStyle 0x7f030338
+int attr navigationViewStyle 0x7f030339
+int attr nestedScrollFlags 0x7f03033a
+int attr nestedScrollViewStyle 0x7f03033b
+int attr nestedScrollable 0x7f03033c
+int attr number 0x7f03033d
+int attr numericModifiers 0x7f03033e
+int attr onCross 0x7f03033f
+int attr onHide 0x7f030340
+int attr onNegativeCross 0x7f030341
+int attr onPositiveCross 0x7f030342
+int attr onShow 0x7f030343
+int attr onStateTransition 0x7f030344
+int attr onTouchUp 0x7f030345
+int attr overlapAnchor 0x7f030346
+int attr overlay 0x7f030347
+int attr paddingBottomNoButtons 0x7f030348
+int attr paddingBottomSystemWindowInsets 0x7f030349
+int attr paddingEnd 0x7f03034a
+int attr paddingLeftSystemWindowInsets 0x7f03034b
+int attr paddingRightSystemWindowInsets 0x7f03034c
+int attr paddingStart 0x7f03034d
+int attr paddingTopNoTitle 0x7f03034e
+int attr paddingTopSystemWindowInsets 0x7f03034f
+int attr panelBackground 0x7f030350
+int attr panelMenuListTheme 0x7f030351
+int attr panelMenuListWidth 0x7f030352
+int attr passwordToggleContentDescription 0x7f030353
+int attr passwordToggleDrawable 0x7f030354
+int attr passwordToggleEnabled 0x7f030355
+int attr passwordToggleTint 0x7f030356
+int attr passwordToggleTintMode 0x7f030357
+int attr pathMotionArc 0x7f030358
+int attr path_percent 0x7f030359
+int attr percentHeight 0x7f03035a
+int attr percentWidth 0x7f03035b
+int attr percentX 0x7f03035c
+int attr percentY 0x7f03035d
+int attr perpendicularPath_percent 0x7f03035e
+int attr pivotAnchor 0x7f03035f
+int attr placeholderText 0x7f030360
+int attr placeholderTextAppearance 0x7f030361
+int attr placeholderTextColor 0x7f030362
+int attr placeholder_emptyVisibility 0x7f030363
+int attr polarRelativeTo 0x7f030364
+int attr popupMenuBackground 0x7f030365
+int attr popupMenuStyle 0x7f030366
+int attr popupTheme 0x7f030367
+int attr popupWindowStyle 0x7f030368
+int attr prefixText 0x7f030369
+int attr prefixTextAppearance 0x7f03036a
+int attr prefixTextColor 0x7f03036b
+int attr preserveIconSpacing 0x7f03036c
+int attr pressedTranslationZ 0x7f03036d
+int attr progressBarPadding 0x7f03036e
+int attr progressBarStyle 0x7f03036f
+int attr quantizeMotionInterpolator 0x7f030370
+int attr quantizeMotionPhase 0x7f030371
+int attr quantizeMotionSteps 0x7f030372
+int attr queryBackground 0x7f030373
+int attr queryHint 0x7f030374
+int attr queryPatterns 0x7f030375
+int attr radioButtonStyle 0x7f030376
+int attr rangeFillColor 0x7f030377
+int attr ratingBarStyle 0x7f030378
+int attr ratingBarStyleIndicator 0x7f030379
+int attr ratingBarStyleSmall 0x7f03037a
+int attr reactiveGuide_animateChange 0x7f03037b
+int attr reactiveGuide_applyToAllConstraintSets 0x7f03037c
+int attr reactiveGuide_applyToConstraintSet 0x7f03037d
+int attr reactiveGuide_valueId 0x7f03037e
+int attr recyclerViewStyle 0x7f03037f
+int attr region_heightLessThan 0x7f030380
+int attr region_heightMoreThan 0x7f030381
+int attr region_widthLessThan 0x7f030382
+int attr region_widthMoreThan 0x7f030383
+int attr removeEmbeddedFabElevation 0x7f030384
+int attr reverseLayout 0x7f030385
+int attr rippleColor 0x7f030386
+int attr rotationCenterId 0x7f030387
+int attr round 0x7f030388
+int attr roundPercent 0x7f030389
+int attr saturation 0x7f03038a
+int attr scaleFromTextSize 0x7f03038b
+int attr scrimAnimationDuration 0x7f03038c
+int attr scrimBackground 0x7f03038d
+int attr scrimVisibleHeightTrigger 0x7f03038e
+int attr searchHintIcon 0x7f03038f
+int attr searchIcon 0x7f030390
+int attr searchPrefixText 0x7f030391
+int attr searchViewStyle 0x7f030392
+int attr seekBarStyle 0x7f030393
+int attr selectableItemBackground 0x7f030394
+int attr selectableItemBackgroundBorderless 0x7f030395
+int attr selectionRequired 0x7f030396
+int attr selectorSize 0x7f030397
+int attr setsTag 0x7f030398
+int attr shapeAppearance 0x7f030399
+int attr shapeAppearanceCornerExtraLarge 0x7f03039a
+int attr shapeAppearanceCornerExtraSmall 0x7f03039b
+int attr shapeAppearanceCornerLarge 0x7f03039c
+int attr shapeAppearanceCornerMedium 0x7f03039d
+int attr shapeAppearanceCornerSmall 0x7f03039e
+int attr shapeAppearanceLargeComponent 0x7f03039f
+int attr shapeAppearanceMediumComponent 0x7f0303a0
+int attr shapeAppearanceOverlay 0x7f0303a1
+int attr shapeAppearanceSmallComponent 0x7f0303a2
+int attr shapeCornerFamily 0x7f0303a3
+int attr shortcutMatchRequired 0x7f0303a4
+int attr shouldRemoveExpandedCorners 0x7f0303a5
+int attr showAnimationBehavior 0x7f0303a6
+int attr showAsAction 0x7f0303a7
+int attr showDelay 0x7f0303a8
+int attr showDividers 0x7f0303a9
+int attr showMotionSpec 0x7f0303aa
+int attr showPaths 0x7f0303ab
+int attr showText 0x7f0303ac
+int attr showTitle 0x7f0303ad
+int attr shrinkMotionSpec 0x7f0303ae
+int attr sideSheetDialogTheme 0x7f0303af
+int attr sideSheetModalStyle 0x7f0303b0
+int attr simpleItemLayout 0x7f0303b1
+int attr simpleItemSelectedColor 0x7f0303b2
+int attr simpleItemSelectedRippleColor 0x7f0303b3
+int attr simpleItems 0x7f0303b4
+int attr singleChoiceItemLayout 0x7f0303b5
+int attr singleLine 0x7f0303b6
+int attr singleSelection 0x7f0303b7
+int attr sizePercent 0x7f0303b8
+int attr sliderStyle 0x7f0303b9
+int attr snackbarButtonStyle 0x7f0303ba
+int attr snackbarStyle 0x7f0303bb
+int attr snackbarTextViewStyle 0x7f0303bc
+int attr spanCount 0x7f0303bd
+int attr spinBars 0x7f0303be
+int attr spinnerDropDownItemStyle 0x7f0303bf
+int attr spinnerStyle 0x7f0303c0
+int attr splitTrack 0x7f0303c1
+int attr springBoundary 0x7f0303c2
+int attr springDamping 0x7f0303c3
+int attr springMass 0x7f0303c4
+int attr springStiffness 0x7f0303c5
+int attr springStopThreshold 0x7f0303c6
+int attr srcCompat 0x7f0303c7
+int attr stackFromEnd 0x7f0303c8
+int attr staggered 0x7f0303c9
+int attr startIconCheckable 0x7f0303ca
+int attr startIconContentDescription 0x7f0303cb
+int attr startIconDrawable 0x7f0303cc
+int attr startIconMinSize 0x7f0303cd
+int attr startIconScaleType 0x7f0303ce
+int attr startIconTint 0x7f0303cf
+int attr startIconTintMode 0x7f0303d0
+int attr state_above_anchor 0x7f0303d1
+int attr state_collapsed 0x7f0303d2
+int attr state_collapsible 0x7f0303d3
+int attr state_dragged 0x7f0303d4
+int attr state_error 0x7f0303d5
+int attr state_indeterminate 0x7f0303d6
+int attr state_liftable 0x7f0303d7
+int attr state_lifted 0x7f0303d8
+int attr state_with_icon 0x7f0303d9
+int attr statusBarBackground 0x7f0303da
+int attr statusBarForeground 0x7f0303db
+int attr statusBarScrim 0x7f0303dc
+int attr strokeColor 0x7f0303dd
+int attr strokeWidth 0x7f0303de
+int attr subMenuArrow 0x7f0303df
+int attr subheaderColor 0x7f0303e0
+int attr subheaderInsetEnd 0x7f0303e1
+int attr subheaderInsetStart 0x7f0303e2
+int attr subheaderTextAppearance 0x7f0303e3
+int attr submitBackground 0x7f0303e4
+int attr subtitle 0x7f0303e5
+int attr subtitleCentered 0x7f0303e6
+int attr subtitleTextAppearance 0x7f0303e7
+int attr subtitleTextColor 0x7f0303e8
+int attr subtitleTextStyle 0x7f0303e9
+int attr suffixText 0x7f0303ea
+int attr suffixTextAppearance 0x7f0303eb
+int attr suffixTextColor 0x7f0303ec
+int attr suggestionRowLayout 0x7f0303ed
+int attr switchMinWidth 0x7f0303ee
+int attr switchPadding 0x7f0303ef
+int attr switchStyle 0x7f0303f0
+int attr switchTextAppearance 0x7f0303f1
+int attr tabBackground 0x7f0303f2
+int attr tabContentStart 0x7f0303f3
+int attr tabGravity 0x7f0303f4
+int attr tabIconTint 0x7f0303f5
+int attr tabIconTintMode 0x7f0303f6
+int attr tabIndicator 0x7f0303f7
+int attr tabIndicatorAnimationDuration 0x7f0303f8
+int attr tabIndicatorAnimationMode 0x7f0303f9
+int attr tabIndicatorColor 0x7f0303fa
+int attr tabIndicatorFullWidth 0x7f0303fb
+int attr tabIndicatorGravity 0x7f0303fc
+int attr tabIndicatorHeight 0x7f0303fd
+int attr tabInlineLabel 0x7f0303fe
+int attr tabMaxWidth 0x7f0303ff
+int attr tabMinWidth 0x7f030400
+int attr tabMode 0x7f030401
+int attr tabPadding 0x7f030402
+int attr tabPaddingBottom 0x7f030403
+int attr tabPaddingEnd 0x7f030404
+int attr tabPaddingStart 0x7f030405
+int attr tabPaddingTop 0x7f030406
+int attr tabRippleColor 0x7f030407
+int attr tabSecondaryStyle 0x7f030408
+int attr tabSelectedTextAppearance 0x7f030409
+int attr tabSelectedTextColor 0x7f03040a
+int attr tabStyle 0x7f03040b
+int attr tabTextAppearance 0x7f03040c
+int attr tabTextColor 0x7f03040d
+int attr tabUnboundedRipple 0x7f03040e
+int attr targetId 0x7f03040f
+int attr telltales_tailColor 0x7f030410
+int attr telltales_tailScale 0x7f030411
+int attr telltales_velocityMode 0x7f030412
+int attr textAllCaps 0x7f030413
+int attr textAppearanceBody1 0x7f030414
+int attr textAppearanceBody2 0x7f030415
+int attr textAppearanceBodyLarge 0x7f030416
+int attr textAppearanceBodyMedium 0x7f030417
+int attr textAppearanceBodySmall 0x7f030418
+int attr textAppearanceButton 0x7f030419
+int attr textAppearanceCaption 0x7f03041a
+int attr textAppearanceDisplayLarge 0x7f03041b
+int attr textAppearanceDisplayMedium 0x7f03041c
+int attr textAppearanceDisplaySmall 0x7f03041d
+int attr textAppearanceHeadline1 0x7f03041e
+int attr textAppearanceHeadline2 0x7f03041f
+int attr textAppearanceHeadline3 0x7f030420
+int attr textAppearanceHeadline4 0x7f030421
+int attr textAppearanceHeadline5 0x7f030422
+int attr textAppearanceHeadline6 0x7f030423
+int attr textAppearanceHeadlineLarge 0x7f030424
+int attr textAppearanceHeadlineMedium 0x7f030425
+int attr textAppearanceHeadlineSmall 0x7f030426
+int attr textAppearanceLabelLarge 0x7f030427
+int attr textAppearanceLabelMedium 0x7f030428
+int attr textAppearanceLabelSmall 0x7f030429
+int attr textAppearanceLargePopupMenu 0x7f03042a
+int attr textAppearanceLineHeightEnabled 0x7f03042b
+int attr textAppearanceListItem 0x7f03042c
+int attr textAppearanceListItemSecondary 0x7f03042d
+int attr textAppearanceListItemSmall 0x7f03042e
+int attr textAppearanceOverline 0x7f03042f
+int attr textAppearancePopupMenuHeader 0x7f030430
+int attr textAppearanceSearchResultSubtitle 0x7f030431
+int attr textAppearanceSearchResultTitle 0x7f030432
+int attr textAppearanceSmallPopupMenu 0x7f030433
+int attr textAppearanceSubtitle1 0x7f030434
+int attr textAppearanceSubtitle2 0x7f030435
+int attr textAppearanceTitleLarge 0x7f030436
+int attr textAppearanceTitleMedium 0x7f030437
+int attr textAppearanceTitleSmall 0x7f030438
+int attr textBackground 0x7f030439
+int attr textBackgroundPanX 0x7f03043a
+int attr textBackgroundPanY 0x7f03043b
+int attr textBackgroundRotate 0x7f03043c
+int attr textBackgroundZoom 0x7f03043d
+int attr textColorAlertDialogListItem 0x7f03043e
+int attr textColorSearchUrl 0x7f03043f
+int attr textEndPadding 0x7f030440
+int attr textFillColor 0x7f030441
+int attr textInputFilledDenseStyle 0x7f030442
+int attr textInputFilledExposedDropdownMenuStyle 0x7f030443
+int attr textInputFilledStyle 0x7f030444
+int attr textInputLayoutFocusedRectEnabled 0x7f030445
+int attr textInputOutlinedDenseStyle 0x7f030446
+int attr textInputOutlinedExposedDropdownMenuStyle 0x7f030447
+int attr textInputOutlinedStyle 0x7f030448
+int attr textInputStyle 0x7f030449
+int attr textLocale 0x7f03044a
+int attr textOutlineColor 0x7f03044b
+int attr textOutlineThickness 0x7f03044c
+int attr textPanX 0x7f03044d
+int attr textPanY 0x7f03044e
+int attr textStartPadding 0x7f03044f
+int attr textureBlurFactor 0x7f030450
+int attr textureEffect 0x7f030451
+int attr textureHeight 0x7f030452
+int attr textureWidth 0x7f030453
+int attr theme 0x7f030454
+int attr thickness 0x7f030455
+int attr thumbColor 0x7f030456
+int attr thumbElevation 0x7f030457
+int attr thumbIcon 0x7f030458
+int attr thumbIconTint 0x7f030459
+int attr thumbIconTintMode 0x7f03045a
+int attr thumbRadius 0x7f03045b
+int attr thumbStrokeColor 0x7f03045c
+int attr thumbStrokeWidth 0x7f03045d
+int attr thumbTextPadding 0x7f03045e
+int attr thumbTint 0x7f03045f
+int attr thumbTintMode 0x7f030460
+int attr tickColor 0x7f030461
+int attr tickColorActive 0x7f030462
+int attr tickColorInactive 0x7f030463
+int attr tickMark 0x7f030464
+int attr tickMarkTint 0x7f030465
+int attr tickMarkTintMode 0x7f030466
+int attr tickVisible 0x7f030467
+int attr tint 0x7f030468
+int attr tintMode 0x7f030469
+int attr tintNavigationIcon 0x7f03046a
+int attr title 0x7f03046b
+int attr titleCentered 0x7f03046c
+int attr titleCollapseMode 0x7f03046d
+int attr titleEnabled 0x7f03046e
+int attr titleMargin 0x7f03046f
+int attr titleMarginBottom 0x7f030470
+int attr titleMarginEnd 0x7f030471
+int attr titleMarginStart 0x7f030472
+int attr titleMarginTop 0x7f030473
+int attr titleMargins 0x7f030474
+int attr titlePositionInterpolator 0x7f030475
+int attr titleTextAppearance 0x7f030476
+int attr titleTextColor 0x7f030477
+int attr titleTextEllipsize 0x7f030478
+int attr titleTextStyle 0x7f030479
+int attr toggleCheckedStateOnClick 0x7f03047a
+int attr toolbarId 0x7f03047b
+int attr toolbarNavigationButtonStyle 0x7f03047c
+int attr toolbarStyle 0x7f03047d
+int attr toolbarSurfaceStyle 0x7f03047e
+int attr tooltipForegroundColor 0x7f03047f
+int attr tooltipFrameBackground 0x7f030480
+int attr tooltipStyle 0x7f030481
+int attr tooltipText 0x7f030482
+int attr topInsetScrimEnabled 0x7f030483
+int attr touchAnchorId 0x7f030484
+int attr touchAnchorSide 0x7f030485
+int attr touchRegionId 0x7f030486
+int attr track 0x7f030487
+int attr trackColor 0x7f030488
+int attr trackColorActive 0x7f030489
+int attr trackColorInactive 0x7f03048a
+int attr trackCornerRadius 0x7f03048b
+int attr trackDecoration 0x7f03048c
+int attr trackDecorationTint 0x7f03048d
+int attr trackDecorationTintMode 0x7f03048e
+int attr trackHeight 0x7f03048f
+int attr trackThickness 0x7f030490
+int attr trackTint 0x7f030491
+int attr trackTintMode 0x7f030492
+int attr transformPivotTarget 0x7f030493
+int attr transitionDisable 0x7f030494
+int attr transitionEasing 0x7f030495
+int attr transitionFlags 0x7f030496
+int attr transitionPathRotate 0x7f030497
+int attr transitionShapeAppearance 0x7f030498
+int attr triggerId 0x7f030499
+int attr triggerReceiver 0x7f03049a
+int attr triggerSlack 0x7f03049b
+int attr ttcIndex 0x7f03049c
+int attr upDuration 0x7f03049d
+int attr useCompatPadding 0x7f03049e
+int attr useDrawerArrowDrawable 0x7f03049f
+int attr useMaterialThemeColors 0x7f0304a0
+int attr values 0x7f0304a1
+int attr verticalOffset 0x7f0304a2
+int attr verticalOffsetWithText 0x7f0304a3
+int attr viewInflaterClass 0x7f0304a4
+int attr viewTransitionMode 0x7f0304a5
+int attr viewTransitionOnCross 0x7f0304a6
+int attr viewTransitionOnNegativeCross 0x7f0304a7
+int attr viewTransitionOnPositiveCross 0x7f0304a8
+int attr visibilityMode 0x7f0304a9
+int attr voiceIcon 0x7f0304aa
+int attr warmth 0x7f0304ab
+int attr waveDecay 0x7f0304ac
+int attr waveOffset 0x7f0304ad
+int attr wavePeriod 0x7f0304ae
+int attr wavePhase 0x7f0304af
+int attr waveShape 0x7f0304b0
+int attr waveVariesBy 0x7f0304b1
+int attr windowActionBar 0x7f0304b2
+int attr windowActionBarOverlay 0x7f0304b3
+int attr windowActionModeOverlay 0x7f0304b4
+int attr windowFixedHeightMajor 0x7f0304b5
+int attr windowFixedHeightMinor 0x7f0304b6
+int attr windowFixedWidthMajor 0x7f0304b7
+int attr windowFixedWidthMinor 0x7f0304b8
+int attr windowMinWidthMajor 0x7f0304b9
+int attr windowMinWidthMinor 0x7f0304ba
+int attr windowNoTitle 0x7f0304bb
+int attr yearSelectedStyle 0x7f0304bc
+int attr yearStyle 0x7f0304bd
+int attr yearTodayStyle 0x7f0304be
+int bool abc_action_bar_embed_tabs 0x7f040000
+int bool abc_config_actionMenuItemAllCaps 0x7f040001
+int bool mtrl_btn_textappearance_all_caps 0x7f040002
+int color abc_background_cache_hint_selector_material_dark 0x7f050000
+int color abc_background_cache_hint_selector_material_light 0x7f050001
+int color abc_btn_colored_borderless_text_material 0x7f050002
+int color abc_btn_colored_text_material 0x7f050003
+int color abc_color_highlight_material 0x7f050004
+int color abc_decor_view_status_guard 0x7f050005
+int color abc_decor_view_status_guard_light 0x7f050006
+int color abc_hint_foreground_material_dark 0x7f050007
+int color abc_hint_foreground_material_light 0x7f050008
+int color abc_primary_text_disable_only_material_dark 0x7f050009
+int color abc_primary_text_disable_only_material_light 0x7f05000a
+int color abc_primary_text_material_dark 0x7f05000b
+int color abc_primary_text_material_light 0x7f05000c
+int color abc_search_url_text 0x7f05000d
+int color abc_search_url_text_normal 0x7f05000e
+int color abc_search_url_text_pressed 0x7f05000f
+int color abc_search_url_text_selected 0x7f050010
+int color abc_secondary_text_material_dark 0x7f050011
+int color abc_secondary_text_material_light 0x7f050012
+int color abc_tint_btn_checkable 0x7f050013
+int color abc_tint_default 0x7f050014
+int color abc_tint_edittext 0x7f050015
+int color abc_tint_seek_thumb 0x7f050016
+int color abc_tint_spinner 0x7f050017
+int color abc_tint_switch_track 0x7f050018
+int color accent_material_dark 0x7f050019
+int color accent_material_light 0x7f05001a
+int color androidx_core_ripple_material_light 0x7f05001b
+int color androidx_core_secondary_text_default_material_light 0x7f05001c
+int color background_floating_material_dark 0x7f05001d
+int color background_floating_material_light 0x7f05001e
+int color background_material_dark 0x7f05001f
+int color background_material_light 0x7f050020
+int color black 0x7f050021
+int color bright_foreground_disabled_material_dark 0x7f050022
+int color bright_foreground_disabled_material_light 0x7f050023
+int color bright_foreground_inverse_material_dark 0x7f050024
+int color bright_foreground_inverse_material_light 0x7f050025
+int color bright_foreground_material_dark 0x7f050026
+int color bright_foreground_material_light 0x7f050027
+int color button_material_dark 0x7f050028
+int color button_material_light 0x7f050029
+int color cardview_dark_background 0x7f05002a
+int color cardview_light_background 0x7f05002b
+int color cardview_shadow_end_color 0x7f05002c
+int color cardview_shadow_start_color 0x7f05002d
+int color design_bottom_navigation_shadow_color 0x7f05002e
+int color design_box_stroke_color 0x7f05002f
+int color design_dark_default_color_background 0x7f050030
+int color design_dark_default_color_error 0x7f050031
+int color design_dark_default_color_on_background 0x7f050032
+int color design_dark_default_color_on_error 0x7f050033
+int color design_dark_default_color_on_primary 0x7f050034
+int color design_dark_default_color_on_secondary 0x7f050035
+int color design_dark_default_color_on_surface 0x7f050036
+int color design_dark_default_color_primary 0x7f050037
+int color design_dark_default_color_primary_dark 0x7f050038
+int color design_dark_default_color_primary_variant 0x7f050039
+int color design_dark_default_color_secondary 0x7f05003a
+int color design_dark_default_color_secondary_variant 0x7f05003b
+int color design_dark_default_color_surface 0x7f05003c
+int color design_default_color_background 0x7f05003d
+int color design_default_color_error 0x7f05003e
+int color design_default_color_on_background 0x7f05003f
+int color design_default_color_on_error 0x7f050040
+int color design_default_color_on_primary 0x7f050041
+int color design_default_color_on_secondary 0x7f050042
+int color design_default_color_on_surface 0x7f050043
+int color design_default_color_primary 0x7f050044
+int color design_default_color_primary_dark 0x7f050045
+int color design_default_color_primary_variant 0x7f050046
+int color design_default_color_secondary 0x7f050047
+int color design_default_color_secondary_variant 0x7f050048
+int color design_default_color_surface 0x7f050049
+int color design_error 0x7f05004a
+int color design_fab_shadow_end_color 0x7f05004b
+int color design_fab_shadow_mid_color 0x7f05004c
+int color design_fab_shadow_start_color 0x7f05004d
+int color design_fab_stroke_end_inner_color 0x7f05004e
+int color design_fab_stroke_end_outer_color 0x7f05004f
+int color design_fab_stroke_top_inner_color 0x7f050050
+int color design_fab_stroke_top_outer_color 0x7f050051
+int color design_icon_tint 0x7f050052
+int color design_snackbar_background_color 0x7f050053
+int color dim_foreground_disabled_material_dark 0x7f050054
+int color dim_foreground_disabled_material_light 0x7f050055
+int color dim_foreground_material_dark 0x7f050056
+int color dim_foreground_material_light 0x7f050057
+int color error_color_material_dark 0x7f050058
+int color error_color_material_light 0x7f050059
+int color foreground_material_dark 0x7f05005a
+int color foreground_material_light 0x7f05005b
+int color gray02 0x7f05005c
+int color highlighted_text_material_dark 0x7f05005d
+int color highlighted_text_material_light 0x7f05005e
+int color m3_appbar_overlay_color 0x7f05005f
+int color m3_assist_chip_icon_tint_color 0x7f050060
+int color m3_assist_chip_stroke_color 0x7f050061
+int color m3_button_background_color_selector 0x7f050062
+int color m3_button_foreground_color_selector 0x7f050063
+int color m3_button_outline_color_selector 0x7f050064
+int color m3_button_ripple_color 0x7f050065
+int color m3_button_ripple_color_selector 0x7f050066
+int color m3_calendar_item_disabled_text 0x7f050067
+int color m3_calendar_item_stroke_color 0x7f050068
+int color m3_card_foreground_color 0x7f050069
+int color m3_card_ripple_color 0x7f05006a
+int color m3_card_stroke_color 0x7f05006b
+int color m3_checkbox_button_icon_tint 0x7f05006c
+int color m3_checkbox_button_tint 0x7f05006d
+int color m3_chip_assist_text_color 0x7f05006e
+int color m3_chip_background_color 0x7f05006f
+int color m3_chip_ripple_color 0x7f050070
+int color m3_chip_stroke_color 0x7f050071
+int color m3_chip_text_color 0x7f050072
+int color m3_dark_default_color_primary_text 0x7f050073
+int color m3_dark_default_color_secondary_text 0x7f050074
+int color m3_dark_highlighted_text 0x7f050075
+int color m3_dark_hint_foreground 0x7f050076
+int color m3_dark_primary_text_disable_only 0x7f050077
+int color m3_default_color_primary_text 0x7f050078
+int color m3_default_color_secondary_text 0x7f050079
+int color m3_dynamic_dark_default_color_primary_text 0x7f05007a
+int color m3_dynamic_dark_default_color_secondary_text 0x7f05007b
+int color m3_dynamic_dark_highlighted_text 0x7f05007c
+int color m3_dynamic_dark_hint_foreground 0x7f05007d
+int color m3_dynamic_dark_primary_text_disable_only 0x7f05007e
+int color m3_dynamic_default_color_primary_text 0x7f05007f
+int color m3_dynamic_default_color_secondary_text 0x7f050080
+int color m3_dynamic_highlighted_text 0x7f050081
+int color m3_dynamic_hint_foreground 0x7f050082
+int color m3_dynamic_primary_text_disable_only 0x7f050083
+int color m3_efab_ripple_color_selector 0x7f050084
+int color m3_elevated_chip_background_color 0x7f050085
+int color m3_fab_efab_background_color_selector 0x7f050086
+int color m3_fab_efab_foreground_color_selector 0x7f050087
+int color m3_fab_ripple_color_selector 0x7f050088
+int color m3_filled_icon_button_container_color_selector 0x7f050089
+int color m3_highlighted_text 0x7f05008a
+int color m3_hint_foreground 0x7f05008b
+int color m3_icon_button_icon_color_selector 0x7f05008c
+int color m3_navigation_bar_item_with_indicator_icon_tint 0x7f05008d
+int color m3_navigation_bar_item_with_indicator_label_tint 0x7f05008e
+int color m3_navigation_bar_ripple_color_selector 0x7f05008f
+int color m3_navigation_item_background_color 0x7f050090
+int color m3_navigation_item_icon_tint 0x7f050091
+int color m3_navigation_item_ripple_color 0x7f050092
+int color m3_navigation_item_text_color 0x7f050093
+int color m3_popupmenu_overlay_color 0x7f050094
+int color m3_primary_text_disable_only 0x7f050095
+int color m3_radiobutton_button_tint 0x7f050096
+int color m3_radiobutton_ripple_tint 0x7f050097
+int color m3_ref_palette_black 0x7f050098
+int color m3_ref_palette_dynamic_neutral0 0x7f050099
+int color m3_ref_palette_dynamic_neutral10 0x7f05009a
+int color m3_ref_palette_dynamic_neutral100 0x7f05009b
+int color m3_ref_palette_dynamic_neutral20 0x7f05009c
+int color m3_ref_palette_dynamic_neutral30 0x7f05009d
+int color m3_ref_palette_dynamic_neutral40 0x7f05009e
+int color m3_ref_palette_dynamic_neutral50 0x7f05009f
+int color m3_ref_palette_dynamic_neutral60 0x7f0500a0
+int color m3_ref_palette_dynamic_neutral70 0x7f0500a1
+int color m3_ref_palette_dynamic_neutral80 0x7f0500a2
+int color m3_ref_palette_dynamic_neutral90 0x7f0500a3
+int color m3_ref_palette_dynamic_neutral95 0x7f0500a4
+int color m3_ref_palette_dynamic_neutral99 0x7f0500a5
+int color m3_ref_palette_dynamic_neutral_variant0 0x7f0500a6
+int color m3_ref_palette_dynamic_neutral_variant10 0x7f0500a7
+int color m3_ref_palette_dynamic_neutral_variant100 0x7f0500a8
+int color m3_ref_palette_dynamic_neutral_variant20 0x7f0500a9
+int color m3_ref_palette_dynamic_neutral_variant30 0x7f0500aa
+int color m3_ref_palette_dynamic_neutral_variant40 0x7f0500ab
+int color m3_ref_palette_dynamic_neutral_variant50 0x7f0500ac
+int color m3_ref_palette_dynamic_neutral_variant60 0x7f0500ad
+int color m3_ref_palette_dynamic_neutral_variant70 0x7f0500ae
+int color m3_ref_palette_dynamic_neutral_variant80 0x7f0500af
+int color m3_ref_palette_dynamic_neutral_variant90 0x7f0500b0
+int color m3_ref_palette_dynamic_neutral_variant95 0x7f0500b1
+int color m3_ref_palette_dynamic_neutral_variant99 0x7f0500b2
+int color m3_ref_palette_dynamic_primary0 0x7f0500b3
+int color m3_ref_palette_dynamic_primary10 0x7f0500b4
+int color m3_ref_palette_dynamic_primary100 0x7f0500b5
+int color m3_ref_palette_dynamic_primary20 0x7f0500b6
+int color m3_ref_palette_dynamic_primary30 0x7f0500b7
+int color m3_ref_palette_dynamic_primary40 0x7f0500b8
+int color m3_ref_palette_dynamic_primary50 0x7f0500b9
+int color m3_ref_palette_dynamic_primary60 0x7f0500ba
+int color m3_ref_palette_dynamic_primary70 0x7f0500bb
+int color m3_ref_palette_dynamic_primary80 0x7f0500bc
+int color m3_ref_palette_dynamic_primary90 0x7f0500bd
+int color m3_ref_palette_dynamic_primary95 0x7f0500be
+int color m3_ref_palette_dynamic_primary99 0x7f0500bf
+int color m3_ref_palette_dynamic_secondary0 0x7f0500c0
+int color m3_ref_palette_dynamic_secondary10 0x7f0500c1
+int color m3_ref_palette_dynamic_secondary100 0x7f0500c2
+int color m3_ref_palette_dynamic_secondary20 0x7f0500c3
+int color m3_ref_palette_dynamic_secondary30 0x7f0500c4
+int color m3_ref_palette_dynamic_secondary40 0x7f0500c5
+int color m3_ref_palette_dynamic_secondary50 0x7f0500c6
+int color m3_ref_palette_dynamic_secondary60 0x7f0500c7
+int color m3_ref_palette_dynamic_secondary70 0x7f0500c8
+int color m3_ref_palette_dynamic_secondary80 0x7f0500c9
+int color m3_ref_palette_dynamic_secondary90 0x7f0500ca
+int color m3_ref_palette_dynamic_secondary95 0x7f0500cb
+int color m3_ref_palette_dynamic_secondary99 0x7f0500cc
+int color m3_ref_palette_dynamic_tertiary0 0x7f0500cd
+int color m3_ref_palette_dynamic_tertiary10 0x7f0500ce
+int color m3_ref_palette_dynamic_tertiary100 0x7f0500cf
+int color m3_ref_palette_dynamic_tertiary20 0x7f0500d0
+int color m3_ref_palette_dynamic_tertiary30 0x7f0500d1
+int color m3_ref_palette_dynamic_tertiary40 0x7f0500d2
+int color m3_ref_palette_dynamic_tertiary50 0x7f0500d3
+int color m3_ref_palette_dynamic_tertiary60 0x7f0500d4
+int color m3_ref_palette_dynamic_tertiary70 0x7f0500d5
+int color m3_ref_palette_dynamic_tertiary80 0x7f0500d6
+int color m3_ref_palette_dynamic_tertiary90 0x7f0500d7
+int color m3_ref_palette_dynamic_tertiary95 0x7f0500d8
+int color m3_ref_palette_dynamic_tertiary99 0x7f0500d9
+int color m3_ref_palette_error0 0x7f0500da
+int color m3_ref_palette_error10 0x7f0500db
+int color m3_ref_palette_error100 0x7f0500dc
+int color m3_ref_palette_error20 0x7f0500dd
+int color m3_ref_palette_error30 0x7f0500de
+int color m3_ref_palette_error40 0x7f0500df
+int color m3_ref_palette_error50 0x7f0500e0
+int color m3_ref_palette_error60 0x7f0500e1
+int color m3_ref_palette_error70 0x7f0500e2
+int color m3_ref_palette_error80 0x7f0500e3
+int color m3_ref_palette_error90 0x7f0500e4
+int color m3_ref_palette_error95 0x7f0500e5
+int color m3_ref_palette_error99 0x7f0500e6
+int color m3_ref_palette_neutral0 0x7f0500e7
+int color m3_ref_palette_neutral10 0x7f0500e8
+int color m3_ref_palette_neutral100 0x7f0500e9
+int color m3_ref_palette_neutral20 0x7f0500ea
+int color m3_ref_palette_neutral30 0x7f0500eb
+int color m3_ref_palette_neutral40 0x7f0500ec
+int color m3_ref_palette_neutral50 0x7f0500ed
+int color m3_ref_palette_neutral60 0x7f0500ee
+int color m3_ref_palette_neutral70 0x7f0500ef
+int color m3_ref_palette_neutral80 0x7f0500f0
+int color m3_ref_palette_neutral90 0x7f0500f1
+int color m3_ref_palette_neutral95 0x7f0500f2
+int color m3_ref_palette_neutral99 0x7f0500f3
+int color m3_ref_palette_neutral_variant0 0x7f0500f4
+int color m3_ref_palette_neutral_variant10 0x7f0500f5
+int color m3_ref_palette_neutral_variant100 0x7f0500f6
+int color m3_ref_palette_neutral_variant20 0x7f0500f7
+int color m3_ref_palette_neutral_variant30 0x7f0500f8
+int color m3_ref_palette_neutral_variant40 0x7f0500f9
+int color m3_ref_palette_neutral_variant50 0x7f0500fa
+int color m3_ref_palette_neutral_variant60 0x7f0500fb
+int color m3_ref_palette_neutral_variant70 0x7f0500fc
+int color m3_ref_palette_neutral_variant80 0x7f0500fd
+int color m3_ref_palette_neutral_variant90 0x7f0500fe
+int color m3_ref_palette_neutral_variant95 0x7f0500ff
+int color m3_ref_palette_neutral_variant99 0x7f050100
+int color m3_ref_palette_primary0 0x7f050101
+int color m3_ref_palette_primary10 0x7f050102
+int color m3_ref_palette_primary100 0x7f050103
+int color m3_ref_palette_primary20 0x7f050104
+int color m3_ref_palette_primary30 0x7f050105
+int color m3_ref_palette_primary40 0x7f050106
+int color m3_ref_palette_primary50 0x7f050107
+int color m3_ref_palette_primary60 0x7f050108
+int color m3_ref_palette_primary70 0x7f050109
+int color m3_ref_palette_primary80 0x7f05010a
+int color m3_ref_palette_primary90 0x7f05010b
+int color m3_ref_palette_primary95 0x7f05010c
+int color m3_ref_palette_primary99 0x7f05010d
+int color m3_ref_palette_secondary0 0x7f05010e
+int color m3_ref_palette_secondary10 0x7f05010f
+int color m3_ref_palette_secondary100 0x7f050110
+int color m3_ref_palette_secondary20 0x7f050111
+int color m3_ref_palette_secondary30 0x7f050112
+int color m3_ref_palette_secondary40 0x7f050113
+int color m3_ref_palette_secondary50 0x7f050114
+int color m3_ref_palette_secondary60 0x7f050115
+int color m3_ref_palette_secondary70 0x7f050116
+int color m3_ref_palette_secondary80 0x7f050117
+int color m3_ref_palette_secondary90 0x7f050118
+int color m3_ref_palette_secondary95 0x7f050119
+int color m3_ref_palette_secondary99 0x7f05011a
+int color m3_ref_palette_tertiary0 0x7f05011b
+int color m3_ref_palette_tertiary10 0x7f05011c
+int color m3_ref_palette_tertiary100 0x7f05011d
+int color m3_ref_palette_tertiary20 0x7f05011e
+int color m3_ref_palette_tertiary30 0x7f05011f
+int color m3_ref_palette_tertiary40 0x7f050120
+int color m3_ref_palette_tertiary50 0x7f050121
+int color m3_ref_palette_tertiary60 0x7f050122
+int color m3_ref_palette_tertiary70 0x7f050123
+int color m3_ref_palette_tertiary80 0x7f050124
+int color m3_ref_palette_tertiary90 0x7f050125
+int color m3_ref_palette_tertiary95 0x7f050126
+int color m3_ref_palette_tertiary99 0x7f050127
+int color m3_ref_palette_white 0x7f050128
+int color m3_selection_control_ripple_color_selector 0x7f050129
+int color m3_simple_item_ripple_color 0x7f05012a
+int color m3_slider_active_track_color 0x7f05012b
+int color m3_slider_halo_color 0x7f05012c
+int color m3_slider_inactive_track_color 0x7f05012d
+int color m3_slider_thumb_color 0x7f05012e
+int color m3_switch_thumb_tint 0x7f05012f
+int color m3_switch_track_tint 0x7f050130
+int color m3_sys_color_dark_background 0x7f050131
+int color m3_sys_color_dark_error 0x7f050132
+int color m3_sys_color_dark_error_container 0x7f050133
+int color m3_sys_color_dark_inverse_on_surface 0x7f050134
+int color m3_sys_color_dark_inverse_primary 0x7f050135
+int color m3_sys_color_dark_inverse_surface 0x7f050136
+int color m3_sys_color_dark_on_background 0x7f050137
+int color m3_sys_color_dark_on_error 0x7f050138
+int color m3_sys_color_dark_on_error_container 0x7f050139
+int color m3_sys_color_dark_on_primary 0x7f05013a
+int color m3_sys_color_dark_on_primary_container 0x7f05013b
+int color m3_sys_color_dark_on_secondary 0x7f05013c
+int color m3_sys_color_dark_on_secondary_container 0x7f05013d
+int color m3_sys_color_dark_on_surface 0x7f05013e
+int color m3_sys_color_dark_on_surface_variant 0x7f05013f
+int color m3_sys_color_dark_on_tertiary 0x7f050140
+int color m3_sys_color_dark_on_tertiary_container 0x7f050141
+int color m3_sys_color_dark_outline 0x7f050142
+int color m3_sys_color_dark_outline_variant 0x7f050143
+int color m3_sys_color_dark_primary 0x7f050144
+int color m3_sys_color_dark_primary_container 0x7f050145
+int color m3_sys_color_dark_secondary 0x7f050146
+int color m3_sys_color_dark_secondary_container 0x7f050147
+int color m3_sys_color_dark_surface 0x7f050148
+int color m3_sys_color_dark_surface_variant 0x7f050149
+int color m3_sys_color_dark_tertiary 0x7f05014a
+int color m3_sys_color_dark_tertiary_container 0x7f05014b
+int color m3_sys_color_dynamic_dark_background 0x7f05014c
+int color m3_sys_color_dynamic_dark_inverse_on_surface 0x7f05014d
+int color m3_sys_color_dynamic_dark_inverse_primary 0x7f05014e
+int color m3_sys_color_dynamic_dark_inverse_surface 0x7f05014f
+int color m3_sys_color_dynamic_dark_on_background 0x7f050150
+int color m3_sys_color_dynamic_dark_on_primary 0x7f050151
+int color m3_sys_color_dynamic_dark_on_primary_container 0x7f050152
+int color m3_sys_color_dynamic_dark_on_secondary 0x7f050153
+int color m3_sys_color_dynamic_dark_on_secondary_container 0x7f050154
+int color m3_sys_color_dynamic_dark_on_surface 0x7f050155
+int color m3_sys_color_dynamic_dark_on_surface_variant 0x7f050156
+int color m3_sys_color_dynamic_dark_on_tertiary 0x7f050157
+int color m3_sys_color_dynamic_dark_on_tertiary_container 0x7f050158
+int color m3_sys_color_dynamic_dark_outline 0x7f050159
+int color m3_sys_color_dynamic_dark_outline_variant 0x7f05015a
+int color m3_sys_color_dynamic_dark_primary 0x7f05015b
+int color m3_sys_color_dynamic_dark_primary_container 0x7f05015c
+int color m3_sys_color_dynamic_dark_secondary 0x7f05015d
+int color m3_sys_color_dynamic_dark_secondary_container 0x7f05015e
+int color m3_sys_color_dynamic_dark_surface 0x7f05015f
+int color m3_sys_color_dynamic_dark_surface_variant 0x7f050160
+int color m3_sys_color_dynamic_dark_tertiary 0x7f050161
+int color m3_sys_color_dynamic_dark_tertiary_container 0x7f050162
+int color m3_sys_color_dynamic_light_background 0x7f050163
+int color m3_sys_color_dynamic_light_inverse_on_surface 0x7f050164
+int color m3_sys_color_dynamic_light_inverse_primary 0x7f050165
+int color m3_sys_color_dynamic_light_inverse_surface 0x7f050166
+int color m3_sys_color_dynamic_light_on_background 0x7f050167
+int color m3_sys_color_dynamic_light_on_primary 0x7f050168
+int color m3_sys_color_dynamic_light_on_primary_container 0x7f050169
+int color m3_sys_color_dynamic_light_on_secondary 0x7f05016a
+int color m3_sys_color_dynamic_light_on_secondary_container 0x7f05016b
+int color m3_sys_color_dynamic_light_on_surface 0x7f05016c
+int color m3_sys_color_dynamic_light_on_surface_variant 0x7f05016d
+int color m3_sys_color_dynamic_light_on_tertiary 0x7f05016e
+int color m3_sys_color_dynamic_light_on_tertiary_container 0x7f05016f
+int color m3_sys_color_dynamic_light_outline 0x7f050170
+int color m3_sys_color_dynamic_light_outline_variant 0x7f050171
+int color m3_sys_color_dynamic_light_primary 0x7f050172
+int color m3_sys_color_dynamic_light_primary_container 0x7f050173
+int color m3_sys_color_dynamic_light_secondary 0x7f050174
+int color m3_sys_color_dynamic_light_secondary_container 0x7f050175
+int color m3_sys_color_dynamic_light_surface 0x7f050176
+int color m3_sys_color_dynamic_light_surface_variant 0x7f050177
+int color m3_sys_color_dynamic_light_tertiary 0x7f050178
+int color m3_sys_color_dynamic_light_tertiary_container 0x7f050179
+int color m3_sys_color_light_background 0x7f05017a
+int color m3_sys_color_light_error 0x7f05017b
+int color m3_sys_color_light_error_container 0x7f05017c
+int color m3_sys_color_light_inverse_on_surface 0x7f05017d
+int color m3_sys_color_light_inverse_primary 0x7f05017e
+int color m3_sys_color_light_inverse_surface 0x7f05017f
+int color m3_sys_color_light_on_background 0x7f050180
+int color m3_sys_color_light_on_error 0x7f050181
+int color m3_sys_color_light_on_error_container 0x7f050182
+int color m3_sys_color_light_on_primary 0x7f050183
+int color m3_sys_color_light_on_primary_container 0x7f050184
+int color m3_sys_color_light_on_secondary 0x7f050185
+int color m3_sys_color_light_on_secondary_container 0x7f050186
+int color m3_sys_color_light_on_surface 0x7f050187
+int color m3_sys_color_light_on_surface_variant 0x7f050188
+int color m3_sys_color_light_on_tertiary 0x7f050189
+int color m3_sys_color_light_on_tertiary_container 0x7f05018a
+int color m3_sys_color_light_outline 0x7f05018b
+int color m3_sys_color_light_outline_variant 0x7f05018c
+int color m3_sys_color_light_primary 0x7f05018d
+int color m3_sys_color_light_primary_container 0x7f05018e
+int color m3_sys_color_light_secondary 0x7f05018f
+int color m3_sys_color_light_secondary_container 0x7f050190
+int color m3_sys_color_light_surface 0x7f050191
+int color m3_sys_color_light_surface_variant 0x7f050192
+int color m3_sys_color_light_tertiary 0x7f050193
+int color m3_sys_color_light_tertiary_container 0x7f050194
+int color m3_tabs_icon_color 0x7f050195
+int color m3_tabs_icon_color_secondary 0x7f050196
+int color m3_tabs_ripple_color 0x7f050197
+int color m3_tabs_ripple_color_secondary 0x7f050198
+int color m3_tabs_text_color 0x7f050199
+int color m3_tabs_text_color_secondary 0x7f05019a
+int color m3_text_button_background_color_selector 0x7f05019b
+int color m3_text_button_foreground_color_selector 0x7f05019c
+int color m3_text_button_ripple_color_selector 0x7f05019d
+int color m3_textfield_filled_background_color 0x7f05019e
+int color m3_textfield_indicator_text_color 0x7f05019f
+int color m3_textfield_input_text_color 0x7f0501a0
+int color m3_textfield_label_color 0x7f0501a1
+int color m3_textfield_stroke_color 0x7f0501a2
+int color m3_timepicker_button_background_color 0x7f0501a3
+int color m3_timepicker_button_ripple_color 0x7f0501a4
+int color m3_timepicker_button_text_color 0x7f0501a5
+int color m3_timepicker_clock_text_color 0x7f0501a6
+int color m3_timepicker_display_background_color 0x7f0501a7
+int color m3_timepicker_display_ripple_color 0x7f0501a8
+int color m3_timepicker_display_stroke_color 0x7f0501a9
+int color m3_timepicker_display_text_color 0x7f0501aa
+int color m3_timepicker_secondary_text_button_ripple_color 0x7f0501ab
+int color m3_timepicker_secondary_text_button_text_color 0x7f0501ac
+int color m3_tonal_button_ripple_color_selector 0x7f0501ad
+int color material_blue_grey_800 0x7f0501ae
+int color material_blue_grey_900 0x7f0501af
+int color material_blue_grey_950 0x7f0501b0
+int color material_cursor_color 0x7f0501b1
+int color material_deep_teal_200 0x7f0501b2
+int color material_deep_teal_500 0x7f0501b3
+int color material_divider_color 0x7f0501b4
+int color material_dynamic_neutral0 0x7f0501b5
+int color material_dynamic_neutral10 0x7f0501b6
+int color material_dynamic_neutral100 0x7f0501b7
+int color material_dynamic_neutral20 0x7f0501b8
+int color material_dynamic_neutral30 0x7f0501b9
+int color material_dynamic_neutral40 0x7f0501ba
+int color material_dynamic_neutral50 0x7f0501bb
+int color material_dynamic_neutral60 0x7f0501bc
+int color material_dynamic_neutral70 0x7f0501bd
+int color material_dynamic_neutral80 0x7f0501be
+int color material_dynamic_neutral90 0x7f0501bf
+int color material_dynamic_neutral95 0x7f0501c0
+int color material_dynamic_neutral99 0x7f0501c1
+int color material_dynamic_neutral_variant0 0x7f0501c2
+int color material_dynamic_neutral_variant10 0x7f0501c3
+int color material_dynamic_neutral_variant100 0x7f0501c4
+int color material_dynamic_neutral_variant20 0x7f0501c5
+int color material_dynamic_neutral_variant30 0x7f0501c6
+int color material_dynamic_neutral_variant40 0x7f0501c7
+int color material_dynamic_neutral_variant50 0x7f0501c8
+int color material_dynamic_neutral_variant60 0x7f0501c9
+int color material_dynamic_neutral_variant70 0x7f0501ca
+int color material_dynamic_neutral_variant80 0x7f0501cb
+int color material_dynamic_neutral_variant90 0x7f0501cc
+int color material_dynamic_neutral_variant95 0x7f0501cd
+int color material_dynamic_neutral_variant99 0x7f0501ce
+int color material_dynamic_primary0 0x7f0501cf
+int color material_dynamic_primary10 0x7f0501d0
+int color material_dynamic_primary100 0x7f0501d1
+int color material_dynamic_primary20 0x7f0501d2
+int color material_dynamic_primary30 0x7f0501d3
+int color material_dynamic_primary40 0x7f0501d4
+int color material_dynamic_primary50 0x7f0501d5
+int color material_dynamic_primary60 0x7f0501d6
+int color material_dynamic_primary70 0x7f0501d7
+int color material_dynamic_primary80 0x7f0501d8
+int color material_dynamic_primary90 0x7f0501d9
+int color material_dynamic_primary95 0x7f0501da
+int color material_dynamic_primary99 0x7f0501db
+int color material_dynamic_secondary0 0x7f0501dc
+int color material_dynamic_secondary10 0x7f0501dd
+int color material_dynamic_secondary100 0x7f0501de
+int color material_dynamic_secondary20 0x7f0501df
+int color material_dynamic_secondary30 0x7f0501e0
+int color material_dynamic_secondary40 0x7f0501e1
+int color material_dynamic_secondary50 0x7f0501e2
+int color material_dynamic_secondary60 0x7f0501e3
+int color material_dynamic_secondary70 0x7f0501e4
+int color material_dynamic_secondary80 0x7f0501e5
+int color material_dynamic_secondary90 0x7f0501e6
+int color material_dynamic_secondary95 0x7f0501e7
+int color material_dynamic_secondary99 0x7f0501e8
+int color material_dynamic_tertiary0 0x7f0501e9
+int color material_dynamic_tertiary10 0x7f0501ea
+int color material_dynamic_tertiary100 0x7f0501eb
+int color material_dynamic_tertiary20 0x7f0501ec
+int color material_dynamic_tertiary30 0x7f0501ed
+int color material_dynamic_tertiary40 0x7f0501ee
+int color material_dynamic_tertiary50 0x7f0501ef
+int color material_dynamic_tertiary60 0x7f0501f0
+int color material_dynamic_tertiary70 0x7f0501f1
+int color material_dynamic_tertiary80 0x7f0501f2
+int color material_dynamic_tertiary90 0x7f0501f3
+int color material_dynamic_tertiary95 0x7f0501f4
+int color material_dynamic_tertiary99 0x7f0501f5
+int color material_grey_100 0x7f0501f6
+int color material_grey_300 0x7f0501f7
+int color material_grey_50 0x7f0501f8
+int color material_grey_600 0x7f0501f9
+int color material_grey_800 0x7f0501fa
+int color material_grey_850 0x7f0501fb
+int color material_grey_900 0x7f0501fc
+int color material_harmonized_color_error 0x7f0501fd
+int color material_harmonized_color_error_container 0x7f0501fe
+int color material_harmonized_color_on_error 0x7f0501ff
+int color material_harmonized_color_on_error_container 0x7f050200
+int color material_on_background_disabled 0x7f050201
+int color material_on_background_emphasis_high_type 0x7f050202
+int color material_on_background_emphasis_medium 0x7f050203
+int color material_on_primary_disabled 0x7f050204
+int color material_on_primary_emphasis_high_type 0x7f050205
+int color material_on_primary_emphasis_medium 0x7f050206
+int color material_on_surface_disabled 0x7f050207
+int color material_on_surface_emphasis_high_type 0x7f050208
+int color material_on_surface_emphasis_medium 0x7f050209
+int color material_on_surface_stroke 0x7f05020a
+int color material_personalized_color_background 0x7f05020b
+int color material_personalized_color_error 0x7f05020c
+int color material_personalized_color_error_container 0x7f05020d
+int color material_personalized_color_on_background 0x7f05020e
+int color material_personalized_color_on_error 0x7f05020f
+int color material_personalized_color_on_error_container 0x7f050210
+int color material_personalized_color_on_primary 0x7f050211
+int color material_personalized_color_on_primary_container 0x7f050212
+int color material_personalized_color_on_secondary 0x7f050213
+int color material_personalized_color_on_secondary_container 0x7f050214
+int color material_personalized_color_on_surface 0x7f050215
+int color material_personalized_color_on_surface_inverse 0x7f050216
+int color material_personalized_color_on_surface_variant 0x7f050217
+int color material_personalized_color_on_tertiary 0x7f050218
+int color material_personalized_color_on_tertiary_container 0x7f050219
+int color material_personalized_color_primary 0x7f05021a
+int color material_personalized_color_primary_container 0x7f05021b
+int color material_personalized_color_primary_inverse 0x7f05021c
+int color material_personalized_color_secondary 0x7f05021d
+int color material_personalized_color_secondary_container 0x7f05021e
+int color material_personalized_color_surface 0x7f05021f
+int color material_personalized_color_surface_inverse 0x7f050220
+int color material_personalized_color_surface_outline 0x7f050221
+int color material_personalized_color_surface_variant 0x7f050222
+int color material_personalized_color_tertiary 0x7f050223
+int color material_personalized_color_tertiary_container 0x7f050224
+int color material_slider_active_tick_marks_color 0x7f050225
+int color material_slider_active_track_color 0x7f050226
+int color material_slider_halo_color 0x7f050227
+int color material_slider_inactive_tick_marks_color 0x7f050228
+int color material_slider_inactive_track_color 0x7f050229
+int color material_slider_thumb_color 0x7f05022a
+int color material_timepicker_button_background 0x7f05022b
+int color material_timepicker_button_stroke 0x7f05022c
+int color material_timepicker_clock_text_color 0x7f05022d
+int color material_timepicker_clockface 0x7f05022e
+int color material_timepicker_modebutton_tint 0x7f05022f
+int color mtrl_btn_bg_color_selector 0x7f050230
+int color mtrl_btn_ripple_color 0x7f050231
+int color mtrl_btn_stroke_color_selector 0x7f050232
+int color mtrl_btn_text_btn_bg_color_selector 0x7f050233
+int color mtrl_btn_text_btn_ripple_color 0x7f050234
+int color mtrl_btn_text_color_disabled 0x7f050235
+int color mtrl_btn_text_color_selector 0x7f050236
+int color mtrl_btn_transparent_bg_color 0x7f050237
+int color mtrl_calendar_item_stroke_color 0x7f050238
+int color mtrl_calendar_selected_range 0x7f050239
+int color mtrl_card_view_foreground 0x7f05023a
+int color mtrl_card_view_ripple 0x7f05023b
+int color mtrl_chip_background_color 0x7f05023c
+int color mtrl_chip_close_icon_tint 0x7f05023d
+int color mtrl_chip_surface_color 0x7f05023e
+int color mtrl_chip_text_color 0x7f05023f
+int color mtrl_choice_chip_background_color 0x7f050240
+int color mtrl_choice_chip_ripple_color 0x7f050241
+int color mtrl_choice_chip_text_color 0x7f050242
+int color mtrl_error 0x7f050243
+int color mtrl_fab_bg_color_selector 0x7f050244
+int color mtrl_fab_icon_text_color_selector 0x7f050245
+int color mtrl_fab_ripple_color 0x7f050246
+int color mtrl_filled_background_color 0x7f050247
+int color mtrl_filled_icon_tint 0x7f050248
+int color mtrl_filled_stroke_color 0x7f050249
+int color mtrl_indicator_text_color 0x7f05024a
+int color mtrl_navigation_bar_colored_item_tint 0x7f05024b
+int color mtrl_navigation_bar_colored_ripple_color 0x7f05024c
+int color mtrl_navigation_bar_item_tint 0x7f05024d
+int color mtrl_navigation_bar_ripple_color 0x7f05024e
+int color mtrl_navigation_item_background_color 0x7f05024f
+int color mtrl_navigation_item_icon_tint 0x7f050250
+int color mtrl_navigation_item_text_color 0x7f050251
+int color mtrl_on_primary_text_btn_text_color_selector 0x7f050252
+int color mtrl_on_surface_ripple_color 0x7f050253
+int color mtrl_outlined_icon_tint 0x7f050254
+int color mtrl_outlined_stroke_color 0x7f050255
+int color mtrl_popupmenu_overlay_color 0x7f050256
+int color mtrl_scrim_color 0x7f050257
+int color mtrl_switch_thumb_icon_tint 0x7f050258
+int color mtrl_switch_thumb_tint 0x7f050259
+int color mtrl_switch_track_decoration_tint 0x7f05025a
+int color mtrl_switch_track_tint 0x7f05025b
+int color mtrl_tabs_colored_ripple_color 0x7f05025c
+int color mtrl_tabs_icon_color_selector 0x7f05025d
+int color mtrl_tabs_icon_color_selector_colored 0x7f05025e
+int color mtrl_tabs_legacy_text_color_selector 0x7f05025f
+int color mtrl_tabs_ripple_color 0x7f050260
+int color mtrl_text_btn_text_color_selector 0x7f050261
+int color mtrl_textinput_default_box_stroke_color 0x7f050262
+int color mtrl_textinput_disabled_color 0x7f050263
+int color mtrl_textinput_filled_box_default_background_color 0x7f050264
+int color mtrl_textinput_focused_box_stroke_color 0x7f050265
+int color mtrl_textinput_hovered_box_stroke_color 0x7f050266
+int color notification_action_color_filter 0x7f050267
+int color notification_icon_bg_color 0x7f050268
+int color primary_dark_material_dark 0x7f050269
+int color primary_dark_material_light 0x7f05026a
+int color primary_material_dark 0x7f05026b
+int color primary_material_light 0x7f05026c
+int color primary_text_default_material_dark 0x7f05026d
+int color primary_text_default_material_light 0x7f05026e
+int color primary_text_disabled_material_dark 0x7f05026f
+int color primary_text_disabled_material_light 0x7f050270
+int color purple_200 0x7f050271
+int color purple_500 0x7f050272
+int color purple_700 0x7f050273
+int color ripple_material_dark 0x7f050274
+int color ripple_material_light 0x7f050275
+int color secondary_text_default_material_dark 0x7f050276
+int color secondary_text_default_material_light 0x7f050277
+int color secondary_text_disabled_material_dark 0x7f050278
+int color secondary_text_disabled_material_light 0x7f050279
+int color switch_thumb_disabled_material_dark 0x7f05027a
+int color switch_thumb_disabled_material_light 0x7f05027b
+int color switch_thumb_material_dark 0x7f05027c
+int color switch_thumb_material_light 0x7f05027d
+int color switch_thumb_normal_material_dark 0x7f05027e
+int color switch_thumb_normal_material_light 0x7f05027f
+int color teal_200 0x7f050280
+int color teal_700 0x7f050281
+int color tooltip_background_dark 0x7f050282
+int color tooltip_background_light 0x7f050283
+int color white 0x7f050284
+int dimen _100sdp 0x7f060000
+int dimen _100ssp 0x7f060001
+int dimen _101sdp 0x7f060002
+int dimen _102sdp 0x7f060003
+int dimen _103sdp 0x7f060004
+int dimen _104sdp 0x7f060005
+int dimen _105sdp 0x7f060006
+int dimen _106sdp 0x7f060007
+int dimen _107sdp 0x7f060008
+int dimen _108sdp 0x7f060009
+int dimen _109sdp 0x7f06000a
+int dimen _10sdp 0x7f06000b
+int dimen _10ssp 0x7f06000c
+int dimen _110sdp 0x7f06000d
+int dimen _111sdp 0x7f06000e
+int dimen _112sdp 0x7f06000f
+int dimen _113sdp 0x7f060010
+int dimen _114sdp 0x7f060011
+int dimen _115sdp 0x7f060012
+int dimen _116sdp 0x7f060013
+int dimen _117sdp 0x7f060014
+int dimen _118sdp 0x7f060015
+int dimen _119sdp 0x7f060016
+int dimen _11sdp 0x7f060017
+int dimen _11ssp 0x7f060018
+int dimen _120sdp 0x7f060019
+int dimen _121sdp 0x7f06001a
+int dimen _122sdp 0x7f06001b
+int dimen _123sdp 0x7f06001c
+int dimen _124sdp 0x7f06001d
+int dimen _125sdp 0x7f06001e
+int dimen _126sdp 0x7f06001f
+int dimen _127sdp 0x7f060020
+int dimen _128sdp 0x7f060021
+int dimen _129sdp 0x7f060022
+int dimen _12sdp 0x7f060023
+int dimen _12ssp 0x7f060024
+int dimen _130sdp 0x7f060025
+int dimen _131sdp 0x7f060026
+int dimen _132sdp 0x7f060027
+int dimen _133sdp 0x7f060028
+int dimen _134sdp 0x7f060029
+int dimen _135sdp 0x7f06002a
+int dimen _136sdp 0x7f06002b
+int dimen _137sdp 0x7f06002c
+int dimen _138sdp 0x7f06002d
+int dimen _139sdp 0x7f06002e
+int dimen _13sdp 0x7f06002f
+int dimen _13ssp 0x7f060030
+int dimen _140sdp 0x7f060031
+int dimen _141sdp 0x7f060032
+int dimen _142sdp 0x7f060033
+int dimen _143sdp 0x7f060034
+int dimen _144sdp 0x7f060035
+int dimen _145sdp 0x7f060036
+int dimen _146sdp 0x7f060037
+int dimen _147sdp 0x7f060038
+int dimen _148sdp 0x7f060039
+int dimen _149sdp 0x7f06003a
+int dimen _14sdp 0x7f06003b
+int dimen _14ssp 0x7f06003c
+int dimen _150sdp 0x7f06003d
+int dimen _151sdp 0x7f06003e
+int dimen _152sdp 0x7f06003f
+int dimen _153sdp 0x7f060040
+int dimen _154sdp 0x7f060041
+int dimen _155sdp 0x7f060042
+int dimen _156sdp 0x7f060043
+int dimen _157sdp 0x7f060044
+int dimen _158sdp 0x7f060045
+int dimen _159sdp 0x7f060046
+int dimen _15sdp 0x7f060047
+int dimen _15ssp 0x7f060048
+int dimen _160sdp 0x7f060049
+int dimen _161sdp 0x7f06004a
+int dimen _162sdp 0x7f06004b
+int dimen _163sdp 0x7f06004c
+int dimen _164sdp 0x7f06004d
+int dimen _165sdp 0x7f06004e
+int dimen _166sdp 0x7f06004f
+int dimen _167sdp 0x7f060050
+int dimen _168sdp 0x7f060051
+int dimen _169sdp 0x7f060052
+int dimen _16sdp 0x7f060053
+int dimen _16ssp 0x7f060054
+int dimen _170sdp 0x7f060055
+int dimen _171sdp 0x7f060056
+int dimen _172sdp 0x7f060057
+int dimen _173sdp 0x7f060058
+int dimen _174sdp 0x7f060059
+int dimen _175sdp 0x7f06005a
+int dimen _176sdp 0x7f06005b
+int dimen _177sdp 0x7f06005c
+int dimen _178sdp 0x7f06005d
+int dimen _179sdp 0x7f06005e
+int dimen _17sdp 0x7f06005f
+int dimen _17ssp 0x7f060060
+int dimen _180sdp 0x7f060061
+int dimen _181sdp 0x7f060062
+int dimen _182sdp 0x7f060063
+int dimen _183sdp 0x7f060064
+int dimen _184sdp 0x7f060065
+int dimen _185sdp 0x7f060066
+int dimen _186sdp 0x7f060067
+int dimen _187sdp 0x7f060068
+int dimen _188sdp 0x7f060069
+int dimen _189sdp 0x7f06006a
+int dimen _18sdp 0x7f06006b
+int dimen _18ssp 0x7f06006c
+int dimen _190sdp 0x7f06006d
+int dimen _191sdp 0x7f06006e
+int dimen _192sdp 0x7f06006f
+int dimen _193sdp 0x7f060070
+int dimen _194sdp 0x7f060071
+int dimen _195sdp 0x7f060072
+int dimen _196sdp 0x7f060073
+int dimen _197sdp 0x7f060074
+int dimen _198sdp 0x7f060075
+int dimen _199sdp 0x7f060076
+int dimen _19sdp 0x7f060077
+int dimen _19ssp 0x7f060078
+int dimen _1sdp 0x7f060079
+int dimen _1ssp 0x7f06007a
+int dimen _200sdp 0x7f06007b
+int dimen _201sdp 0x7f06007c
+int dimen _202sdp 0x7f06007d
+int dimen _203sdp 0x7f06007e
+int dimen _204sdp 0x7f06007f
+int dimen _205sdp 0x7f060080
+int dimen _206sdp 0x7f060081
+int dimen _207sdp 0x7f060082
+int dimen _208sdp 0x7f060083
+int dimen _209sdp 0x7f060084
+int dimen _20sdp 0x7f060085
+int dimen _20ssp 0x7f060086
+int dimen _210sdp 0x7f060087
+int dimen _211sdp 0x7f060088
+int dimen _212sdp 0x7f060089
+int dimen _213sdp 0x7f06008a
+int dimen _214sdp 0x7f06008b
+int dimen _215sdp 0x7f06008c
+int dimen _216sdp 0x7f06008d
+int dimen _217sdp 0x7f06008e
+int dimen _218sdp 0x7f06008f
+int dimen _219sdp 0x7f060090
+int dimen _21sdp 0x7f060091
+int dimen _21ssp 0x7f060092
+int dimen _220sdp 0x7f060093
+int dimen _221sdp 0x7f060094
+int dimen _222sdp 0x7f060095
+int dimen _223sdp 0x7f060096
+int dimen _224sdp 0x7f060097
+int dimen _225sdp 0x7f060098
+int dimen _226sdp 0x7f060099
+int dimen _227sdp 0x7f06009a
+int dimen _228sdp 0x7f06009b
+int dimen _229sdp 0x7f06009c
+int dimen _22sdp 0x7f06009d
+int dimen _22ssp 0x7f06009e
+int dimen _230sdp 0x7f06009f
+int dimen _231sdp 0x7f0600a0
+int dimen _232sdp 0x7f0600a1
+int dimen _233sdp 0x7f0600a2
+int dimen _234sdp 0x7f0600a3
+int dimen _235sdp 0x7f0600a4
+int dimen _236sdp 0x7f0600a5
+int dimen _237sdp 0x7f0600a6
+int dimen _238sdp 0x7f0600a7
+int dimen _239sdp 0x7f0600a8
+int dimen _23sdp 0x7f0600a9
+int dimen _23ssp 0x7f0600aa
+int dimen _240sdp 0x7f0600ab
+int dimen _241sdp 0x7f0600ac
+int dimen _242sdp 0x7f0600ad
+int dimen _243sdp 0x7f0600ae
+int dimen _244sdp 0x7f0600af
+int dimen _245sdp 0x7f0600b0
+int dimen _246sdp 0x7f0600b1
+int dimen _247sdp 0x7f0600b2
+int dimen _248sdp 0x7f0600b3
+int dimen _249sdp 0x7f0600b4
+int dimen _24sdp 0x7f0600b5
+int dimen _24ssp 0x7f0600b6
+int dimen _250sdp 0x7f0600b7
+int dimen _251sdp 0x7f0600b8
+int dimen _252sdp 0x7f0600b9
+int dimen _253sdp 0x7f0600ba
+int dimen _254sdp 0x7f0600bb
+int dimen _255sdp 0x7f0600bc
+int dimen _256sdp 0x7f0600bd
+int dimen _257sdp 0x7f0600be
+int dimen _258sdp 0x7f0600bf
+int dimen _259sdp 0x7f0600c0
+int dimen _25sdp 0x7f0600c1
+int dimen _25ssp 0x7f0600c2
+int dimen _260sdp 0x7f0600c3
+int dimen _261sdp 0x7f0600c4
+int dimen _262sdp 0x7f0600c5
+int dimen _263sdp 0x7f0600c6
+int dimen _264sdp 0x7f0600c7
+int dimen _265sdp 0x7f0600c8
+int dimen _266sdp 0x7f0600c9
+int dimen _267sdp 0x7f0600ca
+int dimen _268sdp 0x7f0600cb
+int dimen _269sdp 0x7f0600cc
+int dimen _26sdp 0x7f0600cd
+int dimen _26ssp 0x7f0600ce
+int dimen _270sdp 0x7f0600cf
+int dimen _271sdp 0x7f0600d0
+int dimen _272sdp 0x7f0600d1
+int dimen _273sdp 0x7f0600d2
+int dimen _274sdp 0x7f0600d3
+int dimen _275sdp 0x7f0600d4
+int dimen _276sdp 0x7f0600d5
+int dimen _277sdp 0x7f0600d6
+int dimen _278sdp 0x7f0600d7
+int dimen _279sdp 0x7f0600d8
+int dimen _27sdp 0x7f0600d9
+int dimen _27ssp 0x7f0600da
+int dimen _280sdp 0x7f0600db
+int dimen _281sdp 0x7f0600dc
+int dimen _282sdp 0x7f0600dd
+int dimen _283sdp 0x7f0600de
+int dimen _284sdp 0x7f0600df
+int dimen _285sdp 0x7f0600e0
+int dimen _286sdp 0x7f0600e1
+int dimen _287sdp 0x7f0600e2
+int dimen _288sdp 0x7f0600e3
+int dimen _289sdp 0x7f0600e4
+int dimen _28sdp 0x7f0600e5
+int dimen _28ssp 0x7f0600e6
+int dimen _290sdp 0x7f0600e7
+int dimen _291sdp 0x7f0600e8
+int dimen _292sdp 0x7f0600e9
+int dimen _293sdp 0x7f0600ea
+int dimen _294sdp 0x7f0600eb
+int dimen _295sdp 0x7f0600ec
+int dimen _296sdp 0x7f0600ed
+int dimen _297sdp 0x7f0600ee
+int dimen _298sdp 0x7f0600ef
+int dimen _299sdp 0x7f0600f0
+int dimen _29sdp 0x7f0600f1
+int dimen _29ssp 0x7f0600f2
+int dimen _2sdp 0x7f0600f3
+int dimen _2ssp 0x7f0600f4
+int dimen _300sdp 0x7f0600f5
+int dimen _301sdp 0x7f0600f6
+int dimen _302sdp 0x7f0600f7
+int dimen _303sdp 0x7f0600f8
+int dimen _304sdp 0x7f0600f9
+int dimen _305sdp 0x7f0600fa
+int dimen _306sdp 0x7f0600fb
+int dimen _307sdp 0x7f0600fc
+int dimen _308sdp 0x7f0600fd
+int dimen _309sdp 0x7f0600fe
+int dimen _30sdp 0x7f0600ff
+int dimen _30ssp 0x7f060100
+int dimen _310sdp 0x7f060101
+int dimen _311sdp 0x7f060102
+int dimen _312sdp 0x7f060103
+int dimen _313sdp 0x7f060104
+int dimen _314sdp 0x7f060105
+int dimen _315sdp 0x7f060106
+int dimen _316sdp 0x7f060107
+int dimen _317sdp 0x7f060108
+int dimen _318sdp 0x7f060109
+int dimen _319sdp 0x7f06010a
+int dimen _31sdp 0x7f06010b
+int dimen _31ssp 0x7f06010c
+int dimen _320sdp 0x7f06010d
+int dimen _321sdp 0x7f06010e
+int dimen _322sdp 0x7f06010f
+int dimen _323sdp 0x7f060110
+int dimen _324sdp 0x7f060111
+int dimen _325sdp 0x7f060112
+int dimen _326sdp 0x7f060113
+int dimen _327sdp 0x7f060114
+int dimen _328sdp 0x7f060115
+int dimen _329sdp 0x7f060116
+int dimen _32sdp 0x7f060117
+int dimen _32ssp 0x7f060118
+int dimen _330sdp 0x7f060119
+int dimen _331sdp 0x7f06011a
+int dimen _332sdp 0x7f06011b
+int dimen _333sdp 0x7f06011c
+int dimen _334sdp 0x7f06011d
+int dimen _335sdp 0x7f06011e
+int dimen _336sdp 0x7f06011f
+int dimen _337sdp 0x7f060120
+int dimen _338sdp 0x7f060121
+int dimen _339sdp 0x7f060122
+int dimen _33sdp 0x7f060123
+int dimen _33ssp 0x7f060124
+int dimen _340sdp 0x7f060125
+int dimen _341sdp 0x7f060126
+int dimen _342sdp 0x7f060127
+int dimen _343sdp 0x7f060128
+int dimen _344sdp 0x7f060129
+int dimen _345sdp 0x7f06012a
+int dimen _346sdp 0x7f06012b
+int dimen _347sdp 0x7f06012c
+int dimen _348sdp 0x7f06012d
+int dimen _349sdp 0x7f06012e
+int dimen _34sdp 0x7f06012f
+int dimen _34ssp 0x7f060130
+int dimen _350sdp 0x7f060131
+int dimen _351sdp 0x7f060132
+int dimen _352sdp 0x7f060133
+int dimen _353sdp 0x7f060134
+int dimen _354sdp 0x7f060135
+int dimen _355sdp 0x7f060136
+int dimen _356sdp 0x7f060137
+int dimen _357sdp 0x7f060138
+int dimen _358sdp 0x7f060139
+int dimen _359sdp 0x7f06013a
+int dimen _35sdp 0x7f06013b
+int dimen _35ssp 0x7f06013c
+int dimen _360sdp 0x7f06013d
+int dimen _361sdp 0x7f06013e
+int dimen _362sdp 0x7f06013f
+int dimen _363sdp 0x7f060140
+int dimen _364sdp 0x7f060141
+int dimen _365sdp 0x7f060142
+int dimen _366sdp 0x7f060143
+int dimen _367sdp 0x7f060144
+int dimen _368sdp 0x7f060145
+int dimen _369sdp 0x7f060146
+int dimen _36sdp 0x7f060147
+int dimen _36ssp 0x7f060148
+int dimen _370sdp 0x7f060149
+int dimen _371sdp 0x7f06014a
+int dimen _372sdp 0x7f06014b
+int dimen _373sdp 0x7f06014c
+int dimen _374sdp 0x7f06014d
+int dimen _375sdp 0x7f06014e
+int dimen _376sdp 0x7f06014f
+int dimen _377sdp 0x7f060150
+int dimen _378sdp 0x7f060151
+int dimen _379sdp 0x7f060152
+int dimen _37sdp 0x7f060153
+int dimen _37ssp 0x7f060154
+int dimen _380sdp 0x7f060155
+int dimen _381sdp 0x7f060156
+int dimen _382sdp 0x7f060157
+int dimen _383sdp 0x7f060158
+int dimen _384sdp 0x7f060159
+int dimen _385sdp 0x7f06015a
+int dimen _386sdp 0x7f06015b
+int dimen _387sdp 0x7f06015c
+int dimen _388sdp 0x7f06015d
+int dimen _389sdp 0x7f06015e
+int dimen _38sdp 0x7f06015f
+int dimen _38ssp 0x7f060160
+int dimen _390sdp 0x7f060161
+int dimen _391sdp 0x7f060162
+int dimen _392sdp 0x7f060163
+int dimen _393sdp 0x7f060164
+int dimen _394sdp 0x7f060165
+int dimen _395sdp 0x7f060166
+int dimen _396sdp 0x7f060167
+int dimen _397sdp 0x7f060168
+int dimen _398sdp 0x7f060169
+int dimen _399sdp 0x7f06016a
+int dimen _39sdp 0x7f06016b
+int dimen _39ssp 0x7f06016c
+int dimen _3sdp 0x7f06016d
+int dimen _3ssp 0x7f06016e
+int dimen _400sdp 0x7f06016f
+int dimen _401sdp 0x7f060170
+int dimen _402sdp 0x7f060171
+int dimen _403sdp 0x7f060172
+int dimen _404sdp 0x7f060173
+int dimen _405sdp 0x7f060174
+int dimen _406sdp 0x7f060175
+int dimen _407sdp 0x7f060176
+int dimen _408sdp 0x7f060177
+int dimen _409sdp 0x7f060178
+int dimen _40sdp 0x7f060179
+int dimen _40ssp 0x7f06017a
+int dimen _410sdp 0x7f06017b
+int dimen _411sdp 0x7f06017c
+int dimen _412sdp 0x7f06017d
+int dimen _413sdp 0x7f06017e
+int dimen _414sdp 0x7f06017f
+int dimen _415sdp 0x7f060180
+int dimen _416sdp 0x7f060181
+int dimen _417sdp 0x7f060182
+int dimen _418sdp 0x7f060183
+int dimen _419sdp 0x7f060184
+int dimen _41sdp 0x7f060185
+int dimen _41ssp 0x7f060186
+int dimen _420sdp 0x7f060187
+int dimen _421sdp 0x7f060188
+int dimen _422sdp 0x7f060189
+int dimen _423sdp 0x7f06018a
+int dimen _424sdp 0x7f06018b
+int dimen _425sdp 0x7f06018c
+int dimen _426sdp 0x7f06018d
+int dimen _427sdp 0x7f06018e
+int dimen _428sdp 0x7f06018f
+int dimen _429sdp 0x7f060190
+int dimen _42sdp 0x7f060191
+int dimen _42ssp 0x7f060192
+int dimen _430sdp 0x7f060193
+int dimen _431sdp 0x7f060194
+int dimen _432sdp 0x7f060195
+int dimen _433sdp 0x7f060196
+int dimen _434sdp 0x7f060197
+int dimen _435sdp 0x7f060198
+int dimen _436sdp 0x7f060199
+int dimen _437sdp 0x7f06019a
+int dimen _438sdp 0x7f06019b
+int dimen _439sdp 0x7f06019c
+int dimen _43sdp 0x7f06019d
+int dimen _43ssp 0x7f06019e
+int dimen _440sdp 0x7f06019f
+int dimen _441sdp 0x7f0601a0
+int dimen _442sdp 0x7f0601a1
+int dimen _443sdp 0x7f0601a2
+int dimen _444sdp 0x7f0601a3
+int dimen _445sdp 0x7f0601a4
+int dimen _446sdp 0x7f0601a5
+int dimen _447sdp 0x7f0601a6
+int dimen _448sdp 0x7f0601a7
+int dimen _449sdp 0x7f0601a8
+int dimen _44sdp 0x7f0601a9
+int dimen _44ssp 0x7f0601aa
+int dimen _450sdp 0x7f0601ab
+int dimen _451sdp 0x7f0601ac
+int dimen _452sdp 0x7f0601ad
+int dimen _453sdp 0x7f0601ae
+int dimen _454sdp 0x7f0601af
+int dimen _455sdp 0x7f0601b0
+int dimen _456sdp 0x7f0601b1
+int dimen _457sdp 0x7f0601b2
+int dimen _458sdp 0x7f0601b3
+int dimen _459sdp 0x7f0601b4
+int dimen _45sdp 0x7f0601b5
+int dimen _45ssp 0x7f0601b6
+int dimen _460sdp 0x7f0601b7
+int dimen _461sdp 0x7f0601b8
+int dimen _462sdp 0x7f0601b9
+int dimen _463sdp 0x7f0601ba
+int dimen _464sdp 0x7f0601bb
+int dimen _465sdp 0x7f0601bc
+int dimen _466sdp 0x7f0601bd
+int dimen _467sdp 0x7f0601be
+int dimen _468sdp 0x7f0601bf
+int dimen _469sdp 0x7f0601c0
+int dimen _46sdp 0x7f0601c1
+int dimen _46ssp 0x7f0601c2
+int dimen _470sdp 0x7f0601c3
+int dimen _471sdp 0x7f0601c4
+int dimen _472sdp 0x7f0601c5
+int dimen _473sdp 0x7f0601c6
+int dimen _474sdp 0x7f0601c7
+int dimen _475sdp 0x7f0601c8
+int dimen _476sdp 0x7f0601c9
+int dimen _477sdp 0x7f0601ca
+int dimen _478sdp 0x7f0601cb
+int dimen _479sdp 0x7f0601cc
+int dimen _47sdp 0x7f0601cd
+int dimen _47ssp 0x7f0601ce
+int dimen _480sdp 0x7f0601cf
+int dimen _481sdp 0x7f0601d0
+int dimen _482sdp 0x7f0601d1
+int dimen _483sdp 0x7f0601d2
+int dimen _484sdp 0x7f0601d3
+int dimen _485sdp 0x7f0601d4
+int dimen _486sdp 0x7f0601d5
+int dimen _487sdp 0x7f0601d6
+int dimen _488sdp 0x7f0601d7
+int dimen _489sdp 0x7f0601d8
+int dimen _48sdp 0x7f0601d9
+int dimen _48ssp 0x7f0601da
+int dimen _490sdp 0x7f0601db
+int dimen _491sdp 0x7f0601dc
+int dimen _492sdp 0x7f0601dd
+int dimen _493sdp 0x7f0601de
+int dimen _494sdp 0x7f0601df
+int dimen _495sdp 0x7f0601e0
+int dimen _496sdp 0x7f0601e1
+int dimen _497sdp 0x7f0601e2
+int dimen _498sdp 0x7f0601e3
+int dimen _499sdp 0x7f0601e4
+int dimen _49sdp 0x7f0601e5
+int dimen _49ssp 0x7f0601e6
+int dimen _4sdp 0x7f0601e7
+int dimen _4ssp 0x7f0601e8
+int dimen _500sdp 0x7f0601e9
+int dimen _501sdp 0x7f0601ea
+int dimen _502sdp 0x7f0601eb
+int dimen _503sdp 0x7f0601ec
+int dimen _504sdp 0x7f0601ed
+int dimen _505sdp 0x7f0601ee
+int dimen _506sdp 0x7f0601ef
+int dimen _507sdp 0x7f0601f0
+int dimen _508sdp 0x7f0601f1
+int dimen _509sdp 0x7f0601f2
+int dimen _50sdp 0x7f0601f3
+int dimen _50ssp 0x7f0601f4
+int dimen _510sdp 0x7f0601f5
+int dimen _511sdp 0x7f0601f6
+int dimen _512sdp 0x7f0601f7
+int dimen _513sdp 0x7f0601f8
+int dimen _514sdp 0x7f0601f9
+int dimen _515sdp 0x7f0601fa
+int dimen _516sdp 0x7f0601fb
+int dimen _517sdp 0x7f0601fc
+int dimen _518sdp 0x7f0601fd
+int dimen _519sdp 0x7f0601fe
+int dimen _51sdp 0x7f0601ff
+int dimen _51ssp 0x7f060200
+int dimen _520sdp 0x7f060201
+int dimen _521sdp 0x7f060202
+int dimen _522sdp 0x7f060203
+int dimen _523sdp 0x7f060204
+int dimen _524sdp 0x7f060205
+int dimen _525sdp 0x7f060206
+int dimen _526sdp 0x7f060207
+int dimen _527sdp 0x7f060208
+int dimen _528sdp 0x7f060209
+int dimen _529sdp 0x7f06020a
+int dimen _52sdp 0x7f06020b
+int dimen _52ssp 0x7f06020c
+int dimen _530sdp 0x7f06020d
+int dimen _531sdp 0x7f06020e
+int dimen _532sdp 0x7f06020f
+int dimen _533sdp 0x7f060210
+int dimen _534sdp 0x7f060211
+int dimen _535sdp 0x7f060212
+int dimen _536sdp 0x7f060213
+int dimen _537sdp 0x7f060214
+int dimen _538sdp 0x7f060215
+int dimen _539sdp 0x7f060216
+int dimen _53sdp 0x7f060217
+int dimen _53ssp 0x7f060218
+int dimen _540sdp 0x7f060219
+int dimen _541sdp 0x7f06021a
+int dimen _542sdp 0x7f06021b
+int dimen _543sdp 0x7f06021c
+int dimen _544sdp 0x7f06021d
+int dimen _545sdp 0x7f06021e
+int dimen _546sdp 0x7f06021f
+int dimen _547sdp 0x7f060220
+int dimen _548sdp 0x7f060221
+int dimen _549sdp 0x7f060222
+int dimen _54sdp 0x7f060223
+int dimen _54ssp 0x7f060224
+int dimen _550sdp 0x7f060225
+int dimen _551sdp 0x7f060226
+int dimen _552sdp 0x7f060227
+int dimen _553sdp 0x7f060228
+int dimen _554sdp 0x7f060229
+int dimen _555sdp 0x7f06022a
+int dimen _556sdp 0x7f06022b
+int dimen _557sdp 0x7f06022c
+int dimen _558sdp 0x7f06022d
+int dimen _559sdp 0x7f06022e
+int dimen _55sdp 0x7f06022f
+int dimen _55ssp 0x7f060230
+int dimen _560sdp 0x7f060231
+int dimen _561sdp 0x7f060232
+int dimen _562sdp 0x7f060233
+int dimen _563sdp 0x7f060234
+int dimen _564sdp 0x7f060235
+int dimen _565sdp 0x7f060236
+int dimen _566sdp 0x7f060237
+int dimen _567sdp 0x7f060238
+int dimen _568sdp 0x7f060239
+int dimen _569sdp 0x7f06023a
+int dimen _56sdp 0x7f06023b
+int dimen _56ssp 0x7f06023c
+int dimen _570sdp 0x7f06023d
+int dimen _571sdp 0x7f06023e
+int dimen _572sdp 0x7f06023f
+int dimen _573sdp 0x7f060240
+int dimen _574sdp 0x7f060241
+int dimen _575sdp 0x7f060242
+int dimen _576sdp 0x7f060243
+int dimen _577sdp 0x7f060244
+int dimen _578sdp 0x7f060245
+int dimen _579sdp 0x7f060246
+int dimen _57sdp 0x7f060247
+int dimen _57ssp 0x7f060248
+int dimen _580sdp 0x7f060249
+int dimen _581sdp 0x7f06024a
+int dimen _582sdp 0x7f06024b
+int dimen _583sdp 0x7f06024c
+int dimen _584sdp 0x7f06024d
+int dimen _585sdp 0x7f06024e
+int dimen _586sdp 0x7f06024f
+int dimen _587sdp 0x7f060250
+int dimen _588sdp 0x7f060251
+int dimen _589sdp 0x7f060252
+int dimen _58sdp 0x7f060253
+int dimen _58ssp 0x7f060254
+int dimen _590sdp 0x7f060255
+int dimen _591sdp 0x7f060256
+int dimen _592sdp 0x7f060257
+int dimen _593sdp 0x7f060258
+int dimen _594sdp 0x7f060259
+int dimen _595sdp 0x7f06025a
+int dimen _596sdp 0x7f06025b
+int dimen _597sdp 0x7f06025c
+int dimen _598sdp 0x7f06025d
+int dimen _599sdp 0x7f06025e
+int dimen _59sdp 0x7f06025f
+int dimen _59ssp 0x7f060260
+int dimen _5sdp 0x7f060261
+int dimen _5ssp 0x7f060262
+int dimen _600sdp 0x7f060263
+int dimen _60sdp 0x7f060264
+int dimen _60ssp 0x7f060265
+int dimen _61sdp 0x7f060266
+int dimen _61ssp 0x7f060267
+int dimen _62sdp 0x7f060268
+int dimen _62ssp 0x7f060269
+int dimen _63sdp 0x7f06026a
+int dimen _63ssp 0x7f06026b
+int dimen _64sdp 0x7f06026c
+int dimen _64ssp 0x7f06026d
+int dimen _65sdp 0x7f06026e
+int dimen _65ssp 0x7f06026f
+int dimen _66sdp 0x7f060270
+int dimen _66ssp 0x7f060271
+int dimen _67sdp 0x7f060272
+int dimen _67ssp 0x7f060273
+int dimen _68sdp 0x7f060274
+int dimen _68ssp 0x7f060275
+int dimen _69sdp 0x7f060276
+int dimen _69ssp 0x7f060277
+int dimen _6sdp 0x7f060278
+int dimen _6ssp 0x7f060279
+int dimen _70sdp 0x7f06027a
+int dimen _70ssp 0x7f06027b
+int dimen _71sdp 0x7f06027c
+int dimen _71ssp 0x7f06027d
+int dimen _72sdp 0x7f06027e
+int dimen _72ssp 0x7f06027f
+int dimen _73sdp 0x7f060280
+int dimen _73ssp 0x7f060281
+int dimen _74sdp 0x7f060282
+int dimen _74ssp 0x7f060283
+int dimen _75sdp 0x7f060284
+int dimen _75ssp 0x7f060285
+int dimen _76sdp 0x7f060286
+int dimen _76ssp 0x7f060287
+int dimen _77sdp 0x7f060288
+int dimen _77ssp 0x7f060289
+int dimen _78sdp 0x7f06028a
+int dimen _78ssp 0x7f06028b
+int dimen _79sdp 0x7f06028c
+int dimen _79ssp 0x7f06028d
+int dimen _7sdp 0x7f06028e
+int dimen _7ssp 0x7f06028f
+int dimen _80sdp 0x7f060290
+int dimen _80ssp 0x7f060291
+int dimen _81sdp 0x7f060292
+int dimen _81ssp 0x7f060293
+int dimen _82sdp 0x7f060294
+int dimen _82ssp 0x7f060295
+int dimen _83sdp 0x7f060296
+int dimen _83ssp 0x7f060297
+int dimen _84sdp 0x7f060298
+int dimen _84ssp 0x7f060299
+int dimen _85sdp 0x7f06029a
+int dimen _85ssp 0x7f06029b
+int dimen _86sdp 0x7f06029c
+int dimen _86ssp 0x7f06029d
+int dimen _87sdp 0x7f06029e
+int dimen _87ssp 0x7f06029f
+int dimen _88sdp 0x7f0602a0
+int dimen _88ssp 0x7f0602a1
+int dimen _89sdp 0x7f0602a2
+int dimen _89ssp 0x7f0602a3
+int dimen _8sdp 0x7f0602a4
+int dimen _8ssp 0x7f0602a5
+int dimen _90sdp 0x7f0602a6
+int dimen _90ssp 0x7f0602a7
+int dimen _91sdp 0x7f0602a8
+int dimen _91ssp 0x7f0602a9
+int dimen _92sdp 0x7f0602aa
+int dimen _92ssp 0x7f0602ab
+int dimen _93sdp 0x7f0602ac
+int dimen _93ssp 0x7f0602ad
+int dimen _94sdp 0x7f0602ae
+int dimen _94ssp 0x7f0602af
+int dimen _95sdp 0x7f0602b0
+int dimen _95ssp 0x7f0602b1
+int dimen _96sdp 0x7f0602b2
+int dimen _96ssp 0x7f0602b3
+int dimen _97sdp 0x7f0602b4
+int dimen _97ssp 0x7f0602b5
+int dimen _98sdp 0x7f0602b6
+int dimen _98ssp 0x7f0602b7
+int dimen _99sdp 0x7f0602b8
+int dimen _99ssp 0x7f0602b9
+int dimen _9sdp 0x7f0602ba
+int dimen _9ssp 0x7f0602bb
+int dimen _minus10sdp 0x7f0602bc
+int dimen _minus11sdp 0x7f0602bd
+int dimen _minus12sdp 0x7f0602be
+int dimen _minus13sdp 0x7f0602bf
+int dimen _minus14sdp 0x7f0602c0
+int dimen _minus15sdp 0x7f0602c1
+int dimen _minus16sdp 0x7f0602c2
+int dimen _minus17sdp 0x7f0602c3
+int dimen _minus18sdp 0x7f0602c4
+int dimen _minus19sdp 0x7f0602c5
+int dimen _minus1sdp 0x7f0602c6
+int dimen _minus20sdp 0x7f0602c7
+int dimen _minus21sdp 0x7f0602c8
+int dimen _minus22sdp 0x7f0602c9
+int dimen _minus23sdp 0x7f0602ca
+int dimen _minus24sdp 0x7f0602cb
+int dimen _minus25sdp 0x7f0602cc
+int dimen _minus26sdp 0x7f0602cd
+int dimen _minus27sdp 0x7f0602ce
+int dimen _minus28sdp 0x7f0602cf
+int dimen _minus29sdp 0x7f0602d0
+int dimen _minus2sdp 0x7f0602d1
+int dimen _minus30sdp 0x7f0602d2
+int dimen _minus31sdp 0x7f0602d3
+int dimen _minus32sdp 0x7f0602d4
+int dimen _minus33sdp 0x7f0602d5
+int dimen _minus34sdp 0x7f0602d6
+int dimen _minus35sdp 0x7f0602d7
+int dimen _minus36sdp 0x7f0602d8
+int dimen _minus37sdp 0x7f0602d9
+int dimen _minus38sdp 0x7f0602da
+int dimen _minus39sdp 0x7f0602db
+int dimen _minus3sdp 0x7f0602dc
+int dimen _minus40sdp 0x7f0602dd
+int dimen _minus41sdp 0x7f0602de
+int dimen _minus42sdp 0x7f0602df
+int dimen _minus43sdp 0x7f0602e0
+int dimen _minus44sdp 0x7f0602e1
+int dimen _minus45sdp 0x7f0602e2
+int dimen _minus46sdp 0x7f0602e3
+int dimen _minus47sdp 0x7f0602e4
+int dimen _minus48sdp 0x7f0602e5
+int dimen _minus49sdp 0x7f0602e6
+int dimen _minus4sdp 0x7f0602e7
+int dimen _minus50sdp 0x7f0602e8
+int dimen _minus51sdp 0x7f0602e9
+int dimen _minus52sdp 0x7f0602ea
+int dimen _minus53sdp 0x7f0602eb
+int dimen _minus54sdp 0x7f0602ec
+int dimen _minus55sdp 0x7f0602ed
+int dimen _minus56sdp 0x7f0602ee
+int dimen _minus57sdp 0x7f0602ef
+int dimen _minus58sdp 0x7f0602f0
+int dimen _minus59sdp 0x7f0602f1
+int dimen _minus5sdp 0x7f0602f2
+int dimen _minus60sdp 0x7f0602f3
+int dimen _minus6sdp 0x7f0602f4
+int dimen _minus7sdp 0x7f0602f5
+int dimen _minus8sdp 0x7f0602f6
+int dimen _minus9sdp 0x7f0602f7
+int dimen abc_action_bar_content_inset_material 0x7f0602f8
+int dimen abc_action_bar_content_inset_with_nav 0x7f0602f9
+int dimen abc_action_bar_default_height_material 0x7f0602fa
+int dimen abc_action_bar_default_padding_end_material 0x7f0602fb
+int dimen abc_action_bar_default_padding_start_material 0x7f0602fc
+int dimen abc_action_bar_elevation_material 0x7f0602fd
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f0602fe
+int dimen abc_action_bar_overflow_padding_end_material 0x7f0602ff
+int dimen abc_action_bar_overflow_padding_start_material 0x7f060300
+int dimen abc_action_bar_stacked_max_height 0x7f060301
+int dimen abc_action_bar_stacked_tab_max_width 0x7f060302
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f060303
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f060304
+int dimen abc_action_button_min_height_material 0x7f060305
+int dimen abc_action_button_min_width_material 0x7f060306
+int dimen abc_action_button_min_width_overflow_material 0x7f060307
+int dimen abc_alert_dialog_button_bar_height 0x7f060308
+int dimen abc_alert_dialog_button_dimen 0x7f060309
+int dimen abc_button_inset_horizontal_material 0x7f06030a
+int dimen abc_button_inset_vertical_material 0x7f06030b
+int dimen abc_button_padding_horizontal_material 0x7f06030c
+int dimen abc_button_padding_vertical_material 0x7f06030d
+int dimen abc_cascading_menus_min_smallest_width 0x7f06030e
+int dimen abc_config_prefDialogWidth 0x7f06030f
+int dimen abc_control_corner_material 0x7f060310
+int dimen abc_control_inset_material 0x7f060311
+int dimen abc_control_padding_material 0x7f060312
+int dimen abc_dialog_corner_radius_material 0x7f060313
+int dimen abc_dialog_fixed_height_major 0x7f060314
+int dimen abc_dialog_fixed_height_minor 0x7f060315
+int dimen abc_dialog_fixed_width_major 0x7f060316
+int dimen abc_dialog_fixed_width_minor 0x7f060317
+int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f060318
+int dimen abc_dialog_list_padding_top_no_title 0x7f060319
+int dimen abc_dialog_min_width_major 0x7f06031a
+int dimen abc_dialog_min_width_minor 0x7f06031b
+int dimen abc_dialog_padding_material 0x7f06031c
+int dimen abc_dialog_padding_top_material 0x7f06031d
+int dimen abc_dialog_title_divider_material 0x7f06031e
+int dimen abc_disabled_alpha_material_dark 0x7f06031f
+int dimen abc_disabled_alpha_material_light 0x7f060320
+int dimen abc_dropdownitem_icon_width 0x7f060321
+int dimen abc_dropdownitem_text_padding_left 0x7f060322
+int dimen abc_dropdownitem_text_padding_right 0x7f060323
+int dimen abc_edit_text_inset_bottom_material 0x7f060324
+int dimen abc_edit_text_inset_horizontal_material 0x7f060325
+int dimen abc_edit_text_inset_top_material 0x7f060326
+int dimen abc_floating_window_z 0x7f060327
+int dimen abc_list_item_height_large_material 0x7f060328
+int dimen abc_list_item_height_material 0x7f060329
+int dimen abc_list_item_height_small_material 0x7f06032a
+int dimen abc_list_item_padding_horizontal_material 0x7f06032b
+int dimen abc_panel_menu_list_width 0x7f06032c
+int dimen abc_progress_bar_height_material 0x7f06032d
+int dimen abc_search_view_preferred_height 0x7f06032e
+int dimen abc_search_view_preferred_width 0x7f06032f
+int dimen abc_seekbar_track_background_height_material 0x7f060330
+int dimen abc_seekbar_track_progress_height_material 0x7f060331
+int dimen abc_select_dialog_padding_start_material 0x7f060332
+int dimen abc_star_big 0x7f060333
+int dimen abc_star_medium 0x7f060334
+int dimen abc_star_small 0x7f060335
+int dimen abc_switch_padding 0x7f060336
+int dimen abc_text_size_body_1_material 0x7f060337
+int dimen abc_text_size_body_2_material 0x7f060338
+int dimen abc_text_size_button_material 0x7f060339
+int dimen abc_text_size_caption_material 0x7f06033a
+int dimen abc_text_size_display_1_material 0x7f06033b
+int dimen abc_text_size_display_2_material 0x7f06033c
+int dimen abc_text_size_display_3_material 0x7f06033d
+int dimen abc_text_size_display_4_material 0x7f06033e
+int dimen abc_text_size_headline_material 0x7f06033f
+int dimen abc_text_size_large_material 0x7f060340
+int dimen abc_text_size_medium_material 0x7f060341
+int dimen abc_text_size_menu_header_material 0x7f060342
+int dimen abc_text_size_menu_material 0x7f060343
+int dimen abc_text_size_small_material 0x7f060344
+int dimen abc_text_size_subhead_material 0x7f060345
+int dimen abc_text_size_subtitle_material_toolbar 0x7f060346
+int dimen abc_text_size_title_material 0x7f060347
+int dimen abc_text_size_title_material_toolbar 0x7f060348
+int dimen appcompat_dialog_background_inset 0x7f060349
+int dimen cardview_compat_inset_shadow 0x7f06034a
+int dimen cardview_default_elevation 0x7f06034b
+int dimen cardview_default_radius 0x7f06034c
+int dimen clock_face_margin_start 0x7f06034d
+int dimen compat_button_inset_horizontal_material 0x7f06034e
+int dimen compat_button_inset_vertical_material 0x7f06034f
+int dimen compat_button_padding_horizontal_material 0x7f060350
+int dimen compat_button_padding_vertical_material 0x7f060351
+int dimen compat_control_corner_material 0x7f060352
+int dimen compat_notification_large_icon_max_height 0x7f060353
+int dimen compat_notification_large_icon_max_width 0x7f060354
+int dimen def_drawer_elevation 0x7f060355
+int dimen design_appbar_elevation 0x7f060356
+int dimen design_bottom_navigation_active_item_max_width 0x7f060357
+int dimen design_bottom_navigation_active_item_min_width 0x7f060358
+int dimen design_bottom_navigation_active_text_size 0x7f060359
+int dimen design_bottom_navigation_elevation 0x7f06035a
+int dimen design_bottom_navigation_height 0x7f06035b
+int dimen design_bottom_navigation_icon_size 0x7f06035c
+int dimen design_bottom_navigation_item_max_width 0x7f06035d
+int dimen design_bottom_navigation_item_min_width 0x7f06035e
+int dimen design_bottom_navigation_label_padding 0x7f06035f
+int dimen design_bottom_navigation_margin 0x7f060360
+int dimen design_bottom_navigation_shadow_height 0x7f060361
+int dimen design_bottom_navigation_text_size 0x7f060362
+int dimen design_bottom_sheet_elevation 0x7f060363
+int dimen design_bottom_sheet_modal_elevation 0x7f060364
+int dimen design_bottom_sheet_peek_height_min 0x7f060365
+int dimen design_fab_border_width 0x7f060366
+int dimen design_fab_elevation 0x7f060367
+int dimen design_fab_image_size 0x7f060368
+int dimen design_fab_size_mini 0x7f060369
+int dimen design_fab_size_normal 0x7f06036a
+int dimen design_fab_translation_z_hovered_focused 0x7f06036b
+int dimen design_fab_translation_z_pressed 0x7f06036c
+int dimen design_navigation_elevation 0x7f06036d
+int dimen design_navigation_icon_padding 0x7f06036e
+int dimen design_navigation_icon_size 0x7f06036f
+int dimen design_navigation_item_horizontal_padding 0x7f060370
+int dimen design_navigation_item_icon_padding 0x7f060371
+int dimen design_navigation_item_vertical_padding 0x7f060372
+int dimen design_navigation_max_width 0x7f060373
+int dimen design_navigation_padding_bottom 0x7f060374
+int dimen design_navigation_separator_vertical_padding 0x7f060375
+int dimen design_snackbar_action_inline_max_width 0x7f060376
+int dimen design_snackbar_action_text_color_alpha 0x7f060377
+int dimen design_snackbar_background_corner_radius 0x7f060378
+int dimen design_snackbar_elevation 0x7f060379
+int dimen design_snackbar_extra_spacing_horizontal 0x7f06037a
+int dimen design_snackbar_max_width 0x7f06037b
+int dimen design_snackbar_min_width 0x7f06037c
+int dimen design_snackbar_padding_horizontal 0x7f06037d
+int dimen design_snackbar_padding_vertical 0x7f06037e
+int dimen design_snackbar_padding_vertical_2lines 0x7f06037f
+int dimen design_snackbar_text_size 0x7f060380
+int dimen design_tab_max_width 0x7f060381
+int dimen design_tab_scrollable_min_width 0x7f060382
+int dimen design_tab_text_size 0x7f060383
+int dimen design_tab_text_size_2line 0x7f060384
+int dimen design_textinput_caption_translate_y 0x7f060385
+int dimen disabled_alpha_material_dark 0x7f060386
+int dimen disabled_alpha_material_light 0x7f060387
+int dimen fastscroll_default_thickness 0x7f060388
+int dimen fastscroll_margin 0x7f060389
+int dimen fastscroll_minimum_range 0x7f06038a
+int dimen highlight_alpha_material_colored 0x7f06038b
+int dimen highlight_alpha_material_dark 0x7f06038c
+int dimen highlight_alpha_material_light 0x7f06038d
+int dimen hint_alpha_material_dark 0x7f06038e
+int dimen hint_alpha_material_light 0x7f06038f
+int dimen hint_pressed_alpha_material_dark 0x7f060390
+int dimen hint_pressed_alpha_material_light 0x7f060391
+int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f060392
+int dimen item_touch_helper_swipe_escape_max_velocity 0x7f060393
+int dimen item_touch_helper_swipe_escape_velocity 0x7f060394
+int dimen m3_alert_dialog_action_bottom_padding 0x7f060395
+int dimen m3_alert_dialog_action_top_padding 0x7f060396
+int dimen m3_alert_dialog_corner_size 0x7f060397
+int dimen m3_alert_dialog_elevation 0x7f060398
+int dimen m3_alert_dialog_icon_margin 0x7f060399
+int dimen m3_alert_dialog_icon_size 0x7f06039a
+int dimen m3_alert_dialog_title_bottom_margin 0x7f06039b
+int dimen m3_appbar_expanded_title_margin_bottom 0x7f06039c
+int dimen m3_appbar_expanded_title_margin_horizontal 0x7f06039d
+int dimen m3_appbar_scrim_height_trigger 0x7f06039e
+int dimen m3_appbar_scrim_height_trigger_large 0x7f06039f
+int dimen m3_appbar_scrim_height_trigger_medium 0x7f0603a0
+int dimen m3_appbar_size_compact 0x7f0603a1
+int dimen m3_appbar_size_large 0x7f0603a2
+int dimen m3_appbar_size_medium 0x7f0603a3
+int dimen m3_badge_horizontal_offset 0x7f0603a4
+int dimen m3_badge_radius 0x7f0603a5
+int dimen m3_badge_vertical_offset 0x7f0603a6
+int dimen m3_badge_with_text_horizontal_offset 0x7f0603a7
+int dimen m3_badge_with_text_radius 0x7f0603a8
+int dimen m3_badge_with_text_vertical_offset 0x7f0603a9
+int dimen m3_bottom_nav_item_active_indicator_height 0x7f0603aa
+int dimen m3_bottom_nav_item_active_indicator_margin_horizontal 0x7f0603ab
+int dimen m3_bottom_nav_item_active_indicator_width 0x7f0603ac
+int dimen m3_bottom_nav_item_padding_bottom 0x7f0603ad
+int dimen m3_bottom_nav_item_padding_top 0x7f0603ae
+int dimen m3_bottom_nav_min_height 0x7f0603af
+int dimen m3_bottom_sheet_drag_handle_bottom_padding 0x7f0603b0
+int dimen m3_bottom_sheet_elevation 0x7f0603b1
+int dimen m3_bottom_sheet_modal_elevation 0x7f0603b2
+int dimen m3_bottomappbar_fab_cradle_margin 0x7f0603b3
+int dimen m3_bottomappbar_fab_cradle_rounded_corner_radius 0x7f0603b4
+int dimen m3_bottomappbar_fab_cradle_vertical_offset 0x7f0603b5
+int dimen m3_bottomappbar_fab_end_margin 0x7f0603b6
+int dimen m3_bottomappbar_height 0x7f0603b7
+int dimen m3_bottomappbar_horizontal_padding 0x7f0603b8
+int dimen m3_btn_dialog_btn_min_width 0x7f0603b9
+int dimen m3_btn_dialog_btn_spacing 0x7f0603ba
+int dimen m3_btn_disabled_elevation 0x7f0603bb
+int dimen m3_btn_disabled_translation_z 0x7f0603bc
+int dimen m3_btn_elevated_btn_elevation 0x7f0603bd
+int dimen m3_btn_elevation 0x7f0603be
+int dimen m3_btn_icon_btn_padding_left 0x7f0603bf
+int dimen m3_btn_icon_btn_padding_right 0x7f0603c0
+int dimen m3_btn_icon_only_default_padding 0x7f0603c1
+int dimen m3_btn_icon_only_default_size 0x7f0603c2
+int dimen m3_btn_icon_only_icon_padding 0x7f0603c3
+int dimen m3_btn_icon_only_min_width 0x7f0603c4
+int dimen m3_btn_inset 0x7f0603c5
+int dimen m3_btn_max_width 0x7f0603c6
+int dimen m3_btn_padding_bottom 0x7f0603c7
+int dimen m3_btn_padding_left 0x7f0603c8
+int dimen m3_btn_padding_right 0x7f0603c9
+int dimen m3_btn_padding_top 0x7f0603ca
+int dimen m3_btn_stroke_size 0x7f0603cb
+int dimen m3_btn_text_btn_icon_padding_left 0x7f0603cc
+int dimen m3_btn_text_btn_icon_padding_right 0x7f0603cd
+int dimen m3_btn_text_btn_padding_left 0x7f0603ce
+int dimen m3_btn_text_btn_padding_right 0x7f0603cf
+int dimen m3_btn_translation_z_base 0x7f0603d0
+int dimen m3_btn_translation_z_hovered 0x7f0603d1
+int dimen m3_card_dragged_z 0x7f0603d2
+int dimen m3_card_elevated_dragged_z 0x7f0603d3
+int dimen m3_card_elevated_elevation 0x7f0603d4
+int dimen m3_card_elevated_hovered_z 0x7f0603d5
+int dimen m3_card_elevation 0x7f0603d6
+int dimen m3_card_hovered_z 0x7f0603d7
+int dimen m3_card_stroke_width 0x7f0603d8
+int dimen m3_chip_checked_hovered_translation_z 0x7f0603d9
+int dimen m3_chip_corner_size 0x7f0603da
+int dimen m3_chip_disabled_translation_z 0x7f0603db
+int dimen m3_chip_dragged_translation_z 0x7f0603dc
+int dimen m3_chip_elevated_elevation 0x7f0603dd
+int dimen m3_chip_hovered_translation_z 0x7f0603de
+int dimen m3_chip_icon_size 0x7f0603df
+int dimen m3_comp_assist_chip_container_height 0x7f0603e0
+int dimen m3_comp_assist_chip_elevated_container_elevation 0x7f0603e1
+int dimen m3_comp_assist_chip_flat_container_elevation 0x7f0603e2
+int dimen m3_comp_assist_chip_flat_outline_width 0x7f0603e3
+int dimen m3_comp_assist_chip_with_icon_icon_size 0x7f0603e4
+int dimen m3_comp_bottom_app_bar_container_elevation 0x7f0603e5
+int dimen m3_comp_bottom_app_bar_container_height 0x7f0603e6
+int dimen m3_comp_checkbox_selected_disabled_container_opacity 0x7f0603e7
+int dimen m3_comp_circular_progress_indicator_active_indicator_width 0x7f0603e8
+int dimen m3_comp_divider_thickness 0x7f0603e9
+int dimen m3_comp_elevated_button_container_elevation 0x7f0603ea
+int dimen m3_comp_elevated_button_disabled_container_elevation 0x7f0603eb
+int dimen m3_comp_extended_fab_primary_container_elevation 0x7f0603ec
+int dimen m3_comp_extended_fab_primary_container_height 0x7f0603ed
+int dimen m3_comp_extended_fab_primary_focus_container_elevation 0x7f0603ee
+int dimen m3_comp_extended_fab_primary_focus_state_layer_opacity 0x7f0603ef
+int dimen m3_comp_extended_fab_primary_hover_container_elevation 0x7f0603f0
+int dimen m3_comp_extended_fab_primary_hover_state_layer_opacity 0x7f0603f1
+int dimen m3_comp_extended_fab_primary_icon_size 0x7f0603f2
+int dimen m3_comp_extended_fab_primary_pressed_container_elevation 0x7f0603f3
+int dimen m3_comp_extended_fab_primary_pressed_state_layer_opacity 0x7f0603f4
+int dimen m3_comp_fab_primary_container_elevation 0x7f0603f5
+int dimen m3_comp_fab_primary_container_height 0x7f0603f6
+int dimen m3_comp_fab_primary_focus_state_layer_opacity 0x7f0603f7
+int dimen m3_comp_fab_primary_hover_container_elevation 0x7f0603f8
+int dimen m3_comp_fab_primary_hover_state_layer_opacity 0x7f0603f9
+int dimen m3_comp_fab_primary_icon_size 0x7f0603fa
+int dimen m3_comp_fab_primary_large_container_height 0x7f0603fb
+int dimen m3_comp_fab_primary_large_icon_size 0x7f0603fc
+int dimen m3_comp_fab_primary_pressed_container_elevation 0x7f0603fd
+int dimen m3_comp_fab_primary_pressed_state_layer_opacity 0x7f0603fe
+int dimen m3_comp_fab_primary_small_container_height 0x7f0603ff
+int dimen m3_comp_fab_primary_small_icon_size 0x7f060400
+int dimen m3_comp_filled_autocomplete_menu_container_elevation 0x7f060401
+int dimen m3_comp_filled_button_container_elevation 0x7f060402
+int dimen m3_comp_filled_button_with_icon_icon_size 0x7f060403
+int dimen m3_comp_filled_text_field_disabled_active_indicator_opacity 0x7f060404
+int dimen m3_comp_filter_chip_container_height 0x7f060405
+int dimen m3_comp_filter_chip_elevated_container_elevation 0x7f060406
+int dimen m3_comp_filter_chip_flat_container_elevation 0x7f060407
+int dimen m3_comp_filter_chip_flat_unselected_outline_width 0x7f060408
+int dimen m3_comp_filter_chip_with_icon_icon_size 0x7f060409
+int dimen m3_comp_input_chip_container_elevation 0x7f06040a
+int dimen m3_comp_input_chip_container_height 0x7f06040b
+int dimen m3_comp_input_chip_unselected_outline_width 0x7f06040c
+int dimen m3_comp_input_chip_with_avatar_avatar_size 0x7f06040d
+int dimen m3_comp_input_chip_with_leading_icon_leading_icon_size 0x7f06040e
+int dimen m3_comp_linear_progress_indicator_active_indicator_height 0x7f06040f
+int dimen m3_comp_navigation_rail_active_indicator_height 0x7f060410
+int dimen m3_comp_navigation_rail_active_indicator_width 0x7f060411
+int dimen m3_comp_navigation_rail_container_elevation 0x7f060412
+int dimen m3_comp_navigation_rail_container_width 0x7f060413
+int dimen m3_comp_navigation_rail_icon_size 0x7f060414
+int dimen m3_comp_outlined_autocomplete_menu_container_elevation 0x7f060415
+int dimen m3_comp_outlined_button_disabled_outline_opacity 0x7f060416
+int dimen m3_comp_outlined_button_outline_width 0x7f060417
+int dimen m3_comp_outlined_text_field_disabled_input_text_opacity 0x7f060418
+int dimen m3_comp_outlined_text_field_disabled_label_text_opacity 0x7f060419
+int dimen m3_comp_outlined_text_field_disabled_supporting_text_opacity 0x7f06041a
+int dimen m3_comp_outlined_text_field_focus_outline_width 0x7f06041b
+int dimen m3_comp_outlined_text_field_outline_width 0x7f06041c
+int dimen m3_comp_primary_navigation_tab_active_focus_state_layer_opacity 0x7f06041d
+int dimen m3_comp_primary_navigation_tab_active_hover_state_layer_opacity 0x7f06041e
+int dimen m3_comp_primary_navigation_tab_active_indicator_height 0x7f06041f
+int dimen m3_comp_primary_navigation_tab_active_pressed_state_layer_opacity 0x7f060420
+int dimen m3_comp_primary_navigation_tab_divider_height 0x7f060421
+int dimen m3_comp_primary_navigation_tab_inactive_focus_state_layer_opacity 0x7f060422
+int dimen m3_comp_primary_navigation_tab_inactive_hover_state_layer_opacity 0x7f060423
+int dimen m3_comp_primary_navigation_tab_inactive_pressed_state_layer_opacity 0x7f060424
+int dimen m3_comp_primary_navigation_tab_with_icon_icon_size 0x7f060425
+int dimen m3_comp_search_bar_avatar_size 0x7f060426
+int dimen m3_comp_search_bar_container_elevation 0x7f060427
+int dimen m3_comp_search_bar_container_height 0x7f060428
+int dimen m3_comp_search_bar_hover_state_layer_opacity 0x7f060429
+int dimen m3_comp_search_bar_pressed_state_layer_opacity 0x7f06042a
+int dimen m3_comp_search_view_container_elevation 0x7f06042b
+int dimen m3_comp_search_view_docked_header_container_height 0x7f06042c
+int dimen m3_comp_search_view_full_screen_header_container_height 0x7f06042d
+int dimen m3_comp_secondary_navigation_tab_active_indicator_height 0x7f06042e
+int dimen m3_comp_secondary_navigation_tab_focus_state_layer_opacity 0x7f06042f
+int dimen m3_comp_secondary_navigation_tab_hover_state_layer_opacity 0x7f060430
+int dimen m3_comp_secondary_navigation_tab_pressed_state_layer_opacity 0x7f060431
+int dimen m3_comp_sheet_bottom_docked_modal_container_elevation 0x7f060432
+int dimen m3_comp_sheet_bottom_docked_standard_container_elevation 0x7f060433
+int dimen m3_comp_slider_disabled_active_track_opacity 0x7f060434
+int dimen m3_comp_slider_disabled_handle_opacity 0x7f060435
+int dimen m3_comp_slider_disabled_inactive_track_opacity 0x7f060436
+int dimen m3_comp_slider_inactive_track_height 0x7f060437
+int dimen m3_comp_suggestion_chip_container_height 0x7f060438
+int dimen m3_comp_suggestion_chip_elevated_container_elevation 0x7f060439
+int dimen m3_comp_suggestion_chip_flat_container_elevation 0x7f06043a
+int dimen m3_comp_suggestion_chip_flat_outline_width 0x7f06043b
+int dimen m3_comp_suggestion_chip_with_leading_icon_leading_icon_size 0x7f06043c
+int dimen m3_comp_switch_disabled_selected_handle_opacity 0x7f06043d
+int dimen m3_comp_switch_disabled_selected_icon_opacity 0x7f06043e
+int dimen m3_comp_switch_disabled_track_opacity 0x7f06043f
+int dimen m3_comp_switch_disabled_unselected_handle_opacity 0x7f060440
+int dimen m3_comp_switch_disabled_unselected_icon_opacity 0x7f060441
+int dimen m3_comp_switch_selected_focus_state_layer_opacity 0x7f060442
+int dimen m3_comp_switch_selected_hover_state_layer_opacity 0x7f060443
+int dimen m3_comp_switch_selected_pressed_state_layer_opacity 0x7f060444
+int dimen m3_comp_switch_track_height 0x7f060445
+int dimen m3_comp_switch_track_width 0x7f060446
+int dimen m3_comp_switch_unselected_focus_state_layer_opacity 0x7f060447
+int dimen m3_comp_switch_unselected_hover_state_layer_opacity 0x7f060448
+int dimen m3_comp_switch_unselected_pressed_state_layer_opacity 0x7f060449
+int dimen m3_comp_text_button_focus_state_layer_opacity 0x7f06044a
+int dimen m3_comp_text_button_hover_state_layer_opacity 0x7f06044b
+int dimen m3_comp_text_button_pressed_state_layer_opacity 0x7f06044c
+int dimen m3_datepicker_elevation 0x7f06044d
+int dimen m3_divider_heavy_thickness 0x7f06044e
+int dimen m3_extended_fab_bottom_padding 0x7f06044f
+int dimen m3_extended_fab_end_padding 0x7f060450
+int dimen m3_extended_fab_icon_padding 0x7f060451
+int dimen m3_extended_fab_min_height 0x7f060452
+int dimen m3_extended_fab_start_padding 0x7f060453
+int dimen m3_extended_fab_top_padding 0x7f060454
+int dimen m3_fab_border_width 0x7f060455
+int dimen m3_fab_corner_size 0x7f060456
+int dimen m3_fab_translation_z_hovered_focused 0x7f060457
+int dimen m3_fab_translation_z_pressed 0x7f060458
+int dimen m3_large_fab_max_image_size 0x7f060459
+int dimen m3_large_fab_size 0x7f06045a
+int dimen m3_menu_elevation 0x7f06045b
+int dimen m3_navigation_drawer_layout_corner_size 0x7f06045c
+int dimen m3_navigation_item_horizontal_padding 0x7f06045d
+int dimen m3_navigation_item_icon_padding 0x7f06045e
+int dimen m3_navigation_item_shape_inset_bottom 0x7f06045f
+int dimen m3_navigation_item_shape_inset_end 0x7f060460
+int dimen m3_navigation_item_shape_inset_start 0x7f060461
+int dimen m3_navigation_item_shape_inset_top 0x7f060462
+int dimen m3_navigation_item_vertical_padding 0x7f060463
+int dimen m3_navigation_menu_divider_horizontal_padding 0x7f060464
+int dimen m3_navigation_menu_headline_horizontal_padding 0x7f060465
+int dimen m3_navigation_rail_default_width 0x7f060466
+int dimen m3_navigation_rail_elevation 0x7f060467
+int dimen m3_navigation_rail_icon_size 0x7f060468
+int dimen m3_navigation_rail_item_active_indicator_height 0x7f060469
+int dimen m3_navigation_rail_item_active_indicator_margin_horizontal 0x7f06046a
+int dimen m3_navigation_rail_item_active_indicator_width 0x7f06046b
+int dimen m3_navigation_rail_item_min_height 0x7f06046c
+int dimen m3_navigation_rail_item_padding_bottom 0x7f06046d
+int dimen m3_navigation_rail_item_padding_top 0x7f06046e
+int dimen m3_ripple_default_alpha 0x7f06046f
+int dimen m3_ripple_focused_alpha 0x7f060470
+int dimen m3_ripple_hovered_alpha 0x7f060471
+int dimen m3_ripple_pressed_alpha 0x7f060472
+int dimen m3_ripple_selectable_pressed_alpha 0x7f060473
+int dimen m3_searchbar_elevation 0x7f060474
+int dimen m3_searchbar_height 0x7f060475
+int dimen m3_searchbar_margin_horizontal 0x7f060476
+int dimen m3_searchbar_margin_vertical 0x7f060477
+int dimen m3_searchbar_outlined_stroke_width 0x7f060478
+int dimen m3_searchbar_padding_start 0x7f060479
+int dimen m3_searchbar_text_margin_start_no_navigation_icon 0x7f06047a
+int dimen m3_searchbar_text_size 0x7f06047b
+int dimen m3_searchview_divider_size 0x7f06047c
+int dimen m3_searchview_elevation 0x7f06047d
+int dimen m3_searchview_height 0x7f06047e
+int dimen m3_side_sheet_modal_elevation 0x7f06047f
+int dimen m3_side_sheet_standard_elevation 0x7f060480
+int dimen m3_side_sheet_width 0x7f060481
+int dimen m3_simple_item_color_hovered_alpha 0x7f060482
+int dimen m3_simple_item_color_selected_alpha 0x7f060483
+int dimen m3_slider_inactive_track_height 0x7f060484
+int dimen m3_slider_thumb_elevation 0x7f060485
+int dimen m3_small_fab_max_image_size 0x7f060486
+int dimen m3_small_fab_size 0x7f060487
+int dimen m3_snackbar_action_text_color_alpha 0x7f060488
+int dimen m3_snackbar_margin 0x7f060489
+int dimen m3_sys_elevation_level0 0x7f06048a
+int dimen m3_sys_elevation_level1 0x7f06048b
+int dimen m3_sys_elevation_level2 0x7f06048c
+int dimen m3_sys_elevation_level3 0x7f06048d
+int dimen m3_sys_elevation_level4 0x7f06048e
+int dimen m3_sys_elevation_level5 0x7f06048f
+int dimen m3_sys_motion_easing_emphasized_accelerate_control_x1 0x7f060490
+int dimen m3_sys_motion_easing_emphasized_accelerate_control_x2 0x7f060491
+int dimen m3_sys_motion_easing_emphasized_accelerate_control_y1 0x7f060492
+int dimen m3_sys_motion_easing_emphasized_accelerate_control_y2 0x7f060493
+int dimen m3_sys_motion_easing_emphasized_decelerate_control_x1 0x7f060494
+int dimen m3_sys_motion_easing_emphasized_decelerate_control_x2 0x7f060495
+int dimen m3_sys_motion_easing_emphasized_decelerate_control_y1 0x7f060496
+int dimen m3_sys_motion_easing_emphasized_decelerate_control_y2 0x7f060497
+int dimen m3_sys_motion_easing_legacy_accelerate_control_x1 0x7f060498
+int dimen m3_sys_motion_easing_legacy_accelerate_control_x2 0x7f060499
+int dimen m3_sys_motion_easing_legacy_accelerate_control_y1 0x7f06049a
+int dimen m3_sys_motion_easing_legacy_accelerate_control_y2 0x7f06049b
+int dimen m3_sys_motion_easing_legacy_control_x1 0x7f06049c
+int dimen m3_sys_motion_easing_legacy_control_x2 0x7f06049d
+int dimen m3_sys_motion_easing_legacy_control_y1 0x7f06049e
+int dimen m3_sys_motion_easing_legacy_control_y2 0x7f06049f
+int dimen m3_sys_motion_easing_legacy_decelerate_control_x1 0x7f0604a0
+int dimen m3_sys_motion_easing_legacy_decelerate_control_x2 0x7f0604a1
+int dimen m3_sys_motion_easing_legacy_decelerate_control_y1 0x7f0604a2
+int dimen m3_sys_motion_easing_legacy_decelerate_control_y2 0x7f0604a3
+int dimen m3_sys_motion_easing_linear_control_x1 0x7f0604a4
+int dimen m3_sys_motion_easing_linear_control_x2 0x7f0604a5
+int dimen m3_sys_motion_easing_linear_control_y1 0x7f0604a6
+int dimen m3_sys_motion_easing_linear_control_y2 0x7f0604a7
+int dimen m3_sys_motion_easing_standard_accelerate_control_x1 0x7f0604a8
+int dimen m3_sys_motion_easing_standard_accelerate_control_x2 0x7f0604a9
+int dimen m3_sys_motion_easing_standard_accelerate_control_y1 0x7f0604aa
+int dimen m3_sys_motion_easing_standard_accelerate_control_y2 0x7f0604ab
+int dimen m3_sys_motion_easing_standard_control_x1 0x7f0604ac
+int dimen m3_sys_motion_easing_standard_control_x2 0x7f0604ad
+int dimen m3_sys_motion_easing_standard_control_y1 0x7f0604ae
+int dimen m3_sys_motion_easing_standard_control_y2 0x7f0604af
+int dimen m3_sys_motion_easing_standard_decelerate_control_x1 0x7f0604b0
+int dimen m3_sys_motion_easing_standard_decelerate_control_x2 0x7f0604b1
+int dimen m3_sys_motion_easing_standard_decelerate_control_y1 0x7f0604b2
+int dimen m3_sys_motion_easing_standard_decelerate_control_y2 0x7f0604b3
+int dimen m3_sys_state_dragged_state_layer_opacity 0x7f0604b4
+int dimen m3_sys_state_focus_state_layer_opacity 0x7f0604b5
+int dimen m3_sys_state_hover_state_layer_opacity 0x7f0604b6
+int dimen m3_sys_state_pressed_state_layer_opacity 0x7f0604b7
+int dimen m3_timepicker_display_stroke_width 0x7f0604b8
+int dimen m3_timepicker_window_elevation 0x7f0604b9
+int dimen m3_toolbar_text_size_title 0x7f0604ba
+int dimen material_bottom_sheet_max_width 0x7f0604bb
+int dimen material_clock_display_height 0x7f0604bc
+int dimen material_clock_display_padding 0x7f0604bd
+int dimen material_clock_display_width 0x7f0604be
+int dimen material_clock_face_margin_top 0x7f0604bf
+int dimen material_clock_hand_center_dot_radius 0x7f0604c0
+int dimen material_clock_hand_padding 0x7f0604c1
+int dimen material_clock_hand_stroke_width 0x7f0604c2
+int dimen material_clock_number_text_size 0x7f0604c3
+int dimen material_clock_period_toggle_height 0x7f0604c4
+int dimen material_clock_period_toggle_horizontal_gap 0x7f0604c5
+int dimen material_clock_period_toggle_vertical_gap 0x7f0604c6
+int dimen material_clock_period_toggle_width 0x7f0604c7
+int dimen material_clock_size 0x7f0604c8
+int dimen material_cursor_inset 0x7f0604c9
+int dimen material_cursor_width 0x7f0604ca
+int dimen material_divider_thickness 0x7f0604cb
+int dimen material_emphasis_disabled 0x7f0604cc
+int dimen material_emphasis_disabled_background 0x7f0604cd
+int dimen material_emphasis_high_type 0x7f0604ce
+int dimen material_emphasis_medium 0x7f0604cf
+int dimen material_filled_edittext_font_1_3_padding_bottom 0x7f0604d0
+int dimen material_filled_edittext_font_1_3_padding_top 0x7f0604d1
+int dimen material_filled_edittext_font_2_0_padding_bottom 0x7f0604d2
+int dimen material_filled_edittext_font_2_0_padding_top 0x7f0604d3
+int dimen material_font_1_3_box_collapsed_padding_top 0x7f0604d4
+int dimen material_font_2_0_box_collapsed_padding_top 0x7f0604d5
+int dimen material_helper_text_default_padding_top 0x7f0604d6
+int dimen material_helper_text_font_1_3_padding_horizontal 0x7f0604d7
+int dimen material_helper_text_font_1_3_padding_top 0x7f0604d8
+int dimen material_input_text_to_prefix_suffix_padding 0x7f0604d9
+int dimen material_textinput_default_width 0x7f0604da
+int dimen material_textinput_max_width 0x7f0604db
+int dimen material_textinput_min_width 0x7f0604dc
+int dimen material_time_picker_minimum_screen_height 0x7f0604dd
+int dimen material_time_picker_minimum_screen_width 0x7f0604de
+int dimen material_timepicker_dialog_buttons_margin_top 0x7f0604df
+int dimen mtrl_alert_dialog_background_inset_bottom 0x7f0604e0
+int dimen mtrl_alert_dialog_background_inset_end 0x7f0604e1
+int dimen mtrl_alert_dialog_background_inset_start 0x7f0604e2
+int dimen mtrl_alert_dialog_background_inset_top 0x7f0604e3
+int dimen mtrl_alert_dialog_picker_background_inset 0x7f0604e4
+int dimen mtrl_badge_horizontal_edge_offset 0x7f0604e5
+int dimen mtrl_badge_long_text_horizontal_padding 0x7f0604e6
+int dimen mtrl_badge_radius 0x7f0604e7
+int dimen mtrl_badge_text_horizontal_edge_offset 0x7f0604e8
+int dimen mtrl_badge_text_size 0x7f0604e9
+int dimen mtrl_badge_toolbar_action_menu_item_horizontal_offset 0x7f0604ea
+int dimen mtrl_badge_toolbar_action_menu_item_vertical_offset 0x7f0604eb
+int dimen mtrl_badge_with_text_radius 0x7f0604ec
+int dimen mtrl_bottomappbar_fabOffsetEndMode 0x7f0604ed
+int dimen mtrl_bottomappbar_fab_bottom_margin 0x7f0604ee
+int dimen mtrl_bottomappbar_fab_cradle_margin 0x7f0604ef
+int dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius 0x7f0604f0
+int dimen mtrl_bottomappbar_fab_cradle_vertical_offset 0x7f0604f1
+int dimen mtrl_bottomappbar_height 0x7f0604f2
+int dimen mtrl_btn_corner_radius 0x7f0604f3
+int dimen mtrl_btn_dialog_btn_min_width 0x7f0604f4
+int dimen mtrl_btn_disabled_elevation 0x7f0604f5
+int dimen mtrl_btn_disabled_z 0x7f0604f6
+int dimen mtrl_btn_elevation 0x7f0604f7
+int dimen mtrl_btn_focused_z 0x7f0604f8
+int dimen mtrl_btn_hovered_z 0x7f0604f9
+int dimen mtrl_btn_icon_btn_padding_left 0x7f0604fa
+int dimen mtrl_btn_icon_padding 0x7f0604fb
+int dimen mtrl_btn_inset 0x7f0604fc
+int dimen mtrl_btn_letter_spacing 0x7f0604fd
+int dimen mtrl_btn_max_width 0x7f0604fe
+int dimen mtrl_btn_padding_bottom 0x7f0604ff
+int dimen mtrl_btn_padding_left 0x7f060500
+int dimen mtrl_btn_padding_right 0x7f060501
+int dimen mtrl_btn_padding_top 0x7f060502
+int dimen mtrl_btn_pressed_z 0x7f060503
+int dimen mtrl_btn_snackbar_margin_horizontal 0x7f060504
+int dimen mtrl_btn_stroke_size 0x7f060505
+int dimen mtrl_btn_text_btn_icon_padding 0x7f060506
+int dimen mtrl_btn_text_btn_padding_left 0x7f060507
+int dimen mtrl_btn_text_btn_padding_right 0x7f060508
+int dimen mtrl_btn_text_size 0x7f060509
+int dimen mtrl_btn_z 0x7f06050a
+int dimen mtrl_calendar_action_confirm_button_min_width 0x7f06050b
+int dimen mtrl_calendar_action_height 0x7f06050c
+int dimen mtrl_calendar_action_padding 0x7f06050d
+int dimen mtrl_calendar_bottom_padding 0x7f06050e
+int dimen mtrl_calendar_content_padding 0x7f06050f
+int dimen mtrl_calendar_day_corner 0x7f060510
+int dimen mtrl_calendar_day_height 0x7f060511
+int dimen mtrl_calendar_day_horizontal_padding 0x7f060512
+int dimen mtrl_calendar_day_today_stroke 0x7f060513
+int dimen mtrl_calendar_day_vertical_padding 0x7f060514
+int dimen mtrl_calendar_day_width 0x7f060515
+int dimen mtrl_calendar_days_of_week_height 0x7f060516
+int dimen mtrl_calendar_dialog_background_inset 0x7f060517
+int dimen mtrl_calendar_header_content_padding 0x7f060518
+int dimen mtrl_calendar_header_content_padding_fullscreen 0x7f060519
+int dimen mtrl_calendar_header_divider_thickness 0x7f06051a
+int dimen mtrl_calendar_header_height 0x7f06051b
+int dimen mtrl_calendar_header_height_fullscreen 0x7f06051c
+int dimen mtrl_calendar_header_selection_line_height 0x7f06051d
+int dimen mtrl_calendar_header_text_padding 0x7f06051e
+int dimen mtrl_calendar_header_toggle_margin_bottom 0x7f06051f
+int dimen mtrl_calendar_header_toggle_margin_top 0x7f060520
+int dimen mtrl_calendar_landscape_header_width 0x7f060521
+int dimen mtrl_calendar_maximum_default_fullscreen_minor_axis 0x7f060522
+int dimen mtrl_calendar_month_horizontal_padding 0x7f060523
+int dimen mtrl_calendar_month_vertical_padding 0x7f060524
+int dimen mtrl_calendar_navigation_bottom_padding 0x7f060525
+int dimen mtrl_calendar_navigation_height 0x7f060526
+int dimen mtrl_calendar_navigation_top_padding 0x7f060527
+int dimen mtrl_calendar_pre_l_text_clip_padding 0x7f060528
+int dimen mtrl_calendar_selection_baseline_to_top_fullscreen 0x7f060529
+int dimen mtrl_calendar_selection_text_baseline_to_bottom 0x7f06052a
+int dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen 0x7f06052b
+int dimen mtrl_calendar_selection_text_baseline_to_top 0x7f06052c
+int dimen mtrl_calendar_text_input_padding_top 0x7f06052d
+int dimen mtrl_calendar_title_baseline_to_top 0x7f06052e
+int dimen mtrl_calendar_title_baseline_to_top_fullscreen 0x7f06052f
+int dimen mtrl_calendar_year_corner 0x7f060530
+int dimen mtrl_calendar_year_height 0x7f060531
+int dimen mtrl_calendar_year_horizontal_padding 0x7f060532
+int dimen mtrl_calendar_year_vertical_padding 0x7f060533
+int dimen mtrl_calendar_year_width 0x7f060534
+int dimen mtrl_card_checked_icon_margin 0x7f060535
+int dimen mtrl_card_checked_icon_size 0x7f060536
+int dimen mtrl_card_corner_radius 0x7f060537
+int dimen mtrl_card_dragged_z 0x7f060538
+int dimen mtrl_card_elevation 0x7f060539
+int dimen mtrl_card_spacing 0x7f06053a
+int dimen mtrl_chip_pressed_translation_z 0x7f06053b
+int dimen mtrl_chip_text_size 0x7f06053c
+int dimen mtrl_exposed_dropdown_menu_popup_elevation 0x7f06053d
+int dimen mtrl_exposed_dropdown_menu_popup_vertical_offset 0x7f06053e
+int dimen mtrl_exposed_dropdown_menu_popup_vertical_padding 0x7f06053f
+int dimen mtrl_extended_fab_bottom_padding 0x7f060540
+int dimen mtrl_extended_fab_disabled_elevation 0x7f060541
+int dimen mtrl_extended_fab_disabled_translation_z 0x7f060542
+int dimen mtrl_extended_fab_elevation 0x7f060543
+int dimen mtrl_extended_fab_end_padding 0x7f060544
+int dimen mtrl_extended_fab_end_padding_icon 0x7f060545
+int dimen mtrl_extended_fab_icon_size 0x7f060546
+int dimen mtrl_extended_fab_icon_text_spacing 0x7f060547
+int dimen mtrl_extended_fab_min_height 0x7f060548
+int dimen mtrl_extended_fab_min_width 0x7f060549
+int dimen mtrl_extended_fab_start_padding 0x7f06054a
+int dimen mtrl_extended_fab_start_padding_icon 0x7f06054b
+int dimen mtrl_extended_fab_top_padding 0x7f06054c
+int dimen mtrl_extended_fab_translation_z_base 0x7f06054d
+int dimen mtrl_extended_fab_translation_z_hovered_focused 0x7f06054e
+int dimen mtrl_extended_fab_translation_z_pressed 0x7f06054f
+int dimen mtrl_fab_elevation 0x7f060550
+int dimen mtrl_fab_min_touch_target 0x7f060551
+int dimen mtrl_fab_translation_z_hovered_focused 0x7f060552
+int dimen mtrl_fab_translation_z_pressed 0x7f060553
+int dimen mtrl_high_ripple_default_alpha 0x7f060554
+int dimen mtrl_high_ripple_focused_alpha 0x7f060555
+int dimen mtrl_high_ripple_hovered_alpha 0x7f060556
+int dimen mtrl_high_ripple_pressed_alpha 0x7f060557
+int dimen mtrl_low_ripple_default_alpha 0x7f060558
+int dimen mtrl_low_ripple_focused_alpha 0x7f060559
+int dimen mtrl_low_ripple_hovered_alpha 0x7f06055a
+int dimen mtrl_low_ripple_pressed_alpha 0x7f06055b
+int dimen mtrl_min_touch_target_size 0x7f06055c
+int dimen mtrl_navigation_bar_item_default_icon_size 0x7f06055d
+int dimen mtrl_navigation_bar_item_default_margin 0x7f06055e
+int dimen mtrl_navigation_elevation 0x7f06055f
+int dimen mtrl_navigation_item_horizontal_padding 0x7f060560
+int dimen mtrl_navigation_item_icon_padding 0x7f060561
+int dimen mtrl_navigation_item_icon_size 0x7f060562
+int dimen mtrl_navigation_item_shape_horizontal_margin 0x7f060563
+int dimen mtrl_navigation_item_shape_vertical_margin 0x7f060564
+int dimen mtrl_navigation_rail_active_text_size 0x7f060565
+int dimen mtrl_navigation_rail_compact_width 0x7f060566
+int dimen mtrl_navigation_rail_default_width 0x7f060567
+int dimen mtrl_navigation_rail_elevation 0x7f060568
+int dimen mtrl_navigation_rail_icon_margin 0x7f060569
+int dimen mtrl_navigation_rail_icon_size 0x7f06056a
+int dimen mtrl_navigation_rail_margin 0x7f06056b
+int dimen mtrl_navigation_rail_text_bottom_margin 0x7f06056c
+int dimen mtrl_navigation_rail_text_size 0x7f06056d
+int dimen mtrl_progress_circular_inset 0x7f06056e
+int dimen mtrl_progress_circular_inset_extra_small 0x7f06056f
+int dimen mtrl_progress_circular_inset_medium 0x7f060570
+int dimen mtrl_progress_circular_inset_small 0x7f060571
+int dimen mtrl_progress_circular_radius 0x7f060572
+int dimen mtrl_progress_circular_size 0x7f060573
+int dimen mtrl_progress_circular_size_extra_small 0x7f060574
+int dimen mtrl_progress_circular_size_medium 0x7f060575
+int dimen mtrl_progress_circular_size_small 0x7f060576
+int dimen mtrl_progress_circular_track_thickness_extra_small 0x7f060577
+int dimen mtrl_progress_circular_track_thickness_medium 0x7f060578
+int dimen mtrl_progress_circular_track_thickness_small 0x7f060579
+int dimen mtrl_progress_indicator_full_rounded_corner_radius 0x7f06057a
+int dimen mtrl_progress_track_thickness 0x7f06057b
+int dimen mtrl_shape_corner_size_large_component 0x7f06057c
+int dimen mtrl_shape_corner_size_medium_component 0x7f06057d
+int dimen mtrl_shape_corner_size_small_component 0x7f06057e
+int dimen mtrl_slider_halo_radius 0x7f06057f
+int dimen mtrl_slider_label_padding 0x7f060580
+int dimen mtrl_slider_label_radius 0x7f060581
+int dimen mtrl_slider_label_square_side 0x7f060582
+int dimen mtrl_slider_thumb_elevation 0x7f060583
+int dimen mtrl_slider_thumb_radius 0x7f060584
+int dimen mtrl_slider_track_height 0x7f060585
+int dimen mtrl_slider_track_side_padding 0x7f060586
+int dimen mtrl_slider_widget_height 0x7f060587
+int dimen mtrl_snackbar_action_text_color_alpha 0x7f060588
+int dimen mtrl_snackbar_background_corner_radius 0x7f060589
+int dimen mtrl_snackbar_background_overlay_color_alpha 0x7f06058a
+int dimen mtrl_snackbar_margin 0x7f06058b
+int dimen mtrl_snackbar_message_margin_horizontal 0x7f06058c
+int dimen mtrl_snackbar_padding_horizontal 0x7f06058d
+int dimen mtrl_switch_text_padding 0x7f06058e
+int dimen mtrl_switch_thumb_elevation 0x7f06058f
+int dimen mtrl_switch_thumb_size 0x7f060590
+int dimen mtrl_switch_track_height 0x7f060591
+int dimen mtrl_switch_track_width 0x7f060592
+int dimen mtrl_textinput_box_corner_radius_medium 0x7f060593
+int dimen mtrl_textinput_box_corner_radius_small 0x7f060594
+int dimen mtrl_textinput_box_label_cutout_padding 0x7f060595
+int dimen mtrl_textinput_box_stroke_width_default 0x7f060596
+int dimen mtrl_textinput_box_stroke_width_focused 0x7f060597
+int dimen mtrl_textinput_counter_margin_start 0x7f060598
+int dimen mtrl_textinput_end_icon_margin_start 0x7f060599
+int dimen mtrl_textinput_outline_box_expanded_padding 0x7f06059a
+int dimen mtrl_textinput_start_icon_margin_end 0x7f06059b
+int dimen mtrl_toolbar_default_height 0x7f06059c
+int dimen mtrl_tooltip_arrowSize 0x7f06059d
+int dimen mtrl_tooltip_cornerSize 0x7f06059e
+int dimen mtrl_tooltip_minHeight 0x7f06059f
+int dimen mtrl_tooltip_minWidth 0x7f0605a0
+int dimen mtrl_tooltip_padding 0x7f0605a1
+int dimen mtrl_transition_shared_axis_slide_distance 0x7f0605a2
+int dimen notification_action_icon_size 0x7f0605a3
+int dimen notification_action_text_size 0x7f0605a4
+int dimen notification_big_circle_margin 0x7f0605a5
+int dimen notification_content_margin_start 0x7f0605a6
+int dimen notification_large_icon_height 0x7f0605a7
+int dimen notification_large_icon_width 0x7f0605a8
+int dimen notification_main_column_padding_top 0x7f0605a9
+int dimen notification_media_narrow_margin 0x7f0605aa
+int dimen notification_right_icon_size 0x7f0605ab
+int dimen notification_right_side_padding_top 0x7f0605ac
+int dimen notification_small_icon_background_padding 0x7f0605ad
+int dimen notification_small_icon_size_as_large 0x7f0605ae
+int dimen notification_subtext_size 0x7f0605af
+int dimen notification_top_pad 0x7f0605b0
+int dimen notification_top_pad_large_text 0x7f0605b1
+int dimen tooltip_corner_radius 0x7f0605b2
+int dimen tooltip_horizontal_padding 0x7f0605b3
+int dimen tooltip_margin 0x7f0605b4
+int dimen tooltip_precise_anchor_extra_offset 0x7f0605b5
+int dimen tooltip_precise_anchor_threshold 0x7f0605b6
+int dimen tooltip_vertical_padding 0x7f0605b7
+int dimen tooltip_y_offset_non_touch 0x7f0605b8
+int dimen tooltip_y_offset_touch 0x7f0605b9
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f070029
+int drawable abc_action_bar_item_background_material 0x7f07002a
+int drawable abc_btn_borderless_material 0x7f07002b
+int drawable abc_btn_check_material 0x7f07002c
+int drawable abc_btn_check_material_anim 0x7f07002d
+int drawable abc_btn_check_to_on_mtrl_000 0x7f07002e
+int drawable abc_btn_check_to_on_mtrl_015 0x7f07002f
+int drawable abc_btn_colored_material 0x7f070030
+int drawable abc_btn_default_mtrl_shape 0x7f070031
+int drawable abc_btn_radio_material 0x7f070032
+int drawable abc_btn_radio_material_anim 0x7f070033
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f070034
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f070035
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f070036
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f070037
+int drawable abc_cab_background_internal_bg 0x7f070038
+int drawable abc_cab_background_top_material 0x7f070039
+int drawable abc_cab_background_top_mtrl_alpha 0x7f07003a
+int drawable abc_control_background_material 0x7f07003b
+int drawable abc_dialog_material_background 0x7f07003c
+int drawable abc_edit_text_material 0x7f07003d
+int drawable abc_ic_ab_back_material 0x7f07003e
+int drawable abc_ic_arrow_drop_right_black_24dp 0x7f07003f
+int drawable abc_ic_clear_material 0x7f070040
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f070041
+int drawable abc_ic_go_search_api_material 0x7f070042
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f070043
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f070044
+int drawable abc_ic_menu_overflow_material 0x7f070045
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f070046
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f070047
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f070048
+int drawable abc_ic_search_api_material 0x7f070049
+int drawable abc_ic_voice_search_api_material 0x7f07004a
+int drawable abc_item_background_holo_dark 0x7f07004b
+int drawable abc_item_background_holo_light 0x7f07004c
+int drawable abc_list_divider_material 0x7f07004d
+int drawable abc_list_divider_mtrl_alpha 0x7f07004e
+int drawable abc_list_focused_holo 0x7f07004f
+int drawable abc_list_longpressed_holo 0x7f070050
+int drawable abc_list_pressed_holo_dark 0x7f070051
+int drawable abc_list_pressed_holo_light 0x7f070052
+int drawable abc_list_selector_background_transition_holo_dark 0x7f070053
+int drawable abc_list_selector_background_transition_holo_light 0x7f070054
+int drawable abc_list_selector_disabled_holo_dark 0x7f070055
+int drawable abc_list_selector_disabled_holo_light 0x7f070056
+int drawable abc_list_selector_holo_dark 0x7f070057
+int drawable abc_list_selector_holo_light 0x7f070058
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f070059
+int drawable abc_popup_background_mtrl_mult 0x7f07005a
+int drawable abc_ratingbar_indicator_material 0x7f07005b
+int drawable abc_ratingbar_material 0x7f07005c
+int drawable abc_ratingbar_small_material 0x7f07005d
+int drawable abc_scrubber_control_off_mtrl_alpha 0x7f07005e
+int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f07005f
+int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f070060
+int drawable abc_scrubber_primary_mtrl_alpha 0x7f070061
+int drawable abc_scrubber_track_mtrl_alpha 0x7f070062
+int drawable abc_seekbar_thumb_material 0x7f070063
+int drawable abc_seekbar_tick_mark_material 0x7f070064
+int drawable abc_seekbar_track_material 0x7f070065
+int drawable abc_spinner_mtrl_am_alpha 0x7f070066
+int drawable abc_spinner_textfield_background_material 0x7f070067
+int drawable abc_star_black_48dp 0x7f070068
+int drawable abc_star_half_black_48dp 0x7f070069
+int drawable abc_switch_thumb_material 0x7f07006a
+int drawable abc_switch_track_mtrl_alpha 0x7f07006b
+int drawable abc_tab_indicator_material 0x7f07006c
+int drawable abc_tab_indicator_mtrl_alpha 0x7f07006d
+int drawable abc_text_cursor_material 0x7f07006e
+int drawable abc_text_select_handle_left_mtrl 0x7f07006f
+int drawable abc_text_select_handle_middle_mtrl 0x7f070070
+int drawable abc_text_select_handle_right_mtrl 0x7f070071
+int drawable abc_textfield_activated_mtrl_alpha 0x7f070072
+int drawable abc_textfield_default_mtrl_alpha 0x7f070073
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f070074
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f070075
+int drawable abc_textfield_search_material 0x7f070076
+int drawable abc_vector_test 0x7f070077
+int drawable applogo 0x7f070078
+int drawable avd_hide_password 0x7f070079
+int drawable avd_show_password 0x7f07007a
+int drawable banner_bg 0x7f07007b
+int drawable baseline_account_circle_24 0x7f07007c
+int drawable baseline_birthday 0x7f07007d
+int drawable baseline_contact_phone_24 0x7f07007e
+int drawable baseline_email_24 0x7f07007f
+int drawable baseline_local_phone_24 0x7f070080
+int drawable baseline_person_24 0x7f070081
+int drawable bg_button 0x7f070082
+int drawable btn_checkbox_checked_mtrl 0x7f070083
+int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x7f070084
+int drawable btn_checkbox_unchecked_mtrl 0x7f070085
+int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x7f070086
+int drawable btn_radio_off_mtrl 0x7f070087
+int drawable btn_radio_off_to_on_mtrl_animation 0x7f070088
+int drawable btn_radio_on_mtrl 0x7f070089
+int drawable btn_radio_on_to_off_mtrl_animation 0x7f07008a
+int drawable circle 0x7f07008b
+int drawable circlebc 0x7f07008c
+int drawable cirleaccount 0x7f07008d
+int drawable design_fab_background 0x7f07008e
+int drawable design_ic_visibility 0x7f07008f
+int drawable design_ic_visibility_off 0x7f070090
+int drawable design_password_eye 0x7f070091
+int drawable design_snackbar_background 0x7f070092
+int drawable home_background 0x7f070093
+int drawable homepage_icon 0x7f070094
+int drawable homepage_icon_background 0x7f070095
+int drawable ic_arrow_back_black_24 0x7f070096
+int drawable ic_baseline_access_time_24 0x7f070097
+int drawable ic_baseline_add_24 0x7f070098
+int drawable ic_baseline_arrow_back_24 0x7f070099
+int drawable ic_baseline_arrow_circle_right_24 0x7f07009a
+int drawable ic_baseline_date_range_24 0x7f07009b
+int drawable ic_baseline_email_24 0x7f07009c
+int drawable ic_baseline_location_on_24 0x7f07009d
+int drawable ic_baseline_lock_24 0x7f07009e
+int drawable ic_baseline_person_24 0x7f07009f
+int drawable ic_baseline_phone_24 0x7f0700a0
+int drawable ic_baseline_strikethrough_s_24 0x7f0700a1
+int drawable ic_clear_black_24 0x7f0700a2
+int drawable ic_clock_black_24dp 0x7f0700a3
+int drawable ic_keyboard_black_24dp 0x7f0700a4
+int drawable ic_launcher_background 0x7f0700a5
+int drawable ic_launcher_foreground 0x7f0700a6
+int drawable ic_m3_chip_check 0x7f0700a7
+int drawable ic_m3_chip_checked_circle 0x7f0700a8
+int drawable ic_m3_chip_close 0x7f0700a9
+int drawable ic_mtrl_checked_circle 0x7f0700aa
+int drawable ic_mtrl_chip_checked_black 0x7f0700ab
+int drawable ic_mtrl_chip_checked_circle 0x7f0700ac
+int drawable ic_mtrl_chip_close_circle 0x7f0700ad
+int drawable ic_search_black_24 0x7f0700ae
+int drawable img 0x7f0700af
+int drawable img_1 0x7f0700b0
+int drawable img_2 0x7f0700b1
+int drawable m3_appbar_background 0x7f0700b2
+int drawable m3_avd_hide_password 0x7f0700b3
+int drawable m3_avd_show_password 0x7f0700b4
+int drawable m3_password_eye 0x7f0700b5
+int drawable m3_popupmenu_background_overlay 0x7f0700b6
+int drawable m3_radiobutton_ripple 0x7f0700b7
+int drawable m3_selection_control_ripple 0x7f0700b8
+int drawable m3_tabs_background 0x7f0700b9
+int drawable m3_tabs_line_indicator 0x7f0700ba
+int drawable m3_tabs_rounded_line_indicator 0x7f0700bb
+int drawable m3_tabs_transparent_background 0x7f0700bc
+int drawable material_cursor_drawable 0x7f0700bd
+int drawable material_ic_calendar_black_24dp 0x7f0700be
+int drawable material_ic_clear_black_24dp 0x7f0700bf
+int drawable material_ic_edit_black_24dp 0x7f0700c0
+int drawable material_ic_keyboard_arrow_left_black_24dp 0x7f0700c1
+int drawable material_ic_keyboard_arrow_next_black_24dp 0x7f0700c2
+int drawable material_ic_keyboard_arrow_previous_black_24dp 0x7f0700c3
+int drawable material_ic_keyboard_arrow_right_black_24dp 0x7f0700c4
+int drawable material_ic_menu_arrow_down_black_24dp 0x7f0700c5
+int drawable material_ic_menu_arrow_up_black_24dp 0x7f0700c6
+int drawable mtrl_bottomsheet_drag_handle 0x7f0700c7
+int drawable mtrl_checkbox_button 0x7f0700c8
+int drawable mtrl_checkbox_button_checked_unchecked 0x7f0700c9
+int drawable mtrl_checkbox_button_icon 0x7f0700ca
+int drawable mtrl_checkbox_button_icon_checked_indeterminate 0x7f0700cb
+int drawable mtrl_checkbox_button_icon_checked_unchecked 0x7f0700cc
+int drawable mtrl_checkbox_button_icon_indeterminate_checked 0x7f0700cd
+int drawable mtrl_checkbox_button_icon_indeterminate_unchecked 0x7f0700ce
+int drawable mtrl_checkbox_button_icon_unchecked_checked 0x7f0700cf
+int drawable mtrl_checkbox_button_icon_unchecked_indeterminate 0x7f0700d0
+int drawable mtrl_checkbox_button_unchecked_checked 0x7f0700d1
+int drawable mtrl_dialog_background 0x7f0700d2
+int drawable mtrl_dropdown_arrow 0x7f0700d3
+int drawable mtrl_ic_arrow_drop_down 0x7f0700d4
+int drawable mtrl_ic_arrow_drop_up 0x7f0700d5
+int drawable mtrl_ic_cancel 0x7f0700d6
+int drawable mtrl_ic_check_mark 0x7f0700d7
+int drawable mtrl_ic_checkbox_checked 0x7f0700d8
+int drawable mtrl_ic_checkbox_unchecked 0x7f0700d9
+int drawable mtrl_ic_error 0x7f0700da
+int drawable mtrl_ic_indeterminate 0x7f0700db
+int drawable mtrl_navigation_bar_item_background 0x7f0700dc
+int drawable mtrl_popupmenu_background 0x7f0700dd
+int drawable mtrl_popupmenu_background_overlay 0x7f0700de
+int drawable mtrl_switch_thumb 0x7f0700df
+int drawable mtrl_switch_thumb_checked 0x7f0700e0
+int drawable mtrl_switch_thumb_checked_pressed 0x7f0700e1
+int drawable mtrl_switch_thumb_checked_unchecked 0x7f0700e2
+int drawable mtrl_switch_thumb_pressed 0x7f0700e3
+int drawable mtrl_switch_thumb_pressed_checked 0x7f0700e4
+int drawable mtrl_switch_thumb_pressed_unchecked 0x7f0700e5
+int drawable mtrl_switch_thumb_unchecked 0x7f0700e6
+int drawable mtrl_switch_thumb_unchecked_checked 0x7f0700e7
+int drawable mtrl_switch_thumb_unchecked_pressed 0x7f0700e8
+int drawable mtrl_switch_track 0x7f0700e9
+int drawable mtrl_switch_track_decoration 0x7f0700ea
+int drawable mtrl_tabs_default_indicator 0x7f0700eb
+int drawable navigation_empty_icon 0x7f0700ec
+int drawable notification_action_background 0x7f0700ed
+int drawable notification_bg 0x7f0700ee
+int drawable notification_bg_low 0x7f0700ef
+int drawable notification_bg_low_normal 0x7f0700f0
+int drawable notification_bg_low_pressed 0x7f0700f1
+int drawable notification_bg_normal 0x7f0700f2
+int drawable notification_bg_normal_pressed 0x7f0700f3
+int drawable notification_icon_background 0x7f0700f4
+int drawable notification_template_icon_bg 0x7f0700f5
+int drawable notification_template_icon_low_bg 0x7f0700f6
+int drawable notification_tile_bg 0x7f0700f7
+int drawable notify_panel_notification_icon_bg 0x7f0700f8
+int drawable passord_icon 0x7f0700f9
+int drawable personwhite 0x7f0700fa
+int drawable register 0x7f0700fb
+int drawable rounded_button 0x7f0700fc
+int drawable test_level_drawable 0x7f0700fd
+int drawable tooltip_frame_dark 0x7f0700fe
+int drawable tooltip_frame_light 0x7f0700ff
+int id ALT 0x7f080000
+int id BOD 0x7f080001
+int id BOTTOM_END 0x7f080002
+int id BOTTOM_START 0x7f080003
+int id CTRL 0x7f080004
+int id FUNCTION 0x7f080005
+int id META 0x7f080006
+int id NO_DEBUG 0x7f080007
+int id SHIFT 0x7f080008
+int id SHOW_ALL 0x7f080009
+int id SHOW_PATH 0x7f08000a
+int id SHOW_PROGRESS 0x7f08000b
+int id SYM 0x7f08000c
+int id TOP_END 0x7f08000d
+int id TOP_START 0x7f08000e
+int id accelerate 0x7f08000f
+int id accessibility_action_clickable_span 0x7f080010
+int id accessibility_custom_action_0 0x7f080011
+int id accessibility_custom_action_1 0x7f080012
+int id accessibility_custom_action_10 0x7f080013
+int id accessibility_custom_action_11 0x7f080014
+int id accessibility_custom_action_12 0x7f080015
+int id accessibility_custom_action_13 0x7f080016
+int id accessibility_custom_action_14 0x7f080017
+int id accessibility_custom_action_15 0x7f080018
+int id accessibility_custom_action_16 0x7f080019
+int id accessibility_custom_action_17 0x7f08001a
+int id accessibility_custom_action_18 0x7f08001b
+int id accessibility_custom_action_19 0x7f08001c
+int id accessibility_custom_action_2 0x7f08001d
+int id accessibility_custom_action_20 0x7f08001e
+int id accessibility_custom_action_21 0x7f08001f
+int id accessibility_custom_action_22 0x7f080020
+int id accessibility_custom_action_23 0x7f080021
+int id accessibility_custom_action_24 0x7f080022
+int id accessibility_custom_action_25 0x7f080023
+int id accessibility_custom_action_26 0x7f080024
+int id accessibility_custom_action_27 0x7f080025
+int id accessibility_custom_action_28 0x7f080026
+int id accessibility_custom_action_29 0x7f080027
+int id accessibility_custom_action_3 0x7f080028
+int id accessibility_custom_action_30 0x7f080029
+int id accessibility_custom_action_31 0x7f08002a
+int id accessibility_custom_action_4 0x7f08002b
+int id accessibility_custom_action_5 0x7f08002c
+int id accessibility_custom_action_6 0x7f08002d
+int id accessibility_custom_action_7 0x7f08002e
+int id accessibility_custom_action_8 0x7f08002f
+int id accessibility_custom_action_9 0x7f080030
+int id actionDown 0x7f080031
+int id actionDownUp 0x7f080032
+int id actionUp 0x7f080033
+int id action_bar 0x7f080034
+int id action_bar_activity_content 0x7f080035
+int id action_bar_container 0x7f080036
+int id action_bar_root 0x7f080037
+int id action_bar_spinner 0x7f080038
+int id action_bar_subtitle 0x7f080039
+int id action_bar_title 0x7f08003a
+int id action_container 0x7f08003b
+int id action_context_bar 0x7f08003c
+int id action_divider 0x7f08003d
+int id action_image 0x7f08003e
+int id action_menu_divider 0x7f08003f
+int id action_menu_presenter 0x7f080040
+int id action_mode_bar 0x7f080041
+int id action_mode_bar_stub 0x7f080042
+int id action_mode_close_button 0x7f080043
+int id action_text 0x7f080044
+int id actions 0x7f080045
+int id activity_chooser_view_content 0x7f080046
+int id add 0x7f080047
+int id addressInputEditText 0x7f080048
+int id addressTil 0x7f080049
+int id alertTitle 0x7f08004a
+int id aligned 0x7f08004b
+int id all 0x7f08004c
+int id allStates 0x7f08004d
+int id always 0x7f08004e
+int id animateToEnd 0x7f08004f
+int id animateToStart 0x7f080050
+int id antiClockwise 0x7f080051
+int id anticipate 0x7f080052
+int id arc 0x7f080053
+int id asConfigured 0x7f080054
+int id assn 0x7f080055
+int id async 0x7f080056
+int id auto 0x7f080057
+int id autoComplete 0x7f080058
+int id autoCompleteToEnd 0x7f080059
+int id autoCompleteToStart 0x7f08005a
+int id automatic 0x7f08005b
+int id backBtn 0x7f08005c
+int id barrier 0x7f08005d
+int id baseline 0x7f08005e
+int id beginOnFirstDraw 0x7f08005f
+int id beginning 0x7f080060
+int id bestChoice 0x7f080061
+int id birthTil 0x7f080062
+int id blocking 0x7f080063
+int id bottom 0x7f080064
+int id bounce 0x7f080065
+int id bounceBoth 0x7f080066
+int id bounceEnd 0x7f080067
+int id bounceStart 0x7f080068
+int id btn_login_screen 0x7f080069
+int id buttonPanel 0x7f08006a
+int id cache_measures 0x7f08006b
+int id callMeasure 0x7f08006c
+int id cancel_button 0x7f08006d
+int id carryVelocity 0x7f08006e
+int id center 0x7f08006f
+int id centerCrop 0x7f080070
+int id centerInside 0x7f080071
+int id center_horizontal 0x7f080072
+int id center_vertical 0x7f080073
+int id chain 0x7f080074
+int id chain2 0x7f080075
+int id chains 0x7f080076
+int id checkbox 0x7f080077
+int id checked 0x7f080078
+int id chronometer 0x7f080079
+int id circle_center 0x7f08007a
+int id clear_text 0x7f08007b
+int id clip_horizontal 0x7f08007c
+int id clip_vertical 0x7f08007d
+int id clockwise 0x7f08007e
+int id closest 0x7f08007f
+int id collapseActionView 0x7f080080
+int id compress 0x7f080081
+int id confirm_button 0x7f080082
+int id constraint 0x7f080083
+int id container 0x7f080084
+int id content 0x7f080085
+int id contentPanel 0x7f080086
+int id contiguous 0x7f080087
+int id continuousVelocity 0x7f080088
+int id coordinator 0x7f080089
+int id cos 0x7f08008a
+int id counterclockwise 0x7f08008b
+int id cradle 0x7f08008c
+int id currentState 0x7f08008d
+int id custom 0x7f08008e
+int id customPanel 0x7f08008f
+int id cut 0x7f080090
+int id dataBinding 0x7f080091
+int id date_picker_actions 0x7f080092
+int id decelerate 0x7f080093
+int id decelerateAndComplete 0x7f080094
+int id decor_content_parent 0x7f080095
+int id default_activity_button 0x7f080096
+int id deltaRelative 0x7f080097
+int id dependency_ordering 0x7f080098
+int id design_bottom_sheet 0x7f080099
+int id design_menu_item_action_area 0x7f08009a
+int id design_menu_item_action_area_stub 0x7f08009b
+int id design_menu_item_text 0x7f08009c
+int id design_navigation_view 0x7f08009d
+int id dialog_button 0x7f08009e
+int id dimensions 0x7f08009f
+int id direct 0x7f0800a0
+int id disableHome 0x7f0800a1
+int id disableIntraAutoTransition 0x7f0800a2
+int id disablePostScroll 0x7f0800a3
+int id disableScroll 0x7f0800a4
+int id disjoint 0x7f0800a5
+int id dont_haveAccount 0x7f0800a6
+int id dragAnticlockwise 0x7f0800a7
+int id dragClockwise 0x7f0800a8
+int id dragDown 0x7f0800a9
+int id dragEnd 0x7f0800aa
+int id dragLeft 0x7f0800ab
+int id dragRight 0x7f0800ac
+int id dragStart 0x7f0800ad
+int id dragUp 0x7f0800ae
+int id dropdown_menu 0x7f0800af
+int id easeIn 0x7f0800b0
+int id easeInOut 0x7f0800b1
+int id easeOut 0x7f0800b2
+int id east 0x7f0800b3
+int id edit_query 0x7f0800b4
+int id edt_email_login 0x7f0800b5
+int id edt_password_login 0x7f0800b6
+int id elastic 0x7f0800b7
+int id email 0x7f0800b8
+int id emailInput 0x7f0800b9
+int id emailTil 0x7f0800ba
+int id embed 0x7f0800bb
+int id end 0x7f0800bc
+int id endToStart 0x7f0800bd
+int id enterAlways 0x7f0800be
+int id enterAlwaysCollapsed 0x7f0800bf
+int id exitUntilCollapsed 0x7f0800c0
+int id expand_activities_button 0x7f0800c1
+int id expanded_menu 0x7f0800c2
+int id fade 0x7f0800c3
+int id fill 0x7f0800c4
+int id fill_horizontal 0x7f0800c5
+int id fill_vertical 0x7f0800c6
+int id filled 0x7f0800c7
+int id firstname 0x7f0800c8
+int id fitCenter 0x7f0800c9
+int id fitEnd 0x7f0800ca
+int id fitStart 0x7f0800cb
+int id fitToContents 0x7f0800cc
+int id fitXY 0x7f0800cd
+int id fixed 0x7f0800ce
+int id flip 0x7f0800cf
+int id floating 0x7f0800d0
+int id fname 0x7f0800d1
+int id forever 0x7f0800d2
+int id forgetpassword 0x7f0800d3
+int id fragment_container_view_tag 0x7f0800d4
+int id frost 0x7f0800d5
+int id fullscreen_header 0x7f0800d6
+int id ghost_view 0x7f0800d7
+int id ghost_view_holder 0x7f0800d8
+int id give_us_a_review_landmine_button 0x7f0800d9
+int id give_us_a_review_landmine_main_layout 0x7f0800da
+int id give_us_a_review_landmine_text_1 0x7f0800db
+int id give_us_a_review_landmine_text_2 0x7f0800dc
+int id gone 0x7f0800dd
+int id graph 0x7f0800de
+int id graph_wrap 0x7f0800df
+int id group_divider 0x7f0800e0
+int id grouping 0x7f0800e1
+int id groups 0x7f0800e2
+int id hardware 0x7f0800e3
+int id header_title 0x7f0800e4
+int id hideable 0x7f0800e5
+int id home 0x7f0800e6
+int id homeAsUp 0x7f0800e7
+int id honorRequest 0x7f0800e8
+int id horizontal_only 0x7f0800e9
+int id icon 0x7f0800ea
+int id icon_group 0x7f0800eb
+int id ifRoom 0x7f0800ec
+int id ignore 0x7f0800ed
+int id ignoreRequest 0x7f0800ee
+int id image 0x7f0800ef
+int id imageView 0x7f0800f0
+int id immediateStop 0x7f0800f1
+int id included 0x7f0800f2
+int id indeterminate 0x7f0800f3
+int id info 0x7f0800f4
+int id invisible 0x7f0800f5
+int id inward 0x7f0800f6
+int id italic 0x7f0800f7
+int id item_touch_helper_previous_elevation 0x7f0800f8
+int id jumpToEnd 0x7f0800f9
+int id jumpToStart 0x7f0800fa
+int id labeled 0x7f0800fb
+int id lastname 0x7f0800fc
+int id layout 0x7f0800fd
+int id left 0x7f0800fe
+int id leftToRight 0x7f0800ff
+int id legacy 0x7f080100
+int id line1 0x7f080101
+int id line3 0x7f080102
+int id linear 0x7f080103
+int id listMode 0x7f080104
+int id list_item 0x7f080105
+int id lname 0x7f080106
+int id lottie_layer_name 0x7f080107
+int id m3_side_sheet 0x7f080108
+int id mEditEmail 0x7f080109
+int id marquee 0x7f08010a
+int id masked 0x7f08010b
+int id match_constraint 0x7f08010c
+int id match_parent 0x7f08010d
+int id material_clock_display 0x7f08010e
+int id material_clock_display_and_toggle 0x7f08010f
+int id material_clock_face 0x7f080110
+int id material_clock_hand 0x7f080111
+int id material_clock_level 0x7f080112
+int id material_clock_period_am_button 0x7f080113
+int id material_clock_period_pm_button 0x7f080114
+int id material_clock_period_toggle 0x7f080115
+int id material_hour_text_input 0x7f080116
+int id material_hour_tv 0x7f080117
+int id material_label 0x7f080118
+int id material_minute_text_input 0x7f080119
+int id material_minute_tv 0x7f08011a
+int id material_textinput_timepicker 0x7f08011b
+int id material_timepicker_cancel_button 0x7f08011c
+int id material_timepicker_container 0x7f08011d
+int id material_timepicker_mode_button 0x7f08011e
+int id material_timepicker_ok_button 0x7f08011f
+int id material_timepicker_view 0x7f080120
+int id material_value_index 0x7f080121
+int id matrix 0x7f080122
+int id message 0x7f080123
+int id middle 0x7f080124
+int id mini 0x7f080125
+int id month_grid 0x7f080126
+int id month_navigation_bar 0x7f080127
+int id month_navigation_fragment_toggle 0x7f080128
+int id month_navigation_next 0x7f080129
+int id month_navigation_previous 0x7f08012a
+int id month_title 0x7f08012b
+int id motion_base 0x7f08012c
+int id mtrl_anchor_parent 0x7f08012d
+int id mtrl_calendar_day_selector_frame 0x7f08012e
+int id mtrl_calendar_days_of_week 0x7f08012f
+int id mtrl_calendar_frame 0x7f080130
+int id mtrl_calendar_main_pane 0x7f080131
+int id mtrl_calendar_months 0x7f080132
+int id mtrl_calendar_selection_frame 0x7f080133
+int id mtrl_calendar_text_input_frame 0x7f080134
+int id mtrl_calendar_year_selector_frame 0x7f080135
+int id mtrl_card_checked_layer_id 0x7f080136
+int id mtrl_child_content_container 0x7f080137
+int id mtrl_internal_children_alpha_tag 0x7f080138
+int id mtrl_motion_snapshot_view 0x7f080139
+int id mtrl_picker_fullscreen 0x7f08013a
+int id mtrl_picker_header 0x7f08013b
+int id mtrl_picker_header_selection_text 0x7f08013c
+int id mtrl_picker_header_title_and_selection 0x7f08013d
+int id mtrl_picker_header_toggle 0x7f08013e
+int id mtrl_picker_text_input_date 0x7f08013f
+int id mtrl_picker_text_input_range_end 0x7f080140
+int id mtrl_picker_text_input_range_start 0x7f080141
+int id mtrl_picker_title_text 0x7f080142
+int id mtrl_view_tag_bottom_padding 0x7f080143
+int id multiply 0x7f080144
+int id navigation_bar_item_active_indicator_view 0x7f080145
+int id navigation_bar_item_icon_container 0x7f080146
+int id navigation_bar_item_icon_view 0x7f080147
+int id navigation_bar_item_labels_group 0x7f080148
+int id navigation_bar_item_large_label_view 0x7f080149
+int id navigation_bar_item_small_label_view 0x7f08014a
+int id navigation_header_container 0x7f08014b
+int id never 0x7f08014c
+int id neverCompleteToEnd 0x7f08014d
+int id neverCompleteToStart 0x7f08014e
+int id noScroll 0x7f08014f
+int id noState 0x7f080150
+int id none 0x7f080151
+int id normal 0x7f080152
+int id north 0x7f080153
+int id notification_background 0x7f080154
+int id notification_main_column 0x7f080155
+int id notification_main_column_container 0x7f080156
+int id off 0x7f080157
+int id on 0x7f080158
+int id onAttachStateChangeListener 0x7f080159
+int id onDateChanged 0x7f08015a
+int id onInterceptTouchReturnSwipe 0x7f08015b
+int id outline 0x7f08015c
+int id outward 0x7f08015d
+int id overshoot 0x7f08015e
+int id packed 0x7f08015f
+int id parallax 0x7f080160
+int id parent 0x7f080161
+int id parentPanel 0x7f080162
+int id parentRelative 0x7f080163
+int id parent_matrix 0x7f080164
+int id passwordInputEditText 0x7f080165
+int id passwordTil 0x7f080166
+int id password_login 0x7f080167
+int id password_toggle 0x7f080168
+int id path 0x7f080169
+int id pathRelative 0x7f08016a
+int id peekHeight 0x7f08016b
+int id percent 0x7f08016c
+int id phone 0x7f08016d
+int id phoneNum 0x7f08016e
+int id pin 0x7f08016f
+int id position 0x7f080170
+int id postLayout 0x7f080171
+int id pressed 0x7f080172
+int id progress_circular 0x7f080173
+int id progress_horizontal 0x7f080174
+int id radio 0x7f080175
+int id ratio 0x7f080176
+int id rectangles 0x7f080177
+int id registerBtn 0x7f080178
+int id repasslottie 0x7f080179
+int id restart 0x7f08017a
+int id reverse 0x7f08017b
+int id reverseSawtooth 0x7f08017c
+int id right 0x7f08017d
+int id rightToLeft 0x7f08017e
+int id right_icon 0x7f08017f
+int id right_side 0x7f080180
+int id rounded 0x7f080181
+int id row_index_key 0x7f080182
+int id save_non_transition_alpha 0x7f080183
+int id save_overlay_view 0x7f080184
+int id sawtooth 0x7f080185
+int id scale 0x7f080186
+int id screen 0x7f080187
+int id scroll 0x7f080188
+int id scrollIndicatorDown 0x7f080189
+int id scrollIndicatorUp 0x7f08018a
+int id scrollView 0x7f08018b
+int id scrollable 0x7f08018c
+int id search_badge 0x7f08018d
+int id search_bar 0x7f08018e
+int id search_bar_text_view 0x7f08018f
+int id search_button 0x7f080190
+int id search_close_btn 0x7f080191
+int id search_edit_frame 0x7f080192
+int id search_go_btn 0x7f080193
+int id search_mag_icon 0x7f080194
+int id search_plate 0x7f080195
+int id search_src_text 0x7f080196
+int id search_view_background 0x7f080197
+int id search_view_clear_button 0x7f080198
+int id search_view_content_container 0x7f080199
+int id search_view_divider 0x7f08019a
+int id search_view_dummy_toolbar 0x7f08019b
+int id search_view_edit_text 0x7f08019c
+int id search_view_header_container 0x7f08019d
+int id search_view_root 0x7f08019e
+int id search_view_scrim 0x7f08019f
+int id search_view_search_prefix 0x7f0801a0
+int id search_view_status_bar_spacer 0x7f0801a1
+int id search_view_toolbar 0x7f0801a2
+int id search_view_toolbar_container 0x7f0801a3
+int id search_voice_btn 0x7f0801a4
+int id select_dialog_listview 0x7f0801a5
+int id selected 0x7f0801a6
+int id selection_type 0x7f0801a7
+int id send 0x7f0801a8
+int id sharedValueSet 0x7f0801a9
+int id sharedValueUnset 0x7f0801aa
+int id shortcut 0x7f0801ab
+int id showCustom 0x7f0801ac
+int id showHome 0x7f0801ad
+int id showTitle 0x7f0801ae
+int id sin 0x7f0801af
+int id skipCollapsed 0x7f0801b0
+int id skipped 0x7f0801b1
+int id slide 0x7f0801b2
+int id snackbar_action 0x7f0801b3
+int id snackbar_text 0x7f0801b4
+int id snap 0x7f0801b5
+int id snapMargins 0x7f0801b6
+int id software 0x7f0801b7
+int id south 0x7f0801b8
+int id spacer 0x7f0801b9
+int id special_effects_controller_view_tag 0x7f0801ba
+int id spline 0x7f0801bb
+int id split_action_bar 0x7f0801bc
+int id spread 0x7f0801bd
+int id spread_inside 0x7f0801be
+int id spring 0x7f0801bf
+int id square 0x7f0801c0
+int id src_atop 0x7f0801c1
+int id src_in 0x7f0801c2
+int id src_over 0x7f0801c3
+int id ssn 0x7f0801c4
+int id standard 0x7f0801c5
+int id start 0x7f0801c6
+int id startHorizontal 0x7f0801c7
+int id startToEnd 0x7f0801c8
+int id startVertical 0x7f0801c9
+int id staticLayout 0x7f0801ca
+int id staticPostLayout 0x7f0801cb
+int id stop 0x7f0801cc
+int id stretch 0x7f0801cd
+int id submenuarrow 0x7f0801ce
+int id submit_area 0x7f0801cf
+int id supportScrollUp 0x7f0801d0
+int id tabMode 0x7f0801d1
+int id tag_accessibility_actions 0x7f0801d2
+int id tag_accessibility_clickable_spans 0x7f0801d3
+int id tag_accessibility_heading 0x7f0801d4
+int id tag_accessibility_pane_title 0x7f0801d5
+int id tag_on_apply_window_listener 0x7f0801d6
+int id tag_on_receive_content_listener 0x7f0801d7
+int id tag_on_receive_content_mime_types 0x7f0801d8
+int id tag_screen_reader_focusable 0x7f0801d9
+int id tag_state_description 0x7f0801da
+int id tag_transition_group 0x7f0801db
+int id tag_unhandled_key_event_manager 0x7f0801dc
+int id tag_unhandled_key_listeners 0x7f0801dd
+int id tag_window_insets_animation_callback 0x7f0801de
+int id text 0x7f0801df
+int id text2 0x7f0801e0
+int id textEnd 0x7f0801e1
+int id textSpacerNoButtons 0x7f0801e2
+int id textSpacerNoTitle 0x7f0801e3
+int id textStart 0x7f0801e4
+int id textTop 0x7f0801e5
+int id textView1 0x7f0801e6
+int id textView2 0x7f0801e7
+int id textWatcher 0x7f0801e8
+int id text_input_end_icon 0x7f0801e9
+int id text_input_error_icon 0x7f0801ea
+int id text_input_start_icon 0x7f0801eb
+int id textinput_counter 0x7f0801ec
+int id textinput_error 0x7f0801ed
+int id textinput_helper_text 0x7f0801ee
+int id textinput_placeholder 0x7f0801ef
+int id textinput_prefix_text 0x7f0801f0
+int id textinput_suffix_text 0x7f0801f1
+int id time 0x7f0801f2
+int id title 0x7f0801f3
+int id titleDividerNoCustom 0x7f0801f4
+int id title_template 0x7f0801f5
+int id toggle 0x7f0801f6
+int id toolbarRL 0x7f0801f7
+int id top 0x7f0801f8
+int id topPanel 0x7f0801f9
+int id touch_outside 0x7f0801fa
+int id transitionToEnd 0x7f0801fb
+int id transitionToStart 0x7f0801fc
+int id transition_current_scene 0x7f0801fd
+int id transition_layout_save 0x7f0801fe
+int id transition_position 0x7f0801ff
+int id transition_scene_layoutid_cache 0x7f080200
+int id transition_transform 0x7f080201
+int id triangle 0x7f080202
+int id tv_login 0x7f080203
+int id tv_register 0x7f080204
+int id unchecked 0x7f080205
+int id uniform 0x7f080206
+int id unlabeled 0x7f080207
+int id up 0x7f080208
+int id useLogo 0x7f080209
+int id username_login 0x7f08020a
+int id username_register 0x7f08020b
+int id vertical_only 0x7f08020c
+int id view_offset_helper 0x7f08020d
+int id view_transition 0x7f08020e
+int id view_tree_lifecycle_owner 0x7f08020f
+int id view_tree_on_back_pressed_dispatcher_owner 0x7f080210
+int id view_tree_saved_state_registry_owner 0x7f080211
+int id view_tree_view_model_store_owner 0x7f080212
+int id visible 0x7f080213
+int id visible_removing_fragment_view_tag 0x7f080214
+int id west 0x7f080215
+int id withText 0x7f080216
+int id with_icon 0x7f080217
+int id withinBounds 0x7f080218
+int id wrap 0x7f080219
+int id wrap_content 0x7f08021a
+int id wrap_content_constrained 0x7f08021b
+int id x_left 0x7f08021c
+int id x_right 0x7f08021d
+int integer abc_config_activityDefaultDur 0x7f090000
+int integer abc_config_activityShortDur 0x7f090001
+int integer app_bar_elevation_anim_duration 0x7f090002
+int integer bottom_sheet_slide_duration 0x7f090003
+int integer cancel_button_image_alpha 0x7f090004
+int integer config_tooltipAnimTime 0x7f090005
+int integer design_snackbar_text_max_lines 0x7f090006
+int integer design_tab_indicator_anim_duration_ms 0x7f090007
+int integer hide_password_duration 0x7f090008
+int integer m3_btn_anim_delay_ms 0x7f090009
+int integer m3_btn_anim_duration_ms 0x7f09000a
+int integer m3_card_anim_delay_ms 0x7f09000b
+int integer m3_card_anim_duration_ms 0x7f09000c
+int integer m3_chip_anim_duration 0x7f09000d
+int integer m3_sys_motion_duration_extra_long1 0x7f09000e
+int integer m3_sys_motion_duration_extra_long2 0x7f09000f
+int integer m3_sys_motion_duration_extra_long3 0x7f090010
+int integer m3_sys_motion_duration_extra_long4 0x7f090011
+int integer m3_sys_motion_duration_long1 0x7f090012
+int integer m3_sys_motion_duration_long2 0x7f090013
+int integer m3_sys_motion_duration_long3 0x7f090014
+int integer m3_sys_motion_duration_long4 0x7f090015
+int integer m3_sys_motion_duration_medium1 0x7f090016
+int integer m3_sys_motion_duration_medium2 0x7f090017
+int integer m3_sys_motion_duration_medium3 0x7f090018
+int integer m3_sys_motion_duration_medium4 0x7f090019
+int integer m3_sys_motion_duration_short1 0x7f09001a
+int integer m3_sys_motion_duration_short2 0x7f09001b
+int integer m3_sys_motion_duration_short3 0x7f09001c
+int integer m3_sys_motion_duration_short4 0x7f09001d
+int integer material_motion_duration_long_1 0x7f09001e
+int integer material_motion_duration_long_2 0x7f09001f
+int integer material_motion_duration_medium_1 0x7f090020
+int integer material_motion_duration_medium_2 0x7f090021
+int integer material_motion_duration_short_1 0x7f090022
+int integer material_motion_duration_short_2 0x7f090023
+int integer material_motion_path 0x7f090024
+int integer mtrl_badge_max_character_count 0x7f090025
+int integer mtrl_btn_anim_delay_ms 0x7f090026
+int integer mtrl_btn_anim_duration_ms 0x7f090027
+int integer mtrl_calendar_header_orientation 0x7f090028
+int integer mtrl_calendar_selection_text_lines 0x7f090029
+int integer mtrl_calendar_year_selector_span 0x7f09002a
+int integer mtrl_card_anim_delay_ms 0x7f09002b
+int integer mtrl_card_anim_duration_ms 0x7f09002c
+int integer mtrl_chip_anim_duration 0x7f09002d
+int integer mtrl_switch_thumb_motion_duration 0x7f09002e
+int integer mtrl_switch_thumb_post_morphing_duration 0x7f09002f
+int integer mtrl_switch_thumb_pre_morphing_duration 0x7f090030
+int integer mtrl_switch_thumb_pressed_duration 0x7f090031
+int integer mtrl_switch_thumb_viewport_center_coordinate 0x7f090032
+int integer mtrl_switch_thumb_viewport_size 0x7f090033
+int integer mtrl_switch_track_viewport_height 0x7f090034
+int integer mtrl_switch_track_viewport_width 0x7f090035
+int integer mtrl_tab_indicator_anim_duration_ms 0x7f090036
+int integer mtrl_view_gone 0x7f090037
+int integer mtrl_view_invisible 0x7f090038
+int integer mtrl_view_visible 0x7f090039
+int integer show_password_duration 0x7f09003a
+int integer status_bar_notification_info_maxnum 0x7f09003b
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x7f0a0000
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x7f0a0001
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x7f0a0002
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x7f0a0003
+int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x7f0a0004
+int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x7f0a0005
+int interpolator fast_out_slow_in 0x7f0a0006
+int interpolator m3_sys_motion_easing_emphasized 0x7f0a0007
+int interpolator m3_sys_motion_easing_emphasized_accelerate 0x7f0a0008
+int interpolator m3_sys_motion_easing_emphasized_decelerate 0x7f0a0009
+int interpolator m3_sys_motion_easing_linear 0x7f0a000a
+int interpolator m3_sys_motion_easing_standard 0x7f0a000b
+int interpolator m3_sys_motion_easing_standard_accelerate 0x7f0a000c
+int interpolator m3_sys_motion_easing_standard_decelerate 0x7f0a000d
+int interpolator mtrl_fast_out_linear_in 0x7f0a000e
+int interpolator mtrl_fast_out_slow_in 0x7f0a000f
+int interpolator mtrl_linear 0x7f0a0010
+int interpolator mtrl_linear_out_slow_in 0x7f0a0011
+int layout abc_action_bar_title_item 0x7f0b0000
+int layout abc_action_bar_up_container 0x7f0b0001
+int layout abc_action_menu_item_layout 0x7f0b0002
+int layout abc_action_menu_layout 0x7f0b0003
+int layout abc_action_mode_bar 0x7f0b0004
+int layout abc_action_mode_close_item_material 0x7f0b0005
+int layout abc_activity_chooser_view 0x7f0b0006
+int layout abc_activity_chooser_view_list_item 0x7f0b0007
+int layout abc_alert_dialog_button_bar_material 0x7f0b0008
+int layout abc_alert_dialog_material 0x7f0b0009
+int layout abc_alert_dialog_title_material 0x7f0b000a
+int layout abc_cascading_menu_item_layout 0x7f0b000b
+int layout abc_dialog_title_material 0x7f0b000c
+int layout abc_expanded_menu_layout 0x7f0b000d
+int layout abc_list_menu_item_checkbox 0x7f0b000e
+int layout abc_list_menu_item_icon 0x7f0b000f
+int layout abc_list_menu_item_layout 0x7f0b0010
+int layout abc_list_menu_item_radio 0x7f0b0011
+int layout abc_popup_menu_header_item_layout 0x7f0b0012
+int layout abc_popup_menu_item_layout 0x7f0b0013
+int layout abc_screen_content_include 0x7f0b0014
+int layout abc_screen_simple 0x7f0b0015
+int layout abc_screen_simple_overlay_action_mode 0x7f0b0016
+int layout abc_screen_toolbar 0x7f0b0017
+int layout abc_search_dropdown_item_icons_2line 0x7f0b0018
+int layout abc_search_view 0x7f0b0019
+int layout abc_select_dialog_material 0x7f0b001a
+int layout abc_tooltip 0x7f0b001b
+int layout activity_forget_password 0x7f0b001c
+int layout activity_forget_successful_send 0x7f0b001d
+int layout activity_home 0x7f0b001e
+int layout activity_login 0x7f0b001f
+int layout activity_register 0x7f0b0020
+int layout custom_dialog 0x7f0b0021
+int layout design_bottom_navigation_item 0x7f0b0022
+int layout design_bottom_sheet_dialog 0x7f0b0023
+int layout design_layout_snackbar 0x7f0b0024
+int layout design_layout_snackbar_include 0x7f0b0025
+int layout design_layout_tab_icon 0x7f0b0026
+int layout design_layout_tab_text 0x7f0b0027
+int layout design_menu_item_action_area 0x7f0b0028
+int layout design_navigation_item 0x7f0b0029
+int layout design_navigation_item_header 0x7f0b002a
+int layout design_navigation_item_separator 0x7f0b002b
+int layout design_navigation_item_subheader 0x7f0b002c
+int layout design_navigation_menu 0x7f0b002d
+int layout design_navigation_menu_item 0x7f0b002e
+int layout design_text_input_end_icon 0x7f0b002f
+int layout design_text_input_start_icon 0x7f0b0030
+int layout dp_example 0x7f0b0031
+int layout m3_alert_dialog 0x7f0b0032
+int layout m3_alert_dialog_actions 0x7f0b0033
+int layout m3_alert_dialog_title 0x7f0b0034
+int layout m3_auto_complete_simple_item 0x7f0b0035
+int layout m3_side_sheet_dialog 0x7f0b0036
+int layout material_chip_input_combo 0x7f0b0037
+int layout material_clock_display 0x7f0b0038
+int layout material_clock_display_divider 0x7f0b0039
+int layout material_clock_period_toggle 0x7f0b003a
+int layout material_clock_period_toggle_land 0x7f0b003b
+int layout material_clockface_textview 0x7f0b003c
+int layout material_clockface_view 0x7f0b003d
+int layout material_radial_view_group 0x7f0b003e
+int layout material_textinput_timepicker 0x7f0b003f
+int layout material_time_chip 0x7f0b0040
+int layout material_time_input 0x7f0b0041
+int layout material_timepicker 0x7f0b0042
+int layout material_timepicker_dialog 0x7f0b0043
+int layout material_timepicker_textinput_display 0x7f0b0044
+int layout mtrl_alert_dialog 0x7f0b0045
+int layout mtrl_alert_dialog_actions 0x7f0b0046
+int layout mtrl_alert_dialog_title 0x7f0b0047
+int layout mtrl_alert_select_dialog_item 0x7f0b0048
+int layout mtrl_alert_select_dialog_multichoice 0x7f0b0049
+int layout mtrl_alert_select_dialog_singlechoice 0x7f0b004a
+int layout mtrl_auto_complete_simple_item 0x7f0b004b
+int layout mtrl_calendar_day 0x7f0b004c
+int layout mtrl_calendar_day_of_week 0x7f0b004d
+int layout mtrl_calendar_days_of_week 0x7f0b004e
+int layout mtrl_calendar_horizontal 0x7f0b004f
+int layout mtrl_calendar_month 0x7f0b0050
+int layout mtrl_calendar_month_labeled 0x7f0b0051
+int layout mtrl_calendar_month_navigation 0x7f0b0052
+int layout mtrl_calendar_months 0x7f0b0053
+int layout mtrl_calendar_vertical 0x7f0b0054
+int layout mtrl_calendar_year 0x7f0b0055
+int layout mtrl_layout_snackbar 0x7f0b0056
+int layout mtrl_layout_snackbar_include 0x7f0b0057
+int layout mtrl_navigation_rail_item 0x7f0b0058
+int layout mtrl_picker_actions 0x7f0b0059
+int layout mtrl_picker_dialog 0x7f0b005a
+int layout mtrl_picker_fullscreen 0x7f0b005b
+int layout mtrl_picker_header_dialog 0x7f0b005c
+int layout mtrl_picker_header_fullscreen 0x7f0b005d
+int layout mtrl_picker_header_selection_text 0x7f0b005e
+int layout mtrl_picker_header_title_text 0x7f0b005f
+int layout mtrl_picker_header_toggle 0x7f0b0060
+int layout mtrl_picker_text_input_date 0x7f0b0061
+int layout mtrl_picker_text_input_date_range 0x7f0b0062
+int layout mtrl_search_bar 0x7f0b0063
+int layout mtrl_search_view 0x7f0b0064
+int layout notification_action 0x7f0b0065
+int layout notification_action_tombstone 0x7f0b0066
+int layout notification_template_custom_big 0x7f0b0067
+int layout notification_template_icon_group 0x7f0b0068
+int layout notification_template_part_chronometer 0x7f0b0069
+int layout notification_template_part_time 0x7f0b006a
+int layout sdp_example 0x7f0b006b
+int layout select_dialog_item_material 0x7f0b006c
+int layout select_dialog_multichoice_material 0x7f0b006d
+int layout select_dialog_singlechoice_material 0x7f0b006e
+int layout sp_example 0x7f0b006f
+int layout ssp_example 0x7f0b0070
+int layout support_simple_spinner_dropdown_item 0x7f0b0071
+int mipmap ic_launcher 0x7f0d0000
+int mipmap ic_launcher_round 0x7f0d0001
+int plurals mtrl_badge_content_description 0x7f0e0000
+int raw forgetpassword 0x7f0f0000
+int raw repassword 0x7f0f0001
+int raw successanimation 0x7f0f0002
+int string Register_your_email 0x7f100000
+int string abc_action_bar_home_description 0x7f100001
+int string abc_action_bar_up_description 0x7f100002
+int string abc_action_menu_overflow_description 0x7f100003
+int string abc_action_mode_done 0x7f100004
+int string abc_activity_chooser_view_see_all 0x7f100005
+int string abc_activitychooserview_choose_application 0x7f100006
+int string abc_capital_off 0x7f100007
+int string abc_capital_on 0x7f100008
+int string abc_menu_alt_shortcut_label 0x7f100009
+int string abc_menu_ctrl_shortcut_label 0x7f10000a
+int string abc_menu_delete_shortcut_label 0x7f10000b
+int string abc_menu_enter_shortcut_label 0x7f10000c
+int string abc_menu_function_shortcut_label 0x7f10000d
+int string abc_menu_meta_shortcut_label 0x7f10000e
+int string abc_menu_shift_shortcut_label 0x7f10000f
+int string abc_menu_space_shortcut_label 0x7f100010
+int string abc_menu_sym_shortcut_label 0x7f100011
+int string abc_prepend_shortcut_label 0x7f100012
+int string abc_search_hint 0x7f100013
+int string abc_searchview_description_clear 0x7f100014
+int string abc_searchview_description_query 0x7f100015
+int string abc_searchview_description_search 0x7f100016
+int string abc_searchview_description_submit 0x7f100017
+int string abc_searchview_description_voice 0x7f100018
+int string abc_shareactionprovider_share_with 0x7f100019
+int string abc_shareactionprovider_share_with_application 0x7f10001a
+int string abc_toolbar_collapse_description 0x7f10001b
+int string add_note 0x7f10001c
+int string address 0x7f10001d
+int string androidx_startup 0x7f10001e
+int string app_name 0x7f10001f
+int string appbar_scrolling_view_behavior 0x7f100020
+int string birth_of_date 0x7f100021
+int string bottom_sheet_behavior 0x7f100022
+int string bottomsheet_action_collapse 0x7f100023
+int string bottomsheet_action_expand 0x7f100024
+int string bottomsheet_action_expand_halfway 0x7f100025
+int string bottomsheet_drag_handle_clicked 0x7f100026
+int string bottomsheet_drag_handle_content_description 0x7f100027
+int string btn_login 0x7f100028
+int string btn_register 0x7f100029
+int string character_counter_content_description 0x7f10002a
+int string character_counter_overflowed_content_description 0x7f10002b
+int string character_counter_pattern 0x7f10002c
+int string clear_text_end_icon_content_description 0x7f10002d
+int string create_an_account 0x7f10002e
+int string email 0x7f10002f
+int string email_login 0x7f100030
+int string enter_a_relative_name 0x7f100031
+int string enter_a_relative_phone 0x7f100032
+int string enter_a_username 0x7f100033
+int string enter_your_birthday 0x7f100034
+int string enter_your_email_address_associated_with_your_account 0x7f100035
+int string error_a11y_label 0x7f100036
+int string error_icon_content_description 0x7f100037
+int string exposed_dropdown_menu_content_description 0x7f100038
+int string fab_transformation_scrim_behavior 0x7f100039
+int string fab_transformation_sheet_behavior 0x7f10003a
+int string first_name 0x7f10003b
+int string forget_password 0x7f10003c
+int string forget_pasword 0x7f10003d
+int string full_name 0x7f10003e
+int string greetingMessage 0x7f10003f
+int string hide_bottom_view_on_scroll_behavior 0x7f100040
+int string homeScreenTask 0x7f100041
+int string i_already_have_an_account 0x7f100042
+int string i_don_t_have_account_register 0x7f100043
+int string icon_content_description 0x7f100044
+int string item_view_role_description 0x7f100045
+int string last_name 0x7f100046
+int string login_title 0x7f100047
+int string m3_sys_motion_easing_emphasized 0x7f100048
+int string m3_sys_motion_easing_emphasized_accelerate 0x7f100049
+int string m3_sys_motion_easing_emphasized_decelerate 0x7f10004a
+int string m3_sys_motion_easing_emphasized_path_data 0x7f10004b
+int string m3_sys_motion_easing_legacy 0x7f10004c
+int string m3_sys_motion_easing_legacy_accelerate 0x7f10004d
+int string m3_sys_motion_easing_legacy_decelerate 0x7f10004e
+int string m3_sys_motion_easing_linear 0x7f10004f
+int string m3_sys_motion_easing_standard 0x7f100050
+int string m3_sys_motion_easing_standard_accelerate 0x7f100051
+int string m3_sys_motion_easing_standard_decelerate 0x7f100052
+int string material_clock_display_divider 0x7f100053
+int string material_clock_toggle_content_description 0x7f100054
+int string material_hour_24h_suffix 0x7f100055
+int string material_hour_selection 0x7f100056
+int string material_hour_suffix 0x7f100057
+int string material_minute_selection 0x7f100058
+int string material_minute_suffix 0x7f100059
+int string material_motion_easing_accelerated 0x7f10005a
+int string material_motion_easing_decelerated 0x7f10005b
+int string material_motion_easing_emphasized 0x7f10005c
+int string material_motion_easing_linear 0x7f10005d
+int string material_motion_easing_standard 0x7f10005e
+int string material_slider_range_end 0x7f10005f
+int string material_slider_range_start 0x7f100060
+int string material_slider_value 0x7f100061
+int string material_timepicker_am 0x7f100062
+int string material_timepicker_clock_mode_description 0x7f100063
+int string material_timepicker_hour 0x7f100064
+int string material_timepicker_minute 0x7f100065
+int string material_timepicker_pm 0x7f100066
+int string material_timepicker_select_time 0x7f100067
+int string material_timepicker_text_input_mode_description 0x7f100068
+int string mtrl_badge_numberless_content_description 0x7f100069
+int string mtrl_checkbox_button_icon_path_checked 0x7f10006a
+int string mtrl_checkbox_button_icon_path_group_name 0x7f10006b
+int string mtrl_checkbox_button_icon_path_indeterminate 0x7f10006c
+int string mtrl_checkbox_button_icon_path_name 0x7f10006d
+int string mtrl_checkbox_button_path_checked 0x7f10006e
+int string mtrl_checkbox_button_path_group_name 0x7f10006f
+int string mtrl_checkbox_button_path_name 0x7f100070
+int string mtrl_checkbox_button_path_unchecked 0x7f100071
+int string mtrl_checkbox_state_description_checked 0x7f100072
+int string mtrl_checkbox_state_description_indeterminate 0x7f100073
+int string mtrl_checkbox_state_description_unchecked 0x7f100074
+int string mtrl_chip_close_icon_content_description 0x7f100075
+int string mtrl_exceed_max_badge_number_content_description 0x7f100076
+int string mtrl_exceed_max_badge_number_suffix 0x7f100077
+int string mtrl_picker_a11y_next_month 0x7f100078
+int string mtrl_picker_a11y_prev_month 0x7f100079
+int string mtrl_picker_announce_current_range_selection 0x7f10007a
+int string mtrl_picker_announce_current_selection 0x7f10007b
+int string mtrl_picker_announce_current_selection_none 0x7f10007c
+int string mtrl_picker_cancel 0x7f10007d
+int string mtrl_picker_confirm 0x7f10007e
+int string mtrl_picker_date_header_selected 0x7f10007f
+int string mtrl_picker_date_header_title 0x7f100080
+int string mtrl_picker_date_header_unselected 0x7f100081
+int string mtrl_picker_day_of_week_column_header 0x7f100082
+int string mtrl_picker_end_date_description 0x7f100083
+int string mtrl_picker_invalid_format 0x7f100084
+int string mtrl_picker_invalid_format_example 0x7f100085
+int string mtrl_picker_invalid_format_use 0x7f100086
+int string mtrl_picker_invalid_range 0x7f100087
+int string mtrl_picker_navigate_to_current_year_description 0x7f100088
+int string mtrl_picker_navigate_to_year_description 0x7f100089
+int string mtrl_picker_out_of_range 0x7f10008a
+int string mtrl_picker_range_header_only_end_selected 0x7f10008b
+int string mtrl_picker_range_header_only_start_selected 0x7f10008c
+int string mtrl_picker_range_header_selected 0x7f10008d
+int string mtrl_picker_range_header_title 0x7f10008e
+int string mtrl_picker_range_header_unselected 0x7f10008f
+int string mtrl_picker_save 0x7f100090
+int string mtrl_picker_start_date_description 0x7f100091
+int string mtrl_picker_text_input_date_hint 0x7f100092
+int string mtrl_picker_text_input_date_range_end_hint 0x7f100093
+int string mtrl_picker_text_input_date_range_start_hint 0x7f100094
+int string mtrl_picker_text_input_day_abbr 0x7f100095
+int string mtrl_picker_text_input_month_abbr 0x7f100096
+int string mtrl_picker_text_input_year_abbr 0x7f100097
+int string mtrl_picker_today_description 0x7f100098
+int string mtrl_picker_toggle_to_calendar_input_mode 0x7f100099
+int string mtrl_picker_toggle_to_day_selection 0x7f10009a
+int string mtrl_picker_toggle_to_text_input_mode 0x7f10009b
+int string mtrl_picker_toggle_to_year_selection 0x7f10009c
+int string mtrl_switch_thumb_group_name 0x7f10009d
+int string mtrl_switch_thumb_path_checked 0x7f10009e
+int string mtrl_switch_thumb_path_morphing 0x7f10009f
+int string mtrl_switch_thumb_path_name 0x7f1000a0
+int string mtrl_switch_thumb_path_pressed 0x7f1000a1
+int string mtrl_switch_thumb_path_unchecked 0x7f1000a2
+int string mtrl_switch_track_decoration_path 0x7f1000a3
+int string mtrl_switch_track_path 0x7f1000a4
+int string mtrl_timepicker_cancel 0x7f1000a5
+int string mtrl_timepicker_confirm 0x7f1000a6
+int string password 0x7f1000a7
+int string password_login 0x7f1000a8
+int string password_toggle_content_description 0x7f1000a9
+int string path_password_eye 0x7f1000aa
+int string path_password_eye_mask_strike_through 0x7f1000ab
+int string path_password_eye_mask_visible 0x7f1000ac
+int string path_password_strike_through 0x7f1000ad
+int string patient_email 0x7f1000ae
+int string phone_number 0x7f1000af
+int string registe_your_password_again 0x7f1000b0
+int string register_btn_rgisterScree 0x7f1000b1
+int string register_your_password 0x7f1000b2
+int string search_menu_title 0x7f1000b3
+int string searchbar_scrolling_view_behavior 0x7f1000b4
+int string searchview_clear_text_content_description 0x7f1000b5
+int string searchview_navigation_content_description 0x7f1000b6
+int string send 0x7f1000b7
+int string side_sheet_accessibility_pane_title 0x7f1000b8
+int string side_sheet_behavior 0x7f1000b9
+int string ssn 0x7f1000ba
+int string status_bar_notification_info_overflow 0x7f1000bb
+int style AlertDialog_AppCompat 0x7f110000
+int style AlertDialog_AppCompat_Light 0x7f110001
+int style Animation_AppCompat_Dialog 0x7f110002
+int style Animation_AppCompat_DropDownUp 0x7f110003
+int style Animation_AppCompat_Tooltip 0x7f110004
+int style Animation_Design_BottomSheetDialog 0x7f110005
+int style Animation_Material3_BottomSheetDialog 0x7f110006
+int style Animation_Material3_SideSheetDialog 0x7f110007
+int style Animation_MaterialComponents_BottomSheetDialog 0x7f110008
+int style Base_AlertDialog_AppCompat 0x7f110009
+int style Base_AlertDialog_AppCompat_Light 0x7f11000a
+int style Base_Animation_AppCompat_Dialog 0x7f11000b
+int style Base_Animation_AppCompat_DropDownUp 0x7f11000c
+int style Base_Animation_AppCompat_Tooltip 0x7f11000d
+int style Base_CardView 0x7f11000e
+int style Base_DialogWindowTitle_AppCompat 0x7f11000f
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f110010
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Icon 0x7f110011
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Panel 0x7f110012
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Text 0x7f110013
+int style Base_TextAppearance_AppCompat 0x7f110014
+int style Base_TextAppearance_AppCompat_Body1 0x7f110015
+int style Base_TextAppearance_AppCompat_Body2 0x7f110016
+int style Base_TextAppearance_AppCompat_Button 0x7f110017
+int style Base_TextAppearance_AppCompat_Caption 0x7f110018
+int style Base_TextAppearance_AppCompat_Display1 0x7f110019
+int style Base_TextAppearance_AppCompat_Display2 0x7f11001a
+int style Base_TextAppearance_AppCompat_Display3 0x7f11001b
+int style Base_TextAppearance_AppCompat_Display4 0x7f11001c
+int style Base_TextAppearance_AppCompat_Headline 0x7f11001d
+int style Base_TextAppearance_AppCompat_Inverse 0x7f11001e
+int style Base_TextAppearance_AppCompat_Large 0x7f11001f
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f110020
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f110021
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f110022
+int style Base_TextAppearance_AppCompat_Medium 0x7f110023
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f110024
+int style Base_TextAppearance_AppCompat_Menu 0x7f110025
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f110026
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f110027
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f110028
+int style Base_TextAppearance_AppCompat_Small 0x7f110029
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f11002a
+int style Base_TextAppearance_AppCompat_Subhead 0x7f11002b
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f11002c
+int style Base_TextAppearance_AppCompat_Title 0x7f11002d
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f11002e
+int style Base_TextAppearance_AppCompat_Tooltip 0x7f11002f
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f110030
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f110031
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f110032
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f110033
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f110034
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f110035
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f110036
+int style Base_TextAppearance_AppCompat_Widget_Button 0x7f110037
+int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f110038
+int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f110039
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f11003a
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f11003b
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f11003c
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f11003d
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f11003e
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f11003f
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f110040
+int style Base_TextAppearance_Material3_Search 0x7f110041
+int style Base_TextAppearance_MaterialComponents_Badge 0x7f110042
+int style Base_TextAppearance_MaterialComponents_Button 0x7f110043
+int style Base_TextAppearance_MaterialComponents_Headline6 0x7f110044
+int style Base_TextAppearance_MaterialComponents_Subtitle2 0x7f110045
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f110046
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f110047
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f110048
+int style Base_Theme_AppCompat 0x7f110049
+int style Base_Theme_AppCompat_CompactMenu 0x7f11004a
+int style Base_Theme_AppCompat_Dialog 0x7f11004b
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f11004c
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f11004d
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f11004e
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f11004f
+int style Base_Theme_AppCompat_Light 0x7f110050
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f110051
+int style Base_Theme_AppCompat_Light_Dialog 0x7f110052
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f110053
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f110054
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f110055
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f110056
+int style Base_Theme_Material3_Dark 0x7f110057
+int style Base_Theme_Material3_Dark_BottomSheetDialog 0x7f110058
+int style Base_Theme_Material3_Dark_Dialog 0x7f110059
+int style Base_Theme_Material3_Dark_SideSheetDialog 0x7f11005a
+int style Base_Theme_Material3_Light 0x7f11005b
+int style Base_Theme_Material3_Light_BottomSheetDialog 0x7f11005c
+int style Base_Theme_Material3_Light_Dialog 0x7f11005d
+int style Base_Theme_Material3_Light_SideSheetDialog 0x7f11005e
+int style Base_Theme_MaterialComponents 0x7f11005f
+int style Base_Theme_MaterialComponents_Bridge 0x7f110060
+int style Base_Theme_MaterialComponents_CompactMenu 0x7f110061
+int style Base_Theme_MaterialComponents_Dialog 0x7f110062
+int style Base_Theme_MaterialComponents_Dialog_Alert 0x7f110063
+int style Base_Theme_MaterialComponents_Dialog_Bridge 0x7f110064
+int style Base_Theme_MaterialComponents_Dialog_FixedSize 0x7f110065
+int style Base_Theme_MaterialComponents_Dialog_MinWidth 0x7f110066
+int style Base_Theme_MaterialComponents_DialogWhenLarge 0x7f110067
+int style Base_Theme_MaterialComponents_Light 0x7f110068
+int style Base_Theme_MaterialComponents_Light_Bridge 0x7f110069
+int style Base_Theme_MaterialComponents_Light_DarkActionBar 0x7f11006a
+int style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f11006b
+int style Base_Theme_MaterialComponents_Light_Dialog 0x7f11006c
+int style Base_Theme_MaterialComponents_Light_Dialog_Alert 0x7f11006d
+int style Base_Theme_MaterialComponents_Light_Dialog_Bridge 0x7f11006e
+int style Base_Theme_MaterialComponents_Light_Dialog_FixedSize 0x7f11006f
+int style Base_Theme_MaterialComponents_Light_Dialog_MinWidth 0x7f110070
+int style Base_Theme_MaterialComponents_Light_DialogWhenLarge 0x7f110071
+int style Base_ThemeOverlay_AppCompat 0x7f110072
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f110073
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f110074
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f110075
+int style Base_ThemeOverlay_AppCompat_Dialog 0x7f110076
+int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f110077
+int style Base_ThemeOverlay_AppCompat_Light 0x7f110078
+int style Base_ThemeOverlay_Material3_AutoCompleteTextView 0x7f110079
+int style Base_ThemeOverlay_Material3_BottomSheetDialog 0x7f11007a
+int style Base_ThemeOverlay_Material3_Dialog 0x7f11007b
+int style Base_ThemeOverlay_Material3_SideSheetDialog 0x7f11007c
+int style Base_ThemeOverlay_Material3_TextInputEditText 0x7f11007d
+int style Base_ThemeOverlay_MaterialComponents_Dialog 0x7f11007e
+int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f11007f
+int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x7f110080
+int style Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x7f110081
+int style Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f110082
+int style Base_V14_Theme_Material3_Dark 0x7f110083
+int style Base_V14_Theme_Material3_Dark_BottomSheetDialog 0x7f110084
+int style Base_V14_Theme_Material3_Dark_Dialog 0x7f110085
+int style Base_V14_Theme_Material3_Dark_SideSheetDialog 0x7f110086
+int style Base_V14_Theme_Material3_Light 0x7f110087
+int style Base_V14_Theme_Material3_Light_BottomSheetDialog 0x7f110088
+int style Base_V14_Theme_Material3_Light_Dialog 0x7f110089
+int style Base_V14_Theme_Material3_Light_SideSheetDialog 0x7f11008a
+int style Base_V14_Theme_MaterialComponents 0x7f11008b
+int style Base_V14_Theme_MaterialComponents_Bridge 0x7f11008c
+int style Base_V14_Theme_MaterialComponents_Dialog 0x7f11008d
+int style Base_V14_Theme_MaterialComponents_Dialog_Bridge 0x7f11008e
+int style Base_V14_Theme_MaterialComponents_Light 0x7f11008f
+int style Base_V14_Theme_MaterialComponents_Light_Bridge 0x7f110090
+int style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f110091
+int style Base_V14_Theme_MaterialComponents_Light_Dialog 0x7f110092
+int style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge 0x7f110093
+int style Base_V14_ThemeOverlay_Material3_BottomSheetDialog 0x7f110094
+int style Base_V14_ThemeOverlay_Material3_SideSheetDialog 0x7f110095
+int style Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x7f110096
+int style Base_V14_ThemeOverlay_MaterialComponents_Dialog 0x7f110097
+int style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f110098
+int style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f110099
+int style Base_V14_Widget_MaterialComponents_AutoCompleteTextView 0x7f11009a
+int style Base_V21_Theme_AppCompat 0x7f11009b
+int style Base_V21_Theme_AppCompat_Dialog 0x7f11009c
+int style Base_V21_Theme_AppCompat_Light 0x7f11009d
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f11009e
+int style Base_V21_Theme_MaterialComponents 0x7f11009f
+int style Base_V21_Theme_MaterialComponents_Dialog 0x7f1100a0
+int style Base_V21_Theme_MaterialComponents_Light 0x7f1100a1
+int style Base_V21_Theme_MaterialComponents_Light_Dialog 0x7f1100a2
+int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f1100a3
+int style Base_V21_ThemeOverlay_Material3_BottomSheetDialog 0x7f1100a4
+int style Base_V21_ThemeOverlay_Material3_SideSheetDialog 0x7f1100a5
+int style Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x7f1100a6
+int style Base_V22_Theme_AppCompat 0x7f1100a7
+int style Base_V22_Theme_AppCompat_Light 0x7f1100a8
+int style Base_V23_Theme_AppCompat 0x7f1100a9
+int style Base_V23_Theme_AppCompat_Light 0x7f1100aa
+int style Base_V24_Theme_Material3_Dark 0x7f1100ab
+int style Base_V24_Theme_Material3_Dark_Dialog 0x7f1100ac
+int style Base_V24_Theme_Material3_Light 0x7f1100ad
+int style Base_V24_Theme_Material3_Light_Dialog 0x7f1100ae
+int style Base_V26_Theme_AppCompat 0x7f1100af
+int style Base_V26_Theme_AppCompat_Light 0x7f1100b0
+int style Base_V26_Widget_AppCompat_Toolbar 0x7f1100b1
+int style Base_V28_Theme_AppCompat 0x7f1100b2
+int style Base_V28_Theme_AppCompat_Light 0x7f1100b3
+int style Base_V7_Theme_AppCompat 0x7f1100b4
+int style Base_V7_Theme_AppCompat_Dialog 0x7f1100b5
+int style Base_V7_Theme_AppCompat_Light 0x7f1100b6
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f1100b7
+int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f1100b8
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f1100b9
+int style Base_V7_Widget_AppCompat_EditText 0x7f1100ba
+int style Base_V7_Widget_AppCompat_Toolbar 0x7f1100bb
+int style Base_Widget_AppCompat_ActionBar 0x7f1100bc
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f1100bd
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f1100be
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f1100bf
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f1100c0
+int style Base_Widget_AppCompat_ActionButton 0x7f1100c1
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f1100c2
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f1100c3
+int style Base_Widget_AppCompat_ActionMode 0x7f1100c4
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f1100c5
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f1100c6
+int style Base_Widget_AppCompat_Button 0x7f1100c7
+int style Base_Widget_AppCompat_Button_Borderless 0x7f1100c8
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f1100c9
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f1100ca
+int style Base_Widget_AppCompat_Button_Colored 0x7f1100cb
+int style Base_Widget_AppCompat_Button_Small 0x7f1100cc
+int style Base_Widget_AppCompat_ButtonBar 0x7f1100cd
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f1100ce
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f1100cf
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f1100d0
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f1100d1
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f1100d2
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f1100d3
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f1100d4
+int style Base_Widget_AppCompat_EditText 0x7f1100d5
+int style Base_Widget_AppCompat_ImageButton 0x7f1100d6
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f1100d7
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f1100d8
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f1100d9
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f1100da
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f1100db
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f1100dc
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f1100dd
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f1100de
+int style Base_Widget_AppCompat_ListMenuView 0x7f1100df
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f1100e0
+int style Base_Widget_AppCompat_ListView 0x7f1100e1
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f1100e2
+int style Base_Widget_AppCompat_ListView_Menu 0x7f1100e3
+int style Base_Widget_AppCompat_PopupMenu 0x7f1100e4
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f1100e5
+int style Base_Widget_AppCompat_PopupWindow 0x7f1100e6
+int style Base_Widget_AppCompat_ProgressBar 0x7f1100e7
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f1100e8
+int style Base_Widget_AppCompat_RatingBar 0x7f1100e9
+int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f1100ea
+int style Base_Widget_AppCompat_RatingBar_Small 0x7f1100eb
+int style Base_Widget_AppCompat_SearchView 0x7f1100ec
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f1100ed
+int style Base_Widget_AppCompat_SeekBar 0x7f1100ee
+int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f1100ef
+int style Base_Widget_AppCompat_Spinner 0x7f1100f0
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f1100f1
+int style Base_Widget_AppCompat_TextView 0x7f1100f2
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f1100f3
+int style Base_Widget_AppCompat_Toolbar 0x7f1100f4
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f1100f5
+int style Base_Widget_Design_TabLayout 0x7f1100f6
+int style Base_Widget_Material3_ActionBar_Solid 0x7f1100f7
+int style Base_Widget_Material3_ActionMode 0x7f1100f8
+int style Base_Widget_Material3_BottomNavigationView 0x7f1100f9
+int style Base_Widget_Material3_CardView 0x7f1100fa
+int style Base_Widget_Material3_Chip 0x7f1100fb
+int style Base_Widget_Material3_CollapsingToolbar 0x7f1100fc
+int style Base_Widget_Material3_CompoundButton_CheckBox 0x7f1100fd
+int style Base_Widget_Material3_CompoundButton_RadioButton 0x7f1100fe
+int style Base_Widget_Material3_CompoundButton_Switch 0x7f1100ff
+int style Base_Widget_Material3_ExtendedFloatingActionButton 0x7f110100
+int style Base_Widget_Material3_ExtendedFloatingActionButton_Icon 0x7f110101
+int style Base_Widget_Material3_FloatingActionButton 0x7f110102
+int style Base_Widget_Material3_FloatingActionButton_Large 0x7f110103
+int style Base_Widget_Material3_FloatingActionButton_Small 0x7f110104
+int style Base_Widget_Material3_Light_ActionBar_Solid 0x7f110105
+int style Base_Widget_Material3_MaterialCalendar_NavigationButton 0x7f110106
+int style Base_Widget_Material3_Snackbar 0x7f110107
+int style Base_Widget_Material3_TabLayout 0x7f110108
+int style Base_Widget_Material3_TabLayout_OnSurface 0x7f110109
+int style Base_Widget_Material3_TabLayout_Secondary 0x7f11010a
+int style Base_Widget_MaterialComponents_AutoCompleteTextView 0x7f11010b
+int style Base_Widget_MaterialComponents_CheckedTextView 0x7f11010c
+int style Base_Widget_MaterialComponents_Chip 0x7f11010d
+int style Base_Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x7f11010e
+int style Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton 0x7f11010f
+int style Base_Widget_MaterialComponents_PopupMenu 0x7f110110
+int style Base_Widget_MaterialComponents_PopupMenu_ContextMenu 0x7f110111
+int style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x7f110112
+int style Base_Widget_MaterialComponents_PopupMenu_Overflow 0x7f110113
+int style Base_Widget_MaterialComponents_Slider 0x7f110114
+int style Base_Widget_MaterialComponents_Snackbar 0x7f110115
+int style Base_Widget_MaterialComponents_TextInputEditText 0x7f110116
+int style Base_Widget_MaterialComponents_TextInputLayout 0x7f110117
+int style Base_Widget_MaterialComponents_TextView 0x7f110118
+int style ButtonWhite 0x7f110119
+int style CardView 0x7f11011a
+int style CardView_Dark 0x7f11011b
+int style CardView_Light 0x7f11011c
+int style CustomDatePickerDialog 0x7f11011d
+int style MaterialAlertDialog_Material3 0x7f11011e
+int style MaterialAlertDialog_Material3_Animation 0x7f11011f
+int style MaterialAlertDialog_Material3_Body_Text 0x7f110120
+int style MaterialAlertDialog_Material3_Body_Text_CenterStacked 0x7f110121
+int style MaterialAlertDialog_Material3_Title_Icon 0x7f110122
+int style MaterialAlertDialog_Material3_Title_Icon_CenterStacked 0x7f110123
+int style MaterialAlertDialog_Material3_Title_Panel 0x7f110124
+int style MaterialAlertDialog_Material3_Title_Panel_CenterStacked 0x7f110125
+int style MaterialAlertDialog_Material3_Title_Text 0x7f110126
+int style MaterialAlertDialog_Material3_Title_Text_CenterStacked 0x7f110127
+int style MaterialAlertDialog_MaterialComponents 0x7f110128
+int style MaterialAlertDialog_MaterialComponents_Body_Text 0x7f110129
+int style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar 0x7f11012a
+int style MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner 0x7f11012b
+int style MaterialAlertDialog_MaterialComponents_Title_Icon 0x7f11012c
+int style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked 0x7f11012d
+int style MaterialAlertDialog_MaterialComponents_Title_Panel 0x7f11012e
+int style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked 0x7f11012f
+int style MaterialAlertDialog_MaterialComponents_Title_Text 0x7f110130
+int style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked 0x7f110131
+int style Platform_AppCompat 0x7f110132
+int style Platform_AppCompat_Light 0x7f110133
+int style Platform_MaterialComponents 0x7f110134
+int style Platform_MaterialComponents_Dialog 0x7f110135
+int style Platform_MaterialComponents_Light 0x7f110136
+int style Platform_MaterialComponents_Light_Dialog 0x7f110137
+int style Platform_ThemeOverlay_AppCompat 0x7f110138
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f110139
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f11013a
+int style Platform_V21_AppCompat 0x7f11013b
+int style Platform_V21_AppCompat_Light 0x7f11013c
+int style Platform_V25_AppCompat 0x7f11013d
+int style Platform_V25_AppCompat_Light 0x7f11013e
+int style Platform_Widget_AppCompat_Spinner 0x7f11013f
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f110140
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f110141
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f110142
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f110143
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f110144
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f110145
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f110146
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f110147
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f110148
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f110149
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f11014a
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f11014b
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f11014c
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f11014d
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f11014e
+int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f11014f
+int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f110150
+int style ShapeAppearance_M3_Comp_BottomAppBar_Container_Shape 0x7f110151
+int style ShapeAppearance_M3_Comp_FilledButton_Container_Shape 0x7f110152
+int style ShapeAppearance_M3_Comp_NavigationRail_ActiveIndicator_Shape 0x7f110153
+int style ShapeAppearance_M3_Comp_SearchBar_Avatar_Shape 0x7f110154
+int style ShapeAppearance_M3_Comp_SearchBar_Container_Shape 0x7f110155
+int style ShapeAppearance_M3_Comp_SearchView_FullScreen_Container_Shape 0x7f110156
+int style ShapeAppearance_M3_Comp_Switch_Handle_Shape 0x7f110157
+int style ShapeAppearance_M3_Comp_Switch_StateLayer_Shape 0x7f110158
+int style ShapeAppearance_M3_Comp_Switch_Track_Shape 0x7f110159
+int style ShapeAppearance_M3_Comp_TextButton_Container_Shape 0x7f11015a
+int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge 0x7f11015b
+int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall 0x7f11015c
+int style ShapeAppearance_M3_Sys_Shape_Corner_Full 0x7f11015d
+int style ShapeAppearance_M3_Sys_Shape_Corner_Large 0x7f11015e
+int style ShapeAppearance_M3_Sys_Shape_Corner_Medium 0x7f11015f
+int style ShapeAppearance_M3_Sys_Shape_Corner_None 0x7f110160
+int style ShapeAppearance_M3_Sys_Shape_Corner_Small 0x7f110161
+int style ShapeAppearance_Material3_Corner_ExtraLarge 0x7f110162
+int style ShapeAppearance_Material3_Corner_ExtraSmall 0x7f110163
+int style ShapeAppearance_Material3_Corner_Full 0x7f110164
+int style ShapeAppearance_Material3_Corner_Large 0x7f110165
+int style ShapeAppearance_Material3_Corner_Medium 0x7f110166
+int style ShapeAppearance_Material3_Corner_None 0x7f110167
+int style ShapeAppearance_Material3_Corner_Small 0x7f110168
+int style ShapeAppearance_Material3_LargeComponent 0x7f110169
+int style ShapeAppearance_Material3_MediumComponent 0x7f11016a
+int style ShapeAppearance_Material3_NavigationBarView_ActiveIndicator 0x7f11016b
+int style ShapeAppearance_Material3_SmallComponent 0x7f11016c
+int style ShapeAppearance_Material3_Tooltip 0x7f11016d
+int style ShapeAppearance_MaterialComponents 0x7f11016e
+int style ShapeAppearance_MaterialComponents_LargeComponent 0x7f11016f
+int style ShapeAppearance_MaterialComponents_MediumComponent 0x7f110170
+int style ShapeAppearance_MaterialComponents_SmallComponent 0x7f110171
+int style ShapeAppearance_MaterialComponents_Tooltip 0x7f110172
+int style ShapeAppearanceOverlay_Material3_Button 0x7f110173
+int style ShapeAppearanceOverlay_Material3_Chip 0x7f110174
+int style ShapeAppearanceOverlay_Material3_Corner_Bottom 0x7f110175
+int style ShapeAppearanceOverlay_Material3_Corner_Left 0x7f110176
+int style ShapeAppearanceOverlay_Material3_Corner_Right 0x7f110177
+int style ShapeAppearanceOverlay_Material3_Corner_Top 0x7f110178
+int style ShapeAppearanceOverlay_Material3_FloatingActionButton 0x7f110179
+int style ShapeAppearanceOverlay_Material3_NavigationView_Item 0x7f11017a
+int style ShapeAppearanceOverlay_Material3_SearchBar 0x7f11017b
+int style ShapeAppearanceOverlay_Material3_SearchView 0x7f11017c
+int style ShapeAppearanceOverlay_MaterialAlertDialog_Material3 0x7f11017d
+int style ShapeAppearanceOverlay_MaterialComponents_BottomSheet 0x7f11017e
+int style ShapeAppearanceOverlay_MaterialComponents_Chip 0x7f11017f
+int style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton 0x7f110180
+int style ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton 0x7f110181
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day 0x7f110182
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen 0x7f110183
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year 0x7f110184
+int style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox 0x7f110185
+int style SubTitle 0x7f110186
+int style TextAppearance_AppCompat 0x7f110187
+int style TextAppearance_AppCompat_Body1 0x7f110188
+int style TextAppearance_AppCompat_Body2 0x7f110189
+int style TextAppearance_AppCompat_Button 0x7f11018a
+int style TextAppearance_AppCompat_Caption 0x7f11018b
+int style TextAppearance_AppCompat_Display1 0x7f11018c
+int style TextAppearance_AppCompat_Display2 0x7f11018d
+int style TextAppearance_AppCompat_Display3 0x7f11018e
+int style TextAppearance_AppCompat_Display4 0x7f11018f
+int style TextAppearance_AppCompat_Headline 0x7f110190
+int style TextAppearance_AppCompat_Inverse 0x7f110191
+int style TextAppearance_AppCompat_Large 0x7f110192
+int style TextAppearance_AppCompat_Large_Inverse 0x7f110193
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f110194
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f110195
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f110196
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f110197
+int style TextAppearance_AppCompat_Medium 0x7f110198
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f110199
+int style TextAppearance_AppCompat_Menu 0x7f11019a
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f11019b
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f11019c
+int style TextAppearance_AppCompat_Small 0x7f11019d
+int style TextAppearance_AppCompat_Small_Inverse 0x7f11019e
+int style TextAppearance_AppCompat_Subhead 0x7f11019f
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f1101a0
+int style TextAppearance_AppCompat_Title 0x7f1101a1
+int style TextAppearance_AppCompat_Title_Inverse 0x7f1101a2
+int style TextAppearance_AppCompat_Tooltip 0x7f1101a3
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f1101a4
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f1101a5
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f1101a6
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f1101a7
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f1101a8
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f1101a9
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f1101aa
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f1101ab
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f1101ac
+int style TextAppearance_AppCompat_Widget_Button 0x7f1101ad
+int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f1101ae
+int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f1101af
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f1101b0
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f1101b1
+int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f1101b2
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f1101b3
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f1101b4
+int style TextAppearance_AppCompat_Widget_Switch 0x7f1101b5
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f1101b6
+int style TextAppearance_Compat_Notification 0x7f1101b7
+int style TextAppearance_Compat_Notification_Info 0x7f1101b8
+int style TextAppearance_Compat_Notification_Line2 0x7f1101b9
+int style TextAppearance_Compat_Notification_Time 0x7f1101ba
+int style TextAppearance_Compat_Notification_Title 0x7f1101bb
+int style TextAppearance_Design_CollapsingToolbar_Expanded 0x7f1101bc
+int style TextAppearance_Design_Counter 0x7f1101bd
+int style TextAppearance_Design_Counter_Overflow 0x7f1101be
+int style TextAppearance_Design_Error 0x7f1101bf
+int style TextAppearance_Design_HelperText 0x7f1101c0
+int style TextAppearance_Design_Hint 0x7f1101c1
+int style TextAppearance_Design_Placeholder 0x7f1101c2
+int style TextAppearance_Design_Prefix 0x7f1101c3
+int style TextAppearance_Design_Snackbar_Message 0x7f1101c4
+int style TextAppearance_Design_Suffix 0x7f1101c5
+int style TextAppearance_Design_Tab 0x7f1101c6
+int style TextAppearance_M3_Sys_Typescale_BodyLarge 0x7f1101c7
+int style TextAppearance_M3_Sys_Typescale_BodyMedium 0x7f1101c8
+int style TextAppearance_M3_Sys_Typescale_BodySmall 0x7f1101c9
+int style TextAppearance_M3_Sys_Typescale_DisplayLarge 0x7f1101ca
+int style TextAppearance_M3_Sys_Typescale_DisplayMedium 0x7f1101cb
+int style TextAppearance_M3_Sys_Typescale_DisplaySmall 0x7f1101cc
+int style TextAppearance_M3_Sys_Typescale_HeadlineLarge 0x7f1101cd
+int style TextAppearance_M3_Sys_Typescale_HeadlineMedium 0x7f1101ce
+int style TextAppearance_M3_Sys_Typescale_HeadlineSmall 0x7f1101cf
+int style TextAppearance_M3_Sys_Typescale_LabelLarge 0x7f1101d0
+int style TextAppearance_M3_Sys_Typescale_LabelMedium 0x7f1101d1
+int style TextAppearance_M3_Sys_Typescale_LabelSmall 0x7f1101d2
+int style TextAppearance_M3_Sys_Typescale_TitleLarge 0x7f1101d3
+int style TextAppearance_M3_Sys_Typescale_TitleMedium 0x7f1101d4
+int style TextAppearance_M3_Sys_Typescale_TitleSmall 0x7f1101d5
+int style TextAppearance_Material3_ActionBar_Subtitle 0x7f1101d6
+int style TextAppearance_Material3_ActionBar_Title 0x7f1101d7
+int style TextAppearance_Material3_BodyLarge 0x7f1101d8
+int style TextAppearance_Material3_BodyMedium 0x7f1101d9
+int style TextAppearance_Material3_BodySmall 0x7f1101da
+int style TextAppearance_Material3_DisplayLarge 0x7f1101db
+int style TextAppearance_Material3_DisplayMedium 0x7f1101dc
+int style TextAppearance_Material3_DisplaySmall 0x7f1101dd
+int style TextAppearance_Material3_HeadlineLarge 0x7f1101de
+int style TextAppearance_Material3_HeadlineMedium 0x7f1101df
+int style TextAppearance_Material3_HeadlineSmall 0x7f1101e0
+int style TextAppearance_Material3_LabelLarge 0x7f1101e1
+int style TextAppearance_Material3_LabelMedium 0x7f1101e2
+int style TextAppearance_Material3_LabelSmall 0x7f1101e3
+int style TextAppearance_Material3_MaterialTimePicker_Title 0x7f1101e4
+int style TextAppearance_Material3_SearchBar 0x7f1101e5
+int style TextAppearance_Material3_SearchView 0x7f1101e6
+int style TextAppearance_Material3_SearchView_Prefix 0x7f1101e7
+int style TextAppearance_Material3_TitleLarge 0x7f1101e8
+int style TextAppearance_Material3_TitleMedium 0x7f1101e9
+int style TextAppearance_Material3_TitleSmall 0x7f1101ea
+int style TextAppearance_MaterialComponents_Badge 0x7f1101eb
+int style TextAppearance_MaterialComponents_Body1 0x7f1101ec
+int style TextAppearance_MaterialComponents_Body2 0x7f1101ed
+int style TextAppearance_MaterialComponents_Button 0x7f1101ee
+int style TextAppearance_MaterialComponents_Caption 0x7f1101ef
+int style TextAppearance_MaterialComponents_Chip 0x7f1101f0
+int style TextAppearance_MaterialComponents_Headline1 0x7f1101f1
+int style TextAppearance_MaterialComponents_Headline2 0x7f1101f2
+int style TextAppearance_MaterialComponents_Headline3 0x7f1101f3
+int style TextAppearance_MaterialComponents_Headline4 0x7f1101f4
+int style TextAppearance_MaterialComponents_Headline5 0x7f1101f5
+int style TextAppearance_MaterialComponents_Headline6 0x7f1101f6
+int style TextAppearance_MaterialComponents_Overline 0x7f1101f7
+int style TextAppearance_MaterialComponents_Subtitle1 0x7f1101f8
+int style TextAppearance_MaterialComponents_Subtitle2 0x7f1101f9
+int style TextAppearance_MaterialComponents_TimePicker_Title 0x7f1101fa
+int style TextAppearance_MaterialComponents_Tooltip 0x7f1101fb
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f1101fc
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f1101fd
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f1101fe
+int style Theme_AppCompat 0x7f1101ff
+int style Theme_AppCompat_CompactMenu 0x7f110200
+int style Theme_AppCompat_DayNight 0x7f110201
+int style Theme_AppCompat_DayNight_DarkActionBar 0x7f110202
+int style Theme_AppCompat_DayNight_Dialog 0x7f110203
+int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f110204
+int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f110205
+int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f110206
+int style Theme_AppCompat_DayNight_NoActionBar 0x7f110207
+int style Theme_AppCompat_Dialog 0x7f110208
+int style Theme_AppCompat_Dialog_Alert 0x7f110209
+int style Theme_AppCompat_Dialog_MinWidth 0x7f11020a
+int style Theme_AppCompat_DialogWhenLarge 0x7f11020b
+int style Theme_AppCompat_Empty 0x7f11020c
+int style Theme_AppCompat_Light 0x7f11020d
+int style Theme_AppCompat_Light_DarkActionBar 0x7f11020e
+int style Theme_AppCompat_Light_Dialog 0x7f11020f
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f110210
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f110211
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f110212
+int style Theme_AppCompat_Light_NoActionBar 0x7f110213
+int style Theme_AppCompat_NoActionBar 0x7f110214
+int style Theme_Design 0x7f110215
+int style Theme_Design_BottomSheetDialog 0x7f110216
+int style Theme_Design_Light 0x7f110217
+int style Theme_Design_Light_BottomSheetDialog 0x7f110218
+int style Theme_Design_Light_NoActionBar 0x7f110219
+int style Theme_Design_NoActionBar 0x7f11021a
+int style Theme_Material3_Dark 0x7f11021b
+int style Theme_Material3_Dark_BottomSheetDialog 0x7f11021c
+int style Theme_Material3_Dark_Dialog 0x7f11021d
+int style Theme_Material3_Dark_Dialog_Alert 0x7f11021e
+int style Theme_Material3_Dark_Dialog_MinWidth 0x7f11021f
+int style Theme_Material3_Dark_DialogWhenLarge 0x7f110220
+int style Theme_Material3_Dark_NoActionBar 0x7f110221
+int style Theme_Material3_Dark_SideSheetDialog 0x7f110222
+int style Theme_Material3_DayNight 0x7f110223
+int style Theme_Material3_DayNight_BottomSheetDialog 0x7f110224
+int style Theme_Material3_DayNight_Dialog 0x7f110225
+int style Theme_Material3_DayNight_Dialog_Alert 0x7f110226
+int style Theme_Material3_DayNight_Dialog_MinWidth 0x7f110227
+int style Theme_Material3_DayNight_DialogWhenLarge 0x7f110228
+int style Theme_Material3_DayNight_NoActionBar 0x7f110229
+int style Theme_Material3_DayNight_SideSheetDialog 0x7f11022a
+int style Theme_Material3_DynamicColors_Dark 0x7f11022b
+int style Theme_Material3_DynamicColors_DayNight 0x7f11022c
+int style Theme_Material3_DynamicColors_Light 0x7f11022d
+int style Theme_Material3_Light 0x7f11022e
+int style Theme_Material3_Light_BottomSheetDialog 0x7f11022f
+int style Theme_Material3_Light_Dialog 0x7f110230
+int style Theme_Material3_Light_Dialog_Alert 0x7f110231
+int style Theme_Material3_Light_Dialog_MinWidth 0x7f110232
+int style Theme_Material3_Light_DialogWhenLarge 0x7f110233
+int style Theme_Material3_Light_NoActionBar 0x7f110234
+int style Theme_Material3_Light_SideSheetDialog 0x7f110235
+int style Theme_MaterialComponents 0x7f110236
+int style Theme_MaterialComponents_BottomSheetDialog 0x7f110237
+int style Theme_MaterialComponents_Bridge 0x7f110238
+int style Theme_MaterialComponents_CompactMenu 0x7f110239
+int style Theme_MaterialComponents_DayNight 0x7f11023a
+int style Theme_MaterialComponents_DayNight_BottomSheetDialog 0x7f11023b
+int style Theme_MaterialComponents_DayNight_Bridge 0x7f11023c
+int style Theme_MaterialComponents_DayNight_DarkActionBar 0x7f11023d
+int style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge 0x7f11023e
+int style Theme_MaterialComponents_DayNight_Dialog 0x7f11023f
+int style Theme_MaterialComponents_DayNight_Dialog_Alert 0x7f110240
+int style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge 0x7f110241
+int style Theme_MaterialComponents_DayNight_Dialog_Bridge 0x7f110242
+int style Theme_MaterialComponents_DayNight_Dialog_FixedSize 0x7f110243
+int style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge 0x7f110244
+int style Theme_MaterialComponents_DayNight_Dialog_MinWidth 0x7f110245
+int style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge 0x7f110246
+int style Theme_MaterialComponents_DayNight_DialogWhenLarge 0x7f110247
+int style Theme_MaterialComponents_DayNight_NoActionBar 0x7f110248
+int style Theme_MaterialComponents_DayNight_NoActionBar_Bridge 0x7f110249
+int style Theme_MaterialComponents_Dialog 0x7f11024a
+int style Theme_MaterialComponents_Dialog_Alert 0x7f11024b
+int style Theme_MaterialComponents_Dialog_Alert_Bridge 0x7f11024c
+int style Theme_MaterialComponents_Dialog_Bridge 0x7f11024d
+int style Theme_MaterialComponents_Dialog_FixedSize 0x7f11024e
+int style Theme_MaterialComponents_Dialog_FixedSize_Bridge 0x7f11024f
+int style Theme_MaterialComponents_Dialog_MinWidth 0x7f110250
+int style Theme_MaterialComponents_Dialog_MinWidth_Bridge 0x7f110251
+int style Theme_MaterialComponents_DialogWhenLarge 0x7f110252
+int style Theme_MaterialComponents_Light 0x7f110253
+int style Theme_MaterialComponents_Light_BottomSheetDialog 0x7f110254
+int style Theme_MaterialComponents_Light_Bridge 0x7f110255
+int style Theme_MaterialComponents_Light_DarkActionBar 0x7f110256
+int style Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f110257
+int style Theme_MaterialComponents_Light_Dialog 0x7f110258
+int style Theme_MaterialComponents_Light_Dialog_Alert 0x7f110259
+int style Theme_MaterialComponents_Light_Dialog_Alert_Bridge 0x7f11025a
+int style Theme_MaterialComponents_Light_Dialog_Bridge 0x7f11025b
+int style Theme_MaterialComponents_Light_Dialog_FixedSize 0x7f11025c
+int style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge 0x7f11025d
+int style Theme_MaterialComponents_Light_Dialog_MinWidth 0x7f11025e
+int style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge 0x7f11025f
+int style Theme_MaterialComponents_Light_DialogWhenLarge 0x7f110260
+int style Theme_MaterialComponents_Light_NoActionBar 0x7f110261
+int style Theme_MaterialComponents_Light_NoActionBar_Bridge 0x7f110262
+int style Theme_MaterialComponents_NoActionBar 0x7f110263
+int style Theme_MaterialComponents_NoActionBar_Bridge 0x7f110264
+int style Theme_ReviveMyMemory 0x7f110265
+int style ThemeOverlay_AppCompat 0x7f110266
+int style ThemeOverlay_AppCompat_ActionBar 0x7f110267
+int style ThemeOverlay_AppCompat_Dark 0x7f110268
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f110269
+int style ThemeOverlay_AppCompat_DayNight 0x7f11026a
+int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x7f11026b
+int style ThemeOverlay_AppCompat_Dialog 0x7f11026c
+int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f11026d
+int style ThemeOverlay_AppCompat_Light 0x7f11026e
+int style ThemeOverlay_Design_TextInputEditText 0x7f11026f
+int style ThemeOverlay_Material3 0x7f110270
+int style ThemeOverlay_Material3_ActionBar 0x7f110271
+int style ThemeOverlay_Material3_AutoCompleteTextView 0x7f110272
+int style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox 0x7f110273
+int style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox_Dense 0x7f110274
+int style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox 0x7f110275
+int style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox_Dense 0x7f110276
+int style ThemeOverlay_Material3_BottomAppBar 0x7f110277
+int style ThemeOverlay_Material3_BottomAppBar_Legacy 0x7f110278
+int style ThemeOverlay_Material3_BottomSheetDialog 0x7f110279
+int style ThemeOverlay_Material3_Button 0x7f11027a
+int style ThemeOverlay_Material3_Button_ElevatedButton 0x7f11027b
+int style ThemeOverlay_Material3_Button_IconButton 0x7f11027c
+int style ThemeOverlay_Material3_Button_IconButton_Filled 0x7f11027d
+int style ThemeOverlay_Material3_Button_IconButton_Filled_Tonal 0x7f11027e
+int style ThemeOverlay_Material3_Button_TextButton 0x7f11027f
+int style ThemeOverlay_Material3_Button_TextButton_Snackbar 0x7f110280
+int style ThemeOverlay_Material3_Button_TonalButton 0x7f110281
+int style ThemeOverlay_Material3_Chip 0x7f110282
+int style ThemeOverlay_Material3_Chip_Assist 0x7f110283
+int style ThemeOverlay_Material3_Dark 0x7f110284
+int style ThemeOverlay_Material3_Dark_ActionBar 0x7f110285
+int style ThemeOverlay_Material3_DayNight_BottomSheetDialog 0x7f110286
+int style ThemeOverlay_Material3_DayNight_SideSheetDialog 0x7f110287
+int style ThemeOverlay_Material3_Dialog 0x7f110288
+int style ThemeOverlay_Material3_Dialog_Alert 0x7f110289
+int style ThemeOverlay_Material3_Dialog_Alert_Framework 0x7f11028a
+int style ThemeOverlay_Material3_DynamicColors_Dark 0x7f11028b
+int style ThemeOverlay_Material3_DynamicColors_DayNight 0x7f11028c
+int style ThemeOverlay_Material3_DynamicColors_Light 0x7f11028d
+int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Primary 0x7f11028e
+int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Secondary 0x7f11028f
+int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Surface 0x7f110290
+int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Tertiary 0x7f110291
+int style ThemeOverlay_Material3_FloatingActionButton_Primary 0x7f110292
+int style ThemeOverlay_Material3_FloatingActionButton_Secondary 0x7f110293
+int style ThemeOverlay_Material3_FloatingActionButton_Surface 0x7f110294
+int style ThemeOverlay_Material3_FloatingActionButton_Tertiary 0x7f110295
+int style ThemeOverlay_Material3_HarmonizedColors 0x7f110296
+int style ThemeOverlay_Material3_HarmonizedColors_Empty 0x7f110297
+int style ThemeOverlay_Material3_Light 0x7f110298
+int style ThemeOverlay_Material3_Light_Dialog_Alert_Framework 0x7f110299
+int style ThemeOverlay_Material3_MaterialAlertDialog 0x7f11029a
+int style ThemeOverlay_Material3_MaterialAlertDialog_Centered 0x7f11029b
+int style ThemeOverlay_Material3_MaterialCalendar 0x7f11029c
+int style ThemeOverlay_Material3_MaterialCalendar_Fullscreen 0x7f11029d
+int style ThemeOverlay_Material3_MaterialCalendar_HeaderCancelButton 0x7f11029e
+int style ThemeOverlay_Material3_MaterialTimePicker 0x7f11029f
+int style ThemeOverlay_Material3_MaterialTimePicker_Display_TextInputEditText 0x7f1102a0
+int style ThemeOverlay_Material3_NavigationView 0x7f1102a1
+int style ThemeOverlay_Material3_PersonalizedColors 0x7f1102a2
+int style ThemeOverlay_Material3_Search 0x7f1102a3
+int style ThemeOverlay_Material3_SideSheetDialog 0x7f1102a4
+int style ThemeOverlay_Material3_Snackbar 0x7f1102a5
+int style ThemeOverlay_Material3_TextInputEditText 0x7f1102a6
+int style ThemeOverlay_Material3_TextInputEditText_FilledBox 0x7f1102a7
+int style ThemeOverlay_Material3_TextInputEditText_FilledBox_Dense 0x7f1102a8
+int style ThemeOverlay_Material3_TextInputEditText_OutlinedBox 0x7f1102a9
+int style ThemeOverlay_Material3_TextInputEditText_OutlinedBox_Dense 0x7f1102aa
+int style ThemeOverlay_Material3_Toolbar_Surface 0x7f1102ab
+int style ThemeOverlay_MaterialAlertDialog_Material3_Title_Icon 0x7f1102ac
+int style ThemeOverlay_MaterialComponents 0x7f1102ad
+int style ThemeOverlay_MaterialComponents_ActionBar 0x7f1102ae
+int style ThemeOverlay_MaterialComponents_ActionBar_Primary 0x7f1102af
+int style ThemeOverlay_MaterialComponents_ActionBar_Surface 0x7f1102b0
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView 0x7f1102b1
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox 0x7f1102b2
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x7f1102b3
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x7f1102b4
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x7f1102b5
+int style ThemeOverlay_MaterialComponents_BottomAppBar_Primary 0x7f1102b6
+int style ThemeOverlay_MaterialComponents_BottomAppBar_Surface 0x7f1102b7
+int style ThemeOverlay_MaterialComponents_BottomSheetDialog 0x7f1102b8
+int style ThemeOverlay_MaterialComponents_Dark 0x7f1102b9
+int style ThemeOverlay_MaterialComponents_Dark_ActionBar 0x7f1102ba
+int style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog 0x7f1102bb
+int style ThemeOverlay_MaterialComponents_Dialog 0x7f1102bc
+int style ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f1102bd
+int style ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x7f1102be
+int style ThemeOverlay_MaterialComponents_Light 0x7f1102bf
+int style ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x7f1102c0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f1102c1
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered 0x7f1102c2
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date 0x7f1102c3
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar 0x7f1102c4
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text 0x7f1102c5
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day 0x7f1102c6
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner 0x7f1102c7
+int style ThemeOverlay_MaterialComponents_MaterialCalendar 0x7f1102c8
+int style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen 0x7f1102c9
+int style ThemeOverlay_MaterialComponents_TextInputEditText 0x7f1102ca
+int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox 0x7f1102cb
+int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense 0x7f1102cc
+int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox 0x7f1102cd
+int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x7f1102ce
+int style ThemeOverlay_MaterialComponents_TimePicker 0x7f1102cf
+int style ThemeOverlay_MaterialComponents_TimePicker_Display 0x7f1102d0
+int style ThemeOverlay_MaterialComponents_TimePicker_Display_TextInputEditText 0x7f1102d1
+int style ThemeOverlay_MaterialComponents_Toolbar_Popup_Primary 0x7f1102d2
+int style ThemeOverlay_MaterialComponents_Toolbar_Primary 0x7f1102d3
+int style ThemeOverlay_MaterialComponents_Toolbar_Surface 0x7f1102d4
+int style Widget_AppCompat_ActionBar 0x7f1102d5
+int style Widget_AppCompat_ActionBar_Solid 0x7f1102d6
+int style Widget_AppCompat_ActionBar_TabBar 0x7f1102d7
+int style Widget_AppCompat_ActionBar_TabText 0x7f1102d8
+int style Widget_AppCompat_ActionBar_TabView 0x7f1102d9
+int style Widget_AppCompat_ActionButton 0x7f1102da
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f1102db
+int style Widget_AppCompat_ActionButton_Overflow 0x7f1102dc
+int style Widget_AppCompat_ActionMode 0x7f1102dd
+int style Widget_AppCompat_ActivityChooserView 0x7f1102de
+int style Widget_AppCompat_AutoCompleteTextView 0x7f1102df
+int style Widget_AppCompat_Button 0x7f1102e0
+int style Widget_AppCompat_Button_Borderless 0x7f1102e1
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f1102e2
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f1102e3
+int style Widget_AppCompat_Button_Colored 0x7f1102e4
+int style Widget_AppCompat_Button_Small 0x7f1102e5
+int style Widget_AppCompat_ButtonBar 0x7f1102e6
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f1102e7
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f1102e8
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f1102e9
+int style Widget_AppCompat_CompoundButton_Switch 0x7f1102ea
+int style Widget_AppCompat_DrawerArrowToggle 0x7f1102eb
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f1102ec
+int style Widget_AppCompat_EditText 0x7f1102ed
+int style Widget_AppCompat_ImageButton 0x7f1102ee
+int style Widget_AppCompat_Light_ActionBar 0x7f1102ef
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f1102f0
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f1102f1
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f1102f2
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f1102f3
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f1102f4
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f1102f5
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f1102f6
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f1102f7
+int style Widget_AppCompat_Light_ActionButton 0x7f1102f8
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f1102f9
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f1102fa
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f1102fb
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f1102fc
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f1102fd
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f1102fe
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f1102ff
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f110300
+int style Widget_AppCompat_Light_PopupMenu 0x7f110301
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f110302
+int style Widget_AppCompat_Light_SearchView 0x7f110303
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f110304
+int style Widget_AppCompat_ListMenuView 0x7f110305
+int style Widget_AppCompat_ListPopupWindow 0x7f110306
+int style Widget_AppCompat_ListView 0x7f110307
+int style Widget_AppCompat_ListView_DropDown 0x7f110308
+int style Widget_AppCompat_ListView_Menu 0x7f110309
+int style Widget_AppCompat_PopupMenu 0x7f11030a
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f11030b
+int style Widget_AppCompat_PopupWindow 0x7f11030c
+int style Widget_AppCompat_ProgressBar 0x7f11030d
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f11030e
+int style Widget_AppCompat_RatingBar 0x7f11030f
+int style Widget_AppCompat_RatingBar_Indicator 0x7f110310
+int style Widget_AppCompat_RatingBar_Small 0x7f110311
+int style Widget_AppCompat_SearchView 0x7f110312
+int style Widget_AppCompat_SearchView_ActionBar 0x7f110313
+int style Widget_AppCompat_SeekBar 0x7f110314
+int style Widget_AppCompat_SeekBar_Discrete 0x7f110315
+int style Widget_AppCompat_Spinner 0x7f110316
+int style Widget_AppCompat_Spinner_DropDown 0x7f110317
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f110318
+int style Widget_AppCompat_Spinner_Underlined 0x7f110319
+int style Widget_AppCompat_TextView 0x7f11031a
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f11031b
+int style Widget_AppCompat_Toolbar 0x7f11031c
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f11031d
+int style Widget_Compat_NotificationActionContainer 0x7f11031e
+int style Widget_Compat_NotificationActionText 0x7f11031f
+int style Widget_Design_AppBarLayout 0x7f110320
+int style Widget_Design_BottomNavigationView 0x7f110321
+int style Widget_Design_BottomSheet_Modal 0x7f110322
+int style Widget_Design_CollapsingToolbar 0x7f110323
+int style Widget_Design_FloatingActionButton 0x7f110324
+int style Widget_Design_NavigationView 0x7f110325
+int style Widget_Design_ScrimInsetsFrameLayout 0x7f110326
+int style Widget_Design_Snackbar 0x7f110327
+int style Widget_Design_TabLayout 0x7f110328
+int style Widget_Design_TextInputEditText 0x7f110329
+int style Widget_Design_TextInputLayout 0x7f11032a
+int style Widget_Material3_ActionBar_Solid 0x7f11032b
+int style Widget_Material3_ActionMode 0x7f11032c
+int style Widget_Material3_AppBarLayout 0x7f11032d
+int style Widget_Material3_AutoCompleteTextView_FilledBox 0x7f11032e
+int style Widget_Material3_AutoCompleteTextView_FilledBox_Dense 0x7f11032f
+int style Widget_Material3_AutoCompleteTextView_OutlinedBox 0x7f110330
+int style Widget_Material3_AutoCompleteTextView_OutlinedBox_Dense 0x7f110331
+int style Widget_Material3_Badge 0x7f110332
+int style Widget_Material3_BottomAppBar 0x7f110333
+int style Widget_Material3_BottomAppBar_Button_Navigation 0x7f110334
+int style Widget_Material3_BottomAppBar_Legacy 0x7f110335
+int style Widget_Material3_BottomNavigationView 0x7f110336
+int style Widget_Material3_BottomNavigationView_ActiveIndicator 0x7f110337
+int style Widget_Material3_BottomSheet 0x7f110338
+int style Widget_Material3_BottomSheet_DragHandle 0x7f110339
+int style Widget_Material3_BottomSheet_Modal 0x7f11033a
+int style Widget_Material3_Button 0x7f11033b
+int style Widget_Material3_Button_ElevatedButton 0x7f11033c
+int style Widget_Material3_Button_ElevatedButton_Icon 0x7f11033d
+int style Widget_Material3_Button_Icon 0x7f11033e
+int style Widget_Material3_Button_IconButton 0x7f11033f
+int style Widget_Material3_Button_IconButton_Filled 0x7f110340
+int style Widget_Material3_Button_IconButton_Filled_Tonal 0x7f110341
+int style Widget_Material3_Button_IconButton_Outlined 0x7f110342
+int style Widget_Material3_Button_OutlinedButton 0x7f110343
+int style Widget_Material3_Button_OutlinedButton_Icon 0x7f110344
+int style Widget_Material3_Button_TextButton 0x7f110345
+int style Widget_Material3_Button_TextButton_Dialog 0x7f110346
+int style Widget_Material3_Button_TextButton_Dialog_Flush 0x7f110347
+int style Widget_Material3_Button_TextButton_Dialog_Icon 0x7f110348
+int style Widget_Material3_Button_TextButton_Icon 0x7f110349
+int style Widget_Material3_Button_TextButton_Snackbar 0x7f11034a
+int style Widget_Material3_Button_TonalButton 0x7f11034b
+int style Widget_Material3_Button_TonalButton_Icon 0x7f11034c
+int style Widget_Material3_Button_UnelevatedButton 0x7f11034d
+int style Widget_Material3_CardView_Elevated 0x7f11034e
+int style Widget_Material3_CardView_Filled 0x7f11034f
+int style Widget_Material3_CardView_Outlined 0x7f110350
+int style Widget_Material3_CheckedTextView 0x7f110351
+int style Widget_Material3_Chip_Assist 0x7f110352
+int style Widget_Material3_Chip_Assist_Elevated 0x7f110353
+int style Widget_Material3_Chip_Filter 0x7f110354
+int style Widget_Material3_Chip_Filter_Elevated 0x7f110355
+int style Widget_Material3_Chip_Input 0x7f110356
+int style Widget_Material3_Chip_Input_Elevated 0x7f110357
+int style Widget_Material3_Chip_Input_Icon 0x7f110358
+int style Widget_Material3_Chip_Input_Icon_Elevated 0x7f110359
+int style Widget_Material3_Chip_Suggestion 0x7f11035a
+int style Widget_Material3_Chip_Suggestion_Elevated 0x7f11035b
+int style Widget_Material3_ChipGroup 0x7f11035c
+int style Widget_Material3_CircularProgressIndicator 0x7f11035d
+int style Widget_Material3_CircularProgressIndicator_ExtraSmall 0x7f11035e
+int style Widget_Material3_CircularProgressIndicator_Medium 0x7f11035f
+int style Widget_Material3_CircularProgressIndicator_Small 0x7f110360
+int style Widget_Material3_CollapsingToolbar 0x7f110361
+int style Widget_Material3_CollapsingToolbar_Large 0x7f110362
+int style Widget_Material3_CollapsingToolbar_Medium 0x7f110363
+int style Widget_Material3_CompoundButton_CheckBox 0x7f110364
+int style Widget_Material3_CompoundButton_MaterialSwitch 0x7f110365
+int style Widget_Material3_CompoundButton_RadioButton 0x7f110366
+int style Widget_Material3_CompoundButton_Switch 0x7f110367
+int style Widget_Material3_DrawerLayout 0x7f110368
+int style Widget_Material3_ExtendedFloatingActionButton_Icon_Primary 0x7f110369
+int style Widget_Material3_ExtendedFloatingActionButton_Icon_Secondary 0x7f11036a
+int style Widget_Material3_ExtendedFloatingActionButton_Icon_Surface 0x7f11036b
+int style Widget_Material3_ExtendedFloatingActionButton_Icon_Tertiary 0x7f11036c
+int style Widget_Material3_ExtendedFloatingActionButton_Primary 0x7f11036d
+int style Widget_Material3_ExtendedFloatingActionButton_Secondary 0x7f11036e
+int style Widget_Material3_ExtendedFloatingActionButton_Surface 0x7f11036f
+int style Widget_Material3_ExtendedFloatingActionButton_Tertiary 0x7f110370
+int style Widget_Material3_FloatingActionButton_Large_Primary 0x7f110371
+int style Widget_Material3_FloatingActionButton_Large_Secondary 0x7f110372
+int style Widget_Material3_FloatingActionButton_Large_Surface 0x7f110373
+int style Widget_Material3_FloatingActionButton_Large_Tertiary 0x7f110374
+int style Widget_Material3_FloatingActionButton_Primary 0x7f110375
+int style Widget_Material3_FloatingActionButton_Secondary 0x7f110376
+int style Widget_Material3_FloatingActionButton_Small_Primary 0x7f110377
+int style Widget_Material3_FloatingActionButton_Small_Secondary 0x7f110378
+int style Widget_Material3_FloatingActionButton_Small_Surface 0x7f110379
+int style Widget_Material3_FloatingActionButton_Small_Tertiary 0x7f11037a
+int style Widget_Material3_FloatingActionButton_Surface 0x7f11037b
+int style Widget_Material3_FloatingActionButton_Tertiary 0x7f11037c
+int style Widget_Material3_Light_ActionBar_Solid 0x7f11037d
+int style Widget_Material3_LinearProgressIndicator 0x7f11037e
+int style Widget_Material3_MaterialButtonToggleGroup 0x7f11037f
+int style Widget_Material3_MaterialCalendar 0x7f110380
+int style Widget_Material3_MaterialCalendar_Day 0x7f110381
+int style Widget_Material3_MaterialCalendar_Day_Invalid 0x7f110382
+int style Widget_Material3_MaterialCalendar_Day_Selected 0x7f110383
+int style Widget_Material3_MaterialCalendar_Day_Today 0x7f110384
+int style Widget_Material3_MaterialCalendar_DayOfWeekLabel 0x7f110385
+int style Widget_Material3_MaterialCalendar_DayTextView 0x7f110386
+int style Widget_Material3_MaterialCalendar_Fullscreen 0x7f110387
+int style Widget_Material3_MaterialCalendar_HeaderCancelButton 0x7f110388
+int style Widget_Material3_MaterialCalendar_HeaderDivider 0x7f110389
+int style Widget_Material3_MaterialCalendar_HeaderLayout 0x7f11038a
+int style Widget_Material3_MaterialCalendar_HeaderLayout_Fullscreen 0x7f11038b
+int style Widget_Material3_MaterialCalendar_HeaderSelection 0x7f11038c
+int style Widget_Material3_MaterialCalendar_HeaderSelection_Fullscreen 0x7f11038d
+int style Widget_Material3_MaterialCalendar_HeaderTitle 0x7f11038e
+int style Widget_Material3_MaterialCalendar_HeaderToggleButton 0x7f11038f
+int style Widget_Material3_MaterialCalendar_Item 0x7f110390
+int style Widget_Material3_MaterialCalendar_MonthNavigationButton 0x7f110391
+int style Widget_Material3_MaterialCalendar_MonthTextView 0x7f110392
+int style Widget_Material3_MaterialCalendar_Year 0x7f110393
+int style Widget_Material3_MaterialCalendar_Year_Selected 0x7f110394
+int style Widget_Material3_MaterialCalendar_Year_Today 0x7f110395
+int style Widget_Material3_MaterialCalendar_YearNavigationButton 0x7f110396
+int style Widget_Material3_MaterialDivider 0x7f110397
+int style Widget_Material3_MaterialDivider_Heavy 0x7f110398
+int style Widget_Material3_MaterialTimePicker 0x7f110399
+int style Widget_Material3_MaterialTimePicker_Button 0x7f11039a
+int style Widget_Material3_MaterialTimePicker_Clock 0x7f11039b
+int style Widget_Material3_MaterialTimePicker_Display 0x7f11039c
+int style Widget_Material3_MaterialTimePicker_Display_Divider 0x7f11039d
+int style Widget_Material3_MaterialTimePicker_Display_HelperText 0x7f11039e
+int style Widget_Material3_MaterialTimePicker_Display_TextInputEditText 0x7f11039f
+int style Widget_Material3_MaterialTimePicker_Display_TextInputLayout 0x7f1103a0
+int style Widget_Material3_MaterialTimePicker_ImageButton 0x7f1103a1
+int style Widget_Material3_NavigationRailView 0x7f1103a2
+int style Widget_Material3_NavigationRailView_ActiveIndicator 0x7f1103a3
+int style Widget_Material3_NavigationView 0x7f1103a4
+int style Widget_Material3_PopupMenu 0x7f1103a5
+int style Widget_Material3_PopupMenu_ContextMenu 0x7f1103a6
+int style Widget_Material3_PopupMenu_ListPopupWindow 0x7f1103a7
+int style Widget_Material3_PopupMenu_Overflow 0x7f1103a8
+int style Widget_Material3_Search_ActionButton_Overflow 0x7f1103a9
+int style Widget_Material3_Search_Toolbar_Button_Navigation 0x7f1103aa
+int style Widget_Material3_SearchBar 0x7f1103ab
+int style Widget_Material3_SearchBar_Outlined 0x7f1103ac
+int style Widget_Material3_SearchView 0x7f1103ad
+int style Widget_Material3_SearchView_Prefix 0x7f1103ae
+int style Widget_Material3_SearchView_Toolbar 0x7f1103af
+int style Widget_Material3_SideSheet 0x7f1103b0
+int style Widget_Material3_SideSheet_Modal 0x7f1103b1
+int style Widget_Material3_Slider 0x7f1103b2
+int style Widget_Material3_Slider_Label 0x7f1103b3
+int style Widget_Material3_Snackbar 0x7f1103b4
+int style Widget_Material3_Snackbar_FullWidth 0x7f1103b5
+int style Widget_Material3_Snackbar_TextView 0x7f1103b6
+int style Widget_Material3_TabLayout 0x7f1103b7
+int style Widget_Material3_TabLayout_OnSurface 0x7f1103b8
+int style Widget_Material3_TabLayout_Secondary 0x7f1103b9
+int style Widget_Material3_TextInputEditText_FilledBox 0x7f1103ba
+int style Widget_Material3_TextInputEditText_FilledBox_Dense 0x7f1103bb
+int style Widget_Material3_TextInputEditText_OutlinedBox 0x7f1103bc
+int style Widget_Material3_TextInputEditText_OutlinedBox_Dense 0x7f1103bd
+int style Widget_Material3_TextInputLayout_FilledBox 0x7f1103be
+int style Widget_Material3_TextInputLayout_FilledBox_Dense 0x7f1103bf
+int style Widget_Material3_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x7f1103c0
+int style Widget_Material3_TextInputLayout_FilledBox_ExposedDropdownMenu 0x7f1103c1
+int style Widget_Material3_TextInputLayout_OutlinedBox 0x7f1103c2
+int style Widget_Material3_TextInputLayout_OutlinedBox_Dense 0x7f1103c3
+int style Widget_Material3_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x7f1103c4
+int style Widget_Material3_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x7f1103c5
+int style Widget_Material3_Toolbar 0x7f1103c6
+int style Widget_Material3_Toolbar_OnSurface 0x7f1103c7
+int style Widget_Material3_Toolbar_Surface 0x7f1103c8
+int style Widget_Material3_Tooltip 0x7f1103c9
+int style Widget_MaterialComponents_ActionBar_Primary 0x7f1103ca
+int style Widget_MaterialComponents_ActionBar_PrimarySurface 0x7f1103cb
+int style Widget_MaterialComponents_ActionBar_Solid 0x7f1103cc
+int style Widget_MaterialComponents_ActionBar_Surface 0x7f1103cd
+int style Widget_MaterialComponents_ActionMode 0x7f1103ce
+int style Widget_MaterialComponents_AppBarLayout_Primary 0x7f1103cf
+int style Widget_MaterialComponents_AppBarLayout_PrimarySurface 0x7f1103d0
+int style Widget_MaterialComponents_AppBarLayout_Surface 0x7f1103d1
+int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox 0x7f1103d2
+int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x7f1103d3
+int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x7f1103d4
+int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x7f1103d5
+int style Widget_MaterialComponents_Badge 0x7f1103d6
+int style Widget_MaterialComponents_BottomAppBar 0x7f1103d7
+int style Widget_MaterialComponents_BottomAppBar_Colored 0x7f1103d8
+int style Widget_MaterialComponents_BottomAppBar_PrimarySurface 0x7f1103d9
+int style Widget_MaterialComponents_BottomNavigationView 0x7f1103da
+int style Widget_MaterialComponents_BottomNavigationView_Colored 0x7f1103db
+int style Widget_MaterialComponents_BottomNavigationView_PrimarySurface 0x7f1103dc
+int style Widget_MaterialComponents_BottomSheet 0x7f1103dd
+int style Widget_MaterialComponents_BottomSheet_Modal 0x7f1103de
+int style Widget_MaterialComponents_Button 0x7f1103df
+int style Widget_MaterialComponents_Button_Icon 0x7f1103e0
+int style Widget_MaterialComponents_Button_OutlinedButton 0x7f1103e1
+int style Widget_MaterialComponents_Button_OutlinedButton_Icon 0x7f1103e2
+int style Widget_MaterialComponents_Button_TextButton 0x7f1103e3
+int style Widget_MaterialComponents_Button_TextButton_Dialog 0x7f1103e4
+int style Widget_MaterialComponents_Button_TextButton_Dialog_Flush 0x7f1103e5
+int style Widget_MaterialComponents_Button_TextButton_Dialog_Icon 0x7f1103e6
+int style Widget_MaterialComponents_Button_TextButton_Icon 0x7f1103e7
+int style Widget_MaterialComponents_Button_TextButton_Snackbar 0x7f1103e8
+int style Widget_MaterialComponents_Button_UnelevatedButton 0x7f1103e9
+int style Widget_MaterialComponents_Button_UnelevatedButton_Icon 0x7f1103ea
+int style Widget_MaterialComponents_CardView 0x7f1103eb
+int style Widget_MaterialComponents_CheckedTextView 0x7f1103ec
+int style Widget_MaterialComponents_Chip_Action 0x7f1103ed
+int style Widget_MaterialComponents_Chip_Choice 0x7f1103ee
+int style Widget_MaterialComponents_Chip_Entry 0x7f1103ef
+int style Widget_MaterialComponents_Chip_Filter 0x7f1103f0
+int style Widget_MaterialComponents_ChipGroup 0x7f1103f1
+int style Widget_MaterialComponents_CircularProgressIndicator 0x7f1103f2
+int style Widget_MaterialComponents_CircularProgressIndicator_ExtraSmall 0x7f1103f3
+int style Widget_MaterialComponents_CircularProgressIndicator_Medium 0x7f1103f4
+int style Widget_MaterialComponents_CircularProgressIndicator_Small 0x7f1103f5
+int style Widget_MaterialComponents_CollapsingToolbar 0x7f1103f6
+int style Widget_MaterialComponents_CompoundButton_CheckBox 0x7f1103f7
+int style Widget_MaterialComponents_CompoundButton_RadioButton 0x7f1103f8
+int style Widget_MaterialComponents_CompoundButton_Switch 0x7f1103f9
+int style Widget_MaterialComponents_ExtendedFloatingActionButton 0x7f1103fa
+int style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon 0x7f1103fb
+int style Widget_MaterialComponents_FloatingActionButton 0x7f1103fc
+int style Widget_MaterialComponents_Light_ActionBar_Solid 0x7f1103fd
+int style Widget_MaterialComponents_LinearProgressIndicator 0x7f1103fe
+int style Widget_MaterialComponents_MaterialButtonToggleGroup 0x7f1103ff
+int style Widget_MaterialComponents_MaterialCalendar 0x7f110400
+int style Widget_MaterialComponents_MaterialCalendar_Day 0x7f110401
+int style Widget_MaterialComponents_MaterialCalendar_Day_Invalid 0x7f110402
+int style Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x7f110403
+int style Widget_MaterialComponents_MaterialCalendar_Day_Today 0x7f110404
+int style Widget_MaterialComponents_MaterialCalendar_DayOfWeekLabel 0x7f110405
+int style Widget_MaterialComponents_MaterialCalendar_DayTextView 0x7f110406
+int style Widget_MaterialComponents_MaterialCalendar_Fullscreen 0x7f110407
+int style Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton 0x7f110408
+int style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton 0x7f110409
+int style Widget_MaterialComponents_MaterialCalendar_HeaderDivider 0x7f11040a
+int style Widget_MaterialComponents_MaterialCalendar_HeaderLayout 0x7f11040b
+int style Widget_MaterialComponents_MaterialCalendar_HeaderLayout_Fullscreen 0x7f11040c
+int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection 0x7f11040d
+int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen 0x7f11040e
+int style Widget_MaterialComponents_MaterialCalendar_HeaderTitle 0x7f11040f
+int style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x7f110410
+int style Widget_MaterialComponents_MaterialCalendar_Item 0x7f110411
+int style Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton 0x7f110412
+int style Widget_MaterialComponents_MaterialCalendar_MonthTextView 0x7f110413
+int style Widget_MaterialComponents_MaterialCalendar_Year 0x7f110414
+int style Widget_MaterialComponents_MaterialCalendar_Year_Selected 0x7f110415
+int style Widget_MaterialComponents_MaterialCalendar_Year_Today 0x7f110416
+int style Widget_MaterialComponents_MaterialCalendar_YearNavigationButton 0x7f110417
+int style Widget_MaterialComponents_MaterialDivider 0x7f110418
+int style Widget_MaterialComponents_NavigationRailView 0x7f110419
+int style Widget_MaterialComponents_NavigationRailView_Colored 0x7f11041a
+int style Widget_MaterialComponents_NavigationRailView_Colored_Compact 0x7f11041b
+int style Widget_MaterialComponents_NavigationRailView_Compact 0x7f11041c
+int style Widget_MaterialComponents_NavigationRailView_PrimarySurface 0x7f11041d
+int style Widget_MaterialComponents_NavigationView 0x7f11041e
+int style Widget_MaterialComponents_PopupMenu 0x7f11041f
+int style Widget_MaterialComponents_PopupMenu_ContextMenu 0x7f110420
+int style Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x7f110421
+int style Widget_MaterialComponents_PopupMenu_Overflow 0x7f110422
+int style Widget_MaterialComponents_ProgressIndicator 0x7f110423
+int style Widget_MaterialComponents_ShapeableImageView 0x7f110424
+int style Widget_MaterialComponents_Slider 0x7f110425
+int style Widget_MaterialComponents_Snackbar 0x7f110426
+int style Widget_MaterialComponents_Snackbar_FullWidth 0x7f110427
+int style Widget_MaterialComponents_Snackbar_TextView 0x7f110428
+int style Widget_MaterialComponents_TabLayout 0x7f110429
+int style Widget_MaterialComponents_TabLayout_Colored 0x7f11042a
+int style Widget_MaterialComponents_TabLayout_PrimarySurface 0x7f11042b
+int style Widget_MaterialComponents_TextInputEditText_FilledBox 0x7f11042c
+int style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense 0x7f11042d
+int style Widget_MaterialComponents_TextInputEditText_OutlinedBox 0x7f11042e
+int style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x7f11042f
+int style Widget_MaterialComponents_TextInputLayout_FilledBox 0x7f110430
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense 0x7f110431
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x7f110432
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu 0x7f110433
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox 0x7f110434
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense 0x7f110435
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x7f110436
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x7f110437
+int style Widget_MaterialComponents_TextView 0x7f110438
+int style Widget_MaterialComponents_TimePicker 0x7f110439
+int style Widget_MaterialComponents_TimePicker_Button 0x7f11043a
+int style Widget_MaterialComponents_TimePicker_Clock 0x7f11043b
+int style Widget_MaterialComponents_TimePicker_Display 0x7f11043c
+int style Widget_MaterialComponents_TimePicker_Display_Divider 0x7f11043d
+int style Widget_MaterialComponents_TimePicker_Display_HelperText 0x7f11043e
+int style Widget_MaterialComponents_TimePicker_Display_TextInputEditText 0x7f11043f
+int style Widget_MaterialComponents_TimePicker_Display_TextInputLayout 0x7f110440
+int style Widget_MaterialComponents_TimePicker_ImageButton 0x7f110441
+int style Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance 0x7f110442
+int style Widget_MaterialComponents_Toolbar 0x7f110443
+int style Widget_MaterialComponents_Toolbar_Primary 0x7f110444
+int style Widget_MaterialComponents_Toolbar_PrimarySurface 0x7f110445
+int style Widget_MaterialComponents_Toolbar_Surface 0x7f110446
+int style Widget_MaterialComponents_Tooltip 0x7f110447
+int style Widget_Support_CoordinatorLayout 0x7f110448
+int style buttonGrey 0x7f110449
+int style textlayout 0x7f11044a
+int[] styleable ActionBar { 0x7f030044, 0x7f03004b, 0x7f03004c, 0x7f03011c, 0x7f03011d, 0x7f03011e, 0x7f03011f, 0x7f030120, 0x7f030121, 0x7f030148, 0x7f03015b, 0x7f03015c, 0x7f03017b, 0x7f0301f1, 0x7f0301f9, 0x7f0301ff, 0x7f030200, 0x7f030204, 0x7f030215, 0x7f03022b, 0x7f0302a6, 0x7f030337, 0x7f030367, 0x7f03036e, 0x7f03036f, 0x7f0303e5, 0x7f0303e9, 0x7f03046b, 0x7f030479 }
+int styleable ActionBar_background 0
+int styleable ActionBar_backgroundSplit 1
+int styleable ActionBar_backgroundStacked 2
+int styleable ActionBar_contentInsetEnd 3
+int styleable ActionBar_contentInsetEndWithActions 4
+int styleable ActionBar_contentInsetLeft 5
+int styleable ActionBar_contentInsetRight 6
+int styleable ActionBar_contentInsetStart 7
+int styleable ActionBar_contentInsetStartWithNavigation 8
+int styleable ActionBar_customNavigationLayout 9
+int styleable ActionBar_displayOptions 10
+int styleable ActionBar_divider 11
+int styleable ActionBar_elevation 12
+int styleable ActionBar_height 13
+int styleable ActionBar_hideOnContentScroll 14
+int styleable ActionBar_homeAsUpIndicator 15
+int styleable ActionBar_homeLayout 16
+int styleable ActionBar_icon 17
+int styleable ActionBar_indeterminateProgressStyle 18
+int styleable ActionBar_itemPadding 19
+int styleable ActionBar_logo 20
+int styleable ActionBar_navigationMode 21
+int styleable ActionBar_popupTheme 22
+int styleable ActionBar_progressBarPadding 23
+int styleable ActionBar_progressBarStyle 24
+int styleable ActionBar_subtitle 25
+int styleable ActionBar_subtitleTextStyle 26
+int styleable ActionBar_title 27
+int styleable ActionBar_titleTextStyle 28
+int[] styleable ActionBarLayout { 0x010100b3 }
+int styleable ActionBarLayout_android_layout_gravity 0
+int[] styleable ActionMenuItemView { 0x0101013f }
+int styleable ActionMenuItemView_android_minWidth 0
+int[] styleable ActionMenuView { }
+int[] styleable ActionMode { 0x7f030044, 0x7f03004b, 0x7f0300db, 0x7f0301f1, 0x7f0303e9, 0x7f030479 }
+int styleable ActionMode_background 0
+int styleable ActionMode_backgroundSplit 1
+int styleable ActionMode_closeItemLayout 2
+int styleable ActionMode_height 3
+int styleable ActionMode_subtitleTextStyle 4
+int styleable ActionMode_titleTextStyle 5
+int[] styleable ActivityChooserView { 0x7f030196, 0x7f03021b }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
+int styleable ActivityChooserView_initialActivityCount 1
+int[] styleable AlertDialog { 0x010100f2, 0x7f030084, 0x7f030087, 0x7f03029b, 0x7f03029c, 0x7f030333, 0x7f0303ad, 0x7f0303b5 }
+int styleable AlertDialog_android_layout 0
+int styleable AlertDialog_buttonIconDimen 1
+int styleable AlertDialog_buttonPanelSideLayout 2
+int styleable AlertDialog_listItemLayout 3
+int styleable AlertDialog_listLayout 4
+int styleable AlertDialog_multiChoiceItemLayout 5
+int styleable AlertDialog_showTitle 6
+int styleable AlertDialog_singleChoiceItemLayout 7
+int[] styleable AnimatedStateListDrawableCompat { 0x0101011c, 0x01010194, 0x01010195, 0x01010196, 0x0101030c, 0x0101030d }
+int styleable AnimatedStateListDrawableCompat_android_dither 0
+int styleable AnimatedStateListDrawableCompat_android_visible 1
+int styleable AnimatedStateListDrawableCompat_android_variablePadding 2
+int styleable AnimatedStateListDrawableCompat_android_constantSize 3
+int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 4
+int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 5
+int[] styleable AnimatedStateListDrawableItem { 0x010100d0, 0x01010199 }
+int styleable AnimatedStateListDrawableItem_android_id 0
+int styleable AnimatedStateListDrawableItem_android_drawable 1
+int[] styleable AnimatedStateListDrawableTransition { 0x01010199, 0x01010449, 0x0101044a, 0x0101044b }
+int styleable AnimatedStateListDrawableTransition_android_drawable 0
+int styleable AnimatedStateListDrawableTransition_android_toId 1
+int styleable AnimatedStateListDrawableTransition_android_fromId 2
+int styleable AnimatedStateListDrawableTransition_android_reversible 3
+int[] styleable AppBarLayout { 0x010100d4, 0x0101048f, 0x01010540, 0x7f03017b, 0x7f030197, 0x7f030290, 0x7f030291, 0x7f030292, 0x7f0303db }
+int styleable AppBarLayout_android_background 0
+int styleable AppBarLayout_android_touchscreenBlocksFocus 1
+int styleable AppBarLayout_android_keyboardNavigationCluster 2
+int styleable AppBarLayout_elevation 3
+int styleable AppBarLayout_expanded 4
+int styleable AppBarLayout_liftOnScroll 5
+int styleable AppBarLayout_liftOnScrollColor 6
+int styleable AppBarLayout_liftOnScrollTargetViewId 7
+int styleable AppBarLayout_statusBarForeground 8
+int[] styleable AppBarLayoutStates { 0x7f0303d2, 0x7f0303d3, 0x7f0303d7, 0x7f0303d8 }
+int styleable AppBarLayoutStates_state_collapsed 0
+int styleable AppBarLayoutStates_state_collapsible 1
+int styleable AppBarLayoutStates_state_liftable 2
+int styleable AppBarLayoutStates_state_lifted 3
+int[] styleable AppBarLayout_Layout { 0x7f03028c, 0x7f03028d, 0x7f03028e }
+int styleable AppBarLayout_Layout_layout_scrollEffect 0
+int styleable AppBarLayout_Layout_layout_scrollFlags 1
+int styleable AppBarLayout_Layout_layout_scrollInterpolator 2
+int[] styleable AppCompatEmojiHelper { }
+int[] styleable AppCompatImageView { 0x01010119, 0x7f0303c7, 0x7f030468, 0x7f030469 }
+int styleable AppCompatImageView_android_src 0
+int styleable AppCompatImageView_srcCompat 1
+int styleable AppCompatImageView_tint 2
+int styleable AppCompatImageView_tintMode 3
+int[] styleable AppCompatSeekBar { 0x01010142, 0x7f030464, 0x7f030465, 0x7f030466 }
+int styleable AppCompatSeekBar_android_thumb 0
+int styleable AppCompatSeekBar_tickMark 1
+int styleable AppCompatSeekBar_tickMarkTint 2
+int styleable AppCompatSeekBar_tickMarkTintMode 3
+int[] styleable AppCompatTextHelper { 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, 0x01010170, 0x01010392, 0x01010393 }
+int styleable AppCompatTextHelper_android_textAppearance 0
+int styleable AppCompatTextHelper_android_drawableTop 1
+int styleable AppCompatTextHelper_android_drawableBottom 2
+int styleable AppCompatTextHelper_android_drawableLeft 3
+int styleable AppCompatTextHelper_android_drawableRight 4
+int styleable AppCompatTextHelper_android_drawableStart 5
+int styleable AppCompatTextHelper_android_drawableEnd 6
+int[] styleable AppCompatTextView { 0x01010034, 0x7f03003e, 0x7f03003f, 0x7f030040, 0x7f030041, 0x7f030042, 0x7f030168, 0x7f030169, 0x7f03016a, 0x7f03016b, 0x7f03016d, 0x7f03016e, 0x7f03016f, 0x7f030170, 0x7f03017f, 0x7f0301b7, 0x7f0301db, 0x7f0301e4, 0x7f030245, 0x7f030294, 0x7f030413, 0x7f03044a }
+int styleable AppCompatTextView_android_textAppearance 0
+int styleable AppCompatTextView_autoSizeMaxTextSize 1
+int styleable AppCompatTextView_autoSizeMinTextSize 2
+int styleable AppCompatTextView_autoSizePresetSizes 3
+int styleable AppCompatTextView_autoSizeStepGranularity 4
+int styleable AppCompatTextView_autoSizeTextType 5
+int styleable AppCompatTextView_drawableBottomCompat 6
+int styleable AppCompatTextView_drawableEndCompat 7
+int styleable AppCompatTextView_drawableLeftCompat 8
+int styleable AppCompatTextView_drawableRightCompat 9
+int styleable AppCompatTextView_drawableStartCompat 10
+int styleable AppCompatTextView_drawableTint 11
+int styleable AppCompatTextView_drawableTintMode 12
+int styleable AppCompatTextView_drawableTopCompat 13
+int styleable AppCompatTextView_emojiCompatEnabled 14
+int styleable AppCompatTextView_firstBaselineToTopHeight 15
+int styleable AppCompatTextView_fontFamily 16
+int styleable AppCompatTextView_fontVariationSettings 17
+int styleable AppCompatTextView_lastBaselineToBottomHeight 18
+int styleable AppCompatTextView_lineHeight 19
+int styleable AppCompatTextView_textAllCaps 20
+int styleable AppCompatTextView_textLocale 21
+int[] styleable AppCompatTheme { 0x01010057, 0x010100ae, 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000d, 0x7f03000e, 0x7f030010, 0x7f030011, 0x7f030012, 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, 0x7f03001f, 0x7f030020, 0x7f030021, 0x7f030022, 0x7f030026, 0x7f030028, 0x7f030029, 0x7f03002a, 0x7f03002b, 0x7f03003c, 0x7f030069, 0x7f03007c, 0x7f03007d, 0x7f03007e, 0x7f03007f, 0x7f030080, 0x7f030088, 0x7f030089, 0x7f0300a3, 0x7f0300ae, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f0300ec, 0x7f0300ed, 0x7f0300ee, 0x7f0300ef, 0x7f030102, 0x7f030104, 0x7f03010e, 0x7f03012b, 0x7f030158, 0x7f030159, 0x7f03015a, 0x7f03015e, 0x7f030163, 0x7f030174, 0x7f030175, 0x7f030178, 0x7f030179, 0x7f03017a, 0x7f0301ff, 0x7f03020f, 0x7f030297, 0x7f030298, 0x7f030299, 0x7f03029a, 0x7f03029d, 0x7f03029e, 0x7f03029f, 0x7f0302a0, 0x7f0302a1, 0x7f0302a2, 0x7f0302a3, 0x7f0302a4, 0x7f0302a5, 0x7f030350, 0x7f030351, 0x7f030352, 0x7f030366, 0x7f030368, 0x7f030376, 0x7f030378, 0x7f030379, 0x7f03037a, 0x7f030392, 0x7f030393, 0x7f030394, 0x7f030395, 0x7f0303bf, 0x7f0303c0, 0x7f0303f0, 0x7f03042a, 0x7f03042c, 0x7f03042d, 0x7f03042e, 0x7f030430, 0x7f030431, 0x7f030432, 0x7f030433, 0x7f03043e, 0x7f03043f, 0x7f03047c, 0x7f03047d, 0x7f03047f, 0x7f030480, 0x7f0304a4, 0x7f0304b2, 0x7f0304b3, 0x7f0304b4, 0x7f0304b5, 0x7f0304b6, 0x7f0304b7, 0x7f0304b8, 0x7f0304b9, 0x7f0304ba, 0x7f0304bb }
+int styleable AppCompatTheme_android_windowIsFloating 0
+int styleable AppCompatTheme_android_windowAnimationStyle 1
+int styleable AppCompatTheme_actionBarDivider 2
+int styleable AppCompatTheme_actionBarItemBackground 3
+int styleable AppCompatTheme_actionBarPopupTheme 4
+int styleable AppCompatTheme_actionBarSize 5
+int styleable AppCompatTheme_actionBarSplitStyle 6
+int styleable AppCompatTheme_actionBarStyle 7
+int styleable AppCompatTheme_actionBarTabBarStyle 8
+int styleable AppCompatTheme_actionBarTabStyle 9
+int styleable AppCompatTheme_actionBarTabTextStyle 10
+int styleable AppCompatTheme_actionBarTheme 11
+int styleable AppCompatTheme_actionBarWidgetTheme 12
+int styleable AppCompatTheme_actionButtonStyle 13
+int styleable AppCompatTheme_actionDropDownStyle 14
+int styleable AppCompatTheme_actionMenuTextAppearance 15
+int styleable AppCompatTheme_actionMenuTextColor 16
+int styleable AppCompatTheme_actionModeBackground 17
+int styleable AppCompatTheme_actionModeCloseButtonStyle 18
+int styleable AppCompatTheme_actionModeCloseContentDescription 19
+int styleable AppCompatTheme_actionModeCloseDrawable 20
+int styleable AppCompatTheme_actionModeCopyDrawable 21
+int styleable AppCompatTheme_actionModeCutDrawable 22
+int styleable AppCompatTheme_actionModeFindDrawable 23
+int styleable AppCompatTheme_actionModePasteDrawable 24
+int styleable AppCompatTheme_actionModePopupWindowStyle 25
+int styleable AppCompatTheme_actionModeSelectAllDrawable 26
+int styleable AppCompatTheme_actionModeShareDrawable 27
+int styleable AppCompatTheme_actionModeSplitBackground 28
+int styleable AppCompatTheme_actionModeStyle 29
+int styleable AppCompatTheme_actionModeTheme 30
+int styleable AppCompatTheme_actionModeWebSearchDrawable 31
+int styleable AppCompatTheme_actionOverflowButtonStyle 32
+int styleable AppCompatTheme_actionOverflowMenuStyle 33
+int styleable AppCompatTheme_activityChooserViewStyle 34
+int styleable AppCompatTheme_alertDialogButtonGroupStyle 35
+int styleable AppCompatTheme_alertDialogCenterButtons 36
+int styleable AppCompatTheme_alertDialogStyle 37
+int styleable AppCompatTheme_alertDialogTheme 38
+int styleable AppCompatTheme_autoCompleteTextViewStyle 39
+int styleable AppCompatTheme_borderlessButtonStyle 40
+int styleable AppCompatTheme_buttonBarButtonStyle 41
+int styleable AppCompatTheme_buttonBarNegativeButtonStyle 42
+int styleable AppCompatTheme_buttonBarNeutralButtonStyle 43
+int styleable AppCompatTheme_buttonBarPositiveButtonStyle 44
+int styleable AppCompatTheme_buttonBarStyle 45
+int styleable AppCompatTheme_buttonStyle 46
+int styleable AppCompatTheme_buttonStyleSmall 47
+int styleable AppCompatTheme_checkboxStyle 48
+int styleable AppCompatTheme_checkedTextViewStyle 49
+int styleable AppCompatTheme_colorAccent 50
+int styleable AppCompatTheme_colorBackgroundFloating 51
+int styleable AppCompatTheme_colorButtonNormal 52
+int styleable AppCompatTheme_colorControlActivated 53
+int styleable AppCompatTheme_colorControlHighlight 54
+int styleable AppCompatTheme_colorControlNormal 55
+int styleable AppCompatTheme_colorError 56
+int styleable AppCompatTheme_colorPrimary 57
+int styleable AppCompatTheme_colorPrimaryDark 58
+int styleable AppCompatTheme_colorSwitchThumbNormal 59
+int styleable AppCompatTheme_controlBackground 60
+int styleable AppCompatTheme_dialogCornerRadius 61
+int styleable AppCompatTheme_dialogPreferredPadding 62
+int styleable AppCompatTheme_dialogTheme 63
+int styleable AppCompatTheme_dividerHorizontal 64
+int styleable AppCompatTheme_dividerVertical 65
+int styleable AppCompatTheme_dropDownListViewStyle 66
+int styleable AppCompatTheme_dropdownListPreferredItemHeight 67
+int styleable AppCompatTheme_editTextBackground 68
+int styleable AppCompatTheme_editTextColor 69
+int styleable AppCompatTheme_editTextStyle 70
+int styleable AppCompatTheme_homeAsUpIndicator 71
+int styleable AppCompatTheme_imageButtonStyle 72
+int styleable AppCompatTheme_listChoiceBackgroundIndicator 73
+int styleable AppCompatTheme_listChoiceIndicatorMultipleAnimated 74
+int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 75
+int styleable AppCompatTheme_listDividerAlertDialog 76
+int styleable AppCompatTheme_listMenuViewStyle 77
+int styleable AppCompatTheme_listPopupWindowStyle 78
+int styleable AppCompatTheme_listPreferredItemHeight 79
+int styleable AppCompatTheme_listPreferredItemHeightLarge 80
+int styleable AppCompatTheme_listPreferredItemHeightSmall 81
+int styleable AppCompatTheme_listPreferredItemPaddingEnd 82
+int styleable AppCompatTheme_listPreferredItemPaddingLeft 83
+int styleable AppCompatTheme_listPreferredItemPaddingRight 84
+int styleable AppCompatTheme_listPreferredItemPaddingStart 85
+int styleable AppCompatTheme_panelBackground 86
+int styleable AppCompatTheme_panelMenuListTheme 87
+int styleable AppCompatTheme_panelMenuListWidth 88
+int styleable AppCompatTheme_popupMenuStyle 89
+int styleable AppCompatTheme_popupWindowStyle 90
+int styleable AppCompatTheme_radioButtonStyle 91
+int styleable AppCompatTheme_ratingBarStyle 92
+int styleable AppCompatTheme_ratingBarStyleIndicator 93
+int styleable AppCompatTheme_ratingBarStyleSmall 94
+int styleable AppCompatTheme_searchViewStyle 95
+int styleable AppCompatTheme_seekBarStyle 96
+int styleable AppCompatTheme_selectableItemBackground 97
+int styleable AppCompatTheme_selectableItemBackgroundBorderless 98
+int styleable AppCompatTheme_spinnerDropDownItemStyle 99
+int styleable AppCompatTheme_spinnerStyle 100
+int styleable AppCompatTheme_switchStyle 101
+int styleable AppCompatTheme_textAppearanceLargePopupMenu 102
+int styleable AppCompatTheme_textAppearanceListItem 103
+int styleable AppCompatTheme_textAppearanceListItemSecondary 104
+int styleable AppCompatTheme_textAppearanceListItemSmall 105
+int styleable AppCompatTheme_textAppearancePopupMenuHeader 106
+int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 107
+int styleable AppCompatTheme_textAppearanceSearchResultTitle 108
+int styleable AppCompatTheme_textAppearanceSmallPopupMenu 109
+int styleable AppCompatTheme_textColorAlertDialogListItem 110
+int styleable AppCompatTheme_textColorSearchUrl 111
+int styleable AppCompatTheme_toolbarNavigationButtonStyle 112
+int styleable AppCompatTheme_toolbarStyle 113
+int styleable AppCompatTheme_tooltipForegroundColor 114
+int styleable AppCompatTheme_tooltipFrameBackground 115
+int styleable AppCompatTheme_viewInflaterClass 116
+int styleable AppCompatTheme_windowActionBar 117
+int styleable AppCompatTheme_windowActionBarOverlay 118
+int styleable AppCompatTheme_windowActionModeOverlay 119
+int styleable AppCompatTheme_windowFixedHeightMajor 120
+int styleable AppCompatTheme_windowFixedHeightMinor 121
+int styleable AppCompatTheme_windowFixedWidthMajor 122
+int styleable AppCompatTheme_windowFixedWidthMinor 123
+int styleable AppCompatTheme_windowMinWidthMajor 124
+int styleable AppCompatTheme_windowMinWidthMinor 125
+int styleable AppCompatTheme_windowNoTitle 126
+int[] styleable Badge { 0x7f030045, 0x7f03004f, 0x7f030050, 0x7f030052, 0x7f030053, 0x7f030054, 0x7f030201, 0x7f030202, 0x7f0302ef, 0x7f03033d, 0x7f0304a2, 0x7f0304a3 }
+int styleable Badge_backgroundColor 0
+int styleable Badge_badgeGravity 1
+int styleable Badge_badgeRadius 2
+int styleable Badge_badgeTextColor 3
+int styleable Badge_badgeWidePadding 4
+int styleable Badge_badgeWithTextRadius 5
+int styleable Badge_horizontalOffset 6
+int styleable Badge_horizontalOffsetWithText 7
+int styleable Badge_maxCharacterCount 8
+int styleable Badge_number 9
+int styleable Badge_verticalOffset 10
+int styleable Badge_verticalOffsetWithText 11
+int[] styleable BaseProgressIndicator { 0x01010139, 0x7f0301f6, 0x7f030216, 0x7f0302fb, 0x7f0303a6, 0x7f0303a8, 0x7f030488, 0x7f03048b, 0x7f030490 }
+int styleable BaseProgressIndicator_android_indeterminate 0
+int styleable BaseProgressIndicator_hideAnimationBehavior 1
+int styleable BaseProgressIndicator_indicatorColor 2
+int styleable BaseProgressIndicator_minHideDelay 3
+int styleable BaseProgressIndicator_showAnimationBehavior 4
+int styleable BaseProgressIndicator_showDelay 5
+int styleable BaseProgressIndicator_trackColor 6
+int styleable BaseProgressIndicator_trackCornerRadius 7
+int styleable BaseProgressIndicator_trackThickness 8
+int[] styleable BottomAppBar { 0x7f030027, 0x7f03004d, 0x7f03017b, 0x7f0301a9, 0x7f0301aa, 0x7f0301ab, 0x7f0301ac, 0x7f0301ad, 0x7f0301ae, 0x7f0301af, 0x7f0301fa, 0x7f0302f7, 0x7f030336, 0x7f030349, 0x7f03034b, 0x7f03034c, 0x7f030384 }
+int styleable BottomAppBar_addElevationShadow 0
+int styleable BottomAppBar_backgroundTint 1
+int styleable BottomAppBar_elevation 2
+int styleable BottomAppBar_fabAlignmentMode 3
+int styleable BottomAppBar_fabAlignmentModeEndMargin 4
+int styleable BottomAppBar_fabAnchorMode 5
+int styleable BottomAppBar_fabAnimationMode 6
+int styleable BottomAppBar_fabCradleMargin 7
+int styleable BottomAppBar_fabCradleRoundedCornerRadius 8
+int styleable BottomAppBar_fabCradleVerticalOffset 9
+int styleable BottomAppBar_hideOnScroll 10
+int styleable BottomAppBar_menuAlignmentMode 11
+int styleable BottomAppBar_navigationIconTint 12
+int styleable BottomAppBar_paddingBottomSystemWindowInsets 13
+int styleable BottomAppBar_paddingLeftSystemWindowInsets 14
+int styleable BottomAppBar_paddingRightSystemWindowInsets 15
+int styleable BottomAppBar_removeEmbeddedFabElevation 16
+int[] styleable BottomNavigationView { 0x01010140, 0x7f030112, 0x7f030225 }
+int styleable BottomNavigationView_android_minHeight 0
+int styleable BottomNavigationView_compatShadowEnabled 1
+int styleable BottomNavigationView_itemHorizontalTranslationEnabled 2
+int[] styleable BottomSheetBehavior_Layout { 0x0101011f, 0x01010120, 0x01010440, 0x7f03004d, 0x7f03005b, 0x7f03005c, 0x7f03005d, 0x7f03005e, 0x7f03005f, 0x7f030061, 0x7f030062, 0x7f030063, 0x7f030064, 0x7f0301eb, 0x7f0302bc, 0x7f0302bd, 0x7f0302be, 0x7f030349, 0x7f03034b, 0x7f03034c, 0x7f03034f, 0x7f030399, 0x7f0303a1, 0x7f0303a5 }
+int styleable BottomSheetBehavior_Layout_android_maxWidth 0
+int styleable BottomSheetBehavior_Layout_android_maxHeight 1
+int styleable BottomSheetBehavior_Layout_android_elevation 2
+int styleable BottomSheetBehavior_Layout_backgroundTint 3
+int styleable BottomSheetBehavior_Layout_behavior_draggable 4
+int styleable BottomSheetBehavior_Layout_behavior_expandedOffset 5
+int styleable BottomSheetBehavior_Layout_behavior_fitToContents 6
+int styleable BottomSheetBehavior_Layout_behavior_halfExpandedRatio 7
+int styleable BottomSheetBehavior_Layout_behavior_hideable 8
+int styleable BottomSheetBehavior_Layout_behavior_peekHeight 9
+int styleable BottomSheetBehavior_Layout_behavior_saveFlags 10
+int styleable BottomSheetBehavior_Layout_behavior_significantVelocityThreshold 11
+int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 12
+int styleable BottomSheetBehavior_Layout_gestureInsetBottomIgnored 13
+int styleable BottomSheetBehavior_Layout_marginLeftSystemWindowInsets 14
+int styleable BottomSheetBehavior_Layout_marginRightSystemWindowInsets 15
+int styleable BottomSheetBehavior_Layout_marginTopSystemWindowInsets 16
+int styleable BottomSheetBehavior_Layout_paddingBottomSystemWindowInsets 17
+int styleable BottomSheetBehavior_Layout_paddingLeftSystemWindowInsets 18
+int styleable BottomSheetBehavior_Layout_paddingRightSystemWindowInsets 19
+int styleable BottomSheetBehavior_Layout_paddingTopSystemWindowInsets 20
+int styleable BottomSheetBehavior_Layout_shapeAppearance 21
+int styleable BottomSheetBehavior_Layout_shapeAppearanceOverlay 22
+int styleable BottomSheetBehavior_Layout_shouldRemoveExpandedCorners 23
+int[] styleable ButtonBarLayout { 0x7f03002c }
+int styleable ButtonBarLayout_allowStacking 0
+int[] styleable Capability { 0x7f030375, 0x7f0303a4 }
+int styleable Capability_queryPatterns 0
+int styleable Capability_shortcutMatchRequired 1
+int[] styleable CardView { 0x0101013f, 0x01010140, 0x7f03008c, 0x7f03008d, 0x7f03008e, 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030122, 0x7f030123, 0x7f030125, 0x7f030126, 0x7f030128 }
+int styleable CardView_android_minWidth 0
+int styleable CardView_android_minHeight 1
+int styleable CardView_cardBackgroundColor 2
+int styleable CardView_cardCornerRadius 3
+int styleable CardView_cardElevation 4
+int styleable CardView_cardMaxElevation 5
+int styleable CardView_cardPreventCornerOverlap 6
+int styleable CardView_cardUseCompatPadding 7
+int styleable CardView_contentPadding 8
+int styleable CardView_contentPaddingBottom 9
+int styleable CardView_contentPaddingLeft 10
+int styleable CardView_contentPaddingRight 11
+int styleable CardView_contentPaddingTop 12
+int[] styleable Carousel { 0x7f030094, 0x7f030095, 0x7f030096, 0x7f030097, 0x7f030098, 0x7f030099, 0x7f03009a, 0x7f03009b, 0x7f03009c, 0x7f03009d }
+int styleable Carousel_carousel_backwardTransition 0
+int styleable Carousel_carousel_emptyViewsBehavior 1
+int styleable Carousel_carousel_firstView 2
+int styleable Carousel_carousel_forwardTransition 3
+int styleable Carousel_carousel_infinite 4
+int styleable Carousel_carousel_nextState 5
+int styleable Carousel_carousel_previousState 6
+int styleable Carousel_carousel_touchUpMode 7
+int styleable Carousel_carousel_touchUp_dampeningFactor 8
+int styleable Carousel_carousel_touchUp_velocityThreshold 9
+int[] styleable CheckedTextView { 0x01010108, 0x7f0300a0, 0x7f0300a1, 0x7f0300a2 }
+int styleable CheckedTextView_android_checkMark 0
+int styleable CheckedTextView_checkMarkCompat 1
+int styleable CheckedTextView_checkMarkTint 2
+int styleable CheckedTextView_checkMarkTintMode 3
+int[] styleable Chip { 0x01010034, 0x01010095, 0x01010098, 0x010100ab, 0x0101011f, 0x0101014f, 0x010101e5, 0x7f0300a6, 0x7f0300a7, 0x7f0300ab, 0x7f0300ac, 0x7f0300af, 0x7f0300b0, 0x7f0300b1, 0x7f0300b3, 0x7f0300b4, 0x7f0300b5, 0x7f0300b6, 0x7f0300b7, 0x7f0300b8, 0x7f0300b9, 0x7f0300be, 0x7f0300bf, 0x7f0300c0, 0x7f0300c2, 0x7f0300d4, 0x7f0300d5, 0x7f0300d6, 0x7f0300d7, 0x7f0300d8, 0x7f0300d9, 0x7f0300da, 0x7f03018b, 0x7f0301f7, 0x7f030205, 0x7f030209, 0x7f030386, 0x7f030399, 0x7f0303a1, 0x7f0303aa, 0x7f030440, 0x7f03044f }
+int styleable Chip_android_textAppearance 0
+int styleable Chip_android_textSize 1
+int styleable Chip_android_textColor 2
+int styleable Chip_android_ellipsize 3
+int styleable Chip_android_maxWidth 4
+int styleable Chip_android_text 5
+int styleable Chip_android_checkable 6
+int styleable Chip_checkedIcon 7
+int styleable Chip_checkedIconEnabled 8
+int styleable Chip_checkedIconTint 9
+int styleable Chip_checkedIconVisible 10
+int styleable Chip_chipBackgroundColor 11
+int styleable Chip_chipCornerRadius 12
+int styleable Chip_chipEndPadding 13
+int styleable Chip_chipIcon 14
+int styleable Chip_chipIconEnabled 15
+int styleable Chip_chipIconSize 16
+int styleable Chip_chipIconTint 17
+int styleable Chip_chipIconVisible 18
+int styleable Chip_chipMinHeight 19
+int styleable Chip_chipMinTouchTargetSize 20
+int styleable Chip_chipStartPadding 21
+int styleable Chip_chipStrokeColor 22
+int styleable Chip_chipStrokeWidth 23
+int styleable Chip_chipSurfaceColor 24
+int styleable Chip_closeIcon 25
+int styleable Chip_closeIconEnabled 26
+int styleable Chip_closeIconEndPadding 27
+int styleable Chip_closeIconSize 28
+int styleable Chip_closeIconStartPadding 29
+int styleable Chip_closeIconTint 30
+int styleable Chip_closeIconVisible 31
+int styleable Chip_ensureMinTouchTargetSize 32
+int styleable Chip_hideMotionSpec 33
+int styleable Chip_iconEndPadding 34
+int styleable Chip_iconStartPadding 35
+int styleable Chip_rippleColor 36
+int styleable Chip_shapeAppearance 37
+int styleable Chip_shapeAppearanceOverlay 38
+int styleable Chip_showMotionSpec 39
+int styleable Chip_textEndPadding 40
+int styleable Chip_textStartPadding 41
+int[] styleable ChipGroup { 0x7f0300a5, 0x7f0300ba, 0x7f0300bb, 0x7f0300bc, 0x7f030396, 0x7f0303b6, 0x7f0303b7 }
+int styleable ChipGroup_checkedChip 0
+int styleable ChipGroup_chipSpacing 1
+int styleable ChipGroup_chipSpacingHorizontal 2
+int styleable ChipGroup_chipSpacingVertical 3
+int styleable ChipGroup_selectionRequired 4
+int styleable ChipGroup_singleLine 5
+int styleable ChipGroup_singleSelection 6
+int[] styleable CircleImageView { 0x7f0300ca, 0x7f0300cb, 0x7f0300cc, 0x7f0300cd }
+int styleable CircleImageView_civ_border_color 0
+int styleable CircleImageView_civ_border_overlay 1
+int styleable CircleImageView_civ_border_width 2
+int styleable CircleImageView_civ_circle_background_color 3
+int[] styleable CircularProgressIndicator { 0x7f030217, 0x7f030219, 0x7f03021a }
+int styleable CircularProgressIndicator_indicatorDirectionCircular 0
+int styleable CircularProgressIndicator_indicatorInset 1
+int styleable CircularProgressIndicator_indicatorSize 2
+int[] styleable ClockFaceView { 0x7f0300d0, 0x7f0300d3 }
+int styleable ClockFaceView_clockFaceBackgroundColor 0
+int styleable ClockFaceView_clockNumberTextColor 1
+int[] styleable ClockHandView { 0x7f0300d1, 0x7f0302db, 0x7f030397 }
+int styleable ClockHandView_clockHandColor 0
+int styleable ClockHandView_materialCircleRadius 1
+int styleable ClockHandView_selectorSize 2
+int[] styleable CollapsingToolbarLayout { 0x7f0300df, 0x7f0300e0, 0x7f0300e1, 0x7f030129, 0x7f030199, 0x7f03019a, 0x7f03019b, 0x7f03019c, 0x7f03019d, 0x7f03019e, 0x7f03019f, 0x7f0301a0, 0x7f0301a8, 0x7f0301e6, 0x7f0302f2, 0x7f03038c, 0x7f03038e, 0x7f0303dc, 0x7f03046b, 0x7f03046d, 0x7f03046e, 0x7f030475, 0x7f030478, 0x7f03047b }
+int styleable CollapsingToolbarLayout_collapsedTitleGravity 0
+int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1
+int styleable CollapsingToolbarLayout_collapsedTitleTextColor 2
+int styleable CollapsingToolbarLayout_contentScrim 3
+int styleable CollapsingToolbarLayout_expandedTitleGravity 4
+int styleable CollapsingToolbarLayout_expandedTitleMargin 5
+int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 6
+int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 7
+int styleable CollapsingToolbarLayout_expandedTitleMarginStart 8
+int styleable CollapsingToolbarLayout_expandedTitleMarginTop 9
+int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 10
+int styleable CollapsingToolbarLayout_expandedTitleTextColor 11
+int styleable CollapsingToolbarLayout_extraMultilineHeightEnabled 12
+int styleable CollapsingToolbarLayout_forceApplySystemWindowInsetTop 13
+int styleable CollapsingToolbarLayout_maxLines 14
+int styleable CollapsingToolbarLayout_scrimAnimationDuration 15
+int styleable CollapsingToolbarLayout_scrimVisibleHeightTrigger 16
+int styleable CollapsingToolbarLayout_statusBarScrim 17
+int styleable CollapsingToolbarLayout_title 18
+int styleable CollapsingToolbarLayout_titleCollapseMode 19
+int styleable CollapsingToolbarLayout_titleEnabled 20
+int styleable CollapsingToolbarLayout_titlePositionInterpolator 21
+int styleable CollapsingToolbarLayout_titleTextEllipsize 22
+int styleable CollapsingToolbarLayout_toolbarId 23
+int[] styleable CollapsingToolbarLayout_Layout { 0x7f03024e, 0x7f03024f }
+int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0
+int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1
+int[] styleable ColorStateListItem { 0x010101a5, 0x0101031f, 0x01010647, 0x7f03002d, 0x7f030241 }
+int styleable ColorStateListItem_android_color 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_lStar 2
+int styleable ColorStateListItem_alpha 3
+int styleable ColorStateListItem_lStar 4
+int[] styleable CompoundButton { 0x01010107, 0x7f030081, 0x7f03008a, 0x7f03008b }
+int styleable CompoundButton_android_button 0
+int styleable CompoundButton_buttonCompat 1
+int styleable CompoundButton_buttonTint 2
+int styleable CompoundButton_buttonTintMode 3
+int[] styleable Constraint { 0x010100c4, 0x010100d0, 0x010100dc, 0x010100f4, 0x010100f5, 0x010100f7, 0x010100f8, 0x010100f9, 0x010100fa, 0x0101011f, 0x01010120, 0x0101013f, 0x01010140, 0x0101031f, 0x01010320, 0x01010321, 0x01010322, 0x01010323, 0x01010324, 0x01010325, 0x01010326, 0x01010327, 0x01010328, 0x010103b5, 0x010103b6, 0x010103fa, 0x01010440, 0x7f030030, 0x7f030033, 0x7f030056, 0x7f030057, 0x7f030058, 0x7f03009f, 0x7f030117, 0x7f030118, 0x7f030167, 0x7f0301c7, 0x7f0301c8, 0x7f0301c9, 0x7f0301ca, 0x7f0301cb, 0x7f0301cc, 0x7f0301cd, 0x7f0301ce, 0x7f0301cf, 0x7f0301d0, 0x7f0301d1, 0x7f0301d2, 0x7f0301d3, 0x7f0301d5, 0x7f0301d6, 0x7f0301d7, 0x7f0301d8, 0x7f0301d9, 0x7f0301ed, 0x7f030250, 0x7f030251, 0x7f030252, 0x7f030253, 0x7f030254, 0x7f030255, 0x7f030256, 0x7f030257, 0x7f030258, 0x7f030259, 0x7f03025a, 0x7f03025b, 0x7f03025c, 0x7f03025d, 0x7f03025e, 0x7f03025f, 0x7f030260, 0x7f030261, 0x7f030262, 0x7f030263, 0x7f030264, 0x7f030265, 0x7f030266, 0x7f030267, 0x7f030268, 0x7f030269, 0x7f03026a, 0x7f03026b, 0x7f03026c, 0x7f03026d, 0x7f03026e, 0x7f03026f, 0x7f030270, 0x7f030271, 0x7f030272, 0x7f030273, 0x7f030274, 0x7f030275, 0x7f030276, 0x7f030277, 0x7f030278, 0x7f030279, 0x7f03027a, 0x7f03027b, 0x7f03027c, 0x7f03027d, 0x7f03027f, 0x7f030280, 0x7f030281, 0x7f030282, 0x7f030283, 0x7f030284, 0x7f030285, 0x7f030286, 0x7f030287, 0x7f03028a, 0x7f03028f, 0x7f03032d, 0x7f03032e, 0x7f030358, 0x7f03035f, 0x7f030364, 0x7f030370, 0x7f030371, 0x7f030372, 0x7f030493, 0x7f030495, 0x7f030497, 0x7f0304a9 }
+int styleable Constraint_android_orientation 0
+int styleable Constraint_android_id 1
+int styleable Constraint_android_visibility 2
+int styleable Constraint_android_layout_width 3
+int styleable Constraint_android_layout_height 4
+int styleable Constraint_android_layout_marginLeft 5
+int styleable Constraint_android_layout_marginTop 6
+int styleable Constraint_android_layout_marginRight 7
+int styleable Constraint_android_layout_marginBottom 8
+int styleable Constraint_android_maxWidth 9
+int styleable Constraint_android_maxHeight 10
+int styleable Constraint_android_minWidth 11
+int styleable Constraint_android_minHeight 12
+int styleable Constraint_android_alpha 13
+int styleable Constraint_android_transformPivotX 14
+int styleable Constraint_android_transformPivotY 15
+int styleable Constraint_android_translationX 16
+int styleable Constraint_android_translationY 17
+int styleable Constraint_android_scaleX 18
+int styleable Constraint_android_scaleY 19
+int styleable Constraint_android_rotation 20
+int styleable Constraint_android_rotationX 21
+int styleable Constraint_android_rotationY 22
+int styleable Constraint_android_layout_marginStart 23
+int styleable Constraint_android_layout_marginEnd 24
+int styleable Constraint_android_translationZ 25
+int styleable Constraint_android_elevation 26
+int styleable Constraint_animateCircleAngleTo 27
+int styleable Constraint_animateRelativeTo 28
+int styleable Constraint_barrierAllowsGoneWidgets 29
+int styleable Constraint_barrierDirection 30
+int styleable Constraint_barrierMargin 31
+int styleable Constraint_chainUseRtl 32
+int styleable Constraint_constraint_referenced_ids 33
+int styleable Constraint_constraint_referenced_tags 34
+int styleable Constraint_drawPath 35
+int styleable Constraint_flow_firstHorizontalBias 36
+int styleable Constraint_flow_firstHorizontalStyle 37
+int styleable Constraint_flow_firstVerticalBias 38
+int styleable Constraint_flow_firstVerticalStyle 39
+int styleable Constraint_flow_horizontalAlign 40
+int styleable Constraint_flow_horizontalBias 41
+int styleable Constraint_flow_horizontalGap 42
+int styleable Constraint_flow_horizontalStyle 43
+int styleable Constraint_flow_lastHorizontalBias 44
+int styleable Constraint_flow_lastHorizontalStyle 45
+int styleable Constraint_flow_lastVerticalBias 46
+int styleable Constraint_flow_lastVerticalStyle 47
+int styleable Constraint_flow_maxElementsWrap 48
+int styleable Constraint_flow_verticalAlign 49
+int styleable Constraint_flow_verticalBias 50
+int styleable Constraint_flow_verticalGap 51
+int styleable Constraint_flow_verticalStyle 52
+int styleable Constraint_flow_wrapMode 53
+int styleable Constraint_guidelineUseRtl 54
+int styleable Constraint_layout_constrainedHeight 55
+int styleable Constraint_layout_constrainedWidth 56
+int styleable Constraint_layout_constraintBaseline_creator 57
+int styleable Constraint_layout_constraintBaseline_toBaselineOf 58
+int styleable Constraint_layout_constraintBaseline_toBottomOf 59
+int styleable Constraint_layout_constraintBaseline_toTopOf 60
+int styleable Constraint_layout_constraintBottom_creator 61
+int styleable Constraint_layout_constraintBottom_toBottomOf 62
+int styleable Constraint_layout_constraintBottom_toTopOf 63
+int styleable Constraint_layout_constraintCircle 64
+int styleable Constraint_layout_constraintCircleAngle 65
+int styleable Constraint_layout_constraintCircleRadius 66
+int styleable Constraint_layout_constraintDimensionRatio 67
+int styleable Constraint_layout_constraintEnd_toEndOf 68
+int styleable Constraint_layout_constraintEnd_toStartOf 69
+int styleable Constraint_layout_constraintGuide_begin 70
+int styleable Constraint_layout_constraintGuide_end 71
+int styleable Constraint_layout_constraintGuide_percent 72
+int styleable Constraint_layout_constraintHeight 73
+int styleable Constraint_layout_constraintHeight_default 74
+int styleable Constraint_layout_constraintHeight_max 75
+int styleable Constraint_layout_constraintHeight_min 76
+int styleable Constraint_layout_constraintHeight_percent 77
+int styleable Constraint_layout_constraintHorizontal_bias 78
+int styleable Constraint_layout_constraintHorizontal_chainStyle 79
+int styleable Constraint_layout_constraintHorizontal_weight 80
+int styleable Constraint_layout_constraintLeft_creator 81
+int styleable Constraint_layout_constraintLeft_toLeftOf 82
+int styleable Constraint_layout_constraintLeft_toRightOf 83
+int styleable Constraint_layout_constraintRight_creator 84
+int styleable Constraint_layout_constraintRight_toLeftOf 85
+int styleable Constraint_layout_constraintRight_toRightOf 86
+int styleable Constraint_layout_constraintStart_toEndOf 87
+int styleable Constraint_layout_constraintStart_toStartOf 88
+int styleable Constraint_layout_constraintTag 89
+int styleable Constraint_layout_constraintTop_creator 90
+int styleable Constraint_layout_constraintTop_toBottomOf 91
+int styleable Constraint_layout_constraintTop_toTopOf 92
+int styleable Constraint_layout_constraintVertical_bias 93
+int styleable Constraint_layout_constraintVertical_chainStyle 94
+int styleable Constraint_layout_constraintVertical_weight 95
+int styleable Constraint_layout_constraintWidth 96
+int styleable Constraint_layout_constraintWidth_default 97
+int styleable Constraint_layout_constraintWidth_max 98
+int styleable Constraint_layout_constraintWidth_min 99
+int styleable Constraint_layout_constraintWidth_percent 100
+int styleable Constraint_layout_editor_absoluteX 101
+int styleable Constraint_layout_editor_absoluteY 102
+int styleable Constraint_layout_goneMarginBaseline 103
+int styleable Constraint_layout_goneMarginBottom 104
+int styleable Constraint_layout_goneMarginEnd 105
+int styleable Constraint_layout_goneMarginLeft 106
+int styleable Constraint_layout_goneMarginRight 107
+int styleable Constraint_layout_goneMarginStart 108
+int styleable Constraint_layout_goneMarginTop 109
+int styleable Constraint_layout_marginBaseline 110
+int styleable Constraint_layout_wrapBehaviorInParent 111
+int styleable Constraint_motionProgress 112
+int styleable Constraint_motionStagger 113
+int styleable Constraint_pathMotionArc 114
+int styleable Constraint_pivotAnchor 115
+int styleable Constraint_polarRelativeTo 116
+int styleable Constraint_quantizeMotionInterpolator 117
+int styleable Constraint_quantizeMotionPhase 118
+int styleable Constraint_quantizeMotionSteps 119
+int styleable Constraint_transformPivotTarget 120
+int styleable Constraint_transitionEasing 121
+int styleable Constraint_transitionPathRotate 122
+int styleable Constraint_visibilityMode 123
+int[] styleable ConstraintLayout_Layout { 0x010100c4, 0x010100d5, 0x010100d6, 0x010100d7, 0x010100d8, 0x010100d9, 0x010100dc, 0x010100f4, 0x010100f5, 0x010100f6, 0x010100f7, 0x010100f8, 0x010100f9, 0x010100fa, 0x0101011f, 0x01010120, 0x0101013f, 0x01010140, 0x010103b3, 0x010103b4, 0x010103b5, 0x010103b6, 0x01010440, 0x0101053b, 0x0101053c, 0x7f030056, 0x7f030057, 0x7f030058, 0x7f03009f, 0x7f0300c5, 0x7f0300c6, 0x7f0300c7, 0x7f0300c8, 0x7f0300c9, 0x7f030114, 0x7f030117, 0x7f030118, 0x7f0301c7, 0x7f0301c8, 0x7f0301c9, 0x7f0301ca, 0x7f0301cb, 0x7f0301cc, 0x7f0301cd, 0x7f0301ce, 0x7f0301cf, 0x7f0301d0, 0x7f0301d1, 0x7f0301d2, 0x7f0301d3, 0x7f0301d5, 0x7f0301d6, 0x7f0301d7, 0x7f0301d8, 0x7f0301d9, 0x7f0301ed, 0x7f030248, 0x7f030250, 0x7f030251, 0x7f030252, 0x7f030253, 0x7f030254, 0x7f030255, 0x7f030256, 0x7f030257, 0x7f030258, 0x7f030259, 0x7f03025a, 0x7f03025b, 0x7f03025c, 0x7f03025d, 0x7f03025e, 0x7f03025f, 0x7f030260, 0x7f030261, 0x7f030262, 0x7f030263, 0x7f030264, 0x7f030265, 0x7f030266, 0x7f030267, 0x7f030268, 0x7f030269, 0x7f03026a, 0x7f03026b, 0x7f03026c, 0x7f03026d, 0x7f03026e, 0x7f03026f, 0x7f030270, 0x7f030271, 0x7f030272, 0x7f030273, 0x7f030274, 0x7f030275, 0x7f030276, 0x7f030277, 0x7f030278, 0x7f030279, 0x7f03027a, 0x7f03027b, 0x7f03027c, 0x7f03027d, 0x7f03027f, 0x7f030280, 0x7f030281, 0x7f030282, 0x7f030283, 0x7f030284, 0x7f030285, 0x7f030286, 0x7f030287, 0x7f03028a, 0x7f03028b, 0x7f03028f }
+int styleable ConstraintLayout_Layout_android_orientation 0
+int styleable ConstraintLayout_Layout_android_padding 1
+int styleable ConstraintLayout_Layout_android_paddingLeft 2
+int styleable ConstraintLayout_Layout_android_paddingTop 3
+int styleable ConstraintLayout_Layout_android_paddingRight 4
+int styleable ConstraintLayout_Layout_android_paddingBottom 5
+int styleable ConstraintLayout_Layout_android_visibility 6
+int styleable ConstraintLayout_Layout_android_layout_width 7
+int styleable ConstraintLayout_Layout_android_layout_height 8
+int styleable ConstraintLayout_Layout_android_layout_margin 9
+int styleable ConstraintLayout_Layout_android_layout_marginLeft 10
+int styleable ConstraintLayout_Layout_android_layout_marginTop 11
+int styleable ConstraintLayout_Layout_android_layout_marginRight 12
+int styleable ConstraintLayout_Layout_android_layout_marginBottom 13
+int styleable ConstraintLayout_Layout_android_maxWidth 14
+int styleable ConstraintLayout_Layout_android_maxHeight 15
+int styleable ConstraintLayout_Layout_android_minWidth 16
+int styleable ConstraintLayout_Layout_android_minHeight 17
+int styleable ConstraintLayout_Layout_android_paddingStart 18
+int styleable ConstraintLayout_Layout_android_paddingEnd 19
+int styleable ConstraintLayout_Layout_android_layout_marginStart 20
+int styleable ConstraintLayout_Layout_android_layout_marginEnd 21
+int styleable ConstraintLayout_Layout_android_elevation 22
+int styleable ConstraintLayout_Layout_android_layout_marginHorizontal 23
+int styleable ConstraintLayout_Layout_android_layout_marginVertical 24
+int styleable ConstraintLayout_Layout_barrierAllowsGoneWidgets 25
+int styleable ConstraintLayout_Layout_barrierDirection 26
+int styleable ConstraintLayout_Layout_barrierMargin 27
+int styleable ConstraintLayout_Layout_chainUseRtl 28
+int styleable ConstraintLayout_Layout_circularflow_angles 29
+int styleable ConstraintLayout_Layout_circularflow_defaultAngle 30
+int styleable ConstraintLayout_Layout_circularflow_defaultRadius 31
+int styleable ConstraintLayout_Layout_circularflow_radiusInDP 32
+int styleable ConstraintLayout_Layout_circularflow_viewCenter 33
+int styleable ConstraintLayout_Layout_constraintSet 34
+int styleable ConstraintLayout_Layout_constraint_referenced_ids 35
+int styleable ConstraintLayout_Layout_constraint_referenced_tags 36
+int styleable ConstraintLayout_Layout_flow_firstHorizontalBias 37
+int styleable ConstraintLayout_Layout_flow_firstHorizontalStyle 38
+int styleable ConstraintLayout_Layout_flow_firstVerticalBias 39
+int styleable ConstraintLayout_Layout_flow_firstVerticalStyle 40
+int styleable ConstraintLayout_Layout_flow_horizontalAlign 41
+int styleable ConstraintLayout_Layout_flow_horizontalBias 42
+int styleable ConstraintLayout_Layout_flow_horizontalGap 43
+int styleable ConstraintLayout_Layout_flow_horizontalStyle 44
+int styleable ConstraintLayout_Layout_flow_lastHorizontalBias 45
+int styleable ConstraintLayout_Layout_flow_lastHorizontalStyle 46
+int styleable ConstraintLayout_Layout_flow_lastVerticalBias 47
+int styleable ConstraintLayout_Layout_flow_lastVerticalStyle 48
+int styleable ConstraintLayout_Layout_flow_maxElementsWrap 49
+int styleable ConstraintLayout_Layout_flow_verticalAlign 50
+int styleable ConstraintLayout_Layout_flow_verticalBias 51
+int styleable ConstraintLayout_Layout_flow_verticalGap 52
+int styleable ConstraintLayout_Layout_flow_verticalStyle 53
+int styleable ConstraintLayout_Layout_flow_wrapMode 54
+int styleable ConstraintLayout_Layout_guidelineUseRtl 55
+int styleable ConstraintLayout_Layout_layoutDescription 56
+int styleable ConstraintLayout_Layout_layout_constrainedHeight 57
+int styleable ConstraintLayout_Layout_layout_constrainedWidth 58
+int styleable ConstraintLayout_Layout_layout_constraintBaseline_creator 59
+int styleable ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf 60
+int styleable ConstraintLayout_Layout_layout_constraintBaseline_toBottomOf 61
+int styleable ConstraintLayout_Layout_layout_constraintBaseline_toTopOf 62
+int styleable ConstraintLayout_Layout_layout_constraintBottom_creator 63
+int styleable ConstraintLayout_Layout_layout_constraintBottom_toBottomOf 64
+int styleable ConstraintLayout_Layout_layout_constraintBottom_toTopOf 65
+int styleable ConstraintLayout_Layout_layout_constraintCircle 66
+int styleable ConstraintLayout_Layout_layout_constraintCircleAngle 67
+int styleable ConstraintLayout_Layout_layout_constraintCircleRadius 68
+int styleable ConstraintLayout_Layout_layout_constraintDimensionRatio 69
+int styleable ConstraintLayout_Layout_layout_constraintEnd_toEndOf 70
+int styleable ConstraintLayout_Layout_layout_constraintEnd_toStartOf 71
+int styleable ConstraintLayout_Layout_layout_constraintGuide_begin 72
+int styleable ConstraintLayout_Layout_layout_constraintGuide_end 73
+int styleable ConstraintLayout_Layout_layout_constraintGuide_percent 74
+int styleable ConstraintLayout_Layout_layout_constraintHeight 75
+int styleable ConstraintLayout_Layout_layout_constraintHeight_default 76
+int styleable ConstraintLayout_Layout_layout_constraintHeight_max 77
+int styleable ConstraintLayout_Layout_layout_constraintHeight_min 78
+int styleable ConstraintLayout_Layout_layout_constraintHeight_percent 79
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_bias 80
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle 81
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_weight 82
+int styleable ConstraintLayout_Layout_layout_constraintLeft_creator 83
+int styleable ConstraintLayout_Layout_layout_constraintLeft_toLeftOf 84
+int styleable ConstraintLayout_Layout_layout_constraintLeft_toRightOf 85
+int styleable ConstraintLayout_Layout_layout_constraintRight_creator 86
+int styleable ConstraintLayout_Layout_layout_constraintRight_toLeftOf 87
+int styleable ConstraintLayout_Layout_layout_constraintRight_toRightOf 88
+int styleable ConstraintLayout_Layout_layout_constraintStart_toEndOf 89
+int styleable ConstraintLayout_Layout_layout_constraintStart_toStartOf 90
+int styleable ConstraintLayout_Layout_layout_constraintTag 91
+int styleable ConstraintLayout_Layout_layout_constraintTop_creator 92
+int styleable ConstraintLayout_Layout_layout_constraintTop_toBottomOf 93
+int styleable ConstraintLayout_Layout_layout_constraintTop_toTopOf 94
+int styleable ConstraintLayout_Layout_layout_constraintVertical_bias 95
+int styleable ConstraintLayout_Layout_layout_constraintVertical_chainStyle 96
+int styleable ConstraintLayout_Layout_layout_constraintVertical_weight 97
+int styleable ConstraintLayout_Layout_layout_constraintWidth 98
+int styleable ConstraintLayout_Layout_layout_constraintWidth_default 99
+int styleable ConstraintLayout_Layout_layout_constraintWidth_max 100
+int styleable ConstraintLayout_Layout_layout_constraintWidth_min 101
+int styleable ConstraintLayout_Layout_layout_constraintWidth_percent 102
+int styleable ConstraintLayout_Layout_layout_editor_absoluteX 103
+int styleable ConstraintLayout_Layout_layout_editor_absoluteY 104
+int styleable ConstraintLayout_Layout_layout_goneMarginBaseline 105
+int styleable ConstraintLayout_Layout_layout_goneMarginBottom 106
+int styleable ConstraintLayout_Layout_layout_goneMarginEnd 107
+int styleable ConstraintLayout_Layout_layout_goneMarginLeft 108
+int styleable ConstraintLayout_Layout_layout_goneMarginRight 109
+int styleable ConstraintLayout_Layout_layout_goneMarginStart 110
+int styleable ConstraintLayout_Layout_layout_goneMarginTop 111
+int styleable ConstraintLayout_Layout_layout_marginBaseline 112
+int styleable ConstraintLayout_Layout_layout_optimizationLevel 113
+int styleable ConstraintLayout_Layout_layout_wrapBehaviorInParent 114
+int[] styleable ConstraintLayout_ReactiveGuide { 0x7f03037b, 0x7f03037c, 0x7f03037d, 0x7f03037e }
+int styleable ConstraintLayout_ReactiveGuide_reactiveGuide_animateChange 0
+int styleable ConstraintLayout_ReactiveGuide_reactiveGuide_applyToAllConstraintSets 1
+int styleable ConstraintLayout_ReactiveGuide_reactiveGuide_applyToConstraintSet 2
+int styleable ConstraintLayout_ReactiveGuide_reactiveGuide_valueId 3
+int[] styleable ConstraintLayout_placeholder { 0x7f03011a, 0x7f030363 }
+int styleable ConstraintLayout_placeholder_content 0
+int styleable ConstraintLayout_placeholder_placeholder_emptyVisibility 1
+int[] styleable ConstraintOverride { 0x010100c4, 0x010100d0, 0x010100dc, 0x010100f4, 0x010100f5, 0x010100f7, 0x010100f8, 0x010100f9, 0x010100fa, 0x0101011f, 0x01010120, 0x0101013f, 0x01010140, 0x0101031f, 0x01010320, 0x01010321, 0x01010322, 0x01010323, 0x01010324, 0x01010325, 0x01010326, 0x01010327, 0x01010328, 0x010103b5, 0x010103b6, 0x010103fa, 0x01010440, 0x7f030030, 0x7f030033, 0x7f030056, 0x7f030057, 0x7f030058, 0x7f03009f, 0x7f030117, 0x7f030167, 0x7f0301c7, 0x7f0301c8, 0x7f0301c9, 0x7f0301ca, 0x7f0301cb, 0x7f0301cc, 0x7f0301cd, 0x7f0301ce, 0x7f0301cf, 0x7f0301d0, 0x7f0301d1, 0x7f0301d2, 0x7f0301d3, 0x7f0301d5, 0x7f0301d6, 0x7f0301d7, 0x7f0301d8, 0x7f0301d9, 0x7f0301ed, 0x7f030250, 0x7f030251, 0x7f030252, 0x7f030256, 0x7f03025a, 0x7f03025b, 0x7f03025c, 0x7f03025f, 0x7f030260, 0x7f030261, 0x7f030262, 0x7f030263, 0x7f030264, 0x7f030265, 0x7f030266, 0x7f030267, 0x7f030268, 0x7f030269, 0x7f03026a, 0x7f03026d, 0x7f030272, 0x7f030273, 0x7f030276, 0x7f030277, 0x7f030278, 0x7f030279, 0x7f03027a, 0x7f03027b, 0x7f03027c, 0x7f03027d, 0x7f03027f, 0x7f030280, 0x7f030281, 0x7f030282, 0x7f030283, 0x7f030284, 0x7f030285, 0x7f030286, 0x7f030287, 0x7f03028a, 0x7f03028f, 0x7f03032d, 0x7f03032e, 0x7f03032f, 0x7f030358, 0x7f03035f, 0x7f030364, 0x7f030370, 0x7f030371, 0x7f030372, 0x7f030493, 0x7f030495, 0x7f030497, 0x7f0304a9 }
+int styleable ConstraintOverride_android_orientation 0
+int styleable ConstraintOverride_android_id 1
+int styleable ConstraintOverride_android_visibility 2
+int styleable ConstraintOverride_android_layout_width 3
+int styleable ConstraintOverride_android_layout_height 4
+int styleable ConstraintOverride_android_layout_marginLeft 5
+int styleable ConstraintOverride_android_layout_marginTop 6
+int styleable ConstraintOverride_android_layout_marginRight 7
+int styleable ConstraintOverride_android_layout_marginBottom 8
+int styleable ConstraintOverride_android_maxWidth 9
+int styleable ConstraintOverride_android_maxHeight 10
+int styleable ConstraintOverride_android_minWidth 11
+int styleable ConstraintOverride_android_minHeight 12
+int styleable ConstraintOverride_android_alpha 13
+int styleable ConstraintOverride_android_transformPivotX 14
+int styleable ConstraintOverride_android_transformPivotY 15
+int styleable ConstraintOverride_android_translationX 16
+int styleable ConstraintOverride_android_translationY 17
+int styleable ConstraintOverride_android_scaleX 18
+int styleable ConstraintOverride_android_scaleY 19
+int styleable ConstraintOverride_android_rotation 20
+int styleable ConstraintOverride_android_rotationX 21
+int styleable ConstraintOverride_android_rotationY 22
+int styleable ConstraintOverride_android_layout_marginStart 23
+int styleable ConstraintOverride_android_layout_marginEnd 24
+int styleable ConstraintOverride_android_translationZ 25
+int styleable ConstraintOverride_android_elevation 26
+int styleable ConstraintOverride_animateCircleAngleTo 27
+int styleable ConstraintOverride_animateRelativeTo 28
+int styleable ConstraintOverride_barrierAllowsGoneWidgets 29
+int styleable ConstraintOverride_barrierDirection 30
+int styleable ConstraintOverride_barrierMargin 31
+int styleable ConstraintOverride_chainUseRtl 32
+int styleable ConstraintOverride_constraint_referenced_ids 33
+int styleable ConstraintOverride_drawPath 34
+int styleable ConstraintOverride_flow_firstHorizontalBias 35
+int styleable ConstraintOverride_flow_firstHorizontalStyle 36
+int styleable ConstraintOverride_flow_firstVerticalBias 37
+int styleable ConstraintOverride_flow_firstVerticalStyle 38
+int styleable ConstraintOverride_flow_horizontalAlign 39
+int styleable ConstraintOverride_flow_horizontalBias 40
+int styleable ConstraintOverride_flow_horizontalGap 41
+int styleable ConstraintOverride_flow_horizontalStyle 42
+int styleable ConstraintOverride_flow_lastHorizontalBias 43
+int styleable ConstraintOverride_flow_lastHorizontalStyle 44
+int styleable ConstraintOverride_flow_lastVerticalBias 45
+int styleable ConstraintOverride_flow_lastVerticalStyle 46
+int styleable ConstraintOverride_flow_maxElementsWrap 47
+int styleable ConstraintOverride_flow_verticalAlign 48
+int styleable ConstraintOverride_flow_verticalBias 49
+int styleable ConstraintOverride_flow_verticalGap 50
+int styleable ConstraintOverride_flow_verticalStyle 51
+int styleable ConstraintOverride_flow_wrapMode 52
+int styleable ConstraintOverride_guidelineUseRtl 53
+int styleable ConstraintOverride_layout_constrainedHeight 54
+int styleable ConstraintOverride_layout_constrainedWidth 55
+int styleable ConstraintOverride_layout_constraintBaseline_creator 56
+int styleable ConstraintOverride_layout_constraintBottom_creator 57
+int styleable ConstraintOverride_layout_constraintCircleAngle 58
+int styleable ConstraintOverride_layout_constraintCircleRadius 59
+int styleable ConstraintOverride_layout_constraintDimensionRatio 60
+int styleable ConstraintOverride_layout_constraintGuide_begin 61
+int styleable ConstraintOverride_layout_constraintGuide_end 62
+int styleable ConstraintOverride_layout_constraintGuide_percent 63
+int styleable ConstraintOverride_layout_constraintHeight 64
+int styleable ConstraintOverride_layout_constraintHeight_default 65
+int styleable ConstraintOverride_layout_constraintHeight_max 66
+int styleable ConstraintOverride_layout_constraintHeight_min 67
+int styleable ConstraintOverride_layout_constraintHeight_percent 68
+int styleable ConstraintOverride_layout_constraintHorizontal_bias 69
+int styleable ConstraintOverride_layout_constraintHorizontal_chainStyle 70
+int styleable ConstraintOverride_layout_constraintHorizontal_weight 71
+int styleable ConstraintOverride_layout_constraintLeft_creator 72
+int styleable ConstraintOverride_layout_constraintRight_creator 73
+int styleable ConstraintOverride_layout_constraintTag 74
+int styleable ConstraintOverride_layout_constraintTop_creator 75
+int styleable ConstraintOverride_layout_constraintVertical_bias 76
+int styleable ConstraintOverride_layout_constraintVertical_chainStyle 77
+int styleable ConstraintOverride_layout_constraintVertical_weight 78
+int styleable ConstraintOverride_layout_constraintWidth 79
+int styleable ConstraintOverride_layout_constraintWidth_default 80
+int styleable ConstraintOverride_layout_constraintWidth_max 81
+int styleable ConstraintOverride_layout_constraintWidth_min 82
+int styleable ConstraintOverride_layout_constraintWidth_percent 83
+int styleable ConstraintOverride_layout_editor_absoluteX 84
+int styleable ConstraintOverride_layout_editor_absoluteY 85
+int styleable ConstraintOverride_layout_goneMarginBaseline 86
+int styleable ConstraintOverride_layout_goneMarginBottom 87
+int styleable ConstraintOverride_layout_goneMarginEnd 88
+int styleable ConstraintOverride_layout_goneMarginLeft 89
+int styleable ConstraintOverride_layout_goneMarginRight 90
+int styleable ConstraintOverride_layout_goneMarginStart 91
+int styleable ConstraintOverride_layout_goneMarginTop 92
+int styleable ConstraintOverride_layout_marginBaseline 93
+int styleable ConstraintOverride_layout_wrapBehaviorInParent 94
+int styleable ConstraintOverride_motionProgress 95
+int styleable ConstraintOverride_motionStagger 96
+int styleable ConstraintOverride_motionTarget 97
+int styleable ConstraintOverride_pathMotionArc 98
+int styleable ConstraintOverride_pivotAnchor 99
+int styleable ConstraintOverride_polarRelativeTo 100
+int styleable ConstraintOverride_quantizeMotionInterpolator 101
+int styleable ConstraintOverride_quantizeMotionPhase 102
+int styleable ConstraintOverride_quantizeMotionSteps 103
+int styleable ConstraintOverride_transformPivotTarget 104
+int styleable ConstraintOverride_transitionEasing 105
+int styleable ConstraintOverride_transitionPathRotate 106
+int styleable ConstraintOverride_visibilityMode 107
+int[] styleable ConstraintSet { 0x010100c4, 0x010100d0, 0x010100dc, 0x010100f4, 0x010100f5, 0x010100f7, 0x010100f8, 0x010100f9, 0x010100fa, 0x0101011f, 0x01010120, 0x0101013f, 0x01010140, 0x010101b5, 0x010101b6, 0x0101031f, 0x01010320, 0x01010321, 0x01010322, 0x01010323, 0x01010324, 0x01010325, 0x01010326, 0x01010327, 0x01010328, 0x010103b5, 0x010103b6, 0x010103fa, 0x01010440, 0x7f030030, 0x7f030033, 0x7f030056, 0x7f030057, 0x7f030058, 0x7f03009f, 0x7f030113, 0x7f030117, 0x7f030118, 0x7f030157, 0x7f030167, 0x7f0301c7, 0x7f0301c8, 0x7f0301c9, 0x7f0301ca, 0x7f0301cb, 0x7f0301cc, 0x7f0301cd, 0x7f0301ce, 0x7f0301cf, 0x7f0301d0, 0x7f0301d1, 0x7f0301d2, 0x7f0301d3, 0x7f0301d5, 0x7f0301d6, 0x7f0301d7, 0x7f0301d8, 0x7f0301d9, 0x7f0301ed, 0x7f030250, 0x7f030251, 0x7f030252, 0x7f030253, 0x7f030254, 0x7f030255, 0x7f030256, 0x7f030257, 0x7f030258, 0x7f030259, 0x7f03025a, 0x7f03025b, 0x7f03025c, 0x7f03025d, 0x7f03025e, 0x7f03025f, 0x7f030260, 0x7f030261, 0x7f030263, 0x7f030264, 0x7f030265, 0x7f030266, 0x7f030267, 0x7f030268, 0x7f030269, 0x7f03026a, 0x7f03026b, 0x7f03026c, 0x7f03026d, 0x7f03026e, 0x7f03026f, 0x7f030270, 0x7f030271, 0x7f030272, 0x7f030273, 0x7f030274, 0x7f030275, 0x7f030276, 0x7f030277, 0x7f030278, 0x7f03027a, 0x7f03027b, 0x7f03027c, 0x7f03027d, 0x7f03027f, 0x7f030280, 0x7f030281, 0x7f030282, 0x7f030283, 0x7f030284, 0x7f030285, 0x7f030286, 0x7f030287, 0x7f03028a, 0x7f03028f, 0x7f03032d, 0x7f03032e, 0x7f030358, 0x7f03035f, 0x7f030364, 0x7f030372, 0x7f030495, 0x7f030497 }
+int styleable ConstraintSet_android_orientation 0
+int styleable ConstraintSet_android_id 1
+int styleable ConstraintSet_android_visibility 2
+int styleable ConstraintSet_android_layout_width 3
+int styleable ConstraintSet_android_layout_height 4
+int styleable ConstraintSet_android_layout_marginLeft 5
+int styleable ConstraintSet_android_layout_marginTop 6
+int styleable ConstraintSet_android_layout_marginRight 7
+int styleable ConstraintSet_android_layout_marginBottom 8
+int styleable ConstraintSet_android_maxWidth 9
+int styleable ConstraintSet_android_maxHeight 10
+int styleable ConstraintSet_android_minWidth 11
+int styleable ConstraintSet_android_minHeight 12
+int styleable ConstraintSet_android_pivotX 13
+int styleable ConstraintSet_android_pivotY 14
+int styleable ConstraintSet_android_alpha 15
+int styleable ConstraintSet_android_transformPivotX 16
+int styleable ConstraintSet_android_transformPivotY 17
+int styleable ConstraintSet_android_translationX 18
+int styleable ConstraintSet_android_translationY 19
+int styleable ConstraintSet_android_scaleX 20
+int styleable ConstraintSet_android_scaleY 21
+int styleable ConstraintSet_android_rotation 22
+int styleable ConstraintSet_android_rotationX 23
+int styleable ConstraintSet_android_rotationY 24
+int styleable ConstraintSet_android_layout_marginStart 25
+int styleable ConstraintSet_android_layout_marginEnd 26
+int styleable ConstraintSet_android_translationZ 27
+int styleable ConstraintSet_android_elevation 28
+int styleable ConstraintSet_animateCircleAngleTo 29
+int styleable ConstraintSet_animateRelativeTo 30
+int styleable ConstraintSet_barrierAllowsGoneWidgets 31
+int styleable ConstraintSet_barrierDirection 32
+int styleable ConstraintSet_barrierMargin 33
+int styleable ConstraintSet_chainUseRtl 34
+int styleable ConstraintSet_constraintRotate 35
+int styleable ConstraintSet_constraint_referenced_ids 36
+int styleable ConstraintSet_constraint_referenced_tags 37
+int styleable ConstraintSet_deriveConstraintsFrom 38
+int styleable ConstraintSet_drawPath 39
+int styleable ConstraintSet_flow_firstHorizontalBias 40
+int styleable ConstraintSet_flow_firstHorizontalStyle 41
+int styleable ConstraintSet_flow_firstVerticalBias 42
+int styleable ConstraintSet_flow_firstVerticalStyle 43
+int styleable ConstraintSet_flow_horizontalAlign 44
+int styleable ConstraintSet_flow_horizontalBias 45
+int styleable ConstraintSet_flow_horizontalGap 46
+int styleable ConstraintSet_flow_horizontalStyle 47
+int styleable ConstraintSet_flow_lastHorizontalBias 48
+int styleable ConstraintSet_flow_lastHorizontalStyle 49
+int styleable ConstraintSet_flow_lastVerticalBias 50
+int styleable ConstraintSet_flow_lastVerticalStyle 51
+int styleable ConstraintSet_flow_maxElementsWrap 52
+int styleable ConstraintSet_flow_verticalAlign 53
+int styleable ConstraintSet_flow_verticalBias 54
+int styleable ConstraintSet_flow_verticalGap 55
+int styleable ConstraintSet_flow_verticalStyle 56
+int styleable ConstraintSet_flow_wrapMode 57
+int styleable ConstraintSet_guidelineUseRtl 58
+int styleable ConstraintSet_layout_constrainedHeight 59
+int styleable ConstraintSet_layout_constrainedWidth 60
+int styleable ConstraintSet_layout_constraintBaseline_creator 61
+int styleable ConstraintSet_layout_constraintBaseline_toBaselineOf 62
+int styleable ConstraintSet_layout_constraintBaseline_toBottomOf 63
+int styleable ConstraintSet_layout_constraintBaseline_toTopOf 64
+int styleable ConstraintSet_layout_constraintBottom_creator 65
+int styleable ConstraintSet_layout_constraintBottom_toBottomOf 66
+int styleable ConstraintSet_layout_constraintBottom_toTopOf 67
+int styleable ConstraintSet_layout_constraintCircle 68
+int styleable ConstraintSet_layout_constraintCircleAngle 69
+int styleable ConstraintSet_layout_constraintCircleRadius 70
+int styleable ConstraintSet_layout_constraintDimensionRatio 71
+int styleable ConstraintSet_layout_constraintEnd_toEndOf 72
+int styleable ConstraintSet_layout_constraintEnd_toStartOf 73
+int styleable ConstraintSet_layout_constraintGuide_begin 74
+int styleable ConstraintSet_layout_constraintGuide_end 75
+int styleable ConstraintSet_layout_constraintGuide_percent 76
+int styleable ConstraintSet_layout_constraintHeight_default 77
+int styleable ConstraintSet_layout_constraintHeight_max 78
+int styleable ConstraintSet_layout_constraintHeight_min 79
+int styleable ConstraintSet_layout_constraintHeight_percent 80
+int styleable ConstraintSet_layout_constraintHorizontal_bias 81
+int styleable ConstraintSet_layout_constraintHorizontal_chainStyle 82
+int styleable ConstraintSet_layout_constraintHorizontal_weight 83
+int styleable ConstraintSet_layout_constraintLeft_creator 84
+int styleable ConstraintSet_layout_constraintLeft_toLeftOf 85
+int styleable ConstraintSet_layout_constraintLeft_toRightOf 86
+int styleable ConstraintSet_layout_constraintRight_creator 87
+int styleable ConstraintSet_layout_constraintRight_toLeftOf 88
+int styleable ConstraintSet_layout_constraintRight_toRightOf 89
+int styleable ConstraintSet_layout_constraintStart_toEndOf 90
+int styleable ConstraintSet_layout_constraintStart_toStartOf 91
+int styleable ConstraintSet_layout_constraintTag 92
+int styleable ConstraintSet_layout_constraintTop_creator 93
+int styleable ConstraintSet_layout_constraintTop_toBottomOf 94
+int styleable ConstraintSet_layout_constraintTop_toTopOf 95
+int styleable ConstraintSet_layout_constraintVertical_bias 96
+int styleable ConstraintSet_layout_constraintVertical_chainStyle 97
+int styleable ConstraintSet_layout_constraintVertical_weight 98
+int styleable ConstraintSet_layout_constraintWidth_default 99
+int styleable ConstraintSet_layout_constraintWidth_max 100
+int styleable ConstraintSet_layout_constraintWidth_min 101
+int styleable ConstraintSet_layout_constraintWidth_percent 102
+int styleable ConstraintSet_layout_editor_absoluteX 103
+int styleable ConstraintSet_layout_editor_absoluteY 104
+int styleable ConstraintSet_layout_goneMarginBaseline 105
+int styleable ConstraintSet_layout_goneMarginBottom 106
+int styleable ConstraintSet_layout_goneMarginEnd 107
+int styleable ConstraintSet_layout_goneMarginLeft 108
+int styleable ConstraintSet_layout_goneMarginRight 109
+int styleable ConstraintSet_layout_goneMarginStart 110
+int styleable ConstraintSet_layout_goneMarginTop 111
+int styleable ConstraintSet_layout_marginBaseline 112
+int styleable ConstraintSet_layout_wrapBehaviorInParent 113
+int styleable ConstraintSet_motionProgress 114
+int styleable ConstraintSet_motionStagger 115
+int styleable ConstraintSet_pathMotionArc 116
+int styleable ConstraintSet_pivotAnchor 117
+int styleable ConstraintSet_polarRelativeTo 118
+int styleable ConstraintSet_quantizeMotionSteps 119
+int styleable ConstraintSet_transitionEasing 120
+int styleable ConstraintSet_transitionPathRotate 121
+int[] styleable CoordinatorLayout { 0x7f030240, 0x7f0303da }
+int styleable CoordinatorLayout_keylines 0
+int styleable CoordinatorLayout_statusBarBackground 1
+int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f03024b, 0x7f03024c, 0x7f03024d, 0x7f03027e, 0x7f030288, 0x7f030289 }
+int styleable CoordinatorLayout_Layout_android_layout_gravity 0
+int styleable CoordinatorLayout_Layout_layout_anchor 1
+int styleable CoordinatorLayout_Layout_layout_anchorGravity 2
+int styleable CoordinatorLayout_Layout_layout_behavior 3
+int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4
+int styleable CoordinatorLayout_Layout_layout_insetEdge 5
+int styleable CoordinatorLayout_Layout_layout_keyline 6
+int[] styleable CustomAttribute { 0x7f03003a, 0x7f030142, 0x7f030143, 0x7f030144, 0x7f030145, 0x7f030146, 0x7f030147, 0x7f030149, 0x7f03014a, 0x7f03014b, 0x7f0302f9 }
+int styleable CustomAttribute_attributeName 0
+int styleable CustomAttribute_customBoolean 1
+int styleable CustomAttribute_customColorDrawableValue 2
+int styleable CustomAttribute_customColorValue 3
+int styleable CustomAttribute_customDimension 4
+int styleable CustomAttribute_customFloatValue 5
+int styleable CustomAttribute_customIntegerValue 6
+int styleable CustomAttribute_customPixelDimension 7
+int styleable CustomAttribute_customReference 8
+int styleable CustomAttribute_customStringValue 9
+int styleable CustomAttribute_methodName 10
+int[] styleable DrawerArrowToggle { 0x7f030038, 0x7f030039, 0x7f030055, 0x7f0300e7, 0x7f03016c, 0x7f0301ea, 0x7f0303be, 0x7f030455 }
+int styleable DrawerArrowToggle_arrowHeadLength 0
+int styleable DrawerArrowToggle_arrowShaftLength 1
+int styleable DrawerArrowToggle_barLength 2
+int styleable DrawerArrowToggle_color 3
+int styleable DrawerArrowToggle_drawableSize 4
+int styleable DrawerArrowToggle_gapBetweenBars 5
+int styleable DrawerArrowToggle_spinBars 6
+int styleable DrawerArrowToggle_thickness 7
+int[] styleable DrawerLayout { 0x7f03017b }
+int styleable DrawerLayout_elevation 0
+int[] styleable ExtendedFloatingActionButton { 0x7f0300de, 0x7f03017b, 0x7f0301a1, 0x7f0301a2, 0x7f0301f7, 0x7f0303aa, 0x7f0303ae }
+int styleable ExtendedFloatingActionButton_collapsedSize 0
+int styleable ExtendedFloatingActionButton_elevation 1
+int styleable ExtendedFloatingActionButton_extendMotionSpec 2
+int styleable ExtendedFloatingActionButton_extendStrategy 3
+int styleable ExtendedFloatingActionButton_hideMotionSpec 4
+int styleable ExtendedFloatingActionButton_showMotionSpec 5
+int styleable ExtendedFloatingActionButton_shrinkMotionSpec 6
+int[] styleable ExtendedFloatingActionButton_Behavior_Layout { 0x7f030059, 0x7f03005a }
+int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide 0
+int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink 1
+int[] styleable FloatingActionButton { 0x0101000e, 0x7f03004d, 0x7f03004e, 0x7f030068, 0x7f03017b, 0x7f03018b, 0x7f0301b0, 0x7f0301b1, 0x7f0301f7, 0x7f030203, 0x7f0302f1, 0x7f03036d, 0x7f030386, 0x7f030399, 0x7f0303a1, 0x7f0303aa, 0x7f03049e }
+int styleable FloatingActionButton_android_enabled 0
+int styleable FloatingActionButton_backgroundTint 1
+int styleable FloatingActionButton_backgroundTintMode 2
+int styleable FloatingActionButton_borderWidth 3
+int styleable FloatingActionButton_elevation 4
+int styleable FloatingActionButton_ensureMinTouchTargetSize 5
+int styleable FloatingActionButton_fabCustomSize 6
+int styleable FloatingActionButton_fabSize 7
+int styleable FloatingActionButton_hideMotionSpec 8
+int styleable FloatingActionButton_hoveredFocusedTranslationZ 9
+int styleable FloatingActionButton_maxImageSize 10
+int styleable FloatingActionButton_pressedTranslationZ 11
+int styleable FloatingActionButton_rippleColor 12
+int styleable FloatingActionButton_shapeAppearance 13
+int styleable FloatingActionButton_shapeAppearanceOverlay 14
+int styleable FloatingActionButton_showMotionSpec 15
+int styleable FloatingActionButton_useCompatPadding 16
+int[] styleable FloatingActionButton_Behavior_Layout { 0x7f030059 }
+int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0
+int[] styleable FlowLayout { 0x7f030236, 0x7f030295 }
+int styleable FlowLayout_itemSpacing 0
+int styleable FlowLayout_lineSpacing 1
+int[] styleable FontFamily { 0x7f0301dc, 0x7f0301dd, 0x7f0301de, 0x7f0301df, 0x7f0301e0, 0x7f0301e1, 0x7f0301e2 }
+int styleable FontFamily_fontProviderAuthority 0
+int styleable FontFamily_fontProviderCerts 1
+int styleable FontFamily_fontProviderFetchStrategy 2
+int styleable FontFamily_fontProviderFetchTimeout 3
+int styleable FontFamily_fontProviderPackage 4
+int styleable FontFamily_fontProviderQuery 5
+int styleable FontFamily_fontProviderSystemFontFamily 6
+int[] styleable FontFamilyFont { 0x01010532, 0x01010533, 0x0101053f, 0x0101056f, 0x01010570, 0x7f0301da, 0x7f0301e3, 0x7f0301e4, 0x7f0301e5, 0x7f03049c }
+int styleable FontFamilyFont_android_font 0
+int styleable FontFamilyFont_android_fontWeight 1
+int styleable FontFamilyFont_android_fontStyle 2
+int styleable FontFamilyFont_android_ttcIndex 3
+int styleable FontFamilyFont_android_fontVariationSettings 4
+int styleable FontFamilyFont_font 5
+int styleable FontFamilyFont_fontStyle 6
+int styleable FontFamilyFont_fontVariationSettings 7
+int styleable FontFamilyFont_fontWeight 8
+int styleable FontFamilyFont_ttcIndex 9
+int[] styleable ForegroundLinearLayout { 0x01010109, 0x01010200, 0x7f0301e8 }
+int styleable ForegroundLinearLayout_android_foreground 0
+int styleable ForegroundLinearLayout_android_foregroundGravity 1
+int styleable ForegroundLinearLayout_foregroundInsidePadding 2
+int[] styleable Fragment { 0x01010003, 0x010100d0, 0x010100d1 }
+int styleable Fragment_android_name 0
+int styleable Fragment_android_id 1
+int styleable Fragment_android_tag 2
+int[] styleable FragmentContainerView { 0x01010003, 0x010100d1 }
+int styleable FragmentContainerView_android_name 0
+int styleable FragmentContainerView_android_tag 1
+int[] styleable GradientColor { 0x0101019d, 0x0101019e, 0x010101a1, 0x010101a2, 0x010101a3, 0x010101a4, 0x01010201, 0x0101020b, 0x01010510, 0x01010511, 0x01010512, 0x01010513 }
+int styleable GradientColor_android_startColor 0
+int styleable GradientColor_android_endColor 1
+int styleable GradientColor_android_type 2
+int styleable GradientColor_android_centerX 3
+int styleable GradientColor_android_centerY 4
+int styleable GradientColor_android_gradientRadius 5
+int styleable GradientColor_android_tileMode 6
+int styleable GradientColor_android_centerColor 7
+int styleable GradientColor_android_startX 8
+int styleable GradientColor_android_startY 9
+int styleable GradientColor_android_endX 10
+int styleable GradientColor_android_endY 11
+int[] styleable GradientColorItem { 0x010101a5, 0x01010514 }
+int styleable GradientColorItem_android_color 0
+int styleable GradientColorItem_android_offset 1
+int[] styleable ImageFilterView { 0x7f03002f, 0x7f030065, 0x7f03007b, 0x7f03012a, 0x7f03013f, 0x7f030210, 0x7f030211, 0x7f030212, 0x7f030213, 0x7f030347, 0x7f030388, 0x7f030389, 0x7f03038a, 0x7f0304ab }
+int styleable ImageFilterView_altSrc 0
+int styleable ImageFilterView_blendSrc 1
+int styleable ImageFilterView_brightness 2
+int styleable ImageFilterView_contrast 3
+int styleable ImageFilterView_crossfade 4
+int styleable ImageFilterView_imagePanX 5
+int styleable ImageFilterView_imagePanY 6
+int styleable ImageFilterView_imageRotate 7
+int styleable ImageFilterView_imageZoom 8
+int styleable ImageFilterView_overlay 9
+int styleable ImageFilterView_round 10
+int styleable ImageFilterView_roundPercent 11
+int styleable ImageFilterView_saturation 12
+int styleable ImageFilterView_warmth 13
+int[] styleable Insets { 0x7f0302bc, 0x7f0302bd, 0x7f0302be, 0x7f030349, 0x7f03034b, 0x7f03034c, 0x7f03034f }
+int styleable Insets_marginLeftSystemWindowInsets 0
+int styleable Insets_marginRightSystemWindowInsets 1
+int styleable Insets_marginTopSystemWindowInsets 2
+int styleable Insets_paddingBottomSystemWindowInsets 3
+int styleable Insets_paddingLeftSystemWindowInsets 4
+int styleable Insets_paddingRightSystemWindowInsets 5
+int styleable Insets_paddingTopSystemWindowInsets 6
+int[] styleable KeyAttribute { 0x0101031f, 0x01010320, 0x01010321, 0x01010322, 0x01010323, 0x01010324, 0x01010325, 0x01010326, 0x01010327, 0x01010328, 0x010103fa, 0x01010440, 0x7f030141, 0x7f0301e9, 0x7f03032d, 0x7f03032f, 0x7f030493, 0x7f030495, 0x7f030497 }
+int styleable KeyAttribute_android_alpha 0
+int styleable KeyAttribute_android_transformPivotX 1
+int styleable KeyAttribute_android_transformPivotY 2
+int styleable KeyAttribute_android_translationX 3
+int styleable KeyAttribute_android_translationY 4
+int styleable KeyAttribute_android_scaleX 5
+int styleable KeyAttribute_android_scaleY 6
+int styleable KeyAttribute_android_rotation 7
+int styleable KeyAttribute_android_rotationX 8
+int styleable KeyAttribute_android_rotationY 9
+int styleable KeyAttribute_android_translationZ 10
+int styleable KeyAttribute_android_elevation 11
+int styleable KeyAttribute_curveFit 12
+int styleable KeyAttribute_framePosition 13
+int styleable KeyAttribute_motionProgress 14
+int styleable KeyAttribute_motionTarget 15
+int styleable KeyAttribute_transformPivotTarget 16
+int styleable KeyAttribute_transitionEasing 17
+int styleable KeyAttribute_transitionPathRotate 18
+int[] styleable KeyCycle { 0x0101031f, 0x01010322, 0x01010323, 0x01010324, 0x01010325, 0x01010326, 0x01010327, 0x01010328, 0x010103fa, 0x01010440, 0x7f030141, 0x7f0301e9, 0x7f03032d, 0x7f03032f, 0x7f030495, 0x7f030497, 0x7f0304ad, 0x7f0304ae, 0x7f0304af, 0x7f0304b0, 0x7f0304b1 }
+int styleable KeyCycle_android_alpha 0
+int styleable KeyCycle_android_translationX 1
+int styleable KeyCycle_android_translationY 2
+int styleable KeyCycle_android_scaleX 3
+int styleable KeyCycle_android_scaleY 4
+int styleable KeyCycle_android_rotation 5
+int styleable KeyCycle_android_rotationX 6
+int styleable KeyCycle_android_rotationY 7
+int styleable KeyCycle_android_translationZ 8
+int styleable KeyCycle_android_elevation 9
+int styleable KeyCycle_curveFit 10
+int styleable KeyCycle_framePosition 11
+int styleable KeyCycle_motionProgress 12
+int styleable KeyCycle_motionTarget 13
+int styleable KeyCycle_transitionEasing 14
+int styleable KeyCycle_transitionPathRotate 15
+int styleable KeyCycle_waveOffset 16
+int styleable KeyCycle_wavePeriod 17
+int styleable KeyCycle_wavePhase 18
+int styleable KeyCycle_waveShape 19
+int styleable KeyCycle_waveVariesBy 20
+int[] styleable KeyFrame { }
+int[] styleable KeyFramesAcceleration { }
+int[] styleable KeyFramesVelocity { }
+int[] styleable KeyPosition { 0x7f030141, 0x7f030167, 0x7f0301e9, 0x7f03023e, 0x7f03032f, 0x7f030358, 0x7f03035a, 0x7f03035b, 0x7f03035c, 0x7f03035d, 0x7f0303b8, 0x7f030495 }
+int styleable KeyPosition_curveFit 0
+int styleable KeyPosition_drawPath 1
+int styleable KeyPosition_framePosition 2
+int styleable KeyPosition_keyPositionType 3
+int styleable KeyPosition_motionTarget 4
+int styleable KeyPosition_pathMotionArc 5
+int styleable KeyPosition_percentHeight 6
+int styleable KeyPosition_percentWidth 7
+int styleable KeyPosition_percentX 8
+int styleable KeyPosition_percentY 9
+int styleable KeyPosition_sizePercent 10
+int styleable KeyPosition_transitionEasing 11
+int[] styleable KeyTimeCycle { 0x0101031f, 0x01010322, 0x01010323, 0x01010324, 0x01010325, 0x01010326, 0x01010327, 0x01010328, 0x010103fa, 0x01010440, 0x7f030141, 0x7f0301e9, 0x7f03032d, 0x7f03032f, 0x7f030495, 0x7f030497, 0x7f0304ac, 0x7f0304ad, 0x7f0304ae, 0x7f0304af, 0x7f0304b0 }
+int styleable KeyTimeCycle_android_alpha 0
+int styleable KeyTimeCycle_android_translationX 1
+int styleable KeyTimeCycle_android_translationY 2
+int styleable KeyTimeCycle_android_scaleX 3
+int styleable KeyTimeCycle_android_scaleY 4
+int styleable KeyTimeCycle_android_rotation 5
+int styleable KeyTimeCycle_android_rotationX 6
+int styleable KeyTimeCycle_android_rotationY 7
+int styleable KeyTimeCycle_android_translationZ 8
+int styleable KeyTimeCycle_android_elevation 9
+int styleable KeyTimeCycle_curveFit 10
+int styleable KeyTimeCycle_framePosition 11
+int styleable KeyTimeCycle_motionProgress 12
+int styleable KeyTimeCycle_motionTarget 13
+int styleable KeyTimeCycle_transitionEasing 14
+int styleable KeyTimeCycle_transitionPathRotate 15
+int styleable KeyTimeCycle_waveDecay 16
+int styleable KeyTimeCycle_waveOffset 17
+int styleable KeyTimeCycle_wavePeriod 18
+int styleable KeyTimeCycle_wavePhase 19
+int styleable KeyTimeCycle_waveShape 20
+int[] styleable KeyTrigger { 0x7f0301e9, 0x7f03032f, 0x7f030330, 0x7f030331, 0x7f03033f, 0x7f030341, 0x7f030342, 0x7f030499, 0x7f03049a, 0x7f03049b, 0x7f0304a6, 0x7f0304a7, 0x7f0304a8 }
+int styleable KeyTrigger_framePosition 0
+int styleable KeyTrigger_motionTarget 1
+int styleable KeyTrigger_motion_postLayoutCollision 2
+int styleable KeyTrigger_motion_triggerOnCollision 3
+int styleable KeyTrigger_onCross 4
+int styleable KeyTrigger_onNegativeCross 5
+int styleable KeyTrigger_onPositiveCross 6
+int styleable KeyTrigger_triggerId 7
+int styleable KeyTrigger_triggerReceiver 8
+int styleable KeyTrigger_triggerSlack 9
+int styleable KeyTrigger_viewTransitionOnCross 10
+int styleable KeyTrigger_viewTransitionOnNegativeCross 11
+int styleable KeyTrigger_viewTransitionOnPositiveCross 12
+int[] styleable Layout { 0x010100c4, 0x010100f4, 0x010100f5, 0x010100f7, 0x010100f8, 0x010100f9, 0x010100fa, 0x010103b5, 0x010103b6, 0x7f030056, 0x7f030057, 0x7f030058, 0x7f03009f, 0x7f030117, 0x7f030118, 0x7f0301ed, 0x7f030250, 0x7f030251, 0x7f030252, 0x7f030253, 0x7f030254, 0x7f030255, 0x7f030256, 0x7f030257, 0x7f030258, 0x7f030259, 0x7f03025a, 0x7f03025b, 0x7f03025c, 0x7f03025d, 0x7f03025e, 0x7f03025f, 0x7f030260, 0x7f030261, 0x7f030262, 0x7f030263, 0x7f030264, 0x7f030265, 0x7f030266, 0x7f030267, 0x7f030268, 0x7f030269, 0x7f03026a, 0x7f03026b, 0x7f03026c, 0x7f03026d, 0x7f03026e, 0x7f03026f, 0x7f030270, 0x7f030271, 0x7f030273, 0x7f030274, 0x7f030275, 0x7f030276, 0x7f030277, 0x7f030278, 0x7f030279, 0x7f03027a, 0x7f03027b, 0x7f03027c, 0x7f03027d, 0x7f03027f, 0x7f030280, 0x7f030281, 0x7f030282, 0x7f030283, 0x7f030284, 0x7f030285, 0x7f030286, 0x7f030287, 0x7f03028a, 0x7f03028f, 0x7f0302f0, 0x7f0302f4, 0x7f0302fa, 0x7f0302fe }
+int styleable Layout_android_orientation 0
+int styleable Layout_android_layout_width 1
+int styleable Layout_android_layout_height 2
+int styleable Layout_android_layout_marginLeft 3
+int styleable Layout_android_layout_marginTop 4
+int styleable Layout_android_layout_marginRight 5
+int styleable Layout_android_layout_marginBottom 6
+int styleable Layout_android_layout_marginStart 7
+int styleable Layout_android_layout_marginEnd 8
+int styleable Layout_barrierAllowsGoneWidgets 9
+int styleable Layout_barrierDirection 10
+int styleable Layout_barrierMargin 11
+int styleable Layout_chainUseRtl 12
+int styleable Layout_constraint_referenced_ids 13
+int styleable Layout_constraint_referenced_tags 14
+int styleable Layout_guidelineUseRtl 15
+int styleable Layout_layout_constrainedHeight 16
+int styleable Layout_layout_constrainedWidth 17
+int styleable Layout_layout_constraintBaseline_creator 18
+int styleable Layout_layout_constraintBaseline_toBaselineOf 19
+int styleable Layout_layout_constraintBaseline_toBottomOf 20
+int styleable Layout_layout_constraintBaseline_toTopOf 21
+int styleable Layout_layout_constraintBottom_creator 22
+int styleable Layout_layout_constraintBottom_toBottomOf 23
+int styleable Layout_layout_constraintBottom_toTopOf 24
+int styleable Layout_layout_constraintCircle 25
+int styleable Layout_layout_constraintCircleAngle 26
+int styleable Layout_layout_constraintCircleRadius 27
+int styleable Layout_layout_constraintDimensionRatio 28
+int styleable Layout_layout_constraintEnd_toEndOf 29
+int styleable Layout_layout_constraintEnd_toStartOf 30
+int styleable Layout_layout_constraintGuide_begin 31
+int styleable Layout_layout_constraintGuide_end 32
+int styleable Layout_layout_constraintGuide_percent 33
+int styleable Layout_layout_constraintHeight 34
+int styleable Layout_layout_constraintHeight_default 35
+int styleable Layout_layout_constraintHeight_max 36
+int styleable Layout_layout_constraintHeight_min 37
+int styleable Layout_layout_constraintHeight_percent 38
+int styleable Layout_layout_constraintHorizontal_bias 39
+int styleable Layout_layout_constraintHorizontal_chainStyle 40
+int styleable Layout_layout_constraintHorizontal_weight 41
+int styleable Layout_layout_constraintLeft_creator 42
+int styleable Layout_layout_constraintLeft_toLeftOf 43
+int styleable Layout_layout_constraintLeft_toRightOf 44
+int styleable Layout_layout_constraintRight_creator 45
+int styleable Layout_layout_constraintRight_toLeftOf 46
+int styleable Layout_layout_constraintRight_toRightOf 47
+int styleable Layout_layout_constraintStart_toEndOf 48
+int styleable Layout_layout_constraintStart_toStartOf 49
+int styleable Layout_layout_constraintTop_creator 50
+int styleable Layout_layout_constraintTop_toBottomOf 51
+int styleable Layout_layout_constraintTop_toTopOf 52
+int styleable Layout_layout_constraintVertical_bias 53
+int styleable Layout_layout_constraintVertical_chainStyle 54
+int styleable Layout_layout_constraintVertical_weight 55
+int styleable Layout_layout_constraintWidth 56
+int styleable Layout_layout_constraintWidth_default 57
+int styleable Layout_layout_constraintWidth_max 58
+int styleable Layout_layout_constraintWidth_min 59
+int styleable Layout_layout_constraintWidth_percent 60
+int styleable Layout_layout_editor_absoluteX 61
+int styleable Layout_layout_editor_absoluteY 62
+int styleable Layout_layout_goneMarginBaseline 63
+int styleable Layout_layout_goneMarginBottom 64
+int styleable Layout_layout_goneMarginEnd 65
+int styleable Layout_layout_goneMarginLeft 66
+int styleable Layout_layout_goneMarginRight 67
+int styleable Layout_layout_goneMarginStart 68
+int styleable Layout_layout_goneMarginTop 69
+int styleable Layout_layout_marginBaseline 70
+int styleable Layout_layout_wrapBehaviorInParent 71
+int styleable Layout_maxHeight 72
+int styleable Layout_maxWidth 73
+int styleable Layout_minHeight 74
+int styleable Layout_minWidth 75
+int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f03015c, 0x7f030161, 0x7f0302f5, 0x7f0303a9 }
+int styleable LinearLayoutCompat_android_gravity 0
+int styleable LinearLayoutCompat_android_orientation 1
+int styleable LinearLayoutCompat_android_baselineAligned 2
+int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3
+int styleable LinearLayoutCompat_android_weightSum 4
+int styleable LinearLayoutCompat_divider 5
+int styleable LinearLayoutCompat_dividerPadding 6
+int styleable LinearLayoutCompat_measureWithLargestChild 7
+int styleable LinearLayoutCompat_showDividers 8
+int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }
+int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
+int styleable LinearLayoutCompat_Layout_android_layout_width 1
+int styleable LinearLayoutCompat_Layout_android_layout_height 2
+int styleable LinearLayoutCompat_Layout_android_layout_weight 3
+int[] styleable LinearProgressIndicator { 0x7f030214, 0x7f030218 }
+int styleable LinearProgressIndicator_indeterminateAnimationType 0
+int styleable LinearProgressIndicator_indicatorDirectionLinear 1
+int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad }
+int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
+int styleable ListPopupWindow_android_dropDownVerticalOffset 1
+int[] styleable LottieAnimationView { 0x7f0302ab, 0x7f0302ac, 0x7f0302ad, 0x7f0302ae, 0x7f0302af, 0x7f0302b0, 0x7f0302b1, 0x7f0302b2, 0x7f0302b3, 0x7f0302b4, 0x7f0302b5, 0x7f0302b6, 0x7f0302b7, 0x7f0302b8, 0x7f0302b9, 0x7f0302ba }
+int styleable LottieAnimationView_lottie_autoPlay 0
+int styleable LottieAnimationView_lottie_cacheComposition 1
+int styleable LottieAnimationView_lottie_colorFilter 2
+int styleable LottieAnimationView_lottie_enableMergePathsForKitKatAndAbove 3
+int styleable LottieAnimationView_lottie_fallbackRes 4
+int styleable LottieAnimationView_lottie_fileName 5
+int styleable LottieAnimationView_lottie_imageAssetsFolder 6
+int styleable LottieAnimationView_lottie_loop 7
+int styleable LottieAnimationView_lottie_progress 8
+int styleable LottieAnimationView_lottie_rawRes 9
+int styleable LottieAnimationView_lottie_renderMode 10
+int styleable LottieAnimationView_lottie_repeatCount 11
+int styleable LottieAnimationView_lottie_repeatMode 12
+int styleable LottieAnimationView_lottie_scale 13
+int styleable LottieAnimationView_lottie_speed 14
+int styleable LottieAnimationView_lottie_url 15
+int[] styleable MaterialAlertDialog { 0x7f030046, 0x7f030047, 0x7f030048, 0x7f030049 }
+int styleable MaterialAlertDialog_backgroundInsetBottom 0
+int styleable MaterialAlertDialog_backgroundInsetEnd 1
+int styleable MaterialAlertDialog_backgroundInsetStart 2
+int styleable MaterialAlertDialog_backgroundInsetTop 3
+int[] styleable MaterialAlertDialogTheme { 0x7f0302bf, 0x7f0302c0, 0x7f0302c1, 0x7f0302c2, 0x7f0302c3, 0x7f0302c4 }
+int styleable MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle 0
+int styleable MaterialAlertDialogTheme_materialAlertDialogButtonSpacerVisibility 1
+int styleable MaterialAlertDialogTheme_materialAlertDialogTheme 2
+int styleable MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle 3
+int styleable MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle 4
+int styleable MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle 5
+int[] styleable MaterialAutoCompleteTextView { 0x01010220, 0x0101048c, 0x7f0303b1, 0x7f0303b2, 0x7f0303b3, 0x7f0303b4 }
+int styleable MaterialAutoCompleteTextView_android_inputType 0
+int styleable MaterialAutoCompleteTextView_android_popupElevation 1
+int styleable MaterialAutoCompleteTextView_simpleItemLayout 2
+int styleable MaterialAutoCompleteTextView_simpleItemSelectedColor 3
+int styleable MaterialAutoCompleteTextView_simpleItemSelectedRippleColor 4
+int styleable MaterialAutoCompleteTextView_simpleItems 5
+int[] styleable MaterialButton { 0x010100d4, 0x010101b7, 0x010101b8, 0x010101b9, 0x010101ba, 0x010101e5, 0x7f03004d, 0x7f03004e, 0x7f030133, 0x7f03017b, 0x7f030204, 0x7f030206, 0x7f030207, 0x7f030208, 0x7f03020a, 0x7f03020b, 0x7f030386, 0x7f030399, 0x7f0303a1, 0x7f0303dd, 0x7f0303de, 0x7f03047a }
+int styleable MaterialButton_android_background 0
+int styleable MaterialButton_android_insetLeft 1
+int styleable MaterialButton_android_insetRight 2
+int styleable MaterialButton_android_insetTop 3
+int styleable MaterialButton_android_insetBottom 4
+int styleable MaterialButton_android_checkable 5
+int styleable MaterialButton_backgroundTint 6
+int styleable MaterialButton_backgroundTintMode 7
+int styleable MaterialButton_cornerRadius 8
+int styleable MaterialButton_elevation 9
+int styleable MaterialButton_icon 10
+int styleable MaterialButton_iconGravity 11
+int styleable MaterialButton_iconPadding 12
+int styleable MaterialButton_iconSize 13
+int styleable MaterialButton_iconTint 14
+int styleable MaterialButton_iconTintMode 15
+int styleable MaterialButton_rippleColor 16
+int styleable MaterialButton_shapeAppearance 17
+int styleable MaterialButton_shapeAppearanceOverlay 18
+int styleable MaterialButton_strokeColor 19
+int styleable MaterialButton_strokeWidth 20
+int styleable MaterialButton_toggleCheckedStateOnClick 21
+int[] styleable MaterialButtonToggleGroup { 0x0101000e, 0x7f0300a4, 0x7f030396, 0x7f0303b7 }
+int styleable MaterialButtonToggleGroup_android_enabled 0
+int styleable MaterialButtonToggleGroup_checkedButton 1
+int styleable MaterialButtonToggleGroup_selectionRequired 2
+int styleable MaterialButtonToggleGroup_singleSelection 3
+int[] styleable MaterialCalendar { 0x0101020d, 0x7f03014c, 0x7f03014d, 0x7f03014e, 0x7f03014f, 0x7f03033c, 0x7f030377, 0x7f0304bc, 0x7f0304bd, 0x7f0304be }
+int styleable MaterialCalendar_android_windowFullscreen 0
+int styleable MaterialCalendar_dayInvalidStyle 1
+int styleable MaterialCalendar_daySelectedStyle 2
+int styleable MaterialCalendar_dayStyle 3
+int styleable MaterialCalendar_dayTodayStyle 4
+int styleable MaterialCalendar_nestedScrollable 5
+int styleable MaterialCalendar_rangeFillColor 6
+int styleable MaterialCalendar_yearSelectedStyle 7
+int styleable MaterialCalendar_yearStyle 8
+int styleable MaterialCalendar_yearTodayStyle 9
+int[] styleable MaterialCalendarItem { 0x010101b7, 0x010101b8, 0x010101b9, 0x010101ba, 0x7f030223, 0x7f03022f, 0x7f030230, 0x7f030237, 0x7f030238, 0x7f03023c }
+int styleable MaterialCalendarItem_android_insetLeft 0
+int styleable MaterialCalendarItem_android_insetRight 1
+int styleable MaterialCalendarItem_android_insetTop 2
+int styleable MaterialCalendarItem_android_insetBottom 3
+int styleable MaterialCalendarItem_itemFillColor 4
+int styleable MaterialCalendarItem_itemShapeAppearance 5
+int styleable MaterialCalendarItem_itemShapeAppearanceOverlay 6
+int styleable MaterialCalendarItem_itemStrokeColor 7
+int styleable MaterialCalendarItem_itemStrokeWidth 8
+int styleable MaterialCalendarItem_itemTextColor 9
+int[] styleable MaterialCardView { 0x010101e5, 0x7f03008f, 0x7f0300a6, 0x7f0300a8, 0x7f0300a9, 0x7f0300aa, 0x7f0300ab, 0x7f030386, 0x7f030399, 0x7f0303a1, 0x7f0303d4, 0x7f0303dd, 0x7f0303de }
+int styleable MaterialCardView_android_checkable 0
+int styleable MaterialCardView_cardForegroundColor 1
+int styleable MaterialCardView_checkedIcon 2
+int styleable MaterialCardView_checkedIconGravity 3
+int styleable MaterialCardView_checkedIconMargin 4
+int styleable MaterialCardView_checkedIconSize 5
+int styleable MaterialCardView_checkedIconTint 6
+int styleable MaterialCardView_rippleColor 7
+int styleable MaterialCardView_shapeAppearance 8
+int styleable MaterialCardView_shapeAppearanceOverlay 9
+int styleable MaterialCardView_state_dragged 10
+int styleable MaterialCardView_strokeColor 11
+int styleable MaterialCardView_strokeWidth 12
+int[] styleable MaterialCheckBox { 0x01010107, 0x7f030081, 0x7f030083, 0x7f030085, 0x7f030086, 0x7f03008a, 0x7f03009e, 0x7f0300ad, 0x7f03018c, 0x7f030193, 0x7f0304a0 }
+int styleable MaterialCheckBox_android_button 0
+int styleable MaterialCheckBox_buttonCompat 1
+int styleable MaterialCheckBox_buttonIcon 2
+int styleable MaterialCheckBox_buttonIconTint 3
+int styleable MaterialCheckBox_buttonIconTintMode 4
+int styleable MaterialCheckBox_buttonTint 5
+int styleable MaterialCheckBox_centerIfNoTextEnabled 6
+int styleable MaterialCheckBox_checkedState 7
+int styleable MaterialCheckBox_errorAccessibilityLabel 8
+int styleable MaterialCheckBox_errorShown 9
+int styleable MaterialCheckBox_useMaterialThemeColors 10
+int[] styleable MaterialCheckBoxStates { 0x7f0303d5, 0x7f0303d6 }
+int styleable MaterialCheckBoxStates_state_error 0
+int styleable MaterialCheckBoxStates_state_indeterminate 1
+int[] styleable MaterialDivider { 0x7f03015d, 0x7f03015f, 0x7f030160, 0x7f030162, 0x7f030246 }
+int styleable MaterialDivider_dividerColor 0
+int styleable MaterialDivider_dividerInsetEnd 1
+int styleable MaterialDivider_dividerInsetStart 2
+int styleable MaterialDivider_dividerThickness 3
+int styleable MaterialDivider_lastItemDecorated 4
+int[] styleable MaterialRadioButton { 0x7f03008a, 0x7f0304a0 }
+int styleable MaterialRadioButton_buttonTint 0
+int styleable MaterialRadioButton_useMaterialThemeColors 1
+int[] styleable MaterialShape { 0x7f030399, 0x7f0303a1 }
+int styleable MaterialShape_shapeAppearance 0
+int styleable MaterialShape_shapeAppearanceOverlay 1
+int[] styleable MaterialSwitch { 0x7f030458, 0x7f030459, 0x7f03045a, 0x7f03048c, 0x7f03048d, 0x7f03048e }
+int styleable MaterialSwitch_thumbIcon 0
+int styleable MaterialSwitch_thumbIconTint 1
+int styleable MaterialSwitch_thumbIconTintMode 2
+int styleable MaterialSwitch_trackDecoration 3
+int styleable MaterialSwitch_trackDecorationTint 4
+int styleable MaterialSwitch_trackDecorationTintMode 5
+int[] styleable MaterialTextAppearance { 0x010104b6, 0x0101057f, 0x7f030294 }
+int styleable MaterialTextAppearance_android_letterSpacing 0
+int styleable MaterialTextAppearance_android_lineHeight 1
+int styleable MaterialTextAppearance_lineHeight 2
+int[] styleable MaterialTextView { 0x01010034, 0x0101057f, 0x7f030294 }
+int styleable MaterialTextView_android_textAppearance 0
+int styleable MaterialTextView_android_lineHeight 1
+int styleable MaterialTextView_lineHeight 2
+int[] styleable MaterialTimePicker { 0x7f0300d2, 0x7f03023f }
+int styleable MaterialTimePicker_clockIcon 0
+int styleable MaterialTimePicker_keyboardIcon 1
+int[] styleable MaterialToolbar { 0x7f0302a7, 0x7f0302a9, 0x7f030336, 0x7f0303e6, 0x7f03046c }
+int styleable MaterialToolbar_logoAdjustViewBounds 0
+int styleable MaterialToolbar_logoScaleType 1
+int styleable MaterialToolbar_navigationIconTint 2
+int styleable MaterialToolbar_subtitleCentered 3
+int styleable MaterialToolbar_titleCentered 4
+int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }
+int styleable MenuGroup_android_enabled 0
+int styleable MenuGroup_android_id 1
+int styleable MenuGroup_android_visible 2
+int styleable MenuGroup_android_menuCategory 3
+int styleable MenuGroup_android_orderInCategory 4
+int styleable MenuGroup_android_checkableBehavior 5
+int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f03000f, 0x7f030023, 0x7f030025, 0x7f03002e, 0x7f03011b, 0x7f03020a, 0x7f03020b, 0x7f03033e, 0x7f0303a7, 0x7f030482 }
+int styleable MenuItem_android_icon 0
+int styleable MenuItem_android_enabled 1
+int styleable MenuItem_android_id 2
+int styleable MenuItem_android_checked 3
+int styleable MenuItem_android_visible 4
+int styleable MenuItem_android_menuCategory 5
+int styleable MenuItem_android_orderInCategory 6
+int styleable MenuItem_android_title 7
+int styleable MenuItem_android_titleCondensed 8
+int styleable MenuItem_android_alphabeticShortcut 9
+int styleable MenuItem_android_numericShortcut 10
+int styleable MenuItem_android_checkable 11
+int styleable MenuItem_android_onClick 12
+int styleable MenuItem_actionLayout 13
+int styleable MenuItem_actionProviderClass 14
+int styleable MenuItem_actionViewClass 15
+int styleable MenuItem_alphabeticModifiers 16
+int styleable MenuItem_contentDescription 17
+int styleable MenuItem_iconTint 18
+int styleable MenuItem_iconTintMode 19
+int styleable MenuItem_numericModifiers 20
+int styleable MenuItem_showAsAction 21
+int styleable MenuItem_tooltipText 22
+int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f03036c, 0x7f0303df }
+int styleable MenuView_android_windowAnimationStyle 0
+int styleable MenuView_android_itemTextAppearance 1
+int styleable MenuView_android_horizontalDivider 2
+int styleable MenuView_android_verticalDivider 3
+int styleable MenuView_android_headerBackground 4
+int styleable MenuView_android_itemBackground 5
+int styleable MenuView_android_itemIconDisabledAlpha 6
+int styleable MenuView_preserveIconSpacing 7
+int styleable MenuView_subMenuArrow 8
+int[] styleable MockView { 0x7f0302ff, 0x7f030300, 0x7f030301, 0x7f030302, 0x7f030303, 0x7f030304 }
+int styleable MockView_mock_diagonalsColor 0
+int styleable MockView_mock_label 1
+int styleable MockView_mock_labelBackgroundColor 2
+int styleable MockView_mock_labelColor 3
+int styleable MockView_mock_showDiagonals 4
+int styleable MockView_mock_showLabel 5
+int[] styleable Motion { 0x7f030030, 0x7f030033, 0x7f030167, 0x7f03032c, 0x7f03032e, 0x7f030358, 0x7f030370, 0x7f030371, 0x7f030372, 0x7f030495 }
+int styleable Motion_animateCircleAngleTo 0
+int styleable Motion_animateRelativeTo 1
+int styleable Motion_drawPath 2
+int styleable Motion_motionPathRotate 3
+int styleable Motion_motionStagger 4
+int styleable Motion_pathMotionArc 5
+int styleable Motion_quantizeMotionInterpolator 6
+int styleable Motion_quantizeMotionPhase 7
+int styleable Motion_quantizeMotionSteps 8
+int styleable Motion_transitionEasing 9
+int[] styleable MotionEffect { 0x7f030322, 0x7f030323, 0x7f030324, 0x7f030325, 0x7f030326, 0x7f030327, 0x7f030328, 0x7f030329 }
+int styleable MotionEffect_motionEffect_alpha 0
+int styleable MotionEffect_motionEffect_end 1
+int styleable MotionEffect_motionEffect_move 2
+int styleable MotionEffect_motionEffect_start 3
+int styleable MotionEffect_motionEffect_strict 4
+int styleable MotionEffect_motionEffect_translationX 5
+int styleable MotionEffect_motionEffect_translationY 6
+int styleable MotionEffect_motionEffect_viewTransition 7
+int[] styleable MotionHelper { 0x7f030340, 0x7f030343 }
+int styleable MotionHelper_onHide 0
+int styleable MotionHelper_onShow 1
+int[] styleable MotionLabel { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x010100af, 0x0101014f, 0x01010164, 0x010103ac, 0x01010535, 0x7f030066, 0x7f030067, 0x7f03038b, 0x7f030439, 0x7f03043a, 0x7f03043b, 0x7f03043c, 0x7f03043d, 0x7f03044b, 0x7f03044c, 0x7f03044d, 0x7f03044e, 0x7f030450, 0x7f030451, 0x7f030452, 0x7f030453 }
+int styleable MotionLabel_android_textSize 0
+int styleable MotionLabel_android_typeface 1
+int styleable MotionLabel_android_textStyle 2
+int styleable MotionLabel_android_textColor 3
+int styleable MotionLabel_android_gravity 4
+int styleable MotionLabel_android_text 5
+int styleable MotionLabel_android_shadowRadius 6
+int styleable MotionLabel_android_fontFamily 7
+int styleable MotionLabel_android_autoSizeTextType 8
+int styleable MotionLabel_borderRound 9
+int styleable MotionLabel_borderRoundPercent 10
+int styleable MotionLabel_scaleFromTextSize 11
+int styleable MotionLabel_textBackground 12
+int styleable MotionLabel_textBackgroundPanX 13
+int styleable MotionLabel_textBackgroundPanY 14
+int styleable MotionLabel_textBackgroundRotate 15
+int styleable MotionLabel_textBackgroundZoom 16
+int styleable MotionLabel_textOutlineColor 17
+int styleable MotionLabel_textOutlineThickness 18
+int styleable MotionLabel_textPanX 19
+int styleable MotionLabel_textPanY 20
+int styleable MotionLabel_textureBlurFactor 21
+int styleable MotionLabel_textureEffect 22
+int styleable MotionLabel_textureHeight 23
+int styleable MotionLabel_textureWidth 24
+int[] styleable MotionLayout { 0x7f030036, 0x7f030140, 0x7f030248, 0x7f030305, 0x7f03032d, 0x7f0303ab }
+int styleable MotionLayout_applyMotionScene 0
+int styleable MotionLayout_currentState 1
+int styleable MotionLayout_layoutDescription 2
+int styleable MotionLayout_motionDebug 3
+int styleable MotionLayout_motionProgress 4
+int styleable MotionLayout_showPaths 5
+int[] styleable MotionScene { 0x7f030150, 0x7f030249 }
+int styleable MotionScene_defaultDuration 0
+int styleable MotionScene_layoutDuringTransition 1
+int[] styleable MotionTelltales { 0x7f030410, 0x7f030411, 0x7f030412 }
+int styleable MotionTelltales_telltales_tailColor 0
+int styleable MotionTelltales_telltales_tailScale 1
+int styleable MotionTelltales_telltales_velocityMode 2
+int[] styleable NavigationBarActiveIndicator { 0x01010155, 0x01010159, 0x010101a5, 0x7f0302bb, 0x7f030399 }
+int styleable NavigationBarActiveIndicator_android_height 0
+int styleable NavigationBarActiveIndicator_android_width 1
+int styleable NavigationBarActiveIndicator_android_color 2
+int styleable NavigationBarActiveIndicator_marginHorizontal 3
+int styleable NavigationBarActiveIndicator_shapeAppearance 4
+int[] styleable NavigationBarView { 0x7f03004d, 0x7f03017b, 0x7f030221, 0x7f030222, 0x7f030227, 0x7f030228, 0x7f03022c, 0x7f03022d, 0x7f03022e, 0x7f03023a, 0x7f03023b, 0x7f03023c, 0x7f030244, 0x7f0302f6 }
+int styleable NavigationBarView_backgroundTint 0
+int styleable NavigationBarView_elevation 1
+int styleable NavigationBarView_itemActiveIndicatorStyle 2
+int styleable NavigationBarView_itemBackground 3
+int styleable NavigationBarView_itemIconSize 4
+int styleable NavigationBarView_itemIconTint 5
+int styleable NavigationBarView_itemPaddingBottom 6
+int styleable NavigationBarView_itemPaddingTop 7
+int styleable NavigationBarView_itemRippleColor 8
+int styleable NavigationBarView_itemTextAppearanceActive 9
+int styleable NavigationBarView_itemTextAppearanceInactive 10
+int styleable NavigationBarView_itemTextColor 11
+int styleable NavigationBarView_labelVisibilityMode 12
+int styleable NavigationBarView_menu 13
+int[] styleable NavigationRailView { 0x7f0301f0, 0x7f03022a, 0x7f0302f8, 0x7f030349, 0x7f03034f }
+int styleable NavigationRailView_headerLayout 0
+int styleable NavigationRailView_itemMinHeight 1
+int styleable NavigationRailView_menuGravity 2
+int styleable NavigationRailView_paddingBottomSystemWindowInsets 3
+int styleable NavigationRailView_paddingTopSystemWindowInsets 4
+int[] styleable NavigationView { 0x010100b3, 0x010100d4, 0x010100dd, 0x0101011f, 0x7f03006b, 0x7f03015f, 0x7f030160, 0x7f030172, 0x7f03017b, 0x7f0301f0, 0x7f030222, 0x7f030224, 0x7f030226, 0x7f030227, 0x7f030228, 0x7f030229, 0x7f03022e, 0x7f03022f, 0x7f030230, 0x7f030231, 0x7f030232, 0x7f030233, 0x7f030234, 0x7f030235, 0x7f030239, 0x7f03023c, 0x7f03023d, 0x7f0302f6, 0x7f030399, 0x7f0303a1, 0x7f0303e0, 0x7f0303e1, 0x7f0303e2, 0x7f0303e3, 0x7f030483 }
+int styleable NavigationView_android_layout_gravity 0
+int styleable NavigationView_android_background 1
+int styleable NavigationView_android_fitsSystemWindows 2
+int styleable NavigationView_android_maxWidth 3
+int styleable NavigationView_bottomInsetScrimEnabled 4
+int styleable NavigationView_dividerInsetEnd 5
+int styleable NavigationView_dividerInsetStart 6
+int styleable NavigationView_drawerLayoutCornerSize 7
+int styleable NavigationView_elevation 8
+int styleable NavigationView_headerLayout 9
+int styleable NavigationView_itemBackground 10
+int styleable NavigationView_itemHorizontalPadding 11
+int styleable NavigationView_itemIconPadding 12
+int styleable NavigationView_itemIconSize 13
+int styleable NavigationView_itemIconTint 14
+int styleable NavigationView_itemMaxLines 15
+int styleable NavigationView_itemRippleColor 16
+int styleable NavigationView_itemShapeAppearance 17
+int styleable NavigationView_itemShapeAppearanceOverlay 18
+int styleable NavigationView_itemShapeFillColor 19
+int styleable NavigationView_itemShapeInsetBottom 20
+int styleable NavigationView_itemShapeInsetEnd 21
+int styleable NavigationView_itemShapeInsetStart 22
+int styleable NavigationView_itemShapeInsetTop 23
+int styleable NavigationView_itemTextAppearance 24
+int styleable NavigationView_itemTextColor 25
+int styleable NavigationView_itemVerticalPadding 26
+int styleable NavigationView_menu 27
+int styleable NavigationView_shapeAppearance 28
+int styleable NavigationView_shapeAppearanceOverlay 29
+int styleable NavigationView_subheaderColor 30
+int styleable NavigationView_subheaderInsetEnd 31
+int styleable NavigationView_subheaderInsetStart 32
+int styleable NavigationView_subheaderTextAppearance 33
+int styleable NavigationView_topInsetScrimEnabled 34
+int[] styleable OnClick { 0x7f0300cf, 0x7f03040f }
+int styleable OnClick_clickAction 0
+int styleable OnClick_targetId 1
+int[] styleable OnSwipe { 0x7f03003b, 0x7f030164, 0x7f030165, 0x7f030166, 0x7f030293, 0x7f0302ec, 0x7f0302f3, 0x7f030332, 0x7f03033a, 0x7f030345, 0x7f030387, 0x7f0303c2, 0x7f0303c3, 0x7f0303c4, 0x7f0303c5, 0x7f0303c6, 0x7f030484, 0x7f030485, 0x7f030486 }
+int styleable OnSwipe_autoCompleteMode 0
+int styleable OnSwipe_dragDirection 1
+int styleable OnSwipe_dragScale 2
+int styleable OnSwipe_dragThreshold 3
+int styleable OnSwipe_limitBoundsTo 4
+int styleable OnSwipe_maxAcceleration 5
+int styleable OnSwipe_maxVelocity 6
+int styleable OnSwipe_moveWhenScrollAtTop 7
+int styleable OnSwipe_nestedScrollFlags 8
+int styleable OnSwipe_onTouchUp 9
+int styleable OnSwipe_rotationCenterId 10
+int styleable OnSwipe_springBoundary 11
+int styleable OnSwipe_springDamping 12
+int styleable OnSwipe_springMass 13
+int styleable OnSwipe_springStiffness 14
+int styleable OnSwipe_springStopThreshold 15
+int styleable OnSwipe_touchAnchorId 16
+int styleable OnSwipe_touchAnchorSide 17
+int styleable OnSwipe_touchRegionId 18
+int[] styleable PopupWindow { 0x01010176, 0x010102c9, 0x7f030346 }
+int styleable PopupWindow_android_popupBackground 0
+int styleable PopupWindow_android_popupAnimationStyle 1
+int styleable PopupWindow_overlapAnchor 2
+int[] styleable PopupWindowBackgroundState { 0x7f0303d1 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable PropertySet { 0x010100dc, 0x0101031f, 0x7f030272, 0x7f03032d, 0x7f0304a9 }
+int styleable PropertySet_android_visibility 0
+int styleable PropertySet_android_alpha 1
+int styleable PropertySet_layout_constraintTag 2
+int styleable PropertySet_motionProgress 3
+int styleable PropertySet_visibilityMode 4
+int[] styleable RadialViewGroup { 0x7f0302db }
+int styleable RadialViewGroup_materialCircleRadius 0
+int[] styleable RangeSlider { 0x7f0302fc, 0x7f0304a1 }
+int styleable RangeSlider_minSeparation 0
+int styleable RangeSlider_values 1
+int[] styleable RecycleListView { 0x7f030348, 0x7f03034e }
+int styleable RecycleListView_paddingBottomNoButtons 0
+int styleable RecycleListView_paddingTopNoTitle 1
+int[] styleable RecyclerView { 0x010100c4, 0x010100eb, 0x010100f1, 0x7f0301b2, 0x7f0301b3, 0x7f0301b4, 0x7f0301b5, 0x7f0301b6, 0x7f03024a, 0x7f030385, 0x7f0303bd, 0x7f0303c8 }
+int styleable RecyclerView_android_orientation 0
+int styleable RecyclerView_android_clipToPadding 1
+int styleable RecyclerView_android_descendantFocusability 2
+int styleable RecyclerView_fastScrollEnabled 3
+int styleable RecyclerView_fastScrollHorizontalThumbDrawable 4
+int styleable RecyclerView_fastScrollHorizontalTrackDrawable 5
+int styleable RecyclerView_fastScrollVerticalThumbDrawable 6
+int styleable RecyclerView_fastScrollVerticalTrackDrawable 7
+int styleable RecyclerView_layoutManager 8
+int styleable RecyclerView_reverseLayout 9
+int styleable RecyclerView_spanCount 10
+int styleable RecyclerView_stackFromEnd 11
+int[] styleable ScrimInsetsFrameLayout { 0x7f03021c }
+int styleable ScrimInsetsFrameLayout_insetForeground 0
+int[] styleable ScrollingViewBehavior_Layout { 0x7f030060 }
+int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0
+int[] styleable SearchBar { 0x01010034, 0x0101014f, 0x01010150, 0x7f030151, 0x7f030153, 0x7f03017b, 0x7f0301e7, 0x7f0301f8, 0x7f030336, 0x7f0303dd, 0x7f0303de, 0x7f03046a }
+int styleable SearchBar_android_textAppearance 0
+int styleable SearchBar_android_text 1
+int styleable SearchBar_android_hint 2
+int styleable SearchBar_defaultMarginsEnabled 3
+int styleable SearchBar_defaultScrollFlagsEnabled 4
+int styleable SearchBar_elevation 5
+int styleable SearchBar_forceDefaultNavigationOnClickListener 6
+int styleable SearchBar_hideNavigationIcon 7
+int styleable SearchBar_navigationIconTint 8
+int styleable SearchBar_strokeColor 9
+int styleable SearchBar_strokeWidth 10
+int styleable SearchBar_tintNavigationIcon 11
+int[] styleable SearchView { 0x01010034, 0x010100da, 0x0101011f, 0x0101014f, 0x01010150, 0x01010220, 0x01010264, 0x7f030031, 0x7f030032, 0x7f03003d, 0x7f0300d4, 0x7f030111, 0x7f030152, 0x7f0301ec, 0x7f0301f0, 0x7f0301f8, 0x7f03020c, 0x7f030247, 0x7f030373, 0x7f030374, 0x7f03038f, 0x7f030390, 0x7f030391, 0x7f0303e4, 0x7f0303ed, 0x7f03049f, 0x7f0304aa }
+int styleable SearchView_android_textAppearance 0
+int styleable SearchView_android_focusable 1
+int styleable SearchView_android_maxWidth 2
+int styleable SearchView_android_text 3
+int styleable SearchView_android_hint 4
+int styleable SearchView_android_inputType 5
+int styleable SearchView_android_imeOptions 6
+int styleable SearchView_animateMenuItems 7
+int styleable SearchView_animateNavigationIcon 8
+int styleable SearchView_autoShowKeyboard 9
+int styleable SearchView_closeIcon 10
+int styleable SearchView_commitIcon 11
+int styleable SearchView_defaultQueryHint 12
+int styleable SearchView_goIcon 13
+int styleable SearchView_headerLayout 14
+int styleable SearchView_hideNavigationIcon 15
+int styleable SearchView_iconifiedByDefault 16
+int styleable SearchView_layout 17
+int styleable SearchView_queryBackground 18
+int styleable SearchView_queryHint 19
+int styleable SearchView_searchHintIcon 20
+int styleable SearchView_searchIcon 21
+int styleable SearchView_searchPrefixText 22
+int styleable SearchView_submitBackground 23
+int styleable SearchView_suggestionRowLayout 24
+int styleable SearchView_useDrawerArrowDrawable 25
+int styleable SearchView_voiceIcon 26
+int[] styleable ShapeAppearance { 0x7f03012e, 0x7f03012f, 0x7f030130, 0x7f030131, 0x7f030132, 0x7f030134, 0x7f030135, 0x7f030136, 0x7f030137, 0x7f030138 }
+int styleable ShapeAppearance_cornerFamily 0
+int styleable ShapeAppearance_cornerFamilyBottomLeft 1
+int styleable ShapeAppearance_cornerFamilyBottomRight 2
+int styleable ShapeAppearance_cornerFamilyTopLeft 3
+int styleable ShapeAppearance_cornerFamilyTopRight 4
+int styleable ShapeAppearance_cornerSize 5
+int styleable ShapeAppearance_cornerSizeBottomLeft 6
+int styleable ShapeAppearance_cornerSizeBottomRight 7
+int styleable ShapeAppearance_cornerSizeTopLeft 8
+int styleable ShapeAppearance_cornerSizeTopRight 9
+int[] styleable ShapeableImageView { 0x7f030122, 0x7f030123, 0x7f030124, 0x7f030125, 0x7f030126, 0x7f030127, 0x7f030128, 0x7f030399, 0x7f0303a1, 0x7f0303dd, 0x7f0303de }
+int styleable ShapeableImageView_contentPadding 0
+int styleable ShapeableImageView_contentPaddingBottom 1
+int styleable ShapeableImageView_contentPaddingEnd 2
+int styleable ShapeableImageView_contentPaddingLeft 3
+int styleable ShapeableImageView_contentPaddingRight 4
+int styleable ShapeableImageView_contentPaddingStart 5
+int styleable ShapeableImageView_contentPaddingTop 6
+int styleable ShapeableImageView_shapeAppearance 7
+int styleable ShapeableImageView_shapeAppearanceOverlay 8
+int styleable ShapeableImageView_strokeColor 9
+int styleable ShapeableImageView_strokeWidth 10
+int[] styleable SideSheetBehavior_Layout { 0x0101011f, 0x01010120, 0x01010440, 0x7f03004d, 0x7f03005b, 0x7f03012d, 0x7f030399, 0x7f0303a1 }
+int styleable SideSheetBehavior_Layout_android_maxWidth 0
+int styleable SideSheetBehavior_Layout_android_maxHeight 1
+int styleable SideSheetBehavior_Layout_android_elevation 2
+int styleable SideSheetBehavior_Layout_backgroundTint 3
+int styleable SideSheetBehavior_Layout_behavior_draggable 4
+int styleable SideSheetBehavior_Layout_coplanarSiblingViewId 5
+int styleable SideSheetBehavior_Layout_shapeAppearance 6
+int styleable SideSheetBehavior_Layout_shapeAppearanceOverlay 7
+int[] styleable Slider { 0x0101000e, 0x01010024, 0x01010146, 0x010102de, 0x010102df, 0x7f0301ee, 0x7f0301ef, 0x7f030242, 0x7f030243, 0x7f0302fd, 0x7f030456, 0x7f030457, 0x7f03045b, 0x7f03045c, 0x7f03045d, 0x7f030461, 0x7f030462, 0x7f030463, 0x7f030467, 0x7f030488, 0x7f030489, 0x7f03048a, 0x7f03048f }
+int styleable Slider_android_enabled 0
+int styleable Slider_android_value 1
+int styleable Slider_android_stepSize 2
+int styleable Slider_android_valueFrom 3
+int styleable Slider_android_valueTo 4
+int styleable Slider_haloColor 5
+int styleable Slider_haloRadius 6
+int styleable Slider_labelBehavior 7
+int styleable Slider_labelStyle 8
+int styleable Slider_minTouchTargetSize 9
+int styleable Slider_thumbColor 10
+int styleable Slider_thumbElevation 11
+int styleable Slider_thumbRadius 12
+int styleable Slider_thumbStrokeColor 13
+int styleable Slider_thumbStrokeWidth 14
+int styleable Slider_tickColor 15
+int styleable Slider_tickColorActive 16
+int styleable Slider_tickColorInactive 17
+int styleable Slider_tickVisible 18
+int styleable Slider_trackColor 19
+int styleable Slider_trackColorActive 20
+int styleable Slider_trackColorInactive 21
+int styleable Slider_trackHeight 22
+int[] styleable Snackbar { 0x7f0303ba, 0x7f0303bb, 0x7f0303bc }
+int styleable Snackbar_snackbarButtonStyle 0
+int styleable Snackbar_snackbarStyle 1
+int styleable Snackbar_snackbarTextViewStyle 2
+int[] styleable SnackbarLayout { 0x0101011f, 0x7f030024, 0x7f030034, 0x7f03004a, 0x7f03004d, 0x7f03004e, 0x7f03017b, 0x7f0302ed, 0x7f030399, 0x7f0303a1 }
+int styleable SnackbarLayout_android_maxWidth 0
+int styleable SnackbarLayout_actionTextColorAlpha 1
+int styleable SnackbarLayout_animationMode 2
+int styleable SnackbarLayout_backgroundOverlayColorAlpha 3
+int styleable SnackbarLayout_backgroundTint 4
+int styleable SnackbarLayout_backgroundTintMode 5
+int styleable SnackbarLayout_elevation 6
+int styleable SnackbarLayout_maxActionInlineWidth 7
+int styleable SnackbarLayout_shapeAppearance 8
+int styleable SnackbarLayout_shapeAppearanceOverlay 9
+int[] styleable Spinner { 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, 0x7f030367 }
+int styleable Spinner_android_entries 0
+int styleable Spinner_android_popupBackground 1
+int styleable Spinner_android_prompt 2
+int styleable Spinner_android_dropDownWidth 3
+int styleable Spinner_popupTheme 4
+int[] styleable State { 0x010100d0, 0x7f030119 }
+int styleable State_android_id 0
+int styleable State_constraints 1
+int[] styleable StateListDrawable { 0x0101011c, 0x01010194, 0x01010195, 0x01010196, 0x0101030c, 0x0101030d }
+int styleable StateListDrawable_android_dither 0
+int styleable StateListDrawable_android_visible 1
+int styleable StateListDrawable_android_variablePadding 2
+int styleable StateListDrawable_android_constantSize 3
+int styleable StateListDrawable_android_enterFadeDuration 4
+int styleable StateListDrawable_android_exitFadeDuration 5
+int[] styleable StateListDrawableItem { 0x01010199 }
+int styleable StateListDrawableItem_android_drawable 0
+int[] styleable StateSet { 0x7f030154 }
+int styleable StateSet_defaultState 0
+int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f0303ac, 0x7f0303c1, 0x7f0303ee, 0x7f0303ef, 0x7f0303f1, 0x7f03045e, 0x7f03045f, 0x7f030460, 0x7f030487, 0x7f030491, 0x7f030492 }
+int styleable SwitchCompat_android_textOn 0
+int styleable SwitchCompat_android_textOff 1
+int styleable SwitchCompat_android_thumb 2
+int styleable SwitchCompat_showText 3
+int styleable SwitchCompat_splitTrack 4
+int styleable SwitchCompat_switchMinWidth 5
+int styleable SwitchCompat_switchPadding 6
+int styleable SwitchCompat_switchTextAppearance 7
+int styleable SwitchCompat_thumbTextPadding 8
+int styleable SwitchCompat_thumbTint 9
+int styleable SwitchCompat_thumbTintMode 10
+int styleable SwitchCompat_track 11
+int styleable SwitchCompat_trackTint 12
+int styleable SwitchCompat_trackTintMode 13
+int[] styleable SwitchMaterial { 0x7f0304a0 }
+int styleable SwitchMaterial_useMaterialThemeColors 0
+int[] styleable TabItem { 0x01010002, 0x010100f2, 0x0101014f }
+int styleable TabItem_android_icon 0
+int styleable TabItem_android_layout 1
+int styleable TabItem_android_text 2
+int[] styleable TabLayout { 0x7f0303f2, 0x7f0303f3, 0x7f0303f4, 0x7f0303f5, 0x7f0303f6, 0x7f0303f7, 0x7f0303f8, 0x7f0303f9, 0x7f0303fa, 0x7f0303fb, 0x7f0303fc, 0x7f0303fd, 0x7f0303fe, 0x7f0303ff, 0x7f030400, 0x7f030401, 0x7f030402, 0x7f030403, 0x7f030404, 0x7f030405, 0x7f030406, 0x7f030407, 0x7f030409, 0x7f03040a, 0x7f03040c, 0x7f03040d, 0x7f03040e }
+int styleable TabLayout_tabBackground 0
+int styleable TabLayout_tabContentStart 1
+int styleable TabLayout_tabGravity 2
+int styleable TabLayout_tabIconTint 3
+int styleable TabLayout_tabIconTintMode 4
+int styleable TabLayout_tabIndicator 5
+int styleable TabLayout_tabIndicatorAnimationDuration 6
+int styleable TabLayout_tabIndicatorAnimationMode 7
+int styleable TabLayout_tabIndicatorColor 8
+int styleable TabLayout_tabIndicatorFullWidth 9
+int styleable TabLayout_tabIndicatorGravity 10
+int styleable TabLayout_tabIndicatorHeight 11
+int styleable TabLayout_tabInlineLabel 12
+int styleable TabLayout_tabMaxWidth 13
+int styleable TabLayout_tabMinWidth 14
+int styleable TabLayout_tabMode 15
+int styleable TabLayout_tabPadding 16
+int styleable TabLayout_tabPaddingBottom 17
+int styleable TabLayout_tabPaddingEnd 18
+int styleable TabLayout_tabPaddingStart 19
+int styleable TabLayout_tabPaddingTop 20
+int styleable TabLayout_tabRippleColor 21
+int styleable TabLayout_tabSelectedTextAppearance 22
+int styleable TabLayout_tabSelectedTextColor 23
+int styleable TabLayout_tabTextAppearance 24
+int styleable TabLayout_tabTextColor 25
+int styleable TabLayout_tabUnboundedRipple 26
+int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x010103ac, 0x01010585, 0x7f0301db, 0x7f0301e4, 0x7f030413, 0x7f03044a }
+int styleable TextAppearance_android_textSize 0
+int styleable TextAppearance_android_typeface 1
+int styleable TextAppearance_android_textStyle 2
+int styleable TextAppearance_android_textColor 3
+int styleable TextAppearance_android_textColorHint 4
+int styleable TextAppearance_android_textColorLink 5
+int styleable TextAppearance_android_shadowColor 6
+int styleable TextAppearance_android_shadowDx 7
+int styleable TextAppearance_android_shadowDy 8
+int styleable TextAppearance_android_shadowRadius 9
+int styleable TextAppearance_android_fontFamily 10
+int styleable TextAppearance_android_textFontWeight 11
+int styleable TextAppearance_fontFamily 12
+int styleable TextAppearance_fontVariationSettings 13
+int styleable TextAppearance_textAllCaps 14
+int styleable TextAppearance_textLocale 15
+int[] styleable TextEffects { 0x01010095, 0x01010096, 0x01010097, 0x0101014f, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x010103ac, 0x7f030066, 0x7f030067, 0x7f030441, 0x7f03044b, 0x7f03044c }
+int styleable TextEffects_android_textSize 0
+int styleable TextEffects_android_typeface 1
+int styleable TextEffects_android_textStyle 2
+int styleable TextEffects_android_text 3
+int styleable TextEffects_android_shadowColor 4
+int styleable TextEffects_android_shadowDx 5
+int styleable TextEffects_android_shadowDy 6
+int styleable TextEffects_android_shadowRadius 7
+int styleable TextEffects_android_fontFamily 8
+int styleable TextEffects_borderRound 9
+int styleable TextEffects_borderRoundPercent 10
+int styleable TextEffects_textFillColor 11
+int styleable TextEffects_textOutlineColor 12
+int styleable TextEffects_textOutlineThickness 13
+int[] styleable TextInputEditText { 0x7f030445 }
+int styleable TextInputEditText_textInputLayoutFocusedRectEnabled 0
+int[] styleable TextInputLayout { 0x0101000e, 0x0101009a, 0x0101011f, 0x0101013f, 0x01010150, 0x01010157, 0x0101015a, 0x7f030070, 0x7f030071, 0x7f030072, 0x7f030073, 0x7f030074, 0x7f030075, 0x7f030076, 0x7f030077, 0x7f030078, 0x7f030079, 0x7f03007a, 0x7f030139, 0x7f03013a, 0x7f03013b, 0x7f03013c, 0x7f03013d, 0x7f03013e, 0x7f030181, 0x7f030182, 0x7f030183, 0x7f030184, 0x7f030185, 0x7f030186, 0x7f030187, 0x7f030188, 0x7f03018d, 0x7f03018e, 0x7f03018f, 0x7f030190, 0x7f030191, 0x7f030192, 0x7f030194, 0x7f030195, 0x7f030198, 0x7f0301f2, 0x7f0301f3, 0x7f0301f4, 0x7f0301f5, 0x7f0301fb, 0x7f0301fc, 0x7f0301fd, 0x7f0301fe, 0x7f030353, 0x7f030354, 0x7f030355, 0x7f030356, 0x7f030357, 0x7f030360, 0x7f030361, 0x7f030362, 0x7f030369, 0x7f03036a, 0x7f03036b, 0x7f030399, 0x7f0303a1, 0x7f0303ca, 0x7f0303cb, 0x7f0303cc, 0x7f0303cd, 0x7f0303ce, 0x7f0303cf, 0x7f0303d0, 0x7f0303ea, 0x7f0303eb, 0x7f0303ec }
+int styleable TextInputLayout_android_enabled 0
+int styleable TextInputLayout_android_textColorHint 1
+int styleable TextInputLayout_android_maxWidth 2
+int styleable TextInputLayout_android_minWidth 3
+int styleable TextInputLayout_android_hint 4
+int styleable TextInputLayout_android_maxEms 5
+int styleable TextInputLayout_android_minEms 6
+int styleable TextInputLayout_boxBackgroundColor 7
+int styleable TextInputLayout_boxBackgroundMode 8
+int styleable TextInputLayout_boxCollapsedPaddingTop 9
+int styleable TextInputLayout_boxCornerRadiusBottomEnd 10
+int styleable TextInputLayout_boxCornerRadiusBottomStart 11
+int styleable TextInputLayout_boxCornerRadiusTopEnd 12
+int styleable TextInputLayout_boxCornerRadiusTopStart 13
+int styleable TextInputLayout_boxStrokeColor 14
+int styleable TextInputLayout_boxStrokeErrorColor 15
+int styleable TextInputLayout_boxStrokeWidth 16
+int styleable TextInputLayout_boxStrokeWidthFocused 17
+int styleable TextInputLayout_counterEnabled 18
+int styleable TextInputLayout_counterMaxLength 19
+int styleable TextInputLayout_counterOverflowTextAppearance 20
+int styleable TextInputLayout_counterOverflowTextColor 21
+int styleable TextInputLayout_counterTextAppearance 22
+int styleable TextInputLayout_counterTextColor 23
+int styleable TextInputLayout_endIconCheckable 24
+int styleable TextInputLayout_endIconContentDescription 25
+int styleable TextInputLayout_endIconDrawable 26
+int styleable TextInputLayout_endIconMinSize 27
+int styleable TextInputLayout_endIconMode 28
+int styleable TextInputLayout_endIconScaleType 29
+int styleable TextInputLayout_endIconTint 30
+int styleable TextInputLayout_endIconTintMode 31
+int styleable TextInputLayout_errorAccessibilityLiveRegion 32
+int styleable TextInputLayout_errorContentDescription 33
+int styleable TextInputLayout_errorEnabled 34
+int styleable TextInputLayout_errorIconDrawable 35
+int styleable TextInputLayout_errorIconTint 36
+int styleable TextInputLayout_errorIconTintMode 37
+int styleable TextInputLayout_errorTextAppearance 38
+int styleable TextInputLayout_errorTextColor 39
+int styleable TextInputLayout_expandedHintEnabled 40
+int styleable TextInputLayout_helperText 41
+int styleable TextInputLayout_helperTextEnabled 42
+int styleable TextInputLayout_helperTextTextAppearance 43
+int styleable TextInputLayout_helperTextTextColor 44
+int styleable TextInputLayout_hintAnimationEnabled 45
+int styleable TextInputLayout_hintEnabled 46
+int styleable TextInputLayout_hintTextAppearance 47
+int styleable TextInputLayout_hintTextColor 48
+int styleable TextInputLayout_passwordToggleContentDescription 49
+int styleable TextInputLayout_passwordToggleDrawable 50
+int styleable TextInputLayout_passwordToggleEnabled 51
+int styleable TextInputLayout_passwordToggleTint 52
+int styleable TextInputLayout_passwordToggleTintMode 53
+int styleable TextInputLayout_placeholderText 54
+int styleable TextInputLayout_placeholderTextAppearance 55
+int styleable TextInputLayout_placeholderTextColor 56
+int styleable TextInputLayout_prefixText 57
+int styleable TextInputLayout_prefixTextAppearance 58
+int styleable TextInputLayout_prefixTextColor 59
+int styleable TextInputLayout_shapeAppearance 60
+int styleable TextInputLayout_shapeAppearanceOverlay 61
+int styleable TextInputLayout_startIconCheckable 62
+int styleable TextInputLayout_startIconContentDescription 63
+int styleable TextInputLayout_startIconDrawable 64
+int styleable TextInputLayout_startIconMinSize 65
+int styleable TextInputLayout_startIconScaleType 66
+int styleable TextInputLayout_startIconTint 67
+int styleable TextInputLayout_startIconTintMode 68
+int styleable TextInputLayout_suffixText 69
+int styleable TextInputLayout_suffixTextAppearance 70
+int styleable TextInputLayout_suffixTextColor 71
+int[] styleable ThemeEnforcement { 0x01010034, 0x7f030189, 0x7f03018a }
+int styleable ThemeEnforcement_android_textAppearance 0
+int styleable ThemeEnforcement_enforceMaterialTheme 1
+int styleable ThemeEnforcement_enforceTextAppearance 2
+int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f030082, 0x7f0300dc, 0x7f0300dd, 0x7f03011c, 0x7f03011d, 0x7f03011e, 0x7f03011f, 0x7f030120, 0x7f030121, 0x7f0302a6, 0x7f0302a8, 0x7f0302ee, 0x7f0302f6, 0x7f030334, 0x7f030335, 0x7f030367, 0x7f0303e5, 0x7f0303e7, 0x7f0303e8, 0x7f03046b, 0x7f03046f, 0x7f030470, 0x7f030471, 0x7f030472, 0x7f030473, 0x7f030474, 0x7f030476, 0x7f030477 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_buttonGravity 2
+int styleable Toolbar_collapseContentDescription 3
+int styleable Toolbar_collapseIcon 4
+int styleable Toolbar_contentInsetEnd 5
+int styleable Toolbar_contentInsetEndWithActions 6
+int styleable Toolbar_contentInsetLeft 7
+int styleable Toolbar_contentInsetRight 8
+int styleable Toolbar_contentInsetStart 9
+int styleable Toolbar_contentInsetStartWithNavigation 10
+int styleable Toolbar_logo 11
+int styleable Toolbar_logoDescription 12
+int styleable Toolbar_maxButtonHeight 13
+int styleable Toolbar_menu 14
+int styleable Toolbar_navigationContentDescription 15
+int styleable Toolbar_navigationIcon 16
+int styleable Toolbar_popupTheme 17
+int styleable Toolbar_subtitle 18
+int styleable Toolbar_subtitleTextAppearance 19
+int styleable Toolbar_subtitleTextColor 20
+int styleable Toolbar_title 21
+int styleable Toolbar_titleMargin 22
+int styleable Toolbar_titleMarginBottom 23
+int styleable Toolbar_titleMarginEnd 24
+int styleable Toolbar_titleMarginStart 25
+int styleable Toolbar_titleMarginTop 26
+int styleable Toolbar_titleMargins 27
+int styleable Toolbar_titleTextAppearance 28
+int styleable Toolbar_titleTextColor 29
+int[] styleable Tooltip { 0x01010034, 0x01010098, 0x010100d5, 0x010100f6, 0x0101013f, 0x01010140, 0x0101014f, 0x7f03004d }
+int styleable Tooltip_android_textAppearance 0
+int styleable Tooltip_android_textColor 1
+int styleable Tooltip_android_padding 2
+int styleable Tooltip_android_layout_margin 3
+int styleable Tooltip_android_minWidth 4
+int styleable Tooltip_android_minHeight 5
+int styleable Tooltip_android_text 6
+int styleable Tooltip_backgroundTint 7
+int[] styleable Transform { 0x01010320, 0x01010321, 0x01010322, 0x01010323, 0x01010324, 0x01010325, 0x01010326, 0x01010327, 0x01010328, 0x010103fa, 0x01010440, 0x7f030493 }
+int styleable Transform_android_transformPivotX 0
+int styleable Transform_android_transformPivotY 1
+int styleable Transform_android_translationX 2
+int styleable Transform_android_translationY 3
+int styleable Transform_android_scaleX 4
+int styleable Transform_android_scaleY 5
+int styleable Transform_android_rotation 6
+int styleable Transform_android_rotationX 7
+int styleable Transform_android_rotationY 8
+int styleable Transform_android_translationZ 9
+int styleable Transform_android_elevation 10
+int styleable Transform_transformPivotTarget 11
+int[] styleable Transition { 0x010100d0, 0x7f030043, 0x7f030115, 0x7f030116, 0x7f030176, 0x7f030249, 0x7f03032a, 0x7f030358, 0x7f0303c9, 0x7f030494, 0x7f030496 }
+int styleable Transition_android_id 0
+int styleable Transition_autoTransition 1
+int styleable Transition_constraintSetEnd 2
+int styleable Transition_constraintSetStart 3
+int styleable Transition_duration 4
+int styleable Transition_layoutDuringTransition 5
+int styleable Transition_motionInterpolator 6
+int styleable Transition_pathMotionArc 7
+int styleable Transition_staggered 8
+int styleable Transition_transitionDisable 9
+int styleable Transition_transitionFlags 10
+int[] styleable Variant { 0x7f030119, 0x7f030380, 0x7f030381, 0x7f030382, 0x7f030383 }
+int styleable Variant_constraints 0
+int styleable Variant_region_heightLessThan 1
+int styleable Variant_region_heightMoreThan 2
+int styleable Variant_region_widthLessThan 3
+int styleable Variant_region_widthMoreThan 4
+int[] styleable View { 0x01010000, 0x010100da, 0x7f03034a, 0x7f03034d, 0x7f030454 }
+int styleable View_android_theme 0
+int styleable View_android_focusable 1
+int styleable View_paddingEnd 2
+int styleable View_paddingStart 3
+int styleable View_theme 4
+int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f03004d, 0x7f03004e }
+int styleable ViewBackgroundHelper_android_background 0
+int styleable ViewBackgroundHelper_backgroundTint 1
+int styleable ViewBackgroundHelper_backgroundTintMode 2
+int[] styleable ViewPager2 { 0x010100c4 }
+int styleable ViewPager2_android_orientation 0
+int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_layout 1
+int styleable ViewStubCompat_android_inflatedId 2
+int[] styleable ViewTransition { 0x010100d0, 0x7f030000, 0x7f030001, 0x7f0300ce, 0x7f030176, 0x7f03020d, 0x7f03020e, 0x7f03032a, 0x7f03032f, 0x7f030344, 0x7f030358, 0x7f030398, 0x7f030494, 0x7f03049d, 0x7f0304a5 }
+int styleable ViewTransition_android_id 0
+int styleable ViewTransition_SharedValue 1
+int styleable ViewTransition_SharedValueId 2
+int styleable ViewTransition_clearsTag 3
+int styleable ViewTransition_duration 4
+int styleable ViewTransition_ifTagNotSet 5
+int styleable ViewTransition_ifTagSet 6
+int styleable ViewTransition_motionInterpolator 7
+int styleable ViewTransition_motionTarget 8
+int styleable ViewTransition_onStateTransition 9
+int styleable ViewTransition_pathMotionArc 10
+int styleable ViewTransition_setsTag 11
+int styleable ViewTransition_transitionDisable 12
+int styleable ViewTransition_upDuration 13
+int styleable ViewTransition_viewTransitionMode 14
+int[] styleable include { 0x7f030114 }
+int styleable include_constraintSet 0
+int xml backup_rules 0x7f130000
+int xml data_extraction_rules 0x7f130001
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json
new file mode 100644
index 000000000..51f6368b2
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json
@@ -0,0 +1 @@
+{"enableV1Signing":false,"enableV2Signing":true,"enableV3Signing":false,"enableV4Signing":false}
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/source_set_path_map/debug/file-map.txt b/Revive/android app/ReviveMyMemory/app/build/intermediates/source_set_path_map/debug/file-map.txt
new file mode 100644
index 000000000..78406e482
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/source_set_path_map/debug/file-map.txt
@@ -0,0 +1,41 @@
+com.example.revivemymemory.app-lifecycle-runtime-ktx-2.4.0-0 C:\Users\mhmdw\.gradle\caches\transforms-3\0115fa269bcc312984151e82d1f30121\transformed\lifecycle-runtime-ktx-2.4.0\res
+com.example.revivemymemory.app-viewpager2-1.0.0-1 C:\Users\mhmdw\.gradle\caches\transforms-3\03d2eddd7c1e665a9f8b90894cf88345\transformed\viewpager2-1.0.0\res
+com.example.revivemymemory.app-databinding-adapters-7.4.2-2 C:\Users\mhmdw\.gradle\caches\transforms-3\042a0cb473079b4ab3d911e5312763c0\transformed\databinding-adapters-7.4.2\res
+com.example.revivemymemory.app-cardview-1.0.0-3 C:\Users\mhmdw\.gradle\caches\transforms-3\0f83c5d5bf7c6e76956157cb777fbf37\transformed\cardview-1.0.0\res
+com.example.revivemymemory.app-emoji2-views-helper-1.2.0-4 C:\Users\mhmdw\.gradle\caches\transforms-3\16a06af682caf3e4461b750d0ec3329b\transformed\emoji2-views-helper-1.2.0\res
+com.example.revivemymemory.app-lifecycle-service-2.4.0-5 C:\Users\mhmdw\.gradle\caches\transforms-3\16f32fd4780a6cbc46c2b61dd036f32d\transformed\lifecycle-service-2.4.0\res
+com.example.revivemymemory.app-circleimageview-3.1.0-6 C:\Users\mhmdw\.gradle\caches\transforms-3\21762ccece556e1c4da05414121d0527\transformed\circleimageview-3.1.0\res
+com.example.revivemymemory.app-databinding-runtime-7.4.2-7 C:\Users\mhmdw\.gradle\caches\transforms-3\2f39a46430ef5bda8273860566a3eff8\transformed\databinding-runtime-7.4.2\res
+com.example.revivemymemory.app-core-ktx-1.9.0-8 C:\Users\mhmdw\.gradle\caches\transforms-3\3804df00b84543228f2beb9eb1b2fe30\transformed\core-ktx-1.9.0\res
+com.example.revivemymemory.app-coordinatorlayout-1.1.0-9 C:\Users\mhmdw\.gradle\caches\transforms-3\38d09d4ba0d273158c68be2805b798b3\transformed\coordinatorlayout-1.1.0\res
+com.example.revivemymemory.app-appcompat-resources-1.6.1-10 C:\Users\mhmdw\.gradle\caches\transforms-3\41dcf42bc854479e43f628ab1a52618d\transformed\appcompat-resources-1.6.1\res
+com.example.revivemymemory.app-recyclerview-1.1.0-11 C:\Users\mhmdw\.gradle\caches\transforms-3\52d740e8e970387c182bf237433c154a\transformed\recyclerview-1.1.0\res
+com.example.revivemymemory.app-lottie-3.4.1-12 C:\Users\mhmdw\.gradle\caches\transforms-3\5a2714f4bbc0cdf11514cfbca0fdbbef\transformed\lottie-3.4.1\res
+com.example.revivemymemory.app-emoji2-1.2.0-13 C:\Users\mhmdw\.gradle\caches\transforms-3\66814d0c9c223a08105bc116aeb53dd5\transformed\emoji2-1.2.0\res
+com.example.revivemymemory.app-activity-1.6.0-14 C:\Users\mhmdw\.gradle\caches\transforms-3\6bd59ce5ad314a42b8a1944d4e5257cc\transformed\activity-1.6.0\res
+com.example.revivemymemory.app-savedstate-1.2.0-15 C:\Users\mhmdw\.gradle\caches\transforms-3\6c799608a67394e2261b50f8508ea239\transformed\savedstate-1.2.0\res
+com.example.revivemymemory.app-appcompat-1.6.1-16 C:\Users\mhmdw\.gradle\caches\transforms-3\8d9343f569df63b726615d18b45679d4\transformed\appcompat-1.6.1\res
+com.example.revivemymemory.app-fragment-1.3.6-17 C:\Users\mhmdw\.gradle\caches\transforms-3\93ac10b68cc6b2ecdb3339310a897f91\transformed\fragment-1.3.6\res
+com.example.revivemymemory.app-sdp-android-1.0.6-18 C:\Users\mhmdw\.gradle\caches\transforms-3\9aa3204c31f8c1fb6903fc423d8a3d82\transformed\sdp-android-1.0.6\res
+com.example.revivemymemory.app-material-1.8.0-19 C:\Users\mhmdw\.gradle\caches\transforms-3\9ae6143ba7d88d1cbf68916d08d2afcb\transformed\material-1.8.0\res
+com.example.revivemymemory.app-annotation-experimental-1.3.0-20 C:\Users\mhmdw\.gradle\caches\transforms-3\9fae957ef0e1266a83e5188cb210102e\transformed\annotation-experimental-1.3.0\res
+com.example.revivemymemory.app-lifecycle-livedata-2.4.0-21 C:\Users\mhmdw\.gradle\caches\transforms-3\a4035989a7bd0a9c2ee20eaaea2e1985\transformed\lifecycle-livedata-2.4.0\res
+com.example.revivemymemory.app-lifecycle-viewmodel-2.5.1-22 C:\Users\mhmdw\.gradle\caches\transforms-3\b510763edb1ef6286222c38b148ec3db\transformed\lifecycle-viewmodel-2.5.1\res
+com.example.revivemymemory.app-lifecycle-runtime-2.5.1-23 C:\Users\mhmdw\.gradle\caches\transforms-3\bd2013a7ba3836a0788f3d8b2296a53a\transformed\lifecycle-runtime-2.5.1\res
+com.example.revivemymemory.app-startup-runtime-1.1.1-24 C:\Users\mhmdw\.gradle\caches\transforms-3\bdeac150b6ce0fcc7996d2b9a9f9c390\transformed\startup-runtime-1.1.1\res
+com.example.revivemymemory.app-ssp-android-1.0.6-25 C:\Users\mhmdw\.gradle\caches\transforms-3\bfcc77e708844d34c3925b27a20fb305\transformed\ssp-android-1.0.6\res
+com.example.revivemymemory.app-core-1.9.0-26 C:\Users\mhmdw\.gradle\caches\transforms-3\c73afc1fa215d9ca128620a3c01802b0\transformed\core-1.9.0\res
+com.example.revivemymemory.app-lifecycle-livedata-core-2.5.1-27 C:\Users\mhmdw\.gradle\caches\transforms-3\d4c7398b925a7fa33014a3b3d90293a8\transformed\lifecycle-livedata-core-2.5.1\res
+com.example.revivemymemory.app-lifecycle-process-2.4.1-28 C:\Users\mhmdw\.gradle\caches\transforms-3\d64e7ca6b93f4a6c092b1dd37cf249d6\transformed\lifecycle-process-2.4.1\res
+com.example.revivemymemory.app-transition-1.2.0-29 C:\Users\mhmdw\.gradle\caches\transforms-3\d937372f4d1bea6dffbb3852bb38fc5f\transformed\transition-1.2.0\res
+com.example.revivemymemory.app-lifecycle-viewmodel-savedstate-2.5.1-30 C:\Users\mhmdw\.gradle\caches\transforms-3\e563143b9fc1ce0498763a9307e41937\transformed\lifecycle-viewmodel-savedstate-2.5.1\res
+com.example.revivemymemory.app-drawerlayout-1.1.1-31 C:\Users\mhmdw\.gradle\caches\transforms-3\ee697cd08c56d0500233d93c4fc892de\transformed\drawerlayout-1.1.1\res
+com.example.revivemymemory.app-constraintlayout-2.1.4-32 C:\Users\mhmdw\.gradle\caches\transforms-3\fe5722c2d28764b765710ac6c318c6e8\transformed\constraintlayout-2.1.4\res
+com.example.revivemymemory.app-pngs-33 E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\build\generated\res\pngs\debug
+com.example.revivemymemory.app-resValues-34 E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\build\generated\res\resValues\debug
+com.example.revivemymemory.app-rs-35 E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\build\generated\res\rs\debug
+com.example.revivemymemory.app-packageDebugResources-36 E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\build\intermediates\incremental\debug\packageDebugResources\merged.dir
+com.example.revivemymemory.app-packageDebugResources-37 E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\build\intermediates\incremental\debug\packageDebugResources\stripped.dir
+com.example.revivemymemory.app-merged_res-38 E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\build\intermediates\merged_res\debug
+com.example.revivemymemory.app-debug-39 E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\debug\res
+com.example.revivemymemory.app-main-40 E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\res
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/stable_resource_ids_file/debug/stableIds.txt b/Revive/android app/ReviveMyMemory/app/build/intermediates/stable_resource_ids_file/debug/stableIds.txt
new file mode 100644
index 000000000..b6297cb69
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/stable_resource_ids_file/debug/stableIds.txt
@@ -0,0 +1,6049 @@
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Spinner = 0x7f1102c7
+com.example.revivemymemory:style/Widget.Material3.MaterialCalendar.HeaderLayout.Fullscreen = 0x7f11038b
+com.example.revivemymemory:style/Widget.MaterialComponents.Button.UnelevatedButton = 0x7f1103e9
+com.example.revivemymemory:style/MaterialAlertDialog.Material3.Title.Panel = 0x7f110124
+com.example.revivemymemory:styleable/StateListDrawable = 0x7f120084
+com.example.revivemymemory:dimen/_230sdp = 0x7f06009f
+com.example.revivemymemory:id/group_divider = 0x7f0800e0
+com.example.revivemymemory:dimen/_22ssp = 0x7f06009e
+com.example.revivemymemory:style/TextAppearance.Design.Hint = 0x7f1101c1
+com.example.revivemymemory:style/Base.Theme.Material3.Dark.Dialog = 0x7f110059
+com.example.revivemymemory:dimen/_461sdp = 0x7f0601b8
+com.example.revivemymemory:style/Widget.AppCompat.Light.ActionBar.Solid = 0x7f1102f0
+com.example.revivemymemory:style/Widget.MaterialComponents.TextInputLayout.FilledBox.ExposedDropdownMenu = 0x7f110433
+com.example.revivemymemory:style/Widget.AppCompat.ListMenuView = 0x7f110305
+com.example.revivemymemory:styleable/LinearLayoutCompat = 0x7f120049
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.Dark = 0x7f1102b9
+com.example.revivemymemory:styleable/ExtendedFloatingActionButton = 0x7f120032
+com.example.revivemymemory:style/Base.Widget.MaterialComponents.PopupMenu.ListPopupWindow = 0x7f110112
+com.example.revivemymemory:styleable/Chip = 0x7f12001d
+com.example.revivemymemory:style/TextAppearance.M3.Sys.Typescale.BodySmall = 0x7f1101c9
+com.example.revivemymemory:styleable/MaterialRadioButton = 0x7f120059
+com.example.revivemymemory:id/accessibility_custom_action_29 = 0x7f080027
+com.example.revivemymemory:string/character_counter_pattern = 0x7f10002c
+com.example.revivemymemory:string/mtrl_picker_announce_current_selection = 0x7f10007b
+com.example.revivemymemory:macro/m3_comp_switch_unselected_pressed_track_outline_color = 0x7f0c00b7
+com.example.revivemymemory:style/Widget.MaterialComponents.TabLayout.PrimarySurface = 0x7f11042b
+com.example.revivemymemory:styleable/ConstraintLayout_Layout = 0x7f120028
+com.example.revivemymemory:id/icon_group = 0x7f0800eb
+com.example.revivemymemory:style/Theme.MaterialComponents.Dialog.MinWidth.Bridge = 0x7f110251
+com.example.revivemymemory:styleable/DrawerArrowToggle = 0x7f120030
+com.example.revivemymemory:styleable/GradientColor = 0x7f12003c
+com.example.revivemymemory:styleable/Transition = 0x7f120093
+com.example.revivemymemory:layout/material_chip_input_combo = 0x7f0b0037
+com.example.revivemymemory:dimen/_42sdp = 0x7f060191
+com.example.revivemymemory:dimen/_16sdp = 0x7f060053
+com.example.revivemymemory:id/scrollIndicatorUp = 0x7f08018a
+com.example.revivemymemory:macro/m3_comp_switch_unselected_hover_track_outline_color = 0x7f0c00b1
+com.example.revivemymemory:dimen/mtrl_progress_circular_inset_small = 0x7f060571
+com.example.revivemymemory:drawable/circle = 0x7f07008b
+com.example.revivemymemory:id/BOD = 0x7f080001
+com.example.revivemymemory:dimen/mtrl_navigation_rail_elevation = 0x7f060568
+com.example.revivemymemory:style/Widget.Material3.MaterialTimePicker.Clock = 0x7f11039b
+com.example.revivemymemory:styleable/Spinner = 0x7f120082
+com.example.revivemymemory:drawable/ic_baseline_location_on_24 = 0x7f07009d
+com.example.revivemymemory:style/Widget.Material3.PopupMenu.ListPopupWindow = 0x7f1103a7
+com.example.revivemymemory:styleable/SearchBar = 0x7f12007a
+com.example.revivemymemory:string/enter_your_birthday = 0x7f100034
+com.example.revivemymemory:style/TextAppearance.M3.Sys.Typescale.LabelSmall = 0x7f1101d2
+com.example.revivemymemory:style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Small = 0x7f110197
+com.example.revivemymemory:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense.ExposedDropdownMenu = 0x7f110436
+com.example.revivemymemory:layout/mtrl_picker_header_title_text = 0x7f0b005f
+com.example.revivemymemory:id/expand_activities_button = 0x7f0800c1
+com.example.revivemymemory:layout/abc_popup_menu_item_layout = 0x7f0b0013
+com.example.revivemymemory:styleable/BaseProgressIndicator = 0x7f120014
+com.example.revivemymemory:id/textSpacerNoTitle = 0x7f0801e3
+com.example.revivemymemory:style/Theme.MaterialComponents.BottomSheetDialog = 0x7f110237
+com.example.revivemymemory:id/all = 0x7f08004c
+com.example.revivemymemory:drawable/m3_tabs_background = 0x7f0700b9
+com.example.revivemymemory:style/CardView.Light = 0x7f11011c
+com.example.revivemymemory:drawable/$avd_show_password__0 = 0x7f070003
+com.example.revivemymemory:dimen/_minus49sdp = 0x7f0602e6
+com.example.revivemymemory:id/accessibility_custom_action_12 = 0x7f080015
+com.example.revivemymemory:id/center_horizontal = 0x7f080072
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle = 0x7f110031
+com.example.revivemymemory:dimen/mtrl_calendar_header_height_fullscreen = 0x7f06051c
+com.example.revivemymemory:style/Widget.MaterialComponents.AppBarLayout.Surface = 0x7f1103d1
+com.example.revivemymemory:style/Widget.Material3.FloatingActionButton.Secondary = 0x7f110376
+com.example.revivemymemory:style/Widget.Material3.Button.IconButton.Filled = 0x7f110340
+com.example.revivemymemory:style/Widget.MaterialComponents.TimePicker.ImageButton.ShapeAppearance = 0x7f110442
+com.example.revivemymemory:styleable/KeyFrame = 0x7f120042
+com.example.revivemymemory:drawable/ic_arrow_back_black_24 = 0x7f070096
+com.example.revivemymemory:style/Widget.AppCompat.ActivityChooserView = 0x7f1102de
+com.example.revivemymemory:style/Widget.Material3.MaterialCalendar.HeaderSelection.Fullscreen = 0x7f11038d
+com.example.revivemymemory:dimen/_345sdp = 0x7f06012a
+com.example.revivemymemory:id/material_clock_period_pm_button = 0x7f080114
+com.example.revivemymemory:string/mtrl_switch_thumb_path_checked = 0x7f10009e
+com.example.revivemymemory:style/Theme.Material3.Dark.BottomSheetDialog = 0x7f11021c
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.TextInputEditText.FilledBox = 0x7f1102cb
+com.example.revivemymemory:style/Widget.MaterialComponents.Button.Icon = 0x7f1103e0
+com.example.revivemymemory:style/Widget.AppCompat.ActionMode = 0x7f1102dd
+com.example.revivemymemory:style/Widget.Material3.Button.TextButton.Dialog.Icon = 0x7f110348
+com.example.revivemymemory:id/SYM = 0x7f08000c
+com.example.revivemymemory:style/Widget.MaterialComponents.TimePicker.Clock = 0x7f11043b
+com.example.revivemymemory:style/ShapeAppearance.MaterialComponents.MediumComponent = 0x7f110170
+com.example.revivemymemory:interpolator/m3_sys_motion_easing_emphasized_accelerate = 0x7f0a0008
+com.example.revivemymemory:id/lname = 0x7f080106
+com.example.revivemymemory:string/mtrl_picker_day_of_week_column_header = 0x7f100082
+com.example.revivemymemory:id/disablePostScroll = 0x7f0800a3
+com.example.revivemymemory:layout/mtrl_alert_select_dialog_singlechoice = 0x7f0b004a
+com.example.revivemymemory:style/Theme.Material3.DayNight.Dialog = 0x7f110225
+com.example.revivemymemory:string/registe_your_password_again = 0x7f1000b0
+com.example.revivemymemory:id/search_bar = 0x7f08018e
+com.example.revivemymemory:drawable/ic_baseline_email_24 = 0x7f07009c
+com.example.revivemymemory:color/mtrl_on_surface_ripple_color = 0x7f050253
+com.example.revivemymemory:style/Base.V26.Widget.AppCompat.Toolbar = 0x7f1100b1
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.TextInputEditText = 0x7f1102ca
+com.example.revivemymemory:dimen/material_clock_size = 0x7f0604c8
+com.example.revivemymemory:style/Widget.MaterialComponents.Badge = 0x7f1103d6
+com.example.revivemymemory:style/Widget.AppCompat.AutoCompleteTextView = 0x7f1102df
+com.example.revivemymemory:id/actionDownUp = 0x7f080032
+com.example.revivemymemory:style/Widget.MaterialComponents.MaterialCalendar.Year.Today = 0x7f110416
+com.example.revivemymemory:styleable/AppCompatTextView = 0x7f120011
+com.example.revivemymemory:integer/m3_sys_motion_duration_extra_long2 = 0x7f09000f
+com.example.revivemymemory:drawable/notification_tile_bg = 0x7f0700f7
+com.example.revivemymemory:string/m3_sys_motion_easing_standard_decelerate = 0x7f100052
+com.example.revivemymemory:style/Widget.Material3.BottomSheet.Modal = 0x7f11033a
+com.example.revivemymemory:style/Widget.MaterialComponents.MaterialButtonToggleGroup = 0x7f1103ff
+com.example.revivemymemory:style/Widget.Material3.CheckedTextView = 0x7f110351
+com.example.revivemymemory:style/TextAppearance.Material3.HeadlineSmall = 0x7f1101e0
+com.example.revivemymemory:style/Widget.AppCompat.ActionButton.Overflow = 0x7f1102dc
+com.example.revivemymemory:style/Widget.Material3.FloatingActionButton.Small.Surface = 0x7f110379
+com.example.revivemymemory:style/Widget.MaterialComponents.ExtendedFloatingActionButton.Icon = 0x7f1103fb
+com.example.revivemymemory:integer/show_password_duration = 0x7f09003a
+com.example.revivemymemory:style/Theme.AppCompat = 0x7f1101ff
+com.example.revivemymemory:dimen/mtrl_progress_circular_radius = 0x7f060572
+com.example.revivemymemory:dimen/_540sdp = 0x7f060219
+com.example.revivemymemory:string/bottom_sheet_behavior = 0x7f100022
+com.example.revivemymemory:style/Widget.MaterialComponents.CompoundButton.Switch = 0x7f1103f9
+com.example.revivemymemory:style/Widget.Material3.Button.TonalButton = 0x7f11034b
+com.example.revivemymemory:dimen/m3_sys_motion_easing_standard_control_y2 = 0x7f0604af
+com.example.revivemymemory:dimen/m3_chip_disabled_translation_z = 0x7f0603db
+com.example.revivemymemory:drawable/abc_ratingbar_indicator_material = 0x7f07005b
+com.example.revivemymemory:macro/m3_comp_switch_unselected_focus_icon_color = 0x7f0c00a8
+com.example.revivemymemory:string/abc_shareactionprovider_share_with = 0x7f100019
+com.example.revivemymemory:macro/m3_comp_switch_selected_pressed_handle_color = 0x7f0c00a2
+com.example.revivemymemory:color/material_dynamic_secondary40 = 0x7f0501e1
+com.example.revivemymemory:styleable/ScrimInsetsFrameLayout = 0x7f120078
+com.example.revivemymemory:dimen/abc_disabled_alpha_material_light = 0x7f060320
+com.example.revivemymemory:style/Widget.Material3.Button.Icon = 0x7f11033e
+com.example.revivemymemory:string/abc_action_menu_overflow_description = 0x7f100003
+com.example.revivemymemory:style/Widget.MaterialComponents.Button.TextButton = 0x7f1103e3
+com.example.revivemymemory:layout/abc_alert_dialog_button_bar_material = 0x7f0b0008
+com.example.revivemymemory:dimen/_98ssp = 0x7f0602b7
+com.example.revivemymemory:style/Platform.MaterialComponents = 0x7f110134
+com.example.revivemymemory:style/Widget.MaterialComponents.BottomNavigationView = 0x7f1103da
+com.example.revivemymemory:style/Base.Theme.AppCompat.DialogWhenLarge = 0x7f11004f
+com.example.revivemymemory:dimen/abc_dialog_padding_top_material = 0x7f06031d
+com.example.revivemymemory:styleable/CoordinatorLayout = 0x7f12002d
+com.example.revivemymemory:macro/m3_comp_slider_disabled_inactive_track_color = 0x7f0c008a
+com.example.revivemymemory:dimen/mtrl_calendar_days_of_week_height = 0x7f060516
+com.example.revivemymemory:style/Widget.Material3.MaterialTimePicker = 0x7f110399
+com.example.revivemymemory:id/progress_horizontal = 0x7f080174
+com.example.revivemymemory:id/clip_vertical = 0x7f08007d
+com.example.revivemymemory:style/Widget.Material3.TextInputLayout.OutlinedBox.Dense.ExposedDropdownMenu = 0x7f1103c4
+com.example.revivemymemory:style/Widget.Material3.MaterialDivider.Heavy = 0x7f110398
+com.example.revivemymemory:style/ShapeAppearanceOverlay.Material3.SearchView = 0x7f11017c
+com.example.revivemymemory:styleable/ScrollingViewBehavior_Layout = 0x7f120079
+com.example.revivemymemory:macro/m3_comp_outlined_button_hover_outline_color = 0x7f0c003d
+com.example.revivemymemory:style/Widget.Design.AppBarLayout = 0x7f110320
+com.example.revivemymemory:styleable/ConstraintSet = 0x7f12002c
+com.example.revivemymemory:style/Base.Theme.AppCompat.Light = 0x7f110050
+com.example.revivemymemory:style/Widget.Material3.TextInputEditText.FilledBox.Dense = 0x7f1103bb
+com.example.revivemymemory:style/Widget.MaterialComponents.NavigationRailView.PrimarySurface = 0x7f11041d
+com.example.revivemymemory:id/allStates = 0x7f08004d
+com.example.revivemymemory:style/Widget.MaterialComponents.TextView = 0x7f110438
+com.example.revivemymemory:dimen/mtrl_calendar_month_horizontal_padding = 0x7f060523
+com.example.revivemymemory:style/Widget.MaterialComponents.LinearProgressIndicator = 0x7f1103fe
+com.example.revivemymemory:style/Widget.Material3.SideSheet.Modal = 0x7f1103b1
+com.example.revivemymemory:style/Widget.MaterialComponents.Chip.Entry = 0x7f1103ef
+com.example.revivemymemory:styleable/StateSet = 0x7f120086
+com.example.revivemymemory:style/Widget.MaterialComponents.TextInputEditText.OutlinedBox = 0x7f11042e
+com.example.revivemymemory:string/register_btn_rgisterScree = 0x7f1000b1
+com.example.revivemymemory:style/ShapeAppearanceOverlay.Material3.SearchBar = 0x7f11017b
+com.example.revivemymemory:drawable/abc_tab_indicator_mtrl_alpha = 0x7f07006d
+com.example.revivemymemory:id/submit_area = 0x7f0801cf
+com.example.revivemymemory:id/buttonPanel = 0x7f08006a
+com.example.revivemymemory:style/Widget.Material3.SearchBar = 0x7f1103ab
+com.example.revivemymemory:style/TextAppearance.MaterialComponents.Headline4 = 0x7f1101f4
+com.example.revivemymemory:style/Base.ThemeOverlay.AppCompat.Light = 0x7f110078
+com.example.revivemymemory:style/TextAppearance.MaterialComponents.Body2 = 0x7f1101ed
+com.example.revivemymemory:dimen/m3_btn_disabled_translation_z = 0x7f0603bc
+com.example.revivemymemory:style/TextAppearance.Compat.Notification.Info = 0x7f1101b8
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.TimePicker.Display = 0x7f1102d0
+com.example.revivemymemory:dimen/abc_text_size_subhead_material = 0x7f060345
+com.example.revivemymemory:dimen/_590sdp = 0x7f060255
+com.example.revivemymemory:style/ShapeAppearance.Material3.Corner.ExtraSmall = 0x7f110163
+com.example.revivemymemory:style/Widget.Material3.CompoundButton.CheckBox = 0x7f110364
+com.example.revivemymemory:styleable/BottomNavigationView = 0x7f120016
+com.example.revivemymemory:styleable/Carousel = 0x7f12001b
+com.example.revivemymemory:style/TextAppearance.Material3.DisplaySmall = 0x7f1101dd
+com.example.revivemymemory:style/ThemeOverlay.Material3.Toolbar.Surface = 0x7f1102ab
+com.example.revivemymemory:style/textlayout = 0x7f11044a
+com.example.revivemymemory:id/reverseSawtooth = 0x7f08017c
+com.example.revivemymemory:drawable/abc_list_selector_disabled_holo_light = 0x7f070056
+com.example.revivemymemory:style/Widget.Material3.MaterialCalendar.Day = 0x7f110381
+com.example.revivemymemory:style/Theme.MaterialComponents.Light.Dialog.MinWidth.Bridge = 0x7f11025f
+com.example.revivemymemory:drawable/$mtrl_checkbox_button_icon_checked_indeterminate__0 = 0x7f070010
+com.example.revivemymemory:drawable/mtrl_bottomsheet_drag_handle = 0x7f0700c7
+com.example.revivemymemory:style/Widget.Material3.BottomNavigationView = 0x7f110336
+com.example.revivemymemory:dimen/_155sdp = 0x7f060042
+com.example.revivemymemory:string/path_password_eye_mask_visible = 0x7f1000ac
+com.example.revivemymemory:style/Base.Widget.AppCompat.Light.PopupMenu.Overflow = 0x7f1100de
+com.example.revivemymemory:style/TextAppearance.Material3.SearchView.Prefix = 0x7f1101e7
+com.example.revivemymemory:style/TextAppearance.M3.Sys.Typescale.TitleLarge = 0x7f1101d3
+com.example.revivemymemory:style/Theme.MaterialComponents.Light = 0x7f110253
+com.example.revivemymemory:color/secondary_text_disabled_material_dark = 0x7f050278
+com.example.revivemymemory:style/Widget.AppCompat.SearchView.ActionBar = 0x7f110313
+com.example.revivemymemory:style/Theme.Design.NoActionBar = 0x7f11021a
+com.example.revivemymemory:layout/activity_home = 0x7f0b001e
+com.example.revivemymemory:style/ThemeOverlay.Material3.AutoCompleteTextView.FilledBox = 0x7f110273
+com.example.revivemymemory:id/firstname = 0x7f0800c8
+com.example.revivemymemory:style/Widget.AppCompat.Light.ActionBar.TabBar = 0x7f1102f2
+com.example.revivemymemory:style/Base.TextAppearance.Widget.AppCompat.Toolbar.Title = 0x7f110048
+com.example.revivemymemory:string/mtrl_checkbox_button_icon_path_indeterminate = 0x7f10006c
+com.example.revivemymemory:style/Widget.Material3.ExtendedFloatingActionButton.Tertiary = 0x7f110370
+com.example.revivemymemory:string/mtrl_picker_text_input_month_abbr = 0x7f100096
+com.example.revivemymemory:id/design_navigation_view = 0x7f08009d
+com.example.revivemymemory:style/Widget.Material3.TabLayout.OnSurface = 0x7f1103b8
+com.example.revivemymemory:styleable/KeyAttribute = 0x7f120040
+com.example.revivemymemory:dimen/_274sdp = 0x7f0600d3
+com.example.revivemymemory:style/Widget.Material3.ExtendedFloatingActionButton.Secondary = 0x7f11036e
+com.example.revivemymemory:dimen/_177sdp = 0x7f06005c
+com.example.revivemymemory:styleable/MaterialToolbar = 0x7f12005f
+com.example.revivemymemory:string/mtrl_switch_track_decoration_path = 0x7f1000a3
+com.example.revivemymemory:style/Widget.Material3.CollapsingToolbar.Medium = 0x7f110363
+com.example.revivemymemory:style/Widget.Material3.Chip.Suggestion.Elevated = 0x7f11035b
+com.example.revivemymemory:style/TextAppearance.AppCompat.Widget.Button.Colored = 0x7f1101af
+com.example.revivemymemory:style/Theme.AppCompat.Dialog.Alert = 0x7f110209
+com.example.revivemymemory:style/Widget.Material3.Chip.Assist = 0x7f110352
+com.example.revivemymemory:style/Widget.Material3.Button.TextButton.Dialog.Flush = 0x7f110347
+com.example.revivemymemory:dimen/_545sdp = 0x7f06021e
+com.example.revivemymemory:style/ShapeAppearance.Material3.SmallComponent = 0x7f11016c
+com.example.revivemymemory:macro/m3_comp_secondary_navigation_tab_with_icon_inactive_icon_color = 0x7f0c0083
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Display4 = 0x7f11001c
+com.example.revivemymemory:id/disjoint = 0x7f0800a5
+com.example.revivemymemory:style/ThemeOverlay.Material3.TextInputEditText.OutlinedBox = 0x7f1102a9
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.TimePicker.Display.TextInputEditText = 0x7f1102d1
+com.example.revivemymemory:dimen/_37sdp = 0x7f060153
+com.example.revivemymemory:style/Widget.Material3.MaterialCalendar.HeaderTitle = 0x7f11038e
+com.example.revivemymemory:layout/m3_side_sheet_dialog = 0x7f0b0036
+com.example.revivemymemory:style/TextAppearance.AppCompat.Display2 = 0x7f11018d
+com.example.revivemymemory:id/month_navigation_bar = 0x7f080127
+com.example.revivemymemory:styleable/OnSwipe = 0x7f120070
+com.example.revivemymemory:dimen/mtrl_low_ripple_pressed_alpha = 0x7f06055b
+com.example.revivemymemory:style/Widget.Design.TextInputLayout = 0x7f11032a
+com.example.revivemymemory:style/Base.Widget.AppCompat.DropDownItem.Spinner = 0x7f1100d4
+com.example.revivemymemory:style/Widget.MaterialComponents.TimePicker.Display = 0x7f11043c
+com.example.revivemymemory:style/Base.TextAppearance.Widget.AppCompat.ExpandedMenu.Item = 0x7f110046
+com.example.revivemymemory:dimen/notification_media_narrow_margin = 0x7f0605aa
+com.example.revivemymemory:dimen/abc_dialog_fixed_width_minor = 0x7f060317
+com.example.revivemymemory:id/autoComplete = 0x7f080058
+com.example.revivemymemory:dimen/m3_comp_switch_selected_pressed_state_layer_opacity = 0x7f060444
+com.example.revivemymemory:id/pressed = 0x7f080172
+com.example.revivemymemory:style/Widget.Material3.MaterialTimePicker.Display.TextInputLayout = 0x7f1103a0
+com.example.revivemymemory:dimen/m3_appbar_size_medium = 0x7f0603a3
+com.example.revivemymemory:id/navigation_bar_item_active_indicator_view = 0x7f080145
+com.example.revivemymemory:macro/m3_ref_typeface_brand_medium = 0x7f0c00bf
+com.example.revivemymemory:dimen/_80sdp = 0x7f060290
+com.example.revivemymemory:style/Widget.Design.Snackbar = 0x7f110327
+com.example.revivemymemory:style/TextAppearance.Design.Prefix = 0x7f1101c3
+com.example.revivemymemory:id/action_bar_subtitle = 0x7f080039
+com.example.revivemymemory:style/Widget.Material3.TextInputEditText.OutlinedBox.Dense = 0x7f1103bd
+com.example.revivemymemory:style/Widget.Material3.CircularProgressIndicator = 0x7f11035d
+com.example.revivemymemory:style/Widget.AppCompat.TextView.SpinnerItem = 0x7f11031b
+com.example.revivemymemory:style/Widget.AppCompat.CompoundButton.RadioButton = 0x7f1102e9
+com.example.revivemymemory:dimen/_496sdp = 0x7f0601e1
+com.example.revivemymemory:layout/mtrl_alert_select_dialog_item = 0x7f0b0048
+com.example.revivemymemory:styleable/MotionEffect = 0x7f120065
+com.example.revivemymemory:drawable/mtrl_checkbox_button = 0x7f0700c8
+com.example.revivemymemory:dimen/_36ssp = 0x7f060148
+com.example.revivemymemory:style/Widget.AppCompat.SeekBar = 0x7f110314
+com.example.revivemymemory:style/TextAppearance.Material3.HeadlineLarge = 0x7f1101de
+com.example.revivemymemory:style/TextAppearance.MaterialComponents.Caption = 0x7f1101ef
+com.example.revivemymemory:style/Widget.AppCompat.Light.PopupMenu.Overflow = 0x7f110302
+com.example.revivemymemory:id/disableIntraAutoTransition = 0x7f0800a2
+com.example.revivemymemory:style/RtlOverlay.Widget.AppCompat.PopupMenuItem = 0x7f110143
+com.example.revivemymemory:style/Widget.MaterialComponents.ActionBar.PrimarySurface = 0x7f1103cb
+com.example.revivemymemory:style/TextAppearance.Material3.SearchBar = 0x7f1101e5
+com.example.revivemymemory:style/Widget.MaterialComponents.CardView = 0x7f1103eb
+com.example.revivemymemory:style/Widget.MaterialComponents.Toolbar = 0x7f110443
+com.example.revivemymemory:style/Widget.AppCompat.Light.DropDownItem.Spinner = 0x7f1102fe
+com.example.revivemymemory:styleable/CircularProgressIndicator = 0x7f120020
+com.example.revivemymemory:style/Widget.AppCompat.Light.ActivityChooserView = 0x7f1102fc
+com.example.revivemymemory:style/Base.V22.Theme.AppCompat.Light = 0x7f1100a8
+com.example.revivemymemory:id/textEnd = 0x7f0801e1
+com.example.revivemymemory:drawable/design_fab_background = 0x7f07008e
+com.example.revivemymemory:style/TextAppearance.Design.Suffix = 0x7f1101c5
+com.example.revivemymemory:dimen/_minus42sdp = 0x7f0602df
+com.example.revivemymemory:style/Widget.MaterialComponents.ActionMode = 0x7f1103ce
+com.example.revivemymemory:style/Widget.AppCompat.Light.ActionBar = 0x7f1102ef
+com.example.revivemymemory:drawable/abc_ab_share_pack_mtrl_alpha = 0x7f070029
+com.example.revivemymemory:string/mtrl_picker_announce_current_selection_none = 0x7f10007c
+com.example.revivemymemory:macro/m3_comp_sheet_bottom_docked_container_color = 0x7f0c0084
+com.example.revivemymemory:dimen/_307sdp = 0x7f0600fc
+com.example.revivemymemory:dimen/_149sdp = 0x7f06003a
+com.example.revivemymemory:string/abc_prepend_shortcut_label = 0x7f100012
+com.example.revivemymemory:dimen/mtrl_calendar_day_vertical_padding = 0x7f060514
+com.example.revivemymemory:drawable/abc_textfield_search_default_mtrl_alpha = 0x7f070075
+com.example.revivemymemory:drawable/mtrl_ic_check_mark = 0x7f0700d7
+com.example.revivemymemory:style/ShapeAppearance.Material3.Tooltip = 0x7f11016d
+com.example.revivemymemory:macro/m3_comp_search_view_header_supporting_text_color = 0x7f0c0077
+com.example.revivemymemory:drawable/abc_btn_switch_to_on_mtrl_00012 = 0x7f070037
+com.example.revivemymemory:style/Widget.AppCompat.EditText = 0x7f1102ed
+com.example.revivemymemory:style/Widget.MaterialComponents.MaterialCalendar.HeaderConfirmButton = 0x7f110409
+com.example.revivemymemory:style/ThemeOverlay.Material3.DynamicColors.Dark = 0x7f11028b
+com.example.revivemymemory:drawable/mtrl_ic_indeterminate = 0x7f0700db
+com.example.revivemymemory:style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse = 0x7f1101a6
+com.example.revivemymemory:dimen/mtrl_calendar_header_content_padding = 0x7f060518
+com.example.revivemymemory:color/switch_thumb_normal_material_dark = 0x7f05027e
+com.example.revivemymemory:integer/mtrl_calendar_selection_text_lines = 0x7f090029
+com.example.revivemymemory:style/Widget.AppCompat.CompoundButton.Switch = 0x7f1102ea
+com.example.revivemymemory:macro/m3_comp_search_bar_trailing_icon_color = 0x7f0c006f
+com.example.revivemymemory:style/Widget.AppCompat.ActionButton.CloseMode = 0x7f1102db
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.FilledBox = 0x7f1102b2
+com.example.revivemymemory:style/ShapeAppearance.Material3.Corner.ExtraLarge = 0x7f110162
+com.example.revivemymemory:style/Theme.MaterialComponents.Light.BottomSheetDialog = 0x7f110254
+com.example.revivemymemory:style/TextAppearance.M3.Sys.Typescale.DisplayLarge = 0x7f1101ca
+com.example.revivemymemory:dimen/m3_comp_filled_button_with_icon_icon_size = 0x7f060403
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Large.Inverse = 0x7f110020
+com.example.revivemymemory:styleable/KeyPosition = 0x7f120045
+com.example.revivemymemory:style/ThemeOverlay.Material3.DayNight.SideSheetDialog = 0x7f110287
+com.example.revivemymemory:dimen/mtrl_calendar_selection_text_baseline_to_bottom_fullscreen = 0x7f06052b
+com.example.revivemymemory:style/Widget.MaterialComponents.Toolbar.Surface = 0x7f110446
+com.example.revivemymemory:string/side_sheet_behavior = 0x7f1000b9
+com.example.revivemymemory:style/Widget.Material3.MaterialCalendar.DayOfWeekLabel = 0x7f110385
+com.example.revivemymemory:id/none = 0x7f080151
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.TimePicker = 0x7f1102cf
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.TextInputEditText.OutlinedBox.Dense = 0x7f1102ce
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.MaterialCalendar = 0x7f1102c8
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.Light = 0x7f1102bf
+com.example.revivemymemory:integer/m3_card_anim_duration_ms = 0x7f09000c
+com.example.revivemymemory:style/Widget.AppCompat.Toolbar.Button.Navigation = 0x7f11031d
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.Toolbar.Primary = 0x7f1102d3
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.BottomAppBar.Primary = 0x7f1102b6
+com.example.revivemymemory:drawable/abc_btn_radio_to_on_mtrl_015 = 0x7f070035
+com.example.revivemymemory:style/Base.ThemeOverlay.MaterialComponents.Dialog.Alert.Framework = 0x7f110080
+com.example.revivemymemory:integer/mtrl_switch_track_viewport_height = 0x7f090034
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.FilledBox.Dense = 0x7f1102b3
+com.example.revivemymemory:styleable/TabItem = 0x7f120089
+com.example.revivemymemory:id/search_view_toolbar = 0x7f0801a2
+com.example.revivemymemory:dimen/_348sdp = 0x7f06012d
+com.example.revivemymemory:style/TextAppearance.MaterialComponents.Button = 0x7f1101ee
+com.example.revivemymemory:style/TextAppearance.Material3.TitleSmall = 0x7f1101ea
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView = 0x7f1102b1
+com.example.revivemymemory:styleable/MaterialAlertDialogTheme = 0x7f12004f
+com.example.revivemymemory:style/Theme.MaterialComponents.DayNight.NoActionBar = 0x7f110248
+com.example.revivemymemory:style/TextAppearance.Compat.Notification.Time = 0x7f1101ba
+com.example.revivemymemory:string/email = 0x7f10002f
+com.example.revivemymemory:color/m3_sys_color_dark_outline = 0x7f050142
+com.example.revivemymemory:color/mtrl_textinput_focused_box_stroke_color = 0x7f050265
+com.example.revivemymemory:style/ThemeOverlay.Material3.TextInputEditText.OutlinedBox.Dense = 0x7f1102aa
+com.example.revivemymemory:style/Widget.MaterialComponents.Button.OutlinedButton.Icon = 0x7f1103e2
+com.example.revivemymemory:style/ThemeOverlay.Material3.Snackbar = 0x7f1102a5
+com.example.revivemymemory:style/TextAppearance.Material3.HeadlineMedium = 0x7f1101df
+com.example.revivemymemory:layout/abc_screen_simple = 0x7f0b0015
+com.example.revivemymemory:id/time = 0x7f0801f2
+com.example.revivemymemory:style/Widget.AppCompat.DrawerArrowToggle = 0x7f1102eb
+com.example.revivemymemory:style/Widget.Material3.MaterialCalendar = 0x7f110380
+com.example.revivemymemory:styleable/ShapeAppearance = 0x7f12007c
+com.example.revivemymemory:style/Widget.MaterialComponents.NavigationView = 0x7f11041e
+com.example.revivemymemory:style/Base.Theme.MaterialComponents.CompactMenu = 0x7f110061
+com.example.revivemymemory:string/abc_action_mode_done = 0x7f100004
+com.example.revivemymemory:dimen/_271sdp = 0x7f0600d0
+com.example.revivemymemory:dimen/_100sdp = 0x7f060000
+com.example.revivemymemory:style/ThemeOverlay.Material3.FloatingActionButton.Secondary = 0x7f110293
+com.example.revivemymemory:macro/m3_comp_search_bar_container_color = 0x7f0c0064
+com.example.revivemymemory:layout/abc_popup_menu_header_item_layout = 0x7f0b0012
+com.example.revivemymemory:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Secondary = 0x7f11028f
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Header.Text = 0x7f1102c5
+com.example.revivemymemory:string/create_an_account = 0x7f10002e
+com.example.revivemymemory:style/ThemeOverlay.Material3.Dialog.Alert.Framework = 0x7f11028a
+com.example.revivemymemory:dimen/_183sdp = 0x7f060064
+com.example.revivemymemory:drawable/mtrl_ic_checkbox_checked = 0x7f0700d8
+com.example.revivemymemory:style/Widget.AppCompat.DropDownItem.Spinner = 0x7f1102ec
+com.example.revivemymemory:dimen/mtrl_calendar_action_padding = 0x7f06050d
+com.example.revivemymemory:style/ShapeAppearance.Material3.Corner.Large = 0x7f110165
+com.example.revivemymemory:styleable/MotionScene = 0x7f120069
+com.example.revivemymemory:id/hardware = 0x7f0800e3
+com.example.revivemymemory:style/ThemeOverlay.Material3.Button.TonalButton = 0x7f110281
+com.example.revivemymemory:style/ThemeOverlay.Material3.Button.TextButton.Snackbar = 0x7f110280
+com.example.revivemymemory:style/Base.V14.Theme.MaterialComponents.Bridge = 0x7f11008c
+com.example.revivemymemory:id/accessibility_custom_action_4 = 0x7f08002b
+com.example.revivemymemory:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense = 0x7f110435
+com.example.revivemymemory:style/Widget.MaterialComponents.Button.OutlinedButton = 0x7f1103e1
+com.example.revivemymemory:styleable/MaterialAlertDialog = 0x7f12004e
+com.example.revivemymemory:style/Theme.Material3.DynamicColors.Light = 0x7f11022d
+com.example.revivemymemory:dimen/_98sdp = 0x7f0602b6
+com.example.revivemymemory:style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Large = 0x7f110196
+com.example.revivemymemory:style/buttonGrey = 0x7f110449
+com.example.revivemymemory:drawable/mtrl_checkbox_button_checked_unchecked = 0x7f0700c9
+com.example.revivemymemory:style/ShapeAppearance.M3.Sys.Shape.Corner.Full = 0x7f11015d
+com.example.revivemymemory:dimen/_298sdp = 0x7f0600ef
+com.example.revivemymemory:macro/m3_comp_secondary_navigation_tab_pressed_state_layer_color = 0x7f0c0081
+com.example.revivemymemory:style/Base.MaterialAlertDialog.MaterialComponents.Title.Text = 0x7f110013
+com.example.revivemymemory:style/ThemeOverlay.Material3.ActionBar = 0x7f110271
+com.example.revivemymemory:style/Widget.Material3.TextInputLayout.FilledBox.Dense.ExposedDropdownMenu = 0x7f1103c0
+com.example.revivemymemory:dimen/mtrl_progress_circular_size_medium = 0x7f060575
+com.example.revivemymemory:id/search_view_root = 0x7f08019e
+com.example.revivemymemory:style/TextAppearance.M3.Sys.Typescale.HeadlineLarge = 0x7f1101cd
+com.example.revivemymemory:string/search_menu_title = 0x7f1000b3
+com.example.revivemymemory:style/Theme.Material3.DayNight.SideSheetDialog = 0x7f11022a
+com.example.revivemymemory:layout/abc_expanded_menu_layout = 0x7f0b000d
+com.example.revivemymemory:style/Widget.Material3.BottomAppBar = 0x7f110333
+com.example.revivemymemory:integer/mtrl_switch_thumb_post_morphing_duration = 0x7f09002f
+com.example.revivemymemory:id/transition_current_scene = 0x7f0801fd
+com.example.revivemymemory:style/TextAppearance.AppCompat.Widget.ActionBar.Title = 0x7f1101a7
+com.example.revivemymemory:id/content = 0x7f080085
+com.example.revivemymemory:id/search_badge = 0x7f08018d
+com.example.revivemymemory:macro/m3_comp_outlined_text_field_label_text_color = 0x7f0c0052
+com.example.revivemymemory:style/Theme.MaterialComponents.Dialog.FixedSize.Bridge = 0x7f11024f
+com.example.revivemymemory:string/abc_searchview_description_voice = 0x7f100018
+com.example.revivemymemory:style/TextAppearance.Design.Error = 0x7f1101bf
+com.example.revivemymemory:dimen/_minus37sdp = 0x7f0602d9
+com.example.revivemymemory:styleable/LottieAnimationView = 0x7f12004d
+com.example.revivemymemory:color/mtrl_navigation_item_text_color = 0x7f050251
+com.example.revivemymemory:string/mtrl_picker_start_date_description = 0x7f100091
+com.example.revivemymemory:interpolator/m3_sys_motion_easing_standard_accelerate = 0x7f0a000c
+com.example.revivemymemory:style/Widget.Design.TabLayout = 0x7f110328
+com.example.revivemymemory:style/Widget.Material3.MaterialCalendar.Year = 0x7f110393
+com.example.revivemymemory:layout/mtrl_picker_dialog = 0x7f0b005a
+com.example.revivemymemory:style/Theme.MaterialComponents.DayNight.DarkActionBar.Bridge = 0x7f11023e
+com.example.revivemymemory:style/Widget.Design.BottomNavigationView = 0x7f110321
+com.example.revivemymemory:style/Theme.MaterialComponents.DayNight.Bridge = 0x7f11023c
+com.example.revivemymemory:style/Theme.MaterialComponents.Bridge = 0x7f110238
+com.example.revivemymemory:style/ShapeAppearance.M3.Sys.Shape.Corner.ExtraSmall = 0x7f11015c
+com.example.revivemymemory:integer/abc_config_activityDefaultDur = 0x7f090000
+com.example.revivemymemory:style/Widget.AppCompat.ListView = 0x7f110307
+com.example.revivemymemory:style/Widget.Material3.MaterialTimePicker.Display = 0x7f11039c
+com.example.revivemymemory:dimen/_211sdp = 0x7f060088
+com.example.revivemymemory:style/Widget.AppCompat.ProgressBar = 0x7f11030d
+com.example.revivemymemory:styleable/Variant = 0x7f120094
+com.example.revivemymemory:string/bottomsheet_drag_handle_clicked = 0x7f100026
+com.example.revivemymemory:macro/m3_comp_search_bar_hover_state_layer_color = 0x7f0c0066
+com.example.revivemymemory:style/Widget.Material3.ActionMode = 0x7f11032c
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title = 0x7f110033
+com.example.revivemymemory:style/Theme.MaterialComponents.Light.Dialog.FixedSize = 0x7f11025c
+com.example.revivemymemory:style/Widget.MaterialComponents.MaterialCalendar.Fullscreen = 0x7f110407
+com.example.revivemymemory:style/Widget.Material3.Toolbar.Surface = 0x7f1103c8
+com.example.revivemymemory:style/Widget.MaterialComponents.ShapeableImageView = 0x7f110424
+com.example.revivemymemory:macro/m3_comp_sheet_bottom_docked_drag_handle_color = 0x7f0c0086
+com.example.revivemymemory:styleable/AppCompatTheme = 0x7f120012
+com.example.revivemymemory:style/Theme.Material3.DayNight.NoActionBar = 0x7f110229
+com.example.revivemymemory:style/Theme.Material3.DayNight.DialogWhenLarge = 0x7f110228
+com.example.revivemymemory:id/progress_circular = 0x7f080173
+com.example.revivemymemory:dimen/_26sdp = 0x7f0600cd
+com.example.revivemymemory:drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__2 = 0x7f070017
+com.example.revivemymemory:style/Widget.MaterialComponents.TimePicker.Display.TextInputLayout = 0x7f110440
+com.example.revivemymemory:dimen/_11ssp = 0x7f060018
+com.example.revivemymemory:style/Theme.Material3.Dark.Dialog.MinWidth = 0x7f11021f
+com.example.revivemymemory:style/Theme.Material3.Dark.Dialog = 0x7f11021d
+com.example.revivemymemory:style/Theme.AppCompat.Light.Dialog.Alert = 0x7f110210
+com.example.revivemymemory:color/dim_foreground_material_light = 0x7f050057
+com.example.revivemymemory:dimen/_156sdp = 0x7f060043
+com.example.revivemymemory:style/Theme.AppCompat.DayNight.DarkActionBar = 0x7f110202
+com.example.revivemymemory:style/Widget.AppCompat.Button.Colored = 0x7f1102e4
+com.example.revivemymemory:style/TextAppearance.MaterialComponents.TimePicker.Title = 0x7f1101fa
+com.example.revivemymemory:style/Widget.AppCompat.Light.ActionButton.Overflow = 0x7f1102fa
+com.example.revivemymemory:xml/backup_rules = 0x7f130000
+com.example.revivemymemory:macro/m3_comp_primary_navigation_tab_active_pressed_state_layer_color = 0x7f0c0059
+com.example.revivemymemory:dimen/_506sdp = 0x7f0601ef
+com.example.revivemymemory:dimen/tooltip_y_offset_non_touch = 0x7f0605b8
+com.example.revivemymemory:style/TextAppearance.Material3.SearchView = 0x7f1101e6
+com.example.revivemymemory:string/material_hour_suffix = 0x7f100057
+com.example.revivemymemory:macro/m3_comp_outlined_text_field_focus_label_text_color = 0x7f0c004a
+com.example.revivemymemory:style/TextAppearance.Material3.BodySmall = 0x7f1101da
+com.example.revivemymemory:macro/m3_sys_motion_path = 0x7f0c00c5
+com.example.revivemymemory:style/TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f11019b
+com.example.revivemymemory:dimen/_396sdp = 0x7f060167
+com.example.revivemymemory:dimen/mtrl_badge_with_text_radius = 0x7f0604ec
+com.example.revivemymemory:dimen/_442sdp = 0x7f0601a1
+com.example.revivemymemory:style/TextAppearance.Design.Tab = 0x7f1101c6
+com.example.revivemymemory:style/Widget.Material3.Chip.Input.Icon.Elevated = 0x7f110359
+com.example.revivemymemory:style/Theme.Material3.Light.Dialog.MinWidth = 0x7f110232
+com.example.revivemymemory:style/Widget.Material3.MaterialCalendar.Day.Today = 0x7f110384
+com.example.revivemymemory:integer/bottom_sheet_slide_duration = 0x7f090003
+com.example.revivemymemory:id/month_navigation_previous = 0x7f08012a
+com.example.revivemymemory:style/Widget.MaterialComponents.TimePicker = 0x7f110439
+com.example.revivemymemory:macro/m3_comp_switch_selected_focus_icon_color = 0x7f0c0099
+com.example.revivemymemory:string/material_motion_easing_linear = 0x7f10005d
+com.example.revivemymemory:style/ThemeOverlay.Material3.AutoCompleteTextView.OutlinedBox.Dense = 0x7f110276
+com.example.revivemymemory:layout/notification_action_tombstone = 0x7f0b0066
+com.example.revivemymemory:style/Widget.Material3.TabLayout = 0x7f1103b7
+com.example.revivemymemory:style/Widget.MaterialComponents.NavigationRailView.Colored.Compact = 0x7f11041b
+com.example.revivemymemory:style/Theme.Material3.DayNight.Dialog.MinWidth = 0x7f110227
+com.example.revivemymemory:style/TextAppearance.AppCompat.Subhead.Inverse = 0x7f1101a0
+com.example.revivemymemory:style/TextAppearance.AppCompat.Inverse = 0x7f110191
+com.example.revivemymemory:drawable/abc_btn_check_material = 0x7f07002c
+com.example.revivemymemory:style/Base.Theme.MaterialComponents.Light = 0x7f110068
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.DayNight.BottomSheetDialog = 0x7f1102bb
+com.example.revivemymemory:id/navigation_bar_item_icon_view = 0x7f080147
+com.example.revivemymemory:style/TextAppearance.AppCompat.Display3 = 0x7f11018e
+com.example.revivemymemory:dimen/_minus38sdp = 0x7f0602da
+com.example.revivemymemory:styleable/MaterialAutoCompleteTextView = 0x7f120050
+com.example.revivemymemory:id/select_dialog_listview = 0x7f0801a5
+com.example.revivemymemory:style/ShapeAppearanceOverlay.Material3.Corner.Right = 0x7f110177
+com.example.revivemymemory:string/mtrl_switch_thumb_path_morphing = 0x7f10009f
+com.example.revivemymemory:style/Widget.AppCompat.Light.ActionBar.TabView = 0x7f1102f6
+com.example.revivemymemory:macro/m3_comp_text_button_label_text_type = 0x7f0c00bd
+com.example.revivemymemory:style/Base.V24.Theme.Material3.Dark.Dialog = 0x7f1100ac
+com.example.revivemymemory:style/ShapeAppearanceOverlay.Material3.Corner.Bottom = 0x7f110175
+com.example.revivemymemory:style/ThemeOverlay.Material3.Button.IconButton.Filled = 0x7f11027d
+com.example.revivemymemory:style/Widget.Material3.Tooltip = 0x7f1103c9
+com.example.revivemymemory:style/ShapeAppearance.M3.Comp.TextButton.Container.Shape = 0x7f11015a
+com.example.revivemymemory:dimen/mtrl_progress_indicator_full_rounded_corner_radius = 0x7f06057a
+com.example.revivemymemory:dimen/mtrl_exposed_dropdown_menu_popup_vertical_padding = 0x7f06053f
+com.example.revivemymemory:style/ShapeAppearanceOverlay.Material3.Corner.Left = 0x7f110176
+com.example.revivemymemory:dimen/_209sdp = 0x7f060084
+com.example.revivemymemory:dimen/_68ssp = 0x7f060275
+com.example.revivemymemory:style/ShapeAppearanceOverlay.Material3.Button = 0x7f110173
+com.example.revivemymemory:style/ShapeAppearance.MaterialComponents.SmallComponent = 0x7f110171
+com.example.revivemymemory:dimen/_484sdp = 0x7f0601d3
+com.example.revivemymemory:dimen/mtrl_chip_text_size = 0x7f06053c
+com.example.revivemymemory:style/ShapeAppearance.Material3.Corner.Small = 0x7f110168
+com.example.revivemymemory:string/abc_searchview_description_clear = 0x7f100014
+com.example.revivemymemory:style/Widget.MaterialComponents.Toolbar.Primary = 0x7f110444
+com.example.revivemymemory:style/Widget.MaterialComponents.TimePicker.Display.Divider = 0x7f11043d
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.ActionBar.Surface = 0x7f1102b0
+com.example.revivemymemory:dimen/m3_appbar_expanded_title_margin_horizontal = 0x7f06039d
+com.example.revivemymemory:drawable/ic_baseline_arrow_circle_right_24 = 0x7f07009a
+com.example.revivemymemory:style/ShapeAppearance.Material3.Corner.None = 0x7f110167
+com.example.revivemymemory:style/ShapeAppearance.Material3.LargeComponent = 0x7f110169
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Large = 0x7f110021
+com.example.revivemymemory:style/TextAppearance.AppCompat.Subhead = 0x7f11019f
+com.example.revivemymemory:styleable/TextInputEditText = 0x7f12008d
+com.example.revivemymemory:style/Widget.Material3.Chip.Assist.Elevated = 0x7f110353
+com.example.revivemymemory:style/ShapeAppearance.M3.Sys.Shape.Corner.None = 0x7f110160
+com.example.revivemymemory:style/Widget.Material3.TextInputLayout.OutlinedBox = 0x7f1103c2
+com.example.revivemymemory:style/ShapeAppearance.M3.Comp.SearchView.FullScreen.Container.Shape = 0x7f110156
+com.example.revivemymemory:drawable/mtrl_popupmenu_background = 0x7f0700dd
+com.example.revivemymemory:attr/listChoiceIndicatorMultipleAnimated = 0x7f030298
+com.example.revivemymemory:dimen/_527sdp = 0x7f060208
+com.example.revivemymemory:style/ShapeAppearance.M3.Comp.SearchBar.Avatar.Shape = 0x7f110154
+com.example.revivemymemory:style/Widget.AppCompat.SearchView = 0x7f110312
+com.example.revivemymemory:style/ShapeAppearance.M3.Comp.NavigationRail.ActiveIndicator.Shape = 0x7f110153
+com.example.revivemymemory:styleable/ActionBar = 0x7f120000
+com.example.revivemymemory:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Query = 0x7f11014c
+com.example.revivemymemory:macro/m3_sys_shape_corner_extra_large_family = 0x7f0c00c6
+com.example.revivemymemory:string/add_note = 0x7f10001c
+com.example.revivemymemory:style/Widget.MaterialComponents.NavigationRailView.Colored = 0x7f11041a
+com.example.revivemymemory:drawable/tooltip_frame_light = 0x7f0700ff
+com.example.revivemymemory:dimen/_minus59sdp = 0x7f0602f1
+com.example.revivemymemory:layout/mtrl_calendar_day = 0x7f0b004c
+com.example.revivemymemory:dimen/_51ssp = 0x7f060200
+com.example.revivemymemory:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon2 = 0x7f11014b
+com.example.revivemymemory:string/material_slider_range_start = 0x7f100060
+com.example.revivemymemory:macro/m3_comp_switch_selected_pressed_state_layer_color = 0x7f0c00a4
+com.example.revivemymemory:style/Widget.MaterialComponents.ExtendedFloatingActionButton = 0x7f1103fa
+com.example.revivemymemory:drawable/$mtrl_checkbox_button_icon_checked_unchecked__2 = 0x7f070013
+com.example.revivemymemory:style/ShapeAppearance.M3.Sys.Shape.Corner.Large = 0x7f11015e
+com.example.revivemymemory:style/RtlOverlay.Widget.AppCompat.Search.DropDown = 0x7f110149
+com.example.revivemymemory:style/Widget.AppCompat.Button.Small = 0x7f1102e5
+com.example.revivemymemory:style/RtlOverlay.Widget.AppCompat.DialogTitle.Icon = 0x7f110142
+com.example.revivemymemory:id/material_clock_display = 0x7f08010e
+com.example.revivemymemory:id/right_side = 0x7f080180
+com.example.revivemymemory:string/mtrl_picker_invalid_format_use = 0x7f100086
+com.example.revivemymemory:style/TextAppearance.AppCompat.Menu = 0x7f11019a
+com.example.revivemymemory:style/Platform.V25.AppCompat = 0x7f11013d
+com.example.revivemymemory:style/Widget.MaterialComponents.MaterialCalendar.HeaderTitle = 0x7f11040f
+com.example.revivemymemory:style/Platform.MaterialComponents.Dialog = 0x7f110135
+com.example.revivemymemory:style/MaterialAlertDialog.MaterialComponents.Picker.Date.Spinner = 0x7f11012b
+com.example.revivemymemory:style/MaterialAlertDialog.MaterialComponents = 0x7f110128
+com.example.revivemymemory:style/MaterialAlertDialog.Material3 = 0x7f11011e
+com.example.revivemymemory:style/MaterialAlertDialog.Material3.Title.Icon.CenterStacked = 0x7f110123
+com.example.revivemymemory:id/frost = 0x7f0800d5
+com.example.revivemymemory:dimen/mtrl_progress_circular_inset_extra_small = 0x7f06056f
+com.example.revivemymemory:style/Widget.MaterialComponents.Tooltip = 0x7f110447
+com.example.revivemymemory:macro/m3_comp_primary_navigation_tab_active_indicator_color = 0x7f0c0058
+com.example.revivemymemory:style/Widget.Material3.Light.ActionBar.Solid = 0x7f11037d
+com.example.revivemymemory:style/CardView = 0x7f11011a
+com.example.revivemymemory:style/Widget.MaterialComponents.CircularProgressIndicator.Small = 0x7f1103f5
+com.example.revivemymemory:style/Base.Widget.MaterialComponents.MaterialCalendar.HeaderToggleButton = 0x7f11010e
+com.example.revivemymemory:style/Base.Widget.AppCompat.ListPopupWindow = 0x7f1100e0
+com.example.revivemymemory:macro/m3_comp_fab_primary_large_container_shape = 0x7f0c001a
+com.example.revivemymemory:style/Base.Widget.Material3.FloatingActionButton.Large = 0x7f110103
+com.example.revivemymemory:styleable/ClockHandView = 0x7f120022
+com.example.revivemymemory:style/RtlUnderlay.Widget.AppCompat.ActionButton = 0x7f11014f
+com.example.revivemymemory:style/Widget.Support.CoordinatorLayout = 0x7f110448
+com.example.revivemymemory:style/Base.Widget.Material3.ExtendedFloatingActionButton.Icon = 0x7f110101
+com.example.revivemymemory:style/Base.Theme.Material3.Light = 0x7f11005b
+com.example.revivemymemory:string/mtrl_checkbox_button_icon_path_name = 0x7f10006d
+com.example.revivemymemory:style/TextAppearance.M3.Sys.Typescale.DisplaySmall = 0x7f1101cc
+com.example.revivemymemory:styleable/MockView = 0x7f120063
+com.example.revivemymemory:style/Widget.AppCompat.ListView.Menu = 0x7f110309
+com.example.revivemymemory:style/Base.Widget.Material3.ExtendedFloatingActionButton = 0x7f110100
+com.example.revivemymemory:style/Base.Widget.Material3.CompoundButton.RadioButton = 0x7f1100fe
+com.example.revivemymemory:style/Widget.AppCompat.Light.ListPopupWindow = 0x7f1102ff
+com.example.revivemymemory:id/automatic = 0x7f08005b
+com.example.revivemymemory:style/Base.Theme.Material3.Dark.BottomSheetDialog = 0x7f110058
+com.example.revivemymemory:layout/mtrl_alert_dialog = 0x7f0b0045
+com.example.revivemymemory:macro/m3_sys_shape_corner_large_family = 0x7f0c00c9
+com.example.revivemymemory:style/Theme.Material3.DayNight.BottomSheetDialog = 0x7f110224
+com.example.revivemymemory:style/Widget.Material3.SideSheet = 0x7f1103b0
+com.example.revivemymemory:style/Base.Widget.Material3.BottomNavigationView = 0x7f1100f9
+com.example.revivemymemory:style/Base.Widget.Design.TabLayout = 0x7f1100f6
+com.example.revivemymemory:style/Widget.Material3.CardView.Filled = 0x7f11034f
+com.example.revivemymemory:style/ThemeOverlay.Material3.Dialog = 0x7f110288
+com.example.revivemymemory:style/Base.Widget.AppCompat.Toolbar = 0x7f1100f4
+com.example.revivemymemory:style/Base.Widget.AppCompat.TextView = 0x7f1100f2
+com.example.revivemymemory:style/Base.Widget.AppCompat.Spinner.Underlined = 0x7f1100f1
+com.example.revivemymemory:id/homeAsUp = 0x7f0800e7
+com.example.revivemymemory:id/mEditEmail = 0x7f080109
+com.example.revivemymemory:style/Base.Widget.AppCompat.ListView.Menu = 0x7f1100e3
+com.example.revivemymemory:dimen/mtrl_textinput_start_icon_margin_end = 0x7f06059b
+com.example.revivemymemory:id/design_menu_item_action_area = 0x7f08009a
+com.example.revivemymemory:string/send = 0x7f1000b7
+com.example.revivemymemory:style/TextAppearance.Compat.Notification = 0x7f1101b7
+com.example.revivemymemory:style/ThemeOverlay.Material3.Light = 0x7f110298
+com.example.revivemymemory:string/abc_action_bar_up_description = 0x7f100002
+com.example.revivemymemory:macro/m3_sys_shape_corner_small_family = 0x7f0c00cc
+com.example.revivemymemory:style/Base.Widget.AppCompat.CompoundButton.CheckBox = 0x7f1100cf
+com.example.revivemymemory:style/Base.ThemeOverlay.AppCompat.Dark.ActionBar = 0x7f110075
+com.example.revivemymemory:dimen/mtrl_calendar_header_divider_thickness = 0x7f06051a
+com.example.revivemymemory:style/TextAppearance.MaterialComponents.Headline6 = 0x7f1101f6
+com.example.revivemymemory:dimen/_358sdp = 0x7f060139
+com.example.revivemymemory:style/TextAppearance.AppCompat.Widget.TextView.SpinnerItem = 0x7f1101b6
+com.example.revivemymemory:style/Widget.MaterialComponents.AppBarLayout.PrimarySurface = 0x7f1103d0
+com.example.revivemymemory:style/Widget.MaterialComponents.Button.TextButton.Dialog.Flush = 0x7f1103e5
+com.example.revivemymemory:style/Animation.Design.BottomSheetDialog = 0x7f110005
+com.example.revivemymemory:style/Base.Widget.AppCompat.ActionButton.Overflow = 0x7f1100c3
+com.example.revivemymemory:style/Base.Widget.AppCompat.ActionButton.CloseMode = 0x7f1100c2
+com.example.revivemymemory:dimen/m3_comp_navigation_rail_container_width = 0x7f060413
+com.example.revivemymemory:dimen/_218sdp = 0x7f06008f
+com.example.revivemymemory:drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__1 = 0x7f07001c
+com.example.revivemymemory:style/Widget.Material3.AutoCompleteTextView.OutlinedBox.Dense = 0x7f110331
+com.example.revivemymemory:style/Base.Widget.AppCompat.ActionBar.TabView = 0x7f1100c0
+com.example.revivemymemory:styleable/MotionHelper = 0x7f120066
+com.example.revivemymemory:style/Base.Widget.AppCompat.ActionBar.TabBar = 0x7f1100be
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Subhead = 0x7f11002b
+com.example.revivemymemory:style/Theme.AppCompat.Dialog = 0x7f110208
+com.example.revivemymemory:style/Base.Widget.Material3.TabLayout.Secondary = 0x7f11010a
+com.example.revivemymemory:style/Base.Widget.AppCompat.ActionBar = 0x7f1100bc
+com.example.revivemymemory:style/Base.V7.Widget.AppCompat.Toolbar = 0x7f1100bb
+com.example.revivemymemory:style/Widget.Material3.CompoundButton.MaterialSwitch = 0x7f110365
+com.example.revivemymemory:style/TextAppearance.M3.Sys.Typescale.LabelLarge = 0x7f1101d0
+com.example.revivemymemory:macro/m3_comp_outlined_text_field_hover_input_text_color = 0x7f0c004d
+com.example.revivemymemory:styleable/ActionBarLayout = 0x7f120001
+com.example.revivemymemory:style/Base.V28.Theme.AppCompat = 0x7f1100b2
+com.example.revivemymemory:style/Widget.AppCompat.PopupMenu.Overflow = 0x7f11030b
+com.example.revivemymemory:style/ShapeAppearance.M3.Sys.Shape.Corner.Small = 0x7f110161
+com.example.revivemymemory:style/Base.Widget.Material3.CompoundButton.CheckBox = 0x7f1100fd
+com.example.revivemymemory:dimen/_347sdp = 0x7f06012c
+com.example.revivemymemory:style/Base.Widget.AppCompat.EditText = 0x7f1100d5
+com.example.revivemymemory:style/Widget.Material3.CollapsingToolbar = 0x7f110361
+com.example.revivemymemory:drawable/m3_appbar_background = 0x7f0700b2
+com.example.revivemymemory:drawable/$mtrl_checkbox_button_checked_unchecked__2 = 0x7f07000f
+com.example.revivemymemory:style/Base.V23.Theme.AppCompat.Light = 0x7f1100aa
+com.example.revivemymemory:style/ThemeOverlay.Material3.DynamicColors.DayNight = 0x7f11028c
+com.example.revivemymemory:integer/mtrl_badge_max_character_count = 0x7f090025
+com.example.revivemymemory:id/invisible = 0x7f0800f5
+com.example.revivemymemory:style/Base.V23.Theme.AppCompat = 0x7f1100a9
+com.example.revivemymemory:style/Widget.Material3.TextInputLayout.FilledBox.ExposedDropdownMenu = 0x7f1103c1
+com.example.revivemymemory:dimen/mtrl_badge_radius = 0x7f0604e7
+com.example.revivemymemory:drawable/abc_btn_radio_to_on_mtrl_000 = 0x7f070034
+com.example.revivemymemory:drawable/abc_list_selector_background_transition_holo_dark = 0x7f070053
+com.example.revivemymemory:style/Base.V21.ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f1100a6
+com.example.revivemymemory:style/Base.Widget.MaterialComponents.PopupMenu.ContextMenu = 0x7f110111
+com.example.revivemymemory:id/search_view_toolbar_container = 0x7f0801a3
+com.example.revivemymemory:style/Base.V21.Theme.MaterialComponents.Light.Dialog = 0x7f1100a2
+com.example.revivemymemory:styleable/State = 0x7f120083
+com.example.revivemymemory:style/Base.V14.ThemeOverlay.MaterialComponents.Dialog = 0x7f110097
+com.example.revivemymemory:style/Widget.Material3.TabLayout.Secondary = 0x7f1103b9
+com.example.revivemymemory:style/Base.V14.ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f110096
+com.example.revivemymemory:style/Base.V14.ThemeOverlay.Material3.SideSheetDialog = 0x7f110095
+com.example.revivemymemory:style/ThemeOverlay.AppCompat.ActionBar = 0x7f110267
+com.example.revivemymemory:style/Base.V14.Theme.MaterialComponents.Light.Dialog.Bridge = 0x7f110093
+com.example.revivemymemory:style/Base.V14.Theme.MaterialComponents.Light.Bridge = 0x7f110090
+com.example.revivemymemory:style/Base.V14.Theme.MaterialComponents.Light = 0x7f11008f
+com.example.revivemymemory:id/material_timepicker_container = 0x7f08011d
+com.example.revivemymemory:style/Widget.Material3.CircularProgressIndicator.ExtraSmall = 0x7f11035e
+com.example.revivemymemory:macro/m3_comp_primary_navigation_tab_active_hover_state_layer_color = 0x7f0c0057
+com.example.revivemymemory:style/Widget.Material3.MaterialCalendar.Year.Today = 0x7f110395
+com.example.revivemymemory:style/Widget.Material3.MaterialCalendar.Item = 0x7f110390
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Large = 0x7f11003d
+com.example.revivemymemory:color/material_personalized_color_primary = 0x7f05021a
+com.example.revivemymemory:dimen/design_fab_image_size = 0x7f060368
+com.example.revivemymemory:style/Base.Theme.MaterialComponents.Bridge = 0x7f110060
+com.example.revivemymemory:style/Base.V14.Theme.Material3.Dark = 0x7f110083
+com.example.revivemymemory:dimen/m3_sys_state_dragged_state_layer_opacity = 0x7f0604b4
+com.example.revivemymemory:dimen/_33ssp = 0x7f060124
+com.example.revivemymemory:dimen/_142sdp = 0x7f060033
+com.example.revivemymemory:style/Base.Widget.Material3.TabLayout.OnSurface = 0x7f110109
+com.example.revivemymemory:style/Widget.Design.ScrimInsetsFrameLayout = 0x7f110326
+com.example.revivemymemory:style/Base.ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f11007f
+com.example.revivemymemory:id/spring = 0x7f0801bf
+com.example.revivemymemory:style/Base.ThemeOverlay.AppCompat.Dialog.Alert = 0x7f110077
+com.example.revivemymemory:style/Base.ThemeOverlay.AppCompat.Dark = 0x7f110074
+com.example.revivemymemory:style/ShapeAppearanceOverlay.MaterialAlertDialog.Material3 = 0x7f11017d
+com.example.revivemymemory:style/Base.Theme.MaterialComponents.Light.Dialog.Bridge = 0x7f11006e
+com.example.revivemymemory:id/accessibility_action_clickable_span = 0x7f080010
+com.example.revivemymemory:dimen/m3_bottomappbar_fab_end_margin = 0x7f0603b6
+com.example.revivemymemory:style/Base.Theme.MaterialComponents.Light.Dialog = 0x7f11006c
+com.example.revivemymemory:style/TextAppearance.AppCompat.Tooltip = 0x7f1101a3
+com.example.revivemymemory:style/Base.Theme.MaterialComponents.Light.DarkActionBar = 0x7f11006a
+com.example.revivemymemory:style/Widget.Material3.Button = 0x7f11033b
+com.example.revivemymemory:dimen/design_snackbar_min_width = 0x7f06037c
+com.example.revivemymemory:style/Base.Theme.MaterialComponents.Light.Bridge = 0x7f110069
+com.example.revivemymemory:string/abc_menu_alt_shortcut_label = 0x7f100009
+com.example.revivemymemory:drawable/baseline_local_phone_24 = 0x7f070080
+com.example.revivemymemory:style/Widget.MaterialComponents.MaterialCalendar.Item = 0x7f110411
+com.example.revivemymemory:string/searchbar_scrolling_view_behavior = 0x7f1000b4
+com.example.revivemymemory:layout/abc_list_menu_item_radio = 0x7f0b0011
+com.example.revivemymemory:dimen/_53ssp = 0x7f060218
+com.example.revivemymemory:style/Widget.MaterialComponents.AppBarLayout.Primary = 0x7f1103cf
+com.example.revivemymemory:style/TextAppearance.Material3.LabelSmall = 0x7f1101e3
+com.example.revivemymemory:string/hide_bottom_view_on_scroll_behavior = 0x7f100040
+com.example.revivemymemory:macro/m3_comp_filled_text_field_error_trailing_icon_color = 0x7f0c002b
+com.example.revivemymemory:style/Base.Theme.MaterialComponents.Dialog = 0x7f110062
+com.example.revivemymemory:drawable/$avd_hide_password__0 = 0x7f070000
+com.example.revivemymemory:style/Widget.AppCompat.Spinner.DropDown = 0x7f110317
+com.example.revivemymemory:style/Widget.MaterialComponents.TextInputLayout.FilledBox = 0x7f110430
+com.example.revivemymemory:dimen/_14ssp = 0x7f06003c
+com.example.revivemymemory:id/tag_accessibility_heading = 0x7f0801d4
+com.example.revivemymemory:string/m3_sys_motion_easing_legacy_accelerate = 0x7f10004d
+com.example.revivemymemory:style/Theme.Material3.DynamicColors.Dark = 0x7f11022b
+com.example.revivemymemory:style/Base.Theme.Material3.Dark = 0x7f110057
+com.example.revivemymemory:drawable/$mtrl_switch_thumb_unchecked_checked__1 = 0x7f070027
+com.example.revivemymemory:style/Base.Theme.AppCompat.Light.Dialog.MinWidth = 0x7f110055
+com.example.revivemymemory:dimen/m3_comp_search_bar_hover_state_layer_opacity = 0x7f060429
+com.example.revivemymemory:style/Base.Theme.AppCompat = 0x7f110049
+com.example.revivemymemory:dimen/_469sdp = 0x7f0601c0
+com.example.revivemymemory:style/Base.TextAppearance.MaterialComponents.Subtitle2 = 0x7f110045
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Widget.DropDownItem = 0x7f11003b
+com.example.revivemymemory:styleable/CollapsingToolbarLayout = 0x7f120023
+com.example.revivemymemory:integer/mtrl_calendar_header_orientation = 0x7f090028
+com.example.revivemymemory:style/Widget.Material3.FloatingActionButton.Large.Secondary = 0x7f110372
+com.example.revivemymemory:id/filled = 0x7f0800c7
+com.example.revivemymemory:dimen/_565sdp = 0x7f060236
+com.example.revivemymemory:style/Widget.MaterialComponents.MaterialCalendar = 0x7f110400
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Widget.Button.Colored = 0x7f110039
+com.example.revivemymemory:string/password_toggle_content_description = 0x7f1000a9
+com.example.revivemymemory:macro/m3_comp_slider_active_track_color = 0x7f0c0087
+com.example.revivemymemory:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Primary = 0x7f11028e
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Small = 0x7f110029
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Caption = 0x7f110018
+com.example.revivemymemory:style/Base.Widget.AppCompat.Light.PopupMenu = 0x7f1100dd
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Body1 = 0x7f110015
+com.example.revivemymemory:string/abc_menu_space_shortcut_label = 0x7f100010
+com.example.revivemymemory:styleable/SnackbarLayout = 0x7f120081
+com.example.revivemymemory:dimen/_368sdp = 0x7f060145
+com.example.revivemymemory:style/Base.DialogWindowTitleBackground.AppCompat = 0x7f110010
+com.example.revivemymemory:style/Widget.Material3.MaterialCalendar.HeaderCancelButton = 0x7f110388
+com.example.revivemymemory:style/Base.CardView = 0x7f11000e
+com.example.revivemymemory:style/Base.Widget.AppCompat.SearchView.ActionBar = 0x7f1100ed
+com.example.revivemymemory:style/Widget.Material3.TextInputEditText.OutlinedBox = 0x7f1103bc
+com.example.revivemymemory:style/TextAppearance.AppCompat.Body1 = 0x7f110188
+com.example.revivemymemory:id/accessibility_custom_action_11 = 0x7f080014
+com.example.revivemymemory:style/Base.Animation.AppCompat.DropDownUp = 0x7f11000c
+com.example.revivemymemory:style/TextAppearance.MaterialComponents.Subtitle1 = 0x7f1101f8
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.OutlinedBox.Dense = 0x7f1102b5
+com.example.revivemymemory:layout/mtrl_picker_header_dialog = 0x7f0b005c
+com.example.revivemymemory:style/Widget.MaterialComponents.BottomAppBar = 0x7f1103d7
+com.example.revivemymemory:style/ThemeOverlay.Material3.MaterialTimePicker.Display.TextInputEditText = 0x7f1102a0
+com.example.revivemymemory:style/Base.Theme.MaterialComponents.Dialog.MinWidth = 0x7f110066
+com.example.revivemymemory:style/Widget.Material3.FloatingActionButton.Small.Primary = 0x7f110377
+com.example.revivemymemory:macro/m3_comp_outlined_text_field_error_outline_color = 0x7f0c0046
+com.example.revivemymemory:style/Base.AlertDialog.AppCompat.Light = 0x7f11000a
+com.example.revivemymemory:style/MaterialAlertDialog.Material3.Title.Text.CenterStacked = 0x7f110127
+com.example.revivemymemory:styleable/NavigationBarActiveIndicator = 0x7f12006b
+com.example.revivemymemory:style/TextAppearance.MaterialComponents.Headline2 = 0x7f1101f2
+com.example.revivemymemory:id/search_view_search_prefix = 0x7f0801a0
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Body2 = 0x7f110016
+com.example.revivemymemory:style/Animation.Material3.BottomSheetDialog = 0x7f110006
+com.example.revivemymemory:layout/material_timepicker_dialog = 0x7f0b0043
+com.example.revivemymemory:style/Widget.Material3.AutoCompleteTextView.FilledBox.Dense = 0x7f11032f
+com.example.revivemymemory:style/AlertDialog.AppCompat.Light = 0x7f110001
+com.example.revivemymemory:style/MaterialAlertDialog.MaterialComponents.Title.Text = 0x7f110130
+com.example.revivemymemory:style/Base.Widget.AppCompat.ActivityChooserView = 0x7f1100c5
+com.example.revivemymemory:style/MaterialAlertDialog.Material3.Body.Text.CenterStacked = 0x7f110121
+com.example.revivemymemory:styleable/MaterialButtonToggleGroup = 0x7f120052
+com.example.revivemymemory:id/flip = 0x7f0800cf
+com.example.revivemymemory:string/status_bar_notification_info_overflow = 0x7f1000bb
+com.example.revivemymemory:string/searchview_clear_text_content_description = 0x7f1000b5
+com.example.revivemymemory:dimen/_180sdp = 0x7f060061
+com.example.revivemymemory:id/x_right = 0x7f08021d
+com.example.revivemymemory:macro/m3_comp_switch_disabled_selected_icon_color = 0x7f0c0092
+com.example.revivemymemory:styleable/ColorStateListItem = 0x7f120025
+com.example.revivemymemory:string/patient_email = 0x7f1000ae
+com.example.revivemymemory:macro/m3_comp_outlined_text_field_error_supporting_text_color = 0x7f0c0047
+com.example.revivemymemory:string/path_password_eye = 0x7f1000aa
+com.example.revivemymemory:string/mtrl_timepicker_cancel = 0x7f1000a5
+com.example.revivemymemory:layout/abc_list_menu_item_layout = 0x7f0b0010
+com.example.revivemymemory:string/mtrl_switch_thumb_path_name = 0x7f1000a0
+com.example.revivemymemory:dimen/_562sdp = 0x7f060233
+com.example.revivemymemory:string/mtrl_picker_text_input_date_range_end_hint = 0x7f100093
+com.example.revivemymemory:id/phoneNum = 0x7f08016e
+com.example.revivemymemory:string/mtrl_picker_range_header_unselected = 0x7f10008f
+com.example.revivemymemory:drawable/abc_scrubber_primary_mtrl_alpha = 0x7f070061
+com.example.revivemymemory:id/save_overlay_view = 0x7f080184
+com.example.revivemymemory:macro/m3_comp_extended_fab_surface_icon_color = 0x7f0c0014
+com.example.revivemymemory:string/mtrl_picker_navigate_to_year_description = 0x7f100089
+com.example.revivemymemory:layout/mtrl_picker_fullscreen = 0x7f0b005b
+com.example.revivemymemory:style/Theme.Material3.DayNight = 0x7f110223
+com.example.revivemymemory:string/mtrl_picker_date_header_unselected = 0x7f100081
+com.example.revivemymemory:macro/m3_comp_outlined_autocomplete_menu_list_item_selected_container_color = 0x7f0c0038
+com.example.revivemymemory:dimen/mtrl_calendar_action_confirm_button_min_width = 0x7f06050b
+com.example.revivemymemory:id/accessibility_custom_action_26 = 0x7f080024
+com.example.revivemymemory:id/CTRL = 0x7f080004
+com.example.revivemymemory:string/mtrl_picker_a11y_next_month = 0x7f100078
+com.example.revivemymemory:string/mtrl_picker_range_header_only_end_selected = 0x7f10008b
+com.example.revivemymemory:dimen/_114sdp = 0x7f060011
+com.example.revivemymemory:string/mtrl_checkbox_state_description_indeterminate = 0x7f100073
+com.example.revivemymemory:style/TextAppearance.Material3.LabelMedium = 0x7f1101e2
+com.example.revivemymemory:macro/m3_ref_typeface_plain_regular = 0x7f0c00c2
+com.example.revivemymemory:string/mtrl_checkbox_state_description_checked = 0x7f100072
+com.example.revivemymemory:string/mtrl_picker_a11y_prev_month = 0x7f100079
+com.example.revivemymemory:drawable/abc_ratingbar_small_material = 0x7f07005d
+com.example.revivemymemory:style/TextAppearance.AppCompat.Widget.PopupMenu.Small = 0x7f1101b4
+com.example.revivemymemory:string/mtrl_checkbox_button_path_unchecked = 0x7f100071
+com.example.revivemymemory:style/Widget.Material3.Button.TextButton.Snackbar = 0x7f11034a
+com.example.revivemymemory:style/Widget.Material3.Chip.Filter = 0x7f110354
+com.example.revivemymemory:style/Theme.MaterialComponents.Light.NoActionBar.Bridge = 0x7f110262
+com.example.revivemymemory:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Tertiary = 0x7f110291
+com.example.revivemymemory:style/Widget.MaterialComponents.CompoundButton.CheckBox = 0x7f1103f7
+com.example.revivemymemory:string/mtrl_checkbox_button_path_checked = 0x7f10006e
+com.example.revivemymemory:layout/abc_activity_chooser_view = 0x7f0b0006
+com.example.revivemymemory:id/edit_query = 0x7f0800b4
+com.example.revivemymemory:id/dimensions = 0x7f08009f
+com.example.revivemymemory:style/Widget.Material3.MaterialDivider = 0x7f110397
+com.example.revivemymemory:string/mtrl_badge_numberless_content_description = 0x7f100069
+com.example.revivemymemory:style/Widget.Material3.Button.TextButton.Dialog = 0x7f110346
+com.example.revivemymemory:style/Widget.Material3.Button.OutlinedButton.Icon = 0x7f110344
+com.example.revivemymemory:string/material_timepicker_pm = 0x7f100066
+com.example.revivemymemory:macro/m3_comp_slider_disabled_active_track_color = 0x7f0c0088
+com.example.revivemymemory:integer/mtrl_view_invisible = 0x7f090038
+com.example.revivemymemory:string/material_timepicker_minute = 0x7f100065
+com.example.revivemymemory:macro/m3_comp_filter_chip_container_shape = 0x7f0c002f
+com.example.revivemymemory:id/left = 0x7f0800fe
+com.example.revivemymemory:string/material_timepicker_clock_mode_description = 0x7f100063
+com.example.revivemymemory:dimen/m3_sys_motion_easing_standard_accelerate_control_y1 = 0x7f0604aa
+com.example.revivemymemory:id/withText = 0x7f080216
+com.example.revivemymemory:id/elastic = 0x7f0800b7
+com.example.revivemymemory:string/abc_activity_chooser_view_see_all = 0x7f100005
+com.example.revivemymemory:id/italic = 0x7f0800f7
+com.example.revivemymemory:string/material_minute_suffix = 0x7f100059
+com.example.revivemymemory:style/Widget.Material3.Toolbar.OnSurface = 0x7f1103c7
+com.example.revivemymemory:style/Widget.Material3.BottomNavigationView.ActiveIndicator = 0x7f110337
+com.example.revivemymemory:string/material_hour_24h_suffix = 0x7f100055
+com.example.revivemymemory:dimen/mtrl_low_ripple_default_alpha = 0x7f060558
+com.example.revivemymemory:string/material_hour_selection = 0x7f100056
+com.example.revivemymemory:dimen/mtrl_calendar_navigation_height = 0x7f060526
+com.example.revivemymemory:style/MaterialAlertDialog.MaterialComponents.Title.Panel = 0x7f11012e
+com.example.revivemymemory:drawable/material_ic_edit_black_24dp = 0x7f0700c0
+com.example.revivemymemory:style/AlertDialog.AppCompat = 0x7f110000
+com.example.revivemymemory:id/callMeasure = 0x7f08006c
+com.example.revivemymemory:dimen/_176sdp = 0x7f06005b
+com.example.revivemymemory:string/material_clock_toggle_content_description = 0x7f100054
+com.example.revivemymemory:style/ShapeAppearance.M3.Comp.SearchBar.Container.Shape = 0x7f110155
+com.example.revivemymemory:string/material_clock_display_divider = 0x7f100053
+com.example.revivemymemory:styleable/ChipGroup = 0x7f12001e
+com.example.revivemymemory:string/abc_searchview_description_search = 0x7f100016
+com.example.revivemymemory:id/action_container = 0x7f08003b
+com.example.revivemymemory:macro/m3_sys_color_light_surface_tint = 0x7f0c00c4
+com.example.revivemymemory:drawable/abc_edit_text_material = 0x7f07003d
+com.example.revivemymemory:string/m3_sys_motion_easing_emphasized_accelerate = 0x7f100049
+com.example.revivemymemory:string/last_name = 0x7f100046
+com.example.revivemymemory:dimen/_349sdp = 0x7f06012e
+com.example.revivemymemory:string/i_already_have_an_account = 0x7f100042
+com.example.revivemymemory:macro/m3_comp_switch_disabled_unselected_handle_color = 0x7f0c0094
+com.example.revivemymemory:string/homeScreenTask = 0x7f100041
+com.example.revivemymemory:style/Widget.Material3.Chip.Filter.Elevated = 0x7f110355
+com.example.revivemymemory:id/counterclockwise = 0x7f08008b
+com.example.revivemymemory:style/ThemeOverlay.MaterialAlertDialog.Material3.Title.Icon = 0x7f1102ac
+com.example.revivemymemory:styleable/MaterialTextAppearance = 0x7f12005c
+com.example.revivemymemory:string/path_password_strike_through = 0x7f1000ad
+com.example.revivemymemory:dimen/notification_small_icon_background_padding = 0x7f0605ad
+com.example.revivemymemory:string/mtrl_checkbox_button_icon_path_checked = 0x7f10006a
+com.example.revivemymemory:macro/m3_comp_filled_text_field_error_active_indicator_color = 0x7f0c0029
+com.example.revivemymemory:id/tabMode = 0x7f0801d1
+com.example.revivemymemory:style/Base.V7.Widget.AppCompat.EditText = 0x7f1100ba
+com.example.revivemymemory:string/forget_pasword = 0x7f10003d
+com.example.revivemymemory:style/RtlOverlay.DialogWindowTitle.AppCompat = 0x7f110140
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.MaterialCalendar.Fullscreen = 0x7f1102c9
+com.example.revivemymemory:string/fab_transformation_sheet_behavior = 0x7f10003a
+com.example.revivemymemory:macro/m3_sys_shape_corner_medium_family = 0x7f0c00ca
+com.example.revivemymemory:drawable/abc_star_black_48dp = 0x7f070068
+com.example.revivemymemory:string/exposed_dropdown_menu_content_description = 0x7f100038
+com.example.revivemymemory:styleable/AppBarLayout_Layout = 0x7f12000c
+com.example.revivemymemory:layout/mtrl_calendar_vertical = 0x7f0b0054
+com.example.revivemymemory:string/m3_sys_motion_easing_emphasized_decelerate = 0x7f10004a
+com.example.revivemymemory:style/Theme.AppCompat.DayNight.Dialog = 0x7f110203
+com.example.revivemymemory:style/Theme.MaterialComponents.DayNight.DialogWhenLarge = 0x7f110247
+com.example.revivemymemory:id/showTitle = 0x7f0801ae
+com.example.revivemymemory:style/Widget.MaterialComponents.TextInputLayout.FilledBox.Dense.ExposedDropdownMenu = 0x7f110432
+com.example.revivemymemory:string/enter_a_relative_name = 0x7f100031
+com.example.revivemymemory:dimen/_113sdp = 0x7f060010
+com.example.revivemymemory:dimen/m3_sys_motion_easing_emphasized_decelerate_control_y1 = 0x7f060496
+com.example.revivemymemory:style/Animation.AppCompat.Dialog = 0x7f110002
+com.example.revivemymemory:id/cache_measures = 0x7f08006b
+com.example.revivemymemory:attr/badgeWidePadding = 0x7f030053
+com.example.revivemymemory:dimen/cardview_default_radius = 0x7f06034c
+com.example.revivemymemory:macro/m3_comp_secondary_navigation_tab_container_color = 0x7f0c007c
+com.example.revivemymemory:integer/mtrl_switch_thumb_viewport_size = 0x7f090033
+com.example.revivemymemory:drawable/mtrl_switch_thumb_pressed_checked = 0x7f0700e4
+com.example.revivemymemory:styleable/MotionLayout = 0x7f120068
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f110027
+com.example.revivemymemory:macro/m3_comp_outlined_text_field_disabled_label_text_color = 0x7f0c0043
+com.example.revivemymemory:string/bottomsheet_action_expand_halfway = 0x7f100025
+com.example.revivemymemory:styleable/AnimatedStateListDrawableCompat = 0x7f120007
+com.example.revivemymemory:drawable/mtrl_popupmenu_background_overlay = 0x7f0700de
+com.example.revivemymemory:style/Widget.Material3.Snackbar.TextView = 0x7f1103b6
+com.example.revivemymemory:id/fade = 0x7f0800c3
+com.example.revivemymemory:string/bottomsheet_action_expand = 0x7f100024
+com.example.revivemymemory:style/ThemeOverlay.Material3.HarmonizedColors.Empty = 0x7f110297
+com.example.revivemymemory:dimen/_331sdp = 0x7f06011a
+com.example.revivemymemory:macro/m3_comp_extended_fab_primary_container_color = 0x7f0c000d
+com.example.revivemymemory:style/Theme.MaterialComponents.Light.DialogWhenLarge = 0x7f110260
+com.example.revivemymemory:dimen/mtrl_btn_elevation = 0x7f0604f7
+com.example.revivemymemory:color/material_personalized_color_surface_variant = 0x7f050222
+com.example.revivemymemory:id/search_voice_btn = 0x7f0801a4
+com.example.revivemymemory:macro/m3_comp_switch_unselected_hover_handle_color = 0x7f0c00ad
+com.example.revivemymemory:macro/m3_comp_search_bar_supporting_text_type = 0x7f0c006e
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Medium = 0x7f110023
+com.example.revivemymemory:string/bottomsheet_action_collapse = 0x7f100023
+com.example.revivemymemory:string/app_name = 0x7f10001f
+com.example.revivemymemory:styleable/ViewBackgroundHelper = 0x7f120096
+com.example.revivemymemory:string/address = 0x7f10001d
+com.example.revivemymemory:layout/notification_template_part_chronometer = 0x7f0b0069
+com.example.revivemymemory:dimen/material_cursor_inset = 0x7f0604c9
+com.example.revivemymemory:string/abc_searchview_description_submit = 0x7f100017
+com.example.revivemymemory:drawable/mtrl_switch_thumb_checked = 0x7f0700e0
+com.example.revivemymemory:style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle = 0x7f1101a5
+com.example.revivemymemory:integer/m3_btn_anim_duration_ms = 0x7f09000a
+com.example.revivemymemory:style/Widget.MaterialComponents.MaterialCalendar.Day.Invalid = 0x7f110402
+com.example.revivemymemory:string/abc_menu_sym_shortcut_label = 0x7f100011
+com.example.revivemymemory:style/Animation.AppCompat.DropDownUp = 0x7f110003
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Large = 0x7f11001f
+com.example.revivemymemory:style/Widget.AppCompat.ActionBar.TabText = 0x7f1102d8
+com.example.revivemymemory:string/abc_menu_meta_shortcut_label = 0x7f10000e
+com.example.revivemymemory:id/bottom = 0x7f080064
+com.example.revivemymemory:string/abc_menu_function_shortcut_label = 0x7f10000d
+com.example.revivemymemory:dimen/_353sdp = 0x7f060134
+com.example.revivemymemory:string/androidx_startup = 0x7f10001e
+com.example.revivemymemory:style/Widget.AppCompat.ActionBar.TabView = 0x7f1102d9
+com.example.revivemymemory:id/material_timepicker_cancel_button = 0x7f08011c
+com.example.revivemymemory:style/Widget.AppCompat.ButtonBar.AlertDialog = 0x7f1102e7
+com.example.revivemymemory:string/abc_capital_off = 0x7f100007
+com.example.revivemymemory:macro/m3_comp_checkbox_selected_icon_color = 0x7f0c0008
+com.example.revivemymemory:id/onInterceptTouchReturnSwipe = 0x7f08015b
+com.example.revivemymemory:string/abc_action_bar_home_description = 0x7f100001
+com.example.revivemymemory:raw/successanimation = 0x7f0f0002
+com.example.revivemymemory:dimen/material_helper_text_font_1_3_padding_top = 0x7f0604d8
+com.example.revivemymemory:style/Widget.Compat.NotificationActionText = 0x7f11031f
+com.example.revivemymemory:macro/m3_comp_switch_unselected_pressed_icon_color = 0x7f0c00b4
+com.example.revivemymemory:styleable/BottomAppBar = 0x7f120015
+com.example.revivemymemory:styleable/RadialViewGroup = 0x7f120074
+com.example.revivemymemory:plurals/mtrl_badge_content_description = 0x7f0e0000
+com.example.revivemymemory:id/material_clock_face = 0x7f080110
+com.example.revivemymemory:id/lottie_layer_name = 0x7f080107
+com.example.revivemymemory:style/Widget.MaterialComponents.CircularProgressIndicator.Medium = 0x7f1103f4
+com.example.revivemymemory:dimen/_46ssp = 0x7f0601c2
+com.example.revivemymemory:style/Widget.MaterialComponents.MaterialCalendar.HeaderLayout.Fullscreen = 0x7f11040c
+com.example.revivemymemory:styleable/ThemeEnforcement = 0x7f12008f
+com.example.revivemymemory:drawable/ic_baseline_access_time_24 = 0x7f070097
+com.example.revivemymemory:dimen/_168sdp = 0x7f060051
+com.example.revivemymemory:style/TextAppearance.AppCompat.Widget.Switch = 0x7f1101b5
+com.example.revivemymemory:styleable/ActionMenuItemView = 0x7f120002
+com.example.revivemymemory:id/off = 0x7f080157
+com.example.revivemymemory:macro/m3_comp_suggestion_chip_label_text_type = 0x7f0c0090
+com.example.revivemymemory:dimen/material_filled_edittext_font_2_0_padding_top = 0x7f0604d3
+com.example.revivemymemory:macro/m3_sys_shape_corner_none_family = 0x7f0c00cb
+com.example.revivemymemory:style/Widget.MaterialComponents.ActionBar.Primary = 0x7f1103ca
+com.example.revivemymemory:dimen/_425sdp = 0x7f06018c
+com.example.revivemymemory:macro/m3_comp_primary_navigation_tab_with_label_text_active_label_text_color = 0x7f0c0061
+com.example.revivemymemory:dimen/_10ssp = 0x7f06000c
+com.example.revivemymemory:layout/design_layout_snackbar_include = 0x7f0b0025
+com.example.revivemymemory:styleable/Snackbar = 0x7f120080
+com.example.revivemymemory:macro/m3_sys_shape_corner_full_family = 0x7f0c00c8
+com.example.revivemymemory:color/mtrl_scrim_color = 0x7f050257
+com.example.revivemymemory:macro/m3_sys_color_dark_surface_tint = 0x7f0c00c3
+com.example.revivemymemory:id/tag_accessibility_pane_title = 0x7f0801d5
+com.example.revivemymemory:macro/m3_comp_suggestion_chip_container_shape = 0x7f0c008f
+com.example.revivemymemory:style/ThemeOverlay.Material3.AutoCompleteTextView = 0x7f110272
+com.example.revivemymemory:style/Widget.MaterialComponents.MaterialCalendar.Day.Selected = 0x7f110403
+com.example.revivemymemory:macro/m3_comp_switch_unselected_pressed_state_layer_color = 0x7f0c00b5
+com.example.revivemymemory:style/Theme.AppCompat.DayNight.NoActionBar = 0x7f110207
+com.example.revivemymemory:dimen/mtrl_high_ripple_hovered_alpha = 0x7f060556
+com.example.revivemymemory:string/material_motion_easing_accelerated = 0x7f10005a
+com.example.revivemymemory:macro/m3_comp_switch_unselected_hover_state_layer_color = 0x7f0c00af
+com.example.revivemymemory:macro/m3_comp_switch_unselected_hover_icon_color = 0x7f0c00ae
+com.example.revivemymemory:id/transitionToStart = 0x7f0801fc
+com.example.revivemymemory:macro/m3_comp_switch_unselected_handle_color = 0x7f0c00ac
+com.example.revivemymemory:macro/m3_comp_switch_unselected_focus_handle_color = 0x7f0c00a7
+com.example.revivemymemory:macro/m3_comp_switch_selected_pressed_track_color = 0x7f0c00a5
+com.example.revivemymemory:dimen/_571sdp = 0x7f06023e
+com.example.revivemymemory:color/m3_button_background_color_selector = 0x7f050062
+com.example.revivemymemory:macro/m3_comp_switch_selected_hover_track_color = 0x7f0c00a0
+com.example.revivemymemory:macro/m3_comp_switch_selected_hover_state_layer_color = 0x7f0c009f
+com.example.revivemymemory:dimen/mtrl_extended_fab_bottom_padding = 0x7f060540
+com.example.revivemymemory:string/mtrl_picker_invalid_format_example = 0x7f100085
+com.example.revivemymemory:interpolator/m3_sys_motion_easing_standard_decelerate = 0x7f0a000d
+com.example.revivemymemory:style/ThemeOverlay.Material3.HarmonizedColors = 0x7f110296
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.Toolbar.Popup.Primary = 0x7f1102d2
+com.example.revivemymemory:color/m3_sys_color_dynamic_light_primary_container = 0x7f050173
+com.example.revivemymemory:dimen/m3_sys_motion_easing_emphasized_accelerate_control_x1 = 0x7f060490
+com.example.revivemymemory:attr/marginHorizontal = 0x7f0302bb
+com.example.revivemymemory:style/Theme.MaterialComponents.Light.Dialog = 0x7f110258
+com.example.revivemymemory:macro/m3_comp_slider_label_container_color = 0x7f0c008d
+com.example.revivemymemory:macro/m3_comp_sheet_bottom_docked_container_shape = 0x7f0c0085
+com.example.revivemymemory:style/Widget.Material3.CompoundButton.RadioButton = 0x7f110366
+com.example.revivemymemory:macro/m3_comp_outlined_text_field_hover_supporting_text_color = 0x7f0c004f
+com.example.revivemymemory:dimen/_185sdp = 0x7f060066
+com.example.revivemymemory:style/ThemeOverlay.Material3.FloatingActionButton.Primary = 0x7f110292
+com.example.revivemymemory:style/Theme.Material3.Light.NoActionBar = 0x7f110234
+com.example.revivemymemory:id/tag_unhandled_key_listeners = 0x7f0801dd
+com.example.revivemymemory:macro/m3_comp_secondary_navigation_tab_inactive_label_text_color = 0x7f0c007f
+com.example.revivemymemory:style/Widget.Material3.Button.ElevatedButton.Icon = 0x7f11033d
+com.example.revivemymemory:id/fill_vertical = 0x7f0800c6
+com.example.revivemymemory:dimen/_508sdp = 0x7f0601f1
+com.example.revivemymemory:style/Widget.MaterialComponents.Button.TextButton.Dialog.Icon = 0x7f1103e6
+com.example.revivemymemory:macro/m3_comp_divider_color = 0x7f0c000b
+com.example.revivemymemory:macro/m3_comp_search_view_header_input_text_color = 0x7f0c0074
+com.example.revivemymemory:macro/m3_comp_search_view_divider_color = 0x7f0c0072
+com.example.revivemymemory:drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__0 = 0x7f070015
+com.example.revivemymemory:macro/m3_comp_search_bar_pressed_supporting_text_color = 0x7f0c006c
+com.example.revivemymemory:macro/m3_comp_search_bar_pressed_state_layer_color = 0x7f0c006b
+com.example.revivemymemory:macro/m3_comp_search_bar_container_surface_tint_layer_color = 0x7f0c0065
+com.example.revivemymemory:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Primary = 0x7f110369
+com.example.revivemymemory:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.SubmenuArrow = 0x7f110146
+com.example.revivemymemory:string/material_motion_easing_decelerated = 0x7f10005b
+com.example.revivemymemory:id/SHOW_PATH = 0x7f08000a
+com.example.revivemymemory:style/Base.Widget.MaterialComponents.TextInputEditText = 0x7f110116
+com.example.revivemymemory:macro/m3_comp_primary_navigation_tab_with_label_text_label_text_type = 0x7f0c0063
+com.example.revivemymemory:dimen/notification_right_side_padding_top = 0x7f0605ac
+com.example.revivemymemory:macro/m3_comp_primary_navigation_tab_divider_color = 0x7f0c005b
+com.example.revivemymemory:style/Base.Widget.AppCompat.ProgressBar = 0x7f1100e7
+com.example.revivemymemory:color/material_personalized_color_surface = 0x7f05021f
+com.example.revivemymemory:macro/m3_comp_outlined_text_field_disabled_supporting_text_color = 0x7f0c0045
+com.example.revivemymemory:macro/m3_comp_outlined_text_field_disabled_outline_color = 0x7f0c0044
+com.example.revivemymemory:macro/m3_comp_input_chip_label_text_type = 0x7f0c0032
+com.example.revivemymemory:macro/m3_comp_outlined_autocomplete_text_field_caret_color = 0x7f0c0039
+com.example.revivemymemory:style/Base.Widget.MaterialComponents.CheckedTextView = 0x7f11010c
+com.example.revivemymemory:style/Base.Theme.Material3.Light.BottomSheetDialog = 0x7f11005c
+com.example.revivemymemory:style/ThemeOverlay.Material3.TextInputEditText = 0x7f1102a6
+com.example.revivemymemory:integer/abc_config_activityShortDur = 0x7f090001
+com.example.revivemymemory:id/selection_type = 0x7f0801a7
+com.example.revivemymemory:styleable/FontFamilyFont = 0x7f120038
+com.example.revivemymemory:macro/m3_comp_linear_progress_indicator_active_indicator_color = 0x7f0c0033
+com.example.revivemymemory:drawable/mtrl_checkbox_button_icon = 0x7f0700ca
+com.example.revivemymemory:string/mtrl_picker_date_header_title = 0x7f100080
+com.example.revivemymemory:macro/m3_comp_filled_text_field_error_supporting_text_color = 0x7f0c002a
+com.example.revivemymemory:style/Widget.Design.TextInputEditText = 0x7f110329
+com.example.revivemymemory:id/accessibility_custom_action_30 = 0x7f080029
+com.example.revivemymemory:dimen/m3_comp_elevated_button_disabled_container_elevation = 0x7f0603eb
+com.example.revivemymemory:style/Base.Widget.Material3.MaterialCalendar.NavigationButton = 0x7f110106
+com.example.revivemymemory:macro/m3_comp_filled_button_label_text_type = 0x7f0c0026
+com.example.revivemymemory:string/login_title = 0x7f100047
+com.example.revivemymemory:style/Base.Widget.AppCompat.ActionBar.Solid = 0x7f1100bd
+com.example.revivemymemory:styleable/LinearLayoutCompat_Layout = 0x7f12004a
+com.example.revivemymemory:style/Theme.MaterialComponents.Dialog.Alert.Bridge = 0x7f11024c
+com.example.revivemymemory:mipmap/ic_launcher_round = 0x7f0d0001
+com.example.revivemymemory:dimen/mtrl_btn_text_size = 0x7f060509
+com.example.revivemymemory:macro/m3_comp_filled_autocomplete_text_field_input_text_type = 0x7f0c0023
+com.example.revivemymemory:macro/m3_comp_fab_tertiary_icon_color = 0x7f0c0021
+com.example.revivemymemory:style/Widget.Material3.LinearProgressIndicator = 0x7f11037e
+com.example.revivemymemory:macro/m3_comp_fab_secondary_container_color = 0x7f0c001c
+com.example.revivemymemory:style/Widget.Material3.Button.OutlinedButton = 0x7f110343
+com.example.revivemymemory:dimen/m3_bottom_sheet_modal_elevation = 0x7f0603b2
+com.example.revivemymemory:color/material_dynamic_tertiary60 = 0x7f0501f0
+com.example.revivemymemory:id/expanded_menu = 0x7f0800c2
+com.example.revivemymemory:styleable/Fragment = 0x7f12003a
+com.example.revivemymemory:macro/m3_comp_fab_primary_small_container_shape = 0x7f0c001b
+com.example.revivemymemory:dimen/design_tab_text_size = 0x7f060383
+com.example.revivemymemory:dimen/_489sdp = 0x7f0601d8
+com.example.revivemymemory:macro/m3_comp_fab_primary_container_color = 0x7f0c0017
+com.example.revivemymemory:id/mtrl_calendar_frame = 0x7f080130
+com.example.revivemymemory:macro/m3_comp_extended_fab_primary_label_text_type = 0x7f0c0010
+com.example.revivemymemory:id/fragment_container_view_tag = 0x7f0800d4
+com.example.revivemymemory:drawable/m3_radiobutton_ripple = 0x7f0700b7
+com.example.revivemymemory:style/Widget.MaterialComponents.Toolbar.PrimarySurface = 0x7f110445
+com.example.revivemymemory:drawable/avd_show_password = 0x7f07007a
+com.example.revivemymemory:macro/m3_comp_elevated_button_container_color = 0x7f0c000c
+com.example.revivemymemory:styleable/TabLayout = 0x7f12008a
+com.example.revivemymemory:integer/m3_sys_motion_duration_long4 = 0x7f090015
+com.example.revivemymemory:dimen/_33sdp = 0x7f060123
+com.example.revivemymemory:macro/m3_comp_circular_progress_indicator_active_indicator_color = 0x7f0c000a
+com.example.revivemymemory:macro/m3_comp_checkbox_unselected_outline_color = 0x7f0c0009
+com.example.revivemymemory:style/TextAppearance.AppCompat.Small.Inverse = 0x7f11019e
+com.example.revivemymemory:id/action_bar_spinner = 0x7f080038
+com.example.revivemymemory:macro/m3_comp_checkbox_selected_disabled_icon_color = 0x7f0c0005
+com.example.revivemymemory:macro/m3_comp_assist_chip_label_text_type = 0x7f0c0001
+com.example.revivemymemory:layout/select_dialog_singlechoice_material = 0x7f0b006e
+com.example.revivemymemory:drawable/mtrl_ic_cancel = 0x7f0700d6
+com.example.revivemymemory:layout/select_dialog_multichoice_material = 0x7f0b006d
+com.example.revivemymemory:id/masked = 0x7f08010b
+com.example.revivemymemory:drawable/ic_clear_black_24 = 0x7f0700a2
+com.example.revivemymemory:layout/notification_template_part_time = 0x7f0b006a
+com.example.revivemymemory:layout/notification_template_icon_group = 0x7f0b0068
+com.example.revivemymemory:style/Base.Animation.AppCompat.Tooltip = 0x7f11000d
+com.example.revivemymemory:layout/mtrl_search_view = 0x7f0b0064
+com.example.revivemymemory:style/Widget.AppCompat.RatingBar = 0x7f11030f
+com.example.revivemymemory:macro/m3_comp_outlined_text_field_caret_color = 0x7f0c0040
+com.example.revivemymemory:id/month_navigation_next = 0x7f080129
+com.example.revivemymemory:dimen/mtrl_snackbar_padding_horizontal = 0x7f06058d
+com.example.revivemymemory:layout/mtrl_search_bar = 0x7f0b0063
+com.example.revivemymemory:layout/mtrl_picker_text_input_date_range = 0x7f0b0062
+com.example.revivemymemory:styleable/ListPopupWindow = 0x7f12004c
+com.example.revivemymemory:layout/mtrl_picker_text_input_date = 0x7f0b0061
+com.example.revivemymemory:style/Widget.AppCompat.ActionButton = 0x7f1102da
+com.example.revivemymemory:layout/mtrl_picker_actions = 0x7f0b0059
+com.example.revivemymemory:id/custom = 0x7f08008e
+com.example.revivemymemory:dimen/_426sdp = 0x7f06018d
+com.example.revivemymemory:color/material_timepicker_button_stroke = 0x7f05022c
+com.example.revivemymemory:drawable/abc_list_selector_background_transition_holo_light = 0x7f070054
+com.example.revivemymemory:layout/design_bottom_navigation_item = 0x7f0b0022
+com.example.revivemymemory:style/Widget.MaterialComponents.AutoCompleteTextView.FilledBox.Dense = 0x7f1103d3
+com.example.revivemymemory:macro/m3_comp_switch_unselected_track_color = 0x7f0c00b8
+com.example.revivemymemory:id/emailInput = 0x7f0800b9
+com.example.revivemymemory:drawable/$mtrl_switch_thumb_pressed_unchecked__0 = 0x7f070025
+com.example.revivemymemory:layout/mtrl_layout_snackbar = 0x7f0b0056
+com.example.revivemymemory:attr/iconTintMode = 0x7f03020b
+com.example.revivemymemory:dimen/_584sdp = 0x7f06024d
+com.example.revivemymemory:layout/mtrl_calendar_year = 0x7f0b0055
+com.example.revivemymemory:styleable/KeyFramesAcceleration = 0x7f120043
+com.example.revivemymemory:string/material_slider_range_end = 0x7f10005f
+com.example.revivemymemory:drawable/abc_switch_thumb_material = 0x7f07006a
+com.example.revivemymemory:layout/mtrl_calendar_month_navigation = 0x7f0b0052
+com.example.revivemymemory:style/Base.V21.Theme.MaterialComponents.Dialog = 0x7f1100a0
+com.example.revivemymemory:layout/mtrl_calendar_month_labeled = 0x7f0b0051
+com.example.revivemymemory:style/Base.Widget.AppCompat.AutoCompleteTextView = 0x7f1100c6
+com.example.revivemymemory:layout/mtrl_calendar_days_of_week = 0x7f0b004e
+com.example.revivemymemory:styleable/DrawerLayout = 0x7f120031
+com.example.revivemymemory:layout/mtrl_auto_complete_simple_item = 0x7f0b004b
+com.example.revivemymemory:id/addressTil = 0x7f080049
+com.example.revivemymemory:style/Widget.AppCompat.Light.ActionButton.CloseMode = 0x7f1102f9
+com.example.revivemymemory:macro/m3_comp_slider_inactive_track_color = 0x7f0c008c
+com.example.revivemymemory:style/Widget.Material3.AutoCompleteTextView.OutlinedBox = 0x7f110330
+com.example.revivemymemory:style/Base.DialogWindowTitle.AppCompat = 0x7f11000f
+com.example.revivemymemory:layout/material_time_input = 0x7f0b0041
+com.example.revivemymemory:layout/material_clockface_textview = 0x7f0b003c
+com.example.revivemymemory:style/ThemeOverlay.Material3.FloatingActionButton.Tertiary = 0x7f110295
+com.example.revivemymemory:layout/material_clock_display_divider = 0x7f0b0039
+com.example.revivemymemory:layout/m3_alert_dialog_actions = 0x7f0b0033
+com.example.revivemymemory:color/mtrl_tabs_ripple_color = 0x7f050260
+com.example.revivemymemory:attr/motionDurationShort4 = 0x7f030315
+com.example.revivemymemory:layout/design_navigation_item_header = 0x7f0b002a
+com.example.revivemymemory:id/east = 0x7f0800b3
+com.example.revivemymemory:layout/design_bottom_sheet_dialog = 0x7f0b0023
+com.example.revivemymemory:style/Base.Widget.AppCompat.SeekBar = 0x7f1100ee
+com.example.revivemymemory:dimen/_101sdp = 0x7f060002
+com.example.revivemymemory:style/TextAppearance.Widget.AppCompat.ExpandedMenu.Item = 0x7f1101fc
+com.example.revivemymemory:id/staticLayout = 0x7f0801ca
+com.example.revivemymemory:id/outline = 0x7f08015c
+com.example.revivemymemory:drawable/$mtrl_switch_thumb_checked_unchecked__1 = 0x7f070023
+com.example.revivemymemory:style/Widget.AppCompat.Light.ActionBar.TabText = 0x7f1102f4
+com.example.revivemymemory:style/Theme.MaterialComponents.DayNight.NoActionBar.Bridge = 0x7f110249
+com.example.revivemymemory:layout/custom_dialog = 0x7f0b0021
+com.example.revivemymemory:styleable/AppCompatEmojiHelper = 0x7f12000d
+com.example.revivemymemory:layout/activity_forget_password = 0x7f0b001c
+com.example.revivemymemory:drawable/m3_tabs_line_indicator = 0x7f0700ba
+com.example.revivemymemory:layout/abc_tooltip = 0x7f0b001b
+com.example.revivemymemory:layout/abc_search_dropdown_item_icons_2line = 0x7f0b0018
+com.example.revivemymemory:style/TextAppearance.AppCompat.Widget.PopupMenu.Header = 0x7f1101b2
+com.example.revivemymemory:id/accelerate = 0x7f08000f
+com.example.revivemymemory:layout/abc_screen_simple_overlay_action_mode = 0x7f0b0016
+com.example.revivemymemory:layout/abc_list_menu_item_icon = 0x7f0b000f
+com.example.revivemymemory:layout/abc_dialog_title_material = 0x7f0b000c
+com.example.revivemymemory:layout/abc_alert_dialog_title_material = 0x7f0b000a
+com.example.revivemymemory:style/Widget.Material3.TextInputLayout.OutlinedBox.ExposedDropdownMenu = 0x7f1103c5
+com.example.revivemymemory:layout/abc_action_bar_title_item = 0x7f0b0000
+com.example.revivemymemory:id/search_view_header_container = 0x7f08019d
+com.example.revivemymemory:dimen/_42ssp = 0x7f060192
+com.example.revivemymemory:id/mtrl_picker_header = 0x7f08013b
+com.example.revivemymemory:interpolator/mtrl_linear_out_slow_in = 0x7f0a0011
+com.example.revivemymemory:dimen/m3_fab_corner_size = 0x7f060456
+com.example.revivemymemory:style/Widget.Material3.ExtendedFloatingActionButton.Surface = 0x7f11036f
+com.example.revivemymemory:drawable/ic_baseline_date_range_24 = 0x7f07009b
+com.example.revivemymemory:style/Base.Widget.AppCompat.RatingBar.Indicator = 0x7f1100ea
+com.example.revivemymemory:drawable/abc_ic_voice_search_api_material = 0x7f07004a
+com.example.revivemymemory:id/passwordTil = 0x7f080166
+com.example.revivemymemory:style/TextAppearance.Design.CollapsingToolbar.Expanded = 0x7f1101bc
+com.example.revivemymemory:style/Base.Theme.Material3.Light.Dialog = 0x7f11005d
+com.example.revivemymemory:styleable/RangeSlider = 0x7f120075
+com.example.revivemymemory:interpolator/mtrl_linear = 0x7f0a0010
+com.example.revivemymemory:layout/design_layout_tab_icon = 0x7f0b0026
+com.example.revivemymemory:style/ThemeOverlay.Material3.TextInputEditText.FilledBox.Dense = 0x7f1102a8
+com.example.revivemymemory:style/ThemeOverlay.Material3.Button.IconButton.Filled.Tonal = 0x7f11027e
+com.example.revivemymemory:interpolator/m3_sys_motion_easing_linear = 0x7f0a000a
+com.example.revivemymemory:interpolator/m3_sys_motion_easing_emphasized = 0x7f0a0007
+com.example.revivemymemory:dimen/mtrl_calendar_day_corner = 0x7f060510
+com.example.revivemymemory:style/Widget.Material3.CircularProgressIndicator.Small = 0x7f110360
+com.example.revivemymemory:interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0 = 0x7f0a0000
+com.example.revivemymemory:interpolator/fast_out_slow_in = 0x7f0a0006
+com.example.revivemymemory:style/Base.Widget.AppCompat.ImageButton = 0x7f1100d6
+com.example.revivemymemory:dimen/_13ssp = 0x7f060030
+com.example.revivemymemory:macro/m3_comp_outlined_text_field_focus_input_text_color = 0x7f0c0049
+com.example.revivemymemory:id/closest = 0x7f08007f
+com.example.revivemymemory:integer/status_bar_notification_info_maxnum = 0x7f09003b
+com.example.revivemymemory:dimen/_9sdp = 0x7f0602ba
+com.example.revivemymemory:interpolator/mtrl_fast_out_slow_in = 0x7f0a000f
+com.example.revivemymemory:integer/mtrl_switch_track_viewport_width = 0x7f090035
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Title.Inverse = 0x7f11002e
+com.example.revivemymemory:style/ShapeAppearance.Material3.MediumComponent = 0x7f11016a
+com.example.revivemymemory:integer/mtrl_switch_thumb_pre_morphing_duration = 0x7f090030
+com.example.revivemymemory:integer/m3_chip_anim_duration = 0x7f09000d
+com.example.revivemymemory:id/material_clock_level = 0x7f080112
+com.example.revivemymemory:integer/mtrl_btn_anim_duration_ms = 0x7f090027
+com.example.revivemymemory:style/ShapeAppearanceOverlay.Material3.FloatingActionButton = 0x7f110179
+com.example.revivemymemory:style/Widget.Material3.TextInputLayout.FilledBox.Dense = 0x7f1103bf
+com.example.revivemymemory:integer/material_motion_duration_short_1 = 0x7f090022
+com.example.revivemymemory:integer/material_motion_duration_medium_2 = 0x7f090021
+com.example.revivemymemory:string/abc_activitychooserview_choose_application = 0x7f100006
+com.example.revivemymemory:integer/m3_sys_motion_duration_short4 = 0x7f09001d
+com.example.revivemymemory:integer/m3_sys_motion_duration_long3 = 0x7f090014
+com.example.revivemymemory:drawable/mtrl_switch_thumb_unchecked = 0x7f0700e6
+com.example.revivemymemory:integer/m3_sys_motion_duration_long2 = 0x7f090013
+com.example.revivemymemory:style/Base.Widget.AppCompat.Button.Small = 0x7f1100cc
+com.example.revivemymemory:styleable/FontFamily = 0x7f120037
+com.example.revivemymemory:styleable/ConstraintLayout_placeholder = 0x7f12002a
+com.example.revivemymemory:dimen/m3_card_elevated_dragged_z = 0x7f0603d3
+com.example.revivemymemory:id/ignoreRequest = 0x7f0800ee
+com.example.revivemymemory:dimen/mtrl_textinput_box_stroke_width_focused = 0x7f060597
+com.example.revivemymemory:integer/design_tab_indicator_anim_duration_ms = 0x7f090007
+com.example.revivemymemory:style/Theme.AppCompat.DayNight.Dialog.MinWidth = 0x7f110205
+com.example.revivemymemory:string/mtrl_picker_navigate_to_current_year_description = 0x7f100088
+com.example.revivemymemory:style/Base.V24.Theme.Material3.Light.Dialog = 0x7f1100ae
+com.example.revivemymemory:integer/config_tooltipAnimTime = 0x7f090005
+com.example.revivemymemory:macro/m3_ref_typeface_brand_regular = 0x7f0c00c0
+com.example.revivemymemory:style/Base.Widget.AppCompat.RatingBar.Small = 0x7f1100eb
+com.example.revivemymemory:id/layout = 0x7f0800fd
+com.example.revivemymemory:id/x_left = 0x7f08021c
+com.example.revivemymemory:id/wrap_content = 0x7f08021a
+com.example.revivemymemory:id/textinput_placeholder = 0x7f0801ef
+com.example.revivemymemory:style/Base.V14.Theme.Material3.Light.SideSheetDialog = 0x7f11008a
+com.example.revivemymemory:dimen/design_tab_max_width = 0x7f060381
+com.example.revivemymemory:dimen/_552sdp = 0x7f060227
+com.example.revivemymemory:id/with_icon = 0x7f080217
+com.example.revivemymemory:id/view_tree_saved_state_registry_owner = 0x7f080211
+com.example.revivemymemory:style/Widget.MaterialComponents.TabLayout.Colored = 0x7f11042a
+com.example.revivemymemory:style/Widget.Design.BottomSheet.Modal = 0x7f110322
+com.example.revivemymemory:id/view_tree_on_back_pressed_dispatcher_owner = 0x7f080210
+com.example.revivemymemory:drawable/abc_control_background_material = 0x7f07003b
+com.example.revivemymemory:id/username_login = 0x7f08020a
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.Toolbar.Surface = 0x7f1102d4
+com.example.revivemymemory:id/view_tree_view_model_store_owner = 0x7f080212
+com.example.revivemymemory:id/actions = 0x7f080045
+com.example.revivemymemory:dimen/_254sdp = 0x7f0600bb
+com.example.revivemymemory:id/uniform = 0x7f080206
+com.example.revivemymemory:id/tag_unhandled_key_event_manager = 0x7f0801dc
+com.example.revivemymemory:id/forever = 0x7f0800d2
+com.example.revivemymemory:id/unchecked = 0x7f080205
+com.example.revivemymemory:macro/m3_comp_primary_navigation_tab_inactive_hover_state_layer_color = 0x7f0c005d
+com.example.revivemymemory:id/snackbar_action = 0x7f0801b3
+com.example.revivemymemory:drawable/abc_ic_commit_search_api_mtrl_alpha = 0x7f070041
+com.example.revivemymemory:id/tv_register = 0x7f080204
+com.example.revivemymemory:style/ThemeOverlay.Material3.MaterialCalendar.Fullscreen = 0x7f11029d
+com.example.revivemymemory:id/tv_login = 0x7f080203
+com.example.revivemymemory:style/Theme.Material3.Light.BottomSheetDialog = 0x7f11022f
+com.example.revivemymemory:id/transition_scene_layoutid_cache = 0x7f080200
+com.example.revivemymemory:id/transition_layout_save = 0x7f0801fe
+com.example.revivemymemory:id/touch_outside = 0x7f0801fa
+com.example.revivemymemory:style/Theme.MaterialComponents.DayNight.Dialog.FixedSize.Bridge = 0x7f110244
+com.example.revivemymemory:id/topPanel = 0x7f0801f9
+com.example.revivemymemory:styleable/Tooltip = 0x7f120091
+com.example.revivemymemory:id/toggle = 0x7f0801f6
+com.example.revivemymemory:macro/m3_comp_search_view_header_input_text_type = 0x7f0c0075
+com.example.revivemymemory:dimen/_432sdp = 0x7f060195
+com.example.revivemymemory:id/title_template = 0x7f0801f5
+com.example.revivemymemory:style/Widget.AppCompat.Light.ActionBar.Solid.Inverse = 0x7f1102f1
+com.example.revivemymemory:id/title = 0x7f0801f3
+com.example.revivemymemory:style/Theme.MaterialComponents.Light.Bridge = 0x7f110255
+com.example.revivemymemory:id/textinput_suffix_text = 0x7f0801f1
+com.example.revivemymemory:id/textinput_prefix_text = 0x7f0801f0
+com.example.revivemymemory:style/Widget.Material3.FloatingActionButton.Large.Primary = 0x7f110371
+com.example.revivemymemory:style/Widget.Material3.ChipGroup = 0x7f11035c
+com.example.revivemymemory:style/Base.ThemeOverlay.MaterialComponents.Light.Dialog.Alert.Framework = 0x7f110081
+com.example.revivemymemory:id/textinput_counter = 0x7f0801ec
+com.example.revivemymemory:style/Base.Widget.AppCompat.PopupMenu.Overflow = 0x7f1100e5
+com.example.revivemymemory:id/text_input_end_icon = 0x7f0801e9
+com.example.revivemymemory:id/textView2 = 0x7f0801e7
+com.example.revivemymemory:layout/mtrl_layout_snackbar_include = 0x7f0b0057
+com.example.revivemymemory:id/parallax = 0x7f080160
+com.example.revivemymemory:drawable/$mtrl_checkbox_button_icon_checked_unchecked__0 = 0x7f070011
+com.example.revivemymemory:style/ThemeOverlay.Material3.Dark = 0x7f110284
+com.example.revivemymemory:color/material_slider_active_track_color = 0x7f050226
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Widget.Button.Inverse = 0x7f11003a
+com.example.revivemymemory:style/TextAppearance.M3.Sys.Typescale.TitleMedium = 0x7f1101d4
+com.example.revivemymemory:styleable/MaterialSwitch = 0x7f12005b
+com.example.revivemymemory:style/Base.Theme.AppCompat.Light.Dialog.FixedSize = 0x7f110054
+com.example.revivemymemory:style/Base.V21.ThemeOverlay.Material3.BottomSheetDialog = 0x7f1100a4
+com.example.revivemymemory:id/textStart = 0x7f0801e4
+com.example.revivemymemory:style/ThemeOverlay.AppCompat.Dark = 0x7f110268
+com.example.revivemymemory:styleable/MaterialCardView = 0x7f120055
+com.example.revivemymemory:id/textSpacerNoButtons = 0x7f0801e2
+com.example.revivemymemory:drawable/abc_scrubber_control_to_pressed_mtrl_005 = 0x7f070060
+com.example.revivemymemory:style/Base.TextAppearance.MaterialComponents.Badge = 0x7f110042
+com.example.revivemymemory:id/text2 = 0x7f0801e0
+com.example.revivemymemory:id/tag_window_insets_animation_callback = 0x7f0801de
+com.example.revivemymemory:drawable/abc_vector_test = 0x7f070077
+com.example.revivemymemory:id/tag_transition_group = 0x7f0801db
+com.example.revivemymemory:id/tag_on_receive_content_mime_types = 0x7f0801d8
+com.example.revivemymemory:id/tag_on_apply_window_listener = 0x7f0801d6
+com.example.revivemymemory:dimen/_minus23sdp = 0x7f0602ca
+com.example.revivemymemory:id/skipCollapsed = 0x7f0801b0
+com.example.revivemymemory:id/embed = 0x7f0800bb
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Tooltip = 0x7f11002f
+com.example.revivemymemory:id/supportScrollUp = 0x7f0801d0
+com.example.revivemymemory:dimen/_381sdp = 0x7f060156
+com.example.revivemymemory:dimen/_465sdp = 0x7f0601bc
+com.example.revivemymemory:id/stretch = 0x7f0801cd
+com.example.revivemymemory:id/stop = 0x7f0801cc
+com.example.revivemymemory:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Title = 0x7f110148
+com.example.revivemymemory:id/material_minute_text_input = 0x7f080119
+com.example.revivemymemory:layout/design_layout_snackbar = 0x7f0b0024
+com.example.revivemymemory:dimen/_78ssp = 0x7f06028b
+com.example.revivemymemory:dimen/_73sdp = 0x7f060280
+com.example.revivemymemory:id/centerInside = 0x7f080071
+com.example.revivemymemory:drawable/$m3_avd_show_password__0 = 0x7f07000a
+com.example.revivemymemory:dimen/abc_button_inset_vertical_material = 0x7f06030b
+com.example.revivemymemory:style/Base.Widget.AppCompat.DrawerArrowToggle.Common = 0x7f1100d3
+com.example.revivemymemory:id/startHorizontal = 0x7f0801c7
+com.example.revivemymemory:id/start = 0x7f0801c6
+com.example.revivemymemory:dimen/_96sdp = 0x7f0602b2
+com.example.revivemymemory:color/material_slider_halo_color = 0x7f050227
+com.example.revivemymemory:id/standard = 0x7f0801c5
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Small = 0x7f11003e
+com.example.revivemymemory:color/material_personalized_color_secondary = 0x7f05021d
+com.example.revivemymemory:id/ssn = 0x7f0801c4
+com.example.revivemymemory:dimen/m3_bottomappbar_fab_cradle_margin = 0x7f0603b3
+com.example.revivemymemory:dimen/_597sdp = 0x7f06025c
+com.example.revivemymemory:id/src_over = 0x7f0801c3
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.Light.Dialog.Alert.Framework = 0x7f1102c0
+com.example.revivemymemory:id/src_in = 0x7f0801c2
+com.example.revivemymemory:id/src_atop = 0x7f0801c1
+com.example.revivemymemory:layout/design_menu_item_action_area = 0x7f0b0028
+com.example.revivemymemory:attr/mock_diagonalsColor = 0x7f0302ff
+com.example.revivemymemory:dimen/_421sdp = 0x7f060188
+com.example.revivemymemory:id/bounceEnd = 0x7f080067
+com.example.revivemymemory:id/spread = 0x7f0801bd
+com.example.revivemymemory:layout/abc_action_mode_close_item_material = 0x7f0b0005
+com.example.revivemymemory:id/split_action_bar = 0x7f0801bc
+com.example.revivemymemory:id/search_view_scrim = 0x7f08019f
+com.example.revivemymemory:drawable/ic_m3_chip_checked_circle = 0x7f0700a8
+com.example.revivemymemory:id/mtrl_picker_text_input_date = 0x7f08013f
+com.example.revivemymemory:id/special_effects_controller_view_tag = 0x7f0801ba
+com.example.revivemymemory:style/Base.AlertDialog.AppCompat = 0x7f110009
+com.example.revivemymemory:id/south = 0x7f0801b8
+com.example.revivemymemory:style/Widget.Material3.Button.TonalButton.Icon = 0x7f11034c
+com.example.revivemymemory:drawable/btn_radio_off_mtrl = 0x7f070087
+com.example.revivemymemory:color/material_personalized_color_on_error_container = 0x7f050210
+com.example.revivemymemory:id/snap = 0x7f0801b5
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f1102b8
+com.example.revivemymemory:id/slide = 0x7f0801b2
+com.example.revivemymemory:drawable/abc_menu_hardkey_panel_mtrl_mult = 0x7f070059
+com.example.revivemymemory:dimen/_158sdp = 0x7f060045
+com.example.revivemymemory:id/sin = 0x7f0801af
+com.example.revivemymemory:macro/m3_comp_fab_primary_icon_color = 0x7f0c0019
+com.example.revivemymemory:id/showCustom = 0x7f0801ac
+com.example.revivemymemory:id/search_view_status_bar_spacer = 0x7f0801a1
+com.example.revivemymemory:string/mtrl_picker_range_header_only_start_selected = 0x7f10008c
+com.example.revivemymemory:dimen/_60ssp = 0x7f060265
+com.example.revivemymemory:style/Widget.AppCompat.ListView.DropDown = 0x7f110308
+com.example.revivemymemory:style/Widget.Material3.AutoCompleteTextView.FilledBox = 0x7f11032e
+com.example.revivemymemory:id/search_view_divider = 0x7f08019a
+com.example.revivemymemory:id/end = 0x7f0800bc
+com.example.revivemymemory:style/ThemeOverlay.Material3.SideSheetDialog = 0x7f1102a4
+com.example.revivemymemory:id/search_view_content_container = 0x7f080199
+com.example.revivemymemory:id/search_view_clear_button = 0x7f080198
+com.example.revivemymemory:style/Theme.AppCompat.DayNight.Dialog.Alert = 0x7f110204
+com.example.revivemymemory:id/search_go_btn = 0x7f080193
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Medium.Inverse = 0x7f110024
+com.example.revivemymemory:string/Register_your_email = 0x7f100000
+com.example.revivemymemory:id/staticPostLayout = 0x7f0801cb
+com.example.revivemymemory:id/search_edit_frame = 0x7f080192
+com.example.revivemymemory:id/clip_horizontal = 0x7f08007c
+com.example.revivemymemory:style/Theme.Material3.Dark.NoActionBar = 0x7f110221
+com.example.revivemymemory:id/search_close_btn = 0x7f080191
+com.example.revivemymemory:id/search_bar_text_view = 0x7f08018f
+com.example.revivemymemory:drawable/$avd_hide_password__2 = 0x7f070002
+com.example.revivemymemory:id/scrollable = 0x7f08018c
+com.example.revivemymemory:integer/design_snackbar_text_max_lines = 0x7f090006
+com.example.revivemymemory:macro/m3_comp_outlined_text_field_focus_supporting_text_color = 0x7f0c004c
+com.example.revivemymemory:id/accessibility_custom_action_24 = 0x7f080022
+com.example.revivemymemory:style/Base.V14.Theme.Material3.Dark.Dialog = 0x7f110085
+com.example.revivemymemory:id/screen = 0x7f080187
+com.example.revivemymemory:color/tooltip_background_light = 0x7f050283
+com.example.revivemymemory:dimen/_240sdp = 0x7f0600ab
+com.example.revivemymemory:macro/m3_comp_switch_disabled_unselected_track_color = 0x7f0c0096
+com.example.revivemymemory:styleable/PopupWindowBackgroundState = 0x7f120072
+com.example.revivemymemory:drawable/baseline_contact_phone_24 = 0x7f07007e
+com.example.revivemymemory:dimen/m3_comp_switch_unselected_focus_state_layer_opacity = 0x7f060447
+com.example.revivemymemory:dimen/mtrl_calendar_title_baseline_to_top = 0x7f06052e
+com.example.revivemymemory:id/scale = 0x7f080186
+com.example.revivemymemory:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu = 0x7f110437
+com.example.revivemymemory:id/save_non_transition_alpha = 0x7f080183
+com.example.revivemymemory:id/row_index_key = 0x7f080182
+com.example.revivemymemory:id/addressInputEditText = 0x7f080048
+com.example.revivemymemory:style/Theme.MaterialComponents.DayNight.Dialog = 0x7f11023f
+com.example.revivemymemory:dimen/mtrl_calendar_action_height = 0x7f06050c
+com.example.revivemymemory:id/right_icon = 0x7f08017f
+com.example.revivemymemory:dimen/_514sdp = 0x7f0601f9
+com.example.revivemymemory:raw/repassword = 0x7f0f0001
+com.example.revivemymemory:dimen/_253sdp = 0x7f0600ba
+com.example.revivemymemory:dimen/_188sdp = 0x7f060069
+com.example.revivemymemory:id/right = 0x7f08017d
+com.example.revivemymemory:id/ghost_view = 0x7f0800d7
+com.example.revivemymemory:style/ThemeOverlay.AppCompat.Dark.ActionBar = 0x7f110269
+com.example.revivemymemory:drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__0 = 0x7f07001b
+com.example.revivemymemory:id/repasslottie = 0x7f080179
+com.example.revivemymemory:dimen/_423sdp = 0x7f06018a
+com.example.revivemymemory:macro/m3_comp_filter_chip_label_text_type = 0x7f0c0030
+com.example.revivemymemory:style/Widget.MaterialComponents.Button.TextButton.Dialog = 0x7f1103e4
+com.example.revivemymemory:id/rectangles = 0x7f080177
+com.example.revivemymemory:style/ThemeOverlay.Material3.MaterialAlertDialog = 0x7f11029a
+com.example.revivemymemory:dimen/m3_searchbar_elevation = 0x7f060474
+com.example.revivemymemory:id/FUNCTION = 0x7f080005
+com.example.revivemymemory:string/mtrl_picker_end_date_description = 0x7f100083
+com.example.revivemymemory:style/Base.V21.ThemeOverlay.Material3.SideSheetDialog = 0x7f1100a5
+com.example.revivemymemory:style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse = 0x7f1101aa
+com.example.revivemymemory:dimen/_86sdp = 0x7f06029c
+com.example.revivemymemory:color/mtrl_chip_surface_color = 0x7f05023e
+com.example.revivemymemory:id/radio = 0x7f080175
+com.example.revivemymemory:style/TextAppearance.Design.Counter.Overflow = 0x7f1101be
+com.example.revivemymemory:id/position = 0x7f080170
+com.example.revivemymemory:style/Base.V28.Theme.AppCompat.Light = 0x7f1100b3
+com.example.revivemymemory:style/Widget.Material3.MaterialCalendar.MonthNavigationButton = 0x7f110391
+com.example.revivemymemory:drawable/design_password_eye = 0x7f070091
+com.example.revivemymemory:id/passwordInputEditText = 0x7f080165
+com.example.revivemymemory:style/Widget.AppCompat.Light.ActionMode.Inverse = 0x7f1102fb
+com.example.revivemymemory:style/Theme.Material3.Light.Dialog.Alert = 0x7f110231
+com.example.revivemymemory:id/parent = 0x7f080161
+com.example.revivemymemory:id/outward = 0x7f08015d
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Menu = 0x7f110030
+com.example.revivemymemory:id/on = 0x7f080158
+com.example.revivemymemory:dimen/_215sdp = 0x7f06008c
+com.example.revivemymemory:id/north = 0x7f080153
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Display3 = 0x7f11001b
+com.example.revivemymemory:style/Widget.Material3.CardView.Elevated = 0x7f11034e
+com.example.revivemymemory:id/normal = 0x7f080152
+com.example.revivemymemory:id/edt_password_login = 0x7f0800b6
+com.example.revivemymemory:id/noState = 0x7f080150
+com.example.revivemymemory:interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0 = 0x7f0a0002
+com.example.revivemymemory:styleable/GradientColorItem = 0x7f12003d
+com.example.revivemymemory:dimen/m3_sys_motion_easing_legacy_control_x2 = 0x7f06049d
+com.example.revivemymemory:id/navigation_header_container = 0x7f08014b
+com.example.revivemymemory:id/navigation_bar_item_small_label_view = 0x7f08014a
+com.example.revivemymemory:attr/autoCompleteTextViewStyle = 0x7f03003c
+com.example.revivemymemory:dimen/_154sdp = 0x7f060041
+com.example.revivemymemory:id/mtrl_picker_header_title_and_selection = 0x7f08013d
+com.example.revivemymemory:drawable/$avd_hide_password__1 = 0x7f070001
+com.example.revivemymemory:id/mtrl_picker_header_selection_text = 0x7f08013c
+com.example.revivemymemory:layout/mtrl_calendar_months = 0x7f0b0053
+com.example.revivemymemory:id/mtrl_motion_snapshot_view = 0x7f080139
+com.example.revivemymemory:id/fixed = 0x7f0800ce
+com.example.revivemymemory:id/mtrl_child_content_container = 0x7f080137
+com.example.revivemymemory:id/mtrl_calendar_selection_frame = 0x7f080133
+com.example.revivemymemory:dimen/_453sdp = 0x7f0601ae
+com.example.revivemymemory:id/mtrl_calendar_months = 0x7f080132
+com.example.revivemymemory:id/mtrl_calendar_main_pane = 0x7f080131
+com.example.revivemymemory:id/motion_base = 0x7f08012c
+com.example.revivemymemory:style/Widget.MaterialComponents.TextInputEditText.FilledBox.Dense = 0x7f11042d
+com.example.revivemymemory:id/month_title = 0x7f08012b
+com.example.revivemymemory:id/mtrl_calendar_text_input_frame = 0x7f080134
+com.example.revivemymemory:styleable/BottomSheetBehavior_Layout = 0x7f120017
+com.example.revivemymemory:style/Widget.MaterialComponents.Slider = 0x7f110425
+com.example.revivemymemory:style/Widget.MaterialComponents.TimePicker.Display.TextInputEditText = 0x7f11043f
+com.example.revivemymemory:id/month_navigation_fragment_toggle = 0x7f080128
+com.example.revivemymemory:integer/m3_sys_motion_duration_extra_long4 = 0x7f090011
+com.example.revivemymemory:id/matrix = 0x7f080122
+com.example.revivemymemory:id/material_label = 0x7f080118
+com.example.revivemymemory:dimen/_436sdp = 0x7f060199
+com.example.revivemymemory:id/material_hour_text_input = 0x7f080116
+com.example.revivemymemory:id/navigation_bar_item_labels_group = 0x7f080148
+com.example.revivemymemory:style/Widget.Material3.PopupMenu.Overflow = 0x7f1103a8
+com.example.revivemymemory:id/match_parent = 0x7f08010d
+com.example.revivemymemory:integer/material_motion_duration_long_2 = 0x7f09001f
+com.example.revivemymemory:id/accessibility_custom_action_22 = 0x7f080020
+com.example.revivemymemory:styleable/NavigationBarView = 0x7f12006c
+com.example.revivemymemory:id/listMode = 0x7f080104
+com.example.revivemymemory:style/Widget.Material3.Chip.Suggestion = 0x7f11035a
+com.example.revivemymemory:id/line1 = 0x7f080101
+com.example.revivemymemory:id/leftToRight = 0x7f0800ff
+com.example.revivemymemory:id/lastname = 0x7f0800fc
+com.example.revivemymemory:style/Base.Widget.AppCompat.ListView = 0x7f1100e1
+com.example.revivemymemory:style/Base.Theme.MaterialComponents = 0x7f11005f
+com.example.revivemymemory:id/default_activity_button = 0x7f080096
+com.example.revivemymemory:id/jumpToStart = 0x7f0800fa
+com.example.revivemymemory:style/Widget.Compat.NotificationActionContainer = 0x7f11031e
+com.example.revivemymemory:style/Widget.Material3.Snackbar = 0x7f1103b4
+com.example.revivemymemory:id/jumpToEnd = 0x7f0800f9
+com.example.revivemymemory:dimen/m3_navigation_item_shape_inset_end = 0x7f060460
+com.example.revivemymemory:id/indeterminate = 0x7f0800f3
+com.example.revivemymemory:integer/app_bar_elevation_anim_duration = 0x7f090002
+com.example.revivemymemory:id/textTop = 0x7f0801e5
+com.example.revivemymemory:styleable/Motion = 0x7f120064
+com.example.revivemymemory:dimen/mtrl_textinput_counter_margin_start = 0x7f060598
+com.example.revivemymemory:id/ignore = 0x7f0800ed
+com.example.revivemymemory:dimen/notification_large_icon_height = 0x7f0605a7
+com.example.revivemymemory:id/accessibility_custom_action_25 = 0x7f080023
+com.example.revivemymemory:id/icon = 0x7f0800ea
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Widget.ActionMode.Title = 0x7f110036
+com.example.revivemymemory:string/first_name = 0x7f10003b
+com.example.revivemymemory:id/hideable = 0x7f0800e5
+com.example.revivemymemory:style/Base.Widget.AppCompat.ListMenuView = 0x7f1100df
+com.example.revivemymemory:id/header_title = 0x7f0800e4
+com.example.revivemymemory:style/Widget.AppCompat.Button.Borderless = 0x7f1102e1
+com.example.revivemymemory:style/ThemeOverlay.Material3.MaterialCalendar = 0x7f11029c
+com.example.revivemymemory:drawable/mtrl_checkbox_button_icon_unchecked_checked = 0x7f0700cf
+com.example.revivemymemory:id/groups = 0x7f0800e2
+com.example.revivemymemory:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox = 0x7f110434
+com.example.revivemymemory:id/graph_wrap = 0x7f0800df
+com.example.revivemymemory:style/TextAppearance.Compat.Notification.Line2 = 0x7f1101b9
+com.example.revivemymemory:id/wrap = 0x7f080219
+com.example.revivemymemory:id/give_us_a_review_landmine_text_1 = 0x7f0800db
+com.example.revivemymemory:style/Base.Widget.AppCompat.SearchView = 0x7f1100ec
+com.example.revivemymemory:id/give_us_a_review_landmine_button = 0x7f0800d9
+com.example.revivemymemory:style/Base.Widget.AppCompat.ProgressBar.Horizontal = 0x7f1100e8
+com.example.revivemymemory:id/fname = 0x7f0800d1
+com.example.revivemymemory:id/fullscreen_header = 0x7f0800d6
+com.example.revivemymemory:id/forgetpassword = 0x7f0800d3
+com.example.revivemymemory:macro/m3_comp_primary_navigation_tab_with_label_text_inactive_label_text_color = 0x7f0c0062
+com.example.revivemymemory:id/fitStart = 0x7f0800cb
+com.example.revivemymemory:dimen/_38ssp = 0x7f060160
+com.example.revivemymemory:id/fitEnd = 0x7f0800ca
+com.example.revivemymemory:string/register_your_password = 0x7f1000b2
+com.example.revivemymemory:dimen/_255sdp = 0x7f0600bc
+com.example.revivemymemory:color/mtrl_navigation_bar_item_tint = 0x7f05024d
+com.example.revivemymemory:id/fill = 0x7f0800c4
+com.example.revivemymemory:layout/material_time_chip = 0x7f0b0040
+com.example.revivemymemory:id/exitUntilCollapsed = 0x7f0800c0
+com.example.revivemymemory:style/Widget.MaterialComponents.Snackbar = 0x7f110426
+com.example.revivemymemory:dimen/m3_bottomappbar_height = 0x7f0603b7
+com.example.revivemymemory:attr/indicatorDirectionLinear = 0x7f030218
+com.example.revivemymemory:style/Base.V21.Theme.AppCompat = 0x7f11009b
+com.example.revivemymemory:id/endToStart = 0x7f0800bd
+com.example.revivemymemory:id/dragUp = 0x7f0800ae
+com.example.revivemymemory:dimen/material_clock_number_text_size = 0x7f0604c3
+com.example.revivemymemory:id/dragRight = 0x7f0800ac
+com.example.revivemymemory:style/Theme.Material3.Dark.DialogWhenLarge = 0x7f110220
+com.example.revivemymemory:id/dragLeft = 0x7f0800ab
+com.example.revivemymemory:style/Animation.MaterialComponents.BottomSheetDialog = 0x7f110008
+com.example.revivemymemory:macro/m3_comp_switch_unselected_hover_track_color = 0x7f0c00b0
+com.example.revivemymemory:macro/m3_comp_slider_handle_color = 0x7f0c008b
+com.example.revivemymemory:id/mtrl_anchor_parent = 0x7f08012d
+com.example.revivemymemory:id/mini = 0x7f080125
+com.example.revivemymemory:id/disableHome = 0x7f0800a1
+com.example.revivemymemory:styleable/StateListDrawableItem = 0x7f120085
+com.example.revivemymemory:style/TextAppearance.AppCompat.Caption = 0x7f11018b
+com.example.revivemymemory:id/dialog_button = 0x7f08009e
+com.example.revivemymemory:id/dragEnd = 0x7f0800aa
+com.example.revivemymemory:macro/m3_comp_extended_fab_primary_container_shape = 0x7f0c000e
+com.example.revivemymemory:drawable/homepage_icon = 0x7f070094
+com.example.revivemymemory:macro/m3_comp_switch_selected_pressed_icon_color = 0x7f0c00a3
+com.example.revivemymemory:id/design_bottom_sheet = 0x7f080099
+com.example.revivemymemory:style/TextAppearance.Widget.AppCompat.Toolbar.Title = 0x7f1101fe
+com.example.revivemymemory:style/Base.Theme.Material3.Light.SideSheetDialog = 0x7f11005e
+com.example.revivemymemory:style/MaterialAlertDialog.Material3.Animation = 0x7f11011f
+com.example.revivemymemory:id/dataBinding = 0x7f080091
+com.example.revivemymemory:style/Widget.MaterialComponents.Light.ActionBar.Solid = 0x7f1103fd
+com.example.revivemymemory:id/cut = 0x7f080090
+com.example.revivemymemory:macro/m3_comp_switch_disabled_unselected_icon_color = 0x7f0c0095
+com.example.revivemymemory:id/cradle = 0x7f08008c
+com.example.revivemymemory:style/TextAppearance.MaterialComponents.Headline5 = 0x7f1101f5
+com.example.revivemymemory:id/line3 = 0x7f080102
+com.example.revivemymemory:dimen/_210sdp = 0x7f060087
+com.example.revivemymemory:id/confirm_button = 0x7f080082
+com.example.revivemymemory:id/decor_content_parent = 0x7f080095
+com.example.revivemymemory:id/collapseActionView = 0x7f080080
+com.example.revivemymemory:style/ShapeAppearance.M3.Comp.Switch.Track.Shape = 0x7f110159
+com.example.revivemymemory:dimen/m3_sys_motion_easing_standard_decelerate_control_y1 = 0x7f0604b2
+com.example.revivemymemory:id/clear_text = 0x7f08007b
+com.example.revivemymemory:layout/material_timepicker = 0x7f0b0042
+com.example.revivemymemory:style/Widget.MaterialComponents.TextInputLayout.FilledBox.Dense = 0x7f110431
+com.example.revivemymemory:id/circle_center = 0x7f08007a
+com.example.revivemymemory:style/TextAppearance.AppCompat.Widget.Button.Borderless.Colored = 0x7f1101ae
+com.example.revivemymemory:id/checked = 0x7f080078
+com.example.revivemymemory:string/full_name = 0x7f10003e
+com.example.revivemymemory:string/btn_register = 0x7f100029
+com.example.revivemymemory:style/TextAppearance.M3.Sys.Typescale.LabelMedium = 0x7f1101d1
+com.example.revivemymemory:styleable/AnimatedStateListDrawableItem = 0x7f120008
+com.example.revivemymemory:integer/m3_sys_motion_duration_extra_long3 = 0x7f090010
+com.example.revivemymemory:string/error_icon_content_description = 0x7f100037
+com.example.revivemymemory:attr/buttonCompat = 0x7f030081
+com.example.revivemymemory:dimen/m3_navigation_menu_headline_horizontal_padding = 0x7f060465
+com.example.revivemymemory:id/checkbox = 0x7f080077
+com.example.revivemymemory:styleable/MaterialDivider = 0x7f120058
+com.example.revivemymemory:style/Theme.MaterialComponents.Dialog.MinWidth = 0x7f110250
+com.example.revivemymemory:id/chain2 = 0x7f080075
+com.example.revivemymemory:id/btn_login_screen = 0x7f080069
+com.example.revivemymemory:id/always = 0x7f08004e
+com.example.revivemymemory:style/Base.Theme.AppCompat.Dialog = 0x7f11004b
+com.example.revivemymemory:dimen/m3_searchbar_padding_start = 0x7f060479
+com.example.revivemymemory:string/mtrl_picker_today_description = 0x7f100098
+com.example.revivemymemory:id/chain = 0x7f080074
+com.example.revivemymemory:id/centerCrop = 0x7f080070
+com.example.revivemymemory:id/decelerateAndComplete = 0x7f080094
+com.example.revivemymemory:id/bounceStart = 0x7f080068
+com.example.revivemymemory:style/Theme.Design.Light.BottomSheetDialog = 0x7f110218
+com.example.revivemymemory:id/match_constraint = 0x7f08010c
+com.example.revivemymemory:id/bounce = 0x7f080065
+com.example.revivemymemory:drawable/abc_spinner_mtrl_am_alpha = 0x7f070066
+com.example.revivemymemory:id/blocking = 0x7f080063
+com.example.revivemymemory:style/Base.Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f11006b
+com.example.revivemymemory:dimen/mtrl_btn_z = 0x7f06050a
+com.example.revivemymemory:string/character_counter_content_description = 0x7f10002a
+com.example.revivemymemory:id/bestChoice = 0x7f080061
+com.example.revivemymemory:style/Widget.MaterialComponents.CompoundButton.RadioButton = 0x7f1103f8
+com.example.revivemymemory:id/beginOnFirstDraw = 0x7f08005f
+com.example.revivemymemory:id/autoCompleteToStart = 0x7f08005a
+com.example.revivemymemory:style/Base.V14.Theme.MaterialComponents = 0x7f11008b
+com.example.revivemymemory:style/ThemeOverlay.Material3.Button.IconButton = 0x7f11027c
+com.example.revivemymemory:style/Widget.AppCompat.Light.ListView.DropDown = 0x7f110300
+com.example.revivemymemory:dimen/_334sdp = 0x7f06011d
+com.example.revivemymemory:id/auto = 0x7f080057
+com.example.revivemymemory:style/Widget.MaterialComponents.BottomSheet = 0x7f1103dd
+com.example.revivemymemory:layout/abc_screen_content_include = 0x7f0b0014
+com.example.revivemymemory:drawable/notification_bg = 0x7f0700ee
+com.example.revivemymemory:drawable/$m3_avd_show_password__1 = 0x7f07000b
+com.example.revivemymemory:id/tag_accessibility_clickable_spans = 0x7f0801d3
+com.example.revivemymemory:id/assn = 0x7f080055
+com.example.revivemymemory:style/Platform.MaterialComponents.Light.Dialog = 0x7f110137
+com.example.revivemymemory:id/animateToEnd = 0x7f08004f
+com.example.revivemymemory:dimen/_70ssp = 0x7f06027b
+com.example.revivemymemory:drawable/mtrl_ic_checkbox_unchecked = 0x7f0700d9
+com.example.revivemymemory:id/add = 0x7f080047
+com.example.revivemymemory:id/action_mode_close_button = 0x7f080043
+com.example.revivemymemory:style/Theme.MaterialComponents.Light.DarkActionBar = 0x7f110256
+com.example.revivemymemory:id/action_mode_bar = 0x7f080041
+com.example.revivemymemory:style/ThemeOverlay.Material3.MaterialTimePicker = 0x7f11029f
+com.example.revivemymemory:id/action_context_bar = 0x7f08003c
+com.example.revivemymemory:id/scrollIndicatorDown = 0x7f080189
+com.example.revivemymemory:style/Widget.MaterialComponents.MaterialCalendar.Year.Selected = 0x7f110415
+com.example.revivemymemory:style/MaterialAlertDialog.MaterialComponents.Body.Text = 0x7f110129
+com.example.revivemymemory:id/action_bar_title = 0x7f08003a
+com.example.revivemymemory:style/TextAppearance.Widget.AppCompat.Toolbar.Subtitle = 0x7f1101fd
+com.example.revivemymemory:id/accessibility_custom_action_8 = 0x7f08002f
+com.example.revivemymemory:style/Base.V21.Theme.AppCompat.Light.Dialog = 0x7f11009e
+com.example.revivemymemory:integer/m3_sys_motion_duration_extra_long1 = 0x7f09000e
+com.example.revivemymemory:id/accessibility_custom_action_7 = 0x7f08002e
+com.example.revivemymemory:id/up = 0x7f080208
+com.example.revivemymemory:style/Base.Widget.AppCompat.RatingBar = 0x7f1100e9
+com.example.revivemymemory:id/accessibility_custom_action_5 = 0x7f08002c
+com.example.revivemymemory:id/multiply = 0x7f080144
+com.example.revivemymemory:style/Base.V21.Theme.AppCompat.Dialog = 0x7f11009c
+com.example.revivemymemory:color/mtrl_tabs_legacy_text_color_selector = 0x7f05025f
+com.example.revivemymemory:id/accessibility_custom_action_28 = 0x7f080026
+com.example.revivemymemory:dimen/_294sdp = 0x7f0600eb
+com.example.revivemymemory:dimen/_252sdp = 0x7f0600b9
+com.example.revivemymemory:id/accessibility_custom_action_19 = 0x7f08001c
+com.example.revivemymemory:drawable/abc_btn_switch_to_on_mtrl_00001 = 0x7f070036
+com.example.revivemymemory:style/Theme.ReviveMyMemory = 0x7f110265
+com.example.revivemymemory:id/accessibility_custom_action_18 = 0x7f08001b
+com.example.revivemymemory:id/text_input_start_icon = 0x7f0801eb
+com.example.revivemymemory:id/ratio = 0x7f080176
+com.example.revivemymemory:id/accessibility_custom_action_17 = 0x7f08001a
+com.example.revivemymemory:style/Base.Widget.AppCompat.Button.Colored = 0x7f1100cb
+com.example.revivemymemory:style/Widget.Design.NavigationView = 0x7f110325
+com.example.revivemymemory:drawable/material_ic_clear_black_24dp = 0x7f0700bf
+com.example.revivemymemory:dimen/m3_card_stroke_width = 0x7f0603d8
+com.example.revivemymemory:style/Theme.MaterialComponents.NoActionBar.Bridge = 0x7f110264
+com.example.revivemymemory:id/accessibility_custom_action_14 = 0x7f080017
+com.example.revivemymemory:dimen/m3_comp_outlined_text_field_focus_outline_width = 0x7f06041b
+com.example.revivemymemory:animator/mtrl_fab_transformation_sheet_expand_spec = 0x7f020020
+com.example.revivemymemory:layout/notification_action = 0x7f0b0065
+com.example.revivemymemory:id/accessibility_custom_action_13 = 0x7f080016
+com.example.revivemymemory:style/Widget.MaterialComponents.Snackbar.FullWidth = 0x7f110427
+com.example.revivemymemory:id/accessibility_custom_action_1 = 0x7f080012
+com.example.revivemymemory:style/Base.Widget.MaterialComponents.MaterialCalendar.NavigationButton = 0x7f11010f
+com.example.revivemymemory:id/accessibility_custom_action_0 = 0x7f080011
+com.example.revivemymemory:drawable/mtrl_switch_thumb = 0x7f0700df
+com.example.revivemymemory:id/SHOW_PROGRESS = 0x7f08000b
+com.example.revivemymemory:style/Base.Widget.MaterialComponents.Slider = 0x7f110114
+com.example.revivemymemory:macro/m3_comp_search_bar_leading_icon_color = 0x7f0c006a
+com.example.revivemymemory:styleable/MenuView = 0x7f120062
+com.example.revivemymemory:drawable/mtrl_navigation_bar_item_background = 0x7f0700dc
+com.example.revivemymemory:id/date_picker_actions = 0x7f080092
+com.example.revivemymemory:macro/m3_comp_secondary_navigation_tab_active_label_text_color = 0x7f0c007b
+com.example.revivemymemory:id/SHOW_ALL = 0x7f080009
+com.example.revivemymemory:id/constraint = 0x7f080083
+com.example.revivemymemory:layout/design_navigation_item_separator = 0x7f0b002b
+com.example.revivemymemory:id/SHIFT = 0x7f080008
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.TextInputEditText.OutlinedBox = 0x7f1102cd
+com.example.revivemymemory:id/BOTTOM_START = 0x7f080003
+com.example.revivemymemory:drawable/tooltip_frame_dark = 0x7f0700fe
+com.example.revivemymemory:id/material_value_index = 0x7f080121
+com.example.revivemymemory:id/skipped = 0x7f0801b1
+com.example.revivemymemory:style/Widget.MaterialComponents.MaterialCalendar.DayOfWeekLabel = 0x7f110405
+com.example.revivemymemory:dimen/mtrl_btn_icon_btn_padding_left = 0x7f0604fa
+com.example.revivemymemory:layout/material_radial_view_group = 0x7f0b003e
+com.example.revivemymemory:attr/itemHorizontalTranslationEnabled = 0x7f030225
+com.example.revivemymemory:color/switch_thumb_material_dark = 0x7f05027c
+com.example.revivemymemory:style/Theme.AppCompat.CompactMenu = 0x7f110200
+com.example.revivemymemory:drawable/register = 0x7f0700fb
+com.example.revivemymemory:drawable/personwhite = 0x7f0700fa
+com.example.revivemymemory:drawable/passord_icon = 0x7f0700f9
+com.example.revivemymemory:id/tag_state_description = 0x7f0801da
+com.example.revivemymemory:drawable/notification_template_icon_low_bg = 0x7f0700f6
+com.example.revivemymemory:style/Theme.Design.BottomSheetDialog = 0x7f110216
+com.example.revivemymemory:drawable/notification_bg_normal_pressed = 0x7f0700f3
+com.example.revivemymemory:drawable/mtrl_tabs_default_indicator = 0x7f0700eb
+com.example.revivemymemory:id/accessibility_custom_action_21 = 0x7f08001f
+com.example.revivemymemory:id/wrap_content_constrained = 0x7f08021b
+com.example.revivemymemory:drawable/mtrl_switch_thumb_unchecked_pressed = 0x7f0700e8
+com.example.revivemymemory:style/Widget.Material3.CircularProgressIndicator.Medium = 0x7f11035f
+com.example.revivemymemory:style/Base.Widget.AppCompat.Light.ActionBar.TabText = 0x7f1100da
+com.example.revivemymemory:dimen/mtrl_btn_snackbar_margin_horizontal = 0x7f060504
+com.example.revivemymemory:dimen/_219sdp = 0x7f060090
+com.example.revivemymemory:styleable/Transform = 0x7f120092
+com.example.revivemymemory:string/mtrl_switch_thumb_group_name = 0x7f10009d
+com.example.revivemymemory:drawable/abc_btn_colored_material = 0x7f070030
+com.example.revivemymemory:drawable/rounded_button = 0x7f0700fc
+com.example.revivemymemory:id/home = 0x7f0800e6
+com.example.revivemymemory:drawable/mtrl_switch_thumb_unchecked_checked = 0x7f0700e7
+com.example.revivemymemory:drawable/mtrl_switch_thumb_pressed = 0x7f0700e3
+com.example.revivemymemory:style/Base.Widget.AppCompat.Light.ActionBar = 0x7f1100d7
+com.example.revivemymemory:drawable/mtrl_dropdown_arrow = 0x7f0700d3
+com.example.revivemymemory:style/TextAppearance.M3.Sys.Typescale.TitleSmall = 0x7f1101d5
+com.example.revivemymemory:styleable/Constraint = 0x7f120027
+com.example.revivemymemory:drawable/mtrl_dialog_background = 0x7f0700d2
+com.example.revivemymemory:id/transition_position = 0x7f0801ff
+com.example.revivemymemory:drawable/mtrl_checkbox_button_icon_unchecked_indeterminate = 0x7f0700d0
+com.example.revivemymemory:string/mtrl_picker_range_header_selected = 0x7f10008d
+com.example.revivemymemory:drawable/material_ic_menu_arrow_up_black_24dp = 0x7f0700c6
+com.example.revivemymemory:drawable/material_ic_menu_arrow_down_black_24dp = 0x7f0700c5
+com.example.revivemymemory:style/Base.V24.Theme.Material3.Dark = 0x7f1100ab
+com.example.revivemymemory:macro/m3_comp_switch_unselected_track_outline_color = 0x7f0c00b9
+com.example.revivemymemory:drawable/material_ic_keyboard_arrow_right_black_24dp = 0x7f0700c4
+com.example.revivemymemory:id/tag_accessibility_actions = 0x7f0801d2
+com.example.revivemymemory:dimen/_89sdp = 0x7f0602a2
+com.example.revivemymemory:dimen/_191sdp = 0x7f06006e
+com.example.revivemymemory:drawable/material_ic_keyboard_arrow_previous_black_24dp = 0x7f0700c3
+com.example.revivemymemory:id/m3_side_sheet = 0x7f080108
+com.example.revivemymemory:drawable/material_cursor_drawable = 0x7f0700bd
+com.example.revivemymemory:style/Theme.Material3.Light.SideSheetDialog = 0x7f110235
+com.example.revivemymemory:string/abc_search_hint = 0x7f100013
+com.example.revivemymemory:dimen/_195sdp = 0x7f060072
+com.example.revivemymemory:drawable/m3_tabs_transparent_background = 0x7f0700bc
+com.example.revivemymemory:style/Widget.AppCompat.ActionBar = 0x7f1102d5
+com.example.revivemymemory:drawable/img_1 = 0x7f0700b0
+com.example.revivemymemory:drawable/ic_search_black_24 = 0x7f0700ae
+com.example.revivemymemory:drawable/abc_btn_borderless_material = 0x7f07002b
+com.example.revivemymemory:string/searchview_navigation_content_description = 0x7f1000b6
+com.example.revivemymemory:drawable/ic_mtrl_chip_close_circle = 0x7f0700ad
+com.example.revivemymemory:drawable/ic_mtrl_chip_checked_black = 0x7f0700ab
+com.example.revivemymemory:drawable/ic_mtrl_checked_circle = 0x7f0700aa
+com.example.revivemymemory:style/TextAppearance.Material3.BodyMedium = 0x7f1101d9
+com.example.revivemymemory:drawable/ic_m3_chip_close = 0x7f0700a9
+com.example.revivemymemory:drawable/ic_clock_black_24dp = 0x7f0700a3
+com.example.revivemymemory:id/give_us_a_review_landmine_text_2 = 0x7f0800dc
+com.example.revivemymemory:style/ShapeAppearanceOverlay.MaterialComponents.Chip = 0x7f11017f
+com.example.revivemymemory:drawable/ic_baseline_strikethrough_s_24 = 0x7f0700a1
+com.example.revivemymemory:id/selected = 0x7f0801a6
+com.example.revivemymemory:drawable/ic_baseline_phone_24 = 0x7f0700a0
+com.example.revivemymemory:style/Widget.AppCompat.RatingBar.Indicator = 0x7f110310
+com.example.revivemymemory:id/ifRoom = 0x7f0800ec
+com.example.revivemymemory:id/floating = 0x7f0800d0
+com.example.revivemymemory:id/tag_screen_reader_focusable = 0x7f0801d9
+com.example.revivemymemory:drawable/ic_baseline_person_24 = 0x7f07009f
+com.example.revivemymemory:id/search_view_dummy_toolbar = 0x7f08019b
+com.example.revivemymemory:style/RtlUnderlay.Widget.AppCompat.ActionButton.Overflow = 0x7f110150
+com.example.revivemymemory:drawable/ic_baseline_add_24 = 0x7f070098
+com.example.revivemymemory:style/Base.V7.Theme.AppCompat.Dialog = 0x7f1100b5
+com.example.revivemymemory:string/btn_login = 0x7f100028
+com.example.revivemymemory:drawable/homepage_icon_background = 0x7f070095
+com.example.revivemymemory:dimen/abc_control_corner_material = 0x7f060310
+com.example.revivemymemory:styleable/TextAppearance = 0x7f12008b
+com.example.revivemymemory:drawable/design_snackbar_background = 0x7f070092
+com.example.revivemymemory:style/ShapeAppearance.MaterialComponents = 0x7f11016e
+com.example.revivemymemory:style/Base.Widget.AppCompat.Light.ActionBar.TabView = 0x7f1100dc
+com.example.revivemymemory:drawable/design_ic_visibility_off = 0x7f070090
+com.example.revivemymemory:dimen/_37ssp = 0x7f060154
+com.example.revivemymemory:dimen/mtrl_slider_label_square_side = 0x7f060582
+com.example.revivemymemory:drawable/bg_button = 0x7f070082
+com.example.revivemymemory:drawable/notification_template_icon_bg = 0x7f0700f5
+com.example.revivemymemory:drawable/baseline_birthday = 0x7f07007d
+com.example.revivemymemory:style/ThemeOverlay.Material3.TextInputEditText.FilledBox = 0x7f1102a7
+com.example.revivemymemory:style/Base.V26.Theme.AppCompat.Light = 0x7f1100b0
+com.example.revivemymemory:drawable/banner_bg = 0x7f07007b
+com.example.revivemymemory:drawable/avd_hide_password = 0x7f070079
+com.example.revivemymemory:style/ThemeOverlay.Material3.Light.Dialog.Alert.Framework = 0x7f110299
+com.example.revivemymemory:style/ShapeAppearanceOverlay.MaterialComponents.BottomSheet = 0x7f11017e
+com.example.revivemymemory:styleable/Insets = 0x7f12003f
+com.example.revivemymemory:drawable/abc_textfield_search_activated_mtrl_alpha = 0x7f070074
+com.example.revivemymemory:style/Widget.Material3.NavigationView = 0x7f1103a4
+com.example.revivemymemory:string/path_password_eye_mask_strike_through = 0x7f1000ab
+com.example.revivemymemory:drawable/btn_radio_on_mtrl = 0x7f070089
+com.example.revivemymemory:id/animateToStart = 0x7f080050
+com.example.revivemymemory:style/Theme.AppCompat.Light = 0x7f11020d
+com.example.revivemymemory:drawable/$mtrl_checkbox_button_icon_unchecked_checked__0 = 0x7f070018
+com.example.revivemymemory:drawable/abc_text_select_handle_right_mtrl = 0x7f070071
+com.example.revivemymemory:drawable/applogo = 0x7f070078
+com.example.revivemymemory:string/mtrl_picker_date_header_selected = 0x7f10007f
+com.example.revivemymemory:drawable/abc_text_select_handle_middle_mtrl = 0x7f070070
+com.example.revivemymemory:drawable/abc_text_select_handle_left_mtrl = 0x7f07006f
+com.example.revivemymemory:string/abc_menu_ctrl_shortcut_label = 0x7f10000a
+com.example.revivemymemory:style/TextAppearance.AppCompat = 0x7f110187
+com.example.revivemymemory:string/material_timepicker_select_time = 0x7f100067
+com.example.revivemymemory:macro/m3_comp_filled_autocomplete_menu_list_item_selected_container_color = 0x7f0c0022
+com.example.revivemymemory:style/Widget.Design.FloatingActionButton = 0x7f110324
+com.example.revivemymemory:drawable/abc_text_cursor_material = 0x7f07006e
+com.example.revivemymemory:drawable/abc_tab_indicator_material = 0x7f07006c
+com.example.revivemymemory:string/icon_content_description = 0x7f100044
+com.example.revivemymemory:layout/abc_screen_toolbar = 0x7f0b0017
+com.example.revivemymemory:dimen/mtrl_calendar_title_baseline_to_top_fullscreen = 0x7f06052f
+com.example.revivemymemory:color/mtrl_calendar_item_stroke_color = 0x7f050238
+com.example.revivemymemory:drawable/abc_star_half_black_48dp = 0x7f070069
+com.example.revivemymemory:layout/material_clockface_view = 0x7f0b003d
+com.example.revivemymemory:drawable/abc_spinner_textfield_background_material = 0x7f070067
+com.example.revivemymemory:style/ShapeAppearanceOverlay.Material3.Chip = 0x7f110174
+com.example.revivemymemory:drawable/abc_seekbar_tick_mark_material = 0x7f070064
+com.example.revivemymemory:drawable/abc_scrubber_control_to_pressed_mtrl_000 = 0x7f07005f
+com.example.revivemymemory:drawable/abc_list_selector_holo_dark = 0x7f070057
+com.example.revivemymemory:style/Base.V14.Theme.Material3.Light = 0x7f110087
+com.example.revivemymemory:drawable/abc_list_selector_disabled_holo_dark = 0x7f070055
+com.example.revivemymemory:id/edt_email_login = 0x7f0800b5
+com.example.revivemymemory:drawable/abc_ic_search_api_material = 0x7f070049
+com.example.revivemymemory:drawable/abc_ic_menu_share_mtrl_alpha = 0x7f070048
+com.example.revivemymemory:integer/mtrl_chip_anim_duration = 0x7f09002d
+com.example.revivemymemory:macro/m3_comp_checkbox_selected_error_container_color = 0x7f0c0006
+com.example.revivemymemory:string/mtrl_checkbox_button_icon_path_group_name = 0x7f10006b
+com.example.revivemymemory:style/Widget.MaterialComponents.PopupMenu.Overflow = 0x7f110422
+com.example.revivemymemory:style/Base.V14.Theme.MaterialComponents.Dialog = 0x7f11008d
+com.example.revivemymemory:drawable/abc_ic_menu_selectall_mtrl_alpha = 0x7f070047
+com.example.revivemymemory:drawable/abc_ic_go_search_api_material = 0x7f070042
+com.example.revivemymemory:drawable/mtrl_switch_thumb_checked_pressed = 0x7f0700e1
+com.example.revivemymemory:styleable/ImageFilterView = 0x7f12003e
+com.example.revivemymemory:id/accessibility_custom_action_31 = 0x7f08002a
+com.example.revivemymemory:id/never = 0x7f08014c
+com.example.revivemymemory:dimen/_479sdp = 0x7f0601cc
+com.example.revivemymemory:drawable/abc_ic_clear_material = 0x7f070040
+com.example.revivemymemory:style/Base.V7.Theme.AppCompat = 0x7f1100b4
+com.example.revivemymemory:drawable/abc_ic_arrow_drop_right_black_24dp = 0x7f07003f
+com.example.revivemymemory:drawable/baseline_email_24 = 0x7f07007f
+com.example.revivemymemory:string/mtrl_picker_toggle_to_text_input_mode = 0x7f10009b
+com.example.revivemymemory:drawable/abc_ic_ab_back_material = 0x7f07003e
+com.example.revivemymemory:styleable/SearchView = 0x7f12007b
+com.example.revivemymemory:drawable/abc_cab_background_internal_bg = 0x7f070038
+com.example.revivemymemory:drawable/abc_btn_radio_material_anim = 0x7f070033
+com.example.revivemymemory:drawable/abc_btn_check_material_anim = 0x7f07002d
+com.example.revivemymemory:string/m3_sys_motion_easing_emphasized = 0x7f100048
+com.example.revivemymemory:attr/maxButtonHeight = 0x7f0302ee
+com.example.revivemymemory:dimen/mtrl_btn_corner_radius = 0x7f0604f3
+com.example.revivemymemory:dimen/m3_appbar_size_compact = 0x7f0603a1
+com.example.revivemymemory:style/Theme.MaterialComponents.Dialog.FixedSize = 0x7f11024e
+com.example.revivemymemory:drawable/abc_action_bar_item_background_material = 0x7f07002a
+com.example.revivemymemory:drawable/$mtrl_switch_thumb_unchecked_checked__0 = 0x7f070026
+com.example.revivemymemory:id/software = 0x7f0801b7
+com.example.revivemymemory:attr/materialIconButtonOutlinedStyle = 0x7f0302e2
+com.example.revivemymemory:dimen/m3_toolbar_text_size_title = 0x7f0604ba
+com.example.revivemymemory:drawable/$mtrl_switch_thumb_checked_pressed__0 = 0x7f070021
+com.example.revivemymemory:id/mtrl_calendar_year_selector_frame = 0x7f080135
+com.example.revivemymemory:layout/activity_register = 0x7f0b0020
+com.example.revivemymemory:macro/m3_comp_primary_navigation_tab_inactive_pressed_state_layer_color = 0x7f0c005e
+com.example.revivemymemory:id/continuousVelocity = 0x7f080088
+com.example.revivemymemory:string/fab_transformation_scrim_behavior = 0x7f100039
+com.example.revivemymemory:drawable/$mtrl_checkbox_button_unchecked_checked__1 = 0x7f07001f
+com.example.revivemymemory:layout/abc_search_view = 0x7f0b0019
+com.example.revivemymemory:id/action_divider = 0x7f08003d
+com.example.revivemymemory:drawable/$mtrl_checkbox_button_unchecked_checked__0 = 0x7f07001e
+com.example.revivemymemory:style/Widget.AppCompat.Spinner.Underlined = 0x7f110319
+com.example.revivemymemory:macro/m3_comp_fab_secondary_icon_color = 0x7f0c001d
+com.example.revivemymemory:style/Base.Widget.AppCompat.ActionBar.TabText = 0x7f1100bf
+com.example.revivemymemory:id/contentPanel = 0x7f080086
+com.example.revivemymemory:id/sharedValueUnset = 0x7f0801aa
+com.example.revivemymemory:drawable/$mtrl_checkbox_button_icon_unchecked_checked__2 = 0x7f07001a
+com.example.revivemymemory:id/triangle = 0x7f080202
+com.example.revivemymemory:id/legacy = 0x7f080100
+com.example.revivemymemory:string/character_counter_overflowed_content_description = 0x7f10002b
+com.example.revivemymemory:style/Base.V21.Theme.AppCompat.Light = 0x7f11009d
+com.example.revivemymemory:style/Widget.MaterialComponents.CheckedTextView = 0x7f1103ec
+com.example.revivemymemory:drawable/$mtrl_checkbox_button_icon_unchecked_checked__1 = 0x7f070019
+com.example.revivemymemory:id/username_register = 0x7f08020b
+com.example.revivemymemory:dimen/_288sdp = 0x7f0600e3
+com.example.revivemymemory:string/material_slider_value = 0x7f100061
+com.example.revivemymemory:drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__1 = 0x7f070016
+com.example.revivemymemory:id/search_mag_icon = 0x7f080194
+com.example.revivemymemory:id/percent = 0x7f08016c
+com.example.revivemymemory:drawable/$m3_avd_show_password__2 = 0x7f07000c
+com.example.revivemymemory:style/Base.Theme.AppCompat.Light.Dialog.Alert = 0x7f110053
+com.example.revivemymemory:drawable/notification_bg_low_normal = 0x7f0700f0
+com.example.revivemymemory:drawable/$m3_avd_hide_password__2 = 0x7f070009
+com.example.revivemymemory:macro/m3_comp_extended_fab_primary_icon_color = 0x7f0c000f
+com.example.revivemymemory:dimen/m3_badge_with_text_vertical_offset = 0x7f0603a9
+com.example.revivemymemory:dimen/_596sdp = 0x7f06025b
+com.example.revivemymemory:drawable/$m3_avd_hide_password__1 = 0x7f070008
+com.example.revivemymemory:attr/startIconCheckable = 0x7f0303ca
+com.example.revivemymemory:dimen/mtrl_bottomappbar_fab_cradle_margin = 0x7f0604ef
+com.example.revivemymemory:style/Theme.MaterialComponents.Dialog.Bridge = 0x7f11024d
+com.example.revivemymemory:style/Widget.Material3.PopupMenu = 0x7f1103a5
+com.example.revivemymemory:dimen/tooltip_y_offset_touch = 0x7f0605b9
+com.example.revivemymemory:dimen/tooltip_vertical_padding = 0x7f0605b7
+com.example.revivemymemory:string/ssn = 0x7f1000ba
+com.example.revivemymemory:string/enter_a_username = 0x7f100033
+com.example.revivemymemory:id/pathRelative = 0x7f08016a
+com.example.revivemymemory:dimen/tooltip_margin = 0x7f0605b4
+com.example.revivemymemory:dimen/_minus55sdp = 0x7f0602ed
+com.example.revivemymemory:dimen/notification_top_pad_large_text = 0x7f0605b1
+com.example.revivemymemory:integer/material_motion_duration_short_2 = 0x7f090023
+com.example.revivemymemory:style/Base.Widget.AppCompat.DrawerArrowToggle = 0x7f1100d2
+com.example.revivemymemory:dimen/notification_subtext_size = 0x7f0605af
+com.example.revivemymemory:dimen/material_clock_period_toggle_horizontal_gap = 0x7f0604c5
+com.example.revivemymemory:style/Theme.Material3.Light = 0x7f11022e
+com.example.revivemymemory:dimen/notification_small_icon_size_as_large = 0x7f0605ae
+com.example.revivemymemory:macro/m3_comp_search_view_container_color = 0x7f0c0070
+com.example.revivemymemory:dimen/_9ssp = 0x7f0602bb
+com.example.revivemymemory:dimen/_2sdp = 0x7f0600f3
+com.example.revivemymemory:dimen/notification_main_column_padding_top = 0x7f0605a9
+com.example.revivemymemory:dimen/notification_content_margin_start = 0x7f0605a6
+com.example.revivemymemory:dimen/_280sdp = 0x7f0600db
+com.example.revivemymemory:integer/mtrl_switch_thumb_viewport_center_coordinate = 0x7f090032
+com.example.revivemymemory:id/deltaRelative = 0x7f080097
+com.example.revivemymemory:dimen/notification_big_circle_margin = 0x7f0605a5
+com.example.revivemymemory:styleable/MaterialTimePicker = 0x7f12005e
+com.example.revivemymemory:dimen/notification_action_text_size = 0x7f0605a4
+com.example.revivemymemory:style/TextAppearance.Material3.TitleMedium = 0x7f1101e9
+com.example.revivemymemory:dimen/mtrl_transition_shared_axis_slide_distance = 0x7f0605a2
+com.example.revivemymemory:dimen/mtrl_tooltip_minWidth = 0x7f0605a0
+com.example.revivemymemory:styleable/KeyTimeCycle = 0x7f120046
+com.example.revivemymemory:macro/m3_comp_switch_selected_focus_track_color = 0x7f0c009b
+com.example.revivemymemory:dimen/mtrl_tooltip_minHeight = 0x7f06059f
+com.example.revivemymemory:dimen/mtrl_tooltip_cornerSize = 0x7f06059e
+com.example.revivemymemory:dimen/mtrl_tooltip_arrowSize = 0x7f06059d
+com.example.revivemymemory:dimen/_40ssp = 0x7f06017a
+com.example.revivemymemory:attr/subtitleTextAppearance = 0x7f0303e7
+com.example.revivemymemory:dimen/mtrl_toolbar_default_height = 0x7f06059c
+com.example.revivemymemory:style/TextAppearance.AppCompat.Large = 0x7f110192
+com.example.revivemymemory:style/Widget.Material3.FloatingActionButton.Surface = 0x7f11037b
+com.example.revivemymemory:dimen/mtrl_textinput_outline_box_expanded_padding = 0x7f06059a
+com.example.revivemymemory:raw/forgetpassword = 0x7f0f0000
+com.example.revivemymemory:dimen/_328sdp = 0x7f060115
+com.example.revivemymemory:attr/voiceIcon = 0x7f0304aa
+com.example.revivemymemory:dimen/m3_searchview_height = 0x7f06047e
+com.example.revivemymemory:dimen/mtrl_textinput_box_corner_radius_small = 0x7f060594
+com.example.revivemymemory:id/middle = 0x7f080124
+com.example.revivemymemory:style/ThemeOverlay.AppCompat.DayNight.ActionBar = 0x7f11026b
+com.example.revivemymemory:dimen/mtrl_textinput_box_corner_radius_medium = 0x7f060593
+com.example.revivemymemory:style/Base.ThemeOverlay.MaterialComponents.Dialog = 0x7f11007e
+com.example.revivemymemory:dimen/mtrl_switch_track_width = 0x7f060592
+com.example.revivemymemory:dimen/mtrl_switch_track_height = 0x7f060591
+com.example.revivemymemory:dimen/mtrl_switch_thumb_elevation = 0x7f06058f
+com.example.revivemymemory:dimen/mtrl_snackbar_background_overlay_color_alpha = 0x7f06058a
+com.example.revivemymemory:style/Widget.AppCompat.Light.ActionBar.TabView.Inverse = 0x7f1102f7
+com.example.revivemymemory:dimen/_54ssp = 0x7f060224
+com.example.revivemymemory:dimen/mtrl_snackbar_background_corner_radius = 0x7f060589
+com.example.revivemymemory:dimen/mtrl_snackbar_action_text_color_alpha = 0x7f060588
+com.example.revivemymemory:style/TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f1101a8
+com.example.revivemymemory:dimen/mtrl_slider_widget_height = 0x7f060587
+com.example.revivemymemory:dimen/mtrl_slider_track_side_padding = 0x7f060586
+com.example.revivemymemory:dimen/mtrl_slider_track_height = 0x7f060585
+com.example.revivemymemory:id/fitCenter = 0x7f0800c9
+com.example.revivemymemory:attr/carousel_previousState = 0x7f03009a
+com.example.revivemymemory:dimen/_minus8sdp = 0x7f0602f6
+com.example.revivemymemory:dimen/mtrl_slider_label_radius = 0x7f060581
+com.example.revivemymemory:dimen/mtrl_shape_corner_size_small_component = 0x7f06057e
+com.example.revivemymemory:id/material_minute_tv = 0x7f08011a
+com.example.revivemymemory:dimen/mtrl_shape_corner_size_medium_component = 0x7f06057d
+com.example.revivemymemory:dimen/design_textinput_caption_translate_y = 0x7f060385
+com.example.revivemymemory:layout/support_simple_spinner_dropdown_item = 0x7f0b0071
+com.example.revivemymemory:dimen/mtrl_shape_corner_size_large_component = 0x7f06057c
+com.example.revivemymemory:dimen/mtrl_progress_circular_track_thickness_small = 0x7f060579
+com.example.revivemymemory:macro/m3_comp_outlined_button_disabled_outline_color = 0x7f0c003b
+com.example.revivemymemory:dimen/mtrl_progress_circular_track_thickness_medium = 0x7f060578
+com.example.revivemymemory:dimen/mtrl_progress_circular_size_extra_small = 0x7f060574
+com.example.revivemymemory:style/Theme.AppCompat.DayNight.DialogWhenLarge = 0x7f110206
+com.example.revivemymemory:macro/m3_comp_outlined_button_focus_outline_color = 0x7f0c003c
+com.example.revivemymemory:dimen/mtrl_progress_circular_inset = 0x7f06056e
+com.example.revivemymemory:dimen/mtrl_navigation_rail_text_size = 0x7f06056d
+com.example.revivemymemory:dimen/mtrl_navigation_rail_icon_size = 0x7f06056a
+com.example.revivemymemory:dimen/m3_comp_primary_navigation_tab_with_icon_icon_size = 0x7f060425
+com.example.revivemymemory:dimen/mtrl_navigation_rail_compact_width = 0x7f060566
+com.example.revivemymemory:style/Widget.Material3.TextInputLayout.OutlinedBox.Dense = 0x7f1103c3
+com.example.revivemymemory:id/textinput_error = 0x7f0801ed
+com.example.revivemymemory:dimen/mtrl_navigation_rail_active_text_size = 0x7f060565
+com.example.revivemymemory:style/TextAppearance.MaterialComponents.Tooltip = 0x7f1101fb
+com.example.revivemymemory:dimen/mtrl_navigation_item_shape_vertical_margin = 0x7f060564
+com.example.revivemymemory:style/Theme.MaterialComponents.DayNight.DarkActionBar = 0x7f11023d
+com.example.revivemymemory:drawable/abc_ic_menu_cut_mtrl_alpha = 0x7f070044
+com.example.revivemymemory:macro/m3_comp_checkbox_selected_error_icon_color = 0x7f0c0007
+com.example.revivemymemory:dimen/_582sdp = 0x7f06024b
+com.example.revivemymemory:dimen/_581sdp = 0x7f06024a
+com.example.revivemymemory:style/Widget.Material3.MaterialCalendar.HeaderLayout = 0x7f11038a
+com.example.revivemymemory:dimen/mtrl_navigation_item_shape_horizontal_margin = 0x7f060563
+com.example.revivemymemory:dimen/mtrl_navigation_item_icon_padding = 0x7f060561
+com.example.revivemymemory:color/primary_text_default_material_dark = 0x7f05026d
+com.example.revivemymemory:attr/overlay = 0x7f030347
+com.example.revivemymemory:color/abc_tint_switch_track = 0x7f050018
+com.example.revivemymemory:dimen/mtrl_navigation_item_horizontal_padding = 0x7f060560
+com.example.revivemymemory:dimen/_214sdp = 0x7f06008b
+com.example.revivemymemory:dimen/mtrl_navigation_elevation = 0x7f06055f
+com.example.revivemymemory:macro/m3_comp_text_button_focus_state_layer_color = 0x7f0c00ba
+com.example.revivemymemory:dimen/mtrl_navigation_bar_item_default_margin = 0x7f06055e
+com.example.revivemymemory:dimen/_335sdp = 0x7f06011e
+com.example.revivemymemory:attr/titleCentered = 0x7f03046c
+com.example.revivemymemory:id/accessibility_custom_action_10 = 0x7f080013
+com.example.revivemymemory:dimen/mtrl_navigation_bar_item_default_icon_size = 0x7f06055d
+com.example.revivemymemory:style/Widget.AppCompat.Light.AutoCompleteTextView = 0x7f1102fd
+com.example.revivemymemory:style/Theme.MaterialComponents.DayNight.Dialog.MinWidth.Bridge = 0x7f110246
+com.example.revivemymemory:dimen/mtrl_min_touch_target_size = 0x7f06055c
+com.example.revivemymemory:attr/hideNavigationIcon = 0x7f0301f8
+com.example.revivemymemory:dimen/_296sdp = 0x7f0600ed
+com.example.revivemymemory:dimen/mtrl_low_ripple_focused_alpha = 0x7f060559
+com.example.revivemymemory:string/forget_password = 0x7f10003c
+com.example.revivemymemory:dimen/mtrl_high_ripple_focused_alpha = 0x7f060555
+com.example.revivemymemory:dimen/m3_menu_elevation = 0x7f06045b
+com.example.revivemymemory:dimen/mtrl_high_ripple_default_alpha = 0x7f060554
+com.example.revivemymemory:dimen/mtrl_fab_translation_z_pressed = 0x7f060553
+com.example.revivemymemory:dimen/mtrl_fab_translation_z_hovered_focused = 0x7f060552
+com.example.revivemymemory:dimen/mtrl_card_elevation = 0x7f060539
+com.example.revivemymemory:id/actionDown = 0x7f080031
+com.example.revivemymemory:dimen/mtrl_fab_min_touch_target = 0x7f060551
+com.example.revivemymemory:dimen/mtrl_fab_elevation = 0x7f060550
+com.example.revivemymemory:dimen/mtrl_extended_fab_translation_z_pressed = 0x7f06054f
+com.example.revivemymemory:dimen/mtrl_extended_fab_translation_z_hovered_focused = 0x7f06054e
+com.example.revivemymemory:dimen/mtrl_extended_fab_start_padding_icon = 0x7f06054b
+com.example.revivemymemory:styleable/MaterialShape = 0x7f12005a
+com.example.revivemymemory:string/i_don_t_have_account_register = 0x7f100043
+com.example.revivemymemory:dimen/mtrl_extended_fab_min_width = 0x7f060549
+com.example.revivemymemory:style/Widget.Material3.ActionBar.Solid = 0x7f11032b
+com.example.revivemymemory:dimen/design_fab_elevation = 0x7f060367
+com.example.revivemymemory:dimen/mtrl_extended_fab_end_padding_icon = 0x7f060545
+com.example.revivemymemory:dimen/_225sdp = 0x7f060098
+com.example.revivemymemory:style/ShapeAppearance.M3.Comp.BottomAppBar.Container.Shape = 0x7f110151
+com.example.revivemymemory:dimen/mtrl_extended_fab_disabled_elevation = 0x7f060541
+com.example.revivemymemory:color/m3_ref_palette_dynamic_neutral80 = 0x7f0500a2
+com.example.revivemymemory:dimen/_minus29sdp = 0x7f0602d0
+com.example.revivemymemory:dimen/mtrl_exposed_dropdown_menu_popup_vertical_offset = 0x7f06053e
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f1102bd
+com.example.revivemymemory:dimen/mtrl_card_dragged_z = 0x7f060538
+com.example.revivemymemory:style/Widget.MaterialComponents.MaterialCalendar.HeaderDivider = 0x7f11040a
+com.example.revivemymemory:id/startVertical = 0x7f0801c9
+com.example.revivemymemory:dimen/mtrl_card_corner_radius = 0x7f060537
+com.example.revivemymemory:dimen/mtrl_calendar_year_width = 0x7f060534
+com.example.revivemymemory:style/Base.Widget.Material3.Snackbar = 0x7f110107
+com.example.revivemymemory:dimen/mtrl_calendar_year_vertical_padding = 0x7f060533
+com.example.revivemymemory:dimen/mtrl_calendar_year_horizontal_padding = 0x7f060532
+com.example.revivemymemory:dimen/mtrl_calendar_year_height = 0x7f060531
+com.example.revivemymemory:dimen/mtrl_calendar_selection_text_baseline_to_bottom = 0x7f06052a
+com.example.revivemymemory:layout/mtrl_alert_dialog_actions = 0x7f0b0046
+com.example.revivemymemory:dimen/mtrl_calendar_pre_l_text_clip_padding = 0x7f060528
+com.example.revivemymemory:dimen/mtrl_calendar_navigation_top_padding = 0x7f060527
+com.example.revivemymemory:dimen/mtrl_calendar_month_vertical_padding = 0x7f060524
+com.example.revivemymemory:dimen/mtrl_calendar_maximum_default_fullscreen_minor_axis = 0x7f060522
+com.example.revivemymemory:attr/actionModePasteDrawable = 0x7f030019
+com.example.revivemymemory:attr/constraintSet = 0x7f030114
+com.example.revivemymemory:dimen/_289sdp = 0x7f0600e4
+com.example.revivemymemory:dimen/mtrl_calendar_selection_text_baseline_to_top = 0x7f06052c
+com.example.revivemymemory:dimen/mtrl_calendar_landscape_header_width = 0x7f060521
+com.example.revivemymemory:styleable/KeyFramesVelocity = 0x7f120044
+com.example.revivemymemory:dimen/mtrl_calendar_header_toggle_margin_bottom = 0x7f06051f
+com.example.revivemymemory:color/abc_color_highlight_material = 0x7f050004
+com.example.revivemymemory:dimen/abc_text_size_small_material = 0x7f060344
+com.example.revivemymemory:dimen/mtrl_calendar_header_selection_line_height = 0x7f06051d
+com.example.revivemymemory:style/Widget.MaterialComponents.MaterialCalendar.MonthTextView = 0x7f110413
+com.example.revivemymemory:integer/cancel_button_image_alpha = 0x7f090004
+com.example.revivemymemory:dimen/mtrl_calendar_header_content_padding_fullscreen = 0x7f060519
+com.example.revivemymemory:dimen/mtrl_calendar_day_horizontal_padding = 0x7f060512
+com.example.revivemymemory:dimen/mtrl_calendar_day_height = 0x7f060511
+com.example.revivemymemory:dimen/_75ssp = 0x7f060285
+com.example.revivemymemory:dimen/_389sdp = 0x7f06015e
+com.example.revivemymemory:dimen/mtrl_calendar_content_padding = 0x7f06050f
+com.example.revivemymemory:color/m3_ref_palette_dynamic_secondary50 = 0x7f0500c6
+com.example.revivemymemory:dimen/design_navigation_icon_size = 0x7f06036f
+com.example.revivemymemory:drawable/ic_launcher_background = 0x7f0700a5
+com.example.revivemymemory:dimen/mtrl_calendar_bottom_padding = 0x7f06050e
+com.example.revivemymemory:dimen/mtrl_btn_text_btn_padding_right = 0x7f060508
+com.example.revivemymemory:dimen/mtrl_btn_text_btn_padding_left = 0x7f060507
+com.example.revivemymemory:style/TextAppearance.AppCompat.Small = 0x7f11019d
+com.example.revivemymemory:string/mtrl_exceed_max_badge_number_content_description = 0x7f100076
+com.example.revivemymemory:dimen/mtrl_btn_stroke_size = 0x7f060505
+com.example.revivemymemory:dimen/mtrl_btn_padding_right = 0x7f060501
+com.example.revivemymemory:dimen/material_clock_period_toggle_width = 0x7f0604c7
+com.example.revivemymemory:macro/m3_comp_outlined_text_field_hover_outline_color = 0x7f0c004e
+com.example.revivemymemory:dimen/_198sdp = 0x7f060075
+com.example.revivemymemory:id/visible = 0x7f080213
+com.example.revivemymemory:dimen/mtrl_btn_padding_left = 0x7f060500
+com.example.revivemymemory:style/Widget.Material3.DrawerLayout = 0x7f110368
+com.example.revivemymemory:style/Widget.AppCompat.Button.ButtonBar.AlertDialog = 0x7f1102e3
+com.example.revivemymemory:dimen/mtrl_btn_letter_spacing = 0x7f0604fd
+com.example.revivemymemory:dimen/mtrl_btn_icon_padding = 0x7f0604fb
+com.example.revivemymemory:dimen/_261sdp = 0x7f0600c4
+com.example.revivemymemory:style/MaterialAlertDialog.Material3.Title.Text = 0x7f110126
+com.example.revivemymemory:id/NO_DEBUG = 0x7f080007
+com.example.revivemymemory:dimen/mtrl_btn_hovered_z = 0x7f0604f9
+com.example.revivemymemory:dimen/mtrl_btn_disabled_z = 0x7f0604f6
+com.example.revivemymemory:style/Base.ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f110082
+com.example.revivemymemory:dimen/mtrl_btn_disabled_elevation = 0x7f0604f5
+com.example.revivemymemory:dimen/mtrl_exposed_dropdown_menu_popup_elevation = 0x7f06053d
+com.example.revivemymemory:dimen/mtrl_bottomappbar_fab_cradle_vertical_offset = 0x7f0604f1
+com.example.revivemymemory:drawable/abc_textfield_search_material = 0x7f070076
+com.example.revivemymemory:dimen/_473sdp = 0x7f0601c6
+com.example.revivemymemory:dimen/m3_sys_motion_easing_standard_accelerate_control_y2 = 0x7f0604ab
+com.example.revivemymemory:macro/m3_comp_secondary_navigation_tab_hover_state_layer_color = 0x7f0c007e
+com.example.revivemymemory:dimen/mtrl_bottomappbar_fabOffsetEndMode = 0x7f0604ed
+com.example.revivemymemory:dimen/mtrl_badge_toolbar_action_menu_item_vertical_offset = 0x7f0604eb
+com.example.revivemymemory:dimen/mtrl_badge_text_size = 0x7f0604e9
+com.example.revivemymemory:dimen/_165sdp = 0x7f06004e
+com.example.revivemymemory:dimen/mtrl_badge_horizontal_edge_offset = 0x7f0604e5
+com.example.revivemymemory:macro/m3_comp_switch_selected_focus_handle_color = 0x7f0c0098
+com.example.revivemymemory:dimen/mtrl_alert_dialog_background_inset_top = 0x7f0604e3
+com.example.revivemymemory:attr/buttonStyle = 0x7f030088
+com.example.revivemymemory:dimen/mtrl_alert_dialog_background_inset_bottom = 0x7f0604e0
+com.example.revivemymemory:dimen/mtrl_navigation_rail_text_bottom_margin = 0x7f06056c
+com.example.revivemymemory:dimen/material_textinput_default_width = 0x7f0604da
+com.example.revivemymemory:dimen/m3_btn_icon_btn_padding_right = 0x7f0603c0
+com.example.revivemymemory:dimen/_462sdp = 0x7f0601b9
+com.example.revivemymemory:dimen/material_font_2_0_box_collapsed_padding_top = 0x7f0604d5
+com.example.revivemymemory:macro/m3_comp_slider_disabled_handle_color = 0x7f0c0089
+com.example.revivemymemory:dimen/_77ssp = 0x7f060289
+com.example.revivemymemory:dimen/material_filled_edittext_font_2_0_padding_bottom = 0x7f0604d2
+com.example.revivemymemory:styleable/ActionMenuView = 0x7f120003
+com.example.revivemymemory:style/Theme.AppCompat.DayNight = 0x7f110201
+com.example.revivemymemory:dimen/material_filled_edittext_font_1_3_padding_bottom = 0x7f0604d0
+com.example.revivemymemory:color/m3_sys_color_light_inverse_surface = 0x7f05017f
+com.example.revivemymemory:dimen/_85sdp = 0x7f06029a
+com.example.revivemymemory:dimen/material_divider_thickness = 0x7f0604cb
+com.example.revivemymemory:dimen/m3_sys_motion_easing_legacy_control_y2 = 0x7f06049f
+com.example.revivemymemory:attr/centerIfNoTextEnabled = 0x7f03009e
+com.example.revivemymemory:dimen/material_cursor_width = 0x7f0604ca
+com.example.revivemymemory:id/dont_haveAccount = 0x7f0800a6
+com.example.revivemymemory:dimen/_62ssp = 0x7f060269
+com.example.revivemymemory:dimen/material_clock_face_margin_top = 0x7f0604bf
+com.example.revivemymemory:dimen/item_touch_helper_swipe_escape_velocity = 0x7f060394
+com.example.revivemymemory:dimen/material_bottom_sheet_max_width = 0x7f0604bb
+com.example.revivemymemory:dimen/_6sdp = 0x7f060278
+com.example.revivemymemory:id/material_hour_tv = 0x7f080117
+com.example.revivemymemory:dimen/_390sdp = 0x7f060161
+com.example.revivemymemory:dimen/m3_sys_state_pressed_state_layer_opacity = 0x7f0604b7
+com.example.revivemymemory:dimen/compat_button_inset_vertical_material = 0x7f06034f
+com.example.revivemymemory:dimen/m3_sys_motion_easing_standard_decelerate_control_x2 = 0x7f0604b1
+com.example.revivemymemory:attr/percentHeight = 0x7f03035a
+com.example.revivemymemory:dimen/m3_sys_motion_easing_standard_decelerate_control_x1 = 0x7f0604b0
+com.example.revivemymemory:dimen/_minus41sdp = 0x7f0602de
+com.example.revivemymemory:dimen/_2ssp = 0x7f0600f4
+com.example.revivemymemory:attr/chipMinTouchTargetSize = 0x7f0300b9
+com.example.revivemymemory:style/Widget.MaterialComponents.TimePicker.Button = 0x7f11043a
+com.example.revivemymemory:dimen/m3_sys_motion_easing_standard_control_y1 = 0x7f0604ae
+com.example.revivemymemory:dimen/_75sdp = 0x7f060284
+com.example.revivemymemory:attr/listItemLayout = 0x7f03029b
+com.example.revivemymemory:dimen/m3_sys_motion_easing_standard_control_x2 = 0x7f0604ad
+com.example.revivemymemory:dimen/_minus14sdp = 0x7f0602c0
+com.example.revivemymemory:dimen/m3_sys_motion_easing_standard_accelerate_control_x1 = 0x7f0604a8
+com.example.revivemymemory:dimen/m3_sys_motion_easing_linear_control_x2 = 0x7f0604a5
+com.example.revivemymemory:color/material_dynamic_neutral90 = 0x7f0501bf
+com.example.revivemymemory:attr/queryBackground = 0x7f030373
+com.example.revivemymemory:dimen/m3_sys_motion_easing_legacy_decelerate_control_y2 = 0x7f0604a3
+com.example.revivemymemory:dimen/m3_sys_motion_easing_legacy_decelerate_control_y1 = 0x7f0604a2
+com.example.revivemymemory:style/Widget.Material3.ExtendedFloatingActionButton.Primary = 0x7f11036d
+com.example.revivemymemory:dimen/_19sdp = 0x7f060077
+com.example.revivemymemory:dimen/m3_sys_motion_easing_legacy_control_x1 = 0x7f06049c
+com.example.revivemymemory:style/ShapeAppearanceOverlay.MaterialComponents.MaterialCalendar.Day = 0x7f110182
+com.example.revivemymemory:dimen/m3_sys_motion_easing_legacy_accelerate_control_y2 = 0x7f06049b
+com.example.revivemymemory:dimen/_534sdp = 0x7f060211
+com.example.revivemymemory:id/accessibility_custom_action_6 = 0x7f08002d
+com.example.revivemymemory:attr/textAppearanceSubtitle2 = 0x7f030435
+com.example.revivemymemory:dimen/tooltip_precise_anchor_threshold = 0x7f0605b6
+com.example.revivemymemory:dimen/m3_sys_motion_easing_emphasized_decelerate_control_x1 = 0x7f060494
+com.example.revivemymemory:dimen/_310sdp = 0x7f060101
+com.example.revivemymemory:anim/abc_slide_out_bottom = 0x7f010008
+com.example.revivemymemory:styleable/MaterialCheckBoxStates = 0x7f120057
+com.example.revivemymemory:dimen/m3_sys_motion_easing_emphasized_accelerate_control_y1 = 0x7f060492
+com.example.revivemymemory:dimen/m3_sys_elevation_level5 = 0x7f06048f
+com.example.revivemymemory:dimen/m3_sys_elevation_level2 = 0x7f06048c
+com.example.revivemymemory:dimen/m3_snackbar_margin = 0x7f060489
+com.example.revivemymemory:dimen/m3_simple_item_color_hovered_alpha = 0x7f060482
+com.example.revivemymemory:attr/layout_anchor = 0x7f03024b
+com.example.revivemymemory:dimen/m3_side_sheet_modal_elevation = 0x7f06047f
+com.example.revivemymemory:dimen/m3_searchview_divider_size = 0x7f06047c
+com.example.revivemymemory:color/m3_sys_color_dark_on_tertiary_container = 0x7f050141
+com.example.revivemymemory:dimen/_15ssp = 0x7f060048
+com.example.revivemymemory:attr/popupTheme = 0x7f030367
+com.example.revivemymemory:style/Widget.MaterialComponents.TextInputEditText.FilledBox = 0x7f11042c
+com.example.revivemymemory:attr/layout_constraintHorizontal_bias = 0x7f030267
+com.example.revivemymemory:dimen/_588sdp = 0x7f060251
+com.example.revivemymemory:dimen/m3_searchbar_text_size = 0x7f06047b
+com.example.revivemymemory:dimen/m3_searchbar_text_margin_start_no_navigation_icon = 0x7f06047a
+com.example.revivemymemory:style/TextAppearance.AppCompat.Light.SearchResult.Subtitle = 0x7f110194
+com.example.revivemymemory:string/m3_sys_motion_easing_emphasized_path_data = 0x7f10004b
+com.example.revivemymemory:drawable/notification_icon_background = 0x7f0700f4
+com.example.revivemymemory:dimen/_62sdp = 0x7f060268
+com.example.revivemymemory:dimen/abc_disabled_alpha_material_dark = 0x7f06031f
+com.example.revivemymemory:dimen/m3_searchbar_margin_vertical = 0x7f060477
+com.example.revivemymemory:id/mtrl_view_tag_bottom_padding = 0x7f080143
+com.example.revivemymemory:dimen/m3_searchbar_margin_horizontal = 0x7f060476
+com.example.revivemymemory:attr/chipMinHeight = 0x7f0300b8
+com.example.revivemymemory:dimen/m3_ripple_selectable_pressed_alpha = 0x7f060473
+com.example.revivemymemory:style/ThemeOverlay.Material3.Button = 0x7f11027a
+com.example.revivemymemory:dimen/m3_ripple_pressed_alpha = 0x7f060472
+com.example.revivemymemory:attr/tabMaxWidth = 0x7f0303ff
+com.example.revivemymemory:dimen/m3_ripple_hovered_alpha = 0x7f060471
+com.example.revivemymemory:dimen/m3_navigation_rail_item_padding_top = 0x7f06046e
+com.example.revivemymemory:dimen/mtrl_bottomappbar_fab_cradle_rounded_corner_radius = 0x7f0604f0
+com.example.revivemymemory:style/Widget.Material3.NavigationRailView = 0x7f1103a2
+com.example.revivemymemory:dimen/m3_navigation_rail_item_min_height = 0x7f06046c
+com.example.revivemymemory:dimen/m3_navigation_rail_item_active_indicator_margin_horizontal = 0x7f06046a
+com.example.revivemymemory:dimen/m3_navigation_rail_icon_size = 0x7f060468
+com.example.revivemymemory:dimen/m3_navigation_item_shape_inset_bottom = 0x7f06045f
+com.example.revivemymemory:style/Widget.Material3.Chip.Input.Icon = 0x7f110358
+com.example.revivemymemory:dimen/m3_btn_inset = 0x7f0603c5
+com.example.revivemymemory:attr/motionDurationShort2 = 0x7f030313
+com.example.revivemymemory:dimen/m3_badge_vertical_offset = 0x7f0603a6
+com.example.revivemymemory:dimen/_206sdp = 0x7f060081
+com.example.revivemymemory:dimen/m3_extended_fab_start_padding = 0x7f060453
+com.example.revivemymemory:id/neverCompleteToStart = 0x7f08014e
+com.example.revivemymemory:dimen/m3_extended_fab_min_height = 0x7f060452
+com.example.revivemymemory:dimen/m3_extended_fab_end_padding = 0x7f060450
+com.example.revivemymemory:dimen/_25sdp = 0x7f0600c1
+com.example.revivemymemory:dimen/m3_extended_fab_bottom_padding = 0x7f06044f
+com.example.revivemymemory:attr/layout_constraintTop_creator = 0x7f030273
+com.example.revivemymemory:dimen/m3_comp_text_button_focus_state_layer_opacity = 0x7f06044a
+com.example.revivemymemory:dimen/_47ssp = 0x7f0601ce
+com.example.revivemymemory:dimen/_471sdp = 0x7f0601c4
+com.example.revivemymemory:dimen/m3_comp_switch_unselected_pressed_state_layer_opacity = 0x7f060449
+com.example.revivemymemory:styleable/KeyTrigger = 0x7f120047
+com.example.revivemymemory:dimen/_258sdp = 0x7f0600bf
+com.example.revivemymemory:dimen/m3_comp_switch_selected_focus_state_layer_opacity = 0x7f060442
+com.example.revivemymemory:dimen/m3_comp_switch_disabled_unselected_handle_opacity = 0x7f060440
+com.example.revivemymemory:color/abc_btn_colored_borderless_text_material = 0x7f050002
+com.example.revivemymemory:dimen/m3_comp_switch_disabled_selected_icon_opacity = 0x7f06043e
+com.example.revivemymemory:dimen/m3_comp_switch_disabled_selected_handle_opacity = 0x7f06043d
+com.example.revivemymemory:dimen/m3_comp_switch_disabled_track_opacity = 0x7f06043f
+com.example.revivemymemory:color/material_dynamic_primary40 = 0x7f0501d4
+com.example.revivemymemory:dimen/m3_comp_suggestion_chip_container_height = 0x7f060438
+com.example.revivemymemory:macro/m3_comp_switch_selected_hover_icon_color = 0x7f0c009e
+com.example.revivemymemory:id/dependency_ordering = 0x7f080098
+com.example.revivemymemory:attr/collapsedTitleGravity = 0x7f0300df
+com.example.revivemymemory:layout/design_text_input_start_icon = 0x7f0b0030
+com.example.revivemymemory:attr/buttonGravity = 0x7f030082
+com.example.revivemymemory:dimen/m3_comp_slider_disabled_handle_opacity = 0x7f060435
+com.example.revivemymemory:dimen/m3_comp_sheet_bottom_docked_standard_container_elevation = 0x7f060433
+com.example.revivemymemory:attr/circularflow_defaultRadius = 0x7f0300c7
+com.example.revivemymemory:dimen/m3_comp_sheet_bottom_docked_modal_container_elevation = 0x7f060432
+com.example.revivemymemory:dimen/m3_comp_search_view_full_screen_header_container_height = 0x7f06042d
+com.example.revivemymemory:style/Widget.AppCompat.ImageButton = 0x7f1102ee
+com.example.revivemymemory:dimen/m3_comp_search_bar_container_elevation = 0x7f060427
+com.example.revivemymemory:dimen/m3_comp_primary_navigation_tab_inactive_hover_state_layer_opacity = 0x7f060423
+com.example.revivemymemory:attr/hideOnContentScroll = 0x7f0301f9
+com.example.revivemymemory:dimen/m3_comp_primary_navigation_tab_inactive_focus_state_layer_opacity = 0x7f060422
+com.example.revivemymemory:drawable/btn_checkbox_checked_to_unchecked_mtrl_animation = 0x7f070084
+com.example.revivemymemory:id/item_touch_helper_previous_elevation = 0x7f0800f8
+com.example.revivemymemory:dimen/mtrl_calendar_header_height = 0x7f06051b
+com.example.revivemymemory:dimen/m3_comp_outlined_text_field_disabled_input_text_opacity = 0x7f060418
+com.example.revivemymemory:drawable/abc_popup_background_mtrl_mult = 0x7f07005a
+com.example.revivemymemory:dimen/abc_text_size_title_material = 0x7f060347
+com.example.revivemymemory:dimen/m3_comp_outlined_button_outline_width = 0x7f060417
+com.example.revivemymemory:dimen/m3_comp_secondary_navigation_tab_pressed_state_layer_opacity = 0x7f060431
+com.example.revivemymemory:dimen/mtrl_calendar_day_width = 0x7f060515
+com.example.revivemymemory:dimen/m3_comp_outlined_button_disabled_outline_opacity = 0x7f060416
+com.example.revivemymemory:color/m3_sys_color_dynamic_light_tertiary_container = 0x7f050179
+com.example.revivemymemory:color/abc_search_url_text_selected = 0x7f050010
+com.example.revivemymemory:dimen/_549sdp = 0x7f060222
+com.example.revivemymemory:dimen/m3_comp_navigation_rail_active_indicator_width = 0x7f060411
+com.example.revivemymemory:attr/allowStacking = 0x7f03002c
+com.example.revivemymemory:dimen/_451sdp = 0x7f0601ac
+com.example.revivemymemory:attr/expandedTitleMarginTop = 0x7f03019e
+com.example.revivemymemory:dimen/m3_sys_motion_easing_linear_control_y1 = 0x7f0604a6
+com.example.revivemymemory:style/TextAppearance.AppCompat.Widget.ActionBar.Menu = 0x7f1101a4
+com.example.revivemymemory:style/Widget.Material3.MaterialTimePicker.Display.Divider = 0x7f11039d
+com.example.revivemymemory:dimen/m3_comp_filter_chip_elevated_container_elevation = 0x7f060406
+com.example.revivemymemory:dimen/_172sdp = 0x7f060057
+com.example.revivemymemory:dimen/m3_comp_filter_chip_container_height = 0x7f060405
+com.example.revivemymemory:styleable/MotionTelltales = 0x7f12006a
+com.example.revivemymemory:dimen/m3_comp_filled_text_field_disabled_active_indicator_opacity = 0x7f060404
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.BottomAppBar.Surface = 0x7f1102b7
+com.example.revivemymemory:dimen/m3_comp_fab_primary_large_icon_size = 0x7f0603fc
+com.example.revivemymemory:animator/fragment_close_enter = 0x7f020003
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Calendar = 0x7f1102c4
+com.example.revivemymemory:dimen/m3_comp_fab_primary_large_container_height = 0x7f0603fb
+com.example.revivemymemory:dimen/_187sdp = 0x7f060068
+com.example.revivemymemory:color/m3_sys_color_dynamic_light_inverse_primary = 0x7f050165
+com.example.revivemymemory:dimen/m3_comp_extended_fab_primary_hover_state_layer_opacity = 0x7f0603f1
+com.example.revivemymemory:attr/chainUseRtl = 0x7f03009f
+com.example.revivemymemory:dimen/m3_comp_extended_fab_primary_focus_container_elevation = 0x7f0603ee
+com.example.revivemymemory:dimen/m3_comp_extended_fab_primary_container_height = 0x7f0603ed
+com.example.revivemymemory:dimen/m3_comp_divider_thickness = 0x7f0603e9
+com.example.revivemymemory:attr/triggerSlack = 0x7f03049b
+com.example.revivemymemory:dimen/m3_comp_circular_progress_indicator_active_indicator_width = 0x7f0603e8
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.Dialog = 0x7f1102bc
+com.example.revivemymemory:dimen/mtrl_btn_padding_bottom = 0x7f0604ff
+com.example.revivemymemory:dimen/m3_comp_checkbox_selected_disabled_container_opacity = 0x7f0603e7
+com.example.revivemymemory:dimen/m3_comp_assist_chip_flat_outline_width = 0x7f0603e3
+com.example.revivemymemory:dimen/m3_comp_assist_chip_flat_container_elevation = 0x7f0603e2
+com.example.revivemymemory:dimen/m3_comp_assist_chip_elevated_container_elevation = 0x7f0603e1
+com.example.revivemymemory:attr/numericModifiers = 0x7f03033e
+com.example.revivemymemory:dimen/m3_chip_icon_size = 0x7f0603df
+com.example.revivemymemory:dimen/m3_chip_elevated_elevation = 0x7f0603dd
+com.example.revivemymemory:dimen/m3_chip_dragged_translation_z = 0x7f0603dc
+com.example.revivemymemory:attr/state_indeterminate = 0x7f0303d6
+com.example.revivemymemory:dimen/m3_card_hovered_z = 0x7f0603d7
+com.example.revivemymemory:dimen/m3_card_elevation = 0x7f0603d6
+com.example.revivemymemory:styleable/include = 0x7f12009a
+com.example.revivemymemory:dimen/_474sdp = 0x7f0601c7
+com.example.revivemymemory:dimen/m3_btn_padding_bottom = 0x7f0603c7
+com.example.revivemymemory:attr/itemIconTint = 0x7f030228
+com.example.revivemymemory:string/mtrl_checkbox_button_path_group_name = 0x7f10006f
+com.example.revivemymemory:dimen/mtrl_calendar_day_today_stroke = 0x7f060513
+com.example.revivemymemory:dimen/m3_btn_icon_btn_padding_left = 0x7f0603bf
+com.example.revivemymemory:attr/actionProviderClass = 0x7f030023
+com.example.revivemymemory:color/material_on_primary_emphasis_medium = 0x7f050206
+com.example.revivemymemory:attr/keyboardIcon = 0x7f03023f
+com.example.revivemymemory:dimen/m3_btn_disabled_elevation = 0x7f0603bb
+com.example.revivemymemory:attr/nestedScrollViewStyle = 0x7f03033b
+com.example.revivemymemory:attr/thickness = 0x7f030455
+com.example.revivemymemory:dimen/m3_bottomappbar_fab_cradle_rounded_corner_radius = 0x7f0603b4
+com.example.revivemymemory:dimen/_18sdp = 0x7f06006b
+com.example.revivemymemory:drawable/m3_tabs_rounded_line_indicator = 0x7f0700bb
+com.example.revivemymemory:drawable/baseline_account_circle_24 = 0x7f07007c
+com.example.revivemymemory:attr/materialIconButtonStyle = 0x7f0302e3
+com.example.revivemymemory:id/material_textinput_timepicker = 0x7f08011b
+com.example.revivemymemory:dimen/m3_bottom_sheet_elevation = 0x7f0603b1
+com.example.revivemymemory:dimen/_231sdp = 0x7f0600a0
+com.example.revivemymemory:dimen/m3_bottom_nav_item_padding_top = 0x7f0603ae
+com.example.revivemymemory:style/Widget.MaterialComponents.MaterialCalendar.HeaderLayout = 0x7f11040b
+com.example.revivemymemory:color/m3_ref_palette_primary100 = 0x7f050103
+com.example.revivemymemory:styleable/SwitchMaterial = 0x7f120088
+com.example.revivemymemory:dimen/m3_comp_slider_disabled_active_track_opacity = 0x7f060434
+com.example.revivemymemory:dimen/m3_bottom_nav_item_padding_bottom = 0x7f0603ad
+com.example.revivemymemory:string/m3_sys_motion_easing_linear = 0x7f10004f
+com.example.revivemymemory:attr/motionEffect_viewTransition = 0x7f030329
+com.example.revivemymemory:dimen/m3_bottom_nav_item_active_indicator_margin_horizontal = 0x7f0603ab
+com.example.revivemymemory:dimen/m3_bottom_nav_min_height = 0x7f0603af
+com.example.revivemymemory:dimen/m3_badge_radius = 0x7f0603a5
+com.example.revivemymemory:styleable/MenuGroup = 0x7f120060
+com.example.revivemymemory:color/background_material_light = 0x7f050020
+com.example.revivemymemory:dimen/m3_simple_item_color_selected_alpha = 0x7f060483
+com.example.revivemymemory:dimen/m3_appbar_scrim_height_trigger_large = 0x7f06039f
+com.example.revivemymemory:attr/searchHintIcon = 0x7f03038f
+com.example.revivemymemory:style/TextAppearance.AppCompat.Display1 = 0x7f11018c
+com.example.revivemymemory:color/m3_sys_color_dynamic_dark_on_primary_container = 0x7f050152
+com.example.revivemymemory:dimen/m3_alert_dialog_icon_size = 0x7f06039a
+com.example.revivemymemory:style/MaterialAlertDialog.Material3.Title.Panel.CenterStacked = 0x7f110125
+com.example.revivemymemory:dimen/abc_list_item_padding_horizontal_material = 0x7f06032b
+com.example.revivemymemory:dimen/item_touch_helper_swipe_escape_max_velocity = 0x7f060393
+com.example.revivemymemory:dimen/item_touch_helper_max_drag_scroll_per_frame = 0x7f060392
+com.example.revivemymemory:style/Widget.Material3.NavigationRailView.ActiveIndicator = 0x7f1103a3
+com.example.revivemymemory:macro/m3_comp_filled_text_field_input_text_type = 0x7f0c002c
+com.example.revivemymemory:macro/m3_comp_outlined_text_field_disabled_input_text_color = 0x7f0c0042
+com.example.revivemymemory:dimen/hint_pressed_alpha_material_light = 0x7f060391
+com.example.revivemymemory:dimen/hint_alpha_material_dark = 0x7f06038e
+com.example.revivemymemory:dimen/_56ssp = 0x7f06023c
+com.example.revivemymemory:dimen/_137sdp = 0x7f06002c
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents = 0x7f1102ad
+com.example.revivemymemory:dimen/highlight_alpha_material_dark = 0x7f06038c
+com.example.revivemymemory:styleable/ButtonBarLayout = 0x7f120018
+com.example.revivemymemory:attr/navigationIconTint = 0x7f030336
+com.example.revivemymemory:dimen/_525sdp = 0x7f060206
+com.example.revivemymemory:attr/curveFit = 0x7f030141
+com.example.revivemymemory:dimen/m3_card_elevated_elevation = 0x7f0603d4
+com.example.revivemymemory:style/Widget.Material3.Button.IconButton.Filled.Tonal = 0x7f110341
+com.example.revivemymemory:attr/flow_verticalAlign = 0x7f0301d5
+com.example.revivemymemory:dimen/_24sdp = 0x7f0600b5
+com.example.revivemymemory:dimen/fastscroll_margin = 0x7f060389
+com.example.revivemymemory:dimen/m3_btn_elevated_btn_elevation = 0x7f0603bd
+com.example.revivemymemory:dimen/disabled_alpha_material_dark = 0x7f060386
+com.example.revivemymemory:color/m3_ref_palette_secondary20 = 0x7f050111
+com.example.revivemymemory:id/snapMargins = 0x7f0801b6
+com.example.revivemymemory:style/Base.Widget.MaterialComponents.PopupMenu = 0x7f110110
+com.example.revivemymemory:dimen/design_snackbar_padding_vertical_2lines = 0x7f06037f
+com.example.revivemymemory:color/m3_dark_default_color_secondary_text = 0x7f050074
+com.example.revivemymemory:dimen/design_navigation_padding_bottom = 0x7f060374
+com.example.revivemymemory:id/tag_on_receive_content_listener = 0x7f0801d7
+com.example.revivemymemory:dimen/design_navigation_max_width = 0x7f060373
+com.example.revivemymemory:dimen/design_navigation_elevation = 0x7f06036d
+com.example.revivemymemory:id/mtrl_calendar_day_selector_frame = 0x7f08012e
+com.example.revivemymemory:attr/tabIndicatorAnimationDuration = 0x7f0303f8
+com.example.revivemymemory:dimen/design_fab_translation_z_hovered_focused = 0x7f06036b
+com.example.revivemymemory:dimen/design_fab_size_mini = 0x7f060369
+com.example.revivemymemory:attr/dropdownListPreferredItemHeight = 0x7f030175
+com.example.revivemymemory:dimen/m3_divider_heavy_thickness = 0x7f06044e
+com.example.revivemymemory:attr/colorPrimary = 0x7f030102
+com.example.revivemymemory:color/m3_ref_palette_dynamic_neutral40 = 0x7f05009e
+com.example.revivemymemory:dimen/design_fab_border_width = 0x7f060366
+com.example.revivemymemory:dimen/design_bottom_navigation_text_size = 0x7f060362
+com.example.revivemymemory:dimen/design_bottom_navigation_shadow_height = 0x7f060361
+com.example.revivemymemory:drawable/notify_panel_notification_icon_bg = 0x7f0700f8
+com.example.revivemymemory:dimen/design_bottom_navigation_margin = 0x7f060360
+com.example.revivemymemory:id/view_transition = 0x7f08020e
+com.example.revivemymemory:dimen/_454sdp = 0x7f0601af
+com.example.revivemymemory:dimen/design_bottom_navigation_item_min_width = 0x7f06035e
+com.example.revivemymemory:style/TextAppearance.MaterialComponents.Body1 = 0x7f1101ec
+com.example.revivemymemory:dimen/design_bottom_navigation_item_max_width = 0x7f06035d
+com.example.revivemymemory:string/mtrl_picker_toggle_to_year_selection = 0x7f10009c
+com.example.revivemymemory:dimen/design_bottom_navigation_elevation = 0x7f06035a
+com.example.revivemymemory:dimen/design_bottom_navigation_active_text_size = 0x7f060359
+com.example.revivemymemory:dimen/design_appbar_elevation = 0x7f060356
+com.example.revivemymemory:dimen/def_drawer_elevation = 0x7f060355
+com.example.revivemymemory:dimen/compat_notification_large_icon_max_width = 0x7f060354
+com.example.revivemymemory:id/direct = 0x7f0800a0
+com.example.revivemymemory:dimen/compat_notification_large_icon_max_height = 0x7f060353
+com.example.revivemymemory:dimen/cardview_compat_inset_shadow = 0x7f06034a
+com.example.revivemymemory:styleable/SideSheetBehavior_Layout = 0x7f12007e
+com.example.revivemymemory:dimen/abc_text_size_menu_header_material = 0x7f060342
+com.example.revivemymemory:id/startToEnd = 0x7f0801c8
+com.example.revivemymemory:dimen/abc_text_size_large_material = 0x7f060340
+com.example.revivemymemory:dimen/m3_btn_text_btn_icon_padding_right = 0x7f0603cd
+com.example.revivemymemory:dimen/abc_text_size_headline_material = 0x7f06033f
+com.example.revivemymemory:attr/setsTag = 0x7f030398
+com.example.revivemymemory:dimen/abc_text_size_display_2_material = 0x7f06033c
+com.example.revivemymemory:attr/animateRelativeTo = 0x7f030033
+com.example.revivemymemory:attr/colorSurfaceVariant = 0x7f03010d
+com.example.revivemymemory:dimen/abc_text_size_button_material = 0x7f060339
+com.example.revivemymemory:dimen/abc_text_size_body_1_material = 0x7f060337
+com.example.revivemymemory:color/m3_sys_color_dynamic_light_on_secondary = 0x7f05016a
+com.example.revivemymemory:style/Base.Theme.MaterialComponents.Dialog.Bridge = 0x7f110064
+com.example.revivemymemory:style/Widget.MaterialComponents.AutoCompleteTextView.OutlinedBox.Dense = 0x7f1103d5
+com.example.revivemymemory:dimen/design_snackbar_background_corner_radius = 0x7f060378
+com.example.revivemymemory:dimen/abc_star_big = 0x7f060333
+com.example.revivemymemory:id/antiClockwise = 0x7f080051
+com.example.revivemymemory:dimen/abc_select_dialog_padding_start_material = 0x7f060332
+com.example.revivemymemory:dimen/_16ssp = 0x7f060054
+com.example.revivemymemory:dimen/abc_search_view_preferred_width = 0x7f06032f
+com.example.revivemymemory:style/Base.Widget.AppCompat.ButtonBar.AlertDialog = 0x7f1100ce
+com.example.revivemymemory:layout/abc_select_dialog_material = 0x7f0b001a
+com.example.revivemymemory:dimen/abc_search_view_preferred_height = 0x7f06032e
+com.example.revivemymemory:macro/m3_comp_outlined_text_field_focus_outline_color = 0x7f0c004b
+com.example.revivemymemory:dimen/abc_progress_bar_height_material = 0x7f06032d
+com.example.revivemymemory:macro/m3_comp_filled_tonal_button_label_text_color = 0x7f0c002e
+com.example.revivemymemory:dimen/abc_list_item_height_large_material = 0x7f060328
+com.example.revivemymemory:dimen/m3_searchview_elevation = 0x7f06047d
+com.example.revivemymemory:dimen/m3_comp_secondary_navigation_tab_focus_state_layer_opacity = 0x7f06042f
+com.example.revivemymemory:attr/layout_constraintHeight = 0x7f030262
+com.example.revivemymemory:id/mtrl_picker_fullscreen = 0x7f08013a
+com.example.revivemymemory:dimen/abc_edit_text_inset_top_material = 0x7f060326
+com.example.revivemymemory:attr/overlapAnchor = 0x7f030346
+com.example.revivemymemory:dimen/abc_edit_text_inset_horizontal_material = 0x7f060325
+com.example.revivemymemory:style/TextAppearance.AppCompat.Title.Inverse = 0x7f1101a2
+com.example.revivemymemory:attr/behavior_hideable = 0x7f03005f
+com.example.revivemymemory:dimen/abc_dropdownitem_text_padding_right = 0x7f060323
+com.example.revivemymemory:dimen/m3_comp_fab_primary_focus_state_layer_opacity = 0x7f0603f7
+com.example.revivemymemory:integer/mtrl_calendar_year_selector_span = 0x7f09002a
+com.example.revivemymemory:dimen/m3_comp_fab_primary_container_height = 0x7f0603f6
+com.example.revivemymemory:attr/alertDialogTheme = 0x7f03002b
+com.example.revivemymemory:dimen/abc_text_size_display_1_material = 0x7f06033b
+com.example.revivemymemory:attr/tabIndicatorAnimationMode = 0x7f0303f9
+com.example.revivemymemory:attr/seekBarStyle = 0x7f030393
+com.example.revivemymemory:macro/m3_comp_secondary_navigation_tab_label_text_type = 0x7f0c0080
+com.example.revivemymemory:dimen/_178sdp = 0x7f06005d
+com.example.revivemymemory:attr/chipSpacingVertical = 0x7f0300bc
+com.example.revivemymemory:dimen/abc_dropdownitem_text_padding_left = 0x7f060322
+com.example.revivemymemory:dimen/_220sdp = 0x7f060093
+com.example.revivemymemory:dimen/abc_dialog_padding_material = 0x7f06031c
+com.example.revivemymemory:style/Base.V21.Theme.MaterialComponents = 0x7f11009f
+com.example.revivemymemory:dimen/abc_dialog_min_width_major = 0x7f06031a
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Small.Inverse = 0x7f11002a
+com.example.revivemymemory:dimen/abc_dialog_list_padding_bottom_no_buttons = 0x7f060318
+com.example.revivemymemory:attr/actionModeCloseContentDescription = 0x7f030014
+com.example.revivemymemory:dimen/abc_dialog_fixed_height_minor = 0x7f060315
+com.example.revivemymemory:dimen/abc_dialog_fixed_height_major = 0x7f060314
+com.example.revivemymemory:dimen/abc_dialog_corner_radius_material = 0x7f060313
+com.example.revivemymemory:style/Base.V14.ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f110099
+com.example.revivemymemory:dimen/abc_config_prefDialogWidth = 0x7f06030f
+com.example.revivemymemory:dimen/abc_cascading_menus_min_smallest_width = 0x7f06030e
+com.example.revivemymemory:style/TextAppearance.AppCompat.Large.Inverse = 0x7f110193
+com.example.revivemymemory:dimen/abc_button_padding_vertical_material = 0x7f06030d
+com.example.revivemymemory:dimen/abc_button_inset_horizontal_material = 0x7f06030a
+com.example.revivemymemory:anim/m3_bottom_sheet_slide_in = 0x7f010021
+com.example.revivemymemory:dimen/abc_action_button_min_width_material = 0x7f060306
+com.example.revivemymemory:styleable/KeyCycle = 0x7f120041
+com.example.revivemymemory:dimen/abc_action_bar_overflow_padding_end_material = 0x7f0602ff
+com.example.revivemymemory:style/Base.Widget.MaterialComponents.TextInputLayout = 0x7f110117
+com.example.revivemymemory:style/Theme.AppCompat.Light.DialogWhenLarge = 0x7f110212
+com.example.revivemymemory:dimen/abc_action_bar_default_padding_end_material = 0x7f0602fb
+com.example.revivemymemory:attr/endIconMode = 0x7f030185
+com.example.revivemymemory:styleable/Slider = 0x7f12007f
+com.example.revivemymemory:attr/buttonBarStyle = 0x7f030080
+com.example.revivemymemory:string/bottomsheet_drag_handle_content_description = 0x7f100027
+com.example.revivemymemory:dimen/fastscroll_minimum_range = 0x7f06038a
+com.example.revivemymemory:dimen/design_snackbar_extra_spacing_horizontal = 0x7f06037a
+com.example.revivemymemory:color/m3_sys_color_dark_primary = 0x7f050144
+com.example.revivemymemory:dimen/abc_action_bar_content_inset_with_nav = 0x7f0602f9
+com.example.revivemymemory:style/TextAppearance.AppCompat.Medium = 0x7f110198
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Inverse = 0x7f11001e
+com.example.revivemymemory:dimen/_minus7sdp = 0x7f0602f5
+com.example.revivemymemory:color/m3_sys_color_dynamic_dark_inverse_on_surface = 0x7f05014d
+com.example.revivemymemory:dimen/_170sdp = 0x7f060055
+com.example.revivemymemory:dimen/_minus54sdp = 0x7f0602ec
+com.example.revivemymemory:integer/mtrl_tab_indicator_anim_duration_ms = 0x7f090036
+com.example.revivemymemory:dimen/_minus53sdp = 0x7f0602eb
+com.example.revivemymemory:style/Widget.Material3.FloatingActionButton.Small.Tertiary = 0x7f11037a
+com.example.revivemymemory:dimen/_minus52sdp = 0x7f0602ea
+com.example.revivemymemory:dimen/_213sdp = 0x7f06008a
+com.example.revivemymemory:drawable/ic_baseline_arrow_back_24 = 0x7f070099
+com.example.revivemymemory:dimen/_minus51sdp = 0x7f0602e9
+com.example.revivemymemory:color/material_dynamic_tertiary99 = 0x7f0501f5
+com.example.revivemymemory:dimen/_minus4sdp = 0x7f0602e7
+com.example.revivemymemory:dimen/_99sdp = 0x7f0602b8
+com.example.revivemymemory:dimen/_minus39sdp = 0x7f0602db
+com.example.revivemymemory:color/material_on_background_emphasis_high_type = 0x7f050202
+com.example.revivemymemory:dimen/_440sdp = 0x7f06019f
+com.example.revivemymemory:attr/tabIndicatorColor = 0x7f0303fa
+com.example.revivemymemory:dimen/_224sdp = 0x7f060097
+com.example.revivemymemory:style/Platform.V25.AppCompat.Light = 0x7f11013e
+com.example.revivemymemory:attr/trackDecoration = 0x7f03048c
+com.example.revivemymemory:dimen/_minus32sdp = 0x7f0602d4
+com.example.revivemymemory:color/m3_ref_palette_primary80 = 0x7f05010a
+com.example.revivemymemory:dimen/_minus31sdp = 0x7f0602d3
+com.example.revivemymemory:attr/cornerFamily = 0x7f03012e
+com.example.revivemymemory:dimen/_minus2sdp = 0x7f0602d1
+com.example.revivemymemory:attr/contentPaddingStart = 0x7f030127
+com.example.revivemymemory:dimen/notification_large_icon_width = 0x7f0605a8
+com.example.revivemymemory:dimen/_minus27sdp = 0x7f0602ce
+com.example.revivemymemory:dimen/m3_comp_elevated_button_container_elevation = 0x7f0603ea
+com.example.revivemymemory:dimen/_64sdp = 0x7f06026c
+com.example.revivemymemory:dimen/m3_bottomappbar_fab_cradle_vertical_offset = 0x7f0603b5
+com.example.revivemymemory:id/list_item = 0x7f080105
+com.example.revivemymemory:dimen/_minus22sdp = 0x7f0602c9
+com.example.revivemymemory:dimen/_minus20sdp = 0x7f0602c7
+com.example.revivemymemory:dimen/_minus19sdp = 0x7f0602c5
+com.example.revivemymemory:dimen/_minus17sdp = 0x7f0602c3
+com.example.revivemymemory:dimen/_145sdp = 0x7f060036
+com.example.revivemymemory:dimen/_minus16sdp = 0x7f0602c2
+com.example.revivemymemory:color/m3_sys_color_dark_primary_container = 0x7f050145
+com.example.revivemymemory:color/mtrl_navigation_bar_colored_item_tint = 0x7f05024b
+com.example.revivemymemory:dimen/_84ssp = 0x7f060299
+com.example.revivemymemory:dimen/_minus15sdp = 0x7f0602c1
+com.example.revivemymemory:dimen/m3_btn_text_btn_icon_padding_left = 0x7f0603cc
+com.example.revivemymemory:style/TextAppearance.AppCompat.Medium.Inverse = 0x7f110199
+com.example.revivemymemory:dimen/_minus10sdp = 0x7f0602bc
+com.example.revivemymemory:attr/layout_constraintGuide_end = 0x7f030260
+com.example.revivemymemory:dimen/_250sdp = 0x7f0600b7
+com.example.revivemymemory:dimen/_99ssp = 0x7f0602b9
+com.example.revivemymemory:color/material_dynamic_neutral_variant0 = 0x7f0501c2
+com.example.revivemymemory:dimen/m3_comp_switch_unselected_hover_state_layer_opacity = 0x7f060448
+com.example.revivemymemory:dimen/_97sdp = 0x7f0602b4
+com.example.revivemymemory:style/Widget.Material3.FloatingActionButton.Small.Secondary = 0x7f110378
+com.example.revivemymemory:id/neverCompleteToEnd = 0x7f08014d
+com.example.revivemymemory:dimen/m3_comp_suggestion_chip_with_leading_icon_leading_icon_size = 0x7f06043c
+com.example.revivemymemory:drawable/notification_bg_low = 0x7f0700ef
+com.example.revivemymemory:dimen/_96ssp = 0x7f0602b3
+com.example.revivemymemory:dimen/_95sdp = 0x7f0602b0
+com.example.revivemymemory:dimen/_94sdp = 0x7f0602ae
+com.example.revivemymemory:dimen/_minus30sdp = 0x7f0602d2
+com.example.revivemymemory:id/disableScroll = 0x7f0800a4
+com.example.revivemymemory:dimen/_90sdp = 0x7f0602a6
+com.example.revivemymemory:drawable/ic_baseline_lock_24 = 0x7f07009e
+com.example.revivemymemory:attr/snackbarButtonStyle = 0x7f0303ba
+com.example.revivemymemory:dimen/_121sdp = 0x7f06001a
+com.example.revivemymemory:dimen/_87sdp = 0x7f06029e
+com.example.revivemymemory:dimen/m3_comp_linear_progress_indicator_active_indicator_height = 0x7f06040f
+com.example.revivemymemory:dimen/_86ssp = 0x7f06029d
+com.example.revivemymemory:dimen/_569sdp = 0x7f06023a
+com.example.revivemymemory:dimen/material_emphasis_high_type = 0x7f0604ce
+com.example.revivemymemory:dimen/_83ssp = 0x7f060297
+com.example.revivemymemory:dimen/_82sdp = 0x7f060294
+com.example.revivemymemory:dimen/_79ssp = 0x7f06028d
+com.example.revivemymemory:attr/methodName = 0x7f0302f9
+com.example.revivemymemory:style/Widget.AppCompat.Spinner = 0x7f110316
+com.example.revivemymemory:dimen/_79sdp = 0x7f06028c
+com.example.revivemymemory:dimen/m3_comp_input_chip_container_elevation = 0x7f06040a
+com.example.revivemymemory:macro/m3_comp_switch_unselected_pressed_handle_color = 0x7f0c00b3
+com.example.revivemymemory:dimen/_233sdp = 0x7f0600a2
+com.example.revivemymemory:style/Platform.V21.AppCompat.Light = 0x7f11013c
+com.example.revivemymemory:dimen/_77sdp = 0x7f060288
+com.example.revivemymemory:dimen/_401sdp = 0x7f060170
+com.example.revivemymemory:attr/textAppearanceLargePopupMenu = 0x7f03042a
+com.example.revivemymemory:dimen/_minus24sdp = 0x7f0602cb
+com.example.revivemymemory:styleable/ActivityChooserView = 0x7f120005
+com.example.revivemymemory:dimen/_71ssp = 0x7f06027d
+com.example.revivemymemory:dimen/m3_comp_fab_primary_hover_container_elevation = 0x7f0603f8
+com.example.revivemymemory:color/mtrl_outlined_stroke_color = 0x7f050255
+com.example.revivemymemory:dimen/_83sdp = 0x7f060296
+com.example.revivemymemory:macro/m3_comp_extended_fab_tertiary_container_color = 0x7f0c0015
+com.example.revivemymemory:dimen/_67sdp = 0x7f060272
+com.example.revivemymemory:color/abc_search_url_text_normal = 0x7f05000e
+com.example.revivemymemory:dimen/_65sdp = 0x7f06026e
+com.example.revivemymemory:attr/layout_anchorGravity = 0x7f03024c
+com.example.revivemymemory:dimen/_64ssp = 0x7f06026d
+com.example.revivemymemory:color/abc_search_url_text_pressed = 0x7f05000f
+com.example.revivemymemory:dimen/_63sdp = 0x7f06026a
+com.example.revivemymemory:dimen/_88ssp = 0x7f0602a1
+com.example.revivemymemory:dimen/_8ssp = 0x7f0602a5
+com.example.revivemymemory:dimen/_61ssp = 0x7f060267
+com.example.revivemymemory:color/m3_ref_palette_error10 = 0x7f0500db
+com.example.revivemymemory:dimen/_59sdp = 0x7f06025f
+com.example.revivemymemory:color/background_material_dark = 0x7f05001f
+com.example.revivemymemory:dimen/_599sdp = 0x7f06025e
+com.example.revivemymemory:dimen/_598sdp = 0x7f06025d
+com.example.revivemymemory:attr/switchStyle = 0x7f0303f0
+com.example.revivemymemory:color/m3_sys_color_light_on_surface_variant = 0x7f050188
+com.example.revivemymemory:dimen/m3_comp_bottom_app_bar_container_height = 0x7f0603e6
+com.example.revivemymemory:drawable/$avd_show_password__2 = 0x7f070005
+com.example.revivemymemory:dimen/_minus13sdp = 0x7f0602bf
+com.example.revivemymemory:dimen/_592sdp = 0x7f060257
+com.example.revivemymemory:dimen/m3_sys_motion_easing_legacy_decelerate_control_x2 = 0x7f0604a1
+com.example.revivemymemory:dimen/_589sdp = 0x7f060252
+com.example.revivemymemory:color/mtrl_filled_icon_tint = 0x7f050248
+com.example.revivemymemory:dimen/_587sdp = 0x7f060250
+com.example.revivemymemory:styleable/ClockFaceView = 0x7f120021
+com.example.revivemymemory:dimen/abc_text_size_body_2_material = 0x7f060338
+com.example.revivemymemory:dimen/_542sdp = 0x7f06021b
+com.example.revivemymemory:attr/daySelectedStyle = 0x7f03014d
+com.example.revivemymemory:dimen/_580sdp = 0x7f060249
+com.example.revivemymemory:dimen/mtrl_textinput_box_label_cutout_padding = 0x7f060595
+com.example.revivemymemory:dimen/_57ssp = 0x7f060248
+com.example.revivemymemory:dimen/material_clock_period_toggle_vertical_gap = 0x7f0604c6
+com.example.revivemymemory:dimen/m3_btn_dialog_btn_min_width = 0x7f0603b9
+com.example.revivemymemory:dimen/_57sdp = 0x7f060247
+com.example.revivemymemory:macro/m3_comp_secondary_navigation_tab_with_icon_active_icon_color = 0x7f0c0082
+com.example.revivemymemory:macro/m3_comp_search_view_docked_container_shape = 0x7f0c0073
+com.example.revivemymemory:color/mtrl_textinput_default_box_stroke_color = 0x7f050262
+com.example.revivemymemory:dimen/_579sdp = 0x7f060246
+com.example.revivemymemory:dimen/_578sdp = 0x7f060245
+com.example.revivemymemory:id/message = 0x7f080123
+com.example.revivemymemory:attr/isMaterial3Theme = 0x7f03021f
+com.example.revivemymemory:dimen/_572sdp = 0x7f06023f
+com.example.revivemymemory:style/Widget.Material3.Search.Toolbar.Button.Navigation = 0x7f1103aa
+com.example.revivemymemory:attr/layout_wrapBehaviorInParent = 0x7f03028f
+com.example.revivemymemory:dimen/_568sdp = 0x7f060239
+com.example.revivemymemory:dimen/_497sdp = 0x7f0601e2
+com.example.revivemymemory:drawable/img_2 = 0x7f0700b1
+com.example.revivemymemory:dimen/_586sdp = 0x7f06024f
+com.example.revivemymemory:id/phone = 0x7f08016d
+com.example.revivemymemory:dimen/_minus45sdp = 0x7f0602e2
+com.example.revivemymemory:interpolator/m3_sys_motion_easing_standard = 0x7f0a000b
+com.example.revivemymemory:dimen/_561sdp = 0x7f060232
+com.example.revivemymemory:dimen/abc_action_bar_default_height_material = 0x7f0602fa
+com.example.revivemymemory:dimen/_560sdp = 0x7f060231
+com.example.revivemymemory:dimen/m3_comp_extended_fab_primary_pressed_container_elevation = 0x7f0603f3
+com.example.revivemymemory:dimen/_55sdp = 0x7f06022f
+com.example.revivemymemory:dimen/_354sdp = 0x7f060135
+com.example.revivemymemory:dimen/_minus11sdp = 0x7f0602bd
+com.example.revivemymemory:attr/materialTimePickerTheme = 0x7f0302ea
+com.example.revivemymemory:dimen/_550sdp = 0x7f060225
+com.example.revivemymemory:styleable/PopupWindow = 0x7f120071
+com.example.revivemymemory:attr/selectableItemBackgroundBorderless = 0x7f030395
+com.example.revivemymemory:dimen/clock_face_margin_start = 0x7f06034d
+com.example.revivemymemory:id/spline = 0x7f0801bb
+com.example.revivemymemory:dimen/_548sdp = 0x7f060221
+com.example.revivemymemory:dimen/mtrl_btn_dialog_btn_min_width = 0x7f0604f4
+com.example.revivemymemory:color/m3_dynamic_default_color_primary_text = 0x7f05007f
+com.example.revivemymemory:attr/layout_constraintBaseline_creator = 0x7f030252
+com.example.revivemymemory:dimen/_327sdp = 0x7f060114
+com.example.revivemymemory:dimen/abc_text_size_medium_material = 0x7f060341
+com.example.revivemymemory:style/Widget.MaterialComponents.BottomAppBar.PrimarySurface = 0x7f1103d9
+com.example.revivemymemory:dimen/_546sdp = 0x7f06021f
+com.example.revivemymemory:dimen/_541sdp = 0x7f06021a
+com.example.revivemymemory:dimen/_538sdp = 0x7f060215
+com.example.revivemymemory:dimen/_537sdp = 0x7f060214
+com.example.revivemymemory:drawable/abc_seekbar_track_material = 0x7f070065
+com.example.revivemymemory:style/Base.V14.ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f110098
+com.example.revivemymemory:dimen/_535sdp = 0x7f060212
+com.example.revivemymemory:dimen/_531sdp = 0x7f06020e
+com.example.revivemymemory:dimen/material_timepicker_dialog_buttons_margin_top = 0x7f0604df
+com.example.revivemymemory:attr/thumbStrokeWidth = 0x7f03045d
+com.example.revivemymemory:attr/chipBackgroundColor = 0x7f0300af
+com.example.revivemymemory:dimen/_52ssp = 0x7f06020c
+com.example.revivemymemory:attr/layout_constraintBottom_toTopOf = 0x7f030258
+com.example.revivemymemory:dimen/m3_searchbar_outlined_stroke_width = 0x7f060478
+com.example.revivemymemory:dimen/_528sdp = 0x7f060209
+com.example.revivemymemory:styleable/ConstraintLayout_ReactiveGuide = 0x7f120029
+com.example.revivemymemory:dimen/_251sdp = 0x7f0600b8
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Subhead.Inverse = 0x7f11002c
+com.example.revivemymemory:dimen/_526sdp = 0x7f060207
+com.example.revivemymemory:dimen/_340sdp = 0x7f060125
+com.example.revivemymemory:id/material_clock_hand = 0x7f080111
+com.example.revivemymemory:dimen/_523sdp = 0x7f060204
+com.example.revivemymemory:integer/mtrl_card_anim_duration_ms = 0x7f09002c
+com.example.revivemymemory:dimen/_521sdp = 0x7f060202
+com.example.revivemymemory:dimen/m3_navigation_rail_default_width = 0x7f060466
+com.example.revivemymemory:styleable/PropertySet = 0x7f120073
+com.example.revivemymemory:dimen/_595sdp = 0x7f06025a
+com.example.revivemymemory:dimen/design_navigation_item_icon_padding = 0x7f060371
+com.example.revivemymemory:dimen/_51sdp = 0x7f0601ff
+com.example.revivemymemory:styleable/MotionLabel = 0x7f120067
+com.example.revivemymemory:dimen/_minus56sdp = 0x7f0602ee
+com.example.revivemymemory:dimen/_518sdp = 0x7f0601fd
+com.example.revivemymemory:dimen/_512sdp = 0x7f0601f7
+com.example.revivemymemory:integer/mtrl_switch_thumb_motion_duration = 0x7f09002e
+com.example.revivemymemory:style/Base.Widget.MaterialComponents.Snackbar = 0x7f110115
+com.example.revivemymemory:color/mtrl_switch_thumb_tint = 0x7f050259
+com.example.revivemymemory:dimen/_511sdp = 0x7f0601f6
+com.example.revivemymemory:interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1 = 0x7f0a0003
+com.example.revivemymemory:dimen/_509sdp = 0x7f0601f2
+com.example.revivemymemory:integer/m3_sys_motion_duration_short1 = 0x7f09001a
+com.example.revivemymemory:style/Theme.MaterialComponents.DayNight.Dialog.Bridge = 0x7f110242
+com.example.revivemymemory:color/material_on_surface_disabled = 0x7f050207
+com.example.revivemymemory:dimen/_504sdp = 0x7f0601ed
+com.example.revivemymemory:attr/layout_constraintHorizontal_weight = 0x7f030269
+com.example.revivemymemory:interpolator/btn_radio_to_on_mtrl_animation_interpolator_0 = 0x7f0a0005
+com.example.revivemymemory:attr/tabPaddingBottom = 0x7f030403
+com.example.revivemymemory:dimen/_503sdp = 0x7f0601ec
+com.example.revivemymemory:style/TextAppearance.M3.Sys.Typescale.BodyMedium = 0x7f1101c8
+com.example.revivemymemory:dimen/abc_list_item_height_small_material = 0x7f06032a
+com.example.revivemymemory:dimen/_502sdp = 0x7f0601eb
+com.example.revivemymemory:dimen/_323sdp = 0x7f060110
+com.example.revivemymemory:dimen/_501sdp = 0x7f0601ea
+com.example.revivemymemory:style/MaterialAlertDialog.Material3.Body.Text = 0x7f110120
+com.example.revivemymemory:attr/cornerFamilyTopRight = 0x7f030132
+com.example.revivemymemory:dimen/_49ssp = 0x7f0601e6
+com.example.revivemymemory:dimen/_498sdp = 0x7f0601e3
+com.example.revivemymemory:dimen/_544sdp = 0x7f06021d
+com.example.revivemymemory:dimen/_495sdp = 0x7f0601e0
+com.example.revivemymemory:dimen/_325sdp = 0x7f060112
+com.example.revivemymemory:dimen/_50sdp = 0x7f0601f3
+com.example.revivemymemory:layout/mtrl_calendar_month = 0x7f0b0050
+com.example.revivemymemory:style/Widget.Material3.MaterialCalendar.Fullscreen = 0x7f110387
+com.example.revivemymemory:dimen/_179sdp = 0x7f06005e
+com.example.revivemymemory:dimen/_494sdp = 0x7f0601df
+com.example.revivemymemory:dimen/m3_bottom_sheet_drag_handle_bottom_padding = 0x7f0603b0
+com.example.revivemymemory:style/Base.Widget.Material3.FloatingActionButton = 0x7f110102
+com.example.revivemymemory:string/mtrl_picker_announce_current_range_selection = 0x7f10007a
+com.example.revivemymemory:dimen/_493sdp = 0x7f0601de
+com.example.revivemymemory:dimen/m3_btn_icon_only_default_padding = 0x7f0603c1
+com.example.revivemymemory:string/item_view_role_description = 0x7f100045
+com.example.revivemymemory:dimen/_490sdp = 0x7f0601db
+com.example.revivemymemory:style/Widget.MaterialComponents.BottomNavigationView.PrimarySurface = 0x7f1103dc
+com.example.revivemymemory:integer/mtrl_view_visible = 0x7f090039
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Display1 = 0x7f110019
+com.example.revivemymemory:dimen/_minus48sdp = 0x7f0602e5
+com.example.revivemymemory:dimen/_48ssp = 0x7f0601da
+com.example.revivemymemory:id/accessibility_custom_action_15 = 0x7f080018
+com.example.revivemymemory:string/mtrl_picker_toggle_to_calendar_input_mode = 0x7f100099
+com.example.revivemymemory:dimen/_487sdp = 0x7f0601d6
+com.example.revivemymemory:dimen/_486sdp = 0x7f0601d5
+com.example.revivemymemory:attr/materialIconButtonFilledTonalStyle = 0x7f0302e1
+com.example.revivemymemory:dimen/_485sdp = 0x7f0601d4
+com.example.revivemymemory:attr/itemBackground = 0x7f030222
+com.example.revivemymemory:dimen/_481sdp = 0x7f0601d0
+com.example.revivemymemory:dimen/_478sdp = 0x7f0601cb
+com.example.revivemymemory:dimen/_477sdp = 0x7f0601ca
+com.example.revivemymemory:dimen/_329sdp = 0x7f060116
+com.example.revivemymemory:dimen/_475sdp = 0x7f0601c8
+com.example.revivemymemory:dimen/_507sdp = 0x7f0601f0
+com.example.revivemymemory:dimen/_472sdp = 0x7f0601c5
+com.example.revivemymemory:id/clockwise = 0x7f08007e
+com.example.revivemymemory:dimen/_463sdp = 0x7f0601ba
+com.example.revivemymemory:id/noScroll = 0x7f08014f
+com.example.revivemymemory:attr/autoShowKeyboard = 0x7f03003d
+com.example.revivemymemory:dimen/_45ssp = 0x7f0601b6
+com.example.revivemymemory:style/ShapeAppearance.M3.Sys.Shape.Corner.Medium = 0x7f11015f
+com.example.revivemymemory:dimen/_90ssp = 0x7f0602a7
+com.example.revivemymemory:color/material_grey_850 = 0x7f0501fb
+com.example.revivemymemory:dimen/_450sdp = 0x7f0601ab
+com.example.revivemymemory:id/async = 0x7f080056
+com.example.revivemymemory:dimen/_44ssp = 0x7f0601aa
+com.example.revivemymemory:macro/m3_comp_switch_selected_hover_handle_color = 0x7f0c009d
+com.example.revivemymemory:dimen/_44sdp = 0x7f0601a9
+com.example.revivemymemory:style/Widget.MaterialComponents.PopupMenu.ListPopupWindow = 0x7f110421
+com.example.revivemymemory:style/Widget.Material3.Chip.Input.Elevated = 0x7f110357
+com.example.revivemymemory:dimen/_443sdp = 0x7f0601a2
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Widget.ActionMode.Subtitle = 0x7f110035
+com.example.revivemymemory:dimen/_433sdp = 0x7f060196
+com.example.revivemymemory:macro/m3_sys_shape_corner_extra_small_family = 0x7f0c00c7
+com.example.revivemymemory:dimen/m3_btn_translation_z_base = 0x7f0603d0
+com.example.revivemymemory:dimen/_424sdp = 0x7f06018b
+com.example.revivemymemory:dimen/_374sdp = 0x7f06014d
+com.example.revivemymemory:dimen/_422sdp = 0x7f060189
+com.example.revivemymemory:dimen/mtrl_badge_long_text_horizontal_padding = 0x7f0604e6
+com.example.revivemymemory:dimen/m3_navigation_rail_item_padding_bottom = 0x7f06046d
+com.example.revivemymemory:dimen/_29sdp = 0x7f0600f1
+com.example.revivemymemory:dimen/mtrl_calendar_year_corner = 0x7f060530
+com.example.revivemymemory:dimen/m3_datepicker_elevation = 0x7f06044d
+com.example.revivemymemory:dimen/_58ssp = 0x7f060254
+com.example.revivemymemory:dimen/_159sdp = 0x7f060046
+com.example.revivemymemory:dimen/_292sdp = 0x7f0600e9
+com.example.revivemymemory:dimen/_420sdp = 0x7f060187
+com.example.revivemymemory:style/MaterialAlertDialog.Material3.Title.Icon = 0x7f110122
+com.example.revivemymemory:dimen/_41ssp = 0x7f060186
+com.example.revivemymemory:attr/materialCalendarMonthNavigationButton = 0x7f0302d3
+com.example.revivemymemory:dimen/_418sdp = 0x7f060183
+com.example.revivemymemory:color/m3_ref_palette_dynamic_neutral_variant60 = 0x7f0500ad
+com.example.revivemymemory:dimen/_417sdp = 0x7f060182
+com.example.revivemymemory:dimen/_414sdp = 0x7f06017f
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f1102c1
+com.example.revivemymemory:color/m3_calendar_item_stroke_color = 0x7f050068
+com.example.revivemymemory:id/peekHeight = 0x7f08016b
+com.example.revivemymemory:dimen/_410sdp = 0x7f06017b
+com.example.revivemymemory:id/customPanel = 0x7f08008f
+com.example.revivemymemory:attr/layout_goneMarginTop = 0x7f030287
+com.example.revivemymemory:style/Widget.MaterialComponents.NavigationRailView = 0x7f110419
+com.example.revivemymemory:dimen/_519sdp = 0x7f0601fe
+com.example.revivemymemory:macro/m3_comp_switch_unselected_pressed_track_color = 0x7f0c00b6
+com.example.revivemymemory:dimen/_400sdp = 0x7f06016f
+com.example.revivemymemory:dimen/_39sdp = 0x7f06016b
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Menu = 0x7f110025
+com.example.revivemymemory:dimen/_399sdp = 0x7f06016a
+com.example.revivemymemory:dimen/_600sdp = 0x7f060263
+com.example.revivemymemory:dimen/_397sdp = 0x7f060168
+com.example.revivemymemory:id/easeInOut = 0x7f0800b1
+com.example.revivemymemory:dimen/_392sdp = 0x7f060163
+com.example.revivemymemory:layout/dp_example = 0x7f0b0031
+com.example.revivemymemory:dimen/_391sdp = 0x7f060162
+com.example.revivemymemory:dimen/_3ssp = 0x7f06016e
+com.example.revivemymemory:dimen/_386sdp = 0x7f06015b
+com.example.revivemymemory:dimen/_385sdp = 0x7f06015a
+com.example.revivemymemory:dimen/_382sdp = 0x7f060157
+com.example.revivemymemory:macro/m3_ref_typeface_plain_medium = 0x7f0c00c1
+com.example.revivemymemory:dimen/tooltip_precise_anchor_extra_offset = 0x7f0605b5
+com.example.revivemymemory:dimen/m3_appbar_size_large = 0x7f0603a2
+com.example.revivemymemory:dimen/_380sdp = 0x7f060155
+com.example.revivemymemory:dimen/_17ssp = 0x7f060060
+com.example.revivemymemory:dimen/_372sdp = 0x7f06014b
+com.example.revivemymemory:dimen/_371sdp = 0x7f06014a
+com.example.revivemymemory:dimen/_36sdp = 0x7f060147
+com.example.revivemymemory:id/TOP_END = 0x7f08000d
+com.example.revivemymemory:style/Theme.MaterialComponents.Light.Dialog.FixedSize.Bridge = 0x7f11025d
+com.example.revivemymemory:dimen/_366sdp = 0x7f060143
+com.example.revivemymemory:color/m3_chip_background_color = 0x7f05006f
+com.example.revivemymemory:dimen/highlight_alpha_material_light = 0x7f06038d
+com.example.revivemymemory:dimen/_445sdp = 0x7f0601a4
+com.example.revivemymemory:styleable/Capability = 0x7f120019
+com.example.revivemymemory:dimen/_363sdp = 0x7f060140
+com.example.revivemymemory:dimen/_464sdp = 0x7f0601bb
+com.example.revivemymemory:attr/colorErrorContainer = 0x7f0300f0
+com.example.revivemymemory:dimen/_361sdp = 0x7f06013e
+com.example.revivemymemory:dimen/_585sdp = 0x7f06024e
+com.example.revivemymemory:dimen/_355sdp = 0x7f060136
+com.example.revivemymemory:dimen/_minus33sdp = 0x7f0602d5
+com.example.revivemymemory:dimen/_351sdp = 0x7f060132
+com.example.revivemymemory:dimen/_377sdp = 0x7f060150
+com.example.revivemymemory:dimen/_350sdp = 0x7f060131
+com.example.revivemymemory:dimen/_379sdp = 0x7f060152
+com.example.revivemymemory:dimen/_34sdp = 0x7f06012f
+com.example.revivemymemory:dimen/mtrl_progress_circular_track_thickness_extra_small = 0x7f060577
+com.example.revivemymemory:dimen/_61sdp = 0x7f060266
+com.example.revivemymemory:attr/motionEffect_translationX = 0x7f030327
+com.example.revivemymemory:dimen/m3_snackbar_action_text_color_alpha = 0x7f060488
+com.example.revivemymemory:dimen/_346sdp = 0x7f06012b
+com.example.revivemymemory:dimen/_241sdp = 0x7f0600ac
+com.example.revivemymemory:dimen/_344sdp = 0x7f060129
+com.example.revivemymemory:drawable/abc_scrubber_track_mtrl_alpha = 0x7f070062
+com.example.revivemymemory:style/Base.ThemeOverlay.Material3.Dialog = 0x7f11007b
+com.example.revivemymemory:style/Theme.AppCompat.Empty = 0x7f11020c
+com.example.revivemymemory:dimen/mtrl_calendar_header_toggle_margin_top = 0x7f060520
+com.example.revivemymemory:dimen/_343sdp = 0x7f060128
+com.example.revivemymemory:drawable/$mtrl_checkbox_button_checked_unchecked__0 = 0x7f07000d
+com.example.revivemymemory:attr/mock_showDiagonals = 0x7f030303
+com.example.revivemymemory:dimen/m3_side_sheet_standard_elevation = 0x7f060480
+com.example.revivemymemory:dimen/compat_button_padding_vertical_material = 0x7f060351
+com.example.revivemymemory:dimen/_82ssp = 0x7f060295
+com.example.revivemymemory:dimen/_342sdp = 0x7f060127
+com.example.revivemymemory:dimen/m3_comp_primary_navigation_tab_active_focus_state_layer_opacity = 0x7f06041d
+com.example.revivemymemory:dimen/_272sdp = 0x7f0600d1
+com.example.revivemymemory:attr/showDelay = 0x7f0303a8
+com.example.revivemymemory:attr/dayStyle = 0x7f03014e
+com.example.revivemymemory:dimen/_341sdp = 0x7f060126
+com.example.revivemymemory:style/Theme.MaterialComponents.DayNight.Dialog.Alert = 0x7f110240
+com.example.revivemymemory:attr/itemPaddingTop = 0x7f03022d
+com.example.revivemymemory:dimen/_434sdp = 0x7f060197
+com.example.revivemymemory:dimen/_337sdp = 0x7f060120
+com.example.revivemymemory:style/CardView.Dark = 0x7f11011b
+com.example.revivemymemory:style/Widget.Material3.FloatingActionButton.Tertiary = 0x7f11037c
+com.example.revivemymemory:dimen/_322sdp = 0x7f06010f
+com.example.revivemymemory:dimen/_321sdp = 0x7f06010e
+com.example.revivemymemory:dimen/_281sdp = 0x7f0600dc
+com.example.revivemymemory:style/Widget.AppCompat.SeekBar.Discrete = 0x7f110315
+com.example.revivemymemory:color/m3_sys_color_light_on_primary = 0x7f050183
+com.example.revivemymemory:color/m3_ref_palette_dynamic_neutral_variant20 = 0x7f0500a9
+com.example.revivemymemory:dimen/_320sdp = 0x7f06010d
+com.example.revivemymemory:style/Theme.MaterialComponents.DayNight.BottomSheetDialog = 0x7f11023b
+com.example.revivemymemory:dimen/_312sdp = 0x7f060103
+com.example.revivemymemory:dimen/_24ssp = 0x7f0600b6
+com.example.revivemymemory:dimen/_30ssp = 0x7f060100
+com.example.revivemymemory:attr/flow_horizontalAlign = 0x7f0301cb
+com.example.revivemymemory:color/design_default_color_on_secondary = 0x7f050042
+com.example.revivemymemory:dimen/_309sdp = 0x7f0600fe
+com.example.revivemymemory:attr/enableEdgeToEdge = 0x7f030180
+com.example.revivemymemory:attr/simpleItemSelectedRippleColor = 0x7f0303b3
+com.example.revivemymemory:attr/menu = 0x7f0302f6
+com.example.revivemymemory:color/m3_ref_palette_dynamic_neutral10 = 0x7f05009a
+com.example.revivemymemory:dimen/_305sdp = 0x7f0600fa
+com.example.revivemymemory:color/m3_sys_color_dark_error_container = 0x7f050133
+com.example.revivemymemory:dimen/_303sdp = 0x7f0600f8
+com.example.revivemymemory:dimen/_302sdp = 0x7f0600f7
+com.example.revivemymemory:attr/customColorValue = 0x7f030144
+com.example.revivemymemory:dimen/_301sdp = 0x7f0600f6
+com.example.revivemymemory:dimen/_299sdp = 0x7f0600f0
+com.example.revivemymemory:attr/expandedTitleMarginEnd = 0x7f03019c
+com.example.revivemymemory:id/packed = 0x7f08015f
+com.example.revivemymemory:dimen/_minus50sdp = 0x7f0602e8
+com.example.revivemymemory:dimen/_297sdp = 0x7f0600ee
+com.example.revivemymemory:macro/m3_comp_search_view_container_surface_tint_layer_color = 0x7f0c0071
+com.example.revivemymemory:id/mtrl_picker_header_toggle = 0x7f08013e
+com.example.revivemymemory:dimen/_295sdp = 0x7f0600ec
+com.example.revivemymemory:dimen/_173sdp = 0x7f060058
+com.example.revivemymemory:drawable/m3_avd_show_password = 0x7f0700b4
+com.example.revivemymemory:dimen/_290sdp = 0x7f0600e7
+com.example.revivemymemory:macro/m3_comp_outlined_text_field_input_text_color = 0x7f0c0050
+com.example.revivemymemory:dimen/_28ssp = 0x7f0600e6
+com.example.revivemymemory:dimen/abc_action_bar_default_padding_start_material = 0x7f0602fc
+com.example.revivemymemory:dimen/_28sdp = 0x7f0600e5
+com.example.revivemymemory:attr/dialogCornerRadius = 0x7f030158
+com.example.revivemymemory:attr/shapeAppearanceCornerExtraLarge = 0x7f03039a
+com.example.revivemymemory:dimen/_293sdp = 0x7f0600ea
+com.example.revivemymemory:dimen/design_bottom_navigation_label_padding = 0x7f06035f
+com.example.revivemymemory:style/Widget.Material3.Badge = 0x7f110332
+com.example.revivemymemory:dimen/_427sdp = 0x7f06018e
+com.example.revivemymemory:dimen/_406sdp = 0x7f060175
+com.example.revivemymemory:attr/actionModeSelectAllDrawable = 0x7f03001b
+com.example.revivemymemory:dimen/_287sdp = 0x7f0600e2
+com.example.revivemymemory:attr/backgroundInsetEnd = 0x7f030047
+com.example.revivemymemory:dimen/_286sdp = 0x7f0600e1
+com.example.revivemymemory:style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar = 0x7f110304
+com.example.revivemymemory:dimen/_284sdp = 0x7f0600df
+com.example.revivemymemory:color/m3_sys_color_light_on_primary_container = 0x7f050184
+com.example.revivemymemory:dimen/_278sdp = 0x7f0600d7
+com.example.revivemymemory:dimen/abc_star_medium = 0x7f060334
+com.example.revivemymemory:attr/materialCalendarHeaderConfirmButton = 0x7f0302cc
+com.example.revivemymemory:dimen/_277sdp = 0x7f0600d6
+com.example.revivemymemory:style/Base.Widget.AppCompat.CompoundButton.RadioButton = 0x7f1100d0
+com.example.revivemymemory:dimen/_273sdp = 0x7f0600d2
+com.example.revivemymemory:dimen/_435sdp = 0x7f060198
+com.example.revivemymemory:macro/m3_comp_primary_navigation_tab_with_icon_active_icon_color = 0x7f0c005f
+com.example.revivemymemory:dimen/_269sdp = 0x7f0600cc
+com.example.revivemymemory:dimen/_268sdp = 0x7f0600cb
+com.example.revivemymemory:anim/abc_shrink_fade_out_from_bottom = 0x7f010005
+com.example.revivemymemory:attr/mock_labelBackgroundColor = 0x7f030301
+com.example.revivemymemory:dimen/_265sdp = 0x7f0600c8
+com.example.revivemymemory:dimen/_257sdp = 0x7f0600be
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Widget.Switch = 0x7f11003f
+com.example.revivemymemory:color/m3_button_outline_color_selector = 0x7f050064
+com.example.revivemymemory:dimen/_256sdp = 0x7f0600bd
+com.example.revivemymemory:dimen/_520sdp = 0x7f060201
+com.example.revivemymemory:dimen/_249sdp = 0x7f0600b4
+com.example.revivemymemory:dimen/mtrl_card_spacing = 0x7f06053a
+com.example.revivemymemory:dimen/_245sdp = 0x7f0600b0
+com.example.revivemymemory:dimen/mtrl_alert_dialog_background_inset_start = 0x7f0604e2
+com.example.revivemymemory:attr/chipCornerRadius = 0x7f0300b0
+com.example.revivemymemory:dimen/mtrl_card_checked_icon_margin = 0x7f060535
+com.example.revivemymemory:dimen/_243sdp = 0x7f0600ae
+com.example.revivemymemory:dimen/_14sdp = 0x7f06003b
+com.example.revivemymemory:dimen/_242sdp = 0x7f0600ad
+com.example.revivemymemory:dimen/_239sdp = 0x7f0600a8
+com.example.revivemymemory:style/Theme.AppCompat.Light.NoActionBar = 0x7f110213
+com.example.revivemymemory:dimen/_221sdp = 0x7f060094
+com.example.revivemymemory:style/Widget.AppCompat.Light.PopupMenu = 0x7f110301
+com.example.revivemymemory:dimen/m3_comp_fab_primary_pressed_state_layer_opacity = 0x7f0603fe
+com.example.revivemymemory:color/abc_tint_seek_thumb = 0x7f050016
+com.example.revivemymemory:attr/actionBarStyle = 0x7f030007
+com.example.revivemymemory:dimen/_237sdp = 0x7f0600a6
+com.example.revivemymemory:dimen/_236sdp = 0x7f0600a5
+com.example.revivemymemory:style/Theme.AppCompat.Light.Dialog.MinWidth = 0x7f110211
+com.example.revivemymemory:attr/backgroundTint = 0x7f03004d
+com.example.revivemymemory:color/m3_ref_palette_dynamic_neutral20 = 0x7f05009c
+com.example.revivemymemory:dimen/_235sdp = 0x7f0600a4
+com.example.revivemymemory:dimen/_89ssp = 0x7f0602a3
+com.example.revivemymemory:layout/mtrl_picker_header_fullscreen = 0x7f0b005d
+com.example.revivemymemory:string/material_minute_selection = 0x7f100058
+com.example.revivemymemory:dimen/_minus46sdp = 0x7f0602e3
+com.example.revivemymemory:dimen/_227sdp = 0x7f06009a
+com.example.revivemymemory:color/m3_sys_color_dynamic_light_surface = 0x7f050176
+com.example.revivemymemory:dimen/_370sdp = 0x7f060149
+com.example.revivemymemory:dimen/_222sdp = 0x7f060095
+com.example.revivemymemory:attr/actionBarPopupTheme = 0x7f030004
+com.example.revivemymemory:attr/fontProviderFetchStrategy = 0x7f0301de
+com.example.revivemymemory:color/m3_ref_palette_dynamic_primary20 = 0x7f0500b6
+com.example.revivemymemory:dimen/abc_action_button_min_height_material = 0x7f060305
+com.example.revivemymemory:dimen/m3_comp_fab_primary_container_elevation = 0x7f0603f5
+com.example.revivemymemory:dimen/_21sdp = 0x7f060091
+com.example.revivemymemory:color/m3_timepicker_secondary_text_button_text_color = 0x7f0501ac
+com.example.revivemymemory:dimen/_217sdp = 0x7f06008e
+com.example.revivemymemory:drawable/btn_checkbox_unchecked_mtrl = 0x7f070085
+com.example.revivemymemory:id/barrier = 0x7f08005d
+com.example.revivemymemory:dimen/m3_alert_dialog_icon_margin = 0x7f060399
+com.example.revivemymemory:attr/itemPadding = 0x7f03022b
+com.example.revivemymemory:dimen/_20sdp = 0x7f060085
+com.example.revivemymemory:macro/m3_comp_filled_text_field_container_color = 0x7f0c0027
+com.example.revivemymemory:style/Widget.Material3.SearchView = 0x7f1103ad
+com.example.revivemymemory:dimen/_246sdp = 0x7f0600b1
+com.example.revivemymemory:dimen/_207sdp = 0x7f060082
+com.example.revivemymemory:attr/passwordToggleEnabled = 0x7f030355
+com.example.revivemymemory:dimen/_204sdp = 0x7f06007f
+com.example.revivemymemory:dimen/_555sdp = 0x7f06022a
+com.example.revivemymemory:dimen/_201sdp = 0x7f06007c
+com.example.revivemymemory:dimen/_147sdp = 0x7f060038
+com.example.revivemymemory:id/design_menu_item_action_area_stub = 0x7f08009b
+com.example.revivemymemory:style/Widget.MaterialComponents.MaterialCalendar.Year = 0x7f110414
+com.example.revivemymemory:dimen/_140sdp = 0x7f060031
+com.example.revivemymemory:dimen/_1sdp = 0x7f060079
+com.example.revivemymemory:drawable/abc_cab_background_top_material = 0x7f070039
+com.example.revivemymemory:dimen/_19ssp = 0x7f060078
+com.example.revivemymemory:dimen/abc_text_size_menu_material = 0x7f060343
+com.example.revivemymemory:dimen/_194sdp = 0x7f060071
+com.example.revivemymemory:dimen/_197sdp = 0x7f060074
+com.example.revivemymemory:id/square = 0x7f0801c0
+com.example.revivemymemory:attr/colorOutlineVariant = 0x7f030101
+com.example.revivemymemory:dimen/_10sdp = 0x7f06000b
+com.example.revivemymemory:dimen/_190sdp = 0x7f06006d
+com.example.revivemymemory:macro/m3_comp_switch_selected_icon_color = 0x7f0c00a1
+com.example.revivemymemory:layout/m3_alert_dialog_title = 0x7f0b0034
+com.example.revivemymemory:styleable/MaterialTextView = 0x7f12005d
+com.example.revivemymemory:dimen/_184sdp = 0x7f060065
+com.example.revivemymemory:dimen/_181sdp = 0x7f060062
+com.example.revivemymemory:id/rightToLeft = 0x7f08017e
+com.example.revivemymemory:id/spacer = 0x7f0801b9
+com.example.revivemymemory:color/m3_sys_color_dark_tertiary_container = 0x7f05014b
+com.example.revivemymemory:dimen/_166sdp = 0x7f06004f
+com.example.revivemymemory:dimen/m3_sys_motion_easing_legacy_decelerate_control_x1 = 0x7f0604a0
+com.example.revivemymemory:dimen/_164sdp = 0x7f06004d
+com.example.revivemymemory:attr/motionEasingDecelerated = 0x7f030317
+com.example.revivemymemory:dimen/_163sdp = 0x7f06004c
+com.example.revivemymemory:dimen/_162sdp = 0x7f06004b
+com.example.revivemymemory:color/material_dynamic_neutral0 = 0x7f0501b5
+com.example.revivemymemory:dimen/m3_comp_assist_chip_container_height = 0x7f0603e0
+com.example.revivemymemory:dimen/_160sdp = 0x7f060049
+com.example.revivemymemory:dimen/_517sdp = 0x7f0601fc
+com.example.revivemymemory:dimen/_403sdp = 0x7f060172
+com.example.revivemymemory:dimen/_15sdp = 0x7f060047
+com.example.revivemymemory:attr/contentInsetLeft = 0x7f03011e
+com.example.revivemymemory:style/Base.ThemeOverlay.Material3.TextInputEditText = 0x7f11007d
+com.example.revivemymemory:dimen/_157sdp = 0x7f060044
+com.example.revivemymemory:attr/lottie_fallbackRes = 0x7f0302af
+com.example.revivemymemory:dimen/_259sdp = 0x7f0600c0
+com.example.revivemymemory:attr/progressBarStyle = 0x7f03036f
+com.example.revivemymemory:dimen/_148sdp = 0x7f060039
+com.example.revivemymemory:dimen/m3_sys_elevation_level3 = 0x7f06048d
+com.example.revivemymemory:dimen/_144sdp = 0x7f060035
+com.example.revivemymemory:dimen/_50ssp = 0x7f0601f4
+com.example.revivemymemory:style/Theme.MaterialComponents.NoActionBar = 0x7f110263
+com.example.revivemymemory:dimen/_143sdp = 0x7f060034
+com.example.revivemymemory:attr/srcCompat = 0x7f0303c7
+com.example.revivemymemory:attr/checkedIconTint = 0x7f0300ab
+com.example.revivemymemory:attr/materialCalendarFullscreenTheme = 0x7f0302ca
+com.example.revivemymemory:dimen/_12ssp = 0x7f060024
+com.example.revivemymemory:dimen/_129sdp = 0x7f060022
+com.example.revivemymemory:attr/elevationOverlayAccentColor = 0x7f03017c
+com.example.revivemymemory:attr/arcMode = 0x7f030037
+com.example.revivemymemory:attr/color = 0x7f0300e7
+com.example.revivemymemory:dimen/_126sdp = 0x7f06001f
+com.example.revivemymemory:dimen/material_input_text_to_prefix_suffix_padding = 0x7f0604d9
+com.example.revivemymemory:dimen/m3_btn_dialog_btn_spacing = 0x7f0603ba
+com.example.revivemymemory:dimen/m3_comp_search_bar_pressed_state_layer_opacity = 0x7f06042a
+com.example.revivemymemory:dimen/_304sdp = 0x7f0600f9
+com.example.revivemymemory:dimen/_125sdp = 0x7f06001e
+com.example.revivemymemory:dimen/_124sdp = 0x7f06001d
+com.example.revivemymemory:style/Base.Widget.AppCompat.PopupMenu = 0x7f1100e4
+com.example.revivemymemory:dimen/notification_action_icon_size = 0x7f0605a3
+com.example.revivemymemory:dimen/_122sdp = 0x7f06001b
+com.example.revivemymemory:attr/enforceTextAppearance = 0x7f03018a
+com.example.revivemymemory:dimen/_11sdp = 0x7f060017
+com.example.revivemymemory:dimen/m3_navigation_drawer_layout_corner_size = 0x7f06045c
+com.example.revivemymemory:style/Widget.AppCompat.RatingBar.Small = 0x7f110311
+com.example.revivemymemory:dimen/_117sdp = 0x7f060014
+com.example.revivemymemory:attr/autoSizeStepGranularity = 0x7f030041
+com.example.revivemymemory:dimen/_115sdp = 0x7f060012
+com.example.revivemymemory:dimen/_110sdp = 0x7f06000d
+com.example.revivemymemory:attr/flow_maxElementsWrap = 0x7f0301d3
+com.example.revivemymemory:attr/materialAlertDialogTitlePanelStyle = 0x7f0302c3
+com.example.revivemymemory:dimen/m3_comp_switch_disabled_unselected_icon_opacity = 0x7f060441
+com.example.revivemymemory:dimen/_108sdp = 0x7f060009
+com.example.revivemymemory:style/Platform.ThemeOverlay.AppCompat = 0x7f110138
+com.example.revivemymemory:dimen/_12sdp = 0x7f060023
+com.example.revivemymemory:dimen/_106sdp = 0x7f060007
+com.example.revivemymemory:dimen/_551sdp = 0x7f060226
+com.example.revivemymemory:attr/constraint_referenced_ids = 0x7f030117
+com.example.revivemymemory:dimen/_105sdp = 0x7f060006
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Headline = 0x7f11001d
+com.example.revivemymemory:dimen/_276sdp = 0x7f0600d5
+com.example.revivemymemory:attr/textAppearanceHeadlineSmall = 0x7f030426
+com.example.revivemymemory:dimen/_103sdp = 0x7f060004
+com.example.revivemymemory:color/white = 0x7f050284
+com.example.revivemymemory:macro/m3_comp_outlined_text_field_error_trailing_icon_color = 0x7f0c0048
+com.example.revivemymemory:layout/material_timepicker_textinput_display = 0x7f0b0044
+com.example.revivemymemory:id/dragAnticlockwise = 0x7f0800a7
+com.example.revivemymemory:id/text_input_error_icon = 0x7f0801ea
+com.example.revivemymemory:id/BOTTOM_END = 0x7f080002
+com.example.revivemymemory:color/teal_700 = 0x7f050281
+com.example.revivemymemory:attr/motionDurationExtraLong1 = 0x7f030306
+com.example.revivemymemory:dimen/_104sdp = 0x7f060005
+com.example.revivemymemory:dimen/design_snackbar_text_size = 0x7f060380
+com.example.revivemymemory:color/switch_thumb_disabled_material_dark = 0x7f05027a
+com.example.revivemymemory:color/ripple_material_light = 0x7f050275
+com.example.revivemymemory:id/withinBounds = 0x7f080218
+com.example.revivemymemory:color/secondary_text_disabled_material_light = 0x7f050279
+com.example.revivemymemory:color/secondary_text_default_material_dark = 0x7f050276
+com.example.revivemymemory:attr/colorOnBackground = 0x7f0300f1
+com.example.revivemymemory:dimen/_360sdp = 0x7f06013d
+com.example.revivemymemory:color/purple_700 = 0x7f050273
+com.example.revivemymemory:macro/m3_comp_bottom_app_bar_container_color = 0x7f0c0002
+com.example.revivemymemory:dimen/abc_dialog_title_divider_material = 0x7f06031e
+com.example.revivemymemory:color/primary_text_disabled_material_light = 0x7f050270
+com.example.revivemymemory:id/registerBtn = 0x7f080178
+com.example.revivemymemory:dimen/_330sdp = 0x7f060119
+com.example.revivemymemory:styleable/View = 0x7f120095
+com.example.revivemymemory:attr/itemTextColor = 0x7f03023c
+com.example.revivemymemory:color/m3_ref_palette_dynamic_neutral_variant99 = 0x7f0500b2
+com.example.revivemymemory:color/primary_text_disabled_material_dark = 0x7f05026f
+com.example.revivemymemory:drawable/notification_action_background = 0x7f0700ed
+com.example.revivemymemory:attr/actionOverflowButtonStyle = 0x7f030021
+com.example.revivemymemory:color/mtrl_btn_text_btn_ripple_color = 0x7f050234
+com.example.revivemymemory:color/primary_text_default_material_light = 0x7f05026e
+com.example.revivemymemory:attr/layout_constrainedHeight = 0x7f030250
+com.example.revivemymemory:layout/activity_login = 0x7f0b001f
+com.example.revivemymemory:color/primary_material_dark = 0x7f05026b
+com.example.revivemymemory:attr/extendedFloatingActionButtonStyle = 0x7f0301a5
+com.example.revivemymemory:dimen/_529sdp = 0x7f06020a
+com.example.revivemymemory:dimen/_139sdp = 0x7f06002e
+com.example.revivemymemory:color/primary_dark_material_light = 0x7f05026a
+com.example.revivemymemory:attr/searchIcon = 0x7f030390
+com.example.revivemymemory:dimen/_130sdp = 0x7f060025
+com.example.revivemymemory:color/mtrl_textinput_hovered_box_stroke_color = 0x7f050266
+com.example.revivemymemory:style/Base.TextAppearance.MaterialComponents.Headline6 = 0x7f110044
+com.example.revivemymemory:id/dragDown = 0x7f0800a9
+com.example.revivemymemory:attr/imageButtonStyle = 0x7f03020f
+com.example.revivemymemory:color/mtrl_tabs_icon_color_selector = 0x7f05025d
+com.example.revivemymemory:string/mtrl_switch_thumb_path_pressed = 0x7f1000a1
+com.example.revivemymemory:color/mtrl_switch_track_decoration_tint = 0x7f05025a
+com.example.revivemymemory:color/mtrl_popupmenu_overlay_color = 0x7f050256
+com.example.revivemymemory:attr/closeIconTint = 0x7f0300d9
+com.example.revivemymemory:color/mtrl_on_primary_text_btn_text_color_selector = 0x7f050252
+com.example.revivemymemory:color/material_blue_grey_800 = 0x7f0501ae
+com.example.revivemymemory:dimen/m3_side_sheet_width = 0x7f060481
+com.example.revivemymemory:color/mtrl_navigation_item_icon_tint = 0x7f050250
+com.example.revivemymemory:style/Widget.MaterialComponents.Snackbar.TextView = 0x7f110428
+com.example.revivemymemory:attr/onHide = 0x7f030340
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Widget.Button.Borderless.Colored = 0x7f110038
+com.example.revivemymemory:dimen/_38sdp = 0x7f06015f
+com.example.revivemymemory:style/Base.Widget.AppCompat.Light.ActionBar.TabText.Inverse = 0x7f1100db
+com.example.revivemymemory:color/mtrl_navigation_bar_ripple_color = 0x7f05024e
+com.example.revivemymemory:color/mtrl_indicator_text_color = 0x7f05024a
+com.example.revivemymemory:id/scrollView = 0x7f08018b
+com.example.revivemymemory:dimen/_199sdp = 0x7f060076
+com.example.revivemymemory:color/mtrl_filled_background_color = 0x7f050247
+com.example.revivemymemory:color/abc_primary_text_disable_only_material_light = 0x7f05000a
+com.example.revivemymemory:anim/linear_indeterminate_line1_tail_interpolator = 0x7f01001e
+com.example.revivemymemory:attr/cardForegroundColor = 0x7f03008f
+com.example.revivemymemory:dimen/abc_text_size_display_3_material = 0x7f06033d
+com.example.revivemymemory:dimen/_76sdp = 0x7f060286
+com.example.revivemymemory:attr/lineHeight = 0x7f030294
+com.example.revivemymemory:attr/panelMenuListTheme = 0x7f030351
+com.example.revivemymemory:color/mtrl_fab_ripple_color = 0x7f050246
+com.example.revivemymemory:style/Theme.AppCompat.Light.DarkActionBar = 0x7f11020e
+com.example.revivemymemory:color/mtrl_fab_bg_color_selector = 0x7f050244
+com.example.revivemymemory:style/ShapeAppearanceOverlay.Material3.NavigationView.Item = 0x7f11017a
+com.example.revivemymemory:attr/buttonIconDimen = 0x7f030084
+com.example.revivemymemory:attr/gapBetweenBars = 0x7f0301ea
+com.example.revivemymemory:color/mtrl_choice_chip_text_color = 0x7f050242
+com.example.revivemymemory:color/material_dynamic_neutral60 = 0x7f0501bc
+com.example.revivemymemory:color/mtrl_choice_chip_ripple_color = 0x7f050241
+com.example.revivemymemory:styleable/CustomAttribute = 0x7f12002f
+com.example.revivemymemory:drawable/mtrl_switch_thumb_checked_unchecked = 0x7f0700e2
+com.example.revivemymemory:color/m3_assist_chip_stroke_color = 0x7f050061
+com.example.revivemymemory:color/mtrl_choice_chip_background_color = 0x7f050240
+com.example.revivemymemory:color/mtrl_chip_text_color = 0x7f05023f
+com.example.revivemymemory:dimen/_192sdp = 0x7f06006f
+com.example.revivemymemory:layout/mtrl_calendar_day_of_week = 0x7f0b004d
+com.example.revivemymemory:color/mtrl_chip_close_icon_tint = 0x7f05023d
+com.example.revivemymemory:attr/flow_firstHorizontalStyle = 0x7f0301c8
+com.example.revivemymemory:macro/m3_comp_outlined_text_field_supporting_text_type = 0x7f0c0055
+com.example.revivemymemory:color/mtrl_textinput_filled_box_default_background_color = 0x7f050264
+com.example.revivemymemory:color/mtrl_card_view_foreground = 0x7f05023a
+com.example.revivemymemory:color/mtrl_calendar_selected_range = 0x7f050239
+com.example.revivemymemory:drawable/home_background = 0x7f070093
+com.example.revivemymemory:dimen/_78sdp = 0x7f06028a
+com.example.revivemymemory:color/mtrl_btn_text_color_disabled = 0x7f050235
+com.example.revivemymemory:dimen/_31sdp = 0x7f06010b
+com.example.revivemymemory:drawable/abc_textfield_activated_mtrl_alpha = 0x7f070072
+com.example.revivemymemory:color/mtrl_btn_text_btn_bg_color_selector = 0x7f050233
+com.example.revivemymemory:attr/iconEndPadding = 0x7f030205
+com.example.revivemymemory:color/abc_primary_text_material_dark = 0x7f05000b
+com.example.revivemymemory:color/mtrl_btn_stroke_color_selector = 0x7f050232
+com.example.revivemymemory:dimen/mtrl_calendar_header_text_padding = 0x7f06051e
+com.example.revivemymemory:dimen/m3_sys_elevation_level0 = 0x7f06048a
+com.example.revivemymemory:color/mtrl_btn_ripple_color = 0x7f050231
+com.example.revivemymemory:attr/layout_dodgeInsetEdges = 0x7f03027e
+com.example.revivemymemory:color/mtrl_btn_bg_color_selector = 0x7f050230
+com.example.revivemymemory:dimen/m3_badge_horizontal_offset = 0x7f0603a4
+com.example.revivemymemory:style/Theme.MaterialComponents.Dialog.Alert = 0x7f11024b
+com.example.revivemymemory:attr/textAppearanceHeadline2 = 0x7f03041f
+com.example.revivemymemory:color/material_timepicker_modebutton_tint = 0x7f05022f
+com.example.revivemymemory:color/material_personalized_color_surface_inverse = 0x7f050220
+com.example.revivemymemory:color/material_personalized_color_secondary_container = 0x7f05021e
+com.example.revivemymemory:color/material_personalized_color_primary_inverse = 0x7f05021c
+com.example.revivemymemory:dimen/_364sdp = 0x7f060141
+com.example.revivemymemory:id/cancel_button = 0x7f08006d
+com.example.revivemymemory:color/material_personalized_color_on_tertiary_container = 0x7f050219
+com.example.revivemymemory:style/ThemeOverlay.Material3.DynamicColors.Light = 0x7f11028d
+com.example.revivemymemory:color/material_personalized_color_on_surface_inverse = 0x7f050216
+com.example.revivemymemory:styleable/AppCompatImageView = 0x7f12000e
+com.example.revivemymemory:dimen/m3_comp_extended_fab_primary_pressed_state_layer_opacity = 0x7f0603f4
+com.example.revivemymemory:dimen/_536sdp = 0x7f060213
+com.example.revivemymemory:dimen/m3_btn_padding_top = 0x7f0603ca
+com.example.revivemymemory:color/material_personalized_color_on_primary_container = 0x7f050212
+com.example.revivemymemory:style/Widget.MaterialComponents.MaterialCalendar.HeaderToggleButton = 0x7f110410
+com.example.revivemymemory:color/material_dynamic_neutral99 = 0x7f0501c1
+com.example.revivemymemory:color/material_personalized_color_on_primary = 0x7f050211
+com.example.revivemymemory:attr/theme = 0x7f030454
+com.example.revivemymemory:attr/layout_constraintBaseline_toBottomOf = 0x7f030254
+com.example.revivemymemory:color/material_personalized_color_on_error = 0x7f05020f
+com.example.revivemymemory:dimen/m3_comp_extended_fab_primary_hover_container_elevation = 0x7f0603f0
+com.example.revivemymemory:color/material_personalized_color_on_background = 0x7f05020e
+com.example.revivemymemory:styleable/NavigationRailView = 0x7f12006d
+com.example.revivemymemory:color/material_personalized_color_error_container = 0x7f05020d
+com.example.revivemymemory:color/material_personalized_color_surface_outline = 0x7f050221
+com.example.revivemymemory:id/useLogo = 0x7f080209
+com.example.revivemymemory:dimen/m3_extended_fab_icon_padding = 0x7f060451
+com.example.revivemymemory:color/material_on_surface_emphasis_medium = 0x7f050209
+com.example.revivemymemory:attr/colorSecondary = 0x7f030108
+com.example.revivemymemory:color/m3_ref_palette_dynamic_secondary30 = 0x7f0500c4
+com.example.revivemymemory:style/Base.Theme.AppCompat.Dialog.Alert = 0x7f11004c
+com.example.revivemymemory:color/material_on_surface_emphasis_high_type = 0x7f050208
+com.example.revivemymemory:dimen/m3_comp_bottom_app_bar_container_elevation = 0x7f0603e5
+com.example.revivemymemory:color/material_on_background_emphasis_medium = 0x7f050203
+com.example.revivemymemory:dimen/tooltip_corner_radius = 0x7f0605b2
+com.example.revivemymemory:attr/scrimBackground = 0x7f03038d
+com.example.revivemymemory:color/material_on_background_disabled = 0x7f050201
+com.example.revivemymemory:color/material_harmonized_color_on_error_container = 0x7f050200
+com.example.revivemymemory:style/Widget.MaterialComponents.Button.TextButton.Snackbar = 0x7f1103e8
+com.example.revivemymemory:color/material_slider_inactive_tick_marks_color = 0x7f050228
+com.example.revivemymemory:dimen/_169sdp = 0x7f060052
+com.example.revivemymemory:color/material_harmonized_color_on_error = 0x7f0501ff
+com.example.revivemymemory:drawable/abc_textfield_default_mtrl_alpha = 0x7f070073
+com.example.revivemymemory:string/material_motion_easing_standard = 0x7f10005e
+com.example.revivemymemory:color/material_harmonized_color_error_container = 0x7f0501fe
+com.example.revivemymemory:attr/counterMaxLength = 0x7f03013a
+com.example.revivemymemory:dimen/_189sdp = 0x7f06006a
+com.example.revivemymemory:dimen/_13sdp = 0x7f06002f
+com.example.revivemymemory:drawable/mtrl_ic_error = 0x7f0700da
+com.example.revivemymemory:color/material_grey_600 = 0x7f0501f9
+com.example.revivemymemory:dimen/_492sdp = 0x7f0601dd
+com.example.revivemymemory:dimen/_488sdp = 0x7f0601d7
+com.example.revivemymemory:color/material_grey_50 = 0x7f0501f8
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.ActionBar.Primary = 0x7f1102af
+com.example.revivemymemory:dimen/_482sdp = 0x7f0601d1
+com.example.revivemymemory:color/material_dynamic_tertiary95 = 0x7f0501f4
+com.example.revivemymemory:dimen/_409sdp = 0x7f060178
+com.example.revivemymemory:color/material_dynamic_tertiary90 = 0x7f0501f3
+com.example.revivemymemory:color/material_dynamic_tertiary20 = 0x7f0501ec
+com.example.revivemymemory:dimen/_35sdp = 0x7f06013b
+com.example.revivemymemory:style/Base.Widget.AppCompat.Toolbar.Button.Navigation = 0x7f1100f5
+com.example.revivemymemory:styleable/ConstraintOverride = 0x7f12002b
+com.example.revivemymemory:color/material_dynamic_tertiary0 = 0x7f0501e9
+com.example.revivemymemory:color/m3_ref_palette_neutral_variant99 = 0x7f050100
+com.example.revivemymemory:color/material_dynamic_secondary99 = 0x7f0501e8
+com.example.revivemymemory:animator/mtrl_card_state_list_anim = 0x7f020016
+com.example.revivemymemory:color/material_dynamic_secondary95 = 0x7f0501e7
+com.example.revivemymemory:attr/tooltipStyle = 0x7f030481
+com.example.revivemymemory:string/mtrl_picker_save = 0x7f100090
+com.example.revivemymemory:attr/textAppearanceHeadline3 = 0x7f030420
+com.example.revivemymemory:color/material_dynamic_secondary20 = 0x7f0501df
+com.example.revivemymemory:id/anticipate = 0x7f080052
+com.example.revivemymemory:dimen/_84sdp = 0x7f060298
+com.example.revivemymemory:color/material_dynamic_secondary10 = 0x7f0501dd
+com.example.revivemymemory:dimen/design_bottom_navigation_active_item_min_width = 0x7f060358
+com.example.revivemymemory:dimen/material_clock_display_width = 0x7f0604be
+com.example.revivemymemory:dimen/_94ssp = 0x7f0602af
+com.example.revivemymemory:dimen/m3_comp_filter_chip_flat_unselected_outline_width = 0x7f060408
+com.example.revivemymemory:color/material_dynamic_secondary0 = 0x7f0501dc
+com.example.revivemymemory:id/postLayout = 0x7f080171
+com.example.revivemymemory:color/material_dynamic_primary99 = 0x7f0501db
+com.example.revivemymemory:color/material_dynamic_primary70 = 0x7f0501d7
+com.example.revivemymemory:style/Widget.Material3.Button.ElevatedButton = 0x7f11033c
+com.example.revivemymemory:color/material_dynamic_primary60 = 0x7f0501d6
+com.example.revivemymemory:dimen/_543sdp = 0x7f06021c
+com.example.revivemymemory:style/ThemeOverlay.Material3.FloatingActionButton.Surface = 0x7f110294
+com.example.revivemymemory:id/carryVelocity = 0x7f08006e
+com.example.revivemymemory:color/material_dynamic_primary50 = 0x7f0501d5
+com.example.revivemymemory:color/material_dynamic_primary30 = 0x7f0501d3
+com.example.revivemymemory:attr/textAppearanceBody2 = 0x7f030415
+com.example.revivemymemory:attr/shapeAppearance = 0x7f030399
+com.example.revivemymemory:dimen/_134sdp = 0x7f060029
+com.example.revivemymemory:layout/design_layout_tab_text = 0x7f0b0027
+com.example.revivemymemory:drawable/btn_checkbox_checked_mtrl = 0x7f070083
+com.example.revivemymemory:color/material_dynamic_primary10 = 0x7f0501d0
+com.example.revivemymemory:dimen/m3_btn_translation_z_hovered = 0x7f0603d1
+com.example.revivemymemory:color/material_dynamic_primary0 = 0x7f0501cf
+com.example.revivemymemory:id/accessibility_custom_action_23 = 0x7f080021
+com.example.revivemymemory:color/material_dynamic_neutral_variant99 = 0x7f0501ce
+com.example.revivemymemory:dimen/_388sdp = 0x7f06015d
+com.example.revivemymemory:dimen/compat_button_inset_horizontal_material = 0x7f06034e
+com.example.revivemymemory:style/Widget.Material3.CardView.Outlined = 0x7f110350
+com.example.revivemymemory:style/Widget.Material3.Button.TextButton.Icon = 0x7f110349
+com.example.revivemymemory:color/material_dynamic_neutral_variant95 = 0x7f0501cd
+com.example.revivemymemory:style/MaterialAlertDialog.MaterialComponents.Title.Text.CenterStacked = 0x7f110131
+com.example.revivemymemory:color/material_dynamic_neutral_variant80 = 0x7f0501cb
+com.example.revivemymemory:color/material_dynamic_neutral_variant60 = 0x7f0501c9
+com.example.revivemymemory:color/material_dynamic_neutral_variant50 = 0x7f0501c8
+com.example.revivemymemory:style/TextAppearance.AppCompat.Headline = 0x7f110190
+com.example.revivemymemory:color/material_dynamic_neutral_variant40 = 0x7f0501c7
+com.example.revivemymemory:style/Widget.MaterialComponents.AutoCompleteTextView.FilledBox = 0x7f1103d2
+com.example.revivemymemory:attr/layout_constraintGuide_begin = 0x7f03025f
+com.example.revivemymemory:color/material_dynamic_neutral_variant20 = 0x7f0501c5
+com.example.revivemymemory:dimen/_53sdp = 0x7f060217
+com.example.revivemymemory:color/material_dynamic_neutral_variant10 = 0x7f0501c3
+com.example.revivemymemory:macro/m3_comp_navigation_rail_active_indicator_color = 0x7f0c0035
+com.example.revivemymemory:color/material_dynamic_neutral_variant70 = 0x7f0501ca
+com.example.revivemymemory:color/material_dynamic_neutral70 = 0x7f0501bd
+com.example.revivemymemory:dimen/mtrl_badge_text_horizontal_edge_offset = 0x7f0604e8
+com.example.revivemymemory:style/Theme.Material3.Dark.SideSheetDialog = 0x7f110222
+com.example.revivemymemory:dimen/m3_comp_fab_primary_icon_size = 0x7f0603fa
+com.example.revivemymemory:color/material_dynamic_neutral30 = 0x7f0501b9
+com.example.revivemymemory:color/material_dynamic_neutral100 = 0x7f0501b7
+com.example.revivemymemory:layout/mtrl_calendar_horizontal = 0x7f0b004f
+com.example.revivemymemory:color/m3_sys_color_dark_on_tertiary = 0x7f050140
+com.example.revivemymemory:color/material_dynamic_neutral10 = 0x7f0501b6
+com.example.revivemymemory:style/ThemeOverlay.Material3.AutoCompleteTextView.OutlinedBox = 0x7f110275
+com.example.revivemymemory:color/m3_sys_color_dynamic_dark_surface_variant = 0x7f050160
+com.example.revivemymemory:dimen/_88sdp = 0x7f0602a0
+com.example.revivemymemory:dimen/_minus47sdp = 0x7f0602e4
+com.example.revivemymemory:dimen/_102sdp = 0x7f060003
+com.example.revivemymemory:dimen/_559sdp = 0x7f06022e
+com.example.revivemymemory:dimen/m3_comp_input_chip_container_height = 0x7f06040b
+com.example.revivemymemory:color/material_divider_color = 0x7f0501b4
+com.example.revivemymemory:attr/bottomSheetStyle = 0x7f03006f
+com.example.revivemymemory:color/material_deep_teal_200 = 0x7f0501b2
+com.example.revivemymemory:style/Base.TextAppearance.Material3.Search = 0x7f110041
+com.example.revivemymemory:color/m3_timepicker_secondary_text_button_ripple_color = 0x7f0501ab
+com.example.revivemymemory:dimen/_174sdp = 0x7f060059
+com.example.revivemymemory:color/m3_timepicker_display_text_color = 0x7f0501aa
+com.example.revivemymemory:color/m3_timepicker_button_ripple_color = 0x7f0501a4
+com.example.revivemymemory:id/easeIn = 0x7f0800b0
+com.example.revivemymemory:color/m3_textfield_label_color = 0x7f0501a1
+com.example.revivemymemory:color/m3_textfield_input_text_color = 0x7f0501a0
+com.example.revivemymemory:color/m3_textfield_filled_background_color = 0x7f05019e
+com.example.revivemymemory:style/Base.Theme.AppCompat.CompactMenu = 0x7f11004a
+com.example.revivemymemory:color/m3_text_button_ripple_color_selector = 0x7f05019d
+com.example.revivemymemory:dimen/_67ssp = 0x7f060273
+com.example.revivemymemory:color/m3_text_button_foreground_color_selector = 0x7f05019c
+com.example.revivemymemory:color/material_slider_active_tick_marks_color = 0x7f050225
+com.example.revivemymemory:macro/m3_comp_search_bar_input_text_type = 0x7f0c0069
+com.example.revivemymemory:color/m3_tabs_text_color_secondary = 0x7f05019a
+com.example.revivemymemory:id/notification_main_column = 0x7f080155
+com.example.revivemymemory:color/m3_tabs_ripple_color_secondary = 0x7f050198
+com.example.revivemymemory:attr/subheaderInsetEnd = 0x7f0303e1
+com.example.revivemymemory:color/m3_tabs_ripple_color = 0x7f050197
+com.example.revivemymemory:dimen/_576sdp = 0x7f060243
+com.example.revivemymemory:color/m3_slider_active_track_color = 0x7f05012b
+com.example.revivemymemory:color/m3_sys_color_light_tertiary_container = 0x7f050194
+com.example.revivemymemory:attr/thumbTintMode = 0x7f030460
+com.example.revivemymemory:color/m3_sys_color_light_surface = 0x7f050191
+com.example.revivemymemory:color/m3_sys_color_light_secondary = 0x7f05018f
+com.example.revivemymemory:dimen/_minus35sdp = 0x7f0602d7
+com.example.revivemymemory:style/Widget.MaterialComponents.MaterialCalendar.MonthNavigationButton = 0x7f110412
+com.example.revivemymemory:style/Widget.Material3.BottomSheet.DragHandle = 0x7f110339
+com.example.revivemymemory:color/m3_sys_color_light_primary = 0x7f05018d
+com.example.revivemymemory:attr/marginRightSystemWindowInsets = 0x7f0302bd
+com.example.revivemymemory:color/m3_sys_color_light_outline = 0x7f05018b
+com.example.revivemymemory:attr/itemStrokeWidth = 0x7f030238
+com.example.revivemymemory:color/m3_sys_color_light_on_surface = 0x7f050187
+com.example.revivemymemory:color/m3_sys_color_light_on_secondary_container = 0x7f050186
+com.example.revivemymemory:dimen/material_emphasis_disabled_background = 0x7f0604cd
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.SearchResult.Title = 0x7f110028
+com.example.revivemymemory:color/m3_sys_color_light_on_error_container = 0x7f050182
+com.example.revivemymemory:dimen/m3_comp_outlined_text_field_disabled_label_text_opacity = 0x7f060419
+com.example.revivemymemory:macro/m3_comp_search_bar_supporting_text_color = 0x7f0c006d
+com.example.revivemymemory:dimen/m3_chip_checked_hovered_translation_z = 0x7f0603d9
+com.example.revivemymemory:style/Theme.MaterialComponents.DayNight.Dialog.FixedSize = 0x7f110243
+com.example.revivemymemory:id/action_bar = 0x7f080034
+com.example.revivemymemory:color/m3_sys_color_light_on_error = 0x7f050181
+com.example.revivemymemory:color/m3_sys_color_light_secondary_container = 0x7f050190
+com.example.revivemymemory:color/m3_sys_color_light_inverse_primary = 0x7f05017e
+com.example.revivemymemory:style/Animation.AppCompat.Tooltip = 0x7f110004
+com.example.revivemymemory:id/action_bar_activity_content = 0x7f080035
+com.example.revivemymemory:attr/autoSizePresetSizes = 0x7f030040
+com.example.revivemymemory:color/m3_sys_color_light_inverse_on_surface = 0x7f05017d
+com.example.revivemymemory:dimen/m3_sys_motion_easing_linear_control_y2 = 0x7f0604a7
+com.example.revivemymemory:style/ThemeOverlay.AppCompat.Dialog = 0x7f11026c
+com.example.revivemymemory:color/m3_sys_color_light_error_container = 0x7f05017c
+com.example.revivemymemory:color/m3_sys_color_light_background = 0x7f05017a
+com.example.revivemymemory:color/mtrl_btn_transparent_bg_color = 0x7f050237
+com.example.revivemymemory:layout/notification_template_custom_big = 0x7f0b0067
+com.example.revivemymemory:color/m3_sys_color_dark_inverse_surface = 0x7f050136
+com.example.revivemymemory:color/m3_sys_color_dynamic_light_tertiary = 0x7f050178
+com.example.revivemymemory:dimen/m3_comp_filled_button_container_elevation = 0x7f060402
+com.example.revivemymemory:color/m3_sys_color_dynamic_light_secondary_container = 0x7f050175
+com.example.revivemymemory:dimen/design_fab_translation_z_pressed = 0x7f06036c
+com.example.revivemymemory:dimen/_138sdp = 0x7f06002d
+com.example.revivemymemory:id/dragClockwise = 0x7f0800a8
+com.example.revivemymemory:dimen/_93sdp = 0x7f0602ac
+com.example.revivemymemory:color/m3_tabs_text_color = 0x7f050199
+com.example.revivemymemory:color/m3_sys_color_dynamic_light_secondary = 0x7f050174
+com.example.revivemymemory:style/Widget.Design.CollapsingToolbar = 0x7f110323
+com.example.revivemymemory:attr/limitBoundsTo = 0x7f030293
+com.example.revivemymemory:attr/fabAnimationMode = 0x7f0301ac
+com.example.revivemymemory:dimen/_132sdp = 0x7f060027
+com.example.revivemymemory:color/m3_ref_palette_white = 0x7f050128
+com.example.revivemymemory:color/m3_sys_color_dynamic_light_outline_variant = 0x7f050171
+com.example.revivemymemory:layout/activity_forget_successful_send = 0x7f0b001d
+com.example.revivemymemory:color/m3_sys_color_dynamic_light_outline = 0x7f050170
+com.example.revivemymemory:color/m3_sys_color_dynamic_light_on_secondary_container = 0x7f05016b
+com.example.revivemymemory:color/m3_sys_color_dynamic_light_on_primary_container = 0x7f050169
+com.example.revivemymemory:dimen/_505sdp = 0x7f0601ee
+com.example.revivemymemory:dimen/_263sdp = 0x7f0600c6
+com.example.revivemymemory:style/ThemeOverlay.Material3.BottomAppBar = 0x7f110277
+com.example.revivemymemory:attr/borderRoundPercent = 0x7f030067
+com.example.revivemymemory:attr/pathMotionArc = 0x7f030358
+com.example.revivemymemory:color/m3_sys_color_dynamic_light_on_primary = 0x7f050168
+com.example.revivemymemory:color/m3_sys_color_dynamic_light_on_background = 0x7f050167
+com.example.revivemymemory:color/design_dark_default_color_secondary = 0x7f05003a
+com.example.revivemymemory:dimen/_593sdp = 0x7f060258
+com.example.revivemymemory:color/material_dynamic_tertiary30 = 0x7f0501ed
+com.example.revivemymemory:color/m3_sys_color_dynamic_light_inverse_surface = 0x7f050166
+com.example.revivemymemory:color/m3_sys_color_dynamic_light_inverse_on_surface = 0x7f050164
+com.example.revivemymemory:color/m3_sys_color_dynamic_light_background = 0x7f050163
+com.example.revivemymemory:dimen/_270sdp = 0x7f0600cf
+com.example.revivemymemory:color/highlighted_text_material_light = 0x7f05005e
+com.example.revivemymemory:color/m3_sys_color_dynamic_dark_tertiary_container = 0x7f050162
+com.example.revivemymemory:id/grouping = 0x7f0800e1
+com.example.revivemymemory:color/m3_sys_color_dynamic_dark_tertiary = 0x7f050161
+com.example.revivemymemory:integer/mtrl_card_anim_delay_ms = 0x7f09002b
+com.example.revivemymemory:color/m3_sys_color_dynamic_dark_secondary_container = 0x7f05015e
+com.example.revivemymemory:attr/thumbIconTint = 0x7f030459
+com.example.revivemymemory:color/m3_sys_color_dynamic_dark_primary = 0x7f05015b
+com.example.revivemymemory:color/m3_sys_color_dynamic_dark_outline_variant = 0x7f05015a
+com.example.revivemymemory:color/m3_sys_color_dynamic_dark_on_tertiary_container = 0x7f050158
+com.example.revivemymemory:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Secondary = 0x7f11036a
+com.example.revivemymemory:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon1 = 0x7f11014a
+com.example.revivemymemory:dimen/_491sdp = 0x7f0601dc
+com.example.revivemymemory:color/m3_sys_color_dynamic_dark_on_surface_variant = 0x7f050156
+com.example.revivemymemory:style/Widget.MaterialComponents.CollapsingToolbar = 0x7f1103f6
+com.example.revivemymemory:string/enter_a_relative_phone = 0x7f100032
+com.example.revivemymemory:macro/m3_comp_outlined_button_pressed_outline_color = 0x7f0c003f
+com.example.revivemymemory:id/enterAlwaysCollapsed = 0x7f0800bf
+com.example.revivemymemory:color/m3_sys_color_dynamic_dark_on_surface = 0x7f050155
+com.example.revivemymemory:attr/waveVariesBy = 0x7f0304b1
+com.example.revivemymemory:dimen/_minus5sdp = 0x7f0602f2
+com.example.revivemymemory:id/accessibility_custom_action_27 = 0x7f080025
+com.example.revivemymemory:dimen/_404sdp = 0x7f060173
+com.example.revivemymemory:dimen/abc_text_size_title_material_toolbar = 0x7f060348
+com.example.revivemymemory:color/material_on_surface_stroke = 0x7f05020a
+com.example.revivemymemory:style/ShapeAppearance.MaterialComponents.LargeComponent = 0x7f11016f
+com.example.revivemymemory:color/m3_sys_color_dynamic_dark_on_background = 0x7f050150
+com.example.revivemymemory:color/m3_navigation_item_ripple_color = 0x7f050092
+com.example.revivemymemory:color/m3_sys_color_dynamic_dark_inverse_surface = 0x7f05014f
+com.example.revivemymemory:color/m3_sys_color_dynamic_dark_inverse_primary = 0x7f05014e
+com.example.revivemymemory:color/m3_sys_color_dynamic_dark_background = 0x7f05014c
+com.example.revivemymemory:color/m3_sys_color_dark_tertiary = 0x7f05014a
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date = 0x7f1102c3
+com.example.revivemymemory:dimen/_226sdp = 0x7f060099
+com.example.revivemymemory:color/m3_sys_color_dark_surface_variant = 0x7f050149
+com.example.revivemymemory:attr/springStopThreshold = 0x7f0303c6
+com.example.revivemymemory:color/m3_sys_color_dark_secondary_container = 0x7f050147
+com.example.revivemymemory:color/m3_sys_color_dark_secondary = 0x7f050146
+com.example.revivemymemory:dimen/m3_slider_thumb_elevation = 0x7f060485
+com.example.revivemymemory:style/Widget.Material3.Search.ActionButton.Overflow = 0x7f1103a9
+com.example.revivemymemory:attr/isMaterialTheme = 0x7f030220
+com.example.revivemymemory:color/abc_primary_text_material_light = 0x7f05000c
+com.example.revivemymemory:color/m3_sys_color_dark_outline_variant = 0x7f050143
+com.example.revivemymemory:color/m3_sys_color_dark_on_surface_variant = 0x7f05013f
+com.example.revivemymemory:dimen/_81sdp = 0x7f060292
+com.example.revivemymemory:color/material_grey_900 = 0x7f0501fc
+com.example.revivemymemory:id/textView1 = 0x7f0801e6
+com.example.revivemymemory:color/m3_sys_color_dark_on_secondary_container = 0x7f05013d
+com.example.revivemymemory:style/Widget.Material3.MaterialButtonToggleGroup = 0x7f11037f
+com.example.revivemymemory:dimen/_80ssp = 0x7f060291
+com.example.revivemymemory:color/m3_sys_color_dark_on_secondary = 0x7f05013c
+com.example.revivemymemory:dimen/_367sdp = 0x7f060144
+com.example.revivemymemory:color/m3_sys_color_dark_on_primary = 0x7f05013a
+com.example.revivemymemory:style/RtlOverlay.Widget.AppCompat.ActionBar.TitleItem = 0x7f110141
+com.example.revivemymemory:color/m3_sys_color_dark_on_error_container = 0x7f050139
+com.example.revivemymemory:color/m3_sys_color_dark_on_background = 0x7f050137
+com.example.revivemymemory:style/Widget.Material3.MaterialCalendar.HeaderDivider = 0x7f110389
+com.example.revivemymemory:dimen/m3_comp_slider_inactive_track_height = 0x7f060437
+com.example.revivemymemory:style/Platform.Widget.AppCompat.Spinner = 0x7f11013f
+com.example.revivemymemory:macro/m3_comp_search_view_header_trailing_icon_color = 0x7f0c0079
+com.example.revivemymemory:id/alertTitle = 0x7f08004a
+com.example.revivemymemory:attr/closeIcon = 0x7f0300d4
+com.example.revivemymemory:color/m3_sys_color_dark_inverse_on_surface = 0x7f050134
+com.example.revivemymemory:layout/abc_alert_dialog_material = 0x7f0b0009
+com.example.revivemymemory:color/m3_sys_color_dark_background = 0x7f050131
+com.example.revivemymemory:dimen/abc_control_padding_material = 0x7f060312
+com.example.revivemymemory:dimen/m3_large_fab_size = 0x7f06045a
+com.example.revivemymemory:color/mtrl_outlined_icon_tint = 0x7f050254
+com.example.revivemymemory:attr/flow_verticalStyle = 0x7f0301d8
+com.example.revivemymemory:dimen/_395sdp = 0x7f060166
+com.example.revivemymemory:attr/thumbStrokeColor = 0x7f03045c
+com.example.revivemymemory:color/m3_slider_thumb_color = 0x7f05012e
+com.example.revivemymemory:styleable/TextInputLayout = 0x7f12008e
+com.example.revivemymemory:attr/itemShapeAppearance = 0x7f03022f
+com.example.revivemymemory:color/m3_slider_inactive_track_color = 0x7f05012d
+com.example.revivemymemory:style/Base.Widget.AppCompat.CompoundButton.Switch = 0x7f1100d1
+com.example.revivemymemory:attr/title = 0x7f03046b
+com.example.revivemymemory:attr/onTouchUp = 0x7f030345
+com.example.revivemymemory:color/m3_selection_control_ripple_color_selector = 0x7f050129
+com.example.revivemymemory:attr/paddingBottomSystemWindowInsets = 0x7f030349
+com.example.revivemymemory:attr/icon = 0x7f030204
+com.example.revivemymemory:attr/spinnerStyle = 0x7f0303c0
+com.example.revivemymemory:style/Base.V14.Theme.Material3.Dark.SideSheetDialog = 0x7f110086
+com.example.revivemymemory:integer/material_motion_path = 0x7f090024
+com.example.revivemymemory:drawable/m3_avd_hide_password = 0x7f0700b3
+com.example.revivemymemory:color/m3_ref_palette_dynamic_tertiary10 = 0x7f0500ce
+com.example.revivemymemory:attr/floatingActionButtonLargePrimaryStyle = 0x7f0301b8
+com.example.revivemymemory:id/month_grid = 0x7f080126
+com.example.revivemymemory:color/design_default_color_secondary = 0x7f050047
+com.example.revivemymemory:color/m3_ref_palette_tertiary95 = 0x7f050126
+com.example.revivemymemory:color/m3_ref_palette_tertiary80 = 0x7f050124
+com.example.revivemymemory:style/Widget.MaterialComponents.Button.UnelevatedButton.Icon = 0x7f1103ea
+com.example.revivemymemory:attr/itemVerticalPadding = 0x7f03023d
+com.example.revivemymemory:color/m3_ref_palette_tertiary20 = 0x7f05011e
+com.example.revivemymemory:macro/m3_comp_outlined_text_field_outline_color = 0x7f0c0053
+com.example.revivemymemory:dimen/_448sdp = 0x7f0601a7
+com.example.revivemymemory:color/m3_ref_palette_tertiary0 = 0x7f05011b
+com.example.revivemymemory:color/m3_ref_palette_secondary80 = 0x7f050117
+com.example.revivemymemory:attr/clockIcon = 0x7f0300d2
+com.example.revivemymemory:color/m3_ref_palette_primary99 = 0x7f05010d
+com.example.revivemymemory:color/m3_simple_item_ripple_color = 0x7f05012a
+com.example.revivemymemory:style/Widget.MaterialComponents.MaterialCalendar.YearNavigationButton = 0x7f110417
+com.example.revivemymemory:attr/checkMarkTintMode = 0x7f0300a2
+com.example.revivemymemory:color/m3_ref_palette_primary90 = 0x7f05010b
+com.example.revivemymemory:drawable/cirleaccount = 0x7f07008d
+com.example.revivemymemory:attr/layout_constraintDimensionRatio = 0x7f03025c
+com.example.revivemymemory:dimen/_513sdp = 0x7f0601f8
+com.example.revivemymemory:drawable/notification_bg_normal = 0x7f0700f2
+com.example.revivemymemory:attr/collapseContentDescription = 0x7f0300dc
+com.example.revivemymemory:dimen/m3_sys_motion_easing_standard_accelerate_control_x2 = 0x7f0604a9
+com.example.revivemymemory:color/m3_ref_palette_primary60 = 0x7f050108
+com.example.revivemymemory:color/m3_ref_palette_neutral_variant90 = 0x7f0500fe
+com.example.revivemymemory:style/Widget.AppCompat.Toolbar = 0x7f11031c
+com.example.revivemymemory:attr/materialDividerStyle = 0x7f0302df
+com.example.revivemymemory:attr/touchRegionId = 0x7f030486
+com.example.revivemymemory:color/m3_ref_palette_neutral_variant80 = 0x7f0500fd
+com.example.revivemymemory:attr/trackCornerRadius = 0x7f03048b
+com.example.revivemymemory:color/m3_ref_palette_neutral_variant70 = 0x7f0500fc
+com.example.revivemymemory:style/Base.Theme.MaterialComponents.Light.Dialog.MinWidth = 0x7f110070
+com.example.revivemymemory:dimen/m3_comp_suggestion_chip_flat_outline_width = 0x7f06043b
+com.example.revivemymemory:color/material_dynamic_neutral95 = 0x7f0501c0
+com.example.revivemymemory:color/m3_ref_palette_neutral_variant60 = 0x7f0500fb
+com.example.revivemymemory:style/Widget.AppCompat.ButtonBar = 0x7f1102e6
+com.example.revivemymemory:dimen/_91sdp = 0x7f0602a8
+com.example.revivemymemory:color/m3_ref_palette_neutral60 = 0x7f0500ee
+com.example.revivemymemory:color/m3_ref_palette_secondary0 = 0x7f05010e
+com.example.revivemymemory:dimen/design_navigation_separator_vertical_padding = 0x7f060375
+com.example.revivemymemory:id/mtrl_internal_children_alpha_tag = 0x7f080138
+com.example.revivemymemory:attr/contentPaddingRight = 0x7f030126
+com.example.revivemymemory:attr/layout_constraintBaseline_toBaselineOf = 0x7f030253
+com.example.revivemymemory:color/m3_ref_palette_neutral_variant50 = 0x7f0500fa
+com.example.revivemymemory:color/m3_ref_palette_neutral_variant40 = 0x7f0500f9
+com.example.revivemymemory:color/m3_ref_palette_neutral_variant0 = 0x7f0500f4
+com.example.revivemymemory:drawable/mtrl_checkbox_button_icon_checked_indeterminate = 0x7f0700cb
+com.example.revivemymemory:dimen/m3_alert_dialog_title_bottom_margin = 0x7f06039b
+com.example.revivemymemory:attr/materialAlertDialogTitleTextStyle = 0x7f0302c4
+com.example.revivemymemory:attr/spinBars = 0x7f0303be
+com.example.revivemymemory:color/m3_ref_palette_neutral90 = 0x7f0500f1
+com.example.revivemymemory:dimen/_6ssp = 0x7f060279
+com.example.revivemymemory:color/m3_dynamic_default_color_secondary_text = 0x7f050080
+com.example.revivemymemory:color/m3_ref_palette_neutral80 = 0x7f0500f0
+com.example.revivemymemory:color/m3_ref_palette_neutral40 = 0x7f0500ec
+com.example.revivemymemory:id/accessibility_custom_action_9 = 0x7f080030
+com.example.revivemymemory:attr/layout_constraintLeft_creator = 0x7f03026a
+com.example.revivemymemory:color/m3_ref_palette_neutral30 = 0x7f0500eb
+com.example.revivemymemory:drawable/circlebc = 0x7f07008c
+com.example.revivemymemory:dimen/_407sdp = 0x7f060176
+com.example.revivemymemory:dimen/m3_sys_motion_easing_standard_decelerate_control_y2 = 0x7f0604b3
+com.example.revivemymemory:color/m3_ref_palette_neutral10 = 0x7f0500e8
+com.example.revivemymemory:attr/trackTint = 0x7f030491
+com.example.revivemymemory:color/m3_chip_assist_text_color = 0x7f05006e
+com.example.revivemymemory:color/m3_ref_palette_neutral0 = 0x7f0500e7
+com.example.revivemymemory:color/m3_ref_palette_error99 = 0x7f0500e6
+com.example.revivemymemory:xml/data_extraction_rules = 0x7f130001
+com.example.revivemymemory:color/m3_ref_palette_error80 = 0x7f0500e3
+com.example.revivemymemory:color/m3_ref_palette_error70 = 0x7f0500e2
+com.example.revivemymemory:animator/m3_btn_state_list_anim = 0x7f02000a
+com.example.revivemymemory:attr/motionEasingEmphasizedDecelerateInterpolator = 0x7f03031a
+com.example.revivemymemory:color/abc_hint_foreground_material_dark = 0x7f050007
+com.example.revivemymemory:color/m3_ref_palette_error60 = 0x7f0500e1
+com.example.revivemymemory:color/m3_ref_palette_error50 = 0x7f0500e0
+com.example.revivemymemory:color/m3_sys_color_light_on_tertiary_container = 0x7f05018a
+com.example.revivemymemory:string/m3_sys_motion_easing_standard_accelerate = 0x7f100051
+com.example.revivemymemory:color/m3_ref_palette_error20 = 0x7f0500dd
+com.example.revivemymemory:dimen/_476sdp = 0x7f0601c9
+com.example.revivemymemory:color/material_personalized_color_tertiary = 0x7f050223
+com.example.revivemymemory:id/horizontal_only = 0x7f0800e9
+com.example.revivemymemory:color/m3_ref_palette_error0 = 0x7f0500da
+com.example.revivemymemory:id/bounceBoth = 0x7f080066
+com.example.revivemymemory:color/m3_ref_palette_dynamic_tertiary90 = 0x7f0500d7
+com.example.revivemymemory:color/m3_ref_palette_dynamic_tertiary50 = 0x7f0500d3
+com.example.revivemymemory:style/ShapeAppearance.Material3.Corner.Medium = 0x7f110166
+com.example.revivemymemory:color/m3_ref_palette_dynamic_tertiary40 = 0x7f0500d2
+com.example.revivemymemory:style/ShapeAppearance.Material3.NavigationBarView.ActiveIndicator = 0x7f11016b
+com.example.revivemymemory:color/material_personalized_color_tertiary_container = 0x7f050224
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Widget.TextView.SpinnerItem = 0x7f110040
+com.example.revivemymemory:id/decelerate = 0x7f080093
+com.example.revivemymemory:color/m3_ref_palette_dynamic_tertiary30 = 0x7f0500d1
+com.example.revivemymemory:color/m3_ref_palette_dynamic_tertiary100 = 0x7f0500cf
+com.example.revivemymemory:color/material_personalized_color_on_surface = 0x7f050215
+com.example.revivemymemory:color/m3_ref_palette_dynamic_secondary99 = 0x7f0500cc
+com.example.revivemymemory:dimen/mtrl_snackbar_margin = 0x7f06058b
+com.example.revivemymemory:attr/checkedIconGravity = 0x7f0300a8
+com.example.revivemymemory:style/Platform.ThemeOverlay.AppCompat.Dark = 0x7f110139
+com.example.revivemymemory:color/m3_ref_palette_dynamic_secondary20 = 0x7f0500c3
+com.example.revivemymemory:color/m3_sys_color_light_on_tertiary = 0x7f050189
+com.example.revivemymemory:style/TextAppearance.Design.HelperText = 0x7f1101c0
+com.example.revivemymemory:color/m3_checkbox_button_tint = 0x7f05006d
+com.example.revivemymemory:dimen/_515sdp = 0x7f0601fa
+com.example.revivemymemory:color/m3_ref_palette_dynamic_secondary0 = 0x7f0500c0
+com.example.revivemymemory:style/ThemeOverlay.Material3.Dark.ActionBar = 0x7f110285
+com.example.revivemymemory:dimen/mtrl_btn_inset = 0x7f0604fc
+com.example.revivemymemory:color/m3_ref_palette_dynamic_primary99 = 0x7f0500bf
+com.example.revivemymemory:color/m3_ref_palette_dynamic_neutral60 = 0x7f0500a0
+com.example.revivemymemory:dimen/abc_star_small = 0x7f060335
+com.example.revivemymemory:color/m3_sys_color_dynamic_dark_outline = 0x7f050159
+com.example.revivemymemory:color/abc_decor_view_status_guard_light = 0x7f050006
+com.example.revivemymemory:color/m3_ref_palette_dynamic_primary40 = 0x7f0500b8
+com.example.revivemymemory:attr/drawableEndCompat = 0x7f030169
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.SearchResult = 0x7f110026
+com.example.revivemymemory:color/m3_ref_palette_dynamic_primary30 = 0x7f0500b7
+com.example.revivemymemory:dimen/_22sdp = 0x7f06009d
+com.example.revivemymemory:id/submenuarrow = 0x7f0801ce
+com.example.revivemymemory:dimen/_minus28sdp = 0x7f0602cf
+com.example.revivemymemory:attr/actionOverflowMenuStyle = 0x7f030022
+com.example.revivemymemory:color/m3_ref_palette_dynamic_tertiary60 = 0x7f0500d4
+com.example.revivemymemory:macro/m3_comp_input_chip_container_shape = 0x7f0c0031
+com.example.revivemymemory:dimen/_234sdp = 0x7f0600a3
+com.example.revivemymemory:attr/cardPreventCornerOverlap = 0x7f030091
+com.example.revivemymemory:color/m3_ref_palette_dynamic_primary100 = 0x7f0500b5
+com.example.revivemymemory:color/m3_ref_palette_dynamic_primary0 = 0x7f0500b3
+com.example.revivemymemory:dimen/design_fab_size_normal = 0x7f06036a
+com.example.revivemymemory:color/m3_ref_palette_dynamic_neutral_variant80 = 0x7f0500af
+com.example.revivemymemory:style/Base.Widget.Material3.CollapsingToolbar = 0x7f1100fc
+com.example.revivemymemory:attr/touchAnchorId = 0x7f030484
+com.example.revivemymemory:dimen/_319sdp = 0x7f06010a
+com.example.revivemymemory:color/m3_ref_palette_dynamic_neutral_variant40 = 0x7f0500ab
+com.example.revivemymemory:style/Widget.MaterialComponents.MaterialCalendar.Day = 0x7f110401
+com.example.revivemymemory:color/m3_ref_palette_dynamic_neutral_variant30 = 0x7f0500aa
+com.example.revivemymemory:style/ShapeAppearanceOverlay.MaterialComponents.MaterialCalendar.Window.Fullscreen = 0x7f110183
+com.example.revivemymemory:color/m3_sys_color_light_tertiary = 0x7f050193
+com.example.revivemymemory:color/design_fab_stroke_top_inner_color = 0x7f050050
+com.example.revivemymemory:color/m3_ref_palette_dynamic_neutral_variant100 = 0x7f0500a8
+com.example.revivemymemory:attr/switchPadding = 0x7f0303ef
+com.example.revivemymemory:attr/sideSheetDialogTheme = 0x7f0303af
+com.example.revivemymemory:drawable/abc_btn_check_to_on_mtrl_015 = 0x7f07002f
+com.example.revivemymemory:attr/motionEasingStandardAccelerateInterpolator = 0x7f03031f
+com.example.revivemymemory:color/m3_ref_palette_dynamic_neutral_variant10 = 0x7f0500a7
+com.example.revivemymemory:color/m3_ref_palette_dynamic_neutral95 = 0x7f0500a4
+com.example.revivemymemory:color/m3_ref_palette_dynamic_neutral90 = 0x7f0500a3
+com.example.revivemymemory:id/labeled = 0x7f0800fb
+com.example.revivemymemory:dimen/_minus43sdp = 0x7f0602e0
+com.example.revivemymemory:dimen/m3_appbar_expanded_title_margin_bottom = 0x7f06039c
+com.example.revivemymemory:dimen/_116sdp = 0x7f060013
+com.example.revivemymemory:dimen/_111sdp = 0x7f06000e
+com.example.revivemymemory:string/mtrl_timepicker_confirm = 0x7f1000a6
+com.example.revivemymemory:string/mtrl_picker_text_input_date_range_start_hint = 0x7f100094
+com.example.revivemymemory:attr/framePosition = 0x7f0301e9
+com.example.revivemymemory:color/m3_ref_palette_dynamic_neutral70 = 0x7f0500a1
+com.example.revivemymemory:style/Theme.Design.Light.NoActionBar = 0x7f110219
+com.example.revivemymemory:color/material_personalized_color_primary_container = 0x7f05021b
+com.example.revivemymemory:style/Widget.MaterialComponents.Chip.Action = 0x7f1103ed
+com.example.revivemymemory:drawable/$mtrl_switch_thumb_unchecked_pressed__0 = 0x7f070028
+com.example.revivemymemory:color/m3_ref_palette_error95 = 0x7f0500e5
+com.example.revivemymemory:color/bright_foreground_disabled_material_dark = 0x7f050022
+com.example.revivemymemory:color/m3_ref_palette_dynamic_neutral0 = 0x7f050099
+com.example.revivemymemory:color/m3_radiobutton_ripple_tint = 0x7f050097
+com.example.revivemymemory:color/m3_navigation_item_icon_tint = 0x7f050091
+com.example.revivemymemory:color/m3_navigation_bar_ripple_color_selector = 0x7f05008f
+com.example.revivemymemory:style/Base.Widget.Material3.ActionMode = 0x7f1100f8
+com.example.revivemymemory:color/m3_fab_ripple_color_selector = 0x7f050088
+com.example.revivemymemory:color/m3_ref_palette_dynamic_tertiary0 = 0x7f0500cd
+com.example.revivemymemory:dimen/mtrl_tooltip_padding = 0x7f0605a1
+com.example.revivemymemory:color/m3_fab_efab_foreground_color_selector = 0x7f050087
+com.example.revivemymemory:color/m3_ref_palette_dynamic_neutral_variant0 = 0x7f0500a6
+com.example.revivemymemory:attr/layout_goneMarginEnd = 0x7f030283
+com.example.revivemymemory:style/Base.Theme.MaterialComponents.Light.Dialog.FixedSize = 0x7f11006f
+com.example.revivemymemory:color/m3_fab_efab_background_color_selector = 0x7f050086
+com.example.revivemymemory:color/m3_dynamic_dark_default_color_primary_text = 0x7f05007a
+com.example.revivemymemory:id/linear = 0x7f080103
+com.example.revivemymemory:attr/motionStagger = 0x7f03032e
+com.example.revivemymemory:color/m3_ref_palette_primary40 = 0x7f050106
+com.example.revivemymemory:color/m3_dynamic_dark_default_color_secondary_text = 0x7f05007b
+com.example.revivemymemory:style/MaterialAlertDialog.MaterialComponents.Picker.Date.Calendar = 0x7f11012a
+com.example.revivemymemory:style/Base.Widget.Material3.CardView = 0x7f1100fa
+com.example.revivemymemory:dimen/m3_comp_primary_navigation_tab_active_indicator_height = 0x7f06041f
+com.example.revivemymemory:attr/itemIconSize = 0x7f030227
+com.example.revivemymemory:attr/cardBackgroundColor = 0x7f03008c
+com.example.revivemymemory:attr/elevationOverlayEnabled = 0x7f03017e
+com.example.revivemymemory:color/bright_foreground_inverse_material_dark = 0x7f050024
+com.example.revivemymemory:color/m3_dark_primary_text_disable_only = 0x7f050077
+com.example.revivemymemory:attr/layout_constraintRight_creator = 0x7f03026d
+com.example.revivemymemory:attr/behavior_skipCollapsed = 0x7f030064
+com.example.revivemymemory:color/m3_ref_palette_tertiary10 = 0x7f05011c
+com.example.revivemymemory:color/m3_dark_highlighted_text = 0x7f050075
+com.example.revivemymemory:id/chains = 0x7f080076
+com.example.revivemymemory:attr/cornerSizeBottomLeft = 0x7f030135
+com.example.revivemymemory:id/sawtooth = 0x7f080185
+com.example.revivemymemory:color/material_deep_teal_500 = 0x7f0501b3
+com.example.revivemymemory:style/Widget.AppCompat.PopupWindow = 0x7f11030c
+com.example.revivemymemory:attr/checkedState = 0x7f0300ad
+com.example.revivemymemory:attr/menuAlignmentMode = 0x7f0302f7
+com.example.revivemymemory:color/m3_dark_default_color_primary_text = 0x7f050073
+com.example.revivemymemory:style/Theme.MaterialComponents.DialogWhenLarge = 0x7f110252
+com.example.revivemymemory:dimen/m3_sys_motion_easing_emphasized_accelerate_control_y2 = 0x7f060493
+com.example.revivemymemory:color/m3_chip_stroke_color = 0x7f050071
+com.example.revivemymemory:color/m3_chip_ripple_color = 0x7f050070
+com.example.revivemymemory:color/m3_checkbox_button_icon_tint = 0x7f05006c
+com.example.revivemymemory:macro/m3_comp_checkbox_selected_container_color = 0x7f0c0003
+com.example.revivemymemory:dimen/_97ssp = 0x7f0602b5
+com.example.revivemymemory:style/ThemeOverlay.Material3.Button.ElevatedButton = 0x7f11027b
+com.example.revivemymemory:attr/shapeAppearanceLargeComponent = 0x7f03039f
+com.example.revivemymemory:color/m3_card_stroke_color = 0x7f05006b
+com.example.revivemymemory:attr/windowNoTitle = 0x7f0304bb
+com.example.revivemymemory:color/m3_card_foreground_color = 0x7f050069
+com.example.revivemymemory:color/m3_button_ripple_color_selector = 0x7f050066
+com.example.revivemymemory:dimen/abc_action_bar_content_inset_material = 0x7f0602f8
+com.example.revivemymemory:id/accessibility_custom_action_20 = 0x7f08001e
+com.example.revivemymemory:dimen/material_emphasis_disabled = 0x7f0604cc
+com.example.revivemymemory:color/m3_assist_chip_icon_tint_color = 0x7f050060
+com.example.revivemymemory:dimen/_468sdp = 0x7f0601bf
+com.example.revivemymemory:attr/suffixText = 0x7f0303ea
+com.example.revivemymemory:color/highlighted_text_material_dark = 0x7f05005d
+com.example.revivemymemory:color/m3_ref_palette_dynamic_tertiary95 = 0x7f0500d8
+com.example.revivemymemory:attr/closeIconVisible = 0x7f0300da
+com.example.revivemymemory:color/foreground_material_dark = 0x7f05005a
+com.example.revivemymemory:drawable/abc_btn_default_mtrl_shape = 0x7f070031
+com.example.revivemymemory:color/error_color_material_dark = 0x7f050058
+com.example.revivemymemory:dimen/m3_comp_filter_chip_with_icon_icon_size = 0x7f060409
+com.example.revivemymemory:color/dim_foreground_disabled_material_light = 0x7f050055
+com.example.revivemymemory:attr/flow_lastHorizontalStyle = 0x7f0301d0
+com.example.revivemymemory:color/m3_textfield_indicator_text_color = 0x7f05019f
+com.example.revivemymemory:id/gone = 0x7f0800dd
+com.example.revivemymemory:dimen/notification_right_icon_size = 0x7f0605ab
+com.example.revivemymemory:attr/bottomSheetDialogTheme = 0x7f03006d
+com.example.revivemymemory:style/Widget.MaterialComponents.Chip.Choice = 0x7f1103ee
+com.example.revivemymemory:color/purple_500 = 0x7f050272
+com.example.revivemymemory:color/dim_foreground_disabled_material_dark = 0x7f050054
+com.example.revivemymemory:color/design_icon_tint = 0x7f050052
+com.example.revivemymemory:id/dropdown_menu = 0x7f0800af
+com.example.revivemymemory:dimen/_376sdp = 0x7f06014f
+com.example.revivemymemory:color/design_fab_stroke_top_outer_color = 0x7f050051
+com.example.revivemymemory:attr/contentDescription = 0x7f03011b
+com.example.revivemymemory:dimen/_308sdp = 0x7f0600fd
+com.example.revivemymemory:dimen/_133sdp = 0x7f060028
+com.example.revivemymemory:style/Widget.Material3.MaterialCalendar.Day.Invalid = 0x7f110382
+com.example.revivemymemory:id/action_image = 0x7f08003e
+com.example.revivemymemory:attr/textAppearanceHeadline6 = 0x7f030423
+com.example.revivemymemory:color/design_fab_stroke_end_outer_color = 0x7f05004f
+com.example.revivemymemory:attr/borderlessButtonStyle = 0x7f030069
+com.example.revivemymemory:color/design_fab_shadow_mid_color = 0x7f05004c
+com.example.revivemymemory:color/m3_ref_palette_neutral_variant95 = 0x7f0500ff
+com.example.revivemymemory:integer/hide_password_duration = 0x7f090008
+com.example.revivemymemory:id/container = 0x7f080084
+com.example.revivemymemory:drawable/abc_list_selector_holo_light = 0x7f070058
+com.example.revivemymemory:attr/lottie_progress = 0x7f0302b3
+com.example.revivemymemory:color/design_fab_shadow_end_color = 0x7f05004b
+com.example.revivemymemory:dimen/abc_dropdownitem_icon_width = 0x7f060321
+com.example.revivemymemory:id/META = 0x7f080006
+com.example.revivemymemory:dimen/_283sdp = 0x7f0600de
+com.example.revivemymemory:attr/tabIndicatorGravity = 0x7f0303fc
+com.example.revivemymemory:color/design_default_color_surface = 0x7f050049
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat = 0x7f110014
+com.example.revivemymemory:color/abc_hint_foreground_material_light = 0x7f050008
+com.example.revivemymemory:color/design_default_color_secondary_variant = 0x7f050048
+com.example.revivemymemory:dimen/_43ssp = 0x7f06019e
+com.example.revivemymemory:color/design_default_color_on_primary = 0x7f050041
+com.example.revivemymemory:dimen/m3_navigation_rail_item_active_indicator_width = 0x7f06046b
+com.example.revivemymemory:style/Widget.Material3.Chip.Input = 0x7f110356
+com.example.revivemymemory:color/m3_ref_palette_tertiary30 = 0x7f05011f
+com.example.revivemymemory:layout/abc_action_mode_bar = 0x7f0b0004
+com.example.revivemymemory:attr/checkMarkCompat = 0x7f0300a0
+com.example.revivemymemory:dimen/_27sdp = 0x7f0600d9
+com.example.revivemymemory:color/design_default_color_on_background = 0x7f05003f
+com.example.revivemymemory:style/Theme.MaterialComponents.DayNight = 0x7f11023a
+com.example.revivemymemory:animator/mtrl_btn_unelevated_state_list_anim = 0x7f020015
+com.example.revivemymemory:color/design_default_color_background = 0x7f05003d
+com.example.revivemymemory:id/toolbarRL = 0x7f0801f7
+com.example.revivemymemory:dimen/m3_comp_text_button_pressed_state_layer_opacity = 0x7f06044c
+com.example.revivemymemory:attr/prefixText = 0x7f030369
+com.example.revivemymemory:attr/titleTextColor = 0x7f030477
+com.example.revivemymemory:color/design_dark_default_color_primary_variant = 0x7f050039
+com.example.revivemymemory:dimen/_483sdp = 0x7f0601d2
+com.example.revivemymemory:drawable/abc_ic_menu_overflow_material = 0x7f070045
+com.example.revivemymemory:attr/expandedTitleMargin = 0x7f03019a
+com.example.revivemymemory:color/design_dark_default_color_on_secondary = 0x7f050035
+com.example.revivemymemory:dimen/m3_navigation_item_icon_padding = 0x7f06045e
+com.example.revivemymemory:attr/ensureMinTouchTargetSize = 0x7f03018b
+com.example.revivemymemory:color/design_box_stroke_color = 0x7f05002f
+com.example.revivemymemory:attr/circularflow_defaultAngle = 0x7f0300c6
+com.example.revivemymemory:color/design_error = 0x7f05004a
+com.example.revivemymemory:dimen/_574sdp = 0x7f060241
+com.example.revivemymemory:color/m3_dark_hint_foreground = 0x7f050076
+com.example.revivemymemory:dimen/_405sdp = 0x7f060174
+com.example.revivemymemory:color/cardview_shadow_start_color = 0x7f05002d
+com.example.revivemymemory:styleable/CoordinatorLayout_Layout = 0x7f12002e
+com.example.revivemymemory:color/bright_foreground_inverse_material_light = 0x7f050025
+com.example.revivemymemory:dimen/design_snackbar_padding_vertical = 0x7f06037e
+com.example.revivemymemory:color/bright_foreground_disabled_material_light = 0x7f050023
+com.example.revivemymemory:attr/flow_lastVerticalBias = 0x7f0301d1
+com.example.revivemymemory:color/black = 0x7f050021
+com.example.revivemymemory:dimen/m3_navigation_item_vertical_padding = 0x7f060463
+com.example.revivemymemory:dimen/_285sdp = 0x7f0600e0
+com.example.revivemymemory:dimen/_232sdp = 0x7f0600a1
+com.example.revivemymemory:color/background_floating_material_light = 0x7f05001e
+com.example.revivemymemory:color/androidx_core_ripple_material_light = 0x7f05001b
+com.example.revivemymemory:drawable/img = 0x7f0700af
+com.example.revivemymemory:color/m3_ref_palette_tertiary70 = 0x7f050123
+com.example.revivemymemory:color/accent_material_dark = 0x7f050019
+com.example.revivemymemory:attr/materialClockStyle = 0x7f0302dc
+com.example.revivemymemory:attr/tabIndicator = 0x7f0303f7
+com.example.revivemymemory:styleable/FloatingActionButton_Behavior_Layout = 0x7f120035
+com.example.revivemymemory:attr/errorContentDescription = 0x7f03018e
+com.example.revivemymemory:style/Widget.MaterialComponents.ProgressIndicator = 0x7f110423
+com.example.revivemymemory:drawable/ic_m3_chip_check = 0x7f0700a7
+com.example.revivemymemory:color/abc_tint_spinner = 0x7f050017
+com.example.revivemymemory:color/abc_tint_edittext = 0x7f050015
+com.example.revivemymemory:color/abc_tint_default = 0x7f050014
+com.example.revivemymemory:color/abc_secondary_text_material_dark = 0x7f050011
+com.example.revivemymemory:attr/chipEndPadding = 0x7f0300b1
+com.example.revivemymemory:macro/m3_comp_outlined_autocomplete_text_field_input_text_type = 0x7f0c003a
+com.example.revivemymemory:dimen/mtrl_textinput_box_stroke_width_default = 0x7f060596
+com.example.revivemymemory:attr/lottie_repeatMode = 0x7f0302b7
+com.example.revivemymemory:attr/forceApplySystemWindowInsetTop = 0x7f0301e6
+com.example.revivemymemory:attr/itemActiveIndicatorStyle = 0x7f030221
+com.example.revivemymemory:attr/textAppearanceDisplaySmall = 0x7f03041d
+com.example.revivemymemory:attr/menuGravity = 0x7f0302f8
+com.example.revivemymemory:color/abc_primary_text_disable_only_material_dark = 0x7f050009
+com.example.revivemymemory:style/ThemeOverlay.Material3.Button.TextButton = 0x7f11027f
+com.example.revivemymemory:integer/m3_sys_motion_duration_medium3 = 0x7f090018
+com.example.revivemymemory:dimen/_73ssp = 0x7f060281
+com.example.revivemymemory:attr/textAppearanceLineHeightEnabled = 0x7f03042b
+com.example.revivemymemory:color/abc_btn_colored_text_material = 0x7f050003
+com.example.revivemymemory:color/m3_efab_ripple_color_selector = 0x7f050084
+com.example.revivemymemory:style/Base.V26.Theme.AppCompat = 0x7f1100af
+com.example.revivemymemory:macro/m3_comp_extended_fab_secondary_icon_color = 0x7f0c0012
+com.example.revivemymemory:attr/materialCalendarHeaderLayout = 0x7f0302ce
+com.example.revivemymemory:color/abc_background_cache_hint_selector_material_light = 0x7f050001
+com.example.revivemymemory:dimen/_267sdp = 0x7f0600ca
+com.example.revivemymemory:attr/spanCount = 0x7f0303bd
+com.example.revivemymemory:bool/abc_config_actionMenuItemAllCaps = 0x7f040001
+com.example.revivemymemory:anim/mtrl_bottom_sheet_slide_out = 0x7f010028
+com.example.revivemymemory:attr/yearStyle = 0x7f0304bd
+com.example.revivemymemory:attr/yearSelectedStyle = 0x7f0304bc
+com.example.revivemymemory:animator/m3_card_state_list_anim = 0x7f02000c
+com.example.revivemymemory:attr/windowMinWidthMinor = 0x7f0304ba
+com.example.revivemymemory:layout/abc_action_menu_item_layout = 0x7f0b0002
+com.example.revivemymemory:dimen/mtrl_navigation_rail_icon_margin = 0x7f060569
+com.example.revivemymemory:dimen/m3_timepicker_display_stroke_width = 0x7f0604b8
+com.example.revivemymemory:attr/windowFixedWidthMajor = 0x7f0304b7
+com.example.revivemymemory:macro/m3_comp_text_button_pressed_state_layer_color = 0x7f0c00be
+com.example.revivemymemory:drawable/m3_selection_control_ripple = 0x7f0700b8
+com.example.revivemymemory:attr/wavePhase = 0x7f0304af
+com.example.revivemymemory:style/Widget.Material3.Snackbar.FullWidth = 0x7f1103b5
+com.example.revivemymemory:attr/upDuration = 0x7f03049d
+com.example.revivemymemory:id/mtrl_card_checked_layer_id = 0x7f080136
+com.example.revivemymemory:attr/waveDecay = 0x7f0304ac
+com.example.revivemymemory:dimen/mtrl_slider_label_padding = 0x7f060580
+com.example.revivemymemory:dimen/_369sdp = 0x7f060146
+com.example.revivemymemory:attr/boxStrokeErrorColor = 0x7f030078
+com.example.revivemymemory:attr/warmth = 0x7f0304ab
+com.example.revivemymemory:style/TextAppearance.AppCompat.Body2 = 0x7f110189
+com.example.revivemymemory:dimen/m3_comp_assist_chip_with_icon_icon_size = 0x7f0603e4
+com.example.revivemymemory:attr/shapeAppearanceOverlay = 0x7f0303a1
+com.example.revivemymemory:layout/design_navigation_item = 0x7f0b0029
+com.example.revivemymemory:attr/visibilityMode = 0x7f0304a9
+com.example.revivemymemory:dimen/_282sdp = 0x7f0600dd
+com.example.revivemymemory:style/TextAppearance.MaterialComponents.Overline = 0x7f1101f7
+com.example.revivemymemory:dimen/mtrl_btn_text_btn_icon_padding = 0x7f060506
+com.example.revivemymemory:attr/viewTransitionOnNegativeCross = 0x7f0304a7
+com.example.revivemymemory:drawable/design_ic_visibility = 0x7f07008f
+com.example.revivemymemory:dimen/design_bottom_navigation_icon_size = 0x7f06035c
+com.example.revivemymemory:dimen/_318sdp = 0x7f060109
+com.example.revivemymemory:attr/viewTransitionOnCross = 0x7f0304a6
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Title = 0x7f11002d
+com.example.revivemymemory:dimen/_455sdp = 0x7f0601b0
+com.example.revivemymemory:anim/m3_side_sheet_slide_in = 0x7f010025
+com.example.revivemymemory:attr/viewInflaterClass = 0x7f0304a4
+com.example.revivemymemory:attr/verticalOffsetWithText = 0x7f0304a3
+com.example.revivemymemory:dimen/m3_btn_max_width = 0x7f0603c6
+com.example.revivemymemory:dimen/abc_action_bar_overflow_padding_start_material = 0x7f060300
+com.example.revivemymemory:styleable/FlowLayout = 0x7f120036
+com.example.revivemymemory:style/TextAppearance.MaterialComponents.Badge = 0x7f1101eb
+com.example.revivemymemory:dimen/_362sdp = 0x7f06013f
+com.example.revivemymemory:macro/m3_comp_switch_selected_focus_state_layer_color = 0x7f0c009a
+com.example.revivemymemory:color/m3_ref_palette_secondary50 = 0x7f050114
+com.example.revivemymemory:style/Base.Widget.MaterialComponents.Chip = 0x7f11010d
+com.example.revivemymemory:color/m3_ref_palette_tertiary40 = 0x7f050120
+com.example.revivemymemory:attr/verticalOffset = 0x7f0304a2
+com.example.revivemymemory:attr/tabIndicatorFullWidth = 0x7f0303fb
+com.example.revivemymemory:id/actionUp = 0x7f080033
+com.example.revivemymemory:color/accent_material_light = 0x7f05001a
+com.example.revivemymemory:dimen/mtrl_calendar_dialog_background_inset = 0x7f060517
+com.example.revivemymemory:dimen/mtrl_bottomappbar_fab_bottom_margin = 0x7f0604ee
+com.example.revivemymemory:attr/materialCalendarTheme = 0x7f0302d5
+com.example.revivemymemory:attr/buttonIcon = 0x7f030083
+com.example.revivemymemory:attr/useDrawerArrowDrawable = 0x7f03049f
+com.example.revivemymemory:attr/checkedIconEnabled = 0x7f0300a7
+com.example.revivemymemory:attr/useCompatPadding = 0x7f03049e
+com.example.revivemymemory:dimen/m3_comp_outlined_text_field_outline_width = 0x7f06041c
+com.example.revivemymemory:attr/badgeWithTextRadius = 0x7f030054
+com.example.revivemymemory:dimen/mtrl_switch_thumb_size = 0x7f060590
+com.example.revivemymemory:color/m3_timepicker_display_stroke_color = 0x7f0501a9
+com.example.revivemymemory:attr/triggerId = 0x7f030499
+com.example.revivemymemory:string/mtrl_picker_invalid_format = 0x7f100084
+com.example.revivemymemory:color/cardview_light_background = 0x7f05002b
+com.example.revivemymemory:drawable/m3_password_eye = 0x7f0700b5
+com.example.revivemymemory:attr/collapsingToolbarLayoutMediumSize = 0x7f0300e4
+com.example.revivemymemory:attr/iconGravity = 0x7f030206
+com.example.revivemymemory:attr/transitionShapeAppearance = 0x7f030498
+com.example.revivemymemory:style/Theme.Material3.DayNight.Dialog.Alert = 0x7f110226
+com.example.revivemymemory:color/m3_navigation_bar_item_with_indicator_icon_tint = 0x7f05008d
+com.example.revivemymemory:attr/transformPivotTarget = 0x7f030493
+com.example.revivemymemory:styleable/AppCompatSeekBar = 0x7f12000f
+com.example.revivemymemory:color/material_dynamic_secondary90 = 0x7f0501e6
+com.example.revivemymemory:attr/layout_insetEdge = 0x7f030288
+com.example.revivemymemory:attr/forceDefaultNavigationOnClickListener = 0x7f0301e7
+com.example.revivemymemory:attr/titleMargins = 0x7f030474
+com.example.revivemymemory:attr/trackThickness = 0x7f030490
+com.example.revivemymemory:color/m3_ref_palette_secondary10 = 0x7f05010f
+com.example.revivemymemory:attr/trackHeight = 0x7f03048f
+com.example.revivemymemory:attr/trackDecorationTintMode = 0x7f03048e
+com.example.revivemymemory:string/greetingMessage = 0x7f10003f
+com.example.revivemymemory:attr/actionModeCloseDrawable = 0x7f030015
+com.example.revivemymemory:style/Widget.Material3.CompoundButton.Switch = 0x7f110367
+com.example.revivemymemory:attr/dividerHorizontal = 0x7f03015e
+com.example.revivemymemory:dimen/material_emphasis_medium = 0x7f0604cf
+com.example.revivemymemory:attr/endIconScaleType = 0x7f030186
+com.example.revivemymemory:attr/textBackgroundRotate = 0x7f03043c
+com.example.revivemymemory:id/view_tree_lifecycle_owner = 0x7f08020f
+com.example.revivemymemory:attr/textAppearanceTitleSmall = 0x7f030438
+com.example.revivemymemory:attr/trackColorInactive = 0x7f03048a
+com.example.revivemymemory:attr/trackColor = 0x7f030488
+com.example.revivemymemory:string/birth_of_date = 0x7f100021
+com.example.revivemymemory:attr/dialogTheme = 0x7f03015a
+com.example.revivemymemory:attr/touchAnchorSide = 0x7f030485
+com.example.revivemymemory:dimen/m3_card_elevated_hovered_z = 0x7f0603d5
+com.example.revivemymemory:attr/chipSurfaceColor = 0x7f0300c2
+com.example.revivemymemory:attr/topInsetScrimEnabled = 0x7f030483
+com.example.revivemymemory:layout/ssp_example = 0x7f0b0070
+com.example.revivemymemory:attr/toolbarSurfaceStyle = 0x7f03047e
+com.example.revivemymemory:attr/layout_behavior = 0x7f03024d
+com.example.revivemymemory:layout/material_clock_display = 0x7f0b0038
+com.example.revivemymemory:drawable/abc_item_background_holo_light = 0x7f07004c
+com.example.revivemymemory:dimen/_413sdp = 0x7f06017e
+com.example.revivemymemory:attr/expandedTitleMarginBottom = 0x7f03019b
+com.example.revivemymemory:drawable/abc_ic_menu_copy_mtrl_am_alpha = 0x7f070043
+com.example.revivemymemory:color/cardview_dark_background = 0x7f05002a
+com.example.revivemymemory:attr/toolbarStyle = 0x7f03047d
+com.example.revivemymemory:attr/toolbarNavigationButtonStyle = 0x7f03047c
+com.example.revivemymemory:id/top = 0x7f0801f8
+com.example.revivemymemory:dimen/m3_small_fab_max_image_size = 0x7f060486
+com.example.revivemymemory:attr/paddingEnd = 0x7f03034a
+com.example.revivemymemory:attr/toolbarId = 0x7f03047b
+com.example.revivemymemory:dimen/m3_comp_extended_fab_primary_container_elevation = 0x7f0603ec
+com.example.revivemymemory:attr/toggleCheckedStateOnClick = 0x7f03047a
+com.example.revivemymemory:attr/borderRound = 0x7f030066
+com.example.revivemymemory:macro/m3_comp_switch_disabled_selected_track_color = 0x7f0c0093
+com.example.revivemymemory:integer/m3_sys_motion_duration_short2 = 0x7f09001b
+com.example.revivemymemory:attr/titlePositionInterpolator = 0x7f030475
+com.example.revivemymemory:dimen/_91ssp = 0x7f0602a9
+com.example.revivemymemory:attr/contentInsetEnd = 0x7f03011c
+com.example.revivemymemory:dimen/m3_comp_extended_fab_primary_focus_state_layer_opacity = 0x7f0603ef
+com.example.revivemymemory:macro/m3_comp_navigation_rail_label_text_type = 0x7f0c0037
+com.example.revivemymemory:id/accessibility_custom_action_2 = 0x7f08001d
+com.example.revivemymemory:attr/rangeFillColor = 0x7f030377
+com.example.revivemymemory:attr/titleMargin = 0x7f03046f
+com.example.revivemymemory:attr/titleCollapseMode = 0x7f03046d
+com.example.revivemymemory:attr/tintNavigationIcon = 0x7f03046a
+com.example.revivemymemory:id/mtrl_picker_text_input_range_start = 0x7f080141
+com.example.revivemymemory:color/design_default_color_on_error = 0x7f050040
+com.example.revivemymemory:attr/navigationViewStyle = 0x7f030339
+com.example.revivemymemory:attr/tickMarkTintMode = 0x7f030466
+com.example.revivemymemory:layout/sp_example = 0x7f0b006f
+com.example.revivemymemory:attr/tickColorActive = 0x7f030462
+com.example.revivemymemory:dimen/m3_ripple_default_alpha = 0x7f06046f
+com.example.revivemymemory:attr/tickColor = 0x7f030461
+com.example.revivemymemory:style/Base.Widget.AppCompat.PopupWindow = 0x7f1100e6
+com.example.revivemymemory:attr/transitionFlags = 0x7f030496
+com.example.revivemymemory:style/Widget.AppCompat.Light.SearchView = 0x7f110303
+com.example.revivemymemory:attr/bottomInsetScrimEnabled = 0x7f03006b
+com.example.revivemymemory:style/Widget.MaterialComponents.MaterialCalendar.HeaderSelection = 0x7f11040d
+com.example.revivemymemory:attr/layout_collapseMode = 0x7f03024e
+com.example.revivemymemory:color/m3_ref_palette_dynamic_tertiary80 = 0x7f0500d6
+com.example.revivemymemory:attr/startIconScaleType = 0x7f0303ce
+com.example.revivemymemory:attr/multiChoiceItemLayout = 0x7f030333
+com.example.revivemymemory:attr/windowFixedWidthMinor = 0x7f0304b8
+com.example.revivemymemory:attr/thumbTint = 0x7f03045f
+com.example.revivemymemory:id/enterAlways = 0x7f0800be
+com.example.revivemymemory:dimen/_39ssp = 0x7f06016c
+com.example.revivemymemory:style/Theme.Material3.Light.DialogWhenLarge = 0x7f110233
+com.example.revivemymemory:dimen/m3_comp_slider_disabled_inactive_track_opacity = 0x7f060436
+com.example.revivemymemory:dimen/_398sdp = 0x7f060169
+com.example.revivemymemory:id/titleDividerNoCustom = 0x7f0801f4
+com.example.revivemymemory:attr/materialCalendarYearNavigationButton = 0x7f0302d6
+com.example.revivemymemory:dimen/_567sdp = 0x7f060238
+com.example.revivemymemory:color/m3_ref_palette_dynamic_secondary95 = 0x7f0500cb
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Header.Text.Day = 0x7f1102c6
+com.example.revivemymemory:string/m3_sys_motion_easing_standard = 0x7f100050
+com.example.revivemymemory:attr/actionModeTheme = 0x7f03001f
+com.example.revivemymemory:attr/waveOffset = 0x7f0304ad
+com.example.revivemymemory:attr/flow_verticalGap = 0x7f0301d7
+com.example.revivemymemory:attr/defaultDuration = 0x7f030150
+com.example.revivemymemory:attr/colorControlActivated = 0x7f0300ec
+com.example.revivemymemory:attr/trackDecorationTint = 0x7f03048d
+com.example.revivemymemory:dimen/_minus26sdp = 0x7f0602cd
+com.example.revivemymemory:dimen/m3_comp_secondary_navigation_tab_active_indicator_height = 0x7f06042e
+com.example.revivemymemory:dimen/_402sdp = 0x7f060171
+com.example.revivemymemory:dimen/material_clock_display_padding = 0x7f0604bd
+com.example.revivemymemory:macro/m3_comp_secondary_navigation_tab_active_indicator_color = 0x7f0c007a
+com.example.revivemymemory:attr/thumbIcon = 0x7f030458
+com.example.revivemymemory:drawable/abc_list_divider_material = 0x7f07004d
+com.example.revivemymemory:attr/insetForeground = 0x7f03021c
+com.example.revivemymemory:attr/layout_constraintRight_toLeftOf = 0x7f03026e
+com.example.revivemymemory:attr/thumbColor = 0x7f030456
+com.example.revivemymemory:attr/enforceMaterialTheme = 0x7f030189
+com.example.revivemymemory:attr/textureHeight = 0x7f030452
+com.example.revivemymemory:attr/textureEffect = 0x7f030451
+com.example.revivemymemory:attr/textOutlineColor = 0x7f03044b
+com.example.revivemymemory:dimen/disabled_alpha_material_light = 0x7f060387
+com.example.revivemymemory:drawable/ic_keyboard_black_24dp = 0x7f0700a4
+com.example.revivemymemory:color/m3_textfield_stroke_color = 0x7f0501a2
+com.example.revivemymemory:dimen/m3_comp_search_view_docked_header_container_height = 0x7f06042c
+com.example.revivemymemory:attr/region_heightMoreThan = 0x7f030381
+com.example.revivemymemory:attr/textureBlurFactor = 0x7f030450
+com.example.revivemymemory:style/MaterialAlertDialog.MaterialComponents.Title.Icon = 0x7f11012c
+com.example.revivemymemory:string/mtrl_switch_track_path = 0x7f1000a4
+com.example.revivemymemory:dimen/_93ssp = 0x7f0602ad
+com.example.revivemymemory:macro/m3_comp_switch_unselected_focus_track_color = 0x7f0c00aa
+com.example.revivemymemory:dimen/_20ssp = 0x7f060086
+com.example.revivemymemory:attr/textOutlineThickness = 0x7f03044c
+com.example.revivemymemory:dimen/_439sdp = 0x7f06019c
+com.example.revivemymemory:attr/circularProgressIndicatorStyle = 0x7f0300c4
+com.example.revivemymemory:dimen/m3_sys_state_hover_state_layer_opacity = 0x7f0604b6
+com.example.revivemymemory:attr/textLocale = 0x7f03044a
+com.example.revivemymemory:id/overshoot = 0x7f08015e
+com.example.revivemymemory:color/design_dark_default_color_on_primary = 0x7f050034
+com.example.revivemymemory:style/Widget.AppCompat.Button.Borderless.Colored = 0x7f1102e2
+com.example.revivemymemory:color/ripple_material_dark = 0x7f050274
+com.example.revivemymemory:attr/fabAlignmentMode = 0x7f0301a9
+com.example.revivemymemory:attr/actionModeCopyDrawable = 0x7f030016
+com.example.revivemymemory:styleable/CompoundButton = 0x7f120026
+com.example.revivemymemory:attr/textInputOutlinedStyle = 0x7f030448
+com.example.revivemymemory:dimen/m3_comp_suggestion_chip_elevated_container_elevation = 0x7f060439
+com.example.revivemymemory:dimen/mtrl_card_checked_icon_size = 0x7f060536
+com.example.revivemymemory:attr/chipStrokeWidth = 0x7f0300c0
+com.example.revivemymemory:attr/carousel_forwardTransition = 0x7f030097
+com.example.revivemymemory:attr/textInputLayoutFocusedRectEnabled = 0x7f030445
+com.example.revivemymemory:attr/extendedFloatingActionButtonTertiaryStyle = 0x7f0301a7
+com.example.revivemymemory:id/unlabeled = 0x7f080207
+com.example.revivemymemory:attr/liftOnScroll = 0x7f030290
+com.example.revivemymemory:attr/textInputFilledStyle = 0x7f030444
+com.example.revivemymemory:attr/buttonIconTintMode = 0x7f030086
+com.example.revivemymemory:dimen/m3_navigation_item_horizontal_padding = 0x7f06045d
+com.example.revivemymemory:dimen/abc_text_size_caption_material = 0x7f06033a
+com.example.revivemymemory:attr/textEndPadding = 0x7f030440
+com.example.revivemymemory:attr/textColorSearchUrl = 0x7f03043f
+com.example.revivemymemory:styleable/LinearProgressIndicator = 0x7f12004b
+com.example.revivemymemory:style/Widget.MaterialComponents.TabLayout = 0x7f110429
+com.example.revivemymemory:attr/textColorAlertDialogListItem = 0x7f03043e
+com.example.revivemymemory:style/Base.Widget.Material3.TabLayout = 0x7f110108
+com.example.revivemymemory:attr/closeItemLayout = 0x7f0300db
+com.example.revivemymemory:attr/textAppearanceListItemSmall = 0x7f03042e
+com.example.revivemymemory:color/mtrl_error = 0x7f050243
+com.example.revivemymemory:attr/colorOnSecondary = 0x7f0300f9
+com.example.revivemymemory:dimen/_202sdp = 0x7f06007d
+com.example.revivemymemory:attr/materialSearchBarStyle = 0x7f0302e4
+com.example.revivemymemory:attr/textBackgroundPanX = 0x7f03043a
+com.example.revivemymemory:attr/percentX = 0x7f03035c
+com.example.revivemymemory:color/material_grey_800 = 0x7f0501fa
+com.example.revivemymemory:string/email_login = 0x7f100030
+com.example.revivemymemory:color/m3_sys_color_dynamic_dark_primary_container = 0x7f05015c
+com.example.revivemymemory:attr/circularflow_radiusInDP = 0x7f0300c8
+com.example.revivemymemory:attr/textBackground = 0x7f030439
+com.example.revivemymemory:attr/textAppearanceTitleLarge = 0x7f030436
+com.example.revivemymemory:attr/textAppearanceSubtitle1 = 0x7f030434
+com.example.revivemymemory:attr/layout_goneMarginStart = 0x7f030286
+com.example.revivemymemory:attr/textAppearanceSmallPopupMenu = 0x7f030433
+com.example.revivemymemory:style/Base.Widget.AppCompat.ListView.DropDown = 0x7f1100e2
+com.example.revivemymemory:animator/mtrl_extended_fab_change_size_expand_motion_spec = 0x7f020019
+com.example.revivemymemory:dimen/mtrl_alert_dialog_background_inset_end = 0x7f0604e1
+com.example.revivemymemory:attr/statusBarScrim = 0x7f0303dc
+com.example.revivemymemory:attr/tooltipFrameBackground = 0x7f030480
+com.example.revivemymemory:dimen/cardview_default_elevation = 0x7f06034b
+com.example.revivemymemory:anim/btn_checkbox_to_checked_icon_null_animation = 0x7f01000e
+com.example.revivemymemory:style/ThemeOverlay.Material3.BottomAppBar.Legacy = 0x7f110278
+com.example.revivemymemory:attr/textAppearanceSearchResultTitle = 0x7f030432
+com.example.revivemymemory:style/ThemeOverlay.Design.TextInputEditText = 0x7f11026f
+com.example.revivemymemory:style/Base.V14.Theme.MaterialComponents.Light.Dialog = 0x7f110092
+com.example.revivemymemory:color/m3_sys_color_dark_inverse_primary = 0x7f050135
+com.example.revivemymemory:attr/passwordToggleDrawable = 0x7f030354
+com.example.revivemymemory:string/material_timepicker_am = 0x7f100062
+com.example.revivemymemory:attr/maxCharacterCount = 0x7f0302ef
+com.example.revivemymemory:attr/textAppearancePopupMenuHeader = 0x7f030430
+com.example.revivemymemory:drawable/abc_list_pressed_holo_dark = 0x7f070051
+com.example.revivemymemory:attr/dividerInsetStart = 0x7f030160
+com.example.revivemymemory:attr/fastScrollVerticalTrackDrawable = 0x7f0301b6
+com.example.revivemymemory:attr/textAppearanceListItem = 0x7f03042c
+com.example.revivemymemory:attr/listPopupWindowStyle = 0x7f03029e
+com.example.revivemymemory:style/Widget.AppCompat.ActionBar.TabBar = 0x7f1102d7
+com.example.revivemymemory:drawable/mtrl_checkbox_button_icon_checked_unchecked = 0x7f0700cc
+com.example.revivemymemory:color/purple_200 = 0x7f050271
+com.example.revivemymemory:color/m3_ref_palette_dynamic_primary90 = 0x7f0500bd
+com.example.revivemymemory:dimen/_539sdp = 0x7f060216
+com.example.revivemymemory:color/design_dark_default_color_on_error = 0x7f050033
+com.example.revivemymemory:attr/quantizeMotionPhase = 0x7f030371
+com.example.revivemymemory:dimen/_minus9sdp = 0x7f0602f7
+com.example.revivemymemory:attr/textAppearanceDisplayMedium = 0x7f03041c
+com.example.revivemymemory:attr/textAppearanceLabelMedium = 0x7f030428
+com.example.revivemymemory:attr/navigationMode = 0x7f030337
+com.example.revivemymemory:color/m3_ref_palette_neutral_variant30 = 0x7f0500f8
+com.example.revivemymemory:id/action_bar_container = 0x7f080036
+com.example.revivemymemory:color/design_dark_default_color_surface = 0x7f05003c
+com.example.revivemymemory:attr/textAppearanceLabelLarge = 0x7f030427
+com.example.revivemymemory:attr/textAppearanceHeadline5 = 0x7f030422
+com.example.revivemymemory:attr/startIconMinSize = 0x7f0303cd
+com.example.revivemymemory:attr/round = 0x7f030388
+com.example.revivemymemory:attr/textAppearanceHeadline4 = 0x7f030421
+com.example.revivemymemory:style/TextAppearance.Material3.DisplayLarge = 0x7f1101db
+com.example.revivemymemory:attr/ratingBarStyleIndicator = 0x7f030379
+com.example.revivemymemory:dimen/abc_action_bar_subtitle_bottom_margin_material = 0x7f060303
+com.example.revivemymemory:dimen/mtrl_btn_focused_z = 0x7f0604f8
+com.example.revivemymemory:attr/colorOnContainerUnchecked = 0x7f0300f3
+com.example.revivemymemory:attr/barrierAllowsGoneWidgets = 0x7f030056
+com.example.revivemymemory:attr/tickVisible = 0x7f030467
+com.example.revivemymemory:color/m3_sys_color_dynamic_dark_on_primary = 0x7f050151
+com.example.revivemymemory:macro/m3_comp_switch_disabled_unselected_track_outline_color = 0x7f0c0097
+com.example.revivemymemory:color/m3_ref_palette_dynamic_neutral100 = 0x7f05009b
+com.example.revivemymemory:style/TextAppearance.Material3.ActionBar.Subtitle = 0x7f1101d6
+com.example.revivemymemory:dimen/_56sdp = 0x7f06023b
+com.example.revivemymemory:attr/titleMarginEnd = 0x7f030471
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Button = 0x7f110017
+com.example.revivemymemory:layout/m3_alert_dialog = 0x7f0b0032
+com.example.revivemymemory:id/search_plate = 0x7f080195
+com.example.revivemymemory:attr/textAppearanceDisplayLarge = 0x7f03041b
+com.example.revivemymemory:attr/endIconDrawable = 0x7f030183
+com.example.revivemymemory:attr/textAppearanceBodySmall = 0x7f030418
+com.example.revivemymemory:style/Widget.Material3.Slider = 0x7f1103b2
+com.example.revivemymemory:attr/textAppearanceBodyLarge = 0x7f030416
+com.example.revivemymemory:attr/startIconDrawable = 0x7f0303cc
+com.example.revivemymemory:dimen/m3_comp_outlined_autocomplete_menu_container_elevation = 0x7f060415
+com.example.revivemymemory:attr/textAppearanceBody1 = 0x7f030414
+com.example.revivemymemory:style/Widget.MaterialComponents.Button = 0x7f1103df
+com.example.revivemymemory:attr/telltales_velocityMode = 0x7f030412
+com.example.revivemymemory:color/design_dark_default_color_secondary_variant = 0x7f05003b
+com.example.revivemymemory:id/included = 0x7f0800f2
+com.example.revivemymemory:attr/activityChooserViewStyle = 0x7f030026
+com.example.revivemymemory:style/Widget.AppCompat.Light.ActionBar.TabText.Inverse = 0x7f1102f5
+com.example.revivemymemory:dimen/_175sdp = 0x7f06005a
+com.example.revivemymemory:attr/tabUnboundedRipple = 0x7f03040e
+com.example.revivemymemory:dimen/m3_sys_motion_easing_emphasized_accelerate_control_x2 = 0x7f060491
+com.example.revivemymemory:style/Platform.ThemeOverlay.AppCompat.Light = 0x7f11013a
+com.example.revivemymemory:attr/colorBackgroundFloating = 0x7f0300e9
+com.example.revivemymemory:attr/tabStyle = 0x7f03040b
+com.example.revivemymemory:attr/textPanX = 0x7f03044d
+com.example.revivemymemory:color/notification_icon_bg_color = 0x7f050268
+com.example.revivemymemory:styleable/MaterialCheckBox = 0x7f120056
+com.example.revivemymemory:id/navigation_bar_item_icon_container = 0x7f080146
+com.example.revivemymemory:attr/tabSelectedTextAppearance = 0x7f030409
+com.example.revivemymemory:attr/tabSecondaryStyle = 0x7f030408
+com.example.revivemymemory:anim/design_snackbar_out = 0x7f01001b
+com.example.revivemymemory:attr/errorIconDrawable = 0x7f030190
+com.example.revivemymemory:style/Widget.MaterialComponents.MaterialCalendar.DayTextView = 0x7f110406
+com.example.revivemymemory:color/bright_foreground_material_dark = 0x7f050026
+com.example.revivemymemory:style/TextAppearance.MaterialComponents.Headline1 = 0x7f1101f1
+com.example.revivemymemory:attr/tabRippleColor = 0x7f030407
+com.example.revivemymemory:dimen/m3_btn_elevation = 0x7f0603be
+com.example.revivemymemory:attr/tabPaddingStart = 0x7f030405
+com.example.revivemymemory:attr/tabPadding = 0x7f030402
+com.example.revivemymemory:style/Animation.Material3.SideSheetDialog = 0x7f110007
+com.example.revivemymemory:attr/tabMinWidth = 0x7f030400
+com.example.revivemymemory:attr/suffixTextAppearance = 0x7f0303eb
+com.example.revivemymemory:dimen/_minus40sdp = 0x7f0602dd
+com.example.revivemymemory:attr/motionEasingEmphasizedInterpolator = 0x7f03031b
+com.example.revivemymemory:dimen/material_clock_hand_stroke_width = 0x7f0604c2
+com.example.revivemymemory:integer/mtrl_view_gone = 0x7f090037
+com.example.revivemymemory:id/ALT = 0x7f080000
+com.example.revivemymemory:dimen/mtrl_snackbar_message_margin_horizontal = 0x7f06058c
+com.example.revivemymemory:color/material_dynamic_secondary70 = 0x7f0501e4
+com.example.revivemymemory:id/compress = 0x7f080081
+com.example.revivemymemory:color/m3_chip_text_color = 0x7f050072
+com.example.revivemymemory:attr/textAppearanceHeadlineLarge = 0x7f030424
+com.example.revivemymemory:styleable/MenuItem = 0x7f120061
+com.example.revivemymemory:dimen/abc_control_inset_material = 0x7f060311
+com.example.revivemymemory:dimen/m3_card_dragged_z = 0x7f0603d2
+com.example.revivemymemory:style/Base.V24.Theme.Material3.Light = 0x7f1100ad
+com.example.revivemymemory:dimen/_393sdp = 0x7f060164
+com.example.revivemymemory:attr/cornerFamilyTopLeft = 0x7f030131
+com.example.revivemymemory:attr/tabBackground = 0x7f0303f2
+com.example.revivemymemory:dimen/m3_comp_fab_primary_small_container_height = 0x7f0603ff
+com.example.revivemymemory:color/material_timepicker_clockface = 0x7f05022e
+com.example.revivemymemory:string/error_a11y_label = 0x7f100036
+com.example.revivemymemory:color/design_dark_default_color_on_background = 0x7f050032
+com.example.revivemymemory:drawable/mtrl_ic_arrow_drop_down = 0x7f0700d4
+com.example.revivemymemory:attr/switchMinWidth = 0x7f0303ee
+com.example.revivemymemory:attr/suggestionRowLayout = 0x7f0303ed
+com.example.revivemymemory:id/scroll = 0x7f080188
+com.example.revivemymemory:drawable/mtrl_switch_track = 0x7f0700e9
+com.example.revivemymemory:attr/showTitle = 0x7f0303ad
+com.example.revivemymemory:id/mtrl_calendar_days_of_week = 0x7f08012f
+com.example.revivemymemory:attr/suffixTextColor = 0x7f0303ec
+com.example.revivemymemory:integer/m3_sys_motion_duration_short3 = 0x7f09001c
+com.example.revivemymemory:attr/materialCalendarHeaderDivider = 0x7f0302cd
+com.example.revivemymemory:attr/subtitle = 0x7f0303e5
+com.example.revivemymemory:attr/layout_scrollFlags = 0x7f03028d
+com.example.revivemymemory:attr/subheaderInsetStart = 0x7f0303e2
+com.example.revivemymemory:attr/textAppearanceSearchResultSubtitle = 0x7f030431
+com.example.revivemymemory:attr/deriveConstraintsFrom = 0x7f030157
+com.example.revivemymemory:attr/radioButtonStyle = 0x7f030376
+com.example.revivemymemory:color/button_material_dark = 0x7f050028
+com.example.revivemymemory:color/m3_highlighted_text = 0x7f05008a
+com.example.revivemymemory:attr/textInputStyle = 0x7f030449
+com.example.revivemymemory:style/TextAppearance.Design.Placeholder = 0x7f1101c2
+com.example.revivemymemory:string/abc_shareactionprovider_share_with_application = 0x7f10001a
+com.example.revivemymemory:attr/subMenuArrow = 0x7f0303df
+com.example.revivemymemory:color/m3_sys_color_dynamic_dark_secondary = 0x7f05015d
+com.example.revivemymemory:style/ThemeOverlay.Material3.MaterialCalendar.HeaderCancelButton = 0x7f11029e
+com.example.revivemymemory:attr/chipIconVisible = 0x7f0300b7
+com.example.revivemymemory:attr/statusBarForeground = 0x7f0303db
+com.example.revivemymemory:id/email = 0x7f0800b8
+com.example.revivemymemory:dimen/m3_navigation_item_shape_inset_start = 0x7f060461
+com.example.revivemymemory:attr/statusBarBackground = 0x7f0303da
+com.example.revivemymemory:styleable/ForegroundLinearLayout = 0x7f120039
+com.example.revivemymemory:attr/guidelineUseRtl = 0x7f0301ed
+com.example.revivemymemory:style/ShapeAppearanceOverlay.MaterialComponents.MaterialCalendar.Year = 0x7f110184
+com.example.revivemymemory:dimen/_415sdp = 0x7f060180
+com.example.revivemymemory:color/m3_ref_palette_dynamic_primary95 = 0x7f0500be
+com.example.revivemymemory:dimen/_34ssp = 0x7f060130
+com.example.revivemymemory:attr/collapsingToolbarLayoutLargeStyle = 0x7f0300e3
+com.example.revivemymemory:dimen/_131sdp = 0x7f060026
+com.example.revivemymemory:attr/trackColorActive = 0x7f030489
+com.example.revivemymemory:attr/placeholderText = 0x7f030360
+com.example.revivemymemory:attr/animateCircleAngleTo = 0x7f030030
+com.example.revivemymemory:dimen/m3_btn_padding_right = 0x7f0603c9
+com.example.revivemymemory:attr/transitionDisable = 0x7f030494
+com.example.revivemymemory:attr/state_lifted = 0x7f0303d8
+com.example.revivemymemory:dimen/abc_dialog_min_width_minor = 0x7f06031b
+com.example.revivemymemory:attr/shapeAppearanceSmallComponent = 0x7f0303a2
+com.example.revivemymemory:style/Base.Theme.MaterialComponents.Light.Dialog.Alert = 0x7f11006d
+com.example.revivemymemory:anim/linear_indeterminate_line2_head_interpolator = 0x7f01001f
+com.example.revivemymemory:attr/state_error = 0x7f0303d5
+com.example.revivemymemory:attr/state_dragged = 0x7f0303d4
+com.example.revivemymemory:color/m3_sys_color_dynamic_light_on_tertiary_container = 0x7f05016f
+com.example.revivemymemory:dimen/_594sdp = 0x7f060259
+com.example.revivemymemory:attr/state_above_anchor = 0x7f0303d1
+com.example.revivemymemory:style/TextAppearance.Compat.Notification.Title = 0x7f1101bb
+com.example.revivemymemory:attr/track = 0x7f030487
+com.example.revivemymemory:dimen/_336sdp = 0x7f06011f
+com.example.revivemymemory:attr/startIconTintMode = 0x7f0303d0
+com.example.revivemymemory:dimen/mtrl_extended_fab_icon_size = 0x7f060546
+com.example.revivemymemory:attr/startIconContentDescription = 0x7f0303cb
+com.example.revivemymemory:dimen/_85ssp = 0x7f06029b
+com.example.revivemymemory:attr/contentPaddingBottom = 0x7f030123
+com.example.revivemymemory:attr/textStartPadding = 0x7f03044f
+com.example.revivemymemory:anim/design_bottom_sheet_slide_out = 0x7f010019
+com.example.revivemymemory:attr/motionDurationMedium3 = 0x7f030310
+com.example.revivemymemory:attr/submitBackground = 0x7f0303e4
+com.example.revivemymemory:dimen/mtrl_extended_fab_elevation = 0x7f060543
+com.example.revivemymemory:attr/motionEasingEmphasized = 0x7f030318
+com.example.revivemymemory:dimen/design_tab_scrollable_min_width = 0x7f060382
+com.example.revivemymemory:attr/springStiffness = 0x7f0303c5
+com.example.revivemymemory:macro/m3_comp_switch_selected_handle_color = 0x7f0c009c
+com.example.revivemymemory:attr/fabCradleVerticalOffset = 0x7f0301af
+com.example.revivemymemory:dimen/_564sdp = 0x7f060235
+com.example.revivemymemory:dimen/mtrl_calendar_navigation_bottom_padding = 0x7f060525
+com.example.revivemymemory:color/m3_ref_palette_neutral50 = 0x7f0500ed
+com.example.revivemymemory:anim/btn_checkbox_to_checked_box_outer_merged_animation = 0x7f01000d
+com.example.revivemymemory:dimen/abc_seekbar_track_background_height_material = 0x7f060330
+com.example.revivemymemory:attr/actionButtonStyle = 0x7f03000d
+com.example.revivemymemory:attr/snackbarTextViewStyle = 0x7f0303bc
+com.example.revivemymemory:id/view_offset_helper = 0x7f08020d
+com.example.revivemymemory:attr/snackbarStyle = 0x7f0303bb
+com.example.revivemymemory:attr/sizePercent = 0x7f0303b8
+com.example.revivemymemory:dimen/m3_alert_dialog_action_top_padding = 0x7f060396
+com.example.revivemymemory:attr/tickColorInactive = 0x7f030463
+com.example.revivemymemory:color/material_personalized_color_error = 0x7f05020c
+com.example.revivemymemory:attr/singleLine = 0x7f0303b6
+com.example.revivemymemory:attr/colorOnSecondaryContainer = 0x7f0300fa
+com.example.revivemymemory:attr/singleChoiceItemLayout = 0x7f0303b5
+com.example.revivemymemory:attr/colorTertiaryContainer = 0x7f030110
+com.example.revivemymemory:attr/simpleItems = 0x7f0303b4
+com.example.revivemymemory:layout/design_navigation_menu_item = 0x7f0b002e
+com.example.revivemymemory:dimen/_428sdp = 0x7f06018f
+com.example.revivemymemory:color/m3_ref_palette_neutral20 = 0x7f0500ea
+com.example.revivemymemory:dimen/_563sdp = 0x7f060234
+com.example.revivemymemory:style/SubTitle = 0x7f110186
+com.example.revivemymemory:attr/simpleItemLayout = 0x7f0303b1
+com.example.revivemymemory:style/ThemeOverlay.Material3.Chip = 0x7f110282
+com.example.revivemymemory:id/fitToContents = 0x7f0800cc
+com.example.revivemymemory:drawable/$mtrl_switch_thumb_pressed_checked__0 = 0x7f070024
+com.example.revivemymemory:dimen/_570sdp = 0x7f06023d
+com.example.revivemymemory:attr/shrinkMotionSpec = 0x7f0303ae
+com.example.revivemymemory:dimen/_466sdp = 0x7f0601bd
+com.example.revivemymemory:animator/mtrl_fab_hide_motion_spec = 0x7f02001d
+com.example.revivemymemory:attr/showText = 0x7f0303ac
+com.example.revivemymemory:attr/showMotionSpec = 0x7f0303aa
+com.example.revivemymemory:dimen/m3_fab_translation_z_hovered_focused = 0x7f060457
+com.example.revivemymemory:color/material_personalized_color_background = 0x7f05020b
+com.example.revivemymemory:attr/showDividers = 0x7f0303a9
+com.example.revivemymemory:dimen/_23sdp = 0x7f0600a9
+com.example.revivemymemory:color/material_dynamic_neutral_variant30 = 0x7f0501c6
+com.example.revivemymemory:attr/ifTagSet = 0x7f03020e
+com.example.revivemymemory:style/ThemeOverlay.AppCompat.DayNight = 0x7f11026a
+com.example.revivemymemory:attr/showAnimationBehavior = 0x7f0303a6
+com.example.revivemymemory:dimen/m3_comp_text_button_hover_state_layer_opacity = 0x7f06044b
+com.example.revivemymemory:attr/shouldRemoveExpandedCorners = 0x7f0303a5
+com.example.revivemymemory:styleable/CircleImageView = 0x7f12001f
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.TextInputEditText.FilledBox.Dense = 0x7f1102cc
+com.example.revivemymemory:attr/shortcutMatchRequired = 0x7f0303a4
+com.example.revivemymemory:id/onAttachStateChangeListener = 0x7f080159
+com.example.revivemymemory:dimen/_95ssp = 0x7f0602b1
+com.example.revivemymemory:style/ThemeOverlay.Material3.NavigationView = 0x7f1102a1
+com.example.revivemymemory:attr/shapeCornerFamily = 0x7f0303a3
+com.example.revivemymemory:dimen/abc_action_bar_stacked_max_height = 0x7f060301
+com.example.revivemymemory:attr/shapeAppearanceMediumComponent = 0x7f0303a0
+com.example.revivemymemory:integer/mtrl_btn_anim_delay_ms = 0x7f090026
+com.example.revivemymemory:anim/m3_motion_fade_exit = 0x7f010024
+com.example.revivemymemory:attr/shapeAppearanceCornerSmall = 0x7f03039e
+com.example.revivemymemory:dimen/_135sdp = 0x7f06002a
+com.example.revivemymemory:style/TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse = 0x7f1101ac
+com.example.revivemymemory:attr/shapeAppearanceCornerMedium = 0x7f03039d
+com.example.revivemymemory:style/Platform.AppCompat = 0x7f110132
+com.example.revivemymemory:attr/springMass = 0x7f0303c4
+com.example.revivemymemory:dimen/_31ssp = 0x7f06010c
+com.example.revivemymemory:color/material_dynamic_neutral40 = 0x7f0501ba
+com.example.revivemymemory:attr/windowActionModeOverlay = 0x7f0304b4
+com.example.revivemymemory:dimen/mtrl_extended_fab_disabled_translation_z = 0x7f060542
+com.example.revivemymemory:attr/tabMode = 0x7f030401
+com.example.revivemymemory:style/Theme.AppCompat.Dialog.MinWidth = 0x7f11020a
+com.example.revivemymemory:macro/m3_comp_primary_navigation_tab_inactive_focus_state_layer_color = 0x7f0c005c
+com.example.revivemymemory:color/mtrl_navigation_bar_colored_ripple_color = 0x7f05024c
+com.example.revivemymemory:attr/customColorDrawableValue = 0x7f030143
+com.example.revivemymemory:styleable/FragmentContainerView = 0x7f12003b
+com.example.revivemymemory:style/Widget.MaterialComponents.BottomNavigationView.Colored = 0x7f1103db
+com.example.revivemymemory:attr/bottomNavigationStyle = 0x7f03006c
+com.example.revivemymemory:attr/horizontalOffset = 0x7f030201
+com.example.revivemymemory:attr/selectorSize = 0x7f030397
+com.example.revivemymemory:attr/subtitleTextStyle = 0x7f0303e9
+com.example.revivemymemory:color/m3_ref_palette_dynamic_primary80 = 0x7f0500bc
+com.example.revivemymemory:interpolator/m3_sys_motion_easing_emphasized_decelerate = 0x7f0a0009
+com.example.revivemymemory:id/parentPanel = 0x7f080162
+com.example.revivemymemory:dimen/abc_seekbar_track_progress_height_material = 0x7f060331
+com.example.revivemymemory:id/send = 0x7f0801a8
+com.example.revivemymemory:attr/selectionRequired = 0x7f030396
+com.example.revivemymemory:style/TextAppearance.AppCompat.SearchResult.Title = 0x7f11019c
+com.example.revivemymemory:style/Base.ThemeOverlay.AppCompat.ActionBar = 0x7f110073
+com.example.revivemymemory:dimen/_minus21sdp = 0x7f0602c8
+com.example.revivemymemory:dimen/m3_slider_inactive_track_height = 0x7f060484
+com.example.revivemymemory:dimen/design_snackbar_action_text_color_alpha = 0x7f060377
+com.example.revivemymemory:attr/contentInsetEndWithActions = 0x7f03011d
+com.example.revivemymemory:attr/selectableItemBackground = 0x7f030394
+com.example.revivemymemory:attr/compatShadowEnabled = 0x7f030112
+com.example.revivemymemory:attr/lottie_scale = 0x7f0302b8
+com.example.revivemymemory:style/Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f110257
+com.example.revivemymemory:dimen/m3_btn_text_btn_padding_left = 0x7f0603ce
+com.example.revivemymemory:attr/reactiveGuide_applyToAllConstraintSets = 0x7f03037c
+com.example.revivemymemory:color/abc_decor_view_status_guard = 0x7f050005
+com.example.revivemymemory:styleable/RecycleListView = 0x7f120076
+com.example.revivemymemory:color/m3_ref_palette_secondary100 = 0x7f050110
+com.example.revivemymemory:dimen/_300sdp = 0x7f0600f5
+com.example.revivemymemory:style/Theme.AppCompat.NoActionBar = 0x7f110214
+com.example.revivemymemory:attr/searchViewStyle = 0x7f030392
+com.example.revivemymemory:color/material_dynamic_tertiary10 = 0x7f0501ea
+com.example.revivemymemory:attr/civ_border_width = 0x7f0300cc
+com.example.revivemymemory:attr/tabPaddingTop = 0x7f030406
+com.example.revivemymemory:macro/m3_comp_primary_navigation_tab_active_focus_state_layer_color = 0x7f0c0056
+com.example.revivemymemory:dimen/_1ssp = 0x7f06007a
+com.example.revivemymemory:color/teal_200 = 0x7f050280
+com.example.revivemymemory:attr/scrimAnimationDuration = 0x7f03038c
+com.example.revivemymemory:style/Widget.MaterialComponents.Chip.Filter = 0x7f1103f0
+com.example.revivemymemory:style/ThemeOverlay.Material3.BottomSheetDialog = 0x7f110279
+com.example.revivemymemory:style/Base.TextAppearance.MaterialComponents.Button = 0x7f110043
+com.example.revivemymemory:color/design_snackbar_background_color = 0x7f050053
+com.example.revivemymemory:attr/lineSpacing = 0x7f030295
+com.example.revivemymemory:attr/rotationCenterId = 0x7f030387
+com.example.revivemymemory:styleable/SwitchCompat = 0x7f120087
+com.example.revivemymemory:style/Base.V14.Theme.MaterialComponents.Dialog.Bridge = 0x7f11008e
+com.example.revivemymemory:attr/reverseLayout = 0x7f030385
+com.example.revivemymemory:dimen/abc_text_size_display_4_material = 0x7f06033e
+com.example.revivemymemory:attr/removeEmbeddedFabElevation = 0x7f030384
+com.example.revivemymemory:id/graph = 0x7f0800de
+com.example.revivemymemory:attr/region_widthMoreThan = 0x7f030383
+com.example.revivemymemory:macro/m3_comp_search_bar_input_text_color = 0x7f0c0068
+com.example.revivemymemory:attr/tintMode = 0x7f030469
+com.example.revivemymemory:id/material_timepicker_mode_button = 0x7f08011e
+com.example.revivemymemory:attr/region_heightLessThan = 0x7f030380
+com.example.revivemymemory:dimen/hint_alpha_material_light = 0x7f06038f
+com.example.revivemymemory:attr/recyclerViewStyle = 0x7f03037f
+com.example.revivemymemory:dimen/m3_appbar_scrim_height_trigger_medium = 0x7f0603a0
+com.example.revivemymemory:dimen/_21ssp = 0x7f060092
+com.example.revivemymemory:attr/windowFixedHeightMajor = 0x7f0304b5
+com.example.revivemymemory:dimen/abc_action_bar_icon_vertical_padding_material = 0x7f0602fe
+com.example.revivemymemory:style/Widget.Material3.Button.IconButton = 0x7f11033f
+com.example.revivemymemory:attr/reactiveGuide_applyToConstraintSet = 0x7f03037d
+com.example.revivemymemory:styleable/ViewTransition = 0x7f120099
+com.example.revivemymemory:attr/colorOnContainer = 0x7f0300f2
+com.example.revivemymemory:attr/layout_constraintTop_toBottomOf = 0x7f030274
+com.example.revivemymemory:color/m3_slider_halo_color = 0x7f05012c
+com.example.revivemymemory:id/imageView = 0x7f0800f0
+com.example.revivemymemory:color/m3_ref_palette_dynamic_neutral_variant70 = 0x7f0500ae
+com.example.revivemymemory:attr/queryPatterns = 0x7f030375
+com.example.revivemymemory:dimen/m3_comp_extended_fab_primary_icon_size = 0x7f0603f2
+com.example.revivemymemory:color/m3_ref_palette_secondary70 = 0x7f050116
+com.example.revivemymemory:attr/floatingActionButtonSecondaryStyle = 0x7f0301be
+com.example.revivemymemory:dimen/_7sdp = 0x7f06028e
+com.example.revivemymemory:color/m3_sys_color_dark_surface = 0x7f050148
+com.example.revivemymemory:attr/pressedTranslationZ = 0x7f03036d
+com.example.revivemymemory:style/Base.MaterialAlertDialog.MaterialComponents.Title.Icon = 0x7f110011
+com.example.revivemymemory:attr/itemRippleColor = 0x7f03022e
+com.example.revivemymemory:animator/mtrl_chip_state_list_anim = 0x7f020017
+com.example.revivemymemory:attr/dragDirection = 0x7f030164
+com.example.revivemymemory:attr/preserveIconSpacing = 0x7f03036c
+com.example.revivemymemory:style/TextAppearance.AppCompat.Display4 = 0x7f11018f
+com.example.revivemymemory:color/m3_ref_palette_secondary90 = 0x7f050118
+com.example.revivemymemory:attr/constraintRotate = 0x7f030113
+com.example.revivemymemory:attr/prefixTextColor = 0x7f03036b
+com.example.revivemymemory:drawable/ic_launcher_foreground = 0x7f0700a6
+com.example.revivemymemory:attr/prefixTextAppearance = 0x7f03036a
+com.example.revivemymemory:attr/polarRelativeTo = 0x7f030364
+com.example.revivemymemory:attr/layout_keyline = 0x7f030289
+com.example.revivemymemory:attr/placeholderTextColor = 0x7f030362
+com.example.revivemymemory:id/notification_background = 0x7f080154
+com.example.revivemymemory:attr/placeholderTextAppearance = 0x7f030361
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.Dark.ActionBar = 0x7f1102ba
+com.example.revivemymemory:attr/pivotAnchor = 0x7f03035f
+com.example.revivemymemory:attr/counterEnabled = 0x7f030139
+com.example.revivemymemory:attr/perpendicularPath_percent = 0x7f03035e
+com.example.revivemymemory:attr/percentY = 0x7f03035d
+com.example.revivemymemory:attr/sliderStyle = 0x7f0303b9
+com.example.revivemymemory:style/Base.Widget.AppCompat.Button.ButtonBar.AlertDialog = 0x7f1100ca
+com.example.revivemymemory:dimen/m3_extended_fab_top_padding = 0x7f060454
+com.example.revivemymemory:dimen/mtrl_navigation_item_icon_size = 0x7f060562
+com.example.revivemymemory:attr/path_percent = 0x7f030359
+com.example.revivemymemory:style/Widget.Material3.MaterialTimePicker.Display.HelperText = 0x7f11039e
+com.example.revivemymemory:style/CustomDatePickerDialog = 0x7f11011d
+com.example.revivemymemory:style/Base.V21.Theme.MaterialComponents.Light = 0x7f1100a1
+com.example.revivemymemory:color/m3_navigation_item_background_color = 0x7f050090
+com.example.revivemymemory:attr/fabAnchorMode = 0x7f0301ab
+com.example.revivemymemory:dimen/_216sdp = 0x7f06008d
+com.example.revivemymemory:dimen/mtrl_calendar_text_input_padding_top = 0x7f06052d
+com.example.revivemymemory:attr/passwordToggleTintMode = 0x7f030357
+com.example.revivemymemory:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Surface = 0x7f11036b
+com.example.revivemymemory:dimen/m3_comp_input_chip_unselected_outline_width = 0x7f06040c
+com.example.revivemymemory:dimen/design_navigation_icon_padding = 0x7f06036e
+com.example.revivemymemory:styleable/MaterialCalendar = 0x7f120053
+com.example.revivemymemory:attr/panelMenuListWidth = 0x7f030352
+com.example.revivemymemory:dimen/_minus44sdp = 0x7f0602e1
+com.example.revivemymemory:attr/drawableTintMode = 0x7f03016f
+com.example.revivemymemory:attr/panelBackground = 0x7f030350
+com.example.revivemymemory:drawable/abc_scrubber_control_off_mtrl_alpha = 0x7f07005e
+com.example.revivemymemory:attr/trackTintMode = 0x7f030492
+com.example.revivemymemory:attr/layout_constraintVertical_bias = 0x7f030276
+com.example.revivemymemory:string/abc_capital_on = 0x7f100008
+com.example.revivemymemory:attr/paddingTopSystemWindowInsets = 0x7f03034f
+com.example.revivemymemory:dimen/_186sdp = 0x7f060067
+com.example.revivemymemory:attr/viewTransitionOnPositiveCross = 0x7f0304a8
+com.example.revivemymemory:style/Theme.MaterialComponents.DayNight.Dialog.MinWidth = 0x7f110245
+com.example.revivemymemory:attr/paddingTopNoTitle = 0x7f03034e
+com.example.revivemymemory:dimen/_136sdp = 0x7f06002b
+com.example.revivemymemory:attr/paddingRightSystemWindowInsets = 0x7f03034c
+com.example.revivemymemory:string/abc_menu_shift_shortcut_label = 0x7f10000f
+com.example.revivemymemory:dimen/_87ssp = 0x7f06029f
+com.example.revivemymemory:attr/paddingLeftSystemWindowInsets = 0x7f03034b
+com.example.revivemymemory:attr/paddingBottomNoButtons = 0x7f030348
+com.example.revivemymemory:dimen/m3_comp_fab_primary_hover_state_layer_opacity = 0x7f0603f9
+com.example.revivemymemory:id/TOP_START = 0x7f08000e
+com.example.revivemymemory:attr/simpleItemSelectedColor = 0x7f0303b2
+com.example.revivemymemory:attr/onStateTransition = 0x7f030344
+com.example.revivemymemory:dimen/design_bottom_sheet_elevation = 0x7f060363
+com.example.revivemymemory:attr/onPositiveCross = 0x7f030342
+com.example.revivemymemory:dimen/_419sdp = 0x7f060184
+com.example.revivemymemory:attr/number = 0x7f03033d
+com.example.revivemymemory:id/shortcut = 0x7f0801ab
+com.example.revivemymemory:attr/boxCornerRadiusBottomStart = 0x7f030074
+com.example.revivemymemory:attr/expandedTitleTextAppearance = 0x7f03019f
+com.example.revivemymemory:dimen/m3_sys_motion_easing_standard_control_x1 = 0x7f0604ac
+com.example.revivemymemory:attr/nestedScrollFlags = 0x7f03033a
+com.example.revivemymemory:attr/logoScaleType = 0x7f0302a9
+com.example.revivemymemory:color/design_bottom_navigation_shadow_color = 0x7f05002e
+com.example.revivemymemory:attr/textInputOutlinedExposedDropdownMenuStyle = 0x7f030447
+com.example.revivemymemory:dimen/_minus1sdp = 0x7f0602c6
+com.example.revivemymemory:attr/layout_constraintWidth = 0x7f030279
+com.example.revivemymemory:dimen/material_font_1_3_box_collapsed_padding_top = 0x7f0604d4
+com.example.revivemymemory:style/TextAppearance.Material3.ActionBar.Title = 0x7f1101d7
+com.example.revivemymemory:macro/m3_comp_navigation_rail_container_color = 0x7f0c0036
+com.example.revivemymemory:attr/colorOnPrimarySurface = 0x7f0300f8
+com.example.revivemymemory:attr/navigationIcon = 0x7f030335
+com.example.revivemymemory:dimen/abc_floating_window_z = 0x7f060327
+com.example.revivemymemory:color/material_dynamic_primary100 = 0x7f0501d1
+com.example.revivemymemory:attr/moveWhenScrollAtTop = 0x7f030332
+com.example.revivemymemory:animator/design_appbar_state_list_animator = 0x7f020000
+com.example.revivemymemory:dimen/_66ssp = 0x7f060271
+com.example.revivemymemory:string/mtrl_picker_toggle_to_day_selection = 0x7f10009a
+com.example.revivemymemory:attr/motion_triggerOnCollision = 0x7f030331
+com.example.revivemymemory:color/m3_ref_palette_dynamic_neutral30 = 0x7f05009d
+com.example.revivemymemory:dimen/mtrl_navigation_rail_margin = 0x7f06056b
+com.example.revivemymemory:attr/motion_postLayoutCollision = 0x7f030330
+com.example.revivemymemory:attr/quantizeMotionSteps = 0x7f030372
+com.example.revivemymemory:id/honorRequest = 0x7f0800e8
+com.example.revivemymemory:dimen/_459sdp = 0x7f0601b4
+com.example.revivemymemory:attr/motionTarget = 0x7f03032f
+com.example.revivemymemory:attr/itemTextAppearanceActive = 0x7f03023a
+com.example.revivemymemory:string/mtrl_picker_cancel = 0x7f10007d
+com.example.revivemymemory:string/abc_menu_delete_shortcut_label = 0x7f10000b
+com.example.revivemymemory:layout/design_navigation_menu = 0x7f0b002d
+com.example.revivemymemory:attr/motionPathRotate = 0x7f03032c
+com.example.revivemymemory:attr/textAppearanceButton = 0x7f030419
+com.example.revivemymemory:dimen/_196sdp = 0x7f060073
+com.example.revivemymemory:dimen/m3_comp_input_chip_with_avatar_avatar_size = 0x7f06040d
+com.example.revivemymemory:drawable/mtrl_checkbox_button_icon_indeterminate_checked = 0x7f0700cd
+com.example.revivemymemory:dimen/mtrl_navigation_rail_default_width = 0x7f060567
+com.example.revivemymemory:attr/lottie_colorFilter = 0x7f0302ad
+com.example.revivemymemory:attr/initialActivityCount = 0x7f03021b
+com.example.revivemymemory:attr/animateNavigationIcon = 0x7f030032
+com.example.revivemymemory:color/material_personalized_color_on_secondary = 0x7f050213
+com.example.revivemymemory:string/mtrl_picker_range_header_title = 0x7f10008e
+com.example.revivemymemory:color/switch_thumb_normal_material_light = 0x7f05027f
+com.example.revivemymemory:attr/motionEffect_strict = 0x7f030326
+com.example.revivemymemory:attr/motionEffect_start = 0x7f030325
+com.example.revivemymemory:color/m3_ref_palette_dynamic_primary10 = 0x7f0500b4
+com.example.revivemymemory:dimen/_35ssp = 0x7f06013c
+com.example.revivemymemory:color/m3_dynamic_highlighted_text = 0x7f050081
+com.example.revivemymemory:color/m3_ref_palette_neutral99 = 0x7f0500f3
+com.example.revivemymemory:attr/motionEffect_move = 0x7f030324
+com.example.revivemymemory:attr/motionEffect_alpha = 0x7f030322
+com.example.revivemymemory:attr/motionEasingStandardInterpolator = 0x7f030321
+com.example.revivemymemory:attr/chipStartPadding = 0x7f0300be
+com.example.revivemymemory:id/contiguous = 0x7f080087
+com.example.revivemymemory:color/m3_sys_color_dynamic_light_on_tertiary = 0x7f05016e
+com.example.revivemymemory:attr/motionEasingStandard = 0x7f03031e
+com.example.revivemymemory:attr/motionEasingEmphasizedAccelerateInterpolator = 0x7f030319
+com.example.revivemymemory:dimen/m3_alert_dialog_elevation = 0x7f060398
+com.example.revivemymemory:dimen/m3_comp_switch_track_width = 0x7f060446
+com.example.revivemymemory:color/material_dynamic_tertiary70 = 0x7f0501f1
+com.example.revivemymemory:attr/contrast = 0x7f03012a
+com.example.revivemymemory:color/design_dark_default_color_primary = 0x7f050037
+com.example.revivemymemory:style/Widget.Material3.MaterialCalendar.Day.Selected = 0x7f110383
+com.example.revivemymemory:animator/fragment_open_enter = 0x7f020007
+com.example.revivemymemory:layout/mtrl_navigation_rail_item = 0x7f0b0058
+com.example.revivemymemory:color/m3_ref_palette_tertiary100 = 0x7f05011d
+com.example.revivemymemory:attr/thumbTextPadding = 0x7f03045e
+com.example.revivemymemory:dimen/m3_comp_primary_navigation_tab_inactive_pressed_state_layer_opacity = 0x7f060424
+com.example.revivemymemory:style/Base.V14.Theme.Material3.Light.BottomSheetDialog = 0x7f110088
+com.example.revivemymemory:attr/checkedIconVisible = 0x7f0300ac
+com.example.revivemymemory:dimen/_127sdp = 0x7f060020
+com.example.revivemymemory:color/design_fab_shadow_start_color = 0x7f05004d
+com.example.revivemymemory:attr/layout_constraintHorizontal_chainStyle = 0x7f030268
+com.example.revivemymemory:style/Widget.Material3.MaterialCalendar.MonthTextView = 0x7f110392
+com.example.revivemymemory:attr/motionDurationShort3 = 0x7f030314
+com.example.revivemymemory:attr/strokeWidth = 0x7f0303de
+com.example.revivemymemory:color/m3_navigation_bar_item_with_indicator_label_tint = 0x7f05008e
+com.example.revivemymemory:attr/barrierDirection = 0x7f030057
+com.example.revivemymemory:attr/motionDurationShort1 = 0x7f030312
+com.example.revivemymemory:attr/tabSelectedTextColor = 0x7f03040a
+com.example.revivemymemory:style/ThemeOverlay.AppCompat.Light = 0x7f11026e
+com.example.revivemymemory:attr/motionDurationMedium2 = 0x7f03030f
+com.example.revivemymemory:dimen/_524sdp = 0x7f060205
+com.example.revivemymemory:dimen/abc_dialog_fixed_width_major = 0x7f060316
+com.example.revivemymemory:attr/flow_padding = 0x7f0301d4
+com.example.revivemymemory:dimen/_41sdp = 0x7f060185
+com.example.revivemymemory:attr/closeIconStartPadding = 0x7f0300d8
+com.example.revivemymemory:attr/collapsedTitleTextColor = 0x7f0300e1
+com.example.revivemymemory:attr/listPreferredItemHeightSmall = 0x7f0302a1
+com.example.revivemymemory:attr/motionDurationMedium1 = 0x7f03030e
+com.example.revivemymemory:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Text = 0x7f110147
+com.example.revivemymemory:color/m3_ref_palette_dynamic_neutral_variant50 = 0x7f0500ac
+com.example.revivemymemory:attr/textAppearanceListItemSecondary = 0x7f03042d
+com.example.revivemymemory:attr/blendSrc = 0x7f030065
+com.example.revivemymemory:color/m3_button_foreground_color_selector = 0x7f050063
+com.example.revivemymemory:attr/motionDurationLong1 = 0x7f03030a
+com.example.revivemymemory:dimen/_408sdp = 0x7f060177
+com.example.revivemymemory:attr/subtitleCentered = 0x7f0303e6
+com.example.revivemymemory:attr/motionDurationExtraLong4 = 0x7f030309
+com.example.revivemymemory:attr/motionDurationExtraLong3 = 0x7f030308
+com.example.revivemymemory:attr/mock_showLabel = 0x7f030304
+com.example.revivemymemory:attr/backgroundColor = 0x7f030045
+com.example.revivemymemory:string/abc_toolbar_collapse_description = 0x7f10001b
+com.example.revivemymemory:id/autoCompleteToEnd = 0x7f080059
+com.example.revivemymemory:attr/textBackgroundZoom = 0x7f03043d
+com.example.revivemymemory:attr/mock_labelColor = 0x7f030302
+com.example.revivemymemory:color/m3_ref_palette_neutral100 = 0x7f0500e9
+com.example.revivemymemory:drawable/abc_item_background_holo_dark = 0x7f07004b
+com.example.revivemymemory:attr/mock_label = 0x7f030300
+com.example.revivemymemory:dimen/_458sdp = 0x7f0601b3
+com.example.revivemymemory:style/Widget.MaterialComponents.BottomAppBar.Colored = 0x7f1103d8
+com.example.revivemymemory:style/Theme.Material3.Dark.Dialog.Alert = 0x7f11021e
+com.example.revivemymemory:color/material_slider_inactive_track_color = 0x7f050229
+com.example.revivemymemory:color/material_grey_100 = 0x7f0501f6
+com.example.revivemymemory:color/switch_thumb_material_light = 0x7f05027d
+com.example.revivemymemory:color/m3_default_color_secondary_text = 0x7f050079
+com.example.revivemymemory:attr/minTouchTargetSize = 0x7f0302fd
+com.example.revivemymemory:string/mtrl_picker_invalid_range = 0x7f100087
+com.example.revivemymemory:attr/popupMenuStyle = 0x7f030366
+com.example.revivemymemory:attr/errorIconTint = 0x7f030191
+com.example.revivemymemory:style/Widget.Material3.SearchBar.Outlined = 0x7f1103ac
+com.example.revivemymemory:dimen/_29ssp = 0x7f0600f2
+com.example.revivemymemory:attr/minSeparation = 0x7f0302fc
+com.example.revivemymemory:attr/checkedChip = 0x7f0300a5
+com.example.revivemymemory:color/m3_tabs_icon_color = 0x7f050195
+com.example.revivemymemory:attr/alertDialogCenterButtons = 0x7f030029
+com.example.revivemymemory:attr/hintTextColor = 0x7f0301fe
+com.example.revivemymemory:attr/endIconCheckable = 0x7f030181
+com.example.revivemymemory:attr/maxWidth = 0x7f0302f4
+com.example.revivemymemory:color/material_dynamic_primary20 = 0x7f0501d2
+com.example.revivemymemory:attr/maxVelocity = 0x7f0302f3
+com.example.revivemymemory:dimen/_minus12sdp = 0x7f0602be
+com.example.revivemymemory:attr/transitionEasing = 0x7f030495
+com.example.revivemymemory:attr/textAppearanceHeadline1 = 0x7f03041e
+com.example.revivemymemory:attr/maxHeight = 0x7f0302f0
+com.example.revivemymemory:dimen/abc_action_bar_stacked_tab_max_width = 0x7f060302
+com.example.revivemymemory:attr/maxActionInlineWidth = 0x7f0302ed
+com.example.revivemymemory:dimen/m3_appbar_scrim_height_trigger = 0x7f06039e
+com.example.revivemymemory:attr/maxAcceleration = 0x7f0302ec
+com.example.revivemymemory:style/Theme.Material3.Dark = 0x7f11021b
+com.example.revivemymemory:color/m3_timepicker_display_background_color = 0x7f0501a7
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Small = 0x7f110022
+com.example.revivemymemory:attr/materialThemeOverlay = 0x7f0302e8
+com.example.revivemymemory:id/pin = 0x7f08016f
+com.example.revivemymemory:dimen/_150sdp = 0x7f06003d
+com.example.revivemymemory:attr/reactiveGuide_valueId = 0x7f03037e
+com.example.revivemymemory:id/password_toggle = 0x7f080168
+com.example.revivemymemory:attr/state_collapsed = 0x7f0303d2
+com.example.revivemymemory:attr/actionModeCutDrawable = 0x7f030017
+com.example.revivemymemory:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.InternalGroup = 0x7f110144
+com.example.revivemymemory:attr/materialIconButtonFilledStyle = 0x7f0302e0
+com.example.revivemymemory:attr/materialDisplayDividerStyle = 0x7f0302dd
+com.example.revivemymemory:dimen/m3_comp_fab_primary_small_icon_size = 0x7f060400
+com.example.revivemymemory:dimen/_68sdp = 0x7f060274
+com.example.revivemymemory:style/Widget.AppCompat.PopupMenu = 0x7f11030a
+com.example.revivemymemory:attr/materialCircleRadius = 0x7f0302db
+com.example.revivemymemory:style/TextAppearance.Material3.TitleLarge = 0x7f1101e8
+com.example.revivemymemory:dimen/_minus25sdp = 0x7f0602cc
+com.example.revivemymemory:dimen/_66sdp = 0x7f060270
+com.example.revivemymemory:attr/motionPath = 0x7f03032b
+com.example.revivemymemory:color/abc_tint_btn_checkable = 0x7f050013
+com.example.revivemymemory:attr/indicatorInset = 0x7f030219
+com.example.revivemymemory:attr/thumbIconTintMode = 0x7f03045a
+com.example.revivemymemory:dimen/mtrl_extended_fab_top_padding = 0x7f06054c
+com.example.revivemymemory:attr/layout = 0x7f030247
+com.example.revivemymemory:id/restart = 0x7f08017a
+com.example.revivemymemory:attr/materialCardViewOutlinedStyle = 0x7f0302d9
+com.example.revivemymemory:attr/lottie_speed = 0x7f0302b9
+com.example.revivemymemory:attr/singleSelection = 0x7f0303b7
+com.example.revivemymemory:attr/listMenuViewStyle = 0x7f03029d
+com.example.revivemymemory:attr/materialCardViewElevatedStyle = 0x7f0302d7
+com.example.revivemymemory:dimen/_minus57sdp = 0x7f0602ef
+com.example.revivemymemory:color/material_cursor_color = 0x7f0501b1
+com.example.revivemymemory:attr/badgeRadius = 0x7f030050
+com.example.revivemymemory:attr/materialCardViewFilledStyle = 0x7f0302d8
+com.example.revivemymemory:attr/materialCalendarMonth = 0x7f0302d2
+com.example.revivemymemory:dimen/_171sdp = 0x7f060056
+com.example.revivemymemory:attr/minHeight = 0x7f0302fa
+com.example.revivemymemory:style/Widget.Material3.MaterialCalendar.HeaderSelection = 0x7f11038c
+com.example.revivemymemory:attr/materialCalendarHeaderToggleButton = 0x7f0302d1
+com.example.revivemymemory:dimen/design_snackbar_elevation = 0x7f060379
+com.example.revivemymemory:id/showHome = 0x7f0801ad
+com.example.revivemymemory:drawable/abc_ic_menu_paste_mtrl_am_alpha = 0x7f070046
+com.example.revivemymemory:attr/materialCalendarHeaderTitle = 0x7f0302d0
+com.example.revivemymemory:color/secondary_text_default_material_light = 0x7f050277
+com.example.revivemymemory:color/m3_ref_palette_dynamic_secondary40 = 0x7f0500c5
+com.example.revivemymemory:attr/materialCalendarHeaderSelection = 0x7f0302cf
+com.example.revivemymemory:style/Widget.AppCompat.TextView = 0x7f11031a
+com.example.revivemymemory:attr/materialButtonOutlinedStyle = 0x7f0302c5
+com.example.revivemymemory:dimen/_324sdp = 0x7f060111
+com.example.revivemymemory:style/Widget.AppCompat.Spinner.DropDown.ActionBar = 0x7f110318
+com.example.revivemymemory:string/m3_sys_motion_easing_legacy_decelerate = 0x7f10004e
+com.example.revivemymemory:attr/materialCalendarDayOfWeekLabel = 0x7f0302c9
+com.example.revivemymemory:attr/boxCornerRadiusBottomEnd = 0x7f030073
+com.example.revivemymemory:color/m3_ref_palette_black = 0x7f050098
+com.example.revivemymemory:anim/linear_indeterminate_line1_head_interpolator = 0x7f01001d
+com.example.revivemymemory:style/Widget.Material3.MaterialCalendar.YearNavigationButton = 0x7f110396
+com.example.revivemymemory:attr/materialButtonToggleGroupStyle = 0x7f0302c7
+com.example.revivemymemory:integer/m3_btn_anim_delay_ms = 0x7f090009
+com.example.revivemymemory:color/m3_ref_palette_dynamic_tertiary99 = 0x7f0500d9
+com.example.revivemymemory:style/Theme.AppCompat.Light.Dialog = 0x7f11020f
+com.example.revivemymemory:attr/motionEffect_translationY = 0x7f030328
+com.example.revivemymemory:dimen/_223sdp = 0x7f060096
+com.example.revivemymemory:attr/materialButtonStyle = 0x7f0302c6
+com.example.revivemymemory:attr/textInputFilledDenseStyle = 0x7f030442
+com.example.revivemymemory:macro/m3_comp_secondary_navigation_tab_focus_state_layer_color = 0x7f0c007d
+com.example.revivemymemory:attr/lottie_url = 0x7f0302ba
+com.example.revivemymemory:dimen/_314sdp = 0x7f060105
+com.example.revivemymemory:attr/lottie_repeatCount = 0x7f0302b6
+com.example.revivemymemory:attr/lottie_renderMode = 0x7f0302b5
+com.example.revivemymemory:anim/abc_slide_in_top = 0x7f010007
+com.example.revivemymemory:styleable/RecyclerView = 0x7f120077
+com.example.revivemymemory:dimen/appcompat_dialog_background_inset = 0x7f060349
+com.example.revivemymemory:dimen/m3_bottom_nav_item_active_indicator_height = 0x7f0603aa
+com.example.revivemymemory:dimen/highlight_alpha_material_colored = 0x7f06038b
+com.example.revivemymemory:attr/colorAccent = 0x7f0300e8
+com.example.revivemymemory:style/Widget.MaterialComponents.TimePicker.ImageButton = 0x7f110441
+com.example.revivemymemory:attr/yearTodayStyle = 0x7f0304be
+com.example.revivemymemory:attr/extendStrategy = 0x7f0301a2
+com.example.revivemymemory:attr/lottie_loop = 0x7f0302b2
+com.example.revivemymemory:attr/motionEasingStandardDecelerateInterpolator = 0x7f030320
+com.example.revivemymemory:dimen/m3_fab_border_width = 0x7f060455
+com.example.revivemymemory:drawable/abc_ratingbar_material = 0x7f07005c
+com.example.revivemymemory:anim/btn_checkbox_to_unchecked_check_path_merged_animation = 0x7f010010
+com.example.revivemymemory:attr/lottie_imageAssetsFolder = 0x7f0302b1
+com.example.revivemymemory:dimen/_92sdp = 0x7f0602aa
+com.example.revivemymemory:attr/lottie_cacheComposition = 0x7f0302ac
+com.example.revivemymemory:color/m3_timepicker_display_ripple_color = 0x7f0501a8
+com.example.revivemymemory:attr/progressBarPadding = 0x7f03036e
+com.example.revivemymemory:attr/lottie_autoPlay = 0x7f0302ab
+com.example.revivemymemory:color/m3_ref_palette_secondary30 = 0x7f050112
+com.example.revivemymemory:attr/lottieAnimationViewStyle = 0x7f0302aa
+com.example.revivemymemory:layout/material_clock_period_toggle_land = 0x7f0b003b
+com.example.revivemymemory:attr/logoDescription = 0x7f0302a8
+com.example.revivemymemory:attr/logoAdjustViewBounds = 0x7f0302a7
+com.example.revivemymemory:attr/titleMarginBottom = 0x7f030470
+com.example.revivemymemory:color/material_on_primary_disabled = 0x7f050204
+com.example.revivemymemory:drawable/mtrl_switch_thumb_pressed_unchecked = 0x7f0700e5
+com.example.revivemymemory:color/error_color_material_light = 0x7f050059
+com.example.revivemymemory:attr/navigationContentDescription = 0x7f030334
+com.example.revivemymemory:dimen/_383sdp = 0x7f060158
+com.example.revivemymemory:attr/listPreferredItemPaddingStart = 0x7f0302a5
+com.example.revivemymemory:drawable/abc_list_divider_mtrl_alpha = 0x7f07004e
+com.example.revivemymemory:color/mtrl_card_view_ripple = 0x7f05023b
+com.example.revivemymemory:dimen/_141sdp = 0x7f060032
+com.example.revivemymemory:styleable/OnClick = 0x7f12006f
+com.example.revivemymemory:attr/customBoolean = 0x7f030142
+com.example.revivemymemory:color/foreground_material_light = 0x7f05005b
+com.example.revivemymemory:attr/listPreferredItemPaddingLeft = 0x7f0302a3
+com.example.revivemymemory:color/m3_ref_palette_primary0 = 0x7f050101
+com.example.revivemymemory:style/ThemeOverlay.Material3.Dialog.Alert = 0x7f110289
+com.example.revivemymemory:attr/listPreferredItemHeightLarge = 0x7f0302a0
+com.example.revivemymemory:style/Base.Widget.AppCompat.TextView.SpinnerItem = 0x7f1100f3
+com.example.revivemymemory:attr/behavior_saveFlags = 0x7f030062
+com.example.revivemymemory:dimen/_260sdp = 0x7f0600c3
+com.example.revivemymemory:attr/useMaterialThemeColors = 0x7f0304a0
+com.example.revivemymemory:macro/m3_comp_assist_chip_container_shape = 0x7f0c0000
+com.example.revivemymemory:dimen/_52sdp = 0x7f06020b
+com.example.revivemymemory:attr/ratingBarStyleSmall = 0x7f03037a
+com.example.revivemymemory:attr/roundPercent = 0x7f030389
+com.example.revivemymemory:attr/itemShapeFillColor = 0x7f030231
+com.example.revivemymemory:attr/listLayout = 0x7f03029c
+com.example.revivemymemory:attr/contentInsetStart = 0x7f030120
+com.example.revivemymemory:attr/materialTimePickerTitleStyle = 0x7f0302eb
+com.example.revivemymemory:dimen/m3_comp_fab_primary_pressed_container_elevation = 0x7f0603fd
+com.example.revivemymemory:dimen/design_navigation_item_vertical_padding = 0x7f060372
+com.example.revivemymemory:attr/layout_constraintVertical_weight = 0x7f030278
+com.example.revivemymemory:dimen/abc_panel_menu_list_width = 0x7f06032c
+com.example.revivemymemory:attr/linearProgressIndicatorStyle = 0x7f030296
+com.example.revivemymemory:attr/layout_scrollEffect = 0x7f03028c
+com.example.revivemymemory:dimen/mtrl_slider_thumb_elevation = 0x7f060583
+com.example.revivemymemory:attr/tooltipText = 0x7f030482
+com.example.revivemymemory:attr/actionBarTabTextStyle = 0x7f03000a
+com.example.revivemymemory:style/Widget.MaterialComponents.PopupMenu = 0x7f11041f
+com.example.revivemymemory:style/ThemeOverlay.Material3.MaterialAlertDialog.Centered = 0x7f11029b
+com.example.revivemymemory:dimen/_128sdp = 0x7f060021
+com.example.revivemymemory:style/Theme.MaterialComponents.Dialog = 0x7f11024a
+com.example.revivemymemory:attr/hintTextAppearance = 0x7f0301fd
+com.example.revivemymemory:layout/mtrl_picker_header_selection_text = 0x7f0b005e
+com.example.revivemymemory:attr/arrowShaftLength = 0x7f030039
+com.example.revivemymemory:id/parentRelative = 0x7f080163
+com.example.revivemymemory:dimen/_18ssp = 0x7f06006c
+com.example.revivemymemory:attr/layout_goneMarginBottom = 0x7f030282
+com.example.revivemymemory:style/TextAppearance.AppCompat.Widget.Button.Inverse = 0x7f1101b0
+com.example.revivemymemory:attr/quantizeMotionInterpolator = 0x7f030370
+com.example.revivemymemory:id/text = 0x7f0801df
+com.example.revivemymemory:id/snackbar_text = 0x7f0801b4
+com.example.revivemymemory:color/m3_sys_color_light_surface_variant = 0x7f050192
+com.example.revivemymemory:style/Widget.MaterialComponents.BottomSheet.Modal = 0x7f1103de
+com.example.revivemymemory:attr/layout_goneMarginBaseline = 0x7f030281
+com.example.revivemymemory:dimen/material_helper_text_default_padding_top = 0x7f0604d6
+com.example.revivemymemory:dimen/m3_comp_navigation_rail_icon_size = 0x7f060414
+com.example.revivemymemory:attr/tabGravity = 0x7f0303f4
+com.example.revivemymemory:attr/errorAccessibilityLabel = 0x7f03018c
+com.example.revivemymemory:attr/queryHint = 0x7f030374
+com.example.revivemymemory:style/Base.Widget.Material3.Light.ActionBar.Solid = 0x7f110105
+com.example.revivemymemory:dimen/_208sdp = 0x7f060083
+com.example.revivemymemory:styleable/NavigationView = 0x7f12006e
+com.example.revivemymemory:id/sharedValueSet = 0x7f0801a9
+com.example.revivemymemory:attr/elevationOverlayColor = 0x7f03017d
+com.example.revivemymemory:attr/layout_editor_absoluteY = 0x7f030280
+com.example.revivemymemory:attr/colorSecondaryVariant = 0x7f03010a
+com.example.revivemymemory:attr/actionBarSize = 0x7f030005
+com.example.revivemymemory:layout/mtrl_alert_dialog_title = 0x7f0b0047
+com.example.revivemymemory:attr/layout_constraintWidth_min = 0x7f03027c
+com.example.revivemymemory:color/m3_ref_palette_primary30 = 0x7f050105
+com.example.revivemymemory:dimen/design_snackbar_padding_horizontal = 0x7f06037d
+com.example.revivemymemory:attr/stackFromEnd = 0x7f0303c8
+com.example.revivemymemory:attr/layout_constraintWidth_default = 0x7f03027a
+com.example.revivemymemory:dimen/_46sdp = 0x7f0601c1
+com.example.revivemymemory:dimen/_378sdp = 0x7f060151
+com.example.revivemymemory:attr/indeterminateAnimationType = 0x7f030214
+com.example.revivemymemory:attr/dayInvalidStyle = 0x7f03014c
+com.example.revivemymemory:color/m3_ref_palette_secondary40 = 0x7f050113
+com.example.revivemymemory:id/dragStart = 0x7f0800ad
+com.example.revivemymemory:drawable/$mtrl_checkbox_button_checked_unchecked__1 = 0x7f07000e
+com.example.revivemymemory:attr/layout_constraintLeft_toRightOf = 0x7f03026c
+com.example.revivemymemory:attr/layout_constraintTop_toTopOf = 0x7f030275
+com.example.revivemymemory:dimen/_23ssp = 0x7f0600aa
+com.example.revivemymemory:attr/layout_constraintRight_toRightOf = 0x7f03026f
+com.example.revivemymemory:attr/layout_constraintLeft_toLeftOf = 0x7f03026b
+com.example.revivemymemory:macro/m3_comp_text_button_label_text_color = 0x7f0c00bc
+com.example.revivemymemory:dimen/_553sdp = 0x7f060228
+com.example.revivemymemory:style/Base.ThemeOverlay.Material3.AutoCompleteTextView = 0x7f110079
+com.example.revivemymemory:attr/alertDialogStyle = 0x7f03002a
+com.example.revivemymemory:styleable/TextEffects = 0x7f12008c
+com.example.revivemymemory:style/RtlOverlay.Widget.AppCompat.SearchView.MagIcon = 0x7f11014e
+com.example.revivemymemory:attr/tabTextColor = 0x7f03040d
+com.example.revivemymemory:dimen/_510sdp = 0x7f0601f5
+com.example.revivemymemory:style/TextAppearance.AppCompat.Button = 0x7f11018a
+com.example.revivemymemory:attr/layout_constraintEnd_toEndOf = 0x7f03025d
+com.example.revivemymemory:attr/layout_constraintHeight_percent = 0x7f030266
+com.example.revivemymemory:attr/layout_constraintHeight_min = 0x7f030265
+com.example.revivemymemory:color/switch_thumb_disabled_material_light = 0x7f05027b
+com.example.revivemymemory:attr/layout_constraintHeight_default = 0x7f030263
+com.example.revivemymemory:attr/fontProviderSystemFontFamily = 0x7f0301e2
+com.example.revivemymemory:dimen/_387sdp = 0x7f06015c
+com.example.revivemymemory:attr/customPixelDimension = 0x7f030149
+com.example.revivemymemory:string/clear_text_end_icon_content_description = 0x7f10002d
+com.example.revivemymemory:color/m3_ref_palette_tertiary99 = 0x7f050127
+com.example.revivemymemory:attr/telltales_tailScale = 0x7f030411
+com.example.revivemymemory:attr/listDividerAlertDialog = 0x7f03029a
+com.example.revivemymemory:animator/mtrl_fab_transformation_sheet_collapse_spec = 0x7f02001f
+com.example.revivemymemory:attr/layout_goneMarginLeft = 0x7f030284
+com.example.revivemymemory:attr/layout_constraintGuide_percent = 0x7f030261
+com.example.revivemymemory:dimen/m3_comp_suggestion_chip_flat_container_elevation = 0x7f06043a
+com.example.revivemymemory:styleable/Layout = 0x7f120048
+com.example.revivemymemory:style/Base.ThemeOverlay.Material3.BottomSheetDialog = 0x7f11007a
+com.example.revivemymemory:attr/targetId = 0x7f03040f
+com.example.revivemymemory:style/Base.Theme.AppCompat.Dialog.FixedSize = 0x7f11004d
+com.example.revivemymemory:attr/state_liftable = 0x7f0303d7
+com.example.revivemymemory:attr/layout_marginBaseline = 0x7f03028a
+com.example.revivemymemory:attr/tickMark = 0x7f030464
+com.example.revivemymemory:attr/tabTextAppearance = 0x7f03040c
+com.example.revivemymemory:attr/materialCalendarDay = 0x7f0302c8
+com.example.revivemymemory:attr/buttonBarNeutralButtonStyle = 0x7f03007e
+com.example.revivemymemory:id/action_mode_bar_stub = 0x7f080042
+com.example.revivemymemory:animator/m3_extended_fab_state_list_animator = 0x7f020013
+com.example.revivemymemory:attr/layout_goneMarginRight = 0x7f030285
+com.example.revivemymemory:attr/layout_constraintCircleAngle = 0x7f03025a
+com.example.revivemymemory:style/Widget.AppCompat.Button = 0x7f1102e0
+com.example.revivemymemory:dimen/mtrl_bottomappbar_height = 0x7f0604f2
+com.example.revivemymemory:dimen/_357sdp = 0x7f060138
+com.example.revivemymemory:attr/layout_constraintBottom_creator = 0x7f030256
+com.example.revivemymemory:style/Base.V7.Theme.AppCompat.Light.Dialog = 0x7f1100b7
+com.example.revivemymemory:dimen/mtrl_extended_fab_min_height = 0x7f060548
+com.example.revivemymemory:color/m3_filled_icon_button_container_color_selector = 0x7f050089
+com.example.revivemymemory:color/m3_ref_palette_dynamic_neutral_variant95 = 0x7f0500b1
+com.example.revivemymemory:color/m3_switch_track_tint = 0x7f050130
+com.example.revivemymemory:attr/layout_constraintBaseline_toTopOf = 0x7f030255
+com.example.revivemymemory:attr/motionDebug = 0x7f030305
+com.example.revivemymemory:dimen/_356sdp = 0x7f060137
+com.example.revivemymemory:style/Base.Widget.AppCompat.ActionMode = 0x7f1100c4
+com.example.revivemymemory:id/activity_chooser_view_content = 0x7f080046
+com.example.revivemymemory:attr/clockHandColor = 0x7f0300d1
+com.example.revivemymemory:attr/liftOnScrollColor = 0x7f030291
+com.example.revivemymemory:dimen/m3_comp_filled_autocomplete_menu_container_elevation = 0x7f060401
+com.example.revivemymemory:id/navigation_bar_item_large_label_view = 0x7f080149
+com.example.revivemymemory:attr/materialTimePickerStyle = 0x7f0302e9
+com.example.revivemymemory:dimen/_40sdp = 0x7f060179
+com.example.revivemymemory:attr/splitTrack = 0x7f0303c1
+com.example.revivemymemory:attr/constraints = 0x7f030119
+com.example.revivemymemory:dimen/_557sdp = 0x7f06022c
+com.example.revivemymemory:color/material_harmonized_color_error = 0x7f0501fd
+com.example.revivemymemory:color/m3_ref_palette_secondary60 = 0x7f050115
+com.example.revivemymemory:string/mtrl_picker_text_input_day_abbr = 0x7f100095
+com.example.revivemymemory:dimen/_minus60sdp = 0x7f0602f3
+com.example.revivemymemory:color/m3_sys_color_dark_error = 0x7f050132
+com.example.revivemymemory:attr/layoutManager = 0x7f03024a
+com.example.revivemymemory:color/mtrl_tabs_colored_ripple_color = 0x7f05025c
+com.example.revivemymemory:attr/layoutDescription = 0x7f030248
+com.example.revivemymemory:string/appbar_scrolling_view_behavior = 0x7f100020
+com.example.revivemymemory:color/abc_search_url_text = 0x7f05000d
+com.example.revivemymemory:macro/m3_comp_switch_unselected_focus_track_outline_color = 0x7f0c00ab
+com.example.revivemymemory:attr/flow_horizontalGap = 0x7f0301cd
+com.example.revivemymemory:attr/lastItemDecorated = 0x7f030246
+com.example.revivemymemory:layout/abc_list_menu_item_checkbox = 0x7f0b000e
+com.example.revivemymemory:attr/labelStyle = 0x7f030243
+com.example.revivemymemory:macro/m3_comp_primary_navigation_tab_with_icon_inactive_icon_color = 0x7f0c0060
+com.example.revivemymemory:color/m3_ref_palette_neutral95 = 0x7f0500f2
+com.example.revivemymemory:attr/bottomSheetDragHandleStyle = 0x7f03006e
+com.example.revivemymemory:attr/labelBehavior = 0x7f030242
+com.example.revivemymemory:styleable/CardView = 0x7f12001a
+com.example.revivemymemory:style/Widget.Material3.BottomSheet = 0x7f110338
+com.example.revivemymemory:macro/m3_comp_switch_disabled_selected_handle_color = 0x7f0c0091
+com.example.revivemymemory:color/m3_ref_palette_dynamic_secondary60 = 0x7f0500c7
+com.example.revivemymemory:color/material_dynamic_secondary30 = 0x7f0501e0
+com.example.revivemymemory:attr/textAllCaps = 0x7f030413
+com.example.revivemymemory:anim/abc_slide_in_bottom = 0x7f010006
+com.example.revivemymemory:drawable/abc_btn_check_to_on_mtrl_000 = 0x7f07002e
+com.example.revivemymemory:attr/keylines = 0x7f030240
+com.example.revivemymemory:dimen/_558sdp = 0x7f06022d
+com.example.revivemymemory:attr/motionEasingLinearInterpolator = 0x7f03031d
+com.example.revivemymemory:animator/fragment_close_exit = 0x7f020004
+com.example.revivemymemory:attr/customReference = 0x7f03014a
+com.example.revivemymemory:layout/material_textinput_timepicker = 0x7f0b003f
+com.example.revivemymemory:attr/listPreferredItemPaddingRight = 0x7f0302a4
+com.example.revivemymemory:attr/keyPositionType = 0x7f03023e
+com.example.revivemymemory:style/Base.Widget.MaterialComponents.AutoCompleteTextView = 0x7f11010b
+com.example.revivemymemory:attr/percentWidth = 0x7f03035b
+com.example.revivemymemory:color/m3_timepicker_clock_text_color = 0x7f0501a6
+com.example.revivemymemory:attr/itemTextAppearanceInactive = 0x7f03023b
+com.example.revivemymemory:dimen/m3_btn_stroke_size = 0x7f0603cb
+com.example.revivemymemory:color/m3_dynamic_dark_hint_foreground = 0x7f05007d
+com.example.revivemymemory:color/m3_ref_palette_dynamic_secondary90 = 0x7f0500ca
+com.example.revivemymemory:styleable/Toolbar = 0x7f120090
+com.example.revivemymemory:macro/m3_comp_search_bar_hover_supporting_text_color = 0x7f0c0067
+com.example.revivemymemory:attr/autoCompleteMode = 0x7f03003b
+com.example.revivemymemory:drawable/abc_cab_background_top_mtrl_alpha = 0x7f07003a
+com.example.revivemymemory:attr/itemSpacing = 0x7f030236
+com.example.revivemymemory:color/m3_ref_palette_primary95 = 0x7f05010c
+com.example.revivemymemory:attr/itemShapeInsetBottom = 0x7f030232
+com.example.revivemymemory:macro/m3_comp_filled_text_field_container_shape = 0x7f0c0028
+com.example.revivemymemory:color/material_timepicker_button_background = 0x7f05022b
+com.example.revivemymemory:attr/customFloatValue = 0x7f030146
+com.example.revivemymemory:attr/itemMinHeight = 0x7f03022a
+com.example.revivemymemory:attr/colorPrimaryVariant = 0x7f030107
+com.example.revivemymemory:attr/homeAsUpIndicator = 0x7f0301ff
+com.example.revivemymemory:attr/lottie_fileName = 0x7f0302b0
+com.example.revivemymemory:dimen/_264sdp = 0x7f0600c7
+com.example.revivemymemory:color/material_dynamic_neutral50 = 0x7f0501bb
+com.example.revivemymemory:id/action_menu_presenter = 0x7f080040
+com.example.revivemymemory:attr/backgroundInsetBottom = 0x7f030046
+com.example.revivemymemory:attr/itemMaxLines = 0x7f030229
+com.example.revivemymemory:attr/fabAlignmentModeEndMargin = 0x7f0301aa
+com.example.revivemymemory:attr/titleEnabled = 0x7f03046e
+com.example.revivemymemory:style/Base.V7.Theme.AppCompat.Light = 0x7f1100b6
+com.example.revivemymemory:style/Base.V14.Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f110091
+com.example.revivemymemory:attr/materialSearchViewPrefixStyle = 0x7f0302e5
+com.example.revivemymemory:attr/isLightTheme = 0x7f03021d
+com.example.revivemymemory:attr/itemHorizontalPadding = 0x7f030224
+com.example.revivemymemory:color/m3_ref_palette_dynamic_primary60 = 0x7f0500ba
+com.example.revivemymemory:drawable/abc_list_focused_holo = 0x7f07004f
+com.example.revivemymemory:attr/colorPrimarySurface = 0x7f030106
+com.example.revivemymemory:style/Widget.MaterialComponents.CircularProgressIndicator.ExtraSmall = 0x7f1103f3
+com.example.revivemymemory:attr/indicatorSize = 0x7f03021a
+com.example.revivemymemory:style/Theme.MaterialComponents.Light.Dialog.Alert.Bridge = 0x7f11025a
+com.example.revivemymemory:dimen/_161sdp = 0x7f06004a
+com.example.revivemymemory:attr/minHideDelay = 0x7f0302fb
+com.example.revivemymemory:dimen/mtrl_alert_dialog_picker_background_inset = 0x7f0604e4
+com.example.revivemymemory:attr/indicatorColor = 0x7f030216
+com.example.revivemymemory:color/m3_sys_color_dark_on_surface = 0x7f05013e
+com.example.revivemymemory:style/Base.Theme.Material3.Dark.SideSheetDialog = 0x7f11005a
+com.example.revivemymemory:attr/imageZoom = 0x7f030213
+com.example.revivemymemory:attr/behavior_draggable = 0x7f03005b
+com.example.revivemymemory:dimen/material_time_picker_minimum_screen_width = 0x7f0604de
+com.example.revivemymemory:attr/drawerLayoutCornerSize = 0x7f030172
+com.example.revivemymemory:style/Widget.MaterialComponents.MaterialCalendar.HeaderCancelButton = 0x7f110408
+com.example.revivemymemory:color/m3_ref_palette_primary50 = 0x7f050107
+com.example.revivemymemory:drawable/ic_mtrl_chip_checked_circle = 0x7f0700ac
+com.example.revivemymemory:dimen/_248sdp = 0x7f0600b3
+com.example.revivemymemory:attr/subheaderTextAppearance = 0x7f0303e3
+com.example.revivemymemory:attr/values = 0x7f0304a1
+com.example.revivemymemory:style/Base.Widget.AppCompat.SeekBar.Discrete = 0x7f1100ef
+com.example.revivemymemory:dimen/_480sdp = 0x7f0601cf
+com.example.revivemymemory:layout/design_text_input_end_icon = 0x7f0b002f
+com.example.revivemymemory:attr/tooltipForegroundColor = 0x7f03047f
+com.example.revivemymemory:attr/logo = 0x7f0302a6
+com.example.revivemymemory:style/Base.Theme.AppCompat.Light.DarkActionBar = 0x7f110051
+com.example.revivemymemory:attr/contentPaddingEnd = 0x7f030124
+com.example.revivemymemory:macro/m3_comp_switch_unselected_focus_state_layer_color = 0x7f0c00a9
+com.example.revivemymemory:attr/layout_constrainedWidth = 0x7f030251
+com.example.revivemymemory:style/TextAppearance.M3.Sys.Typescale.BodyLarge = 0x7f1101c7
+com.example.revivemymemory:dimen/design_tab_text_size_2line = 0x7f060384
+com.example.revivemymemory:attr/imageRotate = 0x7f030212
+com.example.revivemymemory:attr/checkboxStyle = 0x7f0300a3
+com.example.revivemymemory:color/m3_tabs_icon_color_secondary = 0x7f050196
+com.example.revivemymemory:attr/drawableTopCompat = 0x7f030170
+com.example.revivemymemory:attr/imagePanY = 0x7f030211
+com.example.revivemymemory:attr/lottie_enableMergePathsForKitKatAndAbove = 0x7f0302ae
+com.example.revivemymemory:attr/ifTagNotSet = 0x7f03020d
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.ActionBar = 0x7f1102ae
+com.example.revivemymemory:string/phone_number = 0x7f1000af
+com.example.revivemymemory:attr/triggerReceiver = 0x7f03049a
+com.example.revivemymemory:dimen/_193sdp = 0x7f060070
+com.example.revivemymemory:dimen/_315sdp = 0x7f060106
+com.example.revivemymemory:attr/listPreferredItemPaddingEnd = 0x7f0302a2
+com.example.revivemymemory:attr/iconTint = 0x7f03020a
+com.example.revivemymemory:style/Widget.AppCompat.Light.ActionButton = 0x7f1102f8
+com.example.revivemymemory:dimen/compat_button_padding_horizontal_material = 0x7f060350
+com.example.revivemymemory:id/onDateChanged = 0x7f08015a
+com.example.revivemymemory:attr/iconSize = 0x7f030208
+com.example.revivemymemory:attr/cornerSizeTopLeft = 0x7f030137
+com.example.revivemymemory:dimen/_452sdp = 0x7f0601ad
+com.example.revivemymemory:color/m3_ref_palette_dynamic_secondary10 = 0x7f0500c1
+com.example.revivemymemory:dimen/_63ssp = 0x7f06026b
+com.example.revivemymemory:dimen/m3_chip_hovered_translation_z = 0x7f0603de
+com.example.revivemymemory:style/Base.Theme.AppCompat.Dialog.MinWidth = 0x7f11004e
+com.example.revivemymemory:color/material_dynamic_primary90 = 0x7f0501d9
+com.example.revivemymemory:attr/circleRadius = 0x7f0300c3
+com.example.revivemymemory:dimen/m3_badge_with_text_radius = 0x7f0603a8
+com.example.revivemymemory:attr/actionModePopupWindowStyle = 0x7f03001a
+com.example.revivemymemory:anim/linear_indeterminate_line2_tail_interpolator = 0x7f010020
+com.example.revivemymemory:style/Widget.MaterialComponents.MaterialDivider = 0x7f110418
+com.example.revivemymemory:attr/flow_lastHorizontalBias = 0x7f0301cf
+com.example.revivemymemory:attr/iconPadding = 0x7f030207
+com.example.revivemymemory:id/aligned = 0x7f08004b
+com.example.revivemymemory:attr/listPreferredItemHeight = 0x7f03029f
+com.example.revivemymemory:dimen/mtrl_extended_fab_end_padding = 0x7f060544
+com.example.revivemymemory:dimen/_74ssp = 0x7f060283
+com.example.revivemymemory:style/Base.MaterialAlertDialog.MaterialComponents.Title.Panel = 0x7f110012
+com.example.revivemymemory:id/material_timepicker_view = 0x7f080120
+com.example.revivemymemory:attr/layout_constraintStart_toStartOf = 0x7f030271
+com.example.revivemymemory:style/Base.Widget.Material3.ActionBar.Solid = 0x7f1100f7
+com.example.revivemymemory:attr/hoveredFocusedTranslationZ = 0x7f030203
+com.example.revivemymemory:dimen/_573sdp = 0x7f060240
+com.example.revivemymemory:attr/horizontalOffsetWithText = 0x7f030202
+com.example.revivemymemory:color/m3_dynamic_dark_highlighted_text = 0x7f05007c
+com.example.revivemymemory:string/mtrl_picker_text_input_date_hint = 0x7f100092
+com.example.revivemymemory:attr/windowActionBarOverlay = 0x7f0304b3
+com.example.revivemymemory:id/backBtn = 0x7f08005c
+com.example.revivemymemory:dimen/_352sdp = 0x7f060133
+com.example.revivemymemory:attr/colorSecondaryContainer = 0x7f030109
+com.example.revivemymemory:attr/homeLayout = 0x7f030200
+com.example.revivemymemory:dimen/_27ssp = 0x7f0600da
+com.example.revivemymemory:drawable/mtrl_checkbox_button_icon_indeterminate_unchecked = 0x7f0700ce
+com.example.revivemymemory:attr/region_widthLessThan = 0x7f030382
+com.example.revivemymemory:attr/textAppearanceLabelSmall = 0x7f030429
+com.example.revivemymemory:dimen/material_clock_display_height = 0x7f0604bc
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f110034
+com.example.revivemymemory:attr/titleMarginTop = 0x7f030473
+com.example.revivemymemory:attr/hintEnabled = 0x7f0301fc
+com.example.revivemymemory:styleable/AppBarLayout = 0x7f12000a
+com.example.revivemymemory:style/TextAppearance.Design.Snackbar.Message = 0x7f1101c4
+com.example.revivemymemory:attr/haloColor = 0x7f0301ee
+com.example.revivemymemory:color/design_default_color_primary_variant = 0x7f050046
+com.example.revivemymemory:attr/hintAnimationEnabled = 0x7f0301fb
+com.example.revivemymemory:attr/hideMotionSpec = 0x7f0301f7
+com.example.revivemymemory:integer/m3_sys_motion_duration_medium1 = 0x7f090016
+com.example.revivemymemory:attr/actionBarTabStyle = 0x7f030009
+com.example.revivemymemory:dimen/fastscroll_default_thickness = 0x7f060388
+com.example.revivemymemory:style/Base.V21.ThemeOverlay.AppCompat.Dialog = 0x7f1100a3
+com.example.revivemymemory:dimen/abc_action_button_min_width_overflow_material = 0x7f060307
+com.example.revivemymemory:attr/hideAnimationBehavior = 0x7f0301f6
+com.example.revivemymemory:attr/boxStrokeWidth = 0x7f030079
+com.example.revivemymemory:attr/motionEasingLinear = 0x7f03031c
+com.example.revivemymemory:attr/helperTextTextAppearance = 0x7f0301f4
+com.example.revivemymemory:dimen/m3_small_fab_size = 0x7f060487
+com.example.revivemymemory:attr/coordinatorLayoutStyle = 0x7f03012c
+com.example.revivemymemory:attr/fontProviderCerts = 0x7f0301dd
+com.example.revivemymemory:attr/helperTextEnabled = 0x7f0301f3
+com.example.revivemymemory:style/Theme.Design.Light = 0x7f110217
+com.example.revivemymemory:style/TextAppearance.M3.Sys.Typescale.DisplayMedium = 0x7f1101cb
+com.example.revivemymemory:color/m3_ref_palette_error100 = 0x7f0500dc
+com.example.revivemymemory:style/ShapeAppearance.M3.Comp.FilledButton.Container.Shape = 0x7f110152
+com.example.revivemymemory:attr/layout_constraintWidth_percent = 0x7f03027d
+com.example.revivemymemory:style/Widget.Material3.Button.TextButton = 0x7f110345
+com.example.revivemymemory:string/material_timepicker_text_input_mode_description = 0x7f100068
+com.example.revivemymemory:attr/fontVariationSettings = 0x7f0301e4
+com.example.revivemymemory:attr/helperText = 0x7f0301f2
+com.example.revivemymemory:macro/m3_comp_search_view_header_leading_icon_color = 0x7f0c0076
+com.example.revivemymemory:dimen/_212sdp = 0x7f060089
+com.example.revivemymemory:color/m3_primary_text_disable_only = 0x7f050095
+com.example.revivemymemory:string/abc_searchview_description_query = 0x7f100015
+com.example.revivemymemory:color/m3_elevated_chip_background_color = 0x7f050085
+com.example.revivemymemory:attr/collapsedSize = 0x7f0300de
+com.example.revivemymemory:color/material_dynamic_tertiary80 = 0x7f0501f2
+com.example.revivemymemory:attr/height = 0x7f0301f1
+com.example.revivemymemory:layout/abc_action_menu_layout = 0x7f0b0003
+com.example.revivemymemory:dimen/_146sdp = 0x7f060037
+com.example.revivemymemory:color/m3_ref_palette_primary70 = 0x7f050109
+com.example.revivemymemory:attr/headerLayout = 0x7f0301f0
+com.example.revivemymemory:attr/shapeAppearanceCornerExtraSmall = 0x7f03039b
+com.example.revivemymemory:style/Widget.Material3.Button.IconButton.Outlined = 0x7f110342
+com.example.revivemymemory:dimen/_205sdp = 0x7f060080
+com.example.revivemymemory:styleable/AppCompatTextHelper = 0x7f120010
+com.example.revivemymemory:style/Widget.MaterialComponents.CircularProgressIndicator = 0x7f1103f2
+com.example.revivemymemory:attr/foregroundInsidePadding = 0x7f0301e8
+com.example.revivemymemory:attr/itemShapeInsetTop = 0x7f030235
+com.example.revivemymemory:attr/drawerArrowStyle = 0x7f030171
+com.example.revivemymemory:style/Widget.Material3.FloatingActionButton.Large.Tertiary = 0x7f110374
+com.example.revivemymemory:attr/fontWeight = 0x7f0301e5
+com.example.revivemymemory:style/Widget.MaterialComponents.TextInputEditText.OutlinedBox.Dense = 0x7f11042f
+com.example.revivemymemory:style/Theme.MaterialComponents.Light.Dialog.Bridge = 0x7f11025b
+com.example.revivemymemory:dimen/_575sdp = 0x7f060242
+com.example.revivemymemory:attr/isMaterial3DynamicColorApplied = 0x7f03021e
+com.example.revivemymemory:color/m3_sys_color_dynamic_dark_on_secondary_container = 0x7f050154
+com.example.revivemymemory:color/design_dark_default_color_background = 0x7f050030
+com.example.revivemymemory:dimen/m3_btn_icon_only_default_size = 0x7f0603c2
+com.example.revivemymemory:attr/rippleColor = 0x7f030386
+com.example.revivemymemory:attr/motionDurationExtraLong2 = 0x7f030307
+com.example.revivemymemory:dimen/m3_alert_dialog_action_bottom_padding = 0x7f060395
+com.example.revivemymemory:dimen/design_navigation_item_horizontal_padding = 0x7f060370
+com.example.revivemymemory:style/TextAppearance.AppCompat.Widget.DropDownItem = 0x7f1101b1
+com.example.revivemymemory:attr/windowFixedHeightMinor = 0x7f0304b6
+com.example.revivemymemory:attr/fontProviderFetchTimeout = 0x7f0301df
+com.example.revivemymemory:integer/m3_sys_motion_duration_long1 = 0x7f090012
+com.example.revivemymemory:attr/colorSurfaceInverse = 0x7f03010c
+com.example.revivemymemory:style/TextAppearance.Material3.MaterialTimePicker.Title = 0x7f1101e4
+com.example.revivemymemory:attr/layout_editor_absoluteX = 0x7f03027f
+com.example.revivemymemory:attr/checkedIconSize = 0x7f0300aa
+com.example.revivemymemory:drawable/mtrl_ic_arrow_drop_up = 0x7f0700d5
+com.example.revivemymemory:drawable/m3_popupmenu_background_overlay = 0x7f0700b6
+com.example.revivemymemory:attr/fontProviderAuthority = 0x7f0301dc
+com.example.revivemymemory:dimen/abc_alert_dialog_button_dimen = 0x7f060309
+com.example.revivemymemory:attr/layout_constraintCircleRadius = 0x7f03025b
+com.example.revivemymemory:id/textinput_helper_text = 0x7f0801ee
+com.example.revivemymemory:attr/textInputFilledExposedDropdownMenuStyle = 0x7f030443
+com.example.revivemymemory:attr/collapsingToolbarLayoutStyle = 0x7f0300e6
+com.example.revivemymemory:style/Widget.Material3.Toolbar = 0x7f1103c6
+com.example.revivemymemory:attr/paddingStart = 0x7f03034d
+com.example.revivemymemory:attr/itemIconPadding = 0x7f030226
+com.example.revivemymemory:dimen/mtrl_high_ripple_pressed_alpha = 0x7f060557
+com.example.revivemymemory:attr/backgroundInsetStart = 0x7f030048
+com.example.revivemymemory:attr/layout_constraintHeight_max = 0x7f030264
+com.example.revivemymemory:style/Widget.AppCompat.Light.ActionBar.TabBar.Inverse = 0x7f1102f3
+com.example.revivemymemory:attr/font = 0x7f0301da
+com.example.revivemymemory:attr/chipSpacingHorizontal = 0x7f0300bb
+com.example.revivemymemory:color/design_default_color_primary_dark = 0x7f050045
+com.example.revivemymemory:attr/flow_wrapMode = 0x7f0301d9
+com.example.revivemymemory:dimen/m3_comp_search_view_container_elevation = 0x7f06042b
+com.example.revivemymemory:dimen/mtrl_badge_toolbar_action_menu_item_horizontal_offset = 0x7f0604ea
+com.example.revivemymemory:style/Widget.Material3.FloatingActionButton.Large.Surface = 0x7f110373
+com.example.revivemymemory:attr/extendedFloatingActionButtonSecondaryStyle = 0x7f0301a4
+com.example.revivemymemory:id/fitXY = 0x7f0800cd
+com.example.revivemymemory:attr/colorSwitchThumbNormal = 0x7f03010e
+com.example.revivemymemory:color/material_dynamic_neutral20 = 0x7f0501b8
+com.example.revivemymemory:color/mtrl_switch_thumb_icon_tint = 0x7f050258
+com.example.revivemymemory:style/Widget.Material3.TextInputEditText.FilledBox = 0x7f1103ba
+com.example.revivemymemory:attr/coplanarSiblingViewId = 0x7f03012d
+com.example.revivemymemory:style/TextAppearance.M3.Sys.Typescale.HeadlineSmall = 0x7f1101cf
+com.example.revivemymemory:dimen/m3_comp_switch_track_height = 0x7f060445
+com.example.revivemymemory:attr/flow_verticalBias = 0x7f0301d6
+com.example.revivemymemory:attr/imagePanX = 0x7f030210
+com.example.revivemymemory:dimen/m3_sys_elevation_level4 = 0x7f06048e
+com.example.revivemymemory:color/m3_timepicker_button_text_color = 0x7f0501a5
+com.example.revivemymemory:attr/flow_horizontalStyle = 0x7f0301ce
+com.example.revivemymemory:string/password = 0x7f1000a7
+com.example.revivemymemory:drawable/$ic_launcher_foreground__0 = 0x7f070006
+com.example.revivemymemory:attr/floatingActionButtonTertiaryStyle = 0x7f0301c6
+com.example.revivemymemory:color/design_dark_default_color_error = 0x7f050031
+com.example.revivemymemory:attr/floatingActionButtonSurfaceStyle = 0x7f0301c5
+com.example.revivemymemory:color/material_blue_grey_900 = 0x7f0501af
+com.example.revivemymemory:drawable/baseline_person_24 = 0x7f070081
+com.example.revivemymemory:attr/floatingActionButtonStyle = 0x7f0301c4
+com.example.revivemymemory:style/Platform.MaterialComponents.Light = 0x7f110136
+com.example.revivemymemory:attr/showPaths = 0x7f0303ab
+com.example.revivemymemory:attr/passwordToggleContentDescription = 0x7f030353
+com.example.revivemymemory:attr/errorEnabled = 0x7f03018f
+com.example.revivemymemory:dimen/m3_sys_motion_easing_linear_control_x1 = 0x7f0604a4
+com.example.revivemymemory:attr/floatingActionButtonSmallSurfaceStyle = 0x7f0301c2
+com.example.revivemymemory:dimen/abc_edit_text_inset_bottom_material = 0x7f060324
+com.example.revivemymemory:dimen/mtrl_btn_pressed_z = 0x7f060503
+com.example.revivemymemory:attr/materialAlertDialogButtonSpacerVisibility = 0x7f0302c0
+com.example.revivemymemory:attr/floatingActionButtonSmallStyle = 0x7f0301c1
+com.example.revivemymemory:attr/layout_constraintEnd_toStartOf = 0x7f03025e
+com.example.revivemymemory:attr/floatingActionButtonLargeTertiaryStyle = 0x7f0301bc
+com.example.revivemymemory:color/cardview_shadow_end_color = 0x7f05002c
+com.example.revivemymemory:dimen/_8sdp = 0x7f0602a4
+com.example.revivemymemory:styleable/ViewPager2 = 0x7f120097
+com.example.revivemymemory:color/bright_foreground_material_light = 0x7f050027
+com.example.revivemymemory:attr/floatingActionButtonLargeSurfaceStyle = 0x7f0301bb
+com.example.revivemymemory:attr/materialAlertDialogTitleIconStyle = 0x7f0302c2
+com.example.revivemymemory:dimen/_48sdp = 0x7f0601d9
+com.example.revivemymemory:style/ThemeOverlay.Material3.DayNight.BottomSheetDialog = 0x7f110286
+com.example.revivemymemory:attr/titleTextEllipsize = 0x7f030478
+com.example.revivemymemory:dimen/design_bottom_sheet_peek_height_min = 0x7f060365
+com.example.revivemymemory:string/material_motion_easing_emphasized = 0x7f10005c
+com.example.revivemymemory:attr/firstBaselineToTopHeight = 0x7f0301b7
+com.example.revivemymemory:style/Base.Widget.Material3.Chip = 0x7f1100fb
+com.example.revivemymemory:color/m3_ref_palette_secondary99 = 0x7f05011a
+com.example.revivemymemory:dimen/_412sdp = 0x7f06017d
+com.example.revivemymemory:attr/textInputOutlinedDenseStyle = 0x7f030446
+com.example.revivemymemory:style/Base.Widget.Material3.CompoundButton.Switch = 0x7f1100ff
+com.example.revivemymemory:style/Base.TextAppearance.Widget.AppCompat.Toolbar.Subtitle = 0x7f110047
+com.example.revivemymemory:dimen/design_snackbar_action_inline_max_width = 0x7f060376
+com.example.revivemymemory:dimen/_5sdp = 0x7f060261
+com.example.revivemymemory:dimen/_430sdp = 0x7f060193
+com.example.revivemymemory:attr/fastScrollVerticalThumbDrawable = 0x7f0301b5
+com.example.revivemymemory:color/background_floating_material_dark = 0x7f05001d
+com.example.revivemymemory:layout/mtrl_alert_select_dialog_multichoice = 0x7f0b0049
+com.example.revivemymemory:animator/m3_chip_state_list_anim = 0x7f02000d
+com.example.revivemymemory:dimen/_577sdp = 0x7f060244
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Display2 = 0x7f11001a
+com.example.revivemymemory:attr/constraintSetEnd = 0x7f030115
+com.example.revivemymemory:attr/cornerSizeBottomRight = 0x7f030136
+com.example.revivemymemory:attr/deltaPolarAngle = 0x7f030155
+com.example.revivemymemory:attr/fastScrollHorizontalTrackDrawable = 0x7f0301b4
+com.example.revivemymemory:style/Widget.Material3.Button.UnelevatedButton = 0x7f11034d
+com.example.revivemymemory:dimen/_182sdp = 0x7f060063
+com.example.revivemymemory:attr/itemShapeAppearanceOverlay = 0x7f030230
+com.example.revivemymemory:styleable/Badge = 0x7f120013
+com.example.revivemymemory:attr/fastScrollHorizontalThumbDrawable = 0x7f0301b3
+com.example.revivemymemory:dimen/_74sdp = 0x7f060282
+com.example.revivemymemory:layout/mtrl_picker_header_toggle = 0x7f0b0060
+com.example.revivemymemory:id/design_menu_item_text = 0x7f08009c
+com.example.revivemymemory:dimen/_32ssp = 0x7f060118
+com.example.revivemymemory:macro/m3_comp_filled_button_container_color = 0x7f0c0024
+com.example.revivemymemory:id/image = 0x7f0800ef
+com.example.revivemymemory:attr/iconStartPadding = 0x7f030209
+com.example.revivemymemory:attr/fabSize = 0x7f0301b1
+com.example.revivemymemory:attr/ttcIndex = 0x7f03049c
+com.example.revivemymemory:animator/fragment_fade_exit = 0x7f020006
+com.example.revivemymemory:dimen/_minus36sdp = 0x7f0602d8
+com.example.revivemymemory:id/asConfigured = 0x7f080054
+com.example.revivemymemory:animator/mtrl_extended_fab_hide_motion_spec = 0x7f02001a
+com.example.revivemymemory:macro/m3_comp_extended_fab_secondary_container_color = 0x7f0c0011
+com.example.revivemymemory:drawable/material_ic_keyboard_arrow_left_black_24dp = 0x7f0700c1
+com.example.revivemymemory:drawable/btn_checkbox_unchecked_to_checked_mtrl_animation = 0x7f070086
+com.example.revivemymemory:attr/materialDividerHeavyStyle = 0x7f0302de
+com.example.revivemymemory:attr/drawableSize = 0x7f03016c
+com.example.revivemymemory:animator/m3_extended_fab_show_motion_spec = 0x7f020012
+com.example.revivemymemory:dimen/_499sdp = 0x7f0601e4
+com.example.revivemymemory:id/spread_inside = 0x7f0801be
+com.example.revivemymemory:dimen/_317sdp = 0x7f060108
+com.example.revivemymemory:style/Theme.Design = 0x7f110215
+com.example.revivemymemory:attr/colorTertiary = 0x7f03010f
+com.example.revivemymemory:attr/fabCradleMargin = 0x7f0301ad
+com.example.revivemymemory:dimen/_3sdp = 0x7f06016d
+com.example.revivemymemory:styleable/FloatingActionButton = 0x7f120034
+com.example.revivemymemory:color/m3_ref_palette_neutral_variant20 = 0x7f0500f7
+com.example.revivemymemory:color/m3_ref_palette_neutral70 = 0x7f0500ef
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Widget.Button = 0x7f110037
+com.example.revivemymemory:attr/extendedFloatingActionButtonSurfaceStyle = 0x7f0301a6
+com.example.revivemymemory:attr/carousel_firstView = 0x7f030096
+com.example.revivemymemory:attr/extendedFloatingActionButtonPrimaryStyle = 0x7f0301a3
+com.example.revivemymemory:color/m3_appbar_overlay_color = 0x7f05005f
+com.example.revivemymemory:attr/chipGroupStyle = 0x7f0300b2
+com.example.revivemymemory:dimen/design_bottom_sheet_modal_elevation = 0x7f060364
+com.example.revivemymemory:attr/navigationRailStyle = 0x7f030338
+com.example.revivemymemory:dimen/_238sdp = 0x7f0600a7
+com.example.revivemymemory:attr/extendMotionSpec = 0x7f0301a1
+com.example.revivemymemory:animator/fragment_open_exit = 0x7f020008
+com.example.revivemymemory:attr/expandedTitleTextColor = 0x7f0301a0
+com.example.revivemymemory:attr/customIntegerValue = 0x7f030147
+com.example.revivemymemory:dimen/_7ssp = 0x7f06028f
+com.example.revivemymemory:drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__2 = 0x7f07001d
+com.example.revivemymemory:attr/errorTextAppearance = 0x7f030194
+com.example.revivemymemory:attr/actionDropDownStyle = 0x7f03000e
+com.example.revivemymemory:style/Base.Widget.AppCompat.Light.ActionBar.Solid = 0x7f1100d8
+com.example.revivemymemory:style/Base.Theme.AppCompat.Light.DialogWhenLarge = 0x7f110056
+com.example.revivemymemory:macro/m3_comp_outlined_text_field_input_text_type = 0x7f0c0051
+com.example.revivemymemory:attr/floatingActionButtonSmallSecondaryStyle = 0x7f0301c0
+com.example.revivemymemory:attr/actionMenuTextAppearance = 0x7f030010
+com.example.revivemymemory:style/Widget.MaterialComponents.FloatingActionButton = 0x7f1103fc
+com.example.revivemymemory:attr/clockFaceBackgroundColor = 0x7f0300d0
+com.example.revivemymemory:attr/tabPaddingEnd = 0x7f030404
+com.example.revivemymemory:attr/textAppearanceBodyMedium = 0x7f030417
+com.example.revivemymemory:dimen/mtrl_extended_fab_translation_z_base = 0x7f06054d
+com.example.revivemymemory:dimen/material_clock_hand_padding = 0x7f0604c1
+com.example.revivemymemory:macro/m3_comp_switch_selected_track_color = 0x7f0c00a6
+com.example.revivemymemory:dimen/m3_comp_primary_navigation_tab_divider_height = 0x7f060421
+com.example.revivemymemory:macro/m3_comp_outlined_text_field_supporting_text_color = 0x7f0c0054
+com.example.revivemymemory:attr/lStar = 0x7f030241
+com.example.revivemymemory:string/m3_sys_motion_easing_legacy = 0x7f10004c
+com.example.revivemymemory:color/abc_secondary_text_material_light = 0x7f050012
+com.example.revivemymemory:dimen/m3_comp_primary_navigation_tab_active_hover_state_layer_opacity = 0x7f06041e
+com.example.revivemymemory:dimen/_449sdp = 0x7f0601a8
+com.example.revivemymemory:dimen/_69ssp = 0x7f060277
+com.example.revivemymemory:attr/fontFamily = 0x7f0301db
+com.example.revivemymemory:id/ghost_view_holder = 0x7f0800d8
+com.example.revivemymemory:attr/iconifiedByDefault = 0x7f03020c
+com.example.revivemymemory:style/Theme.MaterialComponents.Light.Dialog.Alert = 0x7f110259
+com.example.revivemymemory:dimen/_438sdp = 0x7f06019b
+com.example.revivemymemory:string/mtrl_picker_text_input_year_abbr = 0x7f100097
+com.example.revivemymemory:color/m3_default_color_primary_text = 0x7f050078
+com.example.revivemymemory:attr/flow_horizontalBias = 0x7f0301cc
+com.example.revivemymemory:attr/subheaderColor = 0x7f0303e0
+com.example.revivemymemory:attr/listChoiceIndicatorSingleAnimated = 0x7f030299
+com.example.revivemymemory:attr/counterOverflowTextAppearance = 0x7f03013b
+com.example.revivemymemory:attr/expandedTitleGravity = 0x7f030199
+com.example.revivemymemory:attr/errorIconTintMode = 0x7f030192
+com.example.revivemymemory:dimen/_456sdp = 0x7f0601b1
+com.example.revivemymemory:color/m3_card_ripple_color = 0x7f05006a
+com.example.revivemymemory:color/m3_ref_palette_tertiary50 = 0x7f050121
+com.example.revivemymemory:dimen/_153sdp = 0x7f060040
+com.example.revivemymemory:id/arc = 0x7f080053
+com.example.revivemymemory:attr/materialAlertDialogBodyTextStyle = 0x7f0302bf
+com.example.revivemymemory:id/coordinator = 0x7f080089
+com.example.revivemymemory:color/material_blue_grey_950 = 0x7f0501b0
+com.example.revivemymemory:attr/windowActionBar = 0x7f0304b2
+com.example.revivemymemory:style/Base.V14.Theme.Material3.Dark.BottomSheetDialog = 0x7f110084
+com.example.revivemymemory:attr/drawableTint = 0x7f03016e
+com.example.revivemymemory:dimen/_262sdp = 0x7f0600c5
+com.example.revivemymemory:attr/errorAccessibilityLiveRegion = 0x7f03018d
+com.example.revivemymemory:dimen/m3_fab_translation_z_pressed = 0x7f060458
+com.example.revivemymemory:macro/m3_comp_extended_fab_surface_container_color = 0x7f0c0013
+com.example.revivemymemory:attr/endIconTintMode = 0x7f030188
+com.example.revivemymemory:attr/subtitleTextColor = 0x7f0303e8
+com.example.revivemymemory:animator/mtrl_extended_fab_show_motion_spec = 0x7f02001b
+com.example.revivemymemory:dimen/m3_sys_motion_easing_legacy_accelerate_control_x1 = 0x7f060498
+com.example.revivemymemory:styleable/CollapsingToolbarLayout_Layout = 0x7f120024
+com.example.revivemymemory:style/Base.Widget.AppCompat.ActionButton = 0x7f1100c1
+com.example.revivemymemory:color/mtrl_tabs_icon_color_selector_colored = 0x7f05025e
+com.example.revivemymemory:attr/flow_firstVerticalStyle = 0x7f0301ca
+com.example.revivemymemory:dimen/mtrl_progress_circular_size = 0x7f060573
+com.example.revivemymemory:attr/fontProviderQuery = 0x7f0301e1
+com.example.revivemymemory:attr/drawableLeftCompat = 0x7f03016a
+com.example.revivemymemory:style/Widget.MaterialComponents.ChipGroup = 0x7f1103f1
+com.example.revivemymemory:macro/m3_comp_outlined_button_outline_color = 0x7f0c003e
+com.example.revivemymemory:color/m3_sys_color_light_outline_variant = 0x7f05018c
+com.example.revivemymemory:dimen/_244sdp = 0x7f0600af
+com.example.revivemymemory:color/material_personalized_color_on_secondary_container = 0x7f050214
+com.example.revivemymemory:attr/maxImageSize = 0x7f0302f1
+com.example.revivemymemory:dimen/_65ssp = 0x7f06026f
+com.example.revivemymemory:attr/itemPaddingBottom = 0x7f03022c
+com.example.revivemymemory:dimen/_71sdp = 0x7f06027c
+com.example.revivemymemory:attr/elevation = 0x7f03017b
+com.example.revivemymemory:attr/editTextColor = 0x7f030179
+com.example.revivemymemory:attr/dynamicColorThemeOverlay = 0x7f030177
+com.example.revivemymemory:attr/transitionPathRotate = 0x7f030497
+com.example.revivemymemory:style/Widget.Material3.MaterialTimePicker.Button = 0x7f11039a
+com.example.revivemymemory:attr/actionModeCloseButtonStyle = 0x7f030013
+com.example.revivemymemory:attr/materialCalendarStyle = 0x7f0302d4
+com.example.revivemymemory:dimen/abc_dialog_list_padding_top_no_title = 0x7f060319
+com.example.revivemymemory:attr/layout_constraintStart_toEndOf = 0x7f030270
+com.example.revivemymemory:style/ShapeAppearance.M3.Comp.Switch.Handle.Shape = 0x7f110157
+com.example.revivemymemory:dimen/_59ssp = 0x7f060260
+com.example.revivemymemory:layout/m3_auto_complete_simple_item = 0x7f0b0035
+com.example.revivemymemory:color/mtrl_text_btn_text_color_selector = 0x7f050261
+com.example.revivemymemory:dimen/_228sdp = 0x7f06009b
+com.example.revivemymemory:attr/dayTodayStyle = 0x7f03014f
+com.example.revivemymemory:style/MaterialAlertDialog.MaterialComponents.Title.Icon.CenterStacked = 0x7f11012d
+com.example.revivemymemory:attr/dropDownListViewStyle = 0x7f030174
+com.example.revivemymemory:attr/errorShown = 0x7f030193
+com.example.revivemymemory:dimen/mtrl_btn_padding_top = 0x7f060502
+com.example.revivemymemory:attr/tabContentStart = 0x7f0303f3
+com.example.revivemymemory:attr/onNegativeCross = 0x7f030341
+com.example.revivemymemory:style/TextAppearance.MaterialComponents.Chip = 0x7f1101f0
+com.example.revivemymemory:style/MaterialAlertDialog.MaterialComponents.Title.Panel.CenterStacked = 0x7f11012f
+com.example.revivemymemory:id/search_button = 0x7f080190
+com.example.revivemymemory:dimen/m3_btn_icon_only_icon_padding = 0x7f0603c3
+com.example.revivemymemory:drawable/$mtrl_checkbox_button_unchecked_checked__2 = 0x7f070020
+com.example.revivemymemory:attr/drawableStartCompat = 0x7f03016d
+com.example.revivemymemory:attr/titleTextAppearance = 0x7f030476
+com.example.revivemymemory:attr/expanded = 0x7f030197
+com.example.revivemymemory:attr/fabCustomSize = 0x7f0301b0
+com.example.revivemymemory:style/Theme.Material3.Light.Dialog = 0x7f110230
+com.example.revivemymemory:drawable/btn_radio_off_to_on_mtrl_animation = 0x7f070088
+com.example.revivemymemory:attr/dragThreshold = 0x7f030166
+com.example.revivemymemory:color/m3_ref_palette_error40 = 0x7f0500df
+com.example.revivemymemory:dimen/abc_alert_dialog_button_bar_height = 0x7f060308
+com.example.revivemymemory:id/inward = 0x7f0800f6
+com.example.revivemymemory:color/dim_foreground_material_dark = 0x7f050056
+com.example.revivemymemory:color/m3_dynamic_dark_primary_text_disable_only = 0x7f05007e
+com.example.revivemymemory:attr/fastScrollEnabled = 0x7f0301b2
+com.example.revivemymemory:id/immediateStop = 0x7f0800f1
+com.example.revivemymemory:attr/dividerThickness = 0x7f030162
+com.example.revivemymemory:dimen/mtrl_progress_track_thickness = 0x7f06057b
+com.example.revivemymemory:dimen/_167sdp = 0x7f060050
+com.example.revivemymemory:attr/textAppearanceOverline = 0x7f03042f
+com.example.revivemymemory:color/primary_material_light = 0x7f05026c
+com.example.revivemymemory:style/Base.Animation.AppCompat.Dialog = 0x7f11000b
+com.example.revivemymemory:attr/arrowHeadLength = 0x7f030038
+com.example.revivemymemory:dimen/_441sdp = 0x7f0601a0
+com.example.revivemymemory:color/material_personalized_color_on_tertiary = 0x7f050218
+com.example.revivemymemory:attr/dividerColor = 0x7f03015d
+com.example.revivemymemory:dimen/_554sdp = 0x7f060229
+com.example.revivemymemory:attr/fontStyle = 0x7f0301e3
+com.example.revivemymemory:style/ThemeOverlay.Material3 = 0x7f110270
+com.example.revivemymemory:attr/motionDurationLong2 = 0x7f03030b
+com.example.revivemymemory:dimen/_313sdp = 0x7f060104
+com.example.revivemymemory:style/TextAppearance.AppCompat.Widget.PopupMenu.Large = 0x7f1101b3
+com.example.revivemymemory:attr/collapsedTitleTextAppearance = 0x7f0300e0
+com.example.revivemymemory:attr/displayOptions = 0x7f03015b
+com.example.revivemymemory:dimen/_4ssp = 0x7f0601e8
+com.example.revivemymemory:attr/dragScale = 0x7f030165
+com.example.revivemymemory:color/design_default_color_on_surface = 0x7f050043
+com.example.revivemymemory:attr/dialogPreferredPadding = 0x7f030159
+com.example.revivemymemory:style/TextAppearance.Material3.BodyLarge = 0x7f1101d8
+com.example.revivemymemory:color/m3_ref_palette_dynamic_tertiary20 = 0x7f0500d0
+com.example.revivemymemory:attr/floatingActionButtonSmallTertiaryStyle = 0x7f0301c3
+com.example.revivemymemory:styleable/MaterialCalendarItem = 0x7f120054
+com.example.revivemymemory:dimen/m3_comp_search_bar_container_height = 0x7f060428
+com.example.revivemymemory:dimen/_437sdp = 0x7f06019a
+com.example.revivemymemory:attr/deltaPolarRadius = 0x7f030156
+com.example.revivemymemory:attr/dividerPadding = 0x7f030161
+com.example.revivemymemory:attr/materialSearchViewStyle = 0x7f0302e6
+com.example.revivemymemory:style/Widget.Material3.MaterialTimePicker.Display.TextInputEditText = 0x7f11039f
+com.example.revivemymemory:dimen/m3_comp_navigation_rail_container_elevation = 0x7f060412
+com.example.revivemymemory:attr/defaultScrollFlagsEnabled = 0x7f030153
+com.example.revivemymemory:dimen/mtrl_calendar_selection_baseline_to_top_fullscreen = 0x7f060529
+com.example.revivemymemory:color/material_dynamic_primary80 = 0x7f0501d8
+com.example.revivemymemory:style/Widget.Material3.Slider.Label = 0x7f1103b3
+com.example.revivemymemory:style/Base.Widget.MaterialComponents.TextView = 0x7f110118
+com.example.revivemymemory:string/mtrl_chip_close_icon_content_description = 0x7f100075
+com.example.revivemymemory:macro/m3_comp_filled_button_label_text_color = 0x7f0c0025
+com.example.revivemymemory:attr/defaultQueryHint = 0x7f030152
+com.example.revivemymemory:id/action_text = 0x7f080044
+com.example.revivemymemory:attr/attributeName = 0x7f03003a
+com.example.revivemymemory:color/mtrl_chip_background_color = 0x7f05023c
+com.example.revivemymemory:style/Widget.Material3.BottomAppBar.Legacy = 0x7f110335
+com.example.revivemymemory:attr/state_with_icon = 0x7f0303d9
+com.example.revivemymemory:color/m3_navigation_item_text_color = 0x7f050093
+com.example.revivemymemory:color/m3_ref_palette_secondary95 = 0x7f050119
+com.example.revivemymemory:color/m3_ref_palette_neutral_variant100 = 0x7f0500f6
+com.example.revivemymemory:style/ThemeOverlay.Material3.Chip.Assist = 0x7f110283
+com.example.revivemymemory:attr/state_collapsible = 0x7f0303d3
+com.example.revivemymemory:attr/measureWithLargestChild = 0x7f0302f5
+com.example.revivemymemory:dimen/m3_badge_with_text_horizontal_offset = 0x7f0603a7
+com.example.revivemymemory:dimen/mtrl_switch_text_padding = 0x7f06058e
+com.example.revivemymemory:attr/chipIcon = 0x7f0300b3
+com.example.revivemymemory:attr/badgeStyle = 0x7f030051
+com.example.revivemymemory:dimen/m3_sys_elevation_level1 = 0x7f06048b
+com.example.revivemymemory:attr/liftOnScrollTargetViewId = 0x7f030292
+com.example.revivemymemory:attr/customStringValue = 0x7f03014b
+com.example.revivemymemory:macro/m3_comp_text_button_hover_state_layer_color = 0x7f0c00bb
+com.example.revivemymemory:attr/contentScrim = 0x7f030129
+com.example.revivemymemory:dimen/m3_comp_input_chip_with_leading_icon_leading_icon_size = 0x7f06040e
+com.example.revivemymemory:dimen/_107sdp = 0x7f060008
+com.example.revivemymemory:string/enter_your_email_address_associated_with_your_account = 0x7f100035
+com.example.revivemymemory:attr/customNavigationLayout = 0x7f030148
+com.example.revivemymemory:integer/m3_sys_motion_duration_medium4 = 0x7f090019
+com.example.revivemymemory:attr/materialCalendarHeaderCancelButton = 0x7f0302cb
+com.example.revivemymemory:style/Base.V14.Theme.Material3.Light.Dialog = 0x7f110089
+com.example.revivemymemory:dimen/m3_comp_switch_selected_hover_state_layer_opacity = 0x7f060443
+com.example.revivemymemory:layout/design_navigation_item_subheader = 0x7f0b002c
+com.example.revivemymemory:id/west = 0x7f080215
+com.example.revivemymemory:id/baseline = 0x7f08005e
+com.example.revivemymemory:dimen/_minus18sdp = 0x7f0602c4
+com.example.revivemymemory:attr/cardCornerRadius = 0x7f03008d
+com.example.revivemymemory:attr/titleMarginStart = 0x7f030472
+com.example.revivemymemory:attr/labelVisibilityMode = 0x7f030244
+com.example.revivemymemory:attr/saturation = 0x7f03038a
+com.example.revivemymemory:string/mtrl_checkbox_state_description_unchecked = 0x7f100074
+com.example.revivemymemory:attr/haloRadius = 0x7f0301ef
+com.example.revivemymemory:color/mtrl_switch_track_tint = 0x7f05025b
+com.example.revivemymemory:animator/design_fab_show_motion_spec = 0x7f020002
+com.example.revivemymemory:id/birthTil = 0x7f080062
+com.example.revivemymemory:color/m3_sys_color_dynamic_dark_on_tertiary = 0x7f050157
+com.example.revivemymemory:dimen/_279sdp = 0x7f0600d8
+com.example.revivemymemory:attr/helperTextTextColor = 0x7f0301f5
+com.example.revivemymemory:attr/currentState = 0x7f030140
+com.example.revivemymemory:color/m3_sys_color_dynamic_light_on_surface_variant = 0x7f05016d
+com.example.revivemymemory:attr/counterOverflowTextColor = 0x7f03013c
+com.example.revivemymemory:attr/tint = 0x7f030468
+com.example.revivemymemory:dimen/_359sdp = 0x7f06013a
+com.example.revivemymemory:attr/cornerFamilyBottomRight = 0x7f030130
+com.example.revivemymemory:style/ShapeAppearance.M3.Sys.Shape.Corner.ExtraLarge = 0x7f11015b
+com.example.revivemymemory:dimen/m3_timepicker_window_elevation = 0x7f0604b9
+com.example.revivemymemory:dimen/m3_searchbar_height = 0x7f060475
+com.example.revivemymemory:attr/actionModeWebSearchDrawable = 0x7f030020
+com.example.revivemymemory:attr/motionProgress = 0x7f03032d
+com.example.revivemymemory:attr/carousel_emptyViewsBehavior = 0x7f030095
+com.example.revivemymemory:attr/controlBackground = 0x7f03012b
+com.example.revivemymemory:dimen/m3_sys_motion_easing_legacy_accelerate_control_y1 = 0x7f06049a
+com.example.revivemymemory:dimen/m3_sys_motion_easing_emphasized_decelerate_control_x2 = 0x7f060495
+com.example.revivemymemory:dimen/_72sdp = 0x7f06027e
+com.example.revivemymemory:attr/addElevationShadow = 0x7f030027
+com.example.revivemymemory:attr/windowMinWidthMajor = 0x7f0304b9
+com.example.revivemymemory:attr/editTextStyle = 0x7f03017a
+com.example.revivemymemory:attr/borderWidth = 0x7f030068
+com.example.revivemymemory:id/material_clock_period_toggle = 0x7f080115
+com.example.revivemymemory:attr/contentPaddingTop = 0x7f030128
+com.example.revivemymemory:attr/contentPadding = 0x7f030122
+com.example.revivemymemory:color/m3_sys_color_light_on_background = 0x7f050180
+com.example.revivemymemory:drawable/material_ic_calendar_black_24dp = 0x7f0700be
+com.example.revivemymemory:dimen/_minus6sdp = 0x7f0602f4
+com.example.revivemymemory:style/Base.Widget.AppCompat.Spinner = 0x7f1100f0
+com.example.revivemymemory:drawable/abc_list_pressed_holo_light = 0x7f070052
+com.example.revivemymemory:attr/circularflow_angles = 0x7f0300c5
+com.example.revivemymemory:macro/m3_comp_fab_surface_icon_color = 0x7f0c001f
+com.example.revivemymemory:attr/autoSizeMinTextSize = 0x7f03003f
+com.example.revivemymemory:dimen/m3_navigation_item_shape_inset_top = 0x7f060462
+com.example.revivemymemory:color/m3_sys_color_dynamic_light_on_surface = 0x7f05016c
+com.example.revivemymemory:dimen/mtrl_slider_halo_radius = 0x7f06057f
+com.example.revivemymemory:dimen/_118sdp = 0x7f060015
+com.example.revivemymemory:attr/cornerRadius = 0x7f030133
+com.example.revivemymemory:drawable/mtrl_checkbox_button_unchecked_checked = 0x7f0700d1
+com.example.revivemymemory:color/design_dark_default_color_primary_dark = 0x7f050038
+com.example.revivemymemory:style/Widget.Material3.MaterialCalendar.DayTextView = 0x7f110386
+com.example.revivemymemory:drawable/$mtrl_checkbox_button_icon_indeterminate_checked__0 = 0x7f070014
+com.example.revivemymemory:color/m3_switch_thumb_tint = 0x7f05012f
+com.example.revivemymemory:attr/springBoundary = 0x7f0303c2
+com.example.revivemymemory:attr/contentInsetStartWithNavigation = 0x7f030121
+com.example.revivemymemory:attr/waveShape = 0x7f0304b0
+com.example.revivemymemory:color/gray02 = 0x7f05005c
+com.example.revivemymemory:attr/carousel_touchUp_dampeningFactor = 0x7f03009c
+com.example.revivemymemory:anim/btn_radio_to_off_mtrl_dot_group_animation = 0x7f010012
+com.example.revivemymemory:attr/commitIcon = 0x7f030111
+com.example.revivemymemory:attr/startIconTint = 0x7f0303cf
+com.example.revivemymemory:style/TextAppearance.MaterialComponents.Subtitle2 = 0x7f1101f9
+com.example.revivemymemory:attr/tickMarkTint = 0x7f030465
+com.example.revivemymemory:attr/colorOnError = 0x7f0300f4
+com.example.revivemymemory:style/TextAppearance.AppCompat.Title = 0x7f1101a1
+com.example.revivemymemory:drawable/navigation_empty_icon = 0x7f0700ec
+com.example.revivemymemory:attr/layout_constraintTag = 0x7f030272
+com.example.revivemymemory:style/Base.Theme.MaterialComponents.Dialog.Alert = 0x7f110063
+com.example.revivemymemory:attr/animationMode = 0x7f030034
+com.example.revivemymemory:color/m3_ref_palette_dynamic_primary50 = 0x7f0500b9
+com.example.revivemymemory:color/material_grey_300 = 0x7f0501f7
+com.example.revivemymemory:attr/expandActivityOverflowButtonDrawable = 0x7f030196
+com.example.revivemymemory:attr/wavePeriod = 0x7f0304ae
+com.example.revivemymemory:color/mtrl_btn_text_color_selector = 0x7f050236
+com.example.revivemymemory:color/mtrl_fab_icon_text_color_selector = 0x7f050245
+com.example.revivemymemory:integer/mtrl_switch_thumb_pressed_duration = 0x7f090031
+com.example.revivemymemory:color/design_default_color_primary = 0x7f050044
+com.example.revivemymemory:dimen/_583sdp = 0x7f06024c
+com.example.revivemymemory:string/mtrl_switch_thumb_path_unchecked = 0x7f1000a2
+com.example.revivemymemory:attr/duration = 0x7f030176
+com.example.revivemymemory:id/password_login = 0x7f080167
+com.example.revivemymemory:dimen/_416sdp = 0x7f060181
+com.example.revivemymemory:macro/m3_comp_slider_label_label_text_color = 0x7f0c008e
+com.example.revivemymemory:attr/materialSwitchStyle = 0x7f0302e7
+com.example.revivemymemory:id/vertical_only = 0x7f08020c
+com.example.revivemymemory:attr/counterTextColor = 0x7f03013e
+com.example.revivemymemory:attr/closeIconEndPadding = 0x7f0300d6
+com.example.revivemymemory:styleable/ViewStubCompat = 0x7f120098
+com.example.revivemymemory:interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1 = 0x7f0a0001
+com.example.revivemymemory:color/m3_ref_palette_dynamic_primary70 = 0x7f0500bb
+com.example.revivemymemory:animator/m3_elevated_chip_state_list_anim = 0x7f02000e
+com.example.revivemymemory:attr/colorOnSurfaceInverse = 0x7f0300fc
+com.example.revivemymemory:dimen/m3_chip_corner_size = 0x7f0603da
+com.example.revivemymemory:attr/colorPrimaryDark = 0x7f030104
+com.example.revivemymemory:dimen/_60sdp = 0x7f060264
+com.example.revivemymemory:style/Base.Widget.AppCompat.Button.Borderless.Colored = 0x7f1100c9
+com.example.revivemymemory:attr/colorPrimaryInverse = 0x7f030105
+com.example.revivemymemory:dimen/design_bottom_navigation_active_item_max_width = 0x7f060357
+com.example.revivemymemory:style/Base.Theme.MaterialComponents.DialogWhenLarge = 0x7f110067
+com.example.revivemymemory:attr/actionTextColorAlpha = 0x7f030024
+com.example.revivemymemory:style/Base.Widget.MaterialComponents.PopupMenu.Overflow = 0x7f110113
+com.example.revivemymemory:dimen/_4sdp = 0x7f0601e7
+com.example.revivemymemory:dimen/_460sdp = 0x7f0601b7
+com.example.revivemymemory:attr/colorOnTertiary = 0x7f0300fe
+com.example.revivemymemory:style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle = 0x7f1101a9
+com.example.revivemymemory:dimen/m3_comp_navigation_rail_active_indicator_height = 0x7f060410
+com.example.revivemymemory:dimen/_532sdp = 0x7f06020f
+com.example.revivemymemory:style/Widget.Material3.FloatingActionButton.Primary = 0x7f110375
+com.example.revivemymemory:attr/colorOnSurfaceVariant = 0x7f0300fd
+com.example.revivemymemory:style/Theme.MaterialComponents.Light.NoActionBar = 0x7f110261
+com.example.revivemymemory:dimen/_54sdp = 0x7f060223
+com.example.revivemymemory:style/Base.ThemeOverlay.AppCompat.Dialog = 0x7f110076
+com.example.revivemymemory:attr/floatingActionButtonPrimaryStyle = 0x7f0301bd
+com.example.revivemymemory:attr/boxStrokeWidthFocused = 0x7f03007a
+com.example.revivemymemory:attr/colorOnPrimaryContainer = 0x7f0300f7
+com.example.revivemymemory:drawable/abc_switch_track_mtrl_alpha = 0x7f07006b
+com.example.revivemymemory:dimen/m3_large_fab_max_image_size = 0x7f060459
+com.example.revivemymemory:attr/colorOnPrimary = 0x7f0300f6
+com.example.revivemymemory:attr/colorOnErrorContainer = 0x7f0300f5
+com.example.revivemymemory:attr/actionModeShareDrawable = 0x7f03001c
+com.example.revivemymemory:attr/checkMarkTint = 0x7f0300a1
+com.example.revivemymemory:attr/strokeColor = 0x7f0303dd
+com.example.revivemymemory:dimen/_47sdp = 0x7f0601cd
+com.example.revivemymemory:style/Widget.MaterialComponents.AutoCompleteTextView.OutlinedBox = 0x7f1103d4
+com.example.revivemymemory:anim/abc_tooltip_enter = 0x7f01000a
+com.example.revivemymemory:dimen/_92ssp = 0x7f0602ab
+com.example.revivemymemory:id/search_view_edit_text = 0x7f08019c
+com.example.revivemymemory:dimen/_500sdp = 0x7f0601e9
+com.example.revivemymemory:style/Base.Theme.AppCompat.Light.Dialog = 0x7f110052
+com.example.revivemymemory:attr/drawableRightCompat = 0x7f03016b
+com.example.revivemymemory:dimen/_112sdp = 0x7f06000f
+com.example.revivemymemory:mipmap/ic_launcher = 0x7f0d0000
+com.example.revivemymemory:attr/spinnerDropDownItemStyle = 0x7f0303bf
+com.example.revivemymemory:style/TextAppearance.AppCompat.Light.SearchResult.Title = 0x7f110195
+com.example.revivemymemory:attr/floatingActionButtonLargeStyle = 0x7f0301ba
+com.example.revivemymemory:attr/staggered = 0x7f0303c9
+com.example.revivemymemory:anim/btn_checkbox_to_checked_box_inner_merged_animation = 0x7f01000c
+com.example.revivemymemory:color/material_dynamic_neutral_variant90 = 0x7f0501cc
+com.example.revivemymemory:style/Widget.MaterialComponents.ActionBar.Solid = 0x7f1103cc
+com.example.revivemymemory:attr/contentPaddingLeft = 0x7f030125
+com.example.revivemymemory:style/Base.Widget.AppCompat.ButtonBar = 0x7f1100cd
+com.example.revivemymemory:dimen/_338sdp = 0x7f060121
+com.example.revivemymemory:styleable/MaterialButton = 0x7f120051
+com.example.revivemymemory:color/m3_ref_palette_error90 = 0x7f0500e4
+com.example.revivemymemory:attr/switchTextAppearance = 0x7f0303f1
+com.example.revivemymemory:style/Theme.MaterialComponents.DayNight.Dialog.Alert.Bridge = 0x7f110241
+com.example.revivemymemory:style/Base.Widget.AppCompat.Button = 0x7f1100c7
+com.example.revivemymemory:dimen/_43sdp = 0x7f06019d
+com.example.revivemymemory:attr/civ_circle_background_color = 0x7f0300cd
+com.example.revivemymemory:id/center_vertical = 0x7f080073
+com.example.revivemymemory:color/material_dynamic_neutral_variant100 = 0x7f0501c4
+com.example.revivemymemory:dimen/mtrl_textinput_end_icon_margin_start = 0x7f060599
+com.example.revivemymemory:attr/endIconMinSize = 0x7f030184
+com.example.revivemymemory:color/m3_ref_palette_primary20 = 0x7f050104
+com.example.revivemymemory:string/mtrl_picker_out_of_range = 0x7f10008a
+com.example.revivemymemory:macro/m3_comp_filled_tonal_button_container_color = 0x7f0c002d
+com.example.revivemymemory:attr/textAppearanceCaption = 0x7f03041a
+com.example.revivemymemory:attr/autoSizeMaxTextSize = 0x7f03003e
+com.example.revivemymemory:attr/carousel_touchUp_velocityThreshold = 0x7f03009d
+com.example.revivemymemory:id/marquee = 0x7f08010a
+com.example.revivemymemory:color/m3_ref_palette_dynamic_neutral_variant90 = 0x7f0500b0
+com.example.revivemymemory:styleable/AlertDialog = 0x7f120006
+com.example.revivemymemory:dimen/material_helper_text_font_1_3_padding_horizontal = 0x7f0604d7
+com.example.revivemymemory:anim/btn_radio_to_off_mtrl_ring_outer_animation = 0x7f010013
+com.example.revivemymemory:attr/buttonIconTint = 0x7f030085
+com.example.revivemymemory:attr/motionEffect_end = 0x7f030323
+com.example.revivemymemory:style/Widget.Material3.AppBarLayout = 0x7f11032d
+com.example.revivemymemory:string/mtrl_exceed_max_badge_number_suffix = 0x7f100077
+com.example.revivemymemory:id/material_clock_display_and_toggle = 0x7f08010f
+com.example.revivemymemory:attr/actionLayout = 0x7f03000f
+com.example.revivemymemory:attr/colorControlNormal = 0x7f0300ee
+com.example.revivemymemory:attr/hideOnScroll = 0x7f0301fa
+com.example.revivemymemory:attr/colorContainer = 0x7f0300eb
+com.example.revivemymemory:dimen/material_clock_hand_center_dot_radius = 0x7f0604c0
+com.example.revivemymemory:style/TextAppearance.AppCompat.Widget.Button = 0x7f1101ad
+com.example.revivemymemory:style/ShapeAppearanceOverlay.MaterialComponents.ExtendedFloatingActionButton = 0x7f110180
+com.example.revivemymemory:attr/fabCradleRoundedCornerRadius = 0x7f0301ae
+com.example.revivemymemory:attr/actionBarDivider = 0x7f030002
+com.example.revivemymemory:macro/m3_comp_search_view_header_supporting_text_type = 0x7f0c0078
+com.example.revivemymemory:attr/layout_constraintBottom_toBottomOf = 0x7f030257
+com.example.revivemymemory:attr/itemFillColor = 0x7f030223
+com.example.revivemymemory:attr/marginTopSystemWindowInsets = 0x7f0302be
+com.example.revivemymemory:dimen/_530sdp = 0x7f06020d
+com.example.revivemymemory:attr/extraMultilineHeightEnabled = 0x7f0301a8
+com.example.revivemymemory:color/design_default_color_error = 0x7f05003e
+com.example.revivemymemory:drawable/mtrl_switch_track_decoration = 0x7f0700ea
+com.example.revivemymemory:attr/checkedIcon = 0x7f0300a6
+com.example.revivemymemory:color/material_dynamic_secondary60 = 0x7f0501e3
+com.example.revivemymemory:attr/collapsingToolbarLayoutMediumStyle = 0x7f0300e5
+com.example.revivemymemory:attr/cornerSize = 0x7f030134
+com.example.revivemymemory:color/m3_calendar_item_disabled_text = 0x7f050067
+com.example.revivemymemory:attr/actionBarSplitStyle = 0x7f030006
+com.example.revivemymemory:style/TextAppearance.AppCompat.Widget.ActionMode.Title = 0x7f1101ab
+com.example.revivemymemory:attr/layout_constraintWidth_max = 0x7f03027b
+com.example.revivemymemory:style/Widget.Material3.SearchView.Toolbar = 0x7f1103af
+com.example.revivemymemory:id/material_timepicker_ok_button = 0x7f08011f
+com.example.revivemymemory:color/m3_ref_palette_primary10 = 0x7f050102
+com.example.revivemymemory:dimen/material_textinput_min_width = 0x7f0604dc
+com.example.revivemymemory:attr/layout_constraintCircle = 0x7f030259
+com.example.revivemymemory:style/Base.Widget.AppCompat.Light.ActionBar.TabBar = 0x7f1100d9
+com.example.revivemymemory:dimen/notification_top_pad = 0x7f0605b0
+com.example.revivemymemory:attr/collapsingToolbarLayoutLargeSize = 0x7f0300e2
+com.example.revivemymemory:macro/m3_comp_extended_fab_tertiary_icon_color = 0x7f0c0016
+com.example.revivemymemory:color/m3_radiobutton_button_tint = 0x7f050096
+com.example.revivemymemory:dimen/_58sdp = 0x7f060253
+com.example.revivemymemory:dimen/_556sdp = 0x7f06022b
+com.example.revivemymemory:attr/buttonBarPositiveButtonStyle = 0x7f03007f
+com.example.revivemymemory:attr/tabInlineLabel = 0x7f0303fe
+com.example.revivemymemory:dimen/_375sdp = 0x7f06014e
+com.example.revivemymemory:style/ThemeOverlay.AppCompat = 0x7f110266
+com.example.revivemymemory:attr/layout_scrollInterpolator = 0x7f03028e
+com.example.revivemymemory:attr/onShow = 0x7f030343
+com.example.revivemymemory:dimen/m3_btn_icon_only_min_width = 0x7f0603c4
+com.example.revivemymemory:dimen/_30sdp = 0x7f0600ff
+com.example.revivemymemory:style/TextAppearance.Material3.LabelLarge = 0x7f1101e1
+com.example.revivemymemory:attr/customDimension = 0x7f030145
+com.example.revivemymemory:dimen/material_textinput_max_width = 0x7f0604db
+com.example.revivemymemory:color/material_dynamic_secondary50 = 0x7f0501e2
+com.example.revivemymemory:style/ThemeOverlay.AppCompat.Dialog.Alert = 0x7f11026d
+com.example.revivemymemory:attr/itemShapeInsetStart = 0x7f030234
+com.example.revivemymemory:interpolator/btn_radio_to_off_mtrl_animation_interpolator_0 = 0x7f0a0004
+com.example.revivemymemory:attr/boxCornerRadiusTopStart = 0x7f030076
+com.example.revivemymemory:attr/emojiCompatEnabled = 0x7f03017f
+com.example.revivemymemory:attr/colorSurface = 0x7f03010b
+com.example.revivemymemory:attr/endIconTint = 0x7f030187
+com.example.revivemymemory:attr/closeIconSize = 0x7f0300d7
+com.example.revivemymemory:style/Theme.Material3.DynamicColors.DayNight = 0x7f11022c
+com.example.revivemymemory:attr/textFillColor = 0x7f030441
+com.example.revivemymemory:drawable/notification_bg_low_pressed = 0x7f0700f1
+com.example.revivemymemory:attr/clickAction = 0x7f0300cf
+com.example.revivemymemory:dimen/_547sdp = 0x7f060220
+com.example.revivemymemory:id/mtrl_picker_title_text = 0x7f080142
+com.example.revivemymemory:attr/clearsTag = 0x7f0300ce
+com.example.revivemymemory:attr/floatingActionButtonLargeSecondaryStyle = 0x7f0301b9
+com.example.revivemymemory:attr/telltales_tailColor = 0x7f030410
+com.example.revivemymemory:attr/closeIconEnabled = 0x7f0300d5
+com.example.revivemymemory:style/Theme.AppCompat.DialogWhenLarge = 0x7f11020b
+com.example.revivemymemory:attr/content = 0x7f03011a
+com.example.revivemymemory:dimen/_457sdp = 0x7f0601b2
+com.example.revivemymemory:attr/behavior_expandedOffset = 0x7f03005c
+com.example.revivemymemory:color/material_dynamic_tertiary100 = 0x7f0501eb
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.Dialog.Alert.Framework = 0x7f1102be
+com.example.revivemymemory:attr/civ_border_color = 0x7f0300ca
+com.example.revivemymemory:style/ShapeAppearanceOverlay.Material3.Corner.Top = 0x7f110178
+com.example.revivemymemory:macro/m3_comp_primary_navigation_tab_container_color = 0x7f0c005a
+com.example.revivemymemory:attr/circularflow_viewCenter = 0x7f0300c9
+com.example.revivemymemory:attr/actionModeSplitBackground = 0x7f03001d
+com.example.revivemymemory:dimen/_200sdp = 0x7f06007b
+com.example.revivemymemory:attr/chipStrokeColor = 0x7f0300bf
+com.example.revivemymemory:attr/actionModeFindDrawable = 0x7f030018
+com.example.revivemymemory:dimen/_516sdp = 0x7f0601fb
+com.example.revivemymemory:attr/SharedValue = 0x7f030000
+com.example.revivemymemory:attr/chipSpacing = 0x7f0300ba
+com.example.revivemymemory:color/m3_popupmenu_overlay_color = 0x7f050094
+com.example.revivemymemory:style/Base.Theme.MaterialComponents.Dialog.FixedSize = 0x7f110065
+com.example.revivemymemory:dimen/design_snackbar_max_width = 0x7f06037b
+com.example.revivemymemory:attr/chipIconTint = 0x7f0300b6
+com.example.revivemymemory:style/TextAppearance.Material3.DisplayMedium = 0x7f1101dc
+com.example.revivemymemory:dimen/hint_pressed_alpha_material_dark = 0x7f060390
+com.example.revivemymemory:attr/chipIconSize = 0x7f0300b5
+com.example.revivemymemory:attr/tabIndicatorHeight = 0x7f0303fd
+com.example.revivemymemory:attr/colorControlHighlight = 0x7f0300ed
+com.example.revivemymemory:attr/collapseIcon = 0x7f0300dd
+com.example.revivemymemory:attr/dividerVertical = 0x7f030163
+com.example.revivemymemory:color/mtrl_navigation_item_background_color = 0x7f05024f
+com.example.revivemymemory:style/Widget.Material3.CollapsingToolbar.Large = 0x7f110362
+com.example.revivemymemory:attr/tabIconTintMode = 0x7f0303f6
+com.example.revivemymemory:attr/checkedTextViewStyle = 0x7f0300ae
+com.example.revivemymemory:string/mtrl_checkbox_button_path_name = 0x7f100070
+com.example.revivemymemory:color/m3_sys_color_dynamic_dark_surface = 0x7f05015f
+com.example.revivemymemory:dimen/m3_sys_state_focus_state_layer_opacity = 0x7f0604b5
+com.example.revivemymemory:color/m3_sys_color_light_primary_container = 0x7f05018e
+com.example.revivemymemory:attr/dividerInsetEnd = 0x7f03015f
+com.example.revivemymemory:attr/lottie_rawRes = 0x7f0302b4
+com.example.revivemymemory:attr/chipStyle = 0x7f0300c1
+com.example.revivemymemory:dimen/_minus58sdp = 0x7f0602f0
+com.example.revivemymemory:style/TextAppearance.MaterialComponents.Headline3 = 0x7f1101f3
+com.example.revivemymemory:dimen/_291sdp = 0x7f0600e8
+com.example.revivemymemory:attr/textAppearanceTitleMedium = 0x7f030437
+com.example.revivemymemory:color/mtrl_filled_stroke_color = 0x7f050249
+com.example.revivemymemory:style/Base.V14.ThemeOverlay.Material3.BottomSheetDialog = 0x7f110094
+com.example.revivemymemory:drawable/btn_radio_on_to_off_mtrl_animation = 0x7f07008a
+com.example.revivemymemory:attr/checkedIconMargin = 0x7f0300a9
+com.example.revivemymemory:style/Widget.Material3.SearchView.Prefix = 0x7f1103ae
+com.example.revivemymemory:anim/abc_popup_exit = 0x7f010004
+com.example.revivemymemory:style/Theme.MaterialComponents = 0x7f110236
+com.example.revivemymemory:attr/carousel_touchUpMode = 0x7f03009b
+com.example.revivemymemory:color/material_dynamic_secondary80 = 0x7f0501e5
+com.example.revivemymemory:attr/carousel_infinite = 0x7f030098
+com.example.revivemymemory:dimen/_70sdp = 0x7f06027a
+com.example.revivemymemory:dimen/_151sdp = 0x7f06003e
+com.example.revivemymemory:style/Widget.AppCompat.ActionBar.Solid = 0x7f1102d6
+com.example.revivemymemory:dimen/_17sdp = 0x7f06005f
+com.example.revivemymemory:attr/carousel_backwardTransition = 0x7f030094
+com.example.revivemymemory:style/Widget.MaterialComponents.MaterialCalendar.HeaderSelection.Fullscreen = 0x7f11040e
+com.example.revivemymemory:attr/errorTextColor = 0x7f030195
+com.example.revivemymemory:dimen/_394sdp = 0x7f060165
+com.example.revivemymemory:attr/chipStandaloneStyle = 0x7f0300bd
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Centered = 0x7f1102c2
+com.example.revivemymemory:attr/civ_border_overlay = 0x7f0300cb
+com.example.revivemymemory:style/Base.V14.Widget.MaterialComponents.AutoCompleteTextView = 0x7f11009a
+com.example.revivemymemory:color/m3_text_button_background_color_selector = 0x7f05019b
+com.example.revivemymemory:attr/clockNumberTextColor = 0x7f0300d3
+com.example.revivemymemory:attr/cardMaxElevation = 0x7f030090
+com.example.revivemymemory:attr/buttonTintMode = 0x7f03008b
+com.example.revivemymemory:interpolator/mtrl_fast_out_linear_in = 0x7f0a000e
+com.example.revivemymemory:id/path = 0x7f080169
+com.example.revivemymemory:drawable/test_level_drawable = 0x7f0700fd
+com.example.revivemymemory:attr/buttonStyleSmall = 0x7f030089
+com.example.revivemymemory:color/m3_ref_palette_dynamic_secondary80 = 0x7f0500c9
+com.example.revivemymemory:id/search_src_text = 0x7f080196
+com.example.revivemymemory:attr/behavior_significantVelocityThreshold = 0x7f030063
+com.example.revivemymemory:attr/scaleFromTextSize = 0x7f03038b
+com.example.revivemymemory:attr/popupWindowStyle = 0x7f030368
+com.example.revivemymemory:animator/mtrl_fab_show_motion_spec = 0x7f02001e
+com.example.revivemymemory:attr/shapeAppearanceCornerLarge = 0x7f03039c
+com.example.revivemymemory:dimen/m3_comp_filter_chip_flat_container_elevation = 0x7f060407
+com.example.revivemymemory:id/transitionToEnd = 0x7f0801fb
+com.example.revivemymemory:color/m3_sys_color_dark_on_error = 0x7f050138
+com.example.revivemymemory:color/abc_background_cache_hint_selector_material_dark = 0x7f050000
+com.example.revivemymemory:color/tooltip_background_dark = 0x7f050282
+com.example.revivemymemory:attr/gestureInsetBottomIgnored = 0x7f0301eb
+com.example.revivemymemory:color/m3_icon_button_icon_color_selector = 0x7f05008c
+com.example.revivemymemory:integer/material_motion_duration_medium_1 = 0x7f090020
+com.example.revivemymemory:anim/mtrl_bottom_sheet_slide_in = 0x7f010027
+com.example.revivemymemory:color/m3_tonal_button_ripple_color_selector = 0x7f0501ad
+com.example.revivemymemory:attr/layout_optimizationLevel = 0x7f03028b
+com.example.revivemymemory:styleable/CheckedTextView = 0x7f12001c
+com.example.revivemymemory:dimen/_72ssp = 0x7f06027f
+com.example.revivemymemory:id/center = 0x7f08006f
+com.example.revivemymemory:attr/indicatorDirectionCircular = 0x7f030217
+com.example.revivemymemory:dimen/compat_control_corner_material = 0x7f060352
+com.example.revivemymemory:dimen/abc_text_size_subtitle_material_toolbar = 0x7f060346
+com.example.revivemymemory:style/Widget.AppCompat.ProgressBar.Horizontal = 0x7f11030e
+com.example.revivemymemory:anim/fragment_fast_out_extra_slow_in = 0x7f01001c
+com.example.revivemymemory:dimen/_467sdp = 0x7f0601be
+com.example.revivemymemory:dimen/_522sdp = 0x7f060203
+com.example.revivemymemory:attr/constraint_referenced_tags = 0x7f030118
+com.example.revivemymemory:attr/buttonBarNegativeButtonStyle = 0x7f03007d
+com.example.revivemymemory:style/TextAppearance.Design.Counter = 0x7f1101bd
+com.example.revivemymemory:id/action_bar_root = 0x7f080037
+com.example.revivemymemory:attr/marginLeftSystemWindowInsets = 0x7f0302bc
+com.example.revivemymemory:dimen/m3_ripple_focused_alpha = 0x7f060470
+com.example.revivemymemory:integer/m3_card_anim_delay_ms = 0x7f09000b
+com.example.revivemymemory:attr/chipIconEnabled = 0x7f0300b4
+com.example.revivemymemory:animator/m3_extended_fab_change_size_expand_motion_spec = 0x7f020010
+com.example.revivemymemory:attr/buttonBarButtonStyle = 0x7f03007c
+com.example.revivemymemory:attr/lastBaselineToBottomHeight = 0x7f030245
+com.example.revivemymemory:layout/abc_action_bar_up_container = 0x7f0b0001
+com.example.revivemymemory:id/accessibility_custom_action_3 = 0x7f080028
+com.example.revivemymemory:color/m3_sys_color_light_error = 0x7f05017b
+com.example.revivemymemory:macro/m3_comp_switch_unselected_icon_color = 0x7f0c00b2
+com.example.revivemymemory:attr/endIconContentDescription = 0x7f030182
+com.example.revivemymemory:attr/boxCollapsedPaddingTop = 0x7f030072
+com.example.revivemymemory:anim/design_snackbar_in = 0x7f01001a
+com.example.revivemymemory:macro/m3_comp_fab_tertiary_container_color = 0x7f0c0020
+com.example.revivemymemory:dimen/abc_button_padding_horizontal_material = 0x7f06030c
+com.example.revivemymemory:style/Widget.Material3.BottomAppBar.Button.Navigation = 0x7f110334
+com.example.revivemymemory:dimen/tooltip_horizontal_padding = 0x7f0605b3
+com.example.revivemymemory:attr/editTextBackground = 0x7f030178
+com.example.revivemymemory:animator/mtrl_extended_fab_state_list_animator = 0x7f02001c
+com.example.revivemymemory:color/material_slider_thumb_color = 0x7f05022a
+com.example.revivemymemory:attr/cardViewStyle = 0x7f030093
+com.example.revivemymemory:anim/btn_radio_to_on_mtrl_dot_group_animation = 0x7f010015
+com.example.revivemymemory:macro/m3_comp_fab_surface_container_color = 0x7f0c001e
+com.example.revivemymemory:id/material_clock_period_am_button = 0x7f080113
+com.example.revivemymemory:animator/m3_extended_fab_change_size_collapse_motion_spec = 0x7f02000f
+com.example.revivemymemory:dimen/_306sdp = 0x7f0600fb
+com.example.revivemymemory:drawable/abc_btn_radio_material = 0x7f070032
+com.example.revivemymemory:anim/btn_radio_to_on_mtrl_ring_outer_path_animation = 0x7f010017
+com.example.revivemymemory:dimen/_373sdp = 0x7f06014c
+com.example.revivemymemory:attr/applyMotionScene = 0x7f030036
+com.example.revivemymemory:drawable/abc_dialog_material_background = 0x7f07003c
+com.example.revivemymemory:attr/defaultState = 0x7f030154
+com.example.revivemymemory:id/fill_horizontal = 0x7f0800c5
+com.example.revivemymemory:attr/goIcon = 0x7f0301ec
+com.example.revivemymemory:attr/constraintSetStart = 0x7f030116
+com.example.revivemymemory:attr/drawableBottomCompat = 0x7f030168
+com.example.revivemymemory:attr/boxCornerRadiusTopEnd = 0x7f030075
+com.example.revivemymemory:dimen/_119sdp = 0x7f060016
+com.example.revivemymemory:styleable/AppBarLayoutStates = 0x7f12000b
+com.example.revivemymemory:layout/abc_cascading_menu_item_layout = 0x7f0b000b
+com.example.revivemymemory:attr/behavior_peekHeight = 0x7f030061
+com.example.revivemymemory:style/ShapeAppearance.Material3.Corner.Full = 0x7f110164
+com.example.revivemymemory:color/m3_ref_palette_dynamic_neutral50 = 0x7f05009f
+com.example.revivemymemory:id/parent_matrix = 0x7f080164
+com.example.revivemymemory:animator/m3_extended_fab_hide_motion_spec = 0x7f020011
+com.example.revivemymemory:dimen/abc_list_item_height_material = 0x7f060329
+com.example.revivemymemory:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Shortcut = 0x7f110145
+com.example.revivemymemory:macro/m3_comp_linear_progress_indicator_track_color = 0x7f0c0034
+com.example.revivemymemory:id/give_us_a_review_landmine_main_layout = 0x7f0800da
+com.example.revivemymemory:anim/mtrl_card_lowers_interpolator = 0x7f010029
+com.example.revivemymemory:styleable/ActionMode = 0x7f120004
+com.example.revivemymemory:dimen/_247sdp = 0x7f0600b2
+com.example.revivemymemory:style/Widget.Material3.MaterialTimePicker.ImageButton = 0x7f1103a1
+com.example.revivemymemory:attr/actionBarWidgetTheme = 0x7f03000c
+com.example.revivemymemory:dimen/_591sdp = 0x7f060256
+com.example.revivemymemory:attr/behavior_autoShrink = 0x7f03005a
+com.example.revivemymemory:dimen/material_time_picker_minimum_screen_height = 0x7f0604dd
+com.example.revivemymemory:attr/appBarLayoutStyle = 0x7f030035
+com.example.revivemymemory:dimen/_69sdp = 0x7f060276
+com.example.revivemymemory:attr/barrierMargin = 0x7f030058
+com.example.revivemymemory:dimen/abc_action_bar_subtitle_top_margin_material = 0x7f060304
+com.example.revivemymemory:style/Widget.Material3.TextInputLayout.FilledBox = 0x7f1103be
+com.example.revivemymemory:anim/abc_grow_fade_in_from_bottom = 0x7f010002
+com.example.revivemymemory:color/m3_sys_color_dynamic_dark_on_secondary = 0x7f050153
+com.example.revivemymemory:drawable/material_ic_keyboard_arrow_next_black_24dp = 0x7f0700c2
+com.example.revivemymemory:bool/abc_action_bar_embed_tabs = 0x7f040000
+com.example.revivemymemory:id/beginning = 0x7f080060
+com.example.revivemymemory:attr/motionEasingAccelerated = 0x7f030316
+com.example.revivemymemory:style/Base.Theme.MaterialComponents.Light.DialogWhenLarge = 0x7f110071
+com.example.revivemymemory:attr/floatingActionButtonSmallPrimaryStyle = 0x7f0301bf
+com.example.revivemymemory:layout/sdp_example = 0x7f0b006b
+com.example.revivemymemory:dimen/_203sdp = 0x7f06007e
+com.example.revivemymemory:anim/m3_motion_fade_enter = 0x7f010023
+com.example.revivemymemory:attr/colorButtonNormal = 0x7f0300ea
+com.example.revivemymemory:attr/drawerLayoutStyle = 0x7f030173
+com.example.revivemymemory:color/androidx_core_secondary_text_default_material_light = 0x7f05001c
+com.example.revivemymemory:attr/cardElevation = 0x7f03008e
+com.example.revivemymemory:style/Widget.MaterialComponents.Button.TextButton.Icon = 0x7f1103e7
+com.example.revivemymemory:color/m3_ref_palette_dynamic_neutral99 = 0x7f0500a5
+com.example.revivemymemory:attr/sideSheetModalStyle = 0x7f0303b0
+com.example.revivemymemory:dimen/_229sdp = 0x7f06009c
+com.example.revivemymemory:attr/boxStrokeColor = 0x7f030077
+com.example.revivemymemory:style/Widget.MaterialComponents.NavigationRailView.Compact = 0x7f11041c
+com.example.revivemymemory:color/m3_ref_palette_neutral_variant10 = 0x7f0500f5
+com.example.revivemymemory:attr/badgeTextColor = 0x7f030052
+com.example.revivemymemory:style/Platform.V21.AppCompat = 0x7f11013b
+com.example.revivemymemory:attr/itemShapeInsetEnd = 0x7f030233
+com.example.revivemymemory:style/Widget.MaterialComponents.ActionBar.Surface = 0x7f1103cd
+com.example.revivemymemory:style/ThemeOverlay.Material3.PersonalizedColors = 0x7f1102a2
+com.example.revivemymemory:id/mtrl_picker_text_input_range_end = 0x7f080140
+com.example.revivemymemory:attr/textAppearanceHeadlineMedium = 0x7f030425
+com.example.revivemymemory:dimen/design_bottom_navigation_height = 0x7f06035b
+com.example.revivemymemory:attr/cardUseCompatPadding = 0x7f030092
+com.example.revivemymemory:attr/behavior_overlapTop = 0x7f030060
+com.example.revivemymemory:dimen/m3_sys_motion_easing_emphasized_decelerate_control_y2 = 0x7f060497
+com.example.revivemymemory:attr/motionDurationMedium4 = 0x7f030311
+com.example.revivemymemory:dimen/material_clock_period_toggle_height = 0x7f0604c4
+com.example.revivemymemory:dimen/_316sdp = 0x7f060107
+com.example.revivemymemory:id/action_menu_divider = 0x7f08003f
+com.example.revivemymemory:attr/fontProviderPackage = 0x7f0301e0
+com.example.revivemymemory:id/info = 0x7f0800f4
+com.example.revivemymemory:attr/backgroundTintMode = 0x7f03004e
+com.example.revivemymemory:attr/badgeGravity = 0x7f03004f
+com.example.revivemymemory:attr/textPanY = 0x7f03044e
+com.example.revivemymemory:style/ThemeOverlay.Material3.AutoCompleteTextView.FilledBox.Dense = 0x7f110274
+com.example.revivemymemory:attr/showAsAction = 0x7f0303a7
+com.example.revivemymemory:dimen/m3_comp_secondary_navigation_tab_hover_state_layer_opacity = 0x7f060430
+com.example.revivemymemory:dimen/_384sdp = 0x7f060159
+com.example.revivemymemory:anim/m3_bottom_sheet_slide_out = 0x7f010022
+com.example.revivemymemory:attr/backgroundStacked = 0x7f03004c
+com.example.revivemymemory:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Tertiary = 0x7f11036c
+com.example.revivemymemory:attr/searchPrefixText = 0x7f030391
+com.example.revivemymemory:id/chronometer = 0x7f080079
+com.example.revivemymemory:dimen/mtrl_extended_fab_start_padding = 0x7f06054a
+com.example.revivemymemory:dimen/_446sdp = 0x7f0601a5
+com.example.revivemymemory:anim/abc_fade_in = 0x7f010000
+com.example.revivemymemory:style/Base.V22.Theme.AppCompat = 0x7f1100a7
+com.example.revivemymemory:dimen/_447sdp = 0x7f0601a6
+com.example.revivemymemory:dimen/_431sdp = 0x7f060194
+com.example.revivemymemory:color/material_dynamic_neutral80 = 0x7f0501be
+com.example.revivemymemory:style/ShapeAppearance.M3.Comp.Switch.StateLayer.Shape = 0x7f110158
+com.example.revivemymemory:attr/flow_lastVerticalStyle = 0x7f0301d2
+com.example.revivemymemory:dimen/_minus34sdp = 0x7f0602d6
+com.example.revivemymemory:attr/textBackgroundPanY = 0x7f03043b
+com.example.revivemymemory:dimen/_49sdp = 0x7f0601e5
+com.example.revivemymemory:attr/backgroundSplit = 0x7f03004b
+com.example.revivemymemory:dimen/m3_comp_outlined_text_field_disabled_supporting_text_opacity = 0x7f06041a
+com.example.revivemymemory:attr/boxBackgroundMode = 0x7f030071
+com.example.revivemymemory:id/transition_transform = 0x7f080201
+com.example.revivemymemory:attr/backgroundInsetTop = 0x7f030049
+com.example.revivemymemory:attr/flow_firstVerticalBias = 0x7f0301c9
+com.example.revivemymemory:dimen/_152sdp = 0x7f06003f
+com.example.revivemymemory:dimen/_100ssp = 0x7f060001
+com.example.revivemymemory:string/password_login = 0x7f1000a8
+com.example.revivemymemory:attr/nestedScrollable = 0x7f03033c
+com.example.revivemymemory:dimen/_32sdp = 0x7f060117
+com.example.revivemymemory:attr/materialCardViewStyle = 0x7f0302da
+com.example.revivemymemory:dimen/_26ssp = 0x7f0600ce
+com.example.revivemymemory:style/Base.V7.Widget.AppCompat.AutoCompleteTextView = 0x7f1100b9
+com.example.revivemymemory:attr/cornerFamilyBottomLeft = 0x7f03012f
+com.example.revivemymemory:color/m3_ref_palette_dynamic_secondary100 = 0x7f0500c2
+com.example.revivemymemory:bool/mtrl_btn_textappearance_all_caps = 0x7f040002
+com.example.revivemymemory:id/rounded = 0x7f080181
+com.example.revivemymemory:drawable/$m3_avd_hide_password__0 = 0x7f070007
+com.example.revivemymemory:attr/layout_constraintVertical_chainStyle = 0x7f030277
+com.example.revivemymemory:color/m3_ref_palette_tertiary60 = 0x7f050122
+com.example.revivemymemory:style/Base.ThemeOverlay.AppCompat = 0x7f110072
+com.example.revivemymemory:dimen/_311sdp = 0x7f060102
+com.example.revivemymemory:style/Base.ThemeOverlay.Material3.SideSheetDialog = 0x7f11007c
+com.example.revivemymemory:drawable/$mtrl_switch_thumb_checked_unchecked__0 = 0x7f070022
+com.example.revivemymemory:attr/backgroundOverlayColorAlpha = 0x7f03004a
+com.example.revivemymemory:attr/buttonPanelSideLayout = 0x7f030087
+com.example.revivemymemory:attr/actionBarTheme = 0x7f03000b
+com.example.revivemymemory:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Surface = 0x7f110290
+com.example.revivemymemory:id/currentState = 0x7f08008d
+com.example.revivemymemory:attr/colorOnSurface = 0x7f0300fb
+com.example.revivemymemory:dimen/_326sdp = 0x7f060113
+com.example.revivemymemory:dimen/_275sdp = 0x7f0600d4
+com.example.revivemymemory:integer/m3_sys_motion_duration_medium2 = 0x7f090017
+com.example.revivemymemory:drawable/$avd_show_password__1 = 0x7f070004
+com.example.revivemymemory:attr/passwordToggleTint = 0x7f030356
+com.example.revivemymemory:dimen/_minus3sdp = 0x7f0602dc
+com.example.revivemymemory:attr/animateMenuItems = 0x7f030031
+com.example.revivemymemory:color/m3_hint_foreground = 0x7f05008b
+com.example.revivemymemory:color/material_timepicker_clock_text_color = 0x7f05022d
+com.example.revivemymemory:dimen/m3_btn_text_btn_padding_right = 0x7f0603cf
+com.example.revivemymemory:style/Base.Widget.Material3.FloatingActionButton.Small = 0x7f110104
+com.example.revivemymemory:dimen/abc_switch_padding = 0x7f060336
+com.example.revivemymemory:attr/altSrc = 0x7f03002f
+com.example.revivemymemory:drawable/abc_list_longpressed_holo = 0x7f070050
+com.example.revivemymemory:attr/drawPath = 0x7f030167
+com.example.revivemymemory:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Text = 0x7f11014d
+com.example.revivemymemory:dimen/_566sdp = 0x7f060237
+com.example.revivemymemory:layout/select_dialog_item_material = 0x7f0b006c
+com.example.revivemymemory:attr/bottomAppBarStyle = 0x7f03006a
+com.example.revivemymemory:dimen/m3_comp_search_bar_avatar_size = 0x7f060426
+com.example.revivemymemory:drawable/abc_seekbar_thumb_material = 0x7f070063
+com.example.revivemymemory:dimen/_81ssp = 0x7f060293
+com.example.revivemymemory:attr/titleTextStyle = 0x7f030479
+com.example.revivemymemory:anim/btn_checkbox_to_unchecked_icon_null_animation = 0x7f010011
+com.example.revivemymemory:dimen/m3_navigation_menu_divider_horizontal_padding = 0x7f060464
+com.example.revivemymemory:dimen/_365sdp = 0x7f060142
+com.example.revivemymemory:id/cos = 0x7f08008a
+com.example.revivemymemory:attr/springDamping = 0x7f0303c3
+com.example.revivemymemory:anim/m3_side_sheet_slide_out = 0x7f010026
+com.example.revivemymemory:attr/alpha = 0x7f03002d
+com.example.revivemymemory:attr/alphabeticModifiers = 0x7f03002e
+com.example.revivemymemory:dimen/_5ssp = 0x7f060262
+com.example.revivemymemory:anim/abc_tooltip_exit = 0x7f01000b
+com.example.revivemymemory:attr/scrimVisibleHeightTrigger = 0x7f03038e
+com.example.revivemymemory:id/reverse = 0x7f08017b
+com.example.revivemymemory:dimen/m3_bottomappbar_horizontal_padding = 0x7f0603b8
+com.example.revivemymemory:attr/actionViewClass = 0x7f030025
+com.example.revivemymemory:styleable/ShapeableImageView = 0x7f12007d
+com.example.revivemymemory:dimen/_429sdp = 0x7f060190
+com.example.revivemymemory:style/TextAppearance.M3.Sys.Typescale.HeadlineMedium = 0x7f1101ce
+com.example.revivemymemory:animator/fragment_fade_enter = 0x7f020005
+com.example.revivemymemory:style/Widget.Material3.MaterialCalendar.Year.Selected = 0x7f110394
+com.example.revivemymemory:attr/autoTransition = 0x7f030043
+com.example.revivemymemory:style/ShapeAppearance.MaterialComponents.Tooltip = 0x7f110172
+com.example.revivemymemory:attr/contentInsetRight = 0x7f03011f
+com.example.revivemymemory:dimen/m3_comp_primary_navigation_tab_active_pressed_state_layer_opacity = 0x7f060420
+com.example.revivemymemory:style/Widget.MaterialComponents.PopupMenu.ContextMenu = 0x7f110420
+com.example.revivemymemory:id/visible_removing_fragment_view_tag = 0x7f080214
+com.example.revivemymemory:id/search_view_background = 0x7f080197
+com.example.revivemymemory:attr/actionModeStyle = 0x7f03001e
+com.example.revivemymemory:animator/design_fab_hide_motion_spec = 0x7f020001
+com.example.revivemymemory:attr/layoutDuringTransition = 0x7f030249
+com.example.revivemymemory:color/material_on_primary_emphasis_high_type = 0x7f050205
+com.example.revivemymemory:style/ThemeOverlay.Material3.Search = 0x7f1102a3
+com.example.revivemymemory:attr/barLength = 0x7f030055
+com.example.revivemymemory:dimen/_25ssp = 0x7f0600c2
+com.example.revivemymemory:attr/itemTextAppearance = 0x7f030239
+com.example.revivemymemory:color/material_dynamic_secondary100 = 0x7f0501de
+com.example.revivemymemory:attr/cornerSizeTopRight = 0x7f030138
+com.example.revivemymemory:attr/autoSizeTextType = 0x7f030042
+com.example.revivemymemory:dimen/m3_sys_motion_easing_legacy_control_y1 = 0x7f06049e
+com.example.revivemymemory:color/design_fab_stroke_end_inner_color = 0x7f05004e
+com.example.revivemymemory:dimen/_120sdp = 0x7f060019
+com.example.revivemymemory:attr/actionModeBackground = 0x7f030012
+com.example.revivemymemory:color/m3_sys_color_light_on_secondary = 0x7f050185
+com.example.revivemymemory:attr/colorPrimaryContainer = 0x7f030103
+com.example.revivemymemory:color/m3_button_ripple_color = 0x7f050065
+com.example.revivemymemory:style/Widget.Material3.MaterialCalendar.HeaderToggleButton = 0x7f11038f
+com.example.revivemymemory:attr/ratingBarStyle = 0x7f030378
+com.example.revivemymemory:macro/m3_comp_checkbox_selected_disabled_container_color = 0x7f0c0004
+com.example.revivemymemory:layout/abc_activity_chooser_view_list_item = 0x7f0b0007
+com.example.revivemymemory:attr/boxBackgroundColor = 0x7f030070
+com.example.revivemymemory:string/mtrl_picker_confirm = 0x7f10007e
+com.example.revivemymemory:attr/behavior_halfExpandedRatio = 0x7f03005e
+com.example.revivemymemory:dimen/mtrl_btn_max_width = 0x7f0604fe
+com.example.revivemymemory:anim/btn_radio_to_on_mtrl_ring_outer_animation = 0x7f010016
+com.example.revivemymemory:style/Platform.AppCompat.Light = 0x7f110133
+com.example.revivemymemory:attr/behavior_fitToContents = 0x7f03005d
+com.example.revivemymemory:attr/brightness = 0x7f03007b
+com.example.revivemymemory:attr/background = 0x7f030044
+com.example.revivemymemory:macro/m3_comp_fab_primary_container_shape = 0x7f0c0018
+com.example.revivemymemory:attr/actionBarItemBackground = 0x7f030003
+com.example.revivemymemory:color/m3_dynamic_primary_text_disable_only = 0x7f050083
+com.example.revivemymemory:drawable/$mtrl_checkbox_button_icon_checked_unchecked__1 = 0x7f070012
+com.example.revivemymemory:attr/SharedValueId = 0x7f030001
+com.example.revivemymemory:style/Widget.MaterialComponents.MaterialCalendar.Day.Today = 0x7f110404
+com.example.revivemymemory:string/material_timepicker_hour = 0x7f100064
+com.example.revivemymemory:dimen/mtrl_slider_thumb_radius = 0x7f060584
+com.example.revivemymemory:attr/colorError = 0x7f0300ef
+com.example.revivemymemory:dimen/material_filled_edittext_font_1_3_padding_top = 0x7f0604d1
+com.example.revivemymemory:attr/viewTransitionMode = 0x7f0304a5
+com.example.revivemymemory:id/emailTil = 0x7f0800ba
+com.example.revivemymemory:attr/colorOutline = 0x7f030100
+com.example.revivemymemory:dimen/_109sdp = 0x7f06000a
+com.example.revivemymemory:macro/m3_comp_outlined_text_field_container_shape = 0x7f0c0041
+com.example.revivemymemory:attr/crossfade = 0x7f03013f
+com.example.revivemymemory:color/notification_action_color_filter = 0x7f050267
+com.example.revivemymemory:attr/reactiveGuide_animateChange = 0x7f03037b
+com.example.revivemymemory:attr/indeterminateProgressStyle = 0x7f030215
+com.example.revivemymemory:style/Base.Widget.AppCompat.Button.Borderless = 0x7f1100c8
+com.example.revivemymemory:dimen/m3_bottom_nav_item_active_indicator_width = 0x7f0603ac
+com.example.revivemymemory:string/abc_menu_enter_shortcut_label = 0x7f10000c
+com.example.revivemymemory:color/m3_sys_color_dynamic_light_primary = 0x7f050172
+com.example.revivemymemory:dimen/_444sdp = 0x7f0601a3
+com.example.revivemymemory:animator/mtrl_btn_state_list_anim = 0x7f020014
+com.example.revivemymemory:color/m3_sys_color_dark_on_primary_container = 0x7f05013b
+com.example.revivemymemory:attr/onCross = 0x7f03033f
+com.example.revivemymemory:style/ShapeAppearanceOverlay.MaterialComponents.TextInputLayout.FilledBox = 0x7f110185
+com.example.revivemymemory:dimen/_411sdp = 0x7f06017c
+com.example.revivemymemory:style/Widget.AppCompat.ListPopupWindow = 0x7f110306
+com.example.revivemymemory:attr/tabIconTint = 0x7f0303f5
+com.example.revivemymemory:attr/behavior_autoHide = 0x7f030059
+com.example.revivemymemory:color/m3_dynamic_hint_foreground = 0x7f050082
+com.example.revivemymemory:attr/buttonTint = 0x7f03008a
+com.example.revivemymemory:color/material_dynamic_tertiary50 = 0x7f0501ef
+com.example.revivemymemory:color/m3_ref_palette_tertiary90 = 0x7f050125
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse = 0x7f110032
+com.example.revivemymemory:attr/flow_firstHorizontalBias = 0x7f0301c7
+com.example.revivemymemory:color/material_dynamic_tertiary40 = 0x7f0501ee
+com.example.revivemymemory:attr/actionBarTabBarStyle = 0x7f030008
+com.example.revivemymemory:color/m3_ref_palette_error30 = 0x7f0500de
+com.example.revivemymemory:style/Widget.AppCompat.CompoundButton.CheckBox = 0x7f1102e8
+com.example.revivemymemory:animator/m3_btn_elevated_btn_state_list_anim = 0x7f020009
+com.example.revivemymemory:attr/divider = 0x7f03015c
+com.example.revivemymemory:color/m3_timepicker_button_background_color = 0x7f0501a3
+com.example.revivemymemory:string/side_sheet_accessibility_pane_title = 0x7f1000b8
+com.example.revivemymemory:id/textWatcher = 0x7f0801e8
+com.example.revivemymemory:id/accessibility_custom_action_16 = 0x7f080019
+com.example.revivemymemory:dimen/_55ssp = 0x7f060230
+com.example.revivemymemory:dimen/_332sdp = 0x7f06011b
+com.example.revivemymemory:attr/materialAlertDialogTheme = 0x7f0302c1
+com.example.revivemymemory:dimen/_123sdp = 0x7f06001c
+com.example.revivemymemory:dimen/mtrl_low_ripple_hovered_alpha = 0x7f06055a
+com.example.revivemymemory:color/m3_ref_palette_dynamic_tertiary70 = 0x7f0500d5
+com.example.revivemymemory:dimen/abc_action_bar_elevation_material = 0x7f0602fd
+com.example.revivemymemory:dimen/_339sdp = 0x7f060122
+com.example.revivemymemory:style/ShapeAppearanceOverlay.MaterialComponents.FloatingActionButton = 0x7f110181
+com.example.revivemymemory:dimen/_470sdp = 0x7f0601c3
+com.example.revivemymemory:color/primary_dark_material_dark = 0x7f050269
+com.example.revivemymemory:attr/popupMenuBackground = 0x7f030365
+com.example.revivemymemory:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.OutlinedBox = 0x7f1102b4
+com.example.revivemymemory:attr/defaultMarginsEnabled = 0x7f030151
+com.example.revivemymemory:color/design_dark_default_color_on_surface = 0x7f050036
+com.example.revivemymemory:dimen/mtrl_progress_circular_inset_medium = 0x7f060570
+com.example.revivemymemory:dimen/_45sdp = 0x7f0601b5
+com.example.revivemymemory:color/material_personalized_color_on_surface_variant = 0x7f050217
+com.example.revivemymemory:styleable/AnimatedStateListDrawableTransition = 0x7f120009
+com.example.revivemymemory:anim/abc_fade_out = 0x7f010001
+com.example.revivemymemory:attr/textureWidth = 0x7f030453
+com.example.revivemymemory:integer/material_motion_duration_long_1 = 0x7f09001e
+com.example.revivemymemory:attr/colorOnTertiaryContainer = 0x7f0300ff
+com.example.revivemymemory:attr/motionInterpolator = 0x7f03032a
+com.example.revivemymemory:dimen/mtrl_progress_circular_size_small = 0x7f060576
+com.example.revivemymemory:attr/carousel_nextState = 0x7f030099
+com.example.revivemymemory:animator/mtrl_extended_fab_change_size_collapse_motion_spec = 0x7f020018
+com.example.revivemymemory:style/Theme.MaterialComponents.Light.Dialog.MinWidth = 0x7f11025e
+com.example.revivemymemory:dimen/_266sdp = 0x7f0600c9
+com.example.revivemymemory:attr/listChoiceBackgroundIndicator = 0x7f030297
+com.example.revivemymemory:anim/design_bottom_sheet_slide_in = 0x7f010018
+com.example.revivemymemory:attr/thumbElevation = 0x7f030457
+com.example.revivemymemory:dimen/m3_btn_padding_left = 0x7f0603c8
+com.example.revivemymemory:style/Widget.Material3.PopupMenu.ContextMenu = 0x7f1103a6
+com.example.revivemymemory:attr/minWidth = 0x7f0302fe
+com.example.revivemymemory:anim/abc_slide_out_top = 0x7f010009
+com.example.revivemymemory:styleable/ExtendedFloatingActionButton_Behavior_Layout = 0x7f120033
+com.example.revivemymemory:dimen/m3_alert_dialog_corner_size = 0x7f060397
+com.example.revivemymemory:dimen/_533sdp = 0x7f060210
+com.example.revivemymemory:attr/checkedButton = 0x7f0300a4
+com.example.revivemymemory:style/Widget.MaterialComponents.TimePicker.Display.HelperText = 0x7f11043e
+com.example.revivemymemory:id/easeOut = 0x7f0800b2
+com.example.revivemymemory:attr/alertDialogButtonGroupStyle = 0x7f030028
+com.example.revivemymemory:style/Base.V7.ThemeOverlay.AppCompat.Dialog = 0x7f1100b8
+com.example.revivemymemory:dimen/_76ssp = 0x7f060287
+com.example.revivemymemory:anim/btn_radio_to_off_mtrl_ring_outer_path_animation = 0x7f010014
+com.example.revivemymemory:color/button_material_light = 0x7f050029
+com.example.revivemymemory:attr/placeholder_emptyVisibility = 0x7f030363
+com.example.revivemymemory:dimen/m3_navigation_rail_elevation = 0x7f060467
+com.example.revivemymemory:style/ButtonWhite = 0x7f110119
+com.example.revivemymemory:attr/actionMenuTextColor = 0x7f030011
+com.example.revivemymemory:anim/abc_popup_enter = 0x7f010003
+com.example.revivemymemory:attr/maxLines = 0x7f0302f2
+com.example.revivemymemory:dimen/_333sdp = 0x7f06011c
+com.example.revivemymemory:attr/counterTextAppearance = 0x7f03013d
+com.example.revivemymemory:attr/itemStrokeColor = 0x7f030237
+com.example.revivemymemory:dimen/mtrl_extended_fab_icon_text_spacing = 0x7f060547
+com.example.revivemymemory:attr/motionDurationLong3 = 0x7f03030c
+com.example.revivemymemory:anim/btn_checkbox_to_unchecked_box_inner_merged_animation = 0x7f01000f
+com.example.revivemymemory:dimen/m3_navigation_rail_item_active_indicator_height = 0x7f060469
+com.example.revivemymemory:attr/layout_collapseParallaxMultiplier = 0x7f03024f
+com.example.revivemymemory:color/m3_sys_color_dynamic_light_surface_variant = 0x7f050177
+com.example.revivemymemory:dimen/mtrl_chip_pressed_translation_z = 0x7f06053b
+com.example.revivemymemory:attr/expandedHintEnabled = 0x7f030198
+com.example.revivemymemory:attr/motionDurationLong4 = 0x7f03030d
+com.example.revivemymemory:color/material_dynamic_primary95 = 0x7f0501da
+com.example.revivemymemory:id/notification_main_column_container = 0x7f080156
+com.example.revivemymemory:attr/expandedTitleMarginStart = 0x7f03019d
+com.example.revivemymemory:style/Theme.MaterialComponents.CompactMenu = 0x7f110239
+com.example.revivemymemory:attr/thumbRadius = 0x7f03045b
+com.example.revivemymemory:dimen/m3_sys_motion_easing_legacy_accelerate_control_x2 = 0x7f060499
+com.example.revivemymemory:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Header = 0x7f11003c
+com.example.revivemymemory:layout/material_clock_period_toggle = 0x7f0b003a
+com.example.revivemymemory:color/m3_ref_palette_dynamic_secondary70 = 0x7f0500c8
+com.example.revivemymemory:color/mtrl_textinput_disabled_color = 0x7f050263
+com.example.revivemymemory:animator/m3_card_elevated_state_list_anim = 0x7f02000b
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt b/Revive/android app/ReviveMyMemory/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt
new file mode 100644
index 000000000..47541dc04
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt
@@ -0,0 +1,5804 @@
+com.example.revivemymemory
+anim abc_fade_in
+anim abc_fade_out
+anim abc_grow_fade_in_from_bottom
+anim abc_popup_enter
+anim abc_popup_exit
+anim abc_shrink_fade_out_from_bottom
+anim abc_slide_in_bottom
+anim abc_slide_in_top
+anim abc_slide_out_bottom
+anim abc_slide_out_top
+anim abc_tooltip_enter
+anim abc_tooltip_exit
+anim btn_checkbox_to_checked_box_inner_merged_animation
+anim btn_checkbox_to_checked_box_outer_merged_animation
+anim btn_checkbox_to_checked_icon_null_animation
+anim btn_checkbox_to_unchecked_box_inner_merged_animation
+anim btn_checkbox_to_unchecked_check_path_merged_animation
+anim btn_checkbox_to_unchecked_icon_null_animation
+anim btn_radio_to_off_mtrl_dot_group_animation
+anim btn_radio_to_off_mtrl_ring_outer_animation
+anim btn_radio_to_off_mtrl_ring_outer_path_animation
+anim btn_radio_to_on_mtrl_dot_group_animation
+anim btn_radio_to_on_mtrl_ring_outer_animation
+anim btn_radio_to_on_mtrl_ring_outer_path_animation
+anim design_bottom_sheet_slide_in
+anim design_bottom_sheet_slide_out
+anim design_snackbar_in
+anim design_snackbar_out
+anim fragment_fast_out_extra_slow_in
+anim linear_indeterminate_line1_head_interpolator
+anim linear_indeterminate_line1_tail_interpolator
+anim linear_indeterminate_line2_head_interpolator
+anim linear_indeterminate_line2_tail_interpolator
+anim m3_bottom_sheet_slide_in
+anim m3_bottom_sheet_slide_out
+anim m3_motion_fade_enter
+anim m3_motion_fade_exit
+anim m3_side_sheet_slide_in
+anim m3_side_sheet_slide_out
+anim mtrl_bottom_sheet_slide_in
+anim mtrl_bottom_sheet_slide_out
+anim mtrl_card_lowers_interpolator
+animator design_appbar_state_list_animator
+animator design_fab_hide_motion_spec
+animator design_fab_show_motion_spec
+animator fragment_close_enter
+animator fragment_close_exit
+animator fragment_fade_enter
+animator fragment_fade_exit
+animator fragment_open_enter
+animator fragment_open_exit
+animator m3_btn_elevated_btn_state_list_anim
+animator m3_btn_state_list_anim
+animator m3_card_elevated_state_list_anim
+animator m3_card_state_list_anim
+animator m3_chip_state_list_anim
+animator m3_elevated_chip_state_list_anim
+animator m3_extended_fab_change_size_collapse_motion_spec
+animator m3_extended_fab_change_size_expand_motion_spec
+animator m3_extended_fab_hide_motion_spec
+animator m3_extended_fab_show_motion_spec
+animator m3_extended_fab_state_list_animator
+animator mtrl_btn_state_list_anim
+animator mtrl_btn_unelevated_state_list_anim
+animator mtrl_card_state_list_anim
+animator mtrl_chip_state_list_anim
+animator mtrl_extended_fab_change_size_collapse_motion_spec
+animator mtrl_extended_fab_change_size_expand_motion_spec
+animator mtrl_extended_fab_hide_motion_spec
+animator mtrl_extended_fab_show_motion_spec
+animator mtrl_extended_fab_state_list_animator
+animator mtrl_fab_hide_motion_spec
+animator mtrl_fab_show_motion_spec
+animator mtrl_fab_transformation_sheet_collapse_spec
+animator mtrl_fab_transformation_sheet_expand_spec
+attr SharedValue
+attr SharedValueId
+attr actionBarDivider
+attr actionBarItemBackground
+attr actionBarPopupTheme
+attr actionBarSize
+attr actionBarSplitStyle
+attr actionBarStyle
+attr actionBarTabBarStyle
+attr actionBarTabStyle
+attr actionBarTabTextStyle
+attr actionBarTheme
+attr actionBarWidgetTheme
+attr actionButtonStyle
+attr actionDropDownStyle
+attr actionLayout
+attr actionMenuTextAppearance
+attr actionMenuTextColor
+attr actionModeBackground
+attr actionModeCloseButtonStyle
+attr actionModeCloseContentDescription
+attr actionModeCloseDrawable
+attr actionModeCopyDrawable
+attr actionModeCutDrawable
+attr actionModeFindDrawable
+attr actionModePasteDrawable
+attr actionModePopupWindowStyle
+attr actionModeSelectAllDrawable
+attr actionModeShareDrawable
+attr actionModeSplitBackground
+attr actionModeStyle
+attr actionModeTheme
+attr actionModeWebSearchDrawable
+attr actionOverflowButtonStyle
+attr actionOverflowMenuStyle
+attr actionProviderClass
+attr actionTextColorAlpha
+attr actionViewClass
+attr activityChooserViewStyle
+attr addElevationShadow
+attr alertDialogButtonGroupStyle
+attr alertDialogCenterButtons
+attr alertDialogStyle
+attr alertDialogTheme
+attr allowStacking
+attr alpha
+attr alphabeticModifiers
+attr altSrc
+attr animateCircleAngleTo
+attr animateMenuItems
+attr animateNavigationIcon
+attr animateRelativeTo
+attr animationMode
+attr appBarLayoutStyle
+attr applyMotionScene
+attr arcMode
+attr arrowHeadLength
+attr arrowShaftLength
+attr attributeName
+attr autoCompleteMode
+attr autoCompleteTextViewStyle
+attr autoShowKeyboard
+attr autoSizeMaxTextSize
+attr autoSizeMinTextSize
+attr autoSizePresetSizes
+attr autoSizeStepGranularity
+attr autoSizeTextType
+attr autoTransition
+attr background
+attr backgroundColor
+attr backgroundInsetBottom
+attr backgroundInsetEnd
+attr backgroundInsetStart
+attr backgroundInsetTop
+attr backgroundOverlayColorAlpha
+attr backgroundSplit
+attr backgroundStacked
+attr backgroundTint
+attr backgroundTintMode
+attr badgeGravity
+attr badgeRadius
+attr badgeStyle
+attr badgeTextColor
+attr badgeWidePadding
+attr badgeWithTextRadius
+attr barLength
+attr barrierAllowsGoneWidgets
+attr barrierDirection
+attr barrierMargin
+attr behavior_autoHide
+attr behavior_autoShrink
+attr behavior_draggable
+attr behavior_expandedOffset
+attr behavior_fitToContents
+attr behavior_halfExpandedRatio
+attr behavior_hideable
+attr behavior_overlapTop
+attr behavior_peekHeight
+attr behavior_saveFlags
+attr behavior_significantVelocityThreshold
+attr behavior_skipCollapsed
+attr blendSrc
+attr borderRound
+attr borderRoundPercent
+attr borderWidth
+attr borderlessButtonStyle
+attr bottomAppBarStyle
+attr bottomInsetScrimEnabled
+attr bottomNavigationStyle
+attr bottomSheetDialogTheme
+attr bottomSheetDragHandleStyle
+attr bottomSheetStyle
+attr boxBackgroundColor
+attr boxBackgroundMode
+attr boxCollapsedPaddingTop
+attr boxCornerRadiusBottomEnd
+attr boxCornerRadiusBottomStart
+attr boxCornerRadiusTopEnd
+attr boxCornerRadiusTopStart
+attr boxStrokeColor
+attr boxStrokeErrorColor
+attr boxStrokeWidth
+attr boxStrokeWidthFocused
+attr brightness
+attr buttonBarButtonStyle
+attr buttonBarNegativeButtonStyle
+attr buttonBarNeutralButtonStyle
+attr buttonBarPositiveButtonStyle
+attr buttonBarStyle
+attr buttonCompat
+attr buttonGravity
+attr buttonIcon
+attr buttonIconDimen
+attr buttonIconTint
+attr buttonIconTintMode
+attr buttonPanelSideLayout
+attr buttonStyle
+attr buttonStyleSmall
+attr buttonTint
+attr buttonTintMode
+attr cardBackgroundColor
+attr cardCornerRadius
+attr cardElevation
+attr cardForegroundColor
+attr cardMaxElevation
+attr cardPreventCornerOverlap
+attr cardUseCompatPadding
+attr cardViewStyle
+attr carousel_backwardTransition
+attr carousel_emptyViewsBehavior
+attr carousel_firstView
+attr carousel_forwardTransition
+attr carousel_infinite
+attr carousel_nextState
+attr carousel_previousState
+attr carousel_touchUpMode
+attr carousel_touchUp_dampeningFactor
+attr carousel_touchUp_velocityThreshold
+attr centerIfNoTextEnabled
+attr chainUseRtl
+attr checkMarkCompat
+attr checkMarkTint
+attr checkMarkTintMode
+attr checkboxStyle
+attr checkedButton
+attr checkedChip
+attr checkedIcon
+attr checkedIconEnabled
+attr checkedIconGravity
+attr checkedIconMargin
+attr checkedIconSize
+attr checkedIconTint
+attr checkedIconVisible
+attr checkedState
+attr checkedTextViewStyle
+attr chipBackgroundColor
+attr chipCornerRadius
+attr chipEndPadding
+attr chipGroupStyle
+attr chipIcon
+attr chipIconEnabled
+attr chipIconSize
+attr chipIconTint
+attr chipIconVisible
+attr chipMinHeight
+attr chipMinTouchTargetSize
+attr chipSpacing
+attr chipSpacingHorizontal
+attr chipSpacingVertical
+attr chipStandaloneStyle
+attr chipStartPadding
+attr chipStrokeColor
+attr chipStrokeWidth
+attr chipStyle
+attr chipSurfaceColor
+attr circleRadius
+attr circularProgressIndicatorStyle
+attr circularflow_angles
+attr circularflow_defaultAngle
+attr circularflow_defaultRadius
+attr circularflow_radiusInDP
+attr circularflow_viewCenter
+attr civ_border_color
+attr civ_border_overlay
+attr civ_border_width
+attr civ_circle_background_color
+attr clearsTag
+attr clickAction
+attr clockFaceBackgroundColor
+attr clockHandColor
+attr clockIcon
+attr clockNumberTextColor
+attr closeIcon
+attr closeIconEnabled
+attr closeIconEndPadding
+attr closeIconSize
+attr closeIconStartPadding
+attr closeIconTint
+attr closeIconVisible
+attr closeItemLayout
+attr collapseContentDescription
+attr collapseIcon
+attr collapsedSize
+attr collapsedTitleGravity
+attr collapsedTitleTextAppearance
+attr collapsedTitleTextColor
+attr collapsingToolbarLayoutLargeSize
+attr collapsingToolbarLayoutLargeStyle
+attr collapsingToolbarLayoutMediumSize
+attr collapsingToolbarLayoutMediumStyle
+attr collapsingToolbarLayoutStyle
+attr color
+attr colorAccent
+attr colorBackgroundFloating
+attr colorButtonNormal
+attr colorContainer
+attr colorControlActivated
+attr colorControlHighlight
+attr colorControlNormal
+attr colorError
+attr colorErrorContainer
+attr colorOnBackground
+attr colorOnContainer
+attr colorOnContainerUnchecked
+attr colorOnError
+attr colorOnErrorContainer
+attr colorOnPrimary
+attr colorOnPrimaryContainer
+attr colorOnPrimarySurface
+attr colorOnSecondary
+attr colorOnSecondaryContainer
+attr colorOnSurface
+attr colorOnSurfaceInverse
+attr colorOnSurfaceVariant
+attr colorOnTertiary
+attr colorOnTertiaryContainer
+attr colorOutline
+attr colorOutlineVariant
+attr colorPrimary
+attr colorPrimaryContainer
+attr colorPrimaryDark
+attr colorPrimaryInverse
+attr colorPrimarySurface
+attr colorPrimaryVariant
+attr colorSecondary
+attr colorSecondaryContainer
+attr colorSecondaryVariant
+attr colorSurface
+attr colorSurfaceInverse
+attr colorSurfaceVariant
+attr colorSwitchThumbNormal
+attr colorTertiary
+attr colorTertiaryContainer
+attr commitIcon
+attr compatShadowEnabled
+attr constraintRotate
+attr constraintSet
+attr constraintSetEnd
+attr constraintSetStart
+attr constraint_referenced_ids
+attr constraint_referenced_tags
+attr constraints
+attr content
+attr contentDescription
+attr contentInsetEnd
+attr contentInsetEndWithActions
+attr contentInsetLeft
+attr contentInsetRight
+attr contentInsetStart
+attr contentInsetStartWithNavigation
+attr contentPadding
+attr contentPaddingBottom
+attr contentPaddingEnd
+attr contentPaddingLeft
+attr contentPaddingRight
+attr contentPaddingStart
+attr contentPaddingTop
+attr contentScrim
+attr contrast
+attr controlBackground
+attr coordinatorLayoutStyle
+attr coplanarSiblingViewId
+attr cornerFamily
+attr cornerFamilyBottomLeft
+attr cornerFamilyBottomRight
+attr cornerFamilyTopLeft
+attr cornerFamilyTopRight
+attr cornerRadius
+attr cornerSize
+attr cornerSizeBottomLeft
+attr cornerSizeBottomRight
+attr cornerSizeTopLeft
+attr cornerSizeTopRight
+attr counterEnabled
+attr counterMaxLength
+attr counterOverflowTextAppearance
+attr counterOverflowTextColor
+attr counterTextAppearance
+attr counterTextColor
+attr crossfade
+attr currentState
+attr curveFit
+attr customBoolean
+attr customColorDrawableValue
+attr customColorValue
+attr customDimension
+attr customFloatValue
+attr customIntegerValue
+attr customNavigationLayout
+attr customPixelDimension
+attr customReference
+attr customStringValue
+attr dayInvalidStyle
+attr daySelectedStyle
+attr dayStyle
+attr dayTodayStyle
+attr defaultDuration
+attr defaultMarginsEnabled
+attr defaultQueryHint
+attr defaultScrollFlagsEnabled
+attr defaultState
+attr deltaPolarAngle
+attr deltaPolarRadius
+attr deriveConstraintsFrom
+attr dialogCornerRadius
+attr dialogPreferredPadding
+attr dialogTheme
+attr displayOptions
+attr divider
+attr dividerColor
+attr dividerHorizontal
+attr dividerInsetEnd
+attr dividerInsetStart
+attr dividerPadding
+attr dividerThickness
+attr dividerVertical
+attr dragDirection
+attr dragScale
+attr dragThreshold
+attr drawPath
+attr drawableBottomCompat
+attr drawableEndCompat
+attr drawableLeftCompat
+attr drawableRightCompat
+attr drawableSize
+attr drawableStartCompat
+attr drawableTint
+attr drawableTintMode
+attr drawableTopCompat
+attr drawerArrowStyle
+attr drawerLayoutCornerSize
+attr drawerLayoutStyle
+attr dropDownListViewStyle
+attr dropdownListPreferredItemHeight
+attr duration
+attr dynamicColorThemeOverlay
+attr editTextBackground
+attr editTextColor
+attr editTextStyle
+attr elevation
+attr elevationOverlayAccentColor
+attr elevationOverlayColor
+attr elevationOverlayEnabled
+attr emojiCompatEnabled
+attr enableEdgeToEdge
+attr endIconCheckable
+attr endIconContentDescription
+attr endIconDrawable
+attr endIconMinSize
+attr endIconMode
+attr endIconScaleType
+attr endIconTint
+attr endIconTintMode
+attr enforceMaterialTheme
+attr enforceTextAppearance
+attr ensureMinTouchTargetSize
+attr errorAccessibilityLabel
+attr errorAccessibilityLiveRegion
+attr errorContentDescription
+attr errorEnabled
+attr errorIconDrawable
+attr errorIconTint
+attr errorIconTintMode
+attr errorShown
+attr errorTextAppearance
+attr errorTextColor
+attr expandActivityOverflowButtonDrawable
+attr expanded
+attr expandedHintEnabled
+attr expandedTitleGravity
+attr expandedTitleMargin
+attr expandedTitleMarginBottom
+attr expandedTitleMarginEnd
+attr expandedTitleMarginStart
+attr expandedTitleMarginTop
+attr expandedTitleTextAppearance
+attr expandedTitleTextColor
+attr extendMotionSpec
+attr extendStrategy
+attr extendedFloatingActionButtonPrimaryStyle
+attr extendedFloatingActionButtonSecondaryStyle
+attr extendedFloatingActionButtonStyle
+attr extendedFloatingActionButtonSurfaceStyle
+attr extendedFloatingActionButtonTertiaryStyle
+attr extraMultilineHeightEnabled
+attr fabAlignmentMode
+attr fabAlignmentModeEndMargin
+attr fabAnchorMode
+attr fabAnimationMode
+attr fabCradleMargin
+attr fabCradleRoundedCornerRadius
+attr fabCradleVerticalOffset
+attr fabCustomSize
+attr fabSize
+attr fastScrollEnabled
+attr fastScrollHorizontalThumbDrawable
+attr fastScrollHorizontalTrackDrawable
+attr fastScrollVerticalThumbDrawable
+attr fastScrollVerticalTrackDrawable
+attr firstBaselineToTopHeight
+attr floatingActionButtonLargePrimaryStyle
+attr floatingActionButtonLargeSecondaryStyle
+attr floatingActionButtonLargeStyle
+attr floatingActionButtonLargeSurfaceStyle
+attr floatingActionButtonLargeTertiaryStyle
+attr floatingActionButtonPrimaryStyle
+attr floatingActionButtonSecondaryStyle
+attr floatingActionButtonSmallPrimaryStyle
+attr floatingActionButtonSmallSecondaryStyle
+attr floatingActionButtonSmallStyle
+attr floatingActionButtonSmallSurfaceStyle
+attr floatingActionButtonSmallTertiaryStyle
+attr floatingActionButtonStyle
+attr floatingActionButtonSurfaceStyle
+attr floatingActionButtonTertiaryStyle
+attr flow_firstHorizontalBias
+attr flow_firstHorizontalStyle
+attr flow_firstVerticalBias
+attr flow_firstVerticalStyle
+attr flow_horizontalAlign
+attr flow_horizontalBias
+attr flow_horizontalGap
+attr flow_horizontalStyle
+attr flow_lastHorizontalBias
+attr flow_lastHorizontalStyle
+attr flow_lastVerticalBias
+attr flow_lastVerticalStyle
+attr flow_maxElementsWrap
+attr flow_padding
+attr flow_verticalAlign
+attr flow_verticalBias
+attr flow_verticalGap
+attr flow_verticalStyle
+attr flow_wrapMode
+attr font
+attr fontFamily
+attr fontProviderAuthority
+attr fontProviderCerts
+attr fontProviderFetchStrategy
+attr fontProviderFetchTimeout
+attr fontProviderPackage
+attr fontProviderQuery
+attr fontProviderSystemFontFamily
+attr fontStyle
+attr fontVariationSettings
+attr fontWeight
+attr forceApplySystemWindowInsetTop
+attr forceDefaultNavigationOnClickListener
+attr foregroundInsidePadding
+attr framePosition
+attr gapBetweenBars
+attr gestureInsetBottomIgnored
+attr goIcon
+attr guidelineUseRtl
+attr haloColor
+attr haloRadius
+attr headerLayout
+attr height
+attr helperText
+attr helperTextEnabled
+attr helperTextTextAppearance
+attr helperTextTextColor
+attr hideAnimationBehavior
+attr hideMotionSpec
+attr hideNavigationIcon
+attr hideOnContentScroll
+attr hideOnScroll
+attr hintAnimationEnabled
+attr hintEnabled
+attr hintTextAppearance
+attr hintTextColor
+attr homeAsUpIndicator
+attr homeLayout
+attr horizontalOffset
+attr horizontalOffsetWithText
+attr hoveredFocusedTranslationZ
+attr icon
+attr iconEndPadding
+attr iconGravity
+attr iconPadding
+attr iconSize
+attr iconStartPadding
+attr iconTint
+attr iconTintMode
+attr iconifiedByDefault
+attr ifTagNotSet
+attr ifTagSet
+attr imageButtonStyle
+attr imagePanX
+attr imagePanY
+attr imageRotate
+attr imageZoom
+attr indeterminateAnimationType
+attr indeterminateProgressStyle
+attr indicatorColor
+attr indicatorDirectionCircular
+attr indicatorDirectionLinear
+attr indicatorInset
+attr indicatorSize
+attr initialActivityCount
+attr insetForeground
+attr isLightTheme
+attr isMaterial3DynamicColorApplied
+attr isMaterial3Theme
+attr isMaterialTheme
+attr itemActiveIndicatorStyle
+attr itemBackground
+attr itemFillColor
+attr itemHorizontalPadding
+attr itemHorizontalTranslationEnabled
+attr itemIconPadding
+attr itemIconSize
+attr itemIconTint
+attr itemMaxLines
+attr itemMinHeight
+attr itemPadding
+attr itemPaddingBottom
+attr itemPaddingTop
+attr itemRippleColor
+attr itemShapeAppearance
+attr itemShapeAppearanceOverlay
+attr itemShapeFillColor
+attr itemShapeInsetBottom
+attr itemShapeInsetEnd
+attr itemShapeInsetStart
+attr itemShapeInsetTop
+attr itemSpacing
+attr itemStrokeColor
+attr itemStrokeWidth
+attr itemTextAppearance
+attr itemTextAppearanceActive
+attr itemTextAppearanceInactive
+attr itemTextColor
+attr itemVerticalPadding
+attr keyPositionType
+attr keyboardIcon
+attr keylines
+attr lStar
+attr labelBehavior
+attr labelStyle
+attr labelVisibilityMode
+attr lastBaselineToBottomHeight
+attr lastItemDecorated
+attr layout
+attr layoutDescription
+attr layoutDuringTransition
+attr layoutManager
+attr layout_anchor
+attr layout_anchorGravity
+attr layout_behavior
+attr layout_collapseMode
+attr layout_collapseParallaxMultiplier
+attr layout_constrainedHeight
+attr layout_constrainedWidth
+attr layout_constraintBaseline_creator
+attr layout_constraintBaseline_toBaselineOf
+attr layout_constraintBaseline_toBottomOf
+attr layout_constraintBaseline_toTopOf
+attr layout_constraintBottom_creator
+attr layout_constraintBottom_toBottomOf
+attr layout_constraintBottom_toTopOf
+attr layout_constraintCircle
+attr layout_constraintCircleAngle
+attr layout_constraintCircleRadius
+attr layout_constraintDimensionRatio
+attr layout_constraintEnd_toEndOf
+attr layout_constraintEnd_toStartOf
+attr layout_constraintGuide_begin
+attr layout_constraintGuide_end
+attr layout_constraintGuide_percent
+attr layout_constraintHeight
+attr layout_constraintHeight_default
+attr layout_constraintHeight_max
+attr layout_constraintHeight_min
+attr layout_constraintHeight_percent
+attr layout_constraintHorizontal_bias
+attr layout_constraintHorizontal_chainStyle
+attr layout_constraintHorizontal_weight
+attr layout_constraintLeft_creator
+attr layout_constraintLeft_toLeftOf
+attr layout_constraintLeft_toRightOf
+attr layout_constraintRight_creator
+attr layout_constraintRight_toLeftOf
+attr layout_constraintRight_toRightOf
+attr layout_constraintStart_toEndOf
+attr layout_constraintStart_toStartOf
+attr layout_constraintTag
+attr layout_constraintTop_creator
+attr layout_constraintTop_toBottomOf
+attr layout_constraintTop_toTopOf
+attr layout_constraintVertical_bias
+attr layout_constraintVertical_chainStyle
+attr layout_constraintVertical_weight
+attr layout_constraintWidth
+attr layout_constraintWidth_default
+attr layout_constraintWidth_max
+attr layout_constraintWidth_min
+attr layout_constraintWidth_percent
+attr layout_dodgeInsetEdges
+attr layout_editor_absoluteX
+attr layout_editor_absoluteY
+attr layout_goneMarginBaseline
+attr layout_goneMarginBottom
+attr layout_goneMarginEnd
+attr layout_goneMarginLeft
+attr layout_goneMarginRight
+attr layout_goneMarginStart
+attr layout_goneMarginTop
+attr layout_insetEdge
+attr layout_keyline
+attr layout_marginBaseline
+attr layout_optimizationLevel
+attr layout_scrollEffect
+attr layout_scrollFlags
+attr layout_scrollInterpolator
+attr layout_wrapBehaviorInParent
+attr liftOnScroll
+attr liftOnScrollColor
+attr liftOnScrollTargetViewId
+attr limitBoundsTo
+attr lineHeight
+attr lineSpacing
+attr linearProgressIndicatorStyle
+attr listChoiceBackgroundIndicator
+attr listChoiceIndicatorMultipleAnimated
+attr listChoiceIndicatorSingleAnimated
+attr listDividerAlertDialog
+attr listItemLayout
+attr listLayout
+attr listMenuViewStyle
+attr listPopupWindowStyle
+attr listPreferredItemHeight
+attr listPreferredItemHeightLarge
+attr listPreferredItemHeightSmall
+attr listPreferredItemPaddingEnd
+attr listPreferredItemPaddingLeft
+attr listPreferredItemPaddingRight
+attr listPreferredItemPaddingStart
+attr logo
+attr logoAdjustViewBounds
+attr logoDescription
+attr logoScaleType
+attr lottieAnimationViewStyle
+attr lottie_autoPlay
+attr lottie_cacheComposition
+attr lottie_colorFilter
+attr lottie_enableMergePathsForKitKatAndAbove
+attr lottie_fallbackRes
+attr lottie_fileName
+attr lottie_imageAssetsFolder
+attr lottie_loop
+attr lottie_progress
+attr lottie_rawRes
+attr lottie_renderMode
+attr lottie_repeatCount
+attr lottie_repeatMode
+attr lottie_scale
+attr lottie_speed
+attr lottie_url
+attr marginHorizontal
+attr marginLeftSystemWindowInsets
+attr marginRightSystemWindowInsets
+attr marginTopSystemWindowInsets
+attr materialAlertDialogBodyTextStyle
+attr materialAlertDialogButtonSpacerVisibility
+attr materialAlertDialogTheme
+attr materialAlertDialogTitleIconStyle
+attr materialAlertDialogTitlePanelStyle
+attr materialAlertDialogTitleTextStyle
+attr materialButtonOutlinedStyle
+attr materialButtonStyle
+attr materialButtonToggleGroupStyle
+attr materialCalendarDay
+attr materialCalendarDayOfWeekLabel
+attr materialCalendarFullscreenTheme
+attr materialCalendarHeaderCancelButton
+attr materialCalendarHeaderConfirmButton
+attr materialCalendarHeaderDivider
+attr materialCalendarHeaderLayout
+attr materialCalendarHeaderSelection
+attr materialCalendarHeaderTitle
+attr materialCalendarHeaderToggleButton
+attr materialCalendarMonth
+attr materialCalendarMonthNavigationButton
+attr materialCalendarStyle
+attr materialCalendarTheme
+attr materialCalendarYearNavigationButton
+attr materialCardViewElevatedStyle
+attr materialCardViewFilledStyle
+attr materialCardViewOutlinedStyle
+attr materialCardViewStyle
+attr materialCircleRadius
+attr materialClockStyle
+attr materialDisplayDividerStyle
+attr materialDividerHeavyStyle
+attr materialDividerStyle
+attr materialIconButtonFilledStyle
+attr materialIconButtonFilledTonalStyle
+attr materialIconButtonOutlinedStyle
+attr materialIconButtonStyle
+attr materialSearchBarStyle
+attr materialSearchViewPrefixStyle
+attr materialSearchViewStyle
+attr materialSwitchStyle
+attr materialThemeOverlay
+attr materialTimePickerStyle
+attr materialTimePickerTheme
+attr materialTimePickerTitleStyle
+attr maxAcceleration
+attr maxActionInlineWidth
+attr maxButtonHeight
+attr maxCharacterCount
+attr maxHeight
+attr maxImageSize
+attr maxLines
+attr maxVelocity
+attr maxWidth
+attr measureWithLargestChild
+attr menu
+attr menuAlignmentMode
+attr menuGravity
+attr methodName
+attr minHeight
+attr minHideDelay
+attr minSeparation
+attr minTouchTargetSize
+attr minWidth
+attr mock_diagonalsColor
+attr mock_label
+attr mock_labelBackgroundColor
+attr mock_labelColor
+attr mock_showDiagonals
+attr mock_showLabel
+attr motionDebug
+attr motionDurationExtraLong1
+attr motionDurationExtraLong2
+attr motionDurationExtraLong3
+attr motionDurationExtraLong4
+attr motionDurationLong1
+attr motionDurationLong2
+attr motionDurationLong3
+attr motionDurationLong4
+attr motionDurationMedium1
+attr motionDurationMedium2
+attr motionDurationMedium3
+attr motionDurationMedium4
+attr motionDurationShort1
+attr motionDurationShort2
+attr motionDurationShort3
+attr motionDurationShort4
+attr motionEasingAccelerated
+attr motionEasingDecelerated
+attr motionEasingEmphasized
+attr motionEasingEmphasizedAccelerateInterpolator
+attr motionEasingEmphasizedDecelerateInterpolator
+attr motionEasingEmphasizedInterpolator
+attr motionEasingLinear
+attr motionEasingLinearInterpolator
+attr motionEasingStandard
+attr motionEasingStandardAccelerateInterpolator
+attr motionEasingStandardDecelerateInterpolator
+attr motionEasingStandardInterpolator
+attr motionEffect_alpha
+attr motionEffect_end
+attr motionEffect_move
+attr motionEffect_start
+attr motionEffect_strict
+attr motionEffect_translationX
+attr motionEffect_translationY
+attr motionEffect_viewTransition
+attr motionInterpolator
+attr motionPath
+attr motionPathRotate
+attr motionProgress
+attr motionStagger
+attr motionTarget
+attr motion_postLayoutCollision
+attr motion_triggerOnCollision
+attr moveWhenScrollAtTop
+attr multiChoiceItemLayout
+attr navigationContentDescription
+attr navigationIcon
+attr navigationIconTint
+attr navigationMode
+attr navigationRailStyle
+attr navigationViewStyle
+attr nestedScrollFlags
+attr nestedScrollViewStyle
+attr nestedScrollable
+attr number
+attr numericModifiers
+attr onCross
+attr onHide
+attr onNegativeCross
+attr onPositiveCross
+attr onShow
+attr onStateTransition
+attr onTouchUp
+attr overlapAnchor
+attr overlay
+attr paddingBottomNoButtons
+attr paddingBottomSystemWindowInsets
+attr paddingEnd
+attr paddingLeftSystemWindowInsets
+attr paddingRightSystemWindowInsets
+attr paddingStart
+attr paddingTopNoTitle
+attr paddingTopSystemWindowInsets
+attr panelBackground
+attr panelMenuListTheme
+attr panelMenuListWidth
+attr passwordToggleContentDescription
+attr passwordToggleDrawable
+attr passwordToggleEnabled
+attr passwordToggleTint
+attr passwordToggleTintMode
+attr pathMotionArc
+attr path_percent
+attr percentHeight
+attr percentWidth
+attr percentX
+attr percentY
+attr perpendicularPath_percent
+attr pivotAnchor
+attr placeholderText
+attr placeholderTextAppearance
+attr placeholderTextColor
+attr placeholder_emptyVisibility
+attr polarRelativeTo
+attr popupMenuBackground
+attr popupMenuStyle
+attr popupTheme
+attr popupWindowStyle
+attr prefixText
+attr prefixTextAppearance
+attr prefixTextColor
+attr preserveIconSpacing
+attr pressedTranslationZ
+attr progressBarPadding
+attr progressBarStyle
+attr quantizeMotionInterpolator
+attr quantizeMotionPhase
+attr quantizeMotionSteps
+attr queryBackground
+attr queryHint
+attr queryPatterns
+attr radioButtonStyle
+attr rangeFillColor
+attr ratingBarStyle
+attr ratingBarStyleIndicator
+attr ratingBarStyleSmall
+attr reactiveGuide_animateChange
+attr reactiveGuide_applyToAllConstraintSets
+attr reactiveGuide_applyToConstraintSet
+attr reactiveGuide_valueId
+attr recyclerViewStyle
+attr region_heightLessThan
+attr region_heightMoreThan
+attr region_widthLessThan
+attr region_widthMoreThan
+attr removeEmbeddedFabElevation
+attr reverseLayout
+attr rippleColor
+attr rotationCenterId
+attr round
+attr roundPercent
+attr saturation
+attr scaleFromTextSize
+attr scrimAnimationDuration
+attr scrimBackground
+attr scrimVisibleHeightTrigger
+attr searchHintIcon
+attr searchIcon
+attr searchPrefixText
+attr searchViewStyle
+attr seekBarStyle
+attr selectableItemBackground
+attr selectableItemBackgroundBorderless
+attr selectionRequired
+attr selectorSize
+attr setsTag
+attr shapeAppearance
+attr shapeAppearanceCornerExtraLarge
+attr shapeAppearanceCornerExtraSmall
+attr shapeAppearanceCornerLarge
+attr shapeAppearanceCornerMedium
+attr shapeAppearanceCornerSmall
+attr shapeAppearanceLargeComponent
+attr shapeAppearanceMediumComponent
+attr shapeAppearanceOverlay
+attr shapeAppearanceSmallComponent
+attr shapeCornerFamily
+attr shortcutMatchRequired
+attr shouldRemoveExpandedCorners
+attr showAnimationBehavior
+attr showAsAction
+attr showDelay
+attr showDividers
+attr showMotionSpec
+attr showPaths
+attr showText
+attr showTitle
+attr shrinkMotionSpec
+attr sideSheetDialogTheme
+attr sideSheetModalStyle
+attr simpleItemLayout
+attr simpleItemSelectedColor
+attr simpleItemSelectedRippleColor
+attr simpleItems
+attr singleChoiceItemLayout
+attr singleLine
+attr singleSelection
+attr sizePercent
+attr sliderStyle
+attr snackbarButtonStyle
+attr snackbarStyle
+attr snackbarTextViewStyle
+attr spanCount
+attr spinBars
+attr spinnerDropDownItemStyle
+attr spinnerStyle
+attr splitTrack
+attr springBoundary
+attr springDamping
+attr springMass
+attr springStiffness
+attr springStopThreshold
+attr srcCompat
+attr stackFromEnd
+attr staggered
+attr startIconCheckable
+attr startIconContentDescription
+attr startIconDrawable
+attr startIconMinSize
+attr startIconScaleType
+attr startIconTint
+attr startIconTintMode
+attr state_above_anchor
+attr state_collapsed
+attr state_collapsible
+attr state_dragged
+attr state_error
+attr state_indeterminate
+attr state_liftable
+attr state_lifted
+attr state_with_icon
+attr statusBarBackground
+attr statusBarForeground
+attr statusBarScrim
+attr strokeColor
+attr strokeWidth
+attr subMenuArrow
+attr subheaderColor
+attr subheaderInsetEnd
+attr subheaderInsetStart
+attr subheaderTextAppearance
+attr submitBackground
+attr subtitle
+attr subtitleCentered
+attr subtitleTextAppearance
+attr subtitleTextColor
+attr subtitleTextStyle
+attr suffixText
+attr suffixTextAppearance
+attr suffixTextColor
+attr suggestionRowLayout
+attr switchMinWidth
+attr switchPadding
+attr switchStyle
+attr switchTextAppearance
+attr tabBackground
+attr tabContentStart
+attr tabGravity
+attr tabIconTint
+attr tabIconTintMode
+attr tabIndicator
+attr tabIndicatorAnimationDuration
+attr tabIndicatorAnimationMode
+attr tabIndicatorColor
+attr tabIndicatorFullWidth
+attr tabIndicatorGravity
+attr tabIndicatorHeight
+attr tabInlineLabel
+attr tabMaxWidth
+attr tabMinWidth
+attr tabMode
+attr tabPadding
+attr tabPaddingBottom
+attr tabPaddingEnd
+attr tabPaddingStart
+attr tabPaddingTop
+attr tabRippleColor
+attr tabSecondaryStyle
+attr tabSelectedTextAppearance
+attr tabSelectedTextColor
+attr tabStyle
+attr tabTextAppearance
+attr tabTextColor
+attr tabUnboundedRipple
+attr targetId
+attr telltales_tailColor
+attr telltales_tailScale
+attr telltales_velocityMode
+attr textAllCaps
+attr textAppearanceBody1
+attr textAppearanceBody2
+attr textAppearanceBodyLarge
+attr textAppearanceBodyMedium
+attr textAppearanceBodySmall
+attr textAppearanceButton
+attr textAppearanceCaption
+attr textAppearanceDisplayLarge
+attr textAppearanceDisplayMedium
+attr textAppearanceDisplaySmall
+attr textAppearanceHeadline1
+attr textAppearanceHeadline2
+attr textAppearanceHeadline3
+attr textAppearanceHeadline4
+attr textAppearanceHeadline5
+attr textAppearanceHeadline6
+attr textAppearanceHeadlineLarge
+attr textAppearanceHeadlineMedium
+attr textAppearanceHeadlineSmall
+attr textAppearanceLabelLarge
+attr textAppearanceLabelMedium
+attr textAppearanceLabelSmall
+attr textAppearanceLargePopupMenu
+attr textAppearanceLineHeightEnabled
+attr textAppearanceListItem
+attr textAppearanceListItemSecondary
+attr textAppearanceListItemSmall
+attr textAppearanceOverline
+attr textAppearancePopupMenuHeader
+attr textAppearanceSearchResultSubtitle
+attr textAppearanceSearchResultTitle
+attr textAppearanceSmallPopupMenu
+attr textAppearanceSubtitle1
+attr textAppearanceSubtitle2
+attr textAppearanceTitleLarge
+attr textAppearanceTitleMedium
+attr textAppearanceTitleSmall
+attr textBackground
+attr textBackgroundPanX
+attr textBackgroundPanY
+attr textBackgroundRotate
+attr textBackgroundZoom
+attr textColorAlertDialogListItem
+attr textColorSearchUrl
+attr textEndPadding
+attr textFillColor
+attr textInputFilledDenseStyle
+attr textInputFilledExposedDropdownMenuStyle
+attr textInputFilledStyle
+attr textInputLayoutFocusedRectEnabled
+attr textInputOutlinedDenseStyle
+attr textInputOutlinedExposedDropdownMenuStyle
+attr textInputOutlinedStyle
+attr textInputStyle
+attr textLocale
+attr textOutlineColor
+attr textOutlineThickness
+attr textPanX
+attr textPanY
+attr textStartPadding
+attr textureBlurFactor
+attr textureEffect
+attr textureHeight
+attr textureWidth
+attr theme
+attr thickness
+attr thumbColor
+attr thumbElevation
+attr thumbIcon
+attr thumbIconTint
+attr thumbIconTintMode
+attr thumbRadius
+attr thumbStrokeColor
+attr thumbStrokeWidth
+attr thumbTextPadding
+attr thumbTint
+attr thumbTintMode
+attr tickColor
+attr tickColorActive
+attr tickColorInactive
+attr tickMark
+attr tickMarkTint
+attr tickMarkTintMode
+attr tickVisible
+attr tint
+attr tintMode
+attr tintNavigationIcon
+attr title
+attr titleCentered
+attr titleCollapseMode
+attr titleEnabled
+attr titleMargin
+attr titleMarginBottom
+attr titleMarginEnd
+attr titleMarginStart
+attr titleMarginTop
+attr titleMargins
+attr titlePositionInterpolator
+attr titleTextAppearance
+attr titleTextColor
+attr titleTextEllipsize
+attr titleTextStyle
+attr toggleCheckedStateOnClick
+attr toolbarId
+attr toolbarNavigationButtonStyle
+attr toolbarStyle
+attr toolbarSurfaceStyle
+attr tooltipForegroundColor
+attr tooltipFrameBackground
+attr tooltipStyle
+attr tooltipText
+attr topInsetScrimEnabled
+attr touchAnchorId
+attr touchAnchorSide
+attr touchRegionId
+attr track
+attr trackColor
+attr trackColorActive
+attr trackColorInactive
+attr trackCornerRadius
+attr trackDecoration
+attr trackDecorationTint
+attr trackDecorationTintMode
+attr trackHeight
+attr trackThickness
+attr trackTint
+attr trackTintMode
+attr transformPivotTarget
+attr transitionDisable
+attr transitionEasing
+attr transitionFlags
+attr transitionPathRotate
+attr transitionShapeAppearance
+attr triggerId
+attr triggerReceiver
+attr triggerSlack
+attr ttcIndex
+attr upDuration
+attr useCompatPadding
+attr useDrawerArrowDrawable
+attr useMaterialThemeColors
+attr values
+attr verticalOffset
+attr verticalOffsetWithText
+attr viewInflaterClass
+attr viewTransitionMode
+attr viewTransitionOnCross
+attr viewTransitionOnNegativeCross
+attr viewTransitionOnPositiveCross
+attr visibilityMode
+attr voiceIcon
+attr warmth
+attr waveDecay
+attr waveOffset
+attr wavePeriod
+attr wavePhase
+attr waveShape
+attr waveVariesBy
+attr windowActionBar
+attr windowActionBarOverlay
+attr windowActionModeOverlay
+attr windowFixedHeightMajor
+attr windowFixedHeightMinor
+attr windowFixedWidthMajor
+attr windowFixedWidthMinor
+attr windowMinWidthMajor
+attr windowMinWidthMinor
+attr windowNoTitle
+attr yearSelectedStyle
+attr yearStyle
+attr yearTodayStyle
+bool abc_action_bar_embed_tabs
+bool abc_config_actionMenuItemAllCaps
+bool mtrl_btn_textappearance_all_caps
+color abc_background_cache_hint_selector_material_dark
+color abc_background_cache_hint_selector_material_light
+color abc_btn_colored_borderless_text_material
+color abc_btn_colored_text_material
+color abc_color_highlight_material
+color abc_decor_view_status_guard
+color abc_decor_view_status_guard_light
+color abc_hint_foreground_material_dark
+color abc_hint_foreground_material_light
+color abc_primary_text_disable_only_material_dark
+color abc_primary_text_disable_only_material_light
+color abc_primary_text_material_dark
+color abc_primary_text_material_light
+color abc_search_url_text
+color abc_search_url_text_normal
+color abc_search_url_text_pressed
+color abc_search_url_text_selected
+color abc_secondary_text_material_dark
+color abc_secondary_text_material_light
+color abc_tint_btn_checkable
+color abc_tint_default
+color abc_tint_edittext
+color abc_tint_seek_thumb
+color abc_tint_spinner
+color abc_tint_switch_track
+color accent_material_dark
+color accent_material_light
+color androidx_core_ripple_material_light
+color androidx_core_secondary_text_default_material_light
+color background_floating_material_dark
+color background_floating_material_light
+color background_material_dark
+color background_material_light
+color black
+color bright_foreground_disabled_material_dark
+color bright_foreground_disabled_material_light
+color bright_foreground_inverse_material_dark
+color bright_foreground_inverse_material_light
+color bright_foreground_material_dark
+color bright_foreground_material_light
+color button_material_dark
+color button_material_light
+color cardview_dark_background
+color cardview_light_background
+color cardview_shadow_end_color
+color cardview_shadow_start_color
+color design_bottom_navigation_shadow_color
+color design_box_stroke_color
+color design_dark_default_color_background
+color design_dark_default_color_error
+color design_dark_default_color_on_background
+color design_dark_default_color_on_error
+color design_dark_default_color_on_primary
+color design_dark_default_color_on_secondary
+color design_dark_default_color_on_surface
+color design_dark_default_color_primary
+color design_dark_default_color_primary_dark
+color design_dark_default_color_primary_variant
+color design_dark_default_color_secondary
+color design_dark_default_color_secondary_variant
+color design_dark_default_color_surface
+color design_default_color_background
+color design_default_color_error
+color design_default_color_on_background
+color design_default_color_on_error
+color design_default_color_on_primary
+color design_default_color_on_secondary
+color design_default_color_on_surface
+color design_default_color_primary
+color design_default_color_primary_dark
+color design_default_color_primary_variant
+color design_default_color_secondary
+color design_default_color_secondary_variant
+color design_default_color_surface
+color design_error
+color design_fab_shadow_end_color
+color design_fab_shadow_mid_color
+color design_fab_shadow_start_color
+color design_fab_stroke_end_inner_color
+color design_fab_stroke_end_outer_color
+color design_fab_stroke_top_inner_color
+color design_fab_stroke_top_outer_color
+color design_icon_tint
+color design_snackbar_background_color
+color dim_foreground_disabled_material_dark
+color dim_foreground_disabled_material_light
+color dim_foreground_material_dark
+color dim_foreground_material_light
+color error_color_material_dark
+color error_color_material_light
+color foreground_material_dark
+color foreground_material_light
+color gray02
+color highlighted_text_material_dark
+color highlighted_text_material_light
+color m3_appbar_overlay_color
+color m3_assist_chip_icon_tint_color
+color m3_assist_chip_stroke_color
+color m3_button_background_color_selector
+color m3_button_foreground_color_selector
+color m3_button_outline_color_selector
+color m3_button_ripple_color
+color m3_button_ripple_color_selector
+color m3_calendar_item_disabled_text
+color m3_calendar_item_stroke_color
+color m3_card_foreground_color
+color m3_card_ripple_color
+color m3_card_stroke_color
+color m3_checkbox_button_icon_tint
+color m3_checkbox_button_tint
+color m3_chip_assist_text_color
+color m3_chip_background_color
+color m3_chip_ripple_color
+color m3_chip_stroke_color
+color m3_chip_text_color
+color m3_dark_default_color_primary_text
+color m3_dark_default_color_secondary_text
+color m3_dark_highlighted_text
+color m3_dark_hint_foreground
+color m3_dark_primary_text_disable_only
+color m3_default_color_primary_text
+color m3_default_color_secondary_text
+color m3_dynamic_dark_default_color_primary_text
+color m3_dynamic_dark_default_color_secondary_text
+color m3_dynamic_dark_highlighted_text
+color m3_dynamic_dark_hint_foreground
+color m3_dynamic_dark_primary_text_disable_only
+color m3_dynamic_default_color_primary_text
+color m3_dynamic_default_color_secondary_text
+color m3_dynamic_highlighted_text
+color m3_dynamic_hint_foreground
+color m3_dynamic_primary_text_disable_only
+color m3_efab_ripple_color_selector
+color m3_elevated_chip_background_color
+color m3_fab_efab_background_color_selector
+color m3_fab_efab_foreground_color_selector
+color m3_fab_ripple_color_selector
+color m3_filled_icon_button_container_color_selector
+color m3_highlighted_text
+color m3_hint_foreground
+color m3_icon_button_icon_color_selector
+color m3_navigation_bar_item_with_indicator_icon_tint
+color m3_navigation_bar_item_with_indicator_label_tint
+color m3_navigation_bar_ripple_color_selector
+color m3_navigation_item_background_color
+color m3_navigation_item_icon_tint
+color m3_navigation_item_ripple_color
+color m3_navigation_item_text_color
+color m3_popupmenu_overlay_color
+color m3_primary_text_disable_only
+color m3_radiobutton_button_tint
+color m3_radiobutton_ripple_tint
+color m3_ref_palette_black
+color m3_ref_palette_dynamic_neutral0
+color m3_ref_palette_dynamic_neutral10
+color m3_ref_palette_dynamic_neutral100
+color m3_ref_palette_dynamic_neutral20
+color m3_ref_palette_dynamic_neutral30
+color m3_ref_palette_dynamic_neutral40
+color m3_ref_palette_dynamic_neutral50
+color m3_ref_palette_dynamic_neutral60
+color m3_ref_palette_dynamic_neutral70
+color m3_ref_palette_dynamic_neutral80
+color m3_ref_palette_dynamic_neutral90
+color m3_ref_palette_dynamic_neutral95
+color m3_ref_palette_dynamic_neutral99
+color m3_ref_palette_dynamic_neutral_variant0
+color m3_ref_palette_dynamic_neutral_variant10
+color m3_ref_palette_dynamic_neutral_variant100
+color m3_ref_palette_dynamic_neutral_variant20
+color m3_ref_palette_dynamic_neutral_variant30
+color m3_ref_palette_dynamic_neutral_variant40
+color m3_ref_palette_dynamic_neutral_variant50
+color m3_ref_palette_dynamic_neutral_variant60
+color m3_ref_palette_dynamic_neutral_variant70
+color m3_ref_palette_dynamic_neutral_variant80
+color m3_ref_palette_dynamic_neutral_variant90
+color m3_ref_palette_dynamic_neutral_variant95
+color m3_ref_palette_dynamic_neutral_variant99
+color m3_ref_palette_dynamic_primary0
+color m3_ref_palette_dynamic_primary10
+color m3_ref_palette_dynamic_primary100
+color m3_ref_palette_dynamic_primary20
+color m3_ref_palette_dynamic_primary30
+color m3_ref_palette_dynamic_primary40
+color m3_ref_palette_dynamic_primary50
+color m3_ref_palette_dynamic_primary60
+color m3_ref_palette_dynamic_primary70
+color m3_ref_palette_dynamic_primary80
+color m3_ref_palette_dynamic_primary90
+color m3_ref_palette_dynamic_primary95
+color m3_ref_palette_dynamic_primary99
+color m3_ref_palette_dynamic_secondary0
+color m3_ref_palette_dynamic_secondary10
+color m3_ref_palette_dynamic_secondary100
+color m3_ref_palette_dynamic_secondary20
+color m3_ref_palette_dynamic_secondary30
+color m3_ref_palette_dynamic_secondary40
+color m3_ref_palette_dynamic_secondary50
+color m3_ref_palette_dynamic_secondary60
+color m3_ref_palette_dynamic_secondary70
+color m3_ref_palette_dynamic_secondary80
+color m3_ref_palette_dynamic_secondary90
+color m3_ref_palette_dynamic_secondary95
+color m3_ref_palette_dynamic_secondary99
+color m3_ref_palette_dynamic_tertiary0
+color m3_ref_palette_dynamic_tertiary10
+color m3_ref_palette_dynamic_tertiary100
+color m3_ref_palette_dynamic_tertiary20
+color m3_ref_palette_dynamic_tertiary30
+color m3_ref_palette_dynamic_tertiary40
+color m3_ref_palette_dynamic_tertiary50
+color m3_ref_palette_dynamic_tertiary60
+color m3_ref_palette_dynamic_tertiary70
+color m3_ref_palette_dynamic_tertiary80
+color m3_ref_palette_dynamic_tertiary90
+color m3_ref_palette_dynamic_tertiary95
+color m3_ref_palette_dynamic_tertiary99
+color m3_ref_palette_error0
+color m3_ref_palette_error10
+color m3_ref_palette_error100
+color m3_ref_palette_error20
+color m3_ref_palette_error30
+color m3_ref_palette_error40
+color m3_ref_palette_error50
+color m3_ref_palette_error60
+color m3_ref_palette_error70
+color m3_ref_palette_error80
+color m3_ref_palette_error90
+color m3_ref_palette_error95
+color m3_ref_palette_error99
+color m3_ref_palette_neutral0
+color m3_ref_palette_neutral10
+color m3_ref_palette_neutral100
+color m3_ref_palette_neutral20
+color m3_ref_palette_neutral30
+color m3_ref_palette_neutral40
+color m3_ref_palette_neutral50
+color m3_ref_palette_neutral60
+color m3_ref_palette_neutral70
+color m3_ref_palette_neutral80
+color m3_ref_palette_neutral90
+color m3_ref_palette_neutral95
+color m3_ref_palette_neutral99
+color m3_ref_palette_neutral_variant0
+color m3_ref_palette_neutral_variant10
+color m3_ref_palette_neutral_variant100
+color m3_ref_palette_neutral_variant20
+color m3_ref_palette_neutral_variant30
+color m3_ref_palette_neutral_variant40
+color m3_ref_palette_neutral_variant50
+color m3_ref_palette_neutral_variant60
+color m3_ref_palette_neutral_variant70
+color m3_ref_palette_neutral_variant80
+color m3_ref_palette_neutral_variant90
+color m3_ref_palette_neutral_variant95
+color m3_ref_palette_neutral_variant99
+color m3_ref_palette_primary0
+color m3_ref_palette_primary10
+color m3_ref_palette_primary100
+color m3_ref_palette_primary20
+color m3_ref_palette_primary30
+color m3_ref_palette_primary40
+color m3_ref_palette_primary50
+color m3_ref_palette_primary60
+color m3_ref_palette_primary70
+color m3_ref_palette_primary80
+color m3_ref_palette_primary90
+color m3_ref_palette_primary95
+color m3_ref_palette_primary99
+color m3_ref_palette_secondary0
+color m3_ref_palette_secondary10
+color m3_ref_palette_secondary100
+color m3_ref_palette_secondary20
+color m3_ref_palette_secondary30
+color m3_ref_palette_secondary40
+color m3_ref_palette_secondary50
+color m3_ref_palette_secondary60
+color m3_ref_palette_secondary70
+color m3_ref_palette_secondary80
+color m3_ref_palette_secondary90
+color m3_ref_palette_secondary95
+color m3_ref_palette_secondary99
+color m3_ref_palette_tertiary0
+color m3_ref_palette_tertiary10
+color m3_ref_palette_tertiary100
+color m3_ref_palette_tertiary20
+color m3_ref_palette_tertiary30
+color m3_ref_palette_tertiary40
+color m3_ref_palette_tertiary50
+color m3_ref_palette_tertiary60
+color m3_ref_palette_tertiary70
+color m3_ref_palette_tertiary80
+color m3_ref_palette_tertiary90
+color m3_ref_palette_tertiary95
+color m3_ref_palette_tertiary99
+color m3_ref_palette_white
+color m3_selection_control_ripple_color_selector
+color m3_simple_item_ripple_color
+color m3_slider_active_track_color
+color m3_slider_halo_color
+color m3_slider_inactive_track_color
+color m3_slider_thumb_color
+color m3_switch_thumb_tint
+color m3_switch_track_tint
+color m3_sys_color_dark_background
+color m3_sys_color_dark_error
+color m3_sys_color_dark_error_container
+color m3_sys_color_dark_inverse_on_surface
+color m3_sys_color_dark_inverse_primary
+color m3_sys_color_dark_inverse_surface
+color m3_sys_color_dark_on_background
+color m3_sys_color_dark_on_error
+color m3_sys_color_dark_on_error_container
+color m3_sys_color_dark_on_primary
+color m3_sys_color_dark_on_primary_container
+color m3_sys_color_dark_on_secondary
+color m3_sys_color_dark_on_secondary_container
+color m3_sys_color_dark_on_surface
+color m3_sys_color_dark_on_surface_variant
+color m3_sys_color_dark_on_tertiary
+color m3_sys_color_dark_on_tertiary_container
+color m3_sys_color_dark_outline
+color m3_sys_color_dark_outline_variant
+color m3_sys_color_dark_primary
+color m3_sys_color_dark_primary_container
+color m3_sys_color_dark_secondary
+color m3_sys_color_dark_secondary_container
+color m3_sys_color_dark_surface
+color m3_sys_color_dark_surface_variant
+color m3_sys_color_dark_tertiary
+color m3_sys_color_dark_tertiary_container
+color m3_sys_color_dynamic_dark_background
+color m3_sys_color_dynamic_dark_inverse_on_surface
+color m3_sys_color_dynamic_dark_inverse_primary
+color m3_sys_color_dynamic_dark_inverse_surface
+color m3_sys_color_dynamic_dark_on_background
+color m3_sys_color_dynamic_dark_on_primary
+color m3_sys_color_dynamic_dark_on_primary_container
+color m3_sys_color_dynamic_dark_on_secondary
+color m3_sys_color_dynamic_dark_on_secondary_container
+color m3_sys_color_dynamic_dark_on_surface
+color m3_sys_color_dynamic_dark_on_surface_variant
+color m3_sys_color_dynamic_dark_on_tertiary
+color m3_sys_color_dynamic_dark_on_tertiary_container
+color m3_sys_color_dynamic_dark_outline
+color m3_sys_color_dynamic_dark_outline_variant
+color m3_sys_color_dynamic_dark_primary
+color m3_sys_color_dynamic_dark_primary_container
+color m3_sys_color_dynamic_dark_secondary
+color m3_sys_color_dynamic_dark_secondary_container
+color m3_sys_color_dynamic_dark_surface
+color m3_sys_color_dynamic_dark_surface_variant
+color m3_sys_color_dynamic_dark_tertiary
+color m3_sys_color_dynamic_dark_tertiary_container
+color m3_sys_color_dynamic_light_background
+color m3_sys_color_dynamic_light_inverse_on_surface
+color m3_sys_color_dynamic_light_inverse_primary
+color m3_sys_color_dynamic_light_inverse_surface
+color m3_sys_color_dynamic_light_on_background
+color m3_sys_color_dynamic_light_on_primary
+color m3_sys_color_dynamic_light_on_primary_container
+color m3_sys_color_dynamic_light_on_secondary
+color m3_sys_color_dynamic_light_on_secondary_container
+color m3_sys_color_dynamic_light_on_surface
+color m3_sys_color_dynamic_light_on_surface_variant
+color m3_sys_color_dynamic_light_on_tertiary
+color m3_sys_color_dynamic_light_on_tertiary_container
+color m3_sys_color_dynamic_light_outline
+color m3_sys_color_dynamic_light_outline_variant
+color m3_sys_color_dynamic_light_primary
+color m3_sys_color_dynamic_light_primary_container
+color m3_sys_color_dynamic_light_secondary
+color m3_sys_color_dynamic_light_secondary_container
+color m3_sys_color_dynamic_light_surface
+color m3_sys_color_dynamic_light_surface_variant
+color m3_sys_color_dynamic_light_tertiary
+color m3_sys_color_dynamic_light_tertiary_container
+color m3_sys_color_light_background
+color m3_sys_color_light_error
+color m3_sys_color_light_error_container
+color m3_sys_color_light_inverse_on_surface
+color m3_sys_color_light_inverse_primary
+color m3_sys_color_light_inverse_surface
+color m3_sys_color_light_on_background
+color m3_sys_color_light_on_error
+color m3_sys_color_light_on_error_container
+color m3_sys_color_light_on_primary
+color m3_sys_color_light_on_primary_container
+color m3_sys_color_light_on_secondary
+color m3_sys_color_light_on_secondary_container
+color m3_sys_color_light_on_surface
+color m3_sys_color_light_on_surface_variant
+color m3_sys_color_light_on_tertiary
+color m3_sys_color_light_on_tertiary_container
+color m3_sys_color_light_outline
+color m3_sys_color_light_outline_variant
+color m3_sys_color_light_primary
+color m3_sys_color_light_primary_container
+color m3_sys_color_light_secondary
+color m3_sys_color_light_secondary_container
+color m3_sys_color_light_surface
+color m3_sys_color_light_surface_variant
+color m3_sys_color_light_tertiary
+color m3_sys_color_light_tertiary_container
+color m3_tabs_icon_color
+color m3_tabs_icon_color_secondary
+color m3_tabs_ripple_color
+color m3_tabs_ripple_color_secondary
+color m3_tabs_text_color
+color m3_tabs_text_color_secondary
+color m3_text_button_background_color_selector
+color m3_text_button_foreground_color_selector
+color m3_text_button_ripple_color_selector
+color m3_textfield_filled_background_color
+color m3_textfield_indicator_text_color
+color m3_textfield_input_text_color
+color m3_textfield_label_color
+color m3_textfield_stroke_color
+color m3_timepicker_button_background_color
+color m3_timepicker_button_ripple_color
+color m3_timepicker_button_text_color
+color m3_timepicker_clock_text_color
+color m3_timepicker_display_background_color
+color m3_timepicker_display_ripple_color
+color m3_timepicker_display_stroke_color
+color m3_timepicker_display_text_color
+color m3_timepicker_secondary_text_button_ripple_color
+color m3_timepicker_secondary_text_button_text_color
+color m3_tonal_button_ripple_color_selector
+color material_blue_grey_800
+color material_blue_grey_900
+color material_blue_grey_950
+color material_cursor_color
+color material_deep_teal_200
+color material_deep_teal_500
+color material_divider_color
+color material_dynamic_neutral0
+color material_dynamic_neutral10
+color material_dynamic_neutral100
+color material_dynamic_neutral20
+color material_dynamic_neutral30
+color material_dynamic_neutral40
+color material_dynamic_neutral50
+color material_dynamic_neutral60
+color material_dynamic_neutral70
+color material_dynamic_neutral80
+color material_dynamic_neutral90
+color material_dynamic_neutral95
+color material_dynamic_neutral99
+color material_dynamic_neutral_variant0
+color material_dynamic_neutral_variant10
+color material_dynamic_neutral_variant100
+color material_dynamic_neutral_variant20
+color material_dynamic_neutral_variant30
+color material_dynamic_neutral_variant40
+color material_dynamic_neutral_variant50
+color material_dynamic_neutral_variant60
+color material_dynamic_neutral_variant70
+color material_dynamic_neutral_variant80
+color material_dynamic_neutral_variant90
+color material_dynamic_neutral_variant95
+color material_dynamic_neutral_variant99
+color material_dynamic_primary0
+color material_dynamic_primary10
+color material_dynamic_primary100
+color material_dynamic_primary20
+color material_dynamic_primary30
+color material_dynamic_primary40
+color material_dynamic_primary50
+color material_dynamic_primary60
+color material_dynamic_primary70
+color material_dynamic_primary80
+color material_dynamic_primary90
+color material_dynamic_primary95
+color material_dynamic_primary99
+color material_dynamic_secondary0
+color material_dynamic_secondary10
+color material_dynamic_secondary100
+color material_dynamic_secondary20
+color material_dynamic_secondary30
+color material_dynamic_secondary40
+color material_dynamic_secondary50
+color material_dynamic_secondary60
+color material_dynamic_secondary70
+color material_dynamic_secondary80
+color material_dynamic_secondary90
+color material_dynamic_secondary95
+color material_dynamic_secondary99
+color material_dynamic_tertiary0
+color material_dynamic_tertiary10
+color material_dynamic_tertiary100
+color material_dynamic_tertiary20
+color material_dynamic_tertiary30
+color material_dynamic_tertiary40
+color material_dynamic_tertiary50
+color material_dynamic_tertiary60
+color material_dynamic_tertiary70
+color material_dynamic_tertiary80
+color material_dynamic_tertiary90
+color material_dynamic_tertiary95
+color material_dynamic_tertiary99
+color material_grey_100
+color material_grey_300
+color material_grey_50
+color material_grey_600
+color material_grey_800
+color material_grey_850
+color material_grey_900
+color material_harmonized_color_error
+color material_harmonized_color_error_container
+color material_harmonized_color_on_error
+color material_harmonized_color_on_error_container
+color material_on_background_disabled
+color material_on_background_emphasis_high_type
+color material_on_background_emphasis_medium
+color material_on_primary_disabled
+color material_on_primary_emphasis_high_type
+color material_on_primary_emphasis_medium
+color material_on_surface_disabled
+color material_on_surface_emphasis_high_type
+color material_on_surface_emphasis_medium
+color material_on_surface_stroke
+color material_personalized_color_background
+color material_personalized_color_error
+color material_personalized_color_error_container
+color material_personalized_color_on_background
+color material_personalized_color_on_error
+color material_personalized_color_on_error_container
+color material_personalized_color_on_primary
+color material_personalized_color_on_primary_container
+color material_personalized_color_on_secondary
+color material_personalized_color_on_secondary_container
+color material_personalized_color_on_surface
+color material_personalized_color_on_surface_inverse
+color material_personalized_color_on_surface_variant
+color material_personalized_color_on_tertiary
+color material_personalized_color_on_tertiary_container
+color material_personalized_color_primary
+color material_personalized_color_primary_container
+color material_personalized_color_primary_inverse
+color material_personalized_color_secondary
+color material_personalized_color_secondary_container
+color material_personalized_color_surface
+color material_personalized_color_surface_inverse
+color material_personalized_color_surface_outline
+color material_personalized_color_surface_variant
+color material_personalized_color_tertiary
+color material_personalized_color_tertiary_container
+color material_slider_active_tick_marks_color
+color material_slider_active_track_color
+color material_slider_halo_color
+color material_slider_inactive_tick_marks_color
+color material_slider_inactive_track_color
+color material_slider_thumb_color
+color material_timepicker_button_background
+color material_timepicker_button_stroke
+color material_timepicker_clock_text_color
+color material_timepicker_clockface
+color material_timepicker_modebutton_tint
+color mtrl_btn_bg_color_selector
+color mtrl_btn_ripple_color
+color mtrl_btn_stroke_color_selector
+color mtrl_btn_text_btn_bg_color_selector
+color mtrl_btn_text_btn_ripple_color
+color mtrl_btn_text_color_disabled
+color mtrl_btn_text_color_selector
+color mtrl_btn_transparent_bg_color
+color mtrl_calendar_item_stroke_color
+color mtrl_calendar_selected_range
+color mtrl_card_view_foreground
+color mtrl_card_view_ripple
+color mtrl_chip_background_color
+color mtrl_chip_close_icon_tint
+color mtrl_chip_surface_color
+color mtrl_chip_text_color
+color mtrl_choice_chip_background_color
+color mtrl_choice_chip_ripple_color
+color mtrl_choice_chip_text_color
+color mtrl_error
+color mtrl_fab_bg_color_selector
+color mtrl_fab_icon_text_color_selector
+color mtrl_fab_ripple_color
+color mtrl_filled_background_color
+color mtrl_filled_icon_tint
+color mtrl_filled_stroke_color
+color mtrl_indicator_text_color
+color mtrl_navigation_bar_colored_item_tint
+color mtrl_navigation_bar_colored_ripple_color
+color mtrl_navigation_bar_item_tint
+color mtrl_navigation_bar_ripple_color
+color mtrl_navigation_item_background_color
+color mtrl_navigation_item_icon_tint
+color mtrl_navigation_item_text_color
+color mtrl_on_primary_text_btn_text_color_selector
+color mtrl_on_surface_ripple_color
+color mtrl_outlined_icon_tint
+color mtrl_outlined_stroke_color
+color mtrl_popupmenu_overlay_color
+color mtrl_scrim_color
+color mtrl_switch_thumb_icon_tint
+color mtrl_switch_thumb_tint
+color mtrl_switch_track_decoration_tint
+color mtrl_switch_track_tint
+color mtrl_tabs_colored_ripple_color
+color mtrl_tabs_icon_color_selector
+color mtrl_tabs_icon_color_selector_colored
+color mtrl_tabs_legacy_text_color_selector
+color mtrl_tabs_ripple_color
+color mtrl_text_btn_text_color_selector
+color mtrl_textinput_default_box_stroke_color
+color mtrl_textinput_disabled_color
+color mtrl_textinput_filled_box_default_background_color
+color mtrl_textinput_focused_box_stroke_color
+color mtrl_textinput_hovered_box_stroke_color
+color notification_action_color_filter
+color notification_icon_bg_color
+color primary_dark_material_dark
+color primary_dark_material_light
+color primary_material_dark
+color primary_material_light
+color primary_text_default_material_dark
+color primary_text_default_material_light
+color primary_text_disabled_material_dark
+color primary_text_disabled_material_light
+color purple_200
+color purple_500
+color purple_700
+color ripple_material_dark
+color ripple_material_light
+color secondary_text_default_material_dark
+color secondary_text_default_material_light
+color secondary_text_disabled_material_dark
+color secondary_text_disabled_material_light
+color switch_thumb_disabled_material_dark
+color switch_thumb_disabled_material_light
+color switch_thumb_material_dark
+color switch_thumb_material_light
+color switch_thumb_normal_material_dark
+color switch_thumb_normal_material_light
+color teal_200
+color teal_700
+color tooltip_background_dark
+color tooltip_background_light
+color white
+dimen _100sdp
+dimen _100ssp
+dimen _101sdp
+dimen _102sdp
+dimen _103sdp
+dimen _104sdp
+dimen _105sdp
+dimen _106sdp
+dimen _107sdp
+dimen _108sdp
+dimen _109sdp
+dimen _10sdp
+dimen _10ssp
+dimen _110sdp
+dimen _111sdp
+dimen _112sdp
+dimen _113sdp
+dimen _114sdp
+dimen _115sdp
+dimen _116sdp
+dimen _117sdp
+dimen _118sdp
+dimen _119sdp
+dimen _11sdp
+dimen _11ssp
+dimen _120sdp
+dimen _121sdp
+dimen _122sdp
+dimen _123sdp
+dimen _124sdp
+dimen _125sdp
+dimen _126sdp
+dimen _127sdp
+dimen _128sdp
+dimen _129sdp
+dimen _12sdp
+dimen _12ssp
+dimen _130sdp
+dimen _131sdp
+dimen _132sdp
+dimen _133sdp
+dimen _134sdp
+dimen _135sdp
+dimen _136sdp
+dimen _137sdp
+dimen _138sdp
+dimen _139sdp
+dimen _13sdp
+dimen _13ssp
+dimen _140sdp
+dimen _141sdp
+dimen _142sdp
+dimen _143sdp
+dimen _144sdp
+dimen _145sdp
+dimen _146sdp
+dimen _147sdp
+dimen _148sdp
+dimen _149sdp
+dimen _14sdp
+dimen _14ssp
+dimen _150sdp
+dimen _151sdp
+dimen _152sdp
+dimen _153sdp
+dimen _154sdp
+dimen _155sdp
+dimen _156sdp
+dimen _157sdp
+dimen _158sdp
+dimen _159sdp
+dimen _15sdp
+dimen _15ssp
+dimen _160sdp
+dimen _161sdp
+dimen _162sdp
+dimen _163sdp
+dimen _164sdp
+dimen _165sdp
+dimen _166sdp
+dimen _167sdp
+dimen _168sdp
+dimen _169sdp
+dimen _16sdp
+dimen _16ssp
+dimen _170sdp
+dimen _171sdp
+dimen _172sdp
+dimen _173sdp
+dimen _174sdp
+dimen _175sdp
+dimen _176sdp
+dimen _177sdp
+dimen _178sdp
+dimen _179sdp
+dimen _17sdp
+dimen _17ssp
+dimen _180sdp
+dimen _181sdp
+dimen _182sdp
+dimen _183sdp
+dimen _184sdp
+dimen _185sdp
+dimen _186sdp
+dimen _187sdp
+dimen _188sdp
+dimen _189sdp
+dimen _18sdp
+dimen _18ssp
+dimen _190sdp
+dimen _191sdp
+dimen _192sdp
+dimen _193sdp
+dimen _194sdp
+dimen _195sdp
+dimen _196sdp
+dimen _197sdp
+dimen _198sdp
+dimen _199sdp
+dimen _19sdp
+dimen _19ssp
+dimen _1sdp
+dimen _1ssp
+dimen _200sdp
+dimen _201sdp
+dimen _202sdp
+dimen _203sdp
+dimen _204sdp
+dimen _205sdp
+dimen _206sdp
+dimen _207sdp
+dimen _208sdp
+dimen _209sdp
+dimen _20sdp
+dimen _20ssp
+dimen _210sdp
+dimen _211sdp
+dimen _212sdp
+dimen _213sdp
+dimen _214sdp
+dimen _215sdp
+dimen _216sdp
+dimen _217sdp
+dimen _218sdp
+dimen _219sdp
+dimen _21sdp
+dimen _21ssp
+dimen _220sdp
+dimen _221sdp
+dimen _222sdp
+dimen _223sdp
+dimen _224sdp
+dimen _225sdp
+dimen _226sdp
+dimen _227sdp
+dimen _228sdp
+dimen _229sdp
+dimen _22sdp
+dimen _22ssp
+dimen _230sdp
+dimen _231sdp
+dimen _232sdp
+dimen _233sdp
+dimen _234sdp
+dimen _235sdp
+dimen _236sdp
+dimen _237sdp
+dimen _238sdp
+dimen _239sdp
+dimen _23sdp
+dimen _23ssp
+dimen _240sdp
+dimen _241sdp
+dimen _242sdp
+dimen _243sdp
+dimen _244sdp
+dimen _245sdp
+dimen _246sdp
+dimen _247sdp
+dimen _248sdp
+dimen _249sdp
+dimen _24sdp
+dimen _24ssp
+dimen _250sdp
+dimen _251sdp
+dimen _252sdp
+dimen _253sdp
+dimen _254sdp
+dimen _255sdp
+dimen _256sdp
+dimen _257sdp
+dimen _258sdp
+dimen _259sdp
+dimen _25sdp
+dimen _25ssp
+dimen _260sdp
+dimen _261sdp
+dimen _262sdp
+dimen _263sdp
+dimen _264sdp
+dimen _265sdp
+dimen _266sdp
+dimen _267sdp
+dimen _268sdp
+dimen _269sdp
+dimen _26sdp
+dimen _26ssp
+dimen _270sdp
+dimen _271sdp
+dimen _272sdp
+dimen _273sdp
+dimen _274sdp
+dimen _275sdp
+dimen _276sdp
+dimen _277sdp
+dimen _278sdp
+dimen _279sdp
+dimen _27sdp
+dimen _27ssp
+dimen _280sdp
+dimen _281sdp
+dimen _282sdp
+dimen _283sdp
+dimen _284sdp
+dimen _285sdp
+dimen _286sdp
+dimen _287sdp
+dimen _288sdp
+dimen _289sdp
+dimen _28sdp
+dimen _28ssp
+dimen _290sdp
+dimen _291sdp
+dimen _292sdp
+dimen _293sdp
+dimen _294sdp
+dimen _295sdp
+dimen _296sdp
+dimen _297sdp
+dimen _298sdp
+dimen _299sdp
+dimen _29sdp
+dimen _29ssp
+dimen _2sdp
+dimen _2ssp
+dimen _300sdp
+dimen _301sdp
+dimen _302sdp
+dimen _303sdp
+dimen _304sdp
+dimen _305sdp
+dimen _306sdp
+dimen _307sdp
+dimen _308sdp
+dimen _309sdp
+dimen _30sdp
+dimen _30ssp
+dimen _310sdp
+dimen _311sdp
+dimen _312sdp
+dimen _313sdp
+dimen _314sdp
+dimen _315sdp
+dimen _316sdp
+dimen _317sdp
+dimen _318sdp
+dimen _319sdp
+dimen _31sdp
+dimen _31ssp
+dimen _320sdp
+dimen _321sdp
+dimen _322sdp
+dimen _323sdp
+dimen _324sdp
+dimen _325sdp
+dimen _326sdp
+dimen _327sdp
+dimen _328sdp
+dimen _329sdp
+dimen _32sdp
+dimen _32ssp
+dimen _330sdp
+dimen _331sdp
+dimen _332sdp
+dimen _333sdp
+dimen _334sdp
+dimen _335sdp
+dimen _336sdp
+dimen _337sdp
+dimen _338sdp
+dimen _339sdp
+dimen _33sdp
+dimen _33ssp
+dimen _340sdp
+dimen _341sdp
+dimen _342sdp
+dimen _343sdp
+dimen _344sdp
+dimen _345sdp
+dimen _346sdp
+dimen _347sdp
+dimen _348sdp
+dimen _349sdp
+dimen _34sdp
+dimen _34ssp
+dimen _350sdp
+dimen _351sdp
+dimen _352sdp
+dimen _353sdp
+dimen _354sdp
+dimen _355sdp
+dimen _356sdp
+dimen _357sdp
+dimen _358sdp
+dimen _359sdp
+dimen _35sdp
+dimen _35ssp
+dimen _360sdp
+dimen _361sdp
+dimen _362sdp
+dimen _363sdp
+dimen _364sdp
+dimen _365sdp
+dimen _366sdp
+dimen _367sdp
+dimen _368sdp
+dimen _369sdp
+dimen _36sdp
+dimen _36ssp
+dimen _370sdp
+dimen _371sdp
+dimen _372sdp
+dimen _373sdp
+dimen _374sdp
+dimen _375sdp
+dimen _376sdp
+dimen _377sdp
+dimen _378sdp
+dimen _379sdp
+dimen _37sdp
+dimen _37ssp
+dimen _380sdp
+dimen _381sdp
+dimen _382sdp
+dimen _383sdp
+dimen _384sdp
+dimen _385sdp
+dimen _386sdp
+dimen _387sdp
+dimen _388sdp
+dimen _389sdp
+dimen _38sdp
+dimen _38ssp
+dimen _390sdp
+dimen _391sdp
+dimen _392sdp
+dimen _393sdp
+dimen _394sdp
+dimen _395sdp
+dimen _396sdp
+dimen _397sdp
+dimen _398sdp
+dimen _399sdp
+dimen _39sdp
+dimen _39ssp
+dimen _3sdp
+dimen _3ssp
+dimen _400sdp
+dimen _401sdp
+dimen _402sdp
+dimen _403sdp
+dimen _404sdp
+dimen _405sdp
+dimen _406sdp
+dimen _407sdp
+dimen _408sdp
+dimen _409sdp
+dimen _40sdp
+dimen _40ssp
+dimen _410sdp
+dimen _411sdp
+dimen _412sdp
+dimen _413sdp
+dimen _414sdp
+dimen _415sdp
+dimen _416sdp
+dimen _417sdp
+dimen _418sdp
+dimen _419sdp
+dimen _41sdp
+dimen _41ssp
+dimen _420sdp
+dimen _421sdp
+dimen _422sdp
+dimen _423sdp
+dimen _424sdp
+dimen _425sdp
+dimen _426sdp
+dimen _427sdp
+dimen _428sdp
+dimen _429sdp
+dimen _42sdp
+dimen _42ssp
+dimen _430sdp
+dimen _431sdp
+dimen _432sdp
+dimen _433sdp
+dimen _434sdp
+dimen _435sdp
+dimen _436sdp
+dimen _437sdp
+dimen _438sdp
+dimen _439sdp
+dimen _43sdp
+dimen _43ssp
+dimen _440sdp
+dimen _441sdp
+dimen _442sdp
+dimen _443sdp
+dimen _444sdp
+dimen _445sdp
+dimen _446sdp
+dimen _447sdp
+dimen _448sdp
+dimen _449sdp
+dimen _44sdp
+dimen _44ssp
+dimen _450sdp
+dimen _451sdp
+dimen _452sdp
+dimen _453sdp
+dimen _454sdp
+dimen _455sdp
+dimen _456sdp
+dimen _457sdp
+dimen _458sdp
+dimen _459sdp
+dimen _45sdp
+dimen _45ssp
+dimen _460sdp
+dimen _461sdp
+dimen _462sdp
+dimen _463sdp
+dimen _464sdp
+dimen _465sdp
+dimen _466sdp
+dimen _467sdp
+dimen _468sdp
+dimen _469sdp
+dimen _46sdp
+dimen _46ssp
+dimen _470sdp
+dimen _471sdp
+dimen _472sdp
+dimen _473sdp
+dimen _474sdp
+dimen _475sdp
+dimen _476sdp
+dimen _477sdp
+dimen _478sdp
+dimen _479sdp
+dimen _47sdp
+dimen _47ssp
+dimen _480sdp
+dimen _481sdp
+dimen _482sdp
+dimen _483sdp
+dimen _484sdp
+dimen _485sdp
+dimen _486sdp
+dimen _487sdp
+dimen _488sdp
+dimen _489sdp
+dimen _48sdp
+dimen _48ssp
+dimen _490sdp
+dimen _491sdp
+dimen _492sdp
+dimen _493sdp
+dimen _494sdp
+dimen _495sdp
+dimen _496sdp
+dimen _497sdp
+dimen _498sdp
+dimen _499sdp
+dimen _49sdp
+dimen _49ssp
+dimen _4sdp
+dimen _4ssp
+dimen _500sdp
+dimen _501sdp
+dimen _502sdp
+dimen _503sdp
+dimen _504sdp
+dimen _505sdp
+dimen _506sdp
+dimen _507sdp
+dimen _508sdp
+dimen _509sdp
+dimen _50sdp
+dimen _50ssp
+dimen _510sdp
+dimen _511sdp
+dimen _512sdp
+dimen _513sdp
+dimen _514sdp
+dimen _515sdp
+dimen _516sdp
+dimen _517sdp
+dimen _518sdp
+dimen _519sdp
+dimen _51sdp
+dimen _51ssp
+dimen _520sdp
+dimen _521sdp
+dimen _522sdp
+dimen _523sdp
+dimen _524sdp
+dimen _525sdp
+dimen _526sdp
+dimen _527sdp
+dimen _528sdp
+dimen _529sdp
+dimen _52sdp
+dimen _52ssp
+dimen _530sdp
+dimen _531sdp
+dimen _532sdp
+dimen _533sdp
+dimen _534sdp
+dimen _535sdp
+dimen _536sdp
+dimen _537sdp
+dimen _538sdp
+dimen _539sdp
+dimen _53sdp
+dimen _53ssp
+dimen _540sdp
+dimen _541sdp
+dimen _542sdp
+dimen _543sdp
+dimen _544sdp
+dimen _545sdp
+dimen _546sdp
+dimen _547sdp
+dimen _548sdp
+dimen _549sdp
+dimen _54sdp
+dimen _54ssp
+dimen _550sdp
+dimen _551sdp
+dimen _552sdp
+dimen _553sdp
+dimen _554sdp
+dimen _555sdp
+dimen _556sdp
+dimen _557sdp
+dimen _558sdp
+dimen _559sdp
+dimen _55sdp
+dimen _55ssp
+dimen _560sdp
+dimen _561sdp
+dimen _562sdp
+dimen _563sdp
+dimen _564sdp
+dimen _565sdp
+dimen _566sdp
+dimen _567sdp
+dimen _568sdp
+dimen _569sdp
+dimen _56sdp
+dimen _56ssp
+dimen _570sdp
+dimen _571sdp
+dimen _572sdp
+dimen _573sdp
+dimen _574sdp
+dimen _575sdp
+dimen _576sdp
+dimen _577sdp
+dimen _578sdp
+dimen _579sdp
+dimen _57sdp
+dimen _57ssp
+dimen _580sdp
+dimen _581sdp
+dimen _582sdp
+dimen _583sdp
+dimen _584sdp
+dimen _585sdp
+dimen _586sdp
+dimen _587sdp
+dimen _588sdp
+dimen _589sdp
+dimen _58sdp
+dimen _58ssp
+dimen _590sdp
+dimen _591sdp
+dimen _592sdp
+dimen _593sdp
+dimen _594sdp
+dimen _595sdp
+dimen _596sdp
+dimen _597sdp
+dimen _598sdp
+dimen _599sdp
+dimen _59sdp
+dimen _59ssp
+dimen _5sdp
+dimen _5ssp
+dimen _600sdp
+dimen _60sdp
+dimen _60ssp
+dimen _61sdp
+dimen _61ssp
+dimen _62sdp
+dimen _62ssp
+dimen _63sdp
+dimen _63ssp
+dimen _64sdp
+dimen _64ssp
+dimen _65sdp
+dimen _65ssp
+dimen _66sdp
+dimen _66ssp
+dimen _67sdp
+dimen _67ssp
+dimen _68sdp
+dimen _68ssp
+dimen _69sdp
+dimen _69ssp
+dimen _6sdp
+dimen _6ssp
+dimen _70sdp
+dimen _70ssp
+dimen _71sdp
+dimen _71ssp
+dimen _72sdp
+dimen _72ssp
+dimen _73sdp
+dimen _73ssp
+dimen _74sdp
+dimen _74ssp
+dimen _75sdp
+dimen _75ssp
+dimen _76sdp
+dimen _76ssp
+dimen _77sdp
+dimen _77ssp
+dimen _78sdp
+dimen _78ssp
+dimen _79sdp
+dimen _79ssp
+dimen _7sdp
+dimen _7ssp
+dimen _80sdp
+dimen _80ssp
+dimen _81sdp
+dimen _81ssp
+dimen _82sdp
+dimen _82ssp
+dimen _83sdp
+dimen _83ssp
+dimen _84sdp
+dimen _84ssp
+dimen _85sdp
+dimen _85ssp
+dimen _86sdp
+dimen _86ssp
+dimen _87sdp
+dimen _87ssp
+dimen _88sdp
+dimen _88ssp
+dimen _89sdp
+dimen _89ssp
+dimen _8sdp
+dimen _8ssp
+dimen _90sdp
+dimen _90ssp
+dimen _91sdp
+dimen _91ssp
+dimen _92sdp
+dimen _92ssp
+dimen _93sdp
+dimen _93ssp
+dimen _94sdp
+dimen _94ssp
+dimen _95sdp
+dimen _95ssp
+dimen _96sdp
+dimen _96ssp
+dimen _97sdp
+dimen _97ssp
+dimen _98sdp
+dimen _98ssp
+dimen _99sdp
+dimen _99ssp
+dimen _9sdp
+dimen _9ssp
+dimen _minus10sdp
+dimen _minus11sdp
+dimen _minus12sdp
+dimen _minus13sdp
+dimen _minus14sdp
+dimen _minus15sdp
+dimen _minus16sdp
+dimen _minus17sdp
+dimen _minus18sdp
+dimen _minus19sdp
+dimen _minus1sdp
+dimen _minus20sdp
+dimen _minus21sdp
+dimen _minus22sdp
+dimen _minus23sdp
+dimen _minus24sdp
+dimen _minus25sdp
+dimen _minus26sdp
+dimen _minus27sdp
+dimen _minus28sdp
+dimen _minus29sdp
+dimen _minus2sdp
+dimen _minus30sdp
+dimen _minus31sdp
+dimen _minus32sdp
+dimen _minus33sdp
+dimen _minus34sdp
+dimen _minus35sdp
+dimen _minus36sdp
+dimen _minus37sdp
+dimen _minus38sdp
+dimen _minus39sdp
+dimen _minus3sdp
+dimen _minus40sdp
+dimen _minus41sdp
+dimen _minus42sdp
+dimen _minus43sdp
+dimen _minus44sdp
+dimen _minus45sdp
+dimen _minus46sdp
+dimen _minus47sdp
+dimen _minus48sdp
+dimen _minus49sdp
+dimen _minus4sdp
+dimen _minus50sdp
+dimen _minus51sdp
+dimen _minus52sdp
+dimen _minus53sdp
+dimen _minus54sdp
+dimen _minus55sdp
+dimen _minus56sdp
+dimen _minus57sdp
+dimen _minus58sdp
+dimen _minus59sdp
+dimen _minus5sdp
+dimen _minus60sdp
+dimen _minus6sdp
+dimen _minus7sdp
+dimen _minus8sdp
+dimen _minus9sdp
+dimen abc_action_bar_content_inset_material
+dimen abc_action_bar_content_inset_with_nav
+dimen abc_action_bar_default_height_material
+dimen abc_action_bar_default_padding_end_material
+dimen abc_action_bar_default_padding_start_material
+dimen abc_action_bar_elevation_material
+dimen abc_action_bar_icon_vertical_padding_material
+dimen abc_action_bar_overflow_padding_end_material
+dimen abc_action_bar_overflow_padding_start_material
+dimen abc_action_bar_stacked_max_height
+dimen abc_action_bar_stacked_tab_max_width
+dimen abc_action_bar_subtitle_bottom_margin_material
+dimen abc_action_bar_subtitle_top_margin_material
+dimen abc_action_button_min_height_material
+dimen abc_action_button_min_width_material
+dimen abc_action_button_min_width_overflow_material
+dimen abc_alert_dialog_button_bar_height
+dimen abc_alert_dialog_button_dimen
+dimen abc_button_inset_horizontal_material
+dimen abc_button_inset_vertical_material
+dimen abc_button_padding_horizontal_material
+dimen abc_button_padding_vertical_material
+dimen abc_cascading_menus_min_smallest_width
+dimen abc_config_prefDialogWidth
+dimen abc_control_corner_material
+dimen abc_control_inset_material
+dimen abc_control_padding_material
+dimen abc_dialog_corner_radius_material
+dimen abc_dialog_fixed_height_major
+dimen abc_dialog_fixed_height_minor
+dimen abc_dialog_fixed_width_major
+dimen abc_dialog_fixed_width_minor
+dimen abc_dialog_list_padding_bottom_no_buttons
+dimen abc_dialog_list_padding_top_no_title
+dimen abc_dialog_min_width_major
+dimen abc_dialog_min_width_minor
+dimen abc_dialog_padding_material
+dimen abc_dialog_padding_top_material
+dimen abc_dialog_title_divider_material
+dimen abc_disabled_alpha_material_dark
+dimen abc_disabled_alpha_material_light
+dimen abc_dropdownitem_icon_width
+dimen abc_dropdownitem_text_padding_left
+dimen abc_dropdownitem_text_padding_right
+dimen abc_edit_text_inset_bottom_material
+dimen abc_edit_text_inset_horizontal_material
+dimen abc_edit_text_inset_top_material
+dimen abc_floating_window_z
+dimen abc_list_item_height_large_material
+dimen abc_list_item_height_material
+dimen abc_list_item_height_small_material
+dimen abc_list_item_padding_horizontal_material
+dimen abc_panel_menu_list_width
+dimen abc_progress_bar_height_material
+dimen abc_search_view_preferred_height
+dimen abc_search_view_preferred_width
+dimen abc_seekbar_track_background_height_material
+dimen abc_seekbar_track_progress_height_material
+dimen abc_select_dialog_padding_start_material
+dimen abc_star_big
+dimen abc_star_medium
+dimen abc_star_small
+dimen abc_switch_padding
+dimen abc_text_size_body_1_material
+dimen abc_text_size_body_2_material
+dimen abc_text_size_button_material
+dimen abc_text_size_caption_material
+dimen abc_text_size_display_1_material
+dimen abc_text_size_display_2_material
+dimen abc_text_size_display_3_material
+dimen abc_text_size_display_4_material
+dimen abc_text_size_headline_material
+dimen abc_text_size_large_material
+dimen abc_text_size_medium_material
+dimen abc_text_size_menu_header_material
+dimen abc_text_size_menu_material
+dimen abc_text_size_small_material
+dimen abc_text_size_subhead_material
+dimen abc_text_size_subtitle_material_toolbar
+dimen abc_text_size_title_material
+dimen abc_text_size_title_material_toolbar
+dimen appcompat_dialog_background_inset
+dimen cardview_compat_inset_shadow
+dimen cardview_default_elevation
+dimen cardview_default_radius
+dimen clock_face_margin_start
+dimen compat_button_inset_horizontal_material
+dimen compat_button_inset_vertical_material
+dimen compat_button_padding_horizontal_material
+dimen compat_button_padding_vertical_material
+dimen compat_control_corner_material
+dimen compat_notification_large_icon_max_height
+dimen compat_notification_large_icon_max_width
+dimen def_drawer_elevation
+dimen design_appbar_elevation
+dimen design_bottom_navigation_active_item_max_width
+dimen design_bottom_navigation_active_item_min_width
+dimen design_bottom_navigation_active_text_size
+dimen design_bottom_navigation_elevation
+dimen design_bottom_navigation_height
+dimen design_bottom_navigation_icon_size
+dimen design_bottom_navigation_item_max_width
+dimen design_bottom_navigation_item_min_width
+dimen design_bottom_navigation_label_padding
+dimen design_bottom_navigation_margin
+dimen design_bottom_navigation_shadow_height
+dimen design_bottom_navigation_text_size
+dimen design_bottom_sheet_elevation
+dimen design_bottom_sheet_modal_elevation
+dimen design_bottom_sheet_peek_height_min
+dimen design_fab_border_width
+dimen design_fab_elevation
+dimen design_fab_image_size
+dimen design_fab_size_mini
+dimen design_fab_size_normal
+dimen design_fab_translation_z_hovered_focused
+dimen design_fab_translation_z_pressed
+dimen design_navigation_elevation
+dimen design_navigation_icon_padding
+dimen design_navigation_icon_size
+dimen design_navigation_item_horizontal_padding
+dimen design_navigation_item_icon_padding
+dimen design_navigation_item_vertical_padding
+dimen design_navigation_max_width
+dimen design_navigation_padding_bottom
+dimen design_navigation_separator_vertical_padding
+dimen design_snackbar_action_inline_max_width
+dimen design_snackbar_action_text_color_alpha
+dimen design_snackbar_background_corner_radius
+dimen design_snackbar_elevation
+dimen design_snackbar_extra_spacing_horizontal
+dimen design_snackbar_max_width
+dimen design_snackbar_min_width
+dimen design_snackbar_padding_horizontal
+dimen design_snackbar_padding_vertical
+dimen design_snackbar_padding_vertical_2lines
+dimen design_snackbar_text_size
+dimen design_tab_max_width
+dimen design_tab_scrollable_min_width
+dimen design_tab_text_size
+dimen design_tab_text_size_2line
+dimen design_textinput_caption_translate_y
+dimen disabled_alpha_material_dark
+dimen disabled_alpha_material_light
+dimen fastscroll_default_thickness
+dimen fastscroll_margin
+dimen fastscroll_minimum_range
+dimen highlight_alpha_material_colored
+dimen highlight_alpha_material_dark
+dimen highlight_alpha_material_light
+dimen hint_alpha_material_dark
+dimen hint_alpha_material_light
+dimen hint_pressed_alpha_material_dark
+dimen hint_pressed_alpha_material_light
+dimen item_touch_helper_max_drag_scroll_per_frame
+dimen item_touch_helper_swipe_escape_max_velocity
+dimen item_touch_helper_swipe_escape_velocity
+dimen m3_alert_dialog_action_bottom_padding
+dimen m3_alert_dialog_action_top_padding
+dimen m3_alert_dialog_corner_size
+dimen m3_alert_dialog_elevation
+dimen m3_alert_dialog_icon_margin
+dimen m3_alert_dialog_icon_size
+dimen m3_alert_dialog_title_bottom_margin
+dimen m3_appbar_expanded_title_margin_bottom
+dimen m3_appbar_expanded_title_margin_horizontal
+dimen m3_appbar_scrim_height_trigger
+dimen m3_appbar_scrim_height_trigger_large
+dimen m3_appbar_scrim_height_trigger_medium
+dimen m3_appbar_size_compact
+dimen m3_appbar_size_large
+dimen m3_appbar_size_medium
+dimen m3_badge_horizontal_offset
+dimen m3_badge_radius
+dimen m3_badge_vertical_offset
+dimen m3_badge_with_text_horizontal_offset
+dimen m3_badge_with_text_radius
+dimen m3_badge_with_text_vertical_offset
+dimen m3_bottom_nav_item_active_indicator_height
+dimen m3_bottom_nav_item_active_indicator_margin_horizontal
+dimen m3_bottom_nav_item_active_indicator_width
+dimen m3_bottom_nav_item_padding_bottom
+dimen m3_bottom_nav_item_padding_top
+dimen m3_bottom_nav_min_height
+dimen m3_bottom_sheet_drag_handle_bottom_padding
+dimen m3_bottom_sheet_elevation
+dimen m3_bottom_sheet_modal_elevation
+dimen m3_bottomappbar_fab_cradle_margin
+dimen m3_bottomappbar_fab_cradle_rounded_corner_radius
+dimen m3_bottomappbar_fab_cradle_vertical_offset
+dimen m3_bottomappbar_fab_end_margin
+dimen m3_bottomappbar_height
+dimen m3_bottomappbar_horizontal_padding
+dimen m3_btn_dialog_btn_min_width
+dimen m3_btn_dialog_btn_spacing
+dimen m3_btn_disabled_elevation
+dimen m3_btn_disabled_translation_z
+dimen m3_btn_elevated_btn_elevation
+dimen m3_btn_elevation
+dimen m3_btn_icon_btn_padding_left
+dimen m3_btn_icon_btn_padding_right
+dimen m3_btn_icon_only_default_padding
+dimen m3_btn_icon_only_default_size
+dimen m3_btn_icon_only_icon_padding
+dimen m3_btn_icon_only_min_width
+dimen m3_btn_inset
+dimen m3_btn_max_width
+dimen m3_btn_padding_bottom
+dimen m3_btn_padding_left
+dimen m3_btn_padding_right
+dimen m3_btn_padding_top
+dimen m3_btn_stroke_size
+dimen m3_btn_text_btn_icon_padding_left
+dimen m3_btn_text_btn_icon_padding_right
+dimen m3_btn_text_btn_padding_left
+dimen m3_btn_text_btn_padding_right
+dimen m3_btn_translation_z_base
+dimen m3_btn_translation_z_hovered
+dimen m3_card_dragged_z
+dimen m3_card_elevated_dragged_z
+dimen m3_card_elevated_elevation
+dimen m3_card_elevated_hovered_z
+dimen m3_card_elevation
+dimen m3_card_hovered_z
+dimen m3_card_stroke_width
+dimen m3_chip_checked_hovered_translation_z
+dimen m3_chip_corner_size
+dimen m3_chip_disabled_translation_z
+dimen m3_chip_dragged_translation_z
+dimen m3_chip_elevated_elevation
+dimen m3_chip_hovered_translation_z
+dimen m3_chip_icon_size
+dimen m3_comp_assist_chip_container_height
+dimen m3_comp_assist_chip_elevated_container_elevation
+dimen m3_comp_assist_chip_flat_container_elevation
+dimen m3_comp_assist_chip_flat_outline_width
+dimen m3_comp_assist_chip_with_icon_icon_size
+dimen m3_comp_bottom_app_bar_container_elevation
+dimen m3_comp_bottom_app_bar_container_height
+dimen m3_comp_checkbox_selected_disabled_container_opacity
+dimen m3_comp_circular_progress_indicator_active_indicator_width
+dimen m3_comp_divider_thickness
+dimen m3_comp_elevated_button_container_elevation
+dimen m3_comp_elevated_button_disabled_container_elevation
+dimen m3_comp_extended_fab_primary_container_elevation
+dimen m3_comp_extended_fab_primary_container_height
+dimen m3_comp_extended_fab_primary_focus_container_elevation
+dimen m3_comp_extended_fab_primary_focus_state_layer_opacity
+dimen m3_comp_extended_fab_primary_hover_container_elevation
+dimen m3_comp_extended_fab_primary_hover_state_layer_opacity
+dimen m3_comp_extended_fab_primary_icon_size
+dimen m3_comp_extended_fab_primary_pressed_container_elevation
+dimen m3_comp_extended_fab_primary_pressed_state_layer_opacity
+dimen m3_comp_fab_primary_container_elevation
+dimen m3_comp_fab_primary_container_height
+dimen m3_comp_fab_primary_focus_state_layer_opacity
+dimen m3_comp_fab_primary_hover_container_elevation
+dimen m3_comp_fab_primary_hover_state_layer_opacity
+dimen m3_comp_fab_primary_icon_size
+dimen m3_comp_fab_primary_large_container_height
+dimen m3_comp_fab_primary_large_icon_size
+dimen m3_comp_fab_primary_pressed_container_elevation
+dimen m3_comp_fab_primary_pressed_state_layer_opacity
+dimen m3_comp_fab_primary_small_container_height
+dimen m3_comp_fab_primary_small_icon_size
+dimen m3_comp_filled_autocomplete_menu_container_elevation
+dimen m3_comp_filled_button_container_elevation
+dimen m3_comp_filled_button_with_icon_icon_size
+dimen m3_comp_filled_text_field_disabled_active_indicator_opacity
+dimen m3_comp_filter_chip_container_height
+dimen m3_comp_filter_chip_elevated_container_elevation
+dimen m3_comp_filter_chip_flat_container_elevation
+dimen m3_comp_filter_chip_flat_unselected_outline_width
+dimen m3_comp_filter_chip_with_icon_icon_size
+dimen m3_comp_input_chip_container_elevation
+dimen m3_comp_input_chip_container_height
+dimen m3_comp_input_chip_unselected_outline_width
+dimen m3_comp_input_chip_with_avatar_avatar_size
+dimen m3_comp_input_chip_with_leading_icon_leading_icon_size
+dimen m3_comp_linear_progress_indicator_active_indicator_height
+dimen m3_comp_navigation_rail_active_indicator_height
+dimen m3_comp_navigation_rail_active_indicator_width
+dimen m3_comp_navigation_rail_container_elevation
+dimen m3_comp_navigation_rail_container_width
+dimen m3_comp_navigation_rail_icon_size
+dimen m3_comp_outlined_autocomplete_menu_container_elevation
+dimen m3_comp_outlined_button_disabled_outline_opacity
+dimen m3_comp_outlined_button_outline_width
+dimen m3_comp_outlined_text_field_disabled_input_text_opacity
+dimen m3_comp_outlined_text_field_disabled_label_text_opacity
+dimen m3_comp_outlined_text_field_disabled_supporting_text_opacity
+dimen m3_comp_outlined_text_field_focus_outline_width
+dimen m3_comp_outlined_text_field_outline_width
+dimen m3_comp_primary_navigation_tab_active_focus_state_layer_opacity
+dimen m3_comp_primary_navigation_tab_active_hover_state_layer_opacity
+dimen m3_comp_primary_navigation_tab_active_indicator_height
+dimen m3_comp_primary_navigation_tab_active_pressed_state_layer_opacity
+dimen m3_comp_primary_navigation_tab_divider_height
+dimen m3_comp_primary_navigation_tab_inactive_focus_state_layer_opacity
+dimen m3_comp_primary_navigation_tab_inactive_hover_state_layer_opacity
+dimen m3_comp_primary_navigation_tab_inactive_pressed_state_layer_opacity
+dimen m3_comp_primary_navigation_tab_with_icon_icon_size
+dimen m3_comp_search_bar_avatar_size
+dimen m3_comp_search_bar_container_elevation
+dimen m3_comp_search_bar_container_height
+dimen m3_comp_search_bar_hover_state_layer_opacity
+dimen m3_comp_search_bar_pressed_state_layer_opacity
+dimen m3_comp_search_view_container_elevation
+dimen m3_comp_search_view_docked_header_container_height
+dimen m3_comp_search_view_full_screen_header_container_height
+dimen m3_comp_secondary_navigation_tab_active_indicator_height
+dimen m3_comp_secondary_navigation_tab_focus_state_layer_opacity
+dimen m3_comp_secondary_navigation_tab_hover_state_layer_opacity
+dimen m3_comp_secondary_navigation_tab_pressed_state_layer_opacity
+dimen m3_comp_sheet_bottom_docked_modal_container_elevation
+dimen m3_comp_sheet_bottom_docked_standard_container_elevation
+dimen m3_comp_slider_disabled_active_track_opacity
+dimen m3_comp_slider_disabled_handle_opacity
+dimen m3_comp_slider_disabled_inactive_track_opacity
+dimen m3_comp_slider_inactive_track_height
+dimen m3_comp_suggestion_chip_container_height
+dimen m3_comp_suggestion_chip_elevated_container_elevation
+dimen m3_comp_suggestion_chip_flat_container_elevation
+dimen m3_comp_suggestion_chip_flat_outline_width
+dimen m3_comp_suggestion_chip_with_leading_icon_leading_icon_size
+dimen m3_comp_switch_disabled_selected_handle_opacity
+dimen m3_comp_switch_disabled_selected_icon_opacity
+dimen m3_comp_switch_disabled_track_opacity
+dimen m3_comp_switch_disabled_unselected_handle_opacity
+dimen m3_comp_switch_disabled_unselected_icon_opacity
+dimen m3_comp_switch_selected_focus_state_layer_opacity
+dimen m3_comp_switch_selected_hover_state_layer_opacity
+dimen m3_comp_switch_selected_pressed_state_layer_opacity
+dimen m3_comp_switch_track_height
+dimen m3_comp_switch_track_width
+dimen m3_comp_switch_unselected_focus_state_layer_opacity
+dimen m3_comp_switch_unselected_hover_state_layer_opacity
+dimen m3_comp_switch_unselected_pressed_state_layer_opacity
+dimen m3_comp_text_button_focus_state_layer_opacity
+dimen m3_comp_text_button_hover_state_layer_opacity
+dimen m3_comp_text_button_pressed_state_layer_opacity
+dimen m3_datepicker_elevation
+dimen m3_divider_heavy_thickness
+dimen m3_extended_fab_bottom_padding
+dimen m3_extended_fab_end_padding
+dimen m3_extended_fab_icon_padding
+dimen m3_extended_fab_min_height
+dimen m3_extended_fab_start_padding
+dimen m3_extended_fab_top_padding
+dimen m3_fab_border_width
+dimen m3_fab_corner_size
+dimen m3_fab_translation_z_hovered_focused
+dimen m3_fab_translation_z_pressed
+dimen m3_large_fab_max_image_size
+dimen m3_large_fab_size
+dimen m3_menu_elevation
+dimen m3_navigation_drawer_layout_corner_size
+dimen m3_navigation_item_horizontal_padding
+dimen m3_navigation_item_icon_padding
+dimen m3_navigation_item_shape_inset_bottom
+dimen m3_navigation_item_shape_inset_end
+dimen m3_navigation_item_shape_inset_start
+dimen m3_navigation_item_shape_inset_top
+dimen m3_navigation_item_vertical_padding
+dimen m3_navigation_menu_divider_horizontal_padding
+dimen m3_navigation_menu_headline_horizontal_padding
+dimen m3_navigation_rail_default_width
+dimen m3_navigation_rail_elevation
+dimen m3_navigation_rail_icon_size
+dimen m3_navigation_rail_item_active_indicator_height
+dimen m3_navigation_rail_item_active_indicator_margin_horizontal
+dimen m3_navigation_rail_item_active_indicator_width
+dimen m3_navigation_rail_item_min_height
+dimen m3_navigation_rail_item_padding_bottom
+dimen m3_navigation_rail_item_padding_top
+dimen m3_ripple_default_alpha
+dimen m3_ripple_focused_alpha
+dimen m3_ripple_hovered_alpha
+dimen m3_ripple_pressed_alpha
+dimen m3_ripple_selectable_pressed_alpha
+dimen m3_searchbar_elevation
+dimen m3_searchbar_height
+dimen m3_searchbar_margin_horizontal
+dimen m3_searchbar_margin_vertical
+dimen m3_searchbar_outlined_stroke_width
+dimen m3_searchbar_padding_start
+dimen m3_searchbar_text_margin_start_no_navigation_icon
+dimen m3_searchbar_text_size
+dimen m3_searchview_divider_size
+dimen m3_searchview_elevation
+dimen m3_searchview_height
+dimen m3_side_sheet_modal_elevation
+dimen m3_side_sheet_standard_elevation
+dimen m3_side_sheet_width
+dimen m3_simple_item_color_hovered_alpha
+dimen m3_simple_item_color_selected_alpha
+dimen m3_slider_inactive_track_height
+dimen m3_slider_thumb_elevation
+dimen m3_small_fab_max_image_size
+dimen m3_small_fab_size
+dimen m3_snackbar_action_text_color_alpha
+dimen m3_snackbar_margin
+dimen m3_sys_elevation_level0
+dimen m3_sys_elevation_level1
+dimen m3_sys_elevation_level2
+dimen m3_sys_elevation_level3
+dimen m3_sys_elevation_level4
+dimen m3_sys_elevation_level5
+dimen m3_sys_motion_easing_emphasized_accelerate_control_x1
+dimen m3_sys_motion_easing_emphasized_accelerate_control_x2
+dimen m3_sys_motion_easing_emphasized_accelerate_control_y1
+dimen m3_sys_motion_easing_emphasized_accelerate_control_y2
+dimen m3_sys_motion_easing_emphasized_decelerate_control_x1
+dimen m3_sys_motion_easing_emphasized_decelerate_control_x2
+dimen m3_sys_motion_easing_emphasized_decelerate_control_y1
+dimen m3_sys_motion_easing_emphasized_decelerate_control_y2
+dimen m3_sys_motion_easing_legacy_accelerate_control_x1
+dimen m3_sys_motion_easing_legacy_accelerate_control_x2
+dimen m3_sys_motion_easing_legacy_accelerate_control_y1
+dimen m3_sys_motion_easing_legacy_accelerate_control_y2
+dimen m3_sys_motion_easing_legacy_control_x1
+dimen m3_sys_motion_easing_legacy_control_x2
+dimen m3_sys_motion_easing_legacy_control_y1
+dimen m3_sys_motion_easing_legacy_control_y2
+dimen m3_sys_motion_easing_legacy_decelerate_control_x1
+dimen m3_sys_motion_easing_legacy_decelerate_control_x2
+dimen m3_sys_motion_easing_legacy_decelerate_control_y1
+dimen m3_sys_motion_easing_legacy_decelerate_control_y2
+dimen m3_sys_motion_easing_linear_control_x1
+dimen m3_sys_motion_easing_linear_control_x2
+dimen m3_sys_motion_easing_linear_control_y1
+dimen m3_sys_motion_easing_linear_control_y2
+dimen m3_sys_motion_easing_standard_accelerate_control_x1
+dimen m3_sys_motion_easing_standard_accelerate_control_x2
+dimen m3_sys_motion_easing_standard_accelerate_control_y1
+dimen m3_sys_motion_easing_standard_accelerate_control_y2
+dimen m3_sys_motion_easing_standard_control_x1
+dimen m3_sys_motion_easing_standard_control_x2
+dimen m3_sys_motion_easing_standard_control_y1
+dimen m3_sys_motion_easing_standard_control_y2
+dimen m3_sys_motion_easing_standard_decelerate_control_x1
+dimen m3_sys_motion_easing_standard_decelerate_control_x2
+dimen m3_sys_motion_easing_standard_decelerate_control_y1
+dimen m3_sys_motion_easing_standard_decelerate_control_y2
+dimen m3_sys_state_dragged_state_layer_opacity
+dimen m3_sys_state_focus_state_layer_opacity
+dimen m3_sys_state_hover_state_layer_opacity
+dimen m3_sys_state_pressed_state_layer_opacity
+dimen m3_timepicker_display_stroke_width
+dimen m3_timepicker_window_elevation
+dimen m3_toolbar_text_size_title
+dimen material_bottom_sheet_max_width
+dimen material_clock_display_height
+dimen material_clock_display_padding
+dimen material_clock_display_width
+dimen material_clock_face_margin_top
+dimen material_clock_hand_center_dot_radius
+dimen material_clock_hand_padding
+dimen material_clock_hand_stroke_width
+dimen material_clock_number_text_size
+dimen material_clock_period_toggle_height
+dimen material_clock_period_toggle_horizontal_gap
+dimen material_clock_period_toggle_vertical_gap
+dimen material_clock_period_toggle_width
+dimen material_clock_size
+dimen material_cursor_inset
+dimen material_cursor_width
+dimen material_divider_thickness
+dimen material_emphasis_disabled
+dimen material_emphasis_disabled_background
+dimen material_emphasis_high_type
+dimen material_emphasis_medium
+dimen material_filled_edittext_font_1_3_padding_bottom
+dimen material_filled_edittext_font_1_3_padding_top
+dimen material_filled_edittext_font_2_0_padding_bottom
+dimen material_filled_edittext_font_2_0_padding_top
+dimen material_font_1_3_box_collapsed_padding_top
+dimen material_font_2_0_box_collapsed_padding_top
+dimen material_helper_text_default_padding_top
+dimen material_helper_text_font_1_3_padding_horizontal
+dimen material_helper_text_font_1_3_padding_top
+dimen material_input_text_to_prefix_suffix_padding
+dimen material_textinput_default_width
+dimen material_textinput_max_width
+dimen material_textinput_min_width
+dimen material_time_picker_minimum_screen_height
+dimen material_time_picker_minimum_screen_width
+dimen material_timepicker_dialog_buttons_margin_top
+dimen mtrl_alert_dialog_background_inset_bottom
+dimen mtrl_alert_dialog_background_inset_end
+dimen mtrl_alert_dialog_background_inset_start
+dimen mtrl_alert_dialog_background_inset_top
+dimen mtrl_alert_dialog_picker_background_inset
+dimen mtrl_badge_horizontal_edge_offset
+dimen mtrl_badge_long_text_horizontal_padding
+dimen mtrl_badge_radius
+dimen mtrl_badge_text_horizontal_edge_offset
+dimen mtrl_badge_text_size
+dimen mtrl_badge_toolbar_action_menu_item_horizontal_offset
+dimen mtrl_badge_toolbar_action_menu_item_vertical_offset
+dimen mtrl_badge_with_text_radius
+dimen mtrl_bottomappbar_fabOffsetEndMode
+dimen mtrl_bottomappbar_fab_bottom_margin
+dimen mtrl_bottomappbar_fab_cradle_margin
+dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius
+dimen mtrl_bottomappbar_fab_cradle_vertical_offset
+dimen mtrl_bottomappbar_height
+dimen mtrl_btn_corner_radius
+dimen mtrl_btn_dialog_btn_min_width
+dimen mtrl_btn_disabled_elevation
+dimen mtrl_btn_disabled_z
+dimen mtrl_btn_elevation
+dimen mtrl_btn_focused_z
+dimen mtrl_btn_hovered_z
+dimen mtrl_btn_icon_btn_padding_left
+dimen mtrl_btn_icon_padding
+dimen mtrl_btn_inset
+dimen mtrl_btn_letter_spacing
+dimen mtrl_btn_max_width
+dimen mtrl_btn_padding_bottom
+dimen mtrl_btn_padding_left
+dimen mtrl_btn_padding_right
+dimen mtrl_btn_padding_top
+dimen mtrl_btn_pressed_z
+dimen mtrl_btn_snackbar_margin_horizontal
+dimen mtrl_btn_stroke_size
+dimen mtrl_btn_text_btn_icon_padding
+dimen mtrl_btn_text_btn_padding_left
+dimen mtrl_btn_text_btn_padding_right
+dimen mtrl_btn_text_size
+dimen mtrl_btn_z
+dimen mtrl_calendar_action_confirm_button_min_width
+dimen mtrl_calendar_action_height
+dimen mtrl_calendar_action_padding
+dimen mtrl_calendar_bottom_padding
+dimen mtrl_calendar_content_padding
+dimen mtrl_calendar_day_corner
+dimen mtrl_calendar_day_height
+dimen mtrl_calendar_day_horizontal_padding
+dimen mtrl_calendar_day_today_stroke
+dimen mtrl_calendar_day_vertical_padding
+dimen mtrl_calendar_day_width
+dimen mtrl_calendar_days_of_week_height
+dimen mtrl_calendar_dialog_background_inset
+dimen mtrl_calendar_header_content_padding
+dimen mtrl_calendar_header_content_padding_fullscreen
+dimen mtrl_calendar_header_divider_thickness
+dimen mtrl_calendar_header_height
+dimen mtrl_calendar_header_height_fullscreen
+dimen mtrl_calendar_header_selection_line_height
+dimen mtrl_calendar_header_text_padding
+dimen mtrl_calendar_header_toggle_margin_bottom
+dimen mtrl_calendar_header_toggle_margin_top
+dimen mtrl_calendar_landscape_header_width
+dimen mtrl_calendar_maximum_default_fullscreen_minor_axis
+dimen mtrl_calendar_month_horizontal_padding
+dimen mtrl_calendar_month_vertical_padding
+dimen mtrl_calendar_navigation_bottom_padding
+dimen mtrl_calendar_navigation_height
+dimen mtrl_calendar_navigation_top_padding
+dimen mtrl_calendar_pre_l_text_clip_padding
+dimen mtrl_calendar_selection_baseline_to_top_fullscreen
+dimen mtrl_calendar_selection_text_baseline_to_bottom
+dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen
+dimen mtrl_calendar_selection_text_baseline_to_top
+dimen mtrl_calendar_text_input_padding_top
+dimen mtrl_calendar_title_baseline_to_top
+dimen mtrl_calendar_title_baseline_to_top_fullscreen
+dimen mtrl_calendar_year_corner
+dimen mtrl_calendar_year_height
+dimen mtrl_calendar_year_horizontal_padding
+dimen mtrl_calendar_year_vertical_padding
+dimen mtrl_calendar_year_width
+dimen mtrl_card_checked_icon_margin
+dimen mtrl_card_checked_icon_size
+dimen mtrl_card_corner_radius
+dimen mtrl_card_dragged_z
+dimen mtrl_card_elevation
+dimen mtrl_card_spacing
+dimen mtrl_chip_pressed_translation_z
+dimen mtrl_chip_text_size
+dimen mtrl_exposed_dropdown_menu_popup_elevation
+dimen mtrl_exposed_dropdown_menu_popup_vertical_offset
+dimen mtrl_exposed_dropdown_menu_popup_vertical_padding
+dimen mtrl_extended_fab_bottom_padding
+dimen mtrl_extended_fab_disabled_elevation
+dimen mtrl_extended_fab_disabled_translation_z
+dimen mtrl_extended_fab_elevation
+dimen mtrl_extended_fab_end_padding
+dimen mtrl_extended_fab_end_padding_icon
+dimen mtrl_extended_fab_icon_size
+dimen mtrl_extended_fab_icon_text_spacing
+dimen mtrl_extended_fab_min_height
+dimen mtrl_extended_fab_min_width
+dimen mtrl_extended_fab_start_padding
+dimen mtrl_extended_fab_start_padding_icon
+dimen mtrl_extended_fab_top_padding
+dimen mtrl_extended_fab_translation_z_base
+dimen mtrl_extended_fab_translation_z_hovered_focused
+dimen mtrl_extended_fab_translation_z_pressed
+dimen mtrl_fab_elevation
+dimen mtrl_fab_min_touch_target
+dimen mtrl_fab_translation_z_hovered_focused
+dimen mtrl_fab_translation_z_pressed
+dimen mtrl_high_ripple_default_alpha
+dimen mtrl_high_ripple_focused_alpha
+dimen mtrl_high_ripple_hovered_alpha
+dimen mtrl_high_ripple_pressed_alpha
+dimen mtrl_low_ripple_default_alpha
+dimen mtrl_low_ripple_focused_alpha
+dimen mtrl_low_ripple_hovered_alpha
+dimen mtrl_low_ripple_pressed_alpha
+dimen mtrl_min_touch_target_size
+dimen mtrl_navigation_bar_item_default_icon_size
+dimen mtrl_navigation_bar_item_default_margin
+dimen mtrl_navigation_elevation
+dimen mtrl_navigation_item_horizontal_padding
+dimen mtrl_navigation_item_icon_padding
+dimen mtrl_navigation_item_icon_size
+dimen mtrl_navigation_item_shape_horizontal_margin
+dimen mtrl_navigation_item_shape_vertical_margin
+dimen mtrl_navigation_rail_active_text_size
+dimen mtrl_navigation_rail_compact_width
+dimen mtrl_navigation_rail_default_width
+dimen mtrl_navigation_rail_elevation
+dimen mtrl_navigation_rail_icon_margin
+dimen mtrl_navigation_rail_icon_size
+dimen mtrl_navigation_rail_margin
+dimen mtrl_navigation_rail_text_bottom_margin
+dimen mtrl_navigation_rail_text_size
+dimen mtrl_progress_circular_inset
+dimen mtrl_progress_circular_inset_extra_small
+dimen mtrl_progress_circular_inset_medium
+dimen mtrl_progress_circular_inset_small
+dimen mtrl_progress_circular_radius
+dimen mtrl_progress_circular_size
+dimen mtrl_progress_circular_size_extra_small
+dimen mtrl_progress_circular_size_medium
+dimen mtrl_progress_circular_size_small
+dimen mtrl_progress_circular_track_thickness_extra_small
+dimen mtrl_progress_circular_track_thickness_medium
+dimen mtrl_progress_circular_track_thickness_small
+dimen mtrl_progress_indicator_full_rounded_corner_radius
+dimen mtrl_progress_track_thickness
+dimen mtrl_shape_corner_size_large_component
+dimen mtrl_shape_corner_size_medium_component
+dimen mtrl_shape_corner_size_small_component
+dimen mtrl_slider_halo_radius
+dimen mtrl_slider_label_padding
+dimen mtrl_slider_label_radius
+dimen mtrl_slider_label_square_side
+dimen mtrl_slider_thumb_elevation
+dimen mtrl_slider_thumb_radius
+dimen mtrl_slider_track_height
+dimen mtrl_slider_track_side_padding
+dimen mtrl_slider_widget_height
+dimen mtrl_snackbar_action_text_color_alpha
+dimen mtrl_snackbar_background_corner_radius
+dimen mtrl_snackbar_background_overlay_color_alpha
+dimen mtrl_snackbar_margin
+dimen mtrl_snackbar_message_margin_horizontal
+dimen mtrl_snackbar_padding_horizontal
+dimen mtrl_switch_text_padding
+dimen mtrl_switch_thumb_elevation
+dimen mtrl_switch_thumb_size
+dimen mtrl_switch_track_height
+dimen mtrl_switch_track_width
+dimen mtrl_textinput_box_corner_radius_medium
+dimen mtrl_textinput_box_corner_radius_small
+dimen mtrl_textinput_box_label_cutout_padding
+dimen mtrl_textinput_box_stroke_width_default
+dimen mtrl_textinput_box_stroke_width_focused
+dimen mtrl_textinput_counter_margin_start
+dimen mtrl_textinput_end_icon_margin_start
+dimen mtrl_textinput_outline_box_expanded_padding
+dimen mtrl_textinput_start_icon_margin_end
+dimen mtrl_toolbar_default_height
+dimen mtrl_tooltip_arrowSize
+dimen mtrl_tooltip_cornerSize
+dimen mtrl_tooltip_minHeight
+dimen mtrl_tooltip_minWidth
+dimen mtrl_tooltip_padding
+dimen mtrl_transition_shared_axis_slide_distance
+dimen notification_action_icon_size
+dimen notification_action_text_size
+dimen notification_big_circle_margin
+dimen notification_content_margin_start
+dimen notification_large_icon_height
+dimen notification_large_icon_width
+dimen notification_main_column_padding_top
+dimen notification_media_narrow_margin
+dimen notification_right_icon_size
+dimen notification_right_side_padding_top
+dimen notification_small_icon_background_padding
+dimen notification_small_icon_size_as_large
+dimen notification_subtext_size
+dimen notification_top_pad
+dimen notification_top_pad_large_text
+dimen tooltip_corner_radius
+dimen tooltip_horizontal_padding
+dimen tooltip_margin
+dimen tooltip_precise_anchor_extra_offset
+dimen tooltip_precise_anchor_threshold
+dimen tooltip_vertical_padding
+dimen tooltip_y_offset_non_touch
+dimen tooltip_y_offset_touch
+drawable abc_ab_share_pack_mtrl_alpha
+drawable abc_action_bar_item_background_material
+drawable abc_btn_borderless_material
+drawable abc_btn_check_material
+drawable abc_btn_check_material_anim
+drawable abc_btn_check_to_on_mtrl_000
+drawable abc_btn_check_to_on_mtrl_015
+drawable abc_btn_colored_material
+drawable abc_btn_default_mtrl_shape
+drawable abc_btn_radio_material
+drawable abc_btn_radio_material_anim
+drawable abc_btn_radio_to_on_mtrl_000
+drawable abc_btn_radio_to_on_mtrl_015
+drawable abc_btn_switch_to_on_mtrl_00001
+drawable abc_btn_switch_to_on_mtrl_00012
+drawable abc_cab_background_internal_bg
+drawable abc_cab_background_top_material
+drawable abc_cab_background_top_mtrl_alpha
+drawable abc_control_background_material
+drawable abc_dialog_material_background
+drawable abc_edit_text_material
+drawable abc_ic_ab_back_material
+drawable abc_ic_arrow_drop_right_black_24dp
+drawable abc_ic_clear_material
+drawable abc_ic_commit_search_api_mtrl_alpha
+drawable abc_ic_go_search_api_material
+drawable abc_ic_menu_copy_mtrl_am_alpha
+drawable abc_ic_menu_cut_mtrl_alpha
+drawable abc_ic_menu_overflow_material
+drawable abc_ic_menu_paste_mtrl_am_alpha
+drawable abc_ic_menu_selectall_mtrl_alpha
+drawable abc_ic_menu_share_mtrl_alpha
+drawable abc_ic_search_api_material
+drawable abc_ic_voice_search_api_material
+drawable abc_item_background_holo_dark
+drawable abc_item_background_holo_light
+drawable abc_list_divider_material
+drawable abc_list_divider_mtrl_alpha
+drawable abc_list_focused_holo
+drawable abc_list_longpressed_holo
+drawable abc_list_pressed_holo_dark
+drawable abc_list_pressed_holo_light
+drawable abc_list_selector_background_transition_holo_dark
+drawable abc_list_selector_background_transition_holo_light
+drawable abc_list_selector_disabled_holo_dark
+drawable abc_list_selector_disabled_holo_light
+drawable abc_list_selector_holo_dark
+drawable abc_list_selector_holo_light
+drawable abc_menu_hardkey_panel_mtrl_mult
+drawable abc_popup_background_mtrl_mult
+drawable abc_ratingbar_indicator_material
+drawable abc_ratingbar_material
+drawable abc_ratingbar_small_material
+drawable abc_scrubber_control_off_mtrl_alpha
+drawable abc_scrubber_control_to_pressed_mtrl_000
+drawable abc_scrubber_control_to_pressed_mtrl_005
+drawable abc_scrubber_primary_mtrl_alpha
+drawable abc_scrubber_track_mtrl_alpha
+drawable abc_seekbar_thumb_material
+drawable abc_seekbar_tick_mark_material
+drawable abc_seekbar_track_material
+drawable abc_spinner_mtrl_am_alpha
+drawable abc_spinner_textfield_background_material
+drawable abc_star_black_48dp
+drawable abc_star_half_black_48dp
+drawable abc_switch_thumb_material
+drawable abc_switch_track_mtrl_alpha
+drawable abc_tab_indicator_material
+drawable abc_tab_indicator_mtrl_alpha
+drawable abc_text_cursor_material
+drawable abc_text_select_handle_left_mtrl
+drawable abc_text_select_handle_middle_mtrl
+drawable abc_text_select_handle_right_mtrl
+drawable abc_textfield_activated_mtrl_alpha
+drawable abc_textfield_default_mtrl_alpha
+drawable abc_textfield_search_activated_mtrl_alpha
+drawable abc_textfield_search_default_mtrl_alpha
+drawable abc_textfield_search_material
+drawable abc_vector_test
+drawable applogo
+drawable avd_hide_password
+drawable avd_show_password
+drawable banner_bg
+drawable baseline_account_circle_24
+drawable baseline_birthday
+drawable baseline_contact_phone_24
+drawable baseline_email_24
+drawable baseline_local_phone_24
+drawable baseline_person_24
+drawable bg_button
+drawable btn_checkbox_checked_mtrl
+drawable btn_checkbox_checked_to_unchecked_mtrl_animation
+drawable btn_checkbox_unchecked_mtrl
+drawable btn_checkbox_unchecked_to_checked_mtrl_animation
+drawable btn_radio_off_mtrl
+drawable btn_radio_off_to_on_mtrl_animation
+drawable btn_radio_on_mtrl
+drawable btn_radio_on_to_off_mtrl_animation
+drawable circle
+drawable circlebc
+drawable cirleaccount
+drawable design_fab_background
+drawable design_ic_visibility
+drawable design_ic_visibility_off
+drawable design_password_eye
+drawable design_snackbar_background
+drawable home_background
+drawable homepage_icon
+drawable homepage_icon_background
+drawable ic_arrow_back_black_24
+drawable ic_baseline_access_time_24
+drawable ic_baseline_add_24
+drawable ic_baseline_arrow_back_24
+drawable ic_baseline_arrow_circle_right_24
+drawable ic_baseline_date_range_24
+drawable ic_baseline_email_24
+drawable ic_baseline_location_on_24
+drawable ic_baseline_lock_24
+drawable ic_baseline_person_24
+drawable ic_baseline_phone_24
+drawable ic_baseline_strikethrough_s_24
+drawable ic_clear_black_24
+drawable ic_clock_black_24dp
+drawable ic_keyboard_black_24dp
+drawable ic_launcher_background
+drawable ic_launcher_foreground
+drawable ic_m3_chip_check
+drawable ic_m3_chip_checked_circle
+drawable ic_m3_chip_close
+drawable ic_mtrl_checked_circle
+drawable ic_mtrl_chip_checked_black
+drawable ic_mtrl_chip_checked_circle
+drawable ic_mtrl_chip_close_circle
+drawable ic_search_black_24
+drawable img
+drawable img_1
+drawable img_2
+drawable m3_appbar_background
+drawable m3_avd_hide_password
+drawable m3_avd_show_password
+drawable m3_password_eye
+drawable m3_popupmenu_background_overlay
+drawable m3_radiobutton_ripple
+drawable m3_selection_control_ripple
+drawable m3_tabs_background
+drawable m3_tabs_line_indicator
+drawable m3_tabs_rounded_line_indicator
+drawable m3_tabs_transparent_background
+drawable material_cursor_drawable
+drawable material_ic_calendar_black_24dp
+drawable material_ic_clear_black_24dp
+drawable material_ic_edit_black_24dp
+drawable material_ic_keyboard_arrow_left_black_24dp
+drawable material_ic_keyboard_arrow_next_black_24dp
+drawable material_ic_keyboard_arrow_previous_black_24dp
+drawable material_ic_keyboard_arrow_right_black_24dp
+drawable material_ic_menu_arrow_down_black_24dp
+drawable material_ic_menu_arrow_up_black_24dp
+drawable mtrl_bottomsheet_drag_handle
+drawable mtrl_checkbox_button
+drawable mtrl_checkbox_button_checked_unchecked
+drawable mtrl_checkbox_button_icon
+drawable mtrl_checkbox_button_icon_checked_indeterminate
+drawable mtrl_checkbox_button_icon_checked_unchecked
+drawable mtrl_checkbox_button_icon_indeterminate_checked
+drawable mtrl_checkbox_button_icon_indeterminate_unchecked
+drawable mtrl_checkbox_button_icon_unchecked_checked
+drawable mtrl_checkbox_button_icon_unchecked_indeterminate
+drawable mtrl_checkbox_button_unchecked_checked
+drawable mtrl_dialog_background
+drawable mtrl_dropdown_arrow
+drawable mtrl_ic_arrow_drop_down
+drawable mtrl_ic_arrow_drop_up
+drawable mtrl_ic_cancel
+drawable mtrl_ic_check_mark
+drawable mtrl_ic_checkbox_checked
+drawable mtrl_ic_checkbox_unchecked
+drawable mtrl_ic_error
+drawable mtrl_ic_indeterminate
+drawable mtrl_navigation_bar_item_background
+drawable mtrl_popupmenu_background
+drawable mtrl_popupmenu_background_overlay
+drawable mtrl_switch_thumb
+drawable mtrl_switch_thumb_checked
+drawable mtrl_switch_thumb_checked_pressed
+drawable mtrl_switch_thumb_checked_unchecked
+drawable mtrl_switch_thumb_pressed
+drawable mtrl_switch_thumb_pressed_checked
+drawable mtrl_switch_thumb_pressed_unchecked
+drawable mtrl_switch_thumb_unchecked
+drawable mtrl_switch_thumb_unchecked_checked
+drawable mtrl_switch_thumb_unchecked_pressed
+drawable mtrl_switch_track
+drawable mtrl_switch_track_decoration
+drawable mtrl_tabs_default_indicator
+drawable navigation_empty_icon
+drawable notification_action_background
+drawable notification_bg
+drawable notification_bg_low
+drawable notification_bg_low_normal
+drawable notification_bg_low_pressed
+drawable notification_bg_normal
+drawable notification_bg_normal_pressed
+drawable notification_icon_background
+drawable notification_template_icon_bg
+drawable notification_template_icon_low_bg
+drawable notification_tile_bg
+drawable notify_panel_notification_icon_bg
+drawable passord_icon
+drawable personwhite
+drawable register
+drawable rounded_button
+drawable test_level_drawable
+drawable tooltip_frame_dark
+drawable tooltip_frame_light
+id ALT
+id BOD
+id BOTTOM_END
+id BOTTOM_START
+id CTRL
+id FUNCTION
+id META
+id NO_DEBUG
+id SHIFT
+id SHOW_ALL
+id SHOW_PATH
+id SHOW_PROGRESS
+id SYM
+id TOP_END
+id TOP_START
+id accelerate
+id accessibility_action_clickable_span
+id accessibility_custom_action_0
+id accessibility_custom_action_1
+id accessibility_custom_action_10
+id accessibility_custom_action_11
+id accessibility_custom_action_12
+id accessibility_custom_action_13
+id accessibility_custom_action_14
+id accessibility_custom_action_15
+id accessibility_custom_action_16
+id accessibility_custom_action_17
+id accessibility_custom_action_18
+id accessibility_custom_action_19
+id accessibility_custom_action_2
+id accessibility_custom_action_20
+id accessibility_custom_action_21
+id accessibility_custom_action_22
+id accessibility_custom_action_23
+id accessibility_custom_action_24
+id accessibility_custom_action_25
+id accessibility_custom_action_26
+id accessibility_custom_action_27
+id accessibility_custom_action_28
+id accessibility_custom_action_29
+id accessibility_custom_action_3
+id accessibility_custom_action_30
+id accessibility_custom_action_31
+id accessibility_custom_action_4
+id accessibility_custom_action_5
+id accessibility_custom_action_6
+id accessibility_custom_action_7
+id accessibility_custom_action_8
+id accessibility_custom_action_9
+id actionDown
+id actionDownUp
+id actionUp
+id action_bar
+id action_bar_activity_content
+id action_bar_container
+id action_bar_root
+id action_bar_spinner
+id action_bar_subtitle
+id action_bar_title
+id action_container
+id action_context_bar
+id action_divider
+id action_image
+id action_menu_divider
+id action_menu_presenter
+id action_mode_bar
+id action_mode_bar_stub
+id action_mode_close_button
+id action_text
+id actions
+id activity_chooser_view_content
+id add
+id addressInputEditText
+id addressTil
+id alertTitle
+id aligned
+id all
+id allStates
+id always
+id animateToEnd
+id animateToStart
+id antiClockwise
+id anticipate
+id arc
+id asConfigured
+id assn
+id async
+id auto
+id autoComplete
+id autoCompleteToEnd
+id autoCompleteToStart
+id automatic
+id backBtn
+id barrier
+id baseline
+id beginOnFirstDraw
+id beginning
+id bestChoice
+id birthTil
+id blocking
+id bottom
+id bounce
+id bounceBoth
+id bounceEnd
+id bounceStart
+id btn_login_screen
+id buttonPanel
+id cache_measures
+id callMeasure
+id cancel_button
+id carryVelocity
+id center
+id centerCrop
+id centerInside
+id center_horizontal
+id center_vertical
+id chain
+id chain2
+id chains
+id checkbox
+id checked
+id chronometer
+id circle_center
+id clear_text
+id clip_horizontal
+id clip_vertical
+id clockwise
+id closest
+id collapseActionView
+id compress
+id confirm_button
+id constraint
+id container
+id content
+id contentPanel
+id contiguous
+id continuousVelocity
+id coordinator
+id cos
+id counterclockwise
+id cradle
+id currentState
+id custom
+id customPanel
+id cut
+id dataBinding
+id date_picker_actions
+id decelerate
+id decelerateAndComplete
+id decor_content_parent
+id default_activity_button
+id deltaRelative
+id dependency_ordering
+id design_bottom_sheet
+id design_menu_item_action_area
+id design_menu_item_action_area_stub
+id design_menu_item_text
+id design_navigation_view
+id dialog_button
+id dimensions
+id direct
+id disableHome
+id disableIntraAutoTransition
+id disablePostScroll
+id disableScroll
+id disjoint
+id dont_haveAccount
+id dragAnticlockwise
+id dragClockwise
+id dragDown
+id dragEnd
+id dragLeft
+id dragRight
+id dragStart
+id dragUp
+id dropdown_menu
+id easeIn
+id easeInOut
+id easeOut
+id east
+id edit_query
+id edt_email_login
+id edt_password_login
+id elastic
+id email
+id emailInput
+id emailTil
+id embed
+id end
+id endToStart
+id enterAlways
+id enterAlwaysCollapsed
+id exitUntilCollapsed
+id expand_activities_button
+id expanded_menu
+id fade
+id fill
+id fill_horizontal
+id fill_vertical
+id filled
+id firstname
+id fitCenter
+id fitEnd
+id fitStart
+id fitToContents
+id fitXY
+id fixed
+id flip
+id floating
+id fname
+id forever
+id forgetpassword
+id fragment_container_view_tag
+id frost
+id fullscreen_header
+id ghost_view
+id ghost_view_holder
+id give_us_a_review_landmine_button
+id give_us_a_review_landmine_main_layout
+id give_us_a_review_landmine_text_1
+id give_us_a_review_landmine_text_2
+id gone
+id graph
+id graph_wrap
+id group_divider
+id grouping
+id groups
+id hardware
+id header_title
+id hideable
+id home
+id homeAsUp
+id honorRequest
+id horizontal_only
+id icon
+id icon_group
+id ifRoom
+id ignore
+id ignoreRequest
+id image
+id imageView
+id immediateStop
+id included
+id indeterminate
+id info
+id invisible
+id inward
+id italic
+id item_touch_helper_previous_elevation
+id jumpToEnd
+id jumpToStart
+id labeled
+id lastname
+id layout
+id left
+id leftToRight
+id legacy
+id line1
+id line3
+id linear
+id listMode
+id list_item
+id lname
+id lottie_layer_name
+id m3_side_sheet
+id mEditEmail
+id marquee
+id masked
+id match_constraint
+id match_parent
+id material_clock_display
+id material_clock_display_and_toggle
+id material_clock_face
+id material_clock_hand
+id material_clock_level
+id material_clock_period_am_button
+id material_clock_period_pm_button
+id material_clock_period_toggle
+id material_hour_text_input
+id material_hour_tv
+id material_label
+id material_minute_text_input
+id material_minute_tv
+id material_textinput_timepicker
+id material_timepicker_cancel_button
+id material_timepicker_container
+id material_timepicker_mode_button
+id material_timepicker_ok_button
+id material_timepicker_view
+id material_value_index
+id matrix
+id message
+id middle
+id mini
+id month_grid
+id month_navigation_bar
+id month_navigation_fragment_toggle
+id month_navigation_next
+id month_navigation_previous
+id month_title
+id motion_base
+id mtrl_anchor_parent
+id mtrl_calendar_day_selector_frame
+id mtrl_calendar_days_of_week
+id mtrl_calendar_frame
+id mtrl_calendar_main_pane
+id mtrl_calendar_months
+id mtrl_calendar_selection_frame
+id mtrl_calendar_text_input_frame
+id mtrl_calendar_year_selector_frame
+id mtrl_card_checked_layer_id
+id mtrl_child_content_container
+id mtrl_internal_children_alpha_tag
+id mtrl_motion_snapshot_view
+id mtrl_picker_fullscreen
+id mtrl_picker_header
+id mtrl_picker_header_selection_text
+id mtrl_picker_header_title_and_selection
+id mtrl_picker_header_toggle
+id mtrl_picker_text_input_date
+id mtrl_picker_text_input_range_end
+id mtrl_picker_text_input_range_start
+id mtrl_picker_title_text
+id mtrl_view_tag_bottom_padding
+id multiply
+id navigation_bar_item_active_indicator_view
+id navigation_bar_item_icon_container
+id navigation_bar_item_icon_view
+id navigation_bar_item_labels_group
+id navigation_bar_item_large_label_view
+id navigation_bar_item_small_label_view
+id navigation_header_container
+id never
+id neverCompleteToEnd
+id neverCompleteToStart
+id noScroll
+id noState
+id none
+id normal
+id north
+id notification_background
+id notification_main_column
+id notification_main_column_container
+id off
+id on
+id onAttachStateChangeListener
+id onDateChanged
+id onInterceptTouchReturnSwipe
+id outline
+id outward
+id overshoot
+id packed
+id parallax
+id parent
+id parentPanel
+id parentRelative
+id parent_matrix
+id passwordInputEditText
+id passwordTil
+id password_login
+id password_toggle
+id path
+id pathRelative
+id peekHeight
+id percent
+id phone
+id phoneNum
+id pin
+id position
+id postLayout
+id pressed
+id progress_circular
+id progress_horizontal
+id radio
+id ratio
+id rectangles
+id registerBtn
+id repasslottie
+id restart
+id reverse
+id reverseSawtooth
+id right
+id rightToLeft
+id right_icon
+id right_side
+id rounded
+id row_index_key
+id save_non_transition_alpha
+id save_overlay_view
+id sawtooth
+id scale
+id screen
+id scroll
+id scrollIndicatorDown
+id scrollIndicatorUp
+id scrollView
+id scrollable
+id search_badge
+id search_bar
+id search_bar_text_view
+id search_button
+id search_close_btn
+id search_edit_frame
+id search_go_btn
+id search_mag_icon
+id search_plate
+id search_src_text
+id search_view_background
+id search_view_clear_button
+id search_view_content_container
+id search_view_divider
+id search_view_dummy_toolbar
+id search_view_edit_text
+id search_view_header_container
+id search_view_root
+id search_view_scrim
+id search_view_search_prefix
+id search_view_status_bar_spacer
+id search_view_toolbar
+id search_view_toolbar_container
+id search_voice_btn
+id select_dialog_listview
+id selected
+id selection_type
+id send
+id sharedValueSet
+id sharedValueUnset
+id shortcut
+id showCustom
+id showHome
+id showTitle
+id sin
+id skipCollapsed
+id skipped
+id slide
+id snackbar_action
+id snackbar_text
+id snap
+id snapMargins
+id software
+id south
+id spacer
+id special_effects_controller_view_tag
+id spline
+id split_action_bar
+id spread
+id spread_inside
+id spring
+id square
+id src_atop
+id src_in
+id src_over
+id ssn
+id standard
+id start
+id startHorizontal
+id startToEnd
+id startVertical
+id staticLayout
+id staticPostLayout
+id stop
+id stretch
+id submenuarrow
+id submit_area
+id supportScrollUp
+id tabMode
+id tag_accessibility_actions
+id tag_accessibility_clickable_spans
+id tag_accessibility_heading
+id tag_accessibility_pane_title
+id tag_on_apply_window_listener
+id tag_on_receive_content_listener
+id tag_on_receive_content_mime_types
+id tag_screen_reader_focusable
+id tag_state_description
+id tag_transition_group
+id tag_unhandled_key_event_manager
+id tag_unhandled_key_listeners
+id tag_window_insets_animation_callback
+id text
+id text2
+id textEnd
+id textSpacerNoButtons
+id textSpacerNoTitle
+id textStart
+id textTop
+id textView1
+id textView2
+id textWatcher
+id text_input_end_icon
+id text_input_error_icon
+id text_input_start_icon
+id textinput_counter
+id textinput_error
+id textinput_helper_text
+id textinput_placeholder
+id textinput_prefix_text
+id textinput_suffix_text
+id time
+id title
+id titleDividerNoCustom
+id title_template
+id toggle
+id toolbarRL
+id top
+id topPanel
+id touch_outside
+id transitionToEnd
+id transitionToStart
+id transition_current_scene
+id transition_layout_save
+id transition_position
+id transition_scene_layoutid_cache
+id transition_transform
+id triangle
+id tv_login
+id tv_register
+id unchecked
+id uniform
+id unlabeled
+id up
+id useLogo
+id username_login
+id username_register
+id vertical_only
+id view_offset_helper
+id view_transition
+id view_tree_lifecycle_owner
+id view_tree_on_back_pressed_dispatcher_owner
+id view_tree_saved_state_registry_owner
+id view_tree_view_model_store_owner
+id visible
+id visible_removing_fragment_view_tag
+id west
+id withText
+id with_icon
+id withinBounds
+id wrap
+id wrap_content
+id wrap_content_constrained
+id x_left
+id x_right
+integer abc_config_activityDefaultDur
+integer abc_config_activityShortDur
+integer app_bar_elevation_anim_duration
+integer bottom_sheet_slide_duration
+integer cancel_button_image_alpha
+integer config_tooltipAnimTime
+integer design_snackbar_text_max_lines
+integer design_tab_indicator_anim_duration_ms
+integer hide_password_duration
+integer m3_btn_anim_delay_ms
+integer m3_btn_anim_duration_ms
+integer m3_card_anim_delay_ms
+integer m3_card_anim_duration_ms
+integer m3_chip_anim_duration
+integer m3_sys_motion_duration_extra_long1
+integer m3_sys_motion_duration_extra_long2
+integer m3_sys_motion_duration_extra_long3
+integer m3_sys_motion_duration_extra_long4
+integer m3_sys_motion_duration_long1
+integer m3_sys_motion_duration_long2
+integer m3_sys_motion_duration_long3
+integer m3_sys_motion_duration_long4
+integer m3_sys_motion_duration_medium1
+integer m3_sys_motion_duration_medium2
+integer m3_sys_motion_duration_medium3
+integer m3_sys_motion_duration_medium4
+integer m3_sys_motion_duration_short1
+integer m3_sys_motion_duration_short2
+integer m3_sys_motion_duration_short3
+integer m3_sys_motion_duration_short4
+integer material_motion_duration_long_1
+integer material_motion_duration_long_2
+integer material_motion_duration_medium_1
+integer material_motion_duration_medium_2
+integer material_motion_duration_short_1
+integer material_motion_duration_short_2
+integer material_motion_path
+integer mtrl_badge_max_character_count
+integer mtrl_btn_anim_delay_ms
+integer mtrl_btn_anim_duration_ms
+integer mtrl_calendar_header_orientation
+integer mtrl_calendar_selection_text_lines
+integer mtrl_calendar_year_selector_span
+integer mtrl_card_anim_delay_ms
+integer mtrl_card_anim_duration_ms
+integer mtrl_chip_anim_duration
+integer mtrl_switch_thumb_motion_duration
+integer mtrl_switch_thumb_post_morphing_duration
+integer mtrl_switch_thumb_pre_morphing_duration
+integer mtrl_switch_thumb_pressed_duration
+integer mtrl_switch_thumb_viewport_center_coordinate
+integer mtrl_switch_thumb_viewport_size
+integer mtrl_switch_track_viewport_height
+integer mtrl_switch_track_viewport_width
+integer mtrl_tab_indicator_anim_duration_ms
+integer mtrl_view_gone
+integer mtrl_view_invisible
+integer mtrl_view_visible
+integer show_password_duration
+integer status_bar_notification_info_maxnum
+interpolator btn_checkbox_checked_mtrl_animation_interpolator_0
+interpolator btn_checkbox_checked_mtrl_animation_interpolator_1
+interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0
+interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1
+interpolator btn_radio_to_off_mtrl_animation_interpolator_0
+interpolator btn_radio_to_on_mtrl_animation_interpolator_0
+interpolator fast_out_slow_in
+interpolator m3_sys_motion_easing_emphasized
+interpolator m3_sys_motion_easing_emphasized_accelerate
+interpolator m3_sys_motion_easing_emphasized_decelerate
+interpolator m3_sys_motion_easing_linear
+interpolator m3_sys_motion_easing_standard
+interpolator m3_sys_motion_easing_standard_accelerate
+interpolator m3_sys_motion_easing_standard_decelerate
+interpolator mtrl_fast_out_linear_in
+interpolator mtrl_fast_out_slow_in
+interpolator mtrl_linear
+interpolator mtrl_linear_out_slow_in
+layout abc_action_bar_title_item
+layout abc_action_bar_up_container
+layout abc_action_menu_item_layout
+layout abc_action_menu_layout
+layout abc_action_mode_bar
+layout abc_action_mode_close_item_material
+layout abc_activity_chooser_view
+layout abc_activity_chooser_view_list_item
+layout abc_alert_dialog_button_bar_material
+layout abc_alert_dialog_material
+layout abc_alert_dialog_title_material
+layout abc_cascading_menu_item_layout
+layout abc_dialog_title_material
+layout abc_expanded_menu_layout
+layout abc_list_menu_item_checkbox
+layout abc_list_menu_item_icon
+layout abc_list_menu_item_layout
+layout abc_list_menu_item_radio
+layout abc_popup_menu_header_item_layout
+layout abc_popup_menu_item_layout
+layout abc_screen_content_include
+layout abc_screen_simple
+layout abc_screen_simple_overlay_action_mode
+layout abc_screen_toolbar
+layout abc_search_dropdown_item_icons_2line
+layout abc_search_view
+layout abc_select_dialog_material
+layout abc_tooltip
+layout activity_forget_password
+layout activity_forget_successful_send
+layout activity_home
+layout activity_login
+layout activity_register
+layout custom_dialog
+layout design_bottom_navigation_item
+layout design_bottom_sheet_dialog
+layout design_layout_snackbar
+layout design_layout_snackbar_include
+layout design_layout_tab_icon
+layout design_layout_tab_text
+layout design_menu_item_action_area
+layout design_navigation_item
+layout design_navigation_item_header
+layout design_navigation_item_separator
+layout design_navigation_item_subheader
+layout design_navigation_menu
+layout design_navigation_menu_item
+layout design_text_input_end_icon
+layout design_text_input_start_icon
+layout dp_example
+layout m3_alert_dialog
+layout m3_alert_dialog_actions
+layout m3_alert_dialog_title
+layout m3_auto_complete_simple_item
+layout m3_side_sheet_dialog
+layout material_chip_input_combo
+layout material_clock_display
+layout material_clock_display_divider
+layout material_clock_period_toggle
+layout material_clock_period_toggle_land
+layout material_clockface_textview
+layout material_clockface_view
+layout material_radial_view_group
+layout material_textinput_timepicker
+layout material_time_chip
+layout material_time_input
+layout material_timepicker
+layout material_timepicker_dialog
+layout material_timepicker_textinput_display
+layout mtrl_alert_dialog
+layout mtrl_alert_dialog_actions
+layout mtrl_alert_dialog_title
+layout mtrl_alert_select_dialog_item
+layout mtrl_alert_select_dialog_multichoice
+layout mtrl_alert_select_dialog_singlechoice
+layout mtrl_auto_complete_simple_item
+layout mtrl_calendar_day
+layout mtrl_calendar_day_of_week
+layout mtrl_calendar_days_of_week
+layout mtrl_calendar_horizontal
+layout mtrl_calendar_month
+layout mtrl_calendar_month_labeled
+layout mtrl_calendar_month_navigation
+layout mtrl_calendar_months
+layout mtrl_calendar_vertical
+layout mtrl_calendar_year
+layout mtrl_layout_snackbar
+layout mtrl_layout_snackbar_include
+layout mtrl_navigation_rail_item
+layout mtrl_picker_actions
+layout mtrl_picker_dialog
+layout mtrl_picker_fullscreen
+layout mtrl_picker_header_dialog
+layout mtrl_picker_header_fullscreen
+layout mtrl_picker_header_selection_text
+layout mtrl_picker_header_title_text
+layout mtrl_picker_header_toggle
+layout mtrl_picker_text_input_date
+layout mtrl_picker_text_input_date_range
+layout mtrl_search_bar
+layout mtrl_search_view
+layout notification_action
+layout notification_action_tombstone
+layout notification_template_custom_big
+layout notification_template_icon_group
+layout notification_template_part_chronometer
+layout notification_template_part_time
+layout sdp_example
+layout select_dialog_item_material
+layout select_dialog_multichoice_material
+layout select_dialog_singlechoice_material
+layout sp_example
+layout ssp_example
+layout support_simple_spinner_dropdown_item
+mipmap ic_launcher
+mipmap ic_launcher_round
+plurals mtrl_badge_content_description
+raw forgetpassword
+raw repassword
+raw successanimation
+string Register_your_email
+string abc_action_bar_home_description
+string abc_action_bar_up_description
+string abc_action_menu_overflow_description
+string abc_action_mode_done
+string abc_activity_chooser_view_see_all
+string abc_activitychooserview_choose_application
+string abc_capital_off
+string abc_capital_on
+string abc_menu_alt_shortcut_label
+string abc_menu_ctrl_shortcut_label
+string abc_menu_delete_shortcut_label
+string abc_menu_enter_shortcut_label
+string abc_menu_function_shortcut_label
+string abc_menu_meta_shortcut_label
+string abc_menu_shift_shortcut_label
+string abc_menu_space_shortcut_label
+string abc_menu_sym_shortcut_label
+string abc_prepend_shortcut_label
+string abc_search_hint
+string abc_searchview_description_clear
+string abc_searchview_description_query
+string abc_searchview_description_search
+string abc_searchview_description_submit
+string abc_searchview_description_voice
+string abc_shareactionprovider_share_with
+string abc_shareactionprovider_share_with_application
+string abc_toolbar_collapse_description
+string add_note
+string address
+string androidx_startup
+string app_name
+string appbar_scrolling_view_behavior
+string birth_of_date
+string bottom_sheet_behavior
+string bottomsheet_action_collapse
+string bottomsheet_action_expand
+string bottomsheet_action_expand_halfway
+string bottomsheet_drag_handle_clicked
+string bottomsheet_drag_handle_content_description
+string btn_login
+string btn_register
+string character_counter_content_description
+string character_counter_overflowed_content_description
+string character_counter_pattern
+string clear_text_end_icon_content_description
+string create_an_account
+string email
+string email_login
+string enter_a_relative_name
+string enter_a_relative_phone
+string enter_a_username
+string enter_your_birthday
+string enter_your_email_address_associated_with_your_account
+string error_a11y_label
+string error_icon_content_description
+string exposed_dropdown_menu_content_description
+string fab_transformation_scrim_behavior
+string fab_transformation_sheet_behavior
+string first_name
+string forget_password
+string forget_pasword
+string full_name
+string greetingMessage
+string hide_bottom_view_on_scroll_behavior
+string homeScreenTask
+string i_already_have_an_account
+string i_don_t_have_account_register
+string icon_content_description
+string item_view_role_description
+string last_name
+string login_title
+string m3_sys_motion_easing_emphasized
+string m3_sys_motion_easing_emphasized_accelerate
+string m3_sys_motion_easing_emphasized_decelerate
+string m3_sys_motion_easing_emphasized_path_data
+string m3_sys_motion_easing_legacy
+string m3_sys_motion_easing_legacy_accelerate
+string m3_sys_motion_easing_legacy_decelerate
+string m3_sys_motion_easing_linear
+string m3_sys_motion_easing_standard
+string m3_sys_motion_easing_standard_accelerate
+string m3_sys_motion_easing_standard_decelerate
+string material_clock_display_divider
+string material_clock_toggle_content_description
+string material_hour_24h_suffix
+string material_hour_selection
+string material_hour_suffix
+string material_minute_selection
+string material_minute_suffix
+string material_motion_easing_accelerated
+string material_motion_easing_decelerated
+string material_motion_easing_emphasized
+string material_motion_easing_linear
+string material_motion_easing_standard
+string material_slider_range_end
+string material_slider_range_start
+string material_slider_value
+string material_timepicker_am
+string material_timepicker_clock_mode_description
+string material_timepicker_hour
+string material_timepicker_minute
+string material_timepicker_pm
+string material_timepicker_select_time
+string material_timepicker_text_input_mode_description
+string mtrl_badge_numberless_content_description
+string mtrl_checkbox_button_icon_path_checked
+string mtrl_checkbox_button_icon_path_group_name
+string mtrl_checkbox_button_icon_path_indeterminate
+string mtrl_checkbox_button_icon_path_name
+string mtrl_checkbox_button_path_checked
+string mtrl_checkbox_button_path_group_name
+string mtrl_checkbox_button_path_name
+string mtrl_checkbox_button_path_unchecked
+string mtrl_checkbox_state_description_checked
+string mtrl_checkbox_state_description_indeterminate
+string mtrl_checkbox_state_description_unchecked
+string mtrl_chip_close_icon_content_description
+string mtrl_exceed_max_badge_number_content_description
+string mtrl_exceed_max_badge_number_suffix
+string mtrl_picker_a11y_next_month
+string mtrl_picker_a11y_prev_month
+string mtrl_picker_announce_current_range_selection
+string mtrl_picker_announce_current_selection
+string mtrl_picker_announce_current_selection_none
+string mtrl_picker_cancel
+string mtrl_picker_confirm
+string mtrl_picker_date_header_selected
+string mtrl_picker_date_header_title
+string mtrl_picker_date_header_unselected
+string mtrl_picker_day_of_week_column_header
+string mtrl_picker_end_date_description
+string mtrl_picker_invalid_format
+string mtrl_picker_invalid_format_example
+string mtrl_picker_invalid_format_use
+string mtrl_picker_invalid_range
+string mtrl_picker_navigate_to_current_year_description
+string mtrl_picker_navigate_to_year_description
+string mtrl_picker_out_of_range
+string mtrl_picker_range_header_only_end_selected
+string mtrl_picker_range_header_only_start_selected
+string mtrl_picker_range_header_selected
+string mtrl_picker_range_header_title
+string mtrl_picker_range_header_unselected
+string mtrl_picker_save
+string mtrl_picker_start_date_description
+string mtrl_picker_text_input_date_hint
+string mtrl_picker_text_input_date_range_end_hint
+string mtrl_picker_text_input_date_range_start_hint
+string mtrl_picker_text_input_day_abbr
+string mtrl_picker_text_input_month_abbr
+string mtrl_picker_text_input_year_abbr
+string mtrl_picker_today_description
+string mtrl_picker_toggle_to_calendar_input_mode
+string mtrl_picker_toggle_to_day_selection
+string mtrl_picker_toggle_to_text_input_mode
+string mtrl_picker_toggle_to_year_selection
+string mtrl_switch_thumb_group_name
+string mtrl_switch_thumb_path_checked
+string mtrl_switch_thumb_path_morphing
+string mtrl_switch_thumb_path_name
+string mtrl_switch_thumb_path_pressed
+string mtrl_switch_thumb_path_unchecked
+string mtrl_switch_track_decoration_path
+string mtrl_switch_track_path
+string mtrl_timepicker_cancel
+string mtrl_timepicker_confirm
+string password
+string password_login
+string password_toggle_content_description
+string path_password_eye
+string path_password_eye_mask_strike_through
+string path_password_eye_mask_visible
+string path_password_strike_through
+string patient_email
+string phone_number
+string registe_your_password_again
+string register_btn_rgisterScree
+string register_your_password
+string search_menu_title
+string searchbar_scrolling_view_behavior
+string searchview_clear_text_content_description
+string searchview_navigation_content_description
+string send
+string side_sheet_accessibility_pane_title
+string side_sheet_behavior
+string ssn
+string status_bar_notification_info_overflow
+style AlertDialog_AppCompat
+style AlertDialog_AppCompat_Light
+style Animation_AppCompat_Dialog
+style Animation_AppCompat_DropDownUp
+style Animation_AppCompat_Tooltip
+style Animation_Design_BottomSheetDialog
+style Animation_Material3_BottomSheetDialog
+style Animation_Material3_SideSheetDialog
+style Animation_MaterialComponents_BottomSheetDialog
+style Base_AlertDialog_AppCompat
+style Base_AlertDialog_AppCompat_Light
+style Base_Animation_AppCompat_Dialog
+style Base_Animation_AppCompat_DropDownUp
+style Base_Animation_AppCompat_Tooltip
+style Base_CardView
+style Base_DialogWindowTitle_AppCompat
+style Base_DialogWindowTitleBackground_AppCompat
+style Base_MaterialAlertDialog_MaterialComponents_Title_Icon
+style Base_MaterialAlertDialog_MaterialComponents_Title_Panel
+style Base_MaterialAlertDialog_MaterialComponents_Title_Text
+style Base_TextAppearance_AppCompat
+style Base_TextAppearance_AppCompat_Body1
+style Base_TextAppearance_AppCompat_Body2
+style Base_TextAppearance_AppCompat_Button
+style Base_TextAppearance_AppCompat_Caption
+style Base_TextAppearance_AppCompat_Display1
+style Base_TextAppearance_AppCompat_Display2
+style Base_TextAppearance_AppCompat_Display3
+style Base_TextAppearance_AppCompat_Display4
+style Base_TextAppearance_AppCompat_Headline
+style Base_TextAppearance_AppCompat_Inverse
+style Base_TextAppearance_AppCompat_Large
+style Base_TextAppearance_AppCompat_Large_Inverse
+style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
+style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
+style Base_TextAppearance_AppCompat_Medium
+style Base_TextAppearance_AppCompat_Medium_Inverse
+style Base_TextAppearance_AppCompat_Menu
+style Base_TextAppearance_AppCompat_SearchResult
+style Base_TextAppearance_AppCompat_SearchResult_Subtitle
+style Base_TextAppearance_AppCompat_SearchResult_Title
+style Base_TextAppearance_AppCompat_Small
+style Base_TextAppearance_AppCompat_Small_Inverse
+style Base_TextAppearance_AppCompat_Subhead
+style Base_TextAppearance_AppCompat_Subhead_Inverse
+style Base_TextAppearance_AppCompat_Title
+style Base_TextAppearance_AppCompat_Title_Inverse
+style Base_TextAppearance_AppCompat_Tooltip
+style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu
+style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle
+style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
+style Base_TextAppearance_AppCompat_Widget_ActionBar_Title
+style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
+style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle
+style Base_TextAppearance_AppCompat_Widget_ActionMode_Title
+style Base_TextAppearance_AppCompat_Widget_Button
+style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored
+style Base_TextAppearance_AppCompat_Widget_Button_Colored
+style Base_TextAppearance_AppCompat_Widget_Button_Inverse
+style Base_TextAppearance_AppCompat_Widget_DropDownItem
+style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header
+style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large
+style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small
+style Base_TextAppearance_AppCompat_Widget_Switch
+style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem
+style Base_TextAppearance_Material3_Search
+style Base_TextAppearance_MaterialComponents_Badge
+style Base_TextAppearance_MaterialComponents_Button
+style Base_TextAppearance_MaterialComponents_Headline6
+style Base_TextAppearance_MaterialComponents_Subtitle2
+style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item
+style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle
+style Base_TextAppearance_Widget_AppCompat_Toolbar_Title
+style Base_Theme_AppCompat
+style Base_Theme_AppCompat_CompactMenu
+style Base_Theme_AppCompat_Dialog
+style Base_Theme_AppCompat_Dialog_Alert
+style Base_Theme_AppCompat_Dialog_FixedSize
+style Base_Theme_AppCompat_Dialog_MinWidth
+style Base_Theme_AppCompat_DialogWhenLarge
+style Base_Theme_AppCompat_Light
+style Base_Theme_AppCompat_Light_DarkActionBar
+style Base_Theme_AppCompat_Light_Dialog
+style Base_Theme_AppCompat_Light_Dialog_Alert
+style Base_Theme_AppCompat_Light_Dialog_FixedSize
+style Base_Theme_AppCompat_Light_Dialog_MinWidth
+style Base_Theme_AppCompat_Light_DialogWhenLarge
+style Base_Theme_Material3_Dark
+style Base_Theme_Material3_Dark_BottomSheetDialog
+style Base_Theme_Material3_Dark_Dialog
+style Base_Theme_Material3_Dark_SideSheetDialog
+style Base_Theme_Material3_Light
+style Base_Theme_Material3_Light_BottomSheetDialog
+style Base_Theme_Material3_Light_Dialog
+style Base_Theme_Material3_Light_SideSheetDialog
+style Base_Theme_MaterialComponents
+style Base_Theme_MaterialComponents_Bridge
+style Base_Theme_MaterialComponents_CompactMenu
+style Base_Theme_MaterialComponents_Dialog
+style Base_Theme_MaterialComponents_Dialog_Alert
+style Base_Theme_MaterialComponents_Dialog_Bridge
+style Base_Theme_MaterialComponents_Dialog_FixedSize
+style Base_Theme_MaterialComponents_Dialog_MinWidth
+style Base_Theme_MaterialComponents_DialogWhenLarge
+style Base_Theme_MaterialComponents_Light
+style Base_Theme_MaterialComponents_Light_Bridge
+style Base_Theme_MaterialComponents_Light_DarkActionBar
+style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge
+style Base_Theme_MaterialComponents_Light_Dialog
+style Base_Theme_MaterialComponents_Light_Dialog_Alert
+style Base_Theme_MaterialComponents_Light_Dialog_Bridge
+style Base_Theme_MaterialComponents_Light_Dialog_FixedSize
+style Base_Theme_MaterialComponents_Light_Dialog_MinWidth
+style Base_Theme_MaterialComponents_Light_DialogWhenLarge
+style Base_ThemeOverlay_AppCompat
+style Base_ThemeOverlay_AppCompat_ActionBar
+style Base_ThemeOverlay_AppCompat_Dark
+style Base_ThemeOverlay_AppCompat_Dark_ActionBar
+style Base_ThemeOverlay_AppCompat_Dialog
+style Base_ThemeOverlay_AppCompat_Dialog_Alert
+style Base_ThemeOverlay_AppCompat_Light
+style Base_ThemeOverlay_Material3_AutoCompleteTextView
+style Base_ThemeOverlay_Material3_BottomSheetDialog
+style Base_ThemeOverlay_Material3_Dialog
+style Base_ThemeOverlay_Material3_SideSheetDialog
+style Base_ThemeOverlay_Material3_TextInputEditText
+style Base_ThemeOverlay_MaterialComponents_Dialog
+style Base_ThemeOverlay_MaterialComponents_Dialog_Alert
+style Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework
+style Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework
+style Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog
+style Base_V14_Theme_Material3_Dark
+style Base_V14_Theme_Material3_Dark_BottomSheetDialog
+style Base_V14_Theme_Material3_Dark_Dialog
+style Base_V14_Theme_Material3_Dark_SideSheetDialog
+style Base_V14_Theme_Material3_Light
+style Base_V14_Theme_Material3_Light_BottomSheetDialog
+style Base_V14_Theme_Material3_Light_Dialog
+style Base_V14_Theme_Material3_Light_SideSheetDialog
+style Base_V14_Theme_MaterialComponents
+style Base_V14_Theme_MaterialComponents_Bridge
+style Base_V14_Theme_MaterialComponents_Dialog
+style Base_V14_Theme_MaterialComponents_Dialog_Bridge
+style Base_V14_Theme_MaterialComponents_Light
+style Base_V14_Theme_MaterialComponents_Light_Bridge
+style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge
+style Base_V14_Theme_MaterialComponents_Light_Dialog
+style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge
+style Base_V14_ThemeOverlay_Material3_BottomSheetDialog
+style Base_V14_ThemeOverlay_Material3_SideSheetDialog
+style Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog
+style Base_V14_ThemeOverlay_MaterialComponents_Dialog
+style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert
+style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog
+style Base_V14_Widget_MaterialComponents_AutoCompleteTextView
+style Base_V21_Theme_AppCompat
+style Base_V21_Theme_AppCompat_Dialog
+style Base_V21_Theme_AppCompat_Light
+style Base_V21_Theme_AppCompat_Light_Dialog
+style Base_V21_Theme_MaterialComponents
+style Base_V21_Theme_MaterialComponents_Dialog
+style Base_V21_Theme_MaterialComponents_Light
+style Base_V21_Theme_MaterialComponents_Light_Dialog
+style Base_V21_ThemeOverlay_AppCompat_Dialog
+style Base_V21_ThemeOverlay_Material3_BottomSheetDialog
+style Base_V21_ThemeOverlay_Material3_SideSheetDialog
+style Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog
+style Base_V22_Theme_AppCompat
+style Base_V22_Theme_AppCompat_Light
+style Base_V23_Theme_AppCompat
+style Base_V23_Theme_AppCompat_Light
+style Base_V24_Theme_Material3_Dark
+style Base_V24_Theme_Material3_Dark_Dialog
+style Base_V24_Theme_Material3_Light
+style Base_V24_Theme_Material3_Light_Dialog
+style Base_V26_Theme_AppCompat
+style Base_V26_Theme_AppCompat_Light
+style Base_V26_Widget_AppCompat_Toolbar
+style Base_V28_Theme_AppCompat
+style Base_V28_Theme_AppCompat_Light
+style Base_V7_Theme_AppCompat
+style Base_V7_Theme_AppCompat_Dialog
+style Base_V7_Theme_AppCompat_Light
+style Base_V7_Theme_AppCompat_Light_Dialog
+style Base_V7_ThemeOverlay_AppCompat_Dialog
+style Base_V7_Widget_AppCompat_AutoCompleteTextView
+style Base_V7_Widget_AppCompat_EditText
+style Base_V7_Widget_AppCompat_Toolbar
+style Base_Widget_AppCompat_ActionBar
+style Base_Widget_AppCompat_ActionBar_Solid
+style Base_Widget_AppCompat_ActionBar_TabBar
+style Base_Widget_AppCompat_ActionBar_TabText
+style Base_Widget_AppCompat_ActionBar_TabView
+style Base_Widget_AppCompat_ActionButton
+style Base_Widget_AppCompat_ActionButton_CloseMode
+style Base_Widget_AppCompat_ActionButton_Overflow
+style Base_Widget_AppCompat_ActionMode
+style Base_Widget_AppCompat_ActivityChooserView
+style Base_Widget_AppCompat_AutoCompleteTextView
+style Base_Widget_AppCompat_Button
+style Base_Widget_AppCompat_Button_Borderless
+style Base_Widget_AppCompat_Button_Borderless_Colored
+style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog
+style Base_Widget_AppCompat_Button_Colored
+style Base_Widget_AppCompat_Button_Small
+style Base_Widget_AppCompat_ButtonBar
+style Base_Widget_AppCompat_ButtonBar_AlertDialog
+style Base_Widget_AppCompat_CompoundButton_CheckBox
+style Base_Widget_AppCompat_CompoundButton_RadioButton
+style Base_Widget_AppCompat_CompoundButton_Switch
+style Base_Widget_AppCompat_DrawerArrowToggle
+style Base_Widget_AppCompat_DrawerArrowToggle_Common
+style Base_Widget_AppCompat_DropDownItem_Spinner
+style Base_Widget_AppCompat_EditText
+style Base_Widget_AppCompat_ImageButton
+style Base_Widget_AppCompat_Light_ActionBar
+style Base_Widget_AppCompat_Light_ActionBar_Solid
+style Base_Widget_AppCompat_Light_ActionBar_TabBar
+style Base_Widget_AppCompat_Light_ActionBar_TabText
+style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse
+style Base_Widget_AppCompat_Light_ActionBar_TabView
+style Base_Widget_AppCompat_Light_PopupMenu
+style Base_Widget_AppCompat_Light_PopupMenu_Overflow
+style Base_Widget_AppCompat_ListMenuView
+style Base_Widget_AppCompat_ListPopupWindow
+style Base_Widget_AppCompat_ListView
+style Base_Widget_AppCompat_ListView_DropDown
+style Base_Widget_AppCompat_ListView_Menu
+style Base_Widget_AppCompat_PopupMenu
+style Base_Widget_AppCompat_PopupMenu_Overflow
+style Base_Widget_AppCompat_PopupWindow
+style Base_Widget_AppCompat_ProgressBar
+style Base_Widget_AppCompat_ProgressBar_Horizontal
+style Base_Widget_AppCompat_RatingBar
+style Base_Widget_AppCompat_RatingBar_Indicator
+style Base_Widget_AppCompat_RatingBar_Small
+style Base_Widget_AppCompat_SearchView
+style Base_Widget_AppCompat_SearchView_ActionBar
+style Base_Widget_AppCompat_SeekBar
+style Base_Widget_AppCompat_SeekBar_Discrete
+style Base_Widget_AppCompat_Spinner
+style Base_Widget_AppCompat_Spinner_Underlined
+style Base_Widget_AppCompat_TextView
+style Base_Widget_AppCompat_TextView_SpinnerItem
+style Base_Widget_AppCompat_Toolbar
+style Base_Widget_AppCompat_Toolbar_Button_Navigation
+style Base_Widget_Design_TabLayout
+style Base_Widget_Material3_ActionBar_Solid
+style Base_Widget_Material3_ActionMode
+style Base_Widget_Material3_BottomNavigationView
+style Base_Widget_Material3_CardView
+style Base_Widget_Material3_Chip
+style Base_Widget_Material3_CollapsingToolbar
+style Base_Widget_Material3_CompoundButton_CheckBox
+style Base_Widget_Material3_CompoundButton_RadioButton
+style Base_Widget_Material3_CompoundButton_Switch
+style Base_Widget_Material3_ExtendedFloatingActionButton
+style Base_Widget_Material3_ExtendedFloatingActionButton_Icon
+style Base_Widget_Material3_FloatingActionButton
+style Base_Widget_Material3_FloatingActionButton_Large
+style Base_Widget_Material3_FloatingActionButton_Small
+style Base_Widget_Material3_Light_ActionBar_Solid
+style Base_Widget_Material3_MaterialCalendar_NavigationButton
+style Base_Widget_Material3_Snackbar
+style Base_Widget_Material3_TabLayout
+style Base_Widget_Material3_TabLayout_OnSurface
+style Base_Widget_Material3_TabLayout_Secondary
+style Base_Widget_MaterialComponents_AutoCompleteTextView
+style Base_Widget_MaterialComponents_CheckedTextView
+style Base_Widget_MaterialComponents_Chip
+style Base_Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton
+style Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton
+style Base_Widget_MaterialComponents_PopupMenu
+style Base_Widget_MaterialComponents_PopupMenu_ContextMenu
+style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow
+style Base_Widget_MaterialComponents_PopupMenu_Overflow
+style Base_Widget_MaterialComponents_Slider
+style Base_Widget_MaterialComponents_Snackbar
+style Base_Widget_MaterialComponents_TextInputEditText
+style Base_Widget_MaterialComponents_TextInputLayout
+style Base_Widget_MaterialComponents_TextView
+style ButtonWhite
+style CardView
+style CardView_Dark
+style CardView_Light
+style CustomDatePickerDialog
+style MaterialAlertDialog_Material3
+style MaterialAlertDialog_Material3_Animation
+style MaterialAlertDialog_Material3_Body_Text
+style MaterialAlertDialog_Material3_Body_Text_CenterStacked
+style MaterialAlertDialog_Material3_Title_Icon
+style MaterialAlertDialog_Material3_Title_Icon_CenterStacked
+style MaterialAlertDialog_Material3_Title_Panel
+style MaterialAlertDialog_Material3_Title_Panel_CenterStacked
+style MaterialAlertDialog_Material3_Title_Text
+style MaterialAlertDialog_Material3_Title_Text_CenterStacked
+style MaterialAlertDialog_MaterialComponents
+style MaterialAlertDialog_MaterialComponents_Body_Text
+style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar
+style MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner
+style MaterialAlertDialog_MaterialComponents_Title_Icon
+style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked
+style MaterialAlertDialog_MaterialComponents_Title_Panel
+style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked
+style MaterialAlertDialog_MaterialComponents_Title_Text
+style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked
+style Platform_AppCompat
+style Platform_AppCompat_Light
+style Platform_MaterialComponents
+style Platform_MaterialComponents_Dialog
+style Platform_MaterialComponents_Light
+style Platform_MaterialComponents_Light_Dialog
+style Platform_ThemeOverlay_AppCompat
+style Platform_ThemeOverlay_AppCompat_Dark
+style Platform_ThemeOverlay_AppCompat_Light
+style Platform_V21_AppCompat
+style Platform_V21_AppCompat_Light
+style Platform_V25_AppCompat
+style Platform_V25_AppCompat_Light
+style Platform_Widget_AppCompat_Spinner
+style RtlOverlay_DialogWindowTitle_AppCompat
+style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem
+style RtlOverlay_Widget_AppCompat_DialogTitle_Icon
+style RtlOverlay_Widget_AppCompat_PopupMenuItem
+style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup
+style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut
+style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow
+style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text
+style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title
+style RtlOverlay_Widget_AppCompat_Search_DropDown
+style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1
+style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2
+style RtlOverlay_Widget_AppCompat_Search_DropDown_Query
+style RtlOverlay_Widget_AppCompat_Search_DropDown_Text
+style RtlOverlay_Widget_AppCompat_SearchView_MagIcon
+style RtlUnderlay_Widget_AppCompat_ActionButton
+style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow
+style ShapeAppearance_M3_Comp_BottomAppBar_Container_Shape
+style ShapeAppearance_M3_Comp_FilledButton_Container_Shape
+style ShapeAppearance_M3_Comp_NavigationRail_ActiveIndicator_Shape
+style ShapeAppearance_M3_Comp_SearchBar_Avatar_Shape
+style ShapeAppearance_M3_Comp_SearchBar_Container_Shape
+style ShapeAppearance_M3_Comp_SearchView_FullScreen_Container_Shape
+style ShapeAppearance_M3_Comp_Switch_Handle_Shape
+style ShapeAppearance_M3_Comp_Switch_StateLayer_Shape
+style ShapeAppearance_M3_Comp_Switch_Track_Shape
+style ShapeAppearance_M3_Comp_TextButton_Container_Shape
+style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge
+style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall
+style ShapeAppearance_M3_Sys_Shape_Corner_Full
+style ShapeAppearance_M3_Sys_Shape_Corner_Large
+style ShapeAppearance_M3_Sys_Shape_Corner_Medium
+style ShapeAppearance_M3_Sys_Shape_Corner_None
+style ShapeAppearance_M3_Sys_Shape_Corner_Small
+style ShapeAppearance_Material3_Corner_ExtraLarge
+style ShapeAppearance_Material3_Corner_ExtraSmall
+style ShapeAppearance_Material3_Corner_Full
+style ShapeAppearance_Material3_Corner_Large
+style ShapeAppearance_Material3_Corner_Medium
+style ShapeAppearance_Material3_Corner_None
+style ShapeAppearance_Material3_Corner_Small
+style ShapeAppearance_Material3_LargeComponent
+style ShapeAppearance_Material3_MediumComponent
+style ShapeAppearance_Material3_NavigationBarView_ActiveIndicator
+style ShapeAppearance_Material3_SmallComponent
+style ShapeAppearance_Material3_Tooltip
+style ShapeAppearance_MaterialComponents
+style ShapeAppearance_MaterialComponents_LargeComponent
+style ShapeAppearance_MaterialComponents_MediumComponent
+style ShapeAppearance_MaterialComponents_SmallComponent
+style ShapeAppearance_MaterialComponents_Tooltip
+style ShapeAppearanceOverlay_Material3_Button
+style ShapeAppearanceOverlay_Material3_Chip
+style ShapeAppearanceOverlay_Material3_Corner_Bottom
+style ShapeAppearanceOverlay_Material3_Corner_Left
+style ShapeAppearanceOverlay_Material3_Corner_Right
+style ShapeAppearanceOverlay_Material3_Corner_Top
+style ShapeAppearanceOverlay_Material3_FloatingActionButton
+style ShapeAppearanceOverlay_Material3_NavigationView_Item
+style ShapeAppearanceOverlay_Material3_SearchBar
+style ShapeAppearanceOverlay_Material3_SearchView
+style ShapeAppearanceOverlay_MaterialAlertDialog_Material3
+style ShapeAppearanceOverlay_MaterialComponents_BottomSheet
+style ShapeAppearanceOverlay_MaterialComponents_Chip
+style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton
+style ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton
+style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day
+style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen
+style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year
+style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox
+style SubTitle
+style TextAppearance_AppCompat
+style TextAppearance_AppCompat_Body1
+style TextAppearance_AppCompat_Body2
+style TextAppearance_AppCompat_Button
+style TextAppearance_AppCompat_Caption
+style TextAppearance_AppCompat_Display1
+style TextAppearance_AppCompat_Display2
+style TextAppearance_AppCompat_Display3
+style TextAppearance_AppCompat_Display4
+style TextAppearance_AppCompat_Headline
+style TextAppearance_AppCompat_Inverse
+style TextAppearance_AppCompat_Large
+style TextAppearance_AppCompat_Large_Inverse
+style TextAppearance_AppCompat_Light_SearchResult_Subtitle
+style TextAppearance_AppCompat_Light_SearchResult_Title
+style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
+style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
+style TextAppearance_AppCompat_Medium
+style TextAppearance_AppCompat_Medium_Inverse
+style TextAppearance_AppCompat_Menu
+style TextAppearance_AppCompat_SearchResult_Subtitle
+style TextAppearance_AppCompat_SearchResult_Title
+style TextAppearance_AppCompat_Small
+style TextAppearance_AppCompat_Small_Inverse
+style TextAppearance_AppCompat_Subhead
+style TextAppearance_AppCompat_Subhead_Inverse
+style TextAppearance_AppCompat_Title
+style TextAppearance_AppCompat_Title_Inverse
+style TextAppearance_AppCompat_Tooltip
+style TextAppearance_AppCompat_Widget_ActionBar_Menu
+style TextAppearance_AppCompat_Widget_ActionBar_Subtitle
+style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
+style TextAppearance_AppCompat_Widget_ActionBar_Title
+style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
+style TextAppearance_AppCompat_Widget_ActionMode_Subtitle
+style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse
+style TextAppearance_AppCompat_Widget_ActionMode_Title
+style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse
+style TextAppearance_AppCompat_Widget_Button
+style TextAppearance_AppCompat_Widget_Button_Borderless_Colored
+style TextAppearance_AppCompat_Widget_Button_Colored
+style TextAppearance_AppCompat_Widget_Button_Inverse
+style TextAppearance_AppCompat_Widget_DropDownItem
+style TextAppearance_AppCompat_Widget_PopupMenu_Header
+style TextAppearance_AppCompat_Widget_PopupMenu_Large
+style TextAppearance_AppCompat_Widget_PopupMenu_Small
+style TextAppearance_AppCompat_Widget_Switch
+style TextAppearance_AppCompat_Widget_TextView_SpinnerItem
+style TextAppearance_Compat_Notification
+style TextAppearance_Compat_Notification_Info
+style TextAppearance_Compat_Notification_Line2
+style TextAppearance_Compat_Notification_Time
+style TextAppearance_Compat_Notification_Title
+style TextAppearance_Design_CollapsingToolbar_Expanded
+style TextAppearance_Design_Counter
+style TextAppearance_Design_Counter_Overflow
+style TextAppearance_Design_Error
+style TextAppearance_Design_HelperText
+style TextAppearance_Design_Hint
+style TextAppearance_Design_Placeholder
+style TextAppearance_Design_Prefix
+style TextAppearance_Design_Snackbar_Message
+style TextAppearance_Design_Suffix
+style TextAppearance_Design_Tab
+style TextAppearance_M3_Sys_Typescale_BodyLarge
+style TextAppearance_M3_Sys_Typescale_BodyMedium
+style TextAppearance_M3_Sys_Typescale_BodySmall
+style TextAppearance_M3_Sys_Typescale_DisplayLarge
+style TextAppearance_M3_Sys_Typescale_DisplayMedium
+style TextAppearance_M3_Sys_Typescale_DisplaySmall
+style TextAppearance_M3_Sys_Typescale_HeadlineLarge
+style TextAppearance_M3_Sys_Typescale_HeadlineMedium
+style TextAppearance_M3_Sys_Typescale_HeadlineSmall
+style TextAppearance_M3_Sys_Typescale_LabelLarge
+style TextAppearance_M3_Sys_Typescale_LabelMedium
+style TextAppearance_M3_Sys_Typescale_LabelSmall
+style TextAppearance_M3_Sys_Typescale_TitleLarge
+style TextAppearance_M3_Sys_Typescale_TitleMedium
+style TextAppearance_M3_Sys_Typescale_TitleSmall
+style TextAppearance_Material3_ActionBar_Subtitle
+style TextAppearance_Material3_ActionBar_Title
+style TextAppearance_Material3_BodyLarge
+style TextAppearance_Material3_BodyMedium
+style TextAppearance_Material3_BodySmall
+style TextAppearance_Material3_DisplayLarge
+style TextAppearance_Material3_DisplayMedium
+style TextAppearance_Material3_DisplaySmall
+style TextAppearance_Material3_HeadlineLarge
+style TextAppearance_Material3_HeadlineMedium
+style TextAppearance_Material3_HeadlineSmall
+style TextAppearance_Material3_LabelLarge
+style TextAppearance_Material3_LabelMedium
+style TextAppearance_Material3_LabelSmall
+style TextAppearance_Material3_MaterialTimePicker_Title
+style TextAppearance_Material3_SearchBar
+style TextAppearance_Material3_SearchView
+style TextAppearance_Material3_SearchView_Prefix
+style TextAppearance_Material3_TitleLarge
+style TextAppearance_Material3_TitleMedium
+style TextAppearance_Material3_TitleSmall
+style TextAppearance_MaterialComponents_Badge
+style TextAppearance_MaterialComponents_Body1
+style TextAppearance_MaterialComponents_Body2
+style TextAppearance_MaterialComponents_Button
+style TextAppearance_MaterialComponents_Caption
+style TextAppearance_MaterialComponents_Chip
+style TextAppearance_MaterialComponents_Headline1
+style TextAppearance_MaterialComponents_Headline2
+style TextAppearance_MaterialComponents_Headline3
+style TextAppearance_MaterialComponents_Headline4
+style TextAppearance_MaterialComponents_Headline5
+style TextAppearance_MaterialComponents_Headline6
+style TextAppearance_MaterialComponents_Overline
+style TextAppearance_MaterialComponents_Subtitle1
+style TextAppearance_MaterialComponents_Subtitle2
+style TextAppearance_MaterialComponents_TimePicker_Title
+style TextAppearance_MaterialComponents_Tooltip
+style TextAppearance_Widget_AppCompat_ExpandedMenu_Item
+style TextAppearance_Widget_AppCompat_Toolbar_Subtitle
+style TextAppearance_Widget_AppCompat_Toolbar_Title
+style Theme_AppCompat
+style Theme_AppCompat_CompactMenu
+style Theme_AppCompat_DayNight
+style Theme_AppCompat_DayNight_DarkActionBar
+style Theme_AppCompat_DayNight_Dialog
+style Theme_AppCompat_DayNight_Dialog_Alert
+style Theme_AppCompat_DayNight_Dialog_MinWidth
+style Theme_AppCompat_DayNight_DialogWhenLarge
+style Theme_AppCompat_DayNight_NoActionBar
+style Theme_AppCompat_Dialog
+style Theme_AppCompat_Dialog_Alert
+style Theme_AppCompat_Dialog_MinWidth
+style Theme_AppCompat_DialogWhenLarge
+style Theme_AppCompat_Empty
+style Theme_AppCompat_Light
+style Theme_AppCompat_Light_DarkActionBar
+style Theme_AppCompat_Light_Dialog
+style Theme_AppCompat_Light_Dialog_Alert
+style Theme_AppCompat_Light_Dialog_MinWidth
+style Theme_AppCompat_Light_DialogWhenLarge
+style Theme_AppCompat_Light_NoActionBar
+style Theme_AppCompat_NoActionBar
+style Theme_Design
+style Theme_Design_BottomSheetDialog
+style Theme_Design_Light
+style Theme_Design_Light_BottomSheetDialog
+style Theme_Design_Light_NoActionBar
+style Theme_Design_NoActionBar
+style Theme_Material3_Dark
+style Theme_Material3_Dark_BottomSheetDialog
+style Theme_Material3_Dark_Dialog
+style Theme_Material3_Dark_Dialog_Alert
+style Theme_Material3_Dark_Dialog_MinWidth
+style Theme_Material3_Dark_DialogWhenLarge
+style Theme_Material3_Dark_NoActionBar
+style Theme_Material3_Dark_SideSheetDialog
+style Theme_Material3_DayNight
+style Theme_Material3_DayNight_BottomSheetDialog
+style Theme_Material3_DayNight_Dialog
+style Theme_Material3_DayNight_Dialog_Alert
+style Theme_Material3_DayNight_Dialog_MinWidth
+style Theme_Material3_DayNight_DialogWhenLarge
+style Theme_Material3_DayNight_NoActionBar
+style Theme_Material3_DayNight_SideSheetDialog
+style Theme_Material3_DynamicColors_Dark
+style Theme_Material3_DynamicColors_DayNight
+style Theme_Material3_DynamicColors_Light
+style Theme_Material3_Light
+style Theme_Material3_Light_BottomSheetDialog
+style Theme_Material3_Light_Dialog
+style Theme_Material3_Light_Dialog_Alert
+style Theme_Material3_Light_Dialog_MinWidth
+style Theme_Material3_Light_DialogWhenLarge
+style Theme_Material3_Light_NoActionBar
+style Theme_Material3_Light_SideSheetDialog
+style Theme_MaterialComponents
+style Theme_MaterialComponents_BottomSheetDialog
+style Theme_MaterialComponents_Bridge
+style Theme_MaterialComponents_CompactMenu
+style Theme_MaterialComponents_DayNight
+style Theme_MaterialComponents_DayNight_BottomSheetDialog
+style Theme_MaterialComponents_DayNight_Bridge
+style Theme_MaterialComponents_DayNight_DarkActionBar
+style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge
+style Theme_MaterialComponents_DayNight_Dialog
+style Theme_MaterialComponents_DayNight_Dialog_Alert
+style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge
+style Theme_MaterialComponents_DayNight_Dialog_Bridge
+style Theme_MaterialComponents_DayNight_Dialog_FixedSize
+style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge
+style Theme_MaterialComponents_DayNight_Dialog_MinWidth
+style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge
+style Theme_MaterialComponents_DayNight_DialogWhenLarge
+style Theme_MaterialComponents_DayNight_NoActionBar
+style Theme_MaterialComponents_DayNight_NoActionBar_Bridge
+style Theme_MaterialComponents_Dialog
+style Theme_MaterialComponents_Dialog_Alert
+style Theme_MaterialComponents_Dialog_Alert_Bridge
+style Theme_MaterialComponents_Dialog_Bridge
+style Theme_MaterialComponents_Dialog_FixedSize
+style Theme_MaterialComponents_Dialog_FixedSize_Bridge
+style Theme_MaterialComponents_Dialog_MinWidth
+style Theme_MaterialComponents_Dialog_MinWidth_Bridge
+style Theme_MaterialComponents_DialogWhenLarge
+style Theme_MaterialComponents_Light
+style Theme_MaterialComponents_Light_BottomSheetDialog
+style Theme_MaterialComponents_Light_Bridge
+style Theme_MaterialComponents_Light_DarkActionBar
+style Theme_MaterialComponents_Light_DarkActionBar_Bridge
+style Theme_MaterialComponents_Light_Dialog
+style Theme_MaterialComponents_Light_Dialog_Alert
+style Theme_MaterialComponents_Light_Dialog_Alert_Bridge
+style Theme_MaterialComponents_Light_Dialog_Bridge
+style Theme_MaterialComponents_Light_Dialog_FixedSize
+style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge
+style Theme_MaterialComponents_Light_Dialog_MinWidth
+style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge
+style Theme_MaterialComponents_Light_DialogWhenLarge
+style Theme_MaterialComponents_Light_NoActionBar
+style Theme_MaterialComponents_Light_NoActionBar_Bridge
+style Theme_MaterialComponents_NoActionBar
+style Theme_MaterialComponents_NoActionBar_Bridge
+style Theme_ReviveMyMemory
+style ThemeOverlay_AppCompat
+style ThemeOverlay_AppCompat_ActionBar
+style ThemeOverlay_AppCompat_Dark
+style ThemeOverlay_AppCompat_Dark_ActionBar
+style ThemeOverlay_AppCompat_DayNight
+style ThemeOverlay_AppCompat_DayNight_ActionBar
+style ThemeOverlay_AppCompat_Dialog
+style ThemeOverlay_AppCompat_Dialog_Alert
+style ThemeOverlay_AppCompat_Light
+style ThemeOverlay_Design_TextInputEditText
+style ThemeOverlay_Material3
+style ThemeOverlay_Material3_ActionBar
+style ThemeOverlay_Material3_AutoCompleteTextView
+style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox
+style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox_Dense
+style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox
+style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox_Dense
+style ThemeOverlay_Material3_BottomAppBar
+style ThemeOverlay_Material3_BottomAppBar_Legacy
+style ThemeOverlay_Material3_BottomSheetDialog
+style ThemeOverlay_Material3_Button
+style ThemeOverlay_Material3_Button_ElevatedButton
+style ThemeOverlay_Material3_Button_IconButton
+style ThemeOverlay_Material3_Button_IconButton_Filled
+style ThemeOverlay_Material3_Button_IconButton_Filled_Tonal
+style ThemeOverlay_Material3_Button_TextButton
+style ThemeOverlay_Material3_Button_TextButton_Snackbar
+style ThemeOverlay_Material3_Button_TonalButton
+style ThemeOverlay_Material3_Chip
+style ThemeOverlay_Material3_Chip_Assist
+style ThemeOverlay_Material3_Dark
+style ThemeOverlay_Material3_Dark_ActionBar
+style ThemeOverlay_Material3_DayNight_BottomSheetDialog
+style ThemeOverlay_Material3_DayNight_SideSheetDialog
+style ThemeOverlay_Material3_Dialog
+style ThemeOverlay_Material3_Dialog_Alert
+style ThemeOverlay_Material3_Dialog_Alert_Framework
+style ThemeOverlay_Material3_DynamicColors_Dark
+style ThemeOverlay_Material3_DynamicColors_DayNight
+style ThemeOverlay_Material3_DynamicColors_Light
+style ThemeOverlay_Material3_ExtendedFloatingActionButton_Primary
+style ThemeOverlay_Material3_ExtendedFloatingActionButton_Secondary
+style ThemeOverlay_Material3_ExtendedFloatingActionButton_Surface
+style ThemeOverlay_Material3_ExtendedFloatingActionButton_Tertiary
+style ThemeOverlay_Material3_FloatingActionButton_Primary
+style ThemeOverlay_Material3_FloatingActionButton_Secondary
+style ThemeOverlay_Material3_FloatingActionButton_Surface
+style ThemeOverlay_Material3_FloatingActionButton_Tertiary
+style ThemeOverlay_Material3_HarmonizedColors
+style ThemeOverlay_Material3_HarmonizedColors_Empty
+style ThemeOverlay_Material3_Light
+style ThemeOverlay_Material3_Light_Dialog_Alert_Framework
+style ThemeOverlay_Material3_MaterialAlertDialog
+style ThemeOverlay_Material3_MaterialAlertDialog_Centered
+style ThemeOverlay_Material3_MaterialCalendar
+style ThemeOverlay_Material3_MaterialCalendar_Fullscreen
+style ThemeOverlay_Material3_MaterialCalendar_HeaderCancelButton
+style ThemeOverlay_Material3_MaterialTimePicker
+style ThemeOverlay_Material3_MaterialTimePicker_Display_TextInputEditText
+style ThemeOverlay_Material3_NavigationView
+style ThemeOverlay_Material3_PersonalizedColors
+style ThemeOverlay_Material3_Search
+style ThemeOverlay_Material3_SideSheetDialog
+style ThemeOverlay_Material3_Snackbar
+style ThemeOverlay_Material3_TextInputEditText
+style ThemeOverlay_Material3_TextInputEditText_FilledBox
+style ThemeOverlay_Material3_TextInputEditText_FilledBox_Dense
+style ThemeOverlay_Material3_TextInputEditText_OutlinedBox
+style ThemeOverlay_Material3_TextInputEditText_OutlinedBox_Dense
+style ThemeOverlay_Material3_Toolbar_Surface
+style ThemeOverlay_MaterialAlertDialog_Material3_Title_Icon
+style ThemeOverlay_MaterialComponents
+style ThemeOverlay_MaterialComponents_ActionBar
+style ThemeOverlay_MaterialComponents_ActionBar_Primary
+style ThemeOverlay_MaterialComponents_ActionBar_Surface
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense
+style ThemeOverlay_MaterialComponents_BottomAppBar_Primary
+style ThemeOverlay_MaterialComponents_BottomAppBar_Surface
+style ThemeOverlay_MaterialComponents_BottomSheetDialog
+style ThemeOverlay_MaterialComponents_Dark
+style ThemeOverlay_MaterialComponents_Dark_ActionBar
+style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog
+style ThemeOverlay_MaterialComponents_Dialog
+style ThemeOverlay_MaterialComponents_Dialog_Alert
+style ThemeOverlay_MaterialComponents_Dialog_Alert_Framework
+style ThemeOverlay_MaterialComponents_Light
+style ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner
+style ThemeOverlay_MaterialComponents_MaterialCalendar
+style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen
+style ThemeOverlay_MaterialComponents_TextInputEditText
+style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox
+style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense
+style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox
+style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense
+style ThemeOverlay_MaterialComponents_TimePicker
+style ThemeOverlay_MaterialComponents_TimePicker_Display
+style ThemeOverlay_MaterialComponents_TimePicker_Display_TextInputEditText
+style ThemeOverlay_MaterialComponents_Toolbar_Popup_Primary
+style ThemeOverlay_MaterialComponents_Toolbar_Primary
+style ThemeOverlay_MaterialComponents_Toolbar_Surface
+style Widget_AppCompat_ActionBar
+style Widget_AppCompat_ActionBar_Solid
+style Widget_AppCompat_ActionBar_TabBar
+style Widget_AppCompat_ActionBar_TabText
+style Widget_AppCompat_ActionBar_TabView
+style Widget_AppCompat_ActionButton
+style Widget_AppCompat_ActionButton_CloseMode
+style Widget_AppCompat_ActionButton_Overflow
+style Widget_AppCompat_ActionMode
+style Widget_AppCompat_ActivityChooserView
+style Widget_AppCompat_AutoCompleteTextView
+style Widget_AppCompat_Button
+style Widget_AppCompat_Button_Borderless
+style Widget_AppCompat_Button_Borderless_Colored
+style Widget_AppCompat_Button_ButtonBar_AlertDialog
+style Widget_AppCompat_Button_Colored
+style Widget_AppCompat_Button_Small
+style Widget_AppCompat_ButtonBar
+style Widget_AppCompat_ButtonBar_AlertDialog
+style Widget_AppCompat_CompoundButton_CheckBox
+style Widget_AppCompat_CompoundButton_RadioButton
+style Widget_AppCompat_CompoundButton_Switch
+style Widget_AppCompat_DrawerArrowToggle
+style Widget_AppCompat_DropDownItem_Spinner
+style Widget_AppCompat_EditText
+style Widget_AppCompat_ImageButton
+style Widget_AppCompat_Light_ActionBar
+style Widget_AppCompat_Light_ActionBar_Solid
+style Widget_AppCompat_Light_ActionBar_Solid_Inverse
+style Widget_AppCompat_Light_ActionBar_TabBar
+style Widget_AppCompat_Light_ActionBar_TabBar_Inverse
+style Widget_AppCompat_Light_ActionBar_TabText
+style Widget_AppCompat_Light_ActionBar_TabText_Inverse
+style Widget_AppCompat_Light_ActionBar_TabView
+style Widget_AppCompat_Light_ActionBar_TabView_Inverse
+style Widget_AppCompat_Light_ActionButton
+style Widget_AppCompat_Light_ActionButton_CloseMode
+style Widget_AppCompat_Light_ActionButton_Overflow
+style Widget_AppCompat_Light_ActionMode_Inverse
+style Widget_AppCompat_Light_ActivityChooserView
+style Widget_AppCompat_Light_AutoCompleteTextView
+style Widget_AppCompat_Light_DropDownItem_Spinner
+style Widget_AppCompat_Light_ListPopupWindow
+style Widget_AppCompat_Light_ListView_DropDown
+style Widget_AppCompat_Light_PopupMenu
+style Widget_AppCompat_Light_PopupMenu_Overflow
+style Widget_AppCompat_Light_SearchView
+style Widget_AppCompat_Light_Spinner_DropDown_ActionBar
+style Widget_AppCompat_ListMenuView
+style Widget_AppCompat_ListPopupWindow
+style Widget_AppCompat_ListView
+style Widget_AppCompat_ListView_DropDown
+style Widget_AppCompat_ListView_Menu
+style Widget_AppCompat_PopupMenu
+style Widget_AppCompat_PopupMenu_Overflow
+style Widget_AppCompat_PopupWindow
+style Widget_AppCompat_ProgressBar
+style Widget_AppCompat_ProgressBar_Horizontal
+style Widget_AppCompat_RatingBar
+style Widget_AppCompat_RatingBar_Indicator
+style Widget_AppCompat_RatingBar_Small
+style Widget_AppCompat_SearchView
+style Widget_AppCompat_SearchView_ActionBar
+style Widget_AppCompat_SeekBar
+style Widget_AppCompat_SeekBar_Discrete
+style Widget_AppCompat_Spinner
+style Widget_AppCompat_Spinner_DropDown
+style Widget_AppCompat_Spinner_DropDown_ActionBar
+style Widget_AppCompat_Spinner_Underlined
+style Widget_AppCompat_TextView
+style Widget_AppCompat_TextView_SpinnerItem
+style Widget_AppCompat_Toolbar
+style Widget_AppCompat_Toolbar_Button_Navigation
+style Widget_Compat_NotificationActionContainer
+style Widget_Compat_NotificationActionText
+style Widget_Design_AppBarLayout
+style Widget_Design_BottomNavigationView
+style Widget_Design_BottomSheet_Modal
+style Widget_Design_CollapsingToolbar
+style Widget_Design_FloatingActionButton
+style Widget_Design_NavigationView
+style Widget_Design_ScrimInsetsFrameLayout
+style Widget_Design_Snackbar
+style Widget_Design_TabLayout
+style Widget_Design_TextInputEditText
+style Widget_Design_TextInputLayout
+style Widget_Material3_ActionBar_Solid
+style Widget_Material3_ActionMode
+style Widget_Material3_AppBarLayout
+style Widget_Material3_AutoCompleteTextView_FilledBox
+style Widget_Material3_AutoCompleteTextView_FilledBox_Dense
+style Widget_Material3_AutoCompleteTextView_OutlinedBox
+style Widget_Material3_AutoCompleteTextView_OutlinedBox_Dense
+style Widget_Material3_Badge
+style Widget_Material3_BottomAppBar
+style Widget_Material3_BottomAppBar_Button_Navigation
+style Widget_Material3_BottomAppBar_Legacy
+style Widget_Material3_BottomNavigationView
+style Widget_Material3_BottomNavigationView_ActiveIndicator
+style Widget_Material3_BottomSheet
+style Widget_Material3_BottomSheet_DragHandle
+style Widget_Material3_BottomSheet_Modal
+style Widget_Material3_Button
+style Widget_Material3_Button_ElevatedButton
+style Widget_Material3_Button_ElevatedButton_Icon
+style Widget_Material3_Button_Icon
+style Widget_Material3_Button_IconButton
+style Widget_Material3_Button_IconButton_Filled
+style Widget_Material3_Button_IconButton_Filled_Tonal
+style Widget_Material3_Button_IconButton_Outlined
+style Widget_Material3_Button_OutlinedButton
+style Widget_Material3_Button_OutlinedButton_Icon
+style Widget_Material3_Button_TextButton
+style Widget_Material3_Button_TextButton_Dialog
+style Widget_Material3_Button_TextButton_Dialog_Flush
+style Widget_Material3_Button_TextButton_Dialog_Icon
+style Widget_Material3_Button_TextButton_Icon
+style Widget_Material3_Button_TextButton_Snackbar
+style Widget_Material3_Button_TonalButton
+style Widget_Material3_Button_TonalButton_Icon
+style Widget_Material3_Button_UnelevatedButton
+style Widget_Material3_CardView_Elevated
+style Widget_Material3_CardView_Filled
+style Widget_Material3_CardView_Outlined
+style Widget_Material3_CheckedTextView
+style Widget_Material3_Chip_Assist
+style Widget_Material3_Chip_Assist_Elevated
+style Widget_Material3_Chip_Filter
+style Widget_Material3_Chip_Filter_Elevated
+style Widget_Material3_Chip_Input
+style Widget_Material3_Chip_Input_Elevated
+style Widget_Material3_Chip_Input_Icon
+style Widget_Material3_Chip_Input_Icon_Elevated
+style Widget_Material3_Chip_Suggestion
+style Widget_Material3_Chip_Suggestion_Elevated
+style Widget_Material3_ChipGroup
+style Widget_Material3_CircularProgressIndicator
+style Widget_Material3_CircularProgressIndicator_ExtraSmall
+style Widget_Material3_CircularProgressIndicator_Medium
+style Widget_Material3_CircularProgressIndicator_Small
+style Widget_Material3_CollapsingToolbar
+style Widget_Material3_CollapsingToolbar_Large
+style Widget_Material3_CollapsingToolbar_Medium
+style Widget_Material3_CompoundButton_CheckBox
+style Widget_Material3_CompoundButton_MaterialSwitch
+style Widget_Material3_CompoundButton_RadioButton
+style Widget_Material3_CompoundButton_Switch
+style Widget_Material3_DrawerLayout
+style Widget_Material3_ExtendedFloatingActionButton_Icon_Primary
+style Widget_Material3_ExtendedFloatingActionButton_Icon_Secondary
+style Widget_Material3_ExtendedFloatingActionButton_Icon_Surface
+style Widget_Material3_ExtendedFloatingActionButton_Icon_Tertiary
+style Widget_Material3_ExtendedFloatingActionButton_Primary
+style Widget_Material3_ExtendedFloatingActionButton_Secondary
+style Widget_Material3_ExtendedFloatingActionButton_Surface
+style Widget_Material3_ExtendedFloatingActionButton_Tertiary
+style Widget_Material3_FloatingActionButton_Large_Primary
+style Widget_Material3_FloatingActionButton_Large_Secondary
+style Widget_Material3_FloatingActionButton_Large_Surface
+style Widget_Material3_FloatingActionButton_Large_Tertiary
+style Widget_Material3_FloatingActionButton_Primary
+style Widget_Material3_FloatingActionButton_Secondary
+style Widget_Material3_FloatingActionButton_Small_Primary
+style Widget_Material3_FloatingActionButton_Small_Secondary
+style Widget_Material3_FloatingActionButton_Small_Surface
+style Widget_Material3_FloatingActionButton_Small_Tertiary
+style Widget_Material3_FloatingActionButton_Surface
+style Widget_Material3_FloatingActionButton_Tertiary
+style Widget_Material3_Light_ActionBar_Solid
+style Widget_Material3_LinearProgressIndicator
+style Widget_Material3_MaterialButtonToggleGroup
+style Widget_Material3_MaterialCalendar
+style Widget_Material3_MaterialCalendar_Day
+style Widget_Material3_MaterialCalendar_Day_Invalid
+style Widget_Material3_MaterialCalendar_Day_Selected
+style Widget_Material3_MaterialCalendar_Day_Today
+style Widget_Material3_MaterialCalendar_DayOfWeekLabel
+style Widget_Material3_MaterialCalendar_DayTextView
+style Widget_Material3_MaterialCalendar_Fullscreen
+style Widget_Material3_MaterialCalendar_HeaderCancelButton
+style Widget_Material3_MaterialCalendar_HeaderDivider
+style Widget_Material3_MaterialCalendar_HeaderLayout
+style Widget_Material3_MaterialCalendar_HeaderLayout_Fullscreen
+style Widget_Material3_MaterialCalendar_HeaderSelection
+style Widget_Material3_MaterialCalendar_HeaderSelection_Fullscreen
+style Widget_Material3_MaterialCalendar_HeaderTitle
+style Widget_Material3_MaterialCalendar_HeaderToggleButton
+style Widget_Material3_MaterialCalendar_Item
+style Widget_Material3_MaterialCalendar_MonthNavigationButton
+style Widget_Material3_MaterialCalendar_MonthTextView
+style Widget_Material3_MaterialCalendar_Year
+style Widget_Material3_MaterialCalendar_Year_Selected
+style Widget_Material3_MaterialCalendar_Year_Today
+style Widget_Material3_MaterialCalendar_YearNavigationButton
+style Widget_Material3_MaterialDivider
+style Widget_Material3_MaterialDivider_Heavy
+style Widget_Material3_MaterialTimePicker
+style Widget_Material3_MaterialTimePicker_Button
+style Widget_Material3_MaterialTimePicker_Clock
+style Widget_Material3_MaterialTimePicker_Display
+style Widget_Material3_MaterialTimePicker_Display_Divider
+style Widget_Material3_MaterialTimePicker_Display_HelperText
+style Widget_Material3_MaterialTimePicker_Display_TextInputEditText
+style Widget_Material3_MaterialTimePicker_Display_TextInputLayout
+style Widget_Material3_MaterialTimePicker_ImageButton
+style Widget_Material3_NavigationRailView
+style Widget_Material3_NavigationRailView_ActiveIndicator
+style Widget_Material3_NavigationView
+style Widget_Material3_PopupMenu
+style Widget_Material3_PopupMenu_ContextMenu
+style Widget_Material3_PopupMenu_ListPopupWindow
+style Widget_Material3_PopupMenu_Overflow
+style Widget_Material3_Search_ActionButton_Overflow
+style Widget_Material3_Search_Toolbar_Button_Navigation
+style Widget_Material3_SearchBar
+style Widget_Material3_SearchBar_Outlined
+style Widget_Material3_SearchView
+style Widget_Material3_SearchView_Prefix
+style Widget_Material3_SearchView_Toolbar
+style Widget_Material3_SideSheet
+style Widget_Material3_SideSheet_Modal
+style Widget_Material3_Slider
+style Widget_Material3_Slider_Label
+style Widget_Material3_Snackbar
+style Widget_Material3_Snackbar_FullWidth
+style Widget_Material3_Snackbar_TextView
+style Widget_Material3_TabLayout
+style Widget_Material3_TabLayout_OnSurface
+style Widget_Material3_TabLayout_Secondary
+style Widget_Material3_TextInputEditText_FilledBox
+style Widget_Material3_TextInputEditText_FilledBox_Dense
+style Widget_Material3_TextInputEditText_OutlinedBox
+style Widget_Material3_TextInputEditText_OutlinedBox_Dense
+style Widget_Material3_TextInputLayout_FilledBox
+style Widget_Material3_TextInputLayout_FilledBox_Dense
+style Widget_Material3_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu
+style Widget_Material3_TextInputLayout_FilledBox_ExposedDropdownMenu
+style Widget_Material3_TextInputLayout_OutlinedBox
+style Widget_Material3_TextInputLayout_OutlinedBox_Dense
+style Widget_Material3_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu
+style Widget_Material3_TextInputLayout_OutlinedBox_ExposedDropdownMenu
+style Widget_Material3_Toolbar
+style Widget_Material3_Toolbar_OnSurface
+style Widget_Material3_Toolbar_Surface
+style Widget_Material3_Tooltip
+style Widget_MaterialComponents_ActionBar_Primary
+style Widget_MaterialComponents_ActionBar_PrimarySurface
+style Widget_MaterialComponents_ActionBar_Solid
+style Widget_MaterialComponents_ActionBar_Surface
+style Widget_MaterialComponents_ActionMode
+style Widget_MaterialComponents_AppBarLayout_Primary
+style Widget_MaterialComponents_AppBarLayout_PrimarySurface
+style Widget_MaterialComponents_AppBarLayout_Surface
+style Widget_MaterialComponents_AutoCompleteTextView_FilledBox
+style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense
+style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox
+style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense
+style Widget_MaterialComponents_Badge
+style Widget_MaterialComponents_BottomAppBar
+style Widget_MaterialComponents_BottomAppBar_Colored
+style Widget_MaterialComponents_BottomAppBar_PrimarySurface
+style Widget_MaterialComponents_BottomNavigationView
+style Widget_MaterialComponents_BottomNavigationView_Colored
+style Widget_MaterialComponents_BottomNavigationView_PrimarySurface
+style Widget_MaterialComponents_BottomSheet
+style Widget_MaterialComponents_BottomSheet_Modal
+style Widget_MaterialComponents_Button
+style Widget_MaterialComponents_Button_Icon
+style Widget_MaterialComponents_Button_OutlinedButton
+style Widget_MaterialComponents_Button_OutlinedButton_Icon
+style Widget_MaterialComponents_Button_TextButton
+style Widget_MaterialComponents_Button_TextButton_Dialog
+style Widget_MaterialComponents_Button_TextButton_Dialog_Flush
+style Widget_MaterialComponents_Button_TextButton_Dialog_Icon
+style Widget_MaterialComponents_Button_TextButton_Icon
+style Widget_MaterialComponents_Button_TextButton_Snackbar
+style Widget_MaterialComponents_Button_UnelevatedButton
+style Widget_MaterialComponents_Button_UnelevatedButton_Icon
+style Widget_MaterialComponents_CardView
+style Widget_MaterialComponents_CheckedTextView
+style Widget_MaterialComponents_Chip_Action
+style Widget_MaterialComponents_Chip_Choice
+style Widget_MaterialComponents_Chip_Entry
+style Widget_MaterialComponents_Chip_Filter
+style Widget_MaterialComponents_ChipGroup
+style Widget_MaterialComponents_CircularProgressIndicator
+style Widget_MaterialComponents_CircularProgressIndicator_ExtraSmall
+style Widget_MaterialComponents_CircularProgressIndicator_Medium
+style Widget_MaterialComponents_CircularProgressIndicator_Small
+style Widget_MaterialComponents_CollapsingToolbar
+style Widget_MaterialComponents_CompoundButton_CheckBox
+style Widget_MaterialComponents_CompoundButton_RadioButton
+style Widget_MaterialComponents_CompoundButton_Switch
+style Widget_MaterialComponents_ExtendedFloatingActionButton
+style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon
+style Widget_MaterialComponents_FloatingActionButton
+style Widget_MaterialComponents_Light_ActionBar_Solid
+style Widget_MaterialComponents_LinearProgressIndicator
+style Widget_MaterialComponents_MaterialButtonToggleGroup
+style Widget_MaterialComponents_MaterialCalendar
+style Widget_MaterialComponents_MaterialCalendar_Day
+style Widget_MaterialComponents_MaterialCalendar_Day_Invalid
+style Widget_MaterialComponents_MaterialCalendar_Day_Selected
+style Widget_MaterialComponents_MaterialCalendar_Day_Today
+style Widget_MaterialComponents_MaterialCalendar_DayOfWeekLabel
+style Widget_MaterialComponents_MaterialCalendar_DayTextView
+style Widget_MaterialComponents_MaterialCalendar_Fullscreen
+style Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton
+style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton
+style Widget_MaterialComponents_MaterialCalendar_HeaderDivider
+style Widget_MaterialComponents_MaterialCalendar_HeaderLayout
+style Widget_MaterialComponents_MaterialCalendar_HeaderLayout_Fullscreen
+style Widget_MaterialComponents_MaterialCalendar_HeaderSelection
+style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen
+style Widget_MaterialComponents_MaterialCalendar_HeaderTitle
+style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton
+style Widget_MaterialComponents_MaterialCalendar_Item
+style Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton
+style Widget_MaterialComponents_MaterialCalendar_MonthTextView
+style Widget_MaterialComponents_MaterialCalendar_Year
+style Widget_MaterialComponents_MaterialCalendar_Year_Selected
+style Widget_MaterialComponents_MaterialCalendar_Year_Today
+style Widget_MaterialComponents_MaterialCalendar_YearNavigationButton
+style Widget_MaterialComponents_MaterialDivider
+style Widget_MaterialComponents_NavigationRailView
+style Widget_MaterialComponents_NavigationRailView_Colored
+style Widget_MaterialComponents_NavigationRailView_Colored_Compact
+style Widget_MaterialComponents_NavigationRailView_Compact
+style Widget_MaterialComponents_NavigationRailView_PrimarySurface
+style Widget_MaterialComponents_NavigationView
+style Widget_MaterialComponents_PopupMenu
+style Widget_MaterialComponents_PopupMenu_ContextMenu
+style Widget_MaterialComponents_PopupMenu_ListPopupWindow
+style Widget_MaterialComponents_PopupMenu_Overflow
+style Widget_MaterialComponents_ProgressIndicator
+style Widget_MaterialComponents_ShapeableImageView
+style Widget_MaterialComponents_Slider
+style Widget_MaterialComponents_Snackbar
+style Widget_MaterialComponents_Snackbar_FullWidth
+style Widget_MaterialComponents_Snackbar_TextView
+style Widget_MaterialComponents_TabLayout
+style Widget_MaterialComponents_TabLayout_Colored
+style Widget_MaterialComponents_TabLayout_PrimarySurface
+style Widget_MaterialComponents_TextInputEditText_FilledBox
+style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense
+style Widget_MaterialComponents_TextInputEditText_OutlinedBox
+style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense
+style Widget_MaterialComponents_TextInputLayout_FilledBox
+style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense
+style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu
+style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu
+style Widget_MaterialComponents_TextView
+style Widget_MaterialComponents_TimePicker
+style Widget_MaterialComponents_TimePicker_Button
+style Widget_MaterialComponents_TimePicker_Clock
+style Widget_MaterialComponents_TimePicker_Display
+style Widget_MaterialComponents_TimePicker_Display_Divider
+style Widget_MaterialComponents_TimePicker_Display_HelperText
+style Widget_MaterialComponents_TimePicker_Display_TextInputEditText
+style Widget_MaterialComponents_TimePicker_Display_TextInputLayout
+style Widget_MaterialComponents_TimePicker_ImageButton
+style Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance
+style Widget_MaterialComponents_Toolbar
+style Widget_MaterialComponents_Toolbar_Primary
+style Widget_MaterialComponents_Toolbar_PrimarySurface
+style Widget_MaterialComponents_Toolbar_Surface
+style Widget_MaterialComponents_Tooltip
+style Widget_Support_CoordinatorLayout
+style buttonGrey
+style textlayout
+styleable ActionBar background backgroundSplit backgroundStacked contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation customNavigationLayout displayOptions divider elevation height hideOnContentScroll homeAsUpIndicator homeLayout icon indeterminateProgressStyle itemPadding logo navigationMode popupTheme progressBarPadding progressBarStyle subtitle subtitleTextStyle title titleTextStyle
+styleable ActionBarLayout android_layout_gravity
+styleable ActionMenuItemView android_minWidth
+styleable ActionMenuView
+styleable ActionMode background backgroundSplit closeItemLayout height subtitleTextStyle titleTextStyle
+styleable ActivityChooserView expandActivityOverflowButtonDrawable initialActivityCount
+styleable AlertDialog android_layout buttonIconDimen buttonPanelSideLayout listItemLayout listLayout multiChoiceItemLayout showTitle singleChoiceItemLayout
+styleable AnimatedStateListDrawableCompat android_dither android_visible android_variablePadding android_constantSize android_enterFadeDuration android_exitFadeDuration
+styleable AnimatedStateListDrawableItem android_id android_drawable
+styleable AnimatedStateListDrawableTransition android_drawable android_toId android_fromId android_reversible
+styleable AppBarLayout android_background android_touchscreenBlocksFocus android_keyboardNavigationCluster elevation expanded liftOnScroll liftOnScrollColor liftOnScrollTargetViewId statusBarForeground
+styleable AppBarLayoutStates state_collapsed state_collapsible state_liftable state_lifted
+styleable AppBarLayout_Layout layout_scrollEffect layout_scrollFlags layout_scrollInterpolator
+styleable AppCompatEmojiHelper
+styleable AppCompatImageView android_src srcCompat tint tintMode
+styleable AppCompatSeekBar android_thumb tickMark tickMarkTint tickMarkTintMode
+styleable AppCompatTextHelper android_textAppearance android_drawableTop android_drawableBottom android_drawableLeft android_drawableRight android_drawableStart android_drawableEnd
+styleable AppCompatTextView android_textAppearance autoSizeMaxTextSize autoSizeMinTextSize autoSizePresetSizes autoSizeStepGranularity autoSizeTextType drawableBottomCompat drawableEndCompat drawableLeftCompat drawableRightCompat drawableStartCompat drawableTint drawableTintMode drawableTopCompat emojiCompatEnabled firstBaselineToTopHeight fontFamily fontVariationSettings lastBaselineToBottomHeight lineHeight textAllCaps textLocale
+styleable AppCompatTheme android_windowIsFloating android_windowAnimationStyle actionBarDivider actionBarItemBackground actionBarPopupTheme actionBarSize actionBarSplitStyle actionBarStyle actionBarTabBarStyle actionBarTabStyle actionBarTabTextStyle actionBarTheme actionBarWidgetTheme actionButtonStyle actionDropDownStyle actionMenuTextAppearance actionMenuTextColor actionModeBackground actionModeCloseButtonStyle actionModeCloseContentDescription actionModeCloseDrawable actionModeCopyDrawable actionModeCutDrawable actionModeFindDrawable actionModePasteDrawable actionModePopupWindowStyle actionModeSelectAllDrawable actionModeShareDrawable actionModeSplitBackground actionModeStyle actionModeTheme actionModeWebSearchDrawable actionOverflowButtonStyle actionOverflowMenuStyle activityChooserViewStyle alertDialogButtonGroupStyle alertDialogCenterButtons alertDialogStyle alertDialogTheme autoCompleteTextViewStyle borderlessButtonStyle buttonBarButtonStyle buttonBarNegativeButtonStyle buttonBarNeutralButtonStyle buttonBarPositiveButtonStyle buttonBarStyle buttonStyle buttonStyleSmall checkboxStyle checkedTextViewStyle colorAccent colorBackgroundFloating colorButtonNormal colorControlActivated colorControlHighlight colorControlNormal colorError colorPrimary colorPrimaryDark colorSwitchThumbNormal controlBackground dialogCornerRadius dialogPreferredPadding dialogTheme dividerHorizontal dividerVertical dropDownListViewStyle dropdownListPreferredItemHeight editTextBackground editTextColor editTextStyle homeAsUpIndicator imageButtonStyle listChoiceBackgroundIndicator listChoiceIndicatorMultipleAnimated listChoiceIndicatorSingleAnimated listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingEnd listPreferredItemPaddingLeft listPreferredItemPaddingRight listPreferredItemPaddingStart panelBackground panelMenuListTheme panelMenuListWidth popupMenuStyle popupWindowStyle radioButtonStyle ratingBarStyle ratingBarStyleIndicator ratingBarStyleSmall searchViewStyle seekBarStyle selectableItemBackground selectableItemBackgroundBorderless spinnerDropDownItemStyle spinnerStyle switchStyle textAppearanceLargePopupMenu textAppearanceListItem textAppearanceListItemSecondary textAppearanceListItemSmall textAppearancePopupMenuHeader textAppearanceSearchResultSubtitle textAppearanceSearchResultTitle textAppearanceSmallPopupMenu textColorAlertDialogListItem textColorSearchUrl toolbarNavigationButtonStyle toolbarStyle tooltipForegroundColor tooltipFrameBackground viewInflaterClass windowActionBar windowActionBarOverlay windowActionModeOverlay windowFixedHeightMajor windowFixedHeightMinor windowFixedWidthMajor windowFixedWidthMinor windowMinWidthMajor windowMinWidthMinor windowNoTitle
+styleable Badge backgroundColor badgeGravity badgeRadius badgeTextColor badgeWidePadding badgeWithTextRadius horizontalOffset horizontalOffsetWithText maxCharacterCount number verticalOffset verticalOffsetWithText
+styleable BaseProgressIndicator android_indeterminate hideAnimationBehavior indicatorColor minHideDelay showAnimationBehavior showDelay trackColor trackCornerRadius trackThickness
+styleable BottomAppBar addElevationShadow backgroundTint elevation fabAlignmentMode fabAlignmentModeEndMargin fabAnchorMode fabAnimationMode fabCradleMargin fabCradleRoundedCornerRadius fabCradleVerticalOffset hideOnScroll menuAlignmentMode navigationIconTint paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets removeEmbeddedFabElevation
+styleable BottomNavigationView android_minHeight compatShadowEnabled itemHorizontalTranslationEnabled
+styleable BottomSheetBehavior_Layout android_maxWidth android_maxHeight android_elevation backgroundTint behavior_draggable behavior_expandedOffset behavior_fitToContents behavior_halfExpandedRatio behavior_hideable behavior_peekHeight behavior_saveFlags behavior_significantVelocityThreshold behavior_skipCollapsed gestureInsetBottomIgnored marginLeftSystemWindowInsets marginRightSystemWindowInsets marginTopSystemWindowInsets paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets paddingTopSystemWindowInsets shapeAppearance shapeAppearanceOverlay shouldRemoveExpandedCorners
+styleable ButtonBarLayout allowStacking
+styleable Capability queryPatterns shortcutMatchRequired
+styleable CardView android_minWidth android_minHeight cardBackgroundColor cardCornerRadius cardElevation cardMaxElevation cardPreventCornerOverlap cardUseCompatPadding contentPadding contentPaddingBottom contentPaddingLeft contentPaddingRight contentPaddingTop
+styleable Carousel carousel_backwardTransition carousel_emptyViewsBehavior carousel_firstView carousel_forwardTransition carousel_infinite carousel_nextState carousel_previousState carousel_touchUpMode carousel_touchUp_dampeningFactor carousel_touchUp_velocityThreshold
+styleable CheckedTextView android_checkMark checkMarkCompat checkMarkTint checkMarkTintMode
+styleable Chip android_textAppearance android_textSize android_textColor android_ellipsize android_maxWidth android_text android_checkable checkedIcon checkedIconEnabled checkedIconTint checkedIconVisible chipBackgroundColor chipCornerRadius chipEndPadding chipIcon chipIconEnabled chipIconSize chipIconTint chipIconVisible chipMinHeight chipMinTouchTargetSize chipStartPadding chipStrokeColor chipStrokeWidth chipSurfaceColor closeIcon closeIconEnabled closeIconEndPadding closeIconSize closeIconStartPadding closeIconTint closeIconVisible ensureMinTouchTargetSize hideMotionSpec iconEndPadding iconStartPadding rippleColor shapeAppearance shapeAppearanceOverlay showMotionSpec textEndPadding textStartPadding
+styleable ChipGroup checkedChip chipSpacing chipSpacingHorizontal chipSpacingVertical selectionRequired singleLine singleSelection
+styleable CircleImageView civ_border_color civ_border_overlay civ_border_width civ_circle_background_color
+styleable CircularProgressIndicator indicatorDirectionCircular indicatorInset indicatorSize
+styleable ClockFaceView clockFaceBackgroundColor clockNumberTextColor
+styleable ClockHandView clockHandColor materialCircleRadius selectorSize
+styleable CollapsingToolbarLayout collapsedTitleGravity collapsedTitleTextAppearance collapsedTitleTextColor contentScrim expandedTitleGravity expandedTitleMargin expandedTitleMarginBottom expandedTitleMarginEnd expandedTitleMarginStart expandedTitleMarginTop expandedTitleTextAppearance expandedTitleTextColor extraMultilineHeightEnabled forceApplySystemWindowInsetTop maxLines scrimAnimationDuration scrimVisibleHeightTrigger statusBarScrim title titleCollapseMode titleEnabled titlePositionInterpolator titleTextEllipsize toolbarId
+styleable CollapsingToolbarLayout_Layout layout_collapseMode layout_collapseParallaxMultiplier
+styleable ColorStateListItem android_color android_alpha android_lStar alpha lStar
+styleable CompoundButton android_button buttonCompat buttonTint buttonTintMode
+styleable Constraint android_orientation android_id android_visibility android_layout_width android_layout_height android_layout_marginLeft android_layout_marginTop android_layout_marginRight android_layout_marginBottom android_maxWidth android_maxHeight android_minWidth android_minHeight android_alpha android_transformPivotX android_transformPivotY android_translationX android_translationY android_scaleX android_scaleY android_rotation android_rotationX android_rotationY android_layout_marginStart android_layout_marginEnd android_translationZ android_elevation animateCircleAngleTo animateRelativeTo barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraint_referenced_ids constraint_referenced_tags drawPath flow_firstHorizontalBias flow_firstHorizontalStyle flow_firstVerticalBias flow_firstVerticalStyle flow_horizontalAlign flow_horizontalBias flow_horizontalGap flow_horizontalStyle flow_lastHorizontalBias flow_lastHorizontalStyle flow_lastVerticalBias flow_lastVerticalStyle flow_maxElementsWrap flow_verticalAlign flow_verticalBias flow_verticalGap flow_verticalStyle flow_wrapMode guidelineUseRtl layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBaseline_toBottomOf layout_constraintBaseline_toTopOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTag layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBaseline layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_marginBaseline layout_wrapBehaviorInParent motionProgress motionStagger pathMotionArc pivotAnchor polarRelativeTo quantizeMotionInterpolator quantizeMotionPhase quantizeMotionSteps transformPivotTarget transitionEasing transitionPathRotate visibilityMode
+styleable ConstraintLayout_Layout android_orientation android_padding android_paddingLeft android_paddingTop android_paddingRight android_paddingBottom android_visibility android_layout_width android_layout_height android_layout_margin android_layout_marginLeft android_layout_marginTop android_layout_marginRight android_layout_marginBottom android_maxWidth android_maxHeight android_minWidth android_minHeight android_paddingStart android_paddingEnd android_layout_marginStart android_layout_marginEnd android_elevation android_layout_marginHorizontal android_layout_marginVertical barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl circularflow_angles circularflow_defaultAngle circularflow_defaultRadius circularflow_radiusInDP circularflow_viewCenter constraintSet constraint_referenced_ids constraint_referenced_tags flow_firstHorizontalBias flow_firstHorizontalStyle flow_firstVerticalBias flow_firstVerticalStyle flow_horizontalAlign flow_horizontalBias flow_horizontalGap flow_horizontalStyle flow_lastHorizontalBias flow_lastHorizontalStyle flow_lastVerticalBias flow_lastVerticalStyle flow_maxElementsWrap flow_verticalAlign flow_verticalBias flow_verticalGap flow_verticalStyle flow_wrapMode guidelineUseRtl layoutDescription layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBaseline_toBottomOf layout_constraintBaseline_toTopOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTag layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBaseline layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_marginBaseline layout_optimizationLevel layout_wrapBehaviorInParent
+styleable ConstraintLayout_ReactiveGuide reactiveGuide_animateChange reactiveGuide_applyToAllConstraintSets reactiveGuide_applyToConstraintSet reactiveGuide_valueId
+styleable ConstraintLayout_placeholder content placeholder_emptyVisibility
+styleable ConstraintOverride android_orientation android_id android_visibility android_layout_width android_layout_height android_layout_marginLeft android_layout_marginTop android_layout_marginRight android_layout_marginBottom android_maxWidth android_maxHeight android_minWidth android_minHeight android_alpha android_transformPivotX android_transformPivotY android_translationX android_translationY android_scaleX android_scaleY android_rotation android_rotationX android_rotationY android_layout_marginStart android_layout_marginEnd android_translationZ android_elevation animateCircleAngleTo animateRelativeTo barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraint_referenced_ids drawPath flow_firstHorizontalBias flow_firstHorizontalStyle flow_firstVerticalBias flow_firstVerticalStyle flow_horizontalAlign flow_horizontalBias flow_horizontalGap flow_horizontalStyle flow_lastHorizontalBias flow_lastHorizontalStyle flow_lastVerticalBias flow_lastVerticalStyle flow_maxElementsWrap flow_verticalAlign flow_verticalBias flow_verticalGap flow_verticalStyle flow_wrapMode guidelineUseRtl layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBottom_creator layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintRight_creator layout_constraintTag layout_constraintTop_creator layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBaseline layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_marginBaseline layout_wrapBehaviorInParent motionProgress motionStagger motionTarget pathMotionArc pivotAnchor polarRelativeTo quantizeMotionInterpolator quantizeMotionPhase quantizeMotionSteps transformPivotTarget transitionEasing transitionPathRotate visibilityMode
+styleable ConstraintSet android_orientation android_id android_visibility android_layout_width android_layout_height android_layout_marginLeft android_layout_marginTop android_layout_marginRight android_layout_marginBottom android_maxWidth android_maxHeight android_minWidth android_minHeight android_pivotX android_pivotY android_alpha android_transformPivotX android_transformPivotY android_translationX android_translationY android_scaleX android_scaleY android_rotation android_rotationX android_rotationY android_layout_marginStart android_layout_marginEnd android_translationZ android_elevation animateCircleAngleTo animateRelativeTo barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraintRotate constraint_referenced_ids constraint_referenced_tags deriveConstraintsFrom drawPath flow_firstHorizontalBias flow_firstHorizontalStyle flow_firstVerticalBias flow_firstVerticalStyle flow_horizontalAlign flow_horizontalBias flow_horizontalGap flow_horizontalStyle flow_lastHorizontalBias flow_lastHorizontalStyle flow_lastVerticalBias flow_lastVerticalStyle flow_maxElementsWrap flow_verticalAlign flow_verticalBias flow_verticalGap flow_verticalStyle flow_wrapMode guidelineUseRtl layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBaseline_toBottomOf layout_constraintBaseline_toTopOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTag layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBaseline layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_marginBaseline layout_wrapBehaviorInParent motionProgress motionStagger pathMotionArc pivotAnchor polarRelativeTo quantizeMotionSteps transitionEasing transitionPathRotate
+styleable CoordinatorLayout keylines statusBarBackground
+styleable CoordinatorLayout_Layout android_layout_gravity layout_anchor layout_anchorGravity layout_behavior layout_dodgeInsetEdges layout_insetEdge layout_keyline
+styleable CustomAttribute attributeName customBoolean customColorDrawableValue customColorValue customDimension customFloatValue customIntegerValue customPixelDimension customReference customStringValue methodName
+styleable DrawerArrowToggle arrowHeadLength arrowShaftLength barLength color drawableSize gapBetweenBars spinBars thickness
+styleable DrawerLayout elevation
+styleable ExtendedFloatingActionButton collapsedSize elevation extendMotionSpec extendStrategy hideMotionSpec showMotionSpec shrinkMotionSpec
+styleable ExtendedFloatingActionButton_Behavior_Layout behavior_autoHide behavior_autoShrink
+styleable FloatingActionButton android_enabled backgroundTint backgroundTintMode borderWidth elevation ensureMinTouchTargetSize fabCustomSize fabSize hideMotionSpec hoveredFocusedTranslationZ maxImageSize pressedTranslationZ rippleColor shapeAppearance shapeAppearanceOverlay showMotionSpec useCompatPadding
+styleable FloatingActionButton_Behavior_Layout behavior_autoHide
+styleable FlowLayout itemSpacing lineSpacing
+styleable FontFamily fontProviderAuthority fontProviderCerts fontProviderFetchStrategy fontProviderFetchTimeout fontProviderPackage fontProviderQuery fontProviderSystemFontFamily
+styleable FontFamilyFont android_font android_fontWeight android_fontStyle android_ttcIndex android_fontVariationSettings font fontStyle fontVariationSettings fontWeight ttcIndex
+styleable ForegroundLinearLayout android_foreground android_foregroundGravity foregroundInsidePadding
+styleable Fragment android_name android_id android_tag
+styleable FragmentContainerView android_name android_tag
+styleable GradientColor android_startColor android_endColor android_type android_centerX android_centerY android_gradientRadius android_tileMode android_centerColor android_startX android_startY android_endX android_endY
+styleable GradientColorItem android_color android_offset
+styleable ImageFilterView altSrc blendSrc brightness contrast crossfade imagePanX imagePanY imageRotate imageZoom overlay round roundPercent saturation warmth
+styleable Insets marginLeftSystemWindowInsets marginRightSystemWindowInsets marginTopSystemWindowInsets paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets paddingTopSystemWindowInsets
+styleable KeyAttribute android_alpha android_transformPivotX android_transformPivotY android_translationX android_translationY android_scaleX android_scaleY android_rotation android_rotationX android_rotationY android_translationZ android_elevation curveFit framePosition motionProgress motionTarget transformPivotTarget transitionEasing transitionPathRotate
+styleable KeyCycle android_alpha android_translationX android_translationY android_scaleX android_scaleY android_rotation android_rotationX android_rotationY android_translationZ android_elevation curveFit framePosition motionProgress motionTarget transitionEasing transitionPathRotate waveOffset wavePeriod wavePhase waveShape waveVariesBy
+styleable KeyFrame
+styleable KeyFramesAcceleration
+styleable KeyFramesVelocity
+styleable KeyPosition curveFit drawPath framePosition keyPositionType motionTarget pathMotionArc percentHeight percentWidth percentX percentY sizePercent transitionEasing
+styleable KeyTimeCycle android_alpha android_translationX android_translationY android_scaleX android_scaleY android_rotation android_rotationX android_rotationY android_translationZ android_elevation curveFit framePosition motionProgress motionTarget transitionEasing transitionPathRotate waveDecay waveOffset wavePeriod wavePhase waveShape
+styleable KeyTrigger framePosition motionTarget motion_postLayoutCollision motion_triggerOnCollision onCross onNegativeCross onPositiveCross triggerId triggerReceiver triggerSlack viewTransitionOnCross viewTransitionOnNegativeCross viewTransitionOnPositiveCross
+styleable Layout android_orientation android_layout_width android_layout_height android_layout_marginLeft android_layout_marginTop android_layout_marginRight android_layout_marginBottom android_layout_marginStart android_layout_marginEnd barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraint_referenced_ids constraint_referenced_tags guidelineUseRtl layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBaseline_toBottomOf layout_constraintBaseline_toTopOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBaseline layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_marginBaseline layout_wrapBehaviorInParent maxHeight maxWidth minHeight minWidth
+styleable LinearLayoutCompat android_gravity android_orientation android_baselineAligned android_baselineAlignedChildIndex android_weightSum divider dividerPadding measureWithLargestChild showDividers
+styleable LinearLayoutCompat_Layout android_layout_gravity android_layout_width android_layout_height android_layout_weight
+styleable LinearProgressIndicator indeterminateAnimationType indicatorDirectionLinear
+styleable ListPopupWindow android_dropDownHorizontalOffset android_dropDownVerticalOffset
+styleable LottieAnimationView lottie_autoPlay lottie_cacheComposition lottie_colorFilter lottie_enableMergePathsForKitKatAndAbove lottie_fallbackRes lottie_fileName lottie_imageAssetsFolder lottie_loop lottie_progress lottie_rawRes lottie_renderMode lottie_repeatCount lottie_repeatMode lottie_scale lottie_speed lottie_url
+styleable MaterialAlertDialog backgroundInsetBottom backgroundInsetEnd backgroundInsetStart backgroundInsetTop
+styleable MaterialAlertDialogTheme materialAlertDialogBodyTextStyle materialAlertDialogButtonSpacerVisibility materialAlertDialogTheme materialAlertDialogTitleIconStyle materialAlertDialogTitlePanelStyle materialAlertDialogTitleTextStyle
+styleable MaterialAutoCompleteTextView android_inputType android_popupElevation simpleItemLayout simpleItemSelectedColor simpleItemSelectedRippleColor simpleItems
+styleable MaterialButton android_background android_insetLeft android_insetRight android_insetTop android_insetBottom android_checkable backgroundTint backgroundTintMode cornerRadius elevation icon iconGravity iconPadding iconSize iconTint iconTintMode rippleColor shapeAppearance shapeAppearanceOverlay strokeColor strokeWidth toggleCheckedStateOnClick
+styleable MaterialButtonToggleGroup android_enabled checkedButton selectionRequired singleSelection
+styleable MaterialCalendar android_windowFullscreen dayInvalidStyle daySelectedStyle dayStyle dayTodayStyle nestedScrollable rangeFillColor yearSelectedStyle yearStyle yearTodayStyle
+styleable MaterialCalendarItem android_insetLeft android_insetRight android_insetTop android_insetBottom itemFillColor itemShapeAppearance itemShapeAppearanceOverlay itemStrokeColor itemStrokeWidth itemTextColor
+styleable MaterialCardView android_checkable cardForegroundColor checkedIcon checkedIconGravity checkedIconMargin checkedIconSize checkedIconTint rippleColor shapeAppearance shapeAppearanceOverlay state_dragged strokeColor strokeWidth
+styleable MaterialCheckBox android_button buttonCompat buttonIcon buttonIconTint buttonIconTintMode buttonTint centerIfNoTextEnabled checkedState errorAccessibilityLabel errorShown useMaterialThemeColors
+styleable MaterialCheckBoxStates state_error state_indeterminate
+styleable MaterialDivider dividerColor dividerInsetEnd dividerInsetStart dividerThickness lastItemDecorated
+styleable MaterialRadioButton buttonTint useMaterialThemeColors
+styleable MaterialShape shapeAppearance shapeAppearanceOverlay
+styleable MaterialSwitch thumbIcon thumbIconTint thumbIconTintMode trackDecoration trackDecorationTint trackDecorationTintMode
+styleable MaterialTextAppearance android_letterSpacing android_lineHeight lineHeight
+styleable MaterialTextView android_textAppearance android_lineHeight lineHeight
+styleable MaterialTimePicker clockIcon keyboardIcon
+styleable MaterialToolbar logoAdjustViewBounds logoScaleType navigationIconTint subtitleCentered titleCentered
+styleable MenuGroup android_enabled android_id android_visible android_menuCategory android_orderInCategory android_checkableBehavior
+styleable MenuItem android_icon android_enabled android_id android_checked android_visible android_menuCategory android_orderInCategory android_title android_titleCondensed android_alphabeticShortcut android_numericShortcut android_checkable android_onClick actionLayout actionProviderClass actionViewClass alphabeticModifiers contentDescription iconTint iconTintMode numericModifiers showAsAction tooltipText
+styleable MenuView android_windowAnimationStyle android_itemTextAppearance android_horizontalDivider android_verticalDivider android_headerBackground android_itemBackground android_itemIconDisabledAlpha preserveIconSpacing subMenuArrow
+styleable MockView mock_diagonalsColor mock_label mock_labelBackgroundColor mock_labelColor mock_showDiagonals mock_showLabel
+styleable Motion animateCircleAngleTo animateRelativeTo drawPath motionPathRotate motionStagger pathMotionArc quantizeMotionInterpolator quantizeMotionPhase quantizeMotionSteps transitionEasing
+styleable MotionEffect motionEffect_alpha motionEffect_end motionEffect_move motionEffect_start motionEffect_strict motionEffect_translationX motionEffect_translationY motionEffect_viewTransition
+styleable MotionHelper onHide onShow
+styleable MotionLabel android_textSize android_typeface android_textStyle android_textColor android_gravity android_text android_shadowRadius android_fontFamily android_autoSizeTextType borderRound borderRoundPercent scaleFromTextSize textBackground textBackgroundPanX textBackgroundPanY textBackgroundRotate textBackgroundZoom textOutlineColor textOutlineThickness textPanX textPanY textureBlurFactor textureEffect textureHeight textureWidth
+styleable MotionLayout applyMotionScene currentState layoutDescription motionDebug motionProgress showPaths
+styleable MotionScene defaultDuration layoutDuringTransition
+styleable MotionTelltales telltales_tailColor telltales_tailScale telltales_velocityMode
+styleable NavigationBarActiveIndicator android_height android_width android_color marginHorizontal shapeAppearance
+styleable NavigationBarView backgroundTint elevation itemActiveIndicatorStyle itemBackground itemIconSize itemIconTint itemPaddingBottom itemPaddingTop itemRippleColor itemTextAppearanceActive itemTextAppearanceInactive itemTextColor labelVisibilityMode menu
+styleable NavigationRailView headerLayout itemMinHeight menuGravity paddingBottomSystemWindowInsets paddingTopSystemWindowInsets
+styleable NavigationView android_layout_gravity android_background android_fitsSystemWindows android_maxWidth bottomInsetScrimEnabled dividerInsetEnd dividerInsetStart drawerLayoutCornerSize elevation headerLayout itemBackground itemHorizontalPadding itemIconPadding itemIconSize itemIconTint itemMaxLines itemRippleColor itemShapeAppearance itemShapeAppearanceOverlay itemShapeFillColor itemShapeInsetBottom itemShapeInsetEnd itemShapeInsetStart itemShapeInsetTop itemTextAppearance itemTextColor itemVerticalPadding menu shapeAppearance shapeAppearanceOverlay subheaderColor subheaderInsetEnd subheaderInsetStart subheaderTextAppearance topInsetScrimEnabled
+styleable OnClick clickAction targetId
+styleable OnSwipe autoCompleteMode dragDirection dragScale dragThreshold limitBoundsTo maxAcceleration maxVelocity moveWhenScrollAtTop nestedScrollFlags onTouchUp rotationCenterId springBoundary springDamping springMass springStiffness springStopThreshold touchAnchorId touchAnchorSide touchRegionId
+styleable PopupWindow android_popupBackground android_popupAnimationStyle overlapAnchor
+styleable PopupWindowBackgroundState state_above_anchor
+styleable PropertySet android_visibility android_alpha layout_constraintTag motionProgress visibilityMode
+styleable RadialViewGroup materialCircleRadius
+styleable RangeSlider minSeparation values
+styleable RecycleListView paddingBottomNoButtons paddingTopNoTitle
+styleable RecyclerView android_orientation android_clipToPadding android_descendantFocusability fastScrollEnabled fastScrollHorizontalThumbDrawable fastScrollHorizontalTrackDrawable fastScrollVerticalThumbDrawable fastScrollVerticalTrackDrawable layoutManager reverseLayout spanCount stackFromEnd
+styleable ScrimInsetsFrameLayout insetForeground
+styleable ScrollingViewBehavior_Layout behavior_overlapTop
+styleable SearchBar android_textAppearance android_text android_hint defaultMarginsEnabled defaultScrollFlagsEnabled elevation forceDefaultNavigationOnClickListener hideNavigationIcon navigationIconTint strokeColor strokeWidth tintNavigationIcon
+styleable SearchView android_textAppearance android_focusable android_maxWidth android_text android_hint android_inputType android_imeOptions animateMenuItems animateNavigationIcon autoShowKeyboard closeIcon commitIcon defaultQueryHint goIcon headerLayout hideNavigationIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon searchPrefixText submitBackground suggestionRowLayout useDrawerArrowDrawable voiceIcon
+styleable ShapeAppearance cornerFamily cornerFamilyBottomLeft cornerFamilyBottomRight cornerFamilyTopLeft cornerFamilyTopRight cornerSize cornerSizeBottomLeft cornerSizeBottomRight cornerSizeTopLeft cornerSizeTopRight
+styleable ShapeableImageView contentPadding contentPaddingBottom contentPaddingEnd contentPaddingLeft contentPaddingRight contentPaddingStart contentPaddingTop shapeAppearance shapeAppearanceOverlay strokeColor strokeWidth
+styleable SideSheetBehavior_Layout android_maxWidth android_maxHeight android_elevation backgroundTint behavior_draggable coplanarSiblingViewId shapeAppearance shapeAppearanceOverlay
+styleable Slider android_enabled android_value android_stepSize android_valueFrom android_valueTo haloColor haloRadius labelBehavior labelStyle minTouchTargetSize thumbColor thumbElevation thumbRadius thumbStrokeColor thumbStrokeWidth tickColor tickColorActive tickColorInactive tickVisible trackColor trackColorActive trackColorInactive trackHeight
+styleable Snackbar snackbarButtonStyle snackbarStyle snackbarTextViewStyle
+styleable SnackbarLayout android_maxWidth actionTextColorAlpha animationMode backgroundOverlayColorAlpha backgroundTint backgroundTintMode elevation maxActionInlineWidth shapeAppearance shapeAppearanceOverlay
+styleable Spinner android_entries android_popupBackground android_prompt android_dropDownWidth popupTheme
+styleable State android_id constraints
+styleable StateListDrawable android_dither android_visible android_variablePadding android_constantSize android_enterFadeDuration android_exitFadeDuration
+styleable StateListDrawableItem android_drawable
+styleable StateSet defaultState
+styleable SwitchCompat android_textOn android_textOff android_thumb showText splitTrack switchMinWidth switchPadding switchTextAppearance thumbTextPadding thumbTint thumbTintMode track trackTint trackTintMode
+styleable SwitchMaterial useMaterialThemeColors
+styleable TabItem android_icon android_layout android_text
+styleable TabLayout tabBackground tabContentStart tabGravity tabIconTint tabIconTintMode tabIndicator tabIndicatorAnimationDuration tabIndicatorAnimationMode tabIndicatorColor tabIndicatorFullWidth tabIndicatorGravity tabIndicatorHeight tabInlineLabel tabMaxWidth tabMinWidth tabMode tabPadding tabPaddingBottom tabPaddingEnd tabPaddingStart tabPaddingTop tabRippleColor tabSelectedTextAppearance tabSelectedTextColor tabTextAppearance tabTextColor tabUnboundedRipple
+styleable TextAppearance android_textSize android_typeface android_textStyle android_textColor android_textColorHint android_textColorLink android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_fontFamily android_textFontWeight fontFamily fontVariationSettings textAllCaps textLocale
+styleable TextEffects android_textSize android_typeface android_textStyle android_text android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_fontFamily borderRound borderRoundPercent textFillColor textOutlineColor textOutlineThickness
+styleable TextInputEditText textInputLayoutFocusedRectEnabled
+styleable TextInputLayout android_enabled android_textColorHint android_maxWidth android_minWidth android_hint android_maxEms android_minEms boxBackgroundColor boxBackgroundMode boxCollapsedPaddingTop boxCornerRadiusBottomEnd boxCornerRadiusBottomStart boxCornerRadiusTopEnd boxCornerRadiusTopStart boxStrokeColor boxStrokeErrorColor boxStrokeWidth boxStrokeWidthFocused counterEnabled counterMaxLength counterOverflowTextAppearance counterOverflowTextColor counterTextAppearance counterTextColor endIconCheckable endIconContentDescription endIconDrawable endIconMinSize endIconMode endIconScaleType endIconTint endIconTintMode errorAccessibilityLiveRegion errorContentDescription errorEnabled errorIconDrawable errorIconTint errorIconTintMode errorTextAppearance errorTextColor expandedHintEnabled helperText helperTextEnabled helperTextTextAppearance helperTextTextColor hintAnimationEnabled hintEnabled hintTextAppearance hintTextColor passwordToggleContentDescription passwordToggleDrawable passwordToggleEnabled passwordToggleTint passwordToggleTintMode placeholderText placeholderTextAppearance placeholderTextColor prefixText prefixTextAppearance prefixTextColor shapeAppearance shapeAppearanceOverlay startIconCheckable startIconContentDescription startIconDrawable startIconMinSize startIconScaleType startIconTint startIconTintMode suffixText suffixTextAppearance suffixTextColor
+styleable ThemeEnforcement android_textAppearance enforceMaterialTheme enforceTextAppearance
+styleable Toolbar android_gravity android_minHeight buttonGravity collapseContentDescription collapseIcon contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation logo logoDescription maxButtonHeight menu navigationContentDescription navigationIcon popupTheme subtitle subtitleTextAppearance subtitleTextColor title titleMargin titleMarginBottom titleMarginEnd titleMarginStart titleMarginTop titleMargins titleTextAppearance titleTextColor
+styleable Tooltip android_textAppearance android_textColor android_padding android_layout_margin android_minWidth android_minHeight android_text backgroundTint
+styleable Transform android_transformPivotX android_transformPivotY android_translationX android_translationY android_scaleX android_scaleY android_rotation android_rotationX android_rotationY android_translationZ android_elevation transformPivotTarget
+styleable Transition android_id autoTransition constraintSetEnd constraintSetStart duration layoutDuringTransition motionInterpolator pathMotionArc staggered transitionDisable transitionFlags
+styleable Variant constraints region_heightLessThan region_heightMoreThan region_widthLessThan region_widthMoreThan
+styleable View android_theme android_focusable paddingEnd paddingStart theme
+styleable ViewBackgroundHelper android_background backgroundTint backgroundTintMode
+styleable ViewPager2 android_orientation
+styleable ViewStubCompat android_id android_layout android_inflatedId
+styleable ViewTransition android_id SharedValue SharedValueId clearsTag duration ifTagNotSet ifTagSet motionInterpolator motionTarget onStateTransition pathMotionArc setsTag transitionDisable upDuration viewTransitionMode
+styleable include constraintSet
+xml backup_rules
+xml data_extraction_rules
diff --git a/Revive/android app/ReviveMyMemory/app/build/intermediates/variant_model/debug/variant_model.json b/Revive/android app/ReviveMyMemory/app/build/intermediates/variant_model/debug/variant_model.json
new file mode 100644
index 000000000..69f9d91ba
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/intermediates/variant_model/debug/variant_model.json differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab
new file mode 100644
index 000000000..12cb862e5
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream
new file mode 100644
index 000000000..00a7f39a3
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len
new file mode 100644
index 000000000..c37b2e3cb
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len
new file mode 100644
index 000000000..817b326d9
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at
new file mode 100644
index 000000000..20fbc794a
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i
new file mode 100644
index 000000000..f26dc0e55
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len
new file mode 100644
index 000000000..131e26574
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab
new file mode 100644
index 000000000..08bef4fa9
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream
new file mode 100644
index 000000000..eefedf4f9
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len
new file mode 100644
index 000000000..ddd2e51d9
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len
new file mode 100644
index 000000000..817b326d9
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at
new file mode 100644
index 000000000..9e593fa7d
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i
new file mode 100644
index 000000000..ec5918165
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len
new file mode 100644
index 000000000..131e26574
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab
new file mode 100644
index 000000000..fd6662a5a
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream
new file mode 100644
index 000000000..eefedf4f9
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len
new file mode 100644
index 000000000..ddd2e51d9
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len
new file mode 100644
index 000000000..817b326d9
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at
new file mode 100644
index 000000000..762a23817
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i
new file mode 100644
index 000000000..ec5918165
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len
new file mode 100644
index 000000000..131e26574
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab
new file mode 100644
index 000000000..aac4f5a99
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream
new file mode 100644
index 000000000..35ed91ec8
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream.len
new file mode 100644
index 000000000..5b8e1acbb
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.len
new file mode 100644
index 000000000..2a17e6e5b
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.values.at b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.values.at
new file mode 100644
index 000000000..b01ebd379
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.values.at differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i
new file mode 100644
index 000000000..5cd6e5168
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i.len
new file mode 100644
index 000000000..131e26574
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab
new file mode 100644
index 000000000..d11f574be
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream
new file mode 100644
index 000000000..5db6323f4
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len
new file mode 100644
index 000000000..ddd2e51d9
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len
new file mode 100644
index 000000000..817b326d9
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at
new file mode 100644
index 000000000..762a23817
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i
new file mode 100644
index 000000000..4b47960f0
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len
new file mode 100644
index 000000000..131e26574
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab
new file mode 100644
index 000000000..384ef68b4
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream
new file mode 100644
index 000000000..1f8ee59f9
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len
new file mode 100644
index 000000000..0150f67d7
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len
new file mode 100644
index 000000000..fa606b628
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at
new file mode 100644
index 000000000..e62f6b6aa
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i
new file mode 100644
index 000000000..cb0a011dc
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len
new file mode 100644
index 000000000..131e26574
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab
new file mode 100644
index 000000000..359b74403
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream
new file mode 100644
index 000000000..2255d2df8
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len
new file mode 100644
index 000000000..c37b2e3cb
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len
new file mode 100644
index 000000000..817b326d9
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at
new file mode 100644
index 000000000..b20be4570
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i
new file mode 100644
index 000000000..6c4ca6664
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len
new file mode 100644
index 000000000..131e26574
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab
new file mode 100644
index 000000000..6af8b97db
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream
new file mode 100644
index 000000000..c90ded481
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len
new file mode 100644
index 000000000..25c4d2fe9
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len
new file mode 100644
index 000000000..01bdaa1da
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at
new file mode 100644
index 000000000..17e9062c3
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i
new file mode 100644
index 000000000..4684dfc21
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len
new file mode 100644
index 000000000..131e26574
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab
new file mode 100644
index 000000000..7ad358bcf
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream
new file mode 100644
index 000000000..43265ba6e
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len
new file mode 100644
index 000000000..8ad5e8cb0
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len
new file mode 100644
index 000000000..9e27f732f
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at
new file mode 100644
index 000000000..96da66998
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i
new file mode 100644
index 000000000..94a343549
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len
new file mode 100644
index 000000000..131e26574
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab
new file mode 100644
index 000000000..0737472aa
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab
@@ -0,0 +1,2 @@
+10
+0
\ No newline at end of file
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab
new file mode 100644
index 000000000..ea39ac50a
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream
new file mode 100644
index 000000000..2255d2df8
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len
new file mode 100644
index 000000000..c37b2e3cb
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len
new file mode 100644
index 000000000..817b326d9
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at
new file mode 100644
index 000000000..263bcd3c1
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i
new file mode 100644
index 000000000..ca10526c5
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len
new file mode 100644
index 000000000..131e26574
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab
new file mode 100644
index 000000000..1a65ff2ae
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream
new file mode 100644
index 000000000..8ad02ff9d
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len
new file mode 100644
index 000000000..c15663dd6
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len
new file mode 100644
index 000000000..fd5292d4b
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at
new file mode 100644
index 000000000..762a23817
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i
new file mode 100644
index 000000000..5f2acb463
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len
new file mode 100644
index 000000000..131e26574
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab
new file mode 100644
index 000000000..7c5cfe963
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream
new file mode 100644
index 000000000..e952303a9
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len
new file mode 100644
index 000000000..69d03b054
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len
new file mode 100644
index 000000000..c637b2dc7
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at
new file mode 100644
index 000000000..2e966343a
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i
new file mode 100644
index 000000000..165d67a56
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len
new file mode 100644
index 000000000..131e26574
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/last-build.bin b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/last-build.bin
new file mode 100644
index 000000000..889e3918b
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/cacheable/last-build.bin differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/local-state/build-history.bin b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/local-state/build-history.bin
new file mode 100644
index 000000000..9c0e86391
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/kotlin/compileDebugKotlin/local-state/build-history.bin differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/outputs/logs/manifest-merger-debug-report.txt b/Revive/android app/ReviveMyMemory/app/build/outputs/logs/manifest-merger-debug-report.txt
new file mode 100644
index 000000000..0e23265ba
--- /dev/null
+++ b/Revive/android app/ReviveMyMemory/app/build/outputs/logs/manifest-merger-debug-report.txt
@@ -0,0 +1,316 @@
+-- Merging decision tree log ---
+manifest
+ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:2:1-37:12
+INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:2:1-37:12
+INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:2:1-37:12
+INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:2:1-37:12
+MERGED from [androidx.databinding:databinding-adapters:7.4.2] C:\Users\mhmdw\.gradle\caches\transforms-3\042a0cb473079b4ab3d911e5312763c0\transformed\databinding-adapters-7.4.2\AndroidManifest.xml:2:1-7:12
+MERGED from [androidx.databinding:databinding-ktx:7.4.2] C:\Users\mhmdw\.gradle\caches\transforms-3\3b3fc42e287d75bd6ce485d51cf45782\transformed\databinding-ktx-7.4.2\AndroidManifest.xml:2:1-7:12
+MERGED from [androidx.databinding:databinding-runtime:7.4.2] C:\Users\mhmdw\.gradle\caches\transforms-3\2f39a46430ef5bda8273860566a3eff8\transformed\databinding-runtime-7.4.2\AndroidManifest.xml:2:1-7:12
+MERGED from [androidx.databinding:viewbinding:7.4.2] C:\Users\mhmdw\.gradle\caches\transforms-3\0b639c4f3b3e2f9f22ab5b5410c9e8c8\transformed\viewbinding-7.4.2\AndroidManifest.xml:2:1-7:12
+MERGED from [com.intuit.ssp:ssp-android:1.0.6] C:\Users\mhmdw\.gradle\caches\transforms-3\bfcc77e708844d34c3925b27a20fb305\transformed\ssp-android-1.0.6\AndroidManifest.xml:2:1-11:12
+MERGED from [com.intuit.sdp:sdp-android:1.0.6] C:\Users\mhmdw\.gradle\caches\transforms-3\9aa3204c31f8c1fb6903fc423d8a3d82\transformed\sdp-android-1.0.6\AndroidManifest.xml:2:1-11:12
+MERGED from [com.airbnb.android:lottie:3.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\5a2714f4bbc0cdf11514cfbca0fdbbef\transformed\lottie-3.4.1\AndroidManifest.xml:2:1-11:12
+MERGED from [com.google.android.material:material:1.8.0] C:\Users\mhmdw\.gradle\caches\transforms-3\9ae6143ba7d88d1cbf68916d08d2afcb\transformed\material-1.8.0\AndroidManifest.xml:17:1-26:12
+MERGED from [androidx.constraintlayout:constraintlayout:2.1.4] C:\Users\mhmdw\.gradle\caches\transforms-3\fe5722c2d28764b765710ac6c318c6e8\transformed\constraintlayout-2.1.4\AndroidManifest.xml:2:1-11:12
+MERGED from [androidx.appcompat:appcompat-resources:1.6.1] C:\Users\mhmdw\.gradle\caches\transforms-3\41dcf42bc854479e43f628ab1a52618d\transformed\appcompat-resources-1.6.1\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.appcompat:appcompat:1.6.1] C:\Users\mhmdw\.gradle\caches\transforms-3\8d9343f569df63b726615d18b45679d4\transformed\appcompat-1.6.1\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.viewpager2:viewpager2:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\03d2eddd7c1e665a9f8b90894cf88345\transformed\viewpager2-1.0.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.fragment:fragment:1.3.6] C:\Users\mhmdw\.gradle\caches\transforms-3\93ac10b68cc6b2ecdb3339310a897f91\transformed\fragment-1.3.6\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.activity:activity:1.6.0] C:\Users\mhmdw\.gradle\caches\transforms-3\6bd59ce5ad314a42b8a1944d4e5257cc\transformed\activity-1.6.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.emoji2:emoji2-views-helper:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\16a06af682caf3e4461b750d0ec3329b\transformed\emoji2-views-helper-1.2.0\AndroidManifest.xml:2:1-7:12
+MERGED from [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\66814d0c9c223a08105bc116aeb53dd5\transformed\emoji2-1.2.0\AndroidManifest.xml:17:1-35:12
+MERGED from [androidx.drawerlayout:drawerlayout:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\ee697cd08c56d0500233d93c4fc892de\transformed\drawerlayout-1.1.1\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\38d09d4ba0d273158c68be2805b798b3\transformed\coordinatorlayout-1.1.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.dynamicanimation:dynamicanimation:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\408114025130bb6daf47149094ff07ef\transformed\dynamicanimation-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.transition:transition:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\d937372f4d1bea6dffbb3852bb38fc5f\transformed\transition-1.2.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.vectordrawable:vectordrawable-animated:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\cbbc4b372f1c21cdbfbf9f3be76a07c9\transformed\vectordrawable-animated-1.1.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.vectordrawable:vectordrawable:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\375f37d29d3e45d7544f4bc7612dcb8b\transformed\vectordrawable-1.1.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.viewpager:viewpager:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\032aa262003524a59cfb206aaf2be960\transformed\viewpager-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.legacy:legacy-support-core-utils:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\4a59aef806fb7c7447a1dadffb6842fc\transformed\legacy-support-core-utils-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.loader:loader:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\ad34293432ff94dc6ad001a6ed366bcd\transformed\loader-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.recyclerview:recyclerview:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\52d740e8e970387c182bf237433c154a\transformed\recyclerview-1.1.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.customview:customview:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\86203c94a007ded7889b26f3ef017f3d\transformed\customview-1.1.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\c73afc1fa215d9ca128620a3c01802b0\transformed\core-1.9.0\AndroidManifest.xml:17:1-30:12
+MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.5.1] C:\Users\mhmdw\.gradle\caches\transforms-3\b510763edb1ef6286222c38b148ec3db\transformed\lifecycle-viewmodel-2.5.1\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1] C:\Users\mhmdw\.gradle\caches\transforms-3\e563143b9fc1ce0498763a9307e41937\transformed\lifecycle-viewmodel-savedstate-2.5.1\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.core:core-ktx:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\3804df00b84543228f2beb9eb1b2fe30\transformed\core-ktx-1.9.0\AndroidManifest.xml:2:1-7:12
+MERGED from [androidx.lifecycle:lifecycle-runtime-ktx:2.4.0] C:\Users\mhmdw\.gradle\caches\transforms-3\0115fa269bcc312984151e82d1f30121\transformed\lifecycle-runtime-ktx-2.4.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.savedstate:savedstate:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\6c799608a67394e2261b50f8508ea239\transformed\savedstate-1.2.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.annotation:annotation-experimental:1.3.0] C:\Users\mhmdw\.gradle\caches\transforms-3\9fae957ef0e1266a83e5188cb210102e\transformed\annotation-experimental-1.3.0\AndroidManifest.xml:17:1-22:12
+MERGED from [de.hdodenhof:circleimageview:3.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\21762ccece556e1c4da05414121d0527\transformed\circleimageview-3.1.0\AndroidManifest.xml:2:1-11:12
+MERGED from [com.android.volley:volley:1.2.1] C:\Users\mhmdw\.gradle\caches\transforms-3\64fdcf132d91d1de4dc3c9b801b1db7a\transformed\volley-1.2.1\AndroidManifest.xml:2:1-7:12
+MERGED from [androidx.lifecycle:lifecycle-service:2.4.0] C:\Users\mhmdw\.gradle\caches\transforms-3\16f32fd4780a6cbc46c2b61dd036f32d\transformed\lifecycle-service-2.4.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\d64e7ca6b93f4a6c092b1dd37cf249d6\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:17:1-37:12
+MERGED from [androidx.lifecycle:lifecycle-runtime:2.5.1] C:\Users\mhmdw\.gradle\caches\transforms-3\bd2013a7ba3836a0788f3d8b2296a53a\transformed\lifecycle-runtime-2.5.1\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\26ded2edba86a9f74f387e6bc33c7208\transformed\cursoradapter-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.cardview:cardview:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\0f83c5d5bf7c6e76956157cb777fbf37\transformed\cardview-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.lifecycle:lifecycle-livedata:2.4.0] C:\Users\mhmdw\.gradle\caches\transforms-3\a4035989a7bd0a9c2ee20eaaea2e1985\transformed\lifecycle-livedata-2.4.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.5.1] C:\Users\mhmdw\.gradle\caches\transforms-3\d4c7398b925a7fa33014a3b3d90293a8\transformed\lifecycle-livedata-core-2.5.1\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.arch.core:core-runtime:2.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\6d9cccdff1fb1b85f5a78fc9236e2a3f\transformed\core-runtime-2.1.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\b4e080daf9c24dca88ead6ef595a4d7e\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:17:1-27:12
+MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\bdeac150b6ce0fcc7996d2b9a9f9c390\transformed\startup-runtime-1.1.1\AndroidManifest.xml:17:1-33:12
+MERGED from [androidx.tracing:tracing:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\efdd703d783765dd69a74b574073e1c3\transformed\tracing-1.0.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.interpolator:interpolator:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\a451e6aa662452d7affc319487109940\transformed\interpolator-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.documentfile:documentfile:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\7035a2135f2972f98fa12a92c56bc089\transformed\documentfile-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2ff53fee4bc33a1da5cdbfe55cfab510\transformed\localbroadcastmanager-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.print:print:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\a21766c7c1a00190a294c68fee7e28e6\transformed\print-1.0.0\AndroidManifest.xml:17:1-22:12
+INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:2:1-37:12
+INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:2:1-37:12
+INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:2:1-37:12
+ package
+ INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:2:1-37:12
+ INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml
+ android:versionName
+ INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:2:1-37:12
+ INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml
+ xmlns:tools
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:3:5-51
+ android:versionCode
+ INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:2:1-37:12
+ INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml
+ xmlns:android
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:2:11-69
+application
+ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:5:5-35:19
+MERGED from [com.airbnb.android:lottie:3.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\5a2714f4bbc0cdf11514cfbca0fdbbef\transformed\lottie-3.4.1\AndroidManifest.xml:9:5-20
+MERGED from [com.airbnb.android:lottie:3.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\5a2714f4bbc0cdf11514cfbca0fdbbef\transformed\lottie-3.4.1\AndroidManifest.xml:9:5-20
+MERGED from [com.google.android.material:material:1.8.0] C:\Users\mhmdw\.gradle\caches\transforms-3\9ae6143ba7d88d1cbf68916d08d2afcb\transformed\material-1.8.0\AndroidManifest.xml:24:5-20
+MERGED from [com.google.android.material:material:1.8.0] C:\Users\mhmdw\.gradle\caches\transforms-3\9ae6143ba7d88d1cbf68916d08d2afcb\transformed\material-1.8.0\AndroidManifest.xml:24:5-20
+MERGED from [androidx.constraintlayout:constraintlayout:2.1.4] C:\Users\mhmdw\.gradle\caches\transforms-3\fe5722c2d28764b765710ac6c318c6e8\transformed\constraintlayout-2.1.4\AndroidManifest.xml:9:5-20
+MERGED from [androidx.constraintlayout:constraintlayout:2.1.4] C:\Users\mhmdw\.gradle\caches\transforms-3\fe5722c2d28764b765710ac6c318c6e8\transformed\constraintlayout-2.1.4\AndroidManifest.xml:9:5-20
+MERGED from [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\66814d0c9c223a08105bc116aeb53dd5\transformed\emoji2-1.2.0\AndroidManifest.xml:23:5-33:19
+MERGED from [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\66814d0c9c223a08105bc116aeb53dd5\transformed\emoji2-1.2.0\AndroidManifest.xml:23:5-33:19
+MERGED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\c73afc1fa215d9ca128620a3c01802b0\transformed\core-1.9.0\AndroidManifest.xml:28:5-89
+MERGED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\c73afc1fa215d9ca128620a3c01802b0\transformed\core-1.9.0\AndroidManifest.xml:28:5-89
+MERGED from [de.hdodenhof:circleimageview:3.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\21762ccece556e1c4da05414121d0527\transformed\circleimageview-3.1.0\AndroidManifest.xml:9:5-20
+MERGED from [de.hdodenhof:circleimageview:3.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\21762ccece556e1c4da05414121d0527\transformed\circleimageview-3.1.0\AndroidManifest.xml:9:5-20
+MERGED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\d64e7ca6b93f4a6c092b1dd37cf249d6\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:25:5-35:19
+MERGED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\d64e7ca6b93f4a6c092b1dd37cf249d6\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:25:5-35:19
+MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\b4e080daf9c24dca88ead6ef595a4d7e\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:24:5-25:19
+MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\b4e080daf9c24dca88ead6ef595a4d7e\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:24:5-25:19
+MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\bdeac150b6ce0fcc7996d2b9a9f9c390\transformed\startup-runtime-1.1.1\AndroidManifest.xml:25:5-31:19
+MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\bdeac150b6ce0fcc7996d2b9a9f9c390\transformed\startup-runtime-1.1.1\AndroidManifest.xml:25:5-31:19
+ android:appComponentFactory
+ ADDED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\c73afc1fa215d9ca128620a3c01802b0\transformed\core-1.9.0\AndroidManifest.xml:28:18-86
+ android:supportsRtl
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:11:9-35
+ android:label
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:10:9-41
+ android:fullBackupContent
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:8:9-54
+ tools:targetApi
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:13:9-29
+ android:icon
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:9:9-43
+ android:allowBackup
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:6:9-35
+ android:theme
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:12:9-52
+ android:dataExtractionRules
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:7:9-65
+activity#com.example.revivemymemory.ui.ForgetSuccessfulSendActivity
+ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:14:9-16:40
+ android:exported
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:16:13-37
+ android:name
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:15:13-60
+activity#com.example.revivemymemory.ui.ForgetPasswordActivity
+ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:17:9-19:40
+ android:exported
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:19:13-37
+ android:name
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:18:13-54
+activity#com.example.revivemymemory.ui.REgisterActivity
+ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:20:9-22:40
+ android:exported
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:22:13-37
+ android:name
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:21:13-48
+activity#com.example.revivemymemory.ui.HomeActivity
+ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:23:9-25:40
+ android:exported
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:25:13-37
+ android:name
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:24:13-44
+activity#com.example.revivemymemory.ui.LoginActivity
+ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:26:9-34:20
+ android:exported
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:28:13-36
+ android:name
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:27:13-45
+intent-filter#action:name:android.intent.action.MAIN+category:name:android.intent.category.LAUNCHER
+ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:29:13-33:29
+action#android.intent.action.MAIN
+ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:30:17-69
+ android:name
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:30:25-66
+category#android.intent.category.LAUNCHER
+ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:32:17-77
+ android:name
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml:32:27-74
+uses-sdk
+INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml reason: use-sdk injection requested
+INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml
+INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml
+MERGED from [androidx.databinding:databinding-adapters:7.4.2] C:\Users\mhmdw\.gradle\caches\transforms-3\042a0cb473079b4ab3d911e5312763c0\transformed\databinding-adapters-7.4.2\AndroidManifest.xml:5:5-44
+MERGED from [androidx.databinding:databinding-adapters:7.4.2] C:\Users\mhmdw\.gradle\caches\transforms-3\042a0cb473079b4ab3d911e5312763c0\transformed\databinding-adapters-7.4.2\AndroidManifest.xml:5:5-44
+MERGED from [androidx.databinding:databinding-ktx:7.4.2] C:\Users\mhmdw\.gradle\caches\transforms-3\3b3fc42e287d75bd6ce485d51cf45782\transformed\databinding-ktx-7.4.2\AndroidManifest.xml:5:5-44
+MERGED from [androidx.databinding:databinding-ktx:7.4.2] C:\Users\mhmdw\.gradle\caches\transforms-3\3b3fc42e287d75bd6ce485d51cf45782\transformed\databinding-ktx-7.4.2\AndroidManifest.xml:5:5-44
+MERGED from [androidx.databinding:databinding-runtime:7.4.2] C:\Users\mhmdw\.gradle\caches\transforms-3\2f39a46430ef5bda8273860566a3eff8\transformed\databinding-runtime-7.4.2\AndroidManifest.xml:5:5-44
+MERGED from [androidx.databinding:databinding-runtime:7.4.2] C:\Users\mhmdw\.gradle\caches\transforms-3\2f39a46430ef5bda8273860566a3eff8\transformed\databinding-runtime-7.4.2\AndroidManifest.xml:5:5-44
+MERGED from [androidx.databinding:viewbinding:7.4.2] C:\Users\mhmdw\.gradle\caches\transforms-3\0b639c4f3b3e2f9f22ab5b5410c9e8c8\transformed\viewbinding-7.4.2\AndroidManifest.xml:5:5-44
+MERGED from [androidx.databinding:viewbinding:7.4.2] C:\Users\mhmdw\.gradle\caches\transforms-3\0b639c4f3b3e2f9f22ab5b5410c9e8c8\transformed\viewbinding-7.4.2\AndroidManifest.xml:5:5-44
+MERGED from [com.intuit.ssp:ssp-android:1.0.6] C:\Users\mhmdw\.gradle\caches\transforms-3\bfcc77e708844d34c3925b27a20fb305\transformed\ssp-android-1.0.6\AndroidManifest.xml:7:5-9:41
+MERGED from [com.intuit.ssp:ssp-android:1.0.6] C:\Users\mhmdw\.gradle\caches\transforms-3\bfcc77e708844d34c3925b27a20fb305\transformed\ssp-android-1.0.6\AndroidManifest.xml:7:5-9:41
+MERGED from [com.intuit.sdp:sdp-android:1.0.6] C:\Users\mhmdw\.gradle\caches\transforms-3\9aa3204c31f8c1fb6903fc423d8a3d82\transformed\sdp-android-1.0.6\AndroidManifest.xml:7:5-9:41
+MERGED from [com.intuit.sdp:sdp-android:1.0.6] C:\Users\mhmdw\.gradle\caches\transforms-3\9aa3204c31f8c1fb6903fc423d8a3d82\transformed\sdp-android-1.0.6\AndroidManifest.xml:7:5-9:41
+MERGED from [com.airbnb.android:lottie:3.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\5a2714f4bbc0cdf11514cfbca0fdbbef\transformed\lottie-3.4.1\AndroidManifest.xml:5:5-7:41
+MERGED from [com.airbnb.android:lottie:3.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\5a2714f4bbc0cdf11514cfbca0fdbbef\transformed\lottie-3.4.1\AndroidManifest.xml:5:5-7:41
+MERGED from [com.google.android.material:material:1.8.0] C:\Users\mhmdw\.gradle\caches\transforms-3\9ae6143ba7d88d1cbf68916d08d2afcb\transformed\material-1.8.0\AndroidManifest.xml:20:5-22:41
+MERGED from [com.google.android.material:material:1.8.0] C:\Users\mhmdw\.gradle\caches\transforms-3\9ae6143ba7d88d1cbf68916d08d2afcb\transformed\material-1.8.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.constraintlayout:constraintlayout:2.1.4] C:\Users\mhmdw\.gradle\caches\transforms-3\fe5722c2d28764b765710ac6c318c6e8\transformed\constraintlayout-2.1.4\AndroidManifest.xml:5:5-7:41
+MERGED from [androidx.constraintlayout:constraintlayout:2.1.4] C:\Users\mhmdw\.gradle\caches\transforms-3\fe5722c2d28764b765710ac6c318c6e8\transformed\constraintlayout-2.1.4\AndroidManifest.xml:5:5-7:41
+MERGED from [androidx.appcompat:appcompat-resources:1.6.1] C:\Users\mhmdw\.gradle\caches\transforms-3\41dcf42bc854479e43f628ab1a52618d\transformed\appcompat-resources-1.6.1\AndroidManifest.xml:20:5-44
+MERGED from [androidx.appcompat:appcompat-resources:1.6.1] C:\Users\mhmdw\.gradle\caches\transforms-3\41dcf42bc854479e43f628ab1a52618d\transformed\appcompat-resources-1.6.1\AndroidManifest.xml:20:5-44
+MERGED from [androidx.appcompat:appcompat:1.6.1] C:\Users\mhmdw\.gradle\caches\transforms-3\8d9343f569df63b726615d18b45679d4\transformed\appcompat-1.6.1\AndroidManifest.xml:20:5-44
+MERGED from [androidx.appcompat:appcompat:1.6.1] C:\Users\mhmdw\.gradle\caches\transforms-3\8d9343f569df63b726615d18b45679d4\transformed\appcompat-1.6.1\AndroidManifest.xml:20:5-44
+MERGED from [androidx.viewpager2:viewpager2:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\03d2eddd7c1e665a9f8b90894cf88345\transformed\viewpager2-1.0.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.viewpager2:viewpager2:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\03d2eddd7c1e665a9f8b90894cf88345\transformed\viewpager2-1.0.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.fragment:fragment:1.3.6] C:\Users\mhmdw\.gradle\caches\transforms-3\93ac10b68cc6b2ecdb3339310a897f91\transformed\fragment-1.3.6\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.fragment:fragment:1.3.6] C:\Users\mhmdw\.gradle\caches\transforms-3\93ac10b68cc6b2ecdb3339310a897f91\transformed\fragment-1.3.6\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.activity:activity:1.6.0] C:\Users\mhmdw\.gradle\caches\transforms-3\6bd59ce5ad314a42b8a1944d4e5257cc\transformed\activity-1.6.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.activity:activity:1.6.0] C:\Users\mhmdw\.gradle\caches\transforms-3\6bd59ce5ad314a42b8a1944d4e5257cc\transformed\activity-1.6.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.emoji2:emoji2-views-helper:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\16a06af682caf3e4461b750d0ec3329b\transformed\emoji2-views-helper-1.2.0\AndroidManifest.xml:5:5-44
+MERGED from [androidx.emoji2:emoji2-views-helper:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\16a06af682caf3e4461b750d0ec3329b\transformed\emoji2-views-helper-1.2.0\AndroidManifest.xml:5:5-44
+MERGED from [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\66814d0c9c223a08105bc116aeb53dd5\transformed\emoji2-1.2.0\AndroidManifest.xml:21:5-44
+MERGED from [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\66814d0c9c223a08105bc116aeb53dd5\transformed\emoji2-1.2.0\AndroidManifest.xml:21:5-44
+MERGED from [androidx.drawerlayout:drawerlayout:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\ee697cd08c56d0500233d93c4fc892de\transformed\drawerlayout-1.1.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.drawerlayout:drawerlayout:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\ee697cd08c56d0500233d93c4fc892de\transformed\drawerlayout-1.1.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\38d09d4ba0d273158c68be2805b798b3\transformed\coordinatorlayout-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\38d09d4ba0d273158c68be2805b798b3\transformed\coordinatorlayout-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.dynamicanimation:dynamicanimation:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\408114025130bb6daf47149094ff07ef\transformed\dynamicanimation-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.dynamicanimation:dynamicanimation:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\408114025130bb6daf47149094ff07ef\transformed\dynamicanimation-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.transition:transition:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\d937372f4d1bea6dffbb3852bb38fc5f\transformed\transition-1.2.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.transition:transition:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\d937372f4d1bea6dffbb3852bb38fc5f\transformed\transition-1.2.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.vectordrawable:vectordrawable-animated:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\cbbc4b372f1c21cdbfbf9f3be76a07c9\transformed\vectordrawable-animated-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.vectordrawable:vectordrawable-animated:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\cbbc4b372f1c21cdbfbf9f3be76a07c9\transformed\vectordrawable-animated-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.vectordrawable:vectordrawable:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\375f37d29d3e45d7544f4bc7612dcb8b\transformed\vectordrawable-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.vectordrawable:vectordrawable:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\375f37d29d3e45d7544f4bc7612dcb8b\transformed\vectordrawable-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.viewpager:viewpager:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\032aa262003524a59cfb206aaf2be960\transformed\viewpager-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.viewpager:viewpager:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\032aa262003524a59cfb206aaf2be960\transformed\viewpager-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.legacy:legacy-support-core-utils:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\4a59aef806fb7c7447a1dadffb6842fc\transformed\legacy-support-core-utils-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.legacy:legacy-support-core-utils:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\4a59aef806fb7c7447a1dadffb6842fc\transformed\legacy-support-core-utils-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.loader:loader:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\ad34293432ff94dc6ad001a6ed366bcd\transformed\loader-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.loader:loader:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\ad34293432ff94dc6ad001a6ed366bcd\transformed\loader-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.recyclerview:recyclerview:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\52d740e8e970387c182bf237433c154a\transformed\recyclerview-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.recyclerview:recyclerview:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\52d740e8e970387c182bf237433c154a\transformed\recyclerview-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.customview:customview:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\86203c94a007ded7889b26f3ef017f3d\transformed\customview-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.customview:customview:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\86203c94a007ded7889b26f3ef017f3d\transformed\customview-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\c73afc1fa215d9ca128620a3c01802b0\transformed\core-1.9.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\c73afc1fa215d9ca128620a3c01802b0\transformed\core-1.9.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.5.1] C:\Users\mhmdw\.gradle\caches\transforms-3\b510763edb1ef6286222c38b148ec3db\transformed\lifecycle-viewmodel-2.5.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.5.1] C:\Users\mhmdw\.gradle\caches\transforms-3\b510763edb1ef6286222c38b148ec3db\transformed\lifecycle-viewmodel-2.5.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1] C:\Users\mhmdw\.gradle\caches\transforms-3\e563143b9fc1ce0498763a9307e41937\transformed\lifecycle-viewmodel-savedstate-2.5.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1] C:\Users\mhmdw\.gradle\caches\transforms-3\e563143b9fc1ce0498763a9307e41937\transformed\lifecycle-viewmodel-savedstate-2.5.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.core:core-ktx:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\3804df00b84543228f2beb9eb1b2fe30\transformed\core-ktx-1.9.0\AndroidManifest.xml:5:5-44
+MERGED from [androidx.core:core-ktx:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\3804df00b84543228f2beb9eb1b2fe30\transformed\core-ktx-1.9.0\AndroidManifest.xml:5:5-44
+MERGED from [androidx.lifecycle:lifecycle-runtime-ktx:2.4.0] C:\Users\mhmdw\.gradle\caches\transforms-3\0115fa269bcc312984151e82d1f30121\transformed\lifecycle-runtime-ktx-2.4.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-runtime-ktx:2.4.0] C:\Users\mhmdw\.gradle\caches\transforms-3\0115fa269bcc312984151e82d1f30121\transformed\lifecycle-runtime-ktx-2.4.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.savedstate:savedstate:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\6c799608a67394e2261b50f8508ea239\transformed\savedstate-1.2.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.savedstate:savedstate:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\6c799608a67394e2261b50f8508ea239\transformed\savedstate-1.2.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.annotation:annotation-experimental:1.3.0] C:\Users\mhmdw\.gradle\caches\transforms-3\9fae957ef0e1266a83e5188cb210102e\transformed\annotation-experimental-1.3.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.annotation:annotation-experimental:1.3.0] C:\Users\mhmdw\.gradle\caches\transforms-3\9fae957ef0e1266a83e5188cb210102e\transformed\annotation-experimental-1.3.0\AndroidManifest.xml:20:5-44
+MERGED from [de.hdodenhof:circleimageview:3.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\21762ccece556e1c4da05414121d0527\transformed\circleimageview-3.1.0\AndroidManifest.xml:5:5-7:41
+MERGED from [de.hdodenhof:circleimageview:3.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\21762ccece556e1c4da05414121d0527\transformed\circleimageview-3.1.0\AndroidManifest.xml:5:5-7:41
+MERGED from [com.android.volley:volley:1.2.1] C:\Users\mhmdw\.gradle\caches\transforms-3\64fdcf132d91d1de4dc3c9b801b1db7a\transformed\volley-1.2.1\AndroidManifest.xml:5:5-43
+MERGED from [com.android.volley:volley:1.2.1] C:\Users\mhmdw\.gradle\caches\transforms-3\64fdcf132d91d1de4dc3c9b801b1db7a\transformed\volley-1.2.1\AndroidManifest.xml:5:5-43
+MERGED from [androidx.lifecycle:lifecycle-service:2.4.0] C:\Users\mhmdw\.gradle\caches\transforms-3\16f32fd4780a6cbc46c2b61dd036f32d\transformed\lifecycle-service-2.4.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-service:2.4.0] C:\Users\mhmdw\.gradle\caches\transforms-3\16f32fd4780a6cbc46c2b61dd036f32d\transformed\lifecycle-service-2.4.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\d64e7ca6b93f4a6c092b1dd37cf249d6\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:21:5-23:41
+MERGED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\d64e7ca6b93f4a6c092b1dd37cf249d6\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:21:5-23:41
+MERGED from [androidx.lifecycle:lifecycle-runtime:2.5.1] C:\Users\mhmdw\.gradle\caches\transforms-3\bd2013a7ba3836a0788f3d8b2296a53a\transformed\lifecycle-runtime-2.5.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-runtime:2.5.1] C:\Users\mhmdw\.gradle\caches\transforms-3\bd2013a7ba3836a0788f3d8b2296a53a\transformed\lifecycle-runtime-2.5.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\26ded2edba86a9f74f387e6bc33c7208\transformed\cursoradapter-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\26ded2edba86a9f74f387e6bc33c7208\transformed\cursoradapter-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.cardview:cardview:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\0f83c5d5bf7c6e76956157cb777fbf37\transformed\cardview-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.cardview:cardview:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\0f83c5d5bf7c6e76956157cb777fbf37\transformed\cardview-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.lifecycle:lifecycle-livedata:2.4.0] C:\Users\mhmdw\.gradle\caches\transforms-3\a4035989a7bd0a9c2ee20eaaea2e1985\transformed\lifecycle-livedata-2.4.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-livedata:2.4.0] C:\Users\mhmdw\.gradle\caches\transforms-3\a4035989a7bd0a9c2ee20eaaea2e1985\transformed\lifecycle-livedata-2.4.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.5.1] C:\Users\mhmdw\.gradle\caches\transforms-3\d4c7398b925a7fa33014a3b3d90293a8\transformed\lifecycle-livedata-core-2.5.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.5.1] C:\Users\mhmdw\.gradle\caches\transforms-3\d4c7398b925a7fa33014a3b3d90293a8\transformed\lifecycle-livedata-core-2.5.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.arch.core:core-runtime:2.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\6d9cccdff1fb1b85f5a78fc9236e2a3f\transformed\core-runtime-2.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.arch.core:core-runtime:2.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\6d9cccdff1fb1b85f5a78fc9236e2a3f\transformed\core-runtime-2.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\b4e080daf9c24dca88ead6ef595a4d7e\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\b4e080daf9c24dca88ead6ef595a4d7e\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\bdeac150b6ce0fcc7996d2b9a9f9c390\transformed\startup-runtime-1.1.1\AndroidManifest.xml:21:5-23:41
+MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\bdeac150b6ce0fcc7996d2b9a9f9c390\transformed\startup-runtime-1.1.1\AndroidManifest.xml:21:5-23:41
+MERGED from [androidx.tracing:tracing:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\efdd703d783765dd69a74b574073e1c3\transformed\tracing-1.0.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.tracing:tracing:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\efdd703d783765dd69a74b574073e1c3\transformed\tracing-1.0.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.interpolator:interpolator:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\a451e6aa662452d7affc319487109940\transformed\interpolator-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.interpolator:interpolator:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\a451e6aa662452d7affc319487109940\transformed\interpolator-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.documentfile:documentfile:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\7035a2135f2972f98fa12a92c56bc089\transformed\documentfile-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.documentfile:documentfile:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\7035a2135f2972f98fa12a92c56bc089\transformed\documentfile-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2ff53fee4bc33a1da5cdbfe55cfab510\transformed\localbroadcastmanager-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2ff53fee4bc33a1da5cdbfe55cfab510\transformed\localbroadcastmanager-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.print:print:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\a21766c7c1a00190a294c68fee7e28e6\transformed\print-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.print:print:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\a21766c7c1a00190a294c68fee7e28e6\transformed\print-1.0.0\AndroidManifest.xml:20:5-44
+INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml
+INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml
+ android:targetSdkVersion
+ INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml
+ INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml
+ android:minSdkVersion
+ INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml
+ INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\ReviveMyMemory\app\src\main\AndroidManifest.xml
+provider#androidx.startup.InitializationProvider
+ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\66814d0c9c223a08105bc116aeb53dd5\transformed\emoji2-1.2.0\AndroidManifest.xml:24:9-32:20
+MERGED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\d64e7ca6b93f4a6c092b1dd37cf249d6\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:26:9-34:20
+MERGED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\d64e7ca6b93f4a6c092b1dd37cf249d6\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:26:9-34:20
+MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\bdeac150b6ce0fcc7996d2b9a9f9c390\transformed\startup-runtime-1.1.1\AndroidManifest.xml:26:9-30:34
+MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\bdeac150b6ce0fcc7996d2b9a9f9c390\transformed\startup-runtime-1.1.1\AndroidManifest.xml:26:9-30:34
+ tools:node
+ ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\66814d0c9c223a08105bc116aeb53dd5\transformed\emoji2-1.2.0\AndroidManifest.xml:28:13-31
+ android:authorities
+ ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\66814d0c9c223a08105bc116aeb53dd5\transformed\emoji2-1.2.0\AndroidManifest.xml:26:13-68
+ android:exported
+ ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\66814d0c9c223a08105bc116aeb53dd5\transformed\emoji2-1.2.0\AndroidManifest.xml:27:13-37
+ android:name
+ ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\66814d0c9c223a08105bc116aeb53dd5\transformed\emoji2-1.2.0\AndroidManifest.xml:25:13-67
+meta-data#androidx.emoji2.text.EmojiCompatInitializer
+ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\66814d0c9c223a08105bc116aeb53dd5\transformed\emoji2-1.2.0\AndroidManifest.xml:29:13-31:52
+ android:value
+ ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\66814d0c9c223a08105bc116aeb53dd5\transformed\emoji2-1.2.0\AndroidManifest.xml:31:17-49
+ android:name
+ ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\66814d0c9c223a08105bc116aeb53dd5\transformed\emoji2-1.2.0\AndroidManifest.xml:30:17-75
+permission#${applicationId}.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
+ADDED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\c73afc1fa215d9ca128620a3c01802b0\transformed\core-1.9.0\AndroidManifest.xml:22:5-24:47
+ android:protectionLevel
+ ADDED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\c73afc1fa215d9ca128620a3c01802b0\transformed\core-1.9.0\AndroidManifest.xml:24:9-44
+ android:name
+ ADDED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\c73afc1fa215d9ca128620a3c01802b0\transformed\core-1.9.0\AndroidManifest.xml:23:9-81
+permission#com.example.revivemymemory.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
+ADDED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\c73afc1fa215d9ca128620a3c01802b0\transformed\core-1.9.0\AndroidManifest.xml:22:5-24:47
+ android:protectionLevel
+ ADDED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\c73afc1fa215d9ca128620a3c01802b0\transformed\core-1.9.0\AndroidManifest.xml:24:9-44
+ android:name
+ ADDED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\c73afc1fa215d9ca128620a3c01802b0\transformed\core-1.9.0\AndroidManifest.xml:23:9-81
+uses-permission#${applicationId}.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
+ADDED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\c73afc1fa215d9ca128620a3c01802b0\transformed\core-1.9.0\AndroidManifest.xml:26:5-97
+ android:name
+ ADDED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\c73afc1fa215d9ca128620a3c01802b0\transformed\core-1.9.0\AndroidManifest.xml:26:22-94
+uses-permission#com.example.revivemymemory.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
+ADDED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\c73afc1fa215d9ca128620a3c01802b0\transformed\core-1.9.0\AndroidManifest.xml:26:5-97
+ android:name
+ ADDED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\c73afc1fa215d9ca128620a3c01802b0\transformed\core-1.9.0\AndroidManifest.xml:26:22-94
+meta-data#androidx.lifecycle.ProcessLifecycleInitializer
+ADDED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\d64e7ca6b93f4a6c092b1dd37cf249d6\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:31:13-33:52
+ android:value
+ ADDED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\d64e7ca6b93f4a6c092b1dd37cf249d6\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:33:17-49
+ android:name
+ ADDED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\d64e7ca6b93f4a6c092b1dd37cf249d6\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:32:17-78
diff --git a/Revive/android app/ReviveMyMemory/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin b/Revive/android app/ReviveMyMemory/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin
new file mode 100644
index 000000000..c706e3656
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/tmp/kotlin-classes/debug/META-INF/app_debug.kotlin_module b/Revive/android app/ReviveMyMemory/app/build/tmp/kotlin-classes/debug/META-INF/app_debug.kotlin_module
new file mode 100644
index 000000000..3aa63618c
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/tmp/kotlin-classes/debug/META-INF/app_debug.kotlin_module differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/tmp/kotlin-classes/debug/com/example/revivemymemory/models/MyConfig.class b/Revive/android app/ReviveMyMemory/app/build/tmp/kotlin-classes/debug/com/example/revivemymemory/models/MyConfig.class
new file mode 100644
index 000000000..57033cc9d
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/tmp/kotlin-classes/debug/com/example/revivemymemory/models/MyConfig.class differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/tmp/kotlin-classes/debug/com/example/revivemymemory/models/MyRequest.class b/Revive/android app/ReviveMyMemory/app/build/tmp/kotlin-classes/debug/com/example/revivemymemory/models/MyRequest.class
new file mode 100644
index 000000000..dfdd81f9d
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/tmp/kotlin-classes/debug/com/example/revivemymemory/models/MyRequest.class differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/tmp/kotlin-classes/debug/com/example/revivemymemory/ui/ForgetPasswordActivity.class b/Revive/android app/ReviveMyMemory/app/build/tmp/kotlin-classes/debug/com/example/revivemymemory/ui/ForgetPasswordActivity.class
new file mode 100644
index 000000000..05b98fe8d
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/tmp/kotlin-classes/debug/com/example/revivemymemory/ui/ForgetPasswordActivity.class differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/tmp/kotlin-classes/debug/com/example/revivemymemory/ui/ForgetSuccessfulSendActivity.class b/Revive/android app/ReviveMyMemory/app/build/tmp/kotlin-classes/debug/com/example/revivemymemory/ui/ForgetSuccessfulSendActivity.class
new file mode 100644
index 000000000..97415e2c3
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/tmp/kotlin-classes/debug/com/example/revivemymemory/ui/ForgetSuccessfulSendActivity.class differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/tmp/kotlin-classes/debug/com/example/revivemymemory/ui/HomeActivity.class b/Revive/android app/ReviveMyMemory/app/build/tmp/kotlin-classes/debug/com/example/revivemymemory/ui/HomeActivity.class
new file mode 100644
index 000000000..b5c654bfa
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/tmp/kotlin-classes/debug/com/example/revivemymemory/ui/HomeActivity.class differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/tmp/kotlin-classes/debug/com/example/revivemymemory/ui/LoginActivity.class b/Revive/android app/ReviveMyMemory/app/build/tmp/kotlin-classes/debug/com/example/revivemymemory/ui/LoginActivity.class
new file mode 100644
index 000000000..724aa8002
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/tmp/kotlin-classes/debug/com/example/revivemymemory/ui/LoginActivity.class differ
diff --git a/Revive/android app/ReviveMyMemory/app/build/tmp/kotlin-classes/debug/com/example/revivemymemory/ui/REgisterActivity.class b/Revive/android app/ReviveMyMemory/app/build/tmp/kotlin-classes/debug/com/example/revivemymemory/ui/REgisterActivity.class
new file mode 100644
index 000000000..b90134d04
Binary files /dev/null and b/Revive/android app/ReviveMyMemory/app/build/tmp/kotlin-classes/debug/com/example/revivemymemory/ui/REgisterActivity.class differ
diff --git a/Revive/android app/new revive/.idea/assetWizardSettings.xml b/Revive/android app/new revive/.idea/assetWizardSettings.xml
new file mode 100644
index 000000000..7aa278514
--- /dev/null
+++ b/Revive/android app/new revive/.idea/assetWizardSettings.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/.idea/workspace.xml b/Revive/android app/new revive/.idea/workspace.xml
new file mode 100644
index 000000000..bebcb9fa0
--- /dev/null
+++ b/Revive/android app/new revive/.idea/workspace.xml
@@ -0,0 +1,316 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {
+ "keyToString": {
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
+ "RunOnceActivity.ShowReadmeOnStart": "true",
+ "RunOnceActivity.cidr.known.project.marker": "true",
+ "cidr.known.project.marker": "true",
+ "com.google.services.firebase.aqiPopupShown": "true",
+ "last_directory_selection": "E:/graduation/Revive_My_Memory/Revive/android app/new revive/app/src/main/res/drawable",
+ "last_opened_file_path": "E:/graduation/KOVID-19-master",
+ "project.structure.last.edited": "Dependencies",
+ "project.structure.proportion": "0.17",
+ "project.structure.side.proportion": "0.2"
+ }
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1678044111182
+
+
+ 1678044111182
+
+
+ 1678563411656
+
+
+
+ 1678563411656
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/newrevive/databinding/ActivityDoctorPostBinding.java b/Revive/android app/new revive/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/newrevive/databinding/ActivityDoctorPostBinding.java
new file mode 100644
index 000000000..5f5babd6f
--- /dev/null
+++ b/Revive/android app/new revive/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/newrevive/databinding/ActivityDoctorPostBinding.java
@@ -0,0 +1,52 @@
+// Generated by view binder compiler. Do not edit!
+package com.example.newrevive.databinding;
+
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.constraintlayout.widget.ConstraintLayout;
+import androidx.viewbinding.ViewBinding;
+import com.example.newrevive.R;
+import java.lang.NullPointerException;
+import java.lang.Override;
+
+public final class ActivityDoctorPostBinding implements ViewBinding {
+ @NonNull
+ private final ConstraintLayout rootView;
+
+ private ActivityDoctorPostBinding(@NonNull ConstraintLayout rootView) {
+ this.rootView = rootView;
+ }
+
+ @Override
+ @NonNull
+ public ConstraintLayout getRoot() {
+ return rootView;
+ }
+
+ @NonNull
+ public static ActivityDoctorPostBinding inflate(@NonNull LayoutInflater inflater) {
+ return inflate(inflater, null, false);
+ }
+
+ @NonNull
+ public static ActivityDoctorPostBinding inflate(@NonNull LayoutInflater inflater,
+ @Nullable ViewGroup parent, boolean attachToParent) {
+ View root = inflater.inflate(R.layout.activity_doctor_post, parent, false);
+ if (attachToParent) {
+ parent.addView(root);
+ }
+ return bind(root);
+ }
+
+ @NonNull
+ public static ActivityDoctorPostBinding bind(@NonNull View rootView) {
+ if (rootView == null) {
+ throw new NullPointerException("rootView");
+ }
+
+ return new ActivityDoctorPostBinding((ConstraintLayout) rootView);
+ }
+}
diff --git a/Revive/android app/new revive/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/newrevive/databinding/ActivityHomeBinding.java b/Revive/android app/new revive/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/newrevive/databinding/ActivityHomeBinding.java
new file mode 100644
index 000000000..b20c43613
--- /dev/null
+++ b/Revive/android app/new revive/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/newrevive/databinding/ActivityHomeBinding.java
@@ -0,0 +1,206 @@
+// Generated by view binder compiler. Do not edit!
+package com.example.newrevive.databinding;
+
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.ImageView;
+import android.widget.TextView;
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.constraintlayout.widget.ConstraintLayout;
+import androidx.viewbinding.ViewBinding;
+import androidx.viewbinding.ViewBindings;
+import com.example.newrevive.R;
+import java.lang.NullPointerException;
+import java.lang.Override;
+import java.lang.String;
+
+public final class ActivityHomeBinding implements ViewBinding {
+ @NonNull
+ private final ConstraintLayout rootView;
+
+ @NonNull
+ public final ConstraintLayout MyTasks;
+
+ @NonNull
+ public final ConstraintLayout doctorsPost;
+
+ @NonNull
+ public final ImageView imageView10;
+
+ @NonNull
+ public final ImageView imageView4;
+
+ @NonNull
+ public final ImageView imageView5;
+
+ @NonNull
+ public final ImageView imageView7;
+
+ @NonNull
+ public final ImageView imageView8;
+
+ @NonNull
+ public final ImageView imageView9;
+
+ @NonNull
+ public final ImageView profileImage;
+
+ @NonNull
+ public final TextView textView2;
+
+ @NonNull
+ public final TextView textView3;
+
+ @NonNull
+ public final TextView textView4;
+
+ @NonNull
+ public final TextView textView5;
+
+ @NonNull
+ public final TextView textView6;
+
+ private ActivityHomeBinding(@NonNull ConstraintLayout rootView, @NonNull ConstraintLayout MyTasks,
+ @NonNull ConstraintLayout doctorsPost, @NonNull ImageView imageView10,
+ @NonNull ImageView imageView4, @NonNull ImageView imageView5, @NonNull ImageView imageView7,
+ @NonNull ImageView imageView8, @NonNull ImageView imageView9, @NonNull ImageView profileImage,
+ @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4,
+ @NonNull TextView textView5, @NonNull TextView textView6) {
+ this.rootView = rootView;
+ this.MyTasks = MyTasks;
+ this.doctorsPost = doctorsPost;
+ this.imageView10 = imageView10;
+ this.imageView4 = imageView4;
+ this.imageView5 = imageView5;
+ this.imageView7 = imageView7;
+ this.imageView8 = imageView8;
+ this.imageView9 = imageView9;
+ this.profileImage = profileImage;
+ this.textView2 = textView2;
+ this.textView3 = textView3;
+ this.textView4 = textView4;
+ this.textView5 = textView5;
+ this.textView6 = textView6;
+ }
+
+ @Override
+ @NonNull
+ public ConstraintLayout getRoot() {
+ return rootView;
+ }
+
+ @NonNull
+ public static ActivityHomeBinding inflate(@NonNull LayoutInflater inflater) {
+ return inflate(inflater, null, false);
+ }
+
+ @NonNull
+ public static ActivityHomeBinding inflate(@NonNull LayoutInflater inflater,
+ @Nullable ViewGroup parent, boolean attachToParent) {
+ View root = inflater.inflate(R.layout.activity_home, parent, false);
+ if (attachToParent) {
+ parent.addView(root);
+ }
+ return bind(root);
+ }
+
+ @NonNull
+ public static ActivityHomeBinding bind(@NonNull View rootView) {
+ // The body of this method is generated in a way you would not otherwise write.
+ // This is done to optimize the compiled bytecode for size and performance.
+ int id;
+ missingId: {
+ id = R.id.MyTasks;
+ ConstraintLayout MyTasks = ViewBindings.findChildViewById(rootView, id);
+ if (MyTasks == null) {
+ break missingId;
+ }
+
+ id = R.id.doctors_post;
+ ConstraintLayout doctorsPost = ViewBindings.findChildViewById(rootView, id);
+ if (doctorsPost == null) {
+ break missingId;
+ }
+
+ id = R.id.imageView10;
+ ImageView imageView10 = ViewBindings.findChildViewById(rootView, id);
+ if (imageView10 == null) {
+ break missingId;
+ }
+
+ id = R.id.imageView4;
+ ImageView imageView4 = ViewBindings.findChildViewById(rootView, id);
+ if (imageView4 == null) {
+ break missingId;
+ }
+
+ id = R.id.imageView5;
+ ImageView imageView5 = ViewBindings.findChildViewById(rootView, id);
+ if (imageView5 == null) {
+ break missingId;
+ }
+
+ id = R.id.imageView7;
+ ImageView imageView7 = ViewBindings.findChildViewById(rootView, id);
+ if (imageView7 == null) {
+ break missingId;
+ }
+
+ id = R.id.imageView8;
+ ImageView imageView8 = ViewBindings.findChildViewById(rootView, id);
+ if (imageView8 == null) {
+ break missingId;
+ }
+
+ id = R.id.imageView9;
+ ImageView imageView9 = ViewBindings.findChildViewById(rootView, id);
+ if (imageView9 == null) {
+ break missingId;
+ }
+
+ id = R.id.profileImage;
+ ImageView profileImage = ViewBindings.findChildViewById(rootView, id);
+ if (profileImage == null) {
+ break missingId;
+ }
+
+ id = R.id.textView2;
+ TextView textView2 = ViewBindings.findChildViewById(rootView, id);
+ if (textView2 == null) {
+ break missingId;
+ }
+
+ id = R.id.textView3;
+ TextView textView3 = ViewBindings.findChildViewById(rootView, id);
+ if (textView3 == null) {
+ break missingId;
+ }
+
+ id = R.id.textView4;
+ TextView textView4 = ViewBindings.findChildViewById(rootView, id);
+ if (textView4 == null) {
+ break missingId;
+ }
+
+ id = R.id.textView5;
+ TextView textView5 = ViewBindings.findChildViewById(rootView, id);
+ if (textView5 == null) {
+ break missingId;
+ }
+
+ id = R.id.textView6;
+ TextView textView6 = ViewBindings.findChildViewById(rootView, id);
+ if (textView6 == null) {
+ break missingId;
+ }
+
+ return new ActivityHomeBinding((ConstraintLayout) rootView, MyTasks, doctorsPost, imageView10,
+ imageView4, imageView5, imageView7, imageView8, imageView9, profileImage, textView2,
+ textView3, textView4, textView5, textView6);
+ }
+ String missingId = rootView.getResources().getResourceName(id);
+ throw new NullPointerException("Missing required view with ID: ".concat(missingId));
+ }
+}
diff --git a/Revive/android app/new revive/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/newrevive/databinding/ActivityLoginBinding.java b/Revive/android app/new revive/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/newrevive/databinding/ActivityLoginBinding.java
new file mode 100644
index 000000000..66e46d8b7
--- /dev/null
+++ b/Revive/android app/new revive/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/newrevive/databinding/ActivityLoginBinding.java
@@ -0,0 +1,158 @@
+// Generated by view binder compiler. Do not edit!
+package com.example.newrevive.databinding;
+
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.ImageView;
+import android.widget.TextView;
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.appcompat.widget.AppCompatButton;
+import androidx.constraintlayout.widget.ConstraintLayout;
+import androidx.viewbinding.ViewBinding;
+import androidx.viewbinding.ViewBindings;
+import com.example.newrevive.R;
+import com.google.android.material.textfield.TextInputEditText;
+import com.google.android.material.textfield.TextInputLayout;
+import java.lang.NullPointerException;
+import java.lang.Override;
+import java.lang.String;
+
+public final class ActivityLoginBinding implements ViewBinding {
+ @NonNull
+ private final ConstraintLayout rootView;
+
+ @NonNull
+ public final AppCompatButton btnLoginScreen;
+
+ @NonNull
+ public final TextView dontHaveAccount;
+
+ @NonNull
+ public final TextInputEditText edtEmailLogin;
+
+ @NonNull
+ public final TextInputEditText edtPasswordLogin;
+
+ @NonNull
+ public final TextInputLayout emailLogin;
+
+ @NonNull
+ public final ImageView imageView;
+
+ @NonNull
+ public final TextInputLayout passwordLogin;
+
+ @NonNull
+ public final TextView textView;
+
+ @NonNull
+ public final TextView tvLogin;
+
+ private ActivityLoginBinding(@NonNull ConstraintLayout rootView,
+ @NonNull AppCompatButton btnLoginScreen, @NonNull TextView dontHaveAccount,
+ @NonNull TextInputEditText edtEmailLogin, @NonNull TextInputEditText edtPasswordLogin,
+ @NonNull TextInputLayout emailLogin, @NonNull ImageView imageView,
+ @NonNull TextInputLayout passwordLogin, @NonNull TextView textView,
+ @NonNull TextView tvLogin) {
+ this.rootView = rootView;
+ this.btnLoginScreen = btnLoginScreen;
+ this.dontHaveAccount = dontHaveAccount;
+ this.edtEmailLogin = edtEmailLogin;
+ this.edtPasswordLogin = edtPasswordLogin;
+ this.emailLogin = emailLogin;
+ this.imageView = imageView;
+ this.passwordLogin = passwordLogin;
+ this.textView = textView;
+ this.tvLogin = tvLogin;
+ }
+
+ @Override
+ @NonNull
+ public ConstraintLayout getRoot() {
+ return rootView;
+ }
+
+ @NonNull
+ public static ActivityLoginBinding inflate(@NonNull LayoutInflater inflater) {
+ return inflate(inflater, null, false);
+ }
+
+ @NonNull
+ public static ActivityLoginBinding inflate(@NonNull LayoutInflater inflater,
+ @Nullable ViewGroup parent, boolean attachToParent) {
+ View root = inflater.inflate(R.layout.activity_login, parent, false);
+ if (attachToParent) {
+ parent.addView(root);
+ }
+ return bind(root);
+ }
+
+ @NonNull
+ public static ActivityLoginBinding bind(@NonNull View rootView) {
+ // The body of this method is generated in a way you would not otherwise write.
+ // This is done to optimize the compiled bytecode for size and performance.
+ int id;
+ missingId: {
+ id = R.id.btn_login_screen;
+ AppCompatButton btnLoginScreen = ViewBindings.findChildViewById(rootView, id);
+ if (btnLoginScreen == null) {
+ break missingId;
+ }
+
+ id = R.id.dont_haveAccount;
+ TextView dontHaveAccount = ViewBindings.findChildViewById(rootView, id);
+ if (dontHaveAccount == null) {
+ break missingId;
+ }
+
+ id = R.id.edt_email_login;
+ TextInputEditText edtEmailLogin = ViewBindings.findChildViewById(rootView, id);
+ if (edtEmailLogin == null) {
+ break missingId;
+ }
+
+ id = R.id.edt_password_login;
+ TextInputEditText edtPasswordLogin = ViewBindings.findChildViewById(rootView, id);
+ if (edtPasswordLogin == null) {
+ break missingId;
+ }
+
+ id = R.id.email_login;
+ TextInputLayout emailLogin = ViewBindings.findChildViewById(rootView, id);
+ if (emailLogin == null) {
+ break missingId;
+ }
+
+ id = R.id.imageView;
+ ImageView imageView = ViewBindings.findChildViewById(rootView, id);
+ if (imageView == null) {
+ break missingId;
+ }
+
+ id = R.id.password_login;
+ TextInputLayout passwordLogin = ViewBindings.findChildViewById(rootView, id);
+ if (passwordLogin == null) {
+ break missingId;
+ }
+
+ id = R.id.textView;
+ TextView textView = ViewBindings.findChildViewById(rootView, id);
+ if (textView == null) {
+ break missingId;
+ }
+
+ id = R.id.tv_login;
+ TextView tvLogin = ViewBindings.findChildViewById(rootView, id);
+ if (tvLogin == null) {
+ break missingId;
+ }
+
+ return new ActivityLoginBinding((ConstraintLayout) rootView, btnLoginScreen, dontHaveAccount,
+ edtEmailLogin, edtPasswordLogin, emailLogin, imageView, passwordLogin, textView, tvLogin);
+ }
+ String missingId = rootView.getResources().getResourceName(id);
+ throw new NullPointerException("Missing required view with ID: ".concat(missingId));
+ }
+}
diff --git a/Revive/android app/new revive/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/newrevive/databinding/ActivityMainBinding.java b/Revive/android app/new revive/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/newrevive/databinding/ActivityMainBinding.java
new file mode 100644
index 000000000..46c3396d7
--- /dev/null
+++ b/Revive/android app/new revive/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/newrevive/databinding/ActivityMainBinding.java
@@ -0,0 +1,90 @@
+// Generated by view binder compiler. Do not edit!
+package com.example.newrevive.databinding;
+
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.ImageView;
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.appcompat.widget.AppCompatButton;
+import androidx.constraintlayout.widget.ConstraintLayout;
+import androidx.viewbinding.ViewBinding;
+import androidx.viewbinding.ViewBindings;
+import com.example.newrevive.R;
+import java.lang.NullPointerException;
+import java.lang.Override;
+import java.lang.String;
+
+public final class ActivityMainBinding implements ViewBinding {
+ @NonNull
+ private final ConstraintLayout rootView;
+
+ @NonNull
+ public final AppCompatButton btnLogin;
+
+ @NonNull
+ public final AppCompatButton btnRegister;
+
+ @NonNull
+ public final ImageView imageView;
+
+ private ActivityMainBinding(@NonNull ConstraintLayout rootView, @NonNull AppCompatButton btnLogin,
+ @NonNull AppCompatButton btnRegister, @NonNull ImageView imageView) {
+ this.rootView = rootView;
+ this.btnLogin = btnLogin;
+ this.btnRegister = btnRegister;
+ this.imageView = imageView;
+ }
+
+ @Override
+ @NonNull
+ public ConstraintLayout getRoot() {
+ return rootView;
+ }
+
+ @NonNull
+ public static ActivityMainBinding inflate(@NonNull LayoutInflater inflater) {
+ return inflate(inflater, null, false);
+ }
+
+ @NonNull
+ public static ActivityMainBinding inflate(@NonNull LayoutInflater inflater,
+ @Nullable ViewGroup parent, boolean attachToParent) {
+ View root = inflater.inflate(R.layout.activity_main, parent, false);
+ if (attachToParent) {
+ parent.addView(root);
+ }
+ return bind(root);
+ }
+
+ @NonNull
+ public static ActivityMainBinding bind(@NonNull View rootView) {
+ // The body of this method is generated in a way you would not otherwise write.
+ // This is done to optimize the compiled bytecode for size and performance.
+ int id;
+ missingId: {
+ id = R.id.btn_login;
+ AppCompatButton btnLogin = ViewBindings.findChildViewById(rootView, id);
+ if (btnLogin == null) {
+ break missingId;
+ }
+
+ id = R.id.btn_register;
+ AppCompatButton btnRegister = ViewBindings.findChildViewById(rootView, id);
+ if (btnRegister == null) {
+ break missingId;
+ }
+
+ id = R.id.imageView;
+ ImageView imageView = ViewBindings.findChildViewById(rootView, id);
+ if (imageView == null) {
+ break missingId;
+ }
+
+ return new ActivityMainBinding((ConstraintLayout) rootView, btnLogin, btnRegister, imageView);
+ }
+ String missingId = rootView.getResources().getResourceName(id);
+ throw new NullPointerException("Missing required view with ID: ".concat(missingId));
+ }
+}
diff --git a/Revive/android app/new revive/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/newrevive/databinding/ActivityMyTasksBinding.java b/Revive/android app/new revive/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/newrevive/databinding/ActivityMyTasksBinding.java
new file mode 100644
index 000000000..cb5b2cecb
--- /dev/null
+++ b/Revive/android app/new revive/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/newrevive/databinding/ActivityMyTasksBinding.java
@@ -0,0 +1,52 @@
+// Generated by view binder compiler. Do not edit!
+package com.example.newrevive.databinding;
+
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.constraintlayout.widget.ConstraintLayout;
+import androidx.viewbinding.ViewBinding;
+import com.example.newrevive.R;
+import java.lang.NullPointerException;
+import java.lang.Override;
+
+public final class ActivityMyTasksBinding implements ViewBinding {
+ @NonNull
+ private final ConstraintLayout rootView;
+
+ private ActivityMyTasksBinding(@NonNull ConstraintLayout rootView) {
+ this.rootView = rootView;
+ }
+
+ @Override
+ @NonNull
+ public ConstraintLayout getRoot() {
+ return rootView;
+ }
+
+ @NonNull
+ public static ActivityMyTasksBinding inflate(@NonNull LayoutInflater inflater) {
+ return inflate(inflater, null, false);
+ }
+
+ @NonNull
+ public static ActivityMyTasksBinding inflate(@NonNull LayoutInflater inflater,
+ @Nullable ViewGroup parent, boolean attachToParent) {
+ View root = inflater.inflate(R.layout.activity_my_tasks, parent, false);
+ if (attachToParent) {
+ parent.addView(root);
+ }
+ return bind(root);
+ }
+
+ @NonNull
+ public static ActivityMyTasksBinding bind(@NonNull View rootView) {
+ if (rootView == null) {
+ throw new NullPointerException("rootView");
+ }
+
+ return new ActivityMyTasksBinding((ConstraintLayout) rootView);
+ }
+}
diff --git a/Revive/android app/new revive/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/newrevive/databinding/ActivityRegisterBinding.java b/Revive/android app/new revive/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/newrevive/databinding/ActivityRegisterBinding.java
new file mode 100644
index 000000000..5b61dba61
--- /dev/null
+++ b/Revive/android app/new revive/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/newrevive/databinding/ActivityRegisterBinding.java
@@ -0,0 +1,245 @@
+// Generated by view binder compiler. Do not edit!
+package com.example.newrevive.databinding;
+
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.TextView;
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.appcompat.widget.AppCompatButton;
+import androidx.constraintlayout.widget.ConstraintLayout;
+import androidx.viewbinding.ViewBinding;
+import androidx.viewbinding.ViewBindings;
+import com.example.newrevive.R;
+import com.google.android.material.textfield.TextInputEditText;
+import com.google.android.material.textfield.TextInputLayout;
+import java.lang.NullPointerException;
+import java.lang.Override;
+import java.lang.String;
+
+public final class ActivityRegisterBinding implements ViewBinding {
+ @NonNull
+ private final ConstraintLayout rootView;
+
+ @NonNull
+ public final TextInputLayout RepasswordRegister;
+
+ @NonNull
+ public final TextInputLayout birthdateRegister;
+
+ @NonNull
+ public final AppCompatButton btnRegisterScreen;
+
+ @NonNull
+ public final TextInputLayout carerNameRegister;
+
+ @NonNull
+ public final TextInputLayout carerPhoneRegister;
+
+ @NonNull
+ public final TextInputEditText edtBirthdateRegister;
+
+ @NonNull
+ public final TextInputEditText edtCarerPhoneRegister;
+
+ @NonNull
+ public final TextInputEditText edtCarernameRegister;
+
+ @NonNull
+ public final TextInputEditText edtEmailLoginRegister;
+
+ @NonNull
+ public final TextInputEditText edtEmailRegister;
+
+ @NonNull
+ public final TextInputEditText edtPasswordRegister;
+
+ @NonNull
+ public final TextInputEditText edtRepassordRegister;
+
+ @NonNull
+ public final TextInputLayout emailRegister;
+
+ @NonNull
+ public final TextView haveAccount;
+
+ @NonNull
+ public final TextInputLayout nameRegister;
+
+ @NonNull
+ public final TextInputLayout passwordRegister;
+
+ @NonNull
+ public final TextView tvRegister;
+
+ private ActivityRegisterBinding(@NonNull ConstraintLayout rootView,
+ @NonNull TextInputLayout RepasswordRegister, @NonNull TextInputLayout birthdateRegister,
+ @NonNull AppCompatButton btnRegisterScreen, @NonNull TextInputLayout carerNameRegister,
+ @NonNull TextInputLayout carerPhoneRegister, @NonNull TextInputEditText edtBirthdateRegister,
+ @NonNull TextInputEditText edtCarerPhoneRegister,
+ @NonNull TextInputEditText edtCarernameRegister,
+ @NonNull TextInputEditText edtEmailLoginRegister, @NonNull TextInputEditText edtEmailRegister,
+ @NonNull TextInputEditText edtPasswordRegister,
+ @NonNull TextInputEditText edtRepassordRegister, @NonNull TextInputLayout emailRegister,
+ @NonNull TextView haveAccount, @NonNull TextInputLayout nameRegister,
+ @NonNull TextInputLayout passwordRegister, @NonNull TextView tvRegister) {
+ this.rootView = rootView;
+ this.RepasswordRegister = RepasswordRegister;
+ this.birthdateRegister = birthdateRegister;
+ this.btnRegisterScreen = btnRegisterScreen;
+ this.carerNameRegister = carerNameRegister;
+ this.carerPhoneRegister = carerPhoneRegister;
+ this.edtBirthdateRegister = edtBirthdateRegister;
+ this.edtCarerPhoneRegister = edtCarerPhoneRegister;
+ this.edtCarernameRegister = edtCarernameRegister;
+ this.edtEmailLoginRegister = edtEmailLoginRegister;
+ this.edtEmailRegister = edtEmailRegister;
+ this.edtPasswordRegister = edtPasswordRegister;
+ this.edtRepassordRegister = edtRepassordRegister;
+ this.emailRegister = emailRegister;
+ this.haveAccount = haveAccount;
+ this.nameRegister = nameRegister;
+ this.passwordRegister = passwordRegister;
+ this.tvRegister = tvRegister;
+ }
+
+ @Override
+ @NonNull
+ public ConstraintLayout getRoot() {
+ return rootView;
+ }
+
+ @NonNull
+ public static ActivityRegisterBinding inflate(@NonNull LayoutInflater inflater) {
+ return inflate(inflater, null, false);
+ }
+
+ @NonNull
+ public static ActivityRegisterBinding inflate(@NonNull LayoutInflater inflater,
+ @Nullable ViewGroup parent, boolean attachToParent) {
+ View root = inflater.inflate(R.layout.activity_register, parent, false);
+ if (attachToParent) {
+ parent.addView(root);
+ }
+ return bind(root);
+ }
+
+ @NonNull
+ public static ActivityRegisterBinding bind(@NonNull View rootView) {
+ // The body of this method is generated in a way you would not otherwise write.
+ // This is done to optimize the compiled bytecode for size and performance.
+ int id;
+ missingId: {
+ id = R.id.Repassword_register;
+ TextInputLayout RepasswordRegister = ViewBindings.findChildViewById(rootView, id);
+ if (RepasswordRegister == null) {
+ break missingId;
+ }
+
+ id = R.id.birthdate_register;
+ TextInputLayout birthdateRegister = ViewBindings.findChildViewById(rootView, id);
+ if (birthdateRegister == null) {
+ break missingId;
+ }
+
+ id = R.id.btn_register_screen;
+ AppCompatButton btnRegisterScreen = ViewBindings.findChildViewById(rootView, id);
+ if (btnRegisterScreen == null) {
+ break missingId;
+ }
+
+ id = R.id.carer_name_register;
+ TextInputLayout carerNameRegister = ViewBindings.findChildViewById(rootView, id);
+ if (carerNameRegister == null) {
+ break missingId;
+ }
+
+ id = R.id.carer_Phone_register;
+ TextInputLayout carerPhoneRegister = ViewBindings.findChildViewById(rootView, id);
+ if (carerPhoneRegister == null) {
+ break missingId;
+ }
+
+ id = R.id.edt_birthdate_register;
+ TextInputEditText edtBirthdateRegister = ViewBindings.findChildViewById(rootView, id);
+ if (edtBirthdateRegister == null) {
+ break missingId;
+ }
+
+ id = R.id.edt_carerPhone_register;
+ TextInputEditText edtCarerPhoneRegister = ViewBindings.findChildViewById(rootView, id);
+ if (edtCarerPhoneRegister == null) {
+ break missingId;
+ }
+
+ id = R.id.edt_carername_register;
+ TextInputEditText edtCarernameRegister = ViewBindings.findChildViewById(rootView, id);
+ if (edtCarernameRegister == null) {
+ break missingId;
+ }
+
+ id = R.id.edt_email_login_register;
+ TextInputEditText edtEmailLoginRegister = ViewBindings.findChildViewById(rootView, id);
+ if (edtEmailLoginRegister == null) {
+ break missingId;
+ }
+
+ id = R.id.edt_Email_register;
+ TextInputEditText edtEmailRegister = ViewBindings.findChildViewById(rootView, id);
+ if (edtEmailRegister == null) {
+ break missingId;
+ }
+
+ id = R.id.edt_password_register;
+ TextInputEditText edtPasswordRegister = ViewBindings.findChildViewById(rootView, id);
+ if (edtPasswordRegister == null) {
+ break missingId;
+ }
+
+ id = R.id.edt_repassord_register;
+ TextInputEditText edtRepassordRegister = ViewBindings.findChildViewById(rootView, id);
+ if (edtRepassordRegister == null) {
+ break missingId;
+ }
+
+ id = R.id.email_register;
+ TextInputLayout emailRegister = ViewBindings.findChildViewById(rootView, id);
+ if (emailRegister == null) {
+ break missingId;
+ }
+
+ id = R.id.haveAccount;
+ TextView haveAccount = ViewBindings.findChildViewById(rootView, id);
+ if (haveAccount == null) {
+ break missingId;
+ }
+
+ id = R.id.name_register;
+ TextInputLayout nameRegister = ViewBindings.findChildViewById(rootView, id);
+ if (nameRegister == null) {
+ break missingId;
+ }
+
+ id = R.id.password_register;
+ TextInputLayout passwordRegister = ViewBindings.findChildViewById(rootView, id);
+ if (passwordRegister == null) {
+ break missingId;
+ }
+
+ id = R.id.tv_register;
+ TextView tvRegister = ViewBindings.findChildViewById(rootView, id);
+ if (tvRegister == null) {
+ break missingId;
+ }
+
+ return new ActivityRegisterBinding((ConstraintLayout) rootView, RepasswordRegister,
+ birthdateRegister, btnRegisterScreen, carerNameRegister, carerPhoneRegister,
+ edtBirthdateRegister, edtCarerPhoneRegister, edtCarernameRegister, edtEmailLoginRegister,
+ edtEmailRegister, edtPasswordRegister, edtRepassordRegister, emailRegister, haveAccount,
+ nameRegister, passwordRegister, tvRegister);
+ }
+ String missingId = rootView.getResources().getResourceName(id);
+ throw new NullPointerException("Missing required view with ID: ".concat(missingId));
+ }
+}
diff --git a/Revive/android app/new revive/app/build/generated/data_binding_trigger/debug/com/example/newrevive/DataBindingTriggerClass.java b/Revive/android app/new revive/app/build/generated/data_binding_trigger/debug/com/example/newrevive/DataBindingTriggerClass.java
new file mode 100644
index 000000000..2a9eaa705
--- /dev/null
+++ b/Revive/android app/new revive/app/build/generated/data_binding_trigger/debug/com/example/newrevive/DataBindingTriggerClass.java
@@ -0,0 +1,4 @@
+package com.example.newrevive;
+
+@androidx.databinding.BindingBuildInfo
+public class DataBindingTriggerClass {}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/generated/source/buildConfig/debug/com/example/newrevive/BuildConfig.java b/Revive/android app/new revive/app/build/generated/source/buildConfig/debug/com/example/newrevive/BuildConfig.java
new file mode 100644
index 000000000..19ac0d0f2
--- /dev/null
+++ b/Revive/android app/new revive/app/build/generated/source/buildConfig/debug/com/example/newrevive/BuildConfig.java
@@ -0,0 +1,12 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package com.example.newrevive;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String APPLICATION_ID = "com.example.newrevive";
+ public static final String BUILD_TYPE = "debug";
+ public static final int VERSION_CODE = 1;
+ public static final String VERSION_NAME = "1.0";
+}
diff --git a/Revive/android app/new revive/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/Revive/android app/new revive/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
new file mode 100644
index 000000000..9e26dfeeb
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
@@ -0,0 +1 @@
+{}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/apk/debug/app-debug.apk b/Revive/android app/new revive/app/build/intermediates/apk/debug/app-debug.apk
new file mode 100644
index 000000000..a5d50fabc
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/apk/debug/app-debug.apk differ
diff --git a/Revive/android app/new revive/app/build/intermediates/apk/debug/output-metadata.json b/Revive/android app/new revive/app/build/intermediates/apk/debug/output-metadata.json
new file mode 100644
index 000000000..9bb024a09
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/apk/debug/output-metadata.json
@@ -0,0 +1,20 @@
+{
+ "version": 3,
+ "artifactType": {
+ "type": "APK",
+ "kind": "Directory"
+ },
+ "applicationId": "com.example.newrevive",
+ "variantName": "debug",
+ "elements": [
+ {
+ "type": "SINGLE",
+ "filters": [],
+ "attributes": [],
+ "versionCode": 1,
+ "versionName": "1.0",
+ "outputFile": "app-debug.apk"
+ }
+ ],
+ "elementType": "File"
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt b/Revive/android app/new revive/app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt
new file mode 100644
index 000000000..46dacc656
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt
@@ -0,0 +1,2 @@
+#- File Locator -
+listingFile=../../apk/debug/output-metadata.json
diff --git a/Revive/android app/new revive/app/build/intermediates/app_metadata/debug/app-metadata.properties b/Revive/android app/new revive/app/build/intermediates/app_metadata/debug/app-metadata.properties
new file mode 100644
index 000000000..260f1ee92
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/app_metadata/debug/app-metadata.properties
@@ -0,0 +1,2 @@
+appMetadataVersion=1.1
+androidGradlePluginVersion=7.4.2
diff --git a/Revive/android app/new revive/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json b/Revive/android app/new revive/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json
new file mode 100644
index 000000000..169c1a659
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json
@@ -0,0 +1,10 @@
+{
+ "version": 3,
+ "artifactType": {
+ "type": "COMPATIBLE_SCREEN_MANIFEST",
+ "kind": "Directory"
+ },
+ "applicationId": "com.example.newrevive",
+ "variantName": "debug",
+ "elements": []
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar b/Revive/android app/new revive/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar
new file mode 100644
index 000000000..48f613e17
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar differ
diff --git a/Revive/android app/new revive/app/build/intermediates/data_binding_base_class_log_artifact/debug/out/com.example.newrevive-binding_classes.json b/Revive/android app/new revive/app/build/intermediates/data_binding_base_class_log_artifact/debug/out/com.example.newrevive-binding_classes.json
new file mode 100644
index 000000000..d70ea670d
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/data_binding_base_class_log_artifact/debug/out/com.example.newrevive-binding_classes.json differ
diff --git a/Revive/android app/new revive/app/build/intermediates/data_binding_dependency_artifacts/debug/androidx.databinding.library.baseAdapters-br.bin b/Revive/android app/new revive/app/build/intermediates/data_binding_dependency_artifacts/debug/androidx.databinding.library.baseAdapters-br.bin
new file mode 100644
index 000000000..56dbcb66b
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/data_binding_dependency_artifacts/debug/androidx.databinding.library.baseAdapters-br.bin differ
diff --git a/Revive/android app/new revive/app/build/intermediates/data_binding_dependency_artifacts/debug/androidx.databinding.library.baseAdapters-setter_store.json b/Revive/android app/new revive/app/build/intermediates/data_binding_dependency_artifacts/debug/androidx.databinding.library.baseAdapters-setter_store.json
new file mode 100644
index 000000000..73a96aebc
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/data_binding_dependency_artifacts/debug/androidx.databinding.library.baseAdapters-setter_store.json
@@ -0,0 +1 @@
+{"version":5,"adapterMethods":{"android:animateLayoutChanges":[[{"viewType":"android.view.ViewGroup","valueType":"boolean"},{"type":"androidx.databinding.adapters.ViewGroupBindingAdapter","method":"setAnimateLayoutChanges","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:autoText":[[{"viewType":"android.widget.TextView","valueType":"boolean"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setAutoText","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:background":[[{"viewType":"android.view.View","valueType":"android.graphics.drawable.Drawable"},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setBackground","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:bufferType":[[{"viewType":"android.widget.TextView","valueType":"android.widget.TextView.BufferType"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setBufferType","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:capitalize":[[{"viewType":"android.widget.TextView","valueType":"android.text.method.TextKeyListener.Capitalize"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setCapitalize","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:checked":[[{"viewType":"android.widget.CompoundButton","valueType":"boolean"},{"type":"androidx.databinding.adapters.CompoundButtonBindingAdapter","method":"setChecked","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:checkedButton":[[{"viewType":"android.widget.RadioGroup","valueType":"int"},{"type":"androidx.databinding.adapters.RadioGroupBindingAdapter","method":"setCheckedButton","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:collapseColumns":[[{"viewType":"android.widget.TableLayout","valueType":"java.lang.CharSequence"},{"type":"androidx.databinding.adapters.TableLayoutBindingAdapter","method":"setCollapseColumns","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:currentTab":[[{"viewType":"android.widget.TabHost","valueType":"int"},{"type":"androidx.databinding.adapters.TabHostBindingAdapter","method":"setCurrentTab","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.TabHost","valueType":"java.lang.String"},{"type":"androidx.databinding.adapters.TabHostBindingAdapter","method":"setCurrentTabTag","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:date":[[{"viewType":"android.widget.CalendarView","valueType":"long"},{"type":"androidx.databinding.adapters.CalendarViewBindingAdapter","method":"setDate","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:digits":[[{"viewType":"android.widget.TextView","valueType":"java.lang.CharSequence"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setDigits","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:drawableBottom":[[{"viewType":"android.widget.TextView","valueType":"android.graphics.drawable.Drawable"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setDrawableBottom","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:drawableEnd":[[{"viewType":"android.widget.TextView","valueType":"android.graphics.drawable.Drawable"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setDrawableEnd","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:drawableLeft":[[{"viewType":"android.widget.TextView","valueType":"android.graphics.drawable.Drawable"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setDrawableLeft","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:drawableRight":[[{"viewType":"android.widget.TextView","valueType":"android.graphics.drawable.Drawable"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setDrawableRight","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:drawableStart":[[{"viewType":"android.widget.TextView","valueType":"android.graphics.drawable.Drawable"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setDrawableStart","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:drawableTop":[[{"viewType":"android.widget.TextView","valueType":"android.graphics.drawable.Drawable"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setDrawableTop","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:entries":[[{"viewType":"android.widget.AbsSpinner","valueType":"java.lang.CharSequence[]"},{"type":"androidx.databinding.adapters.AbsSpinnerBindingAdapter","method":"setEntries","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.AbsSpinner","valueType":"java.util.List"},{"type":"androidx.databinding.adapters.AbsSpinnerBindingAdapter","method":"setEntries","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:hour":[[{"viewType":"android.widget.TimePicker","valueType":"int"},{"type":"androidx.databinding.adapters.TimePickerBindingAdapter","method":"setHour","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:imeActionId":[[{"viewType":"android.widget.TextView","valueType":"int"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setImeActionLabel","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:imeActionLabel":[[{"viewType":"android.widget.TextView","valueType":"java.lang.CharSequence"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setImeActionLabel","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:inputMethod":[[{"viewType":"android.widget.TextView","valueType":"java.lang.CharSequence"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setInputMethod","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:lineSpacingExtra":[[{"viewType":"android.widget.TextView","valueType":"float"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setLineSpacingExtra","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:lineSpacingMultiplier":[[{"viewType":"android.widget.TextView","valueType":"float"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setLineSpacingMultiplier","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:maxLength":[[{"viewType":"android.widget.TextView","valueType":"int"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setMaxLength","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:minute":[[{"viewType":"android.widget.TimePicker","valueType":"int"},{"type":"androidx.databinding.adapters.TimePickerBindingAdapter","method":"setMinute","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:numeric":[[{"viewType":"android.widget.TextView","valueType":"int"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setNumeric","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:onInflate":[[{"viewType":"androidx.databinding.ViewStubProxy","valueType":"android.view.ViewStub.OnInflateListener"},{"type":"androidx.databinding.adapters.ViewStubBindingAdapter","method":"setOnInflateListener","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:onLayoutChange":[[{"viewType":"android.view.View","valueType":"android.view.View.OnLayoutChangeListener"},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnLayoutChangeListener","requiresOldValue":true,"isStatic":true,"componentClass":null}]],"android:padding":[[{"viewType":"android.view.View","valueType":"float"},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setPadding","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:paddingBottom":[[{"viewType":"android.view.View","valueType":"float"},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setPaddingBottom","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:paddingEnd":[[{"viewType":"android.view.View","valueType":"float"},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setPaddingEnd","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:paddingLeft":[[{"viewType":"android.view.View","valueType":"float"},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setPaddingLeft","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:paddingRight":[[{"viewType":"android.view.View","valueType":"float"},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setPaddingRight","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:paddingStart":[[{"viewType":"android.view.View","valueType":"float"},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setPaddingStart","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:paddingTop":[[{"viewType":"android.view.View","valueType":"float"},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setPaddingTop","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:password":[[{"viewType":"android.widget.TextView","valueType":"boolean"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setPassword","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:phoneNumber":[[{"viewType":"android.widget.TextView","valueType":"boolean"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setPhoneNumber","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:progress":[[{"viewType":"android.widget.SeekBar","valueType":"int"},{"type":"androidx.databinding.adapters.SeekBarBindingAdapter","method":"setProgress","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:rating":[[{"viewType":"android.widget.RatingBar","valueType":"float"},{"type":"androidx.databinding.adapters.RatingBarBindingAdapter","method":"setRating","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:requiresFadingEdge":[[{"viewType":"android.view.View","valueType":"int"},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setRequiresFadingEdge","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:selectedItemPosition":[[{"viewType":"android.widget.AdapterView","valueType":"int"},{"type":"androidx.databinding.adapters.AdapterViewBindingAdapter","method":"setSelectedItemPosition","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:selection":[[{"viewType":"android.widget.AdapterView","valueType":"int"},{"type":"androidx.databinding.adapters.AdapterViewBindingAdapter","method":"setSelection","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:shadowColor":[[{"viewType":"android.widget.TextView","valueType":"int"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setShadowColor","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:shadowDx":[[{"viewType":"android.widget.TextView","valueType":"float"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setShadowDx","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:shadowDy":[[{"viewType":"android.widget.TextView","valueType":"float"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setShadowDy","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:shadowRadius":[[{"viewType":"android.widget.TextView","valueType":"float"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setShadowRadius","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:shrinkColumns":[[{"viewType":"android.widget.TableLayout","valueType":"java.lang.CharSequence"},{"type":"androidx.databinding.adapters.TableLayoutBindingAdapter","method":"setShrinkColumns","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:src":[[{"viewType":"android.widget.ImageView","valueType":"android.graphics.drawable.Drawable"},{"type":"androidx.databinding.adapters.ImageViewBindingAdapter","method":"setImageDrawable","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.ImageView","valueType":"android.net.Uri"},{"type":"androidx.databinding.adapters.ImageViewBindingAdapter","method":"setImageUri","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.ImageView","valueType":"java.lang.String"},{"type":"androidx.databinding.adapters.ImageViewBindingAdapter","method":"setImageUri","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:stretchColumns":[[{"viewType":"android.widget.TableLayout","valueType":"java.lang.CharSequence"},{"type":"androidx.databinding.adapters.TableLayoutBindingAdapter","method":"setStretchColumns","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:switchTextAppearance":[[{"viewType":"android.widget.Switch","valueType":"int"},{"type":"androidx.databinding.adapters.SwitchBindingAdapter","method":"setSwitchTextAppearance","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"androidx.appcompat.widget.SwitchCompat","valueType":"int"},{"type":"androidx.databinding.adapters.SwitchCompatBindingAdapter","method":"setSwitchTextAppearance","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:text":[[{"viewType":"android.widget.TextView","valueType":"java.lang.CharSequence"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setText","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:textSize":[[{"viewType":"android.widget.TextView","valueType":"float"},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setTextSize","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:value":[[{"viewType":"android.widget.NumberPicker","valueType":"int"},{"type":"androidx.databinding.adapters.NumberPickerBindingAdapter","method":"setValue","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"contentPadding":[[{"viewType":"androidx.cardview.widget.CardView","valueType":"int"},{"type":"androidx.databinding.adapters.CardViewBindingAdapter","method":"setContentPadding","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"contentPaddingBottom":[[{"viewType":"androidx.cardview.widget.CardView","valueType":"int"},{"type":"androidx.databinding.adapters.CardViewBindingAdapter","method":"setContentPaddingBottom","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"contentPaddingLeft":[[{"viewType":"androidx.cardview.widget.CardView","valueType":"int"},{"type":"androidx.databinding.adapters.CardViewBindingAdapter","method":"setContentPaddingLeft","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"contentPaddingRight":[[{"viewType":"androidx.cardview.widget.CardView","valueType":"int"},{"type":"androidx.databinding.adapters.CardViewBindingAdapter","method":"setContentPaddingRight","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"contentPaddingTop":[[{"viewType":"androidx.cardview.widget.CardView","valueType":"int"},{"type":"androidx.databinding.adapters.CardViewBindingAdapter","method":"setContentPaddingTop","requiresOldValue":false,"isStatic":true,"componentClass":null}]]},"renamedMethods":{"android:alwaysDrawnWithCache":{"android.view.ViewGroup":{"type":"androidx.databinding.adapters.ViewGroupBindingAdapter","method":"setAlwaysDrawnWithCacheEnabled","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:animationCache":{"android.view.ViewGroup":{"type":"androidx.databinding.adapters.ViewGroupBindingAdapter","method":"setAnimationCacheEnabled","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:autoLink":{"android.widget.TextView":{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setAutoLinkMask","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:backgroundTint":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setBackgroundTintList","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:buttonTint":{"android.widget.CompoundButton":{"type":"androidx.databinding.adapters.CompoundButtonBindingAdapter","method":"setButtonTintList","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:checkMark":{"android.widget.CheckedTextView":{"type":"androidx.databinding.adapters.CheckedTextViewBindingAdapter","method":"setCheckMarkDrawable","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:checkMarkTint":{"android.widget.CheckedTextView":{"type":"androidx.databinding.adapters.CheckedTextViewBindingAdapter","method":"setCheckMarkTintList","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:completionThreshold":{"android.widget.AutoCompleteTextView":{"type":"androidx.databinding.adapters.AutoCompleteTextViewBindingAdapter","method":"setThreshold","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:divider":{"android.widget.LinearLayout":{"type":"androidx.databinding.adapters.LinearLayoutBindingAdapter","method":"setDividerDrawable","requiresOldValue":false,"isStatic":true,"componentClass":null},"android.widget.TabWidget":{"type":"androidx.databinding.adapters.TabWidgetBindingAdapter","method":"setDividerDrawable","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:drawablePadding":{"android.widget.TextView":{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setCompoundDrawablePadding","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:editorExtras":{"android.widget.TextView":{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setInputExtras","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:fadeScrollbars":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setScrollbarFadingEnabled","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:foregroundTint":{"android.widget.FrameLayout":{"type":"androidx.databinding.adapters.FrameLayoutBindingAdapter","method":"setForegroundTintList","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:format":{"android.widget.NumberPicker":{"type":"androidx.databinding.adapters.NumberPickerBindingAdapter","method":"setFormatter","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:getOutline":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOutlineProvider","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:indeterminateTint":{"android.widget.ProgressBar":{"type":"androidx.databinding.adapters.ProgressBarBindingAdapter","method":"setIndeterminateTintList","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:inputType":{"android.widget.TextView":{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setRawInputType","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:layout":{"android.view.ViewStub":{"type":"androidx.databinding.adapters.ViewStubBindingAdapter","method":"setLayoutResource","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:listSelector":{"android.widget.AbsListView":{"type":"androidx.databinding.adapters.AbsListViewBindingAdapter","method":"setSelector","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:measureWithLargestChild":{"android.widget.LinearLayout":{"type":"androidx.databinding.adapters.LinearLayoutBindingAdapter","method":"setMeasureWithLargestChildEnabled","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:nextFocusDown":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setNextFocusDownId","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:nextFocusForward":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setNextFocusForwardId","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:nextFocusLeft":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setNextFocusLeftId","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:nextFocusRight":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setNextFocusRightId","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:nextFocusUp":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setNextFocusUpId","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onApplyWindowInsets":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnApplyWindowInsetsListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onCheckedChanged":{"android.widget.CompoundButton":{"type":"androidx.databinding.adapters.CompoundButtonBindingAdapter","method":"setOnCheckedChangeListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onChildClick":{"android.widget.ExpandableListView":{"type":"androidx.databinding.adapters.ExpandableListViewBindingAdapter","method":"setOnChildClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onChronometerTick":{"android.widget.Chronometer":{"type":"androidx.databinding.adapters.ChronometerBindingAdapter","method":"setOnChronometerTickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onClick":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onClose":{"android.widget.SearchView":{"type":"androidx.databinding.adapters.SearchViewBindingAdapter","method":"setOnCloseListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onCompletion":{"android.widget.VideoView":{"type":"androidx.databinding.adapters.VideoViewBindingAdapter","method":"setOnCompletionListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onCreateContextMenu":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnCreateContextMenuListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onDismiss":{"android.widget.AutoCompleteTextView":{"type":"androidx.databinding.adapters.AutoCompleteTextViewBindingAdapter","method":"setOnDismissListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onDrag":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnDragListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onEditorAction":{"android.widget.TextView":{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setOnEditorActionListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onError":{"android.widget.VideoView":{"type":"androidx.databinding.adapters.VideoViewBindingAdapter","method":"setOnErrorListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onFocusChange":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnFocusChangeListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onGenericMotion":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnGenericMotionListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onGroupClick":{"android.widget.ExpandableListView":{"type":"androidx.databinding.adapters.ExpandableListViewBindingAdapter","method":"setOnGroupClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onGroupCollapse":{"android.widget.ExpandableListView":{"type":"androidx.databinding.adapters.ExpandableListViewBindingAdapter","method":"setOnGroupCollapseListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onGroupExpand":{"android.widget.ExpandableListView":{"type":"androidx.databinding.adapters.ExpandableListViewBindingAdapter","method":"setOnGroupExpandListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onHover":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnHoverListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onInfo":{"android.widget.VideoView":{"type":"androidx.databinding.adapters.VideoViewBindingAdapter","method":"setOnInfoListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onItemClick":{"android.widget.AdapterView":{"type":"androidx.databinding.adapters.AdapterViewBindingAdapter","method":"setOnItemClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null},"android.widget.AutoCompleteTextView":{"type":"androidx.databinding.adapters.AutoCompleteTextViewBindingAdapter","method":"setOnItemClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onItemLongClick":{"android.widget.AdapterView":{"type":"androidx.databinding.adapters.AdapterViewBindingAdapter","method":"setOnItemLongClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onKey":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnKeyListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onLongClick":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnLongClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onMenuItemClick":{"android.widget.ActionMenuView":{"type":"androidx.databinding.adapters.ActionMenuViewBindingAdapter","method":"setOnMenuItemClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null},"android.widget.Toolbar":{"type":"androidx.databinding.adapters.ToolbarBindingAdapter","method":"setOnMenuItemClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onMovedToScrapHeap":{"android.widget.AbsListView":{"type":"androidx.databinding.adapters.AbsListViewBindingAdapter","method":"setRecyclerListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onNavigationClick":{"android.widget.Toolbar":{"type":"androidx.databinding.adapters.ToolbarBindingAdapter","method":"setNavigationOnClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onPrepared":{"android.widget.VideoView":{"type":"androidx.databinding.adapters.VideoViewBindingAdapter","method":"setOnPreparedListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onQueryTextFocusChange":{"android.widget.SearchView":{"type":"androidx.databinding.adapters.SearchViewBindingAdapter","method":"setOnQueryTextFocusChangeListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onScrollStateChange":{"android.widget.NumberPicker":{"type":"androidx.databinding.adapters.NumberPickerBindingAdapter","method":"setOnScrollListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onSearchClick":{"android.widget.SearchView":{"type":"androidx.databinding.adapters.SearchViewBindingAdapter","method":"setOnSearchClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onSystemUiVisibilityChange":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnSystemUiVisibilityChangeListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onTouch":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnTouchListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onZoomIn":{"android.widget.ZoomControls":{"type":"androidx.databinding.adapters.ZoomControlsBindingAdapter","method":"setOnZoomInClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:onZoomOut":{"android.widget.ZoomControls":{"type":"androidx.databinding.adapters.ZoomControlsBindingAdapter","method":"setOnZoomOutClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:popupBackground":{"android.widget.AutoCompleteTextView":{"type":"androidx.databinding.adapters.AutoCompleteTextViewBindingAdapter","method":"setDropDownBackgroundDrawable","requiresOldValue":false,"isStatic":true,"componentClass":null},"android.widget.Spinner":{"type":"androidx.databinding.adapters.SpinnerBindingAdapter","method":"setPopupBackgroundDrawable","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:progressTint":{"android.widget.ProgressBar":{"type":"androidx.databinding.adapters.ProgressBarBindingAdapter","method":"setProgressTintList","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:requiresFadingEdge":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setVerticalFadingEdgeEnabled","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:scrollHorizontally":{"android.widget.TextView":{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setHorizontallyScrolling","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:scrollbarDefaultDelayBeforeFade":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setScrollBarDefaultDelayBeforeFade","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:scrollbarFadeDuration":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setScrollBarFadeDuration","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:scrollbarSize":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setScrollBarSize","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:scrollbarStyle":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setScrollBarStyle","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:scrollingCache":{"android.widget.AbsListView":{"type":"androidx.databinding.adapters.AbsListViewBindingAdapter","method":"setScrollingCacheEnabled","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:secondaryProgressTint":{"android.widget.ProgressBar":{"type":"androidx.databinding.adapters.ProgressBarBindingAdapter","method":"setSecondaryProgressTintList","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:smoothScrollbar":{"android.widget.AbsListView":{"type":"androidx.databinding.adapters.AbsListViewBindingAdapter","method":"setSmoothScrollbarEnabled","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:splitMotionEvents":{"android.view.ViewGroup":{"type":"androidx.databinding.adapters.ViewGroupBindingAdapter","method":"setMotionEventSplittingEnabled","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:tabStripEnabled":{"android.widget.TabWidget":{"type":"androidx.databinding.adapters.TabWidgetBindingAdapter","method":"setStripEnabled","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:tabStripLeft":{"android.widget.TabWidget":{"type":"androidx.databinding.adapters.TabWidgetBindingAdapter","method":"setLeftStripDrawable","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:tabStripRight":{"android.widget.TabWidget":{"type":"androidx.databinding.adapters.TabWidgetBindingAdapter","method":"setRightStripDrawable","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:textAllCaps":{"android.widget.TextView":{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setAllCaps","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:textColorHighlight":{"android.widget.TextView":{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setHighlightColor","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:textColorHint":{"android.widget.TextView":{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setHintTextColor","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:textColorLink":{"android.widget.TextView":{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setLinkTextColor","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:thumb":{"android.widget.Switch":{"type":"androidx.databinding.adapters.SwitchBindingAdapter","method":"setThumbDrawable","requiresOldValue":false,"isStatic":true,"componentClass":null},"androidx.appcompat.widget.SwitchCompat":{"type":"androidx.databinding.adapters.SwitchCompatBindingAdapter","method":"setThumbDrawable","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:thumbTint":{"android.widget.AbsSeekBar":{"type":"androidx.databinding.adapters.AbsSeekBarBindingAdapter","method":"setThumbTintList","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:tint":{"android.widget.ImageView":{"type":"androidx.databinding.adapters.ImageViewBindingAdapter","method":"setImageTintList","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:tintMode":{"android.widget.ImageView":{"type":"androidx.databinding.adapters.ImageViewBindingAdapter","method":"setImageTintMode","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:track":{"android.widget.Switch":{"type":"androidx.databinding.adapters.SwitchBindingAdapter","method":"setTrackDrawable","requiresOldValue":false,"isStatic":true,"componentClass":null},"androidx.appcompat.widget.SwitchCompat":{"type":"androidx.databinding.adapters.SwitchCompatBindingAdapter","method":"setTrackDrawable","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:transformPivotX":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setPivotX","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:transformPivotY":{"android.view.View":{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setPivotY","requiresOldValue":false,"isStatic":true,"componentClass":null}},"cardCornerRadius":{"androidx.cardview.widget.CardView":{"type":"androidx.databinding.adapters.CardViewBindingAdapter","method":"setRadius","requiresOldValue":false,"isStatic":true,"componentClass":null}},"cardMaxElevation":{"androidx.cardview.widget.CardView":{"type":"androidx.databinding.adapters.CardViewBindingAdapter","method":"setMaxCardElevation","requiresOldValue":false,"isStatic":true,"componentClass":null}},"cardPreventCornerOverlap":{"androidx.cardview.widget.CardView":{"type":"androidx.databinding.adapters.CardViewBindingAdapter","method":"setPreventCornerOverlap","requiresOldValue":false,"isStatic":true,"componentClass":null}},"cardUseCompatPadding":{"androidx.cardview.widget.CardView":{"type":"androidx.databinding.adapters.CardViewBindingAdapter","method":"setUseCompatPadding","requiresOldValue":false,"isStatic":true,"componentClass":null}}},"conversionMethods":{"int":{"android.content.res.ColorStateList":{"type":"androidx.databinding.adapters.Converters","method":"convertColorToColorStateList","requiresOldValue":false,"isStatic":true,"componentClass":null},"android.graphics.drawable.ColorDrawable":{"type":"androidx.databinding.adapters.Converters","method":"convertColorToDrawable","requiresOldValue":false,"isStatic":true,"componentClass":null}}},"untaggableTypes":{"android.view.ViewStub":"androidx.databinding.adapters.ViewStubBindingAdapter"},"multiValueAdapters":[[{"viewType":"android.view.View","attributes":["android:onClick","android:clickable"],"parameterTypes":["android.view.View.OnClickListener","boolean"],"requireAll":true,"attributeIndices":{"android:clickable":1,"android:onClick":0}},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnClick","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.view.View","attributes":["android:onClickListener","android:clickable"],"parameterTypes":["android.view.View.OnClickListener","boolean"],"requireAll":true,"attributeIndices":{"android:clickable":1,"android:onClickListener":0}},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.view.View","attributes":["android:onLongClick","android:longClickable"],"parameterTypes":["android.view.View.OnLongClickListener","boolean"],"requireAll":true,"attributeIndices":{"android:longClickable":1,"android:onLongClick":0}},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnLongClick","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.view.View","attributes":["android:onLongClickListener","android:longClickable"],"parameterTypes":["android.view.View.OnLongClickListener","boolean"],"requireAll":true,"attributeIndices":{"android:longClickable":1,"android:onLongClickListener":0}},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnLongClickListener","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.view.View","attributes":["android:onViewDetachedFromWindow","android:onViewAttachedToWindow"],"parameterTypes":["androidx.databinding.adapters.ViewBindingAdapter.OnViewDetachedFromWindow","androidx.databinding.adapters.ViewBindingAdapter.OnViewAttachedToWindow"],"requireAll":false,"attributeIndices":{"android:onViewAttachedToWindow":1,"android:onViewDetachedFromWindow":0}},{"type":"androidx.databinding.adapters.ViewBindingAdapter","method":"setOnAttachStateChangeListener","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.view.ViewGroup","attributes":["android:onChildViewAdded","android:onChildViewRemoved"],"parameterTypes":["androidx.databinding.adapters.ViewGroupBindingAdapter.OnChildViewAdded","androidx.databinding.adapters.ViewGroupBindingAdapter.OnChildViewRemoved"],"requireAll":false,"attributeIndices":{"android:onChildViewAdded":0,"android:onChildViewRemoved":1}},{"type":"androidx.databinding.adapters.ViewGroupBindingAdapter","method":"setListener","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.view.ViewGroup","attributes":["android:onAnimationStart","android:onAnimationEnd","android:onAnimationRepeat"],"parameterTypes":["androidx.databinding.adapters.ViewGroupBindingAdapter.OnAnimationStart","androidx.databinding.adapters.ViewGroupBindingAdapter.OnAnimationEnd","androidx.databinding.adapters.ViewGroupBindingAdapter.OnAnimationRepeat"],"requireAll":false,"attributeIndices":{"android:onAnimationEnd":1,"android:onAnimationRepeat":2,"android:onAnimationStart":0}},{"type":"androidx.databinding.adapters.ViewGroupBindingAdapter","method":"setListener","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.AbsListView","attributes":["android:onScroll","android:onScrollStateChanged"],"parameterTypes":["androidx.databinding.adapters.AbsListViewBindingAdapter.OnScroll","androidx.databinding.adapters.AbsListViewBindingAdapter.OnScrollStateChanged"],"requireAll":false,"attributeIndices":{"android:onScroll":0,"android:onScrollStateChanged":1}},{"type":"androidx.databinding.adapters.AbsListViewBindingAdapter","method":"setOnScroll","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.AdapterView","attributes":["android:selectedItemPosition","android:adapter"],"parameterTypes":["int","android.widget.Adapter"],"requireAll":true,"attributeIndices":{"android:adapter":1,"android:selectedItemPosition":0}},{"type":"androidx.databinding.adapters.AdapterViewBindingAdapter","method":"setSelectedItemPosition","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.AdapterView","attributes":["android:selection","android:adapter"],"parameterTypes":["int","android.widget.Adapter"],"requireAll":true,"attributeIndices":{"android:adapter":1,"android:selection":0}},{"type":"androidx.databinding.adapters.AdapterViewBindingAdapter","method":"setSelection","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.AdapterView","attributes":["android:onItemSelected","android:onNothingSelected","android:selectedItemPositionAttrChanged"],"parameterTypes":["androidx.databinding.adapters.AdapterViewBindingAdapter.OnItemSelected","androidx.databinding.adapters.AdapterViewBindingAdapter.OnNothingSelected","androidx.databinding.InverseBindingListener"],"requireAll":false,"attributeIndices":{"android:onItemSelected":0,"android:onNothingSelected":1,"android:selectedItemPositionAttrChanged":2}},{"type":"androidx.databinding.adapters.AdapterViewBindingAdapter","method":"setOnItemSelectedListener","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.AutoCompleteTextView","attributes":["android:fixText","android:isValid"],"parameterTypes":["androidx.databinding.adapters.AutoCompleteTextViewBindingAdapter.FixText","androidx.databinding.adapters.AutoCompleteTextViewBindingAdapter.IsValid"],"requireAll":false,"attributeIndices":{"android:fixText":0,"android:isValid":1}},{"type":"androidx.databinding.adapters.AutoCompleteTextViewBindingAdapter","method":"setValidator","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.AutoCompleteTextView","attributes":["android:onItemSelected","android:onNothingSelected"],"parameterTypes":["androidx.databinding.adapters.AdapterViewBindingAdapter.OnItemSelected","androidx.databinding.adapters.AdapterViewBindingAdapter.OnNothingSelected"],"requireAll":false,"attributeIndices":{"android:onItemSelected":0,"android:onNothingSelected":1}},{"type":"androidx.databinding.adapters.AutoCompleteTextViewBindingAdapter","method":"setOnItemSelectedListener","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.CalendarView","attributes":["android:onSelectedDayChange","android:dateAttrChanged"],"parameterTypes":["android.widget.CalendarView.OnDateChangeListener","androidx.databinding.InverseBindingListener"],"requireAll":false,"attributeIndices":{"android:dateAttrChanged":1,"android:onSelectedDayChange":0}},{"type":"androidx.databinding.adapters.CalendarViewBindingAdapter","method":"setListeners","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.CompoundButton","attributes":["android:onCheckedChanged","android:checkedAttrChanged"],"parameterTypes":["android.widget.CompoundButton.OnCheckedChangeListener","androidx.databinding.InverseBindingListener"],"requireAll":false,"attributeIndices":{"android:checkedAttrChanged":1,"android:onCheckedChanged":0}},{"type":"androidx.databinding.adapters.CompoundButtonBindingAdapter","method":"setListeners","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.DatePicker","attributes":["android:year","android:month","android:day","android:onDateChanged","android:yearAttrChanged","android:monthAttrChanged","android:dayAttrChanged"],"parameterTypes":["int","int","int","android.widget.DatePicker.OnDateChangedListener","androidx.databinding.InverseBindingListener","androidx.databinding.InverseBindingListener","androidx.databinding.InverseBindingListener"],"requireAll":false,"attributeIndices":{"android:day":2,"android:dayAttrChanged":6,"android:month":1,"android:monthAttrChanged":5,"android:onDateChanged":3,"android:year":0,"android:yearAttrChanged":4}},{"type":"androidx.databinding.adapters.DatePickerBindingAdapter","method":"setListeners","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.NumberPicker","attributes":["android:onValueChange","android:valueAttrChanged"],"parameterTypes":["android.widget.NumberPicker.OnValueChangeListener","androidx.databinding.InverseBindingListener"],"requireAll":false,"attributeIndices":{"android:onValueChange":0,"android:valueAttrChanged":1}},{"type":"androidx.databinding.adapters.NumberPickerBindingAdapter","method":"setListeners","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.RadioGroup","attributes":["android:onCheckedChanged","android:checkedButtonAttrChanged"],"parameterTypes":["android.widget.RadioGroup.OnCheckedChangeListener","androidx.databinding.InverseBindingListener"],"requireAll":false,"attributeIndices":{"android:checkedButtonAttrChanged":1,"android:onCheckedChanged":0}},{"type":"androidx.databinding.adapters.RadioGroupBindingAdapter","method":"setListeners","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.RatingBar","attributes":["android:onRatingChanged","android:ratingAttrChanged"],"parameterTypes":["android.widget.RatingBar.OnRatingBarChangeListener","androidx.databinding.InverseBindingListener"],"requireAll":false,"attributeIndices":{"android:onRatingChanged":0,"android:ratingAttrChanged":1}},{"type":"androidx.databinding.adapters.RatingBarBindingAdapter","method":"setListeners","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.SearchView","attributes":["android:onQueryTextSubmit","android:onQueryTextChange"],"parameterTypes":["androidx.databinding.adapters.SearchViewBindingAdapter.OnQueryTextSubmit","androidx.databinding.adapters.SearchViewBindingAdapter.OnQueryTextChange"],"requireAll":false,"attributeIndices":{"android:onQueryTextChange":1,"android:onQueryTextSubmit":0}},{"type":"androidx.databinding.adapters.SearchViewBindingAdapter","method":"setOnQueryTextListener","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.SearchView","attributes":["android:onSuggestionSelect","android:onSuggestionClick"],"parameterTypes":["androidx.databinding.adapters.SearchViewBindingAdapter.OnSuggestionSelect","androidx.databinding.adapters.SearchViewBindingAdapter.OnSuggestionClick"],"requireAll":false,"attributeIndices":{"android:onSuggestionClick":1,"android:onSuggestionSelect":0}},{"type":"androidx.databinding.adapters.SearchViewBindingAdapter","method":"setOnSuggestListener","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.SeekBar","attributes":["android:onStartTrackingTouch","android:onStopTrackingTouch","android:onProgressChanged","android:progressAttrChanged"],"parameterTypes":["androidx.databinding.adapters.SeekBarBindingAdapter.OnStartTrackingTouch","androidx.databinding.adapters.SeekBarBindingAdapter.OnStopTrackingTouch","androidx.databinding.adapters.SeekBarBindingAdapter.OnProgressChanged","androidx.databinding.InverseBindingListener"],"requireAll":false,"attributeIndices":{"android:onProgressChanged":2,"android:onStartTrackingTouch":0,"android:onStopTrackingTouch":1,"android:progressAttrChanged":3}},{"type":"androidx.databinding.adapters.SeekBarBindingAdapter","method":"setOnSeekBarChangeListener","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.TabHost","attributes":["android:onTabChanged","android:currentTabAttrChanged"],"parameterTypes":["android.widget.TabHost.OnTabChangeListener","androidx.databinding.InverseBindingListener"],"requireAll":false,"attributeIndices":{"android:currentTabAttrChanged":1,"android:onTabChanged":0}},{"type":"androidx.databinding.adapters.TabHostBindingAdapter","method":"setListeners","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.TextView","attributes":["android:beforeTextChanged","android:onTextChanged","android:afterTextChanged","android:textAttrChanged"],"parameterTypes":["androidx.databinding.adapters.TextViewBindingAdapter.BeforeTextChanged","androidx.databinding.adapters.TextViewBindingAdapter.OnTextChanged","androidx.databinding.adapters.TextViewBindingAdapter.AfterTextChanged","androidx.databinding.InverseBindingListener"],"requireAll":false,"attributeIndices":{"android:afterTextChanged":2,"android:beforeTextChanged":0,"android:onTextChanged":1,"android:textAttrChanged":3}},{"type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"setTextWatcher","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.TimePicker","attributes":["android:onTimeChanged","android:hourAttrChanged","android:minuteAttrChanged"],"parameterTypes":["android.widget.TimePicker.OnTimeChangedListener","androidx.databinding.InverseBindingListener","androidx.databinding.InverseBindingListener"],"requireAll":false,"attributeIndices":{"android:hourAttrChanged":1,"android:minuteAttrChanged":2,"android:onTimeChanged":0}},{"type":"androidx.databinding.adapters.TimePickerBindingAdapter","method":"setListeners","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"inverseAdapters":{"android:currentTab":[[{"viewType":"android.widget.TabHost","valueType":"int"},{"event":"android:currentTabAttrChanged","type":"androidx.databinding.adapters.TabHostBindingAdapter","method":"getCurrentTab","requiresOldValue":false,"isStatic":true,"componentClass":null}],[{"viewType":"android.widget.TabHost","valueType":"java.lang.String"},{"event":"android:currentTabAttrChanged","type":"androidx.databinding.adapters.TabHostBindingAdapter","method":"getCurrentTabTag","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:hour":[[{"viewType":"android.widget.TimePicker","valueType":"int"},{"event":"android:hourAttrChanged","type":"androidx.databinding.adapters.TimePickerBindingAdapter","method":"getHour","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:minute":[[{"viewType":"android.widget.TimePicker","valueType":"int"},{"event":"android:minuteAttrChanged","type":"androidx.databinding.adapters.TimePickerBindingAdapter","method":"getMinute","requiresOldValue":false,"isStatic":true,"componentClass":null}]],"android:text":[[{"viewType":"android.widget.TextView","valueType":"java.lang.String"},{"event":"android:textAttrChanged","type":"androidx.databinding.adapters.TextViewBindingAdapter","method":"getTextString","requiresOldValue":false,"isStatic":true,"componentClass":null}]]},"inverseMethods":{"android:checked":{"android.widget.CompoundButton":{"event":"android:checkedAttrChanged","type":"androidx.databinding.adapters.CompoundButtonBindingAdapter","method":"","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:checkedButton":{"android.widget.RadioGroup":{"event":"android:checkedButtonAttrChanged","type":"androidx.databinding.adapters.RadioGroupBindingAdapter","method":"getCheckedRadioButtonId","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:date":{"android.widget.CalendarView":{"event":"android:dateAttrChanged","type":"androidx.databinding.adapters.CalendarViewBindingAdapter","method":"","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:day":{"android.widget.DatePicker":{"event":"android:dayAttrChanged","type":"androidx.databinding.adapters.DatePickerBindingAdapter","method":"getDayOfMonth","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:month":{"android.widget.DatePicker":{"event":"android:monthAttrChanged","type":"androidx.databinding.adapters.DatePickerBindingAdapter","method":"","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:progress":{"android.widget.SeekBar":{"event":"android:progressAttrChanged","type":"androidx.databinding.adapters.SeekBarBindingAdapter","method":"","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:rating":{"android.widget.RatingBar":{"event":"android:ratingAttrChanged","type":"androidx.databinding.adapters.RatingBarBindingAdapter","method":"","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:selectedItemPosition":{"android.widget.AdapterView":{"event":"android:selectedItemPositionAttrChanged","type":"androidx.databinding.adapters.AdapterViewBindingAdapter","method":"","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:selection":{"android.widget.AdapterView":{"event":"android:selectedItemPositionAttrChanged","type":"androidx.databinding.adapters.AdapterViewBindingAdapter","method":"getSelectedItemPosition","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:value":{"android.widget.NumberPicker":{"event":"android:valueAttrChanged","type":"androidx.databinding.adapters.NumberPickerBindingAdapter","method":"","requiresOldValue":false,"isStatic":true,"componentClass":null}},"android:year":{"android.widget.DatePicker":{"event":"android:yearAttrChanged","type":"androidx.databinding.adapters.DatePickerBindingAdapter","method":"","requiresOldValue":false,"isStatic":true,"componentClass":null}}},"twoWayMethods":{},"useAndroidX":true}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_doctor_post-layout.xml b/Revive/android app/new revive/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_doctor_post-layout.xml
new file mode 100644
index 000000000..f7c5b56be
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_doctor_post-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_home-layout.xml b/Revive/android app/new revive/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_home-layout.xml
new file mode 100644
index 000000000..ba4fa140d
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_home-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_login-layout.xml b/Revive/android app/new revive/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_login-layout.xml
new file mode 100644
index 000000000..97edca3b0
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_login-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_main-layout.xml b/Revive/android app/new revive/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_main-layout.xml
new file mode 100644
index 000000000..72bc47fa0
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_main-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_my_tasks-layout.xml b/Revive/android app/new revive/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_my_tasks-layout.xml
new file mode 100644
index 000000000..0b81ff47b
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_my_tasks-layout.xml
@@ -0,0 +1 @@
+true false true true
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_register-layout.xml b/Revive/android app/new revive/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_register-layout.xml
new file mode 100644
index 000000000..382b5e08d
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_register-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/item_tolist-layout.xml b/Revive/android app/new revive/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/item_tolist-layout.xml
new file mode 100644
index 000000000..8bcc6dead
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/item_tolist-layout.xml
@@ -0,0 +1 @@
+false false false false false
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin b/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin
new file mode 100644
index 000000000..601f245f5
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin differ
diff --git a/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin b/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin
new file mode 100644
index 000000000..601f245f5
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin differ
diff --git a/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin b/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin
new file mode 100644
index 000000000..601f245f5
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin differ
diff --git a/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/graph.bin b/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/graph.bin
new file mode 100644
index 000000000..601f245f5
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/graph.bin differ
diff --git a/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_4/graph.bin b/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_4/graph.bin
new file mode 100644
index 000000000..601f245f5
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_4/graph.bin differ
diff --git a/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_5/graph.bin b/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_5/graph.bin
new file mode 100644
index 000000000..601f245f5
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_5/graph.bin differ
diff --git a/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_2d46512ec72a82e9d1ed3d10830b00758376929a515bdbb68e4f0a9c0de734d8_bucket_0/graph.bin b/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_2d46512ec72a82e9d1ed3d10830b00758376929a515bdbb68e4f0a9c0de734d8_bucket_0/graph.bin
new file mode 100644
index 000000000..601f245f5
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_2d46512ec72a82e9d1ed3d10830b00758376929a515bdbb68e4f0a9c0de734d8_bucket_0/graph.bin differ
diff --git a/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_2d46512ec72a82e9d1ed3d10830b00758376929a515bdbb68e4f0a9c0de734d8_bucket_1/graph.bin b/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_2d46512ec72a82e9d1ed3d10830b00758376929a515bdbb68e4f0a9c0de734d8_bucket_1/graph.bin
new file mode 100644
index 000000000..601f245f5
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_2d46512ec72a82e9d1ed3d10830b00758376929a515bdbb68e4f0a9c0de734d8_bucket_1/graph.bin differ
diff --git a/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_2d46512ec72a82e9d1ed3d10830b00758376929a515bdbb68e4f0a9c0de734d8_bucket_2/graph.bin b/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_2d46512ec72a82e9d1ed3d10830b00758376929a515bdbb68e4f0a9c0de734d8_bucket_2/graph.bin
new file mode 100644
index 000000000..601f245f5
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_2d46512ec72a82e9d1ed3d10830b00758376929a515bdbb68e4f0a9c0de734d8_bucket_2/graph.bin differ
diff --git a/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_2d46512ec72a82e9d1ed3d10830b00758376929a515bdbb68e4f0a9c0de734d8_bucket_3/graph.bin b/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_2d46512ec72a82e9d1ed3d10830b00758376929a515bdbb68e4f0a9c0de734d8_bucket_3/graph.bin
new file mode 100644
index 000000000..601f245f5
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_2d46512ec72a82e9d1ed3d10830b00758376929a515bdbb68e4f0a9c0de734d8_bucket_3/graph.bin differ
diff --git a/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_2d46512ec72a82e9d1ed3d10830b00758376929a515bdbb68e4f0a9c0de734d8_bucket_4/graph.bin b/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_2d46512ec72a82e9d1ed3d10830b00758376929a515bdbb68e4f0a9c0de734d8_bucket_4/graph.bin
new file mode 100644
index 000000000..601f245f5
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_2d46512ec72a82e9d1ed3d10830b00758376929a515bdbb68e4f0a9c0de734d8_bucket_4/graph.bin differ
diff --git a/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_2d46512ec72a82e9d1ed3d10830b00758376929a515bdbb68e4f0a9c0de734d8_bucket_5/graph.bin b/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_2d46512ec72a82e9d1ed3d10830b00758376929a515bdbb68e4f0a9c0de734d8_bucket_5/graph.bin
new file mode 100644
index 000000000..601f245f5
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_2d46512ec72a82e9d1ed3d10830b00758376929a515bdbb68e4f0a9c0de734d8_bucket_5/graph.bin differ
diff --git a/Revive/android app/new revive/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex b/Revive/android app/new revive/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex
new file mode 100644
index 000000000..b437a1ff1
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex differ
diff --git a/Revive/android app/new revive/app/build/intermediates/dex/debug/mergeExtDexDebug/classes2.dex b/Revive/android app/new revive/app/build/intermediates/dex/debug/mergeExtDexDebug/classes2.dex
new file mode 100644
index 000000000..acec7e2de
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/dex/debug/mergeExtDexDebug/classes2.dex differ
diff --git a/Revive/android app/new revive/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex b/Revive/android app/new revive/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex
new file mode 100644
index 000000000..573864876
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex differ
diff --git a/Revive/android app/new revive/app/build/intermediates/dex/debug/mergeProjectDexDebug/1/classes.dex b/Revive/android app/new revive/app/build/intermediates/dex/debug/mergeProjectDexDebug/1/classes.dex
new file mode 100644
index 000000000..807737551
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/dex/debug/mergeProjectDexDebug/1/classes.dex differ
diff --git a/Revive/android app/new revive/app/build/intermediates/dex/debug/mergeProjectDexDebug/6/classes.dex b/Revive/android app/new revive/app/build/intermediates/dex/debug/mergeProjectDexDebug/6/classes.dex
new file mode 100644
index 000000000..26979b8a7
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/dex/debug/mergeProjectDexDebug/6/classes.dex differ
diff --git a/Revive/android app/new revive/app/build/intermediates/dex/debug/mergeProjectDexDebug/9/classes.dex b/Revive/android app/new revive/app/build/intermediates/dex/debug/mergeProjectDexDebug/9/classes.dex
new file mode 100644
index 000000000..b24287e98
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/dex/debug/mergeProjectDexDebug/9/classes.dex differ
diff --git a/Revive/android app/new revive/app/build/intermediates/dex_archive_input_jar_hashes/debug/out b/Revive/android app/new revive/app/build/intermediates/dex_archive_input_jar_hashes/debug/out
new file mode 100644
index 000000000..778ad9e12
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/dex_archive_input_jar_hashes/debug/out differ
diff --git a/Revive/android app/new revive/app/build/intermediates/dex_number_of_buckets_file/debug/out b/Revive/android app/new revive/app/build/intermediates/dex_number_of_buckets_file/debug/out
new file mode 100644
index 000000000..62f945751
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/dex_number_of_buckets_file/debug/out
@@ -0,0 +1 @@
+6
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json b/Revive/android app/new revive/app/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json
new file mode 100644
index 000000000..8c33f21a6
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state
new file mode 100644
index 000000000..2d50ba0c1
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0QrH+ya8_24JLdS8TZz1pVyU52s= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0QrH+ya8_24JLdS8TZz1pVyU52s=
new file mode 100644
index 000000000..198a2deca
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0QrH+ya8_24JLdS8TZz1pVyU52s= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0_cnDV5ZCKqOCzBQT2CpWjBSXvI= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0_cnDV5ZCKqOCzBQT2CpWjBSXvI=
new file mode 100644
index 000000000..2e079822d
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0_cnDV5ZCKqOCzBQT2CpWjBSXvI= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/12MGH+n3kZW9XFocuJPtldoPh_s= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/12MGH+n3kZW9XFocuJPtldoPh_s=
new file mode 100644
index 000000000..37fadce03
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/12MGH+n3kZW9XFocuJPtldoPh_s= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3W3MRJf7xiCepBhicXfDesORM6A= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3W3MRJf7xiCepBhicXfDesORM6A=
new file mode 100644
index 000000000..9f394417b
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3W3MRJf7xiCepBhicXfDesORM6A= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/41181GrqiekJkpiNzzTTap3Wbhw= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/41181GrqiekJkpiNzzTTap3Wbhw=
new file mode 100644
index 000000000..c3eef538c
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/41181GrqiekJkpiNzzTTap3Wbhw= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4x3m5qeQZZpX6F7_24exOhqwAcI= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4x3m5qeQZZpX6F7_24exOhqwAcI=
new file mode 100644
index 000000000..03c80a940
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4x3m5qeQZZpX6F7_24exOhqwAcI= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4yX7+baJyjJpBfvu52c3Xuzslf0= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4yX7+baJyjJpBfvu52c3Xuzslf0=
new file mode 100644
index 000000000..4b56a4876
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4yX7+baJyjJpBfvu52c3Xuzslf0= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5B7UZplHAisQPPCDpCgBkbnewQ4= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5B7UZplHAisQPPCDpCgBkbnewQ4=
new file mode 100644
index 000000000..5e676925f
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5B7UZplHAisQPPCDpCgBkbnewQ4= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/7xel0V2nKzB5iTYudqghyLil04I= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/7xel0V2nKzB5iTYudqghyLil04I=
new file mode 100644
index 000000000..ccaef6bec
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/7xel0V2nKzB5iTYudqghyLil04I= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BotJ14Hxl0FckLOXkLF6ai5pTOw= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BotJ14Hxl0FckLOXkLF6ai5pTOw=
new file mode 100644
index 000000000..0a6064911
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BotJ14Hxl0FckLOXkLF6ai5pTOw= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/D2toecNiGZz24A0fWGgRSDJInUw= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/D2toecNiGZz24A0fWGgRSDJInUw=
new file mode 100644
index 000000000..ba190148b
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/D2toecNiGZz24A0fWGgRSDJInUw= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/F6+jMgwHuAf2e8zeBTjzfxjHAWc= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/F6+jMgwHuAf2e8zeBTjzfxjHAWc=
new file mode 100644
index 000000000..160357a16
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/F6+jMgwHuAf2e8zeBTjzfxjHAWc= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GulGbkzjrE9Q9DTo0Yjr0qaErkI= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GulGbkzjrE9Q9DTo0Yjr0qaErkI=
new file mode 100644
index 000000000..c129a362a
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GulGbkzjrE9Q9DTo0Yjr0qaErkI= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HuGzFoAl9vhU7oIshSC0RzjyYUA= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HuGzFoAl9vhU7oIshSC0RzjyYUA=
new file mode 100644
index 000000000..588a90cb1
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HuGzFoAl9vhU7oIshSC0RzjyYUA= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/I0VQlWH3AwV9c+ttEYtLhkRauhk= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/I0VQlWH3AwV9c+ttEYtLhkRauhk=
new file mode 100644
index 000000000..bd918c2cb
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/I0VQlWH3AwV9c+ttEYtLhkRauhk= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JiIxo0A4yEQqXUTtCfxBuPGvPdA= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JiIxo0A4yEQqXUTtCfxBuPGvPdA=
new file mode 100644
index 000000000..c703ef41a
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JiIxo0A4yEQqXUTtCfxBuPGvPdA= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KwpUCZf_JwmYZcGBLulCb84Pfqw= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KwpUCZf_JwmYZcGBLulCb84Pfqw=
new file mode 100644
index 000000000..facf43edc
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KwpUCZf_JwmYZcGBLulCb84Pfqw= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LhSjPonBGvmiA2oYnsfBew1+Oz8= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LhSjPonBGvmiA2oYnsfBew1+Oz8=
new file mode 100644
index 000000000..467ef4d2f
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LhSjPonBGvmiA2oYnsfBew1+Oz8= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MRw5NHN1+f1LmbFJOtFQwhab06E= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MRw5NHN1+f1LmbFJOtFQwhab06E=
new file mode 100644
index 000000000..e72b9463b
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MRw5NHN1+f1LmbFJOtFQwhab06E= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NTQC2SRTVbVvnf_DYXBYuVKLq64= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NTQC2SRTVbVvnf_DYXBYuVKLq64=
new file mode 100644
index 000000000..a7ffe488f
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NTQC2SRTVbVvnf_DYXBYuVKLq64= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NgVQku83FoJWIh5_jrmwnxye9O8= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NgVQku83FoJWIh5_jrmwnxye9O8=
new file mode 100644
index 000000000..24120e41d
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NgVQku83FoJWIh5_jrmwnxye9O8= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NtqdlqeuNWbYeAWE+go2PuhL8wc= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NtqdlqeuNWbYeAWE+go2PuhL8wc=
new file mode 100644
index 000000000..1c472d04a
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NtqdlqeuNWbYeAWE+go2PuhL8wc= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PuxmFCZKxFx0iOnCJDXZlvGnQQA= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PuxmFCZKxFx0iOnCJDXZlvGnQQA=
new file mode 100644
index 000000000..5c88b2b7c
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PuxmFCZKxFx0iOnCJDXZlvGnQQA= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PxqO2AAHXUnn3O+RHLsCgEAaK5o= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PxqO2AAHXUnn3O+RHLsCgEAaK5o=
new file mode 100644
index 000000000..b4c6c3e57
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PxqO2AAHXUnn3O+RHLsCgEAaK5o= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QPF0KZ9iSwHWvvvZ57tFT3oDc9I= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QPF0KZ9iSwHWvvvZ57tFT3oDc9I=
new file mode 100644
index 000000000..ff3b59a03
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QPF0KZ9iSwHWvvvZ57tFT3oDc9I= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QyZd60oaq70Mxt9n6dNtZm1DACk= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QyZd60oaq70Mxt9n6dNtZm1DACk=
new file mode 100644
index 000000000..96730986d
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QyZd60oaq70Mxt9n6dNtZm1DACk= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RUKaQVA0jTT3j8lTN5Nb6CecKXw= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RUKaQVA0jTT3j8lTN5Nb6CecKXw=
new file mode 100644
index 000000000..e8b606c1c
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RUKaQVA0jTT3j8lTN5Nb6CecKXw= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SBM792BnXI3108miBK3fK0ReJK0= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SBM792BnXI3108miBK3fK0ReJK0=
new file mode 100644
index 000000000..1ffce7770
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SBM792BnXI3108miBK3fK0ReJK0= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SWzUoCM+UZgALWEDMRg0xTsJVUI= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SWzUoCM+UZgALWEDMRg0xTsJVUI=
new file mode 100644
index 000000000..6d9e927ac
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SWzUoCM+UZgALWEDMRg0xTsJVUI= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/So9G4RijF12pQIDqt2H0NQunMbw= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/So9G4RijF12pQIDqt2H0NQunMbw=
new file mode 100644
index 000000000..81eeac152
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/So9G4RijF12pQIDqt2H0NQunMbw= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TGRfGN_dsl5rAeY+wp1bpdehmzs= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TGRfGN_dsl5rAeY+wp1bpdehmzs=
new file mode 100644
index 000000000..239aa4f92
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TGRfGN_dsl5rAeY+wp1bpdehmzs= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Tc9TJZ8W87bt+BgEisp48AcnqCw= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Tc9TJZ8W87bt+BgEisp48AcnqCw=
new file mode 100644
index 000000000..88f5191e8
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Tc9TJZ8W87bt+BgEisp48AcnqCw= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UKWKZnCQH61A9rDp87+PTCGfuyw= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UKWKZnCQH61A9rDp87+PTCGfuyw=
new file mode 100644
index 000000000..4faab6eed
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UKWKZnCQH61A9rDp87+PTCGfuyw= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UR0vssP4SEWL1WD084YWKWxnbjk= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UR0vssP4SEWL1WD084YWKWxnbjk=
new file mode 100644
index 000000000..2f359f512
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UR0vssP4SEWL1WD084YWKWxnbjk= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZE9DoXQrfe637TPRtKhIo0jKQEw= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZE9DoXQrfe637TPRtKhIo0jKQEw=
new file mode 100644
index 000000000..6ccda32b2
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZE9DoXQrfe637TPRtKhIo0jKQEw= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZZ+hqbY4YAwV_QbEh_SFqXxRuTw= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZZ+hqbY4YAwV_QbEh_SFqXxRuTw=
new file mode 100644
index 000000000..139145435
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZZ+hqbY4YAwV_QbEh_SFqXxRuTw= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_qLCfp0aFnVYG5an+E_GHQut4G0= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_qLCfp0aFnVYG5an+E_GHQut4G0=
new file mode 100644
index 000000000..5a0281638
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_qLCfp0aFnVYG5an+E_GHQut4G0= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/aziIh9wK+KUfZ8fTLD979lyHgdE= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/aziIh9wK+KUfZ8fTLD979lyHgdE=
new file mode 100644
index 000000000..1d2c72ac6
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/aziIh9wK+KUfZ8fTLD979lyHgdE= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bCXj_rg8HMHa1u4ua7lKUacgPfg= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bCXj_rg8HMHa1u4ua7lKUacgPfg=
new file mode 100644
index 000000000..310a04af0
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bCXj_rg8HMHa1u4ua7lKUacgPfg= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cZBmOe+NLAyakJuPcXXChPVXa8Q= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cZBmOe+NLAyakJuPcXXChPVXa8Q=
new file mode 100644
index 000000000..2bdfa5218
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cZBmOe+NLAyakJuPcXXChPVXa8Q= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fWmWpTBnXJoWOgdbL0DL1vrYLTo= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fWmWpTBnXJoWOgdbL0DL1vrYLTo=
new file mode 100644
index 000000000..688410514
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fWmWpTBnXJoWOgdbL0DL1vrYLTo= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/g33n3WklgZcXa4a92lC5FSXf_AE= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/g33n3WklgZcXa4a92lC5FSXf_AE=
new file mode 100644
index 000000000..515740511
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/g33n3WklgZcXa4a92lC5FSXf_AE= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gmqKeAQSLJAzpyeSNV1ExdqPM64= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gmqKeAQSLJAzpyeSNV1ExdqPM64=
new file mode 100644
index 000000000..6020b54fa
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gmqKeAQSLJAzpyeSNV1ExdqPM64= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hIKWsBqJc+COWZm3rCPPj6z5Tn4= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hIKWsBqJc+COWZm3rCPPj6z5Tn4=
new file mode 100644
index 000000000..3796a09ce
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hIKWsBqJc+COWZm3rCPPj6z5Tn4= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hNqqZmZoDWDrAZFy3Ze3AP8tcVc= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hNqqZmZoDWDrAZFy3Ze3AP8tcVc=
new file mode 100644
index 000000000..8f55a0fbc
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hNqqZmZoDWDrAZFy3Ze3AP8tcVc= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iHZNkyOKo9q4Y_WOvCoP5BXqPAc= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iHZNkyOKo9q4Y_WOvCoP5BXqPAc=
new file mode 100644
index 000000000..8fd6cd4ca
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iHZNkyOKo9q4Y_WOvCoP5BXqPAc= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lBIamFBkAkMxvDkXM8jppNQpRp0= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lBIamFBkAkMxvDkXM8jppNQpRp0=
new file mode 100644
index 000000000..2510a5ae7
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lBIamFBkAkMxvDkXM8jppNQpRp0= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lFXoyfrA7uIEEG3l_NJ8S02jNMk= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lFXoyfrA7uIEEG3l_NJ8S02jNMk=
new file mode 100644
index 000000000..2704a1220
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lFXoyfrA7uIEEG3l_NJ8S02jNMk= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lceOecvPw4AJEn1kuJs_YKXneSE= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lceOecvPw4AJEn1kuJs_YKXneSE=
new file mode 100644
index 000000000..dd51769e6
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lceOecvPw4AJEn1kuJs_YKXneSE= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mUfBASNvkYNcM5XfJgislVrMZsk= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mUfBASNvkYNcM5XfJgislVrMZsk=
new file mode 100644
index 000000000..fb794be91
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mUfBASNvkYNcM5XfJgislVrMZsk= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/od99a25JpNYaPI4jkzYbtY+sW7U= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/od99a25JpNYaPI4jkzYbtY+sW7U=
new file mode 100644
index 000000000..cb027fc45
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/od99a25JpNYaPI4jkzYbtY+sW7U= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qcGLaQItfBLKXGSKTnzNotl6p8w= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qcGLaQItfBLKXGSKTnzNotl6p8w=
new file mode 100644
index 000000000..c8d54e243
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qcGLaQItfBLKXGSKTnzNotl6p8w= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rhAnWpIU5+nHWeZLDeW657WemN8= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rhAnWpIU5+nHWeZLDeW657WemN8=
new file mode 100644
index 000000000..b42ca4fcc
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rhAnWpIU5+nHWeZLDeW657WemN8= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rtG768Tr5m8Q5cqlLhCBP8fHykI= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rtG768Tr5m8Q5cqlLhCBP8fHykI=
new file mode 100644
index 000000000..13a896d5d
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rtG768Tr5m8Q5cqlLhCBP8fHykI= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sVvG5PzVuD4lPBm6p7tRP3H0MEY= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sVvG5PzVuD4lPBm6p7tRP3H0MEY=
new file mode 100644
index 000000000..79b667ae5
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sVvG5PzVuD4lPBm6p7tRP3H0MEY= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sig+VbslxUDo1QUd6S2+Z2UbmU8= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sig+VbslxUDo1QUd6S2+Z2UbmU8=
new file mode 100644
index 000000000..a3629d1f3
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sig+VbslxUDo1QUd6S2+Z2UbmU8= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tMDkHUTHUIMegSzyie+IQL2IWBA= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tMDkHUTHUIMegSzyie+IQL2IWBA=
new file mode 100644
index 000000000..071aef0e5
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tMDkHUTHUIMegSzyie+IQL2IWBA= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ucfBOwwTNRU3cCwCRmSj4ndpCo0= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ucfBOwwTNRU3cCwCRmSj4ndpCo0=
new file mode 100644
index 000000000..219f2c293
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ucfBOwwTNRU3cCwCRmSj4ndpCo0= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/umC61fdwjfMWJ+6K4qkUofLiCuA= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/umC61fdwjfMWJ+6K4qkUofLiCuA=
new file mode 100644
index 000000000..719741216
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/umC61fdwjfMWJ+6K4qkUofLiCuA= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vDCaHcC8MvQe3hiou0oFX8M_Dp4= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vDCaHcC8MvQe3hiou0oFX8M_Dp4=
new file mode 100644
index 000000000..1cd01313c
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vDCaHcC8MvQe3hiou0oFX8M_Dp4= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vHIGbwMhqTmJEsrTL6I0V1DUAeA= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vHIGbwMhqTmJEsrTL6I0V1DUAeA=
new file mode 100644
index 000000000..f86d05d53
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vHIGbwMhqTmJEsrTL6I0V1DUAeA= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/w26blbtlH5Xug_Xy+TM4838ich4= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/w26blbtlH5Xug_Xy+TM4838ich4=
new file mode 100644
index 000000000..ca180e650
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/w26blbtlH5Xug_Xy+TM4838ich4= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wpWpL4_NcRKzE349pO+vvETmecc= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wpWpL4_NcRKzE349pO+vvETmecc=
new file mode 100644
index 000000000..6c6ac1326
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wpWpL4_NcRKzE349pO+vvETmecc= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xwe8fRkHuhdMM5csU_D_yiMYfL4= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xwe8fRkHuhdMM5csU_D_yiMYfL4=
new file mode 100644
index 000000000..fcc604d7b
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xwe8fRkHuhdMM5csU_D_yiMYfL4= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yZqGzuG03dngmKq8cfqExbRD6Tc= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yZqGzuG03dngmKq8cfqExbRD6Tc=
new file mode 100644
index 000000000..389b9e5c4
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yZqGzuG03dngmKq8cfqExbRD6Tc= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/zVCTK+FDEY3IjAj0rdwjtZPK70w= b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/zVCTK+FDEY3IjAj0rdwjtZPK70w=
new file mode 100644
index 000000000..1487acd65
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/zVCTK+FDEY3IjAj0rdwjtZPK70w= differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties
new file mode 100644
index 000000000..62c127b94
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties
@@ -0,0 +1,56 @@
+#Sat Mar 11 21:57:50 EET 2023
+com.example.newrevive.app-main-40\:/drawable/img_1.png=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_img_1.png.flat
+com.example.newrevive.app-main-40\:/mipmap-xhdpi/ic_launcher.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xhdpi_ic_launcher.webp.flat
+com.example.newrevive.app-main-40\:/drawable/ic_calendar.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_ic_calendar.xml.flat
+com.example.newrevive.app-main-40\:/drawable/circle.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_circle.xml.flat
+com.example.newrevive.app-main-40\:/drawable/bottom_home_bg.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_bottom_home_bg.xml.flat
+com.example.newrevive.app-main-40\:/drawable/circlebc.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_circlebc.xml.flat
+com.example.newrevive.app-main-40\:/xml/backup_rules.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\xml_backup_rules.xml.flat
+com.example.newrevive.app-main-40\:/drawable/passord_icon.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_passord_icon.xml.flat
+com.example.newrevive.app-main-40\:/mipmap-hdpi/ic_launcher_round.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\mipmap-hdpi_ic_launcher_round.webp.flat
+com.example.newrevive.app-main-40\:/drawable/img_2.png=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_img_2.png.flat
+com.example.newrevive.app-main-40\:/drawable/default_option_border_background.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_default_option_border_background.xml.flat
+com.example.newrevive.app-mergeDebugResources-37\:/layout/activity_home.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_home.xml.flat
+com.example.newrevive.app-main-40\:/mipmap-xxxhdpi/ic_launcher.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxxhdpi_ic_launcher.webp.flat
+com.example.newrevive.app-main-40\:/drawable/ic_launcher_background.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_ic_launcher_background.xml.flat
+com.example.newrevive.app-main-40\:/drawable/searchbar.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_searchbar.xml.flat
+com.example.newrevive.app-main-40\:/mipmap-xxxhdpi/ic_launcher_round.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxxhdpi_ic_launcher_round.webp.flat
+com.example.newrevive.app-main-40\:/mipmap-xxhdpi/ic_launcher_round.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxhdpi_ic_launcher_round.webp.flat
+com.example.newrevive.app-main-40\:/color/grey.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\color_grey.xml.flat
+com.example.newrevive.app-main-40\:/drawable/bg_button.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_bg_button.xml.flat
+com.example.newrevive.app-main-40\:/drawable/baseline_birthday.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_baseline_birthday.xml.flat
+com.example.newrevive.app-main-40\:/drawable/banner_bg.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_banner_bg.xml.flat
+com.example.newrevive.app-main-40\:/drawable/ic_ime.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_ic_ime.xml.flat
+com.example.newrevive.app-mergeDebugResources-37\:/layout/activity_doctor_post.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_doctor_post.xml.flat
+com.example.newrevive.app-main-40\:/drawable/rounded_button.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_rounded_button.xml.flat
+com.example.newrevive.app-main-40\:/drawable/img.png=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_img.png.flat
+com.example.newrevive.app-mergeDebugResources-37\:/layout/activity_register.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_register.xml.flat
+com.example.newrevive.app-main-40\:/mipmap-anydpi-v33/ic_launcher.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\mipmap-anydpi-v33_ic_launcher.xml.flat
+com.example.newrevive.app-main-40\:/drawable/baseline_person_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_baseline_person_24.xml.flat
+com.example.newrevive.app-mergeDebugResources-37\:/layout/activity_main.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_main.xml.flat
+com.example.newrevive.app-main-40\:/drawable/search_icon.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_search_icon.xml.flat
+com.example.newrevive.app-main-40\:/mipmap-anydpi-v26/ic_launcher_round.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\mipmap-anydpi-v26_ic_launcher_round.xml.flat
+com.example.newrevive.app-main-40\:/drawable/homepage_icon_background.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_homepage_icon_background.xml.flat
+com.example.newrevive.app-main-40\:/drawable/homepage_icon.png=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_homepage_icon.png.flat
+com.example.newrevive.app-main-40\:/drawable-v24/ic_launcher_foreground.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable-v24_ic_launcher_foreground.xml.flat
+com.example.newrevive.app-main-40\:/mipmap-mdpi/ic_launcher.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\mipmap-mdpi_ic_launcher.webp.flat
+com.example.newrevive.app-main-40\:/drawable/baseline_contact_phone_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_baseline_contact_phone_24.xml.flat
+com.example.newrevive.app-main-40\:/mipmap-hdpi/ic_launcher.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\mipmap-hdpi_ic_launcher.webp.flat
+com.example.newrevive.app-main-40\:/drawable/personwhite.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_personwhite.xml.flat
+com.example.newrevive.app-mergeDebugResources-37\:/layout/activity_login.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_login.xml.flat
+com.example.newrevive.app-main-40\:/drawable/applogo.png=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_applogo.png.flat
+com.example.newrevive.app-main-40\:/drawable/baseline_account_circle_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_baseline_account_circle_24.xml.flat
+com.example.newrevive.app-main-40\:/drawable/home_background.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_home_background.xml.flat
+com.example.newrevive.app-main-40\:/drawable/baseline_email_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_baseline_email_24.xml.flat
+com.example.newrevive.app-main-40\:/mipmap-anydpi-v26/ic_launcher.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\mipmap-anydpi-v26_ic_launcher.xml.flat
+com.example.newrevive.app-main-40\:/mipmap-xxhdpi/ic_launcher.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxhdpi_ic_launcher.webp.flat
+com.example.newrevive.app-mergeDebugResources-37\:/layout/activity_my_tasks.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_my_tasks.xml.flat
+com.example.newrevive.app-main-40\:/xml/data_extraction_rules.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\xml_data_extraction_rules.xml.flat
+com.example.newrevive.app-main-40\:/drawable/baseline_local_phone_24.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_baseline_local_phone_24.xml.flat
+com.example.newrevive.app-main-40\:/drawable/cirleaccount.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_cirleaccount.xml.flat
+com.example.newrevive.app-main-40\:/drawable/ic_pin.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_ic_pin.xml.flat
+com.example.newrevive.app-main-40\:/drawable/post_icon.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_post_icon.xml.flat
+com.example.newrevive.app-mergeDebugResources-37\:/layout/item_tolist.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\layout_item_tolist.xml.flat
+com.example.newrevive.app-main-40\:/mipmap-mdpi/ic_launcher_round.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\mipmap-mdpi_ic_launcher_round.webp.flat
+com.example.newrevive.app-main-40\:/drawable/task_icon.xml=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\drawable_task_icon.xml.flat
+com.example.newrevive.app-main-40\:/mipmap-xhdpi/ic_launcher_round.webp=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xhdpi_ic_launcher_round.webp.flat
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-af/values-af.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-af/values-af.xml
new file mode 100644
index 000000000..afdd6ed89
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-af/values-af.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d nuwe kennisgewing
+ - %d nuwe kennisgewings
+
+ "Gaan na tuisskerm"
+ "Gaan op"
+ "Nog opsies"
+ "Klaar"
+ "Sien alles"
+ "Kies \'n program"
+ "AF"
+ "AAN"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Funksie+"
+ "Meta+"
+ "Shift+"
+ "spasiebalk"
+ "Simbool+"
+ "Kieslys+"
+ "Soek …"
+ "Vee navraag uit"
+ "Soektognavraag"
+ "Soek"
+ "Dien navraag in"
+ "Stemsoektog"
+ "Deel met"
+ "Deel met %s "
+ "Vou in"
+ Vou die onderste blad in
+ Vou die onderste blad uit
+ Vou halfpad uit
+ Het op sleephandvatsel gedubbeltik
+ Sleephandvatsel
+ Karakters ingevoer: %1$d van %2$d
+ Karakterlimiet oorskry %1$d van %2$d
+ Vee teks uit
+ Fout
+ Wys aftrekkieslys
+ Dialoogikoon
+ Oortjie
+ Kies vm. of nm.
+ %1$s uur
+ Kies uur
+ %1$s-uur
+ Kies minute
+ %1$s minute
+ VM.
+ Skakel oor na horlosiemodus vir die tydinvoer.
+ Uur
+ Minuut
+ NM.
+ Kies tyd
+ Skakel oor na teksmodus vir die tydinvoer.
+ Nuwe kennisgewing
+ Verwyder %1$s
+ Meer as %1$d nuwe kennisgewings
+ Verander na volgende maand
+ Verander na vorige maand
+ Huidige keuse: %1$s
+ Kanselleer
+ OK
+ %1$s
+ Kies datum
+ Gekose datum
+ Kolom van dae: %1$s
+ Ongeldige formaat.
+ Voorbeeld: %1$s
+ Gebruik: %1$s
+ Ongeldige reeks.
+ Gaan na jaar %1$s
+ Buite reeks: %1$s
+ Begindatum – %1$s
+ %1$s – Einddatum
+ %1$s-%2$s
+ Kies datumreeks
+ Begindatum – Einddatum
+ Stoor
+ Datum
+ Einddatum
+ Begindatum
+ d
+ m
+ j
+ Skakel oor na kalenderinvoermodus
+ Tik om oor te skakel na die kies van \'n dag
+ Skakel oor na teksinvoermodus
+ Tik om oor te skakel na die kies van \'n jaar
+ Kanselleer
+ OK
+ Wys wagwoord
+ "Soek"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-am/values-am.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-am/values-am.xml
new file mode 100644
index 000000000..780aa2971
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-am/values-am.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d አዲስ ማሳወቂያዎች
+ - %d አዲስ ማሳወቂያዎች
+
+ "መነሻ ዳስስ"
+ "ወደ ላይ ያስሱ"
+ "ተጨማሪ አማራጮች"
+ "ተከናውኗል"
+ "ሁሉንም ይመልከቱ"
+ "አንድ መተግበሪያ ይምረጡ"
+ "አጥፋ"
+ "አብራ"
+ "Alt+"
+ "Ctrl+"
+ "ሰርዝ"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "ክፍተት"
+ "Sym+"
+ "Menu+"
+ "ይፈልጉ…"
+ "መጠይቅ አጽዳ"
+ "የፍለጋ መጠይቅ"
+ "ፍለጋ"
+ "መጠይቅ አስገባ"
+ "የድምጽ ፍለጋ"
+ "አጋራ በ"
+ "ለ%s አጋራ"
+ "ሰብስብ"
+ የግርጌ ሉሁን ይሰብስቡ
+ የግርጌ ሉሁን ይዘርጉ
+ ግማሽ መንገድ ዘርጋ
+ መያዣ ይጎትቱ ሁለቴ መታ ተደርጓል
+ መያዣ ይጎትቱ
+ ቁምፊዎች %1$d ከ%2$d ገብተዋል
+ የቁምፊ ገደብ %1$d ከ%2$d አልፏል
+ ጽሑፍን አጽዳ
+ ስህተት
+ ተቆልቋይ ምናሌን አሳይ
+ የንግግር አዶ
+ ትር
+ AM ወይም PM ይምረጡ
+ %1$s ሰዓታት
+ ሰዓትን ይምረጡ
+ %1$s ሰዓት
+ ደቂቃዎችን ይምረጡ
+ %1$s ደቂቃዎች
+ ጥዋት
+ ለጊዜ ግቤቱ ወደ የሰዓት ሁነታ ቀይር።
+ ሰዓት
+ ደቂቃ
+ ከሰዓት
+ ጊዜ ምረጥ
+ ለጊዜ ግቤቱ ወደ የጽሑፍ ግቤት ሁነታ ቀይር።
+ አዲስ ማሳወቂያ
+ %1$sን አስወግድ
+ ከ%1$d በላይ አዲስ ማሳወቂያዎች
+ ወደ የሚቀጥለው ወር ቀይር
+ ወደ ቀዳሚው ወር ቀይር
+ የአሁኑ ምርጫ፦ %1$s
+ ይቅር
+ እሺ
+ %1$s
+ ቀን ይምረጡ
+ የተመረጠው ቀን
+ የቀኖች ዓምድ፦ %1$s
+ ልክ ያልሆነ ቅርጸት
+ ምሳሌ፦ %1$s
+ %1$s ን ይጠቀሙ
+ ልክ ያልኾነ ክልል።
+ ወደ ዓመት %1$s አሰስ
+ ከክልል ውጭ፦ %1$s
+ መጀመሪያ ቀን – %1$s
+ %1$s – መጨረሻ ቀን
+ %1$s – %2$s
+ ክልል ይምረጡ
+ የመጀመሪያ ቀን – የመጨረሻ ቀን
+ አስቀምጥ
+ ቀን
+ የማብቂያ ቀን
+ መጀመሪያ ቀን
+ ቀ
+ ደ
+ ዓ
+ ወደ የቀን መቁጠሪያ ግቤት ሁነታ ቀይር
+ ወደ ቀን መምረጥ ለመቀየር መታ ያድርጉ
+ ወደ ጽሁፍ ግቤት ሁነታ ቀይር
+ ወደ ዓመት መምረጥ ለመቀየር መታ ያድርጉ
+ ይቅር
+ እሺ
+ የይለፍ ቃል አሳይ
+ "ፍለጋ"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ar/values-ar.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ar/values-ar.xml
new file mode 100644
index 000000000..ad8aaf111
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ar/values-ar.xml
@@ -0,0 +1,102 @@
+
+
+
+ - %d إشعار جديد
+ - إشعار جديد واحد (%d)
+ - إشعاران جديدان (%d)
+ - %d إشعارات جديدة
+ - %d إشعارًا جديدًا
+ - %d إشعار جديد
+
+ "التوجه إلى المنزل"
+ "التنقل إلى أعلى"
+ "خيارات أكثر"
+ "تم"
+ "عرض الكل"
+ "اختيار تطبيق"
+ "إيقاف"
+ "مفعّلة"
+ "Alt+"
+ "Ctrl+"
+ "حذف"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "فضاء"
+ "Sym+"
+ "القائمة+"
+ "بحث…"
+ "محو طلب البحث"
+ "طلب بحث"
+ "البحث"
+ "إرسال طلب البحث"
+ "بحث صوتي"
+ "مشاركة مع"
+ "مشاركة مع %s "
+ "تصغير"
+ تصغير البطاقة السفلية
+ توسيع البطاقة السفلية
+ توسيع البطاقة السفلية
+ تم النقر مرّتين على مقبض السحب.
+ مقبض السحب
+ تمّ إدخال %1$d حرف من إجمالي %2$d.
+ تجاوز عدد الأحرف المسموح به %1$d من %2$d.
+ محو النص
+ خطأ
+ عرض القائمة المنسدلة
+ رمز مربع الحوار
+ علامة تبويب
+ يُرجى اختيار صباحًا أو مساءً.
+ %1$s ساعة
+ تحديد الساعة
+ الساعة %1$s
+ تحديد الدقائق
+ %1$s دقيقة
+ صباحًا
+ يُرجى التبديل إلى وضع الساعة لإدخال الوقت.
+ الساعة
+ دقيقة
+ مساءً
+ اختيار الوقت
+ يُرجى التبديل إلى وضع إدخال النص لإدخال الوقت.
+ إشعار جديد
+ إزالة %1$s
+ يبلغ عدد الإشعارات الجديدة أكثر من %1$d.
+ التغيير إلى الشهر التالي
+ التغيير إلى الشهر السابق
+ الاختيار الحالي: %1$s
+ إلغاء
+ حسنًا
+ %1$s
+ يُرجى اختيار تاريخ.
+ التاريخ المحدَّد
+ عمود الأيام: %1$s
+ التنسيق غير صالح
+ مثال: %1$s
+ استخدام: %1$s
+ النطاق غير صالح
+ التنقل إلى العام %1$s
+ خارج النطاق: %1$s
+ تاريخ البدء – %1$s
+ %1$s – تاريخ الانتهاء
+ %1$s – %2$s
+ يُرجى اختيار نطاق زمني.
+ تاريخ البدء - تاريخ الانتهاء
+ حفظ
+ التاريخ
+ تاريخ الانتهاء
+ تاريخ البدء
+ ي
+ ش
+ س
+ التبديل إلى وضع \"الإدخال في التقويم\"
+ انقر للتبديل إلى اختيار يوم
+ التبديل إلى وضع \"إدخال النص\"
+ انقر للتبديل إلى اختيار عام
+ إلغاء
+ حسنًا
+ عرض كلمة المرور
+ "البحث"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-as/values-as.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-as/values-as.xml
new file mode 100644
index 000000000..e3ecb6670
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-as/values-as.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d new notification
+ - %d new notifications
+
+ "গৃহ পৃষ্ঠালৈ যাওক"
+ "ওপৰলৈ যাওক"
+ "অধিক বিকল্প"
+ "সম্পন্ন হ’ল"
+ "আটাইবোৰ চাওক"
+ "কোনো এপ্ বাছনি কৰক"
+ "অফ"
+ "অন"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "সন্ধান কৰক…"
+ "সন্ধান কৰা প্ৰশ্ন মচক"
+ "সন্ধান কৰা প্ৰশ্ন"
+ "সন্ধান কৰক"
+ "প্ৰশ্ন দাখিল কৰক"
+ "কণ্ঠধ্বনিৰ দ্বাৰা সন্ধান"
+ "ইয়াৰ জৰিয়তে শ্বেয়াৰ কৰক"
+ "%s ৰ জৰিয়তে শ্বেয়াৰ কৰক"
+ "সংকোচন কৰক"
+ Collapse the bottom sheet
+ Expand the bottom sheet
+ Expand halfway
+ Drag handle double-tapped
+ Drag handle
+ %2$dটাৰ ভিতৰত %1$dটা বৰ্ণ লিখা হৈছে
+ %2$dটাৰ ভিতৰত %1$dটা বৰ্ণৰ সীমা অতিক্ৰম কৰিছে
+ Clear text
+ Error
+ Show dropdown menu
+ Dialog Icon
+ Tab
+ Select AM or PM
+ %1$s hours
+ Select hour
+ %1$s o\'clock
+ মিনিট বাছনি কৰক
+ %1$s minutes
+ AM
+ সময়ৰ ইনপুটৰ বাবে ঘড়ী ম\'ডলৈ যাওক।
+ Hour
+ Minute
+ PM
+ Select time
+ সময়ৰ ইনপুটৰ বাবে পাঠৰ ইনপুট ম\'ডলৈ যাওক।
+ New notification
+ %1$sক আঁতৰাওক
+ More than %1$d new notifications
+ Change to next month
+ Change to previous month
+ Current selection: %1$s
+ Cancel
+ OK
+ %1$s
+ Select Date
+ Selected date
+ Column of days: %1$s
+ Invalid format.
+ Example: %1$s
+ Use: %1$s
+ Invalid range.
+ Navigate to year %1$s
+ Out of range: %1$s
+ Start date – %1$s
+ %1$s – End date
+ %1$s – %2$s
+ Select Range
+ Start date – End date
+ Save
+ Date
+ End date
+ Start date
+ d
+ m
+ y
+ Switch to calendar input mode
+ Tap to switch to selecting a day
+ Switch to text input mode
+ Tap to switch to selecting a year
+ Cancel
+ OK
+ পাছৱৰ্ড দেখুৱাওক
+ "সন্ধান"
+ "৯৯৯+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-az/values-az.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-az/values-az.xml
new file mode 100644
index 000000000..cb1ec0dc3
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-az/values-az.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d yeni bildiriş
+ - %d yeni bildiriş
+
+ "Əsas səhifəyə keçin"
+ "Yuxarı keçin"
+ "Digər seçimlər"
+ "Hazırdır"
+ "Hamısına baxın"
+ "Tətbiq seçin"
+ "DEAKTİV"
+ "AKTİV"
+ "Alt+"
+ "Ctrl+"
+ "silin"
+ "daxil olun"
+ "Funksiya+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menyu+"
+ "Axtarış..."
+ "Sorğunu silin"
+ "Axtarış sorğusu"
+ "Axtarın"
+ "Sorğunu göndərin"
+ "Səsli axtarış"
+ "Paylaşın"
+ "%s ilə paylaşın"
+ "Yığcamlaşdırın"
+ Aşağıdakı vərəqi yığcamlaşdırın
+ Aşağıdakı vərəqi genişləndirin
+ Tam genişləndirin
+ Dəstəyə iki dəfə toxunun
+ Dəstək
+ %1$d/%2$d simvol daxil edilib
+ Simvol limiti %1$d/%2$d dəyərini keçdi
+ Mətni silin
+ Xəta
+ Açılan menyunu göstərin
+ Dialoq ikonası
+ Tab
+ Gündüz və ya axşam seçin
+ %1$s saat
+ Saatı seçin
+ Saat %1$s
+ Dəqiqə seçin
+ %1$s dəqiqə
+ AM
+ Zamanı daxil etmək üçün saat rejiminə keçin
+ Saat
+ Dəqiqə
+ GƏ
+ Vaxt seçin
+ Zamanı daxil etmək üçün mətnlə daxiletmə rejiminə keçin
+ Yeni bildiriş
+ %1$s silin
+ Minimum %1$d yeni bildiriş
+ Növbəti aya dəyişin
+ Əvvəlki aya dəyişin
+ Cari seçim: %1$s
+ Ləğv edin
+ OK
+ %1$s
+ Tarix seçin
+ Seçilmiş tarix
+ Gün sütunu: %1$s
+ Yanlış format.
+ Nümunə: %1$s
+ %1$s istifadə edin
+ Yanlış diapazon.
+ %1$s ilinə keçin
+ Əhatə dairəsindən kənar: %1$s
+ Başlama tarixi – %1$s
+ %1$s – Bitmə tarixi
+ %1$s: %2$s
+ Aralıq seçin
+ Başlama tarixi - Bitmə tarixi
+ Saxlayın
+ Tarix
+ Bitmə tarixi
+ Başlama tarixi
+ gün
+ ay
+ il
+ Təqvim daxiletmə rejiminə keçin
+ Gün seçiminə keçmək üçün toxunun
+ Mətn daxiletmə rejiminə keçin
+ İl seçiminə keçmək üçün toxunun
+ Ləğv edin
+ OK
+ Parolu göstərin
+ "Axtarın"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-b+es+419/values-b+es+419.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-b+es+419/values-b+es+419.xml
new file mode 100644
index 000000000..127481067
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-b+es+419/values-b+es+419.xml
@@ -0,0 +1,69 @@
+
+
+
+ - %d notificación nueva
+ - %d notificaciones nuevas
+
+ Contraer la hoja inferior
+ Expandir la hoja inferior
+ Expandir hasta la mitad
+ El control de arrastre se presionó dos veces
+ Controlador de arrastre
+ Caracteres ingresados: %1$d de %2$d
+ Se excedió en %1$d el límite de caracteres de %2$d
+ Borrar texto
+ Error
+ Mostrar menú desplegable
+ Ícono de diálogo
+ Pestaña
+ Selecciona a.m. o p.m.
+ %1$s horas
+ Seleccione la hora.
+ %1$s en punto
+ Seleccionar minutos
+ %1$s minutos
+ a.m.
+ Cambia al modo de reloj para ingresar la hora.
+ Hora
+ Minuto
+ p.m.
+ Seleccionar la hora
+ Cambia al modo de entrada de texto para ingresar la hora.
+ Notificación nueva
+ Quitar %1$s
+ Más de %1$d notificaciones nuevas
+ Cambiar al mes siguiente
+ Cambiar al mes anterior
+ Selección actual: %1$s
+ Cancelar
+ Aceptar
+ %1$s
+ Seleccionar fecha
+ Fecha seleccionada
+ Columna de días: %1$s
+ Formato no válido
+ Ejemplo: %1$s
+ Usar: %1$s
+ El rango no es válido.
+ Navegar al año %1$s
+ Fuera de rango: %1$s
+ Fecha de inicio - %1$s
+ %1$s - fecha de finalización
+ %1$s-%2$s
+ Selecciona un período
+ Fecha de inicio - fecha de finalización
+ Guardar
+ Fecha
+ Fecha de finalización
+ Fecha de inicio
+ d
+ m
+ a
+ Cambiar al modo de entrada de calendario
+ Presiona para seleccionar un día
+ Cambiar al modo de entrada de texto
+ Presiona para seleccionar un año
+ Cancelar
+ Aceptar
+ Mostrar contraseña
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml
new file mode 100644
index 000000000..1f2b2efd3
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml
@@ -0,0 +1,99 @@
+
+
+
+ - %d novo obaveštenje
+ - %d nova obaveštenja
+ - %d novih obaveštenja
+
+ "Idite na početnu"
+ "Idite nagore"
+ "Još opcija"
+ "Gotovo"
+ "Prikaži sve"
+ "Izaberite aplikaciju"
+ "ISKLJUČENO"
+ "UKLJUČENO"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "taster za razmak"
+ "Sym+"
+ "Menu+"
+ "Pretražite…"
+ "Obrišite upit"
+ "Pretražite upit"
+ "Pretražite"
+ "Pošaljite upit"
+ "Glasovna pretraga"
+ "Delite pomoću"
+ "Delite pomoću aplikacije %s "
+ "Skupi"
+ Skupite donju tabelu
+ Proširite donju tabelu
+ Proširite do pola
+ Identifikator za prevlačenje je dvaput dodirnut
+ Ručica za prevlačenje
+ Uneti znakovi: %1$d od %2$d
+ Prekoračeno je ograničenje broja znakova: %1$d od %2$d
+ Obriši tekst
+ Greška
+ Prikaži padajući meni
+ Ikona dijaloga
+ Kartica
+ Izaberite pre podne ili po podne
+ %1$s s
+ Izaberite sat
+ %1$s s
+ Izaberite minute
+ %1$s min
+ AM
+ Pređite u režim sata radi unosa vremena.
+ Sat
+ Minut
+ PM
+ Izaberite vreme
+ Pređite u režim unosa teksta radi unosa vremena.
+ Novo obaveštenje
+ Uklonite %1$s
+ Novih obaveštenja: više od %1$d
+ Pređite na sledeći mesec
+ Pređite na prethodni mesec
+ Aktuelni izbor: %1$s
+ Otkaži
+ Potvrdi
+ %1$s
+ Izaberite datum
+ Izabrani datum
+ Kolona sa danima: %1$s
+ Format je nevažeći.
+ Primer: %1$s
+ Koristite: %1$s
+ Nevažeći period.
+ Idite na godinu %1$s
+ Izvan perioda: %1$s
+ Datum početka – %1$s
+ %1$s – Datum završetka
+ %1$s–%2$s
+ Izaberite period
+ Datum početka – Datum završetka
+ Sačuvaj
+ Datum
+ Datum završetka
+ Datum početka
+ d
+ m
+ g
+ Pređite na režim unosa u Kalendaru
+ Dodirnite da biste prešli na izbor dana
+ Pređite na režim unosa teksta
+ Dodirnite da biste prešli na izbor godine
+ Otkaži
+ Potvrdi
+ Prikaži lozinku
+ "Pretražite"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-be/values-be.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-be/values-be.xml
new file mode 100644
index 000000000..7520864fe
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-be/values-be.xml
@@ -0,0 +1,100 @@
+
+
+
+ - %d новае апавяшчэнне
+ - %d новыя апавяшчэнні
+ - %d новых апавяшчэнняў
+ - %d новага апавяшчэння
+
+ "Перайсці на галоўную старонку"
+ "Перайсці ўверх"
+ "Дадатковыя параметры"
+ "Гатова"
+ "Паказаць усе"
+ "Выберыце праграму"
+ "ВЫКЛ."
+ "УКЛ."
+ "Alt +"
+ "Ctrl +"
+ "Delete"
+ "Enter"
+ "Fn +"
+ "Meta +"
+ "Shift +"
+ "Прабел"
+ "Sym +"
+ "Меню +"
+ "Пошук…"
+ "Выдаліць запыт"
+ "Пошукавы запыт"
+ "Пошук"
+ "Адправіць запыт"
+ "Галасавы пошук"
+ "Абагуліць праз"
+ "Абагуліць праз праграму \"%s \""
+ "Згарнуць"
+ Згарнуць ніжні аркуш
+ Разгарнуць ніжні аркуш
+ Разгарнуць напалову
+ Маркер перацягвання націснуты двойчы
+ Маркер перацягвання
+ Уведзена сімвалаў: %1$d з %2$d
+ Абмежаванне колькасці сімвалаў перавышана: %1$d з %2$d
+ Ачысціць тэкст
+ Памылка
+ Паказаць выпадное меню
+ Значок дыялогавага акна
+ Укладка
+ Выберыце AM (да паўдня) або PM (пасля паўдня)
+ %1$s гадз
+ Выберыце гадзіну
+ %1$s гадз
+ Выберыце хвіліны
+ %1$s хв
+ AM
+ Пераключыцца на рэжым гадзінніка пры ўводзе часу.
+ Гадзіна
+ Хвіліна
+ PM
+ Выберыце час
+ Пераключыцца на рэжым тэксту пры ўводзе часу.
+ Новае апавяшчэнне
+ Выдаліць %1$s
+ Колькасць новых апавяшчэнняў перавысіла %1$d
+ Перайсці да наступнага месяца
+ Перайсці да папярэдняга месяца
+ Бягучае вылучэнне: %1$s
+ Скасаваць
+ ОК
+ %1$s
+ Выберыце дату
+ Выбраная дата
+ Слупок дзён: %1$s
+ Няправільны фармат.
+ Прыклад: %1$s
+ Неабходны фармат: %1$s
+ Няправільны дыяпазон.
+ Перайсці ў %1$s год
+ Па-за межамі дыяпазону: %1$s
+ Дата пачатку – %1$s
+ %1$s – дата заканчэння
+ %1$s – %2$s
+ Выберыце дыяпазон дат
+ Дата пачатку – дата заканчэння
+ Захаваць
+ Дата
+ Дата заканчэння
+ Дата пачатку
+ д
+ м
+ г
+ Пераключыцца ў рэжым уводу \"Каляндар\"
+ Дакраніцеся, каб пераключыцца на выбар дня
+ Пераключыцца ў рэжым уводу \"Тэкст\"
+ Дакраніцеся, каб пераключыцца на выбар года
+ Скасаваць
+ ОК
+ Паказаць пароль
+ "Пошук"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bg/values-bg.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bg/values-bg.xml
new file mode 100644
index 000000000..31b6bdaa0
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bg/values-bg.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d ново известие
+ - %d нови известия
+
+ "Навигиране към началния екран"
+ "Навигиране нагоре"
+ "Още опции"
+ "Готово"
+ "Преглед на всички"
+ "Изберете приложение"
+ "ИЗКЛ."
+ "ВКЛ."
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "клавиша за интервал"
+ "Sym+"
+ "Menu+"
+ "Търсете…"
+ "Изчистване на заявката"
+ "Заявка за търсене"
+ "Търсене"
+ "Изпращане на заявката"
+ "Гласово търсене"
+ "Споделяне със:"
+ "Споделяне със: %s "
+ "Свиване"
+ Свиване на долния лист
+ Разгъване на долния лист
+ Разгъване наполовина
+ Двукратно докосване на манипулатора за преместване с плъзгане
+ Манипулатор за преместване с плъзгане
+ Въведени знаци: %1$d от %2$d
+ Максималният брой знаци е надхвърлен с(ъс) %1$d от %2$d
+ Изчистване на текста
+ Грешка
+ Показване на падащото меню
+ Икона за диалогов прозорец
+ Раздел
+ Изберете AM или PM
+ %1$s часа
+ Изберете час
+ %1$s часа
+ Избиране на минути
+ %1$s минути
+ AM
+ Превключете към режима за часовник, за да въведете часа.
+ Час
+ Минута
+ PM
+ Избор на час
+ Превключете към режима за въвеждане на текст, за да въведете часа.
+ Ново известие
+ Премахване на %1$s
+ Повече от %1$d нови известия
+ Преминаване към следващия месец
+ Преминаване към предишния месец
+ Текущ избор: %1$s
+ Отказ
+ OK
+ %1$s
+ Избиране на дата
+ Избрана дата
+ Колона за дни: %1$s
+ Форматът е невалиден.
+ Пример: %1$s
+ Използвайте: %1$s
+ Невалиден диапазон.
+ Навигиране до %1$s г.
+ Извън диапазона: %1$s
+ Начална дата – %1$s
+ %1$s – крайна дата
+ %1$s – %2$s
+ Избиране на период от време
+ Начална дата – крайна дата
+ Запазване
+ Дата
+ Крайна дата
+ Начална дата
+ д
+ м
+ г
+ Превключване към режим на въвеждане в календар
+ Докоснете, за да превключите към избиране на ден
+ Превключване към режим за въвеждане на текст
+ Докоснете, за да превключите към избиране на година
+ Отказ
+ OK
+ Показване на паролата
+ "Търсене"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bn/values-bn.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bn/values-bn.xml
new file mode 100644
index 000000000..8b0647c11
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bn/values-bn.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %dটি নতুন বিজ্ঞপ্তি
+ - %dটি নতুন বিজ্ঞপ্তি
+
+ "হোমে নেভিগেট করুন"
+ "উপরে নেভিগেট করুন"
+ "আরও বিকল্প"
+ "হয়ে গেছে"
+ "সবগুলি দেখুন"
+ "একটি অ্যাপ বেছে নিন"
+ "বন্ধ আছে"
+ "চালু করুন"
+ "Alt+"
+ "Ctrl+"
+ "মুছুন"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "সার্চ করুন…"
+ "কোয়েরি মুছে ফেলুন"
+ "সার্চ কোয়েরি"
+ "সার্চ করুন"
+ "কোয়েরি জমা দিন"
+ "ভয়েস সার্চ করুন"
+ "শেয়ার করুন"
+ "%s -এর সাথে শেয়ার করুন"
+ "সঙ্কুচিত করুন"
+ স্ক্রিনের নিচে অ্যাটাচ করা শিট আড়াল করুন
+ স্ক্রিনের নিচে অ্যাটাচ করা শিট বড় করুন
+ অর্ধেক প্রসারিত করুন
+ টেনে আনার হ্যান্ডেলে ডবল ট্যাপ করা হয়েছে
+ টেনে আনার হ্যান্ডেল
+ %2$dটির মধ্যে %1$dটি অক্ষর লেখা হয়েছে
+ অক্ষরের সীমা %1$d এর %2$d অতিক্রম করেছে
+ টেক্সট মুছুন
+ সমস্যা
+ ড্রপ-ডাউন মেনু দেখুন
+ ডায়ালগ আইকন
+ ট্যাব
+ AM অথবা PM বেছে নিন
+ %1$s ঘণ্টা
+ ঘণ্টা বেছে নিন
+ %1$sটা বাজে
+ মিনিট বেছে নিন
+ %1$s মিনিট
+ AM
+ সময় ইনপুট দেওয়ার জন্য ঘড়ি মোডে যান।
+ ঘণ্টা
+ মিনিট
+ PM
+ সময় বেছে নিন
+ সময় ইনপুট দেওয়ার জন্য পাঠ্য ইনপুট মোডে যান।
+ নতুন বিজ্ঞপ্তি
+ %1$s সরিয়ে দিন
+ %1$dটির বেশি নতুন বিজ্ঞপ্তি
+ আগামী মাসে যান
+ আগের মাসে যান
+ বর্তমান বাছাই: %1$s
+ বাতিল করুন
+ ঠিক আছে
+ %1$s
+ তারিখ বেছে নিন
+ বেছে নেওয়া তারিখ
+ সপ্তাহের দিনগুলির কলাম: %1$s
+ ভুল ফর্ম্যাট।
+ উদাহরণ: %1$s
+ %1$s ফর্ম্যাটে লিখুন
+ তারিখ সঠিক নয়।
+ নেভিগেট করে %1$s সালে যান
+ নির্দিষ্ট তারিখের বাইরে: %1$s
+ শুরুর তারিখ – %1$s
+ %1$s – সমাপ্তির তারিখ
+ %1$s – %2$s
+ রেঞ্জ বেছে নিন
+ শুরুর তারিখ - সমাপ্তির তারিখ
+ সেভ করুন
+ তারিখ
+ সমাপ্তির তারিখ
+ শুরুর তারিখ
+ d
+ m
+ y
+ ক্যালেন্ডার ইনপুট মোডে বদল করুন
+ দিন বেছে নেওয়ার মোডে বদল করতে ট্যাপ করুন
+ টেক্সট ইনপুট মোডে বদল করুন
+ বছর বেছে নেওয়ার মোডে বদল করতে ট্যাপ করুন
+ বাতিল করুন
+ ঠিক আছে
+ পাসওয়ার্ড দেখান
+ "সার্চ করুন"
+ "৯৯৯+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bs/values-bs.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bs/values-bs.xml
new file mode 100644
index 000000000..3c7f4f3e5
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bs/values-bs.xml
@@ -0,0 +1,99 @@
+
+
+
+ - %d novo obavještenje
+ - %d nova obavještenja
+ - %d novih obavještenja
+
+ "Vratite se na početnu stranicu"
+ "Idi gore"
+ "Više opcija"
+ "Gotovo"
+ "Prikaži sve"
+ "Odaberite aplikaciju"
+ "ISKLJUČENO"
+ "UKLJUČENO"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "razmak"
+ "Sym+"
+ "Menu+"
+ "Pretražite..."
+ "Obriši upit"
+ "Pretraži upit"
+ "Pretraži"
+ "Pošalji upit"
+ "Glasovno pretraživanje"
+ "Dijeli sa"
+ "Dijeli putem aplikacije %s "
+ "Suzi"
+ Sužavanje donje tabele
+ Proširivanje donje tabele
+ Proširivanje dopola
+ Ručica za prevlačenje je dvaput dodirnuta
+ Ručica za prevlačenje
+ Uneseno znakova: %1$d od %2$d
+ Ograničenje broja znakova premašuje %1$d od %2$d
+ Obriši tekst
+ Greška
+ Prikaži padajući meni
+ ikona dijaloškog okvira
+ Kartica
+ Odaberite prijepodne ili poslijepodne
+ %1$s h
+ Odaberite sat
+ %1$s h
+ Odaberite minute
+ %1$s min
+ AM
+ Prebacite u način rada kao sat za unos vremena.
+ Sat
+ Minuta
+ PM
+ Odabir vremena
+ Prebacite u način unosa teksta za unos vremena.
+ Novo obavještenje
+ Uklonite %1$s
+ Broj novih obavještenja: više od %1$d
+ Promijeni na sljedeći mjesec
+ Promijeni na prethodni mjesec
+ Trenutni izbor: %1$s
+ Otkaži
+ Uredu
+ %1$s
+ Odaberite datum
+ Odabrani datum
+ Kolona za dane: %1$s
+ Nevažeći format.
+ Primjer: %1$s
+ Koristi: %1$s
+ Nevažeći opseg.
+ Odlazak na %1$s. godinu
+ Izvan opsega: %1$s
+ Datum početka – %1$s
+ %1$s – Datum završetka
+ %1$s – %2$s
+ Odaberite raspon
+ Datum početka – Datum završetka
+ Sačuvaj
+ Datum
+ Datum završetka
+ Datum početka
+ d
+ m
+ g
+ Prebacivanje na način unosa kalendara
+ Dodirnite da prebacite na odabir dana
+ Prebacivanje na način unosa teksta
+ Dodirnite da prebacite na odabir godine
+ Otkaži
+ Uredu
+ Prikaži lozinku
+ "Pretražite"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ca/values-ca.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ca/values-ca.xml
new file mode 100644
index 000000000..0d444c636
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ca/values-ca.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d notificació nova
+ - %d notificacions noves
+
+ "Navega fins a la pàgina d\'inici"
+ "Navega cap amunt"
+ "Més opcions"
+ "Fet"
+ "Mostra-ho tot"
+ "Selecciona una aplicació"
+ "DESACTIVA"
+ "ACTIVA"
+ "Alt+"
+ "Ctrl+"
+ "Supr"
+ "Retorn"
+ "Funció+"
+ "Meta+"
+ "Maj+"
+ "Espai"
+ "Sym+"
+ "Menú+"
+ "Cerca…"
+ "Esborra la consulta"
+ "Consulta de cerca"
+ "Cerca"
+ "Envia la consulta"
+ "Cerca per veu"
+ "Comparteix amb"
+ "Comparteix amb %s "
+ "Replega"
+ Replega el full inferior
+ Desplega el full inferior
+ Desplega fins a la meitat
+ Has fet doble toc a l\'ansa per arrossegar
+ Ansa per arrossegar
+ Caràcters introduïts: %1$d de %2$d
+ S\'ha superat el límit de caràcters (%1$d de %2$d)
+ Esborra el text
+ Error
+ Mostra el menú desplegable
+ Icona del quadre de diàleg
+ Tabulador
+ Selecciona a. m. o p. m.
+ %1$s hores
+ Seleccioneu l\'hora
+ %1$s en punt
+ Selecciona els minuts
+ %1$s minuts
+ a. m.
+ Canvia al mode de rellotge per introduir l\'hora.
+ Hora
+ Minut
+ p. m.
+ Selecció de l\'hora
+ Canvia al mode d\'introducció de text per introduir l\'hora.
+ Notificació nova
+ Suprimeix %1$s
+ Més de %1$d notificacions noves
+ Canvia al mes següent
+ Canvia al mes anterior
+ Selecció actual: %1$s
+ Cancel·la
+ D’acord
+ %1$s
+ Selecciona una data
+ Data seleccionada
+ Columna de dies: %1$s
+ El format no és vàlid.
+ Exemple: %1$s
+ Utilitza: %1$s
+ L\'interval no és vàlid.
+ Canvia a l\'any %1$s
+ La data està fora de l\'interval: %1$s
+ Data d\'inici - %1$s
+ %1$s - data de finalització
+ %1$s - %2$s
+ Selecciona un interval
+ Data d\'inici - data de finalització
+ Desa
+ Data
+ Data de finalització
+ Data d\'inici
+ d
+ m
+ a
+ Canvia al mode d\'introducció de dades del calendari
+ Toca per canviar a la selecció del dia
+ Canvia al mode d\'introducció de text
+ Toca per canviar a la selecció de l\'any
+ Cancel·la
+ D’acord
+ Mostra la contrasenya
+ "Cerca"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-cs/values-cs.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-cs/values-cs.xml
new file mode 100644
index 000000000..c1aa36108
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-cs/values-cs.xml
@@ -0,0 +1,100 @@
+
+
+
+ - %d nové oznámení
+ - %d nová oznámení
+ - %d nového oznámení
+ - %d nových oznámení
+
+ "Přejít na plochu"
+ "Přejít nahoru"
+ "Další možnosti"
+ "Hotovo"
+ "Zobrazit vše"
+ "Vybrat aplikaci"
+ "VYP"
+ "ZAP"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Fn+"
+ "Meta+"
+ "Shift+"
+ "mezerník"
+ "Sym+"
+ "Menu+"
+ "Vyhledat…"
+ "Smazat dotaz"
+ "Dotaz pro vyhledávání"
+ "Hledat"
+ "Odeslat dotaz"
+ "Hlasové vyhledávání"
+ "Sdílet s"
+ "Sdílet s aplikací %s "
+ "Sbalit"
+ Sbalit spodní tabulku
+ Rozbalit spodní tabulku
+ Rozbalit napůl
+ Dvakrát jste klepli na úchyt pro přetažení
+ Úchyt pro přetažení
+ Zadané znaky: %1$d z %2$d
+ Byl překročen povolený počet znaků (%1$d z %2$d)
+ Vymazat text
+ Chyba
+ Zobrazit rozbalovací nabídku
+ Ikona dialogového okna
+ Karta
+ Vyberte AM nebo PM
+ %1$s hodin
+ Vyberte hodinu
+ %1$s
+ Zvolte minuty
+ %1$s min
+ AM
+ Chcete-li zadat čas, přepněte na režim hodin.
+ Hodina
+ Minuta
+ PM
+ Vyberte čas
+ Chcete-li zadat čas, přepněte na režim textu.
+ Nové oznámení
+ Odstranit položku %1$s
+ Více než %1$d nových oznámení
+ Přejít na další měsíc
+ Přejít na předchozí měsíc
+ Aktuální výběr: %1$s
+ Zrušit
+ OK
+ %1$s
+ Vyberte datum
+ Vybrané datum
+ Sloupec dnů: %1$s
+ Neplatný formát.
+ Příklad: %1$s
+ Použijte: %1$s
+ Neplatný rozsah.
+ Přejít na rok %1$s
+ Mimo rozsah: %1$s
+ Datum zahájení – %1$s
+ %1$s – datum ukončení
+ %1$s – %2$s
+ Vyberte rozsah
+ Datum zahájení – datum ukončení
+ Uložit
+ Datum
+ Datum ukončení
+ Datum zahájení
+ d
+ m
+ r
+ Přepnout na režim zadávání do kalendáře
+ Klepnutím přepnete na výběr dne
+ Přepnout na režim zadávání textu
+ Klepnutím přepnete na výběr roku
+ Zrušit
+ OK
+ Zobrazit heslo
+ "Hledat"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-da/values-da.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-da/values-da.xml
new file mode 100644
index 000000000..7d2af160a
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-da/values-da.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d ny notifikation
+ - %d nye notifikationer
+
+ "Find hjem"
+ "Gå op"
+ "Flere valgmuligheder"
+ "Udfør"
+ "Se alle"
+ "Vælg en app"
+ "FRA"
+ "TIL"
+ "Alt+"
+ "Ctrl+"
+ "slet"
+ "enter"
+ "Fn+"
+ "Meta+"
+ "Shift+"
+ "mellemrum"
+ "Sym+"
+ "Menu+"
+ "Søg…"
+ "Ryd forespørgsel"
+ "Søgeforespørgsel"
+ "Søg"
+ "Indsend forespørgsel"
+ "Talesøgning"
+ "Del med"
+ "Del med %s "
+ "Skjul"
+ Skjul feltet i bunden
+ Udvid feltet i bunden
+ Udvid halvdelen
+ Du har trykket to gange på håndtaget
+ Håndtag
+ Du har brugt %1$d ud af %2$d tegn
+ Du har brugt %1$d tegn og dermed overskredet tegnbegrænsningen på %2$d.
+ Ryd tekst
+ Fejl
+ Vis rullemenuen
+ Ikon for dialogboks
+ Fane
+ Vælg AM eller PM
+ %1$s timer
+ Vælg time
+ klokken %1$s
+ Vælg minutter
+ %1$s minutter
+ f.m.
+ Skift til urtilstand for at angive klokkeslæt.
+ Time
+ Minut
+ e.m.
+ Vælg tidspunkt
+ Skift til teksttilstand for at angive klokkeslæt.
+ Ny notifikation
+ Fjern %1$s
+ Flere end %1$d nye notifikationer
+ Skift til næste måned
+ Skift til forrige måned
+ Aktuelt valg: %1$s
+ Annuller
+ OK
+ %1$s
+ Vælg dato
+ Valgt dato
+ Kolonne med dage: %1$s
+ Ugyldigt format.
+ Eksempel: %1$s
+ Brug: %1$s
+ Ugyldigt interval.
+ Gå til år %1$s
+ Uden for interval: %1$s
+ Startdato – %1$s
+ %1$s – slutdato
+ %1$s – %2$s
+ Vælg interval
+ Startdato – slutdato
+ Gem
+ Dato
+ Slutdato
+ Startdato
+ d
+ m
+ å
+ Skift til input-tilstand for kalender
+ Tryk for at gå til valg af dag
+ Skift til input-tilstand for tekst
+ Tryk for at gå til valg af år
+ Annuller
+ OK
+ Vis adgangskode
+ "Søg"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-de/values-de.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-de/values-de.xml
new file mode 100644
index 000000000..b4fddc6fb
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-de/values-de.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d neue Benachrichtigung
+ - %d neue Benachrichtigungen
+
+ "Zur Startseite"
+ "Nach oben"
+ "Weitere Optionen"
+ "Fertig"
+ "Alle anzeigen"
+ "App auswählen"
+ "AUS"
+ "AN"
+ "Alt +"
+ "Strg +"
+ "Löschen"
+ "Eingabetaste"
+ "Funktionstaste +"
+ "Meta-Taste +"
+ "Umschalttaste +"
+ "Leertaste"
+ "Sym-Taste +"
+ "Menütaste +"
+ "Suchen…"
+ "Suchanfrage löschen"
+ "Suchanfrage"
+ "Suche"
+ "Anfrage senden"
+ "Sprachsuche"
+ "Teilen mit"
+ "Mit %s teilen"
+ "Minimieren"
+ Ansicht am unteren Rand minimieren
+ Ansicht am unteren Rand maximieren
+ Zur Hälfte maximieren
+ Auf Ziehpunkt doppelt getippt
+ Ziehpunkt
+ Eingegebene Zeichen: %1$d von %2$d
+ Zeichenbeschränkung überschritten: %1$d/%2$d
+ Text löschen
+ Fehler
+ Drop-down-Menü anzeigen
+ Dialogfeldsymbol
+ Tab
+ Vormittags oder Nachmittags auswählen
+ %1$s Stunden
+ Stunde auswählen
+ %1$s Uhr
+ Minuten auswählen
+ %1$s Minuten
+ AM
+ In den Uhrzeitmodus wechseln, um die Uhrzeit einzugeben.
+ Stunde
+ Minute
+ PM
+ Uhrzeit auswählen
+ In den Texteingabemodus wechseln, um die Uhrzeit einzugeben.
+ Neue Benachrichtigung
+ %1$s entfernen
+ Mehr als %1$d neue Benachrichtigungen
+ Zum nächsten Monat wechseln
+ Zum vorherigen Monat wechseln
+ Aktuelle Auswahl: %1$s
+ Abbrechen
+ OK
+ %1$s
+ Datum auswählen
+ Ausgewähltes Datum
+ Spalte \"Wochentag\": %1$s
+ Ungültiges Format.
+ Beispiel: %1$s
+ Format: %1$s
+ Ungültiger Bereich.
+ Zum Jahr %1$s wechseln
+ Außerhalb des Bereichs: %1$s
+ Startdatum – %1$s
+ %1$s – Enddatum
+ %1$s – %2$s
+ Zeitraum auswählen
+ Startdatum – Enddatum
+ Speichern
+ Datum
+ Enddatum
+ Startdatum
+ T
+ M
+ J
+ In den Kalendereingabemodus wechseln
+ Tippen, um zur Tagesauswahl zu wechseln
+ In den Texteingabemodus wechseln
+ Tippen, um zur Jahresauswahl zu wechseln
+ Abbrechen
+ OK
+ Passwort anzeigen
+ "Suche"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-el/values-el.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-el/values-el.xml
new file mode 100644
index 000000000..85dc64580
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-el/values-el.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d νέα ειδοποίηση
+ - %d νέες ειδοποιήσεις
+
+ "Πλοήγηση στην αρχική σελίδα"
+ "Πλοήγηση προς τα επάνω"
+ "Περισσότερες επιλογές"
+ "Τέλος"
+ "Εμφάνιση όλων"
+ "Επιλέξτε μια εφαρμογή"
+ "ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ"
+ "ΕΝΕΡΓΟΠΟΙΗΣΗ"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "διάστημα"
+ "Sym+"
+ "Menu+"
+ "Αναζήτηση…"
+ "Διαγραφή ερωτήματος"
+ "Ερώτημα αναζήτησης"
+ "Αναζήτηση"
+ "Υποβολή ερωτήματος"
+ "Φωνητική αναζήτηση"
+ "Κοινοποίηση σε"
+ "Κοινοποίηση στην εφαρμογή %s "
+ "Σύμπτυξη"
+ Σύμπτυξη του φύλλου κάτω μέρους
+ Ανάπτυξη του φύλλου κάτω μέρους
+ Ανάπτυξη μέχρι τη μέση
+ Η λαβή μεταφοράς πατήθηκε δύο φορές
+ Λαβή μεταφοράς
+ Εισήχθησαν %1$d από %2$d χαρακτήρες
+ Υπέρβαση ορίου χαρακτήρων %1$d από %2$d
+ Διαγραφή κειμένου
+ Σφάλμα
+ Εμφάνιση αναπτυσσόμενου μενού
+ Εικονίδιο παραθύρου διαλόγου
+ Καρτέλα
+ Επιλέξτε π.μ. ή μ.μ.
+ %1$s ώρες
+ Επιλογή ώρας
+ %1$s ακριβώς
+ Επιλογή λεπτών
+ %1$s λεπτά
+ ΠΜ
+ Κάντε εναλλαγή στη λειτουργία ρολογιού, για την εισαγωγή της ώρας.
+ Ώρα
+ Λεπτό
+ ΜΜ
+ Επιλέξτε ώρα
+ Κάντε εναλλαγή στη λειτουργία εισαγωγής κειμένου, για την εισαγωγή της ώρας.
+ Νέα ειδοποίηση
+ Κατάργηση %1$s
+ Πάνω από %1$d νέες ειδοποιήσεις
+ Αλλαγή στον επόμενο μήνα
+ Αλλαγή στον προηγούμενο μήνα
+ Τρέχουσα επιλογή: %1$s
+ Ακύρωση
+ ΟΚ
+ %1$s
+ Επιλογή ημερομηνίας
+ Επιλεγμένη ημερομηνία
+ Στήλη ημερών: %1$s
+ Μη έγκυρη μορφή.
+ Παράδειγμα: %1$s
+ Χρησιμοποιήστε: %1$s
+ Μη έγκυρο εύρος.
+ Πλοήγηση στο έτος %1$s
+ Εκτός εύρους: %1$s
+ Ημερομηνία έναρξης – %1$s
+ %1$s – Ημερομηνία λήξης
+ %1$s – %2$s
+ Επιλογή εύρους
+ Ημερομηνία έναρξης – Ημερομηνία λήξης
+ Αποθήκευση
+ Ημερομηνία
+ Ημερομηνία λήξης
+ Ημερομηνία έναρξης
+ η
+ μ
+ ε
+ Εναλλαγή στη λειτουργία εισαγωγής ημερολογίου
+ Πατήστε για εναλλαγή για την επιλογή ημέρας
+ Εναλλαγή στη λειτουργία εισαγωγής κειμένου
+ Πατήστε για εναλλαγή για την επιλογή έτους
+ Ακύρωση
+ ΟΚ
+ Εμφάνιση κωδικού πρόσβασης
+ "Αναζήτηση"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml
new file mode 100644
index 000000000..78c5a566e
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml
@@ -0,0 +1,32 @@
+
+
+ "Navigate home"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "OFF"
+ "ON"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "Search…"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s "
+ "Collapse"
+ "Search"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml
new file mode 100644
index 000000000..78c5a566e
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml
@@ -0,0 +1,32 @@
+
+
+ "Navigate home"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "OFF"
+ "ON"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "Search…"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s "
+ "Collapse"
+ "Search"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml
new file mode 100644
index 000000000..5d52f1130
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d new notification
+ - %d new notifications
+
+ "Navigate home"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "OFF"
+ "ON"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "Search…"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s "
+ "Collapse"
+ Collapse the bottom sheet
+ Expand the bottom sheet
+ Expand halfway
+ Drag handle double-tapped
+ Drag handle
+ Characters entered %1$d of %2$d
+ Character limit exceeded %1$d of %2$d
+ Clear text
+ Error
+ Show drop-down menu
+ Dialogue Icon
+ Tab
+ Select a.m. or p.m.
+ %1$s hours
+ Select hour
+ %1$s o\'clock
+ Select minutes
+ %1$s minutes
+ AM
+ Switch to clock mode for the time input.
+ Hour
+ Minute
+ PM
+ Select time
+ Switch to text input mode for the time input.
+ New notification
+ Remove %1$s
+ More than %1$d new notifications
+ Change to next month
+ Change to previous month
+ Current selection: %1$s
+ Cancel
+ OK
+ %1$s
+ Select date
+ Selected date
+ Column of days: %1$s
+ Invalid format.
+ Example: %1$s
+ Use: %1$s
+ Invalid range.
+ Navigate to year %1$s
+ Out of range: %1$s
+ Start date – %1$s
+ %1$s – End date
+ %1$s – %2$s
+ Select range
+ Start date – End date
+ Save
+ Date
+ End date
+ Start date
+ d
+ m
+ y
+ Switch to calendar input mode
+ Tap to switch to selecting a day
+ Switch to text input mode
+ Tap to switch to selecting a year
+ Cancel
+ OK
+ Show password
+ "Search"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml
new file mode 100644
index 000000000..78c5a566e
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml
@@ -0,0 +1,32 @@
+
+
+ "Navigate home"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "OFF"
+ "ON"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "Search…"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s "
+ "Collapse"
+ "Search"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml
new file mode 100644
index 000000000..14b21fa89
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml
@@ -0,0 +1,32 @@
+
+
+ "Navigate home"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "OFF"
+ "ON"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "Search…"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s "
+ "Collapse"
+ "Search"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml
new file mode 100644
index 000000000..10043f6b2
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d notificación nueva
+ - %d notificaciones nuevas
+
+ "Navegar a la página principal"
+ "Navegar hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todas"
+ "Elegir una app"
+ "DESACTIVAR"
+ "ACTIVAR"
+ "Alt+"
+ "Ctrl+"
+ "borrar"
+ "intro"
+ "Función+"
+ "Meta+"
+ "Mayúscula+"
+ "espacio"
+ "Sym+"
+ "Menú+"
+ "Buscar…"
+ "Borrar consulta"
+ "Búsqueda"
+ "Buscar"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s "
+ "Contraer"
+ Contraer la hoja inferior
+ Expandir la hoja inferior
+ Expandir hasta la mitad
+ El control de arrastre se presionó dos veces
+ Controlador de arrastre
+ Caracteres ingresados: %1$d de %2$d
+ Se excedió en %1$d el límite de caracteres de %2$d
+ Borrar texto
+ Error
+ Mostrar menú desplegable
+ Ícono de diálogo
+ Pestaña
+ Selecciona a.m. o p.m.
+ %1$s horas
+ Seleccione la hora.
+ %1$s en punto
+ Seleccionar minutos
+ %1$s minutos
+ a.m.
+ Cambia al modo de reloj para ingresar la hora.
+ Hora
+ Minuto
+ p.m.
+ Seleccionar la hora
+ Cambia al modo de entrada de texto para ingresar la hora.
+ Notificación nueva
+ Quitar %1$s
+ Más de %1$d notificaciones nuevas
+ Cambiar al mes siguiente
+ Cambiar al mes anterior
+ Selección actual: %1$s
+ Cancelar
+ Aceptar
+ %1$s
+ Seleccionar fecha
+ Fecha seleccionada
+ Columna de días: %1$s
+ Formato no válido
+ Ejemplo: %1$s
+ Usar: %1$s
+ El rango no es válido.
+ Navegar al año %1$s
+ Fuera de rango: %1$s
+ Fecha de inicio - %1$s
+ %1$s - fecha de finalización
+ %1$s-%2$s
+ Selecciona un período
+ Fecha de inicio - fecha de finalización
+ Guardar
+ Fecha
+ Fecha de finalización
+ Fecha de inicio
+ d
+ m
+ a
+ Cambiar al modo de entrada de calendario
+ Presiona para seleccionar un día
+ Cambiar al modo de entrada de texto
+ Presiona para seleccionar un año
+ Cancelar
+ Aceptar
+ Mostrar contraseña
+ "Buscar"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es/values-es.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es/values-es.xml
new file mode 100644
index 000000000..148cff093
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es/values-es.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d notificación nueva
+ - %d notificaciones nuevas
+
+ "Ir a inicio"
+ "Desplazarse hacia arriba"
+ "Más opciones"
+ "Hecho"
+ "Ver todo"
+ "Seleccionar una aplicación"
+ "DESACTIVADO"
+ "ACTIVADO"
+ "Alt +"
+ "Ctrl +"
+ "Suprimir"
+ "Intro"
+ "Función +"
+ "Meta +"
+ "Mayús +"
+ "Espacio"
+ "Sym +"
+ "Menú +"
+ "Buscar…"
+ "Borrar consulta"
+ "Consulta de búsqueda"
+ "Buscar"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s "
+ "Ocultar"
+ Ocultar la hoja inferior
+ Mostrar la hoja inferior
+ Desplegar hasta la mitad
+ Controlador de arrastre tocado dos veces
+ Controlador de arrastre
+ Caracteres introducidos: %1$d de %2$d
+ Límite de caracteres superado (%1$d de %2$d)
+ Borrar texto
+ Error
+ Mostrar menú desplegable
+ Icono del cuadro de diálogo
+ Pestaña
+ Selecciona AM o PM
+ %1$s horas
+ Seleccionar hora
+ %1$s en punto
+ Seleccionar minutos
+ %1$s minutos
+ A.M.
+ Cambia al modo de reloj para escribir la hora.
+ Hora
+ Minuto
+ P.M.
+ Seleccionar la hora
+ Cambia al modo de introducción de texto para escribir la hora.
+ Notificación nueva
+ Retirar %1$s
+ Más de %1$d notificaciones nuevas
+ Cambiar al mes siguiente
+ Cambiar al mes anterior
+ Selección actual: %1$s
+ Cancelar
+ Aceptar
+ %1$s
+ Selecciona una fecha
+ Fecha seleccionada
+ Columna de días: %1$s
+ Formato no válido.
+ Ejemplo: %1$s
+ Usar: %1$s
+ El periodo no es válido.
+ Ir al año %1$s
+ Fuera del periodo válido: %1$s
+ Fecha de inicio–%1$s
+ %1$s–Fecha de finalización
+ %1$s – %2$s
+ Selecciona un periodo
+ Fecha de inicio–Fecha de finalización
+ Guardar
+ Fecha
+ Fecha de finalización
+ Fecha de inicio
+ d
+ m
+ a
+ Cambiar al modo de introducción Calendario
+ Toca para seleccionar un día
+ Cambiar al modo de introducción Texto
+ Toca para seleccionar un año
+ Cancelar
+ Aceptar
+ Mostrar contraseña
+ "Buscar"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-et/values-et.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-et/values-et.xml
new file mode 100644
index 000000000..682710376
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-et/values-et.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d uus märguanne
+ - %d uut märguannet
+
+ "Liigu avalehele"
+ "Liigu üles"
+ "Rohkem valikuid"
+ "Valmis"
+ "Kuva kõik"
+ "Valige rakendus"
+ "VÄLJAS"
+ "SEES"
+ "Alt +"
+ "Ctrl +"
+ "kustuta"
+ "sisestusklahv"
+ "Funktsiooniklahv +"
+ "Meta +"
+ "Tõstuklahv +"
+ "tühik"
+ "Sym +"
+ "Menüü +"
+ "Otsige …"
+ "Päringu tühistamine"
+ "Otsingupäring"
+ "Otsing"
+ "Päringu esitamine"
+ "Häälotsing"
+ "Jaga:"
+ "Jagamine rakendusega %s "
+ "Ahendamine"
+ Alumise lehe ahendamine
+ Alumise lehe laiendamine
+ Laiendamine poolenisti
+ Lohistamispidet topeltpuudutati
+ Lohistamispide
+ Sisestatud tähemärgid: %1$d/%2$d
+ Tähemärgipiirang on ületatud: %1$d/%2$d
+ Kustuta tekst
+ Viga
+ Kuva rippmenüü
+ Dialoogi ikoon
+ Vaheleht
+ Valige AM või PM
+ %1$s tundi
+ Valige tund
+ Kell %1$s
+ Minutite valimine
+ %1$s minutit
+ AM
+ Aktiveerige kellaaja sisestamiseks kellarežiim.
+ Tunnid
+ Minut
+ PM
+ Aja valimine
+ Aktiveerige kellaaja sisestamiseks tekstisisestusrežiim.
+ Uus märguanne
+ Üksuse %1$s eemaldamine
+ Rohkem kui %1$d uut märguannet
+ Vaheta järgmisele kuule
+ Vaheta eelmisele kuule
+ Praegune valik: %1$s
+ Tühista
+ OK
+ %1$s
+ Valige kuupäev
+ Valitud kuupäev
+ Päevade veerg: %1$s
+ Sobimatu vorming.
+ Näide: %1$s
+ Kasutage: %1$s
+ Sobimatu vahemik.
+ Mine aastasse %1$s
+ Vahemikust väljas: %1$s
+ Alguskuupäev – %1$s
+ %1$s – lõppkuupäev
+ %1$s–%2$s
+ Valige vahemik
+ Alguskuupäev – lõppkuupäev
+ Salvesta
+ Kuupäev
+ Lõppkuupäev
+ Alguskuupäev
+ p
+ k
+ a
+ Lülitu kalendrisisestusrežiimile
+ Puudutage, et lülituda päeva valimisele
+ Lülitu tekstisisestusrežiimile
+ Puudutage, et lülituda aasta valimisele
+ Tühista
+ OK
+ Parooli kuvamine
+ "Otsing"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-eu/values-eu.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-eu/values-eu.xml
new file mode 100644
index 000000000..6afa07dd4
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-eu/values-eu.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d jakinarazpen berri
+ - %d jakinarazpen berri
+
+ "Joan orri nagusira"
+ "Joan gora"
+ "Aukera gehiago"
+ "Eginda"
+ "Ikusi guztiak"
+ "Aukeratu aplikazio bat"
+ "DESAKTIBATU"
+ "AKTIBATU"
+ "Alt +"
+ "Ktrl +"
+ "ezabatu"
+ "sartu"
+ "Funtzioa +"
+ "Meta +"
+ "Maius +"
+ "zuriunea"
+ "Sym +"
+ "Menua +"
+ "Bilatu…"
+ "Garbitu kontsulta"
+ "Bilaketa-kontsulta"
+ "Bilatu"
+ "Bidali kontsulta"
+ "Ahozko bilaketa"
+ "Partekatu honekin"
+ "Partekatu %s aplikazioarekin"
+ "Tolestu"
+ Tolestu pantailaren behealdean ainguratutako orria
+ Zabaldu pantailaren behealdean ainguratutako orria
+ Zabaldu erdiraino
+ Birritan sakatu da arrastatzeko kontrol-puntua
+ Arrastatzeko kontrol-puntua
+ %1$d/%2$d karaktere idatzi dira
+ Karaktere-muga gainditu da: %1$d/%2$d
+ Garbitu testua
+ Errorea
+ Erakutsi goitibeherako menua
+ Leihoko ikonoa
+ Fitxa
+ Hautatu AM edo PM
+ %1$s ordu
+ Hautatu ordua
+ %1$s(r)ak dira
+ Hautatu minutuak
+ %1$s minutu
+ AM
+ Aldatu erloju modura ordua zehazteko.
+ Ordua
+ Minutua
+ PM
+ Hautatu ordua
+ Ordua idazteko, aldatu testua idazteko metodora.
+ Jakinarazpen berria
+ Kendu %1$s
+ %1$d jakinarazpen berri baino gehiago
+ Aldatu hurrengo hilabetera
+ Aldatu aurreko hilabetera
+ Oraingo hautapena: %1$s
+ Utzi
+ Ados
+ %1$s
+ Hautatu data
+ Hautatutako data
+ Egunen zutabea:%1$s
+ Formatuak ez du balio.
+ Adibidea: %1$s
+ Erabili: %1$s
+ Tarteak ez du balio.
+ Joan %1$s. urtera
+ Onartutako barrutitik kanpo: %1$s
+ Hasiera-data – %1$s
+ %1$s – Amaiera-data
+ %1$s-%2$s
+ Hautatu barrutia
+ Hasiera-data - Amaiera-data
+ Gorde
+ Data
+ Amaiera-data
+ Hasiera-data
+ e
+ h
+ u
+ Aldatu egutegiaren idazketa-metodora
+ Sakatu eguna hautatzeko modura aldatzeko
+ Aldatu testua idazteko modura
+ Sakatu urtea hautatzeko modura aldatzeko
+ Utzi
+ Ados
+ Erakutsi pasahitza
+ "Bilatu"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fa/values-fa.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fa/values-fa.xml
new file mode 100644
index 000000000..9eac94b5a
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fa/values-fa.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d اعلان جدید
+ - %d اعلان جدید
+
+ "پیمایش به صفحه اصلی"
+ "رفتن به بالا"
+ "گزینههای بیشتر"
+ "تمام"
+ "دیدن همه"
+ "انتخاب برنامه"
+ "خاموش"
+ "روشن"
+ "Alt+"
+ "Ctrl+"
+ "حذف"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "فاصله"
+ "Sym+"
+ "منو+"
+ "جستجو…"
+ "پاک کردن پُرسمان"
+ "درخواست جستجو"
+ "جستجو"
+ "ارسال پُرسمان"
+ "جستجوی گفتاری"
+ "همرسانی با"
+ "همرسانی با %s "
+ "کوچک کردن"
+ جمع کردن برگ زیرین
+ ازهم بازکردن برگ زیرین
+ گسترده کردن تا نیمه
+ روی دستگیره کشاندن دوضربه زده شد
+ دستگیره کشاندن
+ نویسههای واردشده %1$d از %2$d
+ محدودیت نویسه از حد مجاز %1$d از %2$d بیشتر شده است
+ پاک کردن نوشتار
+ خطا
+ نمایش منوی کرکرهای
+ نماد کادر گفتگو
+ برگه
+ انتخاب .ق.ظ. یا ب.ظ.
+ %1$s ساعت
+ انتخاب ساعت
+ ساعت %1$s
+ انتخاب دقیقه
+ %1$s دقیقه
+ ق.ظ
+ برای وارد کردن زمان، به حالت ساعت تغییر وضعیت دهید.
+ ساعت
+ دقیقه
+ ب.ظ
+ انتخاب زمان
+ برای وارد کردن زمان، به حالت ورودی نوشتاری تغییر وضعیت دهید.
+ اعلان جدید
+ برداشتن %1$s
+ بیش از %1$d اعلان جدید
+ تغییر به ماه بعدی
+ تغییر به ماه قبلی
+ انتخاب کنونی: %1$s
+ لغو
+ تأیید
+ %1$s
+ انتخاب تاریخ
+ تاریخ انتخابی
+ ستون روز: %1$s
+ قالب نامعتبر است.
+ مثال: %1$s
+ قالب: %1$s
+ محدوده نامعتبر است.
+ رفتن به سال %1$s
+ خارج از محدوده: %1$s
+ تاریخ شروع – %1$s
+ %1$s – تاریخ پایان
+ %1$s – %2$s
+ انتخاب محدوده
+ تاریخ شروع – تاریخ پایان
+ ذخیره
+ تاریخ
+ تاریخ پایان
+ تاریخ شروع
+ d
+ m
+ y
+ رفتن به روش ورودی تقویم
+ رفتن به رفتن به حالت انتخاب روز ضربه بزنید
+ رفتن به حالت ورودی نوشتاری
+ برای رفتن به حالت انتخاب سال ضربه بزنید
+ لغو
+ تأیید
+ نمایش گذرواژه
+ "جستجو"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fi/values-fi.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fi/values-fi.xml
new file mode 100644
index 000000000..26a6c0c82
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fi/values-fi.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d uusi ilmoitus
+ - %d uutta ilmoitusta
+
+ "Siirry etusivulle"
+ "Siirry ylös"
+ "Lisäasetukset"
+ "Valmis"
+ "Näytä kaikki"
+ "Valitse sovellus"
+ "POIS PÄÄLTÄ"
+ "PÄÄLLÄ"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Fn+"
+ "Meta+"
+ "Vaihto+"
+ "välilyönti"
+ "Sym+"
+ "Valikko+"
+ "Haku…"
+ "Tyhjennä kysely"
+ "Hakukysely"
+ "Haku"
+ "Lähetä kysely"
+ "Puhehaku"
+ "Jaa…"
+ "Jaa: %s "
+ "Tiivistä"
+ Tiivistä alapaneeli
+ Laajenna alapaneeli
+ Laajenna puoliväliin
+ Vetokahvaa kaksoisnapautettu
+ Vetokahva
+ %1$d/%2$d merkkiä kirjoitettu
+ Merkkiraja ylitetty: %1$d/%2$d
+ Tyhjennä teksti
+ Virhe
+ Näytä avattava valikko
+ Valintaikkunan kuvake
+ Välilehti
+ Valitse AP tai IP
+ %1$s tuntia
+ Valitse tunti
+ klo %1$s
+ Valitse minuutit
+ %1$s minuuttia
+ ap
+ Vaihda ajan syöttämiseen kellotilassa.
+ Tunnit
+ Minuutti
+ ip
+ Valitse aika
+ Vaihda ajan syöttämiseen tekstitilassa.
+ Uusi ilmoitus
+ Poista %1$s
+ Yli %1$d uutta ilmoitusta
+ Vaihda seuraavaan kuukauteen
+ Vaihda edelliseen kuukauteen
+ Nykyinen valinta: %1$s
+ Peru
+ OK
+ %1$s
+ Valitse päivämäärä
+ Valittu päivämäärä
+ Päiväsarake: %1$s
+ Virheellinen muoto
+ Esimerkki: %1$s
+ Käytä muotoa %1$s
+ Virheellinen alue
+ Siirry vuoteen %1$s
+ Aikavälin ulkop.: %1$s
+ Alkamispäivä – %1$s
+ %1$s – päättymispäivä
+ %1$s – %2$s
+ Valitse jakso
+ Alkamispäivä – päättymispäivä
+ Tallenna
+ Päivämäärä
+ Päättymispäivä
+ Alkamispäivä
+ p
+ k
+ v
+ Vaihda syöttötavaksi kalenteri
+ Siirry päivän valintaan napauttamalla
+ Valitse syöttötavaksi teksti
+ Siirry vuoden valintaan napauttamalla
+ Peru
+ OK
+ Näytä salasana
+ "Haku"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml
new file mode 100644
index 000000000..c670e0ef5
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d nouvelle notification
+ - %d nouvelles notifications
+
+ "Revenir à l\'accueil"
+ "Revenir en arrière"
+ "Autres options"
+ "Terminé"
+ "Tout afficher"
+ "Sélectionner une application"
+ "DÉSACTIVER"
+ "ACTIVER"
+ "Alt+"
+ "Ctrl+"
+ "supprimer"
+ "entrée"
+ "Fonction+"
+ "Méta+"
+ "Maj+"
+ "espace"
+ "Sym+"
+ "Menu+"
+ "Rechercher…"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s "
+ "Réduire"
+ Réduire la zone de contenu dans le bas de l\'écran
+ Développer la zone de contenu dans le bas de l\'écran
+ Développer à moitié
+ Poignée de déplacement touchée deux fois
+ Faire glisser la poignée
+ Caractères entrés : %1$d sur %2$d
+ Limite de caractère dépassée : %1$d sur %2$d
+ Effacer le texte
+ Erreur
+ Afficher le menu déroulant
+ Icône de boîte de dialogue
+ Onglet
+ Sélectionner AM ou PM
+ %1$s heure(s)
+ Sélectionner l\'heure
+ %1$s heures
+ Sélectionnez les minutes
+ %1$s minutes
+ AM
+ Passer au mode Horloge pour entrer l\'heure.
+ Heure
+ Minute
+ PM
+ Sélectionner l\'heure
+ Passer au mode Entrée de texte pour entrer l\'heure.
+ Nouvelle notification
+ Supprimer %1$s
+ Plus de %1$d nouvelles notifications
+ Passer au mois suivant
+ Passer au mois précédent
+ Sélection actuelle : %1$s
+ Annuler
+ OK
+ %1$s
+ Sélectionnez la date
+ Date sélectionnée
+ Colonne des jours : %1$s
+ Format incorrect
+ Exemple : %1$s
+ Utiliser : %1$s
+ Plage incorrecte.
+ Naviguer vers l\'année %1$s
+ Hors de la plage : %1$s
+ Du (date de début) au %1$s
+ Du %1$s au (date de fin)
+ Du %1$s au %2$s
+ Sélectionnez la plage
+ Du (date de début) au (date de fin)
+ Enregistrer
+ Date
+ Date de fin
+ Date de début
+ j
+ m
+ a
+ Passer au mode d\'entrée Agenda
+ Touchez pour passer à la sélection de jour
+ Passer au mode d\'entrée Texte
+ Touchez pour passer à la sélection d\'année
+ Annuler
+ OK
+ Afficher le mot de passe
+ "Rechercher"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr/values-fr.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr/values-fr.xml
new file mode 100644
index 000000000..a0145f822
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr/values-fr.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d nouvelle notification
+ - %d nouvelles notifications
+
+ "Revenir à l\'accueil"
+ "Revenir en haut de la page"
+ "Autres options"
+ "OK"
+ "Tout afficher"
+ "Sélectionner une application"
+ "NON"
+ "OUI"
+ "Alt+"
+ "Ctrl+"
+ "supprimer"
+ "entrée"
+ "Fonction+"
+ "Méta+"
+ "Maj+"
+ "espace"
+ "Sym+"
+ "Menu+"
+ "Rechercher…"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s "
+ "Réduire"
+ Réduire la bottom sheet
+ Développer la bottom sheet
+ Développer en entier
+ A appuyé deux fois sur la poignée de déplacement
+ Poignée de déplacement
+ Caractères saisis %1$d sur %2$d
+ Nombre maximal de caractères dépassé : %1$d sur %2$d
+ Effacer le texte
+ Erreur
+ Afficher le menu déroulant
+ Icône de la boîte de dialogue
+ Tabulation
+ Sélectionner le format AM ou PM
+ %1$s heures
+ Sélectionnez une heure
+ %1$s h
+ Sélectionner des minutes
+ %1$s min
+ AM
+ Passer en mode horloge pour la saisie de l\'heure.
+ Heure
+ Minute
+ PM
+ Sélectionner l\'heure
+ Passer en mode saisie de texte pour la saisie de l\'heure.
+ Nouvelle notification
+ Supprimer %1$s
+ Plus de %1$d nouvelles notifications
+ Passer au mois suivant
+ Passer au mois précédent
+ Sélection actuelle : %1$s
+ Annuler
+ OK
+ %1$s
+ Sélectionnez une date
+ Date sélectionnée
+ Colonne du jour de la semaine : %1$s
+ Format incorrect.
+ Exemple : %1$s
+ Utiliser %1$s
+ Plage non valide.
+ Accéder à l\'année %1$s
+ Hors limite : %1$s
+ Date de début – %1$s
+ %1$s – Date de fin
+ %1$s - %2$s
+ Sélectionnez une période
+ Date de début – Date de fin
+ Enregistrer
+ Date
+ Date de fin
+ Date de début
+ j
+ m
+ a
+ Passer au mode de saisie Agenda
+ Appuyer pour sélectionner un jour
+ Passer au mode de saisie Texte
+ Appuyer pour sélectionner une année
+ Annuler
+ OK
+ Afficher le mot de passe
+ "Rechercher"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gl/values-gl.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gl/values-gl.xml
new file mode 100644
index 000000000..0910b81d1
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gl/values-gl.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d notificación nova
+ - %d notificacións novas
+
+ "Vai ao inicio"
+ "Vai cara arriba"
+ "Máis opcións"
+ "Feito"
+ "Ver todo"
+ "Selecciona unha aplicación"
+ "DESACTIVADO"
+ "ACTIVADO"
+ "Alt +"
+ "Ctrl +"
+ "eliminar"
+ "intro"
+ "Función +"
+ "Meta +"
+ "Maiús +"
+ "espazo"
+ "Sym +"
+ "Menú +"
+ "Busca…"
+ "Borra a consulta"
+ "Busca a consulta"
+ "Realiza buscas"
+ "Envía a consulta"
+ "Busca por voz"
+ "Comparte contido con"
+ "Comparte contido coa aplicación %s "
+ "Contrae"
+ Contrae o panel inferior
+ Desprega o panel inferior
+ Despregar ata a metade
+ Controlador de arrastre tocado dúas veces
+ Controlador de arrastre
+ Introducíronse %1$d caracteres de %2$d
+ Introducíronse %1$d caracteres, pero o límite é de %2$d
+ Borra texto
+ Produciuse un erro
+ Mostra o menú despregable
+ Icona de cadro de diálogo
+ Pestana
+ Seleccionar a.m. ou p.m.
+ %1$s horas
+ Seleccionar hora
+ %1$s en punto
+ Seleccionar minutos
+ %1$s minutos
+ a.m.
+ Cambiar ao modo de reloxo para introducir a hora.
+ Hora
+ Minuto
+ p.m.
+ Seleccionar hora
+ Cambia ao modo de introdución de texto para introducir a hora.
+ Notificación nova
+ Quita %1$s
+ Máis de %1$d notificacións novas
+ Cambiar ao mes seguinte
+ Cambiar ao mes anterior
+ Selección actual: %1$s
+ Cancelar
+ Aceptar
+ %1$s
+ Selecciona unha data
+ Data seleccionada
+ Columna de días: %1$s
+ O formato non é válido.
+ Exemplo: %1$s
+ Usa este formato: %1$s
+ O intervalo de datas non é válido.
+ Ir ao ano %1$s
+ Só se admiten datas do intervalo: %1$s
+ Data de inicio - %1$s
+ %1$s - data de finalización
+ %1$s - %2$s
+ Selecciona un intervalo de datas
+ Data de inicio - data de finalización
+ Gardar
+ Data
+ Data de finalización
+ Data de inicio
+ d
+ m
+ a
+ Cambiar ao modo de entrada de calendario
+ Tocar para cambiar a selección de día
+ Cambiar ao modo de introdución de texto
+ Tocar para cambiar a selección de ano
+ Cancelar
+ Aceptar
+ Mostra o contrasinal
+ "Buscar"
+ ">999"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gu/values-gu.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gu/values-gu.xml
new file mode 100644
index 000000000..9fd09634e
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gu/values-gu.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d નવું નોટિફિકેશન
+ - %d નવા નોટિફિકેશન
+
+ "ઘરનો રસ્તો બતાવો"
+ "ઉપર નૅવિગેટ કરો"
+ "વધુ વિકલ્પો"
+ "થઈ ગયું"
+ "બધી જુઓ"
+ "ઍપ્લિકેશન પસંદ કરો"
+ "બંધ"
+ "ચાલુ"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "Enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "શોધો…"
+ "ક્વેરી સાફ કરો"
+ "શોધ ક્વેરી"
+ "શોધો"
+ "ક્વેરી સબમિટ કરો"
+ "વૉઇસ શોધ"
+ "આની સાથે શેર કરો"
+ "%s ની સાથે શેર કરો"
+ "સંકુચિત કરો"
+ બોટમ શીટ નાની કરો
+ બોટમ શીટ મોટી કરો
+ અડધે સુધી મોટું કરો
+ ઑબ્જેક્ટ ખેંચવાના હૅન્ડલ પર બે વાર ટૅપ કર્યું
+ ઑબ્જેક્ટ ખેંચવાનું હૅન્ડલ
+ %2$dમાંથી %1$d અક્ષરો દાખલ કર્યા
+ %2$dમાંથી %1$dની વર્ણ મર્યાદા ઓળંગાઈ ગઈ છે
+ ટેક્સ્ટ સાફ કરો
+ ભૂલ
+ ડ્રૉપડાઉન મેનૂ બતાવો
+ સંવાદનું આઇકન
+ ટૅબ
+ AM અથવા PM પસંદ કરો
+ %1$s કલાક
+ સમય પસંદ કરો
+ %1$s વાગ્યા છે
+ મિનિટ પસંદ કરો
+ %1$s મિનિટ
+ AM
+ સમય દાખલ કરવા માટે ઘડિયાળ મોડમાં સ્વિચ કરો.
+ કલાક
+ મિનિટ
+ PM
+ સમય પસંદ કરો
+ સમય દાખલ કરવા માટે ટેક્સ્ટ ઇનપુટ મોડમાં સ્વિચ કરો.
+ નવું નોટિફિકેશન
+ %1$s કાઢી નાખો
+ %1$dથી વધુ નવા નોટિફિકેશન
+ આગલા મહિના પર બદલો
+ પાછલા મહિના પર બદલો
+ હાલની પસંદગી: %1$s
+ રદ કરો
+ ઓકે
+ %1$s
+ તારીખ પસંદ કરો
+ પસંદ કરેલી તારીખ
+ દિવસોની કૉલમ: %1$s
+ અમાન્ય ફોર્મેટ.
+ ઉદાહરણ: %1$s
+ આનો ઉપયોગ કરો: %1$s
+ અમાન્ય શ્રેણી.
+ %1$sના વર્ષ પર નૅવિગેટ કરો
+ આ શ્રેણીની બહાર છે: %1$s
+ શરૂ કરવાની તારીખ – %1$s
+ %1$s – સમાપ્તિની તારીખ
+ %1$s – %2$s
+ શ્રેણી પસંદ કરો
+ શરૂ કરવાની તારીખ – સમાપ્તિની તારીખ
+ સાચવો
+ તારીખ
+ સમાપ્તિની તારીખ
+ શરૂ કરવાની તારીખ
+ d
+ m
+ y
+ કૅલેન્ડર ઇનપુટ મોડ પર સ્વિચ કરો
+ દિવસની પસંદગી પર સ્વિચ કરવા માટે ટૅપ કરો
+ ટેક્સ્ટ ઇનપુટ મોડ પર સ્વિચ કરો
+ વર્ષની પસંદગી પર સ્વિચ કરવા માટે ટૅપ કરો
+ રદ કરો
+ ઓકે
+ પાસવર્ડ બતાવો
+ "શોધો"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h320dp-port-v13/values-h320dp-port-v13.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h320dp-port-v13/values-h320dp-port-v13.xml
new file mode 100644
index 000000000..62716d45d
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h320dp-port-v13/values-h320dp-port-v13.xml
@@ -0,0 +1,4 @@
+
+
+ 8dp
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h360dp-land-v13/values-h360dp-land-v13.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h360dp-land-v13/values-h360dp-land-v13.xml
new file mode 100644
index 000000000..4badce119
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h360dp-land-v13/values-h360dp-land-v13.xml
@@ -0,0 +1,12 @@
+
+
+ 4dp
+ 18dp
+ 40dp
+ 2dp
+ 2dp
+ 40dp
+ 20dp
+ 128dp
+ 4dp
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h480dp-land-v13/values-h480dp-land-v13.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h480dp-land-v13/values-h480dp-land-v13.xml
new file mode 100644
index 000000000..86eb42250
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h480dp-land-v13/values-h480dp-land-v13.xml
@@ -0,0 +1,12 @@
+
+
+ 0dp
+ 22dp
+ 48dp
+ 2dp
+ 2dp
+ 48dp
+ 20dp
+ 168dp
+ 0dp
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h550dp-port-v13/values-h550dp-port-v13.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h550dp-port-v13/values-h550dp-port-v13.xml
new file mode 100644
index 000000000..9b3fbb821
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h550dp-port-v13/values-h550dp-port-v13.xml
@@ -0,0 +1,4 @@
+
+
+ 24dp
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml
new file mode 100644
index 000000000..e38bb90b3
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml
@@ -0,0 +1,4 @@
+
+
+ 54dip
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml
new file mode 100644
index 000000000..d5a138ef9
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml
@@ -0,0 +1,8 @@
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hi/values-hi.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hi/values-hi.xml
new file mode 100644
index 000000000..eaedeb66b
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hi/values-hi.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d नई सूचनाएं
+ - %d नई सूचनाएं
+
+ "होम पेज पर जाएं"
+ "वापस जाएं"
+ "ज़्यादा विकल्प"
+ "हो गया"
+ "सभी देखें"
+ "कोई ऐप्लिकेशन चुनें"
+ "बंद"
+ "चालू"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "खोजें…"
+ "क्वेरी हटाएं"
+ "सर्च क्वेरी"
+ "खोजें"
+ "क्वेरी सबमिट करें"
+ "बोलकर खोजें"
+ "इससे शेयर करें:"
+ "%s से शेयर करें"
+ "छोटा करें"
+ बॉटम शीट को छोटा करें
+ बॉटम शीट को बड़ा करें
+ पूरी तरह बड़ा करें
+ खींचकर छोड़ने वाले हैंडल पर दो बार टैप किया गया
+ खींचकर छोड़ने वाला हैंडल
+ %2$d वर्णों में से %1$d वर्ण दर्ज किए गए
+ अभी %1$d वर्ण हैं जबकि %2$d से ज़्यादा नहीं होने चाहिए
+ टेक्स्ट मिटाएं
+ गड़बड़ी
+ ड्रॉपडाउन मेन्यू दिखाएं
+ डायलॉग का आइकॉन
+ टैब
+ AM या PM चुनें
+ %1$s घंटे
+ घंटा चुनें
+ %1$s बजे
+ मिनट चुनें
+ %1$s मिनट
+ पूर्वाह्न
+ समय इनपुट के लिए घड़ी मोड पर जाएं.
+ घंटा
+ मिनट
+ अपराह्न
+ समय चुनें
+ समय इनपुट के लिए लेख इनपुट मोड पर जाएं.
+ नई सूचना
+ %1$s हटाएं
+ %1$d से ज़्यादा नई सूचनाएं
+ अगले महीने पर जाएं
+ पिछले महीने पर जाएं
+ फ़िलहाल, यह चुना गया है: %1$s
+ रद्द करें
+ ठीक है
+ %1$s
+ तारीख चुनें
+ चुनी गई तारीख
+ दिनों का कॉलम: %1$s
+ गलत फ़ॉर्मैट.
+ उदाहरण: %1$s
+ %1$s का इस्तेमाल करें
+ तारीखों की अमान्य सीमा.
+ साल %1$s पर जाएं
+ तारीख की मान्य सीमा से बाहर: %1$s
+ शुरू होने की तारीख – %1$s
+ %1$s – खत्म होने की तारीख
+ %1$s – %2$s
+ रेंज चुनें
+ शुरू होने की तारीख – खत्म होने की तारीख
+ सेव करें
+ तारीख
+ खत्म होने की तारीख
+ शुरू होने की तारीख
+ d
+ m
+ y
+ कैलेंडर के इनपुट मोड पर स्विच करें
+ \'दिन चुनना\' पर स्विच करने के लिए टैप करें
+ टेक्स्ट के इनपुट मोड पर स्विच करें
+ \'साल चुनना\' पर स्विच करने के लिए टैप करें
+ रद्द करें
+ ठीक है
+ पासवर्ड दिखाएं
+ "खोजें"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hr/values-hr.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hr/values-hr.xml
new file mode 100644
index 000000000..3d55764dd
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hr/values-hr.xml
@@ -0,0 +1,99 @@
+
+
+
+ - %d nova obavijest
+ - %d nove obavijesti
+ - %d novih obavijesti
+
+ "Idi na početnu"
+ "Natrag"
+ "Više opcija"
+ "Gotovo"
+ "Prikaži sve"
+ "Odabir aplikacije"
+ "ISKLJUČENO"
+ "UKLJUČENO"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "svemir"
+ "Sym+"
+ "Menu+"
+ "Pretražite…"
+ "Izbriši upit"
+ "Upit za pretraživanje"
+ "Pretraži"
+ "Pošalji upit"
+ "Glasovno pretraživanje"
+ "Dijeli s"
+ "Dijeli putem aplikacije %s "
+ "Sažmi"
+ Sažmite donju tablicu
+ Proširite donju tablicu
+ Proširi donju polovicu
+ Dvaput dodirnut marker za povlačenje
+ Marker za povlačenje
+ Uneseno znakova: %1$d od %2$d
+ Premašeno je ograničenje broja znakova: %1$d od %2$d
+ Brisanje teksta
+ Pogreška
+ Prikaži padajući izbornik
+ Ikona dijaloga
+ Kartica
+ Odaberite prijepodne ili poslijepodne
+ %1$s h
+ Odaberite sat
+ %1$s h
+ Odaberite minute
+ %1$s min
+ AM
+ Prijeđite na način rada sata da biste unijeli vrijeme.
+ Sat
+ Minuta
+ PM
+ Odabir vremena
+ Prijeđite na način unosa teksta da biste unijeli vrijeme.
+ Nova obavijest
+ Ukloni %1$s
+ Više od %1$d novih obavijesti
+ Prijelaz na sljedeći mjesec
+ Pomicanje na prethodni mjesec
+ Trenutačan odabir: %1$s
+ Odustani
+ U redu
+ %1$s
+ Odaberite datum
+ Odabrani datum
+ Stupac s danima: %1$s
+ Nevažeći format.
+ Primjer: %1$s
+ Koristi format: %1$s
+ Raspon nije važeći.
+ Prijelaz na godinu %1$s
+ Izvan raspona: %1$s
+ Datum početka – %1$s
+ %1$s – datum završetka
+ %1$s – %2$s
+ Odaberite raspon
+ Datum početka – datum završetka
+ Spremi
+ Datum
+ Datum završetka
+ Datum početka
+ d
+ m
+ g
+ Prijelaz na način unosa u Kalendaru
+ Dodirnite za prijelaz na odabir dana
+ Prijelaz na način unosa teksta
+ Dodirnite za prijelaz na odabir godine
+ Odustani
+ U redu
+ Prikaži zaporku
+ "Pretraži"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hu/values-hu.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hu/values-hu.xml
new file mode 100644
index 000000000..e269bcaaa
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hu/values-hu.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d új értesítés
+ - %d új értesítés
+
+ "Ugrás a főoldalra"
+ "Fel"
+ "További lehetőségek"
+ "Kész"
+ "Az összes megtekintése"
+ "Válasszon alkalmazást"
+ "KI"
+ "BE"
+ "Alt+"
+ "Ctrl+"
+ "Delete"
+ "Enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "Szóköz"
+ "Sym+"
+ "Menu+"
+ "Keresés…"
+ "Lekérdezés törlése"
+ "Keresési lekérdezés"
+ "Keresés"
+ "Lekérdezés küldése"
+ "Hangalapú keresés"
+ "Megosztás a következővel:"
+ "Megosztás a következő alkalmazással: %s "
+ "Összecsukás"
+ Az alsó lap összecsukása
+ Az alsó lap kibontása
+ Kibontás félig
+ Duplán koppintott a csúszkára
+ Csúszka
+ Begépelt karakterszám: %2$d/%1$d
+ Maximális karakterszám túllépve: %2$d/%1$d
+ Szöveg törlése
+ Hiba
+ Legördülő menü megjelenítése
+ Párbeszédpanel ikonja
+ Lap
+ Válassza ki, hogy délelőtt vagy délután
+ %1$s óra
+ Óra kiválasztása
+ %1$s óra
+ Perc kiválasztása
+ %1$s perc
+ de.
+ Időbevitelhez váltson óramódba.
+ Óra
+ Perc
+ du.
+ Időpont kiválasztása
+ Időbevitelhez váltson szövegbeviteli módba.
+ Új értesítés
+ Eltávolítás (%1$s)
+ Több mint %1$d új értesítés
+ Váltás a következő hónapra
+ Váltás az előző hónapra
+ Jelenleg kiválasztva: %1$s
+ Mégse
+ OK
+ %1$s
+ Válasszon dátumot
+ Kiválasztott dátum
+ Napok oszlopa: %1$s
+ Érvénytelen formátum.
+ Példa: %1$s
+ Használja ezt: %1$s
+ Érvénytelen tartomány.
+ Ugrás ehhez az évhez: %1$s
+ Tartományon kívül: %1$s
+ Kezdés dátuma – %1$s
+ %1$s – Befejezés dátuma
+ %1$s – %2$s
+ Válasszon dátumtartományt
+ Kezdés dátuma – Befejezés dátuma
+ Mentés
+ Dátum
+ Befejezés dátuma
+ Kezdés dátuma
+ N
+ H
+ É
+ Váltás naptárbeviteli módra
+ Koppintson a nap kiválasztásához
+ Váltás szövegbeviteli módra
+ Koppintson az év kiválasztásához
+ Mégse
+ OK
+ Jelszó megjelenítése
+ "Keresés"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hy/values-hy.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hy/values-hy.xml
new file mode 100644
index 000000000..be42e6208
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hy/values-hy.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d նոր ծանուցում
+ - %d նոր ծանուցում
+
+ "Անցնել գլխավոր էջ"
+ "Անցնել վերև"
+ "Այլ ընտրանքներ"
+ "Պատրաստ է"
+ "Տեսնել բոլորը"
+ "Ընտրել հավելված"
+ "ԱՆՋԱՏԵԼ"
+ "ՄԻԱՑՆԵԼ"
+ "Alt+"
+ "Ctrl+"
+ "Delete"
+ "Enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "բացատ"
+ "Sym+"
+ "Menu+"
+ "Որոնում…"
+ "Ջնջել հարցումը"
+ "Որոնման հարցում"
+ "Որոնել"
+ "Ուղարկել հարցումը"
+ "Ձայնային որոնում"
+ "Կիսվել…"
+ "Կիսվել %s հավելվածի միջոցով"
+ "Ծալել"
+ Ծալել ներքևի էկրանը
+ Ծավալել ներքևի էկրանը
+ Ծավալել կիսով չափ
+ Կրկնակի հպում տեղափոխման նշիչին
+ Տեղափոխման նշիչ
+ Մուտքագրված նիշեր՝ %1$d/%2$d
+ Նիշերի առավելագույն քանակը գերազանցվել է (%1$d/%2$d)
+ Ջնջել տեքստը
+ Սխալ
+ Ցույց տալ իջնող ընտրացանկը
+ Երկխոսության պատուհանի պատկերակ
+ Ներդիր
+ Ընտրել AM կամ PM
+ %1$s ժամ
+ Ընտրել ժամը
+ Ժամը %1$s է
+ Ընտրեք րոպեն
+ %1$s րոպե
+ AM
+ Ժամը մուտքագրելու համար միացրեք ժամացույցի ռեժիմը:
+ Ժամ
+ Րոպե
+ PM
+ Ժամանակի ընտրություն
+ Ժամը մուտքագրելու համար միացրեք տեքստի մուտքագրման ռեժիմը:
+ Նոր ծանուցում
+ Հեռացնել (%1$s)
+ Ավելի քան %1$d նոր ծանուցում
+ Անցնել հաջորդ ամիս
+ Անցնել նախորդ ամիս
+ Ներկայիս ընտրությունը՝ %1$s
+ Չեղարկել
+ Եղավ
+ %1$s
+ Ընտրեք ամսաթիվը
+ Ընտրված ամսաթիվը
+ Օրերի սյունակ՝ %1$s
+ Ձևաչափը սխալ է։
+ Օրինակ՝ %1$s
+ Օգտագործեք՝ %1$s
+ Ընդգրկույթն անվավեր է:
+ Անցնել %1$s թվական
+ Ընդգրկույթից դուրս է՝ %1$s
+ Մեկնարկի ամսաթիվը – %1$s
+ %1$s – Ավարտի ամսաթիվը
+ %1$s – %2$s
+ Ընտրեք ընդգրկույթը
+ Մեկնարկի ամսաթիվը – Ավարտի ամսաթիվը
+ Պահել
+ Ամսաթիվ
+ Ավարտի ամսաթիվը
+ Մեկնարկի ամսաթիվը
+ օ
+ ա
+ տ
+ Անցնել օրացույցի մուտքագրման ռեժիմ
+ Հպեք՝ օրվա ընտությանն անցնելու համար
+ Անցնել տեքստի մուտքագրման ռեժիմին
+ Հպեք՝ տարեթվի ընտությանն անցնելու համար
+ Չեղարկել
+ Եղավ
+ Ցուցադրել գաղտնաբառը
+ "Որոնել"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-in/values-in.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-in/values-in.xml
new file mode 100644
index 000000000..b13a82343
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-in/values-in.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d notifikasi baru
+ - %d notifikasi baru
+
+ "Tunjukkan jalan ke rumah"
+ "Kembali ke atas"
+ "Opsi lain"
+ "Selesai"
+ "Lihat semua"
+ "Pilih aplikasi"
+ "NONAKTIF"
+ "AKTIF"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "spasi"
+ "Sym+"
+ "Menu+"
+ "Telusuri..."
+ "Hapus kueri"
+ "Telusuri kueri"
+ "Telusuri"
+ "Kirim kueri"
+ "Penelusuran suara"
+ "Bagikan dengan"
+ "Bagikan dengan %s "
+ "Ciutkan"
+ Menciutkan sheet bawah
+ Meluaskan sheet bawah
+ Luaskan setengah
+ Handel geser diketuk dua kali
+ Handel geser
+ Karakter yang dimasukkan %1$d dari %2$d
+ Melebihi batas karakter %1$d dari %2$d
+ Menghapus teks
+ Error
+ Tampilkan menu dropdown
+ Ikon Dialog
+ Tab
+ Pilih AM atau PM
+ %1$s jam
+ Pilih jam
+ Pukul %1$s
+ Pilih menit
+ %1$s menit
+ AM
+ Beralih ke mode jam untuk masukan waktu.
+ Jam
+ Menit
+ PM
+ Pilih waktu
+ Beralih ke mode masukan teks untuk masukan waktu.
+ Notifikasi baru
+ Menghapus %1$s
+ Lebih dari %1$d notifikasi baru
+ Ubah ke bulan berikutnya
+ Ubah ke bulan sebelumnya
+ Pilihan saat ini: %1$s
+ Batal
+ Oke
+ %1$s
+ Pilih Tanggal
+ Tanggal yang dipilih
+ Kolom hari: %1$s
+ Format tidak valid.
+ Contoh: %1$s
+ Gunakan: %1$s
+ Rentang tidak valid.
+ Buka tahun %1$s
+ Di luar rentang: %1$s
+ Tanggal mulai – %1$s
+ %1$s – Tanggal akhir
+ %1$s – %2$s
+ Pilih Rentang
+ Tanggal mulai – Tanggal akhir
+ Simpan
+ Tanggal
+ Tanggal akhir
+ Tanggal mulai
+ h
+ b
+ t
+ Beralih ke mode masukan kalender
+ Ketuk untuk beralih ke memilih hari
+ Beralih ke mode masukan teks
+ Ketuk untuk beralih ke memilih tahun
+ Batal
+ Oke
+ Tampilkan sandi
+ "Telusuri"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-is/values-is.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-is/values-is.xml
new file mode 100644
index 000000000..c8dccf713
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-is/values-is.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d ný tilkynning
+ - %d nýjar tilkynningar
+
+ "Fara heim"
+ "Fara upp"
+ "Fleiri valkostir"
+ "Lokið"
+ "Sjá allt"
+ "Veldu forrit"
+ "SLÖKKT"
+ "KVEIKT"
+ "Alt+"
+ "Ctrl+"
+ "eyða"
+ "enter"
+ "Aðgerðarlykill+"
+ "Meta+"
+ "Shift+"
+ "bilslá"
+ "Sym+"
+ "Valmynd+"
+ "Leita…"
+ "Hreinsa fyrirspurn"
+ "Leitarfyrirspurn"
+ "Leit"
+ "Senda fyrirspurn"
+ "Raddleit"
+ "Deila með"
+ "Deila með %s "
+ "Minnka"
+ Minnka blað neðst
+ Stækka blað neðst
+ Stækka til hálfs
+ Ýtt tvisvar á dragkló
+ Dragkló
+ Innslegnir stafir %1$d af %2$d
+ Yfir hámarksstafafjölda, %1$d af %2$d
+ Hreinsa texta
+ Villa
+ Sýna fellivalmynd
+ Gluggatákn
+ Flipi
+ Velja f.h. eða e.h.
+ %1$s klst.
+ Velja tíma
+ klukkan %1$s
+ Veldu mínútur
+ %1$s mínútur
+ f.h.
+ Skipta yfir í klukkustillingu til að færa inn tíma.
+ Klukkustund
+ Mínúta
+ e.h.
+ Veldu tíma
+ Skipta yfir í textastillingu til að færa inn tíma.
+ Ný tilkynning
+ Fjarlægja %1$s
+ Yfir %1$d nýjar tilkynningar
+ Breyta í næsta mánuð
+ Breyta í fyrri mánuð
+ Núverandi val: %1$s
+ Hætta við
+ Í lagi
+ %1$s
+ Veldu dagsetningu
+ Valin dagsetning
+ Dálkur með dögum: %1$s
+ Ógilt snið.
+ Dæmi: %1$s
+ Nota: %1$s
+ Ógilt svið.
+ Fara í árið %1$s
+ Utan sviðs: %1$s
+ Upphafsdagur – %1$s
+ %1$s – lokadagur
+ %1$s – %2$s
+ Veldu tímabil
+ Upphafsdagur – lokadagur
+ Vista
+ Dagsetning
+ Lokadagur
+ Upphafsdagur
+ d
+ m
+ á
+ Skipta yfir í innfærsluaðferð fyrir dagatal
+ Ýttu til að skipta yfir í að velja dag
+ Skipta yfir í innfærsluaðferð fyrir texta
+ Ýttu til að skipta yfir í að velja ár
+ Hætta við
+ Í lagi
+ Sýna aðgangsorð
+ "Leit"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-it/values-it.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-it/values-it.xml
new file mode 100644
index 000000000..b2b06f8b3
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-it/values-it.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d nuova notifica
+ - %d nuove notifiche
+
+ "Portami a casa"
+ "Torna indietro"
+ "Altre opzioni"
+ "Fine"
+ "Mostra tutto"
+ "Scelta di un\'app"
+ "OFF"
+ "ON"
+ "ALT +"
+ "CTRL +"
+ "CANC"
+ "INVIO"
+ "FUNZIONE +"
+ "META +"
+ "MAIUSC +"
+ "SPAZIO"
+ "SYM +"
+ "MENU +"
+ "Cerca…"
+ "Cancella query"
+ "Query di ricerca"
+ "Cerca"
+ "Invia query"
+ "Ricerca vocale"
+ "Condividi con"
+ "Condividi tramite %s "
+ "Comprimi"
+ Comprimi riquadro inferiore
+ Espandi riquadro inferiore
+ Espandi a metà
+ Doppio tocco su punto di trascinamento
+ Punto di trascinamento
+ %1$d caratteri inserirti su %2$d
+ Sono presenti %2$d caratteri in più rispetto al limite di %1$d
+ Cancella testo
+ Errore
+ Mostra il menu a discesa
+ Icona della finestra di dialogo
+ Scheda
+ Seleziona AM o PM
+ %1$s ore
+ Seleziona l\'ora
+ %1$s in punto
+ Seleziona i minuti
+ %1$s minuti
+ am
+ Passa alla modalità orologio per inserire l\'ora.
+ Ora
+ Minuto
+ pm
+ Seleziona l\'ora
+ Passa alla modalità di immissione testo per inserire l\'ora.
+ Nuova notifica
+ Rimuovi %1$s
+ Più di %1$d nuove notifiche
+ Passa al mese successivo
+ Passa al mese precedente
+ Selezione attuale: %1$s
+ Annulla
+ OK
+ %1$s
+ Seleziona data
+ Data selezionata
+ Colonna dei giorni: %1$s
+ Formato non valido.
+ Esempio: %1$s
+ Usa: %1$s
+ Intervallo non valido.
+ Vai all\'anno %1$s
+ Non compresa nell\'intervallo: %1$s
+ Data di inizio - %1$s
+ %1$s - Data di fine
+ %1$s - %2$s
+ Seleziona intervallo
+ Data di inizio - Data di fine
+ Salva
+ Data
+ Data di fine
+ Data di inizio
+ g
+ m
+ a
+ Passa alla modalità di immissione Calendario
+ Tocca per passare alla selezione di un giorno
+ Passa alla modalità di immissione Testo
+ Tocca per passare alla selezione di un anno
+ Annulla
+ OK
+ Mostra password
+ "Cerca"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-iw/values-iw.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-iw/values-iw.xml
new file mode 100644
index 000000000..4dca5344b
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-iw/values-iw.xml
@@ -0,0 +1,100 @@
+
+
+
+ - התראה חדשה אחת (%d)
+ - %d התראות חדשות
+ - %d התראות חדשות
+ - %d התראות חדשות
+
+ "ניווט לדף הבית"
+ "ניווט למעלה"
+ "עוד אפשרויות"
+ "סיום"
+ "הצגת הכול"
+ "בחירת אפליקציה"
+ "כבוי"
+ "מופעל"
+ "Alt+"
+ "Ctrl+"
+ "מחיקה"
+ "Enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "רווח"
+ "Sym+"
+ "תפריט+"
+ "חיפוש…"
+ "מחיקת השאילתה"
+ "שאילתת חיפוש"
+ "חיפוש"
+ "שליחת שאילתה"
+ "חיפוש קולי"
+ "שיתוף עם"
+ "שיתוף עם %s "
+ "כיווץ"
+ כיווץ הגיליון התחתון
+ הרחבת הגיליון התחתון
+ הרחבה עד האמצע
+ בוצעה הקשה כפולה על נקודת האחיזה לגרירה
+ נקודת אחיזה לגרירה
+ הוזנו %1$d תווים מתוך %2$d
+ מגבלת התווים חורגת ב-%1$d מתוך %2$d
+ מחיקת הטקסט
+ שגיאה
+ הצגת התפריט הנפתח
+ סמל לתיבת דו-שיח
+ מקש Tab
+ יש לבחור ב-AM או ב-PM
+ %1$s שעות
+ בחר שעה
+ השעה %1$s
+ בחר דקות
+ %1$s דקות
+ AM
+ העבר למצב שעון לצורך הזנת השעה
+ שעה
+ דקה
+ PM
+ בחר שעה
+ העבר למצב קלט טקסט לצורך הזנת השעה
+ התראה חדשה
+ הסרה של %1$s
+ יותר מ-%1$d התראות חדשות
+ מעבר לחודש הבא
+ מעבר לחודש הקודם
+ הבחירה הנוכחית: %1$s
+ ביטול
+ אישור
+ %1$s
+ יש לבחור תאריך
+ התאריך הנבחר
+ עמודה של ימים: %1$s
+ פורמט לא חוקי.
+ דוגמה: %1$s
+ יש להשתמש בפורמט: %1$s
+ טווח לא חוקי.
+ ניווט לשנת %1$s
+ מחוץ לטווח: %1$s
+ תאריך התחלה – %1$s
+ %1$s – תאריך סיום
+ %1$s – %2$s
+ יש לבחור טווח
+ תאריך התחלה - תאריך סיום
+ שמירה
+ תאריך
+ תאריך סיום
+ תאריך התחלה
+ י
+ ח
+ ש
+ החלפה לשיטת קלט של יומן
+ יש להקיש כדי להחליף לבחירת יום
+ החלפה לשיטת קלט של טקסט
+ יש להקיש כדי להחליף לבחירת שנה
+ ביטול
+ אישור
+ הצגת סיסמה
+ "חיפוש"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ja/values-ja.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ja/values-ja.xml
new file mode 100644
index 000000000..278a161cc
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ja/values-ja.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d 件の新しい通知
+ - %d 件の新しい通知
+
+ "ホームに戻る"
+ "前に戻る"
+ "その他のオプション"
+ "完了"
+ "すべて表示"
+ "アプリの選択"
+ "OFF"
+ "ON"
+ "Alt+"
+ "Ctrl+"
+ "Delete"
+ "Enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "Space"
+ "Sym+"
+ "Menu+"
+ "検索…"
+ "検索キーワードを削除"
+ "検索キーワード"
+ "検索"
+ "検索キーワードを送信"
+ "音声検索"
+ "共有"
+ "%s と共有"
+ "折りたたむ"
+ ボトムシートを閉じる
+ ボトムシートを開く
+ 下半分を展開
+ ドラッグ ハンドルをダブルタップしました
+ ドラッグ ハンドル
+ 入力済み文字数: %1$d/%2$d
+ 文字数制限を超えています(%1$d/%2$d 文字)
+ テキストを消去
+ エラー
+ プルダウン メニューを表示
+ ダイアログ アイコン
+ タブ
+ 午前または午後を選択
+ %1$s 時間
+ 時刻を選択してください
+ %1$s時
+ 分を選択
+ %1$s分
+ AM
+ 時刻を時計で入力するモードに切り替えます。
+ 時間
+ 分
+ PM
+ 時間を選択
+ 時刻をテキストで入力するモードに切り替えます。
+ 新しい通知
+ %1$s を削除します
+ %1$d 件以上の新しい通知
+ 翌月に変更
+ 前月に変更
+ 現在の選択: %1$s
+ キャンセル
+ OK
+ %1$s
+ 日付を選択してください
+ 選択した日付
+ 曜日の列: %1$s
+ 形式が無効です。
+ 例: %1$s
+ 使用: %1$s
+ 範囲が無効です。
+ %1$s 年に移動
+ 範囲外: %1$s
+ 開始日~%1$s
+ %1$s~終了日
+ %1$s~%2$s
+ 期間を選択してください
+ 開始日~終了日
+ 保存
+ 日付
+ 終了日
+ 開始日
+ d
+ m
+ y
+ カレンダー入力モードに切り替え
+ タップすると、日の選択に切り替わります
+ テキスト入力モードに切り替え
+ タップすると、年の選択に切り替わります
+ キャンセル
+ OK
+ パスワードを表示
+ "検索"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ka/values-ka.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ka/values-ka.xml
new file mode 100644
index 000000000..6daef4fbf
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ka/values-ka.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d ახალი შეტყობინება
+ - %d ახალი შეტყობინება
+
+ "მთავარზე გადასვლა"
+ "ზემოთ გადასვლა"
+ "სხვა ვარიანტები"
+ "მზადაა"
+ "ყველას ნახვა"
+ "აირჩიეთ აპი"
+ "გამორთვა"
+ "ჩართვა"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "შორისი"
+ "Sym+"
+ "Menu+"
+ "ძიება…"
+ "მოთხოვნის გასუფთავება"
+ "მოთხოვნის ძიება"
+ "ძიება"
+ "მოთხოვნის გადაგზავნა"
+ "ხმოვანი ძიება"
+ "გაზიარება:"
+ "%s -ით გაზიარება"
+ "ჩაკეცვა"
+ ქვედა ფურცლის ჩაკეცვა
+ ქვედა ფურცლის გაშლა
+ ნახევრამდე გაფართოება
+ ორმაგი შეხება ჩავლების სახელურზე
+ სახელური ჩავლებისთვის
+ შეყვანილია %2$d-დან %1$d სიმბოლო
+ გადაჭარბებულია სიმბოლოთა ლიმიტი (%2$d-დან %1$d)
+ ტექსტის გასუფთავება
+ შეცდომა
+ ჩამოსაშლელი მენიუს ჩვენება
+ დიალოგის ხატულა
+ ჩანართი
+ აირჩიეთ AM ან PM
+ %1$s საათი
+ აირჩიეთ საათი
+ %1$s საათი
+ აირჩიეთ წუთები
+ %1$s წუთი
+ AM
+ დროის შეყვანისთვის საათის რეჟიმზე გადართვა.
+ საათი
+ წუთი
+ PM
+ აირჩიეთ დრო
+ დროის შეყვანისთვის ტექსტის შეყვანის რეჟიმზე გადართვა.
+ ახალი შეტყობინება
+ %1$s-ის ამოშლა
+ %1$d-ზე მეტი ახალი შეტყობინება
+ შემდეგ თვეზე გადასვლა
+ წინა თვეზე გადასვლა
+ ამჟამინდელი არჩევანი: %1$s
+ გაუქმება
+ კარგი
+ %1$s
+ აირჩიეთ თარიღი
+ არჩეული თარიღი
+ დღეების სვეტი: %1$s
+ არასწორი ფორმატი.
+ მაგალითი: %1$s
+ %1$s-ის გამოყენება
+ დიაპაზონი არასწორია.
+ %1$s წელზე ნავიგაცია
+ დიაპაზონს მიღმა: %1$s
+ დაწყების თარიღი - %1$s
+ %1$s - დასრულების თარიღი
+ %1$s - %2$s
+ აირჩიეთ დიაპაზონი
+ დაწყების თარიღი - დასრულების თარიღი
+ შენახვა
+ თარიღი
+ დასრულების თარიღი
+ დაწყების თარიღი
+ დ
+ წთ
+ წ
+ კალენდარში შეყვანის რეჟიმზე გადართვა
+ შეეხეთ დღის არჩევაზე გადასართავად
+ ტექსტის შეყვანის რეჟიმზე გადართვა
+ შეეხეთ წლის არჩევაზე გადასართავად
+ გაუქმება
+ კარგი
+ პაროლის ჩვენება
+ "ძიება"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kk/values-kk.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kk/values-kk.xml
new file mode 100644
index 000000000..6eb6ddb98
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kk/values-kk.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d жаңа хабарландыру
+ - %d жаңа хабарландыру
+
+ "Негізгі бетке өту"
+ "Жоғары қарай өту"
+ "Басқа опциялар"
+ "Дайын"
+ "Барлығын көру"
+ "Қолданбаны таңдау"
+ "ӨШІРУ"
+ "ҚОСУ"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "бос орын"
+ "Sym+"
+ "Menu+"
+ "Іздеу…"
+ "Сұрауды өшіру"
+ "Іздеу сұрауы"
+ "Іздеу"
+ "Сұрауды жіберу"
+ "Дауыспен іздеу"
+ "Бөлісу"
+ "%s қолданбасымен бөлісу"
+ "Жию"
+ Төменгі парақшаны жию
+ Төменгі парақшаны жаю
+ Жартылай кеңейту
+ Сүйрейтін тетік екі рет түртілді.
+ Сүйрейтін тетік
+ %1$d/%2$d таңба енгізілді
+ Таңба саны шегінен асты: %1$d/%2$d
+ Мәтінді өшіру
+ Қате
+ Ашылмалы мәзірді көрсету
+ Диалог белгішесі
+ Қойынды
+ \"AM\" немесе \"PM\" форматын таңдау
+ Сағат: %1$s
+ Сағатты таңдау
+ Сағат: %1$s
+ Минут таңдау
+ %1$s минут
+ AM
+ Уақытты енгізу үшін сағат режиміне өтіңіз.
+ Сағат
+ Mинут
+ PM
+ Уақытты таңдау
+ Уақытты енгізу үшін мәтін енгізу режиміне өтіңіз.
+ Жаңа хабарландыру
+ %1$s мазмұнын өшіру
+ %1$d санынан көп жаңа хабарландыру
+ Келесі айға өту
+ Алдыңғы айға өту
+ Ағымдағы таңдау: %1$s
+ Бас тарту
+ Жарайды
+ %1$s
+ Күнді таңдау
+ Таңдалған күн
+ Күндер бағаны: %1$s
+ Формат жарамсыз.
+ Мысал: %1$s.
+ Жарамды формат: %1$s.
+ Ауқым жарамсыз.
+ %1$s жылына жылжу
+ Ауқымнан тыc: %1$s
+ Басталу күні – %1$s
+ %1$s – аяқталу күні
+ %1$s – %2$s
+ Аралықты таңдау
+ Басталу күні – аяқталу күні
+ Сақтау
+ Күні
+ Аяқталу күні
+ Басталу күні
+ к
+ а
+ ж
+ Күнтізбенің енгізу режиміне ауысу
+ Күнді таңдауға ауысу үшін түртіңіз.
+ Мәтін енгізу режиміне ауысу
+ Жылды таңдауға ауысу үшін түртіңіз.
+ Бас тарту
+ Жарайды
+ Құпия сөзді көрсету
+ "Іздеу"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-km/values-km.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-km/values-km.xml
new file mode 100644
index 000000000..6670fcb2a
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-km/values-km.xml
@@ -0,0 +1,98 @@
+
+
+
+ - ការជូនដំណឹងថ្មី %d
+ - ការជូនដំណឹងថ្មី %d
+
+ "ទៅទំព័រដើម"
+ "រំកិលឡើងលើ"
+ "ជម្រើសច្រើនទៀត"
+ "រួចរាល់"
+ "មើលទាំងអស់"
+ "ជ្រើសរើសកម្មវិធី"
+ "បិទ"
+ "បើក"
+ "Alt+"
+ "Ctrl+"
+ "លុប"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "ស្វែងរក…"
+ "សម្អាតសំណួរ"
+ "ស្វែងរកសំណួរ"
+ "ស្វែងរក"
+ "ដាក់បញ្ជូនសំណួរ"
+ "ស្វែងរកតាមសំឡេង"
+ "ចែករំលែកជាមួយ"
+ "ចែករំលែកជាមួយ %s "
+ "បង្រួម"
+ បង្រួមសន្លឹកខាងក្រោម
+ ពង្រីកសន្លឹកខាងក្រោម
+ ពង្រីកពាក់កណ្ដាល
+ បានប៉ះដងអូសពីរដង
+ ដងអូស
+ តួអក្សរបានបញ្ចូល %1$d នៃ %2$d
+ ដែនកំណត់តួអក្សរបានលើស %1$d នៃ %2$d
+ សម្អាតអក្សរ
+ បញ្ហា
+ បង្ហាញម៉ឺនុយធ្លាក់ចុះ
+ រូបប្រអប់បញ្ចូល
+ ផ្ទាំង
+ ជ្រើសរើស AM ឬ PM
+ %1$s ម៉ោង
+ ជ្រើសរើសម៉ោង
+ ម៉ោង %1$s
+ ជ្រើសនាទី
+ %1$s នាទី
+ ព្រឹក
+ ប្តូរទៅមុខងារនាឡិកាសម្រាប់ការបញ្ចូលម៉ោង។
+ ម៉ោង
+ នាទី
+ ល្ងាច
+ ជ្រើសម៉ោង
+ ប្តូរទៅមុខងារបញ្ចូលអក្សរសម្រាប់ការបញ្ចូលម៉ោង។
+ ការជូនដំណឹងថ្មី
+ លុប %1$s
+ ការជូនដំណឹងថ្មីៗលើស %1$d ហើយ
+ ប្ដូរទៅខែបន្ទាប់
+ ប្ដូរទៅខែមុន
+ ការជ្រើសរើសបច្ចុប្បន្ន៖ %1$s
+ បោះបង់
+ យល់ព្រម
+ %1$s
+ ជ្រើសរើសកាលបរិច្ឆេទ
+ កាលបរិច្ឆេទដែលបានជ្រើសរើស
+ ជួរឈរនៃថ្ងៃ៖ %1$s
+ ទម្រង់មិនត្រឹមត្រូវទេ។
+ ឧទាហរណ៍៖ %1$s
+ ប្រើ៖ %1$s
+ ជួរមិនត្រឹមត្រូវទេ។
+ ប្ដូរទៅឆ្នាំ %1$s
+ នៅក្រៅជួរ៖ %1$s
+ កាលបរិច្ឆេទចាប់ផ្ដើម – %1$s
+ %1$s – កាលបរិច្ឆេទបញ្ចប់
+ %1$s – %2$s
+ ជ្រើសរើសចន្លោះ
+ កាលបរិច្ឆេទចាប់ផ្ដើម – កាលបរិច្ឆេទបញ្ចប់
+ រក្សាទុក
+ កាលបរិច្ឆេទ
+ កាលបរិច្ឆេទបញ្ចប់
+ កាលបរិច្ឆេទចាប់ផ្ដើម
+ ថ
+ ខ
+ ឆ
+ ប្ដូរទៅរបៀបបញ្ចូលប្រតិទិន
+ ចុចដើម្បីប្ដូរទៅការជ្រើសរើសថ្ងៃ
+ ប្ដូរទៅរបៀបបញ្ចូលអក្សរ
+ ចុចដើម្បីប្ដូរទៅការជ្រើសរើសឆ្នាំ
+ បោះបង់
+ យល់ព្រម
+ បង្ហាញពាក្យសម្ងាត់
+ "ស្វែងរក"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kn/values-kn.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kn/values-kn.xml
new file mode 100644
index 000000000..d0ef8f26a
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kn/values-kn.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d ಹೊಸ ಅಧಿಸೂಚನೆಗಳು
+ - %d ಹೊಸ ಅಧಿಸೂಚನೆಗಳು
+
+ "ಹೋಮ್ಗೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"
+ "ಮುಗಿದಿದೆ"
+ "ಎಲ್ಲವನ್ನೂ ನೋಡಿ"
+ "ಆ್ಯಪ್ವೊಂದನ್ನು ಆಯ್ಕೆಮಾಡಿ"
+ "ಆಫ್"
+ "ಆನ್"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "ಹುಡುಕಿ…"
+ "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸಿ"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ"
+ "ಹುಡುಕಿ"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸಿ"
+ "ಧ್ವನಿ ಹುಡುಕಾಟ"
+ "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "%s ನೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "ಕುಗ್ಗಿಸಿ"
+ ಕೆಳಭಾಗದ ಶೀಟ್ ಅನ್ನು ಕುಗ್ಗಿಸಿ
+ ಕೆಳಭಾಗದ ಶೀಟ್ ಅನ್ನು ವಿಸ್ತರಿಸಿ
+ ಅರ್ಧದಷ್ಟು ವಿಸ್ತರಿಸಿ
+ ಹ್ಯಾಂಡಲ್ ಡ್ರ್ಯಾಗ್ ಮಾಡಿ ಎಂಬುದನ್ನು ಡಬಲ್-ಟ್ಯಾಪ್ ಮಾಡಲಾಗಿದೆ
+ ಹ್ಯಾಂಡಲ್ ಡ್ರ್ಯಾಗ್ ಮಾಡಿ
+ %2$d ರಲ್ಲಿ %1$d ಅಕ್ಷರಗಳನ್ನು ನಮೂದಿಸಲಾಗಿದೆ
+ ಅಕ್ಷರ ಮಿತಿಯು %2$d ರಲ್ಲಿ %1$d ಮೀರಿದೆ
+ ಪಠ್ಯ ತೆರವುಗೊಳಿಸಿ
+ ದೋಷ
+ ಡ್ರಾಪ್ಡೌನ್ ಮೆನು ತೋರಿಸಿ
+ ಡೈಲಾಗ್ ಐಕಾನ್
+ ಟ್ಯಾಬ್
+ ಬೆಳಿಗ್ಗೆ ಅಥವಾ ಮಧ್ಯಾಹ್ನ ಆಯ್ಕೆಮಾಡಿ
+ %1$s ಗಂಟೆಗಳು
+ ಸಮಯವನ್ನು ಆಯ್ಕೆಮಾಡಿ
+ %1$s ಗಂಟೆ
+ ನಿಮಿಷಗಳನ್ನು ಆಯ್ಕೆಮಾಡಿ
+ %1$s ನಿಮಿಷಗಳು
+ AM
+ ಸಮಯವನ್ನು ನಮೂದಿಸಲು ಗಡಿಯಾರದ ನಮೂನೆಗೆ ಬದಲಿಸಿ.
+ ಗಂಟೆ
+ ನಿಮಿಷ
+ PM
+ ಸಮಯವನ್ನು ಆಯ್ಕೆಮಾಡಿ
+ ಸಮಯವನ್ನು ನಮೂದಿಸಲು ಪಠ್ಯದ ನಮೂನೆಗೆ ಬದಲಿಸಿ.
+ ಹೊಸ ಅಧಿಸೂಚನೆ
+ %1$s ಅನ್ನು ತೆಗೆದುಹಾಕಿ
+ %1$d ಕ್ಕಿಂತ ಹೆಚ್ಚು ಹೊಸ ಅಧಿಸೂಚನೆಗಳು
+ ಮುಂದಿನ ತಿಂಗಳಿಗೆ ಬದಲಿಸಿ
+ ಹಿಂದಿನ ತಿಂಗಳಿಗೆ ಬದಲಿಸಿ
+ ಪ್ರಸ್ತುತ ಆಯ್ಕೆ: %1$s
+ ರದ್ದುಮಾಡಿ
+ ಸರಿ
+ %1$s
+ ದಿನಾಂಕವನ್ನು ಆಯ್ಕೆಮಾಡಿ
+ ದಿನಾಂಕವನ್ನು ಆಯ್ಕೆಮಾಡಲಾಗಿದೆ
+ ದಿನಗಳ ಕಾಲಮ್: %1$s
+ ಅಮಾನ್ಯವಾದ ಫಾರ್ಮ್ಯಾಟ್.
+ ಉದಾಹರಣೆ: %1$s
+ ಇದನ್ನು ಬಳಸಿ: %1$s
+ ಅಮಾನ್ಯ ಶ್ರೇಣಿ.
+ %1$s ವರ್ಷಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ
+ ವ್ಯಾಪ್ತಿಯ ಹೊರಗಿದೆ: %1$s
+ ಪ್ರಾರಂಭ ದಿನಾಂಕ – %1$s
+ %1$s – ಮುಕ್ತಾಯ ದಿನಾಂಕ
+ %1$s – %2$s
+ ಶ್ರೇಣಿಯನ್ನು ಆಯ್ಕೆಮಾಡಿ
+ ಪ್ರಾರಂಭ ದಿನಾಂಕ – ಮುಕ್ತಾಯ ದಿನಾಂಕ
+ ಉಳಿಸಿ
+ ದಿನಾಂಕ
+ ಮುಕ್ತಾಯ ದಿನಾಂಕ
+ ಪ್ರಾರಂಭ ದಿನಾಂಕ
+ ದಿ
+ ತಿ
+ ವ
+ ಕ್ಯಾಲೆಂಡರ್ ಇನ್ಪುಟ್ ಮೋಡ್ಗೆ ಬದಲಿಸಿ
+ ದಿನವನ್ನು ಆಯ್ಕೆಗಾಗಿ ಬದಲಿಸಲು ಟ್ಯಾಪ್ ಮಾಡಿ
+ ಪಠ್ಯ ಇನ್ಪುಟ್ ಮೋಡ್ಗೆ ಬದಲಿಸಿ
+ ವರ್ಷವನ್ನು ಆಯ್ಕೆಗಾಗಿ ಬದಲಿಸಲು ಟ್ಯಾಪ್ ಮಾಡಿ
+ ರದ್ದುಮಾಡಿ
+ ಸರಿ
+ ಪಾಸ್ವರ್ಡ್ ತೋರಿಸಿ
+ "ಹುಡುಕಿ"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ko/values-ko.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ko/values-ko.xml
new file mode 100644
index 000000000..09fc350ad
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ko/values-ko.xml
@@ -0,0 +1,98 @@
+
+
+
+ - 새 알림 %d개
+ - 새 알림 %d개
+
+ "홈으로 이동"
+ "위로 이동"
+ "추가 옵션"
+ "완료"
+ "전체 보기"
+ "앱 선택"
+ "사용 중지"
+ "사용"
+ "Alt+"
+ "Ctrl+"
+ "Delete"
+ "Enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "스페이스바"
+ "Sym+"
+ "Menu+"
+ "검색..."
+ "검색어 삭제"
+ "검색어"
+ "검색"
+ "검색어 보내기"
+ "음성 검색"
+ "공유 대상:"
+ "%s 과(와) 공유"
+ "접기"
+ 하단 시트 접기
+ 하단 시트 펼치기
+ 반만 펼치기
+ 두 번 탭한 드래그 핸들
+ 드래그 핸들
+ 입력된 글자 %1$d/%2$d
+ 글자 수 제한이 초과되었습니다(%1$d/%2$d).
+ 텍스트 삭제
+ 오류
+ 드롭다운 메뉴 표시
+ 대화상자 아이콘
+ 탭
+ 오전 또는 오후를 선택하세요.
+ %1$s시간
+ 시간 선택
+ %1$s시 정각
+ 분 선택
+ %1$s분
+ 오전
+ 시간 입력을 위해 시계 모드로 전환합니다.
+ 시간
+ 분
+ 오후
+ 시간 선택
+ 시간 입력을 위해 텍스트 입력 모드로 전환합니다.
+ 새 알림
+ %1$s 삭제
+ 새 알림 %1$d개 초과
+ 다음 달로 변경
+ 이전 달로 변경
+ 현재 %1$s 선택됨
+ 취소
+ 확인
+ %1$s
+ 날짜 선택
+ 선택한 날짜
+ 요일 열: %1$s
+ 형식이 잘못되었습니다.
+ 예: %1$s
+ %1$s 사용
+ 날짜 범위가 잘못되었습니다.
+ %1$s년으로 이동
+ %1$s은(는) 범위를 벗어난 날짜입니다.
+ 시작일~%1$s
+ %1$s~종료일
+ %1$s~%2$s
+ 기간 선택
+ 시작일~종료일
+ 저장
+ 날짜
+ 종료일
+ 시작일
+ 일
+ 월
+ 년
+ 캘린더 입력 모드로 전환
+ 탭하여 요일 선택으로 전환
+ 텍스트 입력 모드로 전환
+ 탭하여 연도 선택으로 전환
+ 취소
+ 확인
+ 비밀번호 표시
+ "검색"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ky/values-ky.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ky/values-ky.xml
new file mode 100644
index 000000000..a418991fd
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ky/values-ky.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d жаңы билдирме
+ - %d жаңы билдирме
+
+ "Башкы бетке чабыттоо"
+ "Мурунку экранга өтүү"
+ "Дагы параметрлер"
+ "Бүттү"
+ "Баарын көрүү"
+ "Колдонмо тандоо"
+ "ӨЧҮК"
+ "КҮЙҮК"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "боштук"
+ "Sym+"
+ "Menu+"
+ "Издөө…"
+ "Сурамды өчүрүү"
+ "Изделген сурам"
+ "Издөө"
+ "Сурам тапшыруу"
+ "Айтып издөө"
+ "Төмөнкү менен бөлүшүү"
+ "%s аркылуу бөлүшүү"
+ "Жыйыштыруу"
+ Ылдыйкы экранды жыйыштыруу
+ Ылдыйкы экранды жайып көрсөтүү
+ Жарымын жайып көрсөтүү
+ Эки жолу таптап, тизменин керектүү жерине сүйрөп баруу
+ Тизменин керектүү жерине сүйрөп баруу
+ %2$d ичинен %1$d символ киргизилди
+ Символдордун саны коюлган %2$d чегинен %1$d символго ашып кетти
+ Текстти тазалоо
+ Ката
+ Түрүлмө менюну көрсөтүү
+ Диалог сүрөтчөсү
+ Өтмөк
+ Тандоо: AM же PM
+ %1$s саат
+ Саат тандоо
+ Саат %1$s
+ Мүнөттөрдү тандаңыз
+ %1$s мүнөт
+ AM
+ Убакытты дубал саатынын режиминде киргизиңиз.
+ Саат
+ Мүнөт
+ PM
+ Убакыт тандоо
+ Убакытты текст киргизүү режиминде киргизиңиз.
+ Жаңы билдирме
+ Мазмунду алып салуу (%1$s)
+ %1$d ашуун жаңы билдирме
+ Кийинки айга өзгөртүү
+ Мурунку айга өзгөртүү
+ Учурдагы тандоо: %1$s
+ Жокко чыгаруу
+ Жарайт
+ %1$s
+ Күн тандоо
+ Тандалган күн
+ Күндөр тилкеси: %1$s
+ Жараксыз формат.
+ Мисалы: %1$s
+ %1$s формтын колднуңуз
+ Жараксыз диапазон.
+ %1$s-жылга өтүү
+ Диапазондон тышкары: %1$s
+ Баштоо күнү – %1$s
+ %1$s – Аяктоо күнү
+ %1$s – %2$s
+ Даталар диапазонун тандоо
+ Баштоо күнү – Аяктоо күнү
+ Сактоо
+ Күн
+ Качан аяктайт
+ Баштоо күнү
+ к
+ а
+ ж
+ Жылнаамага иш-чара киргизүү режимине которулуу
+ Күн тандоо үчүн таптап коюңуз
+ Текст киргизүү режимине которулуу
+ Жыл тандоо үчүн таптап коюңуз
+ Жокко чыгаруу
+ Жарайт
+ Сырсөздү көрсөтүү
+ "Издөө"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-land/values-land.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-land/values-land.xml
new file mode 100644
index 000000000..dc0015228
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-land/values-land.xml
@@ -0,0 +1,47 @@
+
+
+ 48dp
+ 12dp
+ 14dp
+ 450dp
+ 600dp
+ 24dp
+ 24dp
+ 24dp
+ 24dp
+ 20dp
+ 4dp
+ 96dp
+ 0dp
+ 0dp
+ 104dp
+ 68dp
+ 28dp
+ 64dp
+ 32dp
+ 24dp
+ 32dp
+ 0
+ 6
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml
new file mode 100644
index 000000000..3f2799b38
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml
@@ -0,0 +1,26 @@
+
+
+ 440dp
+ - 60%
+ - 90%
+ - 60%
+ - 90%
+ - 55%
+ - 80%
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ldltr-v21/values-ldltr-v21.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ldltr-v21/values-ldltr-v21.xml
new file mode 100644
index 000000000..1bdd835a6
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ldltr-v21/values-ldltr-v21.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ldrtl-v17/values-ldrtl-v17.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ldrtl-v17/values-ldrtl-v17.xml
new file mode 100644
index 000000000..0096540f4
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ldrtl-v17/values-ldrtl-v17.xml
@@ -0,0 +1,5 @@
+
+
+ - @drawable/material_ic_keyboard_arrow_left_black_24dp
+ - @drawable/material_ic_keyboard_arrow_right_black_24dp
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lo/values-lo.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lo/values-lo.xml
new file mode 100644
index 000000000..354a7daae
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lo/values-lo.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d ການແຈ້ງເຕືອນໃໝ່
+ - %d ການແຈ້ງເຕືອນໃໝ່
+
+ "ກັບໄປໜ້າຫຼັກ"
+ "ເລື່ອນຂຶ້ນເທິງ"
+ "ຕົວເລືອກເພີ່ມເຕີມ"
+ "ແລ້ວໆ"
+ "ເບິ່ງທັງໝົດ"
+ "ເລືອກແອັບ"
+ "ປິດ"
+ "ເປີດ"
+ "Alt+"
+ "Ctrl+"
+ "ລຶບ"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "ຍະຫວ່າງ"
+ "Sym+"
+ "Menu+"
+ "ຊອກຫາ…"
+ "ລຶບຂໍ້ຄວາມຊອກຫາ"
+ "ຄຳສຳລັບຄົ້ນຫາ"
+ "ຊອກຫາ"
+ "ສົ່ງຂໍ້ມູນ"
+ "ຊອກຫາດ້ວຍສຽງ"
+ "ແບ່ງປັນກັບ"
+ "ແບ່ງປັນດ້ວຍ %s "
+ "ຫຍໍ້ລົງ"
+ ຫຍໍ້ຊີດລຸ່ມສຸດລົງ
+ ຂະຫຍາຍຊີດລຸ່ມສຸດ
+ ຂະຫຍາຍອອກເຄິ່ງໜຶ່ງ
+ ແຕະບ່ອນຈັບລາກສອງເທື່ອແລ້ວ
+ ບ່ອນຈັບລາກ
+ ຕົວອັກສອນທີ່ປ້ອນເຂົ້າ %1$d ຕົວຈາກທັງໝົດ %2$d ຕົວ
+ ຂີດຈຳກັດຕົວອັກສອນເກີນ %1$d ຈາກທັງໝົດ %2$d
+ ລຶບລ້າງຂໍ້ຄວາມ
+ ຜິດພາດ
+ ສະແດງເມນູເລື່ອນລົງ
+ ໄອຄອນກ່ອງໂຕ້ຕອບ
+ ແຖບ
+ ເລືອກຕອນເຊົ້າ ຫຼື ຕອນແລງ
+ %1$s ຊົ່ວໂມງ
+ ເລືອກຊົ່ວໂມງ
+ %1$s ໂມງ
+ ເລືອກນາທີ
+ %1$s ນາທີ
+ ໂມງເຊົ້າ
+ ສະຫຼັບໄປໃຊ້ໂໝດໂມງສຳລັບການປ້ອນເວລາ.
+ ຊົ່ວໂມງ
+ ນາທີ
+ ໂມງແລງ
+ ເລືອກເວລາ
+ ສະຫຼັບໄປໃຊ້ໂໝດປ້ອນຂໍ້ຄວາມສຳລັບການປ້ອນເວລາ.
+ ການແຈ້ງເຕືອນໃໝ່
+ ລຶບ %1$s ອອກ
+ ການແຈ້ງເຕືອນໃໝ່ຫຼາຍກວ່າ %1$d ລາຍການ
+ ປ່ຽນເປັນເດືອນຕໍ່ໄປ
+ ປ່ຽນເປັນເດືອນຜ່ານມາ
+ ການເລືອກປັດຈຸບັນ: %1$s
+ ຍົກເລີກ
+ ຕົກລົງ
+ %1$s
+ ເລືອກວັນທີ
+ ເລືອກວັນທີ
+ ຖັນມື້: %1$s
+ ຮູບແບບບໍ່ຖືກຕ້ອງ.
+ ຕົວຢ່າງ: %1$s
+ ໃຊ້: %1$s
+ ໄລຍະບໍ່ຖືກຕ້ອງ.
+ ເລື່ອນໄປປີ %1$s
+ ຢູ່ນອກຊ່ວງວັນທີ: %1$s
+ ວັນທີເລີ່ມຕົ້ນ – %1$s
+ %1$s – ວັນທີສິ້ນສຸດ
+ %1$s – %2$s
+ ເລືອກຊ່ວງ
+ ວັນທີເລີ່ມຕົ້ນ – ວັນທີສິ້ນສຸດ
+ ບັນທຶກ
+ ວັນທີ
+ ວັນທີສິ້ນສຸດ
+ ວັນທີເລີ່ມ
+ ວ
+ ດ
+ ປ
+ ປ່ຽນເປັນໂໝດປ້ອນຂໍ້ມູນປະຕິທິນ
+ ແຕະເພື່ອປ່ຽນເປັນການເລືອກມື້
+ ປ່ຽນເປັນໂໝດປ້ອນຂໍ້ມູນຂໍ້ຄວາມ
+ ແຕະເພື່ອປ່ຽນເປັນການເລືອກປີ
+ ຍົກເລີກ
+ ຕົກລົງ
+ ສະແດງລະຫັດຜ່ານ
+ "ຊອກຫາ"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lt/values-lt.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lt/values-lt.xml
new file mode 100644
index 000000000..597083a61
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lt/values-lt.xml
@@ -0,0 +1,100 @@
+
+
+
+ - %d naujas pranešimas
+ - %d nauji pranešimai
+ - %d naujo pranešimo
+ - %d naujų pranešimų
+
+ "Eiti į pagrindinį puslapį"
+ "Naršyti aukštyn"
+ "Daugiau parinkčių"
+ "Atlikta"
+ "Žr. viską"
+ "Pasirinkite programą"
+ "IŠJUNGTI"
+ "ĮJUNGTI"
+ "„Alt“ +"
+ "„Ctrl“ +"
+ "„delete“"
+ "„enter“"
+ "„Function“ +"
+ "„Meta“ +"
+ "„Shift“ +"
+ "„space“"
+ "„Sym“ +"
+ "„Menu“ +"
+ "Ieškoti…"
+ "Išvalyti užklausą"
+ "Paieškos užklausa"
+ "Ieškoti"
+ "Pateikti užklausą"
+ "Paieška balsu"
+ "Bendrinti su"
+ "Bendrinti naudojant programą „%s “"
+ "Sutraukti"
+ Sutraukti apatinį lapą
+ Išskleisti apatinį lapą
+ Išskleisti iki pusės
+ Vilkimo rankenėlė dukart paliesta
+ Vilkimo rankenėlė
+ Įvesta simbolių: %1$d iš %2$d
+ Viršytas simbolių skaičius: %1$d iš %2$d
+ Išvalyti tekstą
+ Klaida
+ Rodyti išskleidžiamąjį meniu
+ Dialogo lango piktograma
+ Skirtukas
+ Pasirinkite „iki pietų“ arba „po pietų“
+ %1$s val.
+ Pasirinkite valandą
+ %1$s val.
+ Pasirinkite minutes
+ %1$s min.
+ AM
+ Laiko įvestį pateikti perjungus į laikrodžio režimą.
+ Valanda
+ Minutė
+ PM
+ Pasirinkite laiką
+ Laiko įvestį pateikti perjungus į teksto įvesties režimą.
+ Naujas pranešimas
+ Pašalinti %1$s
+ Naujų pranešimų: daugiau nei %1$d
+ Pakeisti į kitą mėnesį
+ Pakeisti į ankstesnį mėnesį
+ Dabartinis pasirinkimas: %1$s
+ Atšaukti
+ Gerai
+ %1$s
+ Pasirinkite datą
+ Pasirinkta data
+ Dienų stulpelis: %1$s
+ Netinkamas formatas.
+ Pavyzdys: %1$s
+ Naudoti: %1$s
+ Netinkamas diapazonas.
+ Eiti į %1$s metus
+ Nepatenka į diapazoną: %1$s
+ Pradžios data–%1$s
+ %1$s–pabaigos data
+ %1$s–%2$s
+ Pasirinkite diapazoną
+ Pradžios data–pabaigos data
+ Išsaugoti
+ Data
+ Pabaigos data
+ Pradžios data
+ d
+ m
+ y
+ Perjungti į kalendoriaus įvesties režimą
+ Palieskite, kad perjungtumėte į dienos pasirinkimą
+ Perjungti į teksto įvesties režimą
+ Palieskite, kad perjungtumėte į metų pasirinkimą
+ Atšaukti
+ Gerai
+ Rodyti slaptažodį
+ "Ieškoti"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lv/values-lv.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lv/values-lv.xml
new file mode 100644
index 000000000..fbb62b306
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lv/values-lv.xml
@@ -0,0 +1,99 @@
+
+
+
+ - %d jaunu paziņojumu
+ - %d jauns paziņojums
+ - %d jauni paziņojumi
+
+ "Pārvietoties uz sākuma ekrānu"
+ "Pārvietoties uz augšu"
+ "Citas opcijas"
+ "Gatavs"
+ "Skatīt visu"
+ "Izvēlieties lietotni"
+ "IZSLĒGT"
+ "IESLĒGT"
+ "Alternēšanas taustiņš +"
+ "Vadīšanas taustiņš +"
+ "dzēšanas taustiņš"
+ "ievadīšanas taustiņš"
+ "Funkcijas taustiņš +"
+ "Meta taustiņš +"
+ "Pārslēgšanas taustiņš +"
+ "atstarpes taustiņš"
+ "Simbolu taustiņš +"
+ "Poga Izvēlne +"
+ "Meklējiet…"
+ "Notīrīt vaicājumu"
+ "Meklēšanas vaicājums"
+ "Meklēt"
+ "Iesniegt vaicājumu"
+ "Meklēt ar balsi"
+ "Kopīgot ar:"
+ "Kopīgot ar lietojumprogrammu %s "
+ "Sakļaut"
+ Sakļaut ekrāna apakšdaļas lapu
+ Izvērst ekrāna apakšdaļas lapu
+ Izvērst līdz pusei
+ Tika veikts dubultskāriens uz vilkšanas tura
+ Vilkšanas turis
+ Ievadītās rakstzīmes: %1$d no %2$d
+ Pārsniegts rakstzīmju skaita ierobežojums (%1$d no %2$d)
+ Notīrīt tekstu
+ Kļūda
+ Rādīt nolaižamo izvēlni
+ Dialoglodziņa ikona
+ Cilne
+ Atlasiet “AM” (priekšpusdienā) vai “PM” (pēcpusdienā).
+ %1$s stundas
+ Atlasiet stundu
+ plkst. %1$s
+ Atlasiet minūtes.
+ %1$s min
+ AM
+ Lai ievadītu laiku, ieslēdziet pulksteņa režīmu.
+ Stunda
+ Minūte
+ PM
+ Laika atlasīšana
+ Lai ievadītu laiku, ieslēdziet teksta ievades režīmu.
+ Jauns paziņojums
+ Noņemt: %1$s
+ Vairāk nekā %1$d jauni paziņojumi
+ Pāriet uz nākamo mēnesi
+ Pāriet uz iepriekšējo mēnesi
+ Pašreizējā atlase: %1$s
+ Atcelt
+ Labi
+ %1$s
+ Atlasiet datumu
+ Atlasītais datums
+ Dienu sleja: %1$s
+ Nederīgs formāts.
+ Piemērs: %1$s
+ Izmantojiet: %1$s
+ Nederīgs diapazons.
+ Pāriet uz šo gadu: %1$s
+ Ārpus diapazona: %1$s
+ Sākuma datums–%1$s
+ %1$s–beigu datums
+ %1$s–%2$s
+ Atlasiet diapazonu
+ Sākuma datums–beigu datums
+ Saglabāt
+ Datums
+ Beigu datums
+ Sākuma datums
+ d
+ m
+ g
+ Pārslēgties uz kalendāra ievades režīmu
+ Pieskarties, lai pārslēgtos uz dienas atlasīšanu
+ Pārslēgties uz teksta ievades režīmu
+ Pieskarties, lai pārslēgtos uz gada atlasīšanu
+ Atcelt
+ Labi
+ Rādīt paroli
+ "Meklēt"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mk/values-mk.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mk/values-mk.xml
new file mode 100644
index 000000000..430623508
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mk/values-mk.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d ново известување
+ - %d нови известувања
+
+ "Движи се кон дома"
+ "Движи се нагоре"
+ "Повеќе опции"
+ "Готово"
+ "Прикажи ги сите"
+ "Избери апликација"
+ "ИСКЛУЧЕНО"
+ "ВКЛУЧЕНО"
+ "Alt+"
+ "Ctrl+"
+ "избриши"
+ "Enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "вселена"
+ "Sym+"
+ "Menu+"
+ "Пребарување…"
+ "Исчисти барање"
+ "Пребарај барање"
+ "Пребарај"
+ "Испрати барање"
+ "Гласовно пребарување"
+ "Сподели со"
+ "Сподели со %s "
+ "Собери"
+ Соберете го долниот лист
+ Проширете го долниот лист
+ Прошири до половина
+ Рачката за влечење е допрена двапати
+ Рачка за влечење
+ Внесени се %1$d од %2$d знаци
+ Ограничувањето на знаците надмина %1$d од %2$d
+ Избриши го текстот
+ Грешка
+ Прикажи паѓачко мени
+ Икона за дијалог
+ Картичка
+ Изберете претпладне или попладне
+ %1$s часа
+ Изберете час
+ %1$s часот
+ Избери минути
+ %1$s минути
+ пр.
+ Префрлете се на режимот за часовник за да внесете време.
+ Час
+ Минута
+ по.
+ Изберете време
+ Префрлете се на режимот за внесување текст за да внесете време.
+ Ново известување
+ Отстрани %1$s
+ Над %1$d нови известувања
+ Промени на следниот месец
+ Промени на претходниот месец
+ Тековен избор: %1$s
+ Откажи
+ Во ред
+ %1$s
+ Изберете датум
+ Избран датум
+ Колона со денови: %1$s
+ Неважечки формат.
+ Пример: %1$s
+ Користете: %1$s
+ Погрешен опсег.
+ Оди на %1$s година
+ Надвор од опсег: %1$s
+ Почетен датум - %1$s
+ %1$s - краен датум
+ %1$s - %2$s
+ Изберете опсег
+ Почетен датум - краен датум
+ Зачувај
+ Датум
+ Краен датум
+ Почетен датум
+ д
+ м
+ г
+ Префрли на режим за внесување во календарот
+ Допрете за да се префрлите на избирање ден
+ Префрли на режим за внесување текст
+ Допрете за да се префрлите на избирање година
+ Откажи
+ Во ред
+ Прикажи ја лозинката
+ "Пребарај"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ml/values-ml.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ml/values-ml.xml
new file mode 100644
index 000000000..2cf9d6559
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ml/values-ml.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d പുതിയ അറിയിപ്പ്
+ - %d പുതിയ അറിയിപ്പുകൾ
+
+ "ഹോമിലേക്ക് പോവുക"
+ "മുകളിലേക്ക് പോവുക"
+ "കൂടുതൽ ഓപ്ഷനുകൾ"
+ "പൂർത്തിയായി"
+ "എല്ലാം കാണുക"
+ "ആപ്പ് തിരഞ്ഞെടുക്കുക"
+ "ഓഫ്"
+ "ഓൺ"
+ "Alt+"
+ "Ctrl+"
+ "ഇല്ലാതാക്കുക"
+ "enter"
+ "ഫംഗ്ഷന്+"
+ "മെറ്റ+"
+ "Shift+"
+ "സ്പെയ്സ്"
+ "Sym+"
+ "മെനു+"
+ "തിരയുക…"
+ "ചോദ്യം മായ്ക്കുക"
+ "ചോദ്യം തിരയുക"
+ "തിരയുക"
+ "ചോദ്യം സമർപ്പിക്കുക"
+ "സംസാരത്തിലൂടെ തിരയുക"
+ "ഇനിപ്പറയുന്നതുമായി പങ്കിടുക"
+ "%s എന്നതുമായി പങ്കിടുക"
+ "ചുരുക്കുക"
+ ബോട്ടം ഷീറ്റ് ചുരുക്കുക
+ ബോട്ടം ഷീറ്റ് വികസിപ്പിക്കുക
+ മുഴുവനായി വികസിപ്പിക്കുക
+ വലിച്ചിടുന്നതിനുള്ള ഹാൻഡിൽ ഡബിൾ ടാപ്പ് ചെയ്തു
+ വലിച്ചിടുന്നതിനുള്ള ഹാൻഡിൽ
+ %2$d-ൽ %1$d പ്രതീകങ്ങൾ നൽകി
+ അക്ഷര പരിധി, %2$d-ൽ %1$d കവിഞ്ഞു
+ ടെക്സ്റ്റ് മായ്ക്കുക
+ പിശക്
+ ഡ്രോപ്പ് ഡൗൺ മെനു കാണിക്കുക
+ ഡയലോഗ് ഐക്കൺ
+ ടാബ്
+ AM അല്ലെങ്കിൽ PM തിരഞ്ഞെടുക്കുക
+ %1$s മണി
+ മണിക്കൂർ തിരഞ്ഞെടുക്കുക
+ %1$s മണി
+ മിനിറ്റ് തിരഞ്ഞെടുക്കുക
+ %1$s മിനിറ്റ്
+ AM
+ സമയം നൽകുന്നതിന് ക്ലോക്ക് മോഡിലേക്ക് മാറുക.
+ മണിക്കൂര്
+ മിനിറ്റ്
+ PM
+ സമയം തിരഞ്ഞെടുക്കുക
+ സമയം നൽകുന്നതിന് ടെക്സ്റ്റ് ഇൻപുട്ട് മോഡിലേക്ക് മാറുക.
+ പുതിയ അറിയിപ്പ്
+ %1$s നീക്കം ചെയ്യുക
+ %1$d-ലധികം പുതിയ അറിയിപ്പുകൾ
+ അടുത്ത മാസത്തിലേക്ക് മാറ്റുക
+ മുമ്പത്തെ മാസത്തിലേക്ക് മാറ്റുക
+ നിലവിൽ തിരഞ്ഞെടുത്തത്: %1$s
+ റദ്ദാക്കുക
+ ശരി
+ %1$s
+ തീയതി തിരഞ്ഞെടുക്കുക
+ തിരഞ്ഞെടുത്ത തീയതി
+ ദിവസത്തിന്റെ കോളം: %1$s
+ അസാധുവായ ഫോർമാറ്റ്.
+ ഉദാഹരണം: %1$s
+ %1$s ഉപയോഗിക്കുക
+ അസാധുവായ ശ്രേണി.
+ %1$s വർഷത്തിലേക്ക് നാവിഗേറ്റ് ചെയ്യുക
+ ശ്രേണിക്ക് പുറത്താണ്: %1$s
+ ആരംഭിക്കുന്ന തീയതി – %1$s
+ %1$s – അവസാനിക്കുന്ന തീയതി
+ %1$s – %2$s
+ ശ്രേണി തിരഞ്ഞെടുക്കുക
+ ആരംഭിക്കുന്ന തീയതി – അവസാനിക്കുന്ന തീയതി
+ സംരക്ഷിക്കുക
+ തീയതി
+ അവസാനിക്കുന്ന തീയതി
+ ആരംഭിക്കുന്ന തീയതി
+ d
+ m
+ y
+ കലണ്ടർ ഇൻപുട്ട് മോഡിലേക്ക് മാറുക
+ ദിവസം തിരഞ്ഞെടുക്കുന്നതിലേക്ക് മാറാൻ ടാപ്പ് ചെയ്യുക
+ ടെക്സ്റ്റ് ഇൻപുട്ട് മോഡിലേക്ക് മാറുക
+ വർഷം തിരഞ്ഞെടുക്കുന്നതിലേക്ക് മാറാൻ ടാപ്പ് ചെയ്യുക
+ റദ്ദാക്കുക
+ ശരി
+ പാസ്വേഡ് കാണിക്കുക
+ "തിരയുക"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mn/values-mn.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mn/values-mn.xml
new file mode 100644
index 000000000..de0d9a254
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mn/values-mn.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d шинэ мэдэгдэл
+ - %d шинэ мэдэгдэл
+
+ "Нүүр хуудас уруу шилжих"
+ "Дээш шилжих"
+ "Бусад сонголт"
+ "Болсон"
+ "Бүгдийг харах"
+ "Аппыг сонгох"
+ "ИДЭВХГҮЙ"
+ "ИДЭВХТЭЙ"
+ "Alt+"
+ "Ctrl+"
+ "устгах"
+ "оруулах"
+ "Функц+"
+ "Мета+"
+ "Шифт+"
+ "зай"
+ "Sym+"
+ "Цэс+"
+ "Хайх…"
+ "Асуулга арилгах"
+ "Хайх асуулга"
+ "Хайх"
+ "Асуулга илгээх"
+ "Дуут хайлт"
+ "Дараахтай хуваалцах"
+ "%s -тай хуваалцах"
+ "Буулгах"
+ Доод хүснэгтийг хураах
+ Доод хүснэгтийг дэлгэх
+ Хагас дэлгэнэ үү
+ Чирэх бариулыг хоёр товших
+ Чирэх бариул
+ %2$d-н %1$d тэмдэгтийг оруулсан
+ Тэмдэгтийн хязгаар %2$d-н %1$d-с хэтэрсэн
+ Текстийг арилгах
+ Алдаа
+ Доош унадаг цэсийг харуулах
+ Харилцах цонхны дүрс тэмдэг
+ Таб
+ ҮӨ эсвэл ҮХ сонгоно уу
+ %1$s цаг
+ Цаг сонгох
+ %1$s цаг
+ Минут сонгоно уу
+ %1$s минут
+ AM
+ Цагийг оруулахын тулд цагийн горимд шилжүүлнэ үү.
+ Цаг
+ Минут
+ PM
+ Цаг сонгох
+ Цагийг оруулахын тулд текст оруулах горимд шилжүүлнэ үү.
+ Шинэ мэдэгдэл
+ %1$s-г устгах
+ %1$d-с олон шинэ мэдэгдэл
+ Дараагийн сар луу өөрчлөх
+ Өмнөх сар луу өөрчлөх
+ Одоогийн сонголт: %1$s
+ Цуцлах
+ OK
+ %1$s
+ Огноо сонгох
+ Сонгосон огноо
+ Өдрийн багана: %1$s
+ Буруу формат байна.
+ Жишээ нь: %1$s
+ Ашиглах формат: %1$s
+ Огнооны хязгаар буруу байна.
+ %1$s он руу шилжих
+ Хязгаараас хэтэрсэн: %1$s
+ Эхлэх огноо – %1$s
+ %1$s – Дуусах огноо
+ %1$s – %2$s
+ Муж сонгох
+ Эхлэх огноо – Дуусах огноо
+ Хадгалах
+ Огноо
+ Дуусах огноо
+ Эхлэх огноо
+ ө
+ с
+ ж
+ Календарийн орох горим руу сэлгэх
+ Өдөр сонгох руу сэлгэхийн тулд товшино уу
+ Текстийн орох горим руу сэлгэх
+ Он сонгох руу сэлгэхийн тулд товшино уу
+ Цуцлах
+ OK
+ Нууц үгийг харуулах
+ "Хайх"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mr/values-mr.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mr/values-mr.xml
new file mode 100644
index 000000000..2948ed003
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mr/values-mr.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d नवीन सूचना
+ - %d नवीन सूचना
+
+ "घराकडे नेव्हिगेट करा"
+ "वर नेव्हिगेट करा"
+ "आणखी पर्याय"
+ "पूर्ण झाले"
+ "सर्व पहा"
+ "अॅप निवडा"
+ "बंद"
+ "सुरू"
+ "Alt+"
+ "Ctrl+"
+ "हटवा"
+ "एंटर करा"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "मेनू+"
+ "शोधा…"
+ "क्वेरी साफ करा"
+ "शोध क्वेरी"
+ "शोधा"
+ "क्वेरी सबमिट करा"
+ "व्हॉइस शोध"
+ "यांच्यासोबत शेअर करा"
+ "%s सह शेअर करा"
+ "कोलॅप्स करा"
+ तळाशी असलेली शीट कोलॅप्स करा
+ तळाशी असलेल्या शीटचा विस्तार करा
+ पूर्णपणे विस्तृत करा
+ ड्रॅग हॅंडलवर दोनदा टॅप केले आहे
+ ड्रॅग हॅंडल
+ %2$d पैकी %1$d वर्ण एंटर केले आहे
+ %2$d पैकी %1$d वर्णमर्यादा ओलांडली आहे
+ मजकूर साफ करा
+ एरर
+ ड्रॉपडाउन मेनू दाखवा
+ डायलॉग आयकन
+ टॅब
+ AM किंवा PM निवडा
+ %1$s तास
+ वेळ निवडा
+ %1$s वाजता
+ मिनिटे निवडा
+ %1$s मिनिटे
+ AM
+ वेळेच्या इनपुटसाठी घड्याळ मोडवर स्विच करा.
+ तास
+ मिनिट
+ PM
+ वेळ निवडा
+ वेळ इनपुटसाठी मजकूर इनपुट मोडवर स्विच करा.
+ नवीन सूचना
+ काढून टाका %1$s
+ %1$d पेक्षा अधिक नवीन सूचना
+ पुढील महिन्यावर बदला
+ मागील महिन्यावर बदला
+ सध्याची निवड: %1$s
+ रद्द करा
+ ओके
+ %1$s
+ तारीख निवडा
+ निवडलेली तारीख
+ दिवसांचा स्तंभ: %1$s
+ चुकीचा फॉरमॅट.
+ उदाहरण: %1$s
+ %1$s: वापरा
+ चुकीची श्रेणी.
+ %1$s वर्षावर नेव्हिगेट करा
+ रेंजच्या बाहेर: %1$s
+ सुरू होण्याची तारीख – %1$s
+ %1$s – संपण्याची तारीख
+ %1$s – %2$s
+ रेंज निवडा
+ सुरू होण्याची तारीख – संपण्याची तारीख
+ सेव्ह करा
+ तारीख
+ संपण्याची तारीख
+ सुरू होण्याची तारीख
+ दि
+ म
+ व
+ कॅलेंडर इनपुट मोडवर स्विच करा
+ दिवस निवडण्यासाठी स्विच करा वर टॅप करा
+ मजकूर इनपुट मोडवर स्विच करा
+ वर्ष निवडण्यासाठी स्विच करा वर टॅप करा
+ रद्द करा
+ ओके
+ पासवर्ड दाखवा
+ "शोध"
+ "९९९+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ms/values-ms.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ms/values-ms.xml
new file mode 100644
index 000000000..0dcd5c276
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ms/values-ms.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d pemberitahuan baharu
+ - %d pemberitahuan baharu
+
+ "Navigasi laman utama"
+ "Navigasi ke atas"
+ "Lagi pilihan"
+ "Selesai"
+ "Lihat semua"
+ "Pilih apl"
+ "MATI"
+ "HIDUP"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Fungsi+"
+ "Meta+"
+ "Shift+"
+ "ruang"
+ "Sym+"
+ "Menu+"
+ "Cari…"
+ "Kosongkan pertanyaan"
+ "Pertanyaan carian"
+ "Cari"
+ "Serah pertanyaan"
+ "Carian suara"
+ "Kongsi dengan"
+ "Kongsi dengan %s "
+ "Runtuhkan"
+ Kuncupkan helaian bawah
+ Kembangkan helaian bawah
+ Kembangkan helaian bawah
+ Pemegang seret diketik dua kali
+ Pemegang seret
+ Aksara dimasukkan %1$d daripada %2$d
+ Melebihi had aksara %1$d daripada %2$d
+ Kosongkan teks
+ Ralat
+ Tunjukkan menu lungsur
+ Ikon Dialog
+ Tab
+ Pilih AM atau PM
+ %1$s jam
+ Pilih jam
+ Pukul %1$s
+ Pilih minit
+ %1$s minit
+ PG
+ Beralih ke mod jam untuk input masa.
+ Jam
+ Minit
+ P/M
+ Pilih masa
+ Beralih ke mod input teks untuk input masa.
+ Pemberitahuan baharu
+ Alih keluar %1$s
+ Lebih daripada %1$d pemberitahuan baharu
+ Tukar kepada bulan seterusnya
+ Tukar kepada bulan sebelumnya
+ Pilihan semasa: %1$s
+ Batal
+ OK
+ %1$s
+ Pilih Tarikh
+ Tarikh dipilih
+ Lajur hari: %1$s
+ Format tidak sah.
+ Contoh: %1$s
+ Gunakan: %1$s
+ Julat tidak sah.
+ Navigasi ke tahun %1$s
+ Di luar julat: %1$s
+ Tarikh mula – %1$s
+ %1$s – Tarikh tamat
+ %1$s – %2$s
+ Pilih Julat
+ Tarikh mula – Tarikh tamat
+ Simpan
+ Tarikh
+ Tarikh tamat
+ Tarikh mula
+ h
+ b
+ t
+ Beralih kepada mod input kalendar
+ Ketik untuk beralih kepada pemilihan hari
+ Beralih kepada mod input teks
+ Ketik untuk beralih kepada pemilihan tahun
+ Batal
+ OK
+ Tunjukkan kata laluan
+ "Cari"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-my/values-my.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-my/values-my.xml
new file mode 100644
index 000000000..29758d319
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-my/values-my.xml
@@ -0,0 +1,98 @@
+
+
+
+ - အကြောင်းကြားချက်အသစ် %d ခု
+ - အကြောင်းကြားချက်အသစ် %d ခု
+
+ "မူလနေရာကို ပြန်သွားရန်"
+ "အပေါ်သို့ ရွှေ့ရန်"
+ "နောက်ထပ် ရွေးစရာများ"
+ "ပြီးပြီ"
+ "အားလုံး ကြည့်ရန်"
+ "အက်ပ်တစ်ခုကို ရွေးရန်"
+ "ပိတ်"
+ "ဖွင့်"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "ရှာဖွေရန်…"
+ "ရှာဖွေမှုကို ဖယ်ရှားရန်"
+ "ရှာဖွေရန် မေးခွန်း"
+ "ရှာရန်"
+ "ရှာဖွေစရာ အချက်အလက်ကို ပေးပို့ရန်"
+ "အသံဖြင့် ရှာရန်"
+ "နှင့် မျှဝေရန်"
+ "%s ဖြင့် မျှဝေရန်"
+ "လျှော့ပြရန်"
+ အောက်ခြေအပိုဆောင်း စာမျက်နှာကို ပိတ်နိုင်သည်
+ အောက်ခြေအပိုဆောင်း စာမျက်နှာကို ချဲ့နိုင်သည်
+ တစ်ဝက်ချဲ့ရန်
+ ဖိဆွဲအထိန်း နှစ်ချက်တို့ထားသည်
+ ဖိဆွဲအထိန်း
+ စာလုံးရေ %2$d တွင် %1$d ထည့်သွင်းထားသည်
+ စာလုံးရေအကန့်အသတ် %2$d လုံးတွင် %1$d လုံးကျော်နေသည်
+ စာသား ဖယ်ရှားရန်
+ အမှား
+ ဆွဲချမီနူးကို ပြရန်
+ ဒိုင်ယာလော့ခ် သင်္ကေတ
+ တဘ်
+ AM (သို့) PM ရွေးရန်
+ %1$s နာရီ
+ နာရီ ရွေးရန်
+ %1$s နာရီ
+ မိနစ်များ ရွေးပါ
+ %1$s မိနစ်
+ နံနက်
+ အချိန်ထည့်သွင်းမှုအတွက် နာရီမုဒ်သို့ ပြောင်းပါ။
+ နာရီ
+ မိနစ်
+ ညနေ
+ အချိန်ရွေးပါ
+ အချိန်ထည့်သွင်းရန် စာသားထည့်သွင်းမှုမုဒ်သို့ ပြောင်းပါ။
+ အကြောင်းကြားချက်အသစ်
+ %1$s ကို ဖယ်ရှားရန်
+ အကြောင်းကြားချက်အသစ် %1$d ခု အထက်
+ နောက်လသို့ ပြောင်းရန်
+ ယခင်လသို့ ပြောင်းရန်
+ လက်ရှိ ရွေးချယ်မှု- %1$s
+ ပယ်ဖျက်ရန်
+ OK
+ %1$s
+ ရက်စွဲ ရွေးပါ
+ ရွေးထားသည့် ရက်စွဲ
+ ရက်ကော်လံ- %1$s
+ ဖော်မက် မမှန်ကန်ပါ။
+ ဥပမာ− %1$s
+ %1$s သုံးရန်
+ ရက်အပိုင်းအခြား မမှန်ပါ။
+ နှစ် %1$s သို့ လမ်းညွှန်ရန်
+ ရက်အပိုင်းအခြား ပြင်ပ− %1$s
+ စတင်ရက် – %1$s
+ %1$s – ပြီးဆုံးရက်
+ %1$s – %2$s
+ အပိုင်းအခြား ရွေးပါ
+ စတင်ရက် – ပြီးဆုံးရက်
+ သိမ်းရန်
+ ရက်စွဲ
+ ပြီးဆုံးရက်
+ စတင်ရက်
+ d
+ m
+ y
+ ပြက္ခဒိန် ထည့်သွင်းမှုမုဒ်သို့ ပြောင်းရန်
+ ရက်ရွေးချယ်ခြင်းသို့ ပြောင်းရန် တို့ပါ
+ စာသား ထည့်သွင်းမှုမုဒ်သို့ ပြောင်းရန်
+ နှစ်ရွေးချယ်ခြင်းသို့ ပြောင်းရန် တို့ပါ
+ မလုပ်တော့
+ OK
+ စကားဝှက်ကို ပြရန်
+ "ရှာဖွေမှု"
+ "၉၉၉+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-nb/values-nb.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-nb/values-nb.xml
new file mode 100644
index 000000000..c7d2509ec
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-nb/values-nb.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d nytt varsel
+ - %d nye varsler
+
+ "Naviger hjem"
+ "Gå opp"
+ "Flere alternativer"
+ "Ferdig"
+ "Se alle"
+ "Velg en app"
+ "AV"
+ "PÅ"
+ "Alt+"
+ "Ctrl+"
+ "slett"
+ "enter"
+ "Funksjon+"
+ "Meta+"
+ "Shift+"
+ "mellomrom"
+ "Sym+"
+ "Meny+"
+ "Søk"
+ "Slett søket"
+ "Søkeord"
+ "Søk"
+ "Utfør søket"
+ "Talesøk"
+ "Del med"
+ "Del med %s "
+ "Skjul"
+ Skjul feltet nederst
+ Vis feltet nederst
+ Vis halve feltet nederst
+ Dobbelttrykket på håndtaket
+ Håndtak
+ %1$d av %2$d tegn er skrevet inn
+ Tegngrensen er overskredet – %1$d av %2$d
+ Fjern teksten
+ Feil
+ Vis rullegardinmenyen
+ Dialogboksikon
+ Fane
+ Velg AM eller PM
+ %1$s timer
+ Velg time
+ %1$s null-null
+ Angi minutter
+ %1$s minutter
+ AM
+ Bytt til klokkemodus for tidsinndata.
+ Time
+ Minutt
+ PM
+ Velg tidspunkt
+ Bytt til tekstinndatamodus for tidsinndata.
+ Nytt varsel
+ Fjern %1$s
+ Flere enn %1$d nye varsler
+ Endre til neste måned
+ Endre til forrige måned
+ Gjeldende valg: %1$s
+ Avbryt
+ OK
+ %1$s
+ Velg dato
+ Valgt dato
+ Kolonne for dager: %1$s
+ Ugyldig format.
+ Eksempel: %1$s
+ Bruk: %1$s
+ Ugyldig område.
+ Naviger til år %1$s
+ Utenfor rekkevidde: %1$s
+ Startdato – %1$s
+ %1$s – sluttdato
+ %1$s–%2$s
+ Velg periode
+ Startdato–sluttdato
+ Lagre
+ Dato
+ Sluttdato
+ Startdato
+ d
+ m
+ å
+ Bytt til kalenderinndatamodus
+ Trykk for å bytte til å velge dag
+ Bytt til tekstinndatamodus
+ Trykk for å bytte til å velge år
+ Avbryt
+ OK
+ Vis passordet
+ "Søk"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ne/values-ne.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ne/values-ne.xml
new file mode 100644
index 000000000..a34582807
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ne/values-ne.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d नयाँ सूचना
+ - %d नयाँ सूचनाहरू
+
+ "होम पेजमा जानुहोस्"
+ "माथि नेभिगेट गर्नुहोस्"
+ "थप विकल्पहरू"
+ "सम्पन्न भयो"
+ "सबै हेर्नुहोस्"
+ "एउटा एप छान्नुहोस्"
+ "निष्क्रिय"
+ "सक्रिय"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "खोज्नुहोस्…"
+ "क्वेरी खाली गर्नुहोस्"
+ "खोज प्रश्न"
+ "खोज"
+ "क्वेरी पेस गर्नुहोस्"
+ "आवाजमा आधारित खोजी"
+ "यसमार्फत सेयर गर्नुहोस्"
+ "%s मार्फत सेयर गर्नुहोस्"
+ "संक्षिप्त गर्नुहोस्"
+ पुछारको पाना कोल्याप्स गर्नुहोस्
+ पुछारको पाना एक्स्पान्ड गर्नुहोस्
+ आधा ठुलो पार्नुहोस्
+ ड्र्याग ह्यान्डलमा डबल ट्याप गरियो
+ ड्र्याग ह्यान्डल
+ %2$d मध्ये %1$d वर्ण प्रविष्ट गरियो
+ %2$d मध्ये %1$d वर्ण सीमा नाघ्यो
+ पाठ खाली गर्नुहोस्
+ त्रुटि
+ ड्रपडाउन मेनु देखाउनुहोस्
+ संवादको आइकन
+ ट्याब
+ पूर्वाह्न वा अपराह्न चयन गर्नुहोस्
+ %1$s घण्टा
+ घन्टा चयन गर्नुहोस्
+ %1$s बजे
+ मिनेट चयन गर्नुहोस्
+ %1$s मिनेट
+ AM
+ समय इनपुट गर्न घडी मोडमा स्विच गर्नुहोस्।
+ घन्टा:
+ मिनेट
+ अपराह्न
+ समय चयन गर्नुहोस्
+ समय इनपुट गर्न पाठ इनपुट मोडमा स्विच गर्नुहोस्।
+ नयाँ सूचना
+ %1$s हटाउनुहोस्
+ %1$d भन्दा बढी नयाँ सूचनाहरू
+ अर्को महिनामा सार्नुहोस्
+ अघिल्लो महिनामा सार्नुहोस्
+ हालको चयन: %1$s
+ रद्द गर्नुहोस्
+ ठिक छ
+ %1$s
+ मिति चयन गर्नुहोस्
+ चयन गरिएको मिति
+ दिनहरूको स्तम्भ: %1$s
+ अमान्य ढाँचा।
+ उदाहरण: %1$s
+ %1$s प्रयोग गर्नुहोस्
+ अमान्य दायरा।
+ वर्ष %1$s मा जानुहोस्
+ दायराभन्दा बाहिर छ: %1$s
+ सुरु हुने मिति – %1$s
+ %1$s – अन्त्य हुने मिति
+ %1$s – %2$s
+ दायरा चयन गर्नुहोस्
+ सुरु हुने मिति – अन्त्य हुने मिति
+ सुरक्षित गर्नु
+ मिति
+ अन्त्य हुने मिति
+ सुरु हुने मिति
+ d
+ मिनेट
+ y
+ Calendar को इनपुट मोडमा बदल्नुहोस्
+ कुनै दिन चयन गर्ने विकल्प प्रयोग गर्न ट्याप गर्नुहोस्
+ पाठको इनपुट मोडमा बदल्नुहोस्
+ कुनै वर्ष चयन गर्ने विकल्प प्रयोग गर्न ट्याप गर्नुहोस्
+ रद्द गर्नुहोस्
+ ठिक छ
+ पासवर्ड देखाउनुहोस्
+ "खोज"
+ "९९९+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-night-v8/values-night-v8.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-night-v8/values-night-v8.xml
new file mode 100644
index 000000000..e39041f6e
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-night-v8/values-night-v8.xml
@@ -0,0 +1,57 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-nl/values-nl.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-nl/values-nl.xml
new file mode 100644
index 000000000..546c7a599
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-nl/values-nl.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d nieuwe melding
+ - %d nieuwe meldingen
+
+ "Navigeren naar startpositie"
+ "Omhoog navigeren"
+ "Meer opties"
+ "Klaar"
+ "Alles tonen"
+ "Een app selecteren"
+ "UIT"
+ "AAN"
+ "Alt +"
+ "Ctrl +"
+ "Delete"
+ "Enter"
+ "Functie +"
+ "Meta +"
+ "Shift +"
+ "spatie"
+ "Sym +"
+ "Menu +"
+ "Zoeken…"
+ "Zoekopdracht wissen"
+ "Zoekopdracht"
+ "Zoeken"
+ "Zoekopdracht verzenden"
+ "Gesproken zoekopdracht"
+ "Delen met"
+ "Delen met %s "
+ "Samenvouwen"
+ Het blad onderaan samenvouwen
+ Het blad onderaan uitvouwen
+ Half uitvouwen
+ Dubbelgetikt op handgreep voor slepen
+ Handgreep voor slepen
+ %1$d van %2$d tekens opgegeven
+ Tekenlimiet heeft %1$d van %2$d overschreden
+ Tekst wissen
+ Fout
+ Dropdownmenu tonen
+ Icoon voor dialoogvenster
+ Tabblad
+ Selecteer a.m. of p.m.
+ %1$s uur
+ Selecteer uur
+ %1$s uur
+ Minuten selecteren
+ %1$s minuten
+ a.m.
+ Schakel naar de klokmodus om de tijd in te voeren.
+ Uur
+ Minuut
+ p.m.
+ Tijd selecteren
+ Schakel naar de tekstinvoermodus om de tijd in te voeren.
+ Nieuwe melding
+ %1$s verwijderen
+ Meer dan %1$d nieuwe meldingen
+ Naar volgende maand gaan
+ Naar vorige maand gaan
+ Huidige selectie: %1$s
+ Annuleren
+ OK
+ %1$s
+ Selecteer een datum
+ Geselecteerde datum
+ Kolom met dagen: %1$s
+ Ongeldige indeling.
+ Voorbeeld: %1$s
+ Gebruik: %1$s
+ Ongeldig bereik.
+ Naar jaar %1$s navigeren
+ Valt buiten bereik: %1$s
+ Startdatum - %1$s
+ %1$s – einddatum
+ %1$s – %2$s
+ Selecteer een periode
+ Startdatum - einddatum
+ Opslaan
+ Datum
+ Einddatum
+ Startdatum
+ d
+ m
+ j
+ Overschakelen naar agenda-invoermodus
+ Tik om naar dagselectie te schakelen
+ Overschakelen naar tekstinvoermodus
+ Tik om naar jaarselectie te schakelen
+ Annuleren
+ OK
+ Wachtwoord tonen
+ "Zoeken"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-or/values-or.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-or/values-or.xml
new file mode 100644
index 000000000..2ce091cb2
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-or/values-or.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d new notification
+ - %d new notifications
+
+ "ହୋମ୍ ପେଜ୍କୁ ନେଭିଗେଟ୍ କରନ୍ତୁ"
+ "ଉପରକୁ ନେଭିଗେଟ୍ କରନ୍ତୁ"
+ "ଅଧିକ ବିକଳ୍ପ"
+ "ହୋଇଗଲା"
+ "ସବୁ ଦେଖନ୍ତୁ"
+ "ଗୋଟିଏ ଆପ୍ ବାଛନ୍ତୁ"
+ "ବନ୍ଦ"
+ "ଚାଲୁ ଅଛି"
+ "Alt+"
+ "Ctrl+"
+ "ଡିଲିଟ୍ କରନ୍ତୁ"
+ "ଏଣ୍ଟର୍"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "ସ୍ପେସ୍"
+ "Sym+"
+ "ମେନୁ"
+ "ସର୍ଚ୍ଚ କରନ୍ତୁ…"
+ "କ୍ୱେରୀ ଖାଲି କରନ୍ତୁ"
+ "ସର୍ଚ୍ଚ କ୍ୱେରୀ"
+ "ସନ୍ଧାନ କରନ୍ତୁ"
+ "କ୍ୱେରୀ ଦାଖଲ କରନ୍ତୁ"
+ "ଭଏସ୍ ସର୍ଚ୍ଚ"
+ "ଏହାଙ୍କ ସହ ସେୟାର୍ କରନ୍ତୁ"
+ "%s ସହ ସେୟାର୍ କରନ୍ତୁ"
+ "ସଂକୁଚିତ କରନ୍ତୁ"
+ Collapse the bottom sheet
+ Expand the bottom sheet
+ Expand halfway
+ Drag handle double-tapped
+ Drag handle
+ %2$d ର %1$d ଅକ୍ଷର ଲେଖିଛନ୍ତି
+ %2$d ର %1$d ଅକ୍ଷର ଲେଖିଛନ୍ତି
+ Clear text
+ Error
+ Show dropdown menu
+ Dialog Icon
+ Tab
+ Select AM or PM
+ %1$s hours
+ Select hour
+ %1$s o\'clock
+ ମିନିଟ୍ ଚୟନ କରନ୍ତୁ
+ %1$s minutes
+ AM
+ ସମୟ ଇନପୁଟ୍ ପାଇଁ ଘଣ୍ଟା ମୋଡ୍କୁ ବଦଳାନ୍ତୁ।
+ Hour
+ Minute
+ PM
+ Select time
+ ସମୟ ଇନପୁଟ୍ ପାଇଁ ଟେକ୍ସଟ୍ ଇନପୁଟ୍କୁ ବଦଳାନ୍ତୁ।
+ New notification
+ %1$s କାଢ଼ିଦିଅନ୍ତୁ
+ More than %1$d new notifications
+ Change to next month
+ Change to previous month
+ Current selection: %1$s
+ Cancel
+ OK
+ %1$s
+ Select Date
+ Selected date
+ Column of days: %1$s
+ Invalid format.
+ Example: %1$s
+ Use: %1$s
+ Invalid range.
+ Navigate to year %1$s
+ Out of range: %1$s
+ Start date – %1$s
+ %1$s – End date
+ %1$s – %2$s
+ Select Range
+ Start date – End date
+ Save
+ Date
+ End date
+ Start date
+ d
+ m
+ y
+ Switch to calendar input mode
+ Tap to switch to selecting a day
+ Switch to text input mode
+ Tap to switch to selecting a year
+ Cancel
+ OK
+ ପାସ୍ୱାର୍ଡ ଦେଖାନ୍ତୁ
+ "ସନ୍ଧାନ କରନ୍ତୁ"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pa/values-pa.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pa/values-pa.xml
new file mode 100644
index 000000000..d1fd06392
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pa/values-pa.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d ਨਵੀਂ ਸੂਚਨਾ
+ - %d ਨਵੀਆਂ ਸੂਚਨਾਵਾਂ
+
+ "ਹੋਮ \'ਤੇ ਜਾਓ"
+ "ਉੱਪਰ ਜਾਓ"
+ "ਹੋਰ ਵਿਕਲਪ"
+ "ਹੋ ਗਿਆ"
+ "ਸਭ ਦੇਖੋ"
+ "ਇੱਕ ਐਪ ਚੁਣੋ"
+ "ਬੰਦ"
+ "ਚਾਲੂ"
+ "Alt+"
+ "Ctrl+"
+ "ਮਿਟਾਓ"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "ਖੋਜ…"
+ "ਪੁੱਛਗਿੱਛ ਕਲੀਅਰ ਕਰੋ"
+ "ਖੋਜ ਪੁੱਛਗਿੱਛ"
+ "ਖੋਜ"
+ "ਪੁੱਛਗਿੱਛ ਸਪੁਰਦ ਕਰੋ"
+ "ਅਵਾਜ਼ੀ ਖੋਜ"
+ "ਇਸ ਨਾਲ ਸਾਂਝਾ ਕਰੋ"
+ "%s ਨਾਲ ਸਾਂਝਾ ਕਰੋ"
+ "ਸਮੇਟੋ"
+ ਹੇਠਲੀ ਸ਼ੀਟ ਨੂੰ ਸਮੇਟੋ
+ ਹੇਠਲੀ ਸ਼ੀਟ ਦਾ ਵਿਸਤਾਰ ਕਰੋ
+ ਅੱਧ ਤੱਕ ਵਿਸਤਾਰ ਕਰੋ
+ ਘਸੀਟਣ ਵਾਲੇ ਹੈਂਡਲ \'ਤੇ ਡਬਲ-ਟੈਪ ਕੀਤਾ ਗਿਆ
+ ਘਸੀਟਣ ਵਾਲਾ ਹੈਂਡਲ
+ %2$d ਵਿੱਚੋਂ %1$d ਅੱਖਰ-ਚਿੰਨ੍ਹ ਦਾਖਲ ਕੀਤੇ ਗਏ
+ ਅੱਖਰ-ਚਿੰਨ੍ਹ ਸੀਮਾ %2$d ਤੋਂ %1$d ਵਧੀ
+ ਲਿਖਤ ਕਲੀਅਰ ਕਰੋ
+ ਗੜਬੜ
+ ਡ੍ਰੌਪ-ਡਾਊਨ ਮੀਨੂ ਦਿਖਾਓ
+ ਵਿੰਡੋ ਦਾ ਪ੍ਰਤੀਕ
+ ਟੈਬ
+ AM ਜਾਂ PM ਚੁਣੋ
+ %1$s ਘੰਟੇ
+ ਸਮਾਂ ਚੁਣੋ
+ %1$s ਵਜੇ
+ ਮਿੰਟ ਚੁਣੋ
+ %1$s ਮਿੰਟ
+ AM
+ ਸਮਾਂ ਇਨਪੁੱਟ ਕਰਨ ਲਈ ਘੜੀ ਮੋਡ \'ਤੇ ਸਵਿੱਚ ਕਰੋ।
+ ਘੰਟਾ
+ ਮਿੰਟ
+ PM
+ ਸਮਾਂ ਚੁਣੋ
+ ਸਮਾਂ ਇਨਪੁੱਟ ਕਰਨ ਲਈ ਲਿਖਤ ਇਨਪੁੱਟ ਮੋਡ \'ਤੇ ਸਵਿੱਚ ਕਰੋ।
+ ਨਵੀਂ ਸੂਚਨਾ
+ %1$s ਹਟਾਓ
+ %1$d ਤੋਂ ਵੱਧ ਨਵੀਆਂ ਸੂਚਨਾਵਾਂ
+ ਅਗਲੇ ਮਹੀਨੇ \'ਤੇ ਜਾਓ
+ ਪਿਛਲੇ ਮਹੀਨੇ \'ਤੇ ਜਾਓ
+ ਮੌਜੂਦਾ ਚੋਣ: %1$s
+ ਰੱਦ ਕਰੋ
+ ਠੀਕ ਹੈ
+ %1$s
+ ਤਾਰੀਖ ਚੁਣੋ
+ ਚੁਣੀ ਗਈ ਤਾਰੀਖ
+ ਦਿਨਾਂ ਦਾ ਕਾਲਮ: %1$s
+ ਅਵੈਧ ਫਾਰਮੈਟ।
+ ਉਦਾਹਰਨ: %1$s
+ ਵਰਤੋ: %1$s
+ ਅਵੈਧ ਰੇਂਜ।
+ ਸਾਲ %1$s \'ਤੇ ਨੈਵੀਗੇਟ ਕਰੋ
+ ਰੇਂਜ ਤੋਂ ਬਾਹਰ: %1$s
+ ਸ਼ੁੁਰੂਆਤੀ ਤਾਰੀਖ – %1$s
+ %1$s – ਸਮਾਪਤੀ ਤਾਰੀਖ
+ %1$s – %2$s
+ ਰੇਂਜ ਚੁਣੋ
+ ਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ – ਸਮਾਪਤੀ ਤਾਰੀਖ
+ ਰੱਖਿਅਤ ਕਰੋ
+ ਤਾਰੀਖ
+ ਸਮਾਪਤੀ ਤਾਰੀਖ
+ ਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ
+ d
+ m
+ y
+ ਕੈਲੰਡਰ ਇਨਪੁੱਟ ਮੋਡ \'ਤੇ ਜਾਓ
+ ਦਿਨ ਦੀ ਚੋਣ \'ਤੇ ਜਾਣ ਲਈ ਟੈਪ ਕਰੋ
+ ਲਿਖਤ ਇਨਪੁੱਟ ਮੋਡ \'ਤੇ ਜਾਓ
+ ਸਾਲ ਦੀ ਚੋਣ \'ਤੇ ਜਾਣ ਲਈ ਟੈਪ ਕਰੋ
+ ਰੱਦ ਕਰੋ
+ ਠੀਕ ਹੈ
+ ਪਾਸਵਰਡ ਦਿਖਾਓ
+ "ਖੋਜ"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pl/values-pl.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pl/values-pl.xml
new file mode 100644
index 000000000..2c879dfd5
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pl/values-pl.xml
@@ -0,0 +1,100 @@
+
+
+
+ - %d nowe powiadomienie
+ - %d nowe powiadomienia
+ - %d nowych powiadomień
+ - %d nowego powiadomienia
+
+ "Przejdź na stronę główną"
+ "Przejdź wyżej"
+ "Więcej opcji"
+ "Gotowe"
+ "Pokaż wszystko"
+ "Wybierz aplikację"
+ "WYŁ."
+ "WŁ."
+ "Alt+"
+ "Ctrl+"
+ "Delete"
+ "Enter"
+ "Funkcyjny+"
+ "Meta+"
+ "Shift+"
+ "spacja"
+ "Sym+"
+ "Menu+"
+ "Szukaj…"
+ "Wyczyść zapytanie"
+ "Zapytanie"
+ "Szukaj"
+ "Wyślij zapytanie"
+ "Wyszukiwanie głosowe"
+ "Udostępnij przez:"
+ "Udostępnij przez: %s "
+ "Zwiń"
+ Zwiń planszę dolną
+ Rozwiń planszę dolną
+ Rozwiń do połowy
+ Dwukrotnie kliknięto uchwyt do przeciągania
+ Uchwyt do przeciągania
+ %1$d z %2$d znaków
+ Przekroczono limit znaków (%1$d z %2$d)
+ Wyczyść tekst
+ Błąd
+ Pokaż menu
+ Ikona okna
+ Karta
+ Wybierz: przed południem czy po południu
+ %1$s godz.
+ Wybierz godzinę
+ %1$s
+ Wybierz minuty
+ %1$s minut
+ AM
+ Aby wprowadzić czas, włącz tryb zegara.
+ Godzina
+ Minuta
+ PM
+ Określ czas
+ Aby wprowadzić czas, włącz tryb wprowadzania tekstu.
+ Nowe powiadomienie
+ Usuń: (%1$s)
+ Liczba nowych powiadomień przekracza %1$d
+ Zmień na następny miesiąc
+ Zmień na poprzedni miesiąc
+ Bieżący wybór: %1$s
+ Anuluj
+ OK
+ %1$s
+ Wybierz datę
+ Wybrana data
+ Kolumna z dniami: %1$s
+ Nieprawidłowy format.
+ Przykład: %1$s
+ Użyj formatu: %1$s
+ Nieprawidłowy zakres.
+ Przejdź do roku %1$s
+ Poza zakresem: %1$s
+ Data rozpoczęcia – %1$s
+ %1$s – data zakończenia
+ %1$s–%2$s
+ Wybierz zakres
+ Data rozpoczęcia – data zakończenia
+ Zapisz
+ Data
+ Data zakończenia
+ Data rozpoczęcia
+ d
+ m
+ r
+ Włącz kalendarzowy tryb wprowadzania
+ Kliknij, by wybrać dzień
+ Włącz tekstowy tryb wprowadzania
+ Kliknij, by wybrać rok
+ Anuluj
+ OK
+ Pokaż hasło
+ "Szukaj"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-port/values-port.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-port/values-port.xml
new file mode 100644
index 000000000..7a925dc76
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-port/values-port.xml
@@ -0,0 +1,4 @@
+
+
+ false
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml
new file mode 100644
index 000000000..e2808c566
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d nova notificação
+ - %d novas notificações
+
+ "Navegar para a página inicial"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Selecionar um app"
+ "DESATIVADO"
+ "ATIVADO"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "espaço"
+ "Sym+"
+ "Menu+"
+ "Pesquisar…"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Compartilhar com"
+ "Compartilhar com %s "
+ "Recolher"
+ Fechar a página inferior
+ Abrir a página inferior
+ Expandir até a metade
+ Alça de arrastar tocada duas vezes
+ Alça de arrastar
+ Caracteres inseridos: %1$d de %2$d
+ Limite de %2$d caracteres excedido em %1$d
+ Limpar texto
+ Erro
+ Mostrar menu suspenso
+ Ícone de caixa de diálogo
+ Guia
+ Selecionar AM ou PM
+ %1$s horas
+ Selecionar horário
+ %1$s em ponto
+ Selecione os minutos
+ %1$s minutos
+ AM
+ Alterne para o modo de relógio para informar o horário.
+ Hora
+ Minuto
+ PM
+ Selecionar horário
+ Alterne para o modo de entrada de texto para informar o horário.
+ Nova notificação
+ Remover %1$s
+ Mais de %1$d novas notificações
+ Alterar para o próximo mês
+ Alterar para o mês anterior
+ Seleção atual: %1$s
+ Cancelar
+ OK
+ %1$s
+ Selecionar data
+ Data selecionada
+ Coluna de dias: %1$s
+ Formato inválido.
+ Exemplo: %1$s
+ Usar %1$s
+ Intervalo inválido.
+ Ir para o ano %1$s
+ Fora do intervalo: %1$s
+ Data de início – %1$s
+ %1$s – Data de término
+ %1$s – %2$s
+ Selecionar intervalo
+ Data de início – Data de término
+ Salvar
+ Data
+ Data de término
+ Data de início
+ d
+ m
+ a
+ Alternar para o modo de entrada da agenda
+ Toque para alternar para a seleção de um dia
+ Alternar para o modo de entrada de texto
+ Toque para alternar para a seleção de um ano
+ Cancelar
+ OK
+ Exibir senha
+ "Pesquisar"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml
new file mode 100644
index 000000000..a84266d35
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d nova notificação
+ - %d novas notificações
+
+ "Navegar para casa"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Escolher uma app"
+ "DESATIVADO"
+ "ATIVADO"
+ "Alt +"
+ "Ctrl +"
+ "eliminar"
+ "enter"
+ "Função +"
+ "Meta +"
+ "Shift +"
+ "espaço"
+ "Sym +"
+ "Menu +"
+ "Pesquisar…"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Partilhar com"
+ "Partilhar com a app %s "
+ "Reduzir"
+ Reduza a secção inferior
+ Expanda a secção inferior
+ Expandir até metade
+ Dois toques no indicador para arrastar
+ Indicador para arrastar
+ Carateres introduzidos: %1$d de %2$d
+ Limite de carateres excedido: %1$d de %2$d
+ Limpar texto
+ Erro
+ Mostrar menu pendente
+ Ícone de caixa de diálogo
+ Separador
+ Selecionar AM ou PM
+ %1$s horas
+ Selecionar hora
+ %1$s hora(s)
+ Selecionar minutos
+ %1$s minutos
+ AM
+ Mude para o modo de relógio para a introdução da hora.
+ Hora
+ Minuto
+ PM
+ Selecionar hora
+ Mude para o modo de introdução de texto para a introdução da hora.
+ Nova notificação
+ Remover %1$s
+ Mais de %1$d notificações novas
+ Mudar para o mês seguinte
+ Mudar para o mês anterior
+ Seleção atual: %1$s
+ Cancelar
+ OK
+ %1$s
+ Selecione a data
+ Data selecionada
+ Coluna de dias: %1$s
+ Formato inválido.
+ Exemplo: %1$s
+ Utilize: %1$s
+ Intervalo inválido.
+ Navegue para o ano %1$s
+ Fora do intervalo: %1$s
+ Data de início – %1$s
+ %1$s – Data de conclusão
+ %1$s – %2$s
+ Selecione o intervalo
+ Data de início – Data de conclusão
+ Guardar
+ Data
+ Data de conclusão
+ Data de início
+ d
+ m
+ a
+ Mudar para o modo de introdução de calendário
+ Toque para mudar para a seleção do dia
+ Mudar para o modo de introdução de texto
+ Toque para mudar para a seleção do ano
+ Cancelar
+ OK
+ Mostrar palavra-passe
+ "Pesquisar"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt/values-pt.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt/values-pt.xml
new file mode 100644
index 000000000..fe91f6b8d
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt/values-pt.xml
@@ -0,0 +1,32 @@
+
+
+ "Navegar para a página inicial"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Selecionar um app"
+ "DESATIVADO"
+ "ATIVADO"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "espaço"
+ "Sym+"
+ "Menu+"
+ "Pesquisar…"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Compartilhar com"
+ "Compartilhar com %s "
+ "Recolher"
+ "Pesquisar"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ro/values-ro.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ro/values-ro.xml
new file mode 100644
index 000000000..73548d8d3
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ro/values-ro.xml
@@ -0,0 +1,99 @@
+
+
+
+ - %d notificare nouă
+ - %d notificări noi
+ - %d de notificări noi
+
+ "Navigați la ecranul de pornire"
+ "Navigați în sus"
+ "Mai multe opțiuni"
+ "Gata"
+ "Afișați tot"
+ "Alegeți o aplicație"
+ "DEZACTIVAT"
+ "ACTIVAT"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Meniu+"
+ "Căutați…"
+ "Ștergeți interogarea"
+ "Termen de căutare"
+ "Căutați"
+ "Trimiteți interogarea"
+ "Căutare vocală"
+ "Trimiteți la"
+ "Trimiteți folosind %s "
+ "Restrângeți"
+ Restrângeți foaia din partea de jos
+ Extindeți foaia din partea de jos
+ Extinde pe ecran complet
+ Ghidaj de tragere atins de două ori
+ Ghidaj de tragere
+ Caractere introduse: %1$d din %2$d
+ Limita de caractere a depășit %1$d din %2$d
+ Ștergeți textul
+ Eroare
+ Afișați meniul drop-down
+ Pictogramă de dialog
+ Filă
+ Selectați ora
+ %1$s ore
+ Selectați ora
+ Ora %1$s
+ Selectați minutele
+ %1$s minute
+ a.m.
+ Pentru a introduce ora, comutați la modul ceas.
+ Ora
+ Minut
+ p.m.
+ Selectați ora
+ Pentru a introduce ora, comutați la modul de introducere a textului.
+ Notificare nouă
+ Eliminați %1$s
+ Peste %1$d notificări noi
+ Treceți la luna următoare
+ Treceți la luna anterioară
+ Selecția actuală: %1$s
+ Anulați
+ OK
+ %1$s
+ Selectați data
+ Data selectată
+ Coloana cu zile: %1$s
+ Format nevalid.
+ Exemplu: %1$s
+ Folosiți: %1$s
+ Interval nevalid.
+ Navigați la anul %1$s
+ Fără acoperire: %1$s
+ Data de începere – %1$s
+ %1$s – data de încheiere
+ %1$s – %2$s
+ Selectați intervalul
+ Data de începere – data de încheiere
+ Salvați
+ Dată
+ Data de încheiere
+ Data de începere
+ z
+ l
+ a
+ Comutați la modul introducere în calendar
+ Atingeți pentru a comuta la selectarea unei zile
+ Comutați la modul de introducere a textului
+ Atingeți pentru a comuta la selectarea unui an
+ Anulați
+ OK
+ Afișați parola
+ "Căutați"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ru/values-ru.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ru/values-ru.xml
new file mode 100644
index 000000000..83569ba4b
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ru/values-ru.xml
@@ -0,0 +1,100 @@
+
+
+
+ - %d новое уведомление
+ - %d новых уведомления
+ - %d новых уведомлений
+ - %d нового уведомления
+
+ "Перейти на главный экран"
+ "Перейти вверх"
+ "Ещё"
+ "Готово"
+ "Показать все"
+ "Выберите приложение"
+ "ВЫКЛ"
+ "ВКЛ"
+ "Alt +"
+ "Ctrl +"
+ "Delete"
+ "Ввод"
+ "Fn +"
+ "Meta +"
+ "Shift +"
+ "Пробел"
+ "Sym +"
+ "Меню +"
+ "Введите запрос"
+ "Удалить запрос"
+ "Поисковый запрос"
+ "Поиск"
+ "Отправить запрос"
+ "Голосовой поиск"
+ "Поделиться с помощью"
+ "Поделиться с помощью %s "
+ "Свернуть"
+ Свернуть нижний экран
+ Развернуть нижний экран
+ Развернуть наполовину
+ Двойное нажатие на маркер перемещения
+ Маркер перемещения
+ Введено символов: %1$d из %2$d
+ Превышено ограничение на количество символов (%1$d из %2$d)
+ Очистить текстовое поле
+ Ошибка
+ Показать раскрывающееся меню
+ Значок диалогового окна
+ Вкладка
+ Выберите AM (до полудня) или PM (после полудня)
+ %1$s ч.
+ Выберите час
+ %1$s ч.
+ Выберите минуты
+ %1$s мин.
+ AM
+ Чтобы ввести время, перейдите в режим часов.
+ Час
+ Минуты
+ PM
+ Выбор времени
+ Чтобы ввести время, перейдите в режим ввода текста.
+ Новое уведомление
+ Удалить \"%1$s\"
+ Новых уведомлений больше %1$d
+ Перейти к следующему месяцу
+ Перейти к предыдущему месяцу
+ Выбранный элемент: %1$s
+ Отмена
+ ОК
+ %1$s
+ Выберите дату
+ Выбранная дата
+ Столбец со днями недели: %1$s
+ Недействительный формат.
+ Пример: %1$s
+ Используйте: %1$s
+ Недопустимый диапазон.
+ Перейти к %1$s году
+ Вне диапазона: %1$s
+ Дата начала – %1$s
+ %1$s – дата окончания
+ %1$s – %2$s
+ Выберите диапазон дат
+ Дата начала – дата окончания
+ Сохранить
+ Дата
+ Дата окончания
+ Дата начала
+ д
+ м
+ г
+ Перейти в режим выбора дней
+ Нажмите, чтобы перейти к выбору дня
+ Перейти в режим ввода текста
+ Нажмите, чтобы перейти к выбору года
+ Отмена
+ ОК
+ Показать пароль
+ "Поиск"
+ ">999"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-si/values-si.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-si/values-si.xml
new file mode 100644
index 000000000..5e5e1640e
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-si/values-si.xml
@@ -0,0 +1,98 @@
+
+
+
+ - නව දැනුම්දීම් %dක්
+ - නව දැනුම්දීම් %dක්
+
+ "මුල් පිටුවට සංචාලනය කරන්න"
+ "ඉහළට සංචාලනය කරන්න"
+ "තවත් විකල්ප"
+ "කළා"
+ "සියල්ල බලන්න"
+ "යෙදුමක් තෝරන්න"
+ "ක්රියාවිරහිතයි"
+ "ක්රියාත්මකයි"
+ "Alt+"
+ "Ctrl+"
+ "මකන්න"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "සොයන්න..."
+ "විමසුම හිස් කරන්න"
+ "සෙවුම් විමසුම"
+ "සෙවීම"
+ "විමසුම යොමු කරන්න"
+ "හඬ සෙවීම"
+ "සමග බෙදා ගන්න"
+ "%s සමඟ බෙදා ගන්න"
+ "හකුළන්න"
+ පහළම පත්රය හකුළන්න
+ පහළම පත්රය දිග හරින්න
+ අඩක් දිග හරින්න
+ ඇදීම් හැඬලය දෙවරක් තට්ටු කර ඇත
+ හැඬලය අදින්න
+ අනුලකුණු %2$dන් %1$dක් ඇතුළු කෙරිණි
+ අනුලකුණු සීමාව %2$dකින් %1$d ඉක්ම විය
+ පෙළ හිස් කරන්න
+ දෝෂය
+ පතන මෙනුව පෙන්වන්න
+ සංවාද නිරූපකය
+ ටැබය
+ පෙරවරු හෝ පස්වරු තෝරන්න
+ පැය %1$sක්
+ පැය තෝරන්න
+ %1$sයි
+ මිනිත්තු තෝරන්න
+ මිනිත්තු %1$sයි
+ පෙව
+ වේලා ආදානය සඳහා ඔරලෝසු ප්රකාරය වෙත මාරු වෙන්න.
+ පැය
+ මිනිත්තු
+ පව
+ වේලාව තෝරන්න
+ වේලා ආදානය සඳහා ආදාන ප්රකාරය වෙත මාරු වෙන්න.
+ නව දැනුම්දීම
+ %1$s ඉවත් කරන්න
+ නව දැනුම්දීම් %1$dකට වඩා
+ ලබන මාසයට වෙනස් කරන්න
+ කලින් මාසයට වෙනස් කරන්න
+ වත්මන් තේරීම: %1$s
+ අවලංගු කරන්න
+ හරි
+ %1$s
+ දිනය තෝරන්න
+ තේරූ දිනය
+ දින තීරුව: %1$s
+ අවලංගු ආකෘතියකි.
+ උදාහරණය: %1$s
+ භාවිතය: %1$s
+ අවලංගු පරාසයකි.
+ %1$s වසරට සංචාලනය කරන්න
+ පරාසයෙන් පිටත: %1$s
+ ආරම්භක දිනය – %1$s
+ %1$s – නිමා වන දිනය
+ %1$s – %2$s
+ පරාසය තෝරන්න
+ ආරම්භක දිනය – නිමා වන දිනය
+ සුරකින්න
+ දිනය
+ නිමා වන දිනය
+ ආරම්භක දිනය
+ ද
+ ම
+ ව
+ දින දර්ශන ආදාන ප්රකාරයට මාරු වන්න
+ දිනයක් තේරීමට මාරු වීමට තට්ටු කරන්න
+ පෙළ ආදාන ප්රකාරයට මාරු වන්න
+ වසරක් තේරීමට මාරු වීමට තට්ටු කරන්න
+ අවලංගු කරන්න
+ හරි
+ මුරපදය පෙන්වන්න
+ "සෙවීම"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sk/values-sk.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sk/values-sk.xml
new file mode 100644
index 000000000..41257b954
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sk/values-sk.xml
@@ -0,0 +1,100 @@
+
+
+
+ - %d nové upozornenie
+ - %d nové upozornenia
+ - %d new notifications
+ - %d nových upozornení
+
+ "Prejsť na plochu"
+ "Prejsť nahor"
+ "Ďalšie možnosti"
+ "Hotovo"
+ "Zobraziť všetky"
+ "Vybrať aplikáciu"
+ "VYP."
+ "ZAP."
+ "Alt+"
+ "Ctrl+"
+ "odstrániť"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "medzerník"
+ "Sym+"
+ "Menu+"
+ "Vyhľadať…"
+ "Vymazať dopyt"
+ "Vyhľadávací dopyt"
+ "Hľadať"
+ "Odoslať dopyt"
+ "Hlasové vyhľadávanie"
+ "Zdieľať s"
+ "Zdieľať s aplikáciou %s "
+ "Zbaliť"
+ Zbaliť dolný hárok
+ Rozbaliť dolný hárok
+ Rozbaliť napoly
+ Dvojité klepnutie na presúvadlo
+ Presúvadlo
+ Zadané znaky: %1$d z %2$d
+ Bol prekročený povolený počet znakov (%1$d z %2$d)
+ Vymazať text
+ Chyba
+ Zobraziť rozbaľovaciu ponuku
+ Ikona dialógového okna
+ Tabulátor
+ Vyberte AM alebo PM
+ %1$s hodín
+ Vybrať hodinu
+ %1$s
+ Vyberte minúty
+ %1$s min
+ AM
+ Ak chcete zadať čas, prepnite na režim hodín.
+ Hodina
+ Minúta
+ PM
+ Vyberte čas
+ Ak chcete zadať čas, prepnite na textový režim vstupu
+ Nové upozornenie
+ Odstrániť položku %1$s
+ Viac než %1$d nových upozornení
+ Ďalší mesiac
+ Predchádzajúci mesiac
+ Aktuálny výber: %1$s
+ Zrušiť
+ OK
+ %1$s
+ Vyberte dátum
+ Vybraný dátum
+ Stĺpec dní: %1$s
+ Neplatný formát.
+ Príklad: %1$s
+ Použite: %1$s
+ Neplatný rozsah.
+ Prejsť na rok %1$s
+ Mimo rozsahu: %1$s
+ Dátum začatia – %1$s
+ %1$s – dátum ukončenia
+ %1$s – %2$s
+ Vyberte rozsah
+ Dátum začatia – dátum ukončenia
+ Uložiť
+ Dátum
+ Dátum ukončenia
+ Dátum začatia
+ d
+ m
+ r
+ Prepnúť na kalendárový režim vstupu
+ Klepnutím prepnete na výber dňa
+ Prepnúť na textový režim vstupu
+ Klepnutím prepnete na výber roka
+ Zrušiť
+ OK
+ Zobraziť heslo
+ "Hľadať"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sl/values-sl.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sl/values-sl.xml
new file mode 100644
index 000000000..f4314603b
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sl/values-sl.xml
@@ -0,0 +1,100 @@
+
+
+
+ - %d novo obvestilo
+ - %d novi obvestili
+ - %d nova obvestila
+ - %d novih obvestil
+
+ "Krmarjenje na začetek"
+ "Pomik navzgor"
+ "Več možnosti"
+ "Končano"
+ "Pokaži vse"
+ "Izbira aplikacije"
+ "IZKLOP"
+ "VKLOP"
+ "Alt +"
+ "Ctrl +"
+ "delete"
+ "enter"
+ "Fn +"
+ "Meta +"
+ "Shift +"
+ "preslednica"
+ "Sym +"
+ "Meni +"
+ "Iskanje …"
+ "Izbris poizvedbe"
+ "Iskalna poizvedba"
+ "Iskanje"
+ "Pošiljanje poizvedbe"
+ "Glasovno iskanje"
+ "Deljenje z:"
+ "Deljenje z drugimi prek aplikacije %s "
+ "Strnitev"
+ Strnitev razdelka na dnu zaslona
+ Razširitev razdelka na dnu zaslona
+ Razširjanje na pol višine
+ Dvakrat dotaknjena ročica za vlečenje
+ Ročica za vlečenje
+ Število vnesenih znakov je %1$d od %2$d
+ Omejitev števila znakov je presegla %1$d od %2$d
+ Izbris besedila
+ Napaka
+ Prikaz spustnega menija
+ Ikona pogovornega okna
+ Zavihek
+ Izberite dopoldanski ali popoldanski čas.
+ %1$s h
+ Izberite uro
+ %1$s
+ Izberite minute
+ %1$s min
+ dop.
+ Preklopite na način ure, da vnesete čas.
+ Ura
+ Minuta
+ pop.
+ Izberite uro
+ Preklopite na način za vnašanje besedila, da vnesete čas.
+ Novo obvestilo
+ Odstranite %1$s
+ Več kot toliko novih obvestil: %1$d
+ Spremeni na naslednji mesec
+ Spremeni na prejšnji mesec
+ Trenutna izbira: %1$s
+ Prekliči
+ V redu
+ %1$s
+ Izberite datum
+ Izbrani datum
+ Stolpec dni: %1$s
+ Neveljavna oblika.
+ Primer: %1$s
+ Uporabite: %1$s
+ Neveljaven razpon.
+ Pomik na leto %1$s
+ Zunaj razpona: %1$s
+ Začetni datum–%1$s
+ %1$s–končni datum
+ %1$s–%2$s
+ Izberite obseg
+ Začetni datum–končni datum
+ Shrani
+ Datum
+ Končni datum
+ Začetni datum
+ d
+ m
+ l
+ Preklop na način vnosa v koledar
+ Dotik za preklop na izbiro dneva
+ Preklop na način vnosa besedila
+ Dotik za preklop na izbiro leta
+ Prekliči
+ V redu
+ Prikaz gesla
+ "Iskanje"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-small-v4/values-small-v4.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-small-v4/values-small-v4.xml
new file mode 100644
index 000000000..2c200554a
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-small-v4/values-small-v4.xml
@@ -0,0 +1,7 @@
+
+
+ 24dp
+ 24dp
+ 24dp
+ 24dp
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sq/values-sq.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sq/values-sq.xml
new file mode 100644
index 000000000..6eaea3f0b
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sq/values-sq.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d njoftim i ri
+ - %d njoftime të reja
+
+ "Orientohu për në shtëpi"
+ "Ngjitu lart"
+ "Opsione të tjera"
+ "U krye"
+ "Shfaq çdo gjë"
+ "Zgjidh një aplikacion"
+ "JOAKTIV"
+ "AKTIV"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Funksioni+"
+ "Meta+"
+ "Shift+"
+ "hapësirë"
+ "Sym+"
+ "Menyja+"
+ "Kërko…"
+ "Pastro pyetjen"
+ "Kërko pyetjen"
+ "Kërko"
+ "Dërgo pyetjen"
+ "Kërkim me zë"
+ "Ndaje me"
+ "Ndaje me %s "
+ "Palos"
+ Palos fletën e poshtme
+ Zgjero fletën e poshtme
+ Zgjeroje deri në gjysmë
+ Te doreza e zvarritjes u trokit dy herë
+ Doreza e zvarritjes
+ Karakteret e futura: %1$d nga %2$d
+ Kufiri i karaktereve është kaluar: %1$d nga %2$d
+ Pastro tekstin
+ Gabim
+ Shfaq menynë me lëshim poshtë
+ Ikona e dialogut
+ Tab
+ Zgjidh paradite ose pasdite
+ %1$s orë
+ Zgjidh orën
+ %1$s fiks
+ Përzgjidh minutat
+ %1$s minuta
+ PD
+ Kalo te modaliteti i orës për hyrjen e kohës.
+ Ora
+ Minuta
+ PD
+ Zgjidh orën
+ Kalo te modaliteti i hyrjes së tekstit për hyrjen e kohës.
+ Njoftim i ri
+ Hiq %1$s
+ Më shumë se %1$d njoftime të reja
+ Ndrysho te muaji i ardhshëm
+ Ndrysho te muaji i kaluar
+ Zgjedhja aktuale: %1$s
+ Anulo
+ Në rregull
+ %1$s
+ Zgjidh datën
+ Data e zgjedhur
+ Kolona e ditëve: %1$s
+ Format i pavlefshëm.
+ Shembull: %1$s
+ Përdor: %1$s
+ Gamë e pavlefshme.
+ Navigo te viti %1$s
+ Jashtë gamës: %1$s
+ Data e fillimit – %1$s
+ %1$s – data e përfundimit
+ %1$s - %2$s
+ Zgjidh gamën
+ Data e fillimit - data e përfundimit
+ Ruaj
+ Data
+ Data e përfundimit
+ Data e fillimit
+ d
+ m
+ v
+ Kalo te modaliteti i \"Hyrjes së kalendarit\"
+ Trokit për të kaluar te zgjedhja e një dite
+ Kalo te modaliteti i \"Hyrjes së tekstit\"
+ Trokit për të kaluar te zgjedhja e një viti
+ Anulo
+ Në rregull
+ Shfaq fjalëkalimin
+ "Kërko"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sr/values-sr.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sr/values-sr.xml
new file mode 100644
index 000000000..87704fb8a
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sr/values-sr.xml
@@ -0,0 +1,99 @@
+
+
+
+ - %d ново обавештење
+ - %d нова обавештења
+ - %d нових обавештења
+
+ "Идите на почетну"
+ "Идите нагоре"
+ "Још опција"
+ "Готово"
+ "Прикажи све"
+ "Изаберите апликацију"
+ "ИСКЉУЧЕНО"
+ "УКЉУЧЕНО"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "тастер за размак"
+ "Sym+"
+ "Menu+"
+ "Претражите…"
+ "Обришите упит"
+ "Претражите упит"
+ "Претражите"
+ "Пошаљите упит"
+ "Гласовна претрага"
+ "Делите помоћу"
+ "Делите помоћу апликације %s "
+ "Скупи"
+ Скупите доњу табелу
+ Проширите доњу табелу
+ Проширите до пола
+ Идентификатор за превлачење је двапут додирнут
+ Ручица за превлачење
+ Унети знакови: %1$d од %2$d
+ Прекорачено је ограничење броја знакова: %1$d од %2$d
+ Обриши текст
+ Грешка
+ Прикажи падајући мени
+ Икона дијалога
+ Картица
+ Изаберите пре подне или по подне
+ %1$s с
+ Изаберите сат
+ %1$s с
+ Изаберите минуте
+ %1$s мин
+ AM
+ Пређите у режим сата ради уноса времена.
+ Сат
+ Минут
+ PM
+ Изаберите време
+ Пређите у режим уноса текста ради уноса времена.
+ Ново обавештење
+ Уклоните %1$s
+ Нових обавештења: више од %1$d
+ Пређите на следећи месец
+ Пређите на претходни месец
+ Актуелни избор: %1$s
+ Откажи
+ Потврди
+ %1$s
+ Изаберите датум
+ Изабрани датум
+ Колона са данима: %1$s
+ Формат је неважећи.
+ Пример: %1$s
+ Користите: %1$s
+ Неважећи период.
+ Идите на годину %1$s
+ Изван периода: %1$s
+ Датум почетка – %1$s
+ %1$s – Датум завршетка
+ %1$s–%2$s
+ Изаберите период
+ Датум почетка – Датум завршетка
+ Сачувај
+ Датум
+ Датум завршетка
+ Датум почетка
+ д
+ м
+ г
+ Пређите на режим уноса у Календару
+ Додирните да бисте прешли на избор дана
+ Пређите на режим уноса текста
+ Додирните да бисте прешли на избор године
+ Откажи
+ Потврди
+ Прикажи лозинку
+ "Претражите"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sv/values-sv.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sv/values-sv.xml
new file mode 100644
index 000000000..c3ee89ae4
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sv/values-sv.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d ny avisering
+ - %d nya aviseringar
+
+ "Navigera hem"
+ "Navigera uppåt"
+ "Fler alternativ"
+ "Klar"
+ "Visa alla"
+ "Välj en app"
+ "AV"
+ "PÅ"
+ "Alt + "
+ "Ctrl + "
+ "delete"
+ "retur"
+ "Funktion + "
+ "Meta + "
+ "Skift + "
+ "blanksteg"
+ "Symbol + "
+ "Meny + "
+ "Sök …"
+ "Ta bort frågan"
+ "Sökfråga"
+ "Sök"
+ "Skicka fråga"
+ "Röstsökning"
+ "Dela med"
+ "Dela med %s "
+ "Komprimera"
+ Komprimera arket på nedre delen av skärmen
+ Utöka arket på nedre delen av skärmen
+ Utöka till hälften
+ Du tryckte snabbt två gånger på handtaget
+ Handtag
+ %1$d av %2$d tecken har angetts
+ Teckengränsen har överskridits: %1$d av %2$d
+ Rensa text
+ Fel
+ Visa rullgardinsmenyn
+ Dialogikon
+ Flik
+ Välj mellan FM och EM
+ %1$s timmar
+ Ange timme
+ Klockan %1$s
+ Välj minuter
+ %1$s minuter
+ FM
+ Byt till klockläget och ange tid.
+ Timme
+ Minut
+ EM
+ Välj tid
+ Byt till textinmatningsläget och ange tid.
+ Ny avisering
+ Ta bort (%1$s)
+ Fler än %1$d nya aviseringar
+ Ändra till nästa månad
+ Ändra till föregående månad
+ Aktuellt val: %1$s
+ Avbryt
+ OK
+ %1$s
+ Välj datum
+ Valt datum
+ Kolumn med dagar: %1$s
+ Ogiltigt format.
+ Exempel: %1$s
+ Använd %1$s
+ Ogiltigt intervall.
+ Navigera till år %1$s
+ Utanför intervallet: %1$s
+ Startdatum–%1$s
+ %1$s–slutdatum
+ %1$s–%2$s
+ Välj intervall
+ Startdatum–slutdatum
+ Spara
+ Datum
+ Slutdatum
+ Startdatum
+ d
+ m
+ å
+ Byt till kalender som inmatningsläge
+ Byt till att välja en dag genom att trycka
+ Byt till text som inmatningsläge
+ Byt till att välja ett år genom att trycka
+ Avbryt
+ OK
+ Visa lösenord
+ "Sök"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sw/values-sw.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sw/values-sw.xml
new file mode 100644
index 000000000..58dd7cc36
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sw/values-sw.xml
@@ -0,0 +1,98 @@
+
+
+
+ - Arifa %d mpya
+ - Arifa %d mpya
+
+ "Nenda mwanzo"
+ "Sogeza juu"
+ "Chaguo zaidi"
+ "Nimemaliza"
+ "Angalia zote"
+ "Chagua programu"
+ "IMEZIMWA"
+ "IMEWASHWA"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "Tafuta…"
+ "Futa hoja"
+ "Hoja ya utafutaji"
+ "Tafuta"
+ "Wasilisha hoja"
+ "Kutafuta kwa kutamka"
+ "Shiriki na"
+ "Shiriki ukitumia %s "
+ "Kunja"
+ Kunja safu ya chini
+ Panua safu ya chini
+ Panua nusu
+ Aikoni ya buruta imeguswa mara mbili
+ Aikoni ya buruta
+ Umeweka herufi %1$d kati ya %2$d
+ Umepitisha idadi ya juu ya herufi %1$d kati ya %2$d
+ Futa maandishi
+ Hitilafu
+ Onyesha menyu kunjuzi
+ Aikoni ya Kidirisha
+ Kichupo
+ Chagua AM au PM
+ Saa %1$s
+ Chagua saa
+ Saa %1$s kamili
+ Chagua dakika
+ Dakika %1$s
+ AM
+ Badilisha umbo liwe la saa ya mishale wakati wa kuweka muda.
+ Saa
+ Dakika
+ PM
+ Chagua wakati
+ Badilisha iwe katika hali ya maandishi wakati wa kuweka muda.
+ Arifa mpya
+ Ondoa %1$s
+ Zaidi ya arifa %1$d mpya
+ Nenda kwenye mwezi unaofuata
+ Rudi kwenye mwezi uliotangulia
+ Uteuzi wa sasa: %1$s
+ Ghairi
+ Sawa
+ %1$s
+ Chagua Tarehe
+ Tarehe uliyochagua
+ Safu wima ya siku: %1$s
+ Muundo si sahihi
+ Mfano: %1$s
+ Tumia: %1$s
+ Kipindi si sahihi.
+ Sogeza kwenye mwaka wa %1$s
+ Nje ya kipindi: %1$s
+ Tarehe ya kuanza – %1$s
+ %1$s – Tarehe ya mwisho
+ %1$s – %2$s
+ Chagua Kipindi cha Tarehe
+ Tarehe ya kuanza – Tarehe ya mwisho
+ Hifadhi
+ Tarehe
+ Tarehe ya mwisho
+ Tarehe ya kuanza
+ d
+ m
+ y
+ Tumia programu ya kuingiza data kwenye kalenda
+ Gusa ili uende kwenye sehemu ya kuchagua siku
+ Tumia programu ya kuingiza data ya maandishi
+ Gusa ili uende kwenye sehemu ya kuchagua mwaka
+ Ghairi
+ Sawa
+ Onyesha nenosiri
+ "Tafuta"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml
new file mode 100644
index 000000000..d43146a38
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml
@@ -0,0 +1,27 @@
+
+
+ 24dp
+ 80dp
+ 64dp
+ 8dp
+ 8dp
+ 580dp
+ 16dp
+ 20dp
+ 320dp
+ 0dp
+ 2dp
+ 24dp
+ 576dp
+ 320dp
+ @dimen/design_snackbar_padding_vertical
+
+ 160dp
+ 64dp
+ 64dp
+ 1
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ta/values-ta.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ta/values-ta.xml
new file mode 100644
index 000000000..7e1523c84
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ta/values-ta.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d புதிய அறிவிப்பு
+ - %d புதிய அறிவிப்புகள்
+
+ "முகப்பிற்குச் செல்லும்"
+ "மேலே செல்லும்"
+ "மேலும் விருப்பங்கள்"
+ "முடிந்தது"
+ "அனைத்தையும் காட்டு"
+ "ஆப்ஸைத் தேர்வுசெய்க"
+ "ஆஃப்"
+ "ஆன்"
+ "Alt மற்றும்"
+ "Ctrl மற்றும்"
+ "delete"
+ "enter"
+ "Function மற்றும்"
+ "Meta மற்றும்"
+ "Shift மற்றும்"
+ "space"
+ "Sym மற்றும்"
+ "Menu மற்றும்"
+ "தேடுக…"
+ "வினவலை அழிக்கும்"
+ "தேடல் வினவல்"
+ "தேடும்"
+ "வினவலைச் சமர்ப்பிக்கும்"
+ "குரல் தேடல்"
+ "இதில் பகிர்"
+ "%s மூலம் பகிர்"
+ "சுருக்கும்"
+ கீழ்ப்புறச் சீட்டைச் சுருக்கும்
+ கீழ்ப்புறச் சீட்டை விரிவாக்கும்
+ பாதியளவு விரிவாக்கும்
+ இழுப்பதற்கான ஹேண்டில் இருமுறை தட்டப்பட்டது
+ இழுப்பதற்கான ஹேண்டில்
+ %2$d இல் %1$d எழுத்துகள் உள்ளிடப்பட்டுள்ளன
+ %2$d இல் %1$d எழுத்து வரம்பு மீறப்பட்டது
+ உரையை அழிக்கும்
+ பிழை
+ கீழ் தோன்றல் மெனுவைக் காட்டும் பட்டன்
+ உரையாடல் ஐகான்
+ தாவல்
+ AM அல்லது PMமைத் தேர்ந்தெடுக்க உதவும்
+ %1$s மணிநேரம்
+ மணிநேரத்தைத் தேர்ந்தெடுக்க உதவும்
+ %1$s மணி
+ நிமிடத்தைத் தேர்ந்தெடுக்கவும்
+ %1$s நிமிடங்கள்
+ AM
+ நேர உள்ளீட்டிற்காக, கடிகாரப் பயன்முறைக்கு மாற்றும்.
+ மணிநேரம்
+ நிமிடம்
+ PM
+ நேரத்தைத் தேர்ந்தெடுக்கவும்
+ உரை உள்ளீட்டிற்காக, கடிகாரப் பயன்முறைக்கு மாற்றும்.
+ புதிய அறிவிப்பு
+ %1$sஐ அகற்று
+ %1$d+ புதிய அறிவிப்புகள்
+ அடுத்த மாதத்தைக் காட்டு
+ முந்தைய மாதத்தைக் காட்டு
+ தற்போதைய தேர்வு: %1$s
+ ரத்துசெய்
+ சரி
+ %1$s
+ தேதியைத் தேர்ந்தெடுக்கவும்
+ தேர்ந்தெடுக்கப்பட்ட தேதி
+ நாட்களின் நெடுவரிசை: %1$s
+ தவறான வடிவம்.
+ உதாரணம்: %1$s
+ %1$sஐப் பயன்படுத்துக
+ தவறான வரம்பு.
+ %1$s ஆம் ஆண்டிற்குச் செல்லும்
+ எல்லைக்கு வெளியே உள்ளது: %1$s
+ தொடக்கத் தேதி – %1$s
+ %1$s – முடிவுத் தேதி
+ %1$s – %2$s
+ வரம்பைத் தேர்ந்தெடுக்கவும்
+ தொடக்கத் தேதி - முடிவுத் தேதி
+ சேமி
+ தேதி
+ முடிவுத் தேதி
+ தொடக்கத் தேதி
+ நா
+ மா
+ ஆ
+ கேலெண்டர் உள்ளீட்டு முறைக்கு மாற்றும்
+ நாளைத் தேர்வுசெய்வதற்கு மாற்ற தட்டவும்
+ உரை உள்ளீட்டு முறைக்கு மாற்றும்
+ ஆண்டைத் தேர்வுசெய்வதற்கு மாற்ற தட்டவும்
+ ரத்துசெய்
+ சரி
+ கடவுச்சொல்லைக் காட்டு
+ "தேடல்"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-te/values-te.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-te/values-te.xml
new file mode 100644
index 000000000..765711234
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-te/values-te.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d కొత్త నోటిఫికేషన్
+ - %d కొత్త నోటిఫికేషన్లు
+
+ "హోమ్కు నావిగేట్ చేస్తుంది"
+ "పైకి నావిగేట్ చేస్తుంది"
+ "మరిన్ని ఆప్షన్లు"
+ "పూర్తయింది"
+ "అన్నీ చూడండి"
+ "యాప్ను ఎంచుకోండి"
+ "ఆఫ్"
+ "ఆన్"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "స్పేస్"
+ "Sym+"
+ "Menu+"
+ "సెర్చ్ చేయండి…"
+ "ప్రశ్నను తీసివేస్తుంది"
+ "సెర్చ్ క్వెరీ"
+ "సెర్చ్"
+ "ప్రశ్నని సమర్పిస్తుంది"
+ "వాయిస్ సెర్చ్"
+ "వీరితో షేర్ చేస్తుంది"
+ "%s తో షేర్ చేస్తుంది"
+ "కుదిస్తుంది"
+ దిగువున ఉన్న షీట్ను కుదిస్తుంది
+ దిగువున ఉన్న షీట్ను విస్తరిస్తుంది
+ సగాన్ని విస్తరింపజేయండి
+ లాగే హ్యాండిల్ డబుల్-ట్యాప్ చేయబడింది
+ లాగే హ్యాండిల్
+ %2$dలో %1$d అక్షరాలు నమోదు చేయబడ్డాయి
+ అక్షర పరిధి %2$dలో %1$dను అధిగమించింది
+ రాసినదాన్ని తీసివేయండి
+ ఎర్రర్
+ డ్రాప్డౌన్ మెనూను చూపు
+ డైలాగ్ చిహ్నం
+ ట్యాబ్
+ AM లేదా PMను ఎంచుకోండి
+ %1$s గంటలు
+ గంటను ఎంచుకోండి
+ %1$s అవుతుంది
+ నిమిషాలను ఎంచుకోండి
+ %1$s నిమిషాలు
+ AM
+ సమయాన్ని నమోదు చేయడం కోసం గడియారం మోడ్కు మారండి.
+ గంట
+ నిమిషం
+ PM
+ సమయాన్ని ఎంచుకోండి
+ సమయాన్ని నమోదు చేయడం కోసం వచన నమోదు మోడ్కి మారండి.
+ కొత్త నోటిఫికేషన్
+ (%1$s)ని తీసివేస్తుంది
+ %1$d కంటే ఎక్కువ కొత్త నోటిఫికేషన్లు
+ వచ్చే నెలకు మార్చుతుంది
+ మునుపటి నెలకు మార్చుతుంది
+ ప్రస్తుత ఎంపిక: %1$s
+ రద్దు చేయి
+ సరే
+ %1$s
+ తేదీని ఎంచుకోండి
+ ఎంచుకున్న తేది
+ రోజుల నిలువు వరుస: %1$s
+ ఫార్మాట్ చెల్లదు.
+ ఉదాహరణ: %1$s
+ ఇలా ఉపయోగించండి: %1$s
+ చెల్లని పరిధి.
+ %1$sసంవత్సరానికి నావిగేట్ చేస్తుంది
+ పరిధి వెలుపల ఉంది: %1$s
+ ప్రారంభ తేదీ – %1$s
+ %1$s – ముగింపు తేది
+ %1$s – %2$s
+ పరిధిని ఎంచుకోండి
+ ప్రారంభ తేది - ముగింపు తేది
+ సేవ్ చేయి
+ తేదీ
+ ముగింపు తేదీ
+ ప్రారంభ తేదీ
+ రో
+ నె
+ సం
+ క్యాలెండర్ ఇన్పుట్ మోడ్కు మారుస్తుంది
+ \'రోజును ఎంపిక చేసుకోవడం\'కు మారడానికి నొక్కండి
+ వచన ఇన్పుట్ మోడ్కు మారుస్తుంది
+ \'సంవత్సరాన్ని ఎంపిక చేసుకోవడం\'కు మారడానికి నొక్కండి
+ రద్దు చేయండి
+ సరే
+ పాస్వర్డ్ను చూపు
+ "సెర్చ్"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-th/values-th.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-th/values-th.xml
new file mode 100644
index 000000000..ec906cf30
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-th/values-th.xml
@@ -0,0 +1,98 @@
+
+
+
+ - การแจ้งเตือนใหม่ %d รายการ
+ - การแจ้งเตือนใหม่ %d รายการ
+
+ "นำทางไปหน้าแรก"
+ "กลับ"
+ "ตัวเลือกอื่น"
+ "เสร็จ"
+ "ดูทั้งหมด"
+ "เลือกแอป"
+ "ปิด"
+ "เปิด"
+ "Alt+"
+ "Ctrl+"
+ "ลบ"
+ "Enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "Space"
+ "Sym+"
+ "เมนู+"
+ "ค้นหา…"
+ "ล้างคำค้นหา"
+ "คำค้นหา"
+ "ค้นหา"
+ "ส่งคำค้นหา"
+ "ค้นหาด้วยเสียง"
+ "แชร์กับ"
+ "แชร์ทาง %s "
+ "ยุบ"
+ ยุบ Bottom Sheet
+ ขยาย Bottom Sheet
+ ขยายรายการครึ่งหนึ่ง
+ แตะแฮนเดิลการลากสองครั้ง
+ แฮนเดิลการลาก
+ ป้อนอักขระแล้ว %1$d จาก %2$d ตัว
+ เกินจำนวนอักขระสูงสุด %1$d จาก %2$d
+ ล้างข้อความ
+ ข้อผิดพลาด
+ แสดงเมนูแบบเลื่อนลง
+ ไอคอนกล่องโต้ตอบ
+ แท็บ
+ เลือก AM หรือ PM
+ %1$s ชั่วโมง
+ เลือกชั่วโมง
+ %1$s นาฬิกา
+ เลือกนาที
+ %1$s นาที
+ AM
+ สลับไปโหมดนาฬิกาเพื่อป้อนเวลา
+ ชั่วโมง
+ นาที
+ PM
+ เลือกเวลา
+ สลับไปโหมดป้อนข้อความเพื่อป้อนเวลา
+ การแจ้งเตือนใหม่
+ นำ %1$s ออก
+ การแจ้งเตือนใหม่มากกว่า %1$d รายการ
+ เปลี่ยนไปที่เดือนถัดไป
+ เปลี่ยนไปที่เดือนก่อนหน้า
+ การเลือกในปัจจุบัน: %1$s
+ ยกเลิก
+ ตกลง
+ %1$s
+ เลือกวันที่
+ วันที่ที่เลือก
+ คอลัมน์ของวัน: %1$s
+ รูปแบบไม่ถูกต้อง
+ ตัวอย่าง: %1$s
+ ใช้: %1$s
+ ช่วงไม่ถูกต้อง
+ ไปที่ปี %1$s
+ วันที่ไม่อยู่ในช่วงที่อนุญาต: %1$s
+ วันที่เริ่มต้น – %1$s
+ %1$s – วันที่สิ้นสุด
+ %1$s – %2$s
+ เลือกช่วง
+ วันที่เริ่มต้น – วันที่สิ้นสุด
+ บันทึก
+ วันที่
+ วันที่สิ้นสุด
+ วันที่เริ่มต้น
+ ว
+ ด
+ ป
+ สลับไปใช้โหมดป้อนข้อมูลปฏิทิน
+ แตะเพื่อสลับไปใช้การเลือกวัน
+ สลับไปใช้โหมดป้อนข้อมูลข้อความ
+ แตะเพื่อสลับไปใช้การเลือกปี
+ ยกเลิก
+ ตกลง
+ แสดงรหัสผ่าน
+ "ค้นหา"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tl/values-tl.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tl/values-tl.xml
new file mode 100644
index 000000000..a2f77e542
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tl/values-tl.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d bagong notification
+ - %d na bagong notification
+
+ "Mag-navigate sa home"
+ "Mag-navigate pataas"
+ "Higit pang opsyon"
+ "Tapos na"
+ "Tingnan lahat"
+ "Pumili ng app"
+ "I-OFF"
+ "I-ON"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "Maghanap…"
+ "I-clear ang query"
+ "Query sa paghahanap"
+ "Maghanap"
+ "Isumite ang query"
+ "Paghahanap gamit ang boses"
+ "Ibahagi sa/kay"
+ "Ibahagi gamit ang %s "
+ "I-collapse"
+ I-collapse ang bottom sheet
+ I-expand ang bottom sheet
+ I-expand hanggang gitna
+ Na-double tap ang handle sa pag-drag
+ I-drag ang handle
+ Mga character na nailagay %1$d sa %2$d
+ Lumampas sa limitasyon sa bilang ng character %1$d sa %2$d
+ I-clear ang text
+ Error
+ Ipakita ang dropdown na menu
+ Icon ng Dialog
+ Tab
+ Piliin ang AM o PM
+ %1$s (na) oras
+ Pumili ng oras
+ %1$s o\'clock
+ Pumili ng mga minuto
+ %1$s (na) minuto
+ AM
+ Lumipat sa mode ng orasan para sa input na oras.
+ Oras
+ Minuto
+ PM
+ Pumili ng oras
+ Lumipat sa pamamaraan ng pag-input ng text para sa input na oras.
+ Bagong notification
+ Alisin ang %1$s
+ Mahigit %1$d (na) bagong notification
+ Lumipat sa susunod na buwan
+ Lumipat sa nakaraang buwan
+ Kasalukuyang seleksyon: %1$s
+ Kanselahin
+ OK
+ %1$s
+ Pumili ng Petsa
+ Piniling petsa
+ Column ng mga araw: %1$s
+ Invalid na format.
+ Halimbawa: %1$s
+ Gamitin: %1$s
+ Invalid na hanay.
+ Mag-navigate patungo sa taong %1$s
+ Wala sa sakop: %1$s
+ Petsa ng pagsisimula – %1$s
+ %1$s – Petsa ng pagtatapos
+ %1$s – %2$s
+ Pumili ng Range
+ Petsa ng pagsisimula – Petsa ng pagtatapos
+ I-save
+ Petsa
+ Petsa ng pagtatapos
+ Petsa ng pagsisimula
+ d
+ m
+ y
+ Lumipat sa pamamaraan ng pag-input ng kalendaryo
+ I-tap para lumipat sa pagpili ng araw
+ Lumipat sa pamamaraan ng pag-input ng text
+ I-tap para lumipat sa pagpili ng taon
+ Kanselahin
+ OK
+ Ipakita ang password
+ "Maghanap"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tr/values-tr.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tr/values-tr.xml
new file mode 100644
index 000000000..f610a7a39
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tr/values-tr.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d yeni bildirim
+ - %d yeni bildirim
+
+ "Eve gidiş yolunu göster"
+ "Yukarı git"
+ "Diğer seçenekler"
+ "Bitti"
+ "Tümünü göster"
+ "Bir uygulama seçin"
+ "KAPAT"
+ "AÇ"
+ "Alt+"
+ "Ctrl+"
+ "sil"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Üst Karakter+"
+ "boşluk"
+ "Sym+"
+ "Menü+"
+ "Ara…"
+ "Sorguyu temizle"
+ "Arama sorgusu"
+ "Ara"
+ "Sorguyu gönder"
+ "Sesli arama"
+ "Şununla paylaş:"
+ "%s ile paylaş"
+ "Daralt"
+ Alt sayfayı daralt
+ Alt sayfayı genişlet
+ Yarım genişlet
+ Sürükleme tutamacına iki kez dokunuldu
+ Sürükleme tutamacı
+ Girilen karakter: %1$d / %2$d
+ Karakter sınırı aşıldı %1$d / %2$d
+ Metni temizle
+ Hata
+ Açılır menüyü göster
+ İletişim kutusu simgesi
+ Sekme
+ ÖÖ veya ÖS\'yi seçin
+ %1$s saat
+ Saat seçin
+ Saat %1$s
+ Dakikayı seçin
+ %1$s dakika
+ AM
+ Zaman girişi için saat moduna geçin.
+ Saat
+ Dakika
+ PM
+ Zamanı seçin
+ Zaman girişi için metin girişi moduna geçin.
+ Yeni bildirim
+ %1$s içeriğini kaldır
+ %1$d adetten fazla yeni bildirim
+ Sonraki aya değiştir
+ Önceki aya değiştir
+ Geçerli seçim: %1$s
+ İptal
+ Tamam
+ %1$s
+ Tarih Seçin
+ Seçilen tarih
+ Gün sütunu: %1$s
+ Geçersiz biçim.
+ Örnek: %1$s
+ Tarih biçimi: %1$s
+ Geçersiz aralık.
+ %1$s yılına git
+ İzin verilen aralığın dışında: %1$s
+ Başlangıç tarihi – %1$s
+ %1$s – Bitiş tarihi
+ %1$s-%2$s
+ Aralık Seçin
+ Başlangıç tarihi - Bitiş tarihi
+ Kaydet
+ Tarih
+ Bitiş tarihi
+ Başlangıç tarihi
+ g
+ a
+ y
+ Takvim giriş moduna geç
+ Gün seçmeye geçmek için dokunun
+ Metin giriş moduna geç
+ Yıl seçmeye geçmek için dokunun
+ İptal
+ Tamam
+ Şifreyi göster
+ "Ara"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uk/values-uk.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uk/values-uk.xml
new file mode 100644
index 000000000..8ed1829b5
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uk/values-uk.xml
@@ -0,0 +1,100 @@
+
+
+
+ - %d нове сповіщення
+ - %d нові сповіщення
+ - %d нових сповіщень
+ - %d нового сповіщення
+
+ "Перейти на головну"
+ "Перейти вгору"
+ "Більше опцій"
+ "Готово"
+ "Показати всі"
+ "Вибрати програму"
+ "ЗНИЖКА"
+ "УВІМК."
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "пробіл"
+ "Sym+"
+ "Menu+"
+ "Введіть пошуковий запит…"
+ "Очистити запит"
+ "Пошуковий запит"
+ "Пошук"
+ "Наіслати запит"
+ "Голосовий пошук"
+ "Поділитися:"
+ "Поділитися через додаток %s "
+ "Згорнути"
+ Згорнути нижній екран
+ Розгорнути нижній екран
+ Розгорнути нижню половину
+ Маркер переміщення активовано подвійним дотиком
+ Маркер переміщення
+ Введено символів: %1$d з %2$d
+ Перевищено ліміт символів: %1$d з %2$d
+ Видалити текст
+ Помилка
+ Показати спадне меню
+ Значок вікна
+ Вкладка
+ Виберіть ДП чи ПП
+ %1$s год
+ Вибрати годину
+ %1$s год
+ Виберіть хвилини
+ %1$s хв
+ дп
+ Перейти в режим годинника, щоб ввести час.
+ Година
+ Хвилина
+ пп
+ Виберіть час
+ Перейти в текстовий режим, щоб ввести час.
+ Нове сповіщення
+ Видалити %1$s
+ Нових сповіщень більше ніж %1$d
+ Перейти до наступного місяця
+ Перейти до попереднього місяця
+ Поточний вибір: %1$s
+ Скасувати
+ OK
+ %1$s
+ Виберіть дату
+ Вибрана дата
+ Стовпець із днями: %1$s
+ Недійсний формат.
+ Приклад: %1$s
+ Використовувати: %1$s
+ Недійсний діапазон.
+ Перейти до %1$s року
+ За межами діапазону: %1$s
+ Дата початку – %1$s
+ %1$s – дата завершення
+ %1$s – %2$s
+ Виберіть діапазон дат
+ Дата початку – дата завершення
+ Зберегти
+ Дата
+ Дата завершення
+ Дата початку
+ д
+ м
+ р
+ Перейти в режим введення в календарі
+ Натисніть, щоб вибрати день
+ Перейти в режим введення тексту
+ Натисніть, щоб вибрати рік
+ Скасувати
+ OK
+ Показувати пароль
+ "Пошук"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ur/values-ur.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ur/values-ur.xml
new file mode 100644
index 000000000..d69927ca5
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ur/values-ur.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d نئی اطلاع
+ - %d نئی اطلاعات
+
+ "گھر کی طرف نیویگیٹ کریں"
+ "اوپر نیویگیٹ کریں"
+ "مزید اختیارات"
+ "ہو گیا"
+ "سبھی دیکھیں"
+ "ایک ایپ منتخب کریں"
+ "آف"
+ "آن"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "تلاش کریں…"
+ "استفسار صاف کریں"
+ "تلاش کا استفسار"
+ "تلاش کریں"
+ "استفسار جمع کرائیں"
+ "صوتی تلاش"
+ "اس کے ساتھ اشتراک کریں"
+ "%s کے ساتھ اشتراک کریں"
+ "سکیڑیں"
+ نیچے کی شیٹ کو سکیڑیں
+ نیچے کی شیٹ کو پھیلائیں
+ نصف تک پھیلائیں
+ گھسیٹنے کے ہینڈل کو دو بار تھپتھپائیں
+ گھسیٹنے کا ہینڈل
+ %2$d میں سے %1$d حروف درج کیے گئے
+ حروف کی تعداد کی حد %2$d سے %1$d پہنچ گئی
+ ٹیکسٹ صاف کریں
+ خرابی
+ ڈراپ ڈاؤن مینو دکھائیں
+ ڈائیلاگ کا آئیکن
+ ٹیب
+ AM یا PM منتخب کریں
+ %1$s گھنٹے
+ گھنٹہ منتخب کریں
+ %1$s بجے
+ منٹ منتخب کریں
+ %1$s منٹ
+ قبل از دوپہر
+ وقت ان پٹ کے لیے گھڑی وضع پر سوئچ کریں۔
+ گھنٹہ
+ منٹ
+ رات
+ وقت منتخب کریں
+ وقت ان پٹ کے لیے ٹیکسٹ ان پٹ وضع پر سوئچ کریں۔
+ نئی اطلاع
+ %1$s کو ہٹائیں
+ %1$d سے زیادہ نئی اطلاعات
+ اگلے مہینہ میں منتقل کریں
+ گزشتہ ماہ میں منتقل کریں
+ موجودہ انتخاب: %1$s
+ منسوخ کریں
+ ٹھیک ہے
+ %1$s
+ تاریخ منتخب کریں
+ منتخب کردہ تاریخ
+ دنوں کا کالم: %1$s
+ غلط فارمیٹ۔
+ مثال: %1$s۔
+ %1$s استعمال کریں
+ غلط رینج۔
+ %1$s سال پر نیویگیٹ کریں
+ حد سے باہر: %1$s
+ تاریخ آغاز – %1$s
+ %1$s – تاریخ اختتام
+ %1$s – %2$s
+ رینج منتخب کریں
+ تاریخ آغاز - تاریخ اختتام
+ محفوظ کریں
+ تاریخ
+ تاریخ اختتام
+ تاریخ آغاز
+ d
+ m
+ y
+ کیلنڈر ان پٹ وضع پر سوئچ کریں
+ دن کو منتخب کرنے کے ليے سوئچ پر تھپتھپائیں
+ متنی ان پٹ وضع پر سوئچ کریں
+ سال کو منتخب کرنے کے ليے سوئچ پر تھپتھپائیں
+ منسوخ کریں
+ ٹھیک ہے
+ پاس ورڈ دکھائیں
+ "تلاش کریں"
+ "+999"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uz/values-uz.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uz/values-uz.xml
new file mode 100644
index 000000000..78b1accc1
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uz/values-uz.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d ta yangi bildirishnoma
+ - %d ta yangi bildirishnoma
+
+ "Boshiga o‘tish"
+ "Yopish"
+ "Yana"
+ "OK"
+ "Hammasi"
+ "Ilovani tanlang"
+ "YOQILMAGAN"
+ "YONIQ"
+ "Alt+"
+ "Ctrl+"
+ "Delete"
+ "Enter"
+ "Fn+"
+ "Meta+"
+ "Shift+"
+ "Probel"
+ "Sym+"
+ "Menyu+"
+ "Qidirish…"
+ "So‘rovni o‘chirish"
+ "Qidiruv so‘rovi"
+ "Qidiruv"
+ "So‘rov yaratish"
+ "Ovozli qidiruv"
+ "Ulashish"
+ "%s orqali ulashish"
+ "Yig‘ish"
+ Quyi ekranni yigʻish
+ Quyi ekranni kengaytirish
+ Yarmiga kengaytirish
+ Surish dastagi ikki marta bosildi
+ Surish dastagi
+ %1$d/%2$d ta belgi kiritildi
+ Harflar soni (%1$d) cheklovdan (%2$d) oshib ketdi
+ Matnni tozalash
+ Xato
+ Pastga ochiluvchi menyuni ochish
+ Muloqot ikonkasi
+ Tab : Varaq
+ Tushdan oldin yoki keyinligini tanlang
+ %1$s soat
+ Soatni tanlang
+ %1$s soat
+ Daqiqalarni tanlash
+ %1$s daqiqa
+ AM
+ Vaqtni kiritish uchun soat rejimiga o‘ting.
+ Soat
+ Daqiqa
+ PM
+ Vaqtni tanlang
+ Vaqtni kiritish uchun matn kiritish rejimiga o‘ting.
+ Yangi bildirishnoma
+ Olib tashlash: %1$s
+ Yana %1$d dan ortiq bildirishnoma
+ Keyingi oyga oʻzgartirish
+ Avvalgi oyga oʻzgartirish
+ Joriy tanlov: %1$s
+ Bekor qilish
+ OK
+ %1$s
+ Sanani tanlang
+ Tanlangan sana
+ Kunlar ustuni: %1$s
+ Yaroqsiz format.
+ Masalan: %1$s
+ Ishlatish: %1$s
+ Yaroqsiz oraliq.
+ Yilga nazar solish: %1$s
+ Chegaradan tashqari: %1$s
+ Boshlanish sanasi – %1$s
+ %1$s – Tugash sanasi
+ %1$s – %2$s
+ Oraliqni tanlang
+ Boshlanishi – Tugashi
+ Saqlash
+ Sana
+ Tugash sanasi
+ Boshlanish sanasi
+ k
+ o
+ y
+ Taqvim kiritish rejimiga oʻtish
+ Kunni tanlash uchun bosing
+ Matn kiritish rejimiga oʻtish
+ Yilni tanlash uchun bosing
+ Bekor qilish
+ OK
+ Parol ochiq tursin
+ "Qidiruv"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v16/values-v16.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v16/values-v16.xml
new file mode 100644
index 000000000..5ee2feb23
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v16/values-v16.xml
@@ -0,0 +1,8 @@
+
+
+ 4dp
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v17/values-v17.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v17/values-v17.xml
new file mode 100644
index 000000000..f85a197ad
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v17/values-v17.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v18/values-v18.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v18/values-v18.xml
new file mode 100644
index 000000000..7dad77f9e
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v18/values-v18.xml
@@ -0,0 +1,4 @@
+
+
+ 0px
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v21/values-v21.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v21/values-v21.xml
new file mode 100644
index 000000000..15ac007e7
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v21/values-v21.xml
@@ -0,0 +1,575 @@
+
+
+ @color/androidx_core_secondary_text_default_material_light
+ - 0.32
+ - 0.24
+ - 0.16
+ - 0.24
+ 0dp
+ 1dp
+ - 0.48
+ - 0.48
+ - 0.16
+ - 0.48
+ - 0.24
+ - 0.24
+ - 0.08
+ - 0.24
+ 0dp
+ 0dp
+ 12dp
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v22/values-v22.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v22/values-v22.xml
new file mode 100644
index 000000000..1ad118ee4
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v22/values-v22.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v23/values-v23.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v23/values-v23.xml
new file mode 100644
index 000000000..1700ee5db
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v23/values-v23.xml
@@ -0,0 +1,94 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v24/values-v24.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v24/values-v24.xml
new file mode 100644
index 000000000..abd53197b
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v24/values-v24.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v25/values-v25.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v25/values-v25.xml
new file mode 100644
index 000000000..483ae0c46
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v25/values-v25.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v26/values-v26.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v26/values-v26.xml
new file mode 100644
index 000000000..4c3066757
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v26/values-v26.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v28/values-v28.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v28/values-v28.xml
new file mode 100644
index 000000000..f5233a6f4
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v28/values-v28.xml
@@ -0,0 +1,29 @@
+
+
+ - 0.16
+ - 0.2
+ - 0.4
+ - 0.12
+ - 0.24
+ - 0.40
+ - 0.40
+ - 0.24
+ - 0.12
+ - 0.20
+ - 0.20
+ - 0.12
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v31/values-v31.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v31/values-v31.xml
new file mode 100644
index 000000000..bc5621c17
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v31/values-v31.xml
@@ -0,0 +1,365 @@
+
+
+ @android:color/system_neutral1_1000
+ @android:color/system_neutral1_900
+ @android:color/system_neutral1_0
+ @android:color/system_neutral1_800
+ @android:color/system_neutral1_700
+ @android:color/system_neutral1_600
+ @android:color/system_neutral1_500
+ @android:color/system_neutral1_400
+ @android:color/system_neutral1_300
+ @android:color/system_neutral1_200
+ @android:color/system_neutral1_100
+ @android:color/system_neutral1_50
+ @android:color/system_neutral1_10
+ @android:color/system_neutral2_1000
+ @android:color/system_neutral2_900
+ @android:color/system_neutral2_0
+ @android:color/system_neutral2_800
+ @android:color/system_neutral2_700
+ @android:color/system_neutral2_600
+ @android:color/system_neutral2_500
+ @android:color/system_neutral2_400
+ @android:color/system_neutral2_300
+ @android:color/system_neutral2_200
+ @android:color/system_neutral2_100
+ @android:color/system_neutral2_50
+ @android:color/system_neutral2_10
+ @android:color/system_accent1_1000
+ @android:color/system_accent1_900
+ @android:color/system_accent1_0
+ @android:color/system_accent1_800
+ @android:color/system_accent1_700
+ @android:color/system_accent1_600
+ @android:color/system_accent1_500
+ @android:color/system_accent1_400
+ @android:color/system_accent1_300
+ @android:color/system_accent1_200
+ @android:color/system_accent1_100
+ @android:color/system_accent1_50
+ @android:color/system_accent1_10
+ @android:color/system_accent2_1000
+ @android:color/system_accent2_900
+ @android:color/system_accent2_0
+ @android:color/system_accent2_800
+ @android:color/system_accent2_700
+ @android:color/system_accent2_600
+ @android:color/system_accent2_500
+ @android:color/system_accent2_400
+ @android:color/system_accent2_300
+ @android:color/system_accent2_200
+ @android:color/system_accent2_100
+ @android:color/system_accent2_50
+ @android:color/system_accent2_10
+ @android:color/system_accent3_1000
+ @android:color/system_accent3_900
+ @android:color/system_accent3_0
+ @android:color/system_accent3_800
+ @android:color/system_accent3_700
+ @android:color/system_accent3_600
+ @android:color/system_accent3_500
+ @android:color/system_accent3_400
+ @android:color/system_accent3_300
+ @android:color/system_accent3_200
+ @android:color/system_accent3_100
+ @android:color/system_accent3_50
+ @android:color/system_accent3_10
+ @color/m3_ref_palette_dynamic_neutral10
+ @color/m3_ref_palette_dynamic_neutral20
+ @color/m3_ref_palette_dynamic_primary40
+ @color/m3_ref_palette_dynamic_neutral90
+ @color/m3_ref_palette_dynamic_neutral90
+ @color/m3_ref_palette_dynamic_primary20
+ @color/m3_ref_palette_dynamic_primary90
+ @color/m3_ref_palette_dynamic_secondary20
+ @color/m3_ref_palette_dynamic_secondary90
+ @color/m3_ref_palette_dynamic_neutral90
+ @color/m3_ref_palette_dynamic_neutral_variant80
+ @color/m3_ref_palette_dynamic_tertiary20
+ @color/m3_ref_palette_dynamic_tertiary90
+ @color/m3_ref_palette_dynamic_neutral_variant60
+ @color/m3_ref_palette_dynamic_neutral_variant30
+ @color/m3_ref_palette_dynamic_primary80
+ @color/m3_ref_palette_dynamic_primary30
+ @color/m3_ref_palette_dynamic_secondary80
+ @color/m3_ref_palette_dynamic_secondary30
+ @color/m3_ref_palette_dynamic_neutral10
+ @color/m3_ref_palette_dynamic_neutral_variant30
+ @color/m3_ref_palette_dynamic_tertiary80
+ @color/m3_ref_palette_dynamic_tertiary30
+ @color/m3_ref_palette_dynamic_neutral99
+ @color/m3_ref_palette_dynamic_neutral95
+ @color/m3_ref_palette_dynamic_primary80
+ @color/m3_ref_palette_dynamic_neutral20
+ @color/m3_ref_palette_dynamic_neutral10
+ @color/m3_ref_palette_dynamic_primary100
+ @color/m3_ref_palette_dynamic_primary10
+ @color/m3_ref_palette_dynamic_secondary100
+ @color/m3_ref_palette_dynamic_secondary10
+ @color/m3_ref_palette_dynamic_neutral10
+ @color/m3_ref_palette_dynamic_neutral_variant30
+ @color/m3_ref_palette_dynamic_tertiary100
+ @color/m3_ref_palette_dynamic_tertiary10
+ @color/m3_ref_palette_dynamic_neutral_variant50
+ @color/m3_ref_palette_dynamic_neutral_variant80
+ @color/m3_ref_palette_dynamic_primary40
+ @color/m3_ref_palette_dynamic_primary90
+ @color/m3_ref_palette_dynamic_secondary40
+ @color/m3_ref_palette_dynamic_secondary90
+ @color/m3_ref_palette_dynamic_neutral99
+ @color/m3_ref_palette_dynamic_neutral_variant90
+ @color/m3_ref_palette_dynamic_tertiary40
+ @color/m3_ref_palette_dynamic_tertiary90
+ @color/m3_ref_palette_dynamic_neutral0
+ @color/m3_ref_palette_dynamic_neutral10
+ @color/m3_ref_palette_dynamic_neutral100
+ @color/m3_ref_palette_dynamic_neutral20
+ @color/m3_ref_palette_dynamic_neutral30
+ @color/m3_ref_palette_dynamic_neutral40
+ @color/m3_ref_palette_dynamic_neutral50
+ @color/m3_ref_palette_dynamic_neutral60
+ @color/m3_ref_palette_dynamic_neutral70
+ @color/m3_ref_palette_dynamic_neutral80
+ @color/m3_ref_palette_dynamic_neutral90
+ @color/m3_ref_palette_dynamic_neutral95
+ @color/m3_ref_palette_dynamic_neutral99
+ @color/m3_ref_palette_dynamic_neutral_variant0
+ @color/m3_ref_palette_dynamic_neutral_variant10
+ @color/m3_ref_palette_dynamic_neutral_variant100
+ @color/m3_ref_palette_dynamic_neutral_variant20
+ @color/m3_ref_palette_dynamic_neutral_variant30
+ @color/m3_ref_palette_dynamic_neutral_variant40
+ @color/m3_ref_palette_dynamic_neutral_variant50
+ @color/m3_ref_palette_dynamic_neutral_variant60
+ @color/m3_ref_palette_dynamic_neutral_variant70
+ @color/m3_ref_palette_dynamic_neutral_variant80
+ @color/m3_ref_palette_dynamic_neutral_variant90
+ @color/m3_ref_palette_dynamic_neutral_variant95
+ @color/m3_ref_palette_dynamic_neutral_variant99
+ @color/m3_ref_palette_dynamic_primary0
+ @color/m3_ref_palette_dynamic_primary10
+ @color/m3_ref_palette_dynamic_primary100
+ @color/m3_ref_palette_dynamic_primary20
+ @color/m3_ref_palette_dynamic_primary30
+ @color/m3_ref_palette_dynamic_primary40
+ @color/m3_ref_palette_dynamic_primary50
+ @color/m3_ref_palette_dynamic_primary60
+ @color/m3_ref_palette_dynamic_primary70
+ @color/m3_ref_palette_dynamic_primary80
+ @color/m3_ref_palette_dynamic_primary90
+ @color/m3_ref_palette_dynamic_primary95
+ @color/m3_ref_palette_dynamic_primary99
+ @color/m3_ref_palette_dynamic_secondary0
+ @color/m3_ref_palette_dynamic_secondary10
+ @color/m3_ref_palette_dynamic_secondary100
+ @color/m3_ref_palette_dynamic_secondary20
+ @color/m3_ref_palette_dynamic_secondary30
+ @color/m3_ref_palette_dynamic_secondary40
+ @color/m3_ref_palette_dynamic_secondary50
+ @color/m3_ref_palette_dynamic_secondary60
+ @color/m3_ref_palette_dynamic_secondary70
+ @color/m3_ref_palette_dynamic_secondary80
+ @color/m3_ref_palette_dynamic_secondary90
+ @color/m3_ref_palette_dynamic_secondary95
+ @color/m3_ref_palette_dynamic_secondary99
+ @color/m3_ref_palette_dynamic_tertiary0
+ @color/m3_ref_palette_dynamic_tertiary10
+ @color/m3_ref_palette_dynamic_tertiary100
+ @color/m3_ref_palette_dynamic_tertiary20
+ @color/m3_ref_palette_dynamic_tertiary30
+ @color/m3_ref_palette_dynamic_tertiary40
+ @color/m3_ref_palette_dynamic_tertiary50
+ @color/m3_ref_palette_dynamic_tertiary60
+ @color/m3_ref_palette_dynamic_tertiary70
+ @color/m3_ref_palette_dynamic_tertiary80
+ @color/m3_ref_palette_dynamic_tertiary90
+ @color/m3_ref_palette_dynamic_tertiary95
+ @color/m3_ref_palette_dynamic_tertiary99
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-vi/values-vi.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-vi/values-vi.xml
new file mode 100644
index 000000000..44cd120cd
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-vi/values-vi.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d thông báo mới
+ - %d thông báo mới
+
+ "Chỉ đường về nhà"
+ "Di chuyển lên"
+ "Tùy chọn khác"
+ "Xong"
+ "Xem tất cả"
+ "Chọn một ứng dụng"
+ "TẮT"
+ "BẬT"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "Tìm kiếm…"
+ "Xóa truy vấn"
+ "Truy vấn tìm kiếm"
+ "Tìm kiếm"
+ "Gửi truy vấn"
+ "Tìm kiếm bằng giọng nói"
+ "Chia sẻ với"
+ "Chia sẻ với %s "
+ "Thu gọn"
+ Thu gọn bảng dưới cùng
+ Mở rộng bảng dưới cùng
+ Mở rộng một nửa
+ Đã nhấn đúp nút kéo
+ Nút kéo
+ Đã nhập %1$d trong số %2$d ký tự
+ Đã vượt quá giới hạn ký tự %1$d/%2$d
+ Xóa văn bản
+ Lỗi
+ Hiển thị menu thả xuống
+ Biểu tượng hộp thoại
+ Thẻ
+ Chọn SA hoặc CH
+ %1$s giờ
+ Chọn giờ
+ %1$s giờ
+ Chọn phút
+ %1$s phút
+ SA
+ Chuyển sang chế độ đồng hồ để nhập thời gian.
+ Giờ
+ Phút
+ CH
+ Chọn thời gian
+ Chuyển sang chế độ nhập văn bản để nhập thời gian.
+ Thông báo mới
+ Xóa %1$s
+ Hơn %1$d thông báo mới
+ Chuyển sang tháng tiếp theo
+ Chuyển về tháng trước
+ Lựa chọn hiện tại: %1$s
+ Hủy
+ OK
+ %1$s
+ Chọn ngày
+ Ngày đã chọn
+ Cột ngày: %1$s
+ Định dạng không hợp lệ.
+ Ví dụ: %1$s
+ Sử dụng: %1$s
+ Phạm vi không hợp lệ.
+ Chuyển tới năm %1$s
+ Nằm ngoài phạm vi: %1$s
+ Ngày bắt đầu – %1$s
+ %1$s – Ngày kết thúc
+ %1$s – %2$s
+ Chọn dải ô
+ Ngày bắt đầu – Ngày kết thúc
+ Lưu
+ Ngày
+ Ngày kết thúc
+ Ngày bắt đầu
+ d
+ m
+ y
+ Chuyển sang chế độ nhập lịch
+ Nhấn để chuyển sang chế độ chọn một ngày
+ Chuyển sang chế độ nhập văn bản
+ Nhấn để chuyển sang chế độ chọn một năm
+ Huỷ
+ OK
+ Hiện mật khẩu
+ "Tìm kiếm"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w320dp-land-v13/values-w320dp-land-v13.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w320dp-land-v13/values-w320dp-land-v13.xml
new file mode 100644
index 000000000..b4fed6b9e
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w320dp-land-v13/values-w320dp-land-v13.xml
@@ -0,0 +1,5 @@
+
+
+ 24dp
+ 36dp
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w360dp-port-v13/values-w360dp-port-v13.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w360dp-port-v13/values-w360dp-port-v13.xml
new file mode 100644
index 000000000..fa14e49b7
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w360dp-port-v13/values-w360dp-port-v13.xml
@@ -0,0 +1,11 @@
+
+
+ 4dp
+ 18dp
+ 40dp
+ 2dp
+ 2dp
+ 40dp
+ 40dp
+ 4dp
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w480dp-port-v13/values-w480dp-port-v13.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w480dp-port-v13/values-w480dp-port-v13.xml
new file mode 100644
index 000000000..e8cf2fee8
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w480dp-port-v13/values-w480dp-port-v13.xml
@@ -0,0 +1,11 @@
+
+
+ 0dp
+ 22dp
+ 48dp
+ 2dp
+ 2dp
+ 48dp
+ 48dp
+ 0dp
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w600dp-land-v13/values-w600dp-land-v13.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w600dp-land-v13/values-w600dp-land-v13.xml
new file mode 100644
index 000000000..aaaf95591
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w600dp-land-v13/values-w600dp-land-v13.xml
@@ -0,0 +1,4 @@
+
+
+ 64dp
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml
new file mode 100644
index 000000000..2d85812e0
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml
new file mode 100644
index 000000000..deecc9e8d
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml
new file mode 100644
index 000000000..b499d2cf3
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml
@@ -0,0 +1,9 @@
+
+
+ - 60%
+ - 90%
+ - 50%
+ - 70%
+ - 45%
+ - 72%
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml
new file mode 100644
index 000000000..0075a9925
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d 条新通知
+ - %d 条新通知
+
+ "转到首页"
+ "转到上一层级"
+ "更多选项"
+ "完成"
+ "查看全部"
+ "选择应用"
+ "关闭"
+ "开启"
+ "Alt+"
+ "Ctrl+"
+ "Delete 键"
+ "Enter 键"
+ "Fn+"
+ "Meta+"
+ "Shift+"
+ "空格键"
+ "Sym+"
+ "Menu+"
+ "搜索…"
+ "清除查询"
+ "搜索查询"
+ "搜索"
+ "提交查询"
+ "语音搜索"
+ "分享对象"
+ "与%s 分享"
+ "收起"
+ 收起底部动作条
+ 展开底部动作条
+ 展开到一半高度
+ 拖动手柄被点按两次
+ 拖动手柄
+ 输入了 %1$d 个字符(上限为 %2$d 个)
+ 超出字符数限制(共 %1$d 个,上限为 %2$d 个)
+ 清除文字
+ 错误
+ 显示下拉菜单
+ 对话框图标
+ 标签页
+ 选择上午或下午
+ %1$s 小时
+ 选择小时
+ %1$s 点
+ 选择分钟
+ %1$s 分
+ 上午
+ 切换到时钟模式来输入时间。
+ 小时
+ 分钟
+ 下午
+ 选择时间
+ 切换到文字输入模式来输入时间。
+ 新通知
+ 移除%1$s
+ 有 %1$d 条以上的新通知
+ 转到下个月
+ 转到上个月
+ 当前的选择是:%1$s
+ 取消
+ 确定
+ %1$s
+ 请选择日期
+ 选定的日期
+ 表示周几的列:%1$s
+ 格式无效。
+ 示例:%1$s
+ 使用:%1$s
+ 范围无效。
+ 转到 %1$s 年
+ 不在允许的范围内:%1$s
+ 开始日期 – %1$s
+ %1$s – 结束日期
+ %1$s - %2$s
+ 请选择范围
+ 开始日期 - 结束日期
+ 保存
+ 日期
+ 结束日期
+ 开始日期
+ d
+ m
+ y
+ 切换到日历输入模式
+ 点按即可切换到选择某天
+ 切换到文本字段输入模式
+ 点按即可切换到选择某年
+ 取消
+ 确定
+ 显示密码
+ "搜索"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml
new file mode 100644
index 000000000..dfbecea13
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d 個新通知
+ - %d 個新通知
+
+ "瀏覽主頁"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "查看全部"
+ "選擇應用程式"
+ "關閉"
+ "開啟"
+ "Alt +"
+ "Ctrl +"
+ "刪除"
+ "Enter 鍵"
+ "Fn +"
+ "Meta +"
+ "Shift +"
+ "空白鍵"
+ "Sym +"
+ "Menu +"
+ "搜尋…"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "分享對象"
+ "使用「%s 」分享"
+ "收合"
+ 收合頁底面板
+ 展開頁底面板
+ 展開一半
+ 㩒咗兩下拖曳控點
+ 拖曳控點
+ 已輸入 %1$d 個字元 (共 %2$d 個)
+ 超出字元限制 %1$d 個字元 (上限 %2$d 個字元)
+ 清除文字
+ 錯誤
+ 顯示下拉式選單
+ 對話框圖示
+ 分頁
+ 選擇上午或下午
+ %1$s 個鐘
+ 選取時段
+ %1$s 點
+ 選取分鐘
+ %1$s 分
+ AM
+ 切換至時鐘模式即可輸入時間。
+ 小時
+ 分鐘
+ PM
+ 選取時間
+ 切換至文字輸入模式即可輸入時間。
+ 新通知
+ 移除「%1$s」
+ 超過 %1$d 則新通知
+ 變更為下個月
+ 變更為上個月
+ 目前選取:%1$s
+ 取消
+ 確定
+ %1$s
+ 請選擇日期
+ 已選取日期
+ 日期欄:%1$s
+ 格式無效。
+ 例如:%1$s
+ 使用:%1$s
+ 範圍無效。
+ 瀏覽至 %1$s 年
+ 超出範圍:%1$s
+ 開始日期 – %1$s
+ %1$s – 結束日期
+ %1$s – %2$s
+ 請選擇範圍
+ 開始日期 – 結束日期
+ 儲存
+ 日期
+ 結束日期
+ 開始日期
+ 日
+ 月
+ 年
+ 切換至日曆輸入模式
+ 輕按以切換至選擇日期
+ 切換至文字輸入模式
+ 輕按以切換至選擇年份
+ 取消
+ 確定
+ 顯示密碼
+ "搜尋"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml
new file mode 100644
index 000000000..7d1d9f0db
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d 則新通知
+ - %d 則新通知
+
+ "瀏覽首頁"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "查看全部"
+ "選擇應用程式"
+ "關閉"
+ "開啟"
+ "Alt +"
+ "Ctrl +"
+ "Delete 鍵"
+ "Enter 鍵"
+ "Fn +"
+ "Meta +"
+ "Shift +"
+ "空格鍵"
+ "Sym +"
+ "Menu +"
+ "搜尋…"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "分享對象"
+ "與「%s 」分享"
+ "收合"
+ 收合底部功能表
+ 展開底部功能表
+ 展開一半
+ 已輕觸兩下拖曳控點
+ 拖曳控點
+ 已輸入 %1$d 個字元 (上限為 %2$d 個字元)
+ 超過字元限制 (共 %1$d 字元,上限 %2$d 字元)
+ 清除文字
+ 錯誤
+ 顯示下拉式選單
+ 對話方塊圖示
+ 分頁標籤
+ 選取上午或下午
+ %1$s 小時
+ 請選取時段
+ %1$s 點
+ 選取分鐘數
+ %1$s 分
+ AM
+ 切換至時鐘模式來輸入時間。
+ 小時
+ 分鐘
+ PM
+ 選取時間
+ 切換至文字輸入模式來輸入時間。
+ 新通知
+ 移除 %1$s
+ 超過 %1$d 則新通知
+ 變更至下個月
+ 變更至上個月
+ 目前選取:%1$s
+ 取消
+ 確定
+ %1$s
+ 選取日期
+ 所選日期
+ 星期幾資料欄:%1$s
+ 格式無效。
+ 範例:%1$s
+ 使用:%1$s
+ 日期範圍無效。
+ 前往 %1$s 年
+ 超出日期範圍:%1$s
+ 開始日期 – %1$s
+ %1$s – 結束日期
+ %1$s – %2$s
+ 選取範圍
+ 開始日期 - 結束日期
+ 儲存
+ 日期
+ 結束日期
+ 開始日期
+ d
+ m
+ y
+ 切換至日曆輸入模式
+ 輕觸即可切換為選取星期幾
+ 切換至文字輸入模式
+ 輕觸即可切換為選取年份
+ 取消
+ 確定
+ 顯示密碼
+ "搜尋"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zu/values-zu.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zu/values-zu.xml
new file mode 100644
index 000000000..a87d81f61
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zu/values-zu.xml
@@ -0,0 +1,98 @@
+
+
+
+ - %d izaziso ezintsha
+ - %d izaziso ezintsha
+
+ "Zulazulela ekhaya"
+ "Zulazulela phezulu"
+ "Ezinye izinketho"
+ "Kwenziwe"
+ "Buka konke"
+ "Khetha insiza"
+ "VALA"
+ "VULA"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Imenyu+"
+ "Sesha…"
+ "Sula inkinga"
+ "Sesha umbuzo"
+ "Sesha"
+ "Thumela umbuzo"
+ "Ukusesha ngezwi"
+ "Yabelana no"
+ "Yabelana ne-%s "
+ "Goqa"
+ Goqa ishidi eliphansi
+ Nweba ishidi eliphansi
+ Nweba phakathi
+ Hudula isibambi esithephwe kabili
+ Hudula isibambi
+ Izinhlamvu ezifakiwe ezingu-%1$d zokungu-%2$d
+ Umkhawulo wezinhlamvu udlule u-%1$d kokungu-%2$d
+ Sula umbhalo
+ Iphutha
+ Bonisa imenyu yokudonsela phansi
+ Isithonjana sebhokisi
+ Ithebhu
+ Khetha u-AM noma u-PM
+ amahora angu-%1$s
+ Khetha ihora
+ %1$s ezimpondweni
+ Khetha amaminithi
+ amaminithi angu-%1$s
+ AM
+ Shintshela kumodi yewashi ngokufakwa kwesikhathi.
+ Ihora
+ Iminithi
+ PM
+ Khetha isikhathi
+ Shintshela kumodi yokufaka umbhalo ngokufaka isikhathi.
+ Isaziso esisha
+ Susa i-%1$s
+ Izaziso ezintsha ezingaphezu kokungu-%1$d
+ Shintshela kunyanga elandelayo
+ Shintshela kunyanga edlule
+ Ukukhetha kwamanje: %1$s
+ Khansela
+ KULUNGILE
+ %1$s
+ Khetha Idethi
+ Khetha idethi
+ Ikholomu yezinsuku: %1$s
+ Ifomethi engavumelekile.
+ Isibonelo: %1$s
+ Sebenzisa: %1$s
+ Ibanga elingavumelekile.
+ Zulela onyakeni %1$s
+ Ikude kubanga: %1$s
+ Idethi yokuqala – %1$s
+ %1$s – Idethi yokuphela
+ %1$s – %2$s
+ Khetha Ibanga
+ Idethi yokuqala – Idethi yokuphela
+ Londoloza
+ Idethi
+ Idethi yokuphela
+ Idethi yokuqala
+ d
+ m
+ y
+ Shintshela kwimodi yokufaka yekhalenda
+ Thepha ukuze ushintshe ekukhetheni usuku
+ Shintshela kwimodi yokufaka yombhalo
+ Thepha ukuze ushintshele ekukhetheni unyaka
+ Khansela
+ KULUNGILE
+ Bonisa iphasiwedi
+ "Sesha"
+ "999+"
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml
new file mode 100644
index 000000000..a3a4acc38
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml
@@ -0,0 +1,13320 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ true
+ true
+ #ff000000
+ #ffffffff
+ #7fa87f
+ @android:color/black
+ @android:color/black
+ @color/material_deep_teal_200
+ @color/material_deep_teal_500
+ #1f000000
+ #8a000000
+ @color/material_grey_800
+ @android:color/white
+ @color/material_grey_850
+ @color/material_grey_50
+ #FF000000
+ #80ffffff
+ #80000000
+ @color/bright_foreground_material_light
+ @color/bright_foreground_material_dark
+ @android:color/white
+ @android:color/black
+ #ff5a595b
+ #ffd6d7d7
+ #0000A5
+ #FF424242
+ #FFFFFFFF
+ #03000000
+ #37000000
+ #14000000
+ #121212
+ #CF6679
+ #FFFFFF
+ #000000
+ #000000
+ #000000
+ #FFFFFF
+ #BA86FC
+ #000000
+ #3700B3
+ #03DAC6
+ #03DAC6
+ #121212
+ #FFFFFF
+ #B00020
+ #000000
+ #FFFFFF
+ #FFFFFF
+ #000000
+ #000000
+ #6200EE
+ #3700B3
+ #3700B3
+ #03DAC6
+ #018786
+ #FFFFFF
+ @android:color/transparent
+ #14000000
+ #44000000
+ #0A000000
+ #0F000000
+ #1AFFFFFF
+ #2EFFFFFF
+ #323232
+ #80bebebe
+ #80323232
+ #ffbebebe
+ #ff323232
+ #ff7043
+ #ff5722
+ @android:color/white
+ @android:color/black
+ #6680cbc4
+ #66009688
+ #ff000000
+ #ff000000
+ #ff410e0b
+ #ffffffff
+ #ff601410
+ #ff8c1d18
+ #ffb3261e
+ #ffdc362e
+ #ffe46962
+ #ffec928e
+ #fff2b8b5
+ #fff9dedc
+ #fffceeee
+ #fffffbf9
+ #ff000000
+ #ff1c1b1f
+ #ffffffff
+ #ff313033
+ #ff484649
+ #ff605d62
+ #ff787579
+ #ff939094
+ #ffaeaaae
+ #ffc9c5ca
+ #ffe6e1e5
+ #fff4eff4
+ #fffffbfe
+ #ff000000
+ #ff1d1a22
+ #ffffffff
+ #ff322f37
+ #ff49454f
+ #ff605d66
+ #ff79747e
+ #ff938f99
+ #ffaea9b4
+ #ffcac4d0
+ #ffe7e0ec
+ #fff5eefa
+ #fffffbfe
+ #ff000000
+ #ff21005d
+ #ffffffff
+ #ff381e72
+ #ff4f378b
+ #ff6750a4
+ #ff7f67be
+ #ff9a82db
+ #ffb69df8
+ #ffd0bcff
+ #ffeaddff
+ #fff6edff
+ #fffffbfe
+ #ff000000
+ #ff1d192b
+ #ffffffff
+ #ff332d41
+ #ff4a4458
+ #ff625b71
+ #ff7a7289
+ #ff958da5
+ #ffb0a7c0
+ #ffccc2dc
+ #ffe8def8
+ #fff6edff
+ #fffffbfe
+ #ff000000
+ #ff31111d
+ #ffffffff
+ #ff492532
+ #ff633b48
+ #ff7d5260
+ #ff986977
+ #ffb58392
+ #ffd29dac
+ #ffefb8c8
+ #ffffd8e4
+ #ffffecf1
+ #fffffbfa
+ #ffffffff
+ @color/m3_ref_palette_neutral10
+ @color/m3_ref_palette_error80
+ @color/m3_ref_palette_error30
+ @color/m3_ref_palette_neutral20
+ @color/m3_ref_palette_primary40
+ @color/m3_ref_palette_neutral90
+ @color/m3_ref_palette_neutral90
+ @color/m3_ref_palette_error20
+ @color/m3_ref_palette_error90
+ @color/m3_ref_palette_primary20
+ @color/m3_ref_palette_primary90
+ @color/m3_ref_palette_secondary20
+ @color/m3_ref_palette_secondary90
+ @color/m3_ref_palette_neutral90
+ @color/m3_ref_palette_neutral_variant80
+ @color/m3_ref_palette_tertiary20
+ @color/m3_ref_palette_tertiary90
+ @color/m3_ref_palette_neutral_variant60
+ @color/m3_ref_palette_neutral_variant30
+ @color/m3_ref_palette_primary80
+ @color/m3_ref_palette_primary30
+ @color/m3_ref_palette_secondary80
+ @color/m3_ref_palette_secondary30
+ @color/m3_ref_palette_neutral10
+ @color/m3_ref_palette_neutral_variant30
+ @color/m3_ref_palette_tertiary80
+ @color/m3_ref_palette_tertiary30
+ @color/m3_ref_palette_neutral99
+ @color/m3_ref_palette_error40
+ @color/m3_ref_palette_error90
+ @color/m3_ref_palette_neutral95
+ @color/m3_ref_palette_primary80
+ @color/m3_ref_palette_neutral20
+ @color/m3_ref_palette_neutral10
+ @color/m3_ref_palette_error100
+ @color/m3_ref_palette_error10
+ @color/m3_ref_palette_primary100
+ @color/m3_ref_palette_primary10
+ @color/m3_ref_palette_secondary100
+ @color/m3_ref_palette_secondary10
+ @color/m3_ref_palette_neutral10
+ @color/m3_ref_palette_neutral_variant30
+ @color/m3_ref_palette_tertiary100
+ @color/m3_ref_palette_tertiary10
+ @color/m3_ref_palette_neutral_variant50
+ @color/m3_ref_palette_neutral_variant80
+ @color/m3_ref_palette_primary40
+ @color/m3_ref_palette_primary90
+ @color/m3_ref_palette_secondary40
+ @color/m3_ref_palette_secondary90
+ @color/m3_ref_palette_neutral99
+ @color/m3_ref_palette_neutral_variant90
+ @color/m3_ref_palette_tertiary40
+ @color/m3_ref_palette_tertiary90
+ #ff37474f
+ #ff263238
+ #ff21272b
+ #ff80cbc4
+ #ff008577
+ #fff5f5f5
+ #ffe0e0e0
+ #fffafafa
+ #ff757575
+ #ff424242
+ #ff303030
+ #ff212121
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #61000000
+ #00ffffff
+ #52000000
+ #6B000000
+ #1F000000
+ #0A000000
+ #00000000
+ #DE000000
+ #ffffffff
+ #ff9e9e9e
+ #010145
+ @android:color/black
+ @color/material_grey_600
+ @color/material_grey_900
+ @color/material_grey_100
+ #ffffffff
+ #de000000
+ #4Dffffff
+ #39000000
+ #FF3700B3
+ #FF3700B3
+ #33ffffff
+ #1f000000
+ #b3ffffff
+ #8a000000
+ #36ffffff
+ #24000000
+ #ff616161
+ #ffbdbdbd
+ #ffbdbdbd
+ #fff1f1f1
+ #FF03DAC5
+ #FF018786
+ #e6616161
+ #e6FFFFFF
+ #FFFFFFFF
+ 16dp
+ 72dp
+ 56dp
+ 0dp
+ 0dp
+ 4dp
+ 16dp
+ 10dp
+ 6dp
+ 48dp
+ 180dp
+ 5dp
+ -3dp
+ 48dp
+ 48dp
+ 36dp
+ 48dp
+ 48dp
+ @dimen/abc_control_inset_material
+ 6dp
+ 8dp
+ @dimen/abc_control_padding_material
+ 720dp
+ 320dp
+ 2dp
+ 4dp
+ 4dp
+ 2dp
+ - 80%
+ - 100%
+ - 320dp
+ - 320dp
+ 8dp
+ 8dp
+ - 65%
+ - 95%
+ 24dp
+ 18dp
+ 8dp
+ - 0.30
+ - 0.26
+ 32dip
+ 8dip
+ 8dip
+ 7dp
+ 4dp
+ 10dp
+ 16dp
+ 80dp
+ 64dp
+ 48dp
+ @dimen/abc_action_bar_content_inset_material
+ 296dp
+ 4dp
+ 48dip
+ 320dip
+ 2dp
+ 2dp
+ 20dp
+ 48dp
+ 36dp
+ 16dp
+ 3dp
+ 14sp
+ 14sp
+ 14sp
+ 12sp
+ 34sp
+ 45sp
+ 56sp
+ 112sp
+ 24sp
+ 22sp
+ 18sp
+ 14sp
+ 16sp
+ 14sp
+ 16sp
+ 16dp
+ 20sp
+ 20dp
+ 16dp
+ 1dp
+ 2dp
+ 2dp
+ 64dp
+ 4dp
+ 6dp
+ 8dp
+ 4dp
+ 2dp
+ 320dp
+ 320dp
+ 10dp
+ 4dp
+ 168dp
+ 96dp
+ 14sp
+ 8dp
+ 56dp
+ 24dp
+ 96dp
+ 56dp
+ 10dp
+ 8dp
+ 1dp
+ 12sp
+ 8dp
+ 16dp
+ 64dp
+ 0.5dp
+ 6dp
+ 24dp
+ 40dp
+ 56dp
+ 6dp
+ 6dp
+ 16dp
+ 32dp
+ 24dp
+ 16dp
+ 32dp
+ 4dp
+ 280dp
+ 8dp
+ 8dp
+ 128dp
+ - 1.0
+ 0dp
+ 6dp
+ 0dp
+ -1px
+ -1px
+ 12dp
+ 14dp
+ 16dp
+ 14sp
+ 264dp
+ 72dp
+ 14sp
+ 12sp
+ 5dp
+ - 0.30
+ - 0.26
+ 8dp
+ 0dp
+ 50dp
+ - 0.26
+ - 0.20
+ - 0.12
+ - 0.50
+ - 0.38
+ - 0.70
+ - 0.54
+ 20dp
+ 800dp
+ 120dp
+ 14dp
+ 14dp
+ 28dp
+ @dimen/m3_sys_elevation_level3
+ 16dp
+ 24dp
+ 16dp
+ 16dp
+ 16dp
+ 96dp
+ 112dp
+ 112dp
+ 64dp
+ 152dp
+ 112dp
+ 1.5dp
+ 3dp
+ 1.5dp
+ 3dp
+ 7dp
+ 4dp
+ 32dp
+ 4dp
+ 64dp
+ 16dp
+ 12dp
+ 80dp
+ 20dp
+ @dimen/m3_sys_elevation_level1
+ @dimen/m3_sys_elevation_level1
+ 6dp
+ 4dp
+ 12dp
+ 16dp
+ @dimen/m3_comp_bottom_app_bar_container_height
+ 4dp
+ 64dp
+ 8dp
+ 0dp
+ 0dp
+ @dimen/m3_comp_elevated_button_container_elevation
+ 0dp
+ 16dp
+ 24dp
+ 10dp
+ 20dp
+ 0dp
+ 20dp
+ 4dp
+ 320dp
+ 6dp
+ 24dp
+ 24dp
+ 6dp
+ 1dp
+ 12dp
+ 16dp
+ 12dp
+ 12dp
+ 0dp
+ 1dp
+ @dimen/m3_sys_elevation_level3
+ 7dp
+ @dimen/m3_sys_elevation_level1
+ 2dp
+ @dimen/m3_sys_elevation_level0
+ @dimen/m3_sys_elevation_level1
+ 1dp
+ 1dp
+ 8dp
+ -1dp
+ 7dp
+ 1dp
+ 2dp
+ 18dp
+ 32dp
+ @dimen/m3_sys_elevation_level1
+ @dimen/m3_sys_elevation_level0
+ 1dp
+ 18dp
+ @dimen/m3_sys_elevation_level2
+ 80dp
+ - 0.38
+ 4dp
+ 1dp
+ @dimen/m3_sys_elevation_level1
+ @dimen/m3_sys_elevation_level0
+ @dimen/m3_sys_elevation_level3
+ 56dp
+ @dimen/m3_sys_elevation_level3
+ @dimen/m3_sys_state_focus_state_layer_opacity
+ @dimen/m3_sys_elevation_level4
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ 24dp
+ @dimen/m3_sys_elevation_level3
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ @dimen/m3_sys_elevation_level3
+ 56dp
+ @dimen/m3_sys_state_focus_state_layer_opacity
+ @dimen/m3_sys_elevation_level4
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ 24dp
+ 96dp
+ 36dp
+ @dimen/m3_sys_elevation_level3
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ 40dp
+ 24dp
+ @dimen/m3_sys_elevation_level2
+ @dimen/m3_sys_elevation_level0
+ 18dp
+ - 0.38
+ 32dp
+ @dimen/m3_sys_elevation_level1
+ @dimen/m3_sys_elevation_level0
+ 1dp
+ 18dp
+ @dimen/m3_sys_elevation_level0
+ 32dp
+ 1dp
+ 24dp
+ 18dp
+ 4dp
+ 32dp
+ 56dp
+ @dimen/m3_sys_elevation_level0
+ 80dp
+ 24dp
+ @dimen/m3_sys_elevation_level2
+ - 0.12
+ 1dp
+ - 0.38
+ - 0.38
+ - 0.38
+ 2dp
+ 1dp
+ @dimen/m3_sys_state_focus_state_layer_opacity
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ 3dp
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ 1dp
+ @dimen/m3_sys_state_focus_state_layer_opacity
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ 24dp
+ 30dp
+ @dimen/m3_sys_elevation_level3
+ 56dp
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ @dimen/m3_sys_elevation_level3
+ 56dp
+ 72dp
+ 2dp
+ @dimen/m3_sys_state_focus_state_layer_opacity
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ @dimen/m3_sys_elevation_level1
+ @dimen/m3_sys_elevation_level1
+ - 0.38
+ - 0.38
+ - 0.12
+ 4dp
+ 32dp
+ @dimen/m3_sys_elevation_level1
+ @dimen/m3_sys_elevation_level0
+ 1dp
+ 18dp
+ - 1
+ - 0.38
+ - 0.12
+ - 0.38
+ - 0.38
+ @dimen/m3_sys_state_focus_state_layer_opacity
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ 32dp
+ 52dp
+ @dimen/m3_sys_state_focus_state_layer_opacity
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ @dimen/m3_sys_state_focus_state_layer_opacity
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ @dimen/m3_sys_elevation_level3
+ 8dp
+ 8dp
+ 20dp
+ 12dp
+ 56dp
+ 16dp
+ 8dp
+ 0dp
+ 30%
+ 2dp
+ 6dp
+ 36dp
+ 96dp
+ @dimen/m3_sys_elevation_level2
+ 16dp
+ 28dp
+ 12dp
+ 0dp
+ 12dp
+ 12dp
+ 0dp
+ 4dp
+ 28dp
+ 28dp
+ @dimen/m3_comp_navigation_rail_container_width
+ @dimen/m3_comp_navigation_rail_container_elevation
+ @dimen/m3_comp_navigation_rail_icon_size
+ @dimen/m3_comp_navigation_rail_active_indicator_height
+ 4dp
+ @dimen/m3_comp_navigation_rail_active_indicator_width
+ 60dp
+ 8dp
+ 4dp
+ @dimen/m3_sys_state_dragged_state_layer_opacity
+ @dimen/m3_sys_state_focus_state_layer_opacity
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ @dimen/m3_comp_search_bar_container_elevation
+ @dimen/m3_comp_search_bar_container_height
+ 16dp
+ 16dp
+ 1dp
+ 4dp
+ 16dp
+ 16sp
+ 1dp
+ @dimen/m3_comp_search_view_container_elevation
+ @dimen/m3_comp_search_view_full_screen_header_container_height
+ @dimen/m3_sys_elevation_level1
+ @dimen/m3_sys_elevation_level0
+ 256dp
+ - 0.08
+ - 0.12
+ @dimen/m3_comp_slider_inactive_track_height
+ 2dp
+ 24dp
+ 40dp
+ - 1.0
+ 8dp
+ 0dp
+ 1dp
+ 3dp
+ 6dp
+ 8dp
+ 12dp
+ - 0.3
+ - 0.8
+ - 0.0
+ - 0.2
+ - 0.1
+ - 0.1
+ - 0.7
+ - 1.0
+ - 0.4
+ - 1.0
+ - 0.0
+ - 1.0
+ - 0.4
+ - 0.2
+ - 0.0
+ - 1.0
+ - 0.0
+ - 0.2
+ - 0.0
+ - 1.0
+ - 0.0
+ - 1.0
+ - 0.0
+ - 1.0
+ - 0.3
+ - 1.0
+ - 0.0
+ - 1.0
+ - 0.2
+ - 0.0
+ - 0.0
+ - 1.0
+ - 0.0
+ - 0.0
+ - 0.0
+ - 1.0
+ - 0.16
+ - 0.12
+ - 0.08
+ - 0.12
+ 2dp
+ @dimen/m3_sys_elevation_level3
+ 20dp
+ 640dp
+ 80dp
+ 24dp
+ 96dp
+ 44dp
+ 4dp
+ 4dp
+ 2dp
+ 15sp
+ 96dp
+ 12dp
+ 12dp
+ 52dp
+ 256dp
+ -4dp
+ 2dp
+ 1dp
+ - 0.38
+ - 0.12
+ - 0.87
+ - 0.6
+ 12dp
+ 23dp
+ 8dp
+ 32dp
+ 4dp
+ 8dp
+ 4dp
+ 12dp
+ 8dp
+ 2dp
+ 245dp
+ 488dp
+ 56dp
+ 560dp
+ 340dp
+ 24dp
+ 80dp
+ 24dp
+ 24dp
+ 80dp
+ 24dp
+ 4dp
+ 4dp
+ 4dp
+ 6dp
+ 10sp
+ 12dp
+ 12dp
+ 8dp
+ 60dp
+ 16dp
+ 5dp
+ 8dp
+ 0dp
+ 56dp
+ 4dp
+ 64dp
+ 0dp
+ 0dp
+ 2dp
+ 2dp
+ 2dp
+ 12dp
+ 8dp
+ 6dp
+ - 0.07
+ 320dp
+ 4dp
+ 16dp
+ 16dp
+ 4dp
+ 6dp
+ 8dp
+ 1dp
+ 4dp
+ 8dp
+ 8dp
+ 14sp
+ 0dp
+ 64dp
+ 52dp
+ 8dp
+ 0dp
+ 12dp
+ 15dp
+ 32dp
+ 3dp
+ 1dp
+ 1dp
+ 36dp
+ 24dp
+ 16dp
+ 12dp
+ 4dp
+ 1dp
+ 120dp
+ 128dp
+ 32dp
+ 12dp
+ 8dp
+ 24dp
+ 0dp
+ 480dp
+ 2dp
+ 0dp
+ 4dp
+ 48dp
+ 4dp
+ 8dp
+ 104dp
+ 20dp
+ 24dp
+ 100dp
+ 16dp
+ 28dp
+ 68dp
+ 18dp
+ 52dp
+ 8dp
+ 8dp
+ 88dp
+ 8dp
+ 24dp
+ 4dp
+ 5dp
+ 1dp
+ 8dp
+ 3dp
+ 14sp
+ 8dp
+ -8dp
+ 8dp
+ 12dp
+ 0dp
+ 0dp
+ 6dp
+ 20dp
+ 20dp
+ 24dp
+ 12dp
+ 48dp
+ 120dp
+ 20dp
+ 12dp
+ 12dp
+ 0dp
+ 2dp
+ 6dp
+ 6dp
+ 48dp
+ 2dp
+ 6dp
+ - 0.00
+ - 0.24
+ - 0.08
+ - 0.24
+ - 0.00
+ - 0.12
+ - 0.04
+ - 0.12
+ 48dp
+ 24dp
+ 8dp
+ 0dp
+ 22dp
+ 14dp
+ 24dp
+ 8dp
+ 4dp
+ 14dp
+ 56dp
+ 72dp
+ 8dp
+ 14dp
+ 24dp
+ 8dp
+ 16dp
+ 12dp
+ 4dp
+ 2dp
+ 4dp
+ 4dp
+ 18dp
+ 40dp
+ 20dp
+ 40dp
+ 28dp
+ 2.5dp
+ 4dp
+ 3dp
+ 2dp
+ 4dp
+ 0dp
+ 4dp
+ 4dp
+ 24dp
+ 4dp
+ 13dp
+ 26dp
+ 1dp
+ 10dp
+ 4dp
+ 16dp
+ 48dp
+ - 0.5
+ 4dp
+ - 0.8
+ 8dp
+ 8dp
+ 8dp
+ 16dp
+ 4dp
+ 32dp
+ @dimen/m3_comp_switch_track_height
+ @dimen/m3_comp_switch_track_width
+ 4dp
+ 0dp
+ 4dp
+ @dimen/m3_comp_outlined_text_field_outline_width
+ @dimen/m3_comp_outlined_text_field_focus_outline_width
+ 16dp
+ 4dp
+ 16dp
+ 4dp
+ 56dp
+ 14dp
+ 4dp
+ 32dp
+ 32dp
+ 12dp
+ 30dp
+ 32dp
+ 13sp
+ 12dp
+ 8dp
+ 64dp
+ 64dp
+ 10dp
+ @dimen/notification_content_margin_start
+ 16dp
+ 2dp
+ 3dp
+ 24dp
+ 13sp
+ 10dp
+ 5dp
+ 2dp
+ 16dp
+ 8dp
+ 8dp
+ 96dp
+ 6.5dp
+ 0dp
+ 16dp
+ - @drawable/material_ic_keyboard_arrow_right_black_24dp
+ - @drawable/material_ic_keyboard_arrow_left_black_24dp
+ #3333B5E5
+ #0cffffff
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 220
+ 150
+ 150
+ 150
+ 127
+ 150
+ 2
+ 300
+ 320
+ 100
+ 100
+ 75
+ 120
+ 100
+ 700
+ 800
+ 900
+ 1000
+ 450
+ 500
+ 550
+ 600
+ 250
+ 300
+ 350
+ 400
+ 50
+ 100
+ 150
+ 200
+ 300
+ 350
+ 200
+ 250
+ 75
+ 150
+ 0
+ 4
+ 100
+ 100
+ 1
+ 1
+ 3
+ 75
+ 120
+ 100
+ @integer/m3_sys_motion_duration_medium4
+ @integer/m3_sys_motion_duration_medium1
+ @integer/m3_sys_motion_duration_short3
+ @integer/m3_sys_motion_duration_short3
+ 16
+ 32
+ 32
+ 52
+ 250
+ 2
+ 1
+ 0
+ 200
+ 999
+
+ %d new notification
+ %d new notifications
+
+ Enter your Email
+ Navigate home
+ Navigate up
+ More options
+ Done
+ See all
+ Choose an app
+ OFF
+ ON
+ Alt+
+ Ctrl+
+ delete
+ enter
+ Function+
+ Meta+
+ Shift+
+ space
+ Sym+
+ Menu+
+ Search…
+ Clear query
+ Search query
+ Search
+ Submit query
+ Voice search
+ Share with
+ Share with %s
+ Collapse
+ Add New Task
+ androidx.startup
+ new revive
+ com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior
+ com.google.android.material.bottomsheet.BottomSheetBehavior
+ Collapse the bottom sheet
+ Expand the bottom sheet
+ Expand halfway
+ Drag handle double-tapped
+ Drag handle
+ Login
+ Register
+ Characters entered %1$d of %2$d
+ Character limit exceeded %1$d of %2$d
+ %1$d/%2$d
+ Clear text
+ Create An Account
+ Enter Your User Name
+ Enter a relative name
+ Enter a relative Phone
+ Enter a unique username
+ Enter your birthday
+
+ Error: invalid
+
+ Error
+ Show dropdown menu
+ com.google.android.material.transformation.FabTransformationScrimBehavior
+ com.google.android.material.transformation.FabTransformationSheetBehavior
+ Forget pasword?
+ Enter your full name
+ Hello Anas
+ com.google.android.material.behavior.HideBottomViewOnScrollBehavior
+ my daughter wedding
+ I already have an account
+ I don\'t have account Register
+ Dialog Icon
+ Tab
+ login to app
+ path(M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1)
+ cubic-bezier(0.3, 0.0, 0.8, 0.2)
+ cubic-bezier(0.1, 0.7, 0.1, 1.0)
+ M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1
+ cubic-bezier(0.4, 0.0, 0.2, 1.0)
+ cubic-bezier(0.4, 0.0, 1.0, 1.0)
+ cubic-bezier(0.0, 0.0, 0.2, 1.0)
+ cubic-bezier(0.0, 0.0, 1.0, 1.0)
+ cubic-bezier(0.2, 0.0, 0.0, 1.0)
+ cubic-bezier(0.3, 0.0, 1.0, 1.0)
+ cubic-bezier(0.0, 0.0, 0.0, 1.0)
+ :
+ Select AM or PM
+ %1$s hours
+ Select hour
+ %1$s o\'clock
+ Select minutes
+ %1$s minutes
+ cubic-bezier(0.4, 0.0, 1.0, 1.0)
+ cubic-bezier(0.0, 0.0, 0.2, 1.0)
+ path(M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1)
+ cubic-bezier(0.0, 0.0, 1.0, 1.0)
+ cubic-bezier(0.4, 0.0, 0.2, 1.0)
+ Range end
+ Range start
+ Value
+ AM
+ Switch to clock mode for the time input.
+ Hour
+ Minute
+ PM
+ Select time
+ Switch to text input mode for the time input.
+ New notification
+ M14,18.2 11.4,15.6 10,17 14,21 22,13 20.6,11.6z
+ icon
+ M13.4,15 11,15 11,17 13.4,17 21,17 21,15z
+ icon path
+ M23,7H9C7.9,7,7,7.9,7,9v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V9C25,7.9,24.1,7,23,7z
+ button
+ button path
+ M23,7H9C7.9,7,7,7.9,7,9v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V9C25,7.9,24.1,7,23,7z M23,23H9V9h14V23z
+
+ Checked
+
+
+ Partially checked
+
+
+ Not checked
+
+ Remove %1$s
+ More than %1$d new notifications
+ %1$d %2$s
+ Change to next month
+ Change to previous month
+ Start date selection: %1$s – End date selection: %2$s
+ Current selection: %1$s
+ none
+ Cancel
+ OK
+ %1$s
+ Select Date
+ Selected date
+ Column of days: %1$s
+ End date %1$s
+ Invalid format.
+ Example: %1$s
+ Use: %1$s
+ Invalid range.
+ Navigate to current year %1$d
+ Navigate to year %1$d
+ Out of range: %1$s
+ Start date – %1$s
+ %1$s – End date
+ %1$s – %2$s
+ Select Range
+ Start date – End date
+ Save
+ Start date %1$s
+ Date
+ End date
+ Start date
+ d
+ m
+ y
+ Today %1$s
+ Switch to calendar input mode
+ Tap to switch to Calendar view
+ Switch to text input mode
+ Tap to switch to year view
+ circle_group
+ M4,16 A12,12 0 0,1 16,4 H16 A12,12 0 0,1 16,28 H16 A12,12 0 0,1 4,16
+ M0,16 A11,11 0 0,1 11,5 H21 A11,11 0 0,1 21,27 H11 A11,11 0 0,1 0,16
+ circle
+ M2,16 A14,14 0 0,1 16,2 H16 A14,14 0 0,1 16,30 H16 A14,14 0 0,1 2,16
+ M8,16 A8,8 0 0,1 16,8 H16 A8,8 0 0,1 16,24 H16 A8,8 0 0,1 8,16
+ M1,16 A15,15 0 0,1 16,1 H36 A15,15 0 0,1 36,31 H16 A15,15 0 0,1 1,16
+ M0,16 A16,16 0 0,1 16,0 H36 A16,16 0 0,1 36,32 H16 A16,16 0 0,1 0,16
+ Cancel
+ OK
+ Enter your password
+ Show password
+ M12,4.5C7,4.5 2.73,7.61 1,12c1.73,4.39 6,7.5 11,7.5s9.27,-3.11 11,-7.5c-1.73,-4.39 -6,-7.5 -11,-7.5zM12,17c-2.76,0 -5,-2.24 -5,-5s2.24,-5 5,-5 5,2.24 5,5 -2.24,5 -5,5zM12,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3 3,-1.34 3,-3 -1.34,-3 -3,-3z
+ M2,4.27 L19.73,22 L22.27,19.46 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z
+ M2,4.27 L2,4.27 L4.54,1.73 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z
+ M3.27,4.27 L19.74,20.74
+ Confirm Your Password
+ Register
+ Enter your Password
+ Search
+
+ com.google.android.material.search.SearchBar$ScrollingViewBehavior
+
+ Clear text
+ Back
+ Side Sheet
+ com.google.android.material.sidesheet.SideSheetBehavior
+ 999+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ?attr/shapeAppearanceCornerSmall
+ ?attr/textAppearanceLabelLarge
+ ?attr/colorSurface
+ ?attr/colorPrimary
+ ?attr/colorOnSurface
+ ?attr/colorSurface
+ ?attr/colorError
+ ?attr/colorOnError
+ ?attr/colorOnPrimary
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorPrimary
+ ?attr/colorOutlineVariant
+ ?attr/colorSurface
+ ?attr/colorPrimaryContainer
+ ?attr/shapeAppearanceCornerLarge
+ ?attr/colorOnPrimaryContainer
+ ?attr/textAppearanceLabelLarge
+ ?attr/colorSecondaryContainer
+ ?attr/colorOnSecondaryContainer
+ ?attr/colorSurface
+ ?attr/colorPrimary
+ ?attr/colorTertiaryContainer
+ ?attr/colorOnTertiaryContainer
+ ?attr/colorPrimaryContainer
+ ?attr/shapeAppearanceCornerLarge
+ ?attr/colorOnPrimaryContainer
+ ?attr/shapeAppearanceCornerExtraLarge
+ ?attr/shapeAppearanceCornerMedium
+ ?attr/colorSecondaryContainer
+ ?attr/colorOnSecondaryContainer
+ ?attr/colorSurface
+ ?attr/colorPrimary
+ ?attr/colorTertiaryContainer
+ ?attr/colorOnTertiaryContainer
+ ?attr/colorSurfaceVariant
+ ?attr/textAppearanceBodyLarge
+ ?attr/colorPrimary
+ ?attr/colorOnPrimary
+ ?attr/textAppearanceLabelLarge
+ ?attr/colorSurfaceVariant
+ ?attr/shapeAppearanceCornerExtraSmall
+ ?attr/colorError
+ ?attr/colorError
+ ?attr/colorError
+ ?attr/textAppearanceBodyLarge
+ ?attr/colorSecondaryContainer
+ ?attr/colorOnSecondaryContainer
+ ?attr/shapeAppearanceCornerSmall
+ ?attr/textAppearanceLabelLarge
+ ?attr/shapeAppearanceCornerSmall
+ ?attr/textAppearanceLabelLarge
+ ?attr/colorPrimary
+ ?attr/colorSurfaceVariant
+ ?attr/colorSecondaryContainer
+ ?attr/colorSurface
+ ?attr/textAppearanceLabelMedium
+ ?attr/colorSurfaceVariant
+ ?attr/colorPrimary
+ ?attr/textAppearanceBodyLarge
+ ?attr/colorOnSurface
+ ?attr/colorPrimary
+ ?attr/colorOutline
+ ?attr/colorOutline
+ ?attr/colorOutline
+ ?attr/colorPrimary
+ ?attr/shapeAppearanceCornerExtraSmall
+ ?attr/colorOnSurface
+ ?attr/colorOnSurface
+ ?attr/colorOnSurface
+ ?attr/colorOnSurface
+ ?attr/colorError
+ ?attr/colorError
+ ?attr/colorError
+ ?attr/colorOnSurface
+ ?attr/colorPrimary
+ ?attr/colorPrimary
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorOnSurface
+ ?attr/colorOnSurface
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorOnSurface
+ ?attr/textAppearanceBodyLarge
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorOutline
+ ?attr/colorOnSurfaceVariant
+ ?attr/textAppearanceBodySmall
+ ?attr/colorPrimary
+ ?attr/colorPrimary
+ ?attr/colorPrimary
+ ?attr/colorPrimary
+ ?attr/colorSurface
+ ?attr/colorSurfaceVariant
+ ?attr/colorOnSurface
+ ?attr/colorOnSurface
+ ?attr/colorPrimary
+ ?attr/colorPrimary
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorPrimary
+ ?attr/colorOnSurfaceVariant
+ ?attr/textAppearanceTitleSmall
+ ?attr/colorSurface
+ ?attr/elevationOverlayColor
+ ?attr/colorOnSurface
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorOnSurface
+ ?attr/textAppearanceBodyLarge
+ ?attr/colorOnSurface
+ ?attr/colorOnSurface
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorOnSurfaceVariant
+ ?attr/textAppearanceBodyLarge
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorSurface
+ ?attr/elevationOverlayColor
+ ?attr/colorOutline
+ ?attr/shapeAppearanceCornerExtraLarge
+ ?attr/colorOnSurface
+ ?attr/textAppearanceBodyLarge
+ ?attr/colorOnSurface
+ ?attr/colorOnSurfaceVariant
+ ?attr/textAppearanceBodyLarge
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorPrimary
+ ?attr/colorOnSurface
+ ?attr/colorSurface
+ ?attr/colorOnSurface
+ ?attr/colorOnSurface
+ ?attr/colorOnSurfaceVariant
+ ?attr/textAppearanceTitleSmall
+ ?attr/colorOnSurface
+ ?attr/colorOnSurface
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorSurface
+ ?attr/shapeAppearanceCornerExtraLarge
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorPrimary
+ ?attr/colorOnSurface
+ ?attr/colorOnSurface
+ ?attr/colorOnSurface
+ ?attr/colorPrimary
+ ?attr/colorSurfaceVariant
+ ?attr/colorPrimary
+ ?attr/colorOnPrimary
+ ?attr/shapeAppearanceCornerSmall
+ ?attr/textAppearanceLabelLarge
+ ?attr/colorSurface
+ ?attr/colorOnSurface
+ ?attr/colorOnSurface
+ ?attr/colorOnSurface
+ ?attr/colorSurfaceVariant
+ ?attr/colorSurfaceVariant
+ ?attr/colorOnSurface
+ ?attr/colorPrimaryContainer
+ ?attr/colorOnPrimaryContainer
+ ?attr/colorPrimary
+ ?attr/colorPrimary
+ ?attr/colorOnPrimary
+ ?attr/colorPrimaryContainer
+ ?attr/colorOnPrimaryContainer
+ ?attr/colorPrimary
+ ?attr/colorPrimary
+ ?attr/colorOnPrimaryContainer
+ ?attr/colorPrimaryContainer
+ ?attr/colorOnPrimaryContainer
+ ?attr/colorPrimary
+ ?attr/colorPrimary
+ ?attr/colorPrimary
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorSurfaceVariant
+ ?attr/colorOnSurface
+ ?attr/colorSurfaceVariant
+ ?attr/colorOutline
+ ?attr/colorOutline
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorSurfaceVariant
+ ?attr/colorOnSurface
+ ?attr/colorSurfaceVariant
+ ?attr/colorOutline
+ ?attr/colorSurfaceVariant
+ ?attr/colorOnSurfaceVariant
+ ?attr/colorSurfaceVariant
+ ?attr/colorOnSurface
+ ?attr/colorSurfaceVariant
+ ?attr/colorOutline
+ ?attr/colorSurfaceVariant
+ ?attr/colorOutline
+ ?attr/colorPrimary
+ ?attr/colorPrimary
+ ?attr/colorPrimary
+ ?attr/textAppearanceLabelLarge
+ ?attr/colorPrimary
+ sans-serif-medium
+ sans-serif
+ sans-serif-medium
+ sans-serif
+ ?attr/colorPrimary
+ ?attr/colorPrimary
+ linear
+ rounded
+ rounded
+ rounded
+ rounded
+ rounded
+ rounded
+ rounded
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml
new file mode 100644
index 000000000..51e7e47ab
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml
@@ -0,0 +1,15120 @@
+
+androidx.startup #1f000000 #8a000000 #ffffffff #ff9e9e9e 4dp 6dp 8dp 4dp 2dp 320dp 320dp 32dp 13sp 12dp 8dp 64dp 64dp 10dp @dimen/notification_content_margin_start 16dp 2dp 3dp 24dp 13sp 10dp 5dp #3333B5E5 #0cffffff 999 999+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ "999+" "999+" "999+" "৯৯৯+" "999+" "999+" "999+" "999+" "৯৯৯+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" ">999" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "९९९+" "999+" "၉၉၉+" "999+" "९९९+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" ">999" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "999+" "+999" "999+" 4dp @color/androidx_core_secondary_text_default_material_light 0dp 0dp 12dp "999+" "999+" "999+" "999+" "999+"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 10dp
+
+
+
+
+
+
+
+
+
+ true true #ff000000 #ffffffff #7fa87f @android:color/black @android:color/black @color/material_deep_teal_200 @color/material_deep_teal_500 @color/material_grey_800 @android:color/white @color/material_grey_850 @color/material_grey_50 #80ffffff #80000000 @color/bright_foreground_material_light @color/bright_foreground_material_dark @android:color/white @android:color/black #ff5a595b #ffd6d7d7 #80bebebe #80323232 #ffbebebe #ff323232 #ff7043 #ff5722 @android:color/white @android:color/black #6680cbc4 #66009688 #ff37474f #ff263238 #ff21272b #ff80cbc4 #ff008577 #fff5f5f5 #ffe0e0e0 #fffafafa #ff757575 #ff424242 #ff303030 #ff212121 @android:color/black @color/material_grey_600 @color/material_grey_900 @color/material_grey_100 #ffffffff #de000000 #4Dffffff #39000000 #33ffffff #1f000000 #b3ffffff #8a000000 #36ffffff #24000000 #ff616161 #ffbdbdbd #ffbdbdbd #fff1f1f1 #e6616161 #e6FFFFFF 16dp 72dp 56dp 0dp 0dp 4dp 16dp 10dp 6dp 48dp 180dp 5dp -3dp 48dp 48dp 36dp 48dp 48dp @dimen/abc_control_inset_material 6dp 8dp @dimen/abc_control_padding_material 720dp 320dp 2dp 4dp 4dp 2dp - 80%
- 100%
- 320dp
- 320dp
8dp 8dp - 65%
- 95%
24dp 18dp 8dp - 0.30
- 0.26
32dip 8dip 8dip 7dp 4dp 10dp 16dp 80dp 64dp 48dp @dimen/abc_action_bar_content_inset_material 296dp 4dp 48dip 320dip 2dp 2dp 20dp 48dp 36dp 16dp 3dp 14sp 14sp 14sp 12sp 34sp 45sp 56sp 112sp 24sp 22sp 18sp 14sp 16sp 14sp 16sp 16dp 20sp 20dp - 0.30
- 0.26
- 0.26
- 0.20
- 0.12
- 0.50
- 0.38
- 0.70
- 0.54
2dp 16dp 8dp 8dp 96dp 6.5dp 0dp 16dp 220 150 127 150 Navigate home Navigate up More options Done See all Choose an app OFF ON Alt+ Ctrl+ delete enter Function+ Meta+ Shift+ space Sym+ Menu+ Search… Clear query Search query Search Submit query Voice search Share with Share with %s Collapse Search
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ "Gaan na tuisskerm" "Gaan op" "Nog opsies" "Klaar" "Sien alles" "Kies \'n program" "AF" "AAN" "Alt+" "Ctrl+" "delete" "enter" "Funksie+" "Meta+" "Shift+" "spasiebalk" "Simbool+" "Kieslys+" "Soek …" "Vee navraag uit" "Soektognavraag" "Soek" "Dien navraag in" "Stemsoektog" "Deel met" "Deel met %s " "Vou in" "Soek" "መነሻ ዳስስ" "ወደ ላይ ያስሱ" "ተጨማሪ አማራጮች" "ተከናውኗል" "ሁሉንም ይመልከቱ" "አንድ መተግበሪያ ይምረጡ" "አጥፋ" "አብራ" "Alt+" "Ctrl+" "ሰርዝ" "enter" "Function+" "Meta+" "Shift+" "ክፍተት" "Sym+" "Menu+" "ይፈልጉ…" "መጠይቅ አጽዳ" "የፍለጋ መጠይቅ" "ፍለጋ" "መጠይቅ አስገባ" "የድምጽ ፍለጋ" "አጋራ በ" "ለ%s አጋራ" "ሰብስብ" "ፍለጋ" "التوجه إلى المنزل" "التنقل إلى أعلى" "خيارات أكثر" "تم" "عرض الكل" "اختيار تطبيق" "إيقاف" "مفعّلة" "Alt+" "Ctrl+" "حذف" "enter" "Function+" "Meta+" "Shift+" "فضاء" "Sym+" "القائمة+" "بحث…" "محو طلب البحث" "طلب بحث" "البحث" "إرسال طلب البحث" "بحث صوتي" "مشاركة مع" "مشاركة مع %s " "تصغير" "البحث" "গৃহ পৃষ্ঠালৈ যাওক" "ওপৰলৈ যাওক" "অধিক বিকল্প" "সম্পন্ন হ’ল" "আটাইবোৰ চাওক" "কোনো এপ্ বাছনি কৰক" "অফ" "অন" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "সন্ধান কৰক…" "সন্ধান কৰা প্ৰশ্ন মচক" "সন্ধান কৰা প্ৰশ্ন" "সন্ধান কৰক" "প্ৰশ্ন দাখিল কৰক" "কণ্ঠধ্বনিৰ দ্বাৰা সন্ধান" "ইয়াৰ জৰিয়তে শ্বেয়াৰ কৰক" "%s ৰ জৰিয়তে শ্বেয়াৰ কৰক" "সংকোচন কৰক" "সন্ধান" "Əsas səhifəyə keçin" "Yuxarı keçin" "Digər seçimlər" "Hazırdır" "Hamısına baxın" "Tətbiq seçin" "DEAKTİV" "AKTİV" "Alt+" "Ctrl+" "silin" "daxil olun" "Funksiya+" "Meta+" "Shift+" "space" "Sym+" "Menyu+" "Axtarış..." "Sorğunu silin" "Axtarış sorğusu" "Axtarın" "Sorğunu göndərin" "Səsli axtarış" "Paylaşın" "%s ilə paylaşın" "Yığcamlaşdırın" "Axtarın" "Idite na početnu" "Idite nagore" "Još opcija" "Gotovo" "Prikaži sve" "Izaberite aplikaciju" "ISKLJUČENO" "UKLJUČENO" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "taster za razmak" "Sym+" "Menu+" "Pretražite…" "Obrišite upit" "Pretražite upit" "Pretražite" "Pošaljite upit" "Glasovna pretraga" "Delite pomoću" "Delite pomoću aplikacije %s " "Skupi" "Pretražite" "Перайсці на галоўную старонку" "Перайсці ўверх" "Дадатковыя параметры" "Гатова" "Паказаць усе" "Выберыце праграму" "ВЫКЛ." "УКЛ." "Alt +" "Ctrl +" "Delete" "Enter" "Fn +" "Meta +" "Shift +" "Прабел" "Sym +" "Меню +" "Пошук…" "Выдаліць запыт" "Пошукавы запыт" "Пошук" "Адправіць запыт" "Галасавы пошук" "Абагуліць праз" "Абагуліць праз праграму \"%s \"" "Згарнуць" "Пошук" "Навигиране към началния екран" "Навигиране нагоре" "Още опции" "Готово" "Преглед на всички" "Изберете приложение" "ИЗКЛ." "ВКЛ." "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "клавиша за интервал" "Sym+" "Menu+" "Търсете…" "Изчистване на заявката" "Заявка за търсене" "Търсене" "Изпращане на заявката" "Гласово търсене" "Споделяне със:" "Споделяне със: %s " "Свиване" "Търсене" "হোমে নেভিগেট করুন" "উপরে নেভিগেট করুন" "আরও বিকল্প" "হয়ে গেছে" "সবগুলি দেখুন" "একটি অ্যাপ বেছে নিন" "বন্ধ আছে" "চালু করুন" "Alt+" "Ctrl+" "মুছুন" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "সার্চ করুন…" "কোয়েরি মুছে ফেলুন" "সার্চ কোয়েরি" "সার্চ করুন" "কোয়েরি জমা দিন" "ভয়েস সার্চ করুন" "শেয়ার করুন" "%s -এর সাথে শেয়ার করুন" "সঙ্কুচিত করুন" "সার্চ করুন" "Vratite se na početnu stranicu" "Idi gore" "Više opcija" "Gotovo" "Prikaži sve" "Odaberite aplikaciju" "ISKLJUČENO" "UKLJUČENO" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "razmak" "Sym+" "Menu+" "Pretražite..." "Obriši upit" "Pretraži upit" "Pretraži" "Pošalji upit" "Glasovno pretraživanje" "Dijeli sa" "Dijeli putem aplikacije %s " "Suzi" "Pretražite" "Navega fins a la pàgina d\'inici" "Navega cap amunt" "Més opcions" "Fet" "Mostra-ho tot" "Selecciona una aplicació" "DESACTIVA" "ACTIVA" "Alt+" "Ctrl+" "Supr" "Retorn" "Funció+" "Meta+" "Maj+" "Espai" "Sym+" "Menú+" "Cerca…" "Esborra la consulta" "Consulta de cerca" "Cerca" "Envia la consulta" "Cerca per veu" "Comparteix amb" "Comparteix amb %s " "Replega" "Cerca" "Přejít na plochu" "Přejít nahoru" "Další možnosti" "Hotovo" "Zobrazit vše" "Vybrat aplikaci" "VYP" "ZAP" "Alt+" "Ctrl+" "delete" "enter" "Fn+" "Meta+" "Shift+" "mezerník" "Sym+" "Menu+" "Vyhledat…" "Smazat dotaz" "Dotaz pro vyhledávání" "Hledat" "Odeslat dotaz" "Hlasové vyhledávání" "Sdílet s" "Sdílet s aplikací %s " "Sbalit" "Hledat" "Find hjem" "Gå op" "Flere valgmuligheder" "Udfør" "Se alle" "Vælg en app" "FRA" "TIL" "Alt+" "Ctrl+" "slet" "enter" "Fn+" "Meta+" "Shift+" "mellemrum" "Sym+" "Menu+" "Søg…" "Ryd forespørgsel" "Søgeforespørgsel" "Søg" "Indsend forespørgsel" "Talesøgning" "Del med" "Del med %s " "Skjul" "Søg" "Zur Startseite" "Nach oben" "Weitere Optionen" "Fertig" "Alle anzeigen" "App auswählen" "AUS" "AN" "Alt +" "Strg +" "Löschen" "Eingabetaste" "Funktionstaste +" "Meta-Taste +" "Umschalttaste +" "Leertaste" "Sym-Taste +" "Menütaste +" "Suchen…" "Suchanfrage löschen" "Suchanfrage" "Suche" "Anfrage senden" "Sprachsuche" "Teilen mit" "Mit %s teilen" "Minimieren" "Suche" "Πλοήγηση στην αρχική σελίδα" "Πλοήγηση προς τα επάνω" "Περισσότερες επιλογές" "Τέλος" "Εμφάνιση όλων" "Επιλέξτε μια εφαρμογή" "ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ" "ΕΝΕΡΓΟΠΟΙΗΣΗ" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "διάστημα" "Sym+" "Menu+" "Αναζήτηση…" "Διαγραφή ερωτήματος" "Ερώτημα αναζήτησης" "Αναζήτηση" "Υποβολή ερωτήματος" "Φωνητική αναζήτηση" "Κοινοποίηση σε" "Κοινοποίηση στην εφαρμογή %s " "Σύμπτυξη" "Αναζήτηση" "Navigate home" "Navigate up" "More options" "Done" "See all" "Choose an app" "OFF" "ON" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "Search…" "Clear query" "Search query" "Search" "Submit query" "Voice search" "Share with" "Share with %s " "Collapse" "Search" "Navigate home" "Navigate up" "More options" "Done" "See all" "Choose an app" "OFF" "ON" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "Search…" "Clear query" "Search query" "Search" "Submit query" "Voice search" "Share with" "Share with %s " "Collapse" "Search" "Navigate home" "Navigate up" "More options" "Done" "See all" "Choose an app" "OFF" "ON" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "Search…" "Clear query" "Search query" "Search" "Submit query" "Voice search" "Share with" "Share with %s " "Collapse" "Search" "Navigate home" "Navigate up" "More options" "Done" "See all" "Choose an app" "OFF" "ON" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "Search…" "Clear query" "Search query" "Search" "Submit query" "Voice search" "Share with" "Share with %s " "Collapse" "Search" "Navigate home" "Navigate up" "More options" "Done" "See all" "Choose an app" "OFF" "ON" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "Search…" "Clear query" "Search query" "Search" "Submit query" "Voice search" "Share with" "Share with %s " "Collapse" "Search" "Ir a inicio" "Desplazarse hacia arriba" "Más opciones" "Hecho" "Ver todo" "Seleccionar una aplicación" "DESACTIVADO" "ACTIVADO" "Alt +" "Ctrl +" "Suprimir" "Intro" "Función +" "Meta +" "Mayús +" "Espacio" "Sym +" "Menú +" "Buscar…" "Borrar consulta" "Consulta de búsqueda" "Buscar" "Enviar consulta" "Búsqueda por voz" "Compartir con" "Compartir con %s " "Ocultar" "Buscar" "Navegar a la página principal" "Navegar hacia arriba" "Más opciones" "Listo" "Ver todas" "Elegir una app" "DESACTIVAR" "ACTIVAR" "Alt+" "Ctrl+" "borrar" "intro" "Función+" "Meta+" "Mayúscula+" "espacio" "Sym+" "Menú+" "Buscar…" "Borrar consulta" "Búsqueda" "Buscar" "Enviar consulta" "Búsqueda por voz" "Compartir con" "Compartir con %s " "Contraer" "Buscar" "Liigu avalehele" "Liigu üles" "Rohkem valikuid" "Valmis" "Kuva kõik" "Valige rakendus" "VÄLJAS" "SEES" "Alt +" "Ctrl +" "kustuta" "sisestusklahv" "Funktsiooniklahv +" "Meta +" "Tõstuklahv +" "tühik" "Sym +" "Menüü +" "Otsige …" "Päringu tühistamine" "Otsingupäring" "Otsing" "Päringu esitamine" "Häälotsing" "Jaga:" "Jagamine rakendusega %s " "Ahendamine" "Otsing" "Joan orri nagusira" "Joan gora" "Aukera gehiago" "Eginda" "Ikusi guztiak" "Aukeratu aplikazio bat" "DESAKTIBATU" "AKTIBATU" "Alt +" "Ktrl +" "ezabatu" "sartu" "Funtzioa +" "Meta +" "Maius +" "zuriunea" "Sym +" "Menua +" "Bilatu…" "Garbitu kontsulta" "Bilaketa-kontsulta" "Bilatu" "Bidali kontsulta" "Ahozko bilaketa" "Partekatu honekin" "Partekatu %s aplikazioarekin" "Tolestu" "Bilatu" "پیمایش به صفحه اصلی" "رفتن به بالا" "گزینههای بیشتر" "تمام" "دیدن همه" "انتخاب برنامه" "خاموش" "روشن" "Alt+" "Ctrl+" "حذف" "enter" "Function+" "Meta+" "Shift+" "فاصله" "Sym+" "منو+" "جستجو…" "پاک کردن پُرسمان" "درخواست جستجو" "جستجو" "ارسال پُرسمان" "جستجوی گفتاری" "همرسانی با" "همرسانی با %s " "کوچک کردن" "جستجو" "Siirry etusivulle" "Siirry ylös" "Lisäasetukset" "Valmis" "Näytä kaikki" "Valitse sovellus" "POIS PÄÄLTÄ" "PÄÄLLÄ" "Alt+" "Ctrl+" "delete" "enter" "Fn+" "Meta+" "Vaihto+" "välilyönti" "Sym+" "Valikko+" "Haku…" "Tyhjennä kysely" "Hakukysely" "Haku" "Lähetä kysely" "Puhehaku" "Jaa…" "Jaa: %s " "Tiivistä" "Haku" "Revenir à l\'accueil" "Revenir en haut de la page" "Autres options" "OK" "Tout afficher" "Sélectionner une application" "NON" "OUI" "Alt+" "Ctrl+" "supprimer" "entrée" "Fonction+" "Méta+" "Maj+" "espace" "Sym+" "Menu+" "Rechercher…" "Effacer la requête" "Requête de recherche" "Rechercher" "Envoyer la requête" "Recherche vocale" "Partager avec" "Partager avec %s " "Réduire" "Rechercher" "Revenir à l\'accueil" "Revenir en arrière" "Autres options" "Terminé" "Tout afficher" "Sélectionner une application" "DÉSACTIVER" "ACTIVER" "Alt+" "Ctrl+" "supprimer" "entrée" "Fonction+" "Méta+" "Maj+" "espace" "Sym+" "Menu+" "Rechercher…" "Effacer la requête" "Requête de recherche" "Rechercher" "Envoyer la requête" "Recherche vocale" "Partager avec" "Partager avec %s " "Réduire" "Rechercher" "Vai ao inicio" "Vai cara arriba" "Máis opcións" "Feito" "Ver todo" "Selecciona unha aplicación" "DESACTIVADO" "ACTIVADO" "Alt +" "Ctrl +" "eliminar" "intro" "Función +" "Meta +" "Maiús +" "espazo" "Sym +" "Menú +" "Busca…" "Borra a consulta" "Busca a consulta" "Realiza buscas" "Envía a consulta" "Busca por voz" "Comparte contido con" "Comparte contido coa aplicación %s " "Contrae" "Buscar" "ઘરનો રસ્તો બતાવો" "ઉપર નૅવિગેટ કરો" "વધુ વિકલ્પો" "થઈ ગયું" "બધી જુઓ" "ઍપ્લિકેશન પસંદ કરો" "બંધ" "ચાલુ" "Alt+" "Ctrl+" "delete" "Enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "શોધો…" "ક્વેરી સાફ કરો" "શોધ ક્વેરી" "શોધો" "ક્વેરી સબમિટ કરો" "વૉઇસ શોધ" "આની સાથે શેર કરો" "%s ની સાથે શેર કરો" "સંકુચિત કરો" "શોધો" 54dip "होम पेज पर जाएं" "वापस जाएं" "ज़्यादा विकल्प" "हो गया" "सभी देखें" "कोई ऐप्लिकेशन चुनें" "बंद" "चालू" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "खोजें…" "क्वेरी हटाएं" "सर्च क्वेरी" "खोजें" "क्वेरी सबमिट करें" "बोलकर खोजें" "इससे शेयर करें:" "%s से शेयर करें" "छोटा करें" "खोजें" "Idi na početnu" "Natrag" "Više opcija" "Gotovo" "Prikaži sve" "Odabir aplikacije" "ISKLJUČENO" "UKLJUČENO" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "svemir" "Sym+" "Menu+" "Pretražite…" "Izbriši upit" "Upit za pretraživanje" "Pretraži" "Pošalji upit" "Glasovno pretraživanje" "Dijeli s" "Dijeli putem aplikacije %s " "Sažmi" "Pretraži" "Ugrás a főoldalra" "Fel" "További lehetőségek" "Kész" "Az összes megtekintése" "Válasszon alkalmazást" "KI" "BE" "Alt+" "Ctrl+" "Delete" "Enter" "Function+" "Meta+" "Shift+" "Szóköz" "Sym+" "Menu+" "Keresés…" "Lekérdezés törlése" "Keresési lekérdezés" "Keresés" "Lekérdezés küldése" "Hangalapú keresés" "Megosztás a következővel:" "Megosztás a következő alkalmazással: %s " "Összecsukás" "Keresés" "Անցնել գլխավոր էջ" "Անցնել վերև" "Այլ ընտրանքներ" "Պատրաստ է" "Տեսնել բոլորը" "Ընտրել հավելված" "ԱՆՋԱՏԵԼ" "ՄԻԱՑՆԵԼ" "Alt+" "Ctrl+" "Delete" "Enter" "Function+" "Meta+" "Shift+" "բացատ" "Sym+" "Menu+" "Որոնում…" "Ջնջել հարցումը" "Որոնման հարցում" "Որոնել" "Ուղարկել հարցումը" "Ձայնային որոնում" "Կիսվել…" "Կիսվել %s հավելվածի միջոցով" "Ծալել" "Որոնել" "Tunjukkan jalan ke rumah" "Kembali ke atas" "Opsi lain" "Selesai" "Lihat semua" "Pilih aplikasi" "NONAKTIF" "AKTIF" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "spasi" "Sym+" "Menu+" "Telusuri..." "Hapus kueri" "Telusuri kueri" "Telusuri" "Kirim kueri" "Penelusuran suara" "Bagikan dengan" "Bagikan dengan %s " "Ciutkan" "Telusuri" "Fara heim" "Fara upp" "Fleiri valkostir" "Lokið" "Sjá allt" "Veldu forrit" "SLÖKKT" "KVEIKT" "Alt+" "Ctrl+" "eyða" "enter" "Aðgerðarlykill+" "Meta+" "Shift+" "bilslá" "Sym+" "Valmynd+" "Leita…" "Hreinsa fyrirspurn" "Leitarfyrirspurn" "Leit" "Senda fyrirspurn" "Raddleit" "Deila með" "Deila með %s " "Minnka" "Leit" "Portami a casa" "Torna indietro" "Altre opzioni" "Fine" "Mostra tutto" "Scelta di un\'app" "OFF" "ON" "ALT +" "CTRL +" "CANC" "INVIO" "FUNZIONE +" "META +" "MAIUSC +" "SPAZIO" "SYM +" "MENU +" "Cerca…" "Cancella query" "Query di ricerca" "Cerca" "Invia query" "Ricerca vocale" "Condividi con" "Condividi tramite %s " "Comprimi" "Cerca" "ניווט לדף הבית" "ניווט למעלה" "עוד אפשרויות" "סיום" "הצגת הכול" "בחירת אפליקציה" "כבוי" "מופעל" "Alt+" "Ctrl+" "מחיקה" "Enter" "Function+" "Meta+" "Shift+" "רווח" "Sym+" "תפריט+" "חיפוש…" "מחיקת השאילתה" "שאילתת חיפוש" "חיפוש" "שליחת שאילתה" "חיפוש קולי" "שיתוף עם" "שיתוף עם %s " "כיווץ" "חיפוש" "ホームに戻る" "前に戻る" "その他のオプション" "完了" "すべて表示" "アプリの選択" "OFF" "ON" "Alt+" "Ctrl+" "Delete" "Enter" "Function+" "Meta+" "Shift+" "Space" "Sym+" "Menu+" "検索…" "検索キーワードを削除" "検索キーワード" "検索" "検索キーワードを送信" "音声検索" "共有" "%s と共有" "折りたたむ" "検索" "მთავარზე გადასვლა" "ზემოთ გადასვლა" "სხვა ვარიანტები" "მზადაა" "ყველას ნახვა" "აირჩიეთ აპი" "გამორთვა" "ჩართვა" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "შორისი" "Sym+" "Menu+" "ძიება…" "მოთხოვნის გასუფთავება" "მოთხოვნის ძიება" "ძიება" "მოთხოვნის გადაგზავნა" "ხმოვანი ძიება" "გაზიარება:" "%s -ით გაზიარება" "ჩაკეცვა" "ძიება" "Негізгі бетке өту" "Жоғары қарай өту" "Басқа опциялар" "Дайын" "Барлығын көру" "Қолданбаны таңдау" "ӨШІРУ" "ҚОСУ" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "бос орын" "Sym+" "Menu+" "Іздеу…" "Сұрауды өшіру" "Іздеу сұрауы" "Іздеу" "Сұрауды жіберу" "Дауыспен іздеу" "Бөлісу" "%s қолданбасымен бөлісу" "Жию" "Іздеу" "ទៅទំព័រដើម" "រំកិលឡើងលើ" "ជម្រើសច្រើនទៀត" "រួចរាល់" "មើលទាំងអស់" "ជ្រើសរើសកម្មវិធី" "បិទ" "បើក" "Alt+" "Ctrl+" "លុប" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "ស្វែងរក…" "សម្អាតសំណួរ" "ស្វែងរកសំណួរ" "ស្វែងរក" "ដាក់បញ្ជូនសំណួរ" "ស្វែងរកតាមសំឡេង" "ចែករំលែកជាមួយ" "ចែករំលែកជាមួយ %s " "បង្រួម" "ស្វែងរក" "ಹೋಮ್ಗೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ" "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ" "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು" "ಮುಗಿದಿದೆ" "ಎಲ್ಲವನ್ನೂ ನೋಡಿ" "ಆ್ಯಪ್ವೊಂದನ್ನು ಆಯ್ಕೆಮಾಡಿ" "ಆಫ್" "ಆನ್" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "ಹುಡುಕಿ…" "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸಿ" "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ" "ಹುಡುಕಿ" "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸಿ" "ಧ್ವನಿ ಹುಡುಕಾಟ" "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ" "%s ನೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ" "ಕುಗ್ಗಿಸಿ" "ಹುಡುಕಿ" "홈으로 이동" "위로 이동" "추가 옵션" "완료" "전체 보기" "앱 선택" "사용 중지" "사용" "Alt+" "Ctrl+" "Delete" "Enter" "Function+" "Meta+" "Shift+" "스페이스바" "Sym+" "Menu+" "검색..." "검색어 삭제" "검색어" "검색" "검색어 보내기" "음성 검색" "공유 대상:" "%s 과(와) 공유" "접기" "검색" "Башкы бетке чабыттоо" "Мурунку экранга өтүү" "Дагы параметрлер" "Бүттү" "Баарын көрүү" "Колдонмо тандоо" "ӨЧҮК" "КҮЙҮК" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "боштук" "Sym+" "Menu+" "Издөө…" "Сурамды өчүрүү" "Изделген сурам" "Издөө" "Сурам тапшыруу" "Айтып издөө" "Төмөнкү менен бөлүшүү" "%s аркылуу бөлүшүү" "Жыйыштыруу" "Издөө" 48dp 12dp 14dp 440dp - 60%
- 90%
- 60%
- 90%
- 55%
- 80%
"ກັບໄປໜ້າຫຼັກ" "ເລື່ອນຂຶ້ນເທິງ" "ຕົວເລືອກເພີ່ມເຕີມ" "ແລ້ວໆ" "ເບິ່ງທັງໝົດ" "ເລືອກແອັບ" "ປິດ" "ເປີດ" "Alt+" "Ctrl+" "ລຶບ" "enter" "Function+" "Meta+" "Shift+" "ຍະຫວ່າງ" "Sym+" "Menu+" "ຊອກຫາ…" "ລຶບຂໍ້ຄວາມຊອກຫາ" "ຄຳສຳລັບຄົ້ນຫາ" "ຊອກຫາ" "ສົ່ງຂໍ້ມູນ" "ຊອກຫາດ້ວຍສຽງ" "ແບ່ງປັນກັບ" "ແບ່ງປັນດ້ວຍ %s " "ຫຍໍ້ລົງ" "ຊອກຫາ" "Eiti į pagrindinį puslapį" "Naršyti aukštyn" "Daugiau parinkčių" "Atlikta" "Žr. viską" "Pasirinkite programą" "IŠJUNGTI" "ĮJUNGTI" "„Alt“ +" "„Ctrl“ +" "„delete“" "„enter“" "„Function“ +" "„Meta“ +" "„Shift“ +" "„space“" "„Sym“ +" "„Menu“ +" "Ieškoti…" "Išvalyti užklausą" "Paieškos užklausa" "Ieškoti" "Pateikti užklausą" "Paieška balsu" "Bendrinti su" "Bendrinti naudojant programą „%s “" "Sutraukti" "Ieškoti" "Pārvietoties uz sākuma ekrānu" "Pārvietoties uz augšu" "Citas opcijas" "Gatavs" "Skatīt visu" "Izvēlieties lietotni" "IZSLĒGT" "IESLĒGT" "Alternēšanas taustiņš +" "Vadīšanas taustiņš +" "dzēšanas taustiņš" "ievadīšanas taustiņš" "Funkcijas taustiņš +" "Meta taustiņš +" "Pārslēgšanas taustiņš +" "atstarpes taustiņš" "Simbolu taustiņš +" "Poga Izvēlne +" "Meklējiet…" "Notīrīt vaicājumu" "Meklēšanas vaicājums" "Meklēt" "Iesniegt vaicājumu" "Meklēt ar balsi" "Kopīgot ar:" "Kopīgot ar lietojumprogrammu %s " "Sakļaut" "Meklēt" "Движи се кон дома" "Движи се нагоре" "Повеќе опции" "Готово" "Прикажи ги сите" "Избери апликација" "ИСКЛУЧЕНО" "ВКЛУЧЕНО" "Alt+" "Ctrl+" "избриши" "Enter" "Function+" "Meta+" "Shift+" "вселена" "Sym+" "Menu+" "Пребарување…" "Исчисти барање" "Пребарај барање" "Пребарај" "Испрати барање" "Гласовно пребарување" "Сподели со" "Сподели со %s " "Собери" "Пребарај" "ഹോമിലേക്ക് പോവുക" "മുകളിലേക്ക് പോവുക" "കൂടുതൽ ഓപ്ഷനുകൾ" "പൂർത്തിയായി" "എല്ലാം കാണുക" "ആപ്പ് തിരഞ്ഞെടുക്കുക" "ഓഫ്" "ഓൺ" "Alt+" "Ctrl+" "ഇല്ലാതാക്കുക" "enter" "ഫംഗ്ഷന്+" "മെറ്റ+" "Shift+" "സ്പെയ്സ്" "Sym+" "മെനു+" "തിരയുക…" "ചോദ്യം മായ്ക്കുക" "ചോദ്യം തിരയുക" "തിരയുക" "ചോദ്യം സമർപ്പിക്കുക" "സംസാരത്തിലൂടെ തിരയുക" "ഇനിപ്പറയുന്നതുമായി പങ്കിടുക" "%s എന്നതുമായി പങ്കിടുക" "ചുരുക്കുക" "തിരയുക" "Нүүр хуудас уруу шилжих" "Дээш шилжих" "Бусад сонголт" "Болсон" "Бүгдийг харах" "Аппыг сонгох" "ИДЭВХГҮЙ" "ИДЭВХТЭЙ" "Alt+" "Ctrl+" "устгах" "оруулах" "Функц+" "Мета+" "Шифт+" "зай" "Sym+" "Цэс+" "Хайх…" "Асуулга арилгах" "Хайх асуулга" "Хайх" "Асуулга илгээх" "Дуут хайлт" "Дараахтай хуваалцах" "%s -тай хуваалцах" "Буулгах" "Хайх" "घराकडे नेव्हिगेट करा" "वर नेव्हिगेट करा" "आणखी पर्याय" "पूर्ण झाले" "सर्व पहा" "अॅप निवडा" "बंद" "सुरू" "Alt+" "Ctrl+" "हटवा" "एंटर करा" "Function+" "Meta+" "Shift+" "space" "Sym+" "मेनू+" "शोधा…" "क्वेरी साफ करा" "शोध क्वेरी" "शोधा" "क्वेरी सबमिट करा" "व्हॉइस शोध" "यांच्यासोबत शेअर करा" "%s सह शेअर करा" "कोलॅप्स करा" "शोध" "Navigasi laman utama" "Navigasi ke atas" "Lagi pilihan" "Selesai" "Lihat semua" "Pilih apl" "MATI" "HIDUP" "Alt+" "Ctrl+" "delete" "enter" "Fungsi+" "Meta+" "Shift+" "ruang" "Sym+" "Menu+" "Cari…" "Kosongkan pertanyaan" "Pertanyaan carian" "Cari" "Serah pertanyaan" "Carian suara" "Kongsi dengan" "Kongsi dengan %s " "Runtuhkan" "Cari" "မူလနေရာကို ပြန်သွားရန်" "အပေါ်သို့ ရွှေ့ရန်" "နောက်ထပ် ရွေးစရာများ" "ပြီးပြီ" "အားလုံး ကြည့်ရန်" "အက်ပ်တစ်ခုကို ရွေးရန်" "ပိတ်" "ဖွင့်" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "ရှာဖွေရန်…" "ရှာဖွေမှုကို ဖယ်ရှားရန်" "ရှာဖွေရန် မေးခွန်း" "ရှာရန်" "ရှာဖွေစရာ အချက်အလက်ကို ပေးပို့ရန်" "အသံဖြင့် ရှာရန်" "နှင့် မျှဝေရန်" "%s ဖြင့် မျှဝေရန်" "လျှော့ပြရန်" "ရှာဖွေမှု" "Naviger hjem" "Gå opp" "Flere alternativer" "Ferdig" "Se alle" "Velg en app" "AV" "PÅ" "Alt+" "Ctrl+" "slett" "enter" "Funksjon+" "Meta+" "Shift+" "mellomrom" "Sym+" "Meny+" "Søk" "Slett søket" "Søkeord" "Søk" "Utfør søket" "Talesøk" "Del med" "Del med %s " "Skjul" "Søk" "होम पेजमा जानुहोस्" "माथि नेभिगेट गर्नुहोस्" "थप विकल्पहरू" "सम्पन्न भयो" "सबै हेर्नुहोस्" "एउटा एप छान्नुहोस्" "निष्क्रिय" "सक्रिय" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "खोज्नुहोस्…" "क्वेरी खाली गर्नुहोस्" "खोज प्रश्न" "खोज" "क्वेरी पेस गर्नुहोस्" "आवाजमा आधारित खोजी" "यसमार्फत सेयर गर्नुहोस्" "%s मार्फत सेयर गर्नुहोस्" "संक्षिप्त गर्नुहोस्" "खोज" "Navigeren naar startpositie" "Omhoog navigeren" "Meer opties" "Klaar" "Alles tonen" "Een app selecteren" "UIT" "AAN" "Alt +" "Ctrl +" "Delete" "Enter" "Functie +" "Meta +" "Shift +" "spatie" "Sym +" "Menu +" "Zoeken…" "Zoekopdracht wissen" "Zoekopdracht" "Zoeken" "Zoekopdracht verzenden" "Gesproken zoekopdracht" "Delen met" "Delen met %s " "Samenvouwen" "Zoeken" "ହୋମ୍ ପେଜ୍କୁ ନେଭିଗେଟ୍ କରନ୍ତୁ" "ଉପରକୁ ନେଭିଗେଟ୍ କରନ୍ତୁ" "ଅଧିକ ବିକଳ୍ପ" "ହୋଇଗଲା" "ସବୁ ଦେଖନ୍ତୁ" "ଗୋଟିଏ ଆପ୍ ବାଛନ୍ତୁ" "ବନ୍ଦ" "ଚାଲୁ ଅଛି" "Alt+" "Ctrl+" "ଡିଲିଟ୍ କରନ୍ତୁ" "ଏଣ୍ଟର୍" "Function+" "Meta+" "Shift+" "ସ୍ପେସ୍" "Sym+" "ମେନୁ" "ସର୍ଚ୍ଚ କରନ୍ତୁ…" "କ୍ୱେରୀ ଖାଲି କରନ୍ତୁ" "ସର୍ଚ୍ଚ କ୍ୱେରୀ" "ସନ୍ଧାନ କରନ୍ତୁ" "କ୍ୱେରୀ ଦାଖଲ କରନ୍ତୁ" "ଭଏସ୍ ସର୍ଚ୍ଚ" "ଏହାଙ୍କ ସହ ସେୟାର୍ କରନ୍ତୁ" "%s ସହ ସେୟାର୍ କରନ୍ତୁ" "ସଂକୁଚିତ କରନ୍ତୁ" "ସନ୍ଧାନ କରନ୍ତୁ" "ਹੋਮ \'ਤੇ ਜਾਓ" "ਉੱਪਰ ਜਾਓ" "ਹੋਰ ਵਿਕਲਪ" "ਹੋ ਗਿਆ" "ਸਭ ਦੇਖੋ" "ਇੱਕ ਐਪ ਚੁਣੋ" "ਬੰਦ" "ਚਾਲੂ" "Alt+" "Ctrl+" "ਮਿਟਾਓ" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "ਖੋਜ…" "ਪੁੱਛਗਿੱਛ ਕਲੀਅਰ ਕਰੋ" "ਖੋਜ ਪੁੱਛਗਿੱਛ" "ਖੋਜ" "ਪੁੱਛਗਿੱਛ ਸਪੁਰਦ ਕਰੋ" "ਅਵਾਜ਼ੀ ਖੋਜ" "ਇਸ ਨਾਲ ਸਾਂਝਾ ਕਰੋ" "%s ਨਾਲ ਸਾਂਝਾ ਕਰੋ" "ਸਮੇਟੋ" "ਖੋਜ" "Przejdź na stronę główną" "Przejdź wyżej" "Więcej opcji" "Gotowe" "Pokaż wszystko" "Wybierz aplikację" "WYŁ." "WŁ." "Alt+" "Ctrl+" "Delete" "Enter" "Funkcyjny+" "Meta+" "Shift+" "spacja" "Sym+" "Menu+" "Szukaj…" "Wyczyść zapytanie" "Zapytanie" "Szukaj" "Wyślij zapytanie" "Wyszukiwanie głosowe" "Udostępnij przez:" "Udostępnij przez: %s " "Zwiń" "Szukaj" false "Navegar para a página inicial" "Navegar para cima" "Mais opções" "Concluído" "Ver tudo" "Selecionar um app" "DESATIVADO" "ATIVADO" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "espaço" "Sym+" "Menu+" "Pesquisar…" "Limpar consulta" "Consulta de pesquisa" "Pesquisar" "Enviar consulta" "Pesquisa por voz" "Compartilhar com" "Compartilhar com %s " "Recolher" "Pesquisar" "Navegar para a página inicial" "Navegar para cima" "Mais opções" "Concluído" "Ver tudo" "Selecionar um app" "DESATIVADO" "ATIVADO" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "espaço" "Sym+" "Menu+" "Pesquisar…" "Limpar consulta" "Consulta de pesquisa" "Pesquisar" "Enviar consulta" "Pesquisa por voz" "Compartilhar com" "Compartilhar com %s " "Recolher" "Pesquisar" "Navegar para casa" "Navegar para cima" "Mais opções" "Concluído" "Ver tudo" "Escolher uma app" "DESATIVADO" "ATIVADO" "Alt +" "Ctrl +" "eliminar" "enter" "Função +" "Meta +" "Shift +" "espaço" "Sym +" "Menu +" "Pesquisar…" "Limpar consulta" "Consulta de pesquisa" "Pesquisar" "Enviar consulta" "Pesquisa por voz" "Partilhar com" "Partilhar com a app %s " "Reduzir" "Pesquisar" "Navigați la ecranul de pornire" "Navigați în sus" "Mai multe opțiuni" "Gata" "Afișați tot" "Alegeți o aplicație" "DEZACTIVAT" "ACTIVAT" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Meniu+" "Căutați…" "Ștergeți interogarea" "Termen de căutare" "Căutați" "Trimiteți interogarea" "Căutare vocală" "Trimiteți la" "Trimiteți folosind %s " "Restrângeți" "Căutați" "Перейти на главный экран" "Перейти вверх" "Ещё" "Готово" "Показать все" "Выберите приложение" "ВЫКЛ" "ВКЛ" "Alt +" "Ctrl +" "Delete" "Ввод" "Fn +" "Meta +" "Shift +" "Пробел" "Sym +" "Меню +" "Введите запрос" "Удалить запрос" "Поисковый запрос" "Поиск" "Отправить запрос" "Голосовой поиск" "Поделиться с помощью" "Поделиться с помощью %s " "Свернуть" "Поиск" "මුල් පිටුවට සංචාලනය කරන්න" "ඉහළට සංචාලනය කරන්න" "තවත් විකල්ප" "කළා" "සියල්ල බලන්න" "යෙදුමක් තෝරන්න" "ක්රියාවිරහිතයි" "ක්රියාත්මකයි" "Alt+" "Ctrl+" "මකන්න" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "සොයන්න..." "විමසුම හිස් කරන්න" "සෙවුම් විමසුම" "සෙවීම" "විමසුම යොමු කරන්න" "හඬ සෙවීම" "සමග බෙදා ගන්න" "%s සමඟ බෙදා ගන්න" "හකුළන්න" "සෙවීම" "Prejsť na plochu" "Prejsť nahor" "Ďalšie možnosti" "Hotovo" "Zobraziť všetky" "Vybrať aplikáciu" "VYP." "ZAP." "Alt+" "Ctrl+" "odstrániť" "enter" "Function+" "Meta+" "Shift+" "medzerník" "Sym+" "Menu+" "Vyhľadať…" "Vymazať dopyt" "Vyhľadávací dopyt" "Hľadať" "Odoslať dopyt" "Hlasové vyhľadávanie" "Zdieľať s" "Zdieľať s aplikáciou %s " "Zbaliť" "Hľadať" "Krmarjenje na začetek" "Pomik navzgor" "Več možnosti" "Končano" "Pokaži vse" "Izbira aplikacije" "IZKLOP" "VKLOP" "Alt +" "Ctrl +" "delete" "enter" "Fn +" "Meta +" "Shift +" "preslednica" "Sym +" "Meni +" "Iskanje …" "Izbris poizvedbe" "Iskalna poizvedba" "Iskanje" "Pošiljanje poizvedbe" "Glasovno iskanje" "Deljenje z:" "Deljenje z drugimi prek aplikacije %s " "Strnitev" "Iskanje" "Orientohu për në shtëpi" "Ngjitu lart" "Opsione të tjera" "U krye" "Shfaq çdo gjë" "Zgjidh një aplikacion" "JOAKTIV" "AKTIV" "Alt+" "Ctrl+" "delete" "enter" "Funksioni+" "Meta+" "Shift+" "hapësirë" "Sym+" "Menyja+" "Kërko…" "Pastro pyetjen" "Kërko pyetjen" "Kërko" "Dërgo pyetjen" "Kërkim me zë" "Ndaje me" "Ndaje me %s " "Palos" "Kërko" "Идите на почетну" "Идите нагоре" "Још опција" "Готово" "Прикажи све" "Изаберите апликацију" "ИСКЉУЧЕНО" "УКЉУЧЕНО" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "тастер за размак" "Sym+" "Menu+" "Претражите…" "Обришите упит" "Претражите упит" "Претражите" "Пошаљите упит" "Гласовна претрага" "Делите помоћу" "Делите помоћу апликације %s " "Скупи" "Претражите" "Navigera hem" "Navigera uppåt" "Fler alternativ" "Klar" "Visa alla" "Välj en app" "AV" "PÅ" "Alt + " "Ctrl + " "delete" "retur" "Funktion + " "Meta + " "Skift + " "blanksteg" "Symbol + " "Meny + " "Sök …" "Ta bort frågan" "Sökfråga" "Sök" "Skicka fråga" "Röstsökning" "Dela med" "Dela med %s " "Komprimera" "Sök" "Nenda mwanzo" "Sogeza juu" "Chaguo zaidi" "Nimemaliza" "Angalia zote" "Chagua programu" "IMEZIMWA" "IMEWASHWA" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "Tafuta…" "Futa hoja" "Hoja ya utafutaji" "Tafuta" "Wasilisha hoja" "Kutafuta kwa kutamka" "Shiriki na" "Shiriki ukitumia %s " "Kunja" "Tafuta" 24dp 80dp 64dp 8dp 8dp 580dp 16dp 20dp "முகப்பிற்குச் செல்லும்" "மேலே செல்லும்" "மேலும் விருப்பங்கள்" "முடிந்தது" "அனைத்தையும் காட்டு" "ஆப்ஸைத் தேர்வுசெய்க" "ஆஃப்" "ஆன்" "Alt மற்றும்" "Ctrl மற்றும்" "delete" "enter" "Function மற்றும்" "Meta மற்றும்" "Shift மற்றும்" "space" "Sym மற்றும்" "Menu மற்றும்" "தேடுக…" "வினவலை அழிக்கும்" "தேடல் வினவல்" "தேடும்" "வினவலைச் சமர்ப்பிக்கும்" "குரல் தேடல்" "இதில் பகிர்" "%s மூலம் பகிர்" "சுருக்கும்" "தேடல்" "హోమ్కు నావిగేట్ చేస్తుంది" "పైకి నావిగేట్ చేస్తుంది" "మరిన్ని ఆప్షన్లు" "పూర్తయింది" "అన్నీ చూడండి" "యాప్ను ఎంచుకోండి" "ఆఫ్" "ఆన్" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "స్పేస్" "Sym+" "Menu+" "సెర్చ్ చేయండి…" "ప్రశ్నను తీసివేస్తుంది" "సెర్చ్ క్వెరీ" "సెర్చ్" "ప్రశ్నని సమర్పిస్తుంది" "వాయిస్ సెర్చ్" "వీరితో షేర్ చేస్తుంది" "%s తో షేర్ చేస్తుంది" "కుదిస్తుంది" "సెర్చ్" "นำทางไปหน้าแรก" "กลับ" "ตัวเลือกอื่น" "เสร็จ" "ดูทั้งหมด" "เลือกแอป" "ปิด" "เปิด" "Alt+" "Ctrl+" "ลบ" "Enter" "Function+" "Meta+" "Shift+" "Space" "Sym+" "เมนู+" "ค้นหา…" "ล้างคำค้นหา" "คำค้นหา" "ค้นหา" "ส่งคำค้นหา" "ค้นหาด้วยเสียง" "แชร์กับ" "แชร์ทาง %s " "ยุบ" "ค้นหา" "Mag-navigate sa home" "Mag-navigate pataas" "Higit pang opsyon" "Tapos na" "Tingnan lahat" "Pumili ng app" "I-OFF" "I-ON" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "Maghanap…" "I-clear ang query" "Query sa paghahanap" "Maghanap" "Isumite ang query" "Paghahanap gamit ang boses" "Ibahagi sa/kay" "Ibahagi gamit ang %s " "I-collapse" "Maghanap" "Eve gidiş yolunu göster" "Yukarı git" "Diğer seçenekler" "Bitti" "Tümünü göster" "Bir uygulama seçin" "KAPAT" "AÇ" "Alt+" "Ctrl+" "sil" "enter" "Function+" "Meta+" "Üst Karakter+" "boşluk" "Sym+" "Menü+" "Ara…" "Sorguyu temizle" "Arama sorgusu" "Ara" "Sorguyu gönder" "Sesli arama" "Şununla paylaş:" "%s ile paylaş" "Daralt" "Ara" "Перейти на головну" "Перейти вгору" "Більше опцій" "Готово" "Показати всі" "Вибрати програму" "ЗНИЖКА" "УВІМК." "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "пробіл" "Sym+" "Menu+" "Введіть пошуковий запит…" "Очистити запит" "Пошуковий запит" "Пошук" "Наіслати запит" "Голосовий пошук" "Поділитися:" "Поділитися через додаток %s " "Згорнути" "Пошук" "گھر کی طرف نیویگیٹ کریں" "اوپر نیویگیٹ کریں" "مزید اختیارات" "ہو گیا" "سبھی دیکھیں" "ایک ایپ منتخب کریں" "آف" "آن" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "تلاش کریں…" "استفسار صاف کریں" "تلاش کا استفسار" "تلاش کریں" "استفسار جمع کرائیں" "صوتی تلاش" "اس کے ساتھ اشتراک کریں" "%s کے ساتھ اشتراک کریں" "سکیڑیں" "تلاش کریں" "Boshiga o‘tish" "Yopish" "Yana" "OK" "Hammasi" "Ilovani tanlang" "YOQILMAGAN" "YONIQ" "Alt+" "Ctrl+" "Delete" "Enter" "Fn+" "Meta+" "Shift+" "Probel" "Sym+" "Menyu+" "Qidirish…" "So‘rovni o‘chirish" "Qidiruv so‘rovi" "Qidiruv" "So‘rov yaratish" "Ovozli qidiruv" "Ulashish" "%s orqali ulashish" "Yig‘ish" "Qidiruv" 0px "Chỉ đường về nhà" "Di chuyển lên" "Tùy chọn khác" "Xong" "Xem tất cả" "Chọn một ứng dụng" "TẮT" "BẬT" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Menu+" "Tìm kiếm…" "Xóa truy vấn" "Truy vấn tìm kiếm" "Tìm kiếm" "Gửi truy vấn" "Tìm kiếm bằng giọng nói" "Chia sẻ với" "Chia sẻ với %s " "Thu gọn" "Tìm kiếm" - 60%
- 90%
- 50%
- 70%
- 45%
- 72%
"转到首页" "转到上一层级" "更多选项" "完成" "查看全部" "选择应用" "关闭" "开启" "Alt+" "Ctrl+" "Delete 键" "Enter 键" "Fn+" "Meta+" "Shift+" "空格键" "Sym+" "Menu+" "搜索…" "清除查询" "搜索查询" "搜索" "提交查询" "语音搜索" "分享对象" "与%s 分享" "收起" "搜索" "瀏覽主頁" "向上瀏覽" "更多選項" "完成" "查看全部" "選擇應用程式" "關閉" "開啟" "Alt +" "Ctrl +" "刪除" "Enter 鍵" "Fn +" "Meta +" "Shift +" "空白鍵" "Sym +" "Menu +" "搜尋…" "清除查詢" "搜尋查詢" "搜尋" "提交查詢" "語音搜尋" "分享對象" "使用「%s 」分享" "收合" "搜尋" "瀏覽首頁" "向上瀏覽" "更多選項" "完成" "查看全部" "選擇應用程式" "關閉" "開啟" "Alt +" "Ctrl +" "Delete 鍵" "Enter 鍵" "Fn +" "Meta +" "Shift +" "空格鍵" "Sym +" "Menu +" "搜尋…" "清除查詢" "搜尋查詢" "搜尋" "提交查詢" "語音搜尋" "分享對象" "與「%s 」分享" "收合" "搜尋" "Zulazulela ekhaya" "Zulazulela phezulu" "Ezinye izinketho" "Kwenziwe" "Buka konke" "Khetha insiza" "VALA" "VULA" "Alt+" "Ctrl+" "delete" "enter" "Function+" "Meta+" "Shift+" "space" "Sym+" "Imenyu+" "Sesha…" "Sula inkinga" "Sesha umbuzo" "Sesha" "Thumela umbuzo" "Ukusesha ngezwi" "Yabelana no" "Yabelana ne-%s " "Goqa" "Sesha"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ #FF424242 #FFFFFFFF #03000000 #37000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1dp 2dp 2dp 8dp 0dp 50dp 20dp 800dp 120dp
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true #14000000 #121212 #CF6679 #FFFFFF #000000 #000000 #000000 #FFFFFF #BA86FC #000000 #3700B3 #03DAC6 #03DAC6 #121212 #FFFFFF #B00020 #000000 #FFFFFF #FFFFFF #000000 #000000 #6200EE #3700B3 #3700B3 #03DAC6 #018786 #FFFFFF @android:color/transparent #14000000 #44000000 #0A000000 #0F000000 #1AFFFFFF #2EFFFFFF #323232 #ff000000 #ff000000 #ff410e0b #ffffffff #ff601410 #ff8c1d18 #ffb3261e #ffdc362e #ffe46962 #ffec928e #fff2b8b5 #fff9dedc #fffceeee #fffffbf9 #ff000000 #ff1c1b1f #ffffffff #ff313033 #ff484649 #ff605d62 #ff787579 #ff939094 #ffaeaaae #ffc9c5ca #ffe6e1e5 #fff4eff4 #fffffbfe #ff000000 #ff1d1a22 #ffffffff #ff322f37 #ff49454f #ff605d66 #ff79747e #ff938f99 #ffaea9b4 #ffcac4d0 #ffe7e0ec #fff5eefa #fffffbfe #ff000000 #ff21005d #ffffffff #ff381e72 #ff4f378b #ff6750a4 #ff7f67be #ff9a82db #ffb69df8 #ffd0bcff #ffeaddff #fff6edff #fffffbfe #ff000000 #ff1d192b #ffffffff #ff332d41 #ff4a4458 #ff625b71 #ff7a7289 #ff958da5 #ffb0a7c0 #ffccc2dc #ffe8def8 #fff6edff #fffffbfe #ff000000 #ff31111d #ffffffff #ff492532 #ff633b48 #ff7d5260 #ff986977 #ffb58392 #ffd29dac #ffefb8c8 #ffffd8e4 #ffffecf1 #fffffbfa #ffffffff @color/m3_ref_palette_neutral10 @color/m3_ref_palette_error80 @color/m3_ref_palette_error30 @color/m3_ref_palette_neutral20 @color/m3_ref_palette_primary40 @color/m3_ref_palette_neutral90 @color/m3_ref_palette_neutral90 @color/m3_ref_palette_error20 @color/m3_ref_palette_error90 @color/m3_ref_palette_primary20 @color/m3_ref_palette_primary90 @color/m3_ref_palette_secondary20 @color/m3_ref_palette_secondary90 @color/m3_ref_palette_neutral90 @color/m3_ref_palette_neutral_variant80 @color/m3_ref_palette_tertiary20 @color/m3_ref_palette_tertiary90 @color/m3_ref_palette_neutral_variant60 @color/m3_ref_palette_neutral_variant30 @color/m3_ref_palette_primary80 @color/m3_ref_palette_primary30 @color/m3_ref_palette_secondary80 @color/m3_ref_palette_secondary30 @color/m3_ref_palette_neutral10 @color/m3_ref_palette_neutral_variant30 @color/m3_ref_palette_tertiary80 @color/m3_ref_palette_tertiary30 @color/m3_ref_palette_neutral99 @color/m3_ref_palette_error40 @color/m3_ref_palette_error90 @color/m3_ref_palette_neutral95 @color/m3_ref_palette_primary80 @color/m3_ref_palette_neutral20 @color/m3_ref_palette_neutral10 @color/m3_ref_palette_error100 @color/m3_ref_palette_error10 @color/m3_ref_palette_primary100 @color/m3_ref_palette_primary10 @color/m3_ref_palette_secondary100 @color/m3_ref_palette_secondary10 @color/m3_ref_palette_neutral10 @color/m3_ref_palette_neutral_variant30 @color/m3_ref_palette_tertiary100 @color/m3_ref_palette_tertiary10 @color/m3_ref_palette_neutral_variant50 @color/m3_ref_palette_neutral_variant80 @color/m3_ref_palette_primary40 @color/m3_ref_palette_primary90 @color/m3_ref_palette_secondary40 @color/m3_ref_palette_secondary90 @color/m3_ref_palette_neutral99 @color/m3_ref_palette_neutral_variant90 @color/m3_ref_palette_tertiary40 @color/m3_ref_palette_tertiary90 #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #61000000 #00ffffff #52000000 #6B000000 #1F000000 #0A000000 #00000000 #DE000000 16dp 64dp 4dp 168dp 96dp 14sp 8dp 56dp 24dp 96dp 56dp 10dp 8dp 1dp 12sp 8dp 16dp 64dp 0.5dp 6dp 24dp 40dp 56dp 6dp 6dp 16dp 32dp 24dp 16dp 32dp 4dp 280dp 8dp 8dp 128dp - 1.0
0dp 6dp 0dp -1px -1px 12dp 14dp 16dp 14sp 264dp 72dp 14sp 12sp 5dp 14dp 14dp 28dp @dimen/m3_sys_elevation_level3 16dp 24dp 16dp 16dp 16dp 96dp 112dp 112dp 64dp 152dp 112dp 1.5dp 3dp 1.5dp 3dp 7dp 4dp 32dp 4dp 64dp 16dp 12dp 80dp 20dp @dimen/m3_sys_elevation_level1 @dimen/m3_sys_elevation_level1 6dp 4dp 12dp 16dp @dimen/m3_comp_bottom_app_bar_container_height 4dp 64dp 8dp 0dp 0dp @dimen/m3_comp_elevated_button_container_elevation 0dp 16dp 24dp 10dp 20dp 0dp 20dp 4dp 320dp 6dp 24dp 24dp 6dp 1dp 12dp 16dp 12dp 12dp 0dp 1dp @dimen/m3_sys_elevation_level3 7dp @dimen/m3_sys_elevation_level1 2dp @dimen/m3_sys_elevation_level0 @dimen/m3_sys_elevation_level1 1dp 1dp 8dp -1dp 7dp 1dp 2dp 18dp 32dp @dimen/m3_sys_elevation_level1 @dimen/m3_sys_elevation_level0 1dp 18dp @dimen/m3_sys_elevation_level2 80dp - 0.38
4dp 1dp @dimen/m3_sys_elevation_level1 @dimen/m3_sys_elevation_level0 @dimen/m3_sys_elevation_level3 56dp @dimen/m3_sys_elevation_level3 @dimen/m3_sys_state_focus_state_layer_opacity @dimen/m3_sys_elevation_level4 @dimen/m3_sys_state_hover_state_layer_opacity 24dp @dimen/m3_sys_elevation_level3 @dimen/m3_sys_state_pressed_state_layer_opacity @dimen/m3_sys_elevation_level3 56dp @dimen/m3_sys_state_focus_state_layer_opacity @dimen/m3_sys_elevation_level4 @dimen/m3_sys_state_hover_state_layer_opacity 24dp 96dp 36dp @dimen/m3_sys_elevation_level3 @dimen/m3_sys_state_pressed_state_layer_opacity 40dp 24dp @dimen/m3_sys_elevation_level2 @dimen/m3_sys_elevation_level0 18dp - 0.38
32dp @dimen/m3_sys_elevation_level1 @dimen/m3_sys_elevation_level0 1dp 18dp @dimen/m3_sys_elevation_level0 32dp 1dp 24dp 18dp 4dp 32dp 56dp @dimen/m3_sys_elevation_level0 80dp 24dp @dimen/m3_sys_elevation_level2 - 0.12
1dp - 0.38
- 0.38
- 0.38
2dp 1dp @dimen/m3_sys_state_focus_state_layer_opacity @dimen/m3_sys_state_hover_state_layer_opacity 3dp @dimen/m3_sys_state_pressed_state_layer_opacity 1dp @dimen/m3_sys_state_focus_state_layer_opacity @dimen/m3_sys_state_hover_state_layer_opacity @dimen/m3_sys_state_pressed_state_layer_opacity 24dp 30dp @dimen/m3_sys_elevation_level3 56dp @dimen/m3_sys_state_hover_state_layer_opacity @dimen/m3_sys_state_pressed_state_layer_opacity @dimen/m3_sys_elevation_level3 56dp 72dp 2dp @dimen/m3_sys_state_focus_state_layer_opacity @dimen/m3_sys_state_hover_state_layer_opacity @dimen/m3_sys_state_pressed_state_layer_opacity @dimen/m3_sys_elevation_level1 @dimen/m3_sys_elevation_level1 - 0.38
- 0.38
- 0.12
4dp 32dp @dimen/m3_sys_elevation_level1 @dimen/m3_sys_elevation_level0 1dp 18dp - 1
- 0.38
- 0.12
- 0.38
- 0.38
@dimen/m3_sys_state_focus_state_layer_opacity @dimen/m3_sys_state_hover_state_layer_opacity @dimen/m3_sys_state_pressed_state_layer_opacity 32dp 52dp @dimen/m3_sys_state_focus_state_layer_opacity @dimen/m3_sys_state_hover_state_layer_opacity @dimen/m3_sys_state_pressed_state_layer_opacity @dimen/m3_sys_state_focus_state_layer_opacity @dimen/m3_sys_state_hover_state_layer_opacity @dimen/m3_sys_state_pressed_state_layer_opacity @dimen/m3_sys_elevation_level3 8dp 8dp 20dp 12dp 56dp 16dp 8dp 0dp 30% 2dp 6dp 36dp 96dp @dimen/m3_sys_elevation_level2 16dp 28dp 12dp 0dp 12dp 12dp 0dp 4dp 28dp 28dp @dimen/m3_comp_navigation_rail_container_width @dimen/m3_comp_navigation_rail_container_elevation @dimen/m3_comp_navigation_rail_icon_size @dimen/m3_comp_navigation_rail_active_indicator_height 4dp @dimen/m3_comp_navigation_rail_active_indicator_width 60dp 8dp 4dp @dimen/m3_sys_state_dragged_state_layer_opacity @dimen/m3_sys_state_focus_state_layer_opacity @dimen/m3_sys_state_hover_state_layer_opacity @dimen/m3_sys_state_pressed_state_layer_opacity @dimen/m3_sys_state_pressed_state_layer_opacity @dimen/m3_comp_search_bar_container_elevation @dimen/m3_comp_search_bar_container_height 16dp 16dp 1dp 4dp 16dp 16sp 1dp @dimen/m3_comp_search_view_container_elevation @dimen/m3_comp_search_view_full_screen_header_container_height @dimen/m3_sys_elevation_level1 @dimen/m3_sys_elevation_level0 256dp - 0.08
- 0.12
@dimen/m3_comp_slider_inactive_track_height 2dp 24dp 40dp - 1.0
8dp 0dp 1dp 3dp 6dp 8dp 12dp - 0.3
- 0.8
- 0.0
- 0.2
- 0.1
- 0.1
- 0.7
- 1.0
- 0.4
- 1.0
- 0.0
- 1.0
- 0.4
- 0.2
- 0.0
- 1.0
- 0.0
- 0.2
- 0.0
- 1.0
- 0.0
- 1.0
- 0.0
- 1.0
- 0.3
- 1.0
- 0.0
- 1.0
- 0.2
- 0.0
- 0.0
- 1.0
- 0.0
- 0.0
- 0.0
- 1.0
- 0.16
- 0.12
- 0.08
- 0.12
2dp @dimen/m3_sys_elevation_level3 20dp 640dp 80dp 24dp 96dp 44dp 4dp 4dp 2dp 15sp 96dp 12dp 12dp 52dp 256dp -4dp 2dp 1dp - 0.38
- 0.12
- 0.87
- 0.6
12dp 23dp 8dp 32dp 4dp 8dp 4dp 12dp 8dp 2dp 245dp 488dp 56dp 560dp 340dp 24dp 80dp 24dp 24dp 80dp 24dp 4dp 4dp 4dp 6dp 10sp 12dp 12dp 8dp 60dp 16dp 5dp 8dp 0dp 56dp 4dp 64dp 0dp 0dp 2dp 2dp 2dp 12dp 8dp 6dp - 0.07
320dp 4dp 16dp 16dp 4dp 6dp 8dp 1dp 4dp 8dp 8dp 14sp 0dp 64dp 52dp 8dp 0dp 12dp 15dp 32dp 3dp 1dp 1dp 36dp 24dp 16dp 12dp 4dp 1dp 120dp 128dp 32dp 12dp 8dp 24dp 0dp 480dp 2dp 0dp 4dp 48dp 4dp 8dp 104dp 20dp 24dp 100dp 16dp 28dp 68dp 18dp 52dp 8dp 8dp 88dp 8dp 24dp 4dp 5dp 1dp 8dp 3dp 14sp 8dp -8dp 8dp 12dp 0dp 0dp 6dp 20dp 20dp 24dp 12dp 48dp 120dp 20dp 12dp 12dp 0dp 2dp 6dp 6dp 48dp 2dp 6dp - 0.00
- 0.24
- 0.08
- 0.24
- 0.00
- 0.12
- 0.04
- 0.12
48dp 24dp 8dp 0dp 22dp 14dp 24dp 8dp 4dp 14dp 56dp 72dp 8dp 14dp 24dp 8dp 16dp 12dp 4dp 2dp 4dp 4dp 18dp 40dp 20dp 40dp 28dp 2.5dp 4dp 3dp 2dp 4dp 0dp 4dp 4dp 24dp 4dp 13dp 26dp 1dp 10dp 4dp 16dp 48dp - 0.5
4dp - 0.8
8dp 8dp 8dp 16dp 4dp 32dp @dimen/m3_comp_switch_track_height @dimen/m3_comp_switch_track_width 4dp 0dp 4dp @dimen/m3_comp_outlined_text_field_outline_width @dimen/m3_comp_outlined_text_field_focus_outline_width 16dp 4dp 16dp 4dp 56dp 14dp 4dp 32dp 32dp 12dp 30dp - @drawable/material_ic_keyboard_arrow_right_black_24dp
- @drawable/material_ic_keyboard_arrow_left_black_24dp
150 150 2 300 320 100 100 75 120 100 700 800 900 1000 450 500 550 600 250 300 350 400 50 100 150 200 300 350 200 250 75 150 0 4 100 100 1 1 3 75 120 100 @integer/m3_sys_motion_duration_medium4 @integer/m3_sys_motion_duration_medium1 @integer/m3_sys_motion_duration_short3 @integer/m3_sys_motion_duration_short3 16 32 32 52 250 2 1 0 200
+ %d new notification
+ %d new notifications
+ com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior com.google.android.material.bottomsheet.BottomSheetBehavior Collapse the bottom sheet Expand the bottom sheet Expand halfway Drag handle double-tapped Drag handle Characters entered %1$d of %2$d Character limit exceeded %1$d of %2$d %1$d/%2$d Clear text
+ Error: invalid
+ Error Show dropdown menu com.google.android.material.transformation.FabTransformationScrimBehavior com.google.android.material.transformation.FabTransformationSheetBehavior com.google.android.material.behavior.HideBottomViewOnScrollBehavior Dialog Icon Tab path(M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1) cubic-bezier(0.3, 0.0, 0.8, 0.2) cubic-bezier(0.1, 0.7, 0.1, 1.0) M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1 cubic-bezier(0.4, 0.0, 0.2, 1.0) cubic-bezier(0.4, 0.0, 1.0, 1.0) cubic-bezier(0.0, 0.0, 0.2, 1.0) cubic-bezier(0.0, 0.0, 1.0, 1.0) cubic-bezier(0.2, 0.0, 0.0, 1.0) cubic-bezier(0.3, 0.0, 1.0, 1.0) cubic-bezier(0.0, 0.0, 0.0, 1.0) : Select AM or PM %1$s hoursSelect hour %1$s o\'clockSelect minutes %1$s minutescubic-bezier(0.4, 0.0, 1.0, 1.0) cubic-bezier(0.0, 0.0, 0.2, 1.0) path(M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1) cubic-bezier(0.0, 0.0, 1.0, 1.0) cubic-bezier(0.4, 0.0, 0.2, 1.0) Range end Range start Value AM Switch to clock mode for the time input. Hour Minute PM Select time Switch to text input mode for the time input. New notification M14,18.2 11.4,15.6 10,17 14,21 22,13 20.6,11.6z icon M13.4,15 11,15 11,17 13.4,17 21,17 21,15z icon path M23,7H9C7.9,7,7,7.9,7,9v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V9C25,7.9,24.1,7,23,7z button button path M23,7H9C7.9,7,7,7.9,7,9v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V9C25,7.9,24.1,7,23,7z M23,23H9V9h14V23z
+ Checked
+
+ Partially checked
+
+ Not checked
+ Remove %1$s More than %1$d new notifications %1$d %2$s Change to next month Change to previous month Start date selection: %1$s – End date selection: %2$s Current selection: %1$s none Cancel OK %1$s Select Date Selected date Column of days: %1$s End date %1$s Invalid format. Example: %1$s Use: %1$s Invalid range. Navigate to current year %1$d Navigate to year %1$d Out of range: %1$s Start date – %1$s %1$s – End date %1$s – %2$s Select Range Start date – End date Save Start date %1$s Date End date Start date d m y Today %1$s Switch to calendar input mode Tap to switch to Calendar view Switch to text input mode Tap to switch to year view circle_group M4,16 A12,12 0 0,1 16,4 H16 A12,12 0 0,1 16,28 H16 A12,12 0 0,1 4,16 M0,16 A11,11 0 0,1 11,5 H21 A11,11 0 0,1 21,27 H11 A11,11 0 0,1 0,16 circle M2,16 A14,14 0 0,1 16,2 H16 A14,14 0 0,1 16,30 H16 A14,14 0 0,1 2,16 M8,16 A8,8 0 0,1 16,8 H16 A8,8 0 0,1 16,24 H16 A8,8 0 0,1 8,16 M1,16 A15,15 0 0,1 16,1 H36 A15,15 0 0,1 36,31 H16 A15,15 0 0,1 1,16 M0,16 A16,16 0 0,1 16,0 H36 A16,16 0 0,1 36,32 H16 A16,16 0 0,1 0,16 Cancel OK Show password M12,4.5C7,4.5 2.73,7.61 1,12c1.73,4.39 6,7.5 11,7.5s9.27,-3.11 11,-7.5c-1.73,-4.39 -6,-7.5 -11,-7.5zM12,17c-2.76,0 -5,-2.24 -5,-5s2.24,-5 5,-5 5,2.24 5,5 -2.24,5 -5,5zM12,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3 3,-1.34 3,-3 -1.34,-3 -3,-3z M2,4.27 L19.73,22 L22.27,19.46 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z M2,4.27 L2,4.27 L4.54,1.73 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z M3.27,4.27 L19.74,20.74
+ com.google.android.material.search.SearchBar$ScrollingViewBehavior
+ Clear text Back Side Sheet com.google.android.material.sidesheet.SideSheetBehavior
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ?attr/shapeAppearanceCornerSmall ?attr/textAppearanceLabelLarge ?attr/colorSurface ?attr/colorPrimary ?attr/colorOnSurface ?attr/colorSurface ?attr/colorError ?attr/colorOnError ?attr/colorOnPrimary ?attr/colorOnSurfaceVariant ?attr/colorPrimary ?attr/colorOutlineVariant ?attr/colorSurface ?attr/colorPrimaryContainer ?attr/shapeAppearanceCornerLarge ?attr/colorOnPrimaryContainer ?attr/textAppearanceLabelLarge ?attr/colorSecondaryContainer ?attr/colorOnSecondaryContainer ?attr/colorSurface ?attr/colorPrimary ?attr/colorTertiaryContainer ?attr/colorOnTertiaryContainer ?attr/colorPrimaryContainer ?attr/shapeAppearanceCornerLarge ?attr/colorOnPrimaryContainer ?attr/shapeAppearanceCornerExtraLarge ?attr/shapeAppearanceCornerMedium ?attr/colorSecondaryContainer ?attr/colorOnSecondaryContainer ?attr/colorSurface ?attr/colorPrimary ?attr/colorTertiaryContainer ?attr/colorOnTertiaryContainer ?attr/colorSurfaceVariant ?attr/textAppearanceBodyLarge ?attr/colorPrimary ?attr/colorOnPrimary ?attr/textAppearanceLabelLarge ?attr/colorSurfaceVariant ?attr/shapeAppearanceCornerExtraSmall ?attr/colorError ?attr/colorError ?attr/colorError ?attr/textAppearanceBodyLarge ?attr/colorSecondaryContainer ?attr/colorOnSecondaryContainer ?attr/shapeAppearanceCornerSmall ?attr/textAppearanceLabelLarge ?attr/shapeAppearanceCornerSmall ?attr/textAppearanceLabelLarge ?attr/colorPrimary ?attr/colorSurfaceVariant ?attr/colorSecondaryContainer ?attr/colorSurface ?attr/textAppearanceLabelMedium ?attr/colorSurfaceVariant ?attr/colorPrimary ?attr/textAppearanceBodyLarge ?attr/colorOnSurface ?attr/colorPrimary ?attr/colorOutline ?attr/colorOutline ?attr/colorOutline ?attr/colorPrimary ?attr/shapeAppearanceCornerExtraSmall ?attr/colorOnSurface ?attr/colorOnSurface ?attr/colorOnSurface ?attr/colorOnSurface ?attr/colorError ?attr/colorError ?attr/colorError ?attr/colorOnSurface ?attr/colorPrimary ?attr/colorPrimary ?attr/colorOnSurfaceVariant ?attr/colorOnSurface ?attr/colorOnSurface ?attr/colorOnSurfaceVariant ?attr/colorOnSurface ?attr/textAppearanceBodyLarge ?attr/colorOnSurfaceVariant ?attr/colorOutline ?attr/colorOnSurfaceVariant ?attr/textAppearanceBodySmall ?attr/colorPrimary ?attr/colorPrimary ?attr/colorPrimary ?attr/colorPrimary ?attr/colorSurface ?attr/colorSurfaceVariant ?attr/colorOnSurface ?attr/colorOnSurface ?attr/colorPrimary ?attr/colorPrimary ?attr/colorOnSurfaceVariant ?attr/colorPrimary ?attr/colorOnSurfaceVariant ?attr/textAppearanceTitleSmall ?attr/colorSurface ?attr/elevationOverlayColor ?attr/colorOnSurface ?attr/colorOnSurfaceVariant ?attr/colorOnSurface ?attr/textAppearanceBodyLarge ?attr/colorOnSurface ?attr/colorOnSurface ?attr/colorOnSurfaceVariant ?attr/colorOnSurfaceVariant ?attr/textAppearanceBodyLarge ?attr/colorOnSurfaceVariant ?attr/colorSurface ?attr/elevationOverlayColor ?attr/colorOutline ?attr/shapeAppearanceCornerExtraLarge ?attr/colorOnSurface ?attr/textAppearanceBodyLarge ?attr/colorOnSurface ?attr/colorOnSurfaceVariant ?attr/textAppearanceBodyLarge ?attr/colorOnSurfaceVariant ?attr/colorPrimary ?attr/colorOnSurface ?attr/colorSurface ?attr/colorOnSurface ?attr/colorOnSurface ?attr/colorOnSurfaceVariant ?attr/textAppearanceTitleSmall ?attr/colorOnSurface ?attr/colorOnSurface ?attr/colorOnSurfaceVariant ?attr/colorSurface ?attr/shapeAppearanceCornerExtraLarge ?attr/colorOnSurfaceVariant ?attr/colorPrimary ?attr/colorOnSurface ?attr/colorOnSurface ?attr/colorOnSurface ?attr/colorPrimary ?attr/colorSurfaceVariant ?attr/colorPrimary ?attr/colorOnPrimary ?attr/shapeAppearanceCornerSmall ?attr/textAppearanceLabelLarge ?attr/colorSurface ?attr/colorOnSurface ?attr/colorOnSurface ?attr/colorOnSurface ?attr/colorSurfaceVariant ?attr/colorSurfaceVariant ?attr/colorOnSurface ?attr/colorPrimaryContainer ?attr/colorOnPrimaryContainer ?attr/colorPrimary ?attr/colorPrimary ?attr/colorOnPrimary ?attr/colorPrimaryContainer ?attr/colorOnPrimaryContainer ?attr/colorPrimary ?attr/colorPrimary ?attr/colorOnPrimaryContainer ?attr/colorPrimaryContainer ?attr/colorOnPrimaryContainer ?attr/colorPrimary ?attr/colorPrimary ?attr/colorPrimary ?attr/colorOnSurfaceVariant ?attr/colorSurfaceVariant ?attr/colorOnSurface ?attr/colorSurfaceVariant ?attr/colorOutline ?attr/colorOutline ?attr/colorOnSurfaceVariant ?attr/colorSurfaceVariant ?attr/colorOnSurface ?attr/colorSurfaceVariant ?attr/colorOutline ?attr/colorSurfaceVariant ?attr/colorOnSurfaceVariant ?attr/colorSurfaceVariant ?attr/colorOnSurface ?attr/colorSurfaceVariant ?attr/colorOutline ?attr/colorSurfaceVariant ?attr/colorOutline ?attr/colorPrimary ?attr/colorPrimary ?attr/colorPrimary ?attr/textAppearanceLabelLarge ?attr/colorPrimary sans-serif-medium sans-serif sans-serif-medium sans-serif ?attr/colorPrimary ?attr/colorPrimary linear rounded rounded rounded rounded rounded rounded rounded
+ - %d nuwe kennisgewing
+ - %d nuwe kennisgewings
+ Vou die onderste blad in Vou die onderste blad uit Vou halfpad uit Het op sleephandvatsel gedubbeltik Sleephandvatsel Karakters ingevoer: %1$d van %2$d Karakterlimiet oorskry %1$d van %2$d Vee teks uit Fout Wys aftrekkieslys Dialoogikoon Oortjie Kies vm. of nm. %1$s uur Kies uur %1$s-uur Kies minute %1$s minute VM. Skakel oor na horlosiemodus vir die tydinvoer. Uur Minuut NM. Kies tyd Skakel oor na teksmodus vir die tydinvoer. Nuwe kennisgewing Verwyder %1$s Meer as %1$d nuwe kennisgewings Verander na volgende maand Verander na vorige maand Huidige keuse: %1$s Kanselleer OK %1$s Kies datum Gekose datum Kolom van dae: %1$s Ongeldige formaat. Voorbeeld: %1$s Gebruik: %1$s Ongeldige reeks. Gaan na jaar %1$s Buite reeks: %1$s Begindatum – %1$s %1$s – Einddatum %1$s-%2$s Kies datumreeks Begindatum – Einddatum Stoor Datum Einddatum Begindatum d m j Skakel oor na kalenderinvoermodus Tik om oor te skakel na die kies van \'n dag Skakel oor na teksinvoermodus Tik om oor te skakel na die kies van \'n jaar Kanselleer OK Wys wagwoord
+ - %d አዲስ ማሳወቂያዎች
+ - %d አዲስ ማሳወቂያዎች
+ የግርጌ ሉሁን ይሰብስቡ የግርጌ ሉሁን ይዘርጉ ግማሽ መንገድ ዘርጋ መያዣ ይጎትቱ ሁለቴ መታ ተደርጓል መያዣ ይጎትቱ ቁምፊዎች %1$d ከ%2$d ገብተዋል የቁምፊ ገደብ %1$d ከ%2$d አልፏል ጽሑፍን አጽዳ ስህተት ተቆልቋይ ምናሌን አሳይ የንግግር አዶ ትር AM ወይም PM ይምረጡ %1$s ሰዓታት ሰዓትን ይምረጡ %1$s ሰዓት ደቂቃዎችን ይምረጡ %1$s ደቂቃዎች ጥዋት ለጊዜ ግቤቱ ወደ የሰዓት ሁነታ ቀይር። ሰዓት ደቂቃ ከሰዓት ጊዜ ምረጥ ለጊዜ ግቤቱ ወደ የጽሑፍ ግቤት ሁነታ ቀይር። አዲስ ማሳወቂያ %1$sን አስወግድ ከ%1$d በላይ አዲስ ማሳወቂያዎች ወደ የሚቀጥለው ወር ቀይር ወደ ቀዳሚው ወር ቀይር የአሁኑ ምርጫ፦ %1$s ይቅር እሺ %1$s ቀን ይምረጡ የተመረጠው ቀን የቀኖች ዓምድ፦ %1$s ልክ ያልሆነ ቅርጸት ምሳሌ፦ %1$s %1$s ን ይጠቀሙ ልክ ያልኾነ ክልል። ወደ ዓመት %1$s አሰስ ከክልል ውጭ፦ %1$s መጀመሪያ ቀን – %1$s %1$s – መጨረሻ ቀን %1$s – %2$s ክልል ይምረጡ የመጀመሪያ ቀን – የመጨረሻ ቀን አስቀምጥ ቀን የማብቂያ ቀን መጀመሪያ ቀን ቀ ደ ዓ ወደ የቀን መቁጠሪያ ግቤት ሁነታ ቀይር ወደ ቀን መምረጥ ለመቀየር መታ ያድርጉ ወደ ጽሁፍ ግቤት ሁነታ ቀይር ወደ ዓመት መምረጥ ለመቀየር መታ ያድርጉ ይቅር እሺ የይለፍ ቃል አሳይ
+ - %d إشعار جديد
+ - إشعار جديد واحد (%d)
+ - إشعاران جديدان (%d)
+ - %d إشعارات جديدة
+ - %d إشعارًا جديدًا
+ - %d إشعار جديد
+ تصغير البطاقة السفلية توسيع البطاقة السفلية توسيع البطاقة السفلية تم النقر مرّتين على مقبض السحب. مقبض السحب تمّ إدخال %1$d حرف من إجمالي %2$d. تجاوز عدد الأحرف المسموح به %1$d من %2$d. محو النص خطأ عرض القائمة المنسدلة رمز مربع الحوار علامة تبويب يُرجى اختيار صباحًا أو مساءً. %1$s ساعة تحديد الساعة الساعة %1$s تحديد الدقائق %1$s دقيقة صباحًا يُرجى التبديل إلى وضع الساعة لإدخال الوقت. الساعة دقيقة مساءً اختيار الوقت يُرجى التبديل إلى وضع إدخال النص لإدخال الوقت. إشعار جديد إزالة %1$s يبلغ عدد الإشعارات الجديدة أكثر من %1$d. التغيير إلى الشهر التالي التغيير إلى الشهر السابق الاختيار الحالي: %1$s إلغاء حسنًا %1$s يُرجى اختيار تاريخ. التاريخ المحدَّد عمود الأيام: %1$s التنسيق غير صالح مثال: %1$s استخدام: %1$s النطاق غير صالح التنقل إلى العام %1$s خارج النطاق: %1$s تاريخ البدء – %1$s %1$s – تاريخ الانتهاء %1$s – %2$s يُرجى اختيار نطاق زمني. تاريخ البدء - تاريخ الانتهاء حفظ التاريخ تاريخ الانتهاء تاريخ البدء ي ش س التبديل إلى وضع \"الإدخال في التقويم\" انقر للتبديل إلى اختيار يوم التبديل إلى وضع \"إدخال النص\" انقر للتبديل إلى اختيار عام إلغاء حسنًا عرض كلمة المرور
+ - %d new notification
+ - %d new notifications
+ Collapse the bottom sheet Expand the bottom sheet Expand halfway Drag handle double-tapped Drag handle %2$dটাৰ ভিতৰত %1$dটা বৰ্ণ লিখা হৈছে %2$dটাৰ ভিতৰত %1$dটা বৰ্ণৰ সীমা অতিক্ৰম কৰিছে Clear text Error Show dropdown menu Dialog Icon Tab Select AM or PM %1$s hours Select hour %1$s o\'clock মিনিট বাছনি কৰক %1$s minutes AM সময়ৰ ইনপুটৰ বাবে ঘড়ী ম\'ডলৈ যাওক। Hour Minute PM Select time সময়ৰ ইনপুটৰ বাবে পাঠৰ ইনপুট ম\'ডলৈ যাওক। New notification %1$sক আঁতৰাওক More than %1$d new notifications Change to next month Change to previous month Current selection: %1$s Cancel OK %1$s Select Date Selected date Column of days: %1$s Invalid format. Example: %1$s Use: %1$s Invalid range. Navigate to year %1$s Out of range: %1$s Start date – %1$s %1$s – End date %1$s – %2$s Select Range Start date – End date Save Date End date Start date d m y Switch to calendar input mode Tap to switch to selecting a day Switch to text input mode Tap to switch to selecting a year Cancel OK পাছৱৰ্ড দেখুৱাওক
+ - %d yeni bildiriş
+ - %d yeni bildiriş
+ Aşağıdakı vərəqi yığcamlaşdırın Aşağıdakı vərəqi genişləndirin Tam genişləndirin Dəstəyə iki dəfə toxunun Dəstək %1$d/%2$d simvol daxil edilib Simvol limiti %1$d/%2$d dəyərini keçdi Mətni silin Xəta Açılan menyunu göstərin Dialoq ikonası Tab Gündüz və ya axşam seçin %1$s saat Saatı seçin Saat %1$s Dəqiqə seçin %1$s dəqiqə AM Zamanı daxil etmək üçün saat rejiminə keçin Saat Dəqiqə GƏ Vaxt seçin Zamanı daxil etmək üçün mətnlə daxiletmə rejiminə keçin Yeni bildiriş %1$s silin Minimum %1$d yeni bildiriş Növbəti aya dəyişin Əvvəlki aya dəyişin Cari seçim: %1$s Ləğv edin OK %1$s Tarix seçin Seçilmiş tarix Gün sütunu: %1$s Yanlış format. Nümunə: %1$s %1$s istifadə edin Yanlış diapazon. %1$s ilinə keçin Əhatə dairəsindən kənar: %1$s Başlama tarixi – %1$s %1$s – Bitmə tarixi %1$s: %2$s Aralıq seçin Başlama tarixi - Bitmə tarixi Saxlayın Tarix Bitmə tarixi Başlama tarixi gün ay il Təqvim daxiletmə rejiminə keçin Gün seçiminə keçmək üçün toxunun Mətn daxiletmə rejiminə keçin İl seçiminə keçmək üçün toxunun Ləğv edin OK Parolu göstərin
+ - %d notificación nueva
+ - %d notificaciones nuevas
+ Contraer la hoja inferior Expandir la hoja inferior Expandir hasta la mitad El control de arrastre se presionó dos veces Controlador de arrastre Caracteres ingresados: %1$d de %2$d Se excedió en %1$d el límite de caracteres de %2$d Borrar texto Error Mostrar menú desplegable Ícono de diálogo Pestaña Selecciona a.m. o p.m. %1$s horas Seleccione la hora. %1$s en punto Seleccionar minutos %1$s minutos a.m. Cambia al modo de reloj para ingresar la hora. Hora Minuto p.m. Seleccionar la hora Cambia al modo de entrada de texto para ingresar la hora. Notificación nueva Quitar %1$s Más de %1$d notificaciones nuevas Cambiar al mes siguiente Cambiar al mes anterior Selección actual: %1$s Cancelar Aceptar %1$s Seleccionar fecha Fecha seleccionada Columna de días: %1$s Formato no válido Ejemplo: %1$s Usar: %1$s El rango no es válido. Navegar al año %1$s Fuera de rango: %1$s Fecha de inicio - %1$s %1$s - fecha de finalización %1$s-%2$s Selecciona un período Fecha de inicio - fecha de finalización Guardar Fecha Fecha de finalización Fecha de inicio d m a Cambiar al modo de entrada de calendario Presiona para seleccionar un día Cambiar al modo de entrada de texto Presiona para seleccionar un año Cancelar Aceptar Mostrar contraseña
+ - %d novo obaveštenje
+ - %d nova obaveštenja
+ - %d novih obaveštenja
+ Skupite donju tabelu Proširite donju tabelu Proširite do pola Identifikator za prevlačenje je dvaput dodirnut Ručica za prevlačenje Uneti znakovi: %1$d od %2$d Prekoračeno je ograničenje broja znakova: %1$d od %2$d Obriši tekst Greška Prikaži padajući meni Ikona dijaloga Kartica Izaberite pre podne ili po podne %1$s s Izaberite sat %1$s s Izaberite minute %1$s min AM Pređite u režim sata radi unosa vremena. Sat Minut PM Izaberite vreme Pređite u režim unosa teksta radi unosa vremena. Novo obaveštenje Uklonite %1$s Novih obaveštenja: više od %1$d Pređite na sledeći mesec Pređite na prethodni mesec Aktuelni izbor: %1$s Otkaži Potvrdi %1$s Izaberite datum Izabrani datum Kolona sa danima: %1$s Format je nevažeći. Primer: %1$s Koristite: %1$s Nevažeći period. Idite na godinu %1$s Izvan perioda: %1$s Datum početka – %1$s %1$s – Datum završetka %1$s–%2$s Izaberite period Datum početka – Datum završetka Sačuvaj Datum Datum završetka Datum početka d m g Pređite na režim unosa u Kalendaru Dodirnite da biste prešli na izbor dana Pređite na režim unosa teksta Dodirnite da biste prešli na izbor godine Otkaži Potvrdi Prikaži lozinku
+ - %d новае апавяшчэнне
+ - %d новыя апавяшчэнні
+ - %d новых апавяшчэнняў
+ - %d новага апавяшчэння
+ Згарнуць ніжні аркуш Разгарнуць ніжні аркуш Разгарнуць напалову Маркер перацягвання націснуты двойчы Маркер перацягвання Уведзена сімвалаў: %1$d з %2$d Абмежаванне колькасці сімвалаў перавышана: %1$d з %2$d Ачысціць тэкст Памылка Паказаць выпадное меню Значок дыялогавага акна Укладка Выберыце AM (да паўдня) або PM (пасля паўдня) %1$s гадз Выберыце гадзіну %1$s гадз Выберыце хвіліны %1$s хв AM Пераключыцца на рэжым гадзінніка пры ўводзе часу. Гадзіна Хвіліна PM Выберыце час Пераключыцца на рэжым тэксту пры ўводзе часу. Новае апавяшчэнне Выдаліць %1$s Колькасць новых апавяшчэнняў перавысіла %1$d Перайсці да наступнага месяца Перайсці да папярэдняга месяца Бягучае вылучэнне: %1$s Скасаваць ОК %1$s Выберыце дату Выбраная дата Слупок дзён: %1$s Няправільны фармат. Прыклад: %1$s Неабходны фармат: %1$s Няправільны дыяпазон. Перайсці ў %1$s год Па-за межамі дыяпазону: %1$s Дата пачатку – %1$s %1$s – дата заканчэння %1$s – %2$s Выберыце дыяпазон дат Дата пачатку – дата заканчэння Захаваць Дата Дата заканчэння Дата пачатку д м г Пераключыцца ў рэжым уводу \"Каляндар\" Дакраніцеся, каб пераключыцца на выбар дня Пераключыцца ў рэжым уводу \"Тэкст\" Дакраніцеся, каб пераключыцца на выбар года Скасаваць ОК Паказаць пароль
+ - %d ново известие
+ - %d нови известия
+ Свиване на долния лист Разгъване на долния лист Разгъване наполовина Двукратно докосване на манипулатора за преместване с плъзгане Манипулатор за преместване с плъзгане Въведени знаци: %1$d от %2$d Максималният брой знаци е надхвърлен с(ъс) %1$d от %2$d Изчистване на текста Грешка Показване на падащото меню Икона за диалогов прозорец Раздел Изберете AM или PM %1$s часа Изберете час %1$s часа Избиране на минути %1$s минути AM Превключете към режима за часовник, за да въведете часа. Час Минута PM Избор на час Превключете към режима за въвеждане на текст, за да въведете часа. Ново известие Премахване на %1$s Повече от %1$d нови известия Преминаване към следващия месец Преминаване към предишния месец Текущ избор: %1$s Отказ OK %1$s Избиране на дата Избрана дата Колона за дни: %1$s Форматът е невалиден. Пример: %1$s Използвайте: %1$s Невалиден диапазон. Навигиране до %1$s г. Извън диапазона: %1$s Начална дата – %1$s %1$s – крайна дата %1$s – %2$s Избиране на период от време Начална дата – крайна дата Запазване Дата Крайна дата Начална дата д м г Превключване към режим на въвеждане в календар Докоснете, за да превключите към избиране на ден Превключване към режим за въвеждане на текст Докоснете, за да превключите към избиране на година Отказ OK Показване на паролата
+ - %dটি নতুন বিজ্ঞপ্তি
+ - %dটি নতুন বিজ্ঞপ্তি
+ স্ক্রিনের নিচে অ্যাটাচ করা শিট আড়াল করুন স্ক্রিনের নিচে অ্যাটাচ করা শিট বড় করুন অর্ধেক প্রসারিত করুন টেনে আনার হ্যান্ডেলে ডবল ট্যাপ করা হয়েছে টেনে আনার হ্যান্ডেল %2$dটির মধ্যে %1$dটি অক্ষর লেখা হয়েছে অক্ষরের সীমা %1$d এর %2$d অতিক্রম করেছে টেক্সট মুছুন সমস্যা ড্রপ-ডাউন মেনু দেখুন ডায়ালগ আইকন ট্যাব AM অথবা PM বেছে নিন %1$s ঘণ্টা ঘণ্টা বেছে নিন %1$sটা বাজে মিনিট বেছে নিন %1$s মিনিট AM সময় ইনপুট দেওয়ার জন্য ঘড়ি মোডে যান। ঘণ্টা মিনিট PM সময় বেছে নিন সময় ইনপুট দেওয়ার জন্য পাঠ্য ইনপুট মোডে যান। নতুন বিজ্ঞপ্তি %1$s সরিয়ে দিন %1$dটির বেশি নতুন বিজ্ঞপ্তি আগামী মাসে যান আগের মাসে যান বর্তমান বাছাই: %1$s বাতিল করুন ঠিক আছে %1$s তারিখ বেছে নিন বেছে নেওয়া তারিখ সপ্তাহের দিনগুলির কলাম: %1$s ভুল ফর্ম্যাট। উদাহরণ: %1$s %1$s ফর্ম্যাটে লিখুন তারিখ সঠিক নয়। নেভিগেট করে %1$s সালে যান নির্দিষ্ট তারিখের বাইরে: %1$s শুরুর তারিখ – %1$s %1$s – সমাপ্তির তারিখ %1$s – %2$s রেঞ্জ বেছে নিন শুরুর তারিখ - সমাপ্তির তারিখ সেভ করুন তারিখ সমাপ্তির তারিখ শুরুর তারিখ d m y ক্যালেন্ডার ইনপুট মোডে বদল করুন দিন বেছে নেওয়ার মোডে বদল করতে ট্যাপ করুন টেক্সট ইনপুট মোডে বদল করুন বছর বেছে নেওয়ার মোডে বদল করতে ট্যাপ করুন বাতিল করুন ঠিক আছে পাসওয়ার্ড দেখান
+ - %d novo obavještenje
+ - %d nova obavještenja
+ - %d novih obavještenja
+ Sužavanje donje tabele Proširivanje donje tabele Proširivanje dopola Ručica za prevlačenje je dvaput dodirnuta Ručica za prevlačenje Uneseno znakova: %1$d od %2$d Ograničenje broja znakova premašuje %1$d od %2$d Obriši tekst Greška Prikaži padajući meni ikona dijaloškog okvira Kartica Odaberite prijepodne ili poslijepodne %1$s h Odaberite sat %1$s h Odaberite minute %1$s min AM Prebacite u način rada kao sat za unos vremena. Sat Minuta PM Odabir vremena Prebacite u način unosa teksta za unos vremena. Novo obavještenje Uklonite %1$s Broj novih obavještenja: više od %1$d Promijeni na sljedeći mjesec Promijeni na prethodni mjesec Trenutni izbor: %1$s Otkaži Uredu %1$s Odaberite datum Odabrani datum Kolona za dane: %1$s Nevažeći format. Primjer: %1$s Koristi: %1$s Nevažeći opseg. Odlazak na %1$s. godinu Izvan opsega: %1$s Datum početka – %1$s %1$s – Datum završetka %1$s – %2$s Odaberite raspon Datum početka – Datum završetka Sačuvaj Datum Datum završetka Datum početka d m g Prebacivanje na način unosa kalendara Dodirnite da prebacite na odabir dana Prebacivanje na način unosa teksta Dodirnite da prebacite na odabir godine Otkaži Uredu Prikaži lozinku
+ - %d notificació nova
+ - %d notificacions noves
+ Replega el full inferior Desplega el full inferior Desplega fins a la meitat Has fet doble toc a l\'ansa per arrossegar Ansa per arrossegar Caràcters introduïts: %1$d de %2$d S\'ha superat el límit de caràcters (%1$d de %2$d) Esborra el text Error Mostra el menú desplegable Icona del quadre de diàleg Tabulador Selecciona a. m. o p. m. %1$s hores Seleccioneu l\'hora %1$s en punt Selecciona els minuts %1$s minuts a. m. Canvia al mode de rellotge per introduir l\'hora. Hora Minut p. m. Selecció de l\'hora Canvia al mode d\'introducció de text per introduir l\'hora. Notificació nova Suprimeix %1$s Més de %1$d notificacions noves Canvia al mes següent Canvia al mes anterior Selecció actual: %1$s Cancel·la D’acord %1$s Selecciona una data Data seleccionada Columna de dies: %1$s El format no és vàlid. Exemple: %1$s Utilitza: %1$s L\'interval no és vàlid. Canvia a l\'any %1$s La data està fora de l\'interval: %1$s Data d\'inici - %1$s %1$s - data de finalització %1$s - %2$s Selecciona un interval Data d\'inici - data de finalització Desa Data Data de finalització Data d\'inici d m a Canvia al mode d\'introducció de dades del calendari Toca per canviar a la selecció del dia Canvia al mode d\'introducció de text Toca per canviar a la selecció de l\'any Cancel·la D’acord Mostra la contrasenya
+ - %d nové oznámení
+ - %d nová oznámení
+ - %d nového oznámení
+ - %d nových oznámení
+ Sbalit spodní tabulku Rozbalit spodní tabulku Rozbalit napůl Dvakrát jste klepli na úchyt pro přetažení Úchyt pro přetažení Zadané znaky: %1$d z %2$d Byl překročen povolený počet znaků (%1$d z %2$d) Vymazat text Chyba Zobrazit rozbalovací nabídku Ikona dialogového okna Karta Vyberte AM nebo PM %1$s hodin Vyberte hodinu %1$s Zvolte minuty %1$s min AM Chcete-li zadat čas, přepněte na režim hodin. Hodina Minuta PM Vyberte čas Chcete-li zadat čas, přepněte na režim textu. Nové oznámení Odstranit položku %1$s Více než %1$d nových oznámení Přejít na další měsíc Přejít na předchozí měsíc Aktuální výběr: %1$s Zrušit OK %1$s Vyberte datum Vybrané datum Sloupec dnů: %1$s Neplatný formát. Příklad: %1$s Použijte: %1$s Neplatný rozsah. Přejít na rok %1$s Mimo rozsah: %1$s Datum zahájení – %1$s %1$s – datum ukončení %1$s – %2$s Vyberte rozsah Datum zahájení – datum ukončení Uložit Datum Datum ukončení Datum zahájení d m r Přepnout na režim zadávání do kalendáře Klepnutím přepnete na výběr dne Přepnout na režim zadávání textu Klepnutím přepnete na výběr roku Zrušit OK Zobrazit heslo
+ - %d ny notifikation
+ - %d nye notifikationer
+ Skjul feltet i bunden Udvid feltet i bunden Udvid halvdelen Du har trykket to gange på håndtaget Håndtag Du har brugt %1$d ud af %2$d tegn Du har brugt %1$d tegn og dermed overskredet tegnbegrænsningen på %2$d. Ryd tekst Fejl Vis rullemenuen Ikon for dialogboks Fane Vælg AM eller PM %1$s timer Vælg time klokken %1$s Vælg minutter %1$s minutter f.m. Skift til urtilstand for at angive klokkeslæt. Time Minut e.m. Vælg tidspunkt Skift til teksttilstand for at angive klokkeslæt. Ny notifikation Fjern %1$s Flere end %1$d nye notifikationer Skift til næste måned Skift til forrige måned Aktuelt valg: %1$s Annuller OK %1$s Vælg dato Valgt dato Kolonne med dage: %1$s Ugyldigt format. Eksempel: %1$s Brug: %1$s Ugyldigt interval. Gå til år %1$s Uden for interval: %1$s Startdato – %1$s %1$s – slutdato %1$s – %2$s Vælg interval Startdato – slutdato Gem Dato Slutdato Startdato d m å Skift til input-tilstand for kalender Tryk for at gå til valg af dag Skift til input-tilstand for tekst Tryk for at gå til valg af år Annuller OK Vis adgangskode
+ - %d neue Benachrichtigung
+ - %d neue Benachrichtigungen
+ Ansicht am unteren Rand minimieren Ansicht am unteren Rand maximieren Zur Hälfte maximieren Auf Ziehpunkt doppelt getippt Ziehpunkt Eingegebene Zeichen: %1$d von %2$d Zeichenbeschränkung überschritten: %1$d/%2$d Text löschen Fehler Drop-down-Menü anzeigen Dialogfeldsymbol Tab Vormittags oder Nachmittags auswählen %1$s Stunden Stunde auswählen %1$s Uhr Minuten auswählen %1$s Minuten AM In den Uhrzeitmodus wechseln, um die Uhrzeit einzugeben. Stunde Minute PM Uhrzeit auswählen In den Texteingabemodus wechseln, um die Uhrzeit einzugeben. Neue Benachrichtigung %1$s entfernen Mehr als %1$d neue Benachrichtigungen Zum nächsten Monat wechseln Zum vorherigen Monat wechseln Aktuelle Auswahl: %1$s Abbrechen OK %1$s Datum auswählen Ausgewähltes Datum Spalte \"Wochentag\": %1$s Ungültiges Format. Beispiel: %1$s Format: %1$s Ungültiger Bereich. Zum Jahr %1$s wechseln Außerhalb des Bereichs: %1$s Startdatum – %1$s %1$s – Enddatum %1$s – %2$s Zeitraum auswählen Startdatum – Enddatum Speichern Datum Enddatum Startdatum T M J In den Kalendereingabemodus wechseln Tippen, um zur Tagesauswahl zu wechseln In den Texteingabemodus wechseln Tippen, um zur Jahresauswahl zu wechseln Abbrechen OK Passwort anzeigen
+ - %d νέα ειδοποίηση
+ - %d νέες ειδοποιήσεις
+ Σύμπτυξη του φύλλου κάτω μέρους Ανάπτυξη του φύλλου κάτω μέρους Ανάπτυξη μέχρι τη μέση Η λαβή μεταφοράς πατήθηκε δύο φορές Λαβή μεταφοράς Εισήχθησαν %1$d από %2$d χαρακτήρες Υπέρβαση ορίου χαρακτήρων %1$d από %2$d Διαγραφή κειμένου Σφάλμα Εμφάνιση αναπτυσσόμενου μενού Εικονίδιο παραθύρου διαλόγου Καρτέλα Επιλέξτε π.μ. ή μ.μ. %1$s ώρες Επιλογή ώρας %1$s ακριβώς Επιλογή λεπτών %1$s λεπτά ΠΜ Κάντε εναλλαγή στη λειτουργία ρολογιού, για την εισαγωγή της ώρας. Ώρα Λεπτό ΜΜ Επιλέξτε ώρα Κάντε εναλλαγή στη λειτουργία εισαγωγής κειμένου, για την εισαγωγή της ώρας. Νέα ειδοποίηση Κατάργηση %1$s Πάνω από %1$d νέες ειδοποιήσεις Αλλαγή στον επόμενο μήνα Αλλαγή στον προηγούμενο μήνα Τρέχουσα επιλογή: %1$s Ακύρωση ΟΚ %1$s Επιλογή ημερομηνίας Επιλεγμένη ημερομηνία Στήλη ημερών: %1$s Μη έγκυρη μορφή. Παράδειγμα: %1$s Χρησιμοποιήστε: %1$s Μη έγκυρο εύρος. Πλοήγηση στο έτος %1$s Εκτός εύρους: %1$s Ημερομηνία έναρξης – %1$s %1$s – Ημερομηνία λήξης %1$s – %2$s Επιλογή εύρους Ημερομηνία έναρξης – Ημερομηνία λήξης Αποθήκευση Ημερομηνία Ημερομηνία λήξης Ημερομηνία έναρξης η μ ε Εναλλαγή στη λειτουργία εισαγωγής ημερολογίου Πατήστε για εναλλαγή για την επιλογή ημέρας Εναλλαγή στη λειτουργία εισαγωγής κειμένου Πατήστε για εναλλαγή για την επιλογή έτους Ακύρωση ΟΚ Εμφάνιση κωδικού πρόσβασης
+ - %d new notification
+ - %d new notifications
+ Collapse the bottom sheet Expand the bottom sheet Expand halfway Drag handle double-tapped Drag handle Characters entered %1$d of %2$d Character limit exceeded %1$d of %2$d Clear text Error Show drop-down menu Dialogue Icon Tab Select a.m. or p.m. %1$s hours Select hour %1$s o\'clock Select minutes %1$s minutes AM Switch to clock mode for the time input. Hour Minute PM Select time Switch to text input mode for the time input. New notification Remove %1$s More than %1$d new notifications Change to next month Change to previous month Current selection: %1$s Cancel OK %1$s Select date Selected date Column of days: %1$s Invalid format. Example: %1$s Use: %1$s Invalid range. Navigate to year %1$s Out of range: %1$s Start date – %1$s %1$s – End date %1$s – %2$s Select range Start date – End date Save Date End date Start date d m y Switch to calendar input mode Tap to switch to selecting a day Switch to text input mode Tap to switch to selecting a year Cancel OK Show password
+ - %d notificación nueva
+ - %d notificaciones nuevas
+ Ocultar la hoja inferior Mostrar la hoja inferior Desplegar hasta la mitad Controlador de arrastre tocado dos veces Controlador de arrastre Caracteres introducidos: %1$d de %2$d Límite de caracteres superado (%1$d de %2$d) Borrar texto Error Mostrar menú desplegable Icono del cuadro de diálogo Pestaña Selecciona AM o PM %1$s horas Seleccionar hora %1$s en punto Seleccionar minutos %1$s minutos A.M. Cambia al modo de reloj para escribir la hora. Hora Minuto P.M. Seleccionar la hora Cambia al modo de introducción de texto para escribir la hora. Notificación nueva Retirar %1$s Más de %1$d notificaciones nuevas Cambiar al mes siguiente Cambiar al mes anterior Selección actual: %1$s Cancelar Aceptar %1$s Selecciona una fecha Fecha seleccionada Columna de días: %1$s Formato no válido. Ejemplo: %1$s Usar: %1$s El periodo no es válido. Ir al año %1$s Fuera del periodo válido: %1$s Fecha de inicio–%1$s %1$s–Fecha de finalización %1$s – %2$s Selecciona un periodo Fecha de inicio–Fecha de finalización Guardar Fecha Fecha de finalización Fecha de inicio d m a Cambiar al modo de introducción Calendario Toca para seleccionar un día Cambiar al modo de introducción Texto Toca para seleccionar un año Cancelar Aceptar Mostrar contraseña
+ - %d notificación nueva
+ - %d notificaciones nuevas
+ Contraer la hoja inferior Expandir la hoja inferior Expandir hasta la mitad El control de arrastre se presionó dos veces Controlador de arrastre Caracteres ingresados: %1$d de %2$d Se excedió en %1$d el límite de caracteres de %2$d Borrar texto Error Mostrar menú desplegable Ícono de diálogo Pestaña Selecciona a.m. o p.m. %1$s horas Seleccione la hora. %1$s en punto Seleccionar minutos %1$s minutos a.m. Cambia al modo de reloj para ingresar la hora. Hora Minuto p.m. Seleccionar la hora Cambia al modo de entrada de texto para ingresar la hora. Notificación nueva Quitar %1$s Más de %1$d notificaciones nuevas Cambiar al mes siguiente Cambiar al mes anterior Selección actual: %1$s Cancelar Aceptar %1$s Seleccionar fecha Fecha seleccionada Columna de días: %1$s Formato no válido Ejemplo: %1$s Usar: %1$s El rango no es válido. Navegar al año %1$s Fuera de rango: %1$s Fecha de inicio - %1$s %1$s - fecha de finalización %1$s-%2$s Selecciona un período Fecha de inicio - fecha de finalización Guardar Fecha Fecha de finalización Fecha de inicio d m a Cambiar al modo de entrada de calendario Presiona para seleccionar un día Cambiar al modo de entrada de texto Presiona para seleccionar un año Cancelar Aceptar Mostrar contraseña
+ - %d uus märguanne
+ - %d uut märguannet
+ Alumise lehe ahendamine Alumise lehe laiendamine Laiendamine poolenisti Lohistamispidet topeltpuudutati Lohistamispide Sisestatud tähemärgid: %1$d/%2$d Tähemärgipiirang on ületatud: %1$d/%2$d Kustuta tekst Viga Kuva rippmenüü Dialoogi ikoon Vaheleht Valige AM või PM %1$s tundi Valige tund Kell %1$s Minutite valimine %1$s minutit AM Aktiveerige kellaaja sisestamiseks kellarežiim. Tunnid Minut PM Aja valimine Aktiveerige kellaaja sisestamiseks tekstisisestusrežiim. Uus märguanne Üksuse %1$s eemaldamine Rohkem kui %1$d uut märguannet Vaheta järgmisele kuule Vaheta eelmisele kuule Praegune valik: %1$s Tühista OK %1$s Valige kuupäev Valitud kuupäev Päevade veerg: %1$s Sobimatu vorming. Näide: %1$s Kasutage: %1$s Sobimatu vahemik. Mine aastasse %1$s Vahemikust väljas: %1$s Alguskuupäev – %1$s %1$s – lõppkuupäev %1$s–%2$s Valige vahemik Alguskuupäev – lõppkuupäev Salvesta Kuupäev Lõppkuupäev Alguskuupäev p k a Lülitu kalendrisisestusrežiimile Puudutage, et lülituda päeva valimisele Lülitu tekstisisestusrežiimile Puudutage, et lülituda aasta valimisele Tühista OK Parooli kuvamine
+ - %d jakinarazpen berri
+ - %d jakinarazpen berri
+ Tolestu pantailaren behealdean ainguratutako orria Zabaldu pantailaren behealdean ainguratutako orria Zabaldu erdiraino Birritan sakatu da arrastatzeko kontrol-puntua Arrastatzeko kontrol-puntua %1$d/%2$d karaktere idatzi dira Karaktere-muga gainditu da: %1$d/%2$d Garbitu testua Errorea Erakutsi goitibeherako menua Leihoko ikonoa Fitxa Hautatu AM edo PM %1$s ordu Hautatu ordua %1$s(r)ak dira Hautatu minutuak %1$s minutu AM Aldatu erloju modura ordua zehazteko. Ordua Minutua PM Hautatu ordua Ordua idazteko, aldatu testua idazteko metodora. Jakinarazpen berria Kendu %1$s %1$d jakinarazpen berri baino gehiago Aldatu hurrengo hilabetera Aldatu aurreko hilabetera Oraingo hautapena: %1$s Utzi Ados %1$s Hautatu data Hautatutako data Egunen zutabea:%1$s Formatuak ez du balio. Adibidea: %1$s Erabili: %1$s Tarteak ez du balio. Joan %1$s. urtera Onartutako barrutitik kanpo: %1$s Hasiera-data – %1$s %1$s – Amaiera-data %1$s-%2$s Hautatu barrutia Hasiera-data - Amaiera-data Gorde Data Amaiera-data Hasiera-data e h u Aldatu egutegiaren idazketa-metodora Sakatu eguna hautatzeko modura aldatzeko Aldatu testua idazteko modura Sakatu urtea hautatzeko modura aldatzeko Utzi Ados Erakutsi pasahitza
+ - %d اعلان جدید
+ - %d اعلان جدید
+ جمع کردن برگ زیرین ازهم بازکردن برگ زیرین گسترده کردن تا نیمه روی دستگیره کشاندن دوضربه زده شد دستگیره کشاندن نویسههای واردشده %1$d از %2$d محدودیت نویسه از حد مجاز %1$d از %2$d بیشتر شده است پاک کردن نوشتار خطا نمایش منوی کرکرهای نماد کادر گفتگو برگه انتخاب .ق.ظ. یا ب.ظ. %1$s ساعت انتخاب ساعت ساعت %1$s انتخاب دقیقه %1$s دقیقه ق.ظ برای وارد کردن زمان، به حالت ساعت تغییر وضعیت دهید. ساعت دقیقه ب.ظ انتخاب زمان برای وارد کردن زمان، به حالت ورودی نوشتاری تغییر وضعیت دهید. اعلان جدید برداشتن %1$s بیش از %1$d اعلان جدید تغییر به ماه بعدی تغییر به ماه قبلی انتخاب کنونی: %1$s لغو تأیید %1$s انتخاب تاریخ تاریخ انتخابی ستون روز: %1$s قالب نامعتبر است. مثال: %1$s قالب: %1$s محدوده نامعتبر است. رفتن به سال %1$s خارج از محدوده: %1$s تاریخ شروع – %1$s %1$s – تاریخ پایان %1$s – %2$s انتخاب محدوده تاریخ شروع – تاریخ پایان ذخیره تاریخ تاریخ پایان تاریخ شروع d m y رفتن به روش ورودی تقویم رفتن به رفتن به حالت انتخاب روز ضربه بزنید رفتن به حالت ورودی نوشتاری برای رفتن به حالت انتخاب سال ضربه بزنید لغو تأیید نمایش گذرواژه
+ - %d uusi ilmoitus
+ - %d uutta ilmoitusta
+ Tiivistä alapaneeli Laajenna alapaneeli Laajenna puoliväliin Vetokahvaa kaksoisnapautettu Vetokahva %1$d/%2$d merkkiä kirjoitettu Merkkiraja ylitetty: %1$d/%2$d Tyhjennä teksti Virhe Näytä avattava valikko Valintaikkunan kuvake Välilehti Valitse AP tai IP %1$s tuntia Valitse tunti klo %1$s Valitse minuutit %1$s minuuttia ap Vaihda ajan syöttämiseen kellotilassa. Tunnit Minuutti ip Valitse aika Vaihda ajan syöttämiseen tekstitilassa. Uusi ilmoitus Poista %1$s Yli %1$d uutta ilmoitusta Vaihda seuraavaan kuukauteen Vaihda edelliseen kuukauteen Nykyinen valinta: %1$s Peru OK %1$s Valitse päivämäärä Valittu päivämäärä Päiväsarake: %1$s Virheellinen muoto Esimerkki: %1$s Käytä muotoa %1$s Virheellinen alue Siirry vuoteen %1$s Aikavälin ulkop.: %1$s Alkamispäivä – %1$s %1$s – päättymispäivä %1$s – %2$s Valitse jakso Alkamispäivä – päättymispäivä Tallenna Päivämäärä Päättymispäivä Alkamispäivä p k v Vaihda syöttötavaksi kalenteri Siirry päivän valintaan napauttamalla Valitse syöttötavaksi teksti Siirry vuoden valintaan napauttamalla Peru OK Näytä salasana
+ - %d nouvelle notification
+ - %d nouvelles notifications
+ Réduire la bottom sheet Développer la bottom sheet Développer en entier A appuyé deux fois sur la poignée de déplacement Poignée de déplacement Caractères saisis %1$d sur %2$d Nombre maximal de caractères dépassé : %1$d sur %2$d Effacer le texte Erreur Afficher le menu déroulant Icône de la boîte de dialogue Tabulation Sélectionner le format AM ou PM %1$s heures Sélectionnez une heure %1$s h Sélectionner des minutes %1$s min AM Passer en mode horloge pour la saisie de l\'heure. Heure Minute PM Sélectionner l\'heure Passer en mode saisie de texte pour la saisie de l\'heure. Nouvelle notification Supprimer %1$s Plus de %1$d nouvelles notifications Passer au mois suivant Passer au mois précédent Sélection actuelle : %1$s Annuler OK %1$s Sélectionnez une date Date sélectionnée Colonne du jour de la semaine : %1$s Format incorrect. Exemple : %1$s Utiliser %1$s Plage non valide. Accéder à l\'année %1$s Hors limite : %1$s Date de début – %1$s %1$s – Date de fin %1$s - %2$s Sélectionnez une période Date de début – Date de fin Enregistrer Date Date de fin Date de début j m a Passer au mode de saisie Agenda Appuyer pour sélectionner un jour Passer au mode de saisie Texte Appuyer pour sélectionner une année Annuler OK Afficher le mot de passe
+ - %d nouvelle notification
+ - %d nouvelles notifications
+ Réduire la zone de contenu dans le bas de l\'écran Développer la zone de contenu dans le bas de l\'écran Développer à moitié Poignée de déplacement touchée deux fois Faire glisser la poignée Caractères entrés : %1$d sur %2$d Limite de caractère dépassée : %1$d sur %2$d Effacer le texte Erreur Afficher le menu déroulant Icône de boîte de dialogue Onglet Sélectionner AM ou PM %1$s heure(s) Sélectionner l\'heure %1$s heures Sélectionnez les minutes %1$s minutes AM Passer au mode Horloge pour entrer l\'heure. Heure Minute PM Sélectionner l\'heure Passer au mode Entrée de texte pour entrer l\'heure. Nouvelle notification Supprimer %1$s Plus de %1$d nouvelles notifications Passer au mois suivant Passer au mois précédent Sélection actuelle : %1$s Annuler OK %1$s Sélectionnez la date Date sélectionnée Colonne des jours : %1$s Format incorrect Exemple : %1$s Utiliser : %1$s Plage incorrecte. Naviguer vers l\'année %1$s Hors de la plage : %1$s Du (date de début) au %1$s Du %1$s au (date de fin) Du %1$s au %2$s Sélectionnez la plage Du (date de début) au (date de fin) Enregistrer Date Date de fin Date de début j m a Passer au mode d\'entrée Agenda Touchez pour passer à la sélection de jour Passer au mode d\'entrée Texte Touchez pour passer à la sélection d\'année Annuler OK Afficher le mot de passe
+ - %d notificación nova
+ - %d notificacións novas
+ Contrae o panel inferior Desprega o panel inferior Despregar ata a metade Controlador de arrastre tocado dúas veces Controlador de arrastre Introducíronse %1$d caracteres de %2$d Introducíronse %1$d caracteres, pero o límite é de %2$d Borra texto Produciuse un erro Mostra o menú despregable Icona de cadro de diálogo Pestana Seleccionar a.m. ou p.m. %1$s horas Seleccionar hora %1$s en punto Seleccionar minutos %1$s minutos a.m. Cambiar ao modo de reloxo para introducir a hora. Hora Minuto p.m. Seleccionar hora Cambia ao modo de introdución de texto para introducir a hora. Notificación nova Quita %1$s Máis de %1$d notificacións novas Cambiar ao mes seguinte Cambiar ao mes anterior Selección actual: %1$s Cancelar Aceptar %1$s Selecciona unha data Data seleccionada Columna de días: %1$s O formato non é válido. Exemplo: %1$s Usa este formato: %1$s O intervalo de datas non é válido. Ir ao ano %1$s Só se admiten datas do intervalo: %1$s Data de inicio - %1$s %1$s - data de finalización %1$s - %2$s Selecciona un intervalo de datas Data de inicio - data de finalización Gardar Data Data de finalización Data de inicio d m a Cambiar ao modo de entrada de calendario Tocar para cambiar a selección de día Cambiar ao modo de introdución de texto Tocar para cambiar a selección de ano Cancelar Aceptar Mostra o contrasinal
+ - %d નવું નોટિફિકેશન
+ - %d નવા નોટિફિકેશન
+ બોટમ શીટ નાની કરો બોટમ શીટ મોટી કરો અડધે સુધી મોટું કરો ઑબ્જેક્ટ ખેંચવાના હૅન્ડલ પર બે વાર ટૅપ કર્યું ઑબ્જેક્ટ ખેંચવાનું હૅન્ડલ %2$dમાંથી %1$d અક્ષરો દાખલ કર્યા %2$dમાંથી %1$dની વર્ણ મર્યાદા ઓળંગાઈ ગઈ છે ટેક્સ્ટ સાફ કરો ભૂલ ડ્રૉપડાઉન મેનૂ બતાવો સંવાદનું આઇકન ટૅબ AM અથવા PM પસંદ કરો %1$s કલાક સમય પસંદ કરો %1$s વાગ્યા છે મિનિટ પસંદ કરો %1$s મિનિટ AM સમય દાખલ કરવા માટે ઘડિયાળ મોડમાં સ્વિચ કરો. કલાક મિનિટ PM સમય પસંદ કરો સમય દાખલ કરવા માટે ટેક્સ્ટ ઇનપુટ મોડમાં સ્વિચ કરો. નવું નોટિફિકેશન %1$s કાઢી નાખો %1$dથી વધુ નવા નોટિફિકેશન આગલા મહિના પર બદલો પાછલા મહિના પર બદલો હાલની પસંદગી: %1$s રદ કરો ઓકે %1$s તારીખ પસંદ કરો પસંદ કરેલી તારીખ દિવસોની કૉલમ: %1$s અમાન્ય ફોર્મેટ. ઉદાહરણ: %1$s આનો ઉપયોગ કરો: %1$s અમાન્ય શ્રેણી. %1$sના વર્ષ પર નૅવિગેટ કરો આ શ્રેણીની બહાર છે: %1$s શરૂ કરવાની તારીખ – %1$s %1$s – સમાપ્તિની તારીખ %1$s – %2$s શ્રેણી પસંદ કરો શરૂ કરવાની તારીખ – સમાપ્તિની તારીખ સાચવો તારીખ સમાપ્તિની તારીખ શરૂ કરવાની તારીખ d m y કૅલેન્ડર ઇનપુટ મોડ પર સ્વિચ કરો દિવસની પસંદગી પર સ્વિચ કરવા માટે ટૅપ કરો ટેક્સ્ટ ઇનપુટ મોડ પર સ્વિચ કરો વર્ષની પસંદગી પર સ્વિચ કરવા માટે ટૅપ કરો રદ કરો ઓકે પાસવર્ડ બતાવો 8dp 4dp 18dp 40dp 2dp 2dp 40dp 20dp 128dp 4dp 0dp 22dp 48dp 2dp 2dp 48dp 20dp 168dp 0dp 24dp
+ - %d नई सूचनाएं
+ - %d नई सूचनाएं
+ बॉटम शीट को छोटा करें बॉटम शीट को बड़ा करें पूरी तरह बड़ा करें खींचकर छोड़ने वाले हैंडल पर दो बार टैप किया गया खींचकर छोड़ने वाला हैंडल %2$d वर्णों में से %1$d वर्ण दर्ज किए गए अभी %1$d वर्ण हैं जबकि %2$d से ज़्यादा नहीं होने चाहिए टेक्स्ट मिटाएं गड़बड़ी ड्रॉपडाउन मेन्यू दिखाएं डायलॉग का आइकॉन टैब AM या PM चुनें %1$s घंटे घंटा चुनें %1$s बजे मिनट चुनें %1$s मिनट पूर्वाह्न समय इनपुट के लिए घड़ी मोड पर जाएं. घंटा मिनट अपराह्न समय चुनें समय इनपुट के लिए लेख इनपुट मोड पर जाएं. नई सूचना %1$s हटाएं %1$d से ज़्यादा नई सूचनाएं अगले महीने पर जाएं पिछले महीने पर जाएं फ़िलहाल, यह चुना गया है: %1$s रद्द करें ठीक है %1$s तारीख चुनें चुनी गई तारीख दिनों का कॉलम: %1$s गलत फ़ॉर्मैट. उदाहरण: %1$s %1$s का इस्तेमाल करें तारीखों की अमान्य सीमा. साल %1$s पर जाएं तारीख की मान्य सीमा से बाहर: %1$s शुरू होने की तारीख – %1$s %1$s – खत्म होने की तारीख %1$s – %2$s रेंज चुनें शुरू होने की तारीख – खत्म होने की तारीख सेव करें तारीख खत्म होने की तारीख शुरू होने की तारीख d m y कैलेंडर के इनपुट मोड पर स्विच करें \'दिन चुनना\' पर स्विच करने के लिए टैप करें टेक्स्ट के इनपुट मोड पर स्विच करें \'साल चुनना\' पर स्विच करने के लिए टैप करें रद्द करें ठीक है पासवर्ड दिखाएं
+ - %d nova obavijest
+ - %d nove obavijesti
+ - %d novih obavijesti
+ Sažmite donju tablicu Proširite donju tablicu Proširi donju polovicu Dvaput dodirnut marker za povlačenje Marker za povlačenje Uneseno znakova: %1$d od %2$d Premašeno je ograničenje broja znakova: %1$d od %2$d Brisanje teksta Pogreška Prikaži padajući izbornik Ikona dijaloga Kartica Odaberite prijepodne ili poslijepodne %1$s h Odaberite sat %1$s h Odaberite minute %1$s min AM Prijeđite na način rada sata da biste unijeli vrijeme. Sat Minuta PM Odabir vremena Prijeđite na način unosa teksta da biste unijeli vrijeme. Nova obavijest Ukloni %1$s Više od %1$d novih obavijesti Prijelaz na sljedeći mjesec Pomicanje na prethodni mjesec Trenutačan odabir: %1$s Odustani U redu %1$s Odaberite datum Odabrani datum Stupac s danima: %1$s Nevažeći format. Primjer: %1$s Koristi format: %1$s Raspon nije važeći. Prijelaz na godinu %1$s Izvan raspona: %1$s Datum početka – %1$s %1$s – datum završetka %1$s – %2$s Odaberite raspon Datum početka – datum završetka Spremi Datum Datum završetka Datum početka d m g Prijelaz na način unosa u Kalendaru Dodirnite za prijelaz na odabir dana Prijelaz na način unosa teksta Dodirnite za prijelaz na odabir godine Odustani U redu Prikaži zaporku
+ - %d új értesítés
+ - %d új értesítés
+ Az alsó lap összecsukása Az alsó lap kibontása Kibontás félig Duplán koppintott a csúszkára Csúszka Begépelt karakterszám: %2$d/%1$d Maximális karakterszám túllépve: %2$d/%1$d Szöveg törlése Hiba Legördülő menü megjelenítése Párbeszédpanel ikonja Lap Válassza ki, hogy délelőtt vagy délután %1$s óra Óra kiválasztása %1$s óra Perc kiválasztása %1$s perc de. Időbevitelhez váltson óramódba. Óra Perc du. Időpont kiválasztása Időbevitelhez váltson szövegbeviteli módba. Új értesítés Eltávolítás (%1$s) Több mint %1$d új értesítés Váltás a következő hónapra Váltás az előző hónapra Jelenleg kiválasztva: %1$s Mégse OK %1$s Válasszon dátumot Kiválasztott dátum Napok oszlopa: %1$s Érvénytelen formátum. Példa: %1$s Használja ezt: %1$s Érvénytelen tartomány. Ugrás ehhez az évhez: %1$s Tartományon kívül: %1$s Kezdés dátuma – %1$s %1$s – Befejezés dátuma %1$s – %2$s Válasszon dátumtartományt Kezdés dátuma – Befejezés dátuma Mentés Dátum Befejezés dátuma Kezdés dátuma N H É Váltás naptárbeviteli módra Koppintson a nap kiválasztásához Váltás szövegbeviteli módra Koppintson az év kiválasztásához Mégse OK Jelszó megjelenítése
+ - %d նոր ծանուցում
+ - %d նոր ծանուցում
+ Ծալել ներքևի էկրանը Ծավալել ներքևի էկրանը Ծավալել կիսով չափ Կրկնակի հպում տեղափոխման նշիչին Տեղափոխման նշիչ Մուտքագրված նիշեր՝ %1$d/%2$d Նիշերի առավելագույն քանակը գերազանցվել է (%1$d/%2$d) Ջնջել տեքստը Սխալ Ցույց տալ իջնող ընտրացանկը Երկխոսության պատուհանի պատկերակ Ներդիր Ընտրել AM կամ PM %1$s ժամ Ընտրել ժամը Ժամը %1$s է Ընտրեք րոպեն %1$s րոպե AM Ժամը մուտքագրելու համար միացրեք ժամացույցի ռեժիմը: Ժամ Րոպե PM Ժամանակի ընտրություն Ժամը մուտքագրելու համար միացրեք տեքստի մուտքագրման ռեժիմը: Նոր ծանուցում Հեռացնել (%1$s) Ավելի քան %1$d նոր ծանուցում Անցնել հաջորդ ամիս Անցնել նախորդ ամիս Ներկայիս ընտրությունը՝ %1$s Չեղարկել Եղավ %1$s Ընտրեք ամսաթիվը Ընտրված ամսաթիվը Օրերի սյունակ՝ %1$s Ձևաչափը սխալ է։ Օրինակ՝ %1$s Օգտագործեք՝ %1$s Ընդգրկույթն անվավեր է: Անցնել %1$s թվական Ընդգրկույթից դուրս է՝ %1$s Մեկնարկի ամսաթիվը – %1$s %1$s – Ավարտի ամսաթիվը %1$s – %2$s Ընտրեք ընդգրկույթը Մեկնարկի ամսաթիվը – Ավարտի ամսաթիվը Պահել Ամսաթիվ Ավարտի ամսաթիվը Մեկնարկի ամսաթիվը օ ա տ Անցնել օրացույցի մուտքագրման ռեժիմ Հպեք՝ օրվա ընտությանն անցնելու համար Անցնել տեքստի մուտքագրման ռեժիմին Հպեք՝ տարեթվի ընտությանն անցնելու համար Չեղարկել Եղավ Ցուցադրել գաղտնաբառը
+ - %d notifikasi baru
+ - %d notifikasi baru
+ Menciutkan sheet bawah Meluaskan sheet bawah Luaskan setengah Handel geser diketuk dua kali Handel geser Karakter yang dimasukkan %1$d dari %2$d Melebihi batas karakter %1$d dari %2$d Menghapus teks Error Tampilkan menu dropdown Ikon Dialog Tab Pilih AM atau PM %1$s jam Pilih jam Pukul %1$s Pilih menit %1$s menit AM Beralih ke mode jam untuk masukan waktu. Jam Menit PM Pilih waktu Beralih ke mode masukan teks untuk masukan waktu. Notifikasi baru Menghapus %1$s Lebih dari %1$d notifikasi baru Ubah ke bulan berikutnya Ubah ke bulan sebelumnya Pilihan saat ini: %1$s Batal Oke %1$s Pilih Tanggal Tanggal yang dipilih Kolom hari: %1$s Format tidak valid. Contoh: %1$s Gunakan: %1$s Rentang tidak valid. Buka tahun %1$s Di luar rentang: %1$s Tanggal mulai – %1$s %1$s – Tanggal akhir %1$s – %2$s Pilih Rentang Tanggal mulai – Tanggal akhir Simpan Tanggal Tanggal akhir Tanggal mulai h b t Beralih ke mode masukan kalender Ketuk untuk beralih ke memilih hari Beralih ke mode masukan teks Ketuk untuk beralih ke memilih tahun Batal Oke Tampilkan sandi
+ - %d ný tilkynning
+ - %d nýjar tilkynningar
+ Minnka blað neðst Stækka blað neðst Stækka til hálfs Ýtt tvisvar á dragkló Dragkló Innslegnir stafir %1$d af %2$d Yfir hámarksstafafjölda, %1$d af %2$d Hreinsa texta Villa Sýna fellivalmynd Gluggatákn Flipi Velja f.h. eða e.h. %1$s klst. Velja tíma klukkan %1$s Veldu mínútur %1$s mínútur f.h. Skipta yfir í klukkustillingu til að færa inn tíma. Klukkustund Mínúta e.h. Veldu tíma Skipta yfir í textastillingu til að færa inn tíma. Ný tilkynning Fjarlægja %1$s Yfir %1$d nýjar tilkynningar Breyta í næsta mánuð Breyta í fyrri mánuð Núverandi val: %1$s Hætta við Í lagi %1$s Veldu dagsetningu Valin dagsetning Dálkur með dögum: %1$s Ógilt snið. Dæmi: %1$s Nota: %1$s Ógilt svið. Fara í árið %1$s Utan sviðs: %1$s Upphafsdagur – %1$s %1$s – lokadagur %1$s – %2$s Veldu tímabil Upphafsdagur – lokadagur Vista Dagsetning Lokadagur Upphafsdagur d m á Skipta yfir í innfærsluaðferð fyrir dagatal Ýttu til að skipta yfir í að velja dag Skipta yfir í innfærsluaðferð fyrir texta Ýttu til að skipta yfir í að velja ár Hætta við Í lagi Sýna aðgangsorð
+ - %d nuova notifica
+ - %d nuove notifiche
+ Comprimi riquadro inferiore Espandi riquadro inferiore Espandi a metà Doppio tocco su punto di trascinamento Punto di trascinamento %1$d caratteri inserirti su %2$d Sono presenti %2$d caratteri in più rispetto al limite di %1$d Cancella testo Errore Mostra il menu a discesa Icona della finestra di dialogo Scheda Seleziona AM o PM %1$s ore Seleziona l\'ora %1$s in punto Seleziona i minuti %1$s minuti am Passa alla modalità orologio per inserire l\'ora. Ora Minuto pm Seleziona l\'ora Passa alla modalità di immissione testo per inserire l\'ora. Nuova notifica Rimuovi %1$s Più di %1$d nuove notifiche Passa al mese successivo Passa al mese precedente Selezione attuale: %1$s Annulla OK %1$s Seleziona data Data selezionata Colonna dei giorni: %1$s Formato non valido. Esempio: %1$s Usa: %1$s Intervallo non valido. Vai all\'anno %1$s Non compresa nell\'intervallo: %1$s Data di inizio - %1$s %1$s - Data di fine %1$s - %2$s Seleziona intervallo Data di inizio - Data di fine Salva Data Data di fine Data di inizio g m a Passa alla modalità di immissione Calendario Tocca per passare alla selezione di un giorno Passa alla modalità di immissione Testo Tocca per passare alla selezione di un anno Annulla OK Mostra password
+ - התראה חדשה אחת (%d)
+ - %d התראות חדשות
+ - %d התראות חדשות
+ - %d התראות חדשות
+ כיווץ הגיליון התחתון הרחבת הגיליון התחתון הרחבה עד האמצע בוצעה הקשה כפולה על נקודת האחיזה לגרירה נקודת אחיזה לגרירה הוזנו %1$d תווים מתוך %2$d מגבלת התווים חורגת ב-%1$d מתוך %2$d מחיקת הטקסט שגיאה הצגת התפריט הנפתח סמל לתיבת דו-שיח מקש Tab יש לבחור ב-AM או ב-PM %1$s שעות בחר שעה השעה %1$s בחר דקות %1$s דקות AM העבר למצב שעון לצורך הזנת השעה שעה דקה PM בחר שעה העבר למצב קלט טקסט לצורך הזנת השעה התראה חדשה הסרה של %1$s יותר מ-%1$d התראות חדשות מעבר לחודש הבא מעבר לחודש הקודם הבחירה הנוכחית: %1$s ביטול אישור %1$s יש לבחור תאריך התאריך הנבחר עמודה של ימים: %1$s פורמט לא חוקי. דוגמה: %1$s יש להשתמש בפורמט: %1$s טווח לא חוקי. ניווט לשנת %1$s מחוץ לטווח: %1$s תאריך התחלה – %1$s %1$s – תאריך סיום %1$s – %2$s יש לבחור טווח תאריך התחלה - תאריך סיום שמירה תאריך תאריך סיום תאריך התחלה י ח ש החלפה לשיטת קלט של יומן יש להקיש כדי להחליף לבחירת יום החלפה לשיטת קלט של טקסט יש להקיש כדי להחליף לבחירת שנה ביטול אישור הצגת סיסמה
+ - %d 件の新しい通知
+ - %d 件の新しい通知
+ ボトムシートを閉じる ボトムシートを開く 下半分を展開 ドラッグ ハンドルをダブルタップしました ドラッグ ハンドル 入力済み文字数: %1$d/%2$d 文字数制限を超えています(%1$d/%2$d 文字) テキストを消去 エラー プルダウン メニューを表示 ダイアログ アイコン タブ 午前または午後を選択 %1$s 時間 時刻を選択してください %1$s時 分を選択 %1$s分 AM 時刻を時計で入力するモードに切り替えます。 時間 分 PM 時間を選択 時刻をテキストで入力するモードに切り替えます。 新しい通知 %1$s を削除します %1$d 件以上の新しい通知 翌月に変更 前月に変更 現在の選択: %1$s キャンセル OK %1$s 日付を選択してください 選択した日付 曜日の列: %1$s 形式が無効です。 例: %1$s 使用: %1$s 範囲が無効です。 %1$s 年に移動 範囲外: %1$s 開始日~%1$s %1$s~終了日 %1$s~%2$s 期間を選択してください 開始日~終了日 保存 日付 終了日 開始日 d m y カレンダー入力モードに切り替え タップすると、日の選択に切り替わります テキスト入力モードに切り替え タップすると、年の選択に切り替わります キャンセル OK パスワードを表示
+ - %d ახალი შეტყობინება
+ - %d ახალი შეტყობინება
+ ქვედა ფურცლის ჩაკეცვა ქვედა ფურცლის გაშლა ნახევრამდე გაფართოება ორმაგი შეხება ჩავლების სახელურზე სახელური ჩავლებისთვის შეყვანილია %2$d-დან %1$d სიმბოლო გადაჭარბებულია სიმბოლოთა ლიმიტი (%2$d-დან %1$d) ტექსტის გასუფთავება შეცდომა ჩამოსაშლელი მენიუს ჩვენება დიალოგის ხატულა ჩანართი აირჩიეთ AM ან PM %1$s საათი აირჩიეთ საათი %1$s საათი აირჩიეთ წუთები %1$s წუთი AM დროის შეყვანისთვის საათის რეჟიმზე გადართვა. საათი წუთი PM აირჩიეთ დრო დროის შეყვანისთვის ტექსტის შეყვანის რეჟიმზე გადართვა. ახალი შეტყობინება %1$s-ის ამოშლა %1$d-ზე მეტი ახალი შეტყობინება შემდეგ თვეზე გადასვლა წინა თვეზე გადასვლა ამჟამინდელი არჩევანი: %1$s გაუქმება კარგი %1$s აირჩიეთ თარიღი არჩეული თარიღი დღეების სვეტი: %1$s არასწორი ფორმატი. მაგალითი: %1$s %1$s-ის გამოყენება დიაპაზონი არასწორია. %1$s წელზე ნავიგაცია დიაპაზონს მიღმა: %1$s დაწყების თარიღი - %1$s %1$s - დასრულების თარიღი %1$s - %2$s აირჩიეთ დიაპაზონი დაწყების თარიღი - დასრულების თარიღი შენახვა თარიღი დასრულების თარიღი დაწყების თარიღი დ წთ წ კალენდარში შეყვანის რეჟიმზე გადართვა შეეხეთ დღის არჩევაზე გადასართავად ტექსტის შეყვანის რეჟიმზე გადართვა შეეხეთ წლის არჩევაზე გადასართავად გაუქმება კარგი პაროლის ჩვენება
+ - %d жаңа хабарландыру
+ - %d жаңа хабарландыру
+ Төменгі парақшаны жию Төменгі парақшаны жаю Жартылай кеңейту Сүйрейтін тетік екі рет түртілді. Сүйрейтін тетік %1$d/%2$d таңба енгізілді Таңба саны шегінен асты: %1$d/%2$d Мәтінді өшіру Қате Ашылмалы мәзірді көрсету Диалог белгішесі Қойынды \"AM\" немесе \"PM\" форматын таңдау Сағат: %1$s Сағатты таңдау Сағат: %1$s Минут таңдау %1$s минут AM Уақытты енгізу үшін сағат режиміне өтіңіз. Сағат Mинут PM Уақытты таңдау Уақытты енгізу үшін мәтін енгізу режиміне өтіңіз. Жаңа хабарландыру %1$s мазмұнын өшіру %1$d санынан көп жаңа хабарландыру Келесі айға өту Алдыңғы айға өту Ағымдағы таңдау: %1$s Бас тарту Жарайды %1$s Күнді таңдау Таңдалған күн Күндер бағаны: %1$s Формат жарамсыз. Мысал: %1$s. Жарамды формат: %1$s. Ауқым жарамсыз. %1$s жылына жылжу Ауқымнан тыc: %1$s Басталу күні – %1$s %1$s – аяқталу күні %1$s – %2$s Аралықты таңдау Басталу күні – аяқталу күні Сақтау Күні Аяқталу күні Басталу күні к а ж Күнтізбенің енгізу режиміне ауысу Күнді таңдауға ауысу үшін түртіңіз. Мәтін енгізу режиміне ауысу Жылды таңдауға ауысу үшін түртіңіз. Бас тарту Жарайды Құпия сөзді көрсету
+ - ការជូនដំណឹងថ្មី %d
+ - ការជូនដំណឹងថ្មី %d
+ បង្រួមសន្លឹកខាងក្រោម ពង្រីកសន្លឹកខាងក្រោម ពង្រីកពាក់កណ្ដាល បានប៉ះដងអូសពីរដង ដងអូស តួអក្សរបានបញ្ចូល %1$d នៃ %2$d ដែនកំណត់តួអក្សរបានលើស %1$d នៃ %2$d សម្អាតអក្សរ បញ្ហា បង្ហាញម៉ឺនុយធ្លាក់ចុះ រូបប្រអប់បញ្ចូល ផ្ទាំង ជ្រើសរើស AM ឬ PM %1$s ម៉ោង ជ្រើសរើសម៉ោង ម៉ោង %1$s ជ្រើសនាទី %1$s នាទី ព្រឹក ប្តូរទៅមុខងារនាឡិកាសម្រាប់ការបញ្ចូលម៉ោង។ ម៉ោង នាទី ល្ងាច ជ្រើសម៉ោង ប្តូរទៅមុខងារបញ្ចូលអក្សរសម្រាប់ការបញ្ចូលម៉ោង។ ការជូនដំណឹងថ្មី លុប %1$s ការជូនដំណឹងថ្មីៗលើស %1$d ហើយ ប្ដូរទៅខែបន្ទាប់ ប្ដូរទៅខែមុន ការជ្រើសរើសបច្ចុប្បន្ន៖ %1$s បោះបង់ យល់ព្រម %1$s ជ្រើសរើសកាលបរិច្ឆេទ កាលបរិច្ឆេទដែលបានជ្រើសរើស ជួរឈរនៃថ្ងៃ៖ %1$s ទម្រង់មិនត្រឹមត្រូវទេ។ ឧទាហរណ៍៖ %1$s ប្រើ៖ %1$s ជួរមិនត្រឹមត្រូវទេ។ ប្ដូរទៅឆ្នាំ %1$s នៅក្រៅជួរ៖ %1$s កាលបរិច្ឆេទចាប់ផ្ដើម – %1$s %1$s – កាលបរិច្ឆេទបញ្ចប់ %1$s – %2$s ជ្រើសរើសចន្លោះ កាលបរិច្ឆេទចាប់ផ្ដើម – កាលបរិច្ឆេទបញ្ចប់ រក្សាទុក កាលបរិច្ឆេទ កាលបរិច្ឆេទបញ្ចប់ កាលបរិច្ឆេទចាប់ផ្ដើម ថ ខ ឆ ប្ដូរទៅរបៀបបញ្ចូលប្រតិទិន ចុចដើម្បីប្ដូរទៅការជ្រើសរើសថ្ងៃ ប្ដូរទៅរបៀបបញ្ចូលអក្សរ ចុចដើម្បីប្ដូរទៅការជ្រើសរើសឆ្នាំ បោះបង់ យល់ព្រម បង្ហាញពាក្យសម្ងាត់
+ - %d ಹೊಸ ಅಧಿಸೂಚನೆಗಳು
+ - %d ಹೊಸ ಅಧಿಸೂಚನೆಗಳು
+ ಕೆಳಭಾಗದ ಶೀಟ್ ಅನ್ನು ಕುಗ್ಗಿಸಿ ಕೆಳಭಾಗದ ಶೀಟ್ ಅನ್ನು ವಿಸ್ತರಿಸಿ ಅರ್ಧದಷ್ಟು ವಿಸ್ತರಿಸಿ ಹ್ಯಾಂಡಲ್ ಡ್ರ್ಯಾಗ್ ಮಾಡಿ ಎಂಬುದನ್ನು ಡಬಲ್-ಟ್ಯಾಪ್ ಮಾಡಲಾಗಿದೆ ಹ್ಯಾಂಡಲ್ ಡ್ರ್ಯಾಗ್ ಮಾಡಿ %2$d ರಲ್ಲಿ %1$d ಅಕ್ಷರಗಳನ್ನು ನಮೂದಿಸಲಾಗಿದೆ ಅಕ್ಷರ ಮಿತಿಯು %2$d ರಲ್ಲಿ %1$d ಮೀರಿದೆ ಪಠ್ಯ ತೆರವುಗೊಳಿಸಿ ದೋಷ ಡ್ರಾಪ್ಡೌನ್ ಮೆನು ತೋರಿಸಿ ಡೈಲಾಗ್ ಐಕಾನ್ ಟ್ಯಾಬ್ ಬೆಳಿಗ್ಗೆ ಅಥವಾ ಮಧ್ಯಾಹ್ನ ಆಯ್ಕೆಮಾಡಿ %1$s ಗಂಟೆಗಳು ಸಮಯವನ್ನು ಆಯ್ಕೆಮಾಡಿ %1$s ಗಂಟೆ ನಿಮಿಷಗಳನ್ನು ಆಯ್ಕೆಮಾಡಿ %1$s ನಿಮಿಷಗಳು AM ಸಮಯವನ್ನು ನಮೂದಿಸಲು ಗಡಿಯಾರದ ನಮೂನೆಗೆ ಬದಲಿಸಿ. ಗಂಟೆ ನಿಮಿಷ PM ಸಮಯವನ್ನು ಆಯ್ಕೆಮಾಡಿ ಸಮಯವನ್ನು ನಮೂದಿಸಲು ಪಠ್ಯದ ನಮೂನೆಗೆ ಬದಲಿಸಿ. ಹೊಸ ಅಧಿಸೂಚನೆ %1$s ಅನ್ನು ತೆಗೆದುಹಾಕಿ %1$d ಕ್ಕಿಂತ ಹೆಚ್ಚು ಹೊಸ ಅಧಿಸೂಚನೆಗಳು ಮುಂದಿನ ತಿಂಗಳಿಗೆ ಬದಲಿಸಿ ಹಿಂದಿನ ತಿಂಗಳಿಗೆ ಬದಲಿಸಿ ಪ್ರಸ್ತುತ ಆಯ್ಕೆ: %1$s ರದ್ದುಮಾಡಿ ಸರಿ %1$s ದಿನಾಂಕವನ್ನು ಆಯ್ಕೆಮಾಡಿ ದಿನಾಂಕವನ್ನು ಆಯ್ಕೆಮಾಡಲಾಗಿದೆ ದಿನಗಳ ಕಾಲಮ್: %1$s ಅಮಾನ್ಯವಾದ ಫಾರ್ಮ್ಯಾಟ್. ಉದಾಹರಣೆ: %1$s ಇದನ್ನು ಬಳಸಿ: %1$s ಅಮಾನ್ಯ ಶ್ರೇಣಿ. %1$s ವರ್ಷಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ ವ್ಯಾಪ್ತಿಯ ಹೊರಗಿದೆ: %1$s ಪ್ರಾರಂಭ ದಿನಾಂಕ – %1$s %1$s – ಮುಕ್ತಾಯ ದಿನಾಂಕ %1$s – %2$s ಶ್ರೇಣಿಯನ್ನು ಆಯ್ಕೆಮಾಡಿ ಪ್ರಾರಂಭ ದಿನಾಂಕ – ಮುಕ್ತಾಯ ದಿನಾಂಕ ಉಳಿಸಿ ದಿನಾಂಕ ಮುಕ್ತಾಯ ದಿನಾಂಕ ಪ್ರಾರಂಭ ದಿನಾಂಕ ದಿ ತಿ ವ ಕ್ಯಾಲೆಂಡರ್ ಇನ್ಪುಟ್ ಮೋಡ್ಗೆ ಬದಲಿಸಿ ದಿನವನ್ನು ಆಯ್ಕೆಗಾಗಿ ಬದಲಿಸಲು ಟ್ಯಾಪ್ ಮಾಡಿ ಪಠ್ಯ ಇನ್ಪುಟ್ ಮೋಡ್ಗೆ ಬದಲಿಸಿ ವರ್ಷವನ್ನು ಆಯ್ಕೆಗಾಗಿ ಬದಲಿಸಲು ಟ್ಯಾಪ್ ಮಾಡಿ ರದ್ದುಮಾಡಿ ಸರಿ ಪಾಸ್ವರ್ಡ್ ತೋರಿಸಿ
+ - 새 알림 %d개
+ - 새 알림 %d개
+ 하단 시트 접기 하단 시트 펼치기 반만 펼치기 두 번 탭한 드래그 핸들 드래그 핸들 입력된 글자 %1$d/%2$d 글자 수 제한이 초과되었습니다(%1$d/%2$d). 텍스트 삭제 오류 드롭다운 메뉴 표시 대화상자 아이콘 탭 오전 또는 오후를 선택하세요. %1$s시간 시간 선택 %1$s시 정각 분 선택 %1$s분 오전 시간 입력을 위해 시계 모드로 전환합니다. 시간 분 오후 시간 선택 시간 입력을 위해 텍스트 입력 모드로 전환합니다. 새 알림 %1$s 삭제 새 알림 %1$d개 초과 다음 달로 변경 이전 달로 변경 현재 %1$s 선택됨 취소 확인 %1$s 날짜 선택 선택한 날짜 요일 열: %1$s 형식이 잘못되었습니다. 예: %1$s %1$s 사용 날짜 범위가 잘못되었습니다. %1$s년으로 이동 %1$s은(는) 범위를 벗어난 날짜입니다. 시작일~%1$s %1$s~종료일 %1$s~%2$s 기간 선택 시작일~종료일 저장 날짜 종료일 시작일 일 월 년 캘린더 입력 모드로 전환 탭하여 요일 선택으로 전환 텍스트 입력 모드로 전환 탭하여 연도 선택으로 전환 취소 확인 비밀번호 표시
+ - %d жаңы билдирме
+ - %d жаңы билдирме
+ Ылдыйкы экранды жыйыштыруу Ылдыйкы экранды жайып көрсөтүү Жарымын жайып көрсөтүү Эки жолу таптап, тизменин керектүү жерине сүйрөп баруу Тизменин керектүү жерине сүйрөп баруу %2$d ичинен %1$d символ киргизилди Символдордун саны коюлган %2$d чегинен %1$d символго ашып кетти Текстти тазалоо Ката Түрүлмө менюну көрсөтүү Диалог сүрөтчөсү Өтмөк Тандоо: AM же PM %1$s саат Саат тандоо Саат %1$s Мүнөттөрдү тандаңыз %1$s мүнөт AM Убакытты дубал саатынын режиминде киргизиңиз. Саат Мүнөт PM Убакыт тандоо Убакытты текст киргизүү режиминде киргизиңиз. Жаңы билдирме Мазмунду алып салуу (%1$s) %1$d ашуун жаңы билдирме Кийинки айга өзгөртүү Мурунку айга өзгөртүү Учурдагы тандоо: %1$s Жокко чыгаруу Жарайт %1$s Күн тандоо Тандалган күн Күндөр тилкеси: %1$s Жараксыз формат. Мисалы: %1$s %1$s формтын колднуңуз Жараксыз диапазон. %1$s-жылга өтүү Диапазондон тышкары: %1$s Баштоо күнү – %1$s %1$s – Аяктоо күнү %1$s – %2$s Даталар диапазонун тандоо Баштоо күнү – Аяктоо күнү Сактоо Күн Качан аяктайт Баштоо күнү к а ж Жылнаамага иш-чара киргизүү режимине которулуу Күн тандоо үчүн таптап коюңуз Текст киргизүү режимине которулуу Жыл тандоо үчүн таптап коюңуз Жокко чыгаруу Жарайт Сырсөздү көрсөтүү 450dp 600dp 24dp 24dp 24dp 24dp 20dp 4dp 96dp 0dp 0dp 104dp 68dp 28dp 64dp 32dp 24dp 32dp 0 6 - @drawable/material_ic_keyboard_arrow_left_black_24dp
- @drawable/material_ic_keyboard_arrow_right_black_24dp
+ - %d ການແຈ້ງເຕືອນໃໝ່
+ - %d ການແຈ້ງເຕືອນໃໝ່
+ ຫຍໍ້ຊີດລຸ່ມສຸດລົງ ຂະຫຍາຍຊີດລຸ່ມສຸດ ຂະຫຍາຍອອກເຄິ່ງໜຶ່ງ ແຕະບ່ອນຈັບລາກສອງເທື່ອແລ້ວ ບ່ອນຈັບລາກ ຕົວອັກສອນທີ່ປ້ອນເຂົ້າ %1$d ຕົວຈາກທັງໝົດ %2$d ຕົວ ຂີດຈຳກັດຕົວອັກສອນເກີນ %1$d ຈາກທັງໝົດ %2$d ລຶບລ້າງຂໍ້ຄວາມ ຜິດພາດ ສະແດງເມນູເລື່ອນລົງ ໄອຄອນກ່ອງໂຕ້ຕອບ ແຖບ ເລືອກຕອນເຊົ້າ ຫຼື ຕອນແລງ %1$s ຊົ່ວໂມງ ເລືອກຊົ່ວໂມງ %1$s ໂມງ ເລືອກນາທີ %1$s ນາທີ ໂມງເຊົ້າ ສະຫຼັບໄປໃຊ້ໂໝດໂມງສຳລັບການປ້ອນເວລາ. ຊົ່ວໂມງ ນາທີ ໂມງແລງ ເລືອກເວລາ ສະຫຼັບໄປໃຊ້ໂໝດປ້ອນຂໍ້ຄວາມສຳລັບການປ້ອນເວລາ. ການແຈ້ງເຕືອນໃໝ່ ລຶບ %1$s ອອກ ການແຈ້ງເຕືອນໃໝ່ຫຼາຍກວ່າ %1$d ລາຍການ ປ່ຽນເປັນເດືອນຕໍ່ໄປ ປ່ຽນເປັນເດືອນຜ່ານມາ ການເລືອກປັດຈຸບັນ: %1$s ຍົກເລີກ ຕົກລົງ %1$s ເລືອກວັນທີ ເລືອກວັນທີ ຖັນມື້: %1$s ຮູບແບບບໍ່ຖືກຕ້ອງ. ຕົວຢ່າງ: %1$s ໃຊ້: %1$s ໄລຍະບໍ່ຖືກຕ້ອງ. ເລື່ອນໄປປີ %1$s ຢູ່ນອກຊ່ວງວັນທີ: %1$s ວັນທີເລີ່ມຕົ້ນ – %1$s %1$s – ວັນທີສິ້ນສຸດ %1$s – %2$s ເລືອກຊ່ວງ ວັນທີເລີ່ມຕົ້ນ – ວັນທີສິ້ນສຸດ ບັນທຶກ ວັນທີ ວັນທີສິ້ນສຸດ ວັນທີເລີ່ມ ວ ດ ປ ປ່ຽນເປັນໂໝດປ້ອນຂໍ້ມູນປະຕິທິນ ແຕະເພື່ອປ່ຽນເປັນການເລືອກມື້ ປ່ຽນເປັນໂໝດປ້ອນຂໍ້ມູນຂໍ້ຄວາມ ແຕະເພື່ອປ່ຽນເປັນການເລືອກປີ ຍົກເລີກ ຕົກລົງ ສະແດງລະຫັດຜ່ານ
+ - %d naujas pranešimas
+ - %d nauji pranešimai
+ - %d naujo pranešimo
+ - %d naujų pranešimų
+ Sutraukti apatinį lapą Išskleisti apatinį lapą Išskleisti iki pusės Vilkimo rankenėlė dukart paliesta Vilkimo rankenėlė Įvesta simbolių: %1$d iš %2$d Viršytas simbolių skaičius: %1$d iš %2$d Išvalyti tekstą Klaida Rodyti išskleidžiamąjį meniu Dialogo lango piktograma Skirtukas Pasirinkite „iki pietų“ arba „po pietų“ %1$s val. Pasirinkite valandą %1$s val. Pasirinkite minutes %1$s min. AM Laiko įvestį pateikti perjungus į laikrodžio režimą. Valanda Minutė PM Pasirinkite laiką Laiko įvestį pateikti perjungus į teksto įvesties režimą. Naujas pranešimas Pašalinti %1$s Naujų pranešimų: daugiau nei %1$d Pakeisti į kitą mėnesį Pakeisti į ankstesnį mėnesį Dabartinis pasirinkimas: %1$s Atšaukti Gerai %1$s Pasirinkite datą Pasirinkta data Dienų stulpelis: %1$s Netinkamas formatas. Pavyzdys: %1$s Naudoti: %1$s Netinkamas diapazonas. Eiti į %1$s metus Nepatenka į diapazoną: %1$s Pradžios data–%1$s %1$s–pabaigos data %1$s–%2$s Pasirinkite diapazoną Pradžios data–pabaigos data Išsaugoti Data Pabaigos data Pradžios data d m y Perjungti į kalendoriaus įvesties režimą Palieskite, kad perjungtumėte į dienos pasirinkimą Perjungti į teksto įvesties režimą Palieskite, kad perjungtumėte į metų pasirinkimą Atšaukti Gerai Rodyti slaptažodį
+ - %d jaunu paziņojumu
+ - %d jauns paziņojums
+ - %d jauni paziņojumi
+ Sakļaut ekrāna apakšdaļas lapu Izvērst ekrāna apakšdaļas lapu Izvērst līdz pusei Tika veikts dubultskāriens uz vilkšanas tura Vilkšanas turis Ievadītās rakstzīmes: %1$d no %2$d Pārsniegts rakstzīmju skaita ierobežojums (%1$d no %2$d) Notīrīt tekstu Kļūda Rādīt nolaižamo izvēlni Dialoglodziņa ikona Cilne Atlasiet “AM” (priekšpusdienā) vai “PM” (pēcpusdienā). %1$s stundas Atlasiet stundu plkst. %1$s Atlasiet minūtes. %1$s min AM Lai ievadītu laiku, ieslēdziet pulksteņa režīmu. Stunda Minūte PM Laika atlasīšana Lai ievadītu laiku, ieslēdziet teksta ievades režīmu. Jauns paziņojums Noņemt: %1$s Vairāk nekā %1$d jauni paziņojumi Pāriet uz nākamo mēnesi Pāriet uz iepriekšējo mēnesi Pašreizējā atlase: %1$s Atcelt Labi %1$s Atlasiet datumu Atlasītais datums Dienu sleja: %1$s Nederīgs formāts. Piemērs: %1$s Izmantojiet: %1$s Nederīgs diapazons. Pāriet uz šo gadu: %1$s Ārpus diapazona: %1$s Sākuma datums–%1$s %1$s–beigu datums %1$s–%2$s Atlasiet diapazonu Sākuma datums–beigu datums Saglabāt Datums Beigu datums Sākuma datums d m g Pārslēgties uz kalendāra ievades režīmu Pieskarties, lai pārslēgtos uz dienas atlasīšanu Pārslēgties uz teksta ievades režīmu Pieskarties, lai pārslēgtos uz gada atlasīšanu Atcelt Labi Rādīt paroli
+ - %d ново известување
+ - %d нови известувања
+ Соберете го долниот лист Проширете го долниот лист Прошири до половина Рачката за влечење е допрена двапати Рачка за влечење Внесени се %1$d од %2$d знаци Ограничувањето на знаците надмина %1$d од %2$d Избриши го текстот Грешка Прикажи паѓачко мени Икона за дијалог Картичка Изберете претпладне или попладне %1$s часа Изберете час %1$s часот Избери минути %1$s минути пр. Префрлете се на режимот за часовник за да внесете време. Час Минута по. Изберете време Префрлете се на режимот за внесување текст за да внесете време. Ново известување Отстрани %1$s Над %1$d нови известувања Промени на следниот месец Промени на претходниот месец Тековен избор: %1$s Откажи Во ред %1$s Изберете датум Избран датум Колона со денови: %1$s Неважечки формат. Пример: %1$s Користете: %1$s Погрешен опсег. Оди на %1$s година Надвор од опсег: %1$s Почетен датум - %1$s %1$s - краен датум %1$s - %2$s Изберете опсег Почетен датум - краен датум Зачувај Датум Краен датум Почетен датум д м г Префрли на режим за внесување во календарот Допрете за да се префрлите на избирање ден Префрли на режим за внесување текст Допрете за да се префрлите на избирање година Откажи Во ред Прикажи ја лозинката
+ - %d പുതിയ അറിയിപ്പ്
+ - %d പുതിയ അറിയിപ്പുകൾ
+ ബോട്ടം ഷീറ്റ് ചുരുക്കുക ബോട്ടം ഷീറ്റ് വികസിപ്പിക്കുക മുഴുവനായി വികസിപ്പിക്കുക വലിച്ചിടുന്നതിനുള്ള ഹാൻഡിൽ ഡബിൾ ടാപ്പ് ചെയ്തു വലിച്ചിടുന്നതിനുള്ള ഹാൻഡിൽ %2$d-ൽ %1$d പ്രതീകങ്ങൾ നൽകി അക്ഷര പരിധി, %2$d-ൽ %1$d കവിഞ്ഞു ടെക്സ്റ്റ് മായ്ക്കുക പിശക് ഡ്രോപ്പ് ഡൗൺ മെനു കാണിക്കുക ഡയലോഗ് ഐക്കൺ ടാബ് AM അല്ലെങ്കിൽ PM തിരഞ്ഞെടുക്കുക %1$s മണി മണിക്കൂർ തിരഞ്ഞെടുക്കുക %1$s മണി മിനിറ്റ് തിരഞ്ഞെടുക്കുക %1$s മിനിറ്റ് AM സമയം നൽകുന്നതിന് ക്ലോക്ക് മോഡിലേക്ക് മാറുക. മണിക്കൂര് മിനിറ്റ് PM സമയം തിരഞ്ഞെടുക്കുക സമയം നൽകുന്നതിന് ടെക്സ്റ്റ് ഇൻപുട്ട് മോഡിലേക്ക് മാറുക. പുതിയ അറിയിപ്പ് %1$s നീക്കം ചെയ്യുക %1$d-ലധികം പുതിയ അറിയിപ്പുകൾ അടുത്ത മാസത്തിലേക്ക് മാറ്റുക മുമ്പത്തെ മാസത്തിലേക്ക് മാറ്റുക നിലവിൽ തിരഞ്ഞെടുത്തത്: %1$s റദ്ദാക്കുക ശരി %1$s തീയതി തിരഞ്ഞെടുക്കുക തിരഞ്ഞെടുത്ത തീയതി ദിവസത്തിന്റെ കോളം: %1$s അസാധുവായ ഫോർമാറ്റ്. ഉദാഹരണം: %1$s %1$s ഉപയോഗിക്കുക അസാധുവായ ശ്രേണി. %1$s വർഷത്തിലേക്ക് നാവിഗേറ്റ് ചെയ്യുക ശ്രേണിക്ക് പുറത്താണ്: %1$s ആരംഭിക്കുന്ന തീയതി – %1$s %1$s – അവസാനിക്കുന്ന തീയതി %1$s – %2$s ശ്രേണി തിരഞ്ഞെടുക്കുക ആരംഭിക്കുന്ന തീയതി – അവസാനിക്കുന്ന തീയതി സംരക്ഷിക്കുക തീയതി അവസാനിക്കുന്ന തീയതി ആരംഭിക്കുന്ന തീയതി d m y കലണ്ടർ ഇൻപുട്ട് മോഡിലേക്ക് മാറുക ദിവസം തിരഞ്ഞെടുക്കുന്നതിലേക്ക് മാറാൻ ടാപ്പ് ചെയ്യുക ടെക്സ്റ്റ് ഇൻപുട്ട് മോഡിലേക്ക് മാറുക വർഷം തിരഞ്ഞെടുക്കുന്നതിലേക്ക് മാറാൻ ടാപ്പ് ചെയ്യുക റദ്ദാക്കുക ശരി പാസ്വേഡ് കാണിക്കുക
+ - %d шинэ мэдэгдэл
+ - %d шинэ мэдэгдэл
+ Доод хүснэгтийг хураах Доод хүснэгтийг дэлгэх Хагас дэлгэнэ үү Чирэх бариулыг хоёр товших Чирэх бариул %2$d-н %1$d тэмдэгтийг оруулсан Тэмдэгтийн хязгаар %2$d-н %1$d-с хэтэрсэн Текстийг арилгах Алдаа Доош унадаг цэсийг харуулах Харилцах цонхны дүрс тэмдэг Таб ҮӨ эсвэл ҮХ сонгоно уу %1$s цаг Цаг сонгох %1$s цаг Минут сонгоно уу %1$s минут AM Цагийг оруулахын тулд цагийн горимд шилжүүлнэ үү. Цаг Минут PM Цаг сонгох Цагийг оруулахын тулд текст оруулах горимд шилжүүлнэ үү. Шинэ мэдэгдэл %1$s-г устгах %1$d-с олон шинэ мэдэгдэл Дараагийн сар луу өөрчлөх Өмнөх сар луу өөрчлөх Одоогийн сонголт: %1$s Цуцлах OK %1$s Огноо сонгох Сонгосон огноо Өдрийн багана: %1$s Буруу формат байна. Жишээ нь: %1$s Ашиглах формат: %1$s Огнооны хязгаар буруу байна. %1$s он руу шилжих Хязгаараас хэтэрсэн: %1$s Эхлэх огноо – %1$s %1$s – Дуусах огноо %1$s – %2$s Муж сонгох Эхлэх огноо – Дуусах огноо Хадгалах Огноо Дуусах огноо Эхлэх огноо ө с ж Календарийн орох горим руу сэлгэх Өдөр сонгох руу сэлгэхийн тулд товшино уу Текстийн орох горим руу сэлгэх Он сонгох руу сэлгэхийн тулд товшино уу Цуцлах OK Нууц үгийг харуулах
+ - %d नवीन सूचना
+ - %d नवीन सूचना
+ तळाशी असलेली शीट कोलॅप्स करा तळाशी असलेल्या शीटचा विस्तार करा पूर्णपणे विस्तृत करा ड्रॅग हॅंडलवर दोनदा टॅप केले आहे ड्रॅग हॅंडल %2$d पैकी %1$d वर्ण एंटर केले आहे %2$d पैकी %1$d वर्णमर्यादा ओलांडली आहे मजकूर साफ करा एरर ड्रॉपडाउन मेनू दाखवा डायलॉग आयकन टॅब AM किंवा PM निवडा %1$s तास वेळ निवडा %1$s वाजता मिनिटे निवडा %1$s मिनिटे AM वेळेच्या इनपुटसाठी घड्याळ मोडवर स्विच करा. तास मिनिट PM वेळ निवडा वेळ इनपुटसाठी मजकूर इनपुट मोडवर स्विच करा. नवीन सूचना काढून टाका %1$s %1$d पेक्षा अधिक नवीन सूचना पुढील महिन्यावर बदला मागील महिन्यावर बदला सध्याची निवड: %1$s रद्द करा ओके %1$s तारीख निवडा निवडलेली तारीख दिवसांचा स्तंभ: %1$s चुकीचा फॉरमॅट. उदाहरण: %1$s %1$s: वापरा चुकीची श्रेणी. %1$s वर्षावर नेव्हिगेट करा रेंजच्या बाहेर: %1$s सुरू होण्याची तारीख – %1$s %1$s – संपण्याची तारीख %1$s – %2$s रेंज निवडा सुरू होण्याची तारीख – संपण्याची तारीख सेव्ह करा तारीख संपण्याची तारीख सुरू होण्याची तारीख दि म व कॅलेंडर इनपुट मोडवर स्विच करा दिवस निवडण्यासाठी स्विच करा वर टॅप करा मजकूर इनपुट मोडवर स्विच करा वर्ष निवडण्यासाठी स्विच करा वर टॅप करा रद्द करा ओके पासवर्ड दाखवा
+ - %d pemberitahuan baharu
+ - %d pemberitahuan baharu
+ Kuncupkan helaian bawah Kembangkan helaian bawah Kembangkan helaian bawah Pemegang seret diketik dua kali Pemegang seret Aksara dimasukkan %1$d daripada %2$d Melebihi had aksara %1$d daripada %2$d Kosongkan teks Ralat Tunjukkan menu lungsur Ikon Dialog Tab Pilih AM atau PM %1$s jam Pilih jam Pukul %1$s Pilih minit %1$s minit PG Beralih ke mod jam untuk input masa. Jam Minit P/M Pilih masa Beralih ke mod input teks untuk input masa. Pemberitahuan baharu Alih keluar %1$s Lebih daripada %1$d pemberitahuan baharu Tukar kepada bulan seterusnya Tukar kepada bulan sebelumnya Pilihan semasa: %1$s Batal OK %1$s Pilih Tarikh Tarikh dipilih Lajur hari: %1$s Format tidak sah. Contoh: %1$s Gunakan: %1$s Julat tidak sah. Navigasi ke tahun %1$s Di luar julat: %1$s Tarikh mula – %1$s %1$s – Tarikh tamat %1$s – %2$s Pilih Julat Tarikh mula – Tarikh tamat Simpan Tarikh Tarikh tamat Tarikh mula h b t Beralih kepada mod input kalendar Ketik untuk beralih kepada pemilihan hari Beralih kepada mod input teks Ketik untuk beralih kepada pemilihan tahun Batal OK Tunjukkan kata laluan
+ - အကြောင်းကြားချက်အသစ် %d ခု
+ - အကြောင်းကြားချက်အသစ် %d ခု
+ အောက်ခြေအပိုဆောင်း စာမျက်နှာကို ပိတ်နိုင်သည် အောက်ခြေအပိုဆောင်း စာမျက်နှာကို ချဲ့နိုင်သည် တစ်ဝက်ချဲ့ရန် ဖိဆွဲအထိန်း နှစ်ချက်တို့ထားသည် ဖိဆွဲအထိန်း စာလုံးရေ %2$d တွင် %1$d ထည့်သွင်းထားသည် စာလုံးရေအကန့်အသတ် %2$d လုံးတွင် %1$d လုံးကျော်နေသည် စာသား ဖယ်ရှားရန် အမှား ဆွဲချမီနူးကို ပြရန် ဒိုင်ယာလော့ခ် သင်္ကေတ တဘ် AM (သို့) PM ရွေးရန် %1$s နာရီ နာရီ ရွေးရန် %1$s နာရီ မိနစ်များ ရွေးပါ %1$s မိနစ် နံနက် အချိန်ထည့်သွင်းမှုအတွက် နာရီမုဒ်သို့ ပြောင်းပါ။ နာရီ မိနစ် ညနေ အချိန်ရွေးပါ အချိန်ထည့်သွင်းရန် စာသားထည့်သွင်းမှုမုဒ်သို့ ပြောင်းပါ။ အကြောင်းကြားချက်အသစ် %1$s ကို ဖယ်ရှားရန် အကြောင်းကြားချက်အသစ် %1$d ခု အထက် နောက်လသို့ ပြောင်းရန် ယခင်လသို့ ပြောင်းရန် လက်ရှိ ရွေးချယ်မှု- %1$s ပယ်ဖျက်ရန် OK %1$s ရက်စွဲ ရွေးပါ ရွေးထားသည့် ရက်စွဲ ရက်ကော်လံ- %1$s ဖော်မက် မမှန်ကန်ပါ။ ဥပမာ− %1$s %1$s သုံးရန် ရက်အပိုင်းအခြား မမှန်ပါ။ နှစ် %1$s သို့ လမ်းညွှန်ရန် ရက်အပိုင်းအခြား ပြင်ပ− %1$s စတင်ရက် – %1$s %1$s – ပြီးဆုံးရက် %1$s – %2$s အပိုင်းအခြား ရွေးပါ စတင်ရက် – ပြီးဆုံးရက် သိမ်းရန် ရက်စွဲ ပြီးဆုံးရက် စတင်ရက် d m y ပြက္ခဒိန် ထည့်သွင်းမှုမုဒ်သို့ ပြောင်းရန် ရက်ရွေးချယ်ခြင်းသို့ ပြောင်းရန် တို့ပါ စာသား ထည့်သွင်းမှုမုဒ်သို့ ပြောင်းရန် နှစ်ရွေးချယ်ခြင်းသို့ ပြောင်းရန် တို့ပါ မလုပ်တော့ OK စကားဝှက်ကို ပြရန်
+ - %d nytt varsel
+ - %d nye varsler
+ Skjul feltet nederst Vis feltet nederst Vis halve feltet nederst Dobbelttrykket på håndtaket Håndtak %1$d av %2$d tegn er skrevet inn Tegngrensen er overskredet – %1$d av %2$d Fjern teksten Feil Vis rullegardinmenyen Dialogboksikon Fane Velg AM eller PM %1$s timer Velg time %1$s null-null Angi minutter %1$s minutter AM Bytt til klokkemodus for tidsinndata. Time Minutt PM Velg tidspunkt Bytt til tekstinndatamodus for tidsinndata. Nytt varsel Fjern %1$s Flere enn %1$d nye varsler Endre til neste måned Endre til forrige måned Gjeldende valg: %1$s Avbryt OK %1$s Velg dato Valgt dato Kolonne for dager: %1$s Ugyldig format. Eksempel: %1$s Bruk: %1$s Ugyldig område. Naviger til år %1$s Utenfor rekkevidde: %1$s Startdato – %1$s %1$s – sluttdato %1$s–%2$s Velg periode Startdato–sluttdato Lagre Dato Sluttdato Startdato d m å Bytt til kalenderinndatamodus Trykk for å bytte til å velge dag Bytt til tekstinndatamodus Trykk for å bytte til å velge år Avbryt OK Vis passordet
+ - %d नयाँ सूचना
+ - %d नयाँ सूचनाहरू
+ पुछारको पाना कोल्याप्स गर्नुहोस् पुछारको पाना एक्स्पान्ड गर्नुहोस् आधा ठुलो पार्नुहोस् ड्र्याग ह्यान्डलमा डबल ट्याप गरियो ड्र्याग ह्यान्डल %2$d मध्ये %1$d वर्ण प्रविष्ट गरियो %2$d मध्ये %1$d वर्ण सीमा नाघ्यो पाठ खाली गर्नुहोस् त्रुटि ड्रपडाउन मेनु देखाउनुहोस् संवादको आइकन ट्याब पूर्वाह्न वा अपराह्न चयन गर्नुहोस् %1$s घण्टा घन्टा चयन गर्नुहोस् %1$s बजे मिनेट चयन गर्नुहोस् %1$s मिनेट AM समय इनपुट गर्न घडी मोडमा स्विच गर्नुहोस्। घन्टा: मिनेट अपराह्न समय चयन गर्नुहोस् समय इनपुट गर्न पाठ इनपुट मोडमा स्विच गर्नुहोस्। नयाँ सूचना %1$s हटाउनुहोस् %1$d भन्दा बढी नयाँ सूचनाहरू अर्को महिनामा सार्नुहोस् अघिल्लो महिनामा सार्नुहोस् हालको चयन: %1$s रद्द गर्नुहोस् ठिक छ %1$s मिति चयन गर्नुहोस् चयन गरिएको मिति दिनहरूको स्तम्भ: %1$s अमान्य ढाँचा। उदाहरण: %1$s %1$s प्रयोग गर्नुहोस् अमान्य दायरा। वर्ष %1$s मा जानुहोस् दायराभन्दा बाहिर छ: %1$s सुरु हुने मिति – %1$s %1$s – अन्त्य हुने मिति %1$s – %2$s दायरा चयन गर्नुहोस् सुरु हुने मिति – अन्त्य हुने मिति सुरक्षित गर्नु मिति अन्त्य हुने मिति सुरु हुने मिति d मिनेट y Calendar को इनपुट मोडमा बदल्नुहोस् कुनै दिन चयन गर्ने विकल्प प्रयोग गर्न ट्याप गर्नुहोस् पाठको इनपुट मोडमा बदल्नुहोस् कुनै वर्ष चयन गर्ने विकल्प प्रयोग गर्न ट्याप गर्नुहोस् रद्द गर्नुहोस् ठिक छ पासवर्ड देखाउनुहोस्
+ - %d nieuwe melding
+ - %d nieuwe meldingen
+ Het blad onderaan samenvouwen Het blad onderaan uitvouwen Half uitvouwen Dubbelgetikt op handgreep voor slepen Handgreep voor slepen %1$d van %2$d tekens opgegeven Tekenlimiet heeft %1$d van %2$d overschreden Tekst wissen Fout Dropdownmenu tonen Icoon voor dialoogvenster Tabblad Selecteer a.m. of p.m. %1$s uur Selecteer uur %1$s uur Minuten selecteren %1$s minuten a.m. Schakel naar de klokmodus om de tijd in te voeren. Uur Minuut p.m. Tijd selecteren Schakel naar de tekstinvoermodus om de tijd in te voeren. Nieuwe melding %1$s verwijderen Meer dan %1$d nieuwe meldingen Naar volgende maand gaan Naar vorige maand gaan Huidige selectie: %1$s Annuleren OK %1$s Selecteer een datum Geselecteerde datum Kolom met dagen: %1$s Ongeldige indeling. Voorbeeld: %1$s Gebruik: %1$s Ongeldig bereik. Naar jaar %1$s navigeren Valt buiten bereik: %1$s Startdatum - %1$s %1$s – einddatum %1$s – %2$s Selecteer een periode Startdatum - einddatum Opslaan Datum Einddatum Startdatum d m j Overschakelen naar agenda-invoermodus Tik om naar dagselectie te schakelen Overschakelen naar tekstinvoermodus Tik om naar jaarselectie te schakelen Annuleren OK Wachtwoord tonen
+ - %d new notification
+ - %d new notifications
+ Collapse the bottom sheet Expand the bottom sheet Expand halfway Drag handle double-tapped Drag handle %2$d ର %1$d ଅକ୍ଷର ଲେଖିଛନ୍ତି %2$d ର %1$d ଅକ୍ଷର ଲେଖିଛନ୍ତି Clear text Error Show dropdown menu Dialog Icon Tab Select AM or PM %1$s hours Select hour %1$s o\'clock ମିନିଟ୍ ଚୟନ କରନ୍ତୁ %1$s minutes AM ସମୟ ଇନପୁଟ୍ ପାଇଁ ଘଣ୍ଟା ମୋଡ୍କୁ ବଦଳାନ୍ତୁ। Hour Minute PM Select time ସମୟ ଇନପୁଟ୍ ପାଇଁ ଟେକ୍ସଟ୍ ଇନପୁଟ୍କୁ ବଦଳାନ୍ତୁ। New notification %1$s କାଢ଼ିଦିଅନ୍ତୁ More than %1$d new notifications Change to next month Change to previous month Current selection: %1$s Cancel OK %1$s Select Date Selected date Column of days: %1$s Invalid format. Example: %1$s Use: %1$s Invalid range. Navigate to year %1$s Out of range: %1$s Start date – %1$s %1$s – End date %1$s – %2$s Select Range Start date – End date Save Date End date Start date d m y Switch to calendar input mode Tap to switch to selecting a day Switch to text input mode Tap to switch to selecting a year Cancel OK ପାସ୍ୱାର୍ଡ ଦେଖାନ୍ତୁ
+ - %d ਨਵੀਂ ਸੂਚਨਾ
+ - %d ਨਵੀਆਂ ਸੂਚਨਾਵਾਂ
+ ਹੇਠਲੀ ਸ਼ੀਟ ਨੂੰ ਸਮੇਟੋ ਹੇਠਲੀ ਸ਼ੀਟ ਦਾ ਵਿਸਤਾਰ ਕਰੋ ਅੱਧ ਤੱਕ ਵਿਸਤਾਰ ਕਰੋ ਘਸੀਟਣ ਵਾਲੇ ਹੈਂਡਲ \'ਤੇ ਡਬਲ-ਟੈਪ ਕੀਤਾ ਗਿਆ ਘਸੀਟਣ ਵਾਲਾ ਹੈਂਡਲ %2$d ਵਿੱਚੋਂ %1$d ਅੱਖਰ-ਚਿੰਨ੍ਹ ਦਾਖਲ ਕੀਤੇ ਗਏ ਅੱਖਰ-ਚਿੰਨ੍ਹ ਸੀਮਾ %2$d ਤੋਂ %1$d ਵਧੀ ਲਿਖਤ ਕਲੀਅਰ ਕਰੋ ਗੜਬੜ ਡ੍ਰੌਪ-ਡਾਊਨ ਮੀਨੂ ਦਿਖਾਓ ਵਿੰਡੋ ਦਾ ਪ੍ਰਤੀਕ ਟੈਬ AM ਜਾਂ PM ਚੁਣੋ %1$s ਘੰਟੇ ਸਮਾਂ ਚੁਣੋ %1$s ਵਜੇ ਮਿੰਟ ਚੁਣੋ %1$s ਮਿੰਟ AM ਸਮਾਂ ਇਨਪੁੱਟ ਕਰਨ ਲਈ ਘੜੀ ਮੋਡ \'ਤੇ ਸਵਿੱਚ ਕਰੋ। ਘੰਟਾ ਮਿੰਟ PM ਸਮਾਂ ਚੁਣੋ ਸਮਾਂ ਇਨਪੁੱਟ ਕਰਨ ਲਈ ਲਿਖਤ ਇਨਪੁੱਟ ਮੋਡ \'ਤੇ ਸਵਿੱਚ ਕਰੋ। ਨਵੀਂ ਸੂਚਨਾ %1$s ਹਟਾਓ %1$d ਤੋਂ ਵੱਧ ਨਵੀਆਂ ਸੂਚਨਾਵਾਂ ਅਗਲੇ ਮਹੀਨੇ \'ਤੇ ਜਾਓ ਪਿਛਲੇ ਮਹੀਨੇ \'ਤੇ ਜਾਓ ਮੌਜੂਦਾ ਚੋਣ: %1$s ਰੱਦ ਕਰੋ ਠੀਕ ਹੈ %1$s ਤਾਰੀਖ ਚੁਣੋ ਚੁਣੀ ਗਈ ਤਾਰੀਖ ਦਿਨਾਂ ਦਾ ਕਾਲਮ: %1$s ਅਵੈਧ ਫਾਰਮੈਟ। ਉਦਾਹਰਨ: %1$s ਵਰਤੋ: %1$s ਅਵੈਧ ਰੇਂਜ। ਸਾਲ %1$s \'ਤੇ ਨੈਵੀਗੇਟ ਕਰੋ ਰੇਂਜ ਤੋਂ ਬਾਹਰ: %1$s ਸ਼ੁੁਰੂਆਤੀ ਤਾਰੀਖ – %1$s %1$s – ਸਮਾਪਤੀ ਤਾਰੀਖ %1$s – %2$s ਰੇਂਜ ਚੁਣੋ ਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ – ਸਮਾਪਤੀ ਤਾਰੀਖ ਰੱਖਿਅਤ ਕਰੋ ਤਾਰੀਖ ਸਮਾਪਤੀ ਤਾਰੀਖ ਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ d m y ਕੈਲੰਡਰ ਇਨਪੁੱਟ ਮੋਡ \'ਤੇ ਜਾਓ ਦਿਨ ਦੀ ਚੋਣ \'ਤੇ ਜਾਣ ਲਈ ਟੈਪ ਕਰੋ ਲਿਖਤ ਇਨਪੁੱਟ ਮੋਡ \'ਤੇ ਜਾਓ ਸਾਲ ਦੀ ਚੋਣ \'ਤੇ ਜਾਣ ਲਈ ਟੈਪ ਕਰੋ ਰੱਦ ਕਰੋ ਠੀਕ ਹੈ ਪਾਸਵਰਡ ਦਿਖਾਓ
+ - %d nowe powiadomienie
+ - %d nowe powiadomienia
+ - %d nowych powiadomień
+ - %d nowego powiadomienia
+ Zwiń planszę dolną Rozwiń planszę dolną Rozwiń do połowy Dwukrotnie kliknięto uchwyt do przeciągania Uchwyt do przeciągania %1$d z %2$d znaków Przekroczono limit znaków (%1$d z %2$d) Wyczyść tekst Błąd Pokaż menu Ikona okna Karta Wybierz: przed południem czy po południu %1$s godz. Wybierz godzinę %1$s Wybierz minuty %1$s minut AM Aby wprowadzić czas, włącz tryb zegara. Godzina Minuta PM Określ czas Aby wprowadzić czas, włącz tryb wprowadzania tekstu. Nowe powiadomienie Usuń: (%1$s) Liczba nowych powiadomień przekracza %1$d Zmień na następny miesiąc Zmień na poprzedni miesiąc Bieżący wybór: %1$s Anuluj OK %1$s Wybierz datę Wybrana data Kolumna z dniami: %1$s Nieprawidłowy format. Przykład: %1$s Użyj formatu: %1$s Nieprawidłowy zakres. Przejdź do roku %1$s Poza zakresem: %1$s Data rozpoczęcia – %1$s %1$s – data zakończenia %1$s–%2$s Wybierz zakres Data rozpoczęcia – data zakończenia Zapisz Data Data zakończenia Data rozpoczęcia d m r Włącz kalendarzowy tryb wprowadzania Kliknij, by wybrać dzień Włącz tekstowy tryb wprowadzania Kliknij, by wybrać rok Anuluj OK Pokaż hasło
+ - %d nova notificação
+ - %d novas notificações
+ Fechar a página inferior Abrir a página inferior Expandir até a metade Alça de arrastar tocada duas vezes Alça de arrastar Caracteres inseridos: %1$d de %2$d Limite de %2$d caracteres excedido em %1$d Limpar texto Erro Mostrar menu suspenso Ícone de caixa de diálogo Guia Selecionar AM ou PM %1$s horas Selecionar horário %1$s em ponto Selecione os minutos %1$s minutos AM Alterne para o modo de relógio para informar o horário. Hora Minuto PM Selecionar horário Alterne para o modo de entrada de texto para informar o horário. Nova notificação Remover %1$s Mais de %1$d novas notificações Alterar para o próximo mês Alterar para o mês anterior Seleção atual: %1$s Cancelar OK %1$s Selecionar data Data selecionada Coluna de dias: %1$s Formato inválido. Exemplo: %1$s Usar %1$s Intervalo inválido. Ir para o ano %1$s Fora do intervalo: %1$s Data de início – %1$s %1$s – Data de término %1$s – %2$s Selecionar intervalo Data de início – Data de término Salvar Data Data de término Data de início d m a Alternar para o modo de entrada da agenda Toque para alternar para a seleção de um dia Alternar para o modo de entrada de texto Toque para alternar para a seleção de um ano Cancelar OK Exibir senha
+ - %d nova notificação
+ - %d novas notificações
+ Reduza a secção inferior Expanda a secção inferior Expandir até metade Dois toques no indicador para arrastar Indicador para arrastar Carateres introduzidos: %1$d de %2$d Limite de carateres excedido: %1$d de %2$d Limpar texto Erro Mostrar menu pendente Ícone de caixa de diálogo Separador Selecionar AM ou PM %1$s horas Selecionar hora %1$s hora(s) Selecionar minutos %1$s minutos AM Mude para o modo de relógio para a introdução da hora. Hora Minuto PM Selecionar hora Mude para o modo de introdução de texto para a introdução da hora. Nova notificação Remover %1$s Mais de %1$d notificações novas Mudar para o mês seguinte Mudar para o mês anterior Seleção atual: %1$s Cancelar OK %1$s Selecione a data Data selecionada Coluna de dias: %1$s Formato inválido. Exemplo: %1$s Utilize: %1$s Intervalo inválido. Navegue para o ano %1$s Fora do intervalo: %1$s Data de início – %1$s %1$s – Data de conclusão %1$s – %2$s Selecione o intervalo Data de início – Data de conclusão Guardar Data Data de conclusão Data de início d m a Mudar para o modo de introdução de calendário Toque para mudar para a seleção do dia Mudar para o modo de introdução de texto Toque para mudar para a seleção do ano Cancelar OK Mostrar palavra-passe
+ - %d notificare nouă
+ - %d notificări noi
+ - %d de notificări noi
+ Restrângeți foaia din partea de jos Extindeți foaia din partea de jos Extinde pe ecran complet Ghidaj de tragere atins de două ori Ghidaj de tragere Caractere introduse: %1$d din %2$d Limita de caractere a depășit %1$d din %2$d Ștergeți textul Eroare Afișați meniul drop-down Pictogramă de dialog Filă Selectați ora %1$s ore Selectați ora Ora %1$s Selectați minutele %1$s minute a.m. Pentru a introduce ora, comutați la modul ceas. Ora Minut p.m. Selectați ora Pentru a introduce ora, comutați la modul de introducere a textului. Notificare nouă Eliminați %1$s Peste %1$d notificări noi Treceți la luna următoare Treceți la luna anterioară Selecția actuală: %1$s Anulați OK %1$s Selectați data Data selectată Coloana cu zile: %1$s Format nevalid. Exemplu: %1$s Folosiți: %1$s Interval nevalid. Navigați la anul %1$s Fără acoperire: %1$s Data de începere – %1$s %1$s – data de încheiere %1$s – %2$s Selectați intervalul Data de începere – data de încheiere Salvați Dată Data de încheiere Data de începere z l a Comutați la modul introducere în calendar Atingeți pentru a comuta la selectarea unei zile Comutați la modul de introducere a textului Atingeți pentru a comuta la selectarea unui an Anulați OK Afișați parola
+ - %d новое уведомление
+ - %d новых уведомления
+ - %d новых уведомлений
+ - %d нового уведомления
+ Свернуть нижний экран Развернуть нижний экран Развернуть наполовину Двойное нажатие на маркер перемещения Маркер перемещения Введено символов: %1$d из %2$d Превышено ограничение на количество символов (%1$d из %2$d) Очистить текстовое поле Ошибка Показать раскрывающееся меню Значок диалогового окна Вкладка Выберите AM (до полудня) или PM (после полудня) %1$s ч. Выберите час %1$s ч. Выберите минуты %1$s мин. AM Чтобы ввести время, перейдите в режим часов. Час Минуты PM Выбор времени Чтобы ввести время, перейдите в режим ввода текста. Новое уведомление Удалить \"%1$s\" Новых уведомлений больше %1$d Перейти к следующему месяцу Перейти к предыдущему месяцу Выбранный элемент: %1$s Отмена ОК %1$s Выберите дату Выбранная дата Столбец со днями недели: %1$s Недействительный формат. Пример: %1$s Используйте: %1$s Недопустимый диапазон. Перейти к %1$s году Вне диапазона: %1$s Дата начала – %1$s %1$s – дата окончания %1$s – %2$s Выберите диапазон дат Дата начала – дата окончания Сохранить Дата Дата окончания Дата начала д м г Перейти в режим выбора дней Нажмите, чтобы перейти к выбору дня Перейти в режим ввода текста Нажмите, чтобы перейти к выбору года Отмена ОК Показать пароль
+ - නව දැනුම්දීම් %dක්
+ - නව දැනුම්දීම් %dක්
+ පහළම පත්රය හකුළන්න පහළම පත්රය දිග හරින්න අඩක් දිග හරින්න ඇදීම් හැඬලය දෙවරක් තට්ටු කර ඇත හැඬලය අදින්න අනුලකුණු %2$dන් %1$dක් ඇතුළු කෙරිණි අනුලකුණු සීමාව %2$dකින් %1$d ඉක්ම විය පෙළ හිස් කරන්න දෝෂය පතන මෙනුව පෙන්වන්න සංවාද නිරූපකය ටැබය පෙරවරු හෝ පස්වරු තෝරන්න පැය %1$sක් පැය තෝරන්න %1$sයි මිනිත්තු තෝරන්න මිනිත්තු %1$sයි පෙව වේලා ආදානය සඳහා ඔරලෝසු ප්රකාරය වෙත මාරු වෙන්න. පැය මිනිත්තු පව වේලාව තෝරන්න වේලා ආදානය සඳහා ආදාන ප්රකාරය වෙත මාරු වෙන්න. නව දැනුම්දීම %1$s ඉවත් කරන්න නව දැනුම්දීම් %1$dකට වඩා ලබන මාසයට වෙනස් කරන්න කලින් මාසයට වෙනස් කරන්න වත්මන් තේරීම: %1$s අවලංගු කරන්න හරි %1$s දිනය තෝරන්න තේරූ දිනය දින තීරුව: %1$s අවලංගු ආකෘතියකි. උදාහරණය: %1$s භාවිතය: %1$s අවලංගු පරාසයකි. %1$s වසරට සංචාලනය කරන්න පරාසයෙන් පිටත: %1$s ආරම්භක දිනය – %1$s %1$s – නිමා වන දිනය %1$s – %2$s පරාසය තෝරන්න ආරම්භක දිනය – නිමා වන දිනය සුරකින්න දිනය නිමා වන දිනය ආරම්භක දිනය ද ම ව දින දර්ශන ආදාන ප්රකාරයට මාරු වන්න දිනයක් තේරීමට මාරු වීමට තට්ටු කරන්න පෙළ ආදාන ප්රකාරයට මාරු වන්න වසරක් තේරීමට මාරු වීමට තට්ටු කරන්න අවලංගු කරන්න හරි මුරපදය පෙන්වන්න
+ - %d nové upozornenie
+ - %d nové upozornenia
+ - %d new notifications
+ - %d nových upozornení
+ Zbaliť dolný hárok Rozbaliť dolný hárok Rozbaliť napoly Dvojité klepnutie na presúvadlo Presúvadlo Zadané znaky: %1$d z %2$d Bol prekročený povolený počet znakov (%1$d z %2$d) Vymazať text Chyba Zobraziť rozbaľovaciu ponuku Ikona dialógového okna Tabulátor Vyberte AM alebo PM %1$s hodín Vybrať hodinu %1$s Vyberte minúty %1$s min AM Ak chcete zadať čas, prepnite na režim hodín. Hodina Minúta PM Vyberte čas Ak chcete zadať čas, prepnite na textový režim vstupu Nové upozornenie Odstrániť položku %1$s Viac než %1$d nových upozornení Ďalší mesiac Predchádzajúci mesiac Aktuálny výber: %1$s Zrušiť OK %1$s Vyberte dátum Vybraný dátum Stĺpec dní: %1$s Neplatný formát. Príklad: %1$s Použite: %1$s Neplatný rozsah. Prejsť na rok %1$s Mimo rozsahu: %1$s Dátum začatia – %1$s %1$s – dátum ukončenia %1$s – %2$s Vyberte rozsah Dátum začatia – dátum ukončenia Uložiť Dátum Dátum ukončenia Dátum začatia d m r Prepnúť na kalendárový režim vstupu Klepnutím prepnete na výber dňa Prepnúť na textový režim vstupu Klepnutím prepnete na výber roka Zrušiť OK Zobraziť heslo
+ - %d novo obvestilo
+ - %d novi obvestili
+ - %d nova obvestila
+ - %d novih obvestil
+ Strnitev razdelka na dnu zaslona Razširitev razdelka na dnu zaslona Razširjanje na pol višine Dvakrat dotaknjena ročica za vlečenje Ročica za vlečenje Število vnesenih znakov je %1$d od %2$d Omejitev števila znakov je presegla %1$d od %2$d Izbris besedila Napaka Prikaz spustnega menija Ikona pogovornega okna Zavihek Izberite dopoldanski ali popoldanski čas. %1$s h Izberite uro %1$s Izberite minute %1$s min dop. Preklopite na način ure, da vnesete čas. Ura Minuta pop. Izberite uro Preklopite na način za vnašanje besedila, da vnesete čas. Novo obvestilo Odstranite %1$s Več kot toliko novih obvestil: %1$d Spremeni na naslednji mesec Spremeni na prejšnji mesec Trenutna izbira: %1$s Prekliči V redu %1$s Izberite datum Izbrani datum Stolpec dni: %1$s Neveljavna oblika. Primer: %1$s Uporabite: %1$s Neveljaven razpon. Pomik na leto %1$s Zunaj razpona: %1$s Začetni datum–%1$s %1$s–končni datum %1$s–%2$s Izberite obseg Začetni datum–končni datum Shrani Datum Končni datum Začetni datum d m l Preklop na način vnosa v koledar Dotik za preklop na izbiro dneva Preklop na način vnosa besedila Dotik za preklop na izbiro leta Prekliči V redu Prikaz gesla 24dp 24dp 24dp 24dp
+ - %d njoftim i ri
+ - %d njoftime të reja
+ Palos fletën e poshtme Zgjero fletën e poshtme Zgjeroje deri në gjysmë Te doreza e zvarritjes u trokit dy herë Doreza e zvarritjes Karakteret e futura: %1$d nga %2$d Kufiri i karaktereve është kaluar: %1$d nga %2$d Pastro tekstin Gabim Shfaq menynë me lëshim poshtë Ikona e dialogut Tab Zgjidh paradite ose pasdite %1$s orë Zgjidh orën %1$s fiks Përzgjidh minutat %1$s minuta PD Kalo te modaliteti i orës për hyrjen e kohës. Ora Minuta PD Zgjidh orën Kalo te modaliteti i hyrjes së tekstit për hyrjen e kohës. Njoftim i ri Hiq %1$s Më shumë se %1$d njoftime të reja Ndrysho te muaji i ardhshëm Ndrysho te muaji i kaluar Zgjedhja aktuale: %1$s Anulo Në rregull %1$s Zgjidh datën Data e zgjedhur Kolona e ditëve: %1$s Format i pavlefshëm. Shembull: %1$s Përdor: %1$s Gamë e pavlefshme. Navigo te viti %1$s Jashtë gamës: %1$s Data e fillimit – %1$s %1$s – data e përfundimit %1$s - %2$s Zgjidh gamën Data e fillimit - data e përfundimit Ruaj Data Data e përfundimit Data e fillimit d m v Kalo te modaliteti i \"Hyrjes së kalendarit\" Trokit për të kaluar te zgjedhja e një dite Kalo te modaliteti i \"Hyrjes së tekstit\" Trokit për të kaluar te zgjedhja e një viti Anulo Në rregull Shfaq fjalëkalimin
+ - %d ново обавештење
+ - %d нова обавештења
+ - %d нових обавештења
+ Скупите доњу табелу Проширите доњу табелу Проширите до пола Идентификатор за превлачење је двапут додирнут Ручица за превлачење Унети знакови: %1$d од %2$d Прекорачено је ограничење броја знакова: %1$d од %2$d Обриши текст Грешка Прикажи падајући мени Икона дијалога Картица Изаберите пре подне или по подне %1$s с Изаберите сат %1$s с Изаберите минуте %1$s мин AM Пређите у режим сата ради уноса времена. Сат Минут PM Изаберите време Пређите у режим уноса текста ради уноса времена. Ново обавештење Уклоните %1$s Нових обавештења: више од %1$d Пређите на следећи месец Пређите на претходни месец Актуелни избор: %1$s Откажи Потврди %1$s Изаберите датум Изабрани датум Колона са данима: %1$s Формат је неважећи. Пример: %1$s Користите: %1$s Неважећи период. Идите на годину %1$s Изван периода: %1$s Датум почетка – %1$s %1$s – Датум завршетка %1$s–%2$s Изаберите период Датум почетка – Датум завршетка Сачувај Датум Датум завршетка Датум почетка д м г Пређите на режим уноса у Календару Додирните да бисте прешли на избор дана Пређите на режим уноса текста Додирните да бисте прешли на избор године Откажи Потврди Прикажи лозинку
+ - %d ny avisering
+ - %d nya aviseringar
+ Komprimera arket på nedre delen av skärmen Utöka arket på nedre delen av skärmen Utöka till hälften Du tryckte snabbt två gånger på handtaget Handtag %1$d av %2$d tecken har angetts Teckengränsen har överskridits: %1$d av %2$d Rensa text Fel Visa rullgardinsmenyn Dialogikon Flik Välj mellan FM och EM %1$s timmar Ange timme Klockan %1$s Välj minuter %1$s minuter FM Byt till klockläget och ange tid. Timme Minut EM Välj tid Byt till textinmatningsläget och ange tid. Ny avisering Ta bort (%1$s) Fler än %1$d nya aviseringar Ändra till nästa månad Ändra till föregående månad Aktuellt val: %1$s Avbryt OK %1$s Välj datum Valt datum Kolumn med dagar: %1$s Ogiltigt format. Exempel: %1$s Använd %1$s Ogiltigt intervall. Navigera till år %1$s Utanför intervallet: %1$s Startdatum–%1$s %1$s–slutdatum %1$s–%2$s Välj intervall Startdatum–slutdatum Spara Datum Slutdatum Startdatum d m å Byt till kalender som inmatningsläge Byt till att välja en dag genom att trycka Byt till text som inmatningsläge Byt till att välja ett år genom att trycka Avbryt OK Visa lösenord
+ - Arifa %d mpya
+ - Arifa %d mpya
+ Kunja safu ya chini Panua safu ya chini Panua nusu Aikoni ya buruta imeguswa mara mbili Aikoni ya buruta Umeweka herufi %1$d kati ya %2$d Umepitisha idadi ya juu ya herufi %1$d kati ya %2$d Futa maandishi Hitilafu Onyesha menyu kunjuzi Aikoni ya Kidirisha Kichupo Chagua AM au PM Saa %1$s Chagua saa Saa %1$s kamili Chagua dakika Dakika %1$s AM Badilisha umbo liwe la saa ya mishale wakati wa kuweka muda. Saa Dakika PM Chagua wakati Badilisha iwe katika hali ya maandishi wakati wa kuweka muda. Arifa mpya Ondoa %1$s Zaidi ya arifa %1$d mpya Nenda kwenye mwezi unaofuata Rudi kwenye mwezi uliotangulia Uteuzi wa sasa: %1$s Ghairi Sawa %1$s Chagua Tarehe Tarehe uliyochagua Safu wima ya siku: %1$s Muundo si sahihi Mfano: %1$s Tumia: %1$s Kipindi si sahihi. Sogeza kwenye mwaka wa %1$s Nje ya kipindi: %1$s Tarehe ya kuanza – %1$s %1$s – Tarehe ya mwisho %1$s – %2$s Chagua Kipindi cha Tarehe Tarehe ya kuanza – Tarehe ya mwisho Hifadhi Tarehe Tarehe ya mwisho Tarehe ya kuanza d m y Tumia programu ya kuingiza data kwenye kalenda Gusa ili uende kwenye sehemu ya kuchagua siku Tumia programu ya kuingiza data ya maandishi Gusa ili uende kwenye sehemu ya kuchagua mwaka Ghairi Sawa Onyesha nenosiri 320dp 0dp 2dp 24dp 576dp 320dp @dimen/design_snackbar_padding_vertical
+ 160dp 64dp 64dp 1
+ - %d புதிய அறிவிப்பு
+ - %d புதிய அறிவிப்புகள்
+ கீழ்ப்புறச் சீட்டைச் சுருக்கும் கீழ்ப்புறச் சீட்டை விரிவாக்கும் பாதியளவு விரிவாக்கும் இழுப்பதற்கான ஹேண்டில் இருமுறை தட்டப்பட்டது இழுப்பதற்கான ஹேண்டில் %2$d இல் %1$d எழுத்துகள் உள்ளிடப்பட்டுள்ளன %2$d இல் %1$d எழுத்து வரம்பு மீறப்பட்டது உரையை அழிக்கும் பிழை கீழ் தோன்றல் மெனுவைக் காட்டும் பட்டன் உரையாடல் ஐகான் தாவல் AM அல்லது PMமைத் தேர்ந்தெடுக்க உதவும் %1$s மணிநேரம் மணிநேரத்தைத் தேர்ந்தெடுக்க உதவும் %1$s மணி நிமிடத்தைத் தேர்ந்தெடுக்கவும் %1$s நிமிடங்கள் AM நேர உள்ளீட்டிற்காக, கடிகாரப் பயன்முறைக்கு மாற்றும். மணிநேரம் நிமிடம் PM நேரத்தைத் தேர்ந்தெடுக்கவும் உரை உள்ளீட்டிற்காக, கடிகாரப் பயன்முறைக்கு மாற்றும். புதிய அறிவிப்பு %1$sஐ அகற்று %1$d+ புதிய அறிவிப்புகள் அடுத்த மாதத்தைக் காட்டு முந்தைய மாதத்தைக் காட்டு தற்போதைய தேர்வு: %1$s ரத்துசெய் சரி %1$s தேதியைத் தேர்ந்தெடுக்கவும் தேர்ந்தெடுக்கப்பட்ட தேதி நாட்களின் நெடுவரிசை: %1$s தவறான வடிவம். உதாரணம்: %1$s %1$sஐப் பயன்படுத்துக தவறான வரம்பு. %1$s ஆம் ஆண்டிற்குச் செல்லும் எல்லைக்கு வெளியே உள்ளது: %1$s தொடக்கத் தேதி – %1$s %1$s – முடிவுத் தேதி %1$s – %2$s வரம்பைத் தேர்ந்தெடுக்கவும் தொடக்கத் தேதி - முடிவுத் தேதி சேமி தேதி முடிவுத் தேதி தொடக்கத் தேதி நா மா ஆ கேலெண்டர் உள்ளீட்டு முறைக்கு மாற்றும் நாளைத் தேர்வுசெய்வதற்கு மாற்ற தட்டவும் உரை உள்ளீட்டு முறைக்கு மாற்றும் ஆண்டைத் தேர்வுசெய்வதற்கு மாற்ற தட்டவும் ரத்துசெய் சரி கடவுச்சொல்லைக் காட்டு
+ - %d కొత్త నోటిఫికేషన్
+ - %d కొత్త నోటిఫికేషన్లు
+ దిగువున ఉన్న షీట్ను కుదిస్తుంది దిగువున ఉన్న షీట్ను విస్తరిస్తుంది సగాన్ని విస్తరింపజేయండి లాగే హ్యాండిల్ డబుల్-ట్యాప్ చేయబడింది లాగే హ్యాండిల్ %2$dలో %1$d అక్షరాలు నమోదు చేయబడ్డాయి అక్షర పరిధి %2$dలో %1$dను అధిగమించింది రాసినదాన్ని తీసివేయండి ఎర్రర్ డ్రాప్డౌన్ మెనూను చూపు డైలాగ్ చిహ్నం ట్యాబ్ AM లేదా PMను ఎంచుకోండి %1$s గంటలు గంటను ఎంచుకోండి %1$s అవుతుంది నిమిషాలను ఎంచుకోండి %1$s నిమిషాలు AM సమయాన్ని నమోదు చేయడం కోసం గడియారం మోడ్కు మారండి. గంట నిమిషం PM సమయాన్ని ఎంచుకోండి సమయాన్ని నమోదు చేయడం కోసం వచన నమోదు మోడ్కి మారండి. కొత్త నోటిఫికేషన్ (%1$s)ని తీసివేస్తుంది %1$d కంటే ఎక్కువ కొత్త నోటిఫికేషన్లు వచ్చే నెలకు మార్చుతుంది మునుపటి నెలకు మార్చుతుంది ప్రస్తుత ఎంపిక: %1$s రద్దు చేయి సరే %1$s తేదీని ఎంచుకోండి ఎంచుకున్న తేది రోజుల నిలువు వరుస: %1$s ఫార్మాట్ చెల్లదు. ఉదాహరణ: %1$s ఇలా ఉపయోగించండి: %1$s చెల్లని పరిధి. %1$sసంవత్సరానికి నావిగేట్ చేస్తుంది పరిధి వెలుపల ఉంది: %1$s ప్రారంభ తేదీ – %1$s %1$s – ముగింపు తేది %1$s – %2$s పరిధిని ఎంచుకోండి ప్రారంభ తేది - ముగింపు తేది సేవ్ చేయి తేదీ ముగింపు తేదీ ప్రారంభ తేదీ రో నె సం క్యాలెండర్ ఇన్పుట్ మోడ్కు మారుస్తుంది \'రోజును ఎంపిక చేసుకోవడం\'కు మారడానికి నొక్కండి వచన ఇన్పుట్ మోడ్కు మారుస్తుంది \'సంవత్సరాన్ని ఎంపిక చేసుకోవడం\'కు మారడానికి నొక్కండి రద్దు చేయండి సరే పాస్వర్డ్ను చూపు
+ - การแจ้งเตือนใหม่ %d รายการ
+ - การแจ้งเตือนใหม่ %d รายการ
+ ยุบ Bottom Sheet ขยาย Bottom Sheet ขยายรายการครึ่งหนึ่ง แตะแฮนเดิลการลากสองครั้ง แฮนเดิลการลาก ป้อนอักขระแล้ว %1$d จาก %2$d ตัว เกินจำนวนอักขระสูงสุด %1$d จาก %2$d ล้างข้อความ ข้อผิดพลาด แสดงเมนูแบบเลื่อนลง ไอคอนกล่องโต้ตอบ แท็บ เลือก AM หรือ PM %1$s ชั่วโมง เลือกชั่วโมง %1$s นาฬิกา เลือกนาที %1$s นาที AM สลับไปโหมดนาฬิกาเพื่อป้อนเวลา ชั่วโมง นาที PM เลือกเวลา สลับไปโหมดป้อนข้อความเพื่อป้อนเวลา การแจ้งเตือนใหม่ นำ %1$s ออก การแจ้งเตือนใหม่มากกว่า %1$d รายการ เปลี่ยนไปที่เดือนถัดไป เปลี่ยนไปที่เดือนก่อนหน้า การเลือกในปัจจุบัน: %1$s ยกเลิก ตกลง %1$s เลือกวันที่ วันที่ที่เลือก คอลัมน์ของวัน: %1$s รูปแบบไม่ถูกต้อง ตัวอย่าง: %1$s ใช้: %1$s ช่วงไม่ถูกต้อง ไปที่ปี %1$s วันที่ไม่อยู่ในช่วงที่อนุญาต: %1$s วันที่เริ่มต้น – %1$s %1$s – วันที่สิ้นสุด %1$s – %2$s เลือกช่วง วันที่เริ่มต้น – วันที่สิ้นสุด บันทึก วันที่ วันที่สิ้นสุด วันที่เริ่มต้น ว ด ป สลับไปใช้โหมดป้อนข้อมูลปฏิทิน แตะเพื่อสลับไปใช้การเลือกวัน สลับไปใช้โหมดป้อนข้อมูลข้อความ แตะเพื่อสลับไปใช้การเลือกปี ยกเลิก ตกลง แสดงรหัสผ่าน
+ - %d bagong notification
+ - %d na bagong notification
+ I-collapse ang bottom sheet I-expand ang bottom sheet I-expand hanggang gitna Na-double tap ang handle sa pag-drag I-drag ang handle Mga character na nailagay %1$d sa %2$d Lumampas sa limitasyon sa bilang ng character %1$d sa %2$d I-clear ang text Error Ipakita ang dropdown na menu Icon ng Dialog Tab Piliin ang AM o PM %1$s (na) oras Pumili ng oras %1$s o\'clock Pumili ng mga minuto %1$s (na) minuto AM Lumipat sa mode ng orasan para sa input na oras. Oras Minuto PM Pumili ng oras Lumipat sa pamamaraan ng pag-input ng text para sa input na oras. Bagong notification Alisin ang %1$s Mahigit %1$d (na) bagong notification Lumipat sa susunod na buwan Lumipat sa nakaraang buwan Kasalukuyang seleksyon: %1$s Kanselahin OK %1$s Pumili ng Petsa Piniling petsa Column ng mga araw: %1$s Invalid na format. Halimbawa: %1$s Gamitin: %1$s Invalid na hanay. Mag-navigate patungo sa taong %1$s Wala sa sakop: %1$s Petsa ng pagsisimula – %1$s %1$s – Petsa ng pagtatapos %1$s – %2$s Pumili ng Range Petsa ng pagsisimula – Petsa ng pagtatapos I-save Petsa Petsa ng pagtatapos Petsa ng pagsisimula d m y Lumipat sa pamamaraan ng pag-input ng kalendaryo I-tap para lumipat sa pagpili ng araw Lumipat sa pamamaraan ng pag-input ng text I-tap para lumipat sa pagpili ng taon Kanselahin OK Ipakita ang password
+ - %d yeni bildirim
+ - %d yeni bildirim
+ Alt sayfayı daralt Alt sayfayı genişlet Yarım genişlet Sürükleme tutamacına iki kez dokunuldu Sürükleme tutamacı Girilen karakter: %1$d / %2$d Karakter sınırı aşıldı %1$d / %2$d Metni temizle Hata Açılır menüyü göster İletişim kutusu simgesi Sekme ÖÖ veya ÖS\'yi seçin %1$s saat Saat seçin Saat %1$s Dakikayı seçin %1$s dakika AM Zaman girişi için saat moduna geçin. Saat Dakika PM Zamanı seçin Zaman girişi için metin girişi moduna geçin. Yeni bildirim %1$s içeriğini kaldır %1$d adetten fazla yeni bildirim Sonraki aya değiştir Önceki aya değiştir Geçerli seçim: %1$s İptal Tamam %1$s Tarih Seçin Seçilen tarih Gün sütunu: %1$s Geçersiz biçim. Örnek: %1$s Tarih biçimi: %1$s Geçersiz aralık. %1$s yılına git İzin verilen aralığın dışında: %1$s Başlangıç tarihi – %1$s %1$s – Bitiş tarihi %1$s-%2$s Aralık Seçin Başlangıç tarihi - Bitiş tarihi Kaydet Tarih Bitiş tarihi Başlangıç tarihi g a y Takvim giriş moduna geç Gün seçmeye geçmek için dokunun Metin giriş moduna geç Yıl seçmeye geçmek için dokunun İptal Tamam Şifreyi göster
+ - %d нове сповіщення
+ - %d нові сповіщення
+ - %d нових сповіщень
+ - %d нового сповіщення
+ Згорнути нижній екран Розгорнути нижній екран Розгорнути нижню половину Маркер переміщення активовано подвійним дотиком Маркер переміщення Введено символів: %1$d з %2$d Перевищено ліміт символів: %1$d з %2$d Видалити текст Помилка Показати спадне меню Значок вікна Вкладка Виберіть ДП чи ПП %1$s год Вибрати годину %1$s год Виберіть хвилини %1$s хв дп Перейти в режим годинника, щоб ввести час. Година Хвилина пп Виберіть час Перейти в текстовий режим, щоб ввести час. Нове сповіщення Видалити %1$s Нових сповіщень більше ніж %1$d Перейти до наступного місяця Перейти до попереднього місяця Поточний вибір: %1$s Скасувати OK %1$s Виберіть дату Вибрана дата Стовпець із днями: %1$s Недійсний формат. Приклад: %1$s Використовувати: %1$s Недійсний діапазон. Перейти до %1$s року За межами діапазону: %1$s Дата початку – %1$s %1$s – дата завершення %1$s – %2$s Виберіть діапазон дат Дата початку – дата завершення Зберегти Дата Дата завершення Дата початку д м р Перейти в режим введення в календарі Натисніть, щоб вибрати день Перейти в режим введення тексту Натисніть, щоб вибрати рік Скасувати OK Показувати пароль
+ - %d نئی اطلاع
+ - %d نئی اطلاعات
+ نیچے کی شیٹ کو سکیڑیں نیچے کی شیٹ کو پھیلائیں نصف تک پھیلائیں گھسیٹنے کے ہینڈل کو دو بار تھپتھپائیں گھسیٹنے کا ہینڈل %2$d میں سے %1$d حروف درج کیے گئے حروف کی تعداد کی حد %2$d سے %1$d پہنچ گئی ٹیکسٹ صاف کریں خرابی ڈراپ ڈاؤن مینو دکھائیں ڈائیلاگ کا آئیکن ٹیب AM یا PM منتخب کریں %1$s گھنٹے گھنٹہ منتخب کریں %1$s بجے منٹ منتخب کریں %1$s منٹ قبل از دوپہر وقت ان پٹ کے لیے گھڑی وضع پر سوئچ کریں۔ گھنٹہ منٹ رات وقت منتخب کریں وقت ان پٹ کے لیے ٹیکسٹ ان پٹ وضع پر سوئچ کریں۔ نئی اطلاع %1$s کو ہٹائیں %1$d سے زیادہ نئی اطلاعات اگلے مہینہ میں منتقل کریں گزشتہ ماہ میں منتقل کریں موجودہ انتخاب: %1$s منسوخ کریں ٹھیک ہے %1$s تاریخ منتخب کریں منتخب کردہ تاریخ دنوں کا کالم: %1$s غلط فارمیٹ۔ مثال: %1$s۔ %1$s استعمال کریں غلط رینج۔ %1$s سال پر نیویگیٹ کریں حد سے باہر: %1$s تاریخ آغاز – %1$s %1$s – تاریخ اختتام %1$s – %2$s رینج منتخب کریں تاریخ آغاز - تاریخ اختتام محفوظ کریں تاریخ تاریخ اختتام تاریخ آغاز d m y کیلنڈر ان پٹ وضع پر سوئچ کریں دن کو منتخب کرنے کے ليے سوئچ پر تھپتھپائیں متنی ان پٹ وضع پر سوئچ کریں سال کو منتخب کرنے کے ليے سوئچ پر تھپتھپائیں منسوخ کریں ٹھیک ہے پاس ورڈ دکھائیں
+ - %d ta yangi bildirishnoma
+ - %d ta yangi bildirishnoma
+ Quyi ekranni yigʻish Quyi ekranni kengaytirish Yarmiga kengaytirish Surish dastagi ikki marta bosildi Surish dastagi %1$d/%2$d ta belgi kiritildi Harflar soni (%1$d) cheklovdan (%2$d) oshib ketdi Matnni tozalash Xato Pastga ochiluvchi menyuni ochish Muloqot ikonkasi Tab : Varaq Tushdan oldin yoki keyinligini tanlang %1$s soat Soatni tanlang %1$s soat Daqiqalarni tanlash %1$s daqiqa AM Vaqtni kiritish uchun soat rejimiga o‘ting. Soat Daqiqa PM Vaqtni tanlang Vaqtni kiritish uchun matn kiritish rejimiga o‘ting. Yangi bildirishnoma Olib tashlash: %1$s Yana %1$d dan ortiq bildirishnoma Keyingi oyga oʻzgartirish Avvalgi oyga oʻzgartirish Joriy tanlov: %1$s Bekor qilish OK %1$s Sanani tanlang Tanlangan sana Kunlar ustuni: %1$s Yaroqsiz format. Masalan: %1$s Ishlatish: %1$s Yaroqsiz oraliq. Yilga nazar solish: %1$s Chegaradan tashqari: %1$s Boshlanish sanasi – %1$s %1$s – Tugash sanasi %1$s – %2$s Oraliqni tanlang Boshlanishi – Tugashi Saqlash Sana Tugash sanasi Boshlanish sanasi k o y Taqvim kiritish rejimiga oʻtish Kunni tanlash uchun bosing Matn kiritish rejimiga oʻtish Yilni tanlash uchun bosing Bekor qilish OK Parol ochiq tursin - 0.32
- 0.24
- 0.16
- 0.24
0dp 1dp - 0.48
- 0.48
- 0.16
- 0.48
- 0.24
- 0.24
- 0.08
- 0.24
- 0.16
- 0.2
- 0.4
- 0.12
- 0.24
- 0.40
- 0.40
- 0.24
- 0.12
- 0.20
- 0.20
- 0.12
@android:color/system_neutral1_1000 @android:color/system_neutral1_900 @android:color/system_neutral1_0 @android:color/system_neutral1_800 @android:color/system_neutral1_700 @android:color/system_neutral1_600 @android:color/system_neutral1_500 @android:color/system_neutral1_400 @android:color/system_neutral1_300 @android:color/system_neutral1_200 @android:color/system_neutral1_100 @android:color/system_neutral1_50 @android:color/system_neutral1_10 @android:color/system_neutral2_1000 @android:color/system_neutral2_900 @android:color/system_neutral2_0 @android:color/system_neutral2_800 @android:color/system_neutral2_700 @android:color/system_neutral2_600 @android:color/system_neutral2_500 @android:color/system_neutral2_400 @android:color/system_neutral2_300 @android:color/system_neutral2_200 @android:color/system_neutral2_100 @android:color/system_neutral2_50 @android:color/system_neutral2_10 @android:color/system_accent1_1000 @android:color/system_accent1_900 @android:color/system_accent1_0 @android:color/system_accent1_800 @android:color/system_accent1_700 @android:color/system_accent1_600 @android:color/system_accent1_500 @android:color/system_accent1_400 @android:color/system_accent1_300 @android:color/system_accent1_200 @android:color/system_accent1_100 @android:color/system_accent1_50 @android:color/system_accent1_10 @android:color/system_accent2_1000 @android:color/system_accent2_900 @android:color/system_accent2_0 @android:color/system_accent2_800 @android:color/system_accent2_700 @android:color/system_accent2_600 @android:color/system_accent2_500 @android:color/system_accent2_400 @android:color/system_accent2_300 @android:color/system_accent2_200 @android:color/system_accent2_100 @android:color/system_accent2_50 @android:color/system_accent2_10 @android:color/system_accent3_1000 @android:color/system_accent3_900 @android:color/system_accent3_0 @android:color/system_accent3_800 @android:color/system_accent3_700 @android:color/system_accent3_600 @android:color/system_accent3_500 @android:color/system_accent3_400 @android:color/system_accent3_300 @android:color/system_accent3_200 @android:color/system_accent3_100 @android:color/system_accent3_50 @android:color/system_accent3_10 @color/m3_ref_palette_dynamic_neutral10 @color/m3_ref_palette_dynamic_neutral20 @color/m3_ref_palette_dynamic_primary40 @color/m3_ref_palette_dynamic_neutral90 @color/m3_ref_palette_dynamic_neutral90 @color/m3_ref_palette_dynamic_primary20 @color/m3_ref_palette_dynamic_primary90 @color/m3_ref_palette_dynamic_secondary20 @color/m3_ref_palette_dynamic_secondary90 @color/m3_ref_palette_dynamic_neutral90 @color/m3_ref_palette_dynamic_neutral_variant80 @color/m3_ref_palette_dynamic_tertiary20 @color/m3_ref_palette_dynamic_tertiary90 @color/m3_ref_palette_dynamic_neutral_variant60 @color/m3_ref_palette_dynamic_neutral_variant30 @color/m3_ref_palette_dynamic_primary80 @color/m3_ref_palette_dynamic_primary30 @color/m3_ref_palette_dynamic_secondary80 @color/m3_ref_palette_dynamic_secondary30 @color/m3_ref_palette_dynamic_neutral10 @color/m3_ref_palette_dynamic_neutral_variant30 @color/m3_ref_palette_dynamic_tertiary80 @color/m3_ref_palette_dynamic_tertiary30 @color/m3_ref_palette_dynamic_neutral99 @color/m3_ref_palette_dynamic_neutral95 @color/m3_ref_palette_dynamic_primary80 @color/m3_ref_palette_dynamic_neutral20 @color/m3_ref_palette_dynamic_neutral10 @color/m3_ref_palette_dynamic_primary100 @color/m3_ref_palette_dynamic_primary10 @color/m3_ref_palette_dynamic_secondary100 @color/m3_ref_palette_dynamic_secondary10 @color/m3_ref_palette_dynamic_neutral10 @color/m3_ref_palette_dynamic_neutral_variant30 @color/m3_ref_palette_dynamic_tertiary100 @color/m3_ref_palette_dynamic_tertiary10 @color/m3_ref_palette_dynamic_neutral_variant50 @color/m3_ref_palette_dynamic_neutral_variant80 @color/m3_ref_palette_dynamic_primary40 @color/m3_ref_palette_dynamic_primary90 @color/m3_ref_palette_dynamic_secondary40 @color/m3_ref_palette_dynamic_secondary90 @color/m3_ref_palette_dynamic_neutral99 @color/m3_ref_palette_dynamic_neutral_variant90 @color/m3_ref_palette_dynamic_tertiary40 @color/m3_ref_palette_dynamic_tertiary90 @color/m3_ref_palette_dynamic_neutral0 @color/m3_ref_palette_dynamic_neutral10 @color/m3_ref_palette_dynamic_neutral100 @color/m3_ref_palette_dynamic_neutral20 @color/m3_ref_palette_dynamic_neutral30 @color/m3_ref_palette_dynamic_neutral40 @color/m3_ref_palette_dynamic_neutral50 @color/m3_ref_palette_dynamic_neutral60 @color/m3_ref_palette_dynamic_neutral70 @color/m3_ref_palette_dynamic_neutral80 @color/m3_ref_palette_dynamic_neutral90 @color/m3_ref_palette_dynamic_neutral95 @color/m3_ref_palette_dynamic_neutral99 @color/m3_ref_palette_dynamic_neutral_variant0 @color/m3_ref_palette_dynamic_neutral_variant10 @color/m3_ref_palette_dynamic_neutral_variant100 @color/m3_ref_palette_dynamic_neutral_variant20 @color/m3_ref_palette_dynamic_neutral_variant30 @color/m3_ref_palette_dynamic_neutral_variant40 @color/m3_ref_palette_dynamic_neutral_variant50 @color/m3_ref_palette_dynamic_neutral_variant60 @color/m3_ref_palette_dynamic_neutral_variant70 @color/m3_ref_palette_dynamic_neutral_variant80 @color/m3_ref_palette_dynamic_neutral_variant90 @color/m3_ref_palette_dynamic_neutral_variant95 @color/m3_ref_palette_dynamic_neutral_variant99 @color/m3_ref_palette_dynamic_primary0 @color/m3_ref_palette_dynamic_primary10 @color/m3_ref_palette_dynamic_primary100 @color/m3_ref_palette_dynamic_primary20 @color/m3_ref_palette_dynamic_primary30 @color/m3_ref_palette_dynamic_primary40 @color/m3_ref_palette_dynamic_primary50 @color/m3_ref_palette_dynamic_primary60 @color/m3_ref_palette_dynamic_primary70 @color/m3_ref_palette_dynamic_primary80 @color/m3_ref_palette_dynamic_primary90 @color/m3_ref_palette_dynamic_primary95 @color/m3_ref_palette_dynamic_primary99 @color/m3_ref_palette_dynamic_secondary0 @color/m3_ref_palette_dynamic_secondary10 @color/m3_ref_palette_dynamic_secondary100 @color/m3_ref_palette_dynamic_secondary20 @color/m3_ref_palette_dynamic_secondary30 @color/m3_ref_palette_dynamic_secondary40 @color/m3_ref_palette_dynamic_secondary50 @color/m3_ref_palette_dynamic_secondary60 @color/m3_ref_palette_dynamic_secondary70 @color/m3_ref_palette_dynamic_secondary80 @color/m3_ref_palette_dynamic_secondary90 @color/m3_ref_palette_dynamic_secondary95 @color/m3_ref_palette_dynamic_secondary99 @color/m3_ref_palette_dynamic_tertiary0 @color/m3_ref_palette_dynamic_tertiary10 @color/m3_ref_palette_dynamic_tertiary100 @color/m3_ref_palette_dynamic_tertiary20 @color/m3_ref_palette_dynamic_tertiary30 @color/m3_ref_palette_dynamic_tertiary40 @color/m3_ref_palette_dynamic_tertiary50 @color/m3_ref_palette_dynamic_tertiary60 @color/m3_ref_palette_dynamic_tertiary70 @color/m3_ref_palette_dynamic_tertiary80 @color/m3_ref_palette_dynamic_tertiary90 @color/m3_ref_palette_dynamic_tertiary95 @color/m3_ref_palette_dynamic_tertiary99
+ - %d thông báo mới
+ - %d thông báo mới
+ Thu gọn bảng dưới cùng Mở rộng bảng dưới cùng Mở rộng một nửa Đã nhấn đúp nút kéo Nút kéo Đã nhập %1$d trong số %2$d ký tự Đã vượt quá giới hạn ký tự %1$d/%2$d Xóa văn bản Lỗi Hiển thị menu thả xuống Biểu tượng hộp thoại Thẻ Chọn SA hoặc CH %1$s giờ Chọn giờ %1$s giờ Chọn phút %1$s phút SA Chuyển sang chế độ đồng hồ để nhập thời gian. Giờ Phút CH Chọn thời gian Chuyển sang chế độ nhập văn bản để nhập thời gian. Thông báo mới Xóa %1$s Hơn %1$d thông báo mới Chuyển sang tháng tiếp theo Chuyển về tháng trước Lựa chọn hiện tại: %1$s Hủy OK %1$s Chọn ngày Ngày đã chọn Cột ngày: %1$s Định dạng không hợp lệ. Ví dụ: %1$s Sử dụng: %1$s Phạm vi không hợp lệ. Chuyển tới năm %1$s Nằm ngoài phạm vi: %1$s Ngày bắt đầu – %1$s %1$s – Ngày kết thúc %1$s – %2$s Chọn dải ô Ngày bắt đầu – Ngày kết thúc Lưu Ngày Ngày kết thúc Ngày bắt đầu d m y Chuyển sang chế độ nhập lịch Nhấn để chuyển sang chế độ chọn một ngày Chuyển sang chế độ nhập văn bản Nhấn để chuyển sang chế độ chọn một năm Huỷ OK Hiện mật khẩu 24dp 36dp 4dp 18dp 40dp 2dp 2dp 40dp 40dp 4dp 0dp 22dp 48dp 2dp 2dp 48dp 48dp 0dp 64dp
+ - %d 条新通知
+ - %d 条新通知
+ 收起底部动作条 展开底部动作条 展开到一半高度 拖动手柄被点按两次 拖动手柄 输入了 %1$d 个字符(上限为 %2$d 个) 超出字符数限制(共 %1$d 个,上限为 %2$d 个) 清除文字 错误 显示下拉菜单 对话框图标 标签页 选择上午或下午 %1$s 小时 选择小时 %1$s 点 选择分钟 %1$s 分 上午 切换到时钟模式来输入时间。 小时 分钟 下午 选择时间 切换到文字输入模式来输入时间。 新通知 移除%1$s 有 %1$d 条以上的新通知 转到下个月 转到上个月 当前的选择是:%1$s 取消 确定 %1$s 请选择日期 选定的日期 表示周几的列:%1$s 格式无效。 示例:%1$s 使用:%1$s 范围无效。 转到 %1$s 年 不在允许的范围内:%1$s 开始日期 – %1$s %1$s – 结束日期 %1$s - %2$s 请选择范围 开始日期 - 结束日期 保存 日期 结束日期 开始日期 d m y 切换到日历输入模式 点按即可切换到选择某天 切换到文本字段输入模式 点按即可切换到选择某年 取消 确定 显示密码
+ - %d 個新通知
+ - %d 個新通知
+ 收合頁底面板 展開頁底面板 展開一半 㩒咗兩下拖曳控點 拖曳控點 已輸入 %1$d 個字元 (共 %2$d 個) 超出字元限制 %1$d 個字元 (上限 %2$d 個字元) 清除文字 錯誤 顯示下拉式選單 對話框圖示 分頁 選擇上午或下午 %1$s 個鐘 選取時段 %1$s 點 選取分鐘 %1$s 分 AM 切換至時鐘模式即可輸入時間。 小時 分鐘 PM 選取時間 切換至文字輸入模式即可輸入時間。 新通知 移除「%1$s」 超過 %1$d 則新通知 變更為下個月 變更為上個月 目前選取:%1$s 取消 確定 %1$s 請選擇日期 已選取日期 日期欄:%1$s 格式無效。 例如:%1$s 使用:%1$s 範圍無效。 瀏覽至 %1$s 年 超出範圍:%1$s 開始日期 – %1$s %1$s – 結束日期 %1$s – %2$s 請選擇範圍 開始日期 – 結束日期 儲存 日期 結束日期 開始日期 日 月 年 切換至日曆輸入模式 輕按以切換至選擇日期 切換至文字輸入模式 輕按以切換至選擇年份 取消 確定 顯示密碼
+ - %d 則新通知
+ - %d 則新通知
+ 收合底部功能表 展開底部功能表 展開一半 已輕觸兩下拖曳控點 拖曳控點 已輸入 %1$d 個字元 (上限為 %2$d 個字元) 超過字元限制 (共 %1$d 字元,上限 %2$d 字元) 清除文字 錯誤 顯示下拉式選單 對話方塊圖示 分頁標籤 選取上午或下午 %1$s 小時 請選取時段 %1$s 點 選取分鐘數 %1$s 分 AM 切換至時鐘模式來輸入時間。 小時 分鐘 PM 選取時間 切換至文字輸入模式來輸入時間。 新通知 移除 %1$s 超過 %1$d 則新通知 變更至下個月 變更至上個月 目前選取:%1$s 取消 確定 %1$s 選取日期 所選日期 星期幾資料欄:%1$s 格式無效。 範例:%1$s 使用:%1$s 日期範圍無效。 前往 %1$s 年 超出日期範圍:%1$s 開始日期 – %1$s %1$s – 結束日期 %1$s – %2$s 選取範圍 開始日期 - 結束日期 儲存 日期 結束日期 開始日期 d m y 切換至日曆輸入模式 輕觸即可切換為選取星期幾 切換至文字輸入模式 輕觸即可切換為選取年份 取消 確定 顯示密碼
+ - %d izaziso ezintsha
+ - %d izaziso ezintsha
+ Goqa ishidi eliphansi Nweba ishidi eliphansi Nweba phakathi Hudula isibambi esithephwe kabili Hudula isibambi Izinhlamvu ezifakiwe ezingu-%1$d zokungu-%2$d Umkhawulo wezinhlamvu udlule u-%1$d kokungu-%2$d Sula umbhalo Iphutha Bonisa imenyu yokudonsela phansi Isithonjana sebhokisi Ithebhu Khetha u-AM noma u-PM amahora angu-%1$s Khetha ihora %1$s ezimpondweni Khetha amaminithi amaminithi angu-%1$s AM Shintshela kumodi yewashi ngokufakwa kwesikhathi. Ihora Iminithi PM Khetha isikhathi Shintshela kumodi yokufaka umbhalo ngokufaka isikhathi. Isaziso esisha Susa i-%1$s Izaziso ezintsha ezingaphezu kokungu-%1$d Shintshela kunyanga elandelayo Shintshela kunyanga edlule Ukukhetha kwamanje: %1$s Khansela KULUNGILE %1$s Khetha Idethi Khetha idethi Ikholomu yezinsuku: %1$s Ifomethi engavumelekile. Isibonelo: %1$s Sebenzisa: %1$s Ibanga elingavumelekile. Zulela onyakeni %1$s Ikude kubanga: %1$s Idethi yokuqala – %1$s %1$s – Idethi yokuphela %1$s – %2$s Khetha Ibanga Idethi yokuqala – Idethi yokuphela Londoloza Idethi Idethi yokuphela Idethi yokuqala d m y Shintshela kwimodi yokufaka yekhalenda Thepha ukuze ushintshe ekukhetheni usuku Shintshela kwimodi yokufaka yombhalo Thepha ukuze ushintshele ekukhetheni unyaka Khansela KULUNGILE Bonisa iphasiwedi #010145 #0000A5 #FF3700B3 #FF3700B3 #FF03DAC5 #FF018786 #FF000000 #FFFFFFFF new revive Register Login login to app Enter Your User Name Enter your password Forget pasword? I don\'t have account Register Enter your full name Create An Account Enter your Email Enter your Password Confirm Your Password Enter your birthday Register I already have an account Enter a relative Phone Enter a relative name Hello Anas my daughter wedding Add New Task Enter a unique username
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_doctor_post.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_doctor_post.xml
new file mode 100644
index 000000000..fedf2309f
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_doctor_post.xml
@@ -0,0 +1,9 @@
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_home.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_home.xml
new file mode 100644
index 000000000..a707c8ec3
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_home.xml
@@ -0,0 +1,202 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_login.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_login.xml
new file mode 100644
index 000000000..08cf88533
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_login.xml
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_main.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_main.xml
new file mode 100644
index 000000000..c5a6df0b2
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_main.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_my_tasks.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_my_tasks.xml
new file mode 100644
index 000000000..508515641
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_my_tasks.xml
@@ -0,0 +1,137 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_register.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_register.xml
new file mode 100644
index 000000000..30f05388b
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_register.xml
@@ -0,0 +1,233 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/item_tolist.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/item_tolist.xml
new file mode 100644
index 000000000..6139e96df
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/item_tolist.xml
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values-night-v8/values-night-v8.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values-night-v8/values-night-v8.xml
new file mode 100644
index 000000000..ee90b36a7
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values-night-v8/values-night-v8.xml
@@ -0,0 +1,16 @@
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml
new file mode 100644
index 000000000..9b8587c45
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml
@@ -0,0 +1,90 @@
+
+
+ #FF000000
+ #0000A5
+ #010145
+ #FF3700B3
+ #FF3700B3
+ #FF03DAC5
+ #FF018786
+ #FFFFFFFF
+ Enter your Email
+ Add New Task
+ new revive
+ Login
+ Register
+ Create An Account
+ Enter Your User Name
+ Enter a relative name
+ Enter a relative Phone
+ Enter a unique username
+ Enter your birthday
+ Forget pasword?
+ Enter your full name
+ Hello Anas
+ my daughter wedding
+ I already have an account
+ I don\'t have account Register
+ login to app
+ Enter your password
+ Confirm Your Password
+ Register
+ Enter your Password
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/activity_login.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/activity_login.xml
new file mode 100644
index 000000000..08cf88533
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/activity_login.xml
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/item_tolist.xml b/Revive/android app/new revive/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/item_tolist.xml
new file mode 100644
index 000000000..c324df084
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/item_tolist.xml
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/mergeDebugAssets/merger.xml b/Revive/android app/new revive/app/build/intermediates/incremental/mergeDebugAssets/merger.xml
new file mode 100644
index 000000000..a2c6597a0
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/mergeDebugAssets/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/Revive/android app/new revive/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
new file mode 100644
index 000000000..11f80607c
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/mergeDebugShaders/merger.xml b/Revive/android app/new revive/app/build/intermediates/incremental/mergeDebugShaders/merger.xml
new file mode 100644
index 000000000..e040a448a
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/mergeDebugShaders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt b/Revive/android app/new revive/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt
new file mode 100644
index 000000000..97554701d
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt
@@ -0,0 +1,19 @@
+#Thu Mar 09 03:27:37 EET 2023
+path.4=1/classes.dex
+path.3=9/classes.dex
+path.2=6/classes.dex
+path.1=0/classes.dex
+path.5=classes2.dex
+path.0=classes.dex
+base.4=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\1\\classes.dex
+base.3=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\9\\classes.dex
+base.2=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\6\\classes.dex
+base.1=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\0\\classes.dex
+base.0=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\dex\\debug\\mergeExtDexDebug\\classes.dex
+renamed.3=classes4.dex
+renamed.2=classes3.dex
+renamed.1=classes2.dex
+renamed.0=classes.dex
+renamed.5=classes6.dex
+renamed.4=classes5.dex
+base.5=E\:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\build\\intermediates\\dex\\debug\\mergeExtDexDebug\\classes2.dex
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources b/Revive/android app/new revive/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources
new file mode 100644
index 000000000..f8059b87d
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 b/Revive/android app/new revive/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0
new file mode 100644
index 000000000..32a0ba7c7
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 differ
diff --git a/Revive/android app/new revive/app/build/intermediates/incremental/processDebugResources/resources-list-for-resources-debug.ap_.txt b/Revive/android app/new revive/app/build/intermediates/incremental/processDebugResources/resources-list-for-resources-debug.ap_.txt
new file mode 100644
index 000000000..30e30e926
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/incremental/processDebugResources/resources-list-for-resources-debug.ap_.txt
@@ -0,0 +1 @@
+E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\color_grey.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\drawable-v24_ic_launcher_foreground.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\drawable_applogo.png.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\drawable_banner_bg.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\drawable_baseline_account_circle_24.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\drawable_baseline_birthday.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\drawable_baseline_contact_phone_24.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\drawable_baseline_email_24.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\drawable_baseline_local_phone_24.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\drawable_baseline_person_24.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\drawable_bg_button.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\drawable_bottom_home_bg.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\drawable_circle.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\drawable_circlebc.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\drawable_cirleaccount.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\drawable_home_background.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\drawable_homepage_icon.png.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\drawable_ic_launcher_background.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\drawable_img.png.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\drawable_passord_icon.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\drawable_personwhite.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\drawable_rounded_button.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\layout_activity_home.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\layout_activity_login.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\layout_activity_main.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\layout_activity_register.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\mipmap-anydpi-v26_ic_launcher.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\mipmap-anydpi-v26_ic_launcher_round.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\mipmap-anydpi-v33_ic_launcher.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\mipmap-hdpi_ic_launcher.webp.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\mipmap-hdpi_ic_launcher_round.webp.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\mipmap-mdpi_ic_launcher.webp.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\mipmap-mdpi_ic_launcher_round.webp.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\mipmap-xhdpi_ic_launcher.webp.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\mipmap-xhdpi_ic_launcher_round.webp.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\mipmap-xxhdpi_ic_launcher.webp.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\mipmap-xxhdpi_ic_launcher_round.webp.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\mipmap-xxxhdpi_ic_launcher.webp.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\mipmap-xxxhdpi_ic_launcher_round.webp.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-af_values-af.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-am_values-am.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-ar_values-ar.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-as_values-as.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-az_values-az.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-b+es+419_values-b+es+419.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-b+sr+Latn_values-b+sr+Latn.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-be_values-be.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-bg_values-bg.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-bn_values-bn.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-bs_values-bs.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-ca_values-ca.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-cs_values-cs.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-da_values-da.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-de_values-de.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-el_values-el.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-en-rAU_values-en-rAU.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-en-rCA_values-en-rCA.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-en-rGB_values-en-rGB.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-en-rIN_values-en-rIN.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-en-rXC_values-en-rXC.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-es-rUS_values-es-rUS.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-es_values-es.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-et_values-et.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-eu_values-eu.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-fa_values-fa.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-fi_values-fi.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-fr-rCA_values-fr-rCA.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-fr_values-fr.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-gl_values-gl.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-gu_values-gu.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-h720dp-v13_values-h720dp-v13.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-hdpi-v4_values-hdpi-v4.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-hi_values-hi.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-hr_values-hr.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-hu_values-hu.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-hy_values-hy.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-in_values-in.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-is_values-is.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-it_values-it.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-iw_values-iw.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-ja_values-ja.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-ka_values-ka.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-kk_values-kk.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-km_values-km.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-kn_values-kn.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-ko_values-ko.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-ky_values-ky.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-land_values-land.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-large-v4_values-large-v4.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-ldltr-v21_values-ldltr-v21.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-ldrtl-v17_values-ldrtl-v17.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-lo_values-lo.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-lt_values-lt.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-lv_values-lv.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-mk_values-mk.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-ml_values-ml.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-mn_values-mn.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-mr_values-mr.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-ms_values-ms.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-my_values-my.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-nb_values-nb.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-ne_values-ne.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-night-v8_values-night-v8.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-nl_values-nl.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-or_values-or.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-pa_values-pa.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-pl_values-pl.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-port_values-port.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-pt-rBR_values-pt-rBR.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-pt-rPT_values-pt-rPT.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-pt_values-pt.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-ro_values-ro.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-ru_values-ru.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-si_values-si.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-sk_values-sk.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-sl_values-sl.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-small-v4_values-small-v4.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-sq_values-sq.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-sr_values-sr.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-sv_values-sv.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-sw600dp-v13_values-sw600dp-v13.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-sw_values-sw.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-ta_values-ta.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-te_values-te.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-th_values-th.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-tl_values-tl.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-tr_values-tr.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-uk_values-uk.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-ur_values-ur.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-uz_values-uz.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-v16_values-v16.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-v17_values-v17.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-v18_values-v18.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-v21_values-v21.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-v22_values-v22.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-v23_values-v23.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-v24_values-v24.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-v25_values-v25.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-v26_values-v26.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-v28_values-v28.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-v31_values-v31.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-vi_values-vi.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-watch-v20_values-watch-v20.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-watch-v21_values-watch-v21.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-xlarge-v4_values-xlarge-v4.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-zh-rCN_values-zh-rCN.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-zh-rHK_values-zh-rHK.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-zh-rTW_values-zh-rTW.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values-zu_values-zu.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\values_values.arsc.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\xml_backup_rules.xml.flat E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug\xml_data_extraction_rules.xml.flat
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/javac/debug/classes/com/example/newrevive/BuildConfig.class b/Revive/android app/new revive/app/build/intermediates/javac/debug/classes/com/example/newrevive/BuildConfig.class
new file mode 100644
index 000000000..a3c201b64
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/javac/debug/classes/com/example/newrevive/BuildConfig.class differ
diff --git a/Revive/android app/new revive/app/build/intermediates/javac/debug/classes/com/example/newrevive/databinding/ActivityDoctorPostBinding.class b/Revive/android app/new revive/app/build/intermediates/javac/debug/classes/com/example/newrevive/databinding/ActivityDoctorPostBinding.class
new file mode 100644
index 000000000..2361df74a
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/javac/debug/classes/com/example/newrevive/databinding/ActivityDoctorPostBinding.class differ
diff --git a/Revive/android app/new revive/app/build/intermediates/javac/debug/classes/com/example/newrevive/databinding/ActivityHomeBinding.class b/Revive/android app/new revive/app/build/intermediates/javac/debug/classes/com/example/newrevive/databinding/ActivityHomeBinding.class
new file mode 100644
index 000000000..28360fc59
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/javac/debug/classes/com/example/newrevive/databinding/ActivityHomeBinding.class differ
diff --git a/Revive/android app/new revive/app/build/intermediates/javac/debug/classes/com/example/newrevive/databinding/ActivityLoginBinding.class b/Revive/android app/new revive/app/build/intermediates/javac/debug/classes/com/example/newrevive/databinding/ActivityLoginBinding.class
new file mode 100644
index 000000000..b23ccec82
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/javac/debug/classes/com/example/newrevive/databinding/ActivityLoginBinding.class differ
diff --git a/Revive/android app/new revive/app/build/intermediates/javac/debug/classes/com/example/newrevive/databinding/ActivityMainBinding.class b/Revive/android app/new revive/app/build/intermediates/javac/debug/classes/com/example/newrevive/databinding/ActivityMainBinding.class
new file mode 100644
index 000000000..f5c5231b6
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/javac/debug/classes/com/example/newrevive/databinding/ActivityMainBinding.class differ
diff --git a/Revive/android app/new revive/app/build/intermediates/javac/debug/classes/com/example/newrevive/databinding/ActivityMyTasksBinding.class b/Revive/android app/new revive/app/build/intermediates/javac/debug/classes/com/example/newrevive/databinding/ActivityMyTasksBinding.class
new file mode 100644
index 000000000..caa1a0937
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/javac/debug/classes/com/example/newrevive/databinding/ActivityMyTasksBinding.class differ
diff --git a/Revive/android app/new revive/app/build/intermediates/javac/debug/classes/com/example/newrevive/databinding/ActivityRegisterBinding.class b/Revive/android app/new revive/app/build/intermediates/javac/debug/classes/com/example/newrevive/databinding/ActivityRegisterBinding.class
new file mode 100644
index 000000000..ed839d894
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/javac/debug/classes/com/example/newrevive/databinding/ActivityRegisterBinding.class differ
diff --git a/Revive/android app/new revive/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/Revive/android app/new revive/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
new file mode 100644
index 000000000..1ebe8051c
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
@@ -0,0 +1,134 @@
+1
+2
+6
+7 E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml
+9 android:targetSdkVersion="33" />
+9-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml
+10
+11
+11-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:5:5-67
+11-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:5:22-64
+12
+12-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:6:5-79
+12-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:6:22-76
+13
+13-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:8:5-77
+13-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:8:22-74
+14
+15 [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2e11ca9bbba524264a6e297c84586031\transformed\core-1.9.0\AndroidManifest.xml:22:5-24:47
+16 android:name="com.example.newrevive.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
+16-->[androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2e11ca9bbba524264a6e297c84586031\transformed\core-1.9.0\AndroidManifest.xml:23:9-81
+17 android:protectionLevel="signature" />
+17-->[androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2e11ca9bbba524264a6e297c84586031\transformed\core-1.9.0\AndroidManifest.xml:24:9-44
+18
+19
+19-->[androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2e11ca9bbba524264a6e297c84586031\transformed\core-1.9.0\AndroidManifest.xml:26:5-97
+19-->[androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2e11ca9bbba524264a6e297c84586031\transformed\core-1.9.0\AndroidManifest.xml:26:22-94
+20
+21 E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:10:5-43:19
+22 android:allowBackup="true"
+22-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:11:9-35
+23 android:appComponentFactory="androidx.core.app.CoreComponentFactory"
+23-->[androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2e11ca9bbba524264a6e297c84586031\transformed\core-1.9.0\AndroidManifest.xml:28:18-86
+24 android:dataExtractionRules="@xml/data_extraction_rules"
+24-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:12:9-65
+25 android:debuggable="true"
+26 android:extractNativeLibs="false"
+27 android:fullBackupContent="@xml/backup_rules"
+27-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:13:9-54
+28 android:icon="@mipmap/ic_launcher"
+28-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:14:9-43
+29 android:label="@string/app_name"
+29-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:15:9-41
+30 android:supportsRtl="true"
+30-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:16:9-35
+31 android:theme="@style/Theme.NewRevive" >
+31-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:17:9-47
+32 E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:19:9-21:40
+33 android:name="com.example.newrevive.Activites.DoctorPostActivity"
+33-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:20:13-57
+34 android:exported="false" />
+34-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:21:13-37
+35 E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:22:9-24:40
+36 android:name="com.example.newrevive.Activites.MyTasksActivity"
+36-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:23:13-54
+37 android:exported="false" />
+37-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:24:13-37
+38 E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:25:9-27:40
+39 android:name="com.example.newrevive.Activites.RegisterActivity"
+39-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:26:13-55
+40 android:exported="false" />
+40-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:27:13-37
+41 E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:28:9-30:40
+42 android:name="com.example.newrevive.Activites.HomeActivity"
+42-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:29:13-51
+43 android:exported="false" />
+43-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:30:13-37
+44 E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:31:9-33:40
+45 android:name="com.example.newrevive.Activites.LoginActivity"
+45-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:32:13-52
+46 android:exported="false" />
+46-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:33:13-37
+47 E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:34:9-42:20
+48 android:name="com.example.newrevive.Activites.MainActivity"
+48-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:35:13-51
+49 android:exported="true" >
+49-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:36:13-36
+50
+50-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:37:13-41:29
+51
+51-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:38:17-69
+51-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:38:25-66
+52
+53
+53-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:40:17-77
+53-->E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:40:27-74
+54
+55
+56
+57 [androidx.room:room-runtime:2.5.0] C:\Users\mhmdw\.gradle\caches\transforms-3\08043ae54b78957051ff6ee89e62aef7\transformed\room-runtime-2.5.0\AndroidManifest.xml:24:9-28:63
+58 android:name="androidx.room.MultiInstanceInvalidationService"
+58-->[androidx.room:room-runtime:2.5.0] C:\Users\mhmdw\.gradle\caches\transforms-3\08043ae54b78957051ff6ee89e62aef7\transformed\room-runtime-2.5.0\AndroidManifest.xml:25:13-74
+59 android:directBootAware="true"
+59-->[androidx.room:room-runtime:2.5.0] C:\Users\mhmdw\.gradle\caches\transforms-3\08043ae54b78957051ff6ee89e62aef7\transformed\room-runtime-2.5.0\AndroidManifest.xml:26:13-43
+60 android:exported="false" />
+60-->[androidx.room:room-runtime:2.5.0] C:\Users\mhmdw\.gradle\caches\transforms-3\08043ae54b78957051ff6ee89e62aef7\transformed\room-runtime-2.5.0\AndroidManifest.xml:27:13-37
+61
+62 [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\4148490eee85d16fb306c3b08a6ac768\transformed\emoji2-1.2.0\AndroidManifest.xml:24:9-32:20
+63 android:name="androidx.startup.InitializationProvider"
+63-->[androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\4148490eee85d16fb306c3b08a6ac768\transformed\emoji2-1.2.0\AndroidManifest.xml:25:13-67
+64 android:authorities="com.example.newrevive.androidx-startup"
+64-->[androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\4148490eee85d16fb306c3b08a6ac768\transformed\emoji2-1.2.0\AndroidManifest.xml:26:13-68
+65 android:exported="false" >
+65-->[androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\4148490eee85d16fb306c3b08a6ac768\transformed\emoji2-1.2.0\AndroidManifest.xml:27:13-37
+66 [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\4148490eee85d16fb306c3b08a6ac768\transformed\emoji2-1.2.0\AndroidManifest.xml:29:13-31:52
+67 android:name="androidx.emoji2.text.EmojiCompatInitializer"
+67-->[androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\4148490eee85d16fb306c3b08a6ac768\transformed\emoji2-1.2.0\AndroidManifest.xml:30:17-75
+68 android:value="androidx.startup" />
+68-->[androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\4148490eee85d16fb306c3b08a6ac768\transformed\emoji2-1.2.0\AndroidManifest.xml:31:17-49
+69 [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\43003ee789e6d1cefa4dd4ba8c919f26\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:31:13-33:52
+70 android:name="androidx.lifecycle.ProcessLifecycleInitializer"
+70-->[androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\43003ee789e6d1cefa4dd4ba8c919f26\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:32:17-78
+71 android:value="androidx.startup" />
+71-->[androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\43003ee789e6d1cefa4dd4ba8c919f26\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:33:17-49
+72
+73
+74
+75
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_java_res/debug/base.jar b/Revive/android app/new revive/app/build/intermediates/merged_java_res/debug/base.jar
new file mode 100644
index 000000000..2213f25bc
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_java_res/debug/base.jar differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml b/Revive/android app/new revive/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml
new file mode 100644
index 000000000..0f03b38b0
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml b/Revive/android app/new revive/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml
new file mode 100644
index 000000000..0f03b38b0
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_manifests/debug/output-metadata.json b/Revive/android app/new revive/app/build/intermediates/merged_manifests/debug/output-metadata.json
new file mode 100644
index 000000000..3abd676a6
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_manifests/debug/output-metadata.json
@@ -0,0 +1,20 @@
+{
+ "version": 3,
+ "artifactType": {
+ "type": "MERGED_MANIFESTS",
+ "kind": "Directory"
+ },
+ "applicationId": "com.example.newrevive",
+ "variantName": "debug",
+ "elements": [
+ {
+ "type": "SINGLE",
+ "filters": [],
+ "attributes": [],
+ "versionCode": 1,
+ "versionName": "1.0",
+ "outputFile": "AndroidManifest.xml"
+ }
+ ],
+ "elementType": "File"
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/color_grey.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/color_grey.xml.flat
new file mode 100644
index 000000000..ba0897c53
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/color_grey.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable-v24_ic_launcher_foreground.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable-v24_ic_launcher_foreground.xml.flat
new file mode 100644
index 000000000..39bca4e41
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable-v24_ic_launcher_foreground.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_applogo.png.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_applogo.png.flat
new file mode 100644
index 000000000..7e2637fff
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_applogo.png.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_banner_bg.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_banner_bg.xml.flat
new file mode 100644
index 000000000..e775d221b
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_banner_bg.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_baseline_account_circle_24.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_baseline_account_circle_24.xml.flat
new file mode 100644
index 000000000..d123f0c9e
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_baseline_account_circle_24.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_baseline_birthday.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_baseline_birthday.xml.flat
new file mode 100644
index 000000000..d647f4f8f
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_baseline_birthday.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_baseline_contact_phone_24.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_baseline_contact_phone_24.xml.flat
new file mode 100644
index 000000000..42bb2f4ce
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_baseline_contact_phone_24.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_baseline_email_24.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_baseline_email_24.xml.flat
new file mode 100644
index 000000000..4f0a7d193
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_baseline_email_24.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_baseline_local_phone_24.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_baseline_local_phone_24.xml.flat
new file mode 100644
index 000000000..4edd168fd
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_baseline_local_phone_24.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_baseline_person_24.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_baseline_person_24.xml.flat
new file mode 100644
index 000000000..7df454e9c
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_baseline_person_24.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_bg_button.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_bg_button.xml.flat
new file mode 100644
index 000000000..8f1cfc4e1
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_bg_button.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_bottom_home_bg.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_bottom_home_bg.xml.flat
new file mode 100644
index 000000000..c09165280
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_bottom_home_bg.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_circle.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_circle.xml.flat
new file mode 100644
index 000000000..3703346ea
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_circle.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_circlebc.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_circlebc.xml.flat
new file mode 100644
index 000000000..8979384b0
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_circlebc.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_cirleaccount.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_cirleaccount.xml.flat
new file mode 100644
index 000000000..0e5fe69e0
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_cirleaccount.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_default_option_border_background.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_default_option_border_background.xml.flat
new file mode 100644
index 000000000..bfb5e3832
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_default_option_border_background.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_home_background.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_home_background.xml.flat
new file mode 100644
index 000000000..436abdcc8
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_home_background.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_homepage_icon.png.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_homepage_icon.png.flat
new file mode 100644
index 000000000..7c668e172
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_homepage_icon.png.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_homepage_icon_background.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_homepage_icon_background.xml.flat
new file mode 100644
index 000000000..6ad63e328
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_homepage_icon_background.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_ic_calendar.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_ic_calendar.xml.flat
new file mode 100644
index 000000000..7cdfa961d
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_ic_calendar.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_ic_ime.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_ic_ime.xml.flat
new file mode 100644
index 000000000..3962c48de
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_ic_ime.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_ic_launcher_background.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_ic_launcher_background.xml.flat
new file mode 100644
index 000000000..af4686f4a
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_ic_launcher_background.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_ic_pin.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_ic_pin.xml.flat
new file mode 100644
index 000000000..7bc8b3de8
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_ic_pin.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_img.png.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_img.png.flat
new file mode 100644
index 000000000..1a480e573
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_img.png.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_img_1.png.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_img_1.png.flat
new file mode 100644
index 000000000..dda952bdf
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_img_1.png.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_img_2.png.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_img_2.png.flat
new file mode 100644
index 000000000..ceaef837f
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_img_2.png.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_passord_icon.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_passord_icon.xml.flat
new file mode 100644
index 000000000..050baf162
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_passord_icon.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_personwhite.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_personwhite.xml.flat
new file mode 100644
index 000000000..fbe6f8f11
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_personwhite.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_post_icon.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_post_icon.xml.flat
new file mode 100644
index 000000000..3bc3a96ab
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_post_icon.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_rounded_button.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_rounded_button.xml.flat
new file mode 100644
index 000000000..43cd3fdc8
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_rounded_button.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_search_icon.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_search_icon.xml.flat
new file mode 100644
index 000000000..787315d1c
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_search_icon.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_searchbar.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_searchbar.xml.flat
new file mode 100644
index 000000000..134130fdf
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_searchbar.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_task_icon.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_task_icon.xml.flat
new file mode 100644
index 000000000..2307f54cb
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/drawable_task_icon.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/layout_activity_doctor_post.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/layout_activity_doctor_post.xml.flat
new file mode 100644
index 000000000..6308394d6
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/layout_activity_doctor_post.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/layout_activity_login.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/layout_activity_login.xml.flat
new file mode 100644
index 000000000..7ce5ae8cd
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/layout_activity_login.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/layout_activity_main.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/layout_activity_main.xml.flat
new file mode 100644
index 000000000..e2062d285
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/layout_activity_main.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/layout_activity_my_tasks.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/layout_activity_my_tasks.xml.flat
new file mode 100644
index 000000000..cc4625b09
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/layout_activity_my_tasks.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/layout_activity_register.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/layout_activity_register.xml.flat
new file mode 100644
index 000000000..668c9c931
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/layout_activity_register.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher.xml.flat
new file mode 100644
index 000000000..67836c8dd
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat
new file mode 100644
index 000000000..9f19f7a1a
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-anydpi-v33_ic_launcher.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-anydpi-v33_ic_launcher.xml.flat
new file mode 100644
index 000000000..fcf5da671
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-anydpi-v33_ic_launcher.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.webp.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.webp.flat
new file mode 100644
index 000000000..e298e7369
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.webp.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.webp.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.webp.flat
new file mode 100644
index 000000000..507dd3e70
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.webp.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.webp.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.webp.flat
new file mode 100644
index 000000000..dbc180a5f
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.webp.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.webp.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.webp.flat
new file mode 100644
index 000000000..91326a733
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.webp.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.webp.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.webp.flat
new file mode 100644
index 000000000..e63e1554e
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.webp.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.webp.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.webp.flat
new file mode 100644
index 000000000..caa895748
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.webp.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.webp.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.webp.flat
new file mode 100644
index 000000000..cc305bce7
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.webp.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.webp.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.webp.flat
new file mode 100644
index 000000000..9d838fa82
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.webp.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.webp.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.webp.flat
new file mode 100644
index 000000000..4fa42e1cf
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.webp.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat
new file mode 100644
index 000000000..ea344d9de
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat
new file mode 100644
index 000000000..67c493232
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat
new file mode 100644
index 000000000..3efef9256
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat
new file mode 100644
index 000000000..f909c5a64
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat
new file mode 100644
index 000000000..066948cde
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-b+es+419_values-b+es+419.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-b+es+419_values-b+es+419.arsc.flat
new file mode 100644
index 000000000..e26617feb
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-b+es+419_values-b+es+419.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat
new file mode 100644
index 000000000..d49d4f747
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat
new file mode 100644
index 000000000..3879f2218
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat
new file mode 100644
index 000000000..997a9584a
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat
new file mode 100644
index 000000000..cd92f4d27
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat
new file mode 100644
index 000000000..9192a17a7
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat
new file mode 100644
index 000000000..082f001e1
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat
new file mode 100644
index 000000000..6e93f8c27
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat
new file mode 100644
index 000000000..3fea379b5
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat
new file mode 100644
index 000000000..215018405
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat
new file mode 100644
index 000000000..353fc364d
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat
new file mode 100644
index 000000000..7b1e713af
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat
new file mode 100644
index 000000000..7d8dc9934
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat
new file mode 100644
index 000000000..a8d2139ac
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat
new file mode 100644
index 000000000..5d468ad08
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat
new file mode 100644
index 000000000..a5bdbd87c
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat
new file mode 100644
index 000000000..88366f7c3
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat
new file mode 100644
index 000000000..4a3d416b2
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat
new file mode 100644
index 000000000..fc98c3bdc
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat
new file mode 100644
index 000000000..8375dd2ca
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat
new file mode 100644
index 000000000..3772d555d
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat
new file mode 100644
index 000000000..04030dd5a
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat
new file mode 100644
index 000000000..451bd6e9e
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat
new file mode 100644
index 000000000..0d6551d14
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat
new file mode 100644
index 000000000..cee6c2a8b
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat
new file mode 100644
index 000000000..d1209d1a1
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat
new file mode 100644
index 000000000..eaf377b16
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat
new file mode 100644
index 000000000..8fb858dd9
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat
new file mode 100644
index 000000000..cf659ba25
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat
new file mode 100644
index 000000000..cb989513b
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat
new file mode 100644
index 000000000..13d2222d9
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat
new file mode 100644
index 000000000..cbd89c99f
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat
new file mode 100644
index 000000000..d667153c1
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat
new file mode 100644
index 000000000..fdd925828
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat
new file mode 100644
index 000000000..d6617a61a
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat
new file mode 100644
index 000000000..33899a4c3
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat
new file mode 100644
index 000000000..f10c198e1
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat
new file mode 100644
index 000000000..0c610206a
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat
new file mode 100644
index 000000000..9bb789ee9
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat
new file mode 100644
index 000000000..944dc1876
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat
new file mode 100644
index 000000000..78352341c
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat
new file mode 100644
index 000000000..f00f25f82
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat
new file mode 100644
index 000000000..2043173b4
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat
new file mode 100644
index 000000000..c640bed4d
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat
new file mode 100644
index 000000000..8cded53bf
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat
new file mode 100644
index 000000000..fc36437c3
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat
new file mode 100644
index 000000000..490c78ff8
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat
new file mode 100644
index 000000000..734572f1c
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat
new file mode 100644
index 000000000..496bdbdbb
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat
new file mode 100644
index 000000000..0ed606863
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ldrtl-v17_values-ldrtl-v17.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ldrtl-v17_values-ldrtl-v17.arsc.flat
new file mode 100644
index 000000000..284be0af1
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ldrtl-v17_values-ldrtl-v17.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat
new file mode 100644
index 000000000..7b7e41335
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat
new file mode 100644
index 000000000..f32d7921d
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat
new file mode 100644
index 000000000..91ee3491e
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat
new file mode 100644
index 000000000..e3e52f3cd
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat
new file mode 100644
index 000000000..d053ec7c2
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat
new file mode 100644
index 000000000..325876aed
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat
new file mode 100644
index 000000000..a283ca18f
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat
new file mode 100644
index 000000000..5f22908b5
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat
new file mode 100644
index 000000000..6e48de54a
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat
new file mode 100644
index 000000000..bfc1b6828
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat
new file mode 100644
index 000000000..065974fd9
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat
new file mode 100644
index 000000000..f97959f3d
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat
new file mode 100644
index 000000000..b23cd11a3
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat
new file mode 100644
index 000000000..a726127bb
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat
new file mode 100644
index 000000000..3daaf0125
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat
new file mode 100644
index 000000000..aca64236c
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat
new file mode 100644
index 000000000..0398436bb
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat
new file mode 100644
index 000000000..29306f215
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat
new file mode 100644
index 000000000..a3a7dc6d0
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat
new file mode 100644
index 000000000..edc15cab7
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat
new file mode 100644
index 000000000..1c694fe9f
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat
new file mode 100644
index 000000000..5432fc009
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat
new file mode 100644
index 000000000..d897714e4
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat
new file mode 100644
index 000000000..046b62930
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat
new file mode 100644
index 000000000..b47217fd4
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat
new file mode 100644
index 000000000..d6c80b4b3
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat
new file mode 100644
index 000000000..57b0b4eab
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat
new file mode 100644
index 000000000..2610052af
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat
new file mode 100644
index 000000000..6954811cf
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat
new file mode 100644
index 000000000..2533a259c
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat
new file mode 100644
index 000000000..1f1d475b7
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat
new file mode 100644
index 000000000..e7b2579da
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat
new file mode 100644
index 000000000..b84339f09
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat
new file mode 100644
index 000000000..465db4ed6
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat
new file mode 100644
index 000000000..63c035daa
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat
new file mode 100644
index 000000000..b049c6669
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat
new file mode 100644
index 000000000..38d4908ce
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat
new file mode 100644
index 000000000..35e1d8d09
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat
new file mode 100644
index 000000000..5ee398f32
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat
new file mode 100644
index 000000000..df50040b5
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat
new file mode 100644
index 000000000..1350b468e
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat
new file mode 100644
index 000000000..f7cbfd907
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat
new file mode 100644
index 000000000..9e6660100
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat
new file mode 100644
index 000000000..7a214185a
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat
new file mode 100644
index 000000000..b28476b0d
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat
new file mode 100644
index 000000000..45cab9bb7
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat
new file mode 100644
index 000000000..e684b0c96
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat
new file mode 100644
index 000000000..bebed1613
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat
new file mode 100644
index 000000000..474bffa42
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v31_values-v31.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v31_values-v31.arsc.flat
new file mode 100644
index 000000000..d91ec35c7
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-v31_values-v31.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat
new file mode 100644
index 000000000..58b996be4
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat
new file mode 100644
index 000000000..d37b84b83
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat
new file mode 100644
index 000000000..5ad242faf
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat
new file mode 100644
index 000000000..346dd6e1e
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat
new file mode 100644
index 000000000..1640fbed8
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat
new file mode 100644
index 000000000..06b2e369b
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat
new file mode 100644
index 000000000..c6d2396ff
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat
new file mode 100644
index 000000000..c2c5437d9
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat
new file mode 100644
index 000000000..bbe4ffa13
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat
new file mode 100644
index 000000000..3f7c15aa8
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat
new file mode 100644
index 000000000..e0c1e3b05
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat
new file mode 100644
index 000000000..7dd606cfd
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values_values.arsc.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values_values.arsc.flat
new file mode 100644
index 000000000..43b7d5d1c
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/values_values.arsc.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/xml_backup_rules.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/xml_backup_rules.xml.flat
new file mode 100644
index 000000000..d7e0c69ab
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/xml_backup_rules.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res/debug/xml_data_extraction_rules.xml.flat b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/xml_data_extraction_rules.xml.flat
new file mode 100644
index 000000000..4a930262e
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/merged_res/debug/xml_data_extraction_rules.xml.flat differ
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json
new file mode 100644
index 000000000..51f259fce
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json
@@ -0,0 +1,5963 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-lv_values-lv.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-lv\\values-lv.xml",
+ "from": {
+ "startLines": "2,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,324,411,496,577,682,770,871,1005,1088,1153,1247,1320,1381,1506,1572,1640,1701,1773,1833,1887,2007,2067,2129,2183,2260,2390,2477,2559,2700,2780,2865,2956,3010,3063,3129,3203,3284,3368,3441,3518,3595,3669,3762,3837,3927,4018,4090,4168,4259,4313,4381,4465,4552,4614,4678,4741,4851,4964,5067,5179,5237,5294",
+ "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "endColumns": "12,86,84,80,104,87,100,133,82,64,93,72,60,124,65,67,60,71,59,53,119,59,61,53,76,129,86,81,140,79,84,90,53,52,65,73,80,83,72,76,76,73,92,74,89,90,71,77,90,53,67,83,86,61,63,62,109,112,102,111,57,56,76",
+ "endOffsets": "319,406,491,572,677,765,866,1000,1083,1148,1242,1315,1376,1501,1567,1635,1696,1768,1828,1882,2002,2062,2124,2178,2255,2385,2472,2554,2695,2775,2860,2951,3005,3058,3124,3198,3279,3363,3436,3513,3590,3664,3757,3832,3922,4013,4085,4163,4254,4308,4376,4460,4547,4609,4673,4736,4846,4959,5062,5174,5232,5289,5366"
+ },
+ "to": {
+ "startLines": "2,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3258,3345,3430,3511,3616,3704,3805,3939,4022,4087,4181,4254,4315,4440,4506,4574,4635,4707,4767,4821,4941,5001,5063,5117,5194,5324,5411,5493,5634,5714,5799,5890,5944,5997,6063,6137,6218,6302,6375,6452,6529,6603,6696,6771,6861,6952,7024,7102,7193,7247,7315,7399,7486,7548,7612,7675,7785,7898,8001,8113,8171,8228",
+ "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "endColumns": "12,86,84,80,104,87,100,133,82,64,93,72,60,124,65,67,60,71,59,53,119,59,61,53,76,129,86,81,140,79,84,90,53,52,65,73,80,83,72,76,76,73,92,74,89,90,71,77,90,53,67,83,86,61,63,62,109,112,102,111,57,56,76",
+ "endOffsets": "369,3340,3425,3506,3611,3699,3800,3934,4017,4082,4176,4249,4310,4435,4501,4569,4630,4702,4762,4816,4936,4996,5058,5112,5189,5319,5406,5488,5629,5709,5794,5885,5939,5992,6058,6132,6213,6297,6370,6447,6524,6598,6691,6766,6856,6947,7019,7097,7188,7242,7310,7394,7481,7543,7607,7670,7780,7893,7996,8108,8166,8223,8300"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-lv\\values-lv.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,225,335,444,530,634,756,838,918,1028,1136,1242,1351,1462,1565,1677,1784,1889,1989,2074,2183,2294,2393,2504,2611,2716,2890,2989",
+ "endColumns": "119,109,108,85,103,121,81,79,109,107,105,108,110,102,111,106,104,99,84,108,110,98,110,106,104,173,98,82",
+ "endOffsets": "220,330,439,525,629,751,833,913,1023,1131,1237,1346,1457,1560,1672,1779,1884,1984,2069,2178,2289,2388,2499,2606,2711,2885,2984,3067"
+ },
+ "to": {
+ "startLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "374,494,604,713,799,903,1025,1107,1187,1297,1405,1511,1620,1731,1834,1946,2053,2158,2258,2343,2452,2563,2662,2773,2880,2985,3159,8305",
+ "endColumns": "119,109,108,85,103,121,81,79,109,107,105,108,110,102,111,106,104,99,84,108,110,98,110,106,104,173,98,82",
+ "endOffsets": "489,599,708,794,898,1020,1102,1182,1292,1400,1506,1615,1726,1829,1941,2048,2153,2253,2338,2447,2558,2657,2768,2875,2980,3154,3253,8383"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-lv\\values-lv.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "97",
+ "startColumns": "4",
+ "startOffsets": "8388",
+ "endColumns": "100",
+ "endOffsets": "8484"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-sw600dp-v13_values-sw600dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,124,193,263,337,413,472,543",
+ "endColumns": "68,68,69,73,75,58,70,67",
+ "endOffsets": "119,188,258,332,408,467,538,606"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,10,11,12,13,14",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,115,185,256,328,386,444,553,617,673,732,795",
+ "endLines": "2,3,4,5,6,7,9,10,11,12,13,17",
+ "endColumns": "59,69,70,71,57,57,10,63,55,58,62,10",
+ "endOffsets": "110,180,251,323,381,439,548,612,668,727,790,962"
+ },
+ "to": {
+ "startLines": "10,11,12,13,14,15,16,18,19,20,21,22",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "611,671,741,812,884,942,1000,1109,1173,1229,1288,1351",
+ "endLines": "10,11,12,13,14,15,17,18,19,20,21,25",
+ "endColumns": "59,69,70,71,57,57,10,63,55,58,62,10",
+ "endOffsets": "666,736,807,879,937,995,1104,1168,1224,1283,1346,1518"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-v16_values-v16.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-v16\\values-v16.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "5",
+ "endColumns": "12",
+ "endOffsets": "223"
+ },
+ "to": {
+ "startLines": "3",
+ "startColumns": "4",
+ "startOffsets": "121",
+ "endLines": "6",
+ "endColumns": "12",
+ "endOffsets": "289"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-v16\\values-v16.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "65",
+ "endOffsets": "116"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-hu_values-hu.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-hu\\values-hu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8087",
+ "endColumns": "100",
+ "endOffsets": "8183"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-hu\\values-hu.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,305,420,504,619,742,819,894,985,1078,1173,1267,1367,1460,1555,1650,1741,1832,1915,2025,2135,2235,2346,2455,2574,2756,2859",
+ "endColumns": "107,91,114,83,114,122,76,74,90,92,94,93,99,92,94,94,90,90,82,109,109,99,110,108,118,181,102,83",
+ "endOffsets": "208,300,415,499,614,737,814,889,980,1073,1168,1262,1362,1455,1550,1645,1736,1827,1910,2020,2130,2230,2341,2450,2569,2751,2854,2938"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "313,421,513,628,712,827,950,1027,1102,1193,1286,1381,1475,1575,1668,1763,1858,1949,2040,2123,2233,2343,2443,2554,2663,2782,2964,8003",
+ "endColumns": "107,91,114,83,114,122,76,74,90,92,94,93,99,92,94,94,90,90,82,109,109,99,110,108,118,181,102,83",
+ "endOffsets": "416,508,623,707,822,945,1022,1097,1188,1281,1376,1470,1570,1663,1758,1853,1944,2035,2118,2228,2338,2438,2549,2658,2777,2959,3062,8082"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-hu\\values-hu.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,263,344,420,497,587,667,766,886,969,1033,1132,1207,1266,1376,1438,1507,1565,1637,1698,1753,1856,1913,1973,2028,2109,2229,2312,2400,2535,2618,2698,2792,2845,2896,2962,3038,3120,3206,3283,3358,3437,3514,3610,3687,3779,3876,3950,4035,4132,4184,4251,4339,4426,4488,4552,4615,4713,4810,4904,5002,5059,5114",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,75,76,89,79,98,119,82,63,98,74,58,109,61,68,57,71,60,54,102,56,59,54,80,119,82,87,134,82,79,93,52,50,65,75,81,85,76,74,78,76,95,76,91,96,73,84,96,51,66,87,86,61,63,62,97,96,93,97,56,54,84",
+ "endOffsets": "258,339,415,492,582,662,761,881,964,1028,1127,1202,1261,1371,1433,1502,1560,1632,1693,1748,1851,1908,1968,2023,2104,2224,2307,2395,2530,2613,2693,2787,2840,2891,2957,3033,3115,3201,3278,3353,3432,3509,3605,3682,3774,3871,3945,4030,4127,4179,4246,4334,4421,4483,4547,4610,4708,4805,4899,4997,5054,5109,5194"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3067,3148,3224,3301,3391,3471,3570,3690,3773,3837,3936,4011,4070,4180,4242,4311,4369,4441,4502,4557,4660,4717,4777,4832,4913,5033,5116,5204,5339,5422,5502,5596,5649,5700,5766,5842,5924,6010,6087,6162,6241,6318,6414,6491,6583,6680,6754,6839,6936,6988,7055,7143,7230,7292,7356,7419,7517,7614,7708,7806,7863,7918",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,75,76,89,79,98,119,82,63,98,74,58,109,61,68,57,71,60,54,102,56,59,54,80,119,82,87,134,82,79,93,52,50,65,75,81,85,76,74,78,76,95,76,91,96,73,84,96,51,66,87,86,61,63,62,97,96,93,97,56,54,84",
+ "endOffsets": "308,3143,3219,3296,3386,3466,3565,3685,3768,3832,3931,4006,4065,4175,4237,4306,4364,4436,4497,4552,4655,4712,4772,4827,4908,5028,5111,5199,5334,5417,5497,5591,5644,5695,5761,5837,5919,6005,6082,6157,6236,6313,6409,6486,6578,6675,6749,6834,6931,6983,7050,7138,7225,7287,7351,7414,7512,7609,7703,7801,7858,7913,7998"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-af_values-af.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-af\\values-af.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,309,415,500,603,721,798,874,965,1058,1153,1247,1346,1439,1534,1633,1728,1822,1903,2010,2115,2212,2320,2423,2525,2679,2777",
+ "endColumns": "107,95,105,84,102,117,76,75,90,92,94,93,98,92,94,98,94,93,80,106,104,96,107,102,101,153,97,80",
+ "endOffsets": "208,304,410,495,598,716,793,869,960,1053,1148,1242,1341,1434,1529,1628,1723,1817,1898,2005,2110,2207,2315,2418,2520,2674,2772,2853"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "324,432,528,634,719,822,940,1017,1093,1184,1277,1372,1466,1565,1658,1753,1852,1947,2041,2122,2229,2334,2431,2539,2642,2744,2898,7846",
+ "endColumns": "107,95,105,84,102,117,76,75,90,92,94,93,98,92,94,98,94,93,80,106,104,96,107,102,101,153,97,80",
+ "endOffsets": "427,523,629,714,817,935,1012,1088,1179,1272,1367,1461,1560,1653,1748,1847,1942,2036,2117,2224,2329,2426,2534,2637,2739,2893,2991,7922"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-af\\values-af.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,274,355,435,513,608,696,796,910,991,1055,1143,1209,1272,1358,1420,1481,1539,1605,1668,1723,1841,1898,1960,2015,2084,2203,2291,2374,2513,2596,2677,2764,2822,2873,2939,3008,3084,3170,3244,3323,3396,3467,3554,3625,3714,3804,3876,3951,4038,4089,4156,4237,4321,4383,4447,4510,4614,4723,4819,4930,4992,5047",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,79,77,94,87,99,113,80,63,87,65,62,85,61,60,57,65,62,54,117,56,61,54,68,118,87,82,138,82,80,86,57,50,65,68,75,85,73,78,72,70,86,70,88,89,71,74,86,50,66,80,83,61,63,62,103,108,95,110,61,54,76",
+ "endOffsets": "269,350,430,508,603,691,791,905,986,1050,1138,1204,1267,1353,1415,1476,1534,1600,1663,1718,1836,1893,1955,2010,2079,2198,2286,2369,2508,2591,2672,2759,2817,2868,2934,3003,3079,3165,3239,3318,3391,3462,3549,3620,3709,3799,3871,3946,4033,4084,4151,4232,4316,4378,4442,4505,4609,4718,4814,4925,4987,5042,5119"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2996,3077,3157,3235,3330,3418,3518,3632,3713,3777,3865,3931,3994,4080,4142,4203,4261,4327,4390,4445,4563,4620,4682,4737,4806,4925,5013,5096,5235,5318,5399,5486,5544,5595,5661,5730,5806,5892,5966,6045,6118,6189,6276,6347,6436,6526,6598,6673,6760,6811,6878,6959,7043,7105,7169,7232,7336,7445,7541,7652,7714,7769",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,79,77,94,87,99,113,80,63,87,65,62,85,61,60,57,65,62,54,117,56,61,54,68,118,87,82,138,82,80,86,57,50,65,68,75,85,73,78,72,70,86,70,88,89,71,74,86,50,66,80,83,61,63,62,103,108,95,110,61,54,76",
+ "endOffsets": "319,3072,3152,3230,3325,3413,3513,3627,3708,3772,3860,3926,3989,4075,4137,4198,4256,4322,4385,4440,4558,4615,4677,4732,4801,4920,5008,5091,5230,5313,5394,5481,5539,5590,5656,5725,5801,5887,5961,6040,6113,6184,6271,6342,6431,6521,6593,6668,6755,6806,6873,6954,7038,7100,7164,7227,7331,7440,7536,7647,7709,7764,7841"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-af\\values-af.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7927",
+ "endColumns": "100",
+ "endOffsets": "8023"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-en-rAU_values-en-rAU.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-en-rAU\\values-en-rAU.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762",
+ "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82",
+ "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-en-rAU\\values-en-rAU.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2845",
+ "endColumns": "100",
+ "endOffsets": "2941"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-h360dp-land-v13\\values-h360dp-land-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,114,170,226,293,358,413,478,547",
+ "endColumns": "58,55,55,66,64,54,64,68,68",
+ "endOffsets": "109,165,221,288,353,408,473,542,611"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-v31_values-v31.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-v31\\values-v31.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,224,270,317",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,149,243,336,430,524,618,712,806,900,994,1088,1181,1274,1376,1478,1579,1681,1783,1885,1987,2089,2191,2293,2395,2496,2597,2690,2783,2875,2968,3061,3154,3247,3340,3433,3526,3619,3711,3803,3898,3993,4087,4182,4277,4372,4467,4562,4657,4752,4847,4941,5035,5129,5223,5316,5410,5504,5598,5692,5786,5880,5974,6068,6161,6254,6357,6468,6576,6684,6790,6893,7006,7113,7230,7333,7452,7557,7672,7780,7896,7996,8106,8210,8324,8424,8540,8642,8754,8858,8970,9079,9188,9295,9400,9514,9623,9741,9845,9965,10072,10188,10297,10414,10515,10626,10731,10846,10947,11064,11167,11280,11371,11464,11559,11652,11745,11838,11931,12024,12117,12210,12303,12396,12489,12596,12705,12816,12925,13034,13143,13252,13361,13470,13579,13688,13797,13906,13997,14090,14185,14278,14371,14464,14557,14650,14743,14836,14929,15022,15115,15210,15307,15406,15503,15600,15697,15794,15891,15988,16085,16182,16279,16376,16469,16564,16661,16756,16851,16946,17041,17136,17231,17326,17421,17516,17611,21390,25192,29051",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,223,269,316,363",
+ "endColumns": "93,93,92,93,93,93,93,93,93,93,93,92,92,101,101,100,101,101,101,101,101,101,101,101,100,100,92,92,91,92,92,92,92,92,92,92,92,91,91,94,94,93,94,94,94,94,94,94,94,94,93,93,93,93,92,93,93,93,93,93,93,93,93,92,92,102,110,107,107,105,102,112,106,116,102,118,104,114,107,115,99,109,103,113,99,115,101,111,103,111,108,108,106,104,113,108,117,103,119,106,115,108,116,100,110,104,114,100,116,102,112,90,92,94,92,92,92,92,92,92,92,92,92,92,106,108,110,108,108,108,108,108,108,108,108,108,108,90,92,94,92,92,92,92,92,92,92,92,92,92,94,96,98,96,96,96,96,96,96,96,96,96,96,92,94,96,94,94,94,94,94,94,94,94,94,94,10,10,10,10",
+ "endOffsets": "144,238,331,425,519,613,707,801,895,989,1083,1176,1269,1371,1473,1574,1676,1778,1880,1982,2084,2186,2288,2390,2491,2592,2685,2778,2870,2963,3056,3149,3242,3335,3428,3521,3614,3706,3798,3893,3988,4082,4177,4272,4367,4462,4557,4652,4747,4842,4936,5030,5124,5218,5311,5405,5499,5593,5687,5781,5875,5969,6063,6156,6249,6352,6463,6571,6679,6785,6888,7001,7108,7225,7328,7447,7552,7667,7775,7891,7991,8101,8205,8319,8419,8535,8637,8749,8853,8965,9074,9183,9290,9395,9509,9618,9736,9840,9960,10067,10183,10292,10409,10510,10621,10726,10841,10942,11059,11162,11275,11366,11459,11554,11647,11740,11833,11926,12019,12112,12205,12298,12391,12484,12591,12700,12811,12920,13029,13138,13247,13356,13465,13574,13683,13792,13901,13992,14085,14180,14273,14366,14459,14552,14645,14738,14831,14924,15017,15110,15205,15302,15401,15498,15595,15692,15789,15886,15983,16080,16177,16274,16371,16464,16559,16656,16751,16846,16941,17036,17131,17226,17321,17416,17511,17606,21385,25187,29046,32928"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-zu_values-zu.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-zu\\values-zu.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,320,432,520,623,738,817,894,985,1078,1173,1267,1367,1460,1555,1649,1740,1833,1914,2018,2121,2219,2326,2433,2538,2695,2791",
+ "endColumns": "107,106,111,87,102,114,78,76,90,92,94,93,99,92,94,93,90,92,80,103,102,97,106,106,104,156,95,81",
+ "endOffsets": "208,315,427,515,618,733,812,889,980,1073,1168,1262,1362,1455,1550,1644,1735,1828,1909,2013,2116,2214,2321,2428,2533,2690,2786,2868"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "321,429,536,648,736,839,954,1033,1110,1201,1294,1389,1483,1583,1676,1771,1865,1956,2049,2130,2234,2337,2435,2542,2649,2754,2911,8077",
+ "endColumns": "107,106,111,87,102,114,78,76,90,92,94,93,99,92,94,93,90,92,80,103,102,97,106,106,104,156,95,81",
+ "endOffsets": "424,531,643,731,834,949,1028,1105,1196,1289,1384,1478,1578,1671,1766,1860,1951,2044,2125,2229,2332,2430,2537,2644,2749,2906,3002,8154"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-zu\\values-zu.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,271,349,426,503,597,685,797,923,1004,1071,1174,1249,1312,1404,1475,1540,1607,1679,1751,1805,1926,1985,2049,2103,2180,2312,2397,2478,2627,2714,2797,2889,2945,3003,3069,3141,3218,3309,3389,3468,3543,3622,3712,3785,3879,3976,4050,4123,4222,4277,4345,4433,4522,4584,4648,4711,4820,4925,5028,5137,5197,5259",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,76,76,93,87,111,125,80,66,102,74,62,91,70,64,66,71,71,53,120,58,63,53,76,131,84,80,148,86,82,91,55,57,65,71,76,90,79,78,74,78,89,72,93,96,73,72,98,54,67,87,88,61,63,62,108,104,102,108,59,61,81",
+ "endOffsets": "266,344,421,498,592,680,792,918,999,1066,1169,1244,1307,1399,1470,1535,1602,1674,1746,1800,1921,1980,2044,2098,2175,2307,2392,2473,2622,2709,2792,2884,2940,2998,3064,3136,3213,3304,3384,3463,3538,3617,3707,3780,3874,3971,4045,4118,4217,4272,4340,4428,4517,4579,4643,4706,4815,4920,5023,5132,5192,5254,5336"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3007,3085,3162,3239,3333,3421,3533,3659,3740,3807,3910,3985,4048,4140,4211,4276,4343,4415,4487,4541,4662,4721,4785,4839,4916,5048,5133,5214,5363,5450,5533,5625,5681,5739,5805,5877,5954,6045,6125,6204,6279,6358,6448,6521,6615,6712,6786,6859,6958,7013,7081,7169,7258,7320,7384,7447,7556,7661,7764,7873,7933,7995",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,76,76,93,87,111,125,80,66,102,74,62,91,70,64,66,71,71,53,120,58,63,53,76,131,84,80,148,86,82,91,55,57,65,71,76,90,79,78,74,78,89,72,93,96,73,72,98,54,67,87,88,61,63,62,108,104,102,108,59,61,81",
+ "endOffsets": "316,3080,3157,3234,3328,3416,3528,3654,3735,3802,3905,3980,4043,4135,4206,4271,4338,4410,4482,4536,4657,4716,4780,4834,4911,5043,5128,5209,5358,5445,5528,5620,5676,5734,5800,5872,5949,6040,6120,6199,6274,6353,6443,6516,6610,6707,6781,6854,6953,7008,7076,7164,7253,7315,7379,7442,7551,7656,7759,7868,7928,7990,8072"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-zu\\values-zu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8159",
+ "endColumns": "100",
+ "endOffsets": "8255"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-km_values-km.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-km\\values-km.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8005",
+ "endColumns": "100",
+ "endOffsets": "8101"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-km\\values-km.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,207,306,416,503,606,727,805,881,972,1065,1157,1251,1351,1444,1539,1633,1724,1815,1898,2002,2106,2206,2315,2424,2533,2695,2793",
+ "endColumns": "101,98,109,86,102,120,77,75,90,92,91,93,99,92,94,93,90,90,82,103,103,99,108,108,108,161,97,83",
+ "endOffsets": "202,301,411,498,601,722,800,876,967,1060,1152,1246,1346,1439,1534,1628,1719,1810,1893,1997,2101,2201,2310,2419,2528,2690,2788,2872"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "319,421,520,630,717,820,941,1019,1095,1186,1279,1371,1465,1565,1658,1753,1847,1938,2029,2112,2216,2320,2420,2529,2638,2747,2909,7921",
+ "endColumns": "101,98,109,86,102,120,77,75,90,92,91,93,99,92,94,93,90,90,82,103,103,99,108,108,108,161,97,83",
+ "endOffsets": "416,515,625,712,815,936,1014,1090,1181,1274,1366,1460,1560,1653,1748,1842,1933,2024,2107,2211,2315,2415,2524,2633,2742,2904,3002,8000"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-km\\values-km.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,269,347,423,503,582,661,761,873,953,1018,1112,1182,1244,1331,1394,1459,1518,1583,1644,1701,1820,1878,1939,1996,2067,2197,2283,2361,2499,2574,2645,2742,2797,2853,2919,2999,3089,3175,3254,3331,3401,3476,3564,3634,3734,3833,3907,3983,4090,4144,4217,4308,4404,4466,4530,4593,4692,4790,4882,4982,5040,5100",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,75,79,78,78,99,111,79,64,93,69,61,86,62,64,58,64,60,56,118,57,60,56,70,129,85,77,137,74,70,96,54,55,65,79,89,85,78,76,69,74,87,69,99,98,73,75,106,53,72,90,95,61,63,62,98,97,91,99,57,59,82",
+ "endOffsets": "264,342,418,498,577,656,756,868,948,1013,1107,1177,1239,1326,1389,1454,1513,1578,1639,1696,1815,1873,1934,1991,2062,2192,2278,2356,2494,2569,2640,2737,2792,2848,2914,2994,3084,3170,3249,3326,3396,3471,3559,3629,3729,3828,3902,3978,4085,4139,4212,4303,4399,4461,4525,4588,4687,4785,4877,4977,5035,5095,5178"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3007,3085,3161,3241,3320,3399,3499,3611,3691,3756,3850,3920,3982,4069,4132,4197,4256,4321,4382,4439,4558,4616,4677,4734,4805,4935,5021,5099,5237,5312,5383,5480,5535,5591,5657,5737,5827,5913,5992,6069,6139,6214,6302,6372,6472,6571,6645,6721,6828,6882,6955,7046,7142,7204,7268,7331,7430,7528,7620,7720,7778,7838",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,75,79,78,78,99,111,79,64,93,69,61,86,62,64,58,64,60,56,118,57,60,56,70,129,85,77,137,74,70,96,54,55,65,79,89,85,78,76,69,74,87,69,99,98,73,75,106,53,72,90,95,61,63,62,98,97,91,99,57,59,82",
+ "endOffsets": "314,3080,3156,3236,3315,3394,3494,3606,3686,3751,3845,3915,3977,4064,4127,4192,4251,4316,4377,4434,4553,4611,4672,4729,4800,4930,5016,5094,5232,5307,5378,5475,5530,5586,5652,5732,5822,5908,5987,6064,6134,6209,6297,6367,6467,6566,6640,6716,6823,6877,6950,7041,7137,7199,7263,7326,7425,7523,7615,7715,7773,7833,7916"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-h320dp-port-v13\\values-h320dp-port-v13.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "75",
+ "endOffsets": "126"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-night-v8_values-night-v8.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-night-v8\\values-night-v8.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,130,241,330,431,538,645,744,851,954,1042,1166,1268,1370,1486,1588,1702,1830,1946,2068,2204,2324,2458,2578,2690,2816,2933,3057,3187,3309,3447,3581,3697",
+ "endColumns": "74,110,88,100,106,106,98,106,102,87,123,101,101,115,101,113,127,115,121,135,119,133,119,111,125,116,123,129,121,137,133,115,119",
+ "endOffsets": "125,236,325,426,533,640,739,846,949,1037,1161,1263,1365,1481,1583,1697,1825,1941,2063,2199,2319,2453,2573,2685,2811,2928,3052,3182,3304,3442,3576,3692,3812"
+ },
+ "to": {
+ "startLines": "9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,48,49,50,51,52,53,54,55",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "687,762,873,962,1063,1170,1277,1376,1483,1586,1674,1798,1900,2002,2118,2220,2334,2462,2578,2700,2836,2956,3090,3210,3322,4117,4234,4358,4488,4610,4748,4882,4998",
+ "endColumns": "74,110,88,100,106,106,98,106,102,87,123,101,101,115,101,113,127,115,121,135,119,133,119,111,125,116,123,129,121,137,133,115,119",
+ "endOffsets": "757,868,957,1058,1165,1272,1371,1478,1581,1669,1793,1895,1997,2113,2215,2329,2457,2573,2695,2831,2951,3085,3205,3317,3443,4229,4353,4483,4605,4743,4877,4993,5113"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-night-v8\\values-night-v8.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,125,209,293,389,491,593,687",
+ "endColumns": "69,83,83,95,101,101,93,88",
+ "endOffsets": "120,204,288,384,486,588,682,771"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,47",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,125,209,293,389,491,593,4028",
+ "endColumns": "69,83,83,95,101,101,93,88",
+ "endOffsets": "120,204,288,384,486,588,682,4112"
+ }
+ },
+ {
+ "source": "E:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\src\\main\\res\\values-night\\themes.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "100",
+ "endLines": "14",
+ "endColumns": "12",
+ "endOffsets": "796"
+ },
+ "to": {
+ "startLines": "34",
+ "startColumns": "4",
+ "startOffsets": "3448",
+ "endLines": "46",
+ "endColumns": "12",
+ "endOffsets": "4023"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-zh-rTW_values-zh-rTW.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,247,311,373,440,510,587,681,788,861,923,1001,1061,1121,1199,1260,1318,1374,1434,1492,1546,1631,1687,1745,1799,1864,1956,2030,2107,2227,2290,2353,2430,2480,2531,2597,2660,2728,2806,2867,2938,3005,3067,3146,3211,3294,3379,3453,3517,3593,3641,3705,3781,3859,3921,3985,4048,4128,4205,4281,4358,4412,4467",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,63,61,66,69,76,93,106,72,61,77,59,59,77,60,57,55,59,57,53,84,55,57,53,64,91,73,76,119,62,62,76,49,50,65,62,67,77,60,70,66,61,78,64,82,84,73,63,75,47,63,75,77,61,63,62,79,76,75,76,53,54,68",
+ "endOffsets": "242,306,368,435,505,582,676,783,856,918,996,1056,1116,1194,1255,1313,1369,1429,1487,1541,1626,1682,1740,1794,1859,1951,2025,2102,2222,2285,2348,2425,2475,2526,2592,2655,2723,2801,2862,2933,3000,3062,3141,3206,3289,3374,3448,3512,3588,3636,3700,3776,3854,3916,3980,4043,4123,4200,4276,4353,4407,4462,4531"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2863,2927,2989,3056,3126,3203,3297,3404,3477,3539,3617,3677,3737,3815,3876,3934,3990,4050,4108,4162,4247,4303,4361,4415,4480,4572,4646,4723,4843,4906,4969,5046,5096,5147,5213,5276,5344,5422,5483,5554,5621,5683,5762,5827,5910,5995,6069,6133,6209,6257,6321,6397,6475,6537,6601,6664,6744,6821,6897,6974,7028,7083",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,63,61,66,69,76,93,106,72,61,77,59,59,77,60,57,55,59,57,53,84,55,57,53,64,91,73,76,119,62,62,76,49,50,65,62,67,77,60,70,66,61,78,64,82,84,73,63,75,47,63,75,77,61,63,62,79,76,75,76,53,54,68",
+ "endOffsets": "292,2922,2984,3051,3121,3198,3292,3399,3472,3534,3612,3672,3732,3810,3871,3929,3985,4045,4103,4157,4242,4298,4356,4410,4475,4567,4641,4718,4838,4901,4964,5041,5091,5142,5208,5271,5339,5417,5478,5549,5616,5678,5757,5822,5905,5990,6064,6128,6204,6252,6316,6392,6470,6532,6596,6659,6739,6816,6892,6969,7023,7078,7147"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-zh-rTW\\values-zh-rTW.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,200,293,393,475,572,680,757,832,924,1018,1115,1211,1306,1400,1496,1588,1680,1772,1850,1946,2041,2136,2233,2329,2427,2577,2671",
+ "endColumns": "94,92,99,81,96,107,76,74,91,93,96,95,94,93,95,91,91,91,77,95,94,94,96,95,97,149,93,78",
+ "endOffsets": "195,288,388,470,567,675,752,827,919,1013,1110,1206,1301,1395,1491,1583,1675,1767,1845,1941,2036,2131,2228,2324,2422,2572,2666,2745"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "297,392,485,585,667,764,872,949,1024,1116,1210,1307,1403,1498,1592,1688,1780,1872,1964,2042,2138,2233,2328,2425,2521,2619,2769,7152",
+ "endColumns": "94,92,99,81,96,107,76,74,91,93,96,95,94,93,95,91,91,91,77,95,94,94,96,95,97,149,93,78",
+ "endOffsets": "387,480,580,662,759,867,944,1019,1111,1205,1302,1398,1493,1587,1683,1775,1867,1959,2037,2133,2228,2323,2420,2516,2614,2764,2858,7226"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7231",
+ "endColumns": "100",
+ "endOffsets": "7327"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-or_values-or.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-or\\values-or.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7967",
+ "endColumns": "100",
+ "endOffsets": "8063"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-or\\values-or.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,272,354,432,509,595,679,773,878,957,1022,1111,1176,1235,1321,1385,1449,1512,1585,1649,1703,1815,1873,1935,1989,2061,2183,2270,2356,2496,2573,2654,2745,2799,2850,2916,2986,3063,3150,3221,3298,3367,3436,3527,3599,3688,3777,3851,3923,4009,4059,4125,4205,4289,4351,4415,4478,4578,4675,4767,4866,4924,4979",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,81,77,76,85,83,93,104,78,64,88,64,58,85,63,63,62,72,63,53,111,57,61,53,71,121,86,85,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,83",
+ "endOffsets": "267,349,427,504,590,674,768,873,952,1017,1106,1171,1230,1316,1380,1444,1507,1580,1644,1698,1810,1868,1930,1984,2056,2178,2265,2351,2491,2568,2649,2740,2794,2845,2911,2981,3058,3145,3216,3293,3362,3431,3522,3594,3683,3772,3846,3918,4004,4054,4120,4200,4284,4346,4410,4473,4573,4670,4762,4861,4919,4974,5058"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3086,3168,3246,3323,3409,3493,3587,3692,3771,3836,3925,3990,4049,4135,4199,4263,4326,4399,4463,4517,4629,4687,4749,4803,4875,4997,5084,5170,5310,5387,5468,5559,5613,5664,5730,5800,5877,5964,6035,6112,6181,6250,6341,6413,6502,6591,6665,6737,6823,6873,6939,7019,7103,7165,7229,7292,7392,7489,7581,7680,7738,7793",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,81,77,76,85,83,93,104,78,64,88,64,58,85,63,63,62,72,63,53,111,57,61,53,71,121,86,85,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,83",
+ "endOffsets": "317,3163,3241,3318,3404,3488,3582,3687,3766,3831,3920,3985,4044,4130,4194,4258,4321,4394,4458,4512,4624,4682,4744,4798,4870,4992,5079,5165,5305,5382,5463,5554,5608,5659,5725,5795,5872,5959,6030,6107,6176,6245,6336,6408,6497,6586,6660,6732,6818,6868,6934,7014,7098,7160,7224,7287,7387,7484,7576,7675,7733,7788,7872"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-or\\values-or.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,224,334,441,527,631,751,830,911,1002,1095,1198,1293,1393,1486,1581,1677,1768,1858,1947,2057,2161,2267,2378,2482,2600,2763,2869",
+ "endColumns": "118,109,106,85,103,119,78,80,90,92,102,94,99,92,94,95,90,89,88,109,103,105,110,103,117,162,105,89",
+ "endOffsets": "219,329,436,522,626,746,825,906,997,1090,1193,1288,1388,1481,1576,1672,1763,1853,1942,2052,2156,2262,2373,2477,2595,2758,2864,2954"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "322,441,551,658,744,848,968,1047,1128,1219,1312,1415,1510,1610,1703,1798,1894,1985,2075,2164,2274,2378,2484,2595,2699,2817,2980,7877",
+ "endColumns": "118,109,106,85,103,119,78,80,90,92,102,94,99,92,94,95,90,89,88,109,103,105,110,103,117,162,105,89",
+ "endOffsets": "436,546,653,739,843,963,1042,1123,1214,1307,1410,1505,1605,1698,1793,1889,1980,2070,2159,2269,2373,2479,2590,2694,2812,2975,3081,7962"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-w600dp-land-v13\\values-w600dp-land-v13.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "54",
+ "endOffsets": "105"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-uk_values-uk.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-uk\\values-uk.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,374,452,530,618,726,817,913,1029,1112,1179,1270,1336,1399,1487,1549,1616,1674,1745,1804,1858,1972,2032,2095,2149,2222,2341,2427,2510,2649,2734,2821,2909,2966,3017,3083,3155,3231,3321,3394,3471,3552,3626,3716,3795,3886,3982,4056,4137,4232,4286,4352,4439,4525,4587,4651,4714,4821,4913,5011,5103,5164,5219",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,77,77,87,107,90,95,115,82,66,90,65,62,87,61,66,57,70,58,53,113,59,62,53,72,118,85,82,138,84,86,87,56,50,65,71,75,89,72,76,80,73,89,78,90,95,73,80,94,53,65,86,85,61,63,62,106,91,97,91,60,54,81",
+ "endOffsets": "369,447,525,613,721,812,908,1024,1107,1174,1265,1331,1394,1482,1544,1611,1669,1740,1799,1853,1967,2027,2090,2144,2217,2336,2422,2505,2644,2729,2816,2904,2961,3012,3078,3150,3226,3316,3389,3466,3547,3621,3711,3790,3881,3977,4051,4132,4227,4281,4347,4434,4520,4582,4646,4709,4816,4908,5006,5098,5159,5214,5296"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3148,3226,3304,3392,3500,3591,3687,3803,3886,3953,4044,4110,4173,4261,4323,4390,4448,4519,4578,4632,4746,4806,4869,4923,4996,5115,5201,5284,5423,5508,5595,5683,5740,5791,5857,5929,6005,6095,6168,6245,6326,6400,6490,6569,6660,6756,6830,6911,7006,7060,7126,7213,7299,7361,7425,7488,7595,7687,7785,7877,7938,7993",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,77,77,87,107,90,95,115,82,66,90,65,62,87,61,66,57,70,58,53,113,59,62,53,72,118,85,82,138,84,86,87,56,50,65,71,75,89,72,76,80,73,89,78,90,95,73,80,94,53,65,86,85,61,63,62,106,91,97,91,60,54,81",
+ "endOffsets": "419,3221,3299,3387,3495,3586,3682,3798,3881,3948,4039,4105,4168,4256,4318,4385,4443,4514,4573,4627,4741,4801,4864,4918,4991,5110,5196,5279,5418,5503,5590,5678,5735,5786,5852,5924,6000,6090,6163,6240,6321,6395,6485,6564,6655,6751,6825,6906,7001,7055,7121,7208,7294,7356,7420,7483,7590,7682,7780,7872,7933,7988,8070"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-uk\\values-uk.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,214,316,424,510,615,733,814,893,984,1077,1172,1266,1366,1459,1554,1649,1740,1831,1930,2036,2142,2240,2347,2454,2559,2729,2829",
+ "endColumns": "108,101,107,85,104,117,80,78,90,92,94,93,99,92,94,94,90,90,98,105,105,97,106,106,104,169,99,81",
+ "endOffsets": "209,311,419,505,610,728,809,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1925,2031,2137,2235,2342,2449,2554,2724,2824,2906"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "424,533,635,743,829,934,1052,1133,1212,1303,1396,1491,1585,1685,1778,1873,1968,2059,2150,2249,2355,2461,2559,2666,2773,2878,3048,8075",
+ "endColumns": "108,101,107,85,104,117,80,78,90,92,94,93,99,92,94,94,90,90,98,105,105,97,106,106,104,169,99,81",
+ "endOffsets": "528,630,738,824,929,1047,1128,1207,1298,1391,1486,1580,1680,1773,1868,1963,2054,2145,2244,2350,2456,2554,2661,2768,2873,3043,3143,8152"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-uk\\values-uk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8157",
+ "endColumns": "100",
+ "endOffsets": "8253"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-mr_values-mr.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-mr\\values-mr.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,216,322,429,519,620,732,810,887,978,1071,1164,1261,1361,1454,1549,1643,1734,1825,1905,2012,2113,2210,2319,2421,2535,2692,2795",
+ "endColumns": "110,105,106,89,100,111,77,76,90,92,92,96,99,92,94,93,90,90,79,106,100,96,108,101,113,156,102,79",
+ "endOffsets": "211,317,424,514,615,727,805,882,973,1066,1159,1256,1356,1449,1544,1638,1729,1820,1900,2007,2108,2205,2314,2416,2530,2687,2790,2870"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "309,420,526,633,723,824,936,1014,1091,1182,1275,1368,1465,1565,1658,1753,1847,1938,2029,2109,2216,2317,2414,2523,2625,2739,2896,7871",
+ "endColumns": "110,105,106,89,100,111,77,76,90,92,92,96,99,92,94,93,90,90,79,106,100,96,108,101,113,156,102,79",
+ "endOffsets": "415,521,628,718,819,931,1009,1086,1177,1270,1363,1460,1560,1653,1748,1842,1933,2024,2104,2211,2312,2409,2518,2620,2734,2891,2994,7946"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-mr\\values-mr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7951",
+ "endColumns": "100",
+ "endOffsets": "8047"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-mr\\values-mr.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,259,344,431,514,607,691,791,907,989,1052,1143,1208,1267,1355,1417,1479,1539,1606,1669,1723,1837,1894,1955,2009,2079,2198,2279,2364,2499,2576,2653,2739,2795,2847,2913,2983,3061,3148,3218,3294,3365,3434,3530,3604,3702,3798,3872,3942,4044,4099,4166,4253,4346,4409,4473,4536,4636,4739,4833,4937,4997,5053",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,84,86,82,92,83,99,115,81,62,90,64,58,87,61,61,59,66,62,53,113,56,60,53,69,118,80,84,134,76,76,85,55,51,65,69,77,86,69,75,70,68,95,73,97,95,73,69,101,54,66,86,92,62,63,62,99,102,93,103,59,55,77",
+ "endOffsets": "254,339,426,509,602,686,786,902,984,1047,1138,1203,1262,1350,1412,1474,1534,1601,1664,1718,1832,1889,1950,2004,2074,2193,2274,2359,2494,2571,2648,2734,2790,2842,2908,2978,3056,3143,3213,3289,3360,3429,3525,3599,3697,3793,3867,3937,4039,4094,4161,4248,4341,4404,4468,4531,4631,4734,4828,4932,4992,5048,5126"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2999,3084,3171,3254,3347,3431,3531,3647,3729,3792,3883,3948,4007,4095,4157,4219,4279,4346,4409,4463,4577,4634,4695,4749,4819,4938,5019,5104,5239,5316,5393,5479,5535,5587,5653,5723,5801,5888,5958,6034,6105,6174,6270,6344,6442,6538,6612,6682,6784,6839,6906,6993,7086,7149,7213,7276,7376,7479,7573,7677,7737,7793",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,84,86,82,92,83,99,115,81,62,90,64,58,87,61,61,59,66,62,53,113,56,60,53,69,118,80,84,134,76,76,85,55,51,65,69,77,86,69,75,70,68,95,73,97,95,73,69,101,54,66,86,92,62,63,62,99,102,93,103,59,55,77",
+ "endOffsets": "304,3079,3166,3249,3342,3426,3526,3642,3724,3787,3878,3943,4002,4090,4152,4214,4274,4341,4404,4458,4572,4629,4690,4744,4814,4933,5014,5099,5234,5311,5388,5474,5530,5582,5648,5718,5796,5883,5953,6029,6100,6169,6265,6339,6437,6533,6607,6677,6779,6834,6901,6988,7081,7144,7208,7271,7371,7474,7568,7672,7732,7788,7866"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-ne_values-ne.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-ne\\values-ne.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8187",
+ "endColumns": "100",
+ "endOffsets": "8283"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ne\\values-ne.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,262,351,439,521,616,705,807,917,1004,1070,1166,1232,1293,1398,1462,1534,1592,1666,1728,1782,1895,1955,2016,2075,2153,2277,2358,2443,2579,2660,2743,2826,2888,2942,3008,3085,3164,3252,3321,3397,3478,3546,3637,3715,3808,3905,3979,4058,4156,4216,4282,4370,4458,4520,4588,4651,4756,4874,4969,5089,5155,5213",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,88,87,81,94,88,101,109,86,65,95,65,60,104,63,71,57,73,61,53,112,59,60,58,77,123,80,84,135,80,82,82,61,53,65,76,78,87,68,75,80,67,90,77,92,96,73,78,97,59,65,87,87,61,67,62,104,117,94,119,65,57,83",
+ "endOffsets": "257,346,434,516,611,700,802,912,999,1065,1161,1227,1288,1393,1457,1529,1587,1661,1723,1777,1890,1950,2011,2070,2148,2272,2353,2438,2574,2655,2738,2821,2883,2937,3003,3080,3159,3247,3316,3392,3473,3541,3632,3710,3803,3900,3974,4053,4151,4211,4277,4365,4453,4515,4583,4646,4751,4869,4964,5084,5150,5208,5292"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3072,3161,3249,3331,3426,3515,3617,3727,3814,3880,3976,4042,4103,4208,4272,4344,4402,4476,4538,4592,4705,4765,4826,4885,4963,5087,5168,5253,5389,5470,5553,5636,5698,5752,5818,5895,5974,6062,6131,6207,6288,6356,6447,6525,6618,6715,6789,6868,6966,7026,7092,7180,7268,7330,7398,7461,7566,7684,7779,7899,7965,8023",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,88,87,81,94,88,101,109,86,65,95,65,60,104,63,71,57,73,61,53,112,59,60,58,77,123,80,84,135,80,82,82,61,53,65,76,78,87,68,75,80,67,90,77,92,96,73,78,97,59,65,87,87,61,67,62,104,117,94,119,65,57,83",
+ "endOffsets": "307,3156,3244,3326,3421,3510,3612,3722,3809,3875,3971,4037,4098,4203,4267,4339,4397,4471,4533,4587,4700,4760,4821,4880,4958,5082,5163,5248,5384,5465,5548,5631,5693,5747,5813,5890,5969,6057,6126,6202,6283,6351,6442,6520,6613,6710,6784,6863,6961,7021,7087,7175,7263,7325,7393,7456,7561,7679,7774,7894,7960,8018,8102"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ne\\values-ne.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,214,325,433,524,631,751,835,914,1005,1098,1193,1287,1387,1480,1575,1669,1760,1851,1937,2050,2151,2247,2360,2470,2587,2754,2865",
+ "endColumns": "108,110,107,90,106,119,83,78,90,92,94,93,99,92,94,93,90,90,85,112,100,95,112,109,116,166,110,79",
+ "endOffsets": "209,320,428,519,626,746,830,909,1000,1093,1188,1282,1382,1475,1570,1664,1755,1846,1932,2045,2146,2242,2355,2465,2582,2749,2860,2940"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "312,421,532,640,731,838,958,1042,1121,1212,1305,1400,1494,1594,1687,1782,1876,1967,2058,2144,2257,2358,2454,2567,2677,2794,2961,8107",
+ "endColumns": "108,110,107,90,106,119,83,78,90,92,94,93,99,92,94,93,90,90,85,112,100,95,112,109,116,166,110,79",
+ "endOffsets": "416,527,635,726,833,953,1037,1116,1207,1300,1395,1489,1589,1682,1777,1871,1962,2053,2139,2252,2353,2449,2562,2672,2789,2956,3067,8182"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-large-v4_values-large-v4.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-large-v4\\values-large-v4.xml",
+ "from": {
+ "startLines": "2,3,4,10",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,177,311,752",
+ "endLines": "2,3,9,15",
+ "endColumns": "121,133,10,10",
+ "endOffsets": "172,306,747,1190"
+ },
+ "to": {
+ "startLines": "11,12,13,19",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "752,874,1008,1449",
+ "endLines": "11,12,18,24",
+ "endColumns": "121,133,10,10",
+ "endOffsets": "869,1003,1444,1887"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-large-v4\\values-large-v4.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,114,185,256,326,396,464,532,636",
+ "endColumns": "58,70,70,69,69,67,67,103,115",
+ "endOffsets": "109,180,251,321,391,459,527,631,747"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-et_values-et.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-et\\values-et.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,211,310,421,507,609,726,807,884,976,1070,1166,1268,1377,1471,1572,1666,1758,1851,1934,2045,2149,2248,2358,2460,2559,2725,2827",
+ "endColumns": "105,98,110,85,101,116,80,76,91,93,95,101,108,93,100,93,91,92,82,110,103,98,109,101,98,165,101,82",
+ "endOffsets": "206,305,416,502,604,721,802,879,971,1065,1161,1263,1372,1466,1567,1661,1753,1846,1929,2040,2144,2243,2353,2455,2554,2720,2822,2905"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "316,422,521,632,718,820,937,1018,1095,1187,1281,1377,1479,1588,1682,1783,1877,1969,2062,2145,2256,2360,2459,2569,2671,2770,2936,7940",
+ "endColumns": "105,98,110,85,101,116,80,76,91,93,95,101,108,93,100,93,91,92,82,110,103,98,109,101,98,165,101,82",
+ "endOffsets": "417,516,627,713,815,932,1013,1090,1182,1276,1372,1474,1583,1677,1778,1872,1964,2057,2140,2251,2355,2454,2564,2666,2765,2931,3033,8018"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-et\\values-et.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,266,346,425,510,602,689,788,905,987,1051,1136,1204,1268,1355,1419,1483,1542,1614,1678,1732,1851,1911,1972,2026,2099,2232,2316,2409,2547,2627,2706,2794,2849,2900,2966,3039,3118,3204,3277,3352,3426,3498,3586,3663,3754,3846,3918,3992,4083,4137,4206,4289,4375,4437,4501,4564,4667,4771,4868,4973,5032,5087",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,79,78,84,91,86,98,116,81,63,84,67,63,86,63,63,58,71,63,53,118,59,60,53,72,132,83,92,137,79,78,87,54,50,65,72,78,85,72,74,73,71,87,76,90,91,71,73,90,53,68,82,85,61,63,62,102,103,96,104,58,54,80",
+ "endOffsets": "261,341,420,505,597,684,783,900,982,1046,1131,1199,1263,1350,1414,1478,1537,1609,1673,1727,1846,1906,1967,2021,2094,2227,2311,2404,2542,2622,2701,2789,2844,2895,2961,3034,3113,3199,3272,3347,3421,3493,3581,3658,3749,3841,3913,3987,4078,4132,4201,4284,4370,4432,4496,4559,4662,4766,4863,4968,5027,5082,5163"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3038,3118,3197,3282,3374,3461,3560,3677,3759,3823,3908,3976,4040,4127,4191,4255,4314,4386,4450,4504,4623,4683,4744,4798,4871,5004,5088,5181,5319,5399,5478,5566,5621,5672,5738,5811,5890,5976,6049,6124,6198,6270,6358,6435,6526,6618,6690,6764,6855,6909,6978,7061,7147,7209,7273,7336,7439,7543,7640,7745,7804,7859",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,79,78,84,91,86,98,116,81,63,84,67,63,86,63,63,58,71,63,53,118,59,60,53,72,132,83,92,137,79,78,87,54,50,65,72,78,85,72,74,73,71,87,76,90,91,71,73,90,53,68,82,85,61,63,62,102,103,96,104,58,54,80",
+ "endOffsets": "311,3113,3192,3277,3369,3456,3555,3672,3754,3818,3903,3971,4035,4122,4186,4250,4309,4381,4445,4499,4618,4678,4739,4793,4866,4999,5083,5176,5314,5394,5473,5561,5616,5667,5733,5806,5885,5971,6044,6119,6193,6265,6353,6430,6521,6613,6685,6759,6850,6904,6973,7056,7142,7204,7268,7331,7434,7538,7635,7740,7799,7854,7935"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-et\\values-et.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8023",
+ "endColumns": "100",
+ "endOffsets": "8119"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-gl_values-gl.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-gl\\values-gl.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,275,356,436,521,623,719,824,957,1037,1115,1211,1290,1353,1448,1512,1581,1644,1718,1782,1838,1959,2017,2079,2135,2212,2351,2439,2519,2659,2739,2819,2909,2965,3021,3087,3166,3247,3335,3414,3491,3573,3662,3746,3838,3931,4032,4106,4198,4300,4352,4418,4510,4598,4660,4724,4787,4898,5000,5106,5209,5269,5329",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,79,84,101,95,104,132,79,77,95,78,62,94,63,68,62,73,63,55,120,57,61,55,76,138,87,79,139,79,79,89,55,55,65,78,80,87,78,76,81,88,83,91,92,100,73,91,101,51,65,91,87,61,63,62,110,101,105,102,59,59,84",
+ "endOffsets": "270,351,431,516,618,714,819,952,1032,1110,1206,1285,1348,1443,1507,1576,1639,1713,1777,1833,1954,2012,2074,2130,2207,2346,2434,2514,2654,2734,2814,2904,2960,3016,3082,3161,3242,3330,3409,3486,3568,3657,3741,3833,3926,4027,4101,4193,4295,4347,4413,4505,4593,4655,4719,4782,4893,4995,5101,5204,5264,5324,5409"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3075,3156,3236,3321,3423,3519,3624,3757,3837,3915,4011,4090,4153,4248,4312,4381,4444,4518,4582,4638,4759,4817,4879,4935,5012,5151,5239,5319,5459,5539,5619,5709,5765,5821,5887,5966,6047,6135,6214,6291,6373,6462,6546,6638,6731,6832,6906,6998,7100,7152,7218,7310,7398,7460,7524,7587,7698,7800,7906,8009,8069,8129",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,79,84,101,95,104,132,79,77,95,78,62,94,63,68,62,73,63,55,120,57,61,55,76,138,87,79,139,79,79,89,55,55,65,78,80,87,78,76,81,88,83,91,92,100,73,91,101,51,65,91,87,61,63,62,110,101,105,102,59,59,84",
+ "endOffsets": "320,3151,3231,3316,3418,3514,3619,3752,3832,3910,4006,4085,4148,4243,4307,4376,4439,4513,4577,4633,4754,4812,4874,4930,5007,5146,5234,5314,5454,5534,5614,5704,5760,5816,5882,5961,6042,6130,6209,6286,6368,6457,6541,6633,6726,6827,6901,6993,7095,7147,7213,7305,7393,7455,7519,7582,7693,7795,7901,8004,8064,8124,8209"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-gl\\values-gl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8297",
+ "endColumns": "100",
+ "endOffsets": "8393"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-gl\\values-gl.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,209,313,421,506,607,735,821,902,994,1088,1185,1279,1379,1473,1569,1664,1756,1848,1929,2037,2144,2251,2360,2465,2579,2756,2855",
+ "endColumns": "103,103,107,84,100,127,85,80,91,93,96,93,99,93,95,94,91,91,80,107,106,106,108,104,113,176,98,82",
+ "endOffsets": "204,308,416,501,602,730,816,897,989,1083,1180,1274,1374,1468,1564,1659,1751,1843,1924,2032,2139,2246,2355,2460,2574,2751,2850,2933"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "325,429,533,641,726,827,955,1041,1122,1214,1308,1405,1499,1599,1693,1789,1884,1976,2068,2149,2257,2364,2471,2580,2685,2799,2976,8214",
+ "endColumns": "103,103,107,84,100,127,85,80,91,93,96,93,99,93,95,94,91,91,80,107,106,106,108,104,113,176,98,82",
+ "endOffsets": "424,528,636,721,822,950,1036,1117,1209,1303,1400,1494,1594,1688,1784,1879,1971,2063,2144,2252,2359,2466,2575,2680,2794,2971,3070,8292"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-zh-rCN_values-zh-rCN.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7221",
+ "endColumns": "100",
+ "endOffsets": "7317"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,247,311,373,443,513,590,681,787,860,922,999,1058,1117,1195,1256,1313,1369,1428,1486,1540,1625,1681,1739,1793,1858,1950,2024,2100,2222,2284,2346,2425,2475,2526,2592,2656,2725,2803,2864,2935,3002,3062,3141,3208,3291,3376,3450,3515,3591,3639,3703,3779,3857,3919,3983,4046,4126,4202,4280,4357,4411,4466",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,63,61,69,69,76,90,105,72,61,76,58,58,77,60,56,55,58,57,53,84,55,57,53,64,91,73,75,121,61,61,78,49,50,65,63,68,77,60,70,66,59,78,66,82,84,73,64,75,47,63,75,77,61,63,62,79,75,77,76,53,54,68",
+ "endOffsets": "242,306,368,438,508,585,676,782,855,917,994,1053,1112,1190,1251,1308,1364,1423,1481,1535,1620,1676,1734,1788,1853,1945,2019,2095,2217,2279,2341,2420,2470,2521,2587,2651,2720,2798,2859,2930,2997,3057,3136,3203,3286,3371,3445,3510,3586,3634,3698,3774,3852,3914,3978,4041,4121,4197,4275,4352,4406,4461,4530"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2854,2918,2980,3050,3120,3197,3288,3394,3467,3529,3606,3665,3724,3802,3863,3920,3976,4035,4093,4147,4232,4288,4346,4400,4465,4557,4631,4707,4829,4891,4953,5032,5082,5133,5199,5263,5332,5410,5471,5542,5609,5669,5748,5815,5898,5983,6057,6122,6198,6246,6310,6386,6464,6526,6590,6653,6733,6809,6887,6964,7018,7073",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,63,61,69,69,76,90,105,72,61,76,58,58,77,60,56,55,58,57,53,84,55,57,53,64,91,73,75,121,61,61,78,49,50,65,63,68,77,60,70,66,59,78,66,82,84,73,64,75,47,63,75,77,61,63,62,79,75,77,76,53,54,68",
+ "endOffsets": "292,2913,2975,3045,3115,3192,3283,3389,3462,3524,3601,3660,3719,3797,3858,3915,3971,4030,4088,4142,4227,4283,4341,4395,4460,4552,4626,4702,4824,4886,4948,5027,5077,5128,5194,5258,5327,5405,5466,5537,5604,5664,5743,5810,5893,5978,6052,6117,6193,6241,6305,6381,6459,6521,6585,6648,6728,6804,6882,6959,7013,7068,7137"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-zh-rCN\\values-zh-rCN.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,200,295,395,477,574,680,757,832,923,1016,1113,1209,1303,1396,1491,1583,1674,1765,1843,1939,2034,2129,2226,2322,2420,2568,2662",
+ "endColumns": "94,94,99,81,96,105,76,74,90,92,96,95,93,92,94,91,90,90,77,95,94,94,96,95,97,147,93,78",
+ "endOffsets": "195,290,390,472,569,675,752,827,918,1011,1108,1204,1298,1391,1486,1578,1669,1760,1838,1934,2029,2124,2221,2317,2415,2563,2657,2736"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "297,392,487,587,669,766,872,949,1024,1115,1208,1305,1401,1495,1588,1683,1775,1866,1957,2035,2131,2226,2321,2418,2514,2612,2760,7142",
+ "endColumns": "94,94,99,81,96,105,76,74,90,92,96,95,93,92,94,91,90,90,77,95,94,94,96,95,97,147,93,78",
+ "endOffsets": "387,482,582,664,761,867,944,1019,1110,1203,1300,1396,1490,1583,1678,1770,1861,1952,2030,2126,2221,2316,2413,2509,2607,2755,2849,7216"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-v26_values-v26.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-v26\\values-v26.xml",
+ "from": {
+ "startLines": "2,3,4,8,12,16",
+ "startColumns": "4,4,4,4,4,4",
+ "startOffsets": "55,130,217,381,557,796",
+ "endLines": "2,3,7,11,15,16",
+ "endColumns": "74,86,12,12,12,92",
+ "endOffsets": "125,212,376,552,791,884"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-v25_values-v25.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-v25\\values-v25.xml",
+ "from": {
+ "startLines": "2,3,4,6",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,126,209,308",
+ "endLines": "2,3,5,7",
+ "endColumns": "70,82,12,12",
+ "endOffsets": "121,204,303,414"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-b+es+419_values-b+es+419.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-b+es+419\\values-b+es+419.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,278,360,440,526,631,727,829,957,1038,1103,1198,1268,1331,1424,1488,1560,1623,1697,1761,1817,1935,1993,2055,2111,2191,2325,2414,2495,2636,2717,2797,2887,2943,2999,3065,3141,3223,3311,3384,3461,3531,3608,3697,3771,3865,3967,4039,4120,4224,4277,4344,4437,4526,4588,4652,4715,4826,4923,5025,5123,5183,5243",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,81,79,85,104,95,101,127,80,64,94,69,62,92,63,71,62,73,63,55,117,57,61,55,79,133,88,80,140,80,79,89,55,55,65,75,81,87,72,76,69,76,88,73,93,101,71,80,103,52,66,92,88,61,63,62,110,96,101,97,59,59,82",
+ "endOffsets": "273,355,435,521,626,722,824,952,1033,1098,1193,1263,1326,1419,1483,1555,1618,1692,1756,1812,1930,1988,2050,2106,2186,2320,2409,2490,2631,2712,2792,2882,2938,2994,3060,3136,3218,3306,3379,3456,3526,3603,3692,3766,3860,3962,4034,4115,4219,4272,4339,4432,4521,4583,4647,4710,4821,4918,5020,5118,5178,5238,5321"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-sw_values-sw.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-sw\\values-sw.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,208,307,415,505,610,727,810,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1911,2012,2120,2219,2326,2438,2542,2704,2801",
+ "endColumns": "102,98,107,89,104,116,82,81,90,92,94,93,99,92,94,93,90,90,81,100,107,98,106,111,103,161,96,82",
+ "endOffsets": "203,302,410,500,605,722,805,887,978,1071,1166,1260,1360,1453,1548,1642,1733,1824,1906,2007,2115,2214,2321,2433,2537,2699,2796,2879"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "309,412,511,619,709,814,931,1014,1096,1187,1280,1375,1469,1569,1662,1757,1851,1942,2033,2115,2216,2324,2423,2530,2642,2746,2908,8016",
+ "endColumns": "102,98,107,89,104,116,82,81,90,92,94,93,99,92,94,93,90,90,81,100,107,98,106,111,103,161,96,82",
+ "endOffsets": "407,506,614,704,809,926,1009,1091,1182,1275,1370,1464,1564,1657,1752,1846,1937,2028,2110,2211,2319,2418,2525,2637,2741,2903,3000,8094"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-sw\\values-sw.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8099",
+ "endColumns": "100",
+ "endOffsets": "8195"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-sw\\values-sw.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,259,335,409,482,579,668,767,896,979,1047,1139,1212,1275,1361,1423,1486,1551,1619,1682,1736,1868,1925,1987,2041,2115,2253,2334,2414,2546,2631,2718,2806,2860,2913,2979,3051,3133,3223,3295,3370,3441,3514,3611,3685,3780,3877,3951,4036,4136,4189,4257,4345,4435,4497,4561,4624,4741,4851,4962,5074,5132,5189",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,75,73,72,96,88,98,128,82,67,91,72,62,85,61,62,64,67,62,53,131,56,61,53,73,137,80,79,131,84,86,87,53,52,65,71,81,89,71,74,70,72,96,73,94,96,73,84,99,52,67,87,89,61,63,62,116,109,110,111,57,56,80",
+ "endOffsets": "254,330,404,477,574,663,762,891,974,1042,1134,1207,1270,1356,1418,1481,1546,1614,1677,1731,1863,1920,1982,2036,2110,2248,2329,2409,2541,2626,2713,2801,2855,2908,2974,3046,3128,3218,3290,3365,3436,3509,3606,3680,3775,3872,3946,4031,4131,4184,4252,4340,4430,4492,4556,4619,4736,4846,4957,5069,5127,5184,5265"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3005,3081,3155,3228,3325,3414,3513,3642,3725,3793,3885,3958,4021,4107,4169,4232,4297,4365,4428,4482,4614,4671,4733,4787,4861,4999,5080,5160,5292,5377,5464,5552,5606,5659,5725,5797,5879,5969,6041,6116,6187,6260,6357,6431,6526,6623,6697,6782,6882,6935,7003,7091,7181,7243,7307,7370,7487,7597,7708,7820,7878,7935",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,75,73,72,96,88,98,128,82,67,91,72,62,85,61,62,64,67,62,53,131,56,61,53,73,137,80,79,131,84,86,87,53,52,65,71,81,89,71,74,70,72,96,73,94,96,73,84,99,52,67,87,89,61,63,62,116,109,110,111,57,56,80",
+ "endOffsets": "304,3076,3150,3223,3320,3409,3508,3637,3720,3788,3880,3953,4016,4102,4164,4227,4292,4360,4423,4477,4609,4666,4728,4782,4856,4994,5075,5155,5287,5372,5459,5547,5601,5654,5720,5792,5874,5964,6036,6111,6182,6255,6352,6426,6521,6618,6692,6777,6877,6930,6998,7086,7176,7238,7302,7365,7482,7592,7703,7815,7873,7930,8011"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-eu_values-eu.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-eu\\values-eu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8163",
+ "endColumns": "100",
+ "endOffsets": "8259"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-eu\\values-eu.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,275,382,487,567,674,774,872,987,1070,1137,1236,1304,1365,1453,1516,1582,1646,1717,1780,1834,1943,2002,2065,2119,2193,2318,2408,2488,2633,2716,2798,2889,2941,2994,3060,3131,3211,3297,3375,3453,3526,3601,3688,3775,3866,3959,4031,4107,4199,4250,4316,4400,4486,4548,4612,4675,4782,4887,4983,5089,5145,5202",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,106,104,79,106,99,97,114,82,66,98,67,60,87,62,65,63,70,62,53,108,58,62,53,73,124,89,79,144,82,81,90,51,52,65,70,79,85,77,77,72,74,86,86,90,92,71,75,91,50,65,83,85,61,63,62,106,104,95,105,55,56,82",
+ "endOffsets": "270,377,482,562,669,769,867,982,1065,1132,1231,1299,1360,1448,1511,1577,1641,1712,1775,1829,1938,1997,2060,2114,2188,2313,2403,2483,2628,2711,2793,2884,2936,2989,3055,3126,3206,3292,3370,3448,3521,3596,3683,3770,3861,3954,4026,4102,4194,4245,4311,4395,4481,4543,4607,4670,4777,4882,4978,5084,5140,5197,5280"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3070,3177,3282,3362,3469,3569,3667,3782,3865,3932,4031,4099,4160,4248,4311,4377,4441,4512,4575,4629,4738,4797,4860,4914,4988,5113,5203,5283,5428,5511,5593,5684,5736,5789,5855,5926,6006,6092,6170,6248,6321,6396,6483,6570,6661,6754,6826,6902,6994,7045,7111,7195,7281,7343,7407,7470,7577,7682,7778,7884,7940,7997",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,106,104,79,106,99,97,114,82,66,98,67,60,87,62,65,63,70,62,53,108,58,62,53,73,124,89,79,144,82,81,90,51,52,65,70,79,85,77,77,72,74,86,86,90,92,71,75,91,50,65,83,85,61,63,62,106,104,95,105,55,56,82",
+ "endOffsets": "320,3172,3277,3357,3464,3564,3662,3777,3860,3927,4026,4094,4155,4243,4306,4372,4436,4507,4570,4624,4733,4792,4855,4909,4983,5108,5198,5278,5423,5506,5588,5679,5731,5784,5850,5921,6001,6087,6165,6243,6316,6391,6478,6565,6656,6749,6821,6897,6989,7040,7106,7190,7276,7338,7402,7465,7572,7677,7773,7879,7935,7992,8075"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-eu\\values-eu.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,214,312,422,508,614,738,824,905,997,1091,1187,1281,1382,1476,1572,1669,1761,1854,1936,2045,2154,2253,2362,2469,2580,2751,2850",
+ "endColumns": "108,97,109,85,105,123,85,80,91,93,95,93,100,93,95,96,91,92,81,108,108,98,108,106,110,170,98,82",
+ "endOffsets": "209,307,417,503,609,733,819,900,992,1086,1182,1276,1377,1471,1567,1664,1756,1849,1931,2040,2149,2248,2357,2464,2575,2746,2845,2928"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "325,434,532,642,728,834,958,1044,1125,1217,1311,1407,1501,1602,1696,1792,1889,1981,2074,2156,2265,2374,2473,2582,2689,2800,2971,8080",
+ "endColumns": "108,97,109,85,105,123,85,80,91,93,95,93,100,93,95,96,91,92,81,108,108,98,108,106,110,170,98,82",
+ "endOffsets": "429,527,637,723,829,953,1039,1120,1212,1306,1402,1496,1597,1691,1787,1884,1976,2069,2151,2260,2369,2468,2577,2684,2795,2966,3065,8158"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-v22_values-v22.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-v22\\values-v22.xml",
+ "from": {
+ "startLines": "2,3,4,9",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,130,217,487",
+ "endLines": "2,3,8,13",
+ "endColumns": "74,86,12,12",
+ "endOffsets": "125,212,482,764"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-small-v4_values-small-v4.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-small-v4\\values-small-v4.xml",
+ "from": {
+ "startLines": "2,3,4,5",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,128,198,270",
+ "endColumns": "72,69,71,69",
+ "endOffsets": "123,193,265,335"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-watch-v20_values-watch-v20.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-watch-v20\\values-watch-v20.xml",
+ "from": {
+ "startLines": "2,5,8",
+ "startColumns": "4,4,4",
+ "startOffsets": "55,214,385",
+ "endLines": "4,7,10",
+ "endColumns": "12,12,12",
+ "endOffsets": "209,380,553"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-sk_values-sk.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-sk\\values-sk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8097",
+ "endColumns": "100",
+ "endOffsets": "8193"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-sk\\values-sk.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,378,453,528,606,698,781,873,1001,1082,1147,1246,1322,1387,1477,1541,1607,1661,1730,1790,1844,1961,2021,2083,2137,2209,2339,2426,2518,2657,2726,2804,2892,2946,2997,3063,3135,3212,3295,3367,3444,3517,3588,3676,3748,3840,3936,4010,4084,4180,4232,4299,4386,4473,4535,4599,4662,4768,4864,4962,5060,5118,5173",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,74,74,77,91,82,91,127,80,64,98,75,64,89,63,65,53,68,59,53,116,59,61,53,71,129,86,91,138,68,77,87,53,50,65,71,76,82,71,76,72,70,87,71,91,95,73,73,95,51,66,86,86,61,63,62,105,95,97,97,57,54,78",
+ "endOffsets": "373,448,523,601,693,776,868,996,1077,1142,1241,1317,1382,1472,1536,1602,1656,1725,1785,1839,1956,2016,2078,2132,2204,2334,2421,2513,2652,2721,2799,2887,2941,2992,3058,3130,3207,3290,3362,3439,3512,3583,3671,3743,3835,3931,4005,4079,4175,4227,4294,4381,4468,4530,4594,4657,4763,4859,4957,5055,5113,5168,5247"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3140,3215,3290,3368,3460,3543,3635,3763,3844,3909,4008,4084,4149,4239,4303,4369,4423,4492,4552,4606,4723,4783,4845,4899,4971,5101,5188,5280,5419,5488,5566,5654,5708,5759,5825,5897,5974,6057,6129,6206,6279,6350,6438,6510,6602,6698,6772,6846,6942,6994,7061,7148,7235,7297,7361,7424,7530,7626,7724,7822,7880,7935",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,74,74,77,91,82,91,127,80,64,98,75,64,89,63,65,53,68,59,53,116,59,61,53,71,129,86,91,138,68,77,87,53,50,65,71,76,82,71,76,72,70,87,71,91,95,73,73,95,51,66,86,86,61,63,62,105,95,97,97,57,54,78",
+ "endOffsets": "423,3210,3285,3363,3455,3538,3630,3758,3839,3904,4003,4079,4144,4234,4298,4364,4418,4487,4547,4601,4718,4778,4840,4894,4966,5096,5183,5275,5414,5483,5561,5649,5703,5754,5820,5892,5969,6052,6124,6201,6274,6345,6433,6505,6597,6693,6767,6841,6937,6989,7056,7143,7230,7292,7356,7419,7525,7621,7719,7817,7875,7930,8009"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-sk\\values-sk.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,313,424,510,618,736,815,892,983,1076,1174,1268,1368,1461,1556,1654,1745,1836,1920,2025,2133,2232,2338,2450,2553,2719,2817",
+ "endColumns": "106,100,110,85,107,117,78,76,90,92,97,93,99,92,94,97,90,90,83,104,107,98,105,111,102,165,97,82",
+ "endOffsets": "207,308,419,505,613,731,810,887,978,1071,1169,1263,1363,1456,1551,1649,1740,1831,1915,2020,2128,2227,2333,2445,2548,2714,2812,2895"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "428,535,636,747,833,941,1059,1138,1215,1306,1399,1497,1591,1691,1784,1879,1977,2068,2159,2243,2348,2456,2555,2661,2773,2876,3042,8014",
+ "endColumns": "106,100,110,85,107,117,78,76,90,92,97,93,99,92,94,97,90,90,83,104,107,98,105,111,102,165,97,82",
+ "endOffsets": "530,631,742,828,936,1054,1133,1210,1301,1394,1492,1586,1686,1779,1874,1972,2063,2154,2238,2343,2451,2550,2656,2768,2871,3037,3135,8092"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-es-rUS_values-es-rUS.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-es-rUS\\values-es-rUS.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,278,360,440,526,631,727,829,957,1038,1103,1198,1268,1331,1424,1488,1560,1623,1697,1761,1817,1935,1993,2055,2111,2191,2325,2414,2495,2636,2717,2797,2887,2943,2999,3065,3141,3223,3311,3384,3461,3531,3608,3697,3771,3865,3967,4039,4120,4224,4277,4344,4437,4526,4588,4652,4715,4826,4923,5025,5123,5183,5243",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,81,79,85,104,95,101,127,80,64,94,69,62,92,63,71,62,73,63,55,117,57,61,55,79,133,88,80,140,80,79,89,55,55,65,75,81,87,72,76,69,76,88,73,93,101,71,80,103,52,66,92,88,61,63,62,110,96,101,97,59,59,82",
+ "endOffsets": "273,355,435,521,626,722,824,952,1033,1098,1193,1263,1326,1419,1483,1555,1618,1692,1756,1812,1930,1988,2050,2106,2186,2320,2409,2490,2631,2712,2792,2882,2938,2994,3060,3136,3218,3306,3379,3456,3526,3603,3692,3766,3860,3962,4034,4115,4219,4272,4339,4432,4521,4583,4647,4710,4821,4918,5020,5118,5178,5238,5321"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3044,3126,3206,3292,3397,3493,3595,3723,3804,3869,3964,4034,4097,4190,4254,4326,4389,4463,4527,4583,4701,4759,4821,4877,4957,5091,5180,5261,5402,5483,5563,5653,5709,5765,5831,5907,5989,6077,6150,6227,6297,6374,6463,6537,6631,6733,6805,6886,6990,7043,7110,7203,7292,7354,7418,7481,7592,7689,7791,7889,7949,8009",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,81,79,85,104,95,101,127,80,64,94,69,62,92,63,71,62,73,63,55,117,57,61,55,79,133,88,80,140,80,79,89,55,55,65,75,81,87,72,76,69,76,88,73,93,101,71,80,103,52,66,92,88,61,63,62,110,96,101,97,59,59,82",
+ "endOffsets": "323,3121,3201,3287,3392,3488,3590,3718,3799,3864,3959,4029,4092,4185,4249,4321,4384,4458,4522,4578,4696,4754,4816,4872,4952,5086,5175,5256,5397,5478,5558,5648,5704,5760,5826,5902,5984,6072,6145,6222,6292,6369,6458,6532,6626,6728,6800,6881,6985,7038,7105,7198,7287,7349,7413,7476,7587,7684,7786,7884,7944,8004,8087"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-es-rUS\\values-es-rUS.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,225,334,442,527,629,745,830,910,1001,1094,1189,1283,1382,1475,1574,1670,1761,1852,1934,2041,2140,2239,2347,2455,2562,2721,2821",
+ "endColumns": "119,108,107,84,101,115,84,79,90,92,94,93,98,92,98,95,90,90,81,106,98,98,107,107,106,158,99,82",
+ "endOffsets": "220,329,437,522,624,740,825,905,996,1089,1184,1278,1377,1470,1569,1665,1756,1847,1929,2036,2135,2234,2342,2450,2557,2716,2816,2899"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "328,448,557,665,750,852,968,1053,1133,1224,1317,1412,1506,1605,1698,1797,1893,1984,2075,2157,2264,2363,2462,2570,2678,2785,2944,8092",
+ "endColumns": "119,108,107,84,101,115,84,79,90,92,94,93,98,92,98,95,90,90,81,106,98,98,107,107,106,158,99,82",
+ "endOffsets": "443,552,660,745,847,963,1048,1128,1219,1312,1407,1501,1600,1693,1792,1888,1979,2070,2152,2259,2358,2457,2565,2673,2780,2939,3039,8170"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-es-rUS\\values-es-rUS.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8175",
+ "endColumns": "100",
+ "endOffsets": "8271"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-gu_values-gu.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-gu\\values-gu.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,268,342,414,496,602,700,799,919,1003,1066,1157,1224,1283,1373,1436,1501,1565,1634,1696,1750,1865,1923,1984,2038,2111,2238,2324,2408,2541,2616,2692,2778,2832,2884,2950,3023,3103,3188,3259,3335,3414,3483,3579,3657,3752,3848,3922,3997,4096,4147,4214,4301,4391,4453,4517,4580,4682,4787,4884,4990,5048,5104",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,73,71,81,105,97,98,119,83,62,90,66,58,89,62,64,63,68,61,53,114,57,60,53,72,126,85,83,132,74,75,85,53,51,65,72,79,84,70,75,78,68,95,77,94,95,73,74,98,50,66,86,89,61,63,62,101,104,96,105,57,55,77",
+ "endOffsets": "263,337,409,491,597,695,794,914,998,1061,1152,1219,1278,1368,1431,1496,1560,1629,1691,1745,1860,1918,1979,2033,2106,2233,2319,2403,2536,2611,2687,2773,2827,2879,2945,3018,3098,3183,3254,3330,3409,3478,3574,3652,3747,3843,3917,3992,4091,4142,4209,4296,4386,4448,4512,4575,4677,4782,4879,4985,5043,5099,5177"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3001,3075,3147,3229,3335,3433,3532,3652,3736,3799,3890,3957,4016,4106,4169,4234,4298,4367,4429,4483,4598,4656,4717,4771,4844,4971,5057,5141,5274,5349,5425,5511,5565,5617,5683,5756,5836,5921,5992,6068,6147,6216,6312,6390,6485,6581,6655,6730,6829,6880,6947,7034,7124,7186,7250,7313,7415,7520,7617,7723,7781,7837",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,73,71,81,105,97,98,119,83,62,90,66,58,89,62,64,63,68,61,53,114,57,60,53,72,126,85,83,132,74,75,85,53,51,65,72,79,84,70,75,78,68,95,77,94,95,73,74,98,50,66,86,89,61,63,62,101,104,96,105,57,55,77",
+ "endOffsets": "313,3070,3142,3224,3330,3428,3527,3647,3731,3794,3885,3952,4011,4101,4164,4229,4293,4362,4424,4478,4593,4651,4712,4766,4839,4966,5052,5136,5269,5344,5420,5506,5560,5612,5678,5751,5831,5916,5987,6063,6142,6211,6307,6385,6480,6576,6650,6725,6824,6875,6942,7029,7119,7181,7245,7308,7410,7515,7612,7718,7776,7832,7910"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-gu\\values-gu.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,316,423,510,610,730,808,885,976,1069,1164,1258,1358,1451,1546,1640,1731,1822,1902,2008,2109,2206,2315,2415,2525,2685,2788",
+ "endColumns": "106,103,106,86,99,119,77,76,90,92,94,93,99,92,94,93,90,90,79,105,100,96,108,99,109,159,102,80",
+ "endOffsets": "207,311,418,505,605,725,803,880,971,1064,1159,1253,1353,1446,1541,1635,1726,1817,1897,2003,2104,2201,2310,2410,2520,2680,2783,2864"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "318,425,529,636,723,823,943,1021,1098,1189,1282,1377,1471,1571,1664,1759,1853,1944,2035,2115,2221,2322,2419,2528,2628,2738,2898,7915",
+ "endColumns": "106,103,106,86,99,119,77,76,90,92,94,93,99,92,94,93,90,90,79,105,100,96,108,99,109,159,102,80",
+ "endOffsets": "420,524,631,718,818,938,1016,1093,1184,1277,1372,1466,1566,1659,1754,1848,1939,2030,2110,2216,2317,2414,2523,2623,2733,2893,2996,7991"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-gu\\values-gu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7996",
+ "endColumns": "100",
+ "endOffsets": "8092"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-pa_values-pa.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-pa\\values-pa.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,263,340,419,500,599,688,796,908,991,1055,1147,1216,1275,1360,1423,1485,1543,1607,1668,1722,1836,1894,1954,2008,2078,2205,2286,2365,2500,2576,2653,2737,2792,2847,2913,2982,3059,3145,3213,3289,3359,3424,3519,3592,3686,3779,3853,3922,4016,4072,4139,4223,4311,4373,4437,4500,4597,4692,4783,4879,4938,4997",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,76,78,80,98,88,107,111,82,63,91,68,58,84,62,61,57,63,60,53,113,57,59,53,69,126,80,78,134,75,76,83,54,54,65,68,76,85,67,75,69,64,94,72,93,92,73,68,93,55,66,83,87,61,63,62,96,94,90,95,58,58,76",
+ "endOffsets": "258,335,414,495,594,683,791,903,986,1050,1142,1211,1270,1355,1418,1480,1538,1602,1663,1717,1831,1889,1949,2003,2073,2200,2281,2360,2495,2571,2648,2732,2787,2842,2908,2977,3054,3140,3208,3284,3354,3419,3514,3587,3681,3774,3848,3917,4011,4067,4134,4218,4306,4368,4432,4495,4592,4687,4778,4874,4933,4992,5069"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2975,3052,3131,3212,3311,3400,3508,3620,3703,3767,3859,3928,3987,4072,4135,4197,4255,4319,4380,4434,4548,4606,4666,4720,4790,4917,4998,5077,5212,5288,5365,5449,5504,5559,5625,5694,5771,5857,5925,6001,6071,6136,6231,6304,6398,6491,6565,6634,6728,6784,6851,6935,7023,7085,7149,7212,7309,7404,7495,7591,7650,7709",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,76,78,80,98,88,107,111,82,63,91,68,58,84,62,61,57,63,60,53,113,57,59,53,69,126,80,78,134,75,76,83,54,54,65,68,76,85,67,75,69,64,94,72,93,92,73,68,93,55,66,83,87,61,63,62,96,94,90,95,58,58,76",
+ "endOffsets": "308,3047,3126,3207,3306,3395,3503,3615,3698,3762,3854,3923,3982,4067,4130,4192,4250,4314,4375,4429,4543,4601,4661,4715,4785,4912,4993,5072,5207,5283,5360,5444,5499,5554,5620,5689,5766,5852,5920,5996,6066,6131,6226,6299,6393,6486,6560,6629,6723,6779,6846,6930,7018,7080,7144,7207,7304,7399,7490,7586,7645,7704,7781"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-pa\\values-pa.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7866",
+ "endColumns": "100",
+ "endOffsets": "7962"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-pa\\values-pa.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,208,305,410,496,596,709,787,864,955,1048,1142,1236,1336,1429,1524,1618,1709,1800,1879,1989,2092,2188,2299,2401,2511,2670,2767",
+ "endColumns": "102,96,104,85,99,112,77,76,90,92,93,93,99,92,94,93,90,90,78,109,102,95,110,101,109,158,96,79",
+ "endOffsets": "203,300,405,491,591,704,782,859,950,1043,1137,1231,1331,1424,1519,1613,1704,1795,1874,1984,2087,2183,2294,2396,2506,2665,2762,2842"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "313,416,513,618,704,804,917,995,1072,1163,1256,1350,1444,1544,1637,1732,1826,1917,2008,2087,2197,2300,2396,2507,2609,2719,2878,7786",
+ "endColumns": "102,96,104,85,99,112,77,76,90,92,93,93,99,92,94,93,90,90,78,109,102,95,110,101,109,158,96,79",
+ "endOffsets": "411,508,613,699,799,912,990,1067,1158,1251,1345,1439,1539,1632,1727,1821,1912,2003,2082,2192,2295,2391,2502,2604,2714,2873,2970,7861"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-v17_values-v17.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-v17\\values-v17.xml",
+ "from": {
+ "startLines": "2,5,9,12,15,18,22,25,29,33,37,40,43,46,50,53,57",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,228,456,614,764,936,1161,1331,1559,1783,2025,2196,2370,2539,2812,3012,3216",
+ "endLines": "4,8,11,14,17,21,24,28,32,36,39,42,45,49,52,56,60",
+ "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12",
+ "endOffsets": "223,451,609,759,931,1156,1326,1554,1778,2020,2191,2365,2534,2807,3007,3211,3540"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-ca_values-ca.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ca\\values-ca.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,228,333,440,523,629,755,839,918,1009,1102,1195,1290,1388,1481,1574,1668,1759,1850,1931,2042,2150,2248,2358,2463,2571,2731,2830",
+ "endColumns": "122,104,106,82,105,125,83,78,90,92,92,94,97,92,92,93,90,90,80,110,107,97,109,104,107,159,98,81",
+ "endOffsets": "223,328,435,518,624,750,834,913,1004,1097,1190,1285,1383,1476,1569,1663,1754,1845,1926,2037,2145,2243,2353,2458,2566,2726,2825,2907"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "324,447,552,659,742,848,974,1058,1137,1228,1321,1414,1509,1607,1700,1793,1887,1978,2069,2150,2261,2369,2467,2577,2682,2790,2950,8165",
+ "endColumns": "122,104,106,82,105,125,83,78,90,92,92,94,97,92,92,93,90,90,80,110,107,97,109,104,107,159,98,81",
+ "endOffsets": "442,547,654,737,843,969,1053,1132,1223,1316,1409,1504,1602,1695,1788,1882,1973,2064,2145,2256,2364,2462,2572,2677,2785,2945,3044,8242"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ca\\values-ca.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,274,355,435,523,626,718,819,947,1031,1096,1193,1273,1338,1433,1497,1569,1631,1707,1770,1827,1948,2006,2067,2124,2204,2341,2428,2512,2651,2729,2808,2897,2954,3010,3076,3154,3235,3323,3401,3478,3552,3631,3721,3813,3905,4006,4080,4162,4263,4313,4379,4471,4558,4620,4684,4747,4870,4973,5077,5183,5244,5304",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,79,87,102,91,100,127,83,64,96,79,64,94,63,71,61,75,62,56,120,57,60,56,79,136,86,83,138,77,78,88,56,55,65,77,80,87,77,76,73,78,89,91,91,100,73,81,100,49,65,91,86,61,63,62,122,102,103,105,60,59,85",
+ "endOffsets": "269,350,430,518,621,713,814,942,1026,1091,1188,1268,1333,1428,1492,1564,1626,1702,1765,1822,1943,2001,2062,2119,2199,2336,2423,2507,2646,2724,2803,2892,2949,3005,3071,3149,3230,3318,3396,3473,3547,3626,3716,3808,3900,4001,4075,4157,4258,4308,4374,4466,4553,4615,4679,4742,4865,4968,5072,5178,5239,5299,5385"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3049,3130,3210,3298,3401,3493,3594,3722,3806,3871,3968,4048,4113,4208,4272,4344,4406,4482,4545,4602,4723,4781,4842,4899,4979,5116,5203,5287,5426,5504,5583,5672,5729,5785,5851,5929,6010,6098,6176,6253,6327,6406,6496,6588,6680,6781,6855,6937,7038,7088,7154,7246,7333,7395,7459,7522,7645,7748,7852,7958,8019,8079",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,79,87,102,91,100,127,83,64,96,79,64,94,63,71,61,75,62,56,120,57,60,56,79,136,86,83,138,77,78,88,56,55,65,77,80,87,77,76,73,78,89,91,91,100,73,81,100,49,65,91,86,61,63,62,122,102,103,105,60,59,85",
+ "endOffsets": "319,3125,3205,3293,3396,3488,3589,3717,3801,3866,3963,4043,4108,4203,4267,4339,4401,4477,4540,4597,4718,4776,4837,4894,4974,5111,5198,5282,5421,5499,5578,5667,5724,5780,5846,5924,6005,6093,6171,6248,6322,6401,6491,6583,6675,6776,6850,6932,7033,7083,7149,7241,7328,7390,7454,7517,7640,7743,7847,7953,8014,8074,8160"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-ca\\values-ca.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8247",
+ "endColumns": "100",
+ "endOffsets": "8343"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-w480dp-port-v13\\values-w480dp-port-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,114,170,226,293,358,413,478",
+ "endColumns": "58,55,55,66,64,54,64,68",
+ "endOffsets": "109,165,221,288,353,408,473,542"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-sr_values-sr.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-sr\\values-sr.xml",
+ "from": {
+ "startLines": "2,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,321,397,473,553,660,753,847,978,1059,1125,1217,1285,1348,1451,1511,1577,1633,1704,1764,1818,1930,1987,2048,2102,2178,2303,2389,2472,2610,2691,2774,2862,2916,2972,3038,3112,3190,3279,3354,3430,3505,3576,3666,3739,3831,3927,3999,4075,4171,4224,4291,4378,4465,4527,4591,4654,4759,4863,4959,5066,5124,5184",
+ "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "endColumns": "12,75,75,79,106,92,93,130,80,65,91,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,85,82,137,80,82,87,53,55,65,73,77,88,74,75,74,70,89,72,91,95,71,75,95,52,66,86,86,61,63,62,104,103,95,106,57,59,79",
+ "endOffsets": "316,392,468,548,655,748,842,973,1054,1120,1212,1280,1343,1446,1506,1572,1628,1699,1759,1813,1925,1982,2043,2097,2173,2298,2384,2467,2605,2686,2769,2857,2911,2967,3033,3107,3185,3274,3349,3425,3500,3571,3661,3734,3826,3922,3994,4070,4166,4219,4286,4373,4460,4522,4586,4649,4754,4858,4954,5061,5119,5179,5259"
+ },
+ "to": {
+ "startLines": "2,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3099,3175,3251,3331,3438,3531,3625,3756,3837,3903,3995,4063,4126,4229,4289,4355,4411,4482,4542,4596,4708,4765,4826,4880,4956,5081,5167,5250,5388,5469,5552,5640,5694,5750,5816,5890,5968,6057,6132,6208,6283,6354,6444,6517,6609,6705,6777,6853,6949,7002,7069,7156,7243,7305,7369,7432,7537,7641,7737,7844,7902,7962",
+ "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "endColumns": "12,75,75,79,106,92,93,130,80,65,91,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,85,82,137,80,82,87,53,55,65,73,77,88,74,75,74,70,89,72,91,95,71,75,95,52,66,86,86,61,63,62,104,103,95,106,57,59,79",
+ "endOffsets": "366,3170,3246,3326,3433,3526,3620,3751,3832,3898,3990,4058,4121,4224,4284,4350,4406,4477,4537,4591,4703,4760,4821,4875,4951,5076,5162,5245,5383,5464,5547,5635,5689,5745,5811,5885,5963,6052,6127,6203,6278,6349,6439,6512,6604,6700,6772,6848,6944,6997,7064,7151,7238,7300,7364,7427,7532,7636,7732,7839,7897,7957,8037"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-sr\\values-sr.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,313,419,505,609,731,815,896,987,1080,1175,1269,1369,1462,1557,1662,1753,1844,1930,2035,2141,2244,2350,2459,2566,2736,2833",
+ "endColumns": "106,100,105,85,103,121,83,80,90,92,94,93,99,92,94,104,90,90,85,104,105,102,105,108,106,169,96,86",
+ "endOffsets": "207,308,414,500,604,726,810,891,982,1075,1170,1264,1364,1457,1552,1657,1748,1839,1925,2030,2136,2239,2345,2454,2561,2731,2828,2915"
+ },
+ "to": {
+ "startLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "371,478,579,685,771,875,997,1081,1162,1253,1346,1441,1535,1635,1728,1823,1928,2019,2110,2196,2301,2407,2510,2616,2725,2832,3002,8042",
+ "endColumns": "106,100,105,85,103,121,83,80,90,92,94,93,99,92,94,104,90,90,85,104,105,102,105,108,106,169,96,86",
+ "endOffsets": "473,574,680,766,870,992,1076,1157,1248,1341,1436,1530,1630,1723,1818,1923,2014,2105,2191,2296,2402,2505,2611,2720,2827,2997,3094,8124"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-sr\\values-sr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "97",
+ "startColumns": "4",
+ "startOffsets": "8129",
+ "endColumns": "100",
+ "endOffsets": "8225"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-te_values-te.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-te\\values-te.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,222,334,447,537,642,761,839,915,1006,1099,1194,1288,1388,1481,1576,1671,1762,1853,1942,2056,2160,2259,2374,2479,2594,2756,2859",
+ "endColumns": "116,111,112,89,104,118,77,75,90,92,94,93,99,92,94,94,90,90,88,113,103,98,114,104,114,161,102,82",
+ "endOffsets": "217,329,442,532,637,756,834,910,1001,1094,1189,1283,1383,1476,1571,1666,1757,1848,1937,2051,2155,2254,2369,2474,2589,2751,2854,2937"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "326,443,555,668,758,863,982,1060,1136,1227,1320,1415,1509,1609,1702,1797,1892,1983,2074,2163,2277,2381,2480,2595,2700,2815,2977,8140",
+ "endColumns": "116,111,112,89,104,118,77,75,90,92,94,93,99,92,94,94,90,90,88,113,103,98,114,104,114,161,102,82",
+ "endOffsets": "438,550,663,753,858,977,1055,1131,1222,1315,1410,1504,1604,1697,1792,1887,1978,2069,2158,2272,2376,2475,2590,2695,2810,2972,3075,8218"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-te\\values-te.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8223",
+ "endColumns": "100",
+ "endOffsets": "8319"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-te\\values-te.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,276,365,455,541,639,726,830,946,1037,1103,1197,1264,1326,1419,1483,1551,1614,1688,1753,1807,1928,1985,2047,2101,2180,2308,2396,2488,2633,2713,2795,2883,2941,2993,3059,3134,3212,3302,3375,3451,3532,3601,3706,3783,3874,3967,4041,4118,4210,4265,4331,4415,4501,4564,4629,4693,4803,4915,5014,5133,5197,5253",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,88,89,85,97,86,103,115,90,65,93,66,61,92,63,67,62,73,64,53,120,56,61,53,78,127,87,91,144,79,81,87,57,51,65,74,77,89,72,75,80,68,104,76,90,92,73,76,91,54,65,83,85,62,64,63,109,111,98,118,63,55,82",
+ "endOffsets": "271,360,450,536,634,721,825,941,1032,1098,1192,1259,1321,1414,1478,1546,1609,1683,1748,1802,1923,1980,2042,2096,2175,2303,2391,2483,2628,2708,2790,2878,2936,2988,3054,3129,3207,3297,3370,3446,3527,3596,3701,3778,3869,3962,4036,4113,4205,4260,4326,4410,4496,4559,4624,4688,4798,4910,5009,5128,5192,5248,5331"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3080,3169,3259,3345,3443,3530,3634,3750,3841,3907,4001,4068,4130,4223,4287,4355,4418,4492,4557,4611,4732,4789,4851,4905,4984,5112,5200,5292,5437,5517,5599,5687,5745,5797,5863,5938,6016,6106,6179,6255,6336,6405,6510,6587,6678,6771,6845,6922,7014,7069,7135,7219,7305,7368,7433,7497,7607,7719,7818,7937,8001,8057",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,88,89,85,97,86,103,115,90,65,93,66,61,92,63,67,62,73,64,53,120,56,61,53,78,127,87,91,144,79,81,87,57,51,65,74,77,89,72,75,80,68,104,76,90,92,73,76,91,54,65,83,85,62,64,63,109,111,98,118,63,55,82",
+ "endOffsets": "321,3164,3254,3340,3438,3525,3629,3745,3836,3902,3996,4063,4125,4218,4282,4350,4413,4487,4552,4606,4727,4784,4846,4900,4979,5107,5195,5287,5432,5512,5594,5682,5740,5792,5858,5933,6011,6101,6174,6250,6331,6400,6505,6582,6673,6766,6840,6917,7009,7064,7130,7214,7300,7363,7428,7492,7602,7714,7813,7932,7996,8052,8135"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-ky_values-ky.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ky\\values-ky.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,216,325,437,522,627,744,823,901,992,1085,1180,1274,1374,1467,1562,1657,1748,1839,1920,2026,2131,2229,2336,2439,2554,2715,2817",
+ "endColumns": "110,108,111,84,104,116,78,77,90,92,94,93,99,92,94,94,90,90,80,105,104,97,106,102,114,160,101,81",
+ "endOffsets": "211,320,432,517,622,739,818,896,987,1080,1175,1269,1369,1462,1557,1652,1743,1834,1915,2021,2126,2224,2331,2434,2549,2710,2812,2894"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,426,535,647,732,837,954,1033,1111,1202,1295,1390,1484,1584,1677,1772,1867,1958,2049,2130,2236,2341,2439,2546,2649,2764,2925,8027",
+ "endColumns": "110,108,111,84,104,116,78,77,90,92,94,93,99,92,94,94,90,90,80,105,104,97,106,102,114,160,101,81",
+ "endOffsets": "421,530,642,727,832,949,1028,1106,1197,1290,1385,1479,1579,1672,1767,1862,1953,2044,2125,2231,2336,2434,2541,2644,2759,2920,3022,8104"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ky\\values-ky.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,348,433,518,633,743,844,985,1069,1133,1227,1297,1358,1445,1508,1572,1631,1705,1767,1821,1938,1996,2057,2111,2185,2307,2391,2487,2619,2697,2775,2864,2925,2980,3046,3115,3192,3279,3351,3427,3509,3582,3667,3746,3836,3928,4002,4087,4177,4229,4294,4379,4464,4526,4590,4653,4770,4864,4964,5059,5124,5183",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,82,84,84,114,109,100,140,83,63,93,69,60,86,62,63,58,73,61,53,116,57,60,53,73,121,83,95,131,77,77,88,60,54,65,68,76,86,71,75,81,72,84,78,89,91,73,84,89,51,64,84,84,61,63,62,116,93,99,94,64,58,81",
+ "endOffsets": "260,343,428,513,628,738,839,980,1064,1128,1222,1292,1353,1440,1503,1567,1626,1700,1762,1816,1933,1991,2052,2106,2180,2302,2386,2482,2614,2692,2770,2859,2920,2975,3041,3110,3187,3274,3346,3422,3504,3577,3662,3741,3831,3923,3997,4082,4172,4224,4289,4374,4459,4521,4585,4648,4765,4859,4959,5054,5119,5178,5260"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3027,3110,3195,3280,3395,3505,3606,3747,3831,3895,3989,4059,4120,4207,4270,4334,4393,4467,4529,4583,4700,4758,4819,4873,4947,5069,5153,5249,5381,5459,5537,5626,5687,5742,5808,5877,5954,6041,6113,6189,6271,6344,6429,6508,6598,6690,6764,6849,6939,6991,7056,7141,7226,7288,7352,7415,7532,7626,7726,7821,7886,7945",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,82,84,84,114,109,100,140,83,63,93,69,60,86,62,63,58,73,61,53,116,57,60,53,73,121,83,95,131,77,77,88,60,54,65,68,76,86,71,75,81,72,84,78,89,91,73,84,89,51,64,84,84,61,63,62,116,93,99,94,64,58,81",
+ "endOffsets": "310,3105,3190,3275,3390,3500,3601,3742,3826,3890,3984,4054,4115,4202,4265,4329,4388,4462,4524,4578,4695,4753,4814,4868,4942,5064,5148,5244,5376,5454,5532,5621,5682,5737,5803,5872,5949,6036,6108,6184,6266,6339,6424,6503,6593,6685,6759,6844,6934,6986,7051,7136,7221,7283,7347,7410,7527,7621,7721,7816,7881,7940,8022"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-ky\\values-ky.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8109",
+ "endColumns": "100",
+ "endOffsets": "8205"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-hr_values-hr.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-hr\\values-hr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "97",
+ "startColumns": "4",
+ "startOffsets": "8158",
+ "endColumns": "100",
+ "endOffsets": "8254"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-hr\\values-hr.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,210,305,412,498,602,721,806,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1912,2016,2128,2229,2334,2448,2550,2719,2816",
+ "endColumns": "104,94,106,85,103,118,84,81,90,92,94,93,99,92,94,94,90,90,85,103,111,100,104,113,101,168,96,84",
+ "endOffsets": "205,300,407,493,597,716,801,883,974,1067,1162,1256,1356,1449,1544,1639,1730,1821,1907,2011,2123,2224,2329,2443,2545,2714,2811,2896"
+ },
+ "to": {
+ "startLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "370,475,570,677,763,867,986,1071,1153,1244,1337,1432,1526,1626,1719,1814,1909,2000,2091,2177,2281,2393,2494,2599,2713,2815,2984,8073",
+ "endColumns": "104,94,106,85,103,118,84,81,90,92,94,93,99,92,94,94,90,90,85,103,111,100,104,113,101,168,96,84",
+ "endOffsets": "470,565,672,758,862,981,1066,1148,1239,1332,1427,1521,1621,1714,1809,1904,1995,2086,2172,2276,2388,2489,2594,2708,2810,2979,3076,8153"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-hr\\values-hr.xml",
+ "from": {
+ "startLines": "2,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,320,398,476,561,658,751,847,977,1061,1129,1225,1293,1356,1464,1524,1590,1646,1717,1777,1831,1957,2014,2076,2130,2205,2339,2424,2505,2642,2726,2812,2903,2959,3014,3080,3154,3232,3320,3392,3469,3549,3623,3716,3789,3881,3977,4051,4127,4223,4275,4342,4429,4516,4578,4642,4705,4811,4912,5009,5113,5173,5232",
+ "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "endColumns": "12,77,77,84,96,92,95,129,83,67,95,67,62,107,59,65,55,70,59,53,125,56,61,53,74,133,84,80,136,83,85,90,55,54,65,73,77,87,71,76,79,73,92,72,91,95,73,75,95,51,66,86,86,61,63,62,105,100,96,103,59,58,79",
+ "endOffsets": "315,393,471,556,653,746,842,972,1056,1124,1220,1288,1351,1459,1519,1585,1641,1712,1772,1826,1952,2009,2071,2125,2200,2334,2419,2500,2637,2721,2807,2898,2954,3009,3075,3149,3227,3315,3387,3464,3544,3618,3711,3784,3876,3972,4046,4122,4218,4270,4337,4424,4511,4573,4637,4700,4806,4907,5004,5108,5168,5227,5307"
+ },
+ "to": {
+ "startLines": "2,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3081,3159,3237,3322,3419,3512,3608,3738,3822,3890,3986,4054,4117,4225,4285,4351,4407,4478,4538,4592,4718,4775,4837,4891,4966,5100,5185,5266,5403,5487,5573,5664,5720,5775,5841,5915,5993,6081,6153,6230,6310,6384,6477,6550,6642,6738,6812,6888,6984,7036,7103,7190,7277,7339,7403,7466,7572,7673,7770,7874,7934,7993",
+ "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "endColumns": "12,77,77,84,96,92,95,129,83,67,95,67,62,107,59,65,55,70,59,53,125,56,61,53,74,133,84,80,136,83,85,90,55,54,65,73,77,87,71,76,79,73,92,72,91,95,73,75,95,51,66,86,86,61,63,62,105,100,96,103,59,58,79",
+ "endOffsets": "365,3154,3232,3317,3414,3507,3603,3733,3817,3885,3981,4049,4112,4220,4280,4346,4402,4473,4533,4587,4713,4770,4832,4886,4961,5095,5180,5261,5398,5482,5568,5659,5715,5770,5836,5910,5988,6076,6148,6225,6305,6379,6472,6545,6637,6733,6807,6883,6979,7031,7098,7185,7272,7334,7398,7461,7567,7668,7765,7869,7929,7988,8068"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-watch-v21_values-watch-v21.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-watch-v21\\values-watch-v21.xml",
+ "from": {
+ "startLines": "2,6,10",
+ "startColumns": "4,4,4",
+ "startOffsets": "55,271,499",
+ "endLines": "5,9,13",
+ "endColumns": "12,12,12",
+ "endOffsets": "266,494,724"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-ml_values-ml.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-ml\\values-ml.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8293",
+ "endColumns": "100",
+ "endOffsets": "8389"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ml\\values-ml.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,318,429,520,625,747,825,900,991,1084,1185,1279,1379,1473,1568,1667,1758,1849,1931,2040,2144,2243,2355,2467,2588,2753,2854",
+ "endColumns": "106,105,110,90,104,121,77,74,90,92,100,93,99,93,94,98,90,90,81,108,103,98,111,111,120,164,100,82",
+ "endOffsets": "207,313,424,515,620,742,820,895,986,1079,1180,1274,1374,1468,1563,1662,1753,1844,1926,2035,2139,2238,2350,2462,2583,2748,2849,2932"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "321,428,534,645,736,841,963,1041,1116,1207,1300,1401,1495,1595,1689,1784,1883,1974,2065,2147,2256,2360,2459,2571,2683,2804,2969,8210",
+ "endColumns": "106,105,110,90,104,121,77,74,90,92,100,93,99,93,94,98,90,90,81,108,103,98,111,111,120,164,100,82",
+ "endOffsets": "423,529,640,731,836,958,1036,1111,1202,1295,1396,1490,1590,1684,1779,1878,1969,2060,2142,2251,2355,2454,2566,2678,2799,2964,3065,8288"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ml\\values-ml.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,271,351,434,521,627,726,820,930,1022,1087,1186,1252,1312,1414,1476,1552,1610,1688,1753,1807,1924,1988,2052,2106,2186,2320,2406,2495,2631,2716,2804,2899,2957,3009,3075,3154,3236,3327,3403,3480,3557,3628,3735,3815,3912,4012,4086,4167,4272,4330,4397,4488,4580,4642,4706,4769,4872,4988,5093,5209,5271,5327",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,79,82,86,105,98,93,109,91,64,98,65,59,101,61,75,57,77,64,53,116,63,63,53,79,133,85,88,135,84,87,94,57,51,65,78,81,90,75,76,76,70,106,79,96,99,73,80,104,57,66,90,91,61,63,62,102,115,104,115,61,55,83",
+ "endOffsets": "266,346,429,516,622,721,815,925,1017,1082,1181,1247,1307,1409,1471,1547,1605,1683,1748,1802,1919,1983,2047,2101,2181,2315,2401,2490,2626,2711,2799,2894,2952,3004,3070,3149,3231,3322,3398,3475,3552,3623,3730,3810,3907,4007,4081,4162,4267,4325,4392,4483,4575,4637,4701,4764,4867,4983,5088,5204,5266,5322,5406"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3070,3150,3233,3320,3426,3525,3619,3729,3821,3886,3985,4051,4111,4213,4275,4351,4409,4487,4552,4606,4723,4787,4851,4905,4985,5119,5205,5294,5430,5515,5603,5698,5756,5808,5874,5953,6035,6126,6202,6279,6356,6427,6534,6614,6711,6811,6885,6966,7071,7129,7196,7287,7379,7441,7505,7568,7671,7787,7892,8008,8070,8126",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,79,82,86,105,98,93,109,91,64,98,65,59,101,61,75,57,77,64,53,116,63,63,53,79,133,85,88,135,84,87,94,57,51,65,78,81,90,75,76,76,70,106,79,96,99,73,80,104,57,66,90,91,61,63,62,102,115,104,115,61,55,83",
+ "endOffsets": "316,3145,3228,3315,3421,3520,3614,3724,3816,3881,3980,4046,4106,4208,4270,4346,4404,4482,4547,4601,4718,4782,4846,4900,4980,5114,5200,5289,5425,5510,5598,5693,5751,5803,5869,5948,6030,6121,6197,6274,6351,6422,6529,6609,6706,6806,6880,6961,7066,7124,7191,7282,7374,7436,7500,7563,7666,7782,7887,8003,8065,8121,8205"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-ar_values-ar.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ar\\values-ar.xml",
+ "from": {
+ "startLines": "2,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,465,543,619,703,795,878,979,1098,1175,1238,1329,1398,1465,1565,1628,1693,1754,1822,1884,1942,2056,2116,2177,2234,2307,2430,2511,2591,2739,2820,2901,2990,3043,3097,3163,3241,3321,3405,3477,3551,3624,3694,3785,3856,3946,4041,4115,4198,4291,4340,4409,4495,4580,4642,4706,4769,4878,4970,5067,5160,5217,5275",
+ "endLines": "9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71",
+ "endColumns": "12,77,75,83,91,82,100,118,76,62,90,68,66,99,62,64,60,67,61,57,113,59,60,56,72,122,80,79,147,80,80,88,52,53,65,77,79,83,71,73,72,69,90,70,89,94,73,82,92,48,68,85,84,61,63,62,108,91,96,92,56,57,79",
+ "endOffsets": "460,538,614,698,790,873,974,1093,1170,1233,1324,1393,1460,1560,1623,1688,1749,1817,1879,1937,2051,2111,2172,2229,2302,2425,2506,2586,2734,2815,2896,2985,3038,3092,3158,3236,3316,3400,3472,3546,3619,3689,3780,3851,3941,4036,4110,4193,4286,4335,4404,4490,4575,4637,4701,4764,4873,4965,5062,5155,5212,5270,5350"
+ },
+ "to": {
+ "startLines": "2,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3169,3247,3323,3407,3499,3582,3683,3802,3879,3942,4033,4102,4169,4269,4332,4397,4458,4526,4588,4646,4760,4820,4881,4938,5011,5134,5215,5295,5443,5524,5605,5694,5747,5801,5867,5945,6025,6109,6181,6255,6328,6398,6489,6560,6650,6745,6819,6902,6995,7044,7113,7199,7284,7346,7410,7473,7582,7674,7771,7864,7921,7979",
+ "endLines": "9,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98",
+ "endColumns": "12,77,75,83,91,82,100,118,76,62,90,68,66,99,62,64,60,67,61,57,113,59,60,56,72,122,80,79,147,80,80,88,52,53,65,77,79,83,71,73,72,69,90,70,89,94,73,82,92,48,68,85,84,61,63,62,108,91,96,92,56,57,79",
+ "endOffsets": "510,3242,3318,3402,3494,3577,3678,3797,3874,3937,4028,4097,4164,4264,4327,4392,4453,4521,4583,4641,4755,4815,4876,4933,5006,5129,5210,5290,5438,5519,5600,5689,5742,5796,5862,5940,6020,6104,6176,6250,6323,6393,6484,6555,6645,6740,6814,6897,6990,7039,7108,7194,7279,7341,7405,7468,7577,7669,7766,7859,7916,7974,8054"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-ar\\values-ar.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "100",
+ "startColumns": "4",
+ "startOffsets": "8141",
+ "endColumns": "100",
+ "endOffsets": "8237"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ar\\values-ar.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,317,424,506,607,721,801,880,971,1064,1156,1250,1350,1443,1538,1631,1722,1816,1895,2000,2098,2196,2304,2404,2507,2662,2759",
+ "endColumns": "107,103,106,81,100,113,79,78,90,92,91,93,99,92,94,92,90,93,78,104,97,97,107,99,102,154,96,81",
+ "endOffsets": "208,312,419,501,602,716,796,875,966,1059,1151,1245,1345,1438,1533,1626,1717,1811,1890,1995,2093,2191,2299,2399,2502,2657,2754,2836"
+ },
+ "to": {
+ "startLines": "10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,99",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "515,623,727,834,916,1017,1131,1211,1290,1381,1474,1566,1660,1760,1853,1948,2041,2132,2226,2305,2410,2508,2606,2714,2814,2917,3072,8059",
+ "endColumns": "107,103,106,81,100,113,79,78,90,92,91,93,99,92,94,92,90,93,78,104,97,97,107,99,102,154,96,81",
+ "endOffsets": "618,722,829,911,1012,1126,1206,1285,1376,1469,1561,1655,1755,1848,1943,2036,2127,2221,2300,2405,2503,2601,2709,2809,2912,3067,3164,8136"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-es_values-es.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-es\\values-es.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8194",
+ "endColumns": "100",
+ "endOffsets": "8290"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-es\\values-es.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,207,320,428,513,614,742,828,909,1001,1095,1192,1286,1386,1480,1576,1672,1764,1856,1938,2045,2156,2255,2363,2471,2578,2737,2836",
+ "endColumns": "101,112,107,84,100,127,85,80,91,93,96,93,99,93,95,95,91,91,81,106,110,98,107,107,106,158,98,82",
+ "endOffsets": "202,315,423,508,609,737,823,904,996,1090,1187,1281,1381,1475,1571,1667,1759,1851,1933,2040,2151,2250,2358,2466,2573,2732,2831,2914"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "328,430,543,651,736,837,965,1051,1132,1224,1318,1415,1509,1609,1703,1799,1895,1987,2079,2161,2268,2379,2478,2586,2694,2801,2960,8111",
+ "endColumns": "101,112,107,84,100,127,85,80,91,93,96,93,99,93,95,95,91,91,81,106,110,98,107,107,106,158,98,82",
+ "endOffsets": "425,538,646,731,832,960,1046,1127,1219,1313,1410,1504,1604,1698,1794,1890,1982,2074,2156,2263,2374,2473,2581,2689,2796,2955,3054,8189"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-es\\values-es.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,278,359,438,525,626,722,826,948,1029,1094,1189,1270,1333,1422,1486,1555,1618,1692,1756,1812,1930,1988,2050,2106,2186,2325,2414,2496,2637,2718,2798,2888,2944,3000,3066,3145,3227,3315,3389,3466,3536,3615,3699,3783,3875,3975,4049,4130,4232,4285,4352,4445,4534,4596,4660,4723,4836,4929,5033,5127,5187,5247",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,78,86,100,95,103,121,80,64,94,80,62,88,63,68,62,73,63,55,117,57,61,55,79,138,88,81,140,80,79,89,55,55,65,78,81,87,73,76,69,78,83,83,91,99,73,80,101,52,66,92,88,61,63,62,112,92,103,93,59,59,82",
+ "endOffsets": "273,354,433,520,621,717,821,943,1024,1089,1184,1265,1328,1417,1481,1550,1613,1687,1751,1807,1925,1983,2045,2101,2181,2320,2409,2491,2632,2713,2793,2883,2939,2995,3061,3140,3222,3310,3384,3461,3531,3610,3694,3778,3870,3970,4044,4125,4227,4280,4347,4440,4529,4591,4655,4718,4831,4924,5028,5122,5182,5242,5325"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3059,3140,3219,3306,3407,3503,3607,3729,3810,3875,3970,4051,4114,4203,4267,4336,4399,4473,4537,4593,4711,4769,4831,4887,4967,5106,5195,5277,5418,5499,5579,5669,5725,5781,5847,5926,6008,6096,6170,6247,6317,6396,6480,6564,6656,6756,6830,6911,7013,7066,7133,7226,7315,7377,7441,7504,7617,7710,7814,7908,7968,8028",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,78,86,100,95,103,121,80,64,94,80,62,88,63,68,62,73,63,55,117,57,61,55,79,138,88,81,140,80,79,89,55,55,65,78,81,87,73,76,69,78,83,83,91,99,73,80,101,52,66,92,88,61,63,62,112,92,103,93,59,59,82",
+ "endOffsets": "323,3135,3214,3301,3402,3498,3602,3724,3805,3870,3965,4046,4109,4198,4262,4331,4394,4468,4532,4588,4706,4764,4826,4882,4962,5101,5190,5272,5413,5494,5574,5664,5720,5776,5842,5921,6003,6091,6165,6242,6312,6391,6475,6559,6651,6751,6825,6906,7008,7061,7128,7221,7310,7372,7436,7499,7612,7705,7809,7903,7963,8023,8106"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-h480dp-land-v13\\values-h480dp-land-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,114,170,226,293,358,413,478,547",
+ "endColumns": "58,55,55,66,64,54,64,68,68",
+ "endOffsets": "109,165,221,288,353,408,473,542,611"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-ta_values-ta.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ta\\values-ta.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,218,320,435,524,635,756,835,911,1009,1109,1204,1298,1405,1505,1607,1701,1799,1897,1978,2086,2189,2288,2404,2507,2612,2769,2871",
+ "endColumns": "112,101,114,88,110,120,78,75,97,99,94,93,106,99,101,93,97,97,80,107,102,98,115,102,104,156,101,81",
+ "endOffsets": "213,315,430,519,630,751,830,906,1004,1104,1199,1293,1400,1500,1602,1696,1794,1892,1973,2081,2184,2283,2399,2502,2607,2764,2866,2948"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "322,435,537,652,741,852,973,1052,1128,1226,1326,1421,1515,1622,1722,1824,1918,2016,2114,2195,2303,2406,2505,2621,2724,2829,2986,8199",
+ "endColumns": "112,101,114,88,110,120,78,75,97,99,94,93,106,99,101,93,97,97,80,107,102,98,115,102,104,156,101,81",
+ "endOffsets": "430,532,647,736,847,968,1047,1123,1221,1321,1416,1510,1617,1717,1819,1913,2011,2109,2190,2298,2401,2500,2616,2719,2824,2981,3083,8276"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ta\\values-ta.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,272,360,446,530,633,727,836,954,1038,1102,1210,1278,1339,1447,1514,1600,1658,1742,1809,1863,1986,2048,2111,2165,2253,2381,2467,2549,2681,2761,2842,2931,2988,3040,3106,3191,3279,3371,3440,3517,3597,3665,3764,3847,3939,4033,4107,4193,4287,4337,4403,4488,4575,4638,4703,4766,4874,4977,5075,5180,5241,5297",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,87,85,83,102,93,108,117,83,63,107,67,60,107,66,85,57,83,66,53,122,61,62,53,87,127,85,81,131,79,80,88,56,51,65,84,87,91,68,76,79,67,98,82,91,93,73,85,93,49,65,84,86,62,64,62,107,102,97,104,60,55,85",
+ "endOffsets": "267,355,441,525,628,722,831,949,1033,1097,1205,1273,1334,1442,1509,1595,1653,1737,1804,1858,1981,2043,2106,2160,2248,2376,2462,2544,2676,2756,2837,2926,2983,3035,3101,3186,3274,3366,3435,3512,3592,3660,3759,3842,3934,4028,4102,4188,4282,4332,4398,4483,4570,4633,4698,4761,4869,4972,5070,5175,5236,5292,5378"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3088,3176,3262,3346,3449,3543,3652,3770,3854,3918,4026,4094,4155,4263,4330,4416,4474,4558,4625,4679,4802,4864,4927,4981,5069,5197,5283,5365,5497,5577,5658,5747,5804,5856,5922,6007,6095,6187,6256,6333,6413,6481,6580,6663,6755,6849,6923,7009,7103,7153,7219,7304,7391,7454,7519,7582,7690,7793,7891,7996,8057,8113",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,87,85,83,102,93,108,117,83,63,107,67,60,107,66,85,57,83,66,53,122,61,62,53,87,127,85,81,131,79,80,88,56,51,65,84,87,91,68,76,79,67,98,82,91,93,73,85,93,49,65,84,86,62,64,62,107,102,97,104,60,55,85",
+ "endOffsets": "317,3171,3257,3341,3444,3538,3647,3765,3849,3913,4021,4089,4150,4258,4325,4411,4469,4553,4620,4674,4797,4859,4922,4976,5064,5192,5278,5360,5492,5572,5653,5742,5799,5851,5917,6002,6090,6182,6251,6328,6408,6476,6575,6658,6750,6844,6918,7004,7098,7148,7214,7299,7386,7449,7514,7577,7685,7788,7886,7991,8052,8108,8194"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-ta\\values-ta.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8281",
+ "endColumns": "100",
+ "endOffsets": "8377"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-ur_values-ur.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ur\\values-ur.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,219,325,434,520,624,744,821,896,988,1082,1177,1271,1372,1466,1562,1656,1748,1840,1925,2033,2139,2241,2352,2453,2569,2734,2832",
+ "endColumns": "113,105,108,85,103,119,76,74,91,93,94,93,100,93,95,93,91,91,84,107,105,101,110,100,115,164,97,85",
+ "endOffsets": "214,320,429,515,619,739,816,891,983,1077,1172,1266,1367,1461,1557,1651,1743,1835,1920,2028,2134,2236,2347,2448,2564,2729,2827,2913"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "309,423,529,638,724,828,948,1025,1100,1192,1286,1381,1475,1576,1670,1766,1860,1952,2044,2129,2237,2343,2445,2556,2657,2773,2938,7930",
+ "endColumns": "113,105,108,85,103,119,76,74,91,93,94,93,100,93,95,93,91,91,84,107,105,101,110,100,115,164,97,85",
+ "endOffsets": "418,524,633,719,823,943,1020,1095,1187,1281,1376,1470,1571,1665,1761,1855,1947,2039,2124,2232,2338,2440,2551,2652,2768,2933,3031,8011"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-ur\\values-ur.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8016",
+ "endColumns": "100",
+ "endOffsets": "8112"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ur\\values-ur.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,259,337,415,493,591,680,780,899,982,1047,1140,1210,1269,1359,1423,1492,1550,1619,1679,1743,1855,1914,1973,2028,2103,2226,2306,2390,2523,2605,2686,2773,2831,2887,2953,3028,3108,3193,3260,3335,3412,3476,3570,3640,3729,3822,3896,3971,4061,4117,4184,4268,4352,4414,4478,4541,4641,4748,4842,4951,5013,5073",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,77,77,97,88,99,118,82,64,92,69,58,89,63,68,57,68,59,63,111,58,58,54,74,122,79,83,132,81,80,86,57,55,65,74,79,84,66,74,76,63,93,69,88,92,73,74,89,55,66,83,83,61,63,62,99,106,93,108,61,59,79",
+ "endOffsets": "254,332,410,488,586,675,775,894,977,1042,1135,1205,1264,1354,1418,1487,1545,1614,1674,1738,1850,1909,1968,2023,2098,2221,2301,2385,2518,2600,2681,2768,2826,2882,2948,3023,3103,3188,3255,3330,3407,3471,3565,3635,3724,3817,3891,3966,4056,4112,4179,4263,4347,4409,4473,4536,4636,4743,4837,4946,5008,5068,5148"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3036,3114,3192,3270,3368,3457,3557,3676,3759,3824,3917,3987,4046,4136,4200,4269,4327,4396,4456,4520,4632,4691,4750,4805,4880,5003,5083,5167,5300,5382,5463,5550,5608,5664,5730,5805,5885,5970,6037,6112,6189,6253,6347,6417,6506,6599,6673,6748,6838,6894,6961,7045,7129,7191,7255,7318,7418,7525,7619,7728,7790,7850",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,77,77,97,88,99,118,82,64,92,69,58,89,63,68,57,68,59,63,111,58,58,54,74,122,79,83,132,81,80,86,57,55,65,74,79,84,66,74,76,63,93,69,88,92,73,74,89,55,66,83,83,61,63,62,99,106,93,108,61,59,79",
+ "endOffsets": "304,3109,3187,3265,3363,3452,3552,3671,3754,3819,3912,3982,4041,4131,4195,4264,4322,4391,4451,4515,4627,4686,4745,4800,4875,4998,5078,5162,5295,5377,5458,5545,5603,5659,5725,5800,5880,5965,6032,6107,6184,6248,6342,6412,6501,6594,6668,6743,6833,6889,6956,7040,7124,7186,7250,7313,7413,7520,7614,7723,7785,7845,7925"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-sv_values-sv.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-sv\\values-sv.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,266,365,457,538,640,720,818,940,1019,1082,1174,1238,1298,1390,1455,1518,1580,1647,1711,1765,1870,1929,1990,2044,2113,2232,2315,2399,2535,2614,2698,2784,2838,2889,2955,3024,3098,3187,3259,3336,3407,3481,3572,3651,3738,3826,3898,3972,4057,4108,4175,4256,4340,4402,4466,4529,4636,4743,4842,4950,5008,5063",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,98,91,80,101,79,97,121,78,62,91,63,59,91,64,62,61,66,63,53,104,58,60,53,68,118,82,83,135,78,83,85,53,50,65,68,73,88,71,76,70,73,90,78,86,87,71,73,84,50,66,80,83,61,63,62,106,106,98,107,57,54,77",
+ "endOffsets": "261,360,452,533,635,715,813,935,1014,1077,1169,1233,1293,1385,1450,1513,1575,1642,1706,1760,1865,1924,1985,2039,2108,2227,2310,2394,2530,2609,2693,2779,2833,2884,2950,3019,3093,3182,3254,3331,3402,3476,3567,3646,3733,3821,3893,3967,4052,4103,4170,4251,4335,4397,4461,4524,4631,4738,4837,4945,5003,5058,5136"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2989,3088,3180,3261,3363,3443,3541,3663,3742,3805,3897,3961,4021,4113,4178,4241,4303,4370,4434,4488,4593,4652,4713,4767,4836,4955,5038,5122,5258,5337,5421,5507,5561,5612,5678,5747,5821,5910,5982,6059,6130,6204,6295,6374,6461,6549,6621,6695,6780,6831,6898,6979,7063,7125,7189,7252,7359,7466,7565,7673,7731,7786",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,98,91,80,101,79,97,121,78,62,91,63,59,91,64,62,61,66,63,53,104,58,60,53,68,118,82,83,135,78,83,85,53,50,65,68,73,88,71,76,70,73,90,78,86,87,71,73,84,50,66,80,83,61,63,62,106,106,98,107,57,54,77",
+ "endOffsets": "311,3083,3175,3256,3358,3438,3536,3658,3737,3800,3892,3956,4016,4108,4173,4236,4298,4365,4429,4483,4588,4647,4708,4762,4831,4950,5033,5117,5253,5332,5416,5502,5556,5607,5673,5742,5816,5905,5977,6054,6125,6199,6290,6369,6456,6544,6616,6690,6775,6826,6893,6974,7058,7120,7184,7247,7354,7461,7560,7668,7726,7781,7859"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-sv\\values-sv.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,208,311,422,506,608,721,798,873,966,1061,1156,1250,1352,1447,1544,1642,1738,1831,1911,2017,2116,2212,2317,2420,2522,2676,2778",
+ "endColumns": "102,102,110,83,101,112,76,74,92,94,94,93,101,94,96,97,95,92,79,105,98,95,104,102,101,153,101,79",
+ "endOffsets": "203,306,417,501,603,716,793,868,961,1056,1151,1245,1347,1442,1539,1637,1733,1826,1906,2012,2111,2207,2312,2415,2517,2671,2773,2853"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "316,419,522,633,717,819,932,1009,1084,1177,1272,1367,1461,1563,1658,1755,1853,1949,2042,2122,2228,2327,2423,2528,2631,2733,2887,7864",
+ "endColumns": "102,102,110,83,101,112,76,74,92,94,94,93,101,94,96,97,95,92,79,105,98,95,104,102,101,153,101,79",
+ "endOffsets": "414,517,628,712,814,927,1004,1079,1172,1267,1362,1456,1558,1653,1750,1848,1944,2037,2117,2223,2322,2418,2523,2626,2728,2882,2984,7939"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-sv\\values-sv.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7944",
+ "endColumns": "100",
+ "endOffsets": "8040"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-ro_values-ro.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ro\\values-ro.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,226,330,443,527,631,752,837,917,1008,1101,1196,1290,1390,1483,1578,1672,1763,1855,1938,2050,2158,2258,2372,2478,2584,2748,2851",
+ "endColumns": "120,103,112,83,103,120,84,79,90,92,94,93,99,92,94,93,90,91,82,111,107,99,113,105,105,163,102,83",
+ "endOffsets": "221,325,438,522,626,747,832,912,1003,1096,1191,1285,1385,1478,1573,1667,1758,1850,1933,2045,2153,2253,2367,2473,2579,2743,2846,2930"
+ },
+ "to": {
+ "startLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "371,492,596,709,793,897,1018,1103,1183,1274,1367,1462,1556,1656,1749,1844,1938,2029,2121,2204,2316,2424,2524,2638,2744,2850,3014,8148",
+ "endColumns": "120,103,112,83,103,120,84,79,90,92,94,93,99,92,94,93,90,91,82,111,107,99,113,105,105,163,102,83",
+ "endOffsets": "487,591,704,788,892,1013,1098,1178,1269,1362,1457,1551,1651,1744,1839,1933,2024,2116,2199,2311,2419,2519,2633,2739,2845,3009,3112,8227"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ro\\values-ro.xml",
+ "from": {
+ "startLines": "2,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,321,413,501,588,684,774,875,996,1080,1146,1241,1315,1375,1459,1521,1587,1645,1718,1781,1837,1956,2013,2074,2130,2204,2349,2435,2519,2652,2734,2817,2907,2962,3013,3079,3152,3230,3318,3389,3466,3540,3612,3703,3777,3872,3970,4044,4124,4225,4278,4344,4433,4523,4585,4649,4712,4824,4937,5047,5159,5218,5273",
+ "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "endColumns": "12,91,87,86,95,89,100,120,83,65,94,73,59,83,61,65,57,72,62,55,118,56,60,55,73,144,85,83,132,81,82,89,54,50,65,72,77,87,70,76,73,71,90,73,94,97,73,79,100,52,65,88,89,61,63,62,111,112,109,111,58,54,78",
+ "endOffsets": "316,408,496,583,679,769,870,991,1075,1141,1236,1310,1370,1454,1516,1582,1640,1713,1776,1832,1951,2008,2069,2125,2199,2344,2430,2514,2647,2729,2812,2902,2957,3008,3074,3147,3225,3313,3384,3461,3535,3607,3698,3772,3867,3965,4039,4119,4220,4273,4339,4428,4518,4580,4644,4707,4819,4932,5042,5154,5213,5268,5347"
+ },
+ "to": {
+ "startLines": "2,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3117,3209,3297,3384,3480,3570,3671,3792,3876,3942,4037,4111,4171,4255,4317,4383,4441,4514,4577,4633,4752,4809,4870,4926,5000,5145,5231,5315,5448,5530,5613,5703,5758,5809,5875,5948,6026,6114,6185,6262,6336,6408,6499,6573,6668,6766,6840,6920,7021,7074,7140,7229,7319,7381,7445,7508,7620,7733,7843,7955,8014,8069",
+ "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "endColumns": "12,91,87,86,95,89,100,120,83,65,94,73,59,83,61,65,57,72,62,55,118,56,60,55,73,144,85,83,132,81,82,89,54,50,65,72,77,87,70,76,73,71,90,73,94,97,73,79,100,52,65,88,89,61,63,62,111,112,109,111,58,54,78",
+ "endOffsets": "366,3204,3292,3379,3475,3565,3666,3787,3871,3937,4032,4106,4166,4250,4312,4378,4436,4509,4572,4628,4747,4804,4865,4921,4995,5140,5226,5310,5443,5525,5608,5698,5753,5804,5870,5943,6021,6109,6180,6257,6331,6403,6494,6568,6663,6761,6835,6915,7016,7069,7135,7224,7314,7376,7440,7503,7615,7728,7838,7950,8009,8064,8143"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-ro\\values-ro.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "97",
+ "startColumns": "4",
+ "startOffsets": "8232",
+ "endColumns": "100",
+ "endOffsets": "8328"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-as_values-as.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-as\\values-as.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,312,419,510,615,735,812,887,978,1071,1166,1260,1360,1453,1548,1642,1733,1824,1910,2023,2131,2234,2343,2459,2579,2746,2848",
+ "endColumns": "107,98,106,90,104,119,76,74,90,92,94,93,99,92,94,93,90,90,85,112,107,102,108,115,119,166,101,82",
+ "endOffsets": "208,307,414,505,610,730,807,882,973,1066,1161,1255,1355,1448,1543,1637,1728,1819,1905,2018,2126,2229,2338,2454,2574,2741,2843,2926"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "322,430,529,636,727,832,952,1029,1104,1195,1288,1383,1477,1577,1670,1765,1859,1950,2041,2127,2240,2348,2451,2560,2676,2796,2963,7861",
+ "endColumns": "107,98,106,90,104,119,76,74,90,92,94,93,99,92,94,93,90,90,85,112,107,102,108,115,119,166,101,82",
+ "endOffsets": "425,524,631,722,827,947,1024,1099,1190,1283,1378,1472,1572,1665,1760,1854,1945,2036,2122,2235,2343,2446,2555,2671,2791,2958,3060,7939"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-as\\values-as.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,272,354,432,509,595,679,781,904,983,1048,1137,1202,1261,1347,1411,1475,1538,1608,1672,1726,1831,1889,1951,2005,2077,2194,2281,2364,2504,2581,2662,2753,2807,2858,2924,2994,3071,3158,3229,3306,3375,3444,3535,3607,3696,3785,3859,3931,4017,4067,4133,4213,4297,4359,4423,4486,4586,4683,4775,4874,4932,4987",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,81,77,76,85,83,101,122,78,64,88,64,58,85,63,63,62,69,63,53,104,57,61,53,71,116,86,82,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,80",
+ "endOffsets": "267,349,427,504,590,674,776,899,978,1043,1132,1197,1256,1342,1406,1470,1533,1603,1667,1721,1826,1884,1946,2000,2072,2189,2276,2359,2499,2576,2657,2748,2802,2853,2919,2989,3066,3153,3224,3301,3370,3439,3530,3602,3691,3780,3854,3926,4012,4062,4128,4208,4292,4354,4418,4481,4581,4678,4770,4869,4927,4982,5063"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3065,3147,3225,3302,3388,3472,3574,3697,3776,3841,3930,3995,4054,4140,4204,4268,4331,4401,4465,4519,4624,4682,4744,4798,4870,4987,5074,5157,5297,5374,5455,5546,5600,5651,5717,5787,5864,5951,6022,6099,6168,6237,6328,6400,6489,6578,6652,6724,6810,6860,6926,7006,7090,7152,7216,7279,7379,7476,7568,7667,7725,7780",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,81,77,76,85,83,101,122,78,64,88,64,58,85,63,63,62,69,63,53,104,57,61,53,71,116,86,82,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,80",
+ "endOffsets": "317,3142,3220,3297,3383,3467,3569,3692,3771,3836,3925,3990,4049,4135,4199,4263,4326,4396,4460,4514,4619,4677,4739,4793,4865,4982,5069,5152,5292,5369,5450,5541,5595,5646,5712,5782,5859,5946,6017,6094,6163,6232,6323,6395,6484,6573,6647,6719,6805,6855,6921,7001,7085,7147,7211,7274,7374,7471,7563,7662,7720,7775,7856"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-as\\values-as.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7944",
+ "endColumns": "100",
+ "endOffsets": "8040"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-ka_values-ka.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ka\\values-ka.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,316,427,513,618,731,814,893,984,1077,1172,1266,1366,1459,1554,1649,1740,1831,1912,2025,2131,2229,2342,2447,2551,2709,2808",
+ "endColumns": "107,102,110,85,104,112,82,78,90,92,94,93,99,92,94,94,90,90,80,112,105,97,112,104,103,157,98,81",
+ "endOffsets": "208,311,422,508,613,726,809,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1907,2020,2126,2224,2337,2442,2546,2704,2803,2885"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "323,431,534,645,731,836,949,1032,1111,1202,1295,1390,1484,1584,1677,1772,1867,1958,2049,2130,2243,2349,2447,2560,2665,2769,2927,7982",
+ "endColumns": "107,102,110,85,104,112,82,78,90,92,94,93,99,92,94,94,90,90,80,112,105,97,112,104,103,157,98,81",
+ "endOffsets": "426,529,640,726,831,944,1027,1106,1197,1290,1385,1479,1579,1672,1767,1862,1953,2044,2125,2238,2344,2442,2555,2660,2764,2922,3021,8059"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ka\\values-ka.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,273,351,425,509,602,696,795,920,1008,1075,1172,1241,1304,1391,1455,1521,1581,1650,1711,1765,1880,1939,1999,2053,2125,2255,2343,2427,2565,2643,2719,2813,2869,2923,2989,3062,3140,3226,3299,3377,3455,3530,3620,3695,3789,3887,3961,4038,4138,4191,4259,4348,4437,4499,4564,4627,4734,4832,4932,5031,5091,5149",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,73,83,92,93,98,124,87,66,96,68,62,86,63,65,59,68,60,53,114,58,59,53,71,129,87,83,137,77,75,93,55,53,65,72,77,85,72,77,77,74,89,74,93,97,73,76,99,52,67,88,88,61,64,62,106,97,99,98,59,57,79",
+ "endOffsets": "268,346,420,504,597,691,790,915,1003,1070,1167,1236,1299,1386,1450,1516,1576,1645,1706,1760,1875,1934,1994,2048,2120,2250,2338,2422,2560,2638,2714,2808,2864,2918,2984,3057,3135,3221,3294,3372,3450,3525,3615,3690,3784,3882,3956,4033,4133,4186,4254,4343,4432,4494,4559,4622,4729,4827,4927,5026,5086,5144,5224"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3026,3104,3178,3262,3355,3449,3548,3673,3761,3828,3925,3994,4057,4144,4208,4274,4334,4403,4464,4518,4633,4692,4752,4806,4878,5008,5096,5180,5318,5396,5472,5566,5622,5676,5742,5815,5893,5979,6052,6130,6208,6283,6373,6448,6542,6640,6714,6791,6891,6944,7012,7101,7190,7252,7317,7380,7487,7585,7685,7784,7844,7902",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,73,83,92,93,98,124,87,66,96,68,62,86,63,65,59,68,60,53,114,58,59,53,71,129,87,83,137,77,75,93,55,53,65,72,77,85,72,77,77,74,89,74,93,97,73,76,99,52,67,88,88,61,64,62,106,97,99,98,59,57,79",
+ "endOffsets": "318,3099,3173,3257,3350,3444,3543,3668,3756,3823,3920,3989,4052,4139,4203,4269,4329,4398,4459,4513,4628,4687,4747,4801,4873,5003,5091,5175,5313,5391,5467,5561,5617,5671,5737,5810,5888,5974,6047,6125,6203,6278,6368,6443,6537,6635,6709,6786,6886,6939,7007,7096,7185,7247,7312,7375,7482,7580,7680,7779,7839,7897,7977"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-ka\\values-ka.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8064",
+ "endColumns": "100",
+ "endOffsets": "8160"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-sl_values-sl.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-sl\\values-sl.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,217,319,427,514,617,736,817,895,987,1081,1176,1270,1365,1459,1555,1655,1747,1839,1923,2031,2139,2239,2352,2460,2565,2745,2845",
+ "endColumns": "111,101,107,86,102,118,80,77,91,93,94,93,94,93,95,99,91,91,83,107,107,99,112,107,104,179,99,83",
+ "endOffsets": "212,314,422,509,612,731,812,890,982,1076,1171,1265,1360,1454,1550,1650,1742,1834,1918,2026,2134,2234,2347,2455,2560,2740,2840,2924"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "417,529,631,739,826,929,1048,1129,1207,1299,1393,1488,1582,1677,1771,1867,1967,2059,2151,2235,2343,2451,2551,2664,2772,2877,3057,8125",
+ "endColumns": "111,101,107,86,102,118,80,77,91,93,94,93,94,93,95,99,91,91,83,107,107,99,112,107,104,179,99,83",
+ "endOffsets": "524,626,734,821,924,1043,1124,1202,1294,1388,1483,1577,1672,1766,1862,1962,2054,2146,2230,2338,2446,2546,2659,2767,2872,3052,3152,8204"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-sl\\values-sl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8209",
+ "endColumns": "100",
+ "endOffsets": "8305"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-sl\\values-sl.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,367,456,545,633,731,822,928,1054,1138,1204,1298,1374,1437,1549,1609,1674,1728,1798,1858,1914,2026,2083,2145,2201,2274,2408,2493,2578,2721,2805,2888,2977,3033,3088,3154,3227,3304,3388,3462,3538,3613,3686,3774,3847,3937,4028,4100,4174,4265,4317,4384,4468,4555,4617,4681,4744,4847,4944,5042,5139,5199,5258",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,88,88,87,97,90,105,125,83,65,93,75,62,111,59,64,53,69,59,55,111,56,61,55,72,133,84,84,142,83,82,88,55,54,65,72,76,83,73,75,74,72,87,72,89,90,71,73,90,51,66,83,86,61,63,62,102,96,97,96,59,58,76",
+ "endOffsets": "362,451,540,628,726,817,923,1049,1133,1199,1293,1369,1432,1544,1604,1669,1723,1793,1853,1909,2021,2078,2140,2196,2269,2403,2488,2573,2716,2800,2883,2972,3028,3083,3149,3222,3299,3383,3457,3533,3608,3681,3769,3842,3932,4023,4095,4169,4260,4312,4379,4463,4550,4612,4676,4739,4842,4939,5037,5134,5194,5253,5330"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3157,3246,3335,3423,3521,3612,3718,3844,3928,3994,4088,4164,4227,4339,4399,4464,4518,4588,4648,4704,4816,4873,4935,4991,5064,5198,5283,5368,5511,5595,5678,5767,5823,5878,5944,6017,6094,6178,6252,6328,6403,6476,6564,6637,6727,6818,6890,6964,7055,7107,7174,7258,7345,7407,7471,7534,7637,7734,7832,7929,7989,8048",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,88,88,87,97,90,105,125,83,65,93,75,62,111,59,64,53,69,59,55,111,56,61,55,72,133,84,84,142,83,82,88,55,54,65,72,76,83,73,75,74,72,87,72,89,90,71,73,90,51,66,83,86,61,63,62,102,96,97,96,59,58,76",
+ "endOffsets": "412,3241,3330,3418,3516,3607,3713,3839,3923,3989,4083,4159,4222,4334,4394,4459,4513,4583,4643,4699,4811,4868,4930,4986,5059,5193,5278,5363,5506,5590,5673,5762,5818,5873,5939,6012,6089,6173,6247,6323,6398,6471,6559,6632,6722,6813,6885,6959,7050,7102,7169,7253,7340,7402,7466,7529,7632,7729,7827,7924,7984,8043,8120"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-hdpi-v4_values-hdpi-v4.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-hdpi-v4\\values-hdpi-v4.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "6",
+ "endColumns": "13",
+ "endOffsets": "327"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-cs_values-cs.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-cs\\values-cs.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,314,424,510,615,732,810,886,977,1070,1165,1259,1353,1446,1541,1638,1729,1820,1904,2008,2120,2219,2325,2436,2538,2701,2799",
+ "endColumns": "106,101,109,85,104,116,77,75,90,92,94,93,93,92,94,96,90,90,83,103,111,98,105,110,101,162,97,82",
+ "endOffsets": "207,309,419,505,610,727,805,881,972,1065,1160,1254,1348,1441,1536,1633,1724,1815,1899,2003,2115,2214,2320,2431,2533,2696,2794,2877"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "418,525,627,737,823,928,1045,1123,1199,1290,1383,1478,1572,1666,1759,1854,1951,2042,2133,2217,2321,2433,2532,2638,2749,2851,3014,8010",
+ "endColumns": "106,101,109,85,104,116,77,75,90,92,94,93,93,92,94,96,90,90,83,103,111,98,105,110,101,162,97,82",
+ "endOffsets": "520,622,732,818,923,1040,1118,1194,1285,1378,1473,1567,1661,1754,1849,1946,2037,2128,2212,2316,2428,2527,2633,2744,2846,3009,3107,8088"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-cs\\values-cs.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,368,446,524,601,704,796,888,1014,1095,1160,1259,1335,1396,1485,1549,1616,1670,1738,1798,1852,1969,2029,2091,2145,2217,2339,2423,2515,2652,2730,2812,2900,2954,3005,3071,3143,3220,3304,3376,3453,3527,3598,3686,3757,3850,3945,4019,4093,4189,4241,4308,4394,4482,4544,4608,4671,4781,4877,4976,5074,5132,5187",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,77,77,76,102,91,91,125,80,64,98,75,60,88,63,66,53,67,59,53,116,59,61,53,71,121,83,91,136,77,81,87,53,50,65,71,76,83,71,76,73,70,87,70,92,94,73,73,95,51,66,85,87,61,63,62,109,95,98,97,57,54,78",
+ "endOffsets": "363,441,519,596,699,791,883,1009,1090,1155,1254,1330,1391,1480,1544,1611,1665,1733,1793,1847,1964,2024,2086,2140,2212,2334,2418,2510,2647,2725,2807,2895,2949,3000,3066,3138,3215,3299,3371,3448,3522,3593,3681,3752,3845,3940,4014,4088,4184,4236,4303,4389,4477,4539,4603,4666,4776,4872,4971,5069,5127,5182,5261"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3112,3190,3268,3345,3448,3540,3632,3758,3839,3904,4003,4079,4140,4229,4293,4360,4414,4482,4542,4596,4713,4773,4835,4889,4961,5083,5167,5259,5396,5474,5556,5644,5698,5749,5815,5887,5964,6048,6120,6197,6271,6342,6430,6501,6594,6689,6763,6837,6933,6985,7052,7138,7226,7288,7352,7415,7525,7621,7720,7818,7876,7931",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,77,77,76,102,91,91,125,80,64,98,75,60,88,63,66,53,67,59,53,116,59,61,53,71,121,83,91,136,77,81,87,53,50,65,71,76,83,71,76,73,70,87,70,92,94,73,73,95,51,66,85,87,61,63,62,109,95,98,97,57,54,78",
+ "endOffsets": "413,3185,3263,3340,3443,3535,3627,3753,3834,3899,3998,4074,4135,4224,4288,4355,4409,4477,4537,4591,4708,4768,4830,4884,4956,5078,5162,5254,5391,5469,5551,5639,5693,5744,5810,5882,5959,6043,6115,6192,6266,6337,6425,6496,6589,6684,6758,6832,6928,6980,7047,7133,7221,7283,7347,7410,7520,7616,7715,7813,7871,7926,8005"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-cs\\values-cs.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8093",
+ "endColumns": "100",
+ "endOffsets": "8189"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-it_values-it.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-it\\values-it.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8132",
+ "endColumns": "100",
+ "endOffsets": "8228"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-it\\values-it.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,210,313,422,506,611,730,808,883,975,1069,1162,1256,1357,1451,1548,1643,1735,1827,1908,2014,2121,2219,2323,2429,2536,2699,2799",
+ "endColumns": "104,102,108,83,104,118,77,74,91,93,92,93,100,93,96,94,91,91,80,105,106,97,103,105,106,162,99,81",
+ "endOffsets": "205,308,417,501,606,725,803,878,970,1064,1157,1251,1352,1446,1543,1638,1730,1822,1903,2009,2116,2214,2318,2424,2531,2694,2794,2876"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "318,423,526,635,719,824,943,1021,1096,1188,1282,1375,1469,1570,1664,1761,1856,1948,2040,2121,2227,2334,2432,2536,2642,2749,2912,8050",
+ "endColumns": "104,102,108,83,104,118,77,74,91,93,92,93,100,93,96,94,91,91,80,105,106,97,103,105,106,162,99,81",
+ "endOffsets": "418,521,630,714,819,938,1016,1091,1183,1277,1370,1464,1565,1659,1756,1851,1943,2035,2116,2222,2329,2427,2531,2637,2744,2907,3007,8127"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-it\\values-it.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,268,352,433,510,609,704,803,943,1026,1092,1187,1272,1334,1422,1484,1553,1616,1689,1752,1806,1927,1984,2046,2100,2177,2314,2399,2481,2616,2697,2778,2869,2924,2975,3041,3114,3194,3285,3360,3437,3506,3583,3671,3760,3853,3946,4020,4100,4194,4245,4311,4395,4483,4545,4609,4672,4787,4897,5003,5112,5171,5226",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,83,80,76,98,94,98,139,82,65,94,84,61,87,61,68,62,72,62,53,120,56,61,53,76,136,84,81,134,80,80,90,54,50,65,72,79,90,74,76,68,76,87,88,92,92,73,79,93,50,65,83,87,61,63,62,114,109,105,108,58,54,79",
+ "endOffsets": "263,347,428,505,604,699,798,938,1021,1087,1182,1267,1329,1417,1479,1548,1611,1684,1747,1801,1922,1979,2041,2095,2172,2309,2394,2476,2611,2692,2773,2864,2919,2970,3036,3109,3189,3280,3355,3432,3501,3578,3666,3755,3848,3941,4015,4095,4189,4240,4306,4390,4478,4540,4604,4667,4782,4892,4998,5107,5166,5221,5301"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3012,3096,3177,3254,3353,3448,3547,3687,3770,3836,3931,4016,4078,4166,4228,4297,4360,4433,4496,4550,4671,4728,4790,4844,4921,5058,5143,5225,5360,5441,5522,5613,5668,5719,5785,5858,5938,6029,6104,6181,6250,6327,6415,6504,6597,6690,6764,6844,6938,6989,7055,7139,7227,7289,7353,7416,7531,7641,7747,7856,7915,7970",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,83,80,76,98,94,98,139,82,65,94,84,61,87,61,68,62,72,62,53,120,56,61,53,76,136,84,81,134,80,80,90,54,50,65,72,79,90,74,76,68,76,87,88,92,92,73,79,93,50,65,83,87,61,63,62,114,109,105,108,58,54,79",
+ "endOffsets": "313,3091,3172,3249,3348,3443,3542,3682,3765,3831,3926,4011,4073,4161,4223,4292,4355,4428,4491,4545,4666,4723,4785,4839,4916,5053,5138,5220,5355,5436,5517,5608,5663,5714,5780,5853,5933,6024,6099,6176,6245,6322,6410,6499,6592,6685,6759,6839,6933,6984,7050,7134,7222,7284,7348,7411,7526,7636,7742,7851,7910,7965,8045"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-kk_values-kk.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-kk\\values-kk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7991",
+ "endColumns": "100",
+ "endOffsets": "8087"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-kk\\values-kk.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,273,351,427,506,600,688,780,892,974,1038,1133,1203,1266,1373,1438,1505,1566,1633,1695,1749,1863,1922,1983,2037,2112,2238,2326,2415,2557,2629,2702,2791,2848,2904,2970,3041,3118,3204,3276,3352,3433,3503,3590,3662,3753,3846,3920,3995,4087,4139,4205,4289,4375,4437,4501,4564,4668,4768,4862,4963,5024,5084",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,75,78,93,87,91,111,81,63,94,69,62,106,64,66,60,66,61,53,113,58,60,53,74,125,87,88,141,71,72,88,56,55,65,70,76,85,71,75,80,69,86,71,90,92,73,74,91,51,65,83,85,61,63,62,103,99,93,100,60,59,83",
+ "endOffsets": "268,346,422,501,595,683,775,887,969,1033,1128,1198,1261,1368,1433,1500,1561,1628,1690,1744,1858,1917,1978,2032,2107,2233,2321,2410,2552,2624,2697,2786,2843,2899,2965,3036,3113,3199,3271,3347,3428,3498,3585,3657,3748,3841,3915,3990,4082,4134,4200,4284,4370,4432,4496,4559,4663,4763,4857,4958,5019,5079,5163"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3014,3092,3168,3247,3341,3429,3521,3633,3715,3779,3874,3944,4007,4114,4179,4246,4307,4374,4436,4490,4604,4663,4724,4778,4853,4979,5067,5156,5298,5370,5443,5532,5589,5645,5711,5782,5859,5945,6017,6093,6174,6244,6331,6403,6494,6587,6661,6736,6828,6880,6946,7030,7116,7178,7242,7305,7409,7509,7603,7704,7765,7825",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,75,78,93,87,91,111,81,63,94,69,62,106,64,66,60,66,61,53,113,58,60,53,74,125,87,88,141,71,72,88,56,55,65,70,76,85,71,75,80,69,86,71,90,92,73,74,91,51,65,83,85,61,63,62,103,99,93,100,60,59,83",
+ "endOffsets": "318,3087,3163,3242,3336,3424,3516,3628,3710,3774,3869,3939,4002,4109,4174,4241,4302,4369,4431,4485,4599,4658,4719,4773,4848,4974,5062,5151,5293,5365,5438,5527,5584,5640,5706,5777,5854,5940,6012,6088,6169,6239,6326,6398,6489,6582,6656,6731,6823,6875,6941,7025,7111,7173,7237,7300,7404,7504,7598,7699,7760,7820,7904"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-kk\\values-kk.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,318,428,513,619,738,818,895,986,1079,1174,1268,1368,1461,1556,1653,1744,1835,1916,2021,2124,2222,2329,2435,2535,2701,2796",
+ "endColumns": "107,104,109,84,105,118,79,76,90,92,94,93,99,92,94,96,90,90,80,104,102,97,106,105,99,165,94,81",
+ "endOffsets": "208,313,423,508,614,733,813,890,981,1074,1169,1263,1363,1456,1551,1648,1739,1830,1911,2016,2119,2217,2324,2430,2530,2696,2791,2873"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "323,431,536,646,731,837,956,1036,1113,1204,1297,1392,1486,1586,1679,1774,1871,1962,2053,2134,2239,2342,2440,2547,2653,2753,2919,7909",
+ "endColumns": "107,104,109,84,105,118,79,76,90,92,94,93,99,92,94,96,90,90,80,104,102,97,106,105,99,165,94,81",
+ "endOffsets": "426,531,641,726,832,951,1031,1108,1199,1292,1387,1481,1581,1674,1769,1866,1957,2048,2129,2234,2337,2435,2542,2648,2748,2914,3009,7986"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-bg_values-bg.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-bg\\values-bg.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,344,423,506,628,738,833,966,1055,1121,1218,1298,1360,1449,1512,1577,1636,1709,1772,1826,1954,2011,2073,2127,2200,2343,2427,2515,2651,2739,2827,2912,2965,3016,3082,3157,3233,3319,3396,3472,3549,3623,3714,3789,3880,3972,4046,4133,4224,4279,4345,4428,4514,4576,4640,4703,4820,4933,5044,5161,5218,5273",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,78,78,82,121,109,94,132,88,65,96,79,61,88,62,64,58,72,62,53,127,56,61,53,72,142,83,87,135,87,87,84,52,50,65,74,75,85,76,75,76,73,90,74,90,91,73,86,90,54,65,82,85,61,63,62,116,112,110,116,56,54,85",
+ "endOffsets": "260,339,418,501,623,733,828,961,1050,1116,1213,1293,1355,1444,1507,1572,1631,1704,1767,1821,1949,2006,2068,2122,2195,2338,2422,2510,2646,2734,2822,2907,2960,3011,3077,3152,3228,3314,3391,3467,3544,3618,3709,3784,3875,3967,4041,4128,4219,4274,4340,4423,4509,4571,4635,4698,4815,4928,5039,5156,5213,5268,5354"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3064,3143,3222,3305,3427,3537,3632,3765,3854,3920,4017,4097,4159,4248,4311,4376,4435,4508,4571,4625,4753,4810,4872,4926,4999,5142,5226,5314,5450,5538,5626,5711,5764,5815,5881,5956,6032,6118,6195,6271,6348,6422,6513,6588,6679,6771,6845,6932,7023,7078,7144,7227,7313,7375,7439,7502,7619,7732,7843,7960,8017,8072",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,78,78,82,121,109,94,132,88,65,96,79,61,88,62,64,58,72,62,53,127,56,61,53,72,142,83,87,135,87,87,84,52,50,65,74,75,85,76,75,76,73,90,74,90,91,73,86,90,54,65,82,85,61,63,62,116,112,110,116,56,54,85",
+ "endOffsets": "310,3138,3217,3300,3422,3532,3627,3760,3849,3915,4012,4092,4154,4243,4306,4371,4430,4503,4566,4620,4748,4805,4867,4921,4994,5137,5221,5309,5445,5533,5621,5706,5759,5810,5876,5951,6027,6113,6190,6266,6343,6417,6508,6583,6674,6766,6840,6927,7018,7073,7139,7222,7308,7370,7434,7497,7614,7727,7838,7955,8012,8067,8153"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-bg\\values-bg.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8242",
+ "endColumns": "100",
+ "endOffsets": "8338"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-bg\\values-bg.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,225,331,436,522,632,753,833,910,1001,1094,1189,1283,1383,1476,1571,1679,1770,1861,1944,2058,2166,2266,2380,2487,2595,2755,2854",
+ "endColumns": "119,105,104,85,109,120,79,76,90,92,94,93,99,92,94,107,90,90,82,113,107,99,113,106,107,159,98,83",
+ "endOffsets": "220,326,431,517,627,748,828,905,996,1089,1184,1278,1378,1471,1566,1674,1765,1856,1939,2053,2161,2261,2375,2482,2590,2750,2849,2933"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,435,541,646,732,842,963,1043,1120,1211,1304,1399,1493,1593,1686,1781,1889,1980,2071,2154,2268,2376,2476,2590,2697,2805,2965,8158",
+ "endColumns": "119,105,104,85,109,120,79,76,90,92,94,93,99,92,94,107,90,90,82,113,107,99,113,106,107,159,98,83",
+ "endOffsets": "430,536,641,727,837,958,1038,1115,1206,1299,1394,1488,1588,1681,1776,1884,1975,2066,2149,2263,2371,2471,2585,2692,2800,2960,3059,8237"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-sq_values-sq.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-sq\\values-sq.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8106",
+ "endColumns": "100",
+ "endOffsets": "8202"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-sq\\values-sq.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,267,346,424,510,610,702,803,929,1012,1077,1177,1247,1306,1404,1466,1530,1589,1661,1724,1778,1895,1952,2014,2068,2140,2275,2358,2436,2577,2661,2743,2833,2886,2945,3011,3082,3161,3249,3325,3403,3475,3548,3637,3709,3803,3902,3976,4048,4149,4199,4265,4355,4444,4506,4570,4633,4749,4857,4966,5075,5132,5195",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,78,77,85,99,91,100,125,82,64,99,69,58,97,61,63,58,71,62,53,116,56,61,53,71,134,82,77,140,83,81,89,52,58,65,70,78,87,75,77,71,72,88,71,93,98,73,71,100,49,65,89,88,61,63,62,115,107,108,108,56,62,82",
+ "endOffsets": "262,341,419,505,605,697,798,924,1007,1072,1172,1242,1301,1399,1461,1525,1584,1656,1719,1773,1890,1947,2009,2063,2135,2270,2353,2431,2572,2656,2738,2828,2881,2940,3006,3077,3156,3244,3320,3398,3470,3543,3632,3704,3798,3897,3971,4043,4144,4194,4260,4350,4439,4501,4565,4628,4744,4852,4961,5070,5127,5190,5273"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3013,3092,3170,3256,3356,3448,3549,3675,3758,3823,3923,3993,4052,4150,4212,4276,4335,4407,4470,4524,4641,4698,4760,4814,4886,5021,5104,5182,5323,5407,5489,5579,5632,5691,5757,5828,5907,5995,6071,6149,6221,6294,6383,6455,6549,6648,6722,6794,6895,6945,7011,7101,7190,7252,7316,7379,7495,7603,7712,7821,7878,7941",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,78,77,85,99,91,100,125,82,64,99,69,58,97,61,63,58,71,62,53,116,56,61,53,71,134,82,77,140,83,81,89,52,58,65,70,78,87,75,77,71,72,88,71,93,98,73,71,100,49,65,89,88,61,63,62,115,107,108,108,56,62,82",
+ "endOffsets": "312,3087,3165,3251,3351,3443,3544,3670,3753,3818,3918,3988,4047,4145,4207,4271,4330,4402,4465,4519,4636,4693,4755,4809,4881,5016,5099,5177,5318,5402,5484,5574,5627,5686,5752,5823,5902,5990,6066,6144,6216,6289,6378,6450,6544,6643,6717,6789,6890,6940,7006,7096,7185,7247,7311,7374,7490,7598,7707,7816,7873,7936,8019"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-sq\\values-sq.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,219,319,431,517,623,746,828,906,997,1090,1185,1279,1380,1473,1568,1665,1756,1849,1930,2036,2140,2238,2344,2448,2550,2704,2801",
+ "endColumns": "113,99,111,85,105,122,81,77,90,92,94,93,100,92,94,96,90,92,80,105,103,97,105,103,101,153,96,81",
+ "endOffsets": "214,314,426,512,618,741,823,901,992,1085,1180,1274,1375,1468,1563,1660,1751,1844,1925,2031,2135,2233,2339,2443,2545,2699,2796,2878"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "317,431,531,643,729,835,958,1040,1118,1209,1302,1397,1491,1592,1685,1780,1877,1968,2061,2142,2248,2352,2450,2556,2660,2762,2916,8024",
+ "endColumns": "113,99,111,85,105,122,81,77,90,92,94,93,100,92,94,96,90,92,80,105,103,97,105,103,101,153,96,81",
+ "endOffsets": "426,526,638,724,830,953,1035,1113,1204,1297,1392,1486,1587,1680,1775,1872,1963,2056,2137,2243,2347,2445,2551,2655,2757,2911,3008,8101"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-ko_values-ko.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-ko\\values-ko.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7321",
+ "endColumns": "100",
+ "endOffsets": "7417"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ko\\values-ko.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,249,314,378,447,521,600,683,789,864,926,1007,1069,1126,1213,1273,1331,1389,1448,1505,1559,1654,1710,1767,1821,1887,1991,2066,2143,2264,2329,2394,2473,2523,2574,2640,2704,2774,2851,2919,2990,3057,3127,3207,3284,3364,3446,3518,3583,3655,3703,3767,3842,3919,3981,4045,4108,4192,4271,4351,4431,4485,4540",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,64,63,68,73,78,82,105,74,61,80,61,56,86,59,57,57,58,56,53,94,55,56,53,65,103,74,76,120,64,64,78,49,50,65,63,69,76,67,70,66,69,79,76,79,81,71,64,71,47,63,74,76,61,63,62,83,78,79,79,53,54,71",
+ "endOffsets": "244,309,373,442,516,595,678,784,859,921,1002,1064,1121,1208,1268,1326,1384,1443,1500,1554,1649,1705,1762,1816,1882,1986,2061,2138,2259,2324,2389,2468,2518,2569,2635,2699,2769,2846,2914,2985,3052,3122,3202,3279,3359,3441,3513,3578,3650,3698,3762,3837,3914,3976,4040,4103,4187,4266,4346,4426,4480,4535,4607"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2879,2944,3008,3077,3151,3230,3313,3419,3494,3556,3637,3699,3756,3843,3903,3961,4019,4078,4135,4189,4284,4340,4397,4451,4517,4621,4696,4773,4894,4959,5024,5103,5153,5204,5270,5334,5404,5481,5549,5620,5687,5757,5837,5914,5994,6076,6148,6213,6285,6333,6397,6472,6549,6611,6675,6738,6822,6901,6981,7061,7115,7170",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,64,63,68,73,78,82,105,74,61,80,61,56,86,59,57,57,58,56,53,94,55,56,53,65,103,74,76,120,64,64,78,49,50,65,63,69,76,67,70,66,69,79,76,79,81,71,64,71,47,63,74,76,61,63,62,83,78,79,79,53,54,71",
+ "endOffsets": "294,2939,3003,3072,3146,3225,3308,3414,3489,3551,3632,3694,3751,3838,3898,3956,4014,4073,4130,4184,4279,4335,4392,4446,4512,4616,4691,4768,4889,4954,5019,5098,5148,5199,5265,5329,5399,5476,5544,5615,5682,5752,5832,5909,5989,6071,6143,6208,6280,6328,6392,6467,6544,6606,6670,6733,6817,6896,6976,7056,7110,7165,7237"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ko\\values-ko.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,202,296,397,479,577,683,763,838,929,1022,1117,1211,1311,1404,1499,1593,1684,1775,1855,1953,2047,2142,2242,2339,2439,2591,2685",
+ "endColumns": "96,93,100,81,97,105,79,74,90,92,94,93,99,92,94,93,90,90,79,97,93,94,99,96,99,151,93,78",
+ "endOffsets": "197,291,392,474,572,678,758,833,924,1017,1112,1206,1306,1399,1494,1588,1679,1770,1850,1948,2042,2137,2237,2334,2434,2586,2680,2759"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "299,396,490,591,673,771,877,957,1032,1123,1216,1311,1405,1505,1598,1693,1787,1878,1969,2049,2147,2241,2336,2436,2533,2633,2785,7242",
+ "endColumns": "96,93,100,81,97,105,79,74,90,92,94,93,99,92,94,93,90,90,79,97,93,94,99,96,99,151,93,78",
+ "endOffsets": "391,485,586,668,766,872,952,1027,1118,1211,1306,1400,1500,1593,1688,1782,1873,1964,2044,2142,2236,2331,2431,2528,2628,2780,2874,7316"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-en-rGB_values-en-rGB.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-en-rGB\\values-en-rGB.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7859",
+ "endColumns": "100",
+ "endOffsets": "7955"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-en-rGB\\values-en-rGB.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,272,354,432,509,595,679,777,892,971,1036,1126,1193,1252,1342,1406,1470,1533,1602,1666,1720,1832,1890,1952,2006,2078,2200,2287,2368,2508,2585,2666,2757,2811,2862,2928,2998,3075,3162,3233,3310,3379,3448,3539,3611,3700,3789,3863,3935,4021,4071,4137,4217,4301,4363,4427,4490,4590,4687,4779,4878,4936,4991",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,81,77,76,85,83,97,114,78,64,89,66,58,89,63,63,62,68,63,53,111,57,61,53,71,121,86,80,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,77",
+ "endOffsets": "267,349,427,504,590,674,772,887,966,1031,1121,1188,1247,1337,1401,1465,1528,1597,1661,1715,1827,1885,1947,2001,2073,2195,2282,2363,2503,2580,2661,2752,2806,2857,2923,2993,3070,3157,3228,3305,3374,3443,3534,3606,3695,3784,3858,3930,4016,4066,4132,4212,4296,4358,4422,4485,4585,4682,4774,4873,4931,4986,5064"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2979,3061,3139,3216,3302,3386,3484,3599,3678,3743,3833,3900,3959,4049,4113,4177,4240,4309,4373,4427,4539,4597,4659,4713,4785,4907,4994,5075,5215,5292,5373,5464,5518,5569,5635,5705,5782,5869,5940,6017,6086,6155,6246,6318,6407,6496,6570,6642,6728,6778,6844,6924,7008,7070,7134,7197,7297,7394,7486,7585,7643,7698",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,81,77,76,85,83,97,114,78,64,89,66,58,89,63,63,62,68,63,53,111,57,61,53,71,121,86,80,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,77",
+ "endOffsets": "317,3056,3134,3211,3297,3381,3479,3594,3673,3738,3828,3895,3954,4044,4108,4172,4235,4304,4368,4422,4534,4592,4654,4708,4780,4902,4989,5070,5210,5287,5368,5459,5513,5564,5630,5700,5777,5864,5935,6012,6081,6150,6241,6313,6402,6491,6565,6637,6723,6773,6839,6919,7003,7065,7129,7192,7292,7389,7481,7580,7638,7693,7771"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-en-rGB\\values-en-rGB.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762",
+ "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82",
+ "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "322,426,526,634,718,818,933,1011,1086,1177,1270,1365,1459,1559,1652,1747,1841,1932,2023,2105,2208,2311,2410,2515,2619,2723,2879,7776",
+ "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82",
+ "endOffsets": "421,521,629,713,813,928,1006,1081,1172,1265,1360,1454,1554,1647,1742,1836,1927,2018,2100,2203,2306,2405,2510,2614,2718,2874,2974,7854"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-fr-rCA_values-fr-rCA.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,283,390,498,580,681,778,878,1000,1085,1151,1248,1328,1390,1482,1549,1623,1684,1763,1827,1881,1997,2056,2118,2172,2254,2383,2475,2559,2703,2782,2863,2956,3011,3062,3128,3207,3288,3379,3451,3529,3604,3676,3773,3850,3948,4046,4124,4205,4305,4362,4428,4511,4598,4660,4724,4787,4889,4996,5093,5202,5261,5316",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,106,107,81,100,96,99,121,84,65,96,79,61,91,66,73,60,78,63,53,115,58,61,53,81,128,91,83,143,78,80,92,54,50,65,78,80,90,71,77,74,71,96,76,97,97,77,80,99,56,65,82,86,61,63,62,101,106,96,108,58,54,88",
+ "endOffsets": "278,385,493,575,676,773,873,995,1080,1146,1243,1323,1385,1477,1544,1618,1679,1758,1822,1876,1992,2051,2113,2167,2249,2378,2470,2554,2698,2777,2858,2951,3006,3057,3123,3202,3283,3374,3446,3524,3599,3671,3768,3845,3943,4041,4119,4200,4300,4357,4423,4506,4593,4655,4719,4782,4884,4991,5088,5197,5256,5311,5400"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3083,3190,3298,3380,3481,3578,3678,3800,3885,3951,4048,4128,4190,4282,4349,4423,4484,4563,4627,4681,4797,4856,4918,4972,5054,5183,5275,5359,5503,5582,5663,5756,5811,5862,5928,6007,6088,6179,6251,6329,6404,6476,6573,6650,6748,6846,6924,7005,7105,7162,7228,7311,7398,7460,7524,7587,7689,7796,7893,8002,8061,8116",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,106,107,81,100,96,99,121,84,65,96,79,61,91,66,73,60,78,63,53,115,58,61,53,81,128,91,83,143,78,80,92,54,50,65,78,80,90,71,77,74,71,96,76,97,97,77,80,99,56,65,82,86,61,63,62,101,106,96,108,58,54,88",
+ "endOffsets": "328,3185,3293,3375,3476,3573,3673,3795,3880,3946,4043,4123,4185,4277,4344,4418,4479,4558,4622,4676,4792,4851,4913,4967,5049,5178,5270,5354,5498,5577,5658,5751,5806,5857,5923,6002,6083,6174,6246,6324,6399,6471,6568,6645,6743,6841,6919,7000,7100,7157,7223,7306,7393,7455,7519,7582,7684,7791,7888,7997,8056,8111,8200"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-fr-rCA\\values-fr-rCA.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,216,323,433,520,626,756,841,921,1012,1105,1203,1298,1398,1491,1584,1679,1770,1861,1947,2057,2168,2271,2382,2490,2597,2756,2855",
+ "endColumns": "110,106,109,86,105,129,84,79,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86",
+ "endOffsets": "211,318,428,515,621,751,836,916,1007,1100,1198,1293,1393,1486,1579,1674,1765,1856,1942,2052,2163,2266,2377,2485,2592,2751,2850,2937"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "333,444,551,661,748,854,984,1069,1149,1240,1333,1431,1526,1626,1719,1812,1907,1998,2089,2175,2285,2396,2499,2610,2718,2825,2984,8205",
+ "endColumns": "110,106,109,86,105,129,84,79,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86",
+ "endOffsets": "439,546,656,743,849,979,1064,1144,1235,1328,1426,1521,1621,1714,1807,1902,1993,2084,2170,2280,2391,2494,2605,2713,2820,2979,3078,8287"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8292",
+ "endColumns": "100",
+ "endOffsets": "8388"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-w320dp-land-v13\\values-w320dp-land-v13.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,110",
+ "endColumns": "54,61",
+ "endOffsets": "105,167"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-mk_values-mk.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-mk\\values-mk.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,271,352,432,514,611,700,796,920,1007,1073,1164,1234,1298,1401,1464,1529,1589,1657,1720,1775,1903,1960,2022,2077,2152,2292,2379,2462,2595,2677,2762,2849,2903,2958,3024,3097,3173,3262,3335,3411,3486,3556,3644,3719,3811,3903,3977,4051,4143,4196,4263,4346,4433,4495,4559,4622,4736,4843,4945,5056,5114,5173",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,79,81,96,88,95,123,86,65,90,69,63,102,62,64,59,67,62,54,127,56,61,54,74,139,86,82,132,81,84,86,53,54,65,72,75,88,72,75,74,69,87,74,91,91,73,73,91,52,66,82,86,61,63,62,113,106,101,110,57,58,84",
+ "endOffsets": "266,347,427,509,606,695,791,915,1002,1068,1159,1229,1293,1396,1459,1524,1584,1652,1715,1770,1898,1955,2017,2072,2147,2287,2374,2457,2590,2672,2757,2844,2898,2953,3019,3092,3168,3257,3330,3406,3481,3551,3639,3714,3806,3898,3972,4046,4138,4191,4258,4341,4428,4490,4554,4617,4731,4838,4940,5051,5109,5168,5253"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3036,3117,3197,3279,3376,3465,3561,3685,3772,3838,3929,3999,4063,4166,4229,4294,4354,4422,4485,4540,4668,4725,4787,4842,4917,5057,5144,5227,5360,5442,5527,5614,5668,5723,5789,5862,5938,6027,6100,6176,6251,6321,6409,6484,6576,6668,6742,6816,6908,6961,7028,7111,7198,7260,7324,7387,7501,7608,7710,7821,7879,7938",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,79,81,96,88,95,123,86,65,90,69,63,102,62,64,59,67,62,54,127,56,61,54,74,139,86,82,132,81,84,86,53,54,65,72,75,88,72,75,74,69,87,74,91,91,73,73,91,52,66,82,86,61,63,62,113,106,101,110,57,58,84",
+ "endOffsets": "316,3112,3192,3274,3371,3460,3556,3680,3767,3833,3924,3994,4058,4161,4224,4289,4349,4417,4480,4535,4663,4720,4782,4837,4912,5052,5139,5222,5355,5437,5522,5609,5663,5718,5784,5857,5933,6022,6095,6171,6246,6316,6404,6479,6571,6663,6737,6811,6903,6956,7023,7106,7193,7255,7319,7382,7496,7603,7705,7816,7874,7933,8018"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-mk\\values-mk.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,317,425,511,619,738,822,903,994,1087,1183,1277,1377,1470,1565,1661,1752,1843,1930,2036,2142,2243,2350,2462,2566,2722,2820",
+ "endColumns": "107,103,107,85,107,118,83,80,90,92,95,93,99,92,94,95,90,90,86,105,105,100,106,111,103,155,97,84",
+ "endOffsets": "208,312,420,506,614,733,817,898,989,1082,1178,1272,1372,1465,1560,1656,1747,1838,1925,2031,2137,2238,2345,2457,2561,2717,2815,2900"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "321,429,533,641,727,835,954,1038,1119,1210,1303,1399,1493,1593,1686,1781,1877,1968,2059,2146,2252,2358,2459,2566,2678,2782,2938,8023",
+ "endColumns": "107,103,107,85,107,118,83,80,90,92,95,93,99,92,94,95,90,90,86,105,105,100,106,111,103,155,97,84",
+ "endOffsets": "424,528,636,722,830,949,1033,1114,1205,1298,1394,1488,1588,1681,1776,1872,1963,2054,2141,2247,2353,2454,2561,2673,2777,2933,3031,8103"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-mk\\values-mk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8108",
+ "endColumns": "100",
+ "endOffsets": "8204"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-th_values-th.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-th\\values-th.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,210,303,411,496,598,708,786,863,954,1047,1138,1232,1332,1425,1520,1614,1705,1796,1877,1980,2078,2176,2279,2385,2486,2639,2734",
+ "endColumns": "104,92,107,84,101,109,77,76,90,92,90,93,99,92,94,93,90,90,80,102,97,97,102,105,100,152,94,81",
+ "endOffsets": "205,298,406,491,593,703,781,858,949,1042,1133,1227,1327,1420,1515,1609,1700,1791,1872,1975,2073,2171,2274,2380,2481,2634,2729,2811"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "335,440,533,641,726,828,938,1016,1093,1184,1277,1368,1462,1562,1655,1750,1844,1935,2026,2107,2210,2308,2406,2509,2615,2716,2869,7771",
+ "endColumns": "104,92,107,84,101,109,77,76,90,92,90,93,99,92,94,93,90,90,80,102,97,97,102,105,100,152,94,81",
+ "endOffsets": "435,528,636,721,823,933,1011,1088,1179,1272,1363,1457,1557,1650,1745,1839,1930,2021,2102,2205,2303,2401,2504,2610,2711,2864,2959,7848"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-th\\values-th.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,285,358,430,513,598,684,783,896,976,1046,1136,1206,1266,1353,1419,1484,1545,1609,1670,1724,1825,1886,1946,2000,2070,2181,2268,2349,2492,2571,2653,2745,2799,2852,2918,2988,3066,3152,3224,3302,3371,3440,3522,3610,3703,3797,3871,3940,4035,4087,4155,4240,4328,4390,4454,4517,4617,4710,4807,4900,4958,5015",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,72,71,82,84,85,98,112,79,69,89,69,59,86,65,64,60,63,60,53,100,60,59,53,69,110,86,80,142,78,81,91,53,52,65,69,77,85,71,77,68,68,81,87,92,93,73,68,94,51,67,84,87,61,63,62,99,92,96,92,57,56,76",
+ "endOffsets": "280,353,425,508,593,679,778,891,971,1041,1131,1201,1261,1348,1414,1479,1540,1604,1665,1719,1820,1881,1941,1995,2065,2176,2263,2344,2487,2566,2648,2740,2794,2847,2913,2983,3061,3147,3219,3297,3366,3435,3517,3605,3698,3792,3866,3935,4030,4082,4150,4235,4323,4385,4449,4512,4612,4705,4802,4895,4953,5010,5087"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2964,3037,3109,3192,3277,3363,3462,3575,3655,3725,3815,3885,3945,4032,4098,4163,4224,4288,4349,4403,4504,4565,4625,4679,4749,4860,4947,5028,5171,5250,5332,5424,5478,5531,5597,5667,5745,5831,5903,5981,6050,6119,6201,6289,6382,6476,6550,6619,6714,6766,6834,6919,7007,7069,7133,7196,7296,7389,7486,7579,7637,7694",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,72,71,82,84,85,98,112,79,69,89,69,59,86,65,64,60,63,60,53,100,60,59,53,69,110,86,80,142,78,81,91,53,52,65,69,77,85,71,77,68,68,81,87,92,93,73,68,94,51,67,84,87,61,63,62,99,92,96,92,57,56,76",
+ "endOffsets": "330,3032,3104,3187,3272,3358,3457,3570,3650,3720,3810,3880,3940,4027,4093,4158,4219,4283,4344,4398,4499,4560,4620,4674,4744,4855,4942,5023,5166,5245,5327,5419,5473,5526,5592,5662,5740,5826,5898,5976,6045,6114,6196,6284,6377,6471,6545,6614,6709,6761,6829,6914,7002,7064,7128,7191,7291,7384,7481,7574,7632,7689,7766"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-th\\values-th.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7853",
+ "endColumns": "100",
+ "endOffsets": "7949"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-lo_values-lo.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-lo\\values-lo.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,269,343,414,495,581,664,779,898,981,1047,1136,1205,1264,1359,1425,1490,1548,1613,1674,1734,1840,1901,1961,2019,2090,2209,2295,2377,2520,2595,2671,2761,2816,2871,2937,3006,3080,3159,3232,3309,3378,3448,3533,3608,3701,3794,3868,3937,4031,4083,4150,4234,4318,4380,4444,4507,4606,4698,4793,4885,4944,5003",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,73,70,80,85,82,114,118,82,65,88,68,58,94,65,64,57,64,60,59,105,60,59,57,70,118,85,81,142,74,75,89,54,54,65,68,73,78,72,76,68,69,84,74,92,92,73,68,93,51,66,83,83,61,63,62,98,91,94,91,58,58,78",
+ "endOffsets": "264,338,409,490,576,659,774,893,976,1042,1131,1200,1259,1354,1420,1485,1543,1608,1669,1729,1835,1896,1956,2014,2085,2204,2290,2372,2515,2590,2666,2756,2811,2866,2932,3001,3075,3154,3227,3304,3373,3443,3528,3603,3696,3789,3863,3932,4026,4078,4145,4229,4313,4375,4439,4502,4601,4693,4788,4880,4939,4998,5077"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2986,3060,3131,3212,3298,3381,3496,3615,3698,3764,3853,3922,3981,4076,4142,4207,4265,4330,4391,4451,4557,4618,4678,4736,4807,4926,5012,5094,5237,5312,5388,5478,5533,5588,5654,5723,5797,5876,5949,6026,6095,6165,6250,6325,6418,6511,6585,6654,6748,6800,6867,6951,7035,7097,7161,7224,7323,7415,7510,7602,7661,7720",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,73,70,80,85,82,114,118,82,65,88,68,58,94,65,64,57,64,60,59,105,60,59,57,70,118,85,81,142,74,75,89,54,54,65,68,73,78,72,76,68,69,84,74,92,92,73,68,93,51,66,83,83,61,63,62,98,91,94,91,58,58,78",
+ "endOffsets": "314,3055,3126,3207,3293,3376,3491,3610,3693,3759,3848,3917,3976,4071,4137,4202,4260,4325,4386,4446,4552,4613,4673,4731,4802,4921,5007,5089,5232,5307,5383,5473,5528,5583,5649,5718,5792,5871,5944,6021,6090,6160,6245,6320,6413,6506,6580,6649,6743,6795,6862,6946,7030,7092,7156,7219,7318,7410,7505,7597,7656,7715,7794"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-lo\\values-lo.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,208,311,424,509,613,724,802,879,970,1063,1155,1249,1349,1442,1537,1633,1724,1815,1896,2003,2107,2205,2308,2412,2516,2673,2772",
+ "endColumns": "102,102,112,84,103,110,77,76,90,92,91,93,99,92,94,95,90,90,80,106,103,97,102,103,103,156,98,81",
+ "endOffsets": "203,306,419,504,608,719,797,874,965,1058,1150,1244,1344,1437,1532,1628,1719,1810,1891,1998,2102,2200,2303,2407,2511,2668,2767,2849"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "319,422,525,638,723,827,938,1016,1093,1184,1277,1369,1463,1563,1656,1751,1847,1938,2029,2110,2217,2321,2419,2522,2626,2730,2887,7799",
+ "endColumns": "102,102,112,84,103,110,77,76,90,92,91,93,99,92,94,95,90,90,80,106,103,97,102,103,103,156,98,81",
+ "endOffsets": "417,520,633,718,822,933,1011,1088,1179,1272,1364,1458,1558,1651,1746,1842,1933,2024,2105,2212,2316,2414,2517,2621,2725,2882,2981,7876"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-lo\\values-lo.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7881",
+ "endColumns": "100",
+ "endOffsets": "7977"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-lt_values-lt.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-lt\\values-lt.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,375,454,532,615,709,799,895,1013,1097,1163,1262,1340,1405,1515,1578,1650,1709,1783,1844,1898,2022,2083,2145,2199,2277,2411,2499,2583,2724,2803,2887,2984,3040,3094,3160,3235,3314,3402,3478,3556,3629,3706,3793,3874,3964,4056,4128,4209,4301,4356,4422,4507,4594,4656,4720,4783,4894,5009,5110,5224,5284,5342",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,78,77,82,93,89,95,117,83,65,98,77,64,109,62,71,58,73,60,53,123,60,61,53,77,133,87,83,140,78,83,96,55,53,65,74,78,87,75,77,72,76,86,80,89,91,71,80,91,54,65,84,86,61,63,62,110,114,100,113,59,57,81",
+ "endOffsets": "370,449,527,610,704,794,890,1008,1092,1158,1257,1335,1400,1510,1573,1645,1704,1778,1839,1893,2017,2078,2140,2194,2272,2406,2494,2578,2719,2798,2882,2979,3035,3089,3155,3230,3309,3397,3473,3551,3624,3701,3788,3869,3959,4051,4123,4204,4296,4351,4417,4502,4589,4651,4715,4778,4889,5004,5105,5219,5279,5337,5419"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3194,3273,3351,3434,3528,3618,3714,3832,3916,3982,4081,4159,4224,4334,4397,4469,4528,4602,4663,4717,4841,4902,4964,5018,5096,5230,5318,5402,5543,5622,5706,5803,5859,5913,5979,6054,6133,6221,6297,6375,6448,6525,6612,6693,6783,6875,6947,7028,7120,7175,7241,7326,7413,7475,7539,7602,7713,7828,7929,8043,8103,8161",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,78,77,82,93,89,95,117,83,65,98,77,64,109,62,71,58,73,60,53,123,60,61,53,77,133,87,83,140,78,83,96,55,53,65,74,78,87,75,77,72,76,86,80,89,91,71,80,91,54,65,84,86,61,63,62,110,114,100,113,59,57,81",
+ "endOffsets": "420,3268,3346,3429,3523,3613,3709,3827,3911,3977,4076,4154,4219,4329,4392,4464,4523,4597,4658,4712,4836,4897,4959,5013,5091,5225,5313,5397,5538,5617,5701,5798,5854,5908,5974,6049,6128,6216,6292,6370,6443,6520,6607,6688,6778,6870,6942,7023,7115,7170,7236,7321,7408,7470,7534,7597,7708,7823,7924,8038,8098,8156,8238"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-lt\\values-lt.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8327",
+ "endColumns": "100",
+ "endOffsets": "8423"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-lt\\values-lt.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,221,325,438,525,627,749,832,912,1006,1102,1199,1295,1398,1494,1592,1688,1782,1876,1959,2068,2176,2276,2386,2491,2597,2773,2874",
+ "endColumns": "115,103,112,86,101,121,82,79,93,95,96,95,102,95,97,95,93,93,82,108,107,99,109,104,105,175,100,83",
+ "endOffsets": "216,320,433,520,622,744,827,907,1001,1097,1194,1290,1393,1489,1587,1683,1777,1871,1954,2063,2171,2271,2381,2486,2592,2768,2869,2953"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "425,541,645,758,845,947,1069,1152,1232,1326,1422,1519,1615,1718,1814,1912,2008,2102,2196,2279,2388,2496,2596,2706,2811,2917,3093,8243",
+ "endColumns": "115,103,112,86,101,121,82,79,93,95,96,95,102,95,97,95,93,93,82,108,107,99,109,104,105,175,100,83",
+ "endOffsets": "536,640,753,840,942,1064,1147,1227,1321,1417,1514,1610,1713,1809,1907,2003,2097,2191,2274,2383,2491,2591,2701,2806,2912,3088,3189,8322"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-fr_values-fr.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-fr\\values-fr.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,216,331,441,523,629,759,837,913,1004,1097,1195,1290,1390,1483,1576,1671,1762,1853,1939,2049,2160,2263,2374,2482,2589,2748,2847",
+ "endColumns": "110,114,109,81,105,129,77,75,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86",
+ "endOffsets": "211,326,436,518,624,754,832,908,999,1092,1190,1285,1385,1478,1571,1666,1757,1848,1934,2044,2155,2258,2369,2477,2584,2743,2842,2929"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "333,444,559,669,751,857,987,1065,1141,1232,1325,1423,1518,1618,1711,1804,1899,1990,2081,2167,2277,2388,2491,2602,2710,2817,2976,8140",
+ "endColumns": "110,114,109,81,105,129,77,75,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86",
+ "endOffsets": "439,554,664,746,852,982,1060,1136,1227,1320,1418,1513,1613,1706,1799,1894,1985,2076,2162,2272,2383,2486,2597,2705,2812,2971,3070,8222"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-fr\\values-fr.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,283,363,444,527,636,731,829,959,1044,1110,1207,1290,1356,1458,1523,1598,1654,1733,1793,1847,1969,2028,2090,2144,2226,2361,2453,2537,2681,2760,2841,2934,2989,3040,3106,3186,3267,3370,3443,3521,3594,3666,3759,3831,3923,4015,4089,4173,4265,4322,4388,4471,4558,4620,4684,4747,4849,4947,5044,5145,5204,5259",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,79,80,82,108,94,97,129,84,65,96,82,65,101,64,74,55,78,59,53,121,58,61,53,81,134,91,83,143,78,80,92,54,50,65,79,80,102,72,77,72,71,92,71,91,91,73,83,91,56,65,82,86,61,63,62,101,97,96,100,58,54,88",
+ "endOffsets": "278,358,439,522,631,726,824,954,1039,1105,1202,1285,1351,1453,1518,1593,1649,1728,1788,1842,1964,2023,2085,2139,2221,2356,2448,2532,2676,2755,2836,2929,2984,3035,3101,3181,3262,3365,3438,3516,3589,3661,3754,3826,3918,4010,4084,4168,4260,4317,4383,4466,4553,4615,4679,4742,4844,4942,5039,5140,5199,5254,5343"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3075,3155,3236,3319,3428,3523,3621,3751,3836,3902,3999,4082,4148,4250,4315,4390,4446,4525,4585,4639,4761,4820,4882,4936,5018,5153,5245,5329,5473,5552,5633,5726,5781,5832,5898,5978,6059,6162,6235,6313,6386,6458,6551,6623,6715,6807,6881,6965,7057,7114,7180,7263,7350,7412,7476,7539,7641,7739,7836,7937,7996,8051",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,79,80,82,108,94,97,129,84,65,96,82,65,101,64,74,55,78,59,53,121,58,61,53,81,134,91,83,143,78,80,92,54,50,65,79,80,102,72,77,72,71,92,71,91,91,73,83,91,56,65,82,86,61,63,62,101,97,96,100,58,54,88",
+ "endOffsets": "328,3150,3231,3314,3423,3518,3616,3746,3831,3897,3994,4077,4143,4245,4310,4385,4441,4520,4580,4634,4756,4815,4877,4931,5013,5148,5240,5324,5468,5547,5628,5721,5776,5827,5893,5973,6054,6157,6230,6308,6381,6453,6546,6618,6710,6802,6876,6960,7052,7109,7175,7258,7345,7407,7471,7534,7636,7734,7831,7932,7991,8046,8135"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-fr\\values-fr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8227",
+ "endColumns": "100",
+ "endOffsets": "8323"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-ru_values-ru.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ru\\values-ru.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,220,322,421,507,612,733,812,888,980,1074,1169,1262,1357,1451,1547,1642,1734,1826,1915,2021,2128,2226,2335,2442,2556,2722,2822",
+ "endColumns": "114,101,98,85,104,120,78,75,91,93,94,92,94,93,95,94,91,91,88,105,106,97,108,106,113,165,99,81",
+ "endOffsets": "215,317,416,502,607,728,807,883,975,1069,1164,1257,1352,1446,1542,1637,1729,1821,1910,2016,2123,2221,2330,2437,2551,2717,2817,2899"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "431,546,648,747,833,938,1059,1138,1214,1306,1400,1495,1588,1683,1777,1873,1968,2060,2152,2241,2347,2454,2552,2661,2768,2882,3048,8147",
+ "endColumns": "114,101,98,85,104,120,78,75,91,93,94,92,94,93,95,94,91,91,88,105,106,97,108,106,113,165,99,81",
+ "endOffsets": "541,643,742,828,933,1054,1133,1209,1301,1395,1490,1583,1678,1772,1868,1963,2055,2147,2236,2342,2449,2547,2656,2763,2877,3043,3143,8224"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ru\\values-ru.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,381,459,537,621,719,810,907,1044,1136,1202,1301,1378,1441,1559,1620,1685,1742,1812,1873,1927,2043,2100,2162,2216,2290,2418,2506,2592,2729,2813,2898,2989,3043,3094,3160,3232,3310,3406,3486,3562,3639,3716,3805,3878,3968,4063,4137,4218,4311,4366,4432,4518,4603,4665,4729,4792,4890,4990,5085,5187,5245,5300",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,77,77,83,97,90,96,136,91,65,98,76,62,117,60,64,56,69,60,53,115,56,61,53,73,127,87,85,136,83,84,90,53,50,65,71,77,95,79,75,76,76,88,72,89,94,73,80,92,54,65,85,84,61,63,62,97,99,94,101,57,54,79",
+ "endOffsets": "376,454,532,616,714,805,902,1039,1131,1197,1296,1373,1436,1554,1615,1680,1737,1807,1868,1922,2038,2095,2157,2211,2285,2413,2501,2587,2724,2808,2893,2984,3038,3089,3155,3227,3305,3401,3481,3557,3634,3711,3800,3873,3963,4058,4132,4213,4306,4361,4427,4513,4598,4660,4724,4787,4885,4985,5080,5182,5240,5295,5375"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3148,3226,3304,3388,3486,3577,3674,3811,3903,3969,4068,4145,4208,4326,4387,4452,4509,4579,4640,4694,4810,4867,4929,4983,5057,5185,5273,5359,5496,5580,5665,5756,5810,5861,5927,5999,6077,6173,6253,6329,6406,6483,6572,6645,6735,6830,6904,6985,7078,7133,7199,7285,7370,7432,7496,7559,7657,7757,7852,7954,8012,8067",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,77,77,83,97,90,96,136,91,65,98,76,62,117,60,64,56,69,60,53,115,56,61,53,73,127,87,85,136,83,84,90,53,50,65,71,77,95,79,75,76,76,88,72,89,94,73,80,92,54,65,85,84,61,63,62,97,99,94,101,57,54,79",
+ "endOffsets": "426,3221,3299,3383,3481,3572,3669,3806,3898,3964,4063,4140,4203,4321,4382,4447,4504,4574,4635,4689,4805,4862,4924,4978,5052,5180,5268,5354,5491,5575,5660,5751,5805,5856,5922,5994,6072,6168,6248,6324,6401,6478,6567,6640,6730,6825,6899,6980,7073,7128,7194,7280,7365,7427,7491,7554,7652,7752,7847,7949,8007,8062,8142"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-ru\\values-ru.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8229",
+ "endColumns": "100",
+ "endOffsets": "8325"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-fa_values-fa.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-fa\\values-fa.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7913",
+ "endColumns": "100",
+ "endOffsets": "8009"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-fa\\values-fa.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,215,316,427,511,612,727,807,884,977,1072,1164,1258,1360,1455,1552,1646,1739,1829,1911,2019,2123,2221,2327,2432,2537,2694,2795",
+ "endColumns": "109,100,110,83,100,114,79,76,92,94,91,93,101,94,96,93,92,89,81,107,103,97,105,104,104,156,100,81",
+ "endOffsets": "210,311,422,506,607,722,802,879,972,1067,1159,1253,1355,1450,1547,1641,1734,1824,1906,2014,2118,2216,2322,2427,2532,2689,2790,2872"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "309,419,520,631,715,816,931,1011,1088,1181,1276,1368,1462,1564,1659,1756,1850,1943,2033,2115,2223,2327,2425,2531,2636,2741,2898,7831",
+ "endColumns": "109,100,110,83,100,114,79,76,92,94,91,93,101,94,96,93,92,89,81,107,103,97,105,104,104,156,100,81",
+ "endOffsets": "414,515,626,710,811,926,1006,1083,1176,1271,1363,1457,1559,1654,1751,1845,1938,2028,2110,2218,2322,2420,2526,2631,2736,2893,2994,7908"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-fa\\values-fa.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,259,334,411,493,586,673,770,899,983,1046,1136,1205,1265,1356,1419,1483,1542,1609,1671,1726,1849,1907,1968,2023,2095,2232,2313,2395,2525,2599,2673,2759,2810,2864,2930,3001,3078,3159,3232,3306,3376,3450,3536,3610,3699,3791,3865,3938,4027,4078,4145,4228,4312,4374,4438,4501,4595,4702,4795,4900,4955,5013",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,74,76,81,92,86,96,128,83,62,89,68,59,90,62,63,58,66,61,54,122,57,60,54,71,136,80,81,129,73,73,85,50,53,65,70,76,80,72,73,69,73,85,73,88,91,73,72,88,50,66,82,83,61,63,62,93,106,92,104,54,57,77",
+ "endOffsets": "254,329,406,488,581,668,765,894,978,1041,1131,1200,1260,1351,1414,1478,1537,1604,1666,1721,1844,1902,1963,2018,2090,2227,2308,2390,2520,2594,2668,2754,2805,2859,2925,2996,3073,3154,3227,3301,3371,3445,3531,3605,3694,3786,3860,3933,4022,4073,4140,4223,4307,4369,4433,4496,4590,4697,4790,4895,4950,5008,5086"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2999,3074,3151,3233,3326,3413,3510,3639,3723,3786,3876,3945,4005,4096,4159,4223,4282,4349,4411,4466,4589,4647,4708,4763,4835,4972,5053,5135,5265,5339,5413,5499,5550,5604,5670,5741,5818,5899,5972,6046,6116,6190,6276,6350,6439,6531,6605,6678,6767,6818,6885,6968,7052,7114,7178,7241,7335,7442,7535,7640,7695,7753",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,74,76,81,92,86,96,128,83,62,89,68,59,90,62,63,58,66,61,54,122,57,60,54,71,136,80,81,129,73,73,85,50,53,65,70,76,80,72,73,69,73,85,73,88,91,73,72,88,50,66,82,83,61,63,62,93,106,92,104,54,57,77",
+ "endOffsets": "304,3069,3146,3228,3321,3408,3505,3634,3718,3781,3871,3940,4000,4091,4154,4218,4277,4344,4406,4461,4584,4642,4703,4758,4830,4967,5048,5130,5260,5334,5408,5494,5545,5599,5665,5736,5813,5894,5967,6041,6111,6185,6271,6345,6434,6526,6600,6673,6762,6813,6880,6963,7047,7109,7173,7236,7330,7437,7530,7635,7690,7748,7826"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-v18_values-v18.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-v18\\values-v18.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "48",
+ "endOffsets": "99"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-my_values-my.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-my\\values-my.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,218,325,441,528,637,760,839,917,1008,1101,1196,1290,1390,1483,1578,1672,1763,1854,1939,2054,2163,2262,2388,2495,2603,2763,2866",
+ "endColumns": "112,106,115,86,108,122,78,77,90,92,94,93,99,92,94,93,90,90,84,114,108,98,125,106,107,159,102,85",
+ "endOffsets": "213,320,436,523,632,755,834,912,1003,1096,1191,1285,1385,1478,1573,1667,1758,1849,1934,2049,2158,2257,2383,2490,2598,2758,2861,2947"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "335,448,555,671,758,867,990,1069,1147,1238,1331,1426,1520,1620,1713,1808,1902,1993,2084,2169,2284,2393,2492,2618,2725,2833,2993,8093",
+ "endColumns": "112,106,115,86,108,122,78,77,90,92,94,93,99,92,94,93,90,90,84,114,108,98,125,106,107,159,102,85",
+ "endOffsets": "443,550,666,753,862,985,1064,1142,1233,1326,1421,1515,1615,1708,1803,1897,1988,2079,2164,2279,2388,2487,2613,2720,2828,2988,3091,8174"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-my\\values-my.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,285,386,485,561,652,736,842,971,1056,1121,1211,1286,1345,1436,1499,1564,1623,1694,1756,1813,1932,1990,2051,2106,2179,2311,2402,2491,2632,2710,2787,2879,2937,2988,3054,3126,3208,3290,3365,3439,3511,3590,3687,3768,3854,3946,4020,4099,4185,4239,4307,4390,4471,4533,4597,4660,4772,4875,4979,5084,5145,5200",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,100,98,75,90,83,105,128,84,64,89,74,58,90,62,64,58,70,61,56,118,57,60,54,72,131,90,88,140,77,76,91,57,50,65,71,81,81,74,73,71,78,96,80,85,91,73,78,85,53,67,82,80,61,63,62,111,102,103,104,60,54,81",
+ "endOffsets": "280,381,480,556,647,731,837,966,1051,1116,1206,1281,1340,1431,1494,1559,1618,1689,1751,1808,1927,1985,2046,2101,2174,2306,2397,2486,2627,2705,2782,2874,2932,2983,3049,3121,3203,3285,3360,3434,3506,3585,3682,3763,3849,3941,4015,4094,4180,4234,4302,4385,4466,4528,4592,4655,4767,4870,4974,5079,5140,5195,5277"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3096,3197,3296,3372,3463,3547,3653,3782,3867,3932,4022,4097,4156,4247,4310,4375,4434,4505,4567,4624,4743,4801,4862,4917,4990,5122,5213,5302,5443,5521,5598,5690,5748,5799,5865,5937,6019,6101,6176,6250,6322,6401,6498,6579,6665,6757,6831,6910,6996,7050,7118,7201,7282,7344,7408,7471,7583,7686,7790,7895,7956,8011",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,100,98,75,90,83,105,128,84,64,89,74,58,90,62,64,58,70,61,56,118,57,60,54,72,131,90,88,140,77,76,91,57,50,65,71,81,81,74,73,71,78,96,80,85,91,73,78,85,53,67,82,80,61,63,62,111,102,103,104,60,54,81",
+ "endOffsets": "330,3192,3291,3367,3458,3542,3648,3777,3862,3927,4017,4092,4151,4242,4305,4370,4429,4500,4562,4619,4738,4796,4857,4912,4985,5117,5208,5297,5438,5516,5593,5685,5743,5794,5860,5932,6014,6096,6171,6245,6317,6396,6493,6574,6660,6752,6826,6905,6991,7045,7113,7196,7277,7339,7403,7466,7578,7681,7785,7890,7951,8006,8088"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-my\\values-my.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8179",
+ "endColumns": "100",
+ "endOffsets": "8275"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-zh-rHK_values-zh-rHK.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7211",
+ "endColumns": "100",
+ "endOffsets": "7307"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,247,310,371,438,507,584,674,781,854,916,994,1053,1111,1189,1250,1307,1363,1422,1480,1534,1620,1676,1734,1788,1853,1946,2020,2098,2218,2281,2344,2421,2471,2522,2588,2652,2721,2796,2857,2928,2995,3055,3135,3198,3281,3366,3440,3505,3581,3629,3693,3769,3847,3909,3973,4036,4116,4191,4267,4343,4397,4452",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,62,60,66,68,76,89,106,72,61,77,58,57,77,60,56,55,58,57,53,85,55,57,53,64,92,73,77,119,62,62,76,49,50,65,63,68,74,60,70,66,59,79,62,82,84,73,64,75,47,63,75,77,61,63,62,79,74,75,75,53,54,68",
+ "endOffsets": "242,305,366,433,502,579,669,776,849,911,989,1048,1106,1184,1245,1302,1358,1417,1475,1529,1615,1671,1729,1783,1848,1941,2015,2093,2213,2276,2339,2416,2466,2517,2583,2647,2716,2791,2852,2923,2990,3050,3130,3193,3276,3361,3435,3500,3576,3624,3688,3764,3842,3904,3968,4031,4111,4186,4262,4338,4392,4447,4516"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2858,2921,2982,3049,3118,3195,3285,3392,3465,3527,3605,3664,3722,3800,3861,3918,3974,4033,4091,4145,4231,4287,4345,4399,4464,4557,4631,4709,4829,4892,4955,5032,5082,5133,5199,5263,5332,5407,5468,5539,5606,5666,5746,5809,5892,5977,6051,6116,6192,6240,6304,6380,6458,6520,6584,6647,6727,6802,6878,6954,7008,7063",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,62,60,66,68,76,89,106,72,61,77,58,57,77,60,56,55,58,57,53,85,55,57,53,64,92,73,77,119,62,62,76,49,50,65,63,68,74,60,70,66,59,79,62,82,84,73,64,75,47,63,75,77,61,63,62,79,74,75,75,53,54,68",
+ "endOffsets": "292,2916,2977,3044,3113,3190,3280,3387,3460,3522,3600,3659,3717,3795,3856,3913,3969,4028,4086,4140,4226,4282,4340,4394,4459,4552,4626,4704,4824,4887,4950,5027,5077,5128,5194,5258,5327,5402,5463,5534,5601,5661,5741,5804,5887,5972,6046,6111,6187,6235,6299,6375,6453,6515,6579,6642,6722,6797,6873,6949,7003,7058,7127"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-zh-rHK\\values-zh-rHK.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,200,293,393,475,572,680,757,832,924,1018,1109,1205,1300,1394,1490,1582,1674,1766,1844,1940,2035,2130,2227,2323,2421,2572,2666",
+ "endColumns": "94,92,99,81,96,107,76,74,91,93,90,95,94,93,95,91,91,91,77,95,94,94,96,95,97,150,93,78",
+ "endOffsets": "195,288,388,470,567,675,752,827,919,1013,1104,1200,1295,1389,1485,1577,1669,1761,1839,1935,2030,2125,2222,2318,2416,2567,2661,2740"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "297,392,485,585,667,764,872,949,1024,1116,1210,1301,1397,1492,1586,1682,1774,1866,1958,2036,2132,2227,2322,2419,2515,2613,2764,7132",
+ "endColumns": "94,92,99,81,96,107,76,74,91,93,90,95,94,93,95,91,91,91,77,95,94,94,96,95,97,150,93,78",
+ "endOffsets": "387,480,580,662,759,867,944,1019,1111,1205,1296,1392,1487,1581,1677,1769,1861,1953,2031,2127,2222,2317,2414,2510,2608,2759,2853,7206"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-in_values-in.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-in\\values-in.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,269,348,424,503,593,678,784,900,983,1048,1142,1207,1266,1353,1415,1477,1537,1603,1665,1719,1831,1888,1949,2003,2075,2201,2287,2371,2510,2591,2672,2762,2815,2867,2933,3005,3089,3172,3247,3323,3396,3471,3556,3631,3723,3817,3891,3964,4058,4110,4179,4264,4351,4413,4477,4540,4643,4743,4838,4940,4997,5053",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,78,75,78,89,84,105,115,82,64,93,64,58,86,61,61,59,65,61,53,111,56,60,53,71,125,85,83,138,80,80,89,52,51,65,71,83,82,74,75,72,74,84,74,91,93,73,72,93,51,68,84,86,61,63,62,102,99,94,101,56,55,79",
+ "endOffsets": "264,343,419,498,588,673,779,895,978,1043,1137,1202,1261,1348,1410,1472,1532,1598,1660,1714,1826,1883,1944,1998,2070,2196,2282,2366,2505,2586,2667,2757,2810,2862,2928,3000,3084,3167,3242,3318,3391,3466,3551,3626,3718,3812,3886,3959,4053,4105,4174,4259,4346,4408,4472,4535,4638,4738,4833,4935,4992,5048,5128"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3023,3102,3178,3257,3347,3432,3538,3654,3737,3802,3896,3961,4020,4107,4169,4231,4291,4357,4419,4473,4585,4642,4703,4757,4829,4955,5041,5125,5264,5345,5426,5516,5569,5621,5687,5759,5843,5926,6001,6077,6150,6225,6310,6385,6477,6571,6645,6718,6812,6864,6933,7018,7105,7167,7231,7294,7397,7497,7592,7694,7751,7807",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,78,75,78,89,84,105,115,82,64,93,64,58,86,61,61,59,65,61,53,111,56,60,53,71,125,85,83,138,80,80,89,52,51,65,71,83,82,74,75,72,74,84,74,91,93,73,72,93,51,68,84,86,61,63,62,102,99,94,101,56,55,79",
+ "endOffsets": "314,3097,3173,3252,3342,3427,3533,3649,3732,3797,3891,3956,4015,4102,4164,4226,4286,4352,4414,4468,4580,4637,4698,4752,4824,4950,5036,5120,5259,5340,5421,5511,5564,5616,5682,5754,5838,5921,5996,6072,6145,6220,6305,6380,6472,6566,6640,6713,6807,6859,6928,7013,7100,7162,7226,7289,7392,7492,7587,7689,7746,7802,7882"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-in\\values-in.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7972",
+ "endColumns": "100",
+ "endOffsets": "8068"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-in\\values-in.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,220,324,429,516,620,736,819,897,988,1081,1176,1270,1370,1463,1558,1652,1743,1834,1920,2023,2128,2229,2333,2442,2550,2710,2809",
+ "endColumns": "114,103,104,86,103,115,82,77,90,92,94,93,99,92,94,93,90,90,85,102,104,100,103,108,107,159,98,84",
+ "endOffsets": "215,319,424,511,615,731,814,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1915,2018,2123,2224,2328,2437,2545,2705,2804,2889"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "319,434,538,643,730,834,950,1033,1111,1202,1295,1390,1484,1584,1677,1772,1866,1957,2048,2134,2237,2342,2443,2547,2656,2764,2924,7887",
+ "endColumns": "114,103,104,86,103,115,82,77,90,92,94,93,99,92,94,93,90,90,85,102,104,100,103,108,107,159,98,84",
+ "endOffsets": "429,533,638,725,829,945,1028,1106,1197,1290,1385,1479,1579,1672,1767,1861,1952,2043,2129,2232,2337,2438,2542,2651,2759,2919,3018,7967"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-v24_values-v24.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-v24\\values-v24.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,212",
+ "endColumns": "156,134",
+ "endOffsets": "207,342"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-v24\\values-v24.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,9,12,15",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,140,239,326,427,626,839,1040",
+ "endLines": "2,3,4,5,8,11,14,17",
+ "endColumns": "84,98,86,100,10,10,10,10",
+ "endOffsets": "135,234,321,422,621,834,1035,1250"
+ },
+ "to": {
+ "startLines": "4,5,6,7,8,11,14,17",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "347,432,531,618,719,918,1131,1332",
+ "endLines": "4,5,6,7,10,13,16,19",
+ "endColumns": "84,98,86,100,10,10,10,10",
+ "endOffsets": "427,526,613,714,913,1126,1327,1542"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-fi_values-fi.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-fi\\values-fi.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7946",
+ "endColumns": "100",
+ "endOffsets": "8042"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-fi\\values-fi.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,268,344,418,501,590,672,768,876,960,1025,1118,1193,1258,1346,1411,1477,1535,1606,1672,1726,1836,1896,1960,2014,2087,2203,2287,2368,2501,2586,2671,2761,2813,2864,2930,3007,3089,3173,3247,3326,3403,3475,3564,3640,3731,3826,3900,3973,4067,4121,4193,4279,4365,4427,4491,4554,4655,4757,4852,4955,5011,5066",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,75,73,82,88,81,95,107,83,64,92,74,64,87,64,65,57,70,65,53,109,59,63,53,72,115,83,80,132,84,84,89,51,50,65,76,81,83,73,78,76,71,88,75,90,94,73,72,93,53,71,85,85,61,63,62,100,101,94,102,55,54,78",
+ "endOffsets": "263,339,413,496,585,667,763,871,955,1020,1113,1188,1253,1341,1406,1472,1530,1601,1667,1721,1831,1891,1955,2009,2082,2198,2282,2363,2496,2581,2666,2756,2808,2859,2925,3002,3084,3168,3242,3321,3398,3470,3559,3635,3726,3821,3895,3968,4062,4116,4188,4274,4360,4422,4486,4549,4650,4752,4847,4950,5006,5061,5140"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2988,3064,3138,3221,3310,3392,3488,3596,3680,3745,3838,3913,3978,4066,4131,4197,4255,4326,4392,4446,4556,4616,4680,4734,4807,4923,5007,5088,5221,5306,5391,5481,5533,5584,5650,5727,5809,5893,5967,6046,6123,6195,6284,6360,6451,6546,6620,6693,6787,6841,6913,6999,7085,7147,7211,7274,7375,7477,7572,7675,7731,7786",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,75,73,82,88,81,95,107,83,64,92,74,64,87,64,65,57,70,65,53,109,59,63,53,72,115,83,80,132,84,84,89,51,50,65,76,81,83,73,78,76,71,88,75,90,94,73,72,93,53,71,85,85,61,63,62,100,101,94,102,55,54,78",
+ "endOffsets": "313,3059,3133,3216,3305,3387,3483,3591,3675,3740,3833,3908,3973,4061,4126,4192,4250,4321,4387,4441,4551,4611,4675,4729,4802,4918,5002,5083,5216,5301,5386,5476,5528,5579,5645,5722,5804,5888,5962,6041,6118,6190,6279,6355,6446,6541,6615,6688,6782,6836,6908,6994,7080,7142,7206,7269,7370,7472,7567,7670,7726,7781,7860"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-fi\\values-fi.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,313,422,508,613,731,817,896,987,1080,1175,1269,1363,1456,1552,1651,1742,1836,1916,2023,2124,2221,2327,2427,2525,2675,2775",
+ "endColumns": "107,99,108,85,104,117,85,78,90,92,94,93,93,92,95,98,90,93,79,106,100,96,105,99,97,149,99,80",
+ "endOffsets": "208,308,417,503,608,726,812,891,982,1075,1170,1264,1358,1451,1547,1646,1737,1831,1911,2018,2119,2216,2322,2422,2520,2670,2770,2851"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "318,426,526,635,721,826,944,1030,1109,1200,1293,1388,1482,1576,1669,1765,1864,1955,2049,2129,2236,2337,2434,2540,2640,2738,2888,7865",
+ "endColumns": "107,99,108,85,104,117,85,78,90,92,94,93,93,92,95,98,90,93,79,106,100,96,105,99,97,149,99,80",
+ "endOffsets": "421,521,630,716,821,939,1025,1104,1195,1288,1383,1477,1571,1664,1760,1859,1950,2044,2124,2231,2332,2429,2535,2635,2733,2883,2983,7941"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-pt_values-pt.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-pt\\values-pt.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,225,331,438,527,628,747,832,912,1003,1096,1191,1285,1385,1478,1573,1668,1759,1850,1935,2042,2153,2255,2363,2471,2581,2743,2843",
+ "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85",
+ "endOffsets": "220,326,433,522,623,742,827,907,998,1091,1186,1280,1380,1473,1568,1663,1754,1845,1930,2037,2148,2250,2358,2466,2576,2738,2838,2924"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-pt\\values-pt.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2929",
+ "endColumns": "100",
+ "endOffsets": "3025"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-h550dp-port-v13\\values-h550dp-port-v13.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "76",
+ "endOffsets": "127"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-v23_values-v23.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-v23\\values-v23.xml",
+ "from": {
+ "startLines": "2,5,8,13,17,20,23,26,31,34,38",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,271,481,801,1038,1245,1452,1655,1987,2189,2454",
+ "endLines": "4,7,12,16,19,22,25,30,33,37,41",
+ "endColumns": "10,10,10,10,10,10,10,10,10,10,10",
+ "endOffsets": "266,476,796,1033,1240,1447,1650,1982,2184,2449,2722"
+ },
+ "to": {
+ "startLines": "53,56,59,64,68,71,74,77,82,85,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "3382,3598,3808,4128,4365,4572,4779,4982,5314,5516,5781",
+ "endLines": "55,58,63,67,70,73,76,81,84,88,92",
+ "endColumns": "10,10,10,10,10,10,10,10,10,10,10",
+ "endOffsets": "3593,3803,4123,4360,4567,4774,4977,5309,5511,5776,6049"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\6c08baa0bea61ec551c6f754984e5893\\transformed\\cardview-1.0.0\\res\\values-v23\\values-v23.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "4",
+ "endColumns": "12",
+ "endOffsets": "200"
+ },
+ "to": {
+ "startLines": "50",
+ "startColumns": "4",
+ "startOffsets": "3232",
+ "endLines": "52",
+ "endColumns": "12",
+ "endOffsets": "3377"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-v23\\values-v23.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,20,34,35,36,39,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,190,325,400,487,1225,1975,2094,2221,2443,2667,2782,2889,3002",
+ "endLines": "2,3,4,5,19,33,34,35,38,42,43,44,45,49",
+ "endColumns": "134,134,74,86,12,12,118,126,12,12,114,106,112,12",
+ "endOffsets": "185,320,395,482,1220,1970,2089,2216,2438,2662,2777,2884,2997,3227"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-am_values-am.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-am\\values-am.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,203,301,407,493,596,713,791,867,958,1051,1143,1237,1337,1430,1525,1618,1709,1800,1880,1980,2080,2176,2278,2378,2477,2627,2723",
+ "endColumns": "97,97,105,85,102,116,77,75,90,92,91,93,99,92,94,92,90,90,79,99,99,95,101,99,98,149,95,79",
+ "endOffsets": "198,296,402,488,591,708,786,862,953,1046,1138,1232,1332,1425,1520,1613,1704,1795,1875,1975,2075,2171,2273,2373,2472,2622,2718,2798"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "311,409,507,613,699,802,919,997,1073,1164,1257,1349,1443,1543,1636,1731,1824,1915,2006,2086,2186,2286,2382,2484,2584,2683,2833,7483",
+ "endColumns": "97,97,105,85,102,116,77,75,90,92,91,93,99,92,94,92,90,90,79,99,99,95,101,99,98,149,95,79",
+ "endOffsets": "404,502,608,694,797,914,992,1068,1159,1252,1344,1438,1538,1631,1726,1819,1910,2001,2081,2181,2281,2377,2479,2579,2678,2828,2924,7558"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-am\\values-am.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,261,332,400,475,557,638,727,829,906,970,1055,1117,1175,1260,1323,1385,1443,1509,1571,1626,1722,1779,1838,1894,1961,2066,2146,2227,2356,2429,2500,2582,2633,2684,2750,2816,2889,2970,3038,3111,3182,3249,3334,3401,3488,3576,3650,3718,3803,3854,3918,3998,4080,4142,4206,4269,4364,4453,4538,4629,4684,4739",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,70,67,74,81,80,88,101,76,63,84,61,57,84,62,61,57,65,61,54,95,56,58,55,66,104,79,80,128,72,70,81,50,50,65,65,72,80,67,72,70,66,84,66,86,87,73,67,84,50,63,79,81,61,63,62,94,88,84,90,54,54,75",
+ "endOffsets": "256,327,395,470,552,633,722,824,901,965,1050,1112,1170,1255,1318,1380,1438,1504,1566,1621,1717,1774,1833,1889,1956,2061,2141,2222,2351,2424,2495,2577,2628,2679,2745,2811,2884,2965,3033,3106,3177,3244,3329,3396,3483,3571,3645,3713,3798,3849,3913,3993,4075,4137,4201,4264,4359,4448,4533,4624,4679,4734,4810"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2929,3000,3068,3143,3225,3306,3395,3497,3574,3638,3723,3785,3843,3928,3991,4053,4111,4177,4239,4294,4390,4447,4506,4562,4629,4734,4814,4895,5024,5097,5168,5250,5301,5352,5418,5484,5557,5638,5706,5779,5850,5917,6002,6069,6156,6244,6318,6386,6471,6522,6586,6666,6748,6810,6874,6937,7032,7121,7206,7297,7352,7407",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,70,67,74,81,80,88,101,76,63,84,61,57,84,62,61,57,65,61,54,95,56,58,55,66,104,79,80,128,72,70,81,50,50,65,65,72,80,67,72,70,66,84,66,86,87,73,67,84,50,63,79,81,61,63,62,94,88,84,90,54,54,75",
+ "endOffsets": "306,2995,3063,3138,3220,3301,3390,3492,3569,3633,3718,3780,3838,3923,3986,4048,4106,4172,4234,4289,4385,4442,4501,4557,4624,4729,4809,4890,5019,5092,5163,5245,5296,5347,5413,5479,5552,5633,5701,5774,5845,5912,5997,6064,6151,6239,6313,6381,6466,6517,6581,6661,6743,6805,6869,6932,7027,7116,7201,7292,7347,7402,7478"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-am\\values-am.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7563",
+ "endColumns": "100",
+ "endOffsets": "7659"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-vi_values-vi.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-vi\\values-vi.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,314,423,507,610,729,807,883,974,1067,1162,1256,1356,1449,1544,1638,1729,1820,1904,2008,2116,2217,2322,2437,2542,2699,2798",
+ "endColumns": "106,101,108,83,102,118,77,75,90,92,94,93,99,92,94,93,90,90,83,103,107,100,104,114,104,156,98,84",
+ "endOffsets": "207,309,418,502,605,724,802,878,969,1062,1157,1251,1351,1444,1539,1633,1724,1815,1899,2003,2111,2212,2317,2432,2537,2694,2793,2878"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,422,524,633,717,820,939,1017,1093,1184,1277,1372,1466,1566,1659,1754,1848,1939,2030,2114,2218,2326,2427,2532,2647,2752,2909,7820",
+ "endColumns": "106,101,108,83,102,118,77,75,90,92,94,93,99,92,94,93,90,90,83,103,107,100,104,114,104,156,98,84",
+ "endOffsets": "417,519,628,712,815,934,1012,1088,1179,1272,1367,1461,1561,1654,1749,1843,1934,2025,2109,2213,2321,2422,2527,2642,2747,2904,3003,7900"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-vi\\values-vi.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,344,421,499,579,659,758,872,952,1015,1109,1183,1242,1328,1390,1451,1509,1573,1634,1688,1805,1862,1922,1976,2051,2178,2262,2340,2470,2554,2632,2723,2774,2825,2891,2959,3035,3116,3195,3270,3343,3419,3508,3585,3676,3770,3844,3914,4007,4056,4122,4207,4293,4355,4419,4482,4581,4686,4784,4889,4944,4999",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,78,76,77,79,79,98,113,79,62,93,73,58,85,61,60,57,63,60,53,116,56,59,53,74,126,83,77,129,83,77,90,50,50,65,67,75,80,78,74,72,75,88,76,90,93,73,69,92,48,65,84,85,61,63,62,98,104,97,104,54,54,77",
+ "endOffsets": "260,339,416,494,574,654,753,867,947,1010,1104,1178,1237,1323,1385,1446,1504,1568,1629,1683,1800,1857,1917,1971,2046,2173,2257,2335,2465,2549,2627,2718,2769,2820,2886,2954,3030,3111,3190,3265,3338,3414,3503,3580,3671,3765,3839,3909,4002,4051,4117,4202,4288,4350,4414,4477,4576,4681,4779,4884,4939,4994,5072"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3008,3087,3164,3242,3322,3402,3501,3615,3695,3758,3852,3926,3985,4071,4133,4194,4252,4316,4377,4431,4548,4605,4665,4719,4794,4921,5005,5083,5213,5297,5375,5466,5517,5568,5634,5702,5778,5859,5938,6013,6086,6162,6251,6328,6419,6513,6587,6657,6750,6799,6865,6950,7036,7098,7162,7225,7324,7429,7527,7632,7687,7742",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,78,76,77,79,79,98,113,79,62,93,73,58,85,61,60,57,63,60,53,116,56,59,53,74,126,83,77,129,83,77,90,50,50,65,67,75,80,78,74,72,75,88,76,90,93,73,69,92,48,65,84,85,61,63,62,98,104,97,104,54,54,77",
+ "endOffsets": "310,3082,3159,3237,3317,3397,3496,3610,3690,3753,3847,3921,3980,4066,4128,4189,4247,4311,4372,4426,4543,4600,4660,4714,4789,4916,5000,5078,5208,5292,5370,5461,5512,5563,5629,5697,5773,5854,5933,6008,6081,6157,6246,6323,6414,6508,6582,6652,6745,6794,6860,6945,7031,7093,7157,7220,7319,7424,7522,7627,7682,7737,7815"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-vi\\values-vi.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7905",
+ "endColumns": "100",
+ "endOffsets": "8001"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-hi_values-hi.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-hi\\values-hi.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8031",
+ "endColumns": "100",
+ "endOffsets": "8127"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-hi\\values-hi.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,259,337,413,494,601,697,804,936,1019,1084,1178,1247,1306,1391,1454,1517,1575,1640,1701,1762,1868,1926,1986,2045,2115,2231,2310,2390,2524,2599,2675,2772,2829,2884,2950,3020,3097,3183,3251,3327,3408,3486,3572,3659,3756,3855,3929,3999,4103,4157,4224,4314,4406,4468,4532,4595,4700,4808,4909,5018,5079,5138",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,75,80,106,95,106,131,82,64,93,68,58,84,62,62,57,64,60,60,105,57,59,58,69,115,78,79,133,74,75,96,56,54,65,69,76,85,67,75,80,77,85,86,96,98,73,69,103,53,66,89,91,61,63,62,104,107,100,108,60,58,78",
+ "endOffsets": "254,332,408,489,596,692,799,931,1014,1079,1173,1242,1301,1386,1449,1512,1570,1635,1696,1757,1863,1921,1981,2040,2110,2226,2305,2385,2519,2594,2670,2767,2824,2879,2945,3015,3092,3178,3246,3322,3403,3481,3567,3654,3751,3850,3924,3994,4098,4152,4219,4309,4401,4463,4527,4590,4695,4803,4904,5013,5074,5133,5212"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2991,3069,3145,3226,3333,3429,3536,3668,3751,3816,3910,3979,4038,4123,4186,4249,4307,4372,4433,4494,4600,4658,4718,4777,4847,4963,5042,5122,5256,5331,5407,5504,5561,5616,5682,5752,5829,5915,5983,6059,6140,6218,6304,6391,6488,6587,6661,6731,6835,6889,6956,7046,7138,7200,7264,7327,7432,7540,7641,7750,7811,7870",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,75,80,106,95,106,131,82,64,93,68,58,84,62,62,57,64,60,60,105,57,59,58,69,115,78,79,133,74,75,96,56,54,65,69,76,85,67,75,80,77,85,86,96,98,73,69,103,53,66,89,91,61,63,62,104,107,100,108,60,58,78",
+ "endOffsets": "304,3064,3140,3221,3328,3424,3531,3663,3746,3811,3905,3974,4033,4118,4181,4244,4302,4367,4428,4489,4595,4653,4713,4772,4842,4958,5037,5117,5251,5326,5402,5499,5556,5611,5677,5747,5824,5910,5978,6054,6135,6213,6299,6386,6483,6582,6656,6726,6830,6884,6951,7041,7133,7195,7259,7322,7427,7535,7636,7745,7806,7865,7944"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-hi\\values-hi.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,211,309,419,505,607,728,806,883,974,1067,1162,1256,1356,1449,1544,1638,1729,1820,1901,2006,2108,2206,2316,2419,2528,2686,2787",
+ "endColumns": "105,97,109,85,101,120,77,76,90,92,94,93,99,92,94,93,90,90,80,104,101,97,109,102,108,157,100,81",
+ "endOffsets": "206,304,414,500,602,723,801,878,969,1062,1157,1251,1351,1444,1539,1633,1724,1815,1896,2001,2103,2201,2311,2414,2523,2681,2782,2864"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "309,415,513,623,709,811,932,1010,1087,1178,1271,1366,1460,1560,1653,1748,1842,1933,2024,2105,2210,2312,2410,2520,2623,2732,2890,7949",
+ "endColumns": "105,97,109,85,101,120,77,76,90,92,94,93,99,92,94,93,90,90,80,104,101,97,109,102,108,157,100,81",
+ "endOffsets": "410,508,618,704,806,927,1005,1082,1173,1266,1361,1455,1555,1648,1743,1837,1928,2019,2100,2205,2307,2405,2515,2618,2727,2885,2986,8026"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-w360dp-port-v13\\values-w360dp-port-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,114,170,226,293,358,413,478",
+ "endColumns": "58,55,55,66,64,54,64,68",
+ "endOffsets": "109,165,221,288,353,408,473,542"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-uz_values-uz.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-uz\\values-uz.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,283,360,440,523,617,704,799,926,1010,1074,1177,1247,1314,1423,1486,1553,1612,1686,1749,1803,1918,1976,2038,2092,2167,2296,2386,2475,2616,2698,2780,2866,2926,2977,3043,3116,3194,3280,3352,3429,3504,3575,3669,3748,3844,3938,4012,4088,4174,4227,4293,4378,4469,4531,4595,4658,4760,4851,4947,5039,5103,5158",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,76,79,82,93,86,94,126,83,63,102,69,66,108,62,66,58,73,62,53,114,57,61,53,74,128,89,88,140,81,81,85,59,50,65,72,77,85,71,76,74,70,93,78,95,93,73,75,85,52,65,84,90,61,63,62,101,90,95,91,63,54,82",
+ "endOffsets": "278,355,435,518,612,699,794,921,1005,1069,1172,1242,1309,1418,1481,1548,1607,1681,1744,1798,1913,1971,2033,2087,2162,2291,2381,2470,2611,2693,2775,2861,2921,2972,3038,3111,3189,3275,3347,3424,3499,3570,3664,3743,3839,3933,4007,4083,4169,4222,4288,4373,4464,4526,4590,4653,4755,4846,4942,5034,5098,5153,5236"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3004,3081,3161,3244,3338,3425,3520,3647,3731,3795,3898,3968,4035,4144,4207,4274,4333,4407,4470,4524,4639,4697,4759,4813,4888,5017,5107,5196,5337,5419,5501,5587,5647,5698,5764,5837,5915,6001,6073,6150,6225,6296,6390,6469,6565,6659,6733,6809,6895,6948,7014,7099,7190,7252,7316,7379,7481,7572,7668,7760,7824,7879",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,76,79,82,93,86,94,126,83,63,102,69,66,108,62,66,58,73,62,53,114,57,61,53,74,128,89,88,140,81,81,85,59,50,65,72,77,85,71,76,74,70,93,78,95,93,73,75,85,52,65,84,90,61,63,62,101,90,95,91,63,54,82",
+ "endOffsets": "328,3076,3156,3239,3333,3420,3515,3642,3726,3790,3893,3963,4030,4139,4202,4269,4328,4402,4465,4519,4634,4692,4754,4808,4883,5012,5102,5191,5332,5414,5496,5582,5642,5693,5759,5832,5910,5996,6068,6145,6220,6291,6385,6464,6560,6654,6728,6804,6890,6943,7009,7094,7185,7247,7311,7374,7476,7567,7663,7755,7819,7874,7957"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-uz\\values-uz.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8046",
+ "endColumns": "100",
+ "endOffsets": "8142"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-uz\\values-uz.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,210,305,405,487,587,704,789,867,958,1051,1146,1240,1334,1427,1522,1617,1708,1800,1884,1994,2100,2200,2308,2414,2516,2677,2776",
+ "endColumns": "104,94,99,81,99,116,84,77,90,92,94,93,93,92,94,94,90,91,83,109,105,99,107,105,101,160,98,83",
+ "endOffsets": "205,300,400,482,582,699,784,862,953,1046,1141,1235,1329,1422,1517,1612,1703,1795,1879,1989,2095,2195,2303,2409,2511,2672,2771,2855"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "333,438,533,633,715,815,932,1017,1095,1186,1279,1374,1468,1562,1655,1750,1845,1936,2028,2112,2222,2328,2428,2536,2642,2744,2905,7962",
+ "endColumns": "104,94,99,81,99,116,84,77,90,92,94,93,93,92,94,94,90,91,83,109,105,99,107,105,101,160,98,83",
+ "endOffsets": "433,528,628,710,810,927,1012,1090,1181,1274,1369,1463,1557,1650,1745,1840,1931,2023,2107,2217,2323,2423,2531,2637,2739,2900,2999,8041"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-v28_values-v28.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-v28\\values-v28.xml",
+ "from": {
+ "startLines": "2,3,4,8",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,130,217,397",
+ "endLines": "2,3,7,11",
+ "endColumns": "74,86,12,12",
+ "endOffsets": "125,212,392,584"
+ },
+ "to": {
+ "startLines": "14,15,16,20",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "1141,1216,1303,1483",
+ "endLines": "14,15,19,23",
+ "endColumns": "74,86,12,12",
+ "endOffsets": "1211,1298,1478,1670"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-v28\\values-v28.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,153,248,343,441,529,617,705,793,880,967,1054,1141",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,17",
+ "endColumns": "97,94,94,97,87,87,87,87,86,86,86,86,10",
+ "endOffsets": "148,243,338,436,524,612,700,788,875,962,1049,1136,1423"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,24",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,153,248,343,441,529,617,705,793,880,967,1054,1675",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,27",
+ "endColumns": "97,94,94,97,87,87,87,87,86,86,86,86,10",
+ "endOffsets": "148,243,338,436,524,612,700,788,875,962,1049,1136,1957"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-pt-rPT_values-pt-rPT.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-pt-rPT\\values-pt-rPT.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,319,426,515,616,734,819,899,991,1085,1182,1276,1375,1469,1565,1660,1752,1844,1929,2036,2147,2249,2357,2465,2572,2737,2836",
+ "endColumns": "107,105,106,88,100,117,84,79,91,93,96,93,98,93,95,94,91,91,84,106,110,101,107,107,106,164,98,85",
+ "endOffsets": "208,314,421,510,611,729,814,894,986,1080,1177,1271,1370,1464,1560,1655,1747,1839,1924,2031,2142,2244,2352,2460,2567,2732,2831,2917"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "323,431,537,644,733,834,952,1037,1117,1209,1303,1400,1494,1593,1687,1783,1878,1970,2062,2147,2254,2365,2467,2575,2683,2790,2955,8092",
+ "endColumns": "107,105,106,88,100,117,84,79,91,93,96,93,98,93,95,94,91,91,84,106,110,101,107,107,106,164,98,85",
+ "endOffsets": "426,532,639,728,829,947,1032,1112,1204,1298,1395,1489,1588,1682,1778,1873,1965,2057,2142,2249,2360,2462,2570,2678,2785,2950,3049,8173"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8178",
+ "endColumns": "100",
+ "endOffsets": "8274"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,273,354,434,516,615,711,814,934,1015,1079,1171,1250,1315,1405,1469,1537,1599,1672,1736,1790,1916,1974,2036,2090,2166,2309,2396,2478,2617,2699,2781,2868,2924,2975,3041,3116,3196,3283,3356,3433,3506,3580,3673,3750,3843,3941,4015,4096,4195,4248,4314,4403,4491,4553,4617,4680,4796,4899,5006,5110,5170,5225",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,79,81,98,95,102,119,80,63,91,78,64,89,63,67,61,72,63,53,125,57,61,53,75,142,86,81,138,81,81,86,55,50,65,74,79,86,72,76,72,73,92,76,92,97,73,80,98,52,65,88,87,61,63,62,115,102,106,103,59,54,85",
+ "endOffsets": "268,349,429,511,610,706,809,929,1010,1074,1166,1245,1310,1400,1464,1532,1594,1667,1731,1785,1911,1969,2031,2085,2161,2304,2391,2473,2612,2694,2776,2863,2919,2970,3036,3111,3191,3278,3351,3428,3501,3575,3668,3745,3838,3936,4010,4091,4190,4243,4309,4398,4486,4548,4612,4675,4791,4894,5001,5105,5165,5220,5306"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3054,3135,3215,3297,3396,3492,3595,3715,3796,3860,3952,4031,4096,4186,4250,4318,4380,4453,4517,4571,4697,4755,4817,4871,4947,5090,5177,5259,5398,5480,5562,5649,5705,5756,5822,5897,5977,6064,6137,6214,6287,6361,6454,6531,6624,6722,6796,6877,6976,7029,7095,7184,7272,7334,7398,7461,7577,7680,7787,7891,7951,8006",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,79,81,98,95,102,119,80,63,91,78,64,89,63,67,61,72,63,53,125,57,61,53,75,142,86,81,138,81,81,86,55,50,65,74,79,86,72,76,72,73,92,76,92,97,73,80,98,52,65,88,87,61,63,62,115,102,106,103,59,54,85",
+ "endOffsets": "318,3130,3210,3292,3391,3487,3590,3710,3791,3855,3947,4026,4091,4181,4245,4313,4375,4448,4512,4566,4692,4750,4812,4866,4942,5085,5172,5254,5393,5475,5557,5644,5700,5751,5817,5892,5972,6059,6132,6209,6282,6356,6449,6526,6619,6717,6791,6872,6971,7024,7090,7179,7267,7329,7393,7456,7572,7675,7782,7886,7946,8001,8087"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-is_values-is.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-is\\values-is.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,205,302,414,499,600,714,795,874,965,1058,1151,1245,1351,1444,1539,1634,1725,1819,1900,2010,2117,2214,2323,2423,2526,2681,2779",
+ "endColumns": "99,96,111,84,100,113,80,78,90,92,92,93,105,92,94,94,90,93,80,109,106,96,108,99,102,154,97,80",
+ "endOffsets": "200,297,409,494,595,709,790,869,960,1053,1146,1240,1346,1439,1534,1629,1720,1814,1895,2005,2112,2209,2318,2418,2521,2676,2774,2855"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "320,420,517,629,714,815,929,1010,1089,1180,1273,1366,1460,1566,1659,1754,1849,1940,2034,2115,2225,2332,2429,2538,2638,2741,2896,7849",
+ "endColumns": "99,96,111,84,100,113,80,78,90,92,92,93,105,92,94,94,90,93,80,109,106,96,108,99,102,154,97,80",
+ "endOffsets": "415,512,624,709,810,924,1005,1084,1175,1268,1361,1455,1561,1654,1749,1844,1935,2029,2110,2220,2327,2424,2533,2633,2736,2891,2989,7925"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-is\\values-is.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,270,344,416,495,577,657,754,869,951,1016,1104,1168,1229,1319,1383,1446,1508,1576,1640,1696,1819,1884,1946,2002,2073,2200,2284,2368,2504,2581,2658,2745,2802,2857,2923,2999,3079,3168,3235,3309,3379,3445,3531,3601,3692,3782,3856,3929,4018,4069,4141,4222,4308,4370,4434,4497,4611,4714,4822,4925,4986,5045",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,73,71,78,81,79,96,114,81,64,87,63,60,89,63,62,61,67,63,55,122,64,61,55,70,126,83,83,135,76,76,86,56,54,65,75,79,88,66,73,69,65,85,69,90,89,73,72,88,50,71,80,85,61,63,62,113,102,107,102,60,58,79",
+ "endOffsets": "265,339,411,490,572,652,749,864,946,1011,1099,1163,1224,1314,1378,1441,1503,1571,1635,1691,1814,1879,1941,1997,2068,2195,2279,2363,2499,2576,2653,2740,2797,2852,2918,2994,3074,3163,3230,3304,3374,3440,3526,3596,3687,3777,3851,3924,4013,4064,4136,4217,4303,4365,4429,4492,4606,4709,4817,4920,4981,5040,5120"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2994,3068,3140,3219,3301,3381,3478,3593,3675,3740,3828,3892,3953,4043,4107,4170,4232,4300,4364,4420,4543,4608,4670,4726,4797,4924,5008,5092,5228,5305,5382,5469,5526,5581,5647,5723,5803,5892,5959,6033,6103,6169,6255,6325,6416,6506,6580,6653,6742,6793,6865,6946,7032,7094,7158,7221,7335,7438,7546,7649,7710,7769",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,73,71,78,81,79,96,114,81,64,87,63,60,89,63,62,61,67,63,55,122,64,61,55,70,126,83,83,135,76,76,86,56,54,65,75,79,88,66,73,69,65,85,69,90,89,73,72,88,50,71,80,85,61,63,62,113,102,107,102,60,58,79",
+ "endOffsets": "315,3063,3135,3214,3296,3376,3473,3588,3670,3735,3823,3887,3948,4038,4102,4165,4227,4295,4359,4415,4538,4603,4665,4721,4792,4919,5003,5087,5223,5300,5377,5464,5521,5576,5642,5718,5798,5887,5954,6028,6098,6164,6250,6320,6411,6501,6575,6648,6737,6788,6860,6941,7027,7089,7153,7216,7330,7433,7541,7644,7705,7764,7844"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-is\\values-is.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7930",
+ "endColumns": "100",
+ "endOffsets": "8026"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-h720dp-v13_values-h720dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-h720dp-v13\\values-h720dp-v13.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "66",
+ "endOffsets": "117"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-bn_values-bn.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-bn\\values-bn.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,271,369,462,545,646,738,842,959,1040,1106,1197,1263,1324,1414,1478,1545,1606,1675,1737,1791,1898,1957,2018,2072,2146,2266,2351,2435,2570,2641,2711,2798,2856,2912,2978,3051,3131,3226,3295,3371,3451,3520,3615,3698,3788,3883,3957,4031,4124,4178,4245,4331,4416,4478,4542,4605,4707,4812,4905,5011,5073,5133",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,97,92,82,100,91,103,116,80,65,90,65,60,89,63,66,60,68,61,53,106,58,60,53,73,119,84,83,134,70,69,86,57,55,65,72,79,94,68,75,79,68,94,82,89,94,73,73,92,53,66,85,84,61,63,62,101,104,92,105,61,59,79",
+ "endOffsets": "266,364,457,540,641,733,837,954,1035,1101,1192,1258,1319,1409,1473,1540,1601,1670,1732,1786,1893,1952,2013,2067,2141,2261,2346,2430,2565,2636,2706,2793,2851,2907,2973,3046,3126,3221,3290,3366,3446,3515,3610,3693,3783,3878,3952,4026,4119,4173,4240,4326,4411,4473,4537,4600,4702,4807,4900,5006,5068,5128,5208"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3051,3149,3242,3325,3426,3518,3622,3739,3820,3886,3977,4043,4104,4194,4258,4325,4386,4455,4517,4571,4678,4737,4798,4852,4926,5046,5131,5215,5350,5421,5491,5578,5636,5692,5758,5831,5911,6006,6075,6151,6231,6300,6395,6478,6568,6663,6737,6811,6904,6958,7025,7111,7196,7258,7322,7385,7487,7592,7685,7791,7853,7913",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,97,92,82,100,91,103,116,80,65,90,65,60,89,63,66,60,68,61,53,106,58,60,53,73,119,84,83,134,70,69,86,57,55,65,72,79,94,68,75,79,68,94,82,89,94,73,73,92,53,66,85,84,61,63,62,101,104,92,105,61,59,79",
+ "endOffsets": "316,3144,3237,3320,3421,3513,3617,3734,3815,3881,3972,4038,4099,4189,4253,4320,4381,4450,4512,4566,4673,4732,4793,4847,4921,5041,5126,5210,5345,5416,5486,5573,5631,5687,5753,5826,5906,6001,6070,6146,6226,6295,6390,6473,6563,6658,6732,6806,6899,6953,7020,7106,7191,7253,7317,7380,7482,7587,7680,7786,7848,7908,7988"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-bn\\values-bn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8080",
+ "endColumns": "100",
+ "endOffsets": "8176"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-bn\\values-bn.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,319,425,514,619,740,823,905,996,1089,1183,1277,1377,1470,1565,1659,1750,1841,1927,2037,2141,2244,2352,2460,2565,2730,2835",
+ "endColumns": "107,105,105,88,104,120,82,81,90,92,93,93,99,92,94,93,90,90,85,109,103,102,107,107,104,164,104,86",
+ "endOffsets": "208,314,420,509,614,735,818,900,991,1084,1178,1272,1372,1465,1560,1654,1745,1836,1922,2032,2136,2239,2347,2455,2560,2725,2830,2917"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "321,429,535,641,730,835,956,1039,1121,1212,1305,1399,1493,1593,1686,1781,1875,1966,2057,2143,2253,2357,2460,2568,2676,2781,2946,7993",
+ "endColumns": "107,105,105,88,104,120,82,81,90,92,93,93,99,92,94,93,90,90,85,109,103,102,107,107,104,164,104,86",
+ "endOffsets": "424,530,636,725,830,951,1034,1116,1207,1300,1394,1488,1588,1681,1776,1870,1961,2052,2138,2248,2352,2455,2563,2671,2776,2941,3046,8075"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-kn_values-kn.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-kn\\values-kn.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,219,331,444,532,639,765,843,919,1010,1103,1198,1292,1392,1485,1580,1674,1765,1856,1938,2054,2164,2263,2376,2481,2595,2759,2859",
+ "endColumns": "113,111,112,87,106,125,77,75,90,92,94,93,99,92,94,93,90,90,81,115,109,98,112,104,113,163,99,82",
+ "endOffsets": "214,326,439,527,634,760,838,914,1005,1098,1193,1287,1387,1480,1575,1669,1760,1851,1933,2049,2159,2258,2371,2476,2590,2754,2854,2937"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "319,433,545,658,746,853,979,1057,1133,1224,1317,1412,1506,1606,1699,1794,1888,1979,2070,2152,2268,2378,2477,2590,2695,2809,2973,8094",
+ "endColumns": "113,111,112,87,106,125,77,75,90,92,94,93,99,92,94,93,90,90,81,115,109,98,112,104,113,163,99,82",
+ "endOffsets": "428,540,653,741,848,974,1052,1128,1219,1312,1407,1501,1601,1694,1789,1883,1974,2065,2147,2263,2373,2472,2585,2690,2804,2968,3068,8172"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-kn\\values-kn.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,269,353,436,518,633,728,835,948,1033,1096,1190,1256,1318,1421,1487,1558,1617,1693,1758,1812,1925,1983,2044,2098,2177,2293,2376,2467,2609,2688,2767,2855,2912,2964,3030,3110,3200,3284,3361,3438,3515,3584,3683,3760,3853,3948,4022,4103,4199,4250,4318,4404,4492,4555,4620,4683,4788,4891,4986,5091,5152,5208",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,83,82,81,114,94,106,112,84,62,93,65,61,102,65,70,58,75,64,53,112,57,60,53,78,115,82,90,141,78,78,87,56,51,65,79,89,83,76,76,76,68,98,76,92,94,73,80,95,50,67,85,87,62,64,62,104,102,94,104,60,55,81",
+ "endOffsets": "264,348,431,513,628,723,830,943,1028,1091,1185,1251,1313,1416,1482,1553,1612,1688,1753,1807,1920,1978,2039,2093,2172,2288,2371,2462,2604,2683,2762,2850,2907,2959,3025,3105,3195,3279,3356,3433,3510,3579,3678,3755,3848,3943,4017,4098,4194,4245,4313,4399,4487,4550,4615,4678,4783,4886,4981,5086,5147,5203,5285"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3073,3157,3240,3322,3437,3532,3639,3752,3837,3900,3994,4060,4122,4225,4291,4362,4421,4497,4562,4616,4729,4787,4848,4902,4981,5097,5180,5271,5413,5492,5571,5659,5716,5768,5834,5914,6004,6088,6165,6242,6319,6388,6487,6564,6657,6752,6826,6907,7003,7054,7122,7208,7296,7359,7424,7487,7592,7695,7790,7895,7956,8012",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,83,82,81,114,94,106,112,84,62,93,65,61,102,65,70,58,75,64,53,112,57,60,53,78,115,82,90,141,78,78,87,56,51,65,79,89,83,76,76,76,68,98,76,92,94,73,80,95,50,67,85,87,62,64,62,104,102,94,104,60,55,81",
+ "endOffsets": "314,3152,3235,3317,3432,3527,3634,3747,3832,3895,3989,4055,4117,4220,4286,4357,4416,4492,4557,4611,4724,4782,4843,4897,4976,5092,5175,5266,5408,5487,5566,5654,5711,5763,5829,5909,5999,6083,6160,6237,6314,6383,6482,6559,6652,6747,6821,6902,6998,7049,7117,7203,7291,7354,7419,7482,7587,7690,7785,7890,7951,8007,8089"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-kn\\values-kn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8177",
+ "endColumns": "100",
+ "endOffsets": "8273"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-en-rXC_values-en-rXC.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-en-rXC\\values-en-rXC.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,312,515,725,912,1113,1329,1509,1684,1878,2072,2267,2464,2663,2858,3056,3253,3447,3641,3826,4031,4234,4435,4641,4846,5053,5327,5528",
+ "endColumns": "206,202,209,186,200,215,179,174,193,193,194,196,198,194,197,196,193,193,184,204,202,200,205,204,206,273,200,185",
+ "endOffsets": "307,510,720,907,1108,1324,1504,1679,1873,2067,2262,2459,2658,2853,3051,3248,3442,3636,3821,4026,4229,4430,4636,4841,5048,5322,5523,5709"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-en-rXC\\values-en-rXC.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "203",
+ "endOffsets": "254"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "5714",
+ "endColumns": "203",
+ "endOffsets": "5913"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-si_values-si.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-si\\values-si.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7964",
+ "endColumns": "100",
+ "endOffsets": "8060"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-si\\values-si.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,221,328,435,518,623,739,829,915,1006,1099,1193,1287,1387,1480,1575,1669,1760,1851,1935,2044,2148,2246,2356,2456,2563,2722,2821",
+ "endColumns": "115,106,106,82,104,115,89,85,90,92,93,93,99,92,94,93,90,90,83,108,103,97,109,99,106,158,98,81",
+ "endOffsets": "216,323,430,513,618,734,824,910,1001,1094,1188,1282,1382,1475,1570,1664,1755,1846,1930,2039,2143,2241,2351,2451,2558,2717,2816,2898"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "319,435,542,649,732,837,953,1043,1129,1220,1313,1407,1501,1601,1694,1789,1883,1974,2065,2149,2258,2362,2460,2570,2670,2777,2936,7882",
+ "endColumns": "115,106,106,82,104,115,89,85,90,92,93,93,99,92,94,93,90,90,83,108,103,97,109,99,106,158,98,81",
+ "endOffsets": "430,537,644,727,832,948,1038,1124,1215,1308,1402,1496,1596,1689,1784,1878,1969,2060,2144,2253,2357,2455,2565,2665,2772,2931,3030,7959"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-si\\values-si.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,269,345,422,500,591,676,778,893,976,1040,1129,1196,1256,1350,1414,1477,1533,1603,1670,1725,1844,1901,1965,2019,2092,2214,2297,2382,2514,2592,2672,2758,2818,2870,2936,3006,3079,3161,3233,3310,3382,3452,3545,3618,3708,3801,3875,3947,4038,4092,4158,4242,4327,4389,4453,4516,4621,4721,4816,4916,4980,5036",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,75,76,77,90,84,101,114,82,63,88,66,59,93,63,62,55,69,66,54,118,56,63,53,72,121,82,84,131,77,79,85,59,51,65,69,72,81,71,76,71,69,92,72,89,92,73,71,90,53,65,83,84,61,63,62,104,99,94,99,63,55,79",
+ "endOffsets": "264,340,417,495,586,671,773,888,971,1035,1124,1191,1251,1345,1409,1472,1528,1598,1665,1720,1839,1896,1960,2014,2087,2209,2292,2377,2509,2587,2667,2753,2813,2865,2931,3001,3074,3156,3228,3305,3377,3447,3540,3613,3703,3796,3870,3942,4033,4087,4153,4237,4322,4384,4448,4511,4616,4716,4811,4911,4975,5031,5111"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3035,3111,3188,3266,3357,3442,3544,3659,3742,3806,3895,3962,4022,4116,4180,4243,4299,4369,4436,4491,4610,4667,4731,4785,4858,4980,5063,5148,5280,5358,5438,5524,5584,5636,5702,5772,5845,5927,5999,6076,6148,6218,6311,6384,6474,6567,6641,6713,6804,6858,6924,7008,7093,7155,7219,7282,7387,7487,7582,7682,7746,7802",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,75,76,77,90,84,101,114,82,63,88,66,59,93,63,62,55,69,66,54,118,56,63,53,72,121,82,84,131,77,79,85,59,51,65,69,72,81,71,76,71,69,92,72,89,92,73,71,90,53,65,83,84,61,63,62,104,99,94,99,63,55,79",
+ "endOffsets": "314,3106,3183,3261,3352,3437,3539,3654,3737,3801,3890,3957,4017,4111,4175,4238,4294,4364,4431,4486,4605,4662,4726,4780,4853,4975,5058,5143,5275,5353,5433,5519,5579,5631,5697,5767,5840,5922,5994,6071,6143,6213,6306,6379,6469,6562,6636,6708,6799,6853,6919,7003,7088,7150,7214,7277,7382,7482,7577,7677,7741,7797,7877"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-da_values-da.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-da\\values-da.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,205,299,415,500,600,713,791,867,958,1051,1144,1238,1332,1425,1520,1618,1709,1800,1879,1987,2094,2190,2303,2406,2507,2660,2757",
+ "endColumns": "99,93,115,84,99,112,77,75,90,92,92,93,93,92,94,97,90,90,78,107,106,95,112,102,100,152,96,79",
+ "endOffsets": "200,294,410,495,595,708,786,862,953,1046,1139,1233,1327,1420,1515,1613,1704,1795,1874,1982,2089,2185,2298,2401,2502,2655,2752,2832"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "322,422,516,632,717,817,930,1008,1084,1175,1268,1361,1455,1549,1642,1737,1835,1926,2017,2096,2204,2311,2407,2520,2623,2724,2877,7830",
+ "endColumns": "99,93,115,84,99,112,77,75,90,92,92,93,93,92,94,97,90,90,78,107,106,95,112,102,100,152,96,79",
+ "endOffsets": "417,511,627,712,812,925,1003,1079,1170,1263,1356,1450,1544,1637,1732,1830,1921,2012,2091,2199,2306,2402,2515,2618,2719,2872,2969,7905"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-da\\values-da.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,272,350,426,504,601,681,781,930,1008,1072,1158,1231,1291,1378,1442,1504,1566,1634,1699,1755,1873,1931,1992,2048,2123,2249,2335,2415,2556,2634,2714,2800,2856,2907,2973,3041,3115,3204,3276,3354,3424,3497,3581,3658,3746,3835,3909,3982,4067,4116,4182,4262,4345,4407,4471,4534,4642,4737,4838,4933,4993,5048",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,75,77,96,79,99,148,77,63,85,72,59,86,63,61,61,67,64,55,117,57,60,55,74,125,85,79,140,77,79,85,55,50,65,67,73,88,71,77,69,72,83,76,87,88,73,72,84,48,65,79,82,61,63,62,107,94,100,94,59,54,79",
+ "endOffsets": "267,345,421,499,596,676,776,925,1003,1067,1153,1226,1286,1373,1437,1499,1561,1629,1694,1750,1868,1926,1987,2043,2118,2244,2330,2410,2551,2629,2709,2795,2851,2902,2968,3036,3110,3199,3271,3349,3419,3492,3576,3653,3741,3830,3904,3977,4062,4111,4177,4257,4340,4402,4466,4529,4637,4732,4833,4928,4988,5043,5123"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2974,3052,3128,3206,3303,3383,3483,3632,3710,3774,3860,3933,3993,4080,4144,4206,4268,4336,4401,4457,4575,4633,4694,4750,4825,4951,5037,5117,5258,5336,5416,5502,5558,5609,5675,5743,5817,5906,5978,6056,6126,6199,6283,6360,6448,6537,6611,6684,6769,6818,6884,6964,7047,7109,7173,7236,7344,7439,7540,7635,7695,7750",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,75,77,96,79,99,148,77,63,85,72,59,86,63,61,61,67,64,55,117,57,60,55,74,125,85,79,140,77,79,85,55,50,65,67,73,88,71,77,69,72,83,76,87,88,73,72,84,48,65,79,82,61,63,62,107,94,100,94,59,54,79",
+ "endOffsets": "317,3047,3123,3201,3298,3378,3478,3627,3705,3769,3855,3928,3988,4075,4139,4201,4263,4331,4396,4452,4570,4628,4689,4745,4820,4946,5032,5112,5253,5331,5411,5497,5553,5604,5670,5738,5812,5901,5973,6051,6121,6194,6278,6355,6443,6532,6606,6679,6764,6813,6879,6959,7042,7104,7168,7231,7339,7434,7535,7630,7690,7745,7825"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-da\\values-da.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7910",
+ "endColumns": "100",
+ "endOffsets": "8006"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-v21_values-v21.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-v21\\values-v21.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,25,28,31,34,37,40,43,46,49,52,55,56,59,64,75,81,91,101,111,121,131,141,151,161,171,181,191,201,211,221,231,237,243,249,255,259,263,264,265,266,270,273,276,279,282,283,286,289,293,297",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,153,249,345,443,511,590,678,766,854,942,1029,1116,1203,1290,1383,1490,1595,1714,1839,1960,2173,2432,2703,2921,3153,3389,3639,3852,4061,4292,4493,4609,4779,5100,6129,6586,7137,7692,8248,8809,9361,9912,10464,11017,11566,12119,12675,13230,13776,14330,14885,15177,15471,15771,16071,16400,16741,16879,17023,17179,17572,17790,18012,18238,18454,18564,18734,18924,19165,19424",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,24,27,30,33,36,39,42,45,48,51,54,55,58,63,74,80,90,100,110,120,130,140,150,160,170,180,190,200,210,220,230,236,242,248,254,258,262,263,264,265,269,272,275,278,281,282,285,288,292,296,299",
+ "endColumns": "97,95,95,97,67,78,87,87,87,87,86,86,86,86,92,106,104,118,124,120,10,10,10,10,10,10,10,10,10,10,10,115,10,12,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,137,143,155,10,10,10,10,10,109,10,10,10,10,10",
+ "endOffsets": "148,244,340,438,506,585,673,761,849,937,1024,1111,1198,1285,1378,1485,1590,1709,1834,1955,2168,2427,2698,2916,3148,3384,3634,3847,4056,4287,4488,4604,4774,5095,6124,6581,7132,7687,8243,8804,9356,9907,10459,11012,11561,12114,12670,13225,13771,14325,14880,15172,15466,15766,16066,16395,16736,16874,17018,17174,17567,17785,18007,18233,18449,18559,18729,18919,19160,19419,19596"
+ },
+ "to": {
+ "startLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,80,81,82,83,85,86,87,90,93,188,191,194,197,203,206,209,276,279,280,283,288,299,347,357,367,377,387,397,407,417,427,437,447,457,467,477,487,497,503,509,515,521,525,529,530,531,532,536,539,542,545,556,557,560,563,567,571",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "173,271,367,463,561,629,708,796,884,972,1060,1147,1234,1321,6970,7063,7170,7275,7497,7622,7743,7956,8215,14396,14614,14846,15082,15531,15744,15953,20740,20941,21057,21227,21548,22577,25682,26233,26788,27344,27905,28457,29008,29560,30113,30662,31215,31771,32326,32872,33426,33981,34273,34567,34867,35167,35496,35837,35975,36119,36275,36668,36886,37108,37334,38074,38184,38354,38544,38785,39044",
+ "endLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,80,81,82,83,85,86,89,92,95,190,193,196,199,205,208,211,278,279,282,287,298,304,356,366,376,386,396,406,416,426,436,446,456,466,476,486,496,502,508,514,520,524,528,529,530,531,535,538,541,544,547,556,559,562,566,570,573",
+ "endColumns": "97,95,95,97,67,78,87,87,87,87,86,86,86,86,92,106,104,118,124,120,10,10,10,10,10,10,10,10,10,10,10,115,10,12,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,137,143,155,10,10,10,10,10,109,10,10,10,10,10",
+ "endOffsets": "266,362,458,556,624,703,791,879,967,1055,1142,1229,1316,1403,7058,7165,7270,7389,7617,7738,7951,8210,8481,14609,14841,15077,15327,15739,15948,16179,20936,21052,21222,21543,22572,23029,26228,26783,27339,27900,28452,29003,29555,30108,30657,31210,31766,32321,32867,33421,33976,34268,34562,34862,35162,35491,35832,35970,36114,36270,36663,36881,37103,37329,37545,38179,38349,38539,38780,39039,39216"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-v21\\values-v21.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,19,20,21,22,24,26,27,28,29,30,32,34,36,38,40,42,43,48,50,52,53,54,56,58,59,60,61,62,63,106,109,152,155,158,160,162,164,167,171,174,175,176,179,180,181,182,183,184,187,188,190,192,194,196,200,202,203,204,205,207,211,213,215,216,217,218,219,220,222,223,224,234,235,236,248",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,146,249,352,457,564,673,782,891,1000,1109,1216,1319,1438,1593,1748,1853,1974,2075,2222,2363,2466,2585,2692,2795,2950,3121,3270,3435,3592,3743,3862,4213,4362,4511,4623,4770,4923,5070,5145,5234,5321,5422,5525,8283,8468,11238,11435,11634,11757,11880,11993,12176,12431,12632,12721,12832,13065,13166,13261,13384,13513,13630,13807,13906,14041,14184,14319,14438,14639,14758,14851,14962,15018,15125,15320,15431,15564,15659,15750,15841,15934,16051,16190,16261,16344,16967,17024,17082,17706",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,20,21,23,25,26,27,28,29,31,33,35,37,39,41,42,47,49,51,52,53,55,57,58,59,60,61,62,105,108,151,154,157,159,161,163,166,170,173,174,175,178,179,180,181,182,183,186,187,189,191,193,195,199,201,202,203,204,206,210,212,214,215,216,217,218,219,221,222,223,233,234,235,247,259",
+ "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,92,116,12,70,82,12,56,57,12,12",
+ "endOffsets": "141,244,347,452,559,668,777,886,995,1104,1211,1314,1433,1588,1743,1848,1969,2070,2217,2358,2461,2580,2687,2790,2945,3116,3265,3430,3587,3738,3857,4208,4357,4506,4618,4765,4918,5065,5140,5229,5316,5417,5520,8278,8463,11233,11430,11629,11752,11875,11988,12171,12426,12627,12716,12827,13060,13161,13256,13379,13508,13625,13802,13901,14036,14179,14314,14433,14634,14753,14846,14957,15013,15120,15315,15426,15559,15654,15745,15836,15929,16046,16185,16256,16339,16962,17019,17077,17701,18337"
+ },
+ "to": {
+ "startLines": "20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,37,38,39,40,42,44,45,46,47,48,50,52,54,56,58,60,61,66,68,70,71,72,74,76,77,78,79,84,96,139,142,185,200,212,214,216,218,221,225,228,229,230,233,234,235,236,237,238,241,242,244,246,248,250,254,256,257,258,259,261,265,267,269,270,271,272,273,274,305,306,307,317,318,319,331",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "1603,1694,1797,1900,2005,2112,2221,2330,2439,2548,2657,2764,2867,2986,3141,3296,3401,3522,3623,3770,3911,4014,4133,4240,4343,4498,4669,4818,4983,5140,5291,5410,5761,5910,6059,6171,6318,6471,6618,6693,6782,6869,7394,8486,11244,11429,14199,15332,16184,16307,16430,16543,16726,16981,17182,17271,17382,17615,17716,17811,17934,18063,18180,18357,18456,18591,18734,18869,18988,19189,19308,19401,19512,19568,19675,19870,19981,20114,20209,20300,20391,20484,20601,23034,23105,23188,23811,23868,23926,24550",
+ "endLines": "20,21,22,23,24,25,26,27,28,29,30,31,32,34,36,37,38,39,41,43,44,45,46,47,49,51,53,55,57,59,60,65,67,69,70,71,73,75,76,77,78,79,84,138,141,184,187,202,213,215,217,220,224,227,228,229,232,233,234,235,236,237,240,241,243,245,247,249,253,255,256,257,258,260,264,266,268,269,270,271,272,273,275,305,306,316,317,318,330,342",
+ "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,92,116,12,70,82,12,56,57,12,12",
+ "endOffsets": "1689,1792,1895,2000,2107,2216,2325,2434,2543,2652,2759,2862,2981,3136,3291,3396,3517,3618,3765,3906,4009,4128,4235,4338,4493,4664,4813,4978,5135,5286,5405,5756,5905,6054,6166,6313,6466,6613,6688,6777,6864,6965,7492,11239,11424,14194,14391,15526,16302,16425,16538,16721,16976,17177,17266,17377,17610,17711,17806,17929,18058,18175,18352,18451,18586,18729,18864,18983,19184,19303,19396,19507,19563,19670,19865,19976,20109,20204,20295,20386,20479,20596,20735,23100,23183,23806,23863,23921,24545,25181"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-v21\\values-v21.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,13",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,173,237,304,368,484,610,736,864,1036",
+ "endLines": "2,3,4,5,6,7,8,9,12,17",
+ "endColumns": "117,63,66,63,115,125,125,127,12,12",
+ "endOffsets": "168,232,299,363,479,605,731,859,1031,1383"
+ },
+ "to": {
+ "startLines": "2,17,18,19,343,344,345,346,548,551",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,1408,1472,1539,25186,25302,25428,25554,37550,37722",
+ "endLines": "2,17,18,19,343,344,345,346,550,555",
+ "endColumns": "117,63,66,63,115,125,125,127,12,12",
+ "endOffsets": "168,1467,1534,1598,25297,25423,25549,25677,37717,38069"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-tr_values-tr.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-tr\\values-tr.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,340,415,492,591,682,778,890,972,1036,1127,1204,1265,1356,1419,1482,1541,1610,1673,1727,1835,1893,1955,2009,2082,2203,2287,2378,2518,2595,2671,2758,2811,2865,2931,3001,3078,3161,3232,3307,3385,3456,3541,3630,3725,3818,3890,3962,4058,4110,4177,4261,4351,4413,4477,4540,4634,4730,4819,4916,4973,5031",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,74,74,76,98,90,95,111,81,63,90,76,60,90,62,62,58,68,62,53,107,57,61,53,72,120,83,90,139,76,75,86,52,53,65,69,76,82,70,74,77,70,84,88,94,92,71,71,95,51,66,83,89,61,63,62,93,95,88,96,56,57,78",
+ "endOffsets": "260,335,410,487,586,677,773,885,967,1031,1122,1199,1260,1351,1414,1477,1536,1605,1668,1722,1830,1888,1950,2004,2077,2198,2282,2373,2513,2590,2666,2753,2806,2860,2926,2996,3073,3156,3227,3302,3380,3451,3536,3625,3720,3813,3885,3957,4053,4105,4172,4256,4346,4408,4472,4535,4629,4725,4814,4911,4968,5026,5105"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3007,3082,3157,3234,3333,3424,3520,3632,3714,3778,3869,3946,4007,4098,4161,4224,4283,4352,4415,4469,4577,4635,4697,4751,4824,4945,5029,5120,5260,5337,5413,5500,5553,5607,5673,5743,5820,5903,5974,6049,6127,6198,6283,6372,6467,6560,6632,6704,6800,6852,6919,7003,7093,7155,7219,7282,7376,7472,7561,7658,7715,7773",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,74,74,76,98,90,95,111,81,63,90,76,60,90,62,62,58,68,62,53,107,57,61,53,72,120,83,90,139,76,75,86,52,53,65,69,76,82,70,74,77,70,84,88,94,92,71,71,95,51,66,83,89,61,63,62,93,95,88,96,56,57,78",
+ "endOffsets": "310,3077,3152,3229,3328,3419,3515,3627,3709,3773,3864,3941,4002,4093,4156,4219,4278,4347,4410,4464,4572,4630,4692,4746,4819,4940,5024,5115,5255,5332,5408,5495,5548,5602,5668,5738,5815,5898,5969,6044,6122,6193,6278,6367,6462,6555,6627,6699,6795,6847,6914,6998,7088,7150,7214,7277,7371,7467,7556,7653,7710,7768,7847"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-tr\\values-tr.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,219,318,430,515,621,741,821,896,987,1080,1172,1266,1366,1459,1561,1656,1747,1838,1917,2024,2128,2224,2331,2434,2543,2699,2797",
+ "endColumns": "113,98,111,84,105,119,79,74,90,92,91,93,99,92,101,94,90,90,78,106,103,95,106,102,108,155,97,79",
+ "endOffsets": "214,313,425,510,616,736,816,891,982,1075,1167,1261,1361,1454,1556,1651,1742,1833,1912,2019,2123,2219,2326,2429,2538,2694,2792,2872"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,429,528,640,725,831,951,1031,1106,1197,1290,1382,1476,1576,1669,1771,1866,1957,2048,2127,2234,2338,2434,2541,2644,2753,2909,7852",
+ "endColumns": "113,98,111,84,105,119,79,74,90,92,91,93,99,92,101,94,90,90,78,106,103,95,106,102,108,155,97,79",
+ "endOffsets": "424,523,635,720,826,946,1026,1101,1192,1285,1377,1471,1571,1664,1766,1861,1952,2043,2122,2229,2333,2429,2536,2639,2748,2904,3002,7927"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-tr\\values-tr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7932",
+ "endColumns": "100",
+ "endOffsets": "8028"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-be_values-be.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-be\\values-be.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,225,328,444,530,635,754,834,911,1003,1097,1192,1286,1381,1475,1571,1666,1758,1850,1931,2037,2142,2240,2348,2454,2562,2735,2835",
+ "endColumns": "119,102,115,85,104,118,79,76,91,93,94,93,94,93,95,94,91,91,80,105,104,97,107,105,107,172,99,81",
+ "endOffsets": "220,323,439,525,630,749,829,906,998,1092,1187,1281,1376,1470,1566,1661,1753,1845,1926,2032,2137,2235,2343,2449,2557,2730,2830,2912"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "432,552,655,771,857,962,1081,1161,1238,1330,1424,1519,1613,1708,1802,1898,1993,2085,2177,2258,2364,2469,2567,2675,2781,2889,3062,8203",
+ "endColumns": "119,102,115,85,104,118,79,76,91,93,94,93,94,93,95,94,91,91,80,105,104,97,107,105,107,172,99,81",
+ "endOffsets": "547,650,766,852,957,1076,1156,1233,1325,1419,1514,1608,1703,1797,1893,1988,2080,2172,2253,2359,2464,2562,2670,2776,2884,3057,3157,8280"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-be\\values-be.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,382,459,536,618,715,807,904,1036,1119,1186,1279,1356,1419,1535,1598,1667,1726,1797,1856,1910,2031,2092,2155,2209,2282,2404,2492,2575,2727,2813,2900,2991,3048,3099,3165,3237,3314,3398,3473,3550,3632,3708,3797,3879,3970,4066,4140,4221,4316,4370,4436,4523,4609,4671,4735,4798,4908,5015,5118,5227,5288,5343",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,76,76,81,96,91,96,131,82,66,92,76,62,115,62,68,58,70,58,53,120,60,62,53,72,121,87,82,151,85,86,90,56,50,65,71,76,83,74,76,81,75,88,81,90,95,73,80,94,53,65,86,85,61,63,62,109,106,102,108,60,54,79",
+ "endOffsets": "377,454,531,613,710,802,899,1031,1114,1181,1274,1351,1414,1530,1593,1662,1721,1792,1851,1905,2026,2087,2150,2204,2277,2399,2487,2570,2722,2808,2895,2986,3043,3094,3160,3232,3309,3393,3468,3545,3627,3703,3792,3874,3965,4061,4135,4216,4311,4365,4431,4518,4604,4666,4730,4793,4903,5010,5113,5222,5283,5338,5418"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3162,3239,3316,3398,3495,3587,3684,3816,3899,3966,4059,4136,4199,4315,4378,4447,4506,4577,4636,4690,4811,4872,4935,4989,5062,5184,5272,5355,5507,5593,5680,5771,5828,5879,5945,6017,6094,6178,6253,6330,6412,6488,6577,6659,6750,6846,6920,7001,7096,7150,7216,7303,7389,7451,7515,7578,7688,7795,7898,8007,8068,8123",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,76,76,81,96,91,96,131,82,66,92,76,62,115,62,68,58,70,58,53,120,60,62,53,72,121,87,82,151,85,86,90,56,50,65,71,76,83,74,76,81,75,88,81,90,95,73,80,94,53,65,86,85,61,63,62,109,106,102,108,60,54,79",
+ "endOffsets": "427,3234,3311,3393,3490,3582,3679,3811,3894,3961,4054,4131,4194,4310,4373,4442,4501,4572,4631,4685,4806,4867,4930,4984,5057,5179,5267,5350,5502,5588,5675,5766,5823,5874,5940,6012,6089,6173,6248,6325,6407,6483,6572,6654,6745,6841,6915,6996,7091,7145,7211,7298,7384,7446,7510,7573,7683,7790,7893,8002,8063,8118,8198"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-be\\values-be.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8285",
+ "endColumns": "100",
+ "endOffsets": "8381"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-en-rCA_values-en-rCA.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-en-rCA\\values-en-rCA.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762",
+ "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82",
+ "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-en-rCA\\values-en-rCA.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2845",
+ "endColumns": "100",
+ "endOffsets": "2941"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-ms_values-ms.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-ms\\values-ms.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7993",
+ "endColumns": "100",
+ "endOffsets": "8089"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ms\\values-ms.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,216,321,429,516,620,731,810,888,979,1072,1167,1261,1359,1452,1547,1641,1732,1823,1903,2015,2123,2220,2329,2433,2540,2699,2800",
+ "endColumns": "110,104,107,86,103,110,78,77,90,92,94,93,97,92,94,93,90,90,79,111,107,96,108,103,106,158,100,80",
+ "endOffsets": "211,316,424,511,615,726,805,883,974,1067,1162,1256,1354,1447,1542,1636,1727,1818,1898,2010,2118,2215,2324,2428,2535,2694,2795,2876"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "329,440,545,653,740,844,955,1034,1112,1203,1296,1391,1485,1583,1676,1771,1865,1956,2047,2127,2239,2347,2444,2553,2657,2764,2923,7912",
+ "endColumns": "110,104,107,86,103,110,78,77,90,92,94,93,97,92,94,93,90,90,79,111,107,96,108,103,106,158,100,80",
+ "endOffsets": "435,540,648,735,839,950,1029,1107,1198,1291,1386,1480,1578,1671,1766,1860,1951,2042,2122,2234,2342,2439,2548,2652,2759,2918,3019,7988"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ms\\values-ms.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,279,359,438,525,617,704,807,923,1006,1071,1164,1229,1288,1375,1437,1499,1559,1625,1687,1741,1849,1906,1967,2022,2093,2213,2304,2390,2538,2624,2710,2798,2851,2902,2968,3039,3117,3200,3273,3349,3422,3493,3585,3658,3748,3841,3915,3986,4077,4129,4197,4281,4366,4428,4492,4555,4659,4765,4861,4969,5026,5081",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,79,78,86,91,86,102,115,82,64,92,64,58,86,61,61,59,65,61,53,107,56,60,54,70,119,90,85,147,85,85,87,52,50,65,70,77,82,72,75,72,70,91,72,89,92,73,70,90,51,67,83,84,61,63,62,103,105,95,107,56,54,85",
+ "endOffsets": "274,354,433,520,612,699,802,918,1001,1066,1159,1224,1283,1370,1432,1494,1554,1620,1682,1736,1844,1901,1962,2017,2088,2208,2299,2385,2533,2619,2705,2793,2846,2897,2963,3034,3112,3195,3268,3344,3417,3488,3580,3653,3743,3836,3910,3981,4072,4124,4192,4276,4361,4423,4487,4550,4654,4760,4856,4964,5021,5076,5162"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3024,3104,3183,3270,3362,3449,3552,3668,3751,3816,3909,3974,4033,4120,4182,4244,4304,4370,4432,4486,4594,4651,4712,4767,4838,4958,5049,5135,5283,5369,5455,5543,5596,5647,5713,5784,5862,5945,6018,6094,6167,6238,6330,6403,6493,6586,6660,6731,6822,6874,6942,7026,7111,7173,7237,7300,7404,7510,7606,7714,7771,7826",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,79,78,86,91,86,102,115,82,64,92,64,58,86,61,61,59,65,61,53,107,56,60,54,70,119,90,85,147,85,85,87,52,50,65,70,77,82,72,75,72,70,91,72,89,92,73,70,90,51,67,83,84,61,63,62,103,105,95,107,56,54,85",
+ "endOffsets": "324,3099,3178,3265,3357,3444,3547,3663,3746,3811,3904,3969,4028,4115,4177,4239,4299,4365,4427,4481,4589,4646,4707,4762,4833,4953,5044,5130,5278,5364,5450,5538,5591,5642,5708,5779,5857,5940,6013,6089,6162,6233,6325,6398,6488,6581,6655,6726,6817,6869,6937,7021,7106,7168,7232,7295,7399,7505,7601,7709,7766,7821,7907"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-tl_values-tl.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-tl\\values-tl.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,216,324,437,525,631,746,826,903,994,1087,1182,1276,1376,1469,1564,1658,1749,1840,1924,2033,2143,2244,2354,2472,2580,2743,2845",
+ "endColumns": "110,107,112,87,105,114,79,76,90,92,94,93,99,92,94,93,90,90,83,108,109,100,109,117,107,162,101,84",
+ "endOffsets": "211,319,432,520,626,741,821,898,989,1082,1177,1271,1371,1464,1559,1653,1744,1835,1919,2028,2138,2239,2349,2467,2575,2738,2840,2925"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "330,441,549,662,750,856,971,1051,1128,1219,1312,1407,1501,1601,1694,1789,1883,1974,2065,2149,2258,2368,2469,2579,2697,2805,2968,8178",
+ "endColumns": "110,107,112,87,105,114,79,76,90,92,94,93,99,92,94,93,90,90,83,108,109,100,109,117,107,162,101,84",
+ "endOffsets": "436,544,657,745,851,966,1046,1123,1214,1307,1402,1496,1596,1689,1784,1878,1969,2060,2144,2253,2363,2464,2574,2692,2800,2963,3065,8258"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-tl\\values-tl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8263",
+ "endColumns": "100",
+ "endOffsets": "8359"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-tl\\values-tl.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,280,364,444,530,627,717,822,958,1043,1108,1207,1275,1334,1423,1491,1558,1621,1696,1764,1818,1938,1996,2058,2112,2187,2329,2419,2504,2649,2733,2816,2912,2970,3021,3087,3161,3239,3330,3404,3483,3556,3628,3732,3805,3904,4004,4078,4153,4260,4312,4379,4470,4564,4626,4690,4753,4872,4974,5083,5186,5248,5303",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,83,79,85,96,89,104,135,84,64,98,67,58,88,67,66,62,74,67,53,119,57,61,53,74,141,89,84,144,83,82,95,57,50,65,73,77,90,73,78,72,71,103,72,98,99,73,74,106,51,66,90,93,61,63,62,118,101,108,102,61,54,84",
+ "endOffsets": "275,359,439,525,622,712,817,953,1038,1103,1202,1270,1329,1418,1486,1553,1616,1691,1759,1813,1933,1991,2053,2107,2182,2324,2414,2499,2644,2728,2811,2907,2965,3016,3082,3156,3234,3325,3399,3478,3551,3623,3727,3800,3899,3999,4073,4148,4255,4307,4374,4465,4559,4621,4685,4748,4867,4969,5078,5181,5243,5298,5383"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3070,3154,3234,3320,3417,3507,3612,3748,3833,3898,3997,4065,4124,4213,4281,4348,4411,4486,4554,4608,4728,4786,4848,4902,4977,5119,5209,5294,5439,5523,5606,5702,5760,5811,5877,5951,6029,6120,6194,6273,6346,6418,6522,6595,6694,6794,6868,6943,7050,7102,7169,7260,7354,7416,7480,7543,7662,7764,7873,7976,8038,8093",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,83,79,85,96,89,104,135,84,64,98,67,58,88,67,66,62,74,67,53,119,57,61,53,74,141,89,84,144,83,82,95,57,50,65,73,77,90,73,78,72,71,103,72,98,99,73,74,106,51,66,90,93,61,63,62,118,101,108,102,61,54,84",
+ "endOffsets": "325,3149,3229,3315,3412,3502,3607,3743,3828,3893,3992,4060,4119,4208,4276,4343,4406,4481,4549,4603,4723,4781,4843,4897,4972,5114,5204,5289,5434,5518,5601,5697,5755,5806,5872,5946,6024,6115,6189,6268,6341,6413,6517,6590,6689,6789,6863,6938,7045,7097,7164,7255,7349,7411,7475,7538,7657,7759,7868,7971,8033,8088,8173"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-nl_values-nl.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-nl\\values-nl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8093",
+ "endColumns": "100",
+ "endOffsets": "8189"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-nl\\values-nl.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,269,355,437,514,612,706,803,925,1006,1070,1159,1238,1301,1394,1456,1522,1580,1653,1717,1773,1895,1952,2014,2070,2146,2280,2365,2451,2589,2670,2749,2839,2896,2947,3013,3091,3174,3262,3337,3416,3489,3560,3654,3732,3821,3911,3985,4066,4153,4206,4273,4354,4438,4500,4564,4627,4735,4836,4938,5041,5102,5157",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,85,81,76,97,93,96,121,80,63,88,78,62,92,61,65,57,72,63,55,121,56,61,55,75,133,84,85,137,80,78,89,56,50,65,77,82,87,74,78,72,70,93,77,88,89,73,80,86,52,66,80,83,61,63,62,107,100,101,102,60,54,80",
+ "endOffsets": "264,350,432,509,607,701,798,920,1001,1065,1154,1233,1296,1389,1451,1517,1575,1648,1712,1768,1890,1947,2009,2065,2141,2275,2360,2446,2584,2665,2744,2834,2891,2942,3008,3086,3169,3257,3332,3411,3484,3555,3649,3727,3816,3906,3980,4061,4148,4201,4268,4349,4433,4495,4559,4622,4730,4831,4933,5036,5097,5152,5233"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3041,3127,3209,3286,3384,3478,3575,3697,3778,3842,3931,4010,4073,4166,4228,4294,4352,4425,4489,4545,4667,4724,4786,4842,4918,5052,5137,5223,5361,5442,5521,5611,5668,5719,5785,5863,5946,6034,6109,6188,6261,6332,6426,6504,6593,6683,6757,6838,6925,6978,7045,7126,7210,7272,7336,7399,7507,7608,7710,7813,7874,7929",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,85,81,76,97,93,96,121,80,63,88,78,62,92,61,65,57,72,63,55,121,56,61,55,75,133,84,85,137,80,78,89,56,50,65,77,82,87,74,78,72,70,93,77,88,89,73,80,86,52,66,80,83,61,63,62,107,100,101,102,60,54,80",
+ "endOffsets": "314,3122,3204,3281,3379,3473,3570,3692,3773,3837,3926,4005,4068,4161,4223,4289,4347,4420,4484,4540,4662,4719,4781,4837,4913,5047,5132,5218,5356,5437,5516,5606,5663,5714,5780,5858,5941,6029,6104,6183,6256,6327,6421,6499,6588,6678,6752,6833,6920,6973,7040,7121,7205,7267,7331,7394,7502,7603,7705,7808,7869,7924,8005"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-nl\\values-nl.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,223,328,435,520,624,744,822,898,990,1084,1179,1273,1373,1467,1563,1658,1750,1842,1924,2035,2138,2237,2352,2466,2569,2724,2827",
+ "endColumns": "117,104,106,84,103,119,77,75,91,93,94,93,99,93,95,94,91,91,81,110,102,98,114,113,102,154,102,82",
+ "endOffsets": "218,323,430,515,619,739,817,893,985,1079,1174,1268,1368,1462,1558,1653,1745,1837,1919,2030,2133,2232,2347,2461,2564,2719,2822,2905"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "319,437,542,649,734,838,958,1036,1112,1204,1298,1393,1487,1587,1681,1777,1872,1964,2056,2138,2249,2352,2451,2566,2680,2783,2938,8010",
+ "endColumns": "117,104,106,84,103,119,77,75,91,93,94,93,99,93,95,94,91,91,81,110,102,98,114,113,102,154,102,82",
+ "endOffsets": "432,537,644,729,833,953,1031,1107,1199,1293,1388,1482,1582,1676,1772,1867,1959,2051,2133,2244,2347,2446,2561,2675,2778,2933,3036,8088"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-en-rIN_values-en-rIN.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-en-rIN\\values-en-rIN.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762",
+ "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82",
+ "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-en-rIN\\values-en-rIN.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2845",
+ "endColumns": "100",
+ "endOffsets": "2941"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-el_values-el.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-el\\values-el.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8285",
+ "endColumns": "100",
+ "endOffsets": "8381"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-el\\values-el.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,223,334,451,536,642,765,854,939,1030,1123,1218,1312,1412,1505,1600,1697,1788,1879,1964,2075,2184,2286,2397,2507,2615,2786,2886",
+ "endColumns": "117,110,116,84,105,122,88,84,90,92,94,93,99,92,94,96,90,90,84,110,108,101,110,109,107,170,99,85",
+ "endOffsets": "218,329,446,531,637,760,849,934,1025,1118,1213,1307,1407,1500,1595,1692,1783,1874,1959,2070,2179,2281,2392,2502,2610,2781,2881,2967"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "320,438,549,666,751,857,980,1069,1154,1245,1338,1433,1527,1627,1720,1815,1912,2003,2094,2179,2290,2399,2501,2612,2722,2830,3001,8199",
+ "endColumns": "117,110,116,84,105,122,88,84,90,92,94,93,99,92,94,96,90,90,84,110,108,101,110,109,107,170,99,85",
+ "endOffsets": "433,544,661,746,852,975,1064,1149,1240,1333,1428,1522,1622,1715,1810,1907,1998,2089,2174,2285,2394,2496,2607,2717,2825,2996,3096,8280"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-el\\values-el.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,270,358,444,529,625,712,814,931,1017,1083,1183,1265,1328,1419,1482,1547,1609,1678,1740,1794,1932,1989,2050,2104,2177,2330,2415,2499,2638,2719,2804,2894,2949,3000,3066,3144,3229,3314,3386,3466,3546,3617,3709,3781,3878,3975,4049,4123,4225,4281,4353,4441,4533,4595,4659,4722,4838,4946,5055,5163,5222,5277",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,87,85,84,95,86,101,116,85,65,99,81,62,90,62,64,61,68,61,53,137,56,60,53,72,152,84,83,138,80,84,89,54,50,65,77,84,84,71,79,79,70,91,71,96,96,73,73,101,55,71,87,91,61,63,62,115,107,108,107,58,54,90",
+ "endOffsets": "265,353,439,524,620,707,809,926,1012,1078,1178,1260,1323,1414,1477,1542,1604,1673,1735,1789,1927,1984,2045,2099,2172,2325,2410,2494,2633,2714,2799,2889,2944,2995,3061,3139,3224,3309,3381,3461,3541,3612,3704,3776,3873,3970,4044,4118,4220,4276,4348,4436,4528,4590,4654,4717,4833,4941,5050,5158,5217,5272,5363"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3101,3189,3275,3360,3456,3543,3645,3762,3848,3914,4014,4096,4159,4250,4313,4378,4440,4509,4571,4625,4763,4820,4881,4935,5008,5161,5246,5330,5469,5550,5635,5725,5780,5831,5897,5975,6060,6145,6217,6297,6377,6448,6540,6612,6709,6806,6880,6954,7056,7112,7184,7272,7364,7426,7490,7553,7669,7777,7886,7994,8053,8108",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,87,85,84,95,86,101,116,85,65,99,81,62,90,62,64,61,68,61,53,137,56,60,53,72,152,84,83,138,80,84,89,54,50,65,77,84,84,71,79,79,70,91,71,96,96,73,73,101,55,71,87,91,61,63,62,115,107,108,107,58,54,90",
+ "endOffsets": "315,3184,3270,3355,3451,3538,3640,3757,3843,3909,4009,4091,4154,4245,4308,4373,4435,4504,4566,4620,4758,4815,4876,4930,5003,5156,5241,5325,5464,5545,5630,5720,5775,5826,5892,5970,6055,6140,6212,6292,6372,6443,6535,6607,6704,6801,6875,6949,7051,7107,7179,7267,7359,7421,7485,7548,7664,7772,7881,7989,8048,8103,8194"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-port_values-port.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-port\\values-port.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "55",
+ "endOffsets": "106"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-hy_values-hy.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-hy\\values-hy.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,341,417,497,589,677,772,902,983,1047,1144,1229,1291,1378,1440,1504,1565,1632,1693,1747,1869,1926,1986,2040,2121,2256,2340,2425,2561,2636,2711,2806,2862,2915,2981,3055,3135,3221,3292,3368,3444,3521,3609,3689,3785,3881,3955,4033,4133,4184,4253,4340,4431,4493,4557,4620,4725,4826,4926,5031,5091,5148",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,75,75,79,91,87,94,129,80,63,96,84,61,86,61,63,60,66,60,53,121,56,59,53,80,134,83,84,135,74,74,94,55,52,65,73,79,85,70,75,75,76,87,79,95,95,73,77,99,50,68,86,90,61,63,62,104,100,99,104,59,56,84",
+ "endOffsets": "260,336,412,492,584,672,767,897,978,1042,1139,1224,1286,1373,1435,1499,1560,1627,1688,1742,1864,1921,1981,2035,2116,2251,2335,2420,2556,2631,2706,2801,2857,2910,2976,3050,3130,3216,3287,3363,3439,3516,3604,3684,3780,3876,3950,4028,4128,4179,4248,4335,4426,4488,4552,4615,4720,4821,4921,5026,5086,5143,5228"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3024,3100,3176,3256,3348,3436,3531,3661,3742,3806,3903,3988,4050,4137,4199,4263,4324,4391,4452,4506,4628,4685,4745,4799,4880,5015,5099,5184,5320,5395,5470,5565,5621,5674,5740,5814,5894,5980,6051,6127,6203,6280,6368,6448,6544,6640,6714,6792,6892,6943,7012,7099,7190,7252,7316,7379,7484,7585,7685,7790,7850,7907",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,75,75,79,91,87,94,129,80,63,96,84,61,86,61,63,60,66,60,53,121,56,59,53,80,134,83,84,135,74,74,94,55,52,65,73,79,85,70,75,75,76,87,79,95,95,73,77,99,50,68,86,90,61,63,62,104,100,99,104,59,56,84",
+ "endOffsets": "310,3095,3171,3251,3343,3431,3526,3656,3737,3801,3898,3983,4045,4132,4194,4258,4319,4386,4447,4501,4623,4680,4740,4794,4875,5010,5094,5179,5315,5390,5465,5560,5616,5669,5735,5809,5889,5975,6046,6122,6198,6275,6363,6443,6539,6635,6709,6787,6887,6938,7007,7094,7185,7247,7311,7374,7479,7580,7680,7785,7845,7902,7987"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-hy\\values-hy.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8075",
+ "endColumns": "100",
+ "endOffsets": "8171"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-hy\\values-hy.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,313,423,512,618,735,817,897,988,1081,1176,1270,1370,1463,1558,1652,1743,1834,1917,2023,2129,2228,2338,2446,2547,2717,2814",
+ "endColumns": "107,99,109,88,105,116,81,79,90,92,94,93,99,92,94,93,90,90,82,105,105,98,109,107,100,169,96,82",
+ "endOffsets": "208,308,418,507,613,730,812,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1912,2018,2124,2223,2333,2441,2542,2712,2809,2892"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,423,523,633,722,828,945,1027,1107,1198,1291,1386,1480,1580,1673,1768,1862,1953,2044,2127,2233,2339,2438,2548,2656,2757,2927,7992",
+ "endColumns": "107,99,109,88,105,116,81,79,90,92,94,93,99,92,94,93,90,90,82,105,105,98,109,107,100,169,96,82",
+ "endOffsets": "418,518,628,717,823,940,1022,1102,1193,1286,1381,1475,1575,1668,1763,1857,1948,2039,2122,2228,2334,2433,2543,2651,2752,2922,3019,8070"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-de_values-de.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-de\\values-de.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,210,308,420,506,612,727,805,880,972,1066,1162,1263,1370,1470,1574,1672,1770,1867,1949,2060,2162,2260,2367,2470,2574,2730,2832",
+ "endColumns": "104,97,111,85,105,114,77,74,91,93,95,100,106,99,103,97,97,96,81,110,101,97,106,102,103,155,101,81",
+ "endOffsets": "205,303,415,501,607,722,800,875,967,1061,1157,1258,1365,1465,1569,1667,1765,1862,1944,2055,2157,2255,2362,2465,2569,2725,2827,2909"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "333,438,536,648,734,840,955,1033,1108,1200,1294,1390,1491,1598,1698,1802,1900,1998,2095,2177,2288,2390,2488,2595,2698,2802,2958,8080",
+ "endColumns": "104,97,111,85,105,114,77,74,91,93,95,100,106,99,103,97,97,96,81,110,101,97,106,102,103,155,101,81",
+ "endOffsets": "433,531,643,729,835,950,1028,1103,1195,1289,1385,1486,1593,1693,1797,1895,1993,2090,2172,2283,2385,2483,2590,2693,2797,2953,3055,8157"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-de\\values-de.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,283,374,463,547,637,719,820,942,1023,1089,1183,1253,1312,1420,1486,1555,1613,1685,1749,1803,1931,1991,2053,2107,2185,2322,2414,2498,2643,2727,2813,2903,2960,3011,3077,3151,3233,3326,3400,3478,3550,3624,3716,3798,3887,3976,4050,4128,4214,4269,4336,4416,4500,4562,4626,4689,4796,4900,4999,5105,5166,5221",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,90,88,83,89,81,100,121,80,65,93,69,58,107,65,68,57,71,63,53,127,59,61,53,77,136,91,83,144,83,85,89,56,50,65,73,81,92,73,77,71,73,91,81,88,88,73,77,85,54,66,79,83,61,63,62,106,103,98,105,60,54,81",
+ "endOffsets": "278,369,458,542,632,714,815,937,1018,1084,1178,1248,1307,1415,1481,1550,1608,1680,1744,1798,1926,1986,2048,2102,2180,2317,2409,2493,2638,2722,2808,2898,2955,3006,3072,3146,3228,3321,3395,3473,3545,3619,3711,3793,3882,3971,4045,4123,4209,4264,4331,4411,4495,4557,4621,4684,4791,4895,4994,5100,5161,5216,5298"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3060,3151,3240,3324,3414,3496,3597,3719,3800,3866,3960,4030,4089,4197,4263,4332,4390,4462,4526,4580,4708,4768,4830,4884,4962,5099,5191,5275,5420,5504,5590,5680,5737,5788,5854,5928,6010,6103,6177,6255,6327,6401,6493,6575,6664,6753,6827,6905,6991,7046,7113,7193,7277,7339,7403,7466,7573,7677,7776,7882,7943,7998",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,90,88,83,89,81,100,121,80,65,93,69,58,107,65,68,57,71,63,53,127,59,61,53,77,136,91,83,144,83,85,89,56,50,65,73,81,92,73,77,71,73,91,81,88,88,73,77,85,54,66,79,83,61,63,62,106,103,98,105,60,54,81",
+ "endOffsets": "328,3146,3235,3319,3409,3491,3592,3714,3795,3861,3955,4025,4084,4192,4258,4327,4385,4457,4521,4575,4703,4763,4825,4879,4957,5094,5186,5270,5415,5499,5585,5675,5732,5783,5849,5923,6005,6098,6172,6250,6322,6396,6488,6570,6659,6748,6822,6900,6986,7041,7108,7188,7272,7334,7398,7461,7568,7672,7771,7877,7938,7993,8075"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-de\\values-de.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8162",
+ "endColumns": "100",
+ "endOffsets": "8258"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-ja_values-ja.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ja\\values-ja.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,202,295,400,482,580,688,766,841,932,1025,1120,1214,1314,1407,1502,1596,1687,1778,1856,1958,2056,2151,2254,2350,2446,2594,2691",
+ "endColumns": "96,92,104,81,97,107,77,74,90,92,94,93,99,92,94,93,90,90,77,101,97,94,102,95,95,147,96,78",
+ "endOffsets": "197,290,395,477,575,683,761,836,927,1020,1115,1209,1309,1402,1497,1591,1682,1773,1851,1953,2051,2146,2249,2345,2441,2589,2686,2765"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "303,400,493,598,680,778,886,964,1039,1130,1223,1318,1412,1512,1605,1700,1794,1885,1976,2054,2156,2254,2349,2452,2548,2644,2792,7271",
+ "endColumns": "96,92,104,81,97,107,77,74,90,92,94,93,99,92,94,93,90,90,77,101,97,94,102,95,95,147,96,78",
+ "endOffsets": "395,488,593,675,773,881,959,1034,1125,1218,1313,1407,1507,1600,1695,1789,1880,1971,2049,2151,2249,2344,2447,2543,2639,2787,2884,7345"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ja\\values-ja.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,253,320,384,453,534,616,701,805,881,944,1028,1092,1150,1231,1292,1356,1411,1470,1527,1581,1674,1730,1787,1841,1907,2007,2083,2164,2286,2348,2410,2489,2542,2593,2659,2729,2799,2876,2940,3011,3079,3142,3221,3284,3364,3446,3518,3589,3661,3709,3773,3848,3925,3987,4051,4114,4200,4284,4365,4450,4507,4562",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,66,63,68,80,81,84,103,75,62,83,63,57,80,60,63,54,58,56,53,92,55,56,53,65,99,75,80,121,61,61,78,52,50,65,69,69,76,63,70,67,62,78,62,79,81,71,70,71,47,63,74,76,61,63,62,85,83,80,84,56,54,72",
+ "endOffsets": "248,315,379,448,529,611,696,800,876,939,1023,1087,1145,1226,1287,1351,1406,1465,1522,1576,1669,1725,1782,1836,1902,2002,2078,2159,2281,2343,2405,2484,2537,2588,2654,2724,2794,2871,2935,3006,3074,3137,3216,3279,3359,3441,3513,3584,3656,3704,3768,3843,3920,3982,4046,4109,4195,4279,4360,4445,4502,4557,4630"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2889,2956,3020,3089,3170,3252,3337,3441,3517,3580,3664,3728,3786,3867,3928,3992,4047,4106,4163,4217,4310,4366,4423,4477,4543,4643,4719,4800,4922,4984,5046,5125,5178,5229,5295,5365,5435,5512,5576,5647,5715,5778,5857,5920,6000,6082,6154,6225,6297,6345,6409,6484,6561,6623,6687,6750,6836,6920,7001,7086,7143,7198",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,66,63,68,80,81,84,103,75,62,83,63,57,80,60,63,54,58,56,53,92,55,56,53,65,99,75,80,121,61,61,78,52,50,65,69,69,76,63,70,67,62,78,62,79,81,71,70,71,47,63,74,76,61,63,62,85,83,80,84,56,54,72",
+ "endOffsets": "298,2951,3015,3084,3165,3247,3332,3436,3512,3575,3659,3723,3781,3862,3923,3987,4042,4101,4158,4212,4305,4361,4418,4472,4538,4638,4714,4795,4917,4979,5041,5120,5173,5224,5290,5360,5430,5507,5571,5642,5710,5773,5852,5915,5995,6077,6149,6220,6292,6340,6404,6479,6556,6618,6682,6745,6831,6915,6996,7081,7138,7193,7266"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-ja\\values-ja.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7350",
+ "endColumns": "100",
+ "endOffsets": "7446"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-iw_values-iw.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-iw\\values-iw.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,364,441,516,593,693,784,877,990,1070,1135,1223,1293,1356,1448,1511,1571,1630,1693,1754,1808,1910,1967,2026,2080,2148,2259,2340,2422,2554,2625,2698,2786,2839,2893,2959,3032,3108,3194,3264,3339,3421,3489,3574,3644,3734,3825,3899,3972,4061,4112,4179,4261,4346,4408,4472,4535,4629,4724,4814,4910,4967,5025",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,76,74,76,99,90,92,112,79,64,87,69,62,91,62,59,58,62,60,53,101,56,58,53,67,110,80,81,131,70,72,87,52,53,65,72,75,85,69,74,81,67,84,69,89,90,73,72,88,50,66,81,84,61,63,62,93,94,89,95,56,57,74",
+ "endOffsets": "359,436,511,588,688,779,872,985,1065,1130,1218,1288,1351,1443,1506,1566,1625,1688,1749,1803,1905,1962,2021,2075,2143,2254,2335,2417,2549,2620,2693,2781,2834,2888,2954,3027,3103,3189,3259,3334,3416,3484,3569,3639,3729,3820,3894,3967,4056,4107,4174,4256,4341,4403,4467,4530,4624,4719,4809,4905,4962,5020,5095"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3070,3147,3222,3299,3399,3490,3583,3696,3776,3841,3929,3999,4062,4154,4217,4277,4336,4399,4460,4514,4616,4673,4732,4786,4854,4965,5046,5128,5260,5331,5404,5492,5545,5599,5665,5738,5814,5900,5970,6045,6127,6195,6280,6350,6440,6531,6605,6678,6767,6818,6885,6967,7052,7114,7178,7241,7335,7430,7520,7616,7673,7731",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,76,74,76,99,90,92,112,79,64,87,69,62,91,62,59,58,62,60,53,101,56,58,53,67,110,80,81,131,70,72,87,52,53,65,72,75,85,69,74,81,67,84,69,89,90,73,72,88,50,66,81,84,61,63,62,93,94,89,95,56,57,74",
+ "endOffsets": "409,3142,3217,3294,3394,3485,3578,3691,3771,3836,3924,3994,4057,4149,4212,4272,4331,4394,4455,4509,4611,4668,4727,4781,4849,4960,5041,5123,5255,5326,5399,5487,5540,5594,5660,5733,5809,5895,5965,6040,6122,6190,6275,6345,6435,6526,6600,6673,6762,6813,6880,6962,7047,7109,7173,7236,7330,7425,7515,7611,7668,7726,7801"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-iw\\values-iw.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,210,310,418,502,604,720,799,877,968,1062,1156,1250,1350,1443,1538,1631,1722,1814,1895,2000,2103,2201,2306,2408,2510,2664,2761",
+ "endColumns": "104,99,107,83,101,115,78,77,90,93,93,93,99,92,94,92,90,91,80,104,102,97,104,101,101,153,96,81",
+ "endOffsets": "205,305,413,497,599,715,794,872,963,1057,1151,1245,1345,1438,1533,1626,1717,1809,1890,1995,2098,2196,2301,2403,2505,2659,2756,2838"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "414,519,619,727,811,913,1029,1108,1186,1277,1371,1465,1559,1659,1752,1847,1940,2031,2123,2204,2309,2412,2510,2615,2717,2819,2973,7806",
+ "endColumns": "104,99,107,83,101,115,78,77,90,93,93,93,99,92,94,92,90,91,80,104,102,97,104,101,101,153,96,81",
+ "endOffsets": "514,614,722,806,908,1024,1103,1181,1272,1366,1460,1554,1654,1747,1842,1935,2026,2118,2199,2304,2407,2505,2610,2712,2814,2968,3065,7883"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-iw\\values-iw.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "7888",
+ "endColumns": "100",
+ "endOffsets": "7984"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-xlarge-v4_values-xlarge-v4.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-xlarge-v4\\values-xlarge-v4.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7",
+ "startColumns": "4,4,4,4,4,4",
+ "startOffsets": "55,126,197,267,337,405",
+ "endColumns": "70,70,69,69,67,67",
+ "endOffsets": "121,192,262,332,400,468"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-mn_values-mn.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-mn\\values-mn.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,219,319,428,514,620,734,817,898,989,1082,1177,1273,1370,1463,1557,1649,1740,1830,1910,2017,2120,2217,2324,2426,2539,2698,2797",
+ "endColumns": "113,99,108,85,105,113,82,80,90,92,94,95,96,92,93,91,90,89,79,106,102,96,106,101,112,158,98,80",
+ "endOffsets": "214,314,423,509,615,729,812,893,984,1077,1172,1268,1365,1458,1552,1644,1735,1825,1905,2012,2115,2212,2319,2421,2534,2693,2792,2873"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,429,529,638,724,830,944,1027,1108,1199,1292,1387,1483,1580,1673,1767,1859,1950,2040,2120,2227,2330,2427,2534,2636,2749,2908,7924",
+ "endColumns": "113,99,108,85,105,113,82,80,90,92,94,95,96,92,93,91,90,89,79,106,102,96,106,101,112,158,98,80",
+ "endOffsets": "424,524,633,719,825,939,1022,1103,1194,1287,1382,1478,1575,1668,1762,1854,1945,2035,2115,2222,2325,2422,2529,2631,2744,2903,3002,8000"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-mn\\values-mn.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,344,421,500,587,672,770,889,974,1039,1137,1218,1277,1370,1432,1495,1553,1624,1686,1740,1861,1918,1979,2033,2104,2237,2321,2404,2537,2619,2697,2787,2841,2892,2958,3029,3107,3193,3268,3346,3426,3509,3597,3676,3766,3859,3933,4003,4094,4148,4215,4299,4384,4446,4510,4573,4677,4783,4880,4985,5043,5098",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,78,76,78,86,84,97,118,84,64,97,80,58,92,61,62,57,70,61,53,120,56,60,53,70,132,83,82,132,81,77,89,53,50,65,70,77,85,74,77,79,82,87,78,89,92,73,69,90,53,66,83,84,61,63,62,103,105,96,104,57,54,83",
+ "endOffsets": "260,339,416,495,582,667,765,884,969,1034,1132,1213,1272,1365,1427,1490,1548,1619,1681,1735,1856,1913,1974,2028,2099,2232,2316,2399,2532,2614,2692,2782,2836,2887,2953,3024,3102,3188,3263,3341,3421,3504,3592,3671,3761,3854,3928,3998,4089,4143,4210,4294,4379,4441,4505,4568,4672,4778,4875,4980,5038,5093,5177"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3007,3086,3163,3242,3329,3414,3512,3631,3716,3781,3879,3960,4019,4112,4174,4237,4295,4366,4428,4482,4603,4660,4721,4775,4846,4979,5063,5146,5279,5361,5439,5529,5583,5634,5700,5771,5849,5935,6010,6088,6168,6251,6339,6418,6508,6601,6675,6745,6836,6890,6957,7041,7126,7188,7252,7315,7419,7525,7622,7727,7785,7840",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,78,76,78,86,84,97,118,84,64,97,80,58,92,61,62,57,70,61,53,120,56,60,53,70,132,83,82,132,81,77,89,53,50,65,70,77,85,74,77,79,82,87,78,89,92,73,69,90,53,66,83,84,61,63,62,103,105,96,104,57,54,83",
+ "endOffsets": "310,3081,3158,3237,3324,3409,3507,3626,3711,3776,3874,3955,4014,4107,4169,4232,4290,4361,4423,4477,4598,4655,4716,4770,4841,4974,5058,5141,5274,5356,5434,5524,5578,5629,5695,5766,5844,5930,6005,6083,6163,6246,6334,6413,6503,6596,6670,6740,6831,6885,6952,7036,7121,7183,7247,7310,7414,7520,7617,7722,7780,7835,7919"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-mn\\values-mn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8005",
+ "endColumns": "100",
+ "endOffsets": "8101"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values_values.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1173,1176,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1237,1238,1239,1240,1241,1245,1249,1253,1257,1265,1272,1280,1283,1293,1302,1311,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1335,1336,1340,1341,1347,1351,1352,1353,1354,1364,1365,1366,1370,1371,1377,1381,1382,1385,1386,1390,1391,1394,1395,1396,1397,1638,1644,1882,1888,2129,2135,2373,2379,2442,2524,2576,2658,2720,2802,2866,2918,3000,3007,3013,3024,3028,3032,3045,3060,3076,3083,3089,3103,3116,3136,3153,3162,3167,3174,3194,3207,3224,3230,3236,3243,3247,3253,3266,3269,3279,3280,3281,3329,3333,3337,3341,3342,3343,3346,3360,3367,3381,3423,3424,3429,3433,3437,3442,3449,3455,3456,3459,3463,3468,3480,3484,3489,3494,3499,3502,3505,3508,3512,3516,3517,3518,3519,3520,3521,3522,3523,3524,3525,3526,3527,3528,3529,3530,3534,3538,3542,3546,3550,3554,3558,3559,3560,3561,3562,3563,3564,3565,3569,3573,3574,3578,3579,3582,3585,3588,3591,3595,3598,3601,3605,3609,3613,3617,3620,3623,3624,3625,3628,3632,3635,3638,3641,3644,3647,3650,3654,3657,3658,3661,3664,3665,3668,3669,3670,3674,3675,3680,3688,3696,3704,3712,3720,3728,3736,3744,3752,3761,3770,3779,3787,3796,3805,3808,3811,3812,3813,3814,3815,3816,3817,3818,3819,3820,3821,3822,3823,3826,3831,3836,3839,3840,3841,3842,3843,3851,3859,3860,3868,3872,3880,3888,3896,3904,3912,3913,3921,3929,3930,3933,3936,3938,3943,3945,3950,3954,3958,3959,3960,3961,3965,3969,3970,3974,3975,3976,3977,3978,3979,3980,3981,3982,3983,3984,3985,3986,3987,3988,3989,3993,3997,3998,4002,4003,4004,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023,4024,4025,4026,4027,4028,4029,4033,4034,4035,4041,4042,4046,4048,4049,4054,4055,4056,4057,4058,4059,4063,4064,4065,4071,4072,4076,4078,4082,4086,4090,4094,4095,4096,4097,4100,4103,4106,4109,4112,4117,4121,4122,4127,4131,4135,4139,4143,4148,4152,4157,4161,4165,4199,4200,4201,4202,4203,4207,4208,4209,4210,4214,4218,4222,4226,4230,4234,4238,4242,4248,4249,4283,4297,4302,4328,4335,4338,4349,4354,4357,4389,4395,4396,4399,4402,4405,4408,4411,4414,4418,4421,4422,4423,4431,4439,4442,4447,4452,4457,4462,4466,4470,4471,4479,4480,4481,4482,4483,4491,4496,4501,4502,4503,4504,4529,4535,4540,4543,4547,4550,4554,4564,4567,4572,4575,4579,4583,4591,4605,4618,4622,4637,4648,4651,4662,4667,4671,4706,4707,4708,4715,4722,4729,4736,4743,4754,4781,4786,4806,4809,4816,4829,4838,4841,4861,4871,4875,4879,4892,4896,4900,4904,4910,4914,4931,4939,4943,4947,4951,4954,4958,4962,4966,4973,4977,4978,4982,5008,5018,5043,5052,5072,5082,5086,5096,5121,5131,5134,5138,5139,5140,5141,5145,5149,5153,5154,5166,5167,5168,5171,5174,5177,5180,5183,5186,5189,5192,5195,5198,5201,5204,5207,5210,5213,5216,5219,5222,5225,5228,5231,5232,5237,5238,5250,5258,5262,5267,5272,5276,5279,5283,5287,5290,5293,5296,5300,5305,5310,5313,5320,5324,5328,5336,5341,5346,5347,5351,5354,5357,5369,5374,5384,5387,5391,5405,5409,5414,5430,5437,5463,5466,5469,5472,5475,5478,5481,5499,5504,5511,5518,5527,5534,5539,5550,5554,5561,5564,5569,5570,5571,5572,5576,5580,5584,5588,5621,5624,5628,5632,5663,5666,5670,5674,5683,5689,5692,5701,5705,5706,5713,5717,5724,5725,5726,5729,5734,5739,5740,5744,5752,5771,5775,5776,5788,5798,5799,5811,5816,5840,5843,5849,5852,5861,5869,5873,5876,5879,5882,5886,5889,5906,5910,5913,5928,5931,5939,5944,5951,5956,5957,5962,5963,5969,5975,5981,6013,6024,6041,6048,6052,6055,6067,6076,6080,6085,6089,6093,6097,6101,6105,6109,6113,6118,6121,6133,6138,6147,6150,6157,6158,6162,6171,6177,6181,6182,6186,6207,6213,6217,6221,6222,6240,6241,6242,6243,6244,6249,6252,6253,6259,6260,6272,6284,6291,6292,6297,6302,6303,6307,6321,6326,6332,6338,6344,6349,6355,6361,6362,6367,6382,6387,6396,6405,6408,6422,6427,6438,6442,6451,6460,6461,6468,6476,6493,6503,6550,6581,6627,6684,6692,6750,6859,6879,6900,6906,6914,7020,7034,7057,7063,7107,7111,7117,7123,7133,7165,7171,7179,7192,7248,7259,7271,7283,7321,7368,7374,7386,7392,7398,7448,7453,7458,7464,7499,7511,7553,7576,7637,7642,7648,7651,7655,7703,7741,7759,7777,7830,7838,7862,7866,7874,7967,7971,8245,8253,8263,8264,8265,8266,8267,8268,8269,8270,8271,8272,8273,8274,8275,8276,8277,8278,8279,8280,8281,8282,8283,8284,8285,8286,8287,8288,8289,8290,8291,8292,8293,8294,8295,8296,8297,8298,8299,8300,8301,8302,8303,8304,8305,8306,8307,8308,8309,8310,8311,8312,8313,8314,8315,8316,8317,8318,8319,8320,8321,8322,8323,8324,8325,8326,8327,8328,8329,8330,8331,8332,8333,8334,8335,8336,8337,8338,8339,8340,8341,8342,8343,8344,8345,8346,8347,8348,8349,8350,8351,8352,8353,8354,8355,8356,8357,8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,8368,8369,8370,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8385,8386,8387,8388,8389,8390,8391,8392,8393,8394,8395,8396,8397,8398,8399,8400,8401,8402,8403,8404,8405,8406,8407,8408,8409,8410,8411,8412,8413,8414,8415,8416,8417,8418,8419,8420,8421,8422,8423,8424,8425,8426,8427,8428,8429,8430,8431,8432,8433,8434,8435,8436,8437,8438,8439,8440,8441,8442,8443,8444,8445,8446,8447,8448,8449,8450,8451,8452,8453,8454,8455,8456,8457,8458,8459,8460,8461,8462,8463,8464,8465,8466,8467",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,206,255,310,366,426,487,552,607,657,707,760,818,866,935,983,1054,1126,1198,1271,1338,1387,1441,1478,1529,1589,1636,1692,1741,1799,1855,1906,1966,2015,2071,2127,2177,2236,2283,2337,2393,2447,2501,2555,2604,2662,2718,2765,2819,2873,2921,2978,3032,3088,3151,3213,3269,3329,3382,3443,3522,3603,3675,3754,3834,3910,3988,4057,4133,4210,4281,4354,4430,4508,4577,4653,4730,4794,4865,4937,4988,5041,5096,5163,5216,5268,5318,5376,5441,5489,5540,5607,5673,5731,5800,5858,5927,5997,6070,6144,6212,6279,6349,6415,6488,6548,6624,6684,6744,6819,6887,6953,7021,7081,7140,7197,7263,7325,7382,7450,7523,7593,7655,7716,7784,7846,7902,7961,8023,8085,8152,8209,8270,8331,8392,8453,8509,8565,8621,8677,8735,8793,8851,8909,8966,9023,9080,9137,9196,9255,9313,9396,9479,9552,9606,9675,9731,9812,9893,9964,10093,10146,10204,10262,10320,10366,10426,10480,10550,10620,10685,10751,10816,10884,10953,11021,11151,11204,11263,11321,11373,11423,11475,11521,11571,11627,11674,11732,11790,11852,11915,11977,12036,12096,12161,12227,12292,12354,12416,12478,12540,12602,12664,12730,12797,12863,12926,12990,13053,13121,13182,13244,13306,13369,13433,13496,13560,13638,13697,13763,13843,13904,13957,14015,14066,14111,14175,14234,14296,14370,14441,14507,14581,14650,14721,14794,14865,14933,15006,15082,15152,15230,15298,15364,15425,15494,15558,15624,15692,15758,15821,15889,15960,16025,16098,16161,16242,16306,16372,16442,16512,16582,16652,16719,16776,16834,16893,16953,17012,17071,17130,17189,17248,17307,17366,17425,17484,17543,17603,17664,17726,17787,17848,17909,17970,18031,18092,18153,18214,18275,18336,18404,18473,18543,18612,18681,18750,18819,18888,18957,19026,19095,19164,19233,19293,19354,19416,19477,19538,19599,19660,19721,19782,19843,19904,19965,20026,20088,20151,20215,20278,20341,20404,20467,20530,20593,20656,20719,20782,20845,20906,20968,21031,21093,21155,21217,21279,21341,21403,21465,21527,21589,21651,21708,21795,21875,21965,22060,22152,22244,22334,22417,22510,22597,22694,22785,22886,22973,23076,23165,23264,23356,23456,23540,23634,23722,23820,23904,24004,24090,24186,24274,24355,24446,24542,24635,24728,24819,24904,24998,25087,25185,25278,25380,25468,25572,25663,25763,25856,25957,26042,26137,26226,26325,26410,26511,26598,26695,26761,26837,26906,26985,27058,27126,27204,27280,27351,27432,27505,27588,27663,27748,27821,27902,27983,28057,28141,28211,28291,28369,28441,28523,28593,28671,28749,28827,28898,28979,29044,29110,29163,29239,29305,29392,29468,29544,29609,29664,29718,29797,29875,29948,30013,30076,30142,30213,30284,30354,30416,30485,30551,30611,30678,30745,30801,30852,30905,30957,31011,31082,31145,31204,31266,31325,31398,31465,31535,31595,31658,31733,31805,31901,31972,32028,32099,32156,32213,32279,32343,32414,32471,32524,32587,32639,32697,32764,32833,32899,32958,33041,33100,33157,33224,33294,33368,33430,33499,33569,33623,33676,33730,33789,33835,33892,33959,34015,34080,34154,34238,34311,34376,34438,34494,34568,34651,34740,34804,34883,34957,35019,35115,35180,35239,35295,35351,35411,35518,35565,35625,35686,35750,35811,35871,35929,35972,36021,36073,36124,36176,36225,36274,36339,36405,36465,36526,36582,36641,36716,36773,36857,36914,36989,37064,37115,37183,37233,37295,37355,37412,37472,37521,37589,37695,37797,37866,37937,38037,38108,38218,38307,38363,38464,38574,38680,38757,38869,38996,39108,39235,39305,39419,39550,39647,39715,39833,39936,40054,40115,40189,40256,40361,40483,40557,40624,40734,40833,40906,41023,41091,41197,41299,41379,41450,41546,41613,41687,41761,41847,41935,42014,42092,42193,42264,42329,42441,42547,42615,42728,42841,42959,43037,43109,43245,43381,43466,43606,43682,43820,43958,44100,44182,44244,44340,44407,44524,44645,44742,44824,44911,44998,45129,45260,45395,45506,45620,45722,45818,45922,45989,46061,46171,46277,46350,46441,46543,46646,46741,46848,46953,47075,47197,47323,47382,47440,47564,47688,47816,47934,48052,48174,48255,48312,48373,48432,48492,48550,48611,48669,48719,48768,48835,48894,48953,49002,49077,49148,49217,49280,49348,49414,49482,49547,49613,49690,49768,49874,49980,50076,50205,50294,50421,50487,50556,50622,50720,50816,50912,51010,51119,51214,51303,51365,51425,51490,51547,51628,51682,51739,51836,51946,52033,52123,52175,52267,52360,52462,52518,52577,52626,52718,52767,52821,52875,52929,52983,53037,53092,53202,53312,53422,53532,53642,53752,53862,53972,54078,54184,54290,54396,54491,54586,54681,54776,54882,54988,55094,55200,55295,55390,55485,55580,55688,55796,55904,56012,56109,56206,56303,56400,56508,56616,56724,56832,56930,57026,57122,57220,57285,57373,57431,57495,57556,57618,57678,57740,57808,57866,57929,57992,58059,58134,58207,58273,58325,58378,58430,58487,58571,58666,58751,58832,58912,58989,59068,59145,59219,59293,59364,59444,59516,59591,59656,59717,59777,59852,59926,60003,60076,60146,60218,60288,60361,60425,60495,60543,60612,60664,60749,60832,60890,60956,61023,61089,61170,61245,61301,61354,61415,61473,61523,61572,61621,61670,61732,61784,61829,61910,61961,62015,62068,62122,62173,62222,62288,62339,62400,62461,62523,62573,62614,62691,62750,62809,62868,62929,62985,63041,63108,63169,63234,63289,63354,63423,63491,63569,63638,63698,63769,63843,63908,63980,64050,64117,64201,64270,64337,64407,64470,64537,64605,64688,64767,64857,64934,65002,65069,65147,65204,65261,65329,65395,65451,65511,65570,65624,65674,65724,65772,65834,65885,65958,66038,66118,66182,66249,66320,66378,66439,66505,66564,66631,66691,66751,66814,66882,66943,67010,67088,67158,67207,67264,67333,67394,67482,67570,67658,67746,67833,67920,68007,68094,68152,68226,68296,68352,68423,68488,68550,68625,68698,68788,68854,68920,68981,69045,69107,69165,69236,69319,69378,69449,69515,69580,69641,69700,69771,69837,69902,69985,70061,70136,70217,70277,70346,70416,70485,70540,70596,70652,70713,70771,70827,70882,70944,71001,71095,71164,71265,71316,71386,71449,71505,71563,71617,71703,71787,71857,71926,71996,72111,72232,72299,72366,72441,72508,72567,72621,72675,72729,72782,72834,72908,73045,73185,73234,73284,73334,73382,73438,73496,73558,73613,73671,73742,73806,73865,73927,73993,74059,74102,74146,74191,74234,74285,74332,74377,74428,74479,74530,74581,74629,74695,74757,74820,74892,74949,75004,75062,75117,75176,75232,75301,75370,75439,75509,75572,75635,75698,75761,75826,75891,75956,76021,76084,76148,76212,76276,76342,76408,76476,76544,76610,76677,76751,76814,76871,76931,76996,77063,77128,77185,77246,77304,77408,77519,77628,77732,77810,77875,77942,78008,78078,78125,78177,78227,78284,78604,78754,78885,79069,79247,79485,79674,79843,79941,80056,80141,80220,80380,80445,80534,80691,80848,81001,81155,81214,81380,81505,81630,81800,81910,82031,82152,82262,82374,82497,82620,82702,82875,83043,83191,83350,83505,83678,83795,83912,84080,84192,84306,84478,84654,84812,84945,85057,85203,85355,85487,85630,85752,85930,86066,86162,86298,86393,86560,86653,86745,86932,87088,87266,87430,87612,87929,88111,88293,88483,88715,88905,89082,89244,89401,89511,89694,89831,90051,90235,90419,90579,90737,90921,91148,91351,91522,91742,91964,92119,92319,92503,92606,92796,92937,93102,93273,93473,93677,93879,94044,94249,94448,94647,94844,94935,95084,95234,95318,95467,95612,95764,95905,96071,96232,96310,96611,96777,96932,97034,97192,97356,97542,97765,97890,98167,98439,98705,98990,99441,99897,100406,100554,101068,101505,101939,102382,102467,102588,102687,102804,102891,103014,103115,103234,103327,103434,103777,103884,104129,104250,104659,104907,105007,105112,105231,105740,105887,106006,106257,106390,106805,107059,107171,107418,107543,107860,107981,108209,108330,108463,108610,127271,127698,146108,146532,165231,165660,184108,184534,189375,194792,198883,204314,209056,214433,218417,222409,227800,228282,228715,229471,229701,229944,231077,232006,232910,233374,233767,234847,235591,236784,237768,238246,238539,238922,240437,241202,242345,242786,243227,243703,243977,244374,245305,245483,246236,246373,246464,248658,248924,249246,249456,249565,249684,249868,250840,251310,252061,254538,254633,254932,255160,255388,255647,256223,256577,256699,256838,257112,257372,258242,258528,258931,259333,259676,259888,260089,260302,260591,260876,260949,261036,261121,261220,261343,261466,261597,261714,261834,261966,262080,262198,262311,262432,262620,262807,262988,263171,263355,263536,263718,263838,263958,264066,264176,264288,264396,264506,264671,264837,264964,265129,265230,265350,265511,265674,265835,266002,266121,266238,266418,266600,266781,266964,267119,267251,267373,267508,267671,267864,267990,268142,268284,268454,268610,268782,269073,269268,269360,269533,269695,269790,269959,270053,270142,270385,270474,270767,271230,271697,272165,272638,273102,273565,274029,274494,274955,275423,275894,276364,276822,277291,277761,277951,278130,278236,278344,278450,278562,278676,278788,278902,279018,279132,279240,279350,279458,279654,280033,280437,280584,280692,280802,280910,281024,281433,281847,281963,282381,282622,283052,283487,283897,284319,284729,284851,285260,285676,285798,286016,286200,286268,286612,286692,287048,287198,287342,287418,287530,287620,287882,288147,288246,288398,288506,288582,288694,288784,288886,288994,289102,289202,289310,289395,289499,289586,289664,289778,289870,290134,290401,290502,290655,290765,290849,291238,291336,291444,291538,291668,291776,291898,292034,292142,292262,292396,292518,292646,292788,292914,293054,293180,293298,293430,293528,293638,293938,294050,294168,294632,294748,295051,295177,295273,295674,295784,295908,296046,296156,296278,296590,296714,296844,297320,297448,297763,297901,298063,298279,298435,298639,298707,298791,298895,299098,299287,299488,299681,299886,300199,300411,300527,300773,300989,301193,301384,301602,301839,301991,302251,302393,302554,305137,305251,305371,305487,305581,305902,306001,306119,306220,306499,306784,307063,307345,307598,307857,308110,308366,308790,308866,311460,312815,313259,315113,315688,315896,316906,317286,317427,319928,320354,320466,320601,320798,320969,321152,321327,321514,321736,321894,321978,322082,322569,323125,323283,323502,323733,323956,324191,324413,324679,324817,325416,325530,325668,325780,325904,326475,326970,327516,327661,327754,327846,329773,330343,330641,330830,331036,331229,331439,332323,332468,332860,333018,333235,333496,333928,334803,335423,335620,336568,337333,337456,338229,338450,338650,340627,340727,340817,341188,341858,342540,343220,343912,344481,346094,346415,347478,347648,348173,349068,349702,349868,351354,351970,352206,352427,353385,353650,353915,354127,354541,354777,356062,356511,356698,356947,357189,357365,357606,357839,358064,358406,358619,358714,358975,360326,360801,362027,362497,363545,363997,364241,364698,365943,366426,366576,366920,367066,367204,367340,367628,367929,368231,368347,369176,369298,369410,369559,369825,370095,370361,370629,370885,371145,371401,371659,371911,372167,372419,372673,372905,373141,373393,373649,373901,374155,374387,374621,374733,375158,375282,376219,376817,377013,377250,377518,377811,378028,378242,378541,378733,378945,379125,379417,379681,380018,380237,380650,380887,381179,381784,382022,382291,382431,382685,382829,383019,383827,384167,384915,385139,385436,386215,386552,386952,388261,388846,390919,391113,391331,391557,391769,391968,392175,393298,393535,394010,394400,394864,395203,395540,396300,396564,396907,397098,397445,397533,397641,397749,398062,398387,398706,399037,401604,401792,402053,402302,404743,404935,405200,405453,405969,406319,406488,407002,407237,407361,407773,407987,408389,408492,408622,408797,409049,409245,409385,409579,410077,411146,411434,411564,412341,412998,413144,413850,414088,415628,415778,416195,416360,417046,417516,417712,417803,417887,418031,418265,418432,419360,419646,419806,420421,420580,420908,421135,421647,422009,422088,422427,422532,422897,423268,423629,425503,426132,427208,427632,427885,428037,429027,429764,429967,430213,430460,430678,430920,431241,431505,431810,432033,432344,432533,433248,433517,434011,434237,434677,434836,435120,435865,436230,436535,436693,436931,438250,438648,438876,439096,439238,440528,440634,440764,440902,441026,441314,441483,441583,441868,441982,442865,443620,444059,444183,444429,444622,444756,444947,445726,445944,446235,446514,446831,447053,447348,447631,447735,448018,448834,449150,449711,450217,450422,451208,451613,452274,452463,453014,453580,453700,454102,454636,455166,455465,457810,458904,460498,462505,462757,465190,467485,467925,468677,468861,469072,473730,474313,475041,475243,476378,476528,476703,476928,477455,478707,479014,479522,479971,481765,482025,482607,483102,484139,486005,486196,486529,486685,486878,489213,489442,489650,489786,491558,491856,493068,493936,495824,495940,496109,496246,496392,497604,498742,499273,499699,501310,501558,502328,502444,502619,505834,505981,516745,516988,517359,517454,517547,517631,517718,517816,517907,517998,518086,518170,518266,518370,518444,518529,518628,518732,518828,518930,519033,519133,519223,519308,519409,519507,519597,519692,519779,519885,519987,520081,520172,520253,520329,520421,520510,520630,520741,520824,520910,521005,521099,521205,521303,521400,521495,521593,521693,521796,521891,521984,522078,522170,522272,522370,522473,522558,522656,522778,522876,522989,523083,523172,523261,523344,523435,523520,523628,523729,523830,523928,524034,524125,524224,524321,524419,524515,524608,524718,524816,524911,525021,525113,525213,525312,525399,525503,525608,525715,525822,525921,526030,526122,526219,526330,526441,526552,526656,526771,526887,527014,527134,527214,527322,527412,527513,527596,527687,527772,527864,527967,528062,528158,528251,528332,528441,528520,528627,528718,528817,528910,529013,529117,529218,529319,529423,529517,529621,529725,529838,529944,530050,530158,530275,530364,530472,530572,530651,530741,530825,530917,530990,531078,531160,531245,531344,531441,531532,531623,531715,531810,531908,532007,532109,532206,532303,532396,532483,532567,532664,532761,532854,532941,533032,533131,533230,533325,533414,533495,533594,533689,533786,533882,533979,534063,534162,534257,534354,534450,534547,534636,534737,534834,534933,535031,535130,535220,535311,535400,535489,535571,535664,535755,535828,535895,535968,536035,536111,536188,536240,536313,536386,536452,536519,536587,536653",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1172,1175,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1236,1237,1238,1239,1240,1244,1248,1252,1256,1264,1271,1279,1282,1292,1301,1310,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1334,1335,1339,1340,1346,1350,1351,1352,1353,1363,1364,1365,1369,1370,1376,1380,1381,1384,1385,1389,1390,1393,1394,1395,1396,1637,1643,1881,1887,2128,2134,2372,2378,2441,2523,2575,2657,2719,2801,2865,2917,2999,3006,3012,3023,3027,3031,3044,3059,3075,3082,3088,3102,3115,3135,3152,3161,3166,3173,3193,3206,3223,3229,3235,3242,3246,3252,3265,3268,3278,3279,3280,3328,3332,3336,3340,3341,3342,3345,3359,3366,3380,3422,3423,3428,3432,3436,3441,3448,3454,3455,3458,3462,3467,3479,3483,3488,3493,3498,3501,3504,3507,3511,3515,3516,3517,3518,3519,3520,3521,3522,3523,3524,3525,3526,3527,3528,3529,3533,3537,3541,3545,3549,3553,3557,3558,3559,3560,3561,3562,3563,3564,3568,3572,3573,3577,3578,3581,3584,3587,3590,3594,3597,3600,3604,3608,3612,3616,3619,3622,3623,3624,3627,3631,3634,3637,3640,3643,3646,3649,3653,3656,3657,3660,3663,3664,3667,3668,3669,3673,3674,3679,3687,3695,3703,3711,3719,3727,3735,3743,3751,3760,3769,3778,3786,3795,3804,3807,3810,3811,3812,3813,3814,3815,3816,3817,3818,3819,3820,3821,3822,3825,3830,3835,3838,3839,3840,3841,3842,3850,3858,3859,3867,3871,3879,3887,3895,3903,3911,3912,3920,3928,3929,3932,3935,3937,3942,3944,3949,3953,3957,3958,3959,3960,3964,3968,3969,3973,3974,3975,3976,3977,3978,3979,3980,3981,3982,3983,3984,3985,3986,3987,3988,3992,3996,3997,4001,4002,4003,4008,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023,4024,4025,4026,4027,4028,4032,4033,4034,4040,4041,4045,4047,4048,4053,4054,4055,4056,4057,4058,4062,4063,4064,4070,4071,4075,4077,4081,4085,4089,4093,4094,4095,4096,4099,4102,4105,4108,4111,4116,4120,4121,4126,4130,4134,4138,4142,4147,4151,4156,4160,4164,4198,4199,4200,4201,4202,4206,4207,4208,4209,4213,4217,4221,4225,4229,4233,4237,4241,4247,4248,4282,4296,4301,4327,4334,4337,4348,4353,4356,4388,4394,4395,4398,4401,4404,4407,4410,4413,4417,4420,4421,4422,4430,4438,4441,4446,4451,4456,4461,4465,4469,4470,4478,4479,4480,4481,4482,4490,4495,4500,4501,4502,4503,4528,4534,4539,4542,4546,4549,4553,4563,4566,4571,4574,4578,4582,4590,4604,4617,4621,4636,4647,4650,4661,4666,4670,4705,4706,4707,4714,4721,4728,4735,4742,4753,4780,4785,4805,4808,4815,4828,4837,4840,4860,4870,4874,4878,4891,4895,4899,4903,4909,4913,4930,4938,4942,4946,4950,4953,4957,4961,4965,4972,4976,4977,4981,5007,5017,5042,5051,5071,5081,5085,5095,5120,5130,5133,5137,5138,5139,5140,5144,5148,5152,5153,5165,5166,5167,5170,5173,5176,5179,5182,5185,5188,5191,5194,5197,5200,5203,5206,5209,5212,5215,5218,5221,5224,5227,5230,5231,5236,5237,5249,5257,5261,5266,5271,5275,5278,5282,5286,5289,5292,5295,5299,5304,5309,5312,5319,5323,5327,5335,5340,5345,5346,5350,5353,5356,5368,5373,5383,5386,5390,5404,5408,5413,5429,5436,5462,5465,5468,5471,5474,5477,5480,5498,5503,5510,5517,5526,5533,5538,5549,5553,5560,5563,5568,5569,5570,5571,5575,5579,5583,5587,5620,5623,5627,5631,5662,5665,5669,5673,5682,5688,5691,5700,5704,5705,5712,5716,5723,5724,5725,5728,5733,5738,5739,5743,5751,5770,5774,5775,5787,5797,5798,5810,5815,5839,5842,5848,5851,5860,5868,5872,5875,5878,5881,5885,5888,5905,5909,5912,5927,5930,5938,5943,5950,5955,5956,5961,5962,5968,5974,5980,6012,6023,6040,6047,6051,6054,6066,6075,6079,6084,6088,6092,6096,6100,6104,6108,6112,6117,6120,6132,6137,6146,6149,6156,6157,6161,6170,6176,6180,6181,6185,6206,6212,6216,6220,6221,6239,6240,6241,6242,6243,6248,6251,6252,6258,6259,6271,6283,6290,6291,6296,6301,6302,6306,6320,6325,6331,6337,6343,6348,6354,6360,6361,6366,6381,6386,6395,6404,6407,6421,6426,6437,6441,6450,6459,6460,6467,6475,6492,6502,6549,6580,6626,6683,6691,6749,6858,6878,6899,6905,6913,7019,7033,7056,7062,7106,7110,7116,7122,7132,7164,7170,7178,7191,7247,7258,7270,7282,7320,7367,7373,7385,7391,7397,7447,7452,7457,7463,7498,7510,7552,7575,7636,7641,7647,7650,7654,7680,7740,7758,7776,7829,7837,7861,7865,7873,7966,7970,8244,8252,8262,8263,8264,8265,8266,8267,8268,8269,8270,8271,8272,8273,8274,8275,8276,8277,8278,8279,8280,8281,8282,8283,8284,8285,8286,8287,8288,8289,8290,8291,8292,8293,8294,8295,8296,8297,8298,8299,8300,8301,8302,8303,8304,8305,8306,8307,8308,8309,8310,8311,8312,8313,8314,8315,8316,8317,8318,8319,8320,8321,8322,8323,8324,8325,8326,8327,8328,8329,8330,8331,8332,8333,8334,8335,8336,8337,8338,8339,8340,8341,8342,8343,8344,8345,8346,8347,8348,8349,8350,8351,8352,8353,8354,8355,8356,8357,8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,8368,8369,8370,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8385,8386,8387,8388,8389,8390,8391,8392,8393,8394,8395,8396,8397,8398,8399,8400,8401,8402,8403,8404,8405,8406,8407,8408,8409,8410,8411,8412,8413,8414,8415,8416,8417,8418,8419,8420,8421,8422,8423,8424,8425,8426,8427,8428,8429,8430,8431,8432,8433,8434,8435,8436,8437,8438,8439,8440,8441,8442,8443,8444,8445,8446,8447,8448,8449,8450,8451,8452,8453,8454,8455,8456,8457,8458,8459,8460,8461,8462,8463,8464,8465,8466,8467",
+ "endColumns": "55,48,54,55,59,60,64,54,49,49,52,57,47,68,47,70,71,71,72,66,48,53,36,50,59,46,55,48,57,55,50,59,48,55,55,49,58,46,53,55,53,53,53,48,57,55,46,53,53,47,56,53,55,62,61,55,59,52,60,78,80,71,78,79,75,77,68,75,76,70,72,75,77,68,75,76,63,70,71,50,52,54,66,52,51,49,57,64,47,50,66,65,57,68,57,68,69,72,73,67,66,69,65,72,59,75,59,59,74,67,65,67,59,58,56,65,61,56,67,72,69,61,60,67,61,55,58,61,61,66,56,60,60,60,60,55,55,55,55,57,57,57,57,56,56,56,56,58,58,57,82,82,72,53,68,55,80,80,70,9,52,57,57,57,45,59,53,69,69,64,65,64,67,68,67,9,52,58,57,51,49,51,45,49,55,46,57,57,61,62,61,58,59,64,65,64,61,61,61,61,61,61,65,66,65,62,63,62,67,60,61,61,62,63,62,63,77,58,65,79,60,52,57,50,44,63,58,61,73,70,65,73,68,70,72,70,67,72,75,69,77,67,65,60,68,63,65,67,65,62,67,70,64,72,62,80,63,65,69,69,69,69,66,56,57,58,59,58,58,58,58,58,58,58,58,58,58,59,60,61,60,60,60,60,60,60,60,60,60,60,67,68,69,68,68,68,68,68,68,68,68,68,68,59,60,61,60,60,60,60,60,60,60,60,60,60,61,62,63,62,62,62,62,62,62,62,62,62,62,60,61,62,61,61,61,61,61,61,61,61,61,61,56,86,79,89,94,91,91,89,82,92,86,96,90,100,86,102,88,98,91,99,83,93,87,97,83,99,85,95,87,80,90,95,92,92,90,84,93,88,97,92,101,87,103,90,99,92,100,84,94,88,98,84,100,86,96,65,75,68,78,72,67,77,75,70,80,72,82,74,84,72,80,80,73,83,69,79,77,71,81,69,77,77,77,70,80,64,65,52,75,65,86,75,75,64,54,53,78,77,72,64,62,65,70,70,69,61,68,65,59,66,66,55,50,52,51,53,70,62,58,61,58,72,66,69,59,62,74,71,95,70,55,70,56,56,65,63,70,56,52,62,51,57,66,68,65,58,82,58,56,66,69,73,61,68,69,53,52,53,58,45,56,66,55,64,73,83,72,64,61,55,73,82,88,63,78,73,61,95,64,58,55,55,59,106,46,59,60,63,60,59,57,42,48,51,50,51,48,48,64,65,59,60,55,58,74,56,83,56,74,74,50,67,49,61,59,56,59,48,67,105,101,68,70,99,70,109,88,55,100,109,105,76,111,126,111,126,69,113,130,96,67,117,102,117,60,73,66,104,121,73,66,109,98,72,116,67,105,101,79,70,95,66,73,73,85,87,78,77,100,70,64,111,105,67,112,112,117,77,71,135,135,84,139,75,137,137,141,81,61,95,66,116,120,96,81,86,86,130,130,134,110,113,101,95,103,66,71,109,105,72,90,101,102,94,106,104,121,121,125,58,57,123,123,127,117,117,121,80,56,60,58,59,57,60,57,49,48,66,58,58,48,74,70,68,62,67,65,67,64,65,76,77,105,105,95,128,88,126,65,68,65,97,95,95,97,108,94,88,61,59,64,56,80,53,56,96,109,86,89,51,91,92,101,55,58,48,91,48,53,53,53,53,53,54,109,109,109,109,109,109,109,109,105,105,105,105,94,94,94,94,105,105,105,105,94,94,94,94,107,107,107,107,96,96,96,96,107,107,107,107,97,95,95,97,64,87,57,63,60,61,59,61,67,57,62,62,66,74,72,65,51,52,51,56,83,94,84,80,79,76,78,76,73,73,70,79,71,74,64,60,59,74,73,76,72,69,71,69,72,63,69,47,68,51,84,82,57,65,66,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,50,53,52,53,50,48,65,50,60,60,61,49,40,76,58,58,58,60,55,55,66,60,64,54,64,68,67,77,68,59,70,73,64,71,69,66,83,68,66,69,62,66,67,82,78,89,76,67,66,77,56,56,67,65,55,59,58,53,49,49,47,61,50,72,79,79,63,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,86,86,86,86,57,73,69,55,70,64,61,74,72,89,65,65,60,63,61,57,70,82,58,70,65,64,60,58,70,65,64,82,75,74,80,59,68,69,68,54,55,55,60,57,55,54,61,56,93,68,100,50,69,62,55,57,53,85,83,69,68,69,114,120,66,66,74,66,58,53,53,53,52,51,73,136,139,48,49,49,47,55,57,61,54,57,70,63,58,61,65,65,42,43,44,42,50,46,44,50,50,50,50,47,65,61,62,71,56,54,57,54,58,55,68,68,68,69,62,62,62,62,64,64,64,64,62,63,63,63,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,103,110,108,103,77,64,66,65,69,46,51,49,56,12,149,130,183,177,237,188,168,97,114,84,78,11,64,88,156,156,152,153,58,165,124,124,169,109,120,120,109,111,122,122,81,172,167,147,158,154,172,116,116,167,111,113,171,175,157,132,111,145,151,131,142,121,177,135,95,135,94,166,92,91,186,11,11,11,181,316,181,181,189,231,189,176,161,156,109,182,136,219,183,183,159,157,183,226,202,170,219,221,154,199,183,102,189,140,164,170,199,203,201,164,204,198,198,196,90,148,149,83,148,144,151,140,165,160,77,300,165,154,101,11,163,185,222,124,10,10,10,10,10,10,10,10,10,10,10,10,84,120,98,116,86,122,100,118,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,10,124,10,120,10,120,132,146,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,136,90,10,10,10,10,108,118,10,10,10,10,10,94,10,10,10,10,10,10,121,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,122,122,130,116,119,131,113,117,112,120,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,126,10,100,10,10,10,10,10,10,10,10,10,10,10,10,10,121,134,10,10,10,10,10,10,10,10,10,10,91,10,10,94,10,93,88,10,88,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,105,107,105,111,113,111,113,115,113,107,109,107,10,10,10,10,107,109,107,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,10,10,10,10,10,10,75,111,89,10,10,98,10,107,75,111,89,101,107,107,99,107,84,103,86,77,113,91,10,10,100,10,109,83,10,97,107,93,129,107,121,135,107,119,133,121,127,141,125,139,125,117,131,97,109,10,111,117,10,115,10,10,95,10,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,10,115,10,10,10,10,10,10,10,10,10,10,10,113,119,115,93,10,98,117,100,10,10,10,10,10,10,10,10,10,75,10,10,10,10,10,10,10,10,10,10,10,111,10,10,10,10,10,10,10,10,83,103,10,10,10,10,10,10,10,10,10,137,10,113,137,111,123,10,10,10,144,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,99,89,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,94,10,10,10,10,10,10,10,10,10,10,10,10,10,145,137,135,10,10,10,115,10,121,111,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,111,10,123,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,139,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,87,107,107,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,123,10,10,10,102,129,10,10,10,139,10,10,10,10,129,10,10,145,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,78,10,104,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,158,10,10,10,10,157,10,10,10,10,10,141,10,105,129,137,123,10,10,99,10,113,10,10,10,123,10,10,133,10,10,10,10,10,10,10,10,10,103,10,10,10,10,10,10,10,10,10,10,10,10,119,10,10,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,94,92,83,86,97,90,90,87,83,95,103,73,84,98,103,95,101,102,99,89,84,100,97,89,94,86,105,101,93,90,80,75,91,88,119,110,82,85,94,93,105,97,96,94,97,99,102,94,92,93,91,101,97,102,84,97,121,97,112,93,88,88,82,90,84,107,100,100,97,105,90,98,96,97,95,92,109,97,94,109,91,99,98,86,103,104,106,106,98,108,91,96,110,110,110,103,114,115,126,119,79,107,89,100,82,90,84,91,102,94,95,92,80,108,78,106,90,98,92,102,103,100,100,103,93,103,103,112,105,105,107,116,88,107,99,78,89,83,91,72,87,81,84,98,96,90,90,91,94,97,98,101,96,96,92,86,83,96,96,92,86,90,98,98,94,88,80,98,94,96,95,96,83,98,94,96,95,96,88,100,96,98,97,98,89,90,88,88,81,92,90,72,66,72,66,75,76,51,72,72,65,66,67,65,66",
+ "endOffsets": "201,250,305,361,421,482,547,602,652,702,755,813,861,930,978,1049,1121,1193,1266,1333,1382,1436,1473,1524,1584,1631,1687,1736,1794,1850,1901,1961,2010,2066,2122,2172,2231,2278,2332,2388,2442,2496,2550,2599,2657,2713,2760,2814,2868,2916,2973,3027,3083,3146,3208,3264,3324,3377,3438,3517,3598,3670,3749,3829,3905,3983,4052,4128,4205,4276,4349,4425,4503,4572,4648,4725,4789,4860,4932,4983,5036,5091,5158,5211,5263,5313,5371,5436,5484,5535,5602,5668,5726,5795,5853,5922,5992,6065,6139,6207,6274,6344,6410,6483,6543,6619,6679,6739,6814,6882,6948,7016,7076,7135,7192,7258,7320,7377,7445,7518,7588,7650,7711,7779,7841,7897,7956,8018,8080,8147,8204,8265,8326,8387,8448,8504,8560,8616,8672,8730,8788,8846,8904,8961,9018,9075,9132,9191,9250,9308,9391,9474,9547,9601,9670,9726,9807,9888,9959,10088,10141,10199,10257,10315,10361,10421,10475,10545,10615,10680,10746,10811,10879,10948,11016,11146,11199,11258,11316,11368,11418,11470,11516,11566,11622,11669,11727,11785,11847,11910,11972,12031,12091,12156,12222,12287,12349,12411,12473,12535,12597,12659,12725,12792,12858,12921,12985,13048,13116,13177,13239,13301,13364,13428,13491,13555,13633,13692,13758,13838,13899,13952,14010,14061,14106,14170,14229,14291,14365,14436,14502,14576,14645,14716,14789,14860,14928,15001,15077,15147,15225,15293,15359,15420,15489,15553,15619,15687,15753,15816,15884,15955,16020,16093,16156,16237,16301,16367,16437,16507,16577,16647,16714,16771,16829,16888,16948,17007,17066,17125,17184,17243,17302,17361,17420,17479,17538,17598,17659,17721,17782,17843,17904,17965,18026,18087,18148,18209,18270,18331,18399,18468,18538,18607,18676,18745,18814,18883,18952,19021,19090,19159,19228,19288,19349,19411,19472,19533,19594,19655,19716,19777,19838,19899,19960,20021,20083,20146,20210,20273,20336,20399,20462,20525,20588,20651,20714,20777,20840,20901,20963,21026,21088,21150,21212,21274,21336,21398,21460,21522,21584,21646,21703,21790,21870,21960,22055,22147,22239,22329,22412,22505,22592,22689,22780,22881,22968,23071,23160,23259,23351,23451,23535,23629,23717,23815,23899,23999,24085,24181,24269,24350,24441,24537,24630,24723,24814,24899,24993,25082,25180,25273,25375,25463,25567,25658,25758,25851,25952,26037,26132,26221,26320,26405,26506,26593,26690,26756,26832,26901,26980,27053,27121,27199,27275,27346,27427,27500,27583,27658,27743,27816,27897,27978,28052,28136,28206,28286,28364,28436,28518,28588,28666,28744,28822,28893,28974,29039,29105,29158,29234,29300,29387,29463,29539,29604,29659,29713,29792,29870,29943,30008,30071,30137,30208,30279,30349,30411,30480,30546,30606,30673,30740,30796,30847,30900,30952,31006,31077,31140,31199,31261,31320,31393,31460,31530,31590,31653,31728,31800,31896,31967,32023,32094,32151,32208,32274,32338,32409,32466,32519,32582,32634,32692,32759,32828,32894,32953,33036,33095,33152,33219,33289,33363,33425,33494,33564,33618,33671,33725,33784,33830,33887,33954,34010,34075,34149,34233,34306,34371,34433,34489,34563,34646,34735,34799,34878,34952,35014,35110,35175,35234,35290,35346,35406,35513,35560,35620,35681,35745,35806,35866,35924,35967,36016,36068,36119,36171,36220,36269,36334,36400,36460,36521,36577,36636,36711,36768,36852,36909,36984,37059,37110,37178,37228,37290,37350,37407,37467,37516,37584,37690,37792,37861,37932,38032,38103,38213,38302,38358,38459,38569,38675,38752,38864,38991,39103,39230,39300,39414,39545,39642,39710,39828,39931,40049,40110,40184,40251,40356,40478,40552,40619,40729,40828,40901,41018,41086,41192,41294,41374,41445,41541,41608,41682,41756,41842,41930,42009,42087,42188,42259,42324,42436,42542,42610,42723,42836,42954,43032,43104,43240,43376,43461,43601,43677,43815,43953,44095,44177,44239,44335,44402,44519,44640,44737,44819,44906,44993,45124,45255,45390,45501,45615,45717,45813,45917,45984,46056,46166,46272,46345,46436,46538,46641,46736,46843,46948,47070,47192,47318,47377,47435,47559,47683,47811,47929,48047,48169,48250,48307,48368,48427,48487,48545,48606,48664,48714,48763,48830,48889,48948,48997,49072,49143,49212,49275,49343,49409,49477,49542,49608,49685,49763,49869,49975,50071,50200,50289,50416,50482,50551,50617,50715,50811,50907,51005,51114,51209,51298,51360,51420,51485,51542,51623,51677,51734,51831,51941,52028,52118,52170,52262,52355,52457,52513,52572,52621,52713,52762,52816,52870,52924,52978,53032,53087,53197,53307,53417,53527,53637,53747,53857,53967,54073,54179,54285,54391,54486,54581,54676,54771,54877,54983,55089,55195,55290,55385,55480,55575,55683,55791,55899,56007,56104,56201,56298,56395,56503,56611,56719,56827,56925,57021,57117,57215,57280,57368,57426,57490,57551,57613,57673,57735,57803,57861,57924,57987,58054,58129,58202,58268,58320,58373,58425,58482,58566,58661,58746,58827,58907,58984,59063,59140,59214,59288,59359,59439,59511,59586,59651,59712,59772,59847,59921,59998,60071,60141,60213,60283,60356,60420,60490,60538,60607,60659,60744,60827,60885,60951,61018,61084,61165,61240,61296,61349,61410,61468,61518,61567,61616,61665,61727,61779,61824,61905,61956,62010,62063,62117,62168,62217,62283,62334,62395,62456,62518,62568,62609,62686,62745,62804,62863,62924,62980,63036,63103,63164,63229,63284,63349,63418,63486,63564,63633,63693,63764,63838,63903,63975,64045,64112,64196,64265,64332,64402,64465,64532,64600,64683,64762,64852,64929,64997,65064,65142,65199,65256,65324,65390,65446,65506,65565,65619,65669,65719,65767,65829,65880,65953,66033,66113,66177,66244,66315,66373,66434,66500,66559,66626,66686,66746,66809,66877,66938,67005,67083,67153,67202,67259,67328,67389,67477,67565,67653,67741,67828,67915,68002,68089,68147,68221,68291,68347,68418,68483,68545,68620,68693,68783,68849,68915,68976,69040,69102,69160,69231,69314,69373,69444,69510,69575,69636,69695,69766,69832,69897,69980,70056,70131,70212,70272,70341,70411,70480,70535,70591,70647,70708,70766,70822,70877,70939,70996,71090,71159,71260,71311,71381,71444,71500,71558,71612,71698,71782,71852,71921,71991,72106,72227,72294,72361,72436,72503,72562,72616,72670,72724,72777,72829,72903,73040,73180,73229,73279,73329,73377,73433,73491,73553,73608,73666,73737,73801,73860,73922,73988,74054,74097,74141,74186,74229,74280,74327,74372,74423,74474,74525,74576,74624,74690,74752,74815,74887,74944,74999,75057,75112,75171,75227,75296,75365,75434,75504,75567,75630,75693,75756,75821,75886,75951,76016,76079,76143,76207,76271,76337,76403,76471,76539,76605,76672,76746,76809,76866,76926,76991,77058,77123,77180,77241,77299,77403,77514,77623,77727,77805,77870,77937,78003,78073,78120,78172,78222,78279,78599,78749,78880,79064,79242,79480,79669,79838,79936,80051,80136,80215,80375,80440,80529,80686,80843,80996,81150,81209,81375,81500,81625,81795,81905,82026,82147,82257,82369,82492,82615,82697,82870,83038,83186,83345,83500,83673,83790,83907,84075,84187,84301,84473,84649,84807,84940,85052,85198,85350,85482,85625,85747,85925,86061,86157,86293,86388,86555,86648,86740,86927,87083,87261,87425,87607,87924,88106,88288,88478,88710,88900,89077,89239,89396,89506,89689,89826,90046,90230,90414,90574,90732,90916,91143,91346,91517,91737,91959,92114,92314,92498,92601,92791,92932,93097,93268,93468,93672,93874,94039,94244,94443,94642,94839,94930,95079,95229,95313,95462,95607,95759,95900,96066,96227,96305,96606,96772,96927,97029,97187,97351,97537,97760,97885,98162,98434,98700,98985,99436,99892,100401,100549,101063,101500,101934,102377,102462,102583,102682,102799,102886,103009,103110,103229,103322,103429,103772,103879,104124,104245,104654,104902,105002,105107,105226,105735,105882,106001,106252,106385,106800,107054,107166,107413,107538,107855,107976,108204,108325,108458,108605,127266,127693,146103,146527,165226,165655,184103,184529,189370,194787,198878,204309,209051,214428,218412,222404,227795,228277,228710,229466,229696,229939,231072,232001,232905,233369,233762,234842,235586,236779,237763,238241,238534,238917,240432,241197,242340,242781,243222,243698,243972,244369,245300,245478,246231,246368,246459,248653,248919,249241,249451,249560,249679,249863,250835,251305,252056,254533,254628,254927,255155,255383,255642,256218,256572,256694,256833,257107,257367,258237,258523,258926,259328,259671,259883,260084,260297,260586,260871,260944,261031,261116,261215,261338,261461,261592,261709,261829,261961,262075,262193,262306,262427,262615,262802,262983,263166,263350,263531,263713,263833,263953,264061,264171,264283,264391,264501,264666,264832,264959,265124,265225,265345,265506,265669,265830,265997,266116,266233,266413,266595,266776,266959,267114,267246,267368,267503,267666,267859,267985,268137,268279,268449,268605,268777,269068,269263,269355,269528,269690,269785,269954,270048,270137,270380,270469,270762,271225,271692,272160,272633,273097,273560,274024,274489,274950,275418,275889,276359,276817,277286,277756,277946,278125,278231,278339,278445,278557,278671,278783,278897,279013,279127,279235,279345,279453,279649,280028,280432,280579,280687,280797,280905,281019,281428,281842,281958,282376,282617,283047,283482,283892,284314,284724,284846,285255,285671,285793,286011,286195,286263,286607,286687,287043,287193,287337,287413,287525,287615,287877,288142,288241,288393,288501,288577,288689,288779,288881,288989,289097,289197,289305,289390,289494,289581,289659,289773,289865,290129,290396,290497,290650,290760,290844,291233,291331,291439,291533,291663,291771,291893,292029,292137,292257,292391,292513,292641,292783,292909,293049,293175,293293,293425,293523,293633,293933,294045,294163,294627,294743,295046,295172,295268,295669,295779,295903,296041,296151,296273,296585,296709,296839,297315,297443,297758,297896,298058,298274,298430,298634,298702,298786,298890,299093,299282,299483,299676,299881,300194,300406,300522,300768,300984,301188,301379,301597,301834,301986,302246,302388,302549,305132,305246,305366,305482,305576,305897,305996,306114,306215,306494,306779,307058,307340,307593,307852,308105,308361,308785,308861,311455,312810,313254,315108,315683,315891,316901,317281,317422,319923,320349,320461,320596,320793,320964,321147,321322,321509,321731,321889,321973,322077,322564,323120,323278,323497,323728,323951,324186,324408,324674,324812,325411,325525,325663,325775,325899,326470,326965,327511,327656,327749,327841,329768,330338,330636,330825,331031,331224,331434,332318,332463,332855,333013,333230,333491,333923,334798,335418,335615,336563,337328,337451,338224,338445,338645,340622,340722,340812,341183,341853,342535,343215,343907,344476,346089,346410,347473,347643,348168,349063,349697,349863,351349,351965,352201,352422,353380,353645,353910,354122,354536,354772,356057,356506,356693,356942,357184,357360,357601,357834,358059,358401,358614,358709,358970,360321,360796,362022,362492,363540,363992,364236,364693,365938,366421,366571,366915,367061,367199,367335,367623,367924,368226,368342,369171,369293,369405,369554,369820,370090,370356,370624,370880,371140,371396,371654,371906,372162,372414,372668,372900,373136,373388,373644,373896,374150,374382,374616,374728,375153,375277,376214,376812,377008,377245,377513,377806,378023,378237,378536,378728,378940,379120,379412,379676,380013,380232,380645,380882,381174,381779,382017,382286,382426,382680,382824,383014,383822,384162,384910,385134,385431,386210,386547,386947,388256,388841,390914,391108,391326,391552,391764,391963,392170,393293,393530,394005,394395,394859,395198,395535,396295,396559,396902,397093,397440,397528,397636,397744,398057,398382,398701,399032,401599,401787,402048,402297,404738,404930,405195,405448,405964,406314,406483,406997,407232,407356,407768,407982,408384,408487,408617,408792,409044,409240,409380,409574,410072,411141,411429,411559,412336,412993,413139,413845,414083,415623,415773,416190,416355,417041,417511,417707,417798,417882,418026,418260,418427,419355,419641,419801,420416,420575,420903,421130,421642,422004,422083,422422,422527,422892,423263,423624,425498,426127,427203,427627,427880,428032,429022,429759,429962,430208,430455,430673,430915,431236,431500,431805,432028,432339,432528,433243,433512,434006,434232,434672,434831,435115,435860,436225,436530,436688,436926,438245,438643,438871,439091,439233,440523,440629,440759,440897,441021,441309,441478,441578,441863,441977,442860,443615,444054,444178,444424,444617,444751,444942,445721,445939,446230,446509,446826,447048,447343,447626,447730,448013,448829,449145,449706,450212,450417,451203,451608,452269,452458,453009,453575,453695,454097,454631,455161,455460,457805,458899,460493,462500,462752,465185,467480,467920,468672,468856,469067,473725,474308,475036,475238,476373,476523,476698,476923,477450,478702,479009,479517,479966,481760,482020,482602,483097,484134,486000,486191,486524,486680,486873,489208,489437,489645,489781,491553,491851,493063,493931,495819,495935,496104,496241,496387,497033,498737,499268,499694,501305,501553,502323,502439,502614,505829,505976,516740,516983,517354,517449,517542,517626,517713,517811,517902,517993,518081,518165,518261,518365,518439,518524,518623,518727,518823,518925,519028,519128,519218,519303,519404,519502,519592,519687,519774,519880,519982,520076,520167,520248,520324,520416,520505,520625,520736,520819,520905,521000,521094,521200,521298,521395,521490,521588,521688,521791,521886,521979,522073,522165,522267,522365,522468,522553,522651,522773,522871,522984,523078,523167,523256,523339,523430,523515,523623,523724,523825,523923,524029,524120,524219,524316,524414,524510,524603,524713,524811,524906,525016,525108,525208,525307,525394,525498,525603,525710,525817,525916,526025,526117,526214,526325,526436,526547,526651,526766,526882,527009,527129,527209,527317,527407,527508,527591,527682,527767,527859,527962,528057,528153,528246,528327,528436,528515,528622,528713,528812,528905,529008,529112,529213,529314,529418,529512,529616,529720,529833,529939,530045,530153,530270,530359,530467,530567,530646,530736,530820,530912,530985,531073,531155,531240,531339,531436,531527,531618,531710,531805,531903,532002,532104,532201,532298,532391,532478,532562,532659,532756,532849,532936,533027,533126,533225,533320,533409,533490,533589,533684,533781,533877,533974,534058,534157,534252,534349,534445,534542,534631,534732,534829,534928,535026,535125,535215,535306,535395,535484,535566,535659,535750,535823,535890,535963,536030,536106,536183,536235,536308,536381,536447,536514,536582,536648,536715"
+ },
+ "to": {
+ "startLines": "10,16,27,30,31,32,33,34,37,38,39,40,41,43,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,98,99,121,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,207,209,210,212,213,214,215,216,217,218,219,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,446,447,448,474,486,487,488,489,490,491,492,493,494,495,496,497,501,502,503,504,506,507,508,509,510,511,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,552,553,564,574,575,605,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,971,975,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1596,1597,1645,1646,1647,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1666,1669,1670,1671,1690,1691,1692,1693,1694,1695,1696,1704,1713,1714,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1771,1806,1807,1808,1809,1810,1811,1812,1815,1816,1817,1818,1825,1828,1829,1830,1831,1835,1839,1840,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1887,1890,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1944,1945,1946,1947,1948,1953,1956,1957,1958,1959,1966,1970,1974,1978,2021,2029,2036,2206,2209,2219,2228,2237,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2321,2322,2326,2327,2333,2337,2338,2339,2340,2350,2351,2352,2356,2357,2363,2367,2437,2440,2441,2445,2446,2449,2450,2451,2452,2693,2699,2937,2943,3184,3190,3428,3434,3497,3579,3631,3713,3775,3857,3921,3973,4055,4062,4068,4079,4083,4087,4100,4875,4891,4898,4904,4918,4931,4951,4968,4977,4982,4989,5009,5022,5039,5045,5051,5058,5062,5068,5081,5084,5094,5095,5096,5144,5148,5152,5156,5157,5158,5161,5175,5182,5196,5238,5270,5275,5279,5283,5288,5295,5301,5302,5305,5309,5314,5326,5330,5335,5340,5345,5348,5351,5354,5358,5501,5502,5503,5504,5581,5582,5583,5584,5585,5586,5587,5588,5589,5590,5591,5595,5599,5603,5607,5611,5615,5619,5620,5621,5622,5623,5624,5625,5626,5630,5634,5635,5639,5640,5643,5646,5649,5652,5656,5659,5662,5666,5670,5674,5678,5681,5684,5685,5686,5689,5693,5696,5699,5702,5705,5708,5711,5788,5791,5792,5795,5798,5799,5802,5803,5804,5808,5809,5814,5822,5830,5838,5846,5854,5862,5870,5878,5886,5895,5904,5913,5921,5930,5939,5942,5945,5946,5947,5948,5949,5950,5951,5952,5953,5954,5955,5956,5957,5960,5965,5970,5973,5974,5975,5976,5977,5985,5993,5994,6002,6006,6014,6022,6030,6038,6046,6047,6055,6063,6064,6067,6106,6108,6113,6115,6120,6124,6128,6129,6130,6131,6135,6139,6140,6144,6145,6146,6147,6148,6149,6150,6151,6152,6153,6154,6155,6156,6157,6158,6159,6163,6167,6168,6172,6173,6174,6179,6180,6181,6182,6183,6184,6185,6186,6187,6188,6189,6190,6191,6192,6193,6194,6195,6196,6197,6198,6199,6203,6204,6205,6211,6212,6216,6218,6219,6224,6225,6226,6227,6228,6229,6233,6234,6235,6241,6242,6246,6248,6252,6256,6260,6289,6290,6291,6292,6295,6298,6301,6304,6307,6312,6316,6317,6322,6326,6330,6334,6338,6343,6347,6352,6356,6360,6394,6395,6396,6397,6398,6402,6403,6404,6405,6409,6413,6417,6421,6425,6429,6433,6437,6443,6444,6478,6492,6497,6523,6530,6533,6544,6549,6552,6584,6590,6591,6594,6597,6600,6603,6606,6609,6613,6616,6617,6618,6626,6634,6637,6642,6647,6652,6657,6661,6665,6666,6674,6675,6676,6677,6678,6686,6691,6696,6697,6698,6699,6724,6730,6735,6738,6742,6745,6749,6759,6762,6767,6770,6774,6875,6883,6897,6910,6914,6929,6940,6943,6954,6959,6963,6998,6999,7000,7007,7014,7021,7028,7035,7046,7073,7078,7098,7101,7108,7121,7130,7133,7153,7163,7167,7171,7184,7188,7192,7196,7202,7206,7223,7231,7235,7239,7243,7246,7250,7254,7258,7265,7269,7270,7274,7300,7310,7335,7344,7364,7374,7378,7388,7413,7423,7426,7430,7431,7432,7433,7437,7441,7445,7446,7458,7459,7460,7463,7466,7469,7472,7475,7478,7481,7484,7487,7490,7493,7496,7499,7502,7505,7508,7511,7514,7517,7520,7523,7524,7529,7530,7542,7550,7554,7559,7564,7568,7571,7575,7579,7582,7585,7588,7592,7597,7602,7605,7612,7616,7620,7628,7633,7638,7639,7643,7646,7649,7661,7666,7676,7679,7683,7697,7701,7706,7722,7729,7755,7758,7761,7764,7767,7770,7773,7791,7796,7803,7810,7819,7826,7831,7842,7846,7853,7856,7861,7862,7863,7864,7868,7872,7876,7880,7913,7916,7920,7924,7955,7958,7962,7966,7975,7981,7984,7993,7997,7998,8005,8009,8016,8017,8018,8021,8026,8031,8032,8036,8044,8063,8067,8068,8080,8090,8091,8103,8108,8132,8135,8141,8144,8153,8161,8165,8168,8171,8174,8178,8181,8198,8202,8205,8220,8223,8231,8236,8243,8248,8249,8254,8255,8261,8267,8273,8305,8316,8333,8340,8344,8347,8359,8368,8372,8377,8381,8385,8389,8393,8397,8401,8405,8410,8413,8425,8430,8439,8442,8449,8450,8454,8463,8469,8473,8474,8478,8499,8505,8509,8513,8514,8532,8533,8534,8535,8536,8541,8544,8545,8551,8552,8564,8576,8583,8584,8589,8594,8595,8599,8613,8618,8624,8630,8636,8641,8647,8653,8654,8659,8674,8679,8688,8697,8700,8714,8719,8730,8734,8743,8752,8753,8760,8932,8949,8959,9501,9532,9578,9635,9643,9785,9894,9914,9935,9941,9949,10055,10829,10852,10858,10902,10906,10966,11036,11290,11328,11334,11342,11355,11411,11422,11434,11446,11484,11531,11537,11549,11555,11561,11611,11616,11621,11627,11925,11937,11979,12002,12139,12144,12177,12180,12184,12211,12249,12267,12285,12338,12346,12475,12479,12487,12616,12620,12894,12957,13114,13115,13116,13117,13118,13119,13120,13121,13122,13123,13124,13125,13126,13127,13128,13129,13130,13131,13132,13133,13134,13135,13136,13137,13138,13139,13140,13141,13142,13143,13144,13145,13146,13147,13148,13149,13150,13151,13152,13153,13154,13155,13156,13157,13158,13159,13160,13161,13162,13163,13164,13165,13166,13167,13168,13169,13170,13171,13172,13173,13174,13175,13176,13177,13178,13179,13180,13181,13182,13183,13184,13185,13186,13187,13188,13189,13190,13191,13192,13193,13194,13195,13196,13197,13198,13199,13200,13201,13202,13203,13204,13205,13206,13207,13208,13209,13210,13211,13212,13213,13214,13215,13216,13217,13218,13219,13220,13221,13222,13223,13224,13225,13226,13227,13228,13229,13230,13231,13232,13233,13234,13235,13236,13237,13238,13239,13240,13241,13242,13243,13244,13245,13246,13247,13248,13249,13250,13251,13252,13253,13254,13255,13256,13257,13258,13259,13260,13261,13262,13263,13264,13265,13266,13267,13268,13269,13270,13271,13272,13273,13274,13275,13276,13277,13278,13279,13280,13281,13282,13283,13284,13285,13286,13287,13288,13289,13290,13291,13292,13293,13294,13295,13296,13297,13298,13299,13300,13301,13302,13303,13304,13305,13306,13307,13308,13309,13310,13311,13312,13313,13314,13315,13316,13317,13318",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "490,732,1185,1343,1399,1459,1520,1585,1740,1790,1840,1893,1951,2050,2420,2468,2539,2611,2683,2756,2823,2872,2926,2963,3014,3074,3121,3177,3226,3284,3340,3391,3451,3500,3556,3612,3662,3721,3768,3822,3878,3932,3986,4040,4089,4147,4203,4250,4304,4358,4406,5031,5085,6016,6127,6189,6245,6305,6358,6419,6498,6579,6651,6730,6810,6886,6964,7033,7109,7186,7257,7330,7406,7484,7553,7629,7706,7770,7841,10354,10450,10503,10607,10674,10727,10779,10829,10887,10952,11000,17941,18008,18074,18132,18201,18259,18328,18398,18471,18545,18613,18680,18750,18816,18889,18949,19025,19085,19145,19220,19288,19354,19422,19482,19541,19598,19664,19726,19783,19851,19924,19994,20056,20117,20185,20247,20303,20362,20424,20486,20553,20610,20671,20732,20793,20854,20910,20966,21022,21078,21136,21194,21252,21310,21367,21424,21481,21538,21597,21656,21714,21797,21880,21953,22007,22076,22132,22213,22294,22365,22700,22753,22811,23898,24457,24503,24563,24617,24687,24757,24822,24888,24953,25021,25090,25158,25288,25341,25400,25458,25556,25606,25658,25704,25754,25810,25904,25962,26020,26082,26145,26207,26266,26326,26391,26457,26522,26584,26646,26708,26770,26832,26894,26960,27027,27093,27156,27220,27283,27351,27412,27474,27536,27599,27663,27726,27790,27868,27927,27993,28073,28134,28338,28396,28829,29280,29344,30536,32552,32626,32697,32763,32837,32906,32977,33050,33121,33189,33262,33338,33408,33486,33554,33620,33681,33750,33814,33880,33948,34014,34077,34145,34216,34281,34354,34417,34498,34562,34628,34698,34768,34838,34908,35656,35713,35771,35830,35890,35949,36008,36067,36126,36185,36244,36303,36362,36421,36480,36540,36601,36663,36724,36785,36846,36907,36968,37029,37090,37151,37212,37273,37341,37410,37480,37549,37618,37687,37756,37825,37894,37963,38032,38101,38170,38230,38291,38353,38414,38475,38536,38597,38658,38719,38780,38841,38902,38963,39025,39088,39152,39215,39278,39341,39404,39467,39530,39593,39656,39719,39782,39843,39905,39968,40030,40092,40154,40216,40278,40340,40402,40464,40526,40588,40645,40732,40812,40902,40997,41089,41181,41271,41354,41447,41534,41631,41722,41823,41910,42013,42102,42201,42293,42393,42477,42571,42659,42757,42841,42941,43027,43123,43211,43292,43383,43479,43572,43665,43756,43841,43935,44024,44122,44215,44317,44405,44509,44600,44700,44793,44894,44979,45074,45163,45262,45347,45448,45535,46304,46370,46446,46515,46594,46667,46735,46813,46889,46960,47041,47114,47197,47272,47357,47430,47511,47592,47666,47750,47820,47900,47978,48050,48132,48202,48280,48358,48436,48507,48588,48653,48719,48772,48848,48914,49001,49077,56408,56643,57238,57292,57371,57449,57522,57587,57650,57716,57787,57858,57928,57990,58059,58125,58185,58252,58319,58375,58426,58479,58531,58585,58656,58719,58778,58840,58899,58972,59039,59109,59169,59232,59307,59379,59475,59546,59602,59673,59730,59787,59853,59917,59988,60045,60098,60161,60213,60271,61508,61577,61643,61702,61785,61844,61901,61968,62038,62112,62174,62243,62313,62367,62420,62474,62533,62579,62636,62703,62759,62824,62898,62982,63055,63120,63182,63238,63312,63395,63484,63548,63627,63701,63763,63859,63924,63983,64039,64095,64155,64262,64309,64369,64430,64494,64555,64615,64673,64716,64765,64817,64868,64920,64969,65018,65083,65149,65209,65270,65326,65385,65460,65517,65601,65658,65733,65808,65859,65927,65977,66039,66099,66156,66216,66265,66333,66439,66541,66610,66681,66781,66852,66962,67051,67107,67208,67318,67424,67501,67613,67740,67852,67979,68049,68163,68294,68391,68459,68577,68680,68798,68859,68933,69000,69105,69227,69301,69368,69478,69577,69650,69767,69835,69941,70043,70123,70194,70290,70357,70431,70505,70591,70679,70758,70836,70937,71008,71073,71185,71291,71359,71472,71585,71703,71781,71853,71989,72125,72210,72350,72426,72564,72702,72844,72926,72988,73084,73151,73268,73389,73486,73568,73655,73742,73873,74004,74139,74250,74364,74466,74562,74666,74733,74805,74915,75021,75094,75185,75287,75390,75485,75592,75697,75819,75941,76067,76126,76184,76308,76432,76560,76678,76796,76918,76999,77056,77117,77176,77236,77294,77355,77413,77463,77512,77579,77638,77697,77746,77821,77892,77961,78024,78092,78158,78226,78291,78357,78434,78512,78618,78724,78820,78949,79038,79165,79231,79300,79366,79464,79560,79656,79754,79863,79958,80047,80109,80169,80234,80291,80372,80426,80483,80580,80690,80777,80867,80919,81011,81104,81206,81262,81321,81370,81462,81511,81565,81619,81673,81727,81781,81836,81946,82056,82166,82276,82386,82496,82606,82716,82822,82928,83034,83140,83235,83330,83425,83520,83626,83732,83838,83944,84039,84134,84229,84324,84432,84540,84648,84756,84853,84950,85047,85144,85252,85360,85468,85576,85674,85770,85866,85964,86029,86117,86175,86239,86300,86362,86422,86484,86552,86610,86673,86736,86803,86878,86951,87017,87069,87122,87174,87231,87315,87410,87495,87576,87656,87733,87812,87889,87963,88037,88108,88188,88260,88335,88400,88461,88521,88596,88670,88747,88820,88890,88962,89032,89105,89169,89239,89287,89356,89408,89493,89576,89634,89700,89767,89833,89914,89989,90045,90098,90159,90217,90267,90316,90365,90414,90476,90528,90573,90654,90705,90759,90812,90866,90917,90966,91032,91083,91144,91205,91267,91317,91358,91435,91494,91553,91612,91673,91729,91785,91852,91913,91978,92033,92098,92167,92235,92313,92382,92442,92513,92587,92652,92724,92794,92861,92945,93014,93081,93151,93214,93281,93349,93432,93511,93601,93678,93746,93813,93891,93948,94005,94073,94139,94195,94255,94314,94368,94418,94468,94516,94578,94629,94702,94782,94862,94926,94993,95064,95122,95183,95249,95308,95375,95435,95495,95558,95626,95687,95754,95832,95902,95951,96008,96077,96138,96226,96314,96402,96490,96577,96664,96751,96838,96896,96970,97040,97096,97167,97232,97294,97369,97442,97532,97598,97664,97725,97789,97851,97909,97980,98063,98122,98193,98259,98324,98385,98444,98515,98581,98646,98729,98805,98880,98961,99021,99090,99160,99229,99284,99340,99396,99457,99515,99571,99626,99688,99745,99839,99908,100009,100060,100130,100193,100249,100307,100361,100447,100531,100601,100670,100740,100855,100976,101043,101110,101185,101252,101311,101365,101419,101473,101526,101578,103083,103220,106043,106092,106142,106233,106281,106337,106395,106457,106512,106570,106641,106705,106764,106826,106892,107197,107342,107386,107431,108450,108501,108548,108593,108644,108695,108746,109130,109620,109686,109865,109928,110000,110057,110112,110170,110225,110284,110340,110409,110478,110547,110617,110680,110743,110806,110869,110934,110999,111064,111129,111192,111256,111320,111384,111450,111516,111584,111652,111718,111785,111859,111922,111979,112039,112104,112171,112236,112293,112354,112412,112516,112627,112736,112840,112918,112983,113050,113116,113186,113233,113285,113335,113462,115894,116044,116175,116359,116537,116775,116964,117227,117325,117440,117525,118012,118172,118237,118326,118483,118813,119198,119352,119464,119630,119755,119880,120050,120160,120281,120402,120512,120624,120747,120870,120952,121125,121293,121441,121600,121755,121928,122045,122162,122330,122442,122556,122728,122904,123062,123195,123307,123453,123605,123737,123880,124002,124180,124316,124412,124548,124643,124810,124903,124995,125182,125338,125516,125680,125862,126179,126361,126543,126733,126965,127155,127332,127494,127651,127761,127944,128081,128301,128485,128669,128829,128987,129171,129398,129601,129772,129992,130214,130369,130569,130753,130856,131046,131187,131352,131523,131723,131927,132129,132294,132499,132698,132897,133094,133185,133334,133484,133568,133717,133862,134014,134155,134321,134545,134623,134924,135090,135245,135612,135770,135934,136120,136343,136981,137258,137530,137796,140624,141075,141531,152668,152816,153330,153767,154201,158541,158626,158747,158846,158963,159050,159173,159274,159393,159486,159593,159936,160043,160288,160409,160818,161066,161166,161271,161390,161899,162046,162165,162416,162549,162964,163218,168433,168680,168805,169122,169243,169471,169592,169725,169872,188533,188960,207370,207794,226493,226922,245370,245796,250637,256054,260145,265576,270318,275695,279679,283671,289062,289544,289977,290733,290963,291206,292339,340509,341413,341877,342270,343350,344094,345287,346271,346749,347042,347425,348940,349705,350848,351289,351730,352206,352480,352877,353808,353986,354739,354876,354967,357161,357427,357749,357959,358068,358187,358371,359343,359813,360564,363041,364292,364591,364819,365047,365306,365882,366236,366358,366497,366771,367031,367901,368187,368590,368992,369335,369547,369748,369961,370250,381137,381210,381297,381382,386051,386174,386297,386428,386545,386665,386797,386911,387029,387142,387263,387451,387638,387819,388002,388186,388367,388549,388669,388789,388897,389007,389119,389227,389337,389502,389668,389795,389960,390061,390181,390342,390505,390666,390833,390952,391069,391249,391431,391612,391795,391950,392082,392204,392339,392502,392695,392821,392973,393115,393285,393441,393613,400578,400773,400865,401038,401200,401295,401464,401558,401647,401890,401979,402272,402735,403202,403670,404143,404607,405070,405534,405999,406460,406928,407399,407869,408327,408796,409266,409456,409635,409741,409849,409955,410067,410181,410293,410407,410523,410637,410745,410855,410963,411159,411538,411942,412089,412197,412307,412415,412529,412938,413352,413468,413886,414127,414557,414992,415402,415824,416234,416356,416765,417181,417303,417521,420341,420409,420753,420833,421189,421339,421483,421559,421671,421761,422023,422288,422387,422539,422647,422723,422835,422925,423027,423135,423243,423343,423451,423536,423640,423727,423805,423919,424011,424275,424542,424643,424796,424906,424990,425379,425477,425585,425679,425809,425917,426039,426175,426283,426403,426537,426659,426787,426929,427055,427195,427321,427439,427571,427669,427779,428079,428191,428309,428773,428889,429192,429318,429414,429815,429925,430049,430187,430297,430419,430731,430855,430985,431461,431589,431904,432042,432204,432420,432576,434337,434405,434489,434593,434796,434985,435186,435379,435584,435897,436109,436225,436471,436687,436891,437082,437300,437537,437689,437949,438091,438252,440835,440949,441069,441185,441279,441600,441699,441817,441918,442197,442482,442761,443043,443296,443555,443808,444064,444488,444564,447158,448513,448957,450811,451386,451594,452604,452984,453125,455626,456052,456164,456299,456496,456667,456850,457025,457212,457434,457592,457676,457780,458267,458823,458981,459200,459431,459654,459889,460111,460377,460515,461114,461228,461366,461478,461602,462173,462668,463214,463359,463452,463544,465471,466041,466339,466528,466734,466927,467137,468021,468166,468558,468716,468933,476989,477421,478296,478916,479113,480061,480826,480949,481722,481943,482143,484120,484220,484310,484681,485351,486033,486713,487405,487974,489587,489908,490971,491141,491666,492561,493195,493361,494847,495463,495699,495920,496878,497143,497408,497620,498034,498270,499555,500004,500191,500440,500682,500858,501099,501332,501557,501899,502112,502207,502468,503819,504294,505520,505990,507038,507490,507734,508191,509436,509919,510069,510413,510559,510697,510833,511121,511422,511724,511840,512669,512791,512903,513052,513318,513588,513854,514122,514378,514638,514894,515152,515404,515660,515912,516166,516398,516634,516886,517142,517394,517648,517880,518114,518226,518651,518775,519712,520310,520506,520743,521011,521304,521521,521735,522034,522226,522438,522618,522910,523174,523511,523730,524143,524380,524672,525277,525515,525784,525924,526178,526322,526512,527320,527660,528408,528632,528929,529708,530045,530445,531754,532339,534412,534606,534824,535050,535262,535461,535668,536791,537028,537503,537893,538357,538696,539033,539793,540057,540400,540591,540938,541026,541134,541242,541555,541880,542199,542530,545097,545285,545546,545795,548236,548428,548693,548946,549462,549812,549981,550495,550730,550854,551266,551480,551882,551985,552115,552290,552542,552738,552878,553072,553570,554639,554927,555057,555834,556491,556637,557343,557581,559121,559271,559688,559853,560539,561009,561205,561296,561380,561524,561758,561925,562853,563139,563299,563914,564073,564401,564628,565140,565502,565581,565920,566025,566390,566761,567122,568996,569625,570701,571125,571378,571530,572520,573257,573460,573706,573953,574171,574413,574734,574998,575303,575526,575837,576026,576741,577010,577504,577730,578170,578329,578613,579358,579723,580028,580186,580424,581743,582141,582369,582589,582731,584021,584127,584257,584395,584519,584807,584976,585076,585361,585475,586358,587113,587552,587676,587922,588115,588249,588440,589219,589437,589728,590007,590324,590546,590841,591124,591228,591511,592327,592643,593204,593710,593915,594701,595106,595767,595956,596507,597073,597193,597595,603871,604401,604700,623112,624206,625800,627807,628059,634061,636356,636796,637548,637732,637943,642601,674630,675358,675560,676695,676845,679432,681576,691491,692943,693250,693758,694207,696001,696261,696843,697338,698375,700241,700432,700765,700921,701114,703449,703678,703886,704022,715424,715722,716934,717802,722797,722913,724137,724274,724420,726248,727386,727917,728343,729954,730202,735118,735234,735409,740015,740162,750926,753300,758995,759090,759183,759267,759354,759452,759543,759634,759722,759806,759902,760006,760080,760165,760264,760368,760464,760566,760669,760769,760859,760944,761045,761143,761233,761328,761415,761521,761623,761717,761808,761889,761965,762057,762146,762266,762377,762460,762546,762641,762735,762841,762939,763036,763131,763229,763329,763432,763527,763620,763714,763806,763908,764006,764109,764194,764292,764414,764512,764625,764719,764808,764897,764980,765071,765156,765264,765365,765466,765564,765670,765761,765860,765957,766055,766151,766244,766354,766452,766547,766657,766749,766849,766948,767035,767139,767244,767351,767458,767557,767666,767758,767855,767966,768077,768188,768292,768407,768523,768650,768770,768850,768958,769048,769149,769232,769323,769408,769500,769603,769698,769794,769887,769968,770077,770156,770263,770354,770453,770546,770649,770753,770854,770955,771059,771153,771257,771361,771474,771580,771686,771794,771911,772000,772108,772208,772287,772377,772461,772553,772626,772714,772796,772881,772980,773077,773168,773259,773351,773446,773544,773643,773745,773842,773939,774032,774119,774203,774300,774397,774490,774577,774668,774767,774866,774961,775050,775131,775230,775325,775422,775518,775615,775699,775798,775893,775990,776086,776183,776272,776373,776470,776569,776667,776766,776856,776947,777036,777125,777207,777300,777391,777464,777531,777604,777671,777747,777824,777876,777949,778022,778088,778155,778223,778289",
+ "endLines": "10,16,27,30,31,32,33,34,37,38,39,40,41,43,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,98,99,121,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,207,209,210,212,213,214,215,216,217,218,219,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,441,446,447,448,474,486,487,488,489,490,491,492,493,494,495,496,500,501,502,503,504,506,507,508,509,510,511,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,552,553,564,574,575,605,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,971,975,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1596,1597,1645,1646,1647,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1666,1669,1670,1671,1690,1691,1692,1693,1694,1695,1696,1704,1713,1714,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1774,1806,1807,1808,1809,1810,1811,1812,1815,1816,1817,1818,1827,1828,1829,1830,1831,1835,1839,1840,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1886,1889,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1944,1945,1946,1947,1948,1955,1956,1957,1958,1959,1969,1973,1977,1981,2028,2035,2043,2208,2218,2227,2236,2245,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2320,2321,2325,2326,2332,2336,2337,2338,2339,2349,2350,2351,2355,2356,2362,2366,2367,2439,2440,2444,2445,2448,2449,2450,2451,2692,2698,2936,2942,3183,3189,3427,3433,3496,3578,3630,3712,3774,3856,3920,3972,4054,4061,4067,4078,4082,4086,4099,4114,4890,4897,4903,4917,4930,4950,4967,4976,4981,4988,5008,5021,5038,5044,5050,5057,5061,5067,5080,5083,5093,5094,5095,5143,5147,5151,5155,5156,5157,5160,5174,5181,5195,5237,5238,5274,5278,5282,5287,5294,5300,5301,5304,5308,5313,5325,5329,5334,5339,5344,5347,5350,5353,5357,5361,5501,5502,5503,5504,5581,5582,5583,5584,5585,5586,5587,5588,5589,5590,5594,5598,5602,5606,5610,5614,5618,5619,5620,5621,5622,5623,5624,5625,5629,5633,5634,5638,5639,5642,5645,5648,5651,5655,5658,5661,5665,5669,5673,5677,5680,5683,5684,5685,5688,5692,5695,5698,5701,5704,5707,5710,5714,5790,5791,5794,5797,5798,5801,5802,5803,5807,5808,5813,5821,5829,5837,5845,5853,5861,5869,5877,5885,5894,5903,5912,5920,5929,5938,5941,5944,5945,5946,5947,5948,5949,5950,5951,5952,5953,5954,5955,5956,5959,5964,5969,5972,5973,5974,5975,5976,5984,5992,5993,6001,6005,6013,6021,6029,6037,6045,6046,6054,6062,6063,6066,6069,6107,6112,6114,6119,6123,6127,6128,6129,6130,6134,6138,6139,6143,6144,6145,6146,6147,6148,6149,6150,6151,6152,6153,6154,6155,6156,6157,6158,6162,6166,6167,6171,6172,6173,6178,6179,6180,6181,6182,6183,6184,6185,6186,6187,6188,6189,6190,6191,6192,6193,6194,6195,6196,6197,6198,6202,6203,6204,6210,6211,6215,6217,6218,6223,6224,6225,6226,6227,6228,6232,6233,6234,6240,6241,6245,6247,6251,6255,6259,6263,6289,6290,6291,6294,6297,6300,6303,6306,6311,6315,6316,6321,6325,6329,6333,6337,6342,6346,6351,6355,6359,6393,6394,6395,6396,6397,6401,6402,6403,6404,6408,6412,6416,6420,6424,6428,6432,6436,6442,6443,6477,6491,6496,6522,6529,6532,6543,6548,6551,6583,6589,6590,6593,6596,6599,6602,6605,6608,6612,6615,6616,6617,6625,6633,6636,6641,6646,6651,6656,6660,6664,6665,6673,6674,6675,6676,6677,6685,6690,6695,6696,6697,6698,6723,6729,6734,6737,6741,6744,6748,6758,6761,6766,6769,6773,6777,6882,6896,6909,6913,6928,6939,6942,6953,6958,6962,6997,6998,6999,7006,7013,7020,7027,7034,7045,7072,7077,7097,7100,7107,7120,7129,7132,7152,7162,7166,7170,7183,7187,7191,7195,7201,7205,7222,7230,7234,7238,7242,7245,7249,7253,7257,7264,7268,7269,7273,7299,7309,7334,7343,7363,7373,7377,7387,7412,7422,7425,7429,7430,7431,7432,7436,7440,7444,7445,7457,7458,7459,7462,7465,7468,7471,7474,7477,7480,7483,7486,7489,7492,7495,7498,7501,7504,7507,7510,7513,7516,7519,7522,7523,7528,7529,7541,7549,7553,7558,7563,7567,7570,7574,7578,7581,7584,7587,7591,7596,7601,7604,7611,7615,7619,7627,7632,7637,7638,7642,7645,7648,7660,7665,7675,7678,7682,7696,7700,7705,7721,7728,7754,7757,7760,7763,7766,7769,7772,7790,7795,7802,7809,7818,7825,7830,7841,7845,7852,7855,7860,7861,7862,7863,7867,7871,7875,7879,7912,7915,7919,7923,7954,7957,7961,7965,7974,7980,7983,7992,7996,7997,8004,8008,8015,8016,8017,8020,8025,8030,8031,8035,8043,8062,8066,8067,8079,8089,8090,8102,8107,8131,8134,8140,8143,8152,8160,8164,8167,8170,8173,8177,8180,8197,8201,8204,8219,8222,8230,8235,8242,8247,8248,8253,8254,8260,8266,8272,8304,8315,8332,8339,8343,8346,8358,8367,8371,8376,8380,8384,8388,8392,8396,8400,8404,8409,8412,8424,8429,8438,8441,8448,8449,8453,8462,8468,8472,8473,8477,8498,8504,8508,8512,8513,8531,8532,8533,8534,8535,8540,8543,8544,8550,8551,8563,8575,8582,8583,8588,8593,8594,8598,8612,8617,8623,8629,8635,8640,8646,8652,8653,8658,8673,8678,8687,8696,8699,8713,8718,8729,8733,8742,8751,8752,8759,8767,8948,8958,9005,9531,9577,9634,9642,9700,9893,9913,9934,9940,9948,10054,10068,10851,10857,10901,10905,10911,10971,11045,11321,11333,11341,11354,11410,11421,11433,11445,11483,11530,11536,11548,11554,11560,11610,11615,11620,11626,11661,11936,11978,12001,12062,12143,12149,12179,12183,12209,12248,12266,12284,12337,12345,12369,12478,12486,12579,12619,12893,12901,12966,13114,13115,13116,13117,13118,13119,13120,13121,13122,13123,13124,13125,13126,13127,13128,13129,13130,13131,13132,13133,13134,13135,13136,13137,13138,13139,13140,13141,13142,13143,13144,13145,13146,13147,13148,13149,13150,13151,13152,13153,13154,13155,13156,13157,13158,13159,13160,13161,13162,13163,13164,13165,13166,13167,13168,13169,13170,13171,13172,13173,13174,13175,13176,13177,13178,13179,13180,13181,13182,13183,13184,13185,13186,13187,13188,13189,13190,13191,13192,13193,13194,13195,13196,13197,13198,13199,13200,13201,13202,13203,13204,13205,13206,13207,13208,13209,13210,13211,13212,13213,13214,13215,13216,13217,13218,13219,13220,13221,13222,13223,13224,13225,13226,13227,13228,13229,13230,13231,13232,13233,13234,13235,13236,13237,13238,13239,13240,13241,13242,13243,13244,13245,13246,13247,13248,13249,13250,13251,13252,13253,13254,13255,13256,13257,13258,13259,13260,13261,13262,13263,13264,13265,13266,13267,13268,13269,13270,13271,13272,13273,13274,13275,13276,13277,13278,13279,13280,13281,13282,13283,13284,13285,13286,13287,13288,13289,13290,13291,13292,13293,13294,13295,13296,13297,13298,13299,13300,13301,13302,13303,13304,13305,13306,13307,13308,13309,13310,13311,13312,13313,13314,13315,13316,13317,13318",
+ "endColumns": "55,48,54,55,59,60,64,54,49,49,52,57,47,68,47,70,71,71,72,66,48,53,36,50,59,46,55,48,57,55,50,59,48,55,55,49,58,46,53,55,53,53,53,48,57,55,46,53,53,47,56,53,55,62,61,55,59,52,60,78,80,71,78,79,75,77,68,75,76,70,72,75,77,68,75,76,63,70,71,50,52,54,66,52,51,49,57,64,47,50,66,65,57,68,57,68,69,72,73,67,66,69,65,72,59,75,59,59,74,67,65,67,59,58,56,65,61,56,67,72,69,61,60,67,61,55,58,61,61,66,56,60,60,60,60,55,55,55,55,57,57,57,57,56,56,56,56,58,58,57,82,82,72,53,68,55,80,80,70,9,52,57,57,57,45,59,53,69,69,64,65,64,67,68,67,9,52,58,57,51,49,51,45,49,55,46,57,57,61,62,61,58,59,64,65,64,61,61,61,61,61,61,65,66,65,62,63,62,67,60,61,61,62,63,62,63,77,58,65,79,60,52,57,50,44,63,58,61,73,70,65,73,68,70,72,70,67,72,75,69,77,67,65,60,68,63,65,67,65,62,67,70,64,72,62,80,63,65,69,69,69,69,66,56,57,58,59,58,58,58,58,58,58,58,58,58,58,59,60,61,60,60,60,60,60,60,60,60,60,60,67,68,69,68,68,68,68,68,68,68,68,68,68,59,60,61,60,60,60,60,60,60,60,60,60,60,61,62,63,62,62,62,62,62,62,62,62,62,62,60,61,62,61,61,61,61,61,61,61,61,61,61,56,86,79,89,94,91,91,89,82,92,86,96,90,100,86,102,88,98,91,99,83,93,87,97,83,99,85,95,87,80,90,95,92,92,90,84,93,88,97,92,101,87,103,90,99,92,100,84,94,88,98,84,100,86,96,65,75,68,78,72,67,77,75,70,80,72,82,74,84,72,80,80,73,83,69,79,77,71,81,69,77,77,77,70,80,64,65,52,75,65,86,75,75,64,54,53,78,77,72,64,62,65,70,70,69,61,68,65,59,66,66,55,50,52,51,53,70,62,58,61,58,72,66,69,59,62,74,71,95,70,55,70,56,56,65,63,70,56,52,62,51,57,66,68,65,58,82,58,56,66,69,73,61,68,69,53,52,53,58,45,56,66,55,64,73,83,72,64,61,55,73,82,88,63,78,73,61,95,64,58,55,55,59,106,46,59,60,63,60,59,57,42,48,51,50,51,48,48,64,65,59,60,55,58,74,56,83,56,74,74,50,67,49,61,59,56,59,48,67,105,101,68,70,99,70,109,88,55,100,109,105,76,111,126,111,126,69,113,130,96,67,117,102,117,60,73,66,104,121,73,66,109,98,72,116,67,105,101,79,70,95,66,73,73,85,87,78,77,100,70,64,111,105,67,112,112,117,77,71,135,135,84,139,75,137,137,141,81,61,95,66,116,120,96,81,86,86,130,130,134,110,113,101,95,103,66,71,109,105,72,90,101,102,94,106,104,121,121,125,58,57,123,123,127,117,117,121,80,56,60,58,59,57,60,57,49,48,66,58,58,48,74,70,68,62,67,65,67,64,65,76,77,105,105,95,128,88,126,65,68,65,97,95,95,97,108,94,88,61,59,64,56,80,53,56,96,109,86,89,51,91,92,101,55,58,48,91,48,53,53,53,53,53,54,109,109,109,109,109,109,109,109,105,105,105,105,94,94,94,94,105,105,105,105,94,94,94,94,107,107,107,107,96,96,96,96,107,107,107,107,97,95,95,97,64,87,57,63,60,61,59,61,67,57,62,62,66,74,72,65,51,52,51,56,83,94,84,80,79,76,78,76,73,73,70,79,71,74,64,60,59,74,73,76,72,69,71,69,72,63,69,47,68,51,84,82,57,65,66,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,50,53,52,53,50,48,65,50,60,60,61,49,40,76,58,58,58,60,55,55,66,60,64,54,64,68,67,77,68,59,70,73,64,71,69,66,83,68,66,69,62,66,67,82,78,89,76,67,66,77,56,56,67,65,55,59,58,53,49,49,47,61,50,72,79,79,63,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,86,86,86,86,57,73,69,55,70,64,61,74,72,89,65,65,60,63,61,57,70,82,58,70,65,64,60,58,70,65,64,82,75,74,80,59,68,69,68,54,55,55,60,57,55,54,61,56,93,68,100,50,69,62,55,57,53,85,83,69,68,69,114,120,66,66,74,66,58,53,53,53,52,51,73,136,139,48,49,49,47,55,57,61,54,57,70,63,58,61,65,65,42,43,44,42,50,46,44,50,50,50,50,47,65,61,62,71,56,54,57,54,58,55,68,68,68,69,62,62,62,62,64,64,64,64,62,63,63,63,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,103,110,108,103,77,64,66,65,69,46,51,49,56,12,149,130,183,177,237,188,168,97,114,84,78,11,64,88,156,156,152,153,58,165,124,124,169,109,120,120,109,111,122,122,81,172,167,147,158,154,172,116,116,167,111,113,171,175,157,132,111,145,151,131,142,121,177,135,95,135,94,166,92,91,186,11,11,11,181,316,181,181,189,231,189,176,161,156,109,182,136,219,183,183,159,157,183,226,202,170,219,221,154,199,183,102,189,140,164,170,199,203,201,164,204,198,198,196,90,148,149,83,148,144,151,140,165,160,77,300,165,154,101,11,163,185,222,124,10,10,10,10,10,10,10,10,10,10,10,10,84,120,98,116,86,122,100,118,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,10,124,10,120,10,120,132,146,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,136,90,10,10,10,10,108,118,10,10,10,10,10,94,10,10,10,10,10,10,121,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,122,122,130,116,119,131,113,117,112,120,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,126,10,100,10,10,10,10,10,10,10,10,10,10,10,10,10,121,134,10,10,10,10,10,10,10,10,10,10,91,10,10,94,10,93,88,10,88,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,105,107,105,111,113,111,113,115,113,107,109,107,10,10,10,10,107,109,107,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,10,10,10,10,10,10,75,111,89,10,10,98,10,107,75,111,89,101,107,107,99,107,84,103,86,77,113,91,10,10,100,10,109,83,10,97,107,93,129,107,121,135,107,119,133,121,127,141,125,139,125,117,131,97,109,10,111,117,10,115,10,10,95,10,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,10,115,10,10,10,10,10,10,10,10,10,10,10,113,119,115,93,10,98,117,100,10,10,10,10,10,10,10,10,10,75,10,10,10,10,10,10,10,10,10,10,10,111,10,10,10,10,10,10,10,10,83,103,10,10,10,10,10,10,10,10,10,137,10,113,137,111,123,10,10,10,144,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,99,89,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,94,10,10,10,10,10,10,10,10,10,10,10,10,10,145,137,135,10,10,10,115,10,121,111,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,111,10,123,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,139,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,87,107,107,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,123,10,10,10,102,129,10,10,10,139,10,10,10,10,129,10,10,145,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,78,10,104,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,158,10,10,10,10,157,10,10,10,10,10,141,10,105,129,137,123,10,10,99,10,113,10,10,10,123,10,10,133,10,10,10,10,10,10,10,10,10,103,10,10,10,10,10,10,10,10,10,10,10,10,119,10,10,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,94,92,83,86,97,90,90,87,83,95,103,73,84,98,103,95,101,102,99,89,84,100,97,89,94,86,105,101,93,90,80,75,91,88,119,110,82,85,94,93,105,97,96,94,97,99,102,94,92,93,91,101,97,102,84,97,121,97,112,93,88,88,82,90,84,107,100,100,97,105,90,98,96,97,95,92,109,97,94,109,91,99,98,86,103,104,106,106,98,108,91,96,110,110,110,103,114,115,126,119,79,107,89,100,82,90,84,91,102,94,95,92,80,108,78,106,90,98,92,102,103,100,100,103,93,103,103,112,105,105,107,116,88,107,99,78,89,83,91,72,87,81,84,98,96,90,90,91,94,97,98,101,96,96,92,86,83,96,96,92,86,90,98,98,94,88,80,98,94,96,95,96,83,98,94,96,95,96,88,100,96,98,97,98,89,90,88,88,81,92,90,72,66,72,66,75,76,51,72,72,65,66,67,65,66",
+ "endOffsets": "541,776,1235,1394,1454,1515,1580,1635,1785,1835,1888,1946,1994,2114,2463,2534,2606,2678,2751,2818,2867,2921,2958,3009,3069,3116,3172,3221,3279,3335,3386,3446,3495,3551,3607,3657,3716,3763,3817,3873,3927,3981,4035,4084,4142,4198,4245,4299,4353,4401,4458,5080,5136,6074,6184,6240,6300,6353,6414,6493,6574,6646,6725,6805,6881,6959,7028,7104,7181,7252,7325,7401,7479,7548,7624,7701,7765,7836,7908,10400,10498,10553,10669,10722,10774,10824,10882,10947,10995,11046,18003,18069,18127,18196,18254,18323,18393,18466,18540,18608,18675,18745,18811,18884,18944,19020,19080,19140,19215,19283,19349,19417,19477,19536,19593,19659,19721,19778,19846,19919,19989,20051,20112,20180,20242,20298,20357,20419,20481,20548,20605,20666,20727,20788,20849,20905,20961,21017,21073,21131,21189,21247,21305,21362,21419,21476,21533,21592,21651,21709,21792,21875,21948,22002,22071,22127,22208,22289,22360,22489,22748,22806,22864,23951,24498,24558,24612,24682,24752,24817,24883,24948,25016,25085,25153,25283,25336,25395,25453,25505,25601,25653,25699,25749,25805,25852,25957,26015,26077,26140,26202,26261,26321,26386,26452,26517,26579,26641,26703,26765,26827,26889,26955,27022,27088,27151,27215,27278,27346,27407,27469,27531,27594,27658,27721,27785,27863,27922,27988,28068,28129,28182,28391,28442,28869,29339,29398,30593,32621,32692,32758,32832,32901,32972,33045,33116,33184,33257,33333,33403,33481,33549,33615,33676,33745,33809,33875,33943,34009,34072,34140,34211,34276,34349,34412,34493,34557,34623,34693,34763,34833,34903,34970,35708,35766,35825,35885,35944,36003,36062,36121,36180,36239,36298,36357,36416,36475,36535,36596,36658,36719,36780,36841,36902,36963,37024,37085,37146,37207,37268,37336,37405,37475,37544,37613,37682,37751,37820,37889,37958,38027,38096,38165,38225,38286,38348,38409,38470,38531,38592,38653,38714,38775,38836,38897,38958,39020,39083,39147,39210,39273,39336,39399,39462,39525,39588,39651,39714,39777,39838,39900,39963,40025,40087,40149,40211,40273,40335,40397,40459,40521,40583,40640,40727,40807,40897,40992,41084,41176,41266,41349,41442,41529,41626,41717,41818,41905,42008,42097,42196,42288,42388,42472,42566,42654,42752,42836,42936,43022,43118,43206,43287,43378,43474,43567,43660,43751,43836,43930,44019,44117,44210,44312,44400,44504,44595,44695,44788,44889,44974,45069,45158,45257,45342,45443,45530,45627,46365,46441,46510,46589,46662,46730,46808,46884,46955,47036,47109,47192,47267,47352,47425,47506,47587,47661,47745,47815,47895,47973,48045,48127,48197,48275,48353,48431,48502,48583,48648,48714,48767,48843,48909,48996,49072,49148,56468,56693,57287,57366,57444,57517,57582,57645,57711,57782,57853,57923,57985,58054,58120,58180,58247,58314,58370,58421,58474,58526,58580,58651,58714,58773,58835,58894,58967,59034,59104,59164,59227,59302,59374,59470,59541,59597,59668,59725,59782,59848,59912,59983,60040,60093,60156,60208,60266,60333,61572,61638,61697,61780,61839,61896,61963,62033,62107,62169,62238,62308,62362,62415,62469,62528,62574,62631,62698,62754,62819,62893,62977,63050,63115,63177,63233,63307,63390,63479,63543,63622,63696,63758,63854,63919,63978,64034,64090,64150,64257,64304,64364,64425,64489,64550,64610,64668,64711,64760,64812,64863,64915,64964,65013,65078,65144,65204,65265,65321,65380,65455,65512,65596,65653,65728,65803,65854,65922,65972,66034,66094,66151,66211,66260,66328,66434,66536,66605,66676,66776,66847,66957,67046,67102,67203,67313,67419,67496,67608,67735,67847,67974,68044,68158,68289,68386,68454,68572,68675,68793,68854,68928,68995,69100,69222,69296,69363,69473,69572,69645,69762,69830,69936,70038,70118,70189,70285,70352,70426,70500,70586,70674,70753,70831,70932,71003,71068,71180,71286,71354,71467,71580,71698,71776,71848,71984,72120,72205,72345,72421,72559,72697,72839,72921,72983,73079,73146,73263,73384,73481,73563,73650,73737,73868,73999,74134,74245,74359,74461,74557,74661,74728,74800,74910,75016,75089,75180,75282,75385,75480,75587,75692,75814,75936,76062,76121,76179,76303,76427,76555,76673,76791,76913,76994,77051,77112,77171,77231,77289,77350,77408,77458,77507,77574,77633,77692,77741,77816,77887,77956,78019,78087,78153,78221,78286,78352,78429,78507,78613,78719,78815,78944,79033,79160,79226,79295,79361,79459,79555,79651,79749,79858,79953,80042,80104,80164,80229,80286,80367,80421,80478,80575,80685,80772,80862,80914,81006,81099,81201,81257,81316,81365,81457,81506,81560,81614,81668,81722,81776,81831,81941,82051,82161,82271,82381,82491,82601,82711,82817,82923,83029,83135,83230,83325,83420,83515,83621,83727,83833,83939,84034,84129,84224,84319,84427,84535,84643,84751,84848,84945,85042,85139,85247,85355,85463,85571,85669,85765,85861,85959,86024,86112,86170,86234,86295,86357,86417,86479,86547,86605,86668,86731,86798,86873,86946,87012,87064,87117,87169,87226,87310,87405,87490,87571,87651,87728,87807,87884,87958,88032,88103,88183,88255,88330,88395,88456,88516,88591,88665,88742,88815,88885,88957,89027,89100,89164,89234,89282,89351,89403,89488,89571,89629,89695,89762,89828,89909,89984,90040,90093,90154,90212,90262,90311,90360,90409,90471,90523,90568,90649,90700,90754,90807,90861,90912,90961,91027,91078,91139,91200,91262,91312,91353,91430,91489,91548,91607,91668,91724,91780,91847,91908,91973,92028,92093,92162,92230,92308,92377,92437,92508,92582,92647,92719,92789,92856,92940,93009,93076,93146,93209,93276,93344,93427,93506,93596,93673,93741,93808,93886,93943,94000,94068,94134,94190,94250,94309,94363,94413,94463,94511,94573,94624,94697,94777,94857,94921,94988,95059,95117,95178,95244,95303,95370,95430,95490,95553,95621,95682,95749,95827,95897,95946,96003,96072,96133,96221,96309,96397,96485,96572,96659,96746,96833,96891,96965,97035,97091,97162,97227,97289,97364,97437,97527,97593,97659,97720,97784,97846,97904,97975,98058,98117,98188,98254,98319,98380,98439,98510,98576,98641,98724,98800,98875,98956,99016,99085,99155,99224,99279,99335,99391,99452,99510,99566,99621,99683,99740,99834,99903,100004,100055,100125,100188,100244,100302,100356,100442,100526,100596,100665,100735,100850,100971,101038,101105,101180,101247,101306,101360,101414,101468,101521,101573,101647,103215,103355,106087,106137,106187,106276,106332,106390,106452,106507,106565,106636,106700,106759,106821,106887,106953,107235,107381,107426,107469,108496,108543,108588,108639,108690,108741,108792,109173,109681,109743,109923,109995,110052,110107,110165,110220,110279,110335,110404,110473,110542,110612,110675,110738,110801,110864,110929,110994,111059,111124,111187,111251,111315,111379,111445,111511,111579,111647,111713,111780,111854,111917,111974,112034,112099,112166,112231,112288,112349,112407,112511,112622,112731,112835,112913,112978,113045,113111,113181,113228,113280,113330,113387,113777,116039,116170,116354,116532,116770,116959,117128,117320,117435,117520,117599,118167,118232,118321,118478,118635,118961,119347,119406,119625,119750,119875,120045,120155,120276,120397,120507,120619,120742,120865,120947,121120,121288,121436,121595,121750,121923,122040,122157,122325,122437,122551,122723,122899,123057,123190,123302,123448,123600,123732,123875,123997,124175,124311,124407,124543,124638,124805,124898,124990,125177,125333,125511,125675,125857,126174,126356,126538,126728,126960,127150,127327,127489,127646,127756,127939,128076,128296,128480,128664,128824,128982,129166,129393,129596,129767,129987,130209,130364,130564,130748,130851,131041,131182,131347,131518,131718,131922,132124,132289,132494,132693,132892,133089,133180,133329,133479,133563,133712,133857,134009,134150,134316,134477,134618,134919,135085,135240,135342,135765,135929,136115,136338,136463,137253,137525,137791,138076,141070,141526,142035,152811,153325,153762,154196,154639,158621,158742,158841,158958,159045,159168,159269,159388,159481,159588,159931,160038,160283,160404,160813,161061,161161,161266,161385,161894,162041,162160,162411,162544,162959,163213,163325,168675,168800,169117,169238,169466,169587,169720,169867,188528,188955,207365,207789,226488,226917,245365,245791,250632,256049,260140,265571,270313,275690,279674,283666,289057,289539,289972,290728,290958,291201,292334,293263,341408,341872,342265,343345,344089,345282,346266,346744,347037,347420,348935,349700,350843,351284,351725,352201,352475,352872,353803,353981,354734,354871,354962,357156,357422,357744,357954,358063,358182,358366,359338,359808,360559,363036,363131,364586,364814,365042,365301,365877,366231,366353,366492,366766,367026,367896,368182,368585,368987,369330,369542,369743,369956,370245,370530,381205,381292,381377,381476,386169,386292,386423,386540,386660,386792,386906,387024,387137,387258,387446,387633,387814,387997,388181,388362,388544,388664,388784,388892,389002,389114,389222,389332,389497,389663,389790,389955,390056,390176,390337,390500,390661,390828,390947,391064,391244,391426,391607,391790,391945,392077,392199,392334,392497,392690,392816,392968,393110,393280,393436,393608,393899,400768,400860,401033,401195,401290,401459,401553,401642,401885,401974,402267,402730,403197,403665,404138,404602,405065,405529,405994,406455,406923,407394,407864,408322,408791,409261,409451,409630,409736,409844,409950,410062,410176,410288,410402,410518,410632,410740,410850,410958,411154,411533,411937,412084,412192,412302,412410,412524,412933,413347,413463,413881,414122,414552,414987,415397,415819,416229,416351,416760,417176,417298,417516,417700,420404,420748,420828,421184,421334,421478,421554,421666,421756,422018,422283,422382,422534,422642,422718,422830,422920,423022,423130,423238,423338,423446,423531,423635,423722,423800,423914,424006,424270,424537,424638,424791,424901,424985,425374,425472,425580,425674,425804,425912,426034,426170,426278,426398,426532,426654,426782,426924,427050,427190,427316,427434,427566,427664,427774,428074,428186,428304,428768,428884,429187,429313,429409,429810,429920,430044,430182,430292,430414,430726,430850,430980,431456,431584,431899,432037,432199,432415,432571,432775,434400,434484,434588,434791,434980,435181,435374,435579,435892,436104,436220,436466,436682,436886,437077,437295,437532,437684,437944,438086,438247,440830,440944,441064,441180,441274,441595,441694,441812,441913,442192,442477,442756,443038,443291,443550,443803,444059,444483,444559,447153,448508,448952,450806,451381,451589,452599,452979,453120,455621,456047,456159,456294,456491,456662,456845,457020,457207,457429,457587,457671,457775,458262,458818,458976,459195,459426,459649,459884,460106,460372,460510,461109,461223,461361,461473,461597,462168,462663,463209,463354,463447,463539,465466,466036,466334,466523,466729,466922,467132,468016,468161,468553,468711,468928,469189,477416,478291,478911,479108,480056,480821,480944,481717,481938,482138,484115,484215,484305,484676,485346,486028,486708,487400,487969,489582,489903,490966,491136,491661,492556,493190,493356,494842,495458,495694,495915,496873,497138,497403,497615,498029,498265,499550,499999,500186,500435,500677,500853,501094,501327,501552,501894,502107,502202,502463,503814,504289,505515,505985,507033,507485,507729,508186,509431,509914,510064,510408,510554,510692,510828,511116,511417,511719,511835,512664,512786,512898,513047,513313,513583,513849,514117,514373,514633,514889,515147,515399,515655,515907,516161,516393,516629,516881,517137,517389,517643,517875,518109,518221,518646,518770,519707,520305,520501,520738,521006,521299,521516,521730,522029,522221,522433,522613,522905,523169,523506,523725,524138,524375,524667,525272,525510,525779,525919,526173,526317,526507,527315,527655,528403,528627,528924,529703,530040,530440,531749,532334,534407,534601,534819,535045,535257,535456,535663,536786,537023,537498,537888,538352,538691,539028,539788,540052,540395,540586,540933,541021,541129,541237,541550,541875,542194,542525,545092,545280,545541,545790,548231,548423,548688,548941,549457,549807,549976,550490,550725,550849,551261,551475,551877,551980,552110,552285,552537,552733,552873,553067,553565,554634,554922,555052,555829,556486,556632,557338,557576,559116,559266,559683,559848,560534,561004,561200,561291,561375,561519,561753,561920,562848,563134,563294,563909,564068,564396,564623,565135,565497,565576,565915,566020,566385,566756,567117,568991,569620,570696,571120,571373,571525,572515,573252,573455,573701,573948,574166,574408,574729,574993,575298,575521,575832,576021,576736,577005,577499,577725,578165,578324,578608,579353,579718,580023,580181,580419,581738,582136,582364,582584,582726,584016,584122,584252,584390,584514,584802,584971,585071,585356,585470,586353,587108,587547,587671,587917,588110,588244,588435,589214,589432,589723,590002,590319,590541,590836,591119,591223,591506,592322,592638,593199,593705,593910,594696,595101,595762,595951,596502,597068,597188,597590,598124,604396,604695,607040,624201,625795,627802,628054,630487,636351,636791,637543,637727,637938,642596,643179,675353,675555,676690,676840,677015,679652,682098,692738,693245,693753,694202,695996,696256,696838,697333,698370,700236,700427,700760,700916,701109,703444,703673,703881,704017,705789,715717,716929,717797,719685,722908,723077,724269,724415,725061,727381,727912,728338,729949,730197,730967,735229,735404,738619,740157,750921,751164,753666,759085,759178,759262,759349,759447,759538,759629,759717,759801,759897,760001,760075,760160,760259,760363,760459,760561,760664,760764,760854,760939,761040,761138,761228,761323,761410,761516,761618,761712,761803,761884,761960,762052,762141,762261,762372,762455,762541,762636,762730,762836,762934,763031,763126,763224,763324,763427,763522,763615,763709,763801,763903,764001,764104,764189,764287,764409,764507,764620,764714,764803,764892,764975,765066,765151,765259,765360,765461,765559,765665,765756,765855,765952,766050,766146,766239,766349,766447,766542,766652,766744,766844,766943,767030,767134,767239,767346,767453,767552,767661,767753,767850,767961,768072,768183,768287,768402,768518,768645,768765,768845,768953,769043,769144,769227,769318,769403,769495,769598,769693,769789,769882,769963,770072,770151,770258,770349,770448,770541,770644,770748,770849,770950,771054,771148,771252,771356,771469,771575,771681,771789,771906,771995,772103,772203,772282,772372,772456,772548,772621,772709,772791,772876,772975,773072,773163,773254,773346,773441,773539,773638,773740,773837,773934,774027,774114,774198,774295,774392,774485,774572,774663,774762,774861,774956,775045,775126,775225,775320,775417,775513,775610,775694,775793,775888,775985,776081,776178,776267,776368,776465,776564,776662,776761,776851,776942,777031,777120,777202,777295,777386,777459,777526,777599,777666,777742,777819,777871,777944,778017,778083,778150,778218,778284,778351"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\1e07c1ec9407da55c1fa77a9193ae1a7\\transformed\\activity-1.6.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "59",
+ "endOffsets": "110"
+ },
+ "to": {
+ "startLines": "1707",
+ "startColumns": "4",
+ "startOffsets": "109266",
+ "endColumns": "59",
+ "endOffsets": "109321"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\6172d78507150ca373b92c11337d7c2d\\transformed\\constraintlayout-2.1.4\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,9,10,15,16,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,42,43,44,45,55,63,64,65,70,71,76,81,82,83,88,89,94,95,100,101,102,108,109,110,115,121,122,123,124,130,131,132,133,136,139,142,143,146,149,150,151,152,153,156,159,160,161,162,168,173,176,179,180,181,186,187,188,191,194,195,198,201,204,207,208,209,212,215,216,221,222,228,233,236,239,240,241,242,243,244,245,246,247,248,249,250,266,272,273,274,275,276,283,289,290,291,294,299,300,308,309,310,311,312,313,314,315,324,325,326,332,333,339,343,344,345,346,347,356,360,361,362,380,566,694,700,704,874,1026,1039,1055,1080,1103,1106,1109,1112,1141,1168,1185,1271,1279,1292,1308,1312,1342,1355,1359,1369,1379,1423,1436,1440,1443,1459,1500,1535,1542,1559",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,339,395,581,642,933,985,1035,1088,1136,1187,1242,1302,1367,1426,1488,1540,1601,1663,1709,1842,1894,1944,1995,2402,2714,2759,2818,3015,3072,3267,3448,3502,3559,3751,3809,4005,4061,4255,4312,4363,4585,4637,4692,4882,5098,5148,5200,5256,5462,5523,5583,5653,5786,5917,6045,6113,6242,6368,6430,6493,6561,6628,6751,6876,6943,7008,7073,7362,7543,7664,7785,7851,7918,8128,8197,8263,8388,8514,8581,8707,8834,8959,9086,9142,9207,9333,9456,9521,9729,9796,10084,10264,10384,10504,10569,10631,10693,10757,10819,10878,10938,10999,11060,11119,11179,11870,12121,12172,12221,12269,12327,12619,12849,12896,12956,13062,13242,13296,13631,13685,13741,13787,13834,13885,13944,13996,14326,14385,14439,14677,14732,15022,15161,15207,15262,15307,15351,15699,15836,15877,15922,16859,25449,31222,31597,31764,39466,46265,46962,47713,48588,49458,49524,49603,49678,51026,52013,52976,56913,57318,57789,58580,58743,60104,60668,60821,61280,61698,63711,64248,64398,64518,65165,66854,68275,68628,69370",
+ "endLines": "8,9,14,15,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,41,42,43,44,54,62,63,64,69,70,75,80,81,82,87,88,93,94,99,100,101,107,108,109,114,120,121,122,123,129,130,131,132,135,138,141,142,145,148,149,150,151,152,155,158,159,160,161,167,172,175,178,179,180,185,186,187,190,193,194,197,200,203,206,207,208,211,214,215,220,221,227,232,235,238,239,240,241,242,243,244,245,246,247,248,249,265,271,272,273,274,275,282,288,289,290,293,298,299,307,308,309,310,311,312,313,314,323,324,325,331,332,338,342,343,344,345,346,355,359,360,361,379,565,693,699,703,873,1025,1038,1054,1079,1102,1105,1108,1111,1140,1167,1184,1270,1278,1291,1307,1311,1341,1354,1358,1368,1378,1422,1435,1439,1442,1458,1499,1534,1541,1558,1561",
+ "endColumns": "11,55,11,60,11,51,49,52,47,50,54,59,64,58,61,51,60,61,45,11,51,49,50,11,11,44,58,11,56,11,11,53,56,11,57,11,55,11,56,50,11,51,54,11,11,49,51,55,11,60,59,69,11,11,11,67,11,11,61,62,67,66,11,11,66,64,64,11,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,55,64,11,11,64,11,66,11,11,11,11,64,61,61,63,61,58,59,60,60,58,59,11,11,50,48,47,57,11,11,46,59,11,11,53,11,53,55,45,46,50,58,51,11,58,53,11,54,11,11,45,54,44,43,11,11,40,44,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24",
+ "endOffsets": "334,390,576,637,928,980,1030,1083,1131,1182,1237,1297,1362,1421,1483,1535,1596,1658,1704,1837,1889,1939,1990,2397,2709,2754,2813,3010,3067,3262,3443,3497,3554,3746,3804,4000,4056,4250,4307,4358,4580,4632,4687,4877,5093,5143,5195,5251,5457,5518,5578,5648,5781,5912,6040,6108,6237,6363,6425,6488,6556,6623,6746,6871,6938,7003,7068,7357,7538,7659,7780,7846,7913,8123,8192,8258,8383,8509,8576,8702,8829,8954,9081,9137,9202,9328,9451,9516,9724,9791,10079,10259,10379,10499,10564,10626,10688,10752,10814,10873,10933,10994,11055,11114,11174,11865,12116,12167,12216,12264,12322,12614,12844,12891,12951,13057,13237,13291,13626,13680,13736,13782,13829,13880,13939,13991,14321,14380,14434,14672,14727,15017,15156,15202,15257,15302,15346,15694,15831,15872,15917,16854,25444,31217,31592,31759,39461,46260,46957,47708,48583,49453,49519,49598,49673,51021,52008,52971,56908,57313,57784,58575,58738,60099,60663,60816,61275,61693,63706,64243,64393,64513,65160,66849,68270,68623,69365,69466"
+ },
+ "to": {
+ "startLines": "2,9,11,17,18,26,28,29,36,42,44,45,46,47,48,86,87,88,89,91,95,96,97,100,110,120,148,149,154,155,160,165,166,167,172,173,178,179,184,185,186,192,193,194,199,205,206,220,221,227,228,229,230,233,236,239,240,243,246,247,248,249,250,253,256,257,258,259,265,270,273,276,277,278,283,284,285,288,291,292,295,298,301,304,305,306,309,312,313,318,319,325,330,333,336,337,338,339,340,341,342,343,344,345,346,347,363,442,443,444,445,450,457,463,464,465,468,473,475,483,484,505,512,549,550,554,555,565,566,567,573,576,582,586,587,588,589,590,599,1648,1705,9739,10107,10272,10400,10406,10410,10559,10794,11020,11046,11071,11094,11097,11100,11103,11130,11157,11174,11827,11835,11848,11864,11868,11898,11911,11915,12063,12073,12127,12382,12406,12600,12967,13004,13039,13094,13111",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,434,546,781,842,1133,1240,1290,1692,1999,2119,2174,2234,2299,2358,4463,4515,4576,4638,4745,4878,4930,4980,5141,5548,5971,7913,7972,8169,8226,8421,8602,8656,8713,8905,8963,9159,9215,9409,9466,9517,9739,9791,9846,10036,10252,10302,11051,11107,11313,11374,11434,11504,11637,11768,11896,11964,12093,12219,12281,12344,12412,12479,12602,12727,12794,12859,12924,13213,13394,13515,13636,13702,13769,13979,14048,14114,14239,14365,14432,14558,14685,14810,14937,14993,15058,15184,15307,15372,15580,15647,15935,16115,16235,16355,16420,16482,16544,16608,16670,16729,16789,16850,16911,16970,17030,17690,22494,22545,22594,22642,22929,23221,23451,23498,23558,23664,23844,23956,24291,24345,25510,25857,28187,28238,28447,28499,28874,28933,28987,29225,29403,29605,29744,29790,29845,29890,29934,30282,106192,109178,631754,644842,650960,656625,657000,657167,662397,673250,680825,682103,682957,683827,683893,683972,684047,684831,685722,686541,711057,711462,711933,712724,712887,714248,714812,714965,719690,720108,722501,731284,731972,739368,753671,754414,755835,758152,758894",
+ "endLines": "8,9,15,17,25,26,28,29,36,42,44,45,46,47,48,86,87,88,89,94,95,96,97,109,117,120,148,153,154,159,164,165,166,171,172,177,178,183,184,185,191,192,193,198,204,205,206,220,226,227,228,229,232,235,238,239,242,245,246,247,248,249,252,255,256,257,258,264,269,272,275,276,277,282,283,284,287,290,291,294,297,300,303,304,305,308,311,312,317,318,324,329,332,335,336,337,338,339,340,341,342,343,344,345,346,362,368,442,443,444,445,456,462,463,464,467,472,473,482,483,484,505,512,549,550,554,563,565,566,572,573,581,585,586,587,588,589,598,602,1648,1705,9756,10271,10399,10405,10409,10558,10703,10806,11035,11070,11093,11096,11099,11102,11129,11156,11173,11259,11834,11847,11863,11867,11897,11910,11914,11924,12072,12116,12138,12385,12408,12615,13003,13038,13045,13110,13113",
+ "endColumns": "11,55,11,60,11,51,49,52,47,50,54,59,64,58,61,51,60,61,45,11,51,49,50,11,11,44,58,11,56,11,11,53,56,11,57,11,55,11,56,50,11,51,54,11,11,49,51,55,11,60,59,69,11,11,11,67,11,11,61,62,67,66,11,11,66,64,64,11,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,55,64,11,11,64,11,66,11,11,11,11,64,61,61,63,61,58,59,60,60,58,59,11,11,50,48,47,57,11,11,46,59,11,11,53,11,53,55,45,46,50,58,51,11,58,53,11,54,11,11,45,54,44,43,11,11,40,44,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24",
+ "endOffsets": "429,485,727,837,1128,1180,1285,1338,1735,2045,2169,2229,2294,2353,2415,4510,4571,4633,4679,4873,4925,4975,5026,5543,5855,6011,7967,8164,8221,8416,8597,8651,8708,8900,8958,9154,9210,9404,9461,9512,9734,9786,9841,10031,10247,10297,10349,11102,11308,11369,11429,11499,11632,11763,11891,11959,12088,12214,12276,12339,12407,12474,12597,12722,12789,12854,12919,13208,13389,13510,13631,13697,13764,13974,14043,14109,14234,14360,14427,14553,14680,14805,14932,14988,15053,15179,15302,15367,15575,15642,15930,16110,16230,16350,16415,16477,16539,16603,16665,16724,16784,16845,16906,16965,17025,17685,17936,22540,22589,22637,22695,23216,23446,23493,23553,23659,23839,23893,24286,24340,24396,25551,25899,28233,28292,28494,28824,28928,28982,29220,29275,29600,29739,29785,29840,29885,29929,30277,30414,106228,109218,632686,650955,656620,656995,657162,662392,668518,673942,681571,682952,683822,683888,683967,684042,684826,685717,686536,690473,711457,711928,712719,712882,714243,714807,714960,715419,720103,722116,722792,731429,732087,740010,754409,755830,756183,758889,758990"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\6d0dbda33d1ff2e38283df644a1201c1\\transformed\\databinding-adapters-7.4.2\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4",
+ "startColumns": "4,4,4",
+ "startOffsets": "55,112,155",
+ "endColumns": "56,42,40",
+ "endOffsets": "107,150,191"
+ },
+ "to": {
+ "startLines": "1661,1662,1689",
+ "startColumns": "4,4,4",
+ "startOffsets": "106958,107015,108409",
+ "endColumns": "56,42,40",
+ "endOffsets": "107010,107053,108445"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\a9df7b1a3bd81c577980b02a3cdf93e5\\transformed\\databinding-runtime-7.4.2\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "40",
+ "endOffsets": "91"
+ },
+ "to": {
+ "startLines": "1637",
+ "startColumns": "4",
+ "startOffsets": "105688",
+ "endColumns": "40",
+ "endOffsets": "105724"
+ }
+ },
+ {
+ "source": "E:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\src\\main\\res\\values\\strings.xml",
+ "from": {
+ "startLines": "11,21,1,3,2,10,5,18,17,22,14,7,9,19,20,16,8,4,6,13,15,12",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "606,1295,16,114,64,542,211,1105,1031,1345,820,335,483,1177,1232,951,394,158,272,742,888,671",
+ "endColumns": "64,49,47,43,49,63,60,71,73,68,67,58,58,54,62,79,88,52,62,77,62,70",
+ "endOffsets": "666,1340,59,153,109,601,267,1172,1100,1409,883,389,537,1227,1290,1026,478,206,330,815,946,737"
+ },
+ "to": {
+ "startLines": "1775,1803,1805,1813,1814,1819,1820,1821,1822,1823,1824,1832,1833,1834,1836,1837,1838,1841,1943,1949,1950,1951",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "113782,115713,115846,117133,117177,117604,117668,117729,117801,117875,117944,118640,118699,118758,118966,119029,119109,119411,134482,135347,135425,135488",
+ "endColumns": "64,49,47,43,49,63,60,71,73,68,67,58,58,54,62,79,88,52,62,77,62,70",
+ "endOffsets": "113842,115758,115889,117172,117222,117663,117724,117796,117870,117939,118007,118694,118753,118808,119024,119104,119193,119459,134540,135420,135483,135554"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,221,222,226,230,234,239,245,252,256,260,265,269,273,277,281,285,289,295,299,305,309,315,319,324,328,331,335,341,345,351,355,361,364,368,372,376,380,384,385,386,387,390,393,396,399,403,404,405,406,407,410,412,414,416,421,422,426,432,436,437,439,451,452,456,462,466,467,468,472,499,503,504,508,536,708,734,905,931,962,970,976,992,1014,1019,1024,1034,1043,1052,1056,1063,1082,1089,1090,1099,1102,1105,1109,1113,1117,1120,1121,1126,1131,1141,1146,1153,1159,1160,1163,1167,1172,1174,1176,1179,1182,1184,1188,1191,1198,1201,1204,1208,1210,1214,1216,1218,1220,1224,1232,1240,1252,1258,1267,1270,1281,1284,1285,1290,1291,1296,1365,1435,1436,1446,1455,1456,1458,1462,1465,1468,1471,1474,1477,1480,1483,1487,1490,1493,1496,1500,1503,1507,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1533,1535,1536,1537,1538,1539,1540,1541,1542,1544,1545,1547,1548,1550,1552,1553,1555,1556,1557,1558,1559,1560,1562,1563,1564,1565,1566,1567,1569,1571,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1587,1588,1589,1590,1591,1592,1593,1595,1599,1603,1604,1605,1606,1607,1608,1612,1613,1614,1615,1617,1619,1621,1623,1625,1626,1627,1628,1630,1632,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1648,1649,1650,1651,1653,1655,1656,1658,1659,1661,1663,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1678,1679,1680,1681,1683,1684,1685,1686,1687,1689,1691,1693,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1785,1788,1791,1794,1808,1814,1824,1827,1856,1883,1892,1956,2319,2323,2351,2379,2397,2421,2427,2433,2454,2578,2598,2604,2608,2649,2661,2727,2747,2802,2814,2840",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,160,205,254,295,350,412,476,546,607,682,758,835,913,998,1080,1156,1232,1309,1387,1493,1599,1678,1758,1815,1873,1947,2022,2087,2153,2213,2274,2346,2419,2486,2554,2613,2672,2731,2790,2849,2903,2957,3010,3064,3118,3172,3226,3300,3379,3452,3526,3597,3669,3741,3814,3871,3929,4002,4076,4150,4225,4297,4370,4440,4511,4571,4632,4701,4770,4840,4914,4990,5054,5131,5207,5284,5349,5418,5495,5570,5639,5707,5784,5850,5911,6008,6073,6142,6241,6312,6371,6429,6486,6545,6609,6680,6752,6824,6896,6968,7035,7103,7171,7230,7293,7357,7447,7538,7598,7664,7731,7797,7867,7931,7984,8051,8112,8179,8292,8350,8413,8478,8543,8618,8691,8763,8807,8854,8900,8949,9010,9071,9132,9194,9258,9322,9386,9451,9514,9574,9635,9701,9760,9820,9882,9953,10013,10081,10167,10254,10344,10431,10519,10601,10684,10774,10865,10917,10975,11020,11086,11150,11207,11264,11318,11375,11423,11472,11523,11557,11604,11653,11699,11731,11795,11857,11917,11974,12048,12118,12196,12250,12320,12405,12453,12499,12560,12623,12689,12753,12824,12887,12952,13016,13077,13138,13190,13263,13337,13406,13481,13555,13629,13770,13840,13893,13971,14061,14149,14245,14335,14917,15006,15253,15534,15786,16071,16464,16941,17163,17385,17661,17888,18118,18348,18578,18808,19035,19454,19680,20105,20335,20763,20982,21265,21473,21604,21831,22257,22482,22909,23130,23555,23675,23951,24252,24576,24867,25181,25318,25449,25554,25796,25963,26167,26375,26646,26758,26870,26975,27092,27306,27452,27592,27678,28026,28114,28360,28778,29027,29109,29207,29864,29964,30216,30640,30895,30989,31078,31315,33339,33581,33683,33936,36092,46773,48289,58984,60512,62269,62895,63315,64576,65841,66097,66333,66880,67374,67979,68177,68757,70125,70500,70618,71156,71313,71509,71782,72038,72208,72349,72413,72778,73145,73821,74085,74423,74776,74870,75056,75362,75624,75749,75876,76115,76326,76445,76638,76815,77270,77451,77573,77832,77945,78132,78234,78341,78470,78745,79253,79749,80626,80920,81490,81639,82371,82543,82627,82963,83055,83333,88564,93935,93997,94575,95159,95250,95363,95592,95752,95904,96075,96241,96410,96577,96740,96983,97153,97326,97497,97771,97970,98175,98505,98589,98685,98781,98879,98979,99081,99183,99285,99387,99489,99589,99685,99797,99926,100049,100180,100311,100409,100523,100617,100757,100891,100987,101099,101199,101315,101411,101523,101623,101763,101899,102063,102193,102351,102501,102642,102786,102921,103033,103183,103311,103439,103575,103707,103837,103967,104079,104219,104365,104509,104647,104713,104803,104879,104983,105073,105175,105283,105391,105491,105571,105663,105761,105871,105923,106001,106107,106199,106303,106413,106535,106698,106855,106935,107035,107125,107235,107325,107566,107660,107766,107858,107958,108070,108184,108300,108416,108510,108624,108736,108838,108958,109080,109162,109266,109386,109512,109610,109704,109792,109904,110020,110142,110254,110429,110545,110631,110723,110835,110959,111026,111152,111220,111348,111492,111620,111689,111784,111899,112012,112111,112220,112331,112442,112543,112648,112748,112878,112969,113092,113186,113298,113384,113488,113584,113672,113790,113894,113998,114124,114212,114320,114420,114510,114620,114704,114806,114890,114944,115008,115114,115200,115310,115394,115514,118130,118248,118363,118443,118804,119037,119554,119632,120976,122337,122725,125568,135621,135756,137126,138483,139055,139806,140068,140268,140647,144925,145531,145760,145911,147209,147521,150547,151291,153422,153762,155073",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,220,221,225,229,233,238,244,251,255,259,264,268,272,276,280,284,288,294,298,304,308,314,318,323,327,330,334,340,344,350,354,360,363,367,371,375,379,383,384,385,386,389,392,395,398,402,403,404,405,406,409,411,413,415,420,421,425,431,435,436,438,450,451,455,461,465,466,467,471,498,502,503,507,535,707,733,904,930,961,969,975,991,1013,1018,1023,1033,1042,1051,1055,1062,1081,1088,1089,1098,1101,1104,1108,1112,1116,1119,1120,1125,1130,1140,1145,1152,1158,1159,1162,1166,1171,1173,1175,1178,1181,1183,1187,1190,1197,1200,1203,1207,1209,1213,1215,1217,1219,1223,1231,1239,1251,1257,1266,1269,1280,1283,1284,1289,1290,1295,1364,1434,1435,1445,1454,1455,1457,1461,1464,1467,1470,1473,1476,1479,1482,1486,1489,1492,1495,1499,1502,1506,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1532,1534,1535,1536,1537,1538,1539,1540,1541,1543,1544,1546,1547,1549,1551,1552,1554,1555,1556,1557,1558,1559,1561,1562,1563,1564,1565,1566,1568,1570,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1586,1587,1588,1589,1590,1591,1592,1594,1598,1602,1603,1604,1605,1606,1607,1611,1612,1613,1614,1616,1618,1620,1622,1624,1625,1626,1627,1629,1631,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1647,1648,1649,1650,1652,1654,1655,1657,1658,1660,1662,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1677,1678,1679,1680,1682,1683,1684,1685,1686,1688,1690,1692,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1784,1787,1790,1793,1807,1813,1823,1826,1855,1882,1891,1955,2318,2322,2350,2378,2396,2420,2426,2432,2453,2577,2597,2603,2607,2613,2660,2726,2746,2801,2813,2839,2846",
+ "endColumns": "54,44,48,40,54,61,63,69,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,66,60,66,112,57,62,64,64,74,72,71,43,46,45,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,60,62,65,63,70,62,64,63,60,60,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,12,91,12,12,12,61,12,12,90,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,51,77,105,91,103,109,12,12,12,79,99,89,109,89,12,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,85,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24",
+ "endOffsets": "155,200,249,290,345,407,471,541,602,677,753,830,908,993,1075,1151,1227,1304,1382,1488,1594,1673,1753,1810,1868,1942,2017,2082,2148,2208,2269,2341,2414,2481,2549,2608,2667,2726,2785,2844,2898,2952,3005,3059,3113,3167,3221,3295,3374,3447,3521,3592,3664,3736,3809,3866,3924,3997,4071,4145,4220,4292,4365,4435,4506,4566,4627,4696,4765,4835,4909,4985,5049,5126,5202,5279,5344,5413,5490,5565,5634,5702,5779,5845,5906,6003,6068,6137,6236,6307,6366,6424,6481,6540,6604,6675,6747,6819,6891,6963,7030,7098,7166,7225,7288,7352,7442,7533,7593,7659,7726,7792,7862,7926,7979,8046,8107,8174,8287,8345,8408,8473,8538,8613,8686,8758,8802,8849,8895,8944,9005,9066,9127,9189,9253,9317,9381,9446,9509,9569,9630,9696,9755,9815,9877,9948,10008,10076,10162,10249,10339,10426,10514,10596,10679,10769,10860,10912,10970,11015,11081,11145,11202,11259,11313,11370,11418,11467,11518,11552,11599,11648,11694,11726,11790,11852,11912,11969,12043,12113,12191,12245,12315,12400,12448,12494,12555,12618,12684,12748,12819,12882,12947,13011,13072,13133,13185,13258,13332,13401,13476,13550,13624,13765,13835,13888,13966,14056,14144,14240,14330,14912,15001,15248,15529,15781,16066,16459,16936,17158,17380,17656,17883,18113,18343,18573,18803,19030,19449,19675,20100,20330,20758,20977,21260,21468,21599,21826,22252,22477,22904,23125,23550,23670,23946,24247,24571,24862,25176,25313,25444,25549,25791,25958,26162,26370,26641,26753,26865,26970,27087,27301,27447,27587,27673,28021,28109,28355,28773,29022,29104,29202,29859,29959,30211,30635,30890,30984,31073,31310,33334,33576,33678,33931,36087,46768,48284,58979,60507,62264,62890,63310,64571,65836,66092,66328,66875,67369,67974,68172,68752,70120,70495,70613,71151,71308,71504,71777,72033,72203,72344,72408,72773,73140,73816,74080,74418,74771,74865,75051,75357,75619,75744,75871,76110,76321,76440,76633,76810,77265,77446,77568,77827,77940,78127,78229,78336,78465,78740,79248,79744,80621,80915,81485,81634,82366,82538,82622,82958,83050,83328,88559,93930,93992,94570,95154,95245,95358,95587,95747,95899,96070,96236,96405,96572,96735,96978,97148,97321,97492,97766,97965,98170,98500,98584,98680,98776,98874,98974,99076,99178,99280,99382,99484,99584,99680,99792,99921,100044,100175,100306,100404,100518,100612,100752,100886,100982,101094,101194,101310,101406,101518,101618,101758,101894,102058,102188,102346,102496,102637,102781,102916,103028,103178,103306,103434,103570,103702,103832,103962,104074,104214,104360,104504,104642,104708,104798,104874,104978,105068,105170,105278,105386,105486,105566,105658,105756,105866,105918,105996,106102,106194,106298,106408,106530,106693,106850,106930,107030,107120,107230,107320,107561,107655,107761,107853,107953,108065,108179,108295,108411,108505,108619,108731,108833,108953,109075,109157,109261,109381,109507,109605,109699,109787,109899,110015,110137,110249,110424,110540,110626,110718,110830,110954,111021,111147,111215,111343,111487,111615,111684,111779,111894,112007,112106,112215,112326,112437,112538,112643,112743,112873,112964,113087,113181,113293,113379,113483,113579,113667,113785,113889,113993,114119,114207,114315,114415,114505,114615,114699,114801,114885,114939,115003,115109,115195,115305,115389,115509,118125,118243,118358,118438,118799,119032,119549,119627,120971,122332,122720,125563,135616,135751,137121,138478,139050,139801,140063,140263,140642,144920,145526,145755,145906,146121,147516,150542,151286,153417,153757,155068,155271"
+ },
+ "to": {
+ "startLines": "118,208,211,551,603,604,606,607,608,609,610,611,612,615,616,617,618,620,621,622,623,624,625,626,627,668,669,670,671,672,673,674,675,676,677,812,813,814,815,816,817,818,819,820,821,822,823,865,866,867,868,869,870,871,872,875,876,877,878,879,880,881,882,883,884,887,888,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,1032,1033,1037,1038,1039,1040,1041,1042,1043,1588,1589,1590,1591,1592,1593,1594,1595,1633,1634,1635,1636,1641,1664,1665,1673,1703,1711,1712,1715,1716,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1952,1961,1962,1963,1964,1965,1982,1990,1991,1995,1999,2010,2015,2044,2051,2055,2059,2064,2068,2072,2076,2080,2084,2088,2094,2098,2104,2108,2114,2118,2123,2127,2130,2134,2140,2144,2150,2154,2160,2163,2167,2171,2175,2179,2183,2184,2185,2186,2189,2192,2195,2198,2202,2203,2204,2205,2246,2249,2251,2253,2255,2260,2261,2265,2271,2275,2276,2278,2290,2291,2295,2301,2305,2368,2369,2373,2400,2404,2405,2409,4115,4287,4313,4484,4510,4541,4549,4555,4571,4593,4598,4603,4613,4622,4631,4635,4642,4661,4668,4669,4678,4681,4684,4688,4692,4696,4699,4700,4705,4710,4720,4725,4732,4738,4739,4742,4746,4751,4753,4755,4758,4761,4763,4767,4770,4777,4780,4783,4787,4789,4793,4795,4797,4799,4803,4811,4819,4831,4837,4846,4849,4860,4863,4864,4869,4870,5362,5431,5505,5506,5516,5525,5526,5528,5532,5535,5538,5541,5544,5547,5550,5553,5557,5560,5563,5566,5570,5573,5577,5721,5722,5723,5724,5725,5726,5727,5728,5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5741,5743,5745,5746,5747,5748,5749,5750,5751,5752,5754,5755,5757,5758,5760,5762,5763,5765,5766,5767,5768,5769,5770,5772,5773,5774,5775,5776,6070,6072,6074,6076,6077,6078,6079,6080,6081,6082,6083,6084,6085,6086,6087,6088,6090,6091,6092,6093,6094,6095,6096,6098,6102,6277,6278,6279,6280,6281,6282,6286,6287,6288,6778,6780,6782,6784,6786,6788,6789,6790,6791,6793,6795,6797,6798,6799,6800,6801,6802,6803,6804,6805,6806,6807,6808,6811,6812,6813,6814,6816,6818,6819,6821,6822,6824,6826,6828,6829,6830,6831,6832,6833,6834,6835,6836,6837,6838,6839,6841,6842,6843,6844,6846,6847,6848,6849,6850,6852,6854,6856,6858,6859,6860,6861,6862,6863,6864,6865,6866,6867,6868,6869,6870,6871,6872,8786,8861,8864,8867,8870,8884,8890,9006,9009,9038,9065,9074,9138,9701,9757,10079,10807,11260,11284,11322,11662,11683,11807,12117,12123,12150,12370,12409,12580,12902,13046,13058,13087",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "5860,10405,10558,28297,30419,30474,30598,30662,30732,30793,30868,30944,31021,31259,31344,31426,31502,31620,31697,31775,31881,31987,32066,32146,32203,34975,35049,35124,35189,35255,35315,35376,35448,35521,35588,45632,45691,45750,45809,45868,45927,45981,46035,46088,46142,46196,46250,49327,49401,49480,49553,49627,49698,49770,49842,50009,50066,50124,50197,50271,50345,50420,50492,50565,50635,50796,50856,50959,51028,51097,51167,51241,51317,51381,51458,51534,51611,51676,51745,51822,51897,51966,52034,52111,52177,52238,52335,52400,52469,52568,52639,52698,52756,52813,52872,52936,53007,53079,53151,53223,53295,53362,53430,53498,53557,53620,53684,53774,53865,53925,53991,54058,54124,54194,54258,54311,54378,54439,54506,54619,54677,54740,54805,54870,54945,55018,55090,55134,55181,55227,55276,55337,55398,55459,55521,55585,55649,55713,55778,55841,55901,55962,56028,56087,56147,56209,56280,56340,60338,60424,60674,60764,60851,60939,61021,61104,61194,102630,102682,102740,102785,102851,102915,102972,103029,105483,105540,105588,105637,105873,107101,107148,107539,109098,109494,109558,109748,109808,113847,113921,113991,114069,114123,114193,114278,114326,114372,114433,114496,114562,114626,114697,114760,114825,114889,114950,115011,115063,115136,115210,115279,115354,115428,115502,115643,135559,136539,136617,136707,136795,136891,138081,138663,138752,138999,139280,139946,140231,142040,142517,142739,142961,143237,143464,143694,143924,144154,144384,144611,145030,145256,145681,145911,146339,146558,146841,147049,147180,147407,147833,148058,148485,148706,149131,149251,149527,149828,150152,150443,150757,150894,151025,151130,151372,151539,151743,151951,152222,152334,152446,152551,154644,154858,155004,155144,155230,155578,155666,155912,156330,156579,156661,156759,157416,157516,157768,158192,158447,163330,163419,163656,165680,165922,166024,166277,293268,303949,305465,316160,317688,319445,320071,320491,321752,323017,323273,323509,324056,324550,325155,325353,325933,327301,327676,327794,328332,328489,328685,328958,329214,329384,329525,329589,329954,330321,330997,331261,331599,331952,332046,332232,332538,332800,332925,333052,333291,333502,333621,333814,333991,334446,334627,334749,335008,335121,335308,335410,335517,335646,335921,336429,336925,337802,338096,338666,338815,339547,339719,339803,340139,340231,370535,375766,381481,381543,382121,382705,382796,382909,383138,383298,383450,383621,383787,383956,384123,384286,384529,384699,384872,385043,385317,385516,385721,394106,394190,394286,394382,394480,394580,394682,394784,394886,394988,395090,395190,395286,395398,395527,395650,395781,395912,396010,396124,396218,396358,396492,396588,396700,396800,396916,397012,397124,397224,397364,397500,397664,397794,397952,398102,398243,398387,398522,398634,398784,398912,399040,399176,399308,399438,399568,399680,417705,417851,417995,418133,418199,418289,418365,418469,418559,418661,418769,418877,418977,419057,419149,419247,419357,419409,419487,419593,419685,419789,419899,420021,420184,433334,433414,433514,433604,433714,433804,434045,434139,434245,469194,469294,469406,469520,469636,469752,469846,469960,470072,470174,470294,470416,470498,470602,470722,470848,470946,471040,471128,471240,471356,471478,471590,471765,471881,471967,472059,472171,472295,472362,472488,472556,472684,472828,472956,473025,473120,473235,473348,473447,473556,473667,473778,473879,473984,474084,474214,474305,474428,474522,474634,474720,474824,474920,475008,475126,475230,475334,475460,475548,475656,475756,475846,475956,476040,476142,476226,476280,476344,476450,476536,476646,476730,598944,601560,601678,601793,601873,602234,602467,607045,607123,608467,609828,610216,613059,630492,632691,643485,673947,690478,691229,692743,705794,706173,710451,722121,722350,723082,730972,732092,738624,751169,756188,756528,757949",
+ "endLines": "118,208,211,551,603,604,606,607,608,609,610,611,612,615,616,617,618,620,621,622,623,624,625,626,627,668,669,670,671,672,673,674,675,676,677,812,813,814,815,816,817,818,819,820,821,822,823,865,866,867,868,869,870,871,872,875,876,877,878,879,880,881,882,883,884,887,888,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,1032,1033,1037,1038,1039,1040,1041,1042,1043,1588,1589,1590,1591,1592,1593,1594,1595,1633,1634,1635,1636,1641,1664,1665,1673,1703,1711,1712,1715,1716,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1952,1961,1962,1963,1964,1965,1989,1990,1994,1998,2002,2014,2020,2050,2054,2058,2063,2067,2071,2075,2079,2083,2087,2093,2097,2103,2107,2113,2117,2122,2126,2129,2133,2139,2143,2149,2153,2159,2162,2166,2170,2174,2178,2182,2183,2184,2185,2188,2191,2194,2197,2201,2202,2203,2204,2205,2248,2250,2252,2254,2259,2260,2264,2270,2274,2275,2277,2289,2290,2294,2300,2304,2305,2368,2372,2399,2403,2404,2408,2436,4286,4312,4483,4509,4540,4548,4554,4570,4592,4597,4602,4612,4621,4630,4634,4641,4660,4667,4668,4677,4680,4683,4687,4691,4695,4698,4699,4704,4709,4719,4724,4731,4737,4738,4741,4745,4750,4752,4754,4757,4760,4762,4766,4769,4776,4779,4782,4786,4788,4792,4794,4796,4798,4802,4810,4818,4830,4836,4845,4848,4859,4862,4863,4868,4869,4874,5430,5500,5505,5515,5524,5525,5527,5531,5534,5537,5540,5543,5546,5549,5552,5556,5559,5562,5565,5569,5572,5576,5580,5721,5722,5723,5724,5725,5726,5727,5728,5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5742,5744,5745,5746,5747,5748,5749,5750,5751,5753,5754,5756,5757,5759,5761,5762,5764,5765,5766,5767,5768,5769,5771,5772,5773,5774,5775,5776,6071,6073,6075,6076,6077,6078,6079,6080,6081,6082,6083,6084,6085,6086,6087,6089,6090,6091,6092,6093,6094,6095,6097,6101,6105,6277,6278,6279,6280,6281,6285,6286,6287,6288,6779,6781,6783,6785,6787,6788,6789,6790,6792,6794,6796,6797,6798,6799,6800,6801,6802,6803,6804,6805,6806,6807,6810,6811,6812,6813,6815,6817,6818,6820,6821,6823,6825,6827,6828,6829,6830,6831,6832,6833,6834,6835,6836,6837,6838,6840,6841,6842,6843,6845,6846,6847,6848,6849,6851,6853,6855,6857,6858,6859,6860,6861,6862,6863,6864,6865,6866,6867,6868,6869,6870,6871,6872,8860,8863,8866,8869,8883,8889,8899,9008,9037,9064,9073,9137,9500,9704,9784,10106,10824,11283,11289,11327,11682,11806,11826,12122,12126,12155,12381,12474,12599,12956,13057,13083,13093",
+ "endColumns": "54,44,48,40,54,61,63,69,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,66,60,66,112,57,62,64,64,74,72,71,43,46,45,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,60,62,65,63,70,62,64,63,60,60,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,12,91,12,12,12,61,12,12,90,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,51,77,105,91,103,109,12,12,12,79,99,89,109,89,12,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,85,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24",
+ "endOffsets": "5910,10445,10602,28333,30469,30531,30657,30727,30788,30863,30939,31016,31094,31339,31421,31497,31573,31692,31770,31876,31982,32061,32141,32198,32256,35044,35119,35184,35250,35310,35371,35443,35516,35583,35651,45686,45745,45804,45863,45922,45976,46030,46083,46137,46191,46245,46299,49396,49475,49548,49622,49693,49765,49837,49910,50061,50119,50192,50266,50340,50415,50487,50560,50630,50701,50851,50912,51023,51092,51162,51236,51312,51376,51453,51529,51606,51671,51740,51817,51892,51961,52029,52106,52172,52233,52330,52395,52464,52563,52634,52693,52751,52808,52867,52931,53002,53074,53146,53218,53290,53357,53425,53493,53552,53615,53679,53769,53860,53920,53986,54053,54119,54189,54253,54306,54373,54434,54501,54614,54672,54735,54800,54865,54940,55013,55085,55129,55176,55222,55271,55332,55393,55454,55516,55580,55644,55708,55773,55836,55896,55957,56023,56082,56142,56204,56275,56335,56403,60419,60506,60759,60846,60934,61016,61099,61189,61280,102677,102735,102780,102846,102910,102967,103024,103078,105535,105583,105632,105683,105902,107143,107192,107580,109125,109553,109615,109803,109860,113916,113986,114064,114118,114188,114273,114321,114367,114428,114491,114557,114621,114692,114755,114820,114884,114945,115006,115058,115131,115205,115274,115349,115423,115497,115638,115708,135607,136612,136702,136790,136886,136976,138658,138747,138994,139275,139527,140226,140619,142512,142734,142956,143232,143459,143689,143919,144149,144379,144606,145025,145251,145676,145906,146334,146553,146836,147044,147175,147402,147828,148053,148480,148701,149126,149246,149522,149823,150147,150438,150752,150889,151020,151125,151367,151534,151738,151946,152217,152329,152441,152546,152663,154853,154999,155139,155225,155573,155661,155907,156325,156574,156656,156754,157411,157511,157763,158187,158442,158536,163414,163651,165675,165917,166019,166272,168428,303944,305460,316155,317683,319440,320066,320486,321747,323012,323268,323504,324051,324545,325150,325348,325928,327296,327671,327789,328327,328484,328680,328953,329209,329379,329520,329584,329949,330316,330992,331256,331594,331947,332041,332227,332533,332795,332920,333047,333286,333497,333616,333809,333986,334441,334622,334744,335003,335116,335303,335405,335512,335641,335916,336424,336920,337797,338091,338661,338810,339542,339714,339798,340134,340226,340504,375761,381132,381538,382116,382700,382791,382904,383133,383293,383445,383616,383782,383951,384118,384281,384524,384694,384867,385038,385312,385511,385716,386046,394185,394281,394377,394475,394575,394677,394779,394881,394983,395085,395185,395281,395393,395522,395645,395776,395907,396005,396119,396213,396353,396487,396583,396695,396795,396911,397007,397119,397219,397359,397495,397659,397789,397947,398097,398238,398382,398517,398629,398779,398907,399035,399171,399303,399433,399563,399675,399815,417846,417990,418128,418194,418284,418360,418464,418554,418656,418764,418872,418972,419052,419144,419242,419352,419404,419482,419588,419680,419784,419894,420016,420179,420336,433409,433509,433599,433709,433799,434040,434134,434240,434332,469289,469401,469515,469631,469747,469841,469955,470067,470169,470289,470411,470493,470597,470717,470843,470941,471035,471123,471235,471351,471473,471585,471760,471876,471962,472054,472166,472290,472357,472483,472551,472679,472823,472951,473020,473115,473230,473343,473442,473551,473662,473773,473874,473979,474079,474209,474300,474423,474517,474629,474715,474819,474915,475003,475121,475225,475329,475455,475543,475651,475751,475841,475951,476035,476137,476221,476275,476339,476445,476531,476641,476725,476845,601555,601673,601788,601868,602229,602462,602979,607118,608462,609823,610211,613054,623107,630622,634056,644837,674514,691224,691486,692938,706168,710446,711052,722345,722496,723292,731279,735113,739363,753295,756523,757834,758147"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,89,90,94,95,96,97,103,113,146,167,200",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,115,187,275,344,407,477,545,617,687,748,822,895,956,1017,1079,1143,1205,1266,1334,1434,1494,1560,1633,1702,1759,1811,1873,1945,2021,2086,2145,2204,2264,2324,2384,2444,2504,2564,2624,2684,2744,2804,2863,2923,2983,3043,3103,3163,3223,3283,3343,3403,3463,3522,3582,3642,3701,3760,3819,3878,3937,3996,4031,4066,4121,4184,4239,4297,4355,4416,4479,4536,4587,4637,4698,4755,4821,4855,4890,4925,4995,5066,5183,5384,5494,5695,5824,5896,5963,6166,6467,8198,8879,9561",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,88,89,93,94,95,96,102,112,145,166,199,205",
+ "endColumns": "59,71,87,68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,64,58,58,59,59,59,59,59,59,59,59,59,59,58,59,59,59,59,59,59,59,59,59,59,58,59,59,58,58,58,58,58,58,34,34,54,62,54,57,57,60,62,56,50,49,60,56,65,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24,24",
+ "endOffsets": "110,182,270,339,402,472,540,612,682,743,817,890,951,1012,1074,1138,1200,1261,1329,1429,1489,1555,1628,1697,1754,1806,1868,1940,2016,2081,2140,2199,2259,2319,2379,2439,2499,2559,2619,2679,2739,2799,2858,2918,2978,3038,3098,3158,3218,3278,3338,3398,3458,3517,3577,3637,3696,3755,3814,3873,3932,3991,4026,4061,4116,4179,4234,4292,4350,4411,4474,4531,4582,4632,4693,4750,4816,4850,4885,4920,4990,5061,5178,5379,5489,5690,5819,5891,5958,6161,6462,8193,8874,9556,9723"
+ },
+ "to": {
+ "startLines": "449,613,614,862,863,976,977,978,979,980,981,982,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1643,1644,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1697,1770,1960,5777,5778,5782,5783,5787,6873,6874,9705,10069,10912,10945,10981,11014",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "22869,31099,31171,49153,49222,56698,56768,56836,56908,56978,57039,57113,101652,101713,101774,101836,101900,101962,102023,102091,102191,102251,102317,102390,102459,102516,102568,103360,103432,103508,103573,103632,103691,103751,103811,103871,103931,103991,104051,104111,104171,104231,104291,104350,104410,104470,104530,104590,104650,104710,104770,104830,104890,104950,105009,105069,105129,105188,105247,105306,105365,105424,105973,106008,107585,107640,107703,107758,107816,107874,107935,107998,108055,108106,108156,108217,108274,108340,108374,108797,113392,136468,399820,399937,400138,400248,400449,476850,476922,630627,643184,677020,678751,679976,680658",
+ "endLines": "449,613,614,862,863,976,977,978,979,980,981,982,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1643,1644,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1697,1770,1960,5777,5781,5782,5786,5787,6873,6874,9710,10078,10944,10965,11013,11019",
+ "endColumns": "59,71,87,68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,64,58,58,59,59,59,59,59,59,59,59,59,59,58,59,59,59,59,59,59,59,59,59,59,58,59,59,58,58,58,58,58,58,34,34,54,62,54,57,57,60,62,56,50,49,60,56,65,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24,24",
+ "endOffsets": "22924,31166,31254,49217,49280,56763,56831,56903,56973,57034,57108,57181,101708,101769,101831,101895,101957,102018,102086,102186,102246,102312,102385,102454,102511,102563,102625,103427,103503,103568,103627,103686,103746,103806,103866,103926,103986,104046,104106,104166,104226,104286,104345,104405,104465,104525,104585,104645,104705,104765,104825,104885,104945,105004,105064,105124,105183,105242,105301,105360,105419,105478,106003,106038,107635,107698,107753,107811,107869,107930,107993,108050,108101,108151,108212,108269,108335,108369,108404,108827,113457,136534,399932,400133,400243,400444,400573,476917,476984,630825,643480,678746,679427,680653,680820"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\422515258352a9a6bd7a26c7df375a4f\\transformed\\savedstate-1.2.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "53",
+ "endOffsets": "104"
+ },
+ "to": {
+ "startLines": "1708",
+ "startColumns": "4",
+ "startOffsets": "109326",
+ "endColumns": "53",
+ "endOffsets": "109375"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c10ecf7f682300caa3aa2f0584222018\\transformed\\lifecycle-viewmodel-2.5.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "49",
+ "endOffsets": "100"
+ },
+ "to": {
+ "startLines": "1709",
+ "startColumns": "4",
+ "startOffsets": "109380",
+ "endColumns": "49",
+ "endOffsets": "109425"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\6c08baa0bea61ec551c6f754984e5893\\transformed\\cardview-1.0.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,35,36,37,38,45,47,50,7",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,107,168,230,292,2179,2238,2295,2349,2763,2827,2953,356",
+ "endLines": "2,3,4,5,6,35,36,37,44,46,49,52,34",
+ "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24",
+ "endOffsets": "102,163,225,287,351,2233,2290,2344,2758,2822,2948,3076,2174"
+ },
+ "to": {
+ "startLines": "35,629,630,631,632,972,973,974,2003,5246,5248,5251,9711",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "1640,32303,32364,32426,32488,56473,56532,56589,139532,363396,363460,363586,630830",
+ "endLines": "35,629,630,631,632,972,973,974,2009,5247,5250,5253,9738",
+ "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24",
+ "endOffsets": "1687,32359,32421,32483,32547,56527,56584,56638,139941,363455,363581,363709,631749"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\976df4b0de86f92a569668ce15837b9c\\transformed\\drawerlayout-1.1.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,111,159,211",
+ "endLines": "2,3,4,8",
+ "endColumns": "55,47,51,24",
+ "endOffsets": "106,154,206,426"
+ },
+ "to": {
+ "startLines": "119,122,983,10825",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "5915,6079,57186,674519",
+ "endLines": "119,122,983,10828",
+ "endColumns": "55,47,51,24",
+ "endOffsets": "5966,6122,57233,674625"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\5a9b0554314668bce808b35620de1e29\\transformed\\viewpager2-1.0.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "4",
+ "endColumns": "24",
+ "endOffsets": "160"
+ },
+ "to": {
+ "startLines": "13084",
+ "startColumns": "4",
+ "startOffsets": "757839",
+ "endLines": "13086",
+ "endColumns": "24",
+ "endOffsets": "757944"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\24775e194037b038106a6f3a0f020c5d\\transformed\\appcompat-resources-1.6.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,18,24,34,50",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "55,480,658,942,1353",
+ "endLines": "17,23,33,49,53",
+ "endColumns": "24,24,24,24,24",
+ "endOffsets": "475,653,937,1348,1475"
+ },
+ "to": {
+ "startLines": "8900,8916,8922,12386,12402",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "602984,603409,603587,731434,731845",
+ "endLines": "8915,8921,8931,12401,12405",
+ "endColumns": "24,24,24,24,24",
+ "endOffsets": "603404,603582,603866,731840,731967"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\a8337ea5b894f177ef65cc3f62a9cf1b\\transformed\\fragment-1.3.6\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,10",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "55,112,177,241,411",
+ "endLines": "2,3,4,9,13",
+ "endColumns": "56,64,63,24,24",
+ "endOffsets": "107,172,236,406,555"
+ },
+ "to": {
+ "startLines": "1638,1672,1710,10972,10977",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "105729,107474,109430,679657,679827",
+ "endLines": "1638,1672,1710,10976,10980",
+ "endColumns": "56,64,63,24,24",
+ "endOffsets": "105781,107534,109489,679822,679971"
+ }
+ },
+ {
+ "source": "E:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\src\\main\\res\\values\\colors.xml",
+ "from": {
+ "startLines": "9,3,2,5,4,7,8,10",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "324,97,55,186,139,234,279,366",
+ "endColumns": "41,41,41,46,46,44,44,41",
+ "endOffsets": "361,134,92,228,181,274,319,403"
+ },
+ "to": {
+ "startLines": "619,628,864,873,874,885,886,889",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "31578,32261,49285,49915,49962,50706,50751,50917",
+ "endColumns": "41,41,41,46,46,44,44,41",
+ "endOffsets": "31615,32298,49322,49957,50004,50746,50791,50954"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\6f71cb91051ae42b53e9b5c68a61bb0f\\transformed\\transition-1.2.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,95,142,185,240,287,341,393,442,503",
+ "endColumns": "39,46,42,54,46,53,51,48,60,49",
+ "endOffsets": "90,137,180,235,282,336,388,437,498,548"
+ },
+ "to": {
+ "startLines": "1639,1640,1663,1667,1668,1698,1699,1700,1701,1702",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105786,105826,107058,107240,107295,108832,108886,108938,108987,109048",
+ "endColumns": "39,46,42,54,46,53,51,48,60,49",
+ "endOffsets": "105821,105868,107096,107290,107337,108881,108933,108982,109043,109093"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\d6901ee161ee5980d036f5a45d9f6227\\transformed\\coordinatorlayout-1.1.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,6,16",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,116,261,869",
+ "endLines": "2,5,15,104",
+ "endColumns": "60,12,24,24",
+ "endOffsets": "111,256,864,6075"
+ },
+ "to": {
+ "startLines": "90,8768,10704,10710",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "4684,598129,668523,668734",
+ "endLines": "90,8770,10709,10793",
+ "endColumns": "60,12,24,24",
+ "endOffsets": "4740,598269,668729,673245"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\500a4483577f2326a6dc8b3d4f3a7cb9\\transformed\\recyclerview-1.2.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,111,170,218,274,349,425,497,563",
+ "endLines": "2,3,4,5,6,7,8,9,38",
+ "endColumns": "55,58,47,55,74,75,71,65,24",
+ "endOffsets": "106,165,213,269,344,420,492,558,2084"
+ },
+ "to": {
+ "startLines": "485,1034,1035,1036,1044,1045,1046,1642,12156",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "24401,60511,60570,60618,61285,61360,61436,105907,723297",
+ "endLines": "485,1034,1035,1036,1044,1045,1046,1642,12176",
+ "endColumns": "55,58,47,55,74,75,71,65,24",
+ "endOffsets": "24452,60565,60613,60669,61355,61431,61503,105968,724132"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\13aec79f88889cfd05a6c912d1cc0162\\transformed\\lifecycle-runtime-2.5.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "42",
+ "endOffsets": "93"
+ },
+ "to": {
+ "startLines": "1706",
+ "startColumns": "4",
+ "startOffsets": "109223",
+ "endColumns": "42",
+ "endOffsets": "109261"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\b2b41311ea65eaf65466ff497481a393\\transformed\\startup-runtime-1.1.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "82",
+ "endOffsets": "133"
+ },
+ "to": {
+ "startLines": "1804",
+ "startColumns": "4",
+ "startOffsets": "115763",
+ "endColumns": "82",
+ "endOffsets": "115841"
+ }
+ },
+ {
+ "source": "E:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\src\\main\\res\\values\\themes.xml",
+ "from": {
+ "startLines": "16,48,33,2,24,40",
+ "startColumns": "4,4,4,4,4,4",
+ "startOffsets": "776,1912,1343,100,1037,1546",
+ "endLines": "22,63,38,14,31,46",
+ "endColumns": "12,12,12,12,12,12",
+ "endOffsets": "1031,2636,1540,770,1337,1906"
+ },
+ "to": {
+ "startLines": "5239,5254,5715,6264,8771,8779",
+ "startColumns": "4,4,4,4,4,4",
+ "startOffsets": "363136,363714,393904,432780,598274,598579",
+ "endLines": "5245,5269,5720,6276,8778,8785",
+ "endColumns": "12,12,12,12,12,12",
+ "endOffsets": "363391,364287,394101,433329,598574,598939"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-ldrtl-v17_values-ldrtl-v17.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ldrtl-v17\\values-ldrtl-v17.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,191",
+ "endColumns": "135,140",
+ "endOffsets": "186,327"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-pl_values-pl.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-pl\\values-pl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8130",
+ "endColumns": "100",
+ "endOffsets": "8226"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-pl\\values-pl.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,386,461,536,615,719,814,899,1016,1098,1162,1243,1307,1368,1479,1543,1611,1665,1734,1796,1850,1961,2022,2084,2138,2210,2339,2428,2510,2659,2741,2824,2911,2965,3016,3082,3153,3229,3318,3395,3473,3551,3627,3717,3790,3885,3982,4054,4128,4228,4280,4346,4434,4524,4586,4650,4713,4820,4909,5008,5096,5154,5209",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,74,74,78,103,94,84,116,81,63,80,63,60,110,63,67,53,68,61,53,110,60,61,53,71,128,88,81,148,81,82,86,53,50,65,70,75,88,76,77,77,75,89,72,94,96,71,73,99,51,65,87,89,61,63,62,106,88,98,87,57,54,75",
+ "endOffsets": "381,456,531,610,714,809,894,1011,1093,1157,1238,1302,1363,1474,1538,1606,1660,1729,1791,1845,1956,2017,2079,2133,2205,2334,2423,2505,2654,2736,2819,2906,2960,3011,3077,3148,3224,3313,3390,3468,3546,3622,3712,3785,3880,3977,4049,4123,4223,4275,4341,4429,4519,4581,4645,4708,4815,4904,5003,5091,5149,5204,5280"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3148,3223,3298,3377,3481,3576,3661,3778,3860,3924,4005,4069,4130,4241,4305,4373,4427,4496,4558,4612,4723,4784,4846,4900,4972,5101,5190,5272,5421,5503,5586,5673,5727,5778,5844,5915,5991,6080,6157,6235,6313,6389,6479,6552,6647,6744,6816,6890,6990,7042,7108,7196,7286,7348,7412,7475,7582,7671,7770,7858,7916,7971",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,74,74,78,103,94,84,116,81,63,80,63,60,110,63,67,53,68,61,53,110,60,61,53,71,128,88,81,148,81,82,86,53,50,65,70,75,88,76,77,77,75,89,72,94,96,71,73,99,51,65,87,89,61,63,62,106,88,98,87,57,54,75",
+ "endOffsets": "431,3218,3293,3372,3476,3571,3656,3773,3855,3919,4000,4064,4125,4236,4300,4368,4422,4491,4553,4607,4718,4779,4841,4895,4967,5096,5185,5267,5416,5498,5581,5668,5722,5773,5839,5910,5986,6075,6152,6230,6308,6384,6474,6547,6642,6739,6811,6885,6985,7037,7103,7191,7281,7343,7407,7470,7577,7666,7765,7853,7911,7966,8042"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-pl\\values-pl.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,220,322,430,516,623,742,821,897,988,1081,1176,1270,1371,1464,1559,1654,1745,1836,1918,2027,2127,2226,2335,2447,2558,2721,2817",
+ "endColumns": "114,101,107,85,106,118,78,75,90,92,94,93,100,92,94,94,90,90,81,108,99,98,108,111,110,162,95,82",
+ "endOffsets": "215,317,425,511,618,737,816,892,983,1076,1171,1265,1366,1459,1554,1649,1740,1831,1913,2022,2122,2221,2330,2442,2553,2716,2812,2895"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "436,551,653,761,847,954,1073,1152,1228,1319,1412,1507,1601,1702,1795,1890,1985,2076,2167,2249,2358,2458,2557,2666,2778,2889,3052,8047",
+ "endColumns": "114,101,107,85,106,118,78,75,90,92,94,93,100,92,94,94,90,90,81,108,99,98,108,111,110,162,95,82",
+ "endOffsets": "546,648,756,842,949,1068,1147,1223,1314,1407,1502,1596,1697,1790,1885,1980,2071,2162,2244,2353,2453,2552,2661,2773,2884,3047,3143,8125"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-ldltr-v21_values-ldltr-v21.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ldltr-v21\\values-ldltr-v21.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "112",
+ "endOffsets": "163"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-pt-rBR_values-pt-rBR.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8159",
+ "endColumns": "100",
+ "endOffsets": "8255"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,273,354,432,516,611,700,801,921,1002,1066,1158,1237,1297,1387,1451,1522,1585,1660,1724,1778,1905,1963,2025,2079,2158,2299,2386,2468,2607,2690,2774,2861,2917,2968,3034,3108,3188,3275,3348,3425,3494,3568,3656,3733,3826,3922,3996,4076,4173,4225,4291,4378,4466,4528,4592,4655,4767,4876,4983,5093,5153,5208",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,77,83,94,88,100,119,80,63,91,78,59,89,63,70,62,74,63,53,126,57,61,53,78,140,86,81,138,82,83,86,55,50,65,73,79,86,72,76,68,73,87,76,92,95,73,79,96,51,65,86,87,61,63,62,111,108,106,109,59,54,76",
+ "endOffsets": "268,349,427,511,606,695,796,916,997,1061,1153,1232,1292,1382,1446,1517,1580,1655,1719,1773,1900,1958,2020,2074,2153,2294,2381,2463,2602,2685,2769,2856,2912,2963,3029,3103,3183,3270,3343,3420,3489,3563,3651,3728,3821,3917,3991,4071,4168,4220,4286,4373,4461,4523,4587,4650,4762,4871,4978,5088,5148,5203,5280"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3061,3142,3220,3304,3399,3488,3589,3709,3790,3854,3946,4025,4085,4175,4239,4310,4373,4448,4512,4566,4693,4751,4813,4867,4946,5087,5174,5256,5395,5478,5562,5649,5705,5756,5822,5896,5976,6063,6136,6213,6282,6356,6444,6521,6614,6710,6784,6864,6961,7013,7079,7166,7254,7316,7380,7443,7555,7664,7771,7881,7941,7996",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,77,83,94,88,100,119,80,63,91,78,59,89,63,70,62,74,63,53,126,57,61,53,78,140,86,81,138,82,83,86,55,50,65,73,79,86,72,76,68,73,87,76,92,95,73,79,96,51,65,86,87,61,63,62,111,108,106,109,59,54,76",
+ "endOffsets": "318,3137,3215,3299,3394,3483,3584,3704,3785,3849,3941,4020,4080,4170,4234,4305,4368,4443,4507,4561,4688,4746,4808,4862,4941,5082,5169,5251,5390,5473,5557,5644,5700,5751,5817,5891,5971,6058,6131,6208,6277,6351,6439,6516,6609,6705,6779,6859,6956,7008,7074,7161,7249,7311,7375,7438,7550,7659,7766,7876,7936,7991,8068"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-pt-rBR\\values-pt-rBR.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,225,331,438,527,628,747,832,912,1003,1096,1191,1285,1385,1478,1573,1668,1759,1850,1935,2042,2153,2255,2363,2471,2581,2743,2843",
+ "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85",
+ "endOffsets": "220,326,433,522,623,742,827,907,998,1091,1186,1280,1380,1473,1568,1663,1754,1845,1930,2037,2148,2250,2358,2466,2576,2738,2838,2924"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "323,443,549,656,745,846,965,1050,1130,1221,1314,1409,1503,1603,1696,1791,1886,1977,2068,2153,2260,2371,2473,2581,2689,2799,2961,8073",
+ "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85",
+ "endOffsets": "438,544,651,740,841,960,1045,1125,1216,1309,1404,1498,1598,1691,1786,1881,1972,2063,2148,2255,2366,2468,2576,2684,2794,2956,3056,8154"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-nb_values-nb.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-nb\\values-nb.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,261,338,411,498,586,666,765,884,966,1030,1122,1190,1250,1337,1401,1463,1527,1595,1660,1714,1823,1881,1943,1997,2072,2192,2274,2354,2488,2566,2646,2734,2788,2839,2905,2973,3047,3137,3208,3286,3356,3426,3515,3593,3681,3771,3843,3915,3999,4050,4116,4197,4280,4342,4406,4469,4569,4667,4760,4858,4916,4971",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,76,72,86,87,79,98,118,81,63,91,67,59,86,63,61,63,67,64,53,108,57,61,53,74,119,81,79,133,77,79,87,53,50,65,67,73,89,70,77,69,69,88,77,87,89,71,71,83,50,65,80,82,61,63,62,99,97,92,97,57,54,77",
+ "endOffsets": "256,333,406,493,581,661,760,879,961,1025,1117,1185,1245,1332,1396,1458,1522,1590,1655,1709,1818,1876,1938,1992,2067,2187,2269,2349,2483,2561,2641,2729,2783,2834,2900,2968,3042,3132,3203,3281,3351,3421,3510,3588,3676,3766,3838,3910,3994,4045,4111,4192,4275,4337,4401,4464,4564,4662,4755,4853,4911,4966,5044"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2943,3020,3093,3180,3268,3348,3447,3566,3648,3712,3804,3872,3932,4019,4083,4145,4209,4277,4342,4396,4505,4563,4625,4679,4754,4874,4956,5036,5170,5248,5328,5416,5470,5521,5587,5655,5729,5819,5890,5968,6038,6108,6197,6275,6363,6453,6525,6597,6681,6732,6798,6879,6962,7024,7088,7151,7251,7349,7442,7540,7598,7653",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,76,72,86,87,79,98,118,81,63,91,67,59,86,63,61,63,67,64,53,108,57,61,53,74,119,81,79,133,77,79,87,53,50,65,67,73,89,70,77,69,69,88,77,87,89,71,71,83,50,65,80,82,61,63,62,99,97,92,97,57,54,77",
+ "endOffsets": "306,3015,3088,3175,3263,3343,3442,3561,3643,3707,3799,3867,3927,4014,4078,4140,4204,4272,4337,4391,4500,4558,4620,4674,4749,4869,4951,5031,5165,5243,5323,5411,5465,5516,5582,5650,5724,5814,5885,5963,6033,6103,6192,6270,6358,6448,6520,6592,6676,6727,6793,6874,6957,7019,7083,7146,7246,7344,7437,7535,7593,7648,7726"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-nb\\values-nb.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7811",
+ "endColumns": "100",
+ "endOffsets": "7907"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-nb\\values-nb.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,208,303,417,503,603,716,793,868,959,1052,1146,1240,1340,1433,1528,1626,1717,1808,1886,1989,2087,2183,2287,2386,2487,2640,2737",
+ "endColumns": "102,94,113,85,99,112,76,74,90,92,93,93,99,92,94,97,90,90,77,102,97,95,103,98,100,152,96,79",
+ "endOffsets": "203,298,412,498,598,711,788,863,954,1047,1141,1235,1335,1428,1523,1621,1712,1803,1881,1984,2082,2178,2282,2381,2482,2635,2732,2812"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "311,414,509,623,709,809,922,999,1074,1165,1258,1352,1446,1546,1639,1734,1832,1923,2014,2092,2195,2293,2389,2493,2592,2693,2846,7731",
+ "endColumns": "102,94,113,85,99,112,76,74,90,92,93,93,99,92,94,97,90,90,77,102,97,95,103,98,100,152,96,79",
+ "endOffsets": "409,504,618,704,804,917,994,1069,1160,1253,1347,1441,1541,1634,1729,1827,1918,2009,2087,2190,2288,2384,2488,2587,2688,2841,2938,7806"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-az_values-az.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-az\\values-az.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,215,316,426,514,621,735,817,895,986,1079,1173,1272,1372,1465,1560,1654,1745,1837,1922,2027,2133,2233,2342,2447,2549,2707,2813",
+ "endColumns": "109,100,109,87,106,113,81,77,90,92,93,98,99,92,94,93,90,91,84,104,105,99,108,104,101,157,105,83",
+ "endOffsets": "210,311,421,509,616,730,812,890,981,1074,1168,1267,1367,1460,1555,1649,1740,1832,1917,2022,2128,2228,2337,2442,2544,2702,2808,2892"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,425,526,636,724,831,945,1027,1105,1196,1289,1383,1482,1582,1675,1770,1864,1955,2047,2132,2237,2343,2443,2552,2657,2759,2917,7876",
+ "endColumns": "109,100,109,87,106,113,81,77,90,92,93,98,99,92,94,93,90,91,84,104,105,99,108,104,101,157,105,83",
+ "endOffsets": "420,521,631,719,826,940,1022,1100,1191,1284,1378,1477,1577,1670,1765,1859,1950,2042,2127,2232,2338,2438,2547,2652,2754,2912,3018,7955"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-az\\values-az.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,353,438,518,603,682,778,894,974,1038,1132,1200,1259,1354,1417,1481,1540,1607,1670,1724,1839,1897,1959,2013,2084,2216,2300,2380,2514,2590,2666,2750,2807,2858,2924,2994,3072,3155,3225,3301,3379,3450,3536,3619,3712,3805,3878,3950,4044,4098,4165,4249,4337,4401,4466,4530,4632,4729,4825,4922,4983,5038",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,87,84,79,84,78,95,115,79,63,93,67,58,94,62,63,58,66,62,53,114,57,61,53,70,131,83,79,133,75,75,83,56,50,65,69,77,82,69,75,77,70,85,82,92,92,72,71,93,53,66,83,87,63,64,63,101,96,95,96,60,54,79",
+ "endOffsets": "260,348,433,513,598,677,773,889,969,1033,1127,1195,1254,1349,1412,1476,1535,1602,1665,1719,1834,1892,1954,2008,2079,2211,2295,2375,2509,2585,2661,2745,2802,2853,2919,2989,3067,3150,3220,3296,3374,3445,3531,3614,3707,3800,3873,3945,4039,4093,4160,4244,4332,4396,4461,4525,4627,4724,4820,4917,4978,5033,5113"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3023,3111,3196,3276,3361,3440,3536,3652,3732,3796,3890,3958,4017,4112,4175,4239,4298,4365,4428,4482,4597,4655,4717,4771,4842,4974,5058,5138,5272,5348,5424,5508,5565,5616,5682,5752,5830,5913,5983,6059,6137,6208,6294,6377,6470,6563,6636,6708,6802,6856,6923,7007,7095,7159,7224,7288,7390,7487,7583,7680,7741,7796",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,87,84,79,84,78,95,115,79,63,93,67,58,94,62,63,58,66,62,53,114,57,61,53,70,131,83,79,133,75,75,83,56,50,65,69,77,82,69,75,77,70,85,82,92,92,72,71,93,53,66,83,87,63,64,63,101,96,95,96,60,54,79",
+ "endOffsets": "310,3106,3191,3271,3356,3435,3531,3647,3727,3791,3885,3953,4012,4107,4170,4234,4293,4360,4423,4477,4592,4650,4712,4766,4837,4969,5053,5133,5267,5343,5419,5503,5560,5611,5677,5747,5825,5908,5978,6054,6132,6203,6289,6372,6465,6558,6631,6703,6797,6851,6918,7002,7090,7154,7219,7283,7385,7482,7578,7675,7736,7791,7871"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-az\\values-az.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7960",
+ "endColumns": "100",
+ "endOffsets": "8056"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-bs_values-bs.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-bs\\values-bs.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,226,323,430,516,620,742,827,909,1000,1093,1188,1282,1382,1475,1570,1665,1756,1847,1935,2038,2142,2243,2348,2462,2565,2734,2830",
+ "endColumns": "120,96,106,85,103,121,84,81,90,92,94,93,99,92,94,94,90,90,87,102,103,100,104,113,102,168,95,86",
+ "endOffsets": "221,318,425,511,615,737,822,904,995,1088,1183,1277,1377,1470,1565,1660,1751,1842,1930,2033,2137,2238,2343,2457,2560,2729,2825,2912"
+ },
+ "to": {
+ "startLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "377,498,595,702,788,892,1014,1099,1181,1272,1365,1460,1554,1654,1747,1842,1937,2028,2119,2207,2310,2414,2515,2620,2734,2837,3006,8080",
+ "endColumns": "120,96,106,85,103,121,84,81,90,92,94,93,99,92,94,94,90,90,87,102,103,100,104,113,102,168,95,86",
+ "endOffsets": "493,590,697,783,887,1009,1094,1176,1267,1360,1455,1549,1649,1742,1837,1932,2023,2114,2202,2305,2409,2510,2615,2729,2832,3001,3097,8162"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-bs\\values-bs.xml",
+ "from": {
+ "startLines": "2,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,327,406,486,568,670,764,860,986,1067,1133,1225,1302,1365,1473,1533,1599,1655,1726,1786,1840,1959,2016,2078,2132,2207,2331,2419,2502,2647,2732,2818,2906,2960,3014,3080,3154,3232,3319,3391,3468,3541,3611,3704,3776,3868,3964,4038,4114,4210,4263,4330,4417,4504,4566,4630,4693,4801,4903,5004,5109,5167,5225",
+ "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "endColumns": "12,78,79,81,101,93,95,125,80,65,91,76,62,107,59,65,55,70,59,53,118,56,61,53,74,123,87,82,144,84,85,87,53,53,65,73,77,86,71,76,72,69,92,71,91,95,73,75,95,52,66,86,86,61,63,62,107,101,100,104,57,57,79",
+ "endOffsets": "322,401,481,563,665,759,855,981,1062,1128,1220,1297,1360,1468,1528,1594,1650,1721,1781,1835,1954,2011,2073,2127,2202,2326,2414,2497,2642,2727,2813,2901,2955,3009,3075,3149,3227,3314,3386,3463,3536,3606,3699,3771,3863,3959,4033,4109,4205,4258,4325,4412,4499,4561,4625,4688,4796,4898,4999,5104,5162,5220,5300"
+ },
+ "to": {
+ "startLines": "2,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3102,3181,3261,3343,3445,3539,3635,3761,3842,3908,4000,4077,4140,4248,4308,4374,4430,4501,4561,4615,4734,4791,4853,4907,4982,5106,5194,5277,5422,5507,5593,5681,5735,5789,5855,5929,6007,6094,6166,6243,6316,6386,6479,6551,6643,6739,6813,6889,6985,7038,7105,7192,7279,7341,7405,7468,7576,7678,7779,7884,7942,8000",
+ "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "endColumns": "12,78,79,81,101,93,95,125,80,65,91,76,62,107,59,65,55,70,59,53,118,56,61,53,74,123,87,82,144,84,85,87,53,53,65,73,77,86,71,76,72,69,92,71,91,95,73,75,95,52,66,86,86,61,63,62,107,101,100,104,57,57,79",
+ "endOffsets": "372,3176,3256,3338,3440,3534,3630,3756,3837,3903,3995,4072,4135,4243,4303,4369,4425,4496,4556,4610,4729,4786,4848,4902,4977,5101,5189,5272,5417,5502,5588,5676,5730,5784,5850,5924,6002,6089,6161,6238,6311,6381,6474,6546,6638,6734,6808,6884,6980,7033,7100,7187,7274,7336,7400,7463,7571,7673,7774,7879,7937,7995,8075"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-bs\\values-bs.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "97",
+ "startColumns": "4",
+ "startOffsets": "8167",
+ "endColumns": "100",
+ "endOffsets": "8263"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-b+sr+Latn_values-b+sr+Latn.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
+ "from": {
+ "startLines": "2,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,324,401,478,558,666,760,854,986,1067,1133,1226,1294,1357,1460,1520,1586,1642,1713,1773,1827,1939,1996,2057,2111,2187,2312,2399,2482,2621,2703,2786,2874,2928,2984,3050,3124,3202,3291,3367,3443,3518,3590,3680,3753,3845,3941,4013,4089,4185,4238,4305,4392,4479,4541,4605,4668,4773,4877,4973,5080,5138,5198",
+ "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "endColumns": "12,76,76,79,107,93,93,131,80,65,92,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,86,82,138,81,82,87,53,55,65,73,77,88,75,75,74,71,89,72,91,95,71,75,95,52,66,86,86,61,63,62,104,103,95,106,57,59,79",
+ "endOffsets": "319,396,473,553,661,755,849,981,1062,1128,1221,1289,1352,1455,1515,1581,1637,1708,1768,1822,1934,1991,2052,2106,2182,2307,2394,2477,2616,2698,2781,2869,2923,2979,3045,3119,3197,3286,3362,3438,3513,3585,3675,3748,3840,3936,4008,4084,4180,4233,4300,4387,4474,4536,4600,4663,4768,4872,4968,5075,5133,5193,5273"
+ },
+ "to": {
+ "startLines": "2,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3105,3182,3259,3339,3447,3541,3635,3767,3848,3914,4007,4075,4138,4241,4301,4367,4423,4494,4554,4608,4720,4777,4838,4892,4968,5093,5180,5263,5402,5484,5567,5655,5709,5765,5831,5905,5983,6072,6148,6224,6299,6371,6461,6534,6626,6722,6794,6870,6966,7019,7086,7173,7260,7322,7386,7449,7554,7658,7754,7861,7919,7979",
+ "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "endColumns": "12,76,76,79,107,93,93,131,80,65,92,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,86,82,138,81,82,87,53,55,65,73,77,88,75,75,74,71,89,72,91,95,71,75,95,52,66,86,86,61,63,62,104,103,95,106,57,59,79",
+ "endOffsets": "369,3177,3254,3334,3442,3536,3630,3762,3843,3909,4002,4070,4133,4236,4296,4362,4418,4489,4549,4603,4715,4772,4833,4887,4963,5088,5175,5258,5397,5479,5562,5650,5704,5760,5826,5900,5978,6067,6143,6219,6294,6366,6456,6529,6621,6717,6789,6865,6961,7014,7081,7168,7255,7317,7381,7444,7549,7653,7749,7856,7914,7974,8054"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "97",
+ "startColumns": "4",
+ "startOffsets": "8146",
+ "endColumns": "100",
+ "endOffsets": "8242"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,313,419,505,609,731,816,898,989,1082,1177,1271,1371,1464,1559,1664,1755,1846,1932,2037,2143,2246,2353,2462,2569,2739,2836",
+ "endColumns": "106,100,105,85,103,121,84,81,90,92,94,93,99,92,94,104,90,90,85,104,105,102,106,108,106,169,96,86",
+ "endOffsets": "207,308,414,500,604,726,811,893,984,1077,1172,1266,1366,1459,1554,1659,1750,1841,1927,2032,2138,2241,2348,2457,2564,2734,2831,2918"
+ },
+ "to": {
+ "startLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "374,481,582,688,774,878,1000,1085,1167,1258,1351,1446,1540,1640,1733,1828,1933,2024,2115,2201,2306,2412,2515,2622,2731,2838,3008,8059",
+ "endColumns": "106,100,105,85,103,121,84,81,90,92,94,93,99,92,94,104,90,90,85,104,105,102,106,108,106,169,96,86",
+ "endOffsets": "476,577,683,769,873,995,1080,1162,1253,1346,1441,1535,1635,1728,1823,1928,2019,2110,2196,2301,2407,2510,2617,2726,2833,3003,3100,8141"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.newrevive.app-merged_res-38:/values-land_values-land.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-land\\values-land.xml",
+ "from": {
+ "startLines": "2,3,4",
+ "startColumns": "4,4,4",
+ "startOffsets": "55,125,196",
+ "endColumns": "69,70,67",
+ "endOffsets": "120,191,259"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-land\\values-land.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,26,35,40",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,130,204,277,347,419,489,554,621,691,763,832,901,983,1073,1149,1217,1284,1362,1427,1494,1666,2235,2504",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,25,34,39,42",
+ "endColumns": "74,73,72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10,10",
+ "endOffsets": "125,199,272,342,414,484,549,616,686,758,827,896,978,1068,1144,1212,1279,1357,1422,1489,1661,2230,2499,2727"
+ },
+ "to": {
+ "startLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,29,38,43",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "264,339,413,486,556,628,698,763,830,900,972,1041,1110,1192,1282,1358,1426,1493,1571,1636,1703,1875,2444,2713",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,28,37,42,45",
+ "endColumns": "74,73,72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10,10",
+ "endOffsets": "334,408,481,551,623,693,758,825,895,967,1036,1105,1187,1277,1353,1421,1488,1566,1631,1698,1870,2439,2708,2936"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json
new file mode 100644
index 000000000..d5dd219b5
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-af/values-af.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-af\\values-af.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,309,415,500,603,721,798,874,965,1058,1153,1247,1346,1439,1534,1633,1728,1822,1903,2010,2115,2212,2320,2423,2525,2679,2777",
+ "endColumns": "107,95,105,84,102,117,76,75,90,92,94,93,98,92,94,98,94,93,80,106,104,96,107,102,101,153,97,80",
+ "endOffsets": "208,304,410,495,598,716,793,869,960,1053,1148,1242,1341,1434,1529,1628,1723,1817,1898,2005,2110,2207,2315,2418,2520,2674,2772,2853"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "324,432,528,634,719,822,940,1017,1093,1184,1277,1372,1466,1565,1658,1753,1852,1947,2041,2122,2229,2334,2431,2539,2642,2744,2898,7846",
+ "endColumns": "107,95,105,84,102,117,76,75,90,92,94,93,98,92,94,98,94,93,80,106,104,96,107,102,101,153,97,80",
+ "endOffsets": "427,523,629,714,817,935,1012,1088,1179,1272,1367,1461,1560,1653,1748,1847,1942,2036,2117,2224,2329,2426,2534,2637,2739,2893,2991,7922"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-af\\values-af.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,274,355,435,513,608,696,796,910,991,1055,1143,1209,1272,1358,1420,1481,1539,1605,1668,1723,1841,1898,1960,2015,2084,2203,2291,2374,2513,2596,2677,2764,2822,2873,2939,3008,3084,3170,3244,3323,3396,3467,3554,3625,3714,3804,3876,3951,4038,4089,4156,4237,4321,4383,4447,4510,4614,4723,4819,4930,4992,5047",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,79,77,94,87,99,113,80,63,87,65,62,85,61,60,57,65,62,54,117,56,61,54,68,118,87,82,138,82,80,86,57,50,65,68,75,85,73,78,72,70,86,70,88,89,71,74,86,50,66,80,83,61,63,62,103,108,95,110,61,54,76",
+ "endOffsets": "269,350,430,508,603,691,791,905,986,1050,1138,1204,1267,1353,1415,1476,1534,1600,1663,1718,1836,1893,1955,2010,2079,2198,2286,2369,2508,2591,2672,2759,2817,2868,2934,3003,3079,3165,3239,3318,3391,3462,3549,3620,3709,3799,3871,3946,4033,4084,4151,4232,4316,4378,4442,4505,4609,4718,4814,4925,4987,5042,5119"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2996,3077,3157,3235,3330,3418,3518,3632,3713,3777,3865,3931,3994,4080,4142,4203,4261,4327,4390,4445,4563,4620,4682,4737,4806,4925,5013,5096,5235,5318,5399,5486,5544,5595,5661,5730,5806,5892,5966,6045,6118,6189,6276,6347,6436,6526,6598,6673,6760,6811,6878,6959,7043,7105,7169,7232,7336,7445,7541,7652,7714,7769",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,79,77,94,87,99,113,80,63,87,65,62,85,61,60,57,65,62,54,117,56,61,54,68,118,87,82,138,82,80,86,57,50,65,68,75,85,73,78,72,70,86,70,88,89,71,74,86,50,66,80,83,61,63,62,103,108,95,110,61,54,76",
+ "endOffsets": "319,3072,3152,3230,3325,3413,3513,3627,3708,3772,3860,3926,3989,4075,4137,4198,4256,4322,4385,4440,4558,4615,4677,4732,4801,4920,5008,5091,5230,5313,5394,5481,5539,5590,5656,5725,5801,5887,5961,6040,6113,6184,6271,6342,6431,6521,6593,6668,6755,6806,6873,6954,7038,7100,7164,7227,7331,7440,7536,7647,7709,7764,7841"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-af\\values-af.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7927",
+ "endColumns": "100",
+ "endOffsets": "8023"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json
new file mode 100644
index 000000000..666584f4c
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-am/values-am.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-am\\values-am.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,203,301,407,493,596,713,791,867,958,1051,1143,1237,1337,1430,1525,1618,1709,1800,1880,1980,2080,2176,2278,2378,2477,2627,2723",
+ "endColumns": "97,97,105,85,102,116,77,75,90,92,91,93,99,92,94,92,90,90,79,99,99,95,101,99,98,149,95,79",
+ "endOffsets": "198,296,402,488,591,708,786,862,953,1046,1138,1232,1332,1425,1520,1613,1704,1795,1875,1975,2075,2171,2273,2373,2472,2622,2718,2798"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "311,409,507,613,699,802,919,997,1073,1164,1257,1349,1443,1543,1636,1731,1824,1915,2006,2086,2186,2286,2382,2484,2584,2683,2833,7483",
+ "endColumns": "97,97,105,85,102,116,77,75,90,92,91,93,99,92,94,92,90,90,79,99,99,95,101,99,98,149,95,79",
+ "endOffsets": "404,502,608,694,797,914,992,1068,1159,1252,1344,1438,1538,1631,1726,1819,1910,2001,2081,2181,2281,2377,2479,2579,2678,2828,2924,7558"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-am\\values-am.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,261,332,400,475,557,638,727,829,906,970,1055,1117,1175,1260,1323,1385,1443,1509,1571,1626,1722,1779,1838,1894,1961,2066,2146,2227,2356,2429,2500,2582,2633,2684,2750,2816,2889,2970,3038,3111,3182,3249,3334,3401,3488,3576,3650,3718,3803,3854,3918,3998,4080,4142,4206,4269,4364,4453,4538,4629,4684,4739",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,70,67,74,81,80,88,101,76,63,84,61,57,84,62,61,57,65,61,54,95,56,58,55,66,104,79,80,128,72,70,81,50,50,65,65,72,80,67,72,70,66,84,66,86,87,73,67,84,50,63,79,81,61,63,62,94,88,84,90,54,54,75",
+ "endOffsets": "256,327,395,470,552,633,722,824,901,965,1050,1112,1170,1255,1318,1380,1438,1504,1566,1621,1717,1774,1833,1889,1956,2061,2141,2222,2351,2424,2495,2577,2628,2679,2745,2811,2884,2965,3033,3106,3177,3244,3329,3396,3483,3571,3645,3713,3798,3849,3913,3993,4075,4137,4201,4264,4359,4448,4533,4624,4679,4734,4810"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2929,3000,3068,3143,3225,3306,3395,3497,3574,3638,3723,3785,3843,3928,3991,4053,4111,4177,4239,4294,4390,4447,4506,4562,4629,4734,4814,4895,5024,5097,5168,5250,5301,5352,5418,5484,5557,5638,5706,5779,5850,5917,6002,6069,6156,6244,6318,6386,6471,6522,6586,6666,6748,6810,6874,6937,7032,7121,7206,7297,7352,7407",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,70,67,74,81,80,88,101,76,63,84,61,57,84,62,61,57,65,61,54,95,56,58,55,66,104,79,80,128,72,70,81,50,50,65,65,72,80,67,72,70,66,84,66,86,87,73,67,84,50,63,79,81,61,63,62,94,88,84,90,54,54,75",
+ "endOffsets": "306,2995,3063,3138,3220,3301,3390,3492,3569,3633,3718,3780,3838,3923,3986,4048,4106,4172,4234,4289,4385,4442,4501,4557,4624,4729,4809,4890,5019,5092,5163,5245,5296,5347,5413,5479,5552,5633,5701,5774,5845,5912,5997,6064,6151,6239,6313,6381,6466,6517,6581,6661,6743,6805,6869,6932,7027,7116,7201,7292,7347,7402,7478"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-am\\values-am.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7563",
+ "endColumns": "100",
+ "endOffsets": "7659"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json
new file mode 100644
index 000000000..0bdbd2b87
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-ar/values-ar.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ar\\values-ar.xml",
+ "from": {
+ "startLines": "2,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,465,543,619,703,795,878,979,1098,1175,1238,1329,1398,1465,1565,1628,1693,1754,1822,1884,1942,2056,2116,2177,2234,2307,2430,2511,2591,2739,2820,2901,2990,3043,3097,3163,3241,3321,3405,3477,3551,3624,3694,3785,3856,3946,4041,4115,4198,4291,4340,4409,4495,4580,4642,4706,4769,4878,4970,5067,5160,5217,5275",
+ "endLines": "9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71",
+ "endColumns": "12,77,75,83,91,82,100,118,76,62,90,68,66,99,62,64,60,67,61,57,113,59,60,56,72,122,80,79,147,80,80,88,52,53,65,77,79,83,71,73,72,69,90,70,89,94,73,82,92,48,68,85,84,61,63,62,108,91,96,92,56,57,79",
+ "endOffsets": "460,538,614,698,790,873,974,1093,1170,1233,1324,1393,1460,1560,1623,1688,1749,1817,1879,1937,2051,2111,2172,2229,2302,2425,2506,2586,2734,2815,2896,2985,3038,3092,3158,3236,3316,3400,3472,3546,3619,3689,3780,3851,3941,4036,4110,4193,4286,4335,4404,4490,4575,4637,4701,4764,4873,4965,5062,5155,5212,5270,5350"
+ },
+ "to": {
+ "startLines": "2,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3169,3247,3323,3407,3499,3582,3683,3802,3879,3942,4033,4102,4169,4269,4332,4397,4458,4526,4588,4646,4760,4820,4881,4938,5011,5134,5215,5295,5443,5524,5605,5694,5747,5801,5867,5945,6025,6109,6181,6255,6328,6398,6489,6560,6650,6745,6819,6902,6995,7044,7113,7199,7284,7346,7410,7473,7582,7674,7771,7864,7921,7979",
+ "endLines": "9,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98",
+ "endColumns": "12,77,75,83,91,82,100,118,76,62,90,68,66,99,62,64,60,67,61,57,113,59,60,56,72,122,80,79,147,80,80,88,52,53,65,77,79,83,71,73,72,69,90,70,89,94,73,82,92,48,68,85,84,61,63,62,108,91,96,92,56,57,79",
+ "endOffsets": "510,3242,3318,3402,3494,3577,3678,3797,3874,3937,4028,4097,4164,4264,4327,4392,4453,4521,4583,4641,4755,4815,4876,4933,5006,5129,5210,5290,5438,5519,5600,5689,5742,5796,5862,5940,6020,6104,6176,6250,6323,6393,6484,6555,6645,6740,6814,6897,6990,7039,7108,7194,7279,7341,7405,7468,7577,7669,7766,7859,7916,7974,8054"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-ar\\values-ar.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "100",
+ "startColumns": "4",
+ "startOffsets": "8141",
+ "endColumns": "100",
+ "endOffsets": "8237"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ar\\values-ar.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,317,424,506,607,721,801,880,971,1064,1156,1250,1350,1443,1538,1631,1722,1816,1895,2000,2098,2196,2304,2404,2507,2662,2759",
+ "endColumns": "107,103,106,81,100,113,79,78,90,92,91,93,99,92,94,92,90,93,78,104,97,97,107,99,102,154,96,81",
+ "endOffsets": "208,312,419,501,602,716,796,875,966,1059,1151,1245,1345,1438,1533,1626,1717,1811,1890,1995,2093,2191,2299,2399,2502,2657,2754,2836"
+ },
+ "to": {
+ "startLines": "10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,99",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "515,623,727,834,916,1017,1131,1211,1290,1381,1474,1566,1660,1760,1853,1948,2041,2132,2226,2305,2410,2508,2606,2714,2814,2917,3072,8059",
+ "endColumns": "107,103,106,81,100,113,79,78,90,92,91,93,99,92,94,92,90,93,78,104,97,97,107,99,102,154,96,81",
+ "endOffsets": "618,722,829,911,1012,1126,1206,1285,1376,1469,1561,1655,1755,1848,1943,2036,2127,2221,2300,2405,2503,2601,2709,2809,2912,3067,3164,8136"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json
new file mode 100644
index 000000000..9b4520dfc
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-as/values-as.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-as\\values-as.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,312,419,510,615,735,812,887,978,1071,1166,1260,1360,1453,1548,1642,1733,1824,1910,2023,2131,2234,2343,2459,2579,2746,2848",
+ "endColumns": "107,98,106,90,104,119,76,74,90,92,94,93,99,92,94,93,90,90,85,112,107,102,108,115,119,166,101,82",
+ "endOffsets": "208,307,414,505,610,730,807,882,973,1066,1161,1255,1355,1448,1543,1637,1728,1819,1905,2018,2126,2229,2338,2454,2574,2741,2843,2926"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "322,430,529,636,727,832,952,1029,1104,1195,1288,1383,1477,1577,1670,1765,1859,1950,2041,2127,2240,2348,2451,2560,2676,2796,2963,7861",
+ "endColumns": "107,98,106,90,104,119,76,74,90,92,94,93,99,92,94,93,90,90,85,112,107,102,108,115,119,166,101,82",
+ "endOffsets": "425,524,631,722,827,947,1024,1099,1190,1283,1378,1472,1572,1665,1760,1854,1945,2036,2122,2235,2343,2446,2555,2671,2791,2958,3060,7939"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-as\\values-as.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,272,354,432,509,595,679,781,904,983,1048,1137,1202,1261,1347,1411,1475,1538,1608,1672,1726,1831,1889,1951,2005,2077,2194,2281,2364,2504,2581,2662,2753,2807,2858,2924,2994,3071,3158,3229,3306,3375,3444,3535,3607,3696,3785,3859,3931,4017,4067,4133,4213,4297,4359,4423,4486,4586,4683,4775,4874,4932,4987",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,81,77,76,85,83,101,122,78,64,88,64,58,85,63,63,62,69,63,53,104,57,61,53,71,116,86,82,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,80",
+ "endOffsets": "267,349,427,504,590,674,776,899,978,1043,1132,1197,1256,1342,1406,1470,1533,1603,1667,1721,1826,1884,1946,2000,2072,2189,2276,2359,2499,2576,2657,2748,2802,2853,2919,2989,3066,3153,3224,3301,3370,3439,3530,3602,3691,3780,3854,3926,4012,4062,4128,4208,4292,4354,4418,4481,4581,4678,4770,4869,4927,4982,5063"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3065,3147,3225,3302,3388,3472,3574,3697,3776,3841,3930,3995,4054,4140,4204,4268,4331,4401,4465,4519,4624,4682,4744,4798,4870,4987,5074,5157,5297,5374,5455,5546,5600,5651,5717,5787,5864,5951,6022,6099,6168,6237,6328,6400,6489,6578,6652,6724,6810,6860,6926,7006,7090,7152,7216,7279,7379,7476,7568,7667,7725,7780",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,81,77,76,85,83,101,122,78,64,88,64,58,85,63,63,62,69,63,53,104,57,61,53,71,116,86,82,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,80",
+ "endOffsets": "317,3142,3220,3297,3383,3467,3569,3692,3771,3836,3925,3990,4049,4135,4199,4263,4326,4396,4460,4514,4619,4677,4739,4793,4865,4982,5069,5152,5292,5369,5450,5541,5595,5646,5712,5782,5859,5946,6017,6094,6163,6232,6323,6395,6484,6573,6647,6719,6805,6855,6921,7001,7085,7147,7211,7274,7374,7471,7563,7662,7720,7775,7856"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-as\\values-as.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7944",
+ "endColumns": "100",
+ "endOffsets": "8040"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json
new file mode 100644
index 000000000..9767394db
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-az/values-az.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-az\\values-az.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,215,316,426,514,621,735,817,895,986,1079,1173,1272,1372,1465,1560,1654,1745,1837,1922,2027,2133,2233,2342,2447,2549,2707,2813",
+ "endColumns": "109,100,109,87,106,113,81,77,90,92,93,98,99,92,94,93,90,91,84,104,105,99,108,104,101,157,105,83",
+ "endOffsets": "210,311,421,509,616,730,812,890,981,1074,1168,1267,1367,1460,1555,1649,1740,1832,1917,2022,2128,2228,2337,2442,2544,2702,2808,2892"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,425,526,636,724,831,945,1027,1105,1196,1289,1383,1482,1582,1675,1770,1864,1955,2047,2132,2237,2343,2443,2552,2657,2759,2917,7876",
+ "endColumns": "109,100,109,87,106,113,81,77,90,92,93,98,99,92,94,93,90,91,84,104,105,99,108,104,101,157,105,83",
+ "endOffsets": "420,521,631,719,826,940,1022,1100,1191,1284,1378,1477,1577,1670,1765,1859,1950,2042,2127,2232,2338,2438,2547,2652,2754,2912,3018,7955"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-az\\values-az.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,353,438,518,603,682,778,894,974,1038,1132,1200,1259,1354,1417,1481,1540,1607,1670,1724,1839,1897,1959,2013,2084,2216,2300,2380,2514,2590,2666,2750,2807,2858,2924,2994,3072,3155,3225,3301,3379,3450,3536,3619,3712,3805,3878,3950,4044,4098,4165,4249,4337,4401,4466,4530,4632,4729,4825,4922,4983,5038",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,87,84,79,84,78,95,115,79,63,93,67,58,94,62,63,58,66,62,53,114,57,61,53,70,131,83,79,133,75,75,83,56,50,65,69,77,82,69,75,77,70,85,82,92,92,72,71,93,53,66,83,87,63,64,63,101,96,95,96,60,54,79",
+ "endOffsets": "260,348,433,513,598,677,773,889,969,1033,1127,1195,1254,1349,1412,1476,1535,1602,1665,1719,1834,1892,1954,2008,2079,2211,2295,2375,2509,2585,2661,2745,2802,2853,2919,2989,3067,3150,3220,3296,3374,3445,3531,3614,3707,3800,3873,3945,4039,4093,4160,4244,4332,4396,4461,4525,4627,4724,4820,4917,4978,5033,5113"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3023,3111,3196,3276,3361,3440,3536,3652,3732,3796,3890,3958,4017,4112,4175,4239,4298,4365,4428,4482,4597,4655,4717,4771,4842,4974,5058,5138,5272,5348,5424,5508,5565,5616,5682,5752,5830,5913,5983,6059,6137,6208,6294,6377,6470,6563,6636,6708,6802,6856,6923,7007,7095,7159,7224,7288,7390,7487,7583,7680,7741,7796",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,87,84,79,84,78,95,115,79,63,93,67,58,94,62,63,58,66,62,53,114,57,61,53,70,131,83,79,133,75,75,83,56,50,65,69,77,82,69,75,77,70,85,82,92,92,72,71,93,53,66,83,87,63,64,63,101,96,95,96,60,54,79",
+ "endOffsets": "310,3106,3191,3271,3356,3435,3531,3647,3727,3791,3885,3953,4012,4107,4170,4234,4293,4360,4423,4477,4592,4650,4712,4766,4837,4969,5053,5133,5267,5343,5419,5503,5560,5611,5677,5747,5825,5908,5978,6054,6132,6203,6289,6372,6465,6558,6631,6703,6797,6851,6918,7002,7090,7154,7219,7283,7385,7482,7578,7675,7736,7791,7871"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-az\\values-az.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7960",
+ "endColumns": "100",
+ "endOffsets": "8056"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+es+419.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+es+419.json
new file mode 100644
index 000000000..d0b68b87b
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+es+419.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-b+es+419/values-b+es+419.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-b+es+419\\values-b+es+419.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,278,360,440,526,631,727,829,957,1038,1103,1198,1268,1331,1424,1488,1560,1623,1697,1761,1817,1935,1993,2055,2111,2191,2325,2414,2495,2636,2717,2797,2887,2943,2999,3065,3141,3223,3311,3384,3461,3531,3608,3697,3771,3865,3967,4039,4120,4224,4277,4344,4437,4526,4588,4652,4715,4826,4923,5025,5123,5183,5243",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,81,79,85,104,95,101,127,80,64,94,69,62,92,63,71,62,73,63,55,117,57,61,55,79,133,88,80,140,80,79,89,55,55,65,75,81,87,72,76,69,76,88,73,93,101,71,80,103,52,66,92,88,61,63,62,110,96,101,97,59,59,82",
+ "endOffsets": "273,355,435,521,626,722,824,952,1033,1098,1193,1263,1326,1419,1483,1555,1618,1692,1756,1812,1930,1988,2050,2106,2186,2320,2409,2490,2631,2712,2792,2882,2938,2994,3060,3136,3218,3306,3379,3456,3526,3603,3692,3766,3860,3962,4034,4115,4219,4272,4339,4432,4521,4583,4647,4710,4821,4918,5020,5118,5178,5238,5321"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json
new file mode 100644
index 000000000..57a9fc6d7
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-b+sr+Latn/values-b+sr+Latn.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
+ "from": {
+ "startLines": "2,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,324,401,478,558,666,760,854,986,1067,1133,1226,1294,1357,1460,1520,1586,1642,1713,1773,1827,1939,1996,2057,2111,2187,2312,2399,2482,2621,2703,2786,2874,2928,2984,3050,3124,3202,3291,3367,3443,3518,3590,3680,3753,3845,3941,4013,4089,4185,4238,4305,4392,4479,4541,4605,4668,4773,4877,4973,5080,5138,5198",
+ "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "endColumns": "12,76,76,79,107,93,93,131,80,65,92,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,86,82,138,81,82,87,53,55,65,73,77,88,75,75,74,71,89,72,91,95,71,75,95,52,66,86,86,61,63,62,104,103,95,106,57,59,79",
+ "endOffsets": "319,396,473,553,661,755,849,981,1062,1128,1221,1289,1352,1455,1515,1581,1637,1708,1768,1822,1934,1991,2052,2106,2182,2307,2394,2477,2616,2698,2781,2869,2923,2979,3045,3119,3197,3286,3362,3438,3513,3585,3675,3748,3840,3936,4008,4084,4180,4233,4300,4387,4474,4536,4600,4663,4768,4872,4968,5075,5133,5193,5273"
+ },
+ "to": {
+ "startLines": "2,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3105,3182,3259,3339,3447,3541,3635,3767,3848,3914,4007,4075,4138,4241,4301,4367,4423,4494,4554,4608,4720,4777,4838,4892,4968,5093,5180,5263,5402,5484,5567,5655,5709,5765,5831,5905,5983,6072,6148,6224,6299,6371,6461,6534,6626,6722,6794,6870,6966,7019,7086,7173,7260,7322,7386,7449,7554,7658,7754,7861,7919,7979",
+ "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "endColumns": "12,76,76,79,107,93,93,131,80,65,92,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,86,82,138,81,82,87,53,55,65,73,77,88,75,75,74,71,89,72,91,95,71,75,95,52,66,86,86,61,63,62,104,103,95,106,57,59,79",
+ "endOffsets": "369,3177,3254,3334,3442,3536,3630,3762,3843,3909,4002,4070,4133,4236,4296,4362,4418,4489,4549,4603,4715,4772,4833,4887,4963,5088,5175,5258,5397,5479,5562,5650,5704,5760,5826,5900,5978,6067,6143,6219,6294,6366,6456,6529,6621,6717,6789,6865,6961,7014,7081,7168,7255,7317,7381,7444,7549,7653,7749,7856,7914,7974,8054"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "97",
+ "startColumns": "4",
+ "startOffsets": "8146",
+ "endColumns": "100",
+ "endOffsets": "8242"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,313,419,505,609,731,816,898,989,1082,1177,1271,1371,1464,1559,1664,1755,1846,1932,2037,2143,2246,2353,2462,2569,2739,2836",
+ "endColumns": "106,100,105,85,103,121,84,81,90,92,94,93,99,92,94,104,90,90,85,104,105,102,106,108,106,169,96,86",
+ "endOffsets": "207,308,414,500,604,726,811,893,984,1077,1172,1266,1366,1459,1554,1659,1750,1841,1927,2032,2138,2241,2348,2457,2564,2734,2831,2918"
+ },
+ "to": {
+ "startLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "374,481,582,688,774,878,1000,1085,1167,1258,1351,1446,1540,1640,1733,1828,1933,2024,2115,2201,2306,2412,2515,2622,2731,2838,3008,8059",
+ "endColumns": "106,100,105,85,103,121,84,81,90,92,94,93,99,92,94,104,90,90,85,104,105,102,106,108,106,169,96,86",
+ "endOffsets": "476,577,683,769,873,995,1080,1162,1253,1346,1441,1535,1635,1728,1823,1928,2019,2110,2196,2301,2407,2510,2617,2726,2833,3003,3100,8141"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json
new file mode 100644
index 000000000..cf8d94dec
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-be/values-be.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-be\\values-be.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,225,328,444,530,635,754,834,911,1003,1097,1192,1286,1381,1475,1571,1666,1758,1850,1931,2037,2142,2240,2348,2454,2562,2735,2835",
+ "endColumns": "119,102,115,85,104,118,79,76,91,93,94,93,94,93,95,94,91,91,80,105,104,97,107,105,107,172,99,81",
+ "endOffsets": "220,323,439,525,630,749,829,906,998,1092,1187,1281,1376,1470,1566,1661,1753,1845,1926,2032,2137,2235,2343,2449,2557,2730,2830,2912"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "432,552,655,771,857,962,1081,1161,1238,1330,1424,1519,1613,1708,1802,1898,1993,2085,2177,2258,2364,2469,2567,2675,2781,2889,3062,8203",
+ "endColumns": "119,102,115,85,104,118,79,76,91,93,94,93,94,93,95,94,91,91,80,105,104,97,107,105,107,172,99,81",
+ "endOffsets": "547,650,766,852,957,1076,1156,1233,1325,1419,1514,1608,1703,1797,1893,1988,2080,2172,2253,2359,2464,2562,2670,2776,2884,3057,3157,8280"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-be\\values-be.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,382,459,536,618,715,807,904,1036,1119,1186,1279,1356,1419,1535,1598,1667,1726,1797,1856,1910,2031,2092,2155,2209,2282,2404,2492,2575,2727,2813,2900,2991,3048,3099,3165,3237,3314,3398,3473,3550,3632,3708,3797,3879,3970,4066,4140,4221,4316,4370,4436,4523,4609,4671,4735,4798,4908,5015,5118,5227,5288,5343",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,76,76,81,96,91,96,131,82,66,92,76,62,115,62,68,58,70,58,53,120,60,62,53,72,121,87,82,151,85,86,90,56,50,65,71,76,83,74,76,81,75,88,81,90,95,73,80,94,53,65,86,85,61,63,62,109,106,102,108,60,54,79",
+ "endOffsets": "377,454,531,613,710,802,899,1031,1114,1181,1274,1351,1414,1530,1593,1662,1721,1792,1851,1905,2026,2087,2150,2204,2277,2399,2487,2570,2722,2808,2895,2986,3043,3094,3160,3232,3309,3393,3468,3545,3627,3703,3792,3874,3965,4061,4135,4216,4311,4365,4431,4518,4604,4666,4730,4793,4903,5010,5113,5222,5283,5338,5418"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3162,3239,3316,3398,3495,3587,3684,3816,3899,3966,4059,4136,4199,4315,4378,4447,4506,4577,4636,4690,4811,4872,4935,4989,5062,5184,5272,5355,5507,5593,5680,5771,5828,5879,5945,6017,6094,6178,6253,6330,6412,6488,6577,6659,6750,6846,6920,7001,7096,7150,7216,7303,7389,7451,7515,7578,7688,7795,7898,8007,8068,8123",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,76,76,81,96,91,96,131,82,66,92,76,62,115,62,68,58,70,58,53,120,60,62,53,72,121,87,82,151,85,86,90,56,50,65,71,76,83,74,76,81,75,88,81,90,95,73,80,94,53,65,86,85,61,63,62,109,106,102,108,60,54,79",
+ "endOffsets": "427,3234,3311,3393,3490,3582,3679,3811,3894,3961,4054,4131,4194,4310,4373,4442,4501,4572,4631,4685,4806,4867,4930,4984,5057,5179,5267,5350,5502,5588,5675,5766,5823,5874,5940,6012,6089,6173,6248,6325,6407,6483,6572,6654,6745,6841,6915,6996,7091,7145,7211,7298,7384,7446,7510,7573,7683,7790,7893,8002,8063,8118,8198"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-be\\values-be.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8285",
+ "endColumns": "100",
+ "endOffsets": "8381"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json
new file mode 100644
index 000000000..8fcc9640c
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-bg/values-bg.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-bg\\values-bg.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,344,423,506,628,738,833,966,1055,1121,1218,1298,1360,1449,1512,1577,1636,1709,1772,1826,1954,2011,2073,2127,2200,2343,2427,2515,2651,2739,2827,2912,2965,3016,3082,3157,3233,3319,3396,3472,3549,3623,3714,3789,3880,3972,4046,4133,4224,4279,4345,4428,4514,4576,4640,4703,4820,4933,5044,5161,5218,5273",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,78,78,82,121,109,94,132,88,65,96,79,61,88,62,64,58,72,62,53,127,56,61,53,72,142,83,87,135,87,87,84,52,50,65,74,75,85,76,75,76,73,90,74,90,91,73,86,90,54,65,82,85,61,63,62,116,112,110,116,56,54,85",
+ "endOffsets": "260,339,418,501,623,733,828,961,1050,1116,1213,1293,1355,1444,1507,1572,1631,1704,1767,1821,1949,2006,2068,2122,2195,2338,2422,2510,2646,2734,2822,2907,2960,3011,3077,3152,3228,3314,3391,3467,3544,3618,3709,3784,3875,3967,4041,4128,4219,4274,4340,4423,4509,4571,4635,4698,4815,4928,5039,5156,5213,5268,5354"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3064,3143,3222,3305,3427,3537,3632,3765,3854,3920,4017,4097,4159,4248,4311,4376,4435,4508,4571,4625,4753,4810,4872,4926,4999,5142,5226,5314,5450,5538,5626,5711,5764,5815,5881,5956,6032,6118,6195,6271,6348,6422,6513,6588,6679,6771,6845,6932,7023,7078,7144,7227,7313,7375,7439,7502,7619,7732,7843,7960,8017,8072",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,78,78,82,121,109,94,132,88,65,96,79,61,88,62,64,58,72,62,53,127,56,61,53,72,142,83,87,135,87,87,84,52,50,65,74,75,85,76,75,76,73,90,74,90,91,73,86,90,54,65,82,85,61,63,62,116,112,110,116,56,54,85",
+ "endOffsets": "310,3138,3217,3300,3422,3532,3627,3760,3849,3915,4012,4092,4154,4243,4306,4371,4430,4503,4566,4620,4748,4805,4867,4921,4994,5137,5221,5309,5445,5533,5621,5706,5759,5810,5876,5951,6027,6113,6190,6266,6343,6417,6508,6583,6674,6766,6840,6927,7018,7073,7139,7222,7308,7370,7434,7497,7614,7727,7838,7955,8012,8067,8153"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-bg\\values-bg.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8242",
+ "endColumns": "100",
+ "endOffsets": "8338"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-bg\\values-bg.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,225,331,436,522,632,753,833,910,1001,1094,1189,1283,1383,1476,1571,1679,1770,1861,1944,2058,2166,2266,2380,2487,2595,2755,2854",
+ "endColumns": "119,105,104,85,109,120,79,76,90,92,94,93,99,92,94,107,90,90,82,113,107,99,113,106,107,159,98,83",
+ "endOffsets": "220,326,431,517,627,748,828,905,996,1089,1184,1278,1378,1471,1566,1674,1765,1856,1939,2053,2161,2261,2375,2482,2590,2750,2849,2933"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,435,541,646,732,842,963,1043,1120,1211,1304,1399,1493,1593,1686,1781,1889,1980,2071,2154,2268,2376,2476,2590,2697,2805,2965,8158",
+ "endColumns": "119,105,104,85,109,120,79,76,90,92,94,93,99,92,94,107,90,90,82,113,107,99,113,106,107,159,98,83",
+ "endOffsets": "430,536,641,727,837,958,1038,1115,1206,1299,1394,1488,1588,1681,1776,1884,1975,2066,2149,2263,2371,2471,2585,2692,2800,2960,3059,8237"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json
new file mode 100644
index 000000000..cf38ceafd
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-bn/values-bn.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-bn\\values-bn.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,271,369,462,545,646,738,842,959,1040,1106,1197,1263,1324,1414,1478,1545,1606,1675,1737,1791,1898,1957,2018,2072,2146,2266,2351,2435,2570,2641,2711,2798,2856,2912,2978,3051,3131,3226,3295,3371,3451,3520,3615,3698,3788,3883,3957,4031,4124,4178,4245,4331,4416,4478,4542,4605,4707,4812,4905,5011,5073,5133",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,97,92,82,100,91,103,116,80,65,90,65,60,89,63,66,60,68,61,53,106,58,60,53,73,119,84,83,134,70,69,86,57,55,65,72,79,94,68,75,79,68,94,82,89,94,73,73,92,53,66,85,84,61,63,62,101,104,92,105,61,59,79",
+ "endOffsets": "266,364,457,540,641,733,837,954,1035,1101,1192,1258,1319,1409,1473,1540,1601,1670,1732,1786,1893,1952,2013,2067,2141,2261,2346,2430,2565,2636,2706,2793,2851,2907,2973,3046,3126,3221,3290,3366,3446,3515,3610,3693,3783,3878,3952,4026,4119,4173,4240,4326,4411,4473,4537,4600,4702,4807,4900,5006,5068,5128,5208"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3051,3149,3242,3325,3426,3518,3622,3739,3820,3886,3977,4043,4104,4194,4258,4325,4386,4455,4517,4571,4678,4737,4798,4852,4926,5046,5131,5215,5350,5421,5491,5578,5636,5692,5758,5831,5911,6006,6075,6151,6231,6300,6395,6478,6568,6663,6737,6811,6904,6958,7025,7111,7196,7258,7322,7385,7487,7592,7685,7791,7853,7913",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,97,92,82,100,91,103,116,80,65,90,65,60,89,63,66,60,68,61,53,106,58,60,53,73,119,84,83,134,70,69,86,57,55,65,72,79,94,68,75,79,68,94,82,89,94,73,73,92,53,66,85,84,61,63,62,101,104,92,105,61,59,79",
+ "endOffsets": "316,3144,3237,3320,3421,3513,3617,3734,3815,3881,3972,4038,4099,4189,4253,4320,4381,4450,4512,4566,4673,4732,4793,4847,4921,5041,5126,5210,5345,5416,5486,5573,5631,5687,5753,5826,5906,6001,6070,6146,6226,6295,6390,6473,6563,6658,6732,6806,6899,6953,7020,7106,7191,7253,7317,7380,7482,7587,7680,7786,7848,7908,7988"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-bn\\values-bn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8080",
+ "endColumns": "100",
+ "endOffsets": "8176"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-bn\\values-bn.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,319,425,514,619,740,823,905,996,1089,1183,1277,1377,1470,1565,1659,1750,1841,1927,2037,2141,2244,2352,2460,2565,2730,2835",
+ "endColumns": "107,105,105,88,104,120,82,81,90,92,93,93,99,92,94,93,90,90,85,109,103,102,107,107,104,164,104,86",
+ "endOffsets": "208,314,420,509,614,735,818,900,991,1084,1178,1272,1372,1465,1560,1654,1745,1836,1922,2032,2136,2239,2347,2455,2560,2725,2830,2917"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "321,429,535,641,730,835,956,1039,1121,1212,1305,1399,1493,1593,1686,1781,1875,1966,2057,2143,2253,2357,2460,2568,2676,2781,2946,7993",
+ "endColumns": "107,105,105,88,104,120,82,81,90,92,93,93,99,92,94,93,90,90,85,109,103,102,107,107,104,164,104,86",
+ "endOffsets": "424,530,636,725,830,951,1034,1116,1207,1300,1394,1488,1588,1681,1776,1870,1961,2052,2138,2248,2352,2455,2563,2671,2776,2941,3046,8075"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json
new file mode 100644
index 000000000..d90f1c4e2
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-bs/values-bs.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-bs\\values-bs.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,226,323,430,516,620,742,827,909,1000,1093,1188,1282,1382,1475,1570,1665,1756,1847,1935,2038,2142,2243,2348,2462,2565,2734,2830",
+ "endColumns": "120,96,106,85,103,121,84,81,90,92,94,93,99,92,94,94,90,90,87,102,103,100,104,113,102,168,95,86",
+ "endOffsets": "221,318,425,511,615,737,822,904,995,1088,1183,1277,1377,1470,1565,1660,1751,1842,1930,2033,2137,2238,2343,2457,2560,2729,2825,2912"
+ },
+ "to": {
+ "startLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "377,498,595,702,788,892,1014,1099,1181,1272,1365,1460,1554,1654,1747,1842,1937,2028,2119,2207,2310,2414,2515,2620,2734,2837,3006,8080",
+ "endColumns": "120,96,106,85,103,121,84,81,90,92,94,93,99,92,94,94,90,90,87,102,103,100,104,113,102,168,95,86",
+ "endOffsets": "493,590,697,783,887,1009,1094,1176,1267,1360,1455,1549,1649,1742,1837,1932,2023,2114,2202,2305,2409,2510,2615,2729,2832,3001,3097,8162"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-bs\\values-bs.xml",
+ "from": {
+ "startLines": "2,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,327,406,486,568,670,764,860,986,1067,1133,1225,1302,1365,1473,1533,1599,1655,1726,1786,1840,1959,2016,2078,2132,2207,2331,2419,2502,2647,2732,2818,2906,2960,3014,3080,3154,3232,3319,3391,3468,3541,3611,3704,3776,3868,3964,4038,4114,4210,4263,4330,4417,4504,4566,4630,4693,4801,4903,5004,5109,5167,5225",
+ "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "endColumns": "12,78,79,81,101,93,95,125,80,65,91,76,62,107,59,65,55,70,59,53,118,56,61,53,74,123,87,82,144,84,85,87,53,53,65,73,77,86,71,76,72,69,92,71,91,95,73,75,95,52,66,86,86,61,63,62,107,101,100,104,57,57,79",
+ "endOffsets": "322,401,481,563,665,759,855,981,1062,1128,1220,1297,1360,1468,1528,1594,1650,1721,1781,1835,1954,2011,2073,2127,2202,2326,2414,2497,2642,2727,2813,2901,2955,3009,3075,3149,3227,3314,3386,3463,3536,3606,3699,3771,3863,3959,4033,4109,4205,4258,4325,4412,4499,4561,4625,4688,4796,4898,4999,5104,5162,5220,5300"
+ },
+ "to": {
+ "startLines": "2,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3102,3181,3261,3343,3445,3539,3635,3761,3842,3908,4000,4077,4140,4248,4308,4374,4430,4501,4561,4615,4734,4791,4853,4907,4982,5106,5194,5277,5422,5507,5593,5681,5735,5789,5855,5929,6007,6094,6166,6243,6316,6386,6479,6551,6643,6739,6813,6889,6985,7038,7105,7192,7279,7341,7405,7468,7576,7678,7779,7884,7942,8000",
+ "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "endColumns": "12,78,79,81,101,93,95,125,80,65,91,76,62,107,59,65,55,70,59,53,118,56,61,53,74,123,87,82,144,84,85,87,53,53,65,73,77,86,71,76,72,69,92,71,91,95,73,75,95,52,66,86,86,61,63,62,107,101,100,104,57,57,79",
+ "endOffsets": "372,3176,3256,3338,3440,3534,3630,3756,3837,3903,3995,4072,4135,4243,4303,4369,4425,4496,4556,4610,4729,4786,4848,4902,4977,5101,5189,5272,5417,5502,5588,5676,5730,5784,5850,5924,6002,6089,6161,6238,6311,6381,6474,6546,6638,6734,6808,6884,6980,7033,7100,7187,7274,7336,7400,7463,7571,7673,7774,7879,7937,7995,8075"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-bs\\values-bs.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "97",
+ "startColumns": "4",
+ "startOffsets": "8167",
+ "endColumns": "100",
+ "endOffsets": "8263"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json
new file mode 100644
index 000000000..4beaee021
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-ca/values-ca.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ca\\values-ca.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,228,333,440,523,629,755,839,918,1009,1102,1195,1290,1388,1481,1574,1668,1759,1850,1931,2042,2150,2248,2358,2463,2571,2731,2830",
+ "endColumns": "122,104,106,82,105,125,83,78,90,92,92,94,97,92,92,93,90,90,80,110,107,97,109,104,107,159,98,81",
+ "endOffsets": "223,328,435,518,624,750,834,913,1004,1097,1190,1285,1383,1476,1569,1663,1754,1845,1926,2037,2145,2243,2353,2458,2566,2726,2825,2907"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "324,447,552,659,742,848,974,1058,1137,1228,1321,1414,1509,1607,1700,1793,1887,1978,2069,2150,2261,2369,2467,2577,2682,2790,2950,8165",
+ "endColumns": "122,104,106,82,105,125,83,78,90,92,92,94,97,92,92,93,90,90,80,110,107,97,109,104,107,159,98,81",
+ "endOffsets": "442,547,654,737,843,969,1053,1132,1223,1316,1409,1504,1602,1695,1788,1882,1973,2064,2145,2256,2364,2462,2572,2677,2785,2945,3044,8242"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ca\\values-ca.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,274,355,435,523,626,718,819,947,1031,1096,1193,1273,1338,1433,1497,1569,1631,1707,1770,1827,1948,2006,2067,2124,2204,2341,2428,2512,2651,2729,2808,2897,2954,3010,3076,3154,3235,3323,3401,3478,3552,3631,3721,3813,3905,4006,4080,4162,4263,4313,4379,4471,4558,4620,4684,4747,4870,4973,5077,5183,5244,5304",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,79,87,102,91,100,127,83,64,96,79,64,94,63,71,61,75,62,56,120,57,60,56,79,136,86,83,138,77,78,88,56,55,65,77,80,87,77,76,73,78,89,91,91,100,73,81,100,49,65,91,86,61,63,62,122,102,103,105,60,59,85",
+ "endOffsets": "269,350,430,518,621,713,814,942,1026,1091,1188,1268,1333,1428,1492,1564,1626,1702,1765,1822,1943,2001,2062,2119,2199,2336,2423,2507,2646,2724,2803,2892,2949,3005,3071,3149,3230,3318,3396,3473,3547,3626,3716,3808,3900,4001,4075,4157,4258,4308,4374,4466,4553,4615,4679,4742,4865,4968,5072,5178,5239,5299,5385"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3049,3130,3210,3298,3401,3493,3594,3722,3806,3871,3968,4048,4113,4208,4272,4344,4406,4482,4545,4602,4723,4781,4842,4899,4979,5116,5203,5287,5426,5504,5583,5672,5729,5785,5851,5929,6010,6098,6176,6253,6327,6406,6496,6588,6680,6781,6855,6937,7038,7088,7154,7246,7333,7395,7459,7522,7645,7748,7852,7958,8019,8079",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,79,87,102,91,100,127,83,64,96,79,64,94,63,71,61,75,62,56,120,57,60,56,79,136,86,83,138,77,78,88,56,55,65,77,80,87,77,76,73,78,89,91,91,100,73,81,100,49,65,91,86,61,63,62,122,102,103,105,60,59,85",
+ "endOffsets": "319,3125,3205,3293,3396,3488,3589,3717,3801,3866,3963,4043,4108,4203,4267,4339,4401,4477,4540,4597,4718,4776,4837,4894,4974,5111,5198,5282,5421,5499,5578,5667,5724,5780,5846,5924,6005,6093,6171,6248,6322,6401,6491,6583,6675,6776,6850,6932,7033,7083,7149,7241,7328,7390,7454,7517,7640,7743,7847,7953,8014,8074,8160"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-ca\\values-ca.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8247",
+ "endColumns": "100",
+ "endOffsets": "8343"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json
new file mode 100644
index 000000000..0b66552c9
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-cs/values-cs.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-cs\\values-cs.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,314,424,510,615,732,810,886,977,1070,1165,1259,1353,1446,1541,1638,1729,1820,1904,2008,2120,2219,2325,2436,2538,2701,2799",
+ "endColumns": "106,101,109,85,104,116,77,75,90,92,94,93,93,92,94,96,90,90,83,103,111,98,105,110,101,162,97,82",
+ "endOffsets": "207,309,419,505,610,727,805,881,972,1065,1160,1254,1348,1441,1536,1633,1724,1815,1899,2003,2115,2214,2320,2431,2533,2696,2794,2877"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "418,525,627,737,823,928,1045,1123,1199,1290,1383,1478,1572,1666,1759,1854,1951,2042,2133,2217,2321,2433,2532,2638,2749,2851,3014,8010",
+ "endColumns": "106,101,109,85,104,116,77,75,90,92,94,93,93,92,94,96,90,90,83,103,111,98,105,110,101,162,97,82",
+ "endOffsets": "520,622,732,818,923,1040,1118,1194,1285,1378,1473,1567,1661,1754,1849,1946,2037,2128,2212,2316,2428,2527,2633,2744,2846,3009,3107,8088"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-cs\\values-cs.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,368,446,524,601,704,796,888,1014,1095,1160,1259,1335,1396,1485,1549,1616,1670,1738,1798,1852,1969,2029,2091,2145,2217,2339,2423,2515,2652,2730,2812,2900,2954,3005,3071,3143,3220,3304,3376,3453,3527,3598,3686,3757,3850,3945,4019,4093,4189,4241,4308,4394,4482,4544,4608,4671,4781,4877,4976,5074,5132,5187",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,77,77,76,102,91,91,125,80,64,98,75,60,88,63,66,53,67,59,53,116,59,61,53,71,121,83,91,136,77,81,87,53,50,65,71,76,83,71,76,73,70,87,70,92,94,73,73,95,51,66,85,87,61,63,62,109,95,98,97,57,54,78",
+ "endOffsets": "363,441,519,596,699,791,883,1009,1090,1155,1254,1330,1391,1480,1544,1611,1665,1733,1793,1847,1964,2024,2086,2140,2212,2334,2418,2510,2647,2725,2807,2895,2949,3000,3066,3138,3215,3299,3371,3448,3522,3593,3681,3752,3845,3940,4014,4088,4184,4236,4303,4389,4477,4539,4603,4666,4776,4872,4971,5069,5127,5182,5261"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3112,3190,3268,3345,3448,3540,3632,3758,3839,3904,4003,4079,4140,4229,4293,4360,4414,4482,4542,4596,4713,4773,4835,4889,4961,5083,5167,5259,5396,5474,5556,5644,5698,5749,5815,5887,5964,6048,6120,6197,6271,6342,6430,6501,6594,6689,6763,6837,6933,6985,7052,7138,7226,7288,7352,7415,7525,7621,7720,7818,7876,7931",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,77,77,76,102,91,91,125,80,64,98,75,60,88,63,66,53,67,59,53,116,59,61,53,71,121,83,91,136,77,81,87,53,50,65,71,76,83,71,76,73,70,87,70,92,94,73,73,95,51,66,85,87,61,63,62,109,95,98,97,57,54,78",
+ "endOffsets": "413,3185,3263,3340,3443,3535,3627,3753,3834,3899,3998,4074,4135,4224,4288,4355,4409,4477,4537,4591,4708,4768,4830,4884,4956,5078,5162,5254,5391,5469,5551,5639,5693,5744,5810,5882,5959,6043,6115,6192,6266,6337,6425,6496,6589,6684,6758,6832,6928,6980,7047,7133,7221,7283,7347,7410,7520,7616,7715,7813,7871,7926,8005"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-cs\\values-cs.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8093",
+ "endColumns": "100",
+ "endOffsets": "8189"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json
new file mode 100644
index 000000000..95af7fbaf
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-da/values-da.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-da\\values-da.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,205,299,415,500,600,713,791,867,958,1051,1144,1238,1332,1425,1520,1618,1709,1800,1879,1987,2094,2190,2303,2406,2507,2660,2757",
+ "endColumns": "99,93,115,84,99,112,77,75,90,92,92,93,93,92,94,97,90,90,78,107,106,95,112,102,100,152,96,79",
+ "endOffsets": "200,294,410,495,595,708,786,862,953,1046,1139,1233,1327,1420,1515,1613,1704,1795,1874,1982,2089,2185,2298,2401,2502,2655,2752,2832"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "322,422,516,632,717,817,930,1008,1084,1175,1268,1361,1455,1549,1642,1737,1835,1926,2017,2096,2204,2311,2407,2520,2623,2724,2877,7830",
+ "endColumns": "99,93,115,84,99,112,77,75,90,92,92,93,93,92,94,97,90,90,78,107,106,95,112,102,100,152,96,79",
+ "endOffsets": "417,511,627,712,812,925,1003,1079,1170,1263,1356,1450,1544,1637,1732,1830,1921,2012,2091,2199,2306,2402,2515,2618,2719,2872,2969,7905"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-da\\values-da.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,272,350,426,504,601,681,781,930,1008,1072,1158,1231,1291,1378,1442,1504,1566,1634,1699,1755,1873,1931,1992,2048,2123,2249,2335,2415,2556,2634,2714,2800,2856,2907,2973,3041,3115,3204,3276,3354,3424,3497,3581,3658,3746,3835,3909,3982,4067,4116,4182,4262,4345,4407,4471,4534,4642,4737,4838,4933,4993,5048",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,75,77,96,79,99,148,77,63,85,72,59,86,63,61,61,67,64,55,117,57,60,55,74,125,85,79,140,77,79,85,55,50,65,67,73,88,71,77,69,72,83,76,87,88,73,72,84,48,65,79,82,61,63,62,107,94,100,94,59,54,79",
+ "endOffsets": "267,345,421,499,596,676,776,925,1003,1067,1153,1226,1286,1373,1437,1499,1561,1629,1694,1750,1868,1926,1987,2043,2118,2244,2330,2410,2551,2629,2709,2795,2851,2902,2968,3036,3110,3199,3271,3349,3419,3492,3576,3653,3741,3830,3904,3977,4062,4111,4177,4257,4340,4402,4466,4529,4637,4732,4833,4928,4988,5043,5123"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2974,3052,3128,3206,3303,3383,3483,3632,3710,3774,3860,3933,3993,4080,4144,4206,4268,4336,4401,4457,4575,4633,4694,4750,4825,4951,5037,5117,5258,5336,5416,5502,5558,5609,5675,5743,5817,5906,5978,6056,6126,6199,6283,6360,6448,6537,6611,6684,6769,6818,6884,6964,7047,7109,7173,7236,7344,7439,7540,7635,7695,7750",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,75,77,96,79,99,148,77,63,85,72,59,86,63,61,61,67,64,55,117,57,60,55,74,125,85,79,140,77,79,85,55,50,65,67,73,88,71,77,69,72,83,76,87,88,73,72,84,48,65,79,82,61,63,62,107,94,100,94,59,54,79",
+ "endOffsets": "317,3047,3123,3201,3298,3378,3478,3627,3705,3769,3855,3928,3988,4075,4139,4201,4263,4331,4396,4452,4570,4628,4689,4745,4820,4946,5032,5112,5253,5331,5411,5497,5553,5604,5670,5738,5812,5901,5973,6051,6121,6194,6278,6355,6443,6532,6606,6679,6764,6813,6879,6959,7042,7104,7168,7231,7339,7434,7535,7630,7690,7745,7825"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-da\\values-da.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7910",
+ "endColumns": "100",
+ "endOffsets": "8006"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json
new file mode 100644
index 000000000..c5a689fde
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-de/values-de.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-de\\values-de.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,210,308,420,506,612,727,805,880,972,1066,1162,1263,1370,1470,1574,1672,1770,1867,1949,2060,2162,2260,2367,2470,2574,2730,2832",
+ "endColumns": "104,97,111,85,105,114,77,74,91,93,95,100,106,99,103,97,97,96,81,110,101,97,106,102,103,155,101,81",
+ "endOffsets": "205,303,415,501,607,722,800,875,967,1061,1157,1258,1365,1465,1569,1667,1765,1862,1944,2055,2157,2255,2362,2465,2569,2725,2827,2909"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "333,438,536,648,734,840,955,1033,1108,1200,1294,1390,1491,1598,1698,1802,1900,1998,2095,2177,2288,2390,2488,2595,2698,2802,2958,8080",
+ "endColumns": "104,97,111,85,105,114,77,74,91,93,95,100,106,99,103,97,97,96,81,110,101,97,106,102,103,155,101,81",
+ "endOffsets": "433,531,643,729,835,950,1028,1103,1195,1289,1385,1486,1593,1693,1797,1895,1993,2090,2172,2283,2385,2483,2590,2693,2797,2953,3055,8157"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-de\\values-de.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,283,374,463,547,637,719,820,942,1023,1089,1183,1253,1312,1420,1486,1555,1613,1685,1749,1803,1931,1991,2053,2107,2185,2322,2414,2498,2643,2727,2813,2903,2960,3011,3077,3151,3233,3326,3400,3478,3550,3624,3716,3798,3887,3976,4050,4128,4214,4269,4336,4416,4500,4562,4626,4689,4796,4900,4999,5105,5166,5221",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,90,88,83,89,81,100,121,80,65,93,69,58,107,65,68,57,71,63,53,127,59,61,53,77,136,91,83,144,83,85,89,56,50,65,73,81,92,73,77,71,73,91,81,88,88,73,77,85,54,66,79,83,61,63,62,106,103,98,105,60,54,81",
+ "endOffsets": "278,369,458,542,632,714,815,937,1018,1084,1178,1248,1307,1415,1481,1550,1608,1680,1744,1798,1926,1986,2048,2102,2180,2317,2409,2493,2638,2722,2808,2898,2955,3006,3072,3146,3228,3321,3395,3473,3545,3619,3711,3793,3882,3971,4045,4123,4209,4264,4331,4411,4495,4557,4621,4684,4791,4895,4994,5100,5161,5216,5298"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3060,3151,3240,3324,3414,3496,3597,3719,3800,3866,3960,4030,4089,4197,4263,4332,4390,4462,4526,4580,4708,4768,4830,4884,4962,5099,5191,5275,5420,5504,5590,5680,5737,5788,5854,5928,6010,6103,6177,6255,6327,6401,6493,6575,6664,6753,6827,6905,6991,7046,7113,7193,7277,7339,7403,7466,7573,7677,7776,7882,7943,7998",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,90,88,83,89,81,100,121,80,65,93,69,58,107,65,68,57,71,63,53,127,59,61,53,77,136,91,83,144,83,85,89,56,50,65,73,81,92,73,77,71,73,91,81,88,88,73,77,85,54,66,79,83,61,63,62,106,103,98,105,60,54,81",
+ "endOffsets": "328,3146,3235,3319,3409,3491,3592,3714,3795,3861,3955,4025,4084,4192,4258,4327,4385,4457,4521,4575,4703,4763,4825,4879,4957,5094,5186,5270,5415,5499,5585,5675,5732,5783,5849,5923,6005,6098,6172,6250,6322,6396,6488,6570,6659,6748,6822,6900,6986,7041,7108,7188,7272,7334,7398,7461,7568,7672,7771,7877,7938,7993,8075"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-de\\values-de.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8162",
+ "endColumns": "100",
+ "endOffsets": "8258"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json
new file mode 100644
index 000000000..157db8367
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-el/values-el.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-el\\values-el.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8285",
+ "endColumns": "100",
+ "endOffsets": "8381"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-el\\values-el.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,223,334,451,536,642,765,854,939,1030,1123,1218,1312,1412,1505,1600,1697,1788,1879,1964,2075,2184,2286,2397,2507,2615,2786,2886",
+ "endColumns": "117,110,116,84,105,122,88,84,90,92,94,93,99,92,94,96,90,90,84,110,108,101,110,109,107,170,99,85",
+ "endOffsets": "218,329,446,531,637,760,849,934,1025,1118,1213,1307,1407,1500,1595,1692,1783,1874,1959,2070,2179,2281,2392,2502,2610,2781,2881,2967"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "320,438,549,666,751,857,980,1069,1154,1245,1338,1433,1527,1627,1720,1815,1912,2003,2094,2179,2290,2399,2501,2612,2722,2830,3001,8199",
+ "endColumns": "117,110,116,84,105,122,88,84,90,92,94,93,99,92,94,96,90,90,84,110,108,101,110,109,107,170,99,85",
+ "endOffsets": "433,544,661,746,852,975,1064,1149,1240,1333,1428,1522,1622,1715,1810,1907,1998,2089,2174,2285,2394,2496,2607,2717,2825,2996,3096,8280"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-el\\values-el.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,270,358,444,529,625,712,814,931,1017,1083,1183,1265,1328,1419,1482,1547,1609,1678,1740,1794,1932,1989,2050,2104,2177,2330,2415,2499,2638,2719,2804,2894,2949,3000,3066,3144,3229,3314,3386,3466,3546,3617,3709,3781,3878,3975,4049,4123,4225,4281,4353,4441,4533,4595,4659,4722,4838,4946,5055,5163,5222,5277",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,87,85,84,95,86,101,116,85,65,99,81,62,90,62,64,61,68,61,53,137,56,60,53,72,152,84,83,138,80,84,89,54,50,65,77,84,84,71,79,79,70,91,71,96,96,73,73,101,55,71,87,91,61,63,62,115,107,108,107,58,54,90",
+ "endOffsets": "265,353,439,524,620,707,809,926,1012,1078,1178,1260,1323,1414,1477,1542,1604,1673,1735,1789,1927,1984,2045,2099,2172,2325,2410,2494,2633,2714,2799,2889,2944,2995,3061,3139,3224,3309,3381,3461,3541,3612,3704,3776,3873,3970,4044,4118,4220,4276,4348,4436,4528,4590,4654,4717,4833,4941,5050,5158,5217,5272,5363"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3101,3189,3275,3360,3456,3543,3645,3762,3848,3914,4014,4096,4159,4250,4313,4378,4440,4509,4571,4625,4763,4820,4881,4935,5008,5161,5246,5330,5469,5550,5635,5725,5780,5831,5897,5975,6060,6145,6217,6297,6377,6448,6540,6612,6709,6806,6880,6954,7056,7112,7184,7272,7364,7426,7490,7553,7669,7777,7886,7994,8053,8108",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,87,85,84,95,86,101,116,85,65,99,81,62,90,62,64,61,68,61,53,137,56,60,53,72,152,84,83,138,80,84,89,54,50,65,77,84,84,71,79,79,70,91,71,96,96,73,73,101,55,71,87,91,61,63,62,115,107,108,107,58,54,90",
+ "endOffsets": "315,3184,3270,3355,3451,3538,3640,3757,3843,3909,4009,4091,4154,4245,4308,4373,4435,4504,4566,4620,4758,4815,4876,4930,5003,5156,5241,5325,5464,5545,5630,5720,5775,5826,5892,5970,6055,6140,6212,6292,6372,6443,6535,6607,6704,6801,6875,6949,7051,7107,7179,7267,7359,7421,7485,7548,7664,7772,7881,7989,8048,8103,8194"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json
new file mode 100644
index 000000000..efc824931
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-en-rAU/values-en-rAU.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-en-rAU\\values-en-rAU.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762",
+ "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82",
+ "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-en-rAU\\values-en-rAU.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2845",
+ "endColumns": "100",
+ "endOffsets": "2941"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json
new file mode 100644
index 000000000..5465175d4
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-en-rCA/values-en-rCA.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-en-rCA\\values-en-rCA.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762",
+ "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82",
+ "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-en-rCA\\values-en-rCA.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2845",
+ "endColumns": "100",
+ "endOffsets": "2941"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json
new file mode 100644
index 000000000..a29598f46
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-en-rGB/values-en-rGB.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-en-rGB\\values-en-rGB.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7859",
+ "endColumns": "100",
+ "endOffsets": "7955"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-en-rGB\\values-en-rGB.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,272,354,432,509,595,679,777,892,971,1036,1126,1193,1252,1342,1406,1470,1533,1602,1666,1720,1832,1890,1952,2006,2078,2200,2287,2368,2508,2585,2666,2757,2811,2862,2928,2998,3075,3162,3233,3310,3379,3448,3539,3611,3700,3789,3863,3935,4021,4071,4137,4217,4301,4363,4427,4490,4590,4687,4779,4878,4936,4991",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,81,77,76,85,83,97,114,78,64,89,66,58,89,63,63,62,68,63,53,111,57,61,53,71,121,86,80,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,77",
+ "endOffsets": "267,349,427,504,590,674,772,887,966,1031,1121,1188,1247,1337,1401,1465,1528,1597,1661,1715,1827,1885,1947,2001,2073,2195,2282,2363,2503,2580,2661,2752,2806,2857,2923,2993,3070,3157,3228,3305,3374,3443,3534,3606,3695,3784,3858,3930,4016,4066,4132,4212,4296,4358,4422,4485,4585,4682,4774,4873,4931,4986,5064"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2979,3061,3139,3216,3302,3386,3484,3599,3678,3743,3833,3900,3959,4049,4113,4177,4240,4309,4373,4427,4539,4597,4659,4713,4785,4907,4994,5075,5215,5292,5373,5464,5518,5569,5635,5705,5782,5869,5940,6017,6086,6155,6246,6318,6407,6496,6570,6642,6728,6778,6844,6924,7008,7070,7134,7197,7297,7394,7486,7585,7643,7698",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,81,77,76,85,83,97,114,78,64,89,66,58,89,63,63,62,68,63,53,111,57,61,53,71,121,86,80,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,77",
+ "endOffsets": "317,3056,3134,3211,3297,3381,3479,3594,3673,3738,3828,3895,3954,4044,4108,4172,4235,4304,4368,4422,4534,4592,4654,4708,4780,4902,4989,5070,5210,5287,5368,5459,5513,5564,5630,5700,5777,5864,5935,6012,6081,6150,6241,6313,6402,6491,6565,6637,6723,6773,6839,6919,7003,7065,7129,7192,7292,7389,7481,7580,7638,7693,7771"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-en-rGB\\values-en-rGB.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762",
+ "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82",
+ "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "322,426,526,634,718,818,933,1011,1086,1177,1270,1365,1459,1559,1652,1747,1841,1932,2023,2105,2208,2311,2410,2515,2619,2723,2879,7776",
+ "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82",
+ "endOffsets": "421,521,629,713,813,928,1006,1081,1172,1265,1360,1454,1554,1647,1742,1836,1927,2018,2100,2203,2306,2405,2510,2614,2718,2874,2974,7854"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json
new file mode 100644
index 000000000..e1d9b4727
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-en-rIN/values-en-rIN.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-en-rIN\\values-en-rIN.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762",
+ "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82",
+ "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-en-rIN\\values-en-rIN.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2845",
+ "endColumns": "100",
+ "endOffsets": "2941"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json
new file mode 100644
index 000000000..b79295477
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-en-rXC/values-en-rXC.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-en-rXC\\values-en-rXC.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,312,515,725,912,1113,1329,1509,1684,1878,2072,2267,2464,2663,2858,3056,3253,3447,3641,3826,4031,4234,4435,4641,4846,5053,5327,5528",
+ "endColumns": "206,202,209,186,200,215,179,174,193,193,194,196,198,194,197,196,193,193,184,204,202,200,205,204,206,273,200,185",
+ "endOffsets": "307,510,720,907,1108,1324,1504,1679,1873,2067,2262,2459,2658,2853,3051,3248,3442,3636,3821,4026,4229,4430,4636,4841,5048,5322,5523,5709"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-en-rXC\\values-en-rXC.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "203",
+ "endOffsets": "254"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "5714",
+ "endColumns": "203",
+ "endOffsets": "5913"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json
new file mode 100644
index 000000000..1e0317b88
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-es-rUS/values-es-rUS.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-es-rUS\\values-es-rUS.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,278,360,440,526,631,727,829,957,1038,1103,1198,1268,1331,1424,1488,1560,1623,1697,1761,1817,1935,1993,2055,2111,2191,2325,2414,2495,2636,2717,2797,2887,2943,2999,3065,3141,3223,3311,3384,3461,3531,3608,3697,3771,3865,3967,4039,4120,4224,4277,4344,4437,4526,4588,4652,4715,4826,4923,5025,5123,5183,5243",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,81,79,85,104,95,101,127,80,64,94,69,62,92,63,71,62,73,63,55,117,57,61,55,79,133,88,80,140,80,79,89,55,55,65,75,81,87,72,76,69,76,88,73,93,101,71,80,103,52,66,92,88,61,63,62,110,96,101,97,59,59,82",
+ "endOffsets": "273,355,435,521,626,722,824,952,1033,1098,1193,1263,1326,1419,1483,1555,1618,1692,1756,1812,1930,1988,2050,2106,2186,2320,2409,2490,2631,2712,2792,2882,2938,2994,3060,3136,3218,3306,3379,3456,3526,3603,3692,3766,3860,3962,4034,4115,4219,4272,4339,4432,4521,4583,4647,4710,4821,4918,5020,5118,5178,5238,5321"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3044,3126,3206,3292,3397,3493,3595,3723,3804,3869,3964,4034,4097,4190,4254,4326,4389,4463,4527,4583,4701,4759,4821,4877,4957,5091,5180,5261,5402,5483,5563,5653,5709,5765,5831,5907,5989,6077,6150,6227,6297,6374,6463,6537,6631,6733,6805,6886,6990,7043,7110,7203,7292,7354,7418,7481,7592,7689,7791,7889,7949,8009",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,81,79,85,104,95,101,127,80,64,94,69,62,92,63,71,62,73,63,55,117,57,61,55,79,133,88,80,140,80,79,89,55,55,65,75,81,87,72,76,69,76,88,73,93,101,71,80,103,52,66,92,88,61,63,62,110,96,101,97,59,59,82",
+ "endOffsets": "323,3121,3201,3287,3392,3488,3590,3718,3799,3864,3959,4029,4092,4185,4249,4321,4384,4458,4522,4578,4696,4754,4816,4872,4952,5086,5175,5256,5397,5478,5558,5648,5704,5760,5826,5902,5984,6072,6145,6222,6292,6369,6458,6532,6626,6728,6800,6881,6985,7038,7105,7198,7287,7349,7413,7476,7587,7684,7786,7884,7944,8004,8087"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-es-rUS\\values-es-rUS.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,225,334,442,527,629,745,830,910,1001,1094,1189,1283,1382,1475,1574,1670,1761,1852,1934,2041,2140,2239,2347,2455,2562,2721,2821",
+ "endColumns": "119,108,107,84,101,115,84,79,90,92,94,93,98,92,98,95,90,90,81,106,98,98,107,107,106,158,99,82",
+ "endOffsets": "220,329,437,522,624,740,825,905,996,1089,1184,1278,1377,1470,1569,1665,1756,1847,1929,2036,2135,2234,2342,2450,2557,2716,2816,2899"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "328,448,557,665,750,852,968,1053,1133,1224,1317,1412,1506,1605,1698,1797,1893,1984,2075,2157,2264,2363,2462,2570,2678,2785,2944,8092",
+ "endColumns": "119,108,107,84,101,115,84,79,90,92,94,93,98,92,98,95,90,90,81,106,98,98,107,107,106,158,99,82",
+ "endOffsets": "443,552,660,745,847,963,1048,1128,1219,1312,1407,1501,1600,1693,1792,1888,1979,2070,2152,2259,2358,2457,2565,2673,2780,2939,3039,8170"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-es-rUS\\values-es-rUS.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8175",
+ "endColumns": "100",
+ "endOffsets": "8271"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json
new file mode 100644
index 000000000..9cf8e9746
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-es/values-es.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-es\\values-es.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8194",
+ "endColumns": "100",
+ "endOffsets": "8290"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-es\\values-es.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,207,320,428,513,614,742,828,909,1001,1095,1192,1286,1386,1480,1576,1672,1764,1856,1938,2045,2156,2255,2363,2471,2578,2737,2836",
+ "endColumns": "101,112,107,84,100,127,85,80,91,93,96,93,99,93,95,95,91,91,81,106,110,98,107,107,106,158,98,82",
+ "endOffsets": "202,315,423,508,609,737,823,904,996,1090,1187,1281,1381,1475,1571,1667,1759,1851,1933,2040,2151,2250,2358,2466,2573,2732,2831,2914"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "328,430,543,651,736,837,965,1051,1132,1224,1318,1415,1509,1609,1703,1799,1895,1987,2079,2161,2268,2379,2478,2586,2694,2801,2960,8111",
+ "endColumns": "101,112,107,84,100,127,85,80,91,93,96,93,99,93,95,95,91,91,81,106,110,98,107,107,106,158,98,82",
+ "endOffsets": "425,538,646,731,832,960,1046,1127,1219,1313,1410,1504,1604,1698,1794,1890,1982,2074,2156,2263,2374,2473,2581,2689,2796,2955,3054,8189"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-es\\values-es.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,278,359,438,525,626,722,826,948,1029,1094,1189,1270,1333,1422,1486,1555,1618,1692,1756,1812,1930,1988,2050,2106,2186,2325,2414,2496,2637,2718,2798,2888,2944,3000,3066,3145,3227,3315,3389,3466,3536,3615,3699,3783,3875,3975,4049,4130,4232,4285,4352,4445,4534,4596,4660,4723,4836,4929,5033,5127,5187,5247",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,78,86,100,95,103,121,80,64,94,80,62,88,63,68,62,73,63,55,117,57,61,55,79,138,88,81,140,80,79,89,55,55,65,78,81,87,73,76,69,78,83,83,91,99,73,80,101,52,66,92,88,61,63,62,112,92,103,93,59,59,82",
+ "endOffsets": "273,354,433,520,621,717,821,943,1024,1089,1184,1265,1328,1417,1481,1550,1613,1687,1751,1807,1925,1983,2045,2101,2181,2320,2409,2491,2632,2713,2793,2883,2939,2995,3061,3140,3222,3310,3384,3461,3531,3610,3694,3778,3870,3970,4044,4125,4227,4280,4347,4440,4529,4591,4655,4718,4831,4924,5028,5122,5182,5242,5325"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3059,3140,3219,3306,3407,3503,3607,3729,3810,3875,3970,4051,4114,4203,4267,4336,4399,4473,4537,4593,4711,4769,4831,4887,4967,5106,5195,5277,5418,5499,5579,5669,5725,5781,5847,5926,6008,6096,6170,6247,6317,6396,6480,6564,6656,6756,6830,6911,7013,7066,7133,7226,7315,7377,7441,7504,7617,7710,7814,7908,7968,8028",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,78,86,100,95,103,121,80,64,94,80,62,88,63,68,62,73,63,55,117,57,61,55,79,138,88,81,140,80,79,89,55,55,65,78,81,87,73,76,69,78,83,83,91,99,73,80,101,52,66,92,88,61,63,62,112,92,103,93,59,59,82",
+ "endOffsets": "323,3135,3214,3301,3402,3498,3602,3724,3805,3870,3965,4046,4109,4198,4262,4331,4394,4468,4532,4588,4706,4764,4826,4882,4962,5101,5190,5272,5413,5494,5574,5664,5720,5776,5842,5921,6003,6091,6165,6242,6312,6391,6475,6559,6651,6751,6825,6906,7008,7061,7128,7221,7310,7372,7436,7499,7612,7705,7809,7903,7963,8023,8106"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json
new file mode 100644
index 000000000..c875df3dc
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-et/values-et.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-et\\values-et.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,211,310,421,507,609,726,807,884,976,1070,1166,1268,1377,1471,1572,1666,1758,1851,1934,2045,2149,2248,2358,2460,2559,2725,2827",
+ "endColumns": "105,98,110,85,101,116,80,76,91,93,95,101,108,93,100,93,91,92,82,110,103,98,109,101,98,165,101,82",
+ "endOffsets": "206,305,416,502,604,721,802,879,971,1065,1161,1263,1372,1466,1567,1661,1753,1846,1929,2040,2144,2243,2353,2455,2554,2720,2822,2905"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "316,422,521,632,718,820,937,1018,1095,1187,1281,1377,1479,1588,1682,1783,1877,1969,2062,2145,2256,2360,2459,2569,2671,2770,2936,7940",
+ "endColumns": "105,98,110,85,101,116,80,76,91,93,95,101,108,93,100,93,91,92,82,110,103,98,109,101,98,165,101,82",
+ "endOffsets": "417,516,627,713,815,932,1013,1090,1182,1276,1372,1474,1583,1677,1778,1872,1964,2057,2140,2251,2355,2454,2564,2666,2765,2931,3033,8018"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-et\\values-et.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,266,346,425,510,602,689,788,905,987,1051,1136,1204,1268,1355,1419,1483,1542,1614,1678,1732,1851,1911,1972,2026,2099,2232,2316,2409,2547,2627,2706,2794,2849,2900,2966,3039,3118,3204,3277,3352,3426,3498,3586,3663,3754,3846,3918,3992,4083,4137,4206,4289,4375,4437,4501,4564,4667,4771,4868,4973,5032,5087",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,79,78,84,91,86,98,116,81,63,84,67,63,86,63,63,58,71,63,53,118,59,60,53,72,132,83,92,137,79,78,87,54,50,65,72,78,85,72,74,73,71,87,76,90,91,71,73,90,53,68,82,85,61,63,62,102,103,96,104,58,54,80",
+ "endOffsets": "261,341,420,505,597,684,783,900,982,1046,1131,1199,1263,1350,1414,1478,1537,1609,1673,1727,1846,1906,1967,2021,2094,2227,2311,2404,2542,2622,2701,2789,2844,2895,2961,3034,3113,3199,3272,3347,3421,3493,3581,3658,3749,3841,3913,3987,4078,4132,4201,4284,4370,4432,4496,4559,4662,4766,4863,4968,5027,5082,5163"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3038,3118,3197,3282,3374,3461,3560,3677,3759,3823,3908,3976,4040,4127,4191,4255,4314,4386,4450,4504,4623,4683,4744,4798,4871,5004,5088,5181,5319,5399,5478,5566,5621,5672,5738,5811,5890,5976,6049,6124,6198,6270,6358,6435,6526,6618,6690,6764,6855,6909,6978,7061,7147,7209,7273,7336,7439,7543,7640,7745,7804,7859",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,79,78,84,91,86,98,116,81,63,84,67,63,86,63,63,58,71,63,53,118,59,60,53,72,132,83,92,137,79,78,87,54,50,65,72,78,85,72,74,73,71,87,76,90,91,71,73,90,53,68,82,85,61,63,62,102,103,96,104,58,54,80",
+ "endOffsets": "311,3113,3192,3277,3369,3456,3555,3672,3754,3818,3903,3971,4035,4122,4186,4250,4309,4381,4445,4499,4618,4678,4739,4793,4866,4999,5083,5176,5314,5394,5473,5561,5616,5667,5733,5806,5885,5971,6044,6119,6193,6265,6353,6430,6521,6613,6685,6759,6850,6904,6973,7056,7142,7204,7268,7331,7434,7538,7635,7740,7799,7854,7935"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-et\\values-et.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8023",
+ "endColumns": "100",
+ "endOffsets": "8119"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json
new file mode 100644
index 000000000..320006d8e
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-eu/values-eu.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-eu\\values-eu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8163",
+ "endColumns": "100",
+ "endOffsets": "8259"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-eu\\values-eu.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,275,382,487,567,674,774,872,987,1070,1137,1236,1304,1365,1453,1516,1582,1646,1717,1780,1834,1943,2002,2065,2119,2193,2318,2408,2488,2633,2716,2798,2889,2941,2994,3060,3131,3211,3297,3375,3453,3526,3601,3688,3775,3866,3959,4031,4107,4199,4250,4316,4400,4486,4548,4612,4675,4782,4887,4983,5089,5145,5202",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,106,104,79,106,99,97,114,82,66,98,67,60,87,62,65,63,70,62,53,108,58,62,53,73,124,89,79,144,82,81,90,51,52,65,70,79,85,77,77,72,74,86,86,90,92,71,75,91,50,65,83,85,61,63,62,106,104,95,105,55,56,82",
+ "endOffsets": "270,377,482,562,669,769,867,982,1065,1132,1231,1299,1360,1448,1511,1577,1641,1712,1775,1829,1938,1997,2060,2114,2188,2313,2403,2483,2628,2711,2793,2884,2936,2989,3055,3126,3206,3292,3370,3448,3521,3596,3683,3770,3861,3954,4026,4102,4194,4245,4311,4395,4481,4543,4607,4670,4777,4882,4978,5084,5140,5197,5280"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3070,3177,3282,3362,3469,3569,3667,3782,3865,3932,4031,4099,4160,4248,4311,4377,4441,4512,4575,4629,4738,4797,4860,4914,4988,5113,5203,5283,5428,5511,5593,5684,5736,5789,5855,5926,6006,6092,6170,6248,6321,6396,6483,6570,6661,6754,6826,6902,6994,7045,7111,7195,7281,7343,7407,7470,7577,7682,7778,7884,7940,7997",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,106,104,79,106,99,97,114,82,66,98,67,60,87,62,65,63,70,62,53,108,58,62,53,73,124,89,79,144,82,81,90,51,52,65,70,79,85,77,77,72,74,86,86,90,92,71,75,91,50,65,83,85,61,63,62,106,104,95,105,55,56,82",
+ "endOffsets": "320,3172,3277,3357,3464,3564,3662,3777,3860,3927,4026,4094,4155,4243,4306,4372,4436,4507,4570,4624,4733,4792,4855,4909,4983,5108,5198,5278,5423,5506,5588,5679,5731,5784,5850,5921,6001,6087,6165,6243,6316,6391,6478,6565,6656,6749,6821,6897,6989,7040,7106,7190,7276,7338,7402,7465,7572,7677,7773,7879,7935,7992,8075"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-eu\\values-eu.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,214,312,422,508,614,738,824,905,997,1091,1187,1281,1382,1476,1572,1669,1761,1854,1936,2045,2154,2253,2362,2469,2580,2751,2850",
+ "endColumns": "108,97,109,85,105,123,85,80,91,93,95,93,100,93,95,96,91,92,81,108,108,98,108,106,110,170,98,82",
+ "endOffsets": "209,307,417,503,609,733,819,900,992,1086,1182,1276,1377,1471,1567,1664,1756,1849,1931,2040,2149,2248,2357,2464,2575,2746,2845,2928"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "325,434,532,642,728,834,958,1044,1125,1217,1311,1407,1501,1602,1696,1792,1889,1981,2074,2156,2265,2374,2473,2582,2689,2800,2971,8080",
+ "endColumns": "108,97,109,85,105,123,85,80,91,93,95,93,100,93,95,96,91,92,81,108,108,98,108,106,110,170,98,82",
+ "endOffsets": "429,527,637,723,829,953,1039,1120,1212,1306,1402,1496,1597,1691,1787,1884,1976,2069,2151,2260,2369,2468,2577,2684,2795,2966,3065,8158"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json
new file mode 100644
index 000000000..4d3ec3b4e
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-fa/values-fa.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-fa\\values-fa.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7913",
+ "endColumns": "100",
+ "endOffsets": "8009"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-fa\\values-fa.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,215,316,427,511,612,727,807,884,977,1072,1164,1258,1360,1455,1552,1646,1739,1829,1911,2019,2123,2221,2327,2432,2537,2694,2795",
+ "endColumns": "109,100,110,83,100,114,79,76,92,94,91,93,101,94,96,93,92,89,81,107,103,97,105,104,104,156,100,81",
+ "endOffsets": "210,311,422,506,607,722,802,879,972,1067,1159,1253,1355,1450,1547,1641,1734,1824,1906,2014,2118,2216,2322,2427,2532,2689,2790,2872"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "309,419,520,631,715,816,931,1011,1088,1181,1276,1368,1462,1564,1659,1756,1850,1943,2033,2115,2223,2327,2425,2531,2636,2741,2898,7831",
+ "endColumns": "109,100,110,83,100,114,79,76,92,94,91,93,101,94,96,93,92,89,81,107,103,97,105,104,104,156,100,81",
+ "endOffsets": "414,515,626,710,811,926,1006,1083,1176,1271,1363,1457,1559,1654,1751,1845,1938,2028,2110,2218,2322,2420,2526,2631,2736,2893,2994,7908"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-fa\\values-fa.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,259,334,411,493,586,673,770,899,983,1046,1136,1205,1265,1356,1419,1483,1542,1609,1671,1726,1849,1907,1968,2023,2095,2232,2313,2395,2525,2599,2673,2759,2810,2864,2930,3001,3078,3159,3232,3306,3376,3450,3536,3610,3699,3791,3865,3938,4027,4078,4145,4228,4312,4374,4438,4501,4595,4702,4795,4900,4955,5013",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,74,76,81,92,86,96,128,83,62,89,68,59,90,62,63,58,66,61,54,122,57,60,54,71,136,80,81,129,73,73,85,50,53,65,70,76,80,72,73,69,73,85,73,88,91,73,72,88,50,66,82,83,61,63,62,93,106,92,104,54,57,77",
+ "endOffsets": "254,329,406,488,581,668,765,894,978,1041,1131,1200,1260,1351,1414,1478,1537,1604,1666,1721,1844,1902,1963,2018,2090,2227,2308,2390,2520,2594,2668,2754,2805,2859,2925,2996,3073,3154,3227,3301,3371,3445,3531,3605,3694,3786,3860,3933,4022,4073,4140,4223,4307,4369,4433,4496,4590,4697,4790,4895,4950,5008,5086"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2999,3074,3151,3233,3326,3413,3510,3639,3723,3786,3876,3945,4005,4096,4159,4223,4282,4349,4411,4466,4589,4647,4708,4763,4835,4972,5053,5135,5265,5339,5413,5499,5550,5604,5670,5741,5818,5899,5972,6046,6116,6190,6276,6350,6439,6531,6605,6678,6767,6818,6885,6968,7052,7114,7178,7241,7335,7442,7535,7640,7695,7753",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,74,76,81,92,86,96,128,83,62,89,68,59,90,62,63,58,66,61,54,122,57,60,54,71,136,80,81,129,73,73,85,50,53,65,70,76,80,72,73,69,73,85,73,88,91,73,72,88,50,66,82,83,61,63,62,93,106,92,104,54,57,77",
+ "endOffsets": "304,3069,3146,3228,3321,3408,3505,3634,3718,3781,3871,3940,4000,4091,4154,4218,4277,4344,4406,4461,4584,4642,4703,4758,4830,4967,5048,5130,5260,5334,5408,5494,5545,5599,5665,5736,5813,5894,5967,6041,6111,6185,6271,6345,6434,6526,6600,6673,6762,6813,6880,6963,7047,7109,7173,7236,7330,7437,7530,7635,7690,7748,7826"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json
new file mode 100644
index 000000000..86f8b8af4
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-fi/values-fi.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-fi\\values-fi.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7946",
+ "endColumns": "100",
+ "endOffsets": "8042"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-fi\\values-fi.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,268,344,418,501,590,672,768,876,960,1025,1118,1193,1258,1346,1411,1477,1535,1606,1672,1726,1836,1896,1960,2014,2087,2203,2287,2368,2501,2586,2671,2761,2813,2864,2930,3007,3089,3173,3247,3326,3403,3475,3564,3640,3731,3826,3900,3973,4067,4121,4193,4279,4365,4427,4491,4554,4655,4757,4852,4955,5011,5066",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,75,73,82,88,81,95,107,83,64,92,74,64,87,64,65,57,70,65,53,109,59,63,53,72,115,83,80,132,84,84,89,51,50,65,76,81,83,73,78,76,71,88,75,90,94,73,72,93,53,71,85,85,61,63,62,100,101,94,102,55,54,78",
+ "endOffsets": "263,339,413,496,585,667,763,871,955,1020,1113,1188,1253,1341,1406,1472,1530,1601,1667,1721,1831,1891,1955,2009,2082,2198,2282,2363,2496,2581,2666,2756,2808,2859,2925,3002,3084,3168,3242,3321,3398,3470,3559,3635,3726,3821,3895,3968,4062,4116,4188,4274,4360,4422,4486,4549,4650,4752,4847,4950,5006,5061,5140"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2988,3064,3138,3221,3310,3392,3488,3596,3680,3745,3838,3913,3978,4066,4131,4197,4255,4326,4392,4446,4556,4616,4680,4734,4807,4923,5007,5088,5221,5306,5391,5481,5533,5584,5650,5727,5809,5893,5967,6046,6123,6195,6284,6360,6451,6546,6620,6693,6787,6841,6913,6999,7085,7147,7211,7274,7375,7477,7572,7675,7731,7786",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,75,73,82,88,81,95,107,83,64,92,74,64,87,64,65,57,70,65,53,109,59,63,53,72,115,83,80,132,84,84,89,51,50,65,76,81,83,73,78,76,71,88,75,90,94,73,72,93,53,71,85,85,61,63,62,100,101,94,102,55,54,78",
+ "endOffsets": "313,3059,3133,3216,3305,3387,3483,3591,3675,3740,3833,3908,3973,4061,4126,4192,4250,4321,4387,4441,4551,4611,4675,4729,4802,4918,5002,5083,5216,5301,5386,5476,5528,5579,5645,5722,5804,5888,5962,6041,6118,6190,6279,6355,6446,6541,6615,6688,6782,6836,6908,6994,7080,7142,7206,7269,7370,7472,7567,7670,7726,7781,7860"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-fi\\values-fi.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,313,422,508,613,731,817,896,987,1080,1175,1269,1363,1456,1552,1651,1742,1836,1916,2023,2124,2221,2327,2427,2525,2675,2775",
+ "endColumns": "107,99,108,85,104,117,85,78,90,92,94,93,93,92,95,98,90,93,79,106,100,96,105,99,97,149,99,80",
+ "endOffsets": "208,308,417,503,608,726,812,891,982,1075,1170,1264,1358,1451,1547,1646,1737,1831,1911,2018,2119,2216,2322,2422,2520,2670,2770,2851"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "318,426,526,635,721,826,944,1030,1109,1200,1293,1388,1482,1576,1669,1765,1864,1955,2049,2129,2236,2337,2434,2540,2640,2738,2888,7865",
+ "endColumns": "107,99,108,85,104,117,85,78,90,92,94,93,93,92,95,98,90,93,79,106,100,96,105,99,97,149,99,80",
+ "endOffsets": "421,521,630,716,821,939,1025,1104,1195,1288,1383,1477,1571,1664,1760,1859,1950,2044,2124,2231,2332,2429,2535,2635,2733,2883,2983,7941"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json
new file mode 100644
index 000000000..ea7c9d42a
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-fr-rCA/values-fr-rCA.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,283,390,498,580,681,778,878,1000,1085,1151,1248,1328,1390,1482,1549,1623,1684,1763,1827,1881,1997,2056,2118,2172,2254,2383,2475,2559,2703,2782,2863,2956,3011,3062,3128,3207,3288,3379,3451,3529,3604,3676,3773,3850,3948,4046,4124,4205,4305,4362,4428,4511,4598,4660,4724,4787,4889,4996,5093,5202,5261,5316",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,106,107,81,100,96,99,121,84,65,96,79,61,91,66,73,60,78,63,53,115,58,61,53,81,128,91,83,143,78,80,92,54,50,65,78,80,90,71,77,74,71,96,76,97,97,77,80,99,56,65,82,86,61,63,62,101,106,96,108,58,54,88",
+ "endOffsets": "278,385,493,575,676,773,873,995,1080,1146,1243,1323,1385,1477,1544,1618,1679,1758,1822,1876,1992,2051,2113,2167,2249,2378,2470,2554,2698,2777,2858,2951,3006,3057,3123,3202,3283,3374,3446,3524,3599,3671,3768,3845,3943,4041,4119,4200,4300,4357,4423,4506,4593,4655,4719,4782,4884,4991,5088,5197,5256,5311,5400"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3083,3190,3298,3380,3481,3578,3678,3800,3885,3951,4048,4128,4190,4282,4349,4423,4484,4563,4627,4681,4797,4856,4918,4972,5054,5183,5275,5359,5503,5582,5663,5756,5811,5862,5928,6007,6088,6179,6251,6329,6404,6476,6573,6650,6748,6846,6924,7005,7105,7162,7228,7311,7398,7460,7524,7587,7689,7796,7893,8002,8061,8116",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,106,107,81,100,96,99,121,84,65,96,79,61,91,66,73,60,78,63,53,115,58,61,53,81,128,91,83,143,78,80,92,54,50,65,78,80,90,71,77,74,71,96,76,97,97,77,80,99,56,65,82,86,61,63,62,101,106,96,108,58,54,88",
+ "endOffsets": "328,3185,3293,3375,3476,3573,3673,3795,3880,3946,4043,4123,4185,4277,4344,4418,4479,4558,4622,4676,4792,4851,4913,4967,5049,5178,5270,5354,5498,5577,5658,5751,5806,5857,5923,6002,6083,6174,6246,6324,6399,6471,6568,6645,6743,6841,6919,7000,7100,7157,7223,7306,7393,7455,7519,7582,7684,7791,7888,7997,8056,8111,8200"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-fr-rCA\\values-fr-rCA.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,216,323,433,520,626,756,841,921,1012,1105,1203,1298,1398,1491,1584,1679,1770,1861,1947,2057,2168,2271,2382,2490,2597,2756,2855",
+ "endColumns": "110,106,109,86,105,129,84,79,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86",
+ "endOffsets": "211,318,428,515,621,751,836,916,1007,1100,1198,1293,1393,1486,1579,1674,1765,1856,1942,2052,2163,2266,2377,2485,2592,2751,2850,2937"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "333,444,551,661,748,854,984,1069,1149,1240,1333,1431,1526,1626,1719,1812,1907,1998,2089,2175,2285,2396,2499,2610,2718,2825,2984,8205",
+ "endColumns": "110,106,109,86,105,129,84,79,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86",
+ "endOffsets": "439,546,656,743,849,979,1064,1144,1235,1328,1426,1521,1621,1714,1807,1902,1993,2084,2170,2280,2391,2494,2605,2713,2820,2979,3078,8287"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8292",
+ "endColumns": "100",
+ "endOffsets": "8388"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json
new file mode 100644
index 000000000..e01c3ca4a
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-fr/values-fr.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-fr\\values-fr.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,216,331,441,523,629,759,837,913,1004,1097,1195,1290,1390,1483,1576,1671,1762,1853,1939,2049,2160,2263,2374,2482,2589,2748,2847",
+ "endColumns": "110,114,109,81,105,129,77,75,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86",
+ "endOffsets": "211,326,436,518,624,754,832,908,999,1092,1190,1285,1385,1478,1571,1666,1757,1848,1934,2044,2155,2258,2369,2477,2584,2743,2842,2929"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "333,444,559,669,751,857,987,1065,1141,1232,1325,1423,1518,1618,1711,1804,1899,1990,2081,2167,2277,2388,2491,2602,2710,2817,2976,8140",
+ "endColumns": "110,114,109,81,105,129,77,75,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86",
+ "endOffsets": "439,554,664,746,852,982,1060,1136,1227,1320,1418,1513,1613,1706,1799,1894,1985,2076,2162,2272,2383,2486,2597,2705,2812,2971,3070,8222"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-fr\\values-fr.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,283,363,444,527,636,731,829,959,1044,1110,1207,1290,1356,1458,1523,1598,1654,1733,1793,1847,1969,2028,2090,2144,2226,2361,2453,2537,2681,2760,2841,2934,2989,3040,3106,3186,3267,3370,3443,3521,3594,3666,3759,3831,3923,4015,4089,4173,4265,4322,4388,4471,4558,4620,4684,4747,4849,4947,5044,5145,5204,5259",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,79,80,82,108,94,97,129,84,65,96,82,65,101,64,74,55,78,59,53,121,58,61,53,81,134,91,83,143,78,80,92,54,50,65,79,80,102,72,77,72,71,92,71,91,91,73,83,91,56,65,82,86,61,63,62,101,97,96,100,58,54,88",
+ "endOffsets": "278,358,439,522,631,726,824,954,1039,1105,1202,1285,1351,1453,1518,1593,1649,1728,1788,1842,1964,2023,2085,2139,2221,2356,2448,2532,2676,2755,2836,2929,2984,3035,3101,3181,3262,3365,3438,3516,3589,3661,3754,3826,3918,4010,4084,4168,4260,4317,4383,4466,4553,4615,4679,4742,4844,4942,5039,5140,5199,5254,5343"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3075,3155,3236,3319,3428,3523,3621,3751,3836,3902,3999,4082,4148,4250,4315,4390,4446,4525,4585,4639,4761,4820,4882,4936,5018,5153,5245,5329,5473,5552,5633,5726,5781,5832,5898,5978,6059,6162,6235,6313,6386,6458,6551,6623,6715,6807,6881,6965,7057,7114,7180,7263,7350,7412,7476,7539,7641,7739,7836,7937,7996,8051",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,79,80,82,108,94,97,129,84,65,96,82,65,101,64,74,55,78,59,53,121,58,61,53,81,134,91,83,143,78,80,92,54,50,65,79,80,102,72,77,72,71,92,71,91,91,73,83,91,56,65,82,86,61,63,62,101,97,96,100,58,54,88",
+ "endOffsets": "328,3150,3231,3314,3423,3518,3616,3746,3831,3897,3994,4077,4143,4245,4310,4385,4441,4520,4580,4634,4756,4815,4877,4931,5013,5148,5240,5324,5468,5547,5628,5721,5776,5827,5893,5973,6054,6157,6230,6308,6381,6453,6546,6618,6710,6802,6876,6960,7052,7109,7175,7258,7345,7407,7471,7534,7636,7734,7831,7932,7991,8046,8135"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-fr\\values-fr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8227",
+ "endColumns": "100",
+ "endOffsets": "8323"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json
new file mode 100644
index 000000000..222d36860
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-gl/values-gl.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-gl\\values-gl.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,275,356,436,521,623,719,824,957,1037,1115,1211,1290,1353,1448,1512,1581,1644,1718,1782,1838,1959,2017,2079,2135,2212,2351,2439,2519,2659,2739,2819,2909,2965,3021,3087,3166,3247,3335,3414,3491,3573,3662,3746,3838,3931,4032,4106,4198,4300,4352,4418,4510,4598,4660,4724,4787,4898,5000,5106,5209,5269,5329",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,79,84,101,95,104,132,79,77,95,78,62,94,63,68,62,73,63,55,120,57,61,55,76,138,87,79,139,79,79,89,55,55,65,78,80,87,78,76,81,88,83,91,92,100,73,91,101,51,65,91,87,61,63,62,110,101,105,102,59,59,84",
+ "endOffsets": "270,351,431,516,618,714,819,952,1032,1110,1206,1285,1348,1443,1507,1576,1639,1713,1777,1833,1954,2012,2074,2130,2207,2346,2434,2514,2654,2734,2814,2904,2960,3016,3082,3161,3242,3330,3409,3486,3568,3657,3741,3833,3926,4027,4101,4193,4295,4347,4413,4505,4593,4655,4719,4782,4893,4995,5101,5204,5264,5324,5409"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3075,3156,3236,3321,3423,3519,3624,3757,3837,3915,4011,4090,4153,4248,4312,4381,4444,4518,4582,4638,4759,4817,4879,4935,5012,5151,5239,5319,5459,5539,5619,5709,5765,5821,5887,5966,6047,6135,6214,6291,6373,6462,6546,6638,6731,6832,6906,6998,7100,7152,7218,7310,7398,7460,7524,7587,7698,7800,7906,8009,8069,8129",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,79,84,101,95,104,132,79,77,95,78,62,94,63,68,62,73,63,55,120,57,61,55,76,138,87,79,139,79,79,89,55,55,65,78,80,87,78,76,81,88,83,91,92,100,73,91,101,51,65,91,87,61,63,62,110,101,105,102,59,59,84",
+ "endOffsets": "320,3151,3231,3316,3418,3514,3619,3752,3832,3910,4006,4085,4148,4243,4307,4376,4439,4513,4577,4633,4754,4812,4874,4930,5007,5146,5234,5314,5454,5534,5614,5704,5760,5816,5882,5961,6042,6130,6209,6286,6368,6457,6541,6633,6726,6827,6901,6993,7095,7147,7213,7305,7393,7455,7519,7582,7693,7795,7901,8004,8064,8124,8209"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-gl\\values-gl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8297",
+ "endColumns": "100",
+ "endOffsets": "8393"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-gl\\values-gl.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,209,313,421,506,607,735,821,902,994,1088,1185,1279,1379,1473,1569,1664,1756,1848,1929,2037,2144,2251,2360,2465,2579,2756,2855",
+ "endColumns": "103,103,107,84,100,127,85,80,91,93,96,93,99,93,95,94,91,91,80,107,106,106,108,104,113,176,98,82",
+ "endOffsets": "204,308,416,501,602,730,816,897,989,1083,1180,1274,1374,1468,1564,1659,1751,1843,1924,2032,2139,2246,2355,2460,2574,2751,2850,2933"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "325,429,533,641,726,827,955,1041,1122,1214,1308,1405,1499,1599,1693,1789,1884,1976,2068,2149,2257,2364,2471,2580,2685,2799,2976,8214",
+ "endColumns": "103,103,107,84,100,127,85,80,91,93,96,93,99,93,95,94,91,91,80,107,106,106,108,104,113,176,98,82",
+ "endOffsets": "424,528,636,721,822,950,1036,1117,1209,1303,1400,1494,1594,1688,1784,1879,1971,2063,2144,2252,2359,2466,2575,2680,2794,2971,3070,8292"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json
new file mode 100644
index 000000000..3e089525c
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-gu/values-gu.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-gu\\values-gu.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,268,342,414,496,602,700,799,919,1003,1066,1157,1224,1283,1373,1436,1501,1565,1634,1696,1750,1865,1923,1984,2038,2111,2238,2324,2408,2541,2616,2692,2778,2832,2884,2950,3023,3103,3188,3259,3335,3414,3483,3579,3657,3752,3848,3922,3997,4096,4147,4214,4301,4391,4453,4517,4580,4682,4787,4884,4990,5048,5104",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,73,71,81,105,97,98,119,83,62,90,66,58,89,62,64,63,68,61,53,114,57,60,53,72,126,85,83,132,74,75,85,53,51,65,72,79,84,70,75,78,68,95,77,94,95,73,74,98,50,66,86,89,61,63,62,101,104,96,105,57,55,77",
+ "endOffsets": "263,337,409,491,597,695,794,914,998,1061,1152,1219,1278,1368,1431,1496,1560,1629,1691,1745,1860,1918,1979,2033,2106,2233,2319,2403,2536,2611,2687,2773,2827,2879,2945,3018,3098,3183,3254,3330,3409,3478,3574,3652,3747,3843,3917,3992,4091,4142,4209,4296,4386,4448,4512,4575,4677,4782,4879,4985,5043,5099,5177"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3001,3075,3147,3229,3335,3433,3532,3652,3736,3799,3890,3957,4016,4106,4169,4234,4298,4367,4429,4483,4598,4656,4717,4771,4844,4971,5057,5141,5274,5349,5425,5511,5565,5617,5683,5756,5836,5921,5992,6068,6147,6216,6312,6390,6485,6581,6655,6730,6829,6880,6947,7034,7124,7186,7250,7313,7415,7520,7617,7723,7781,7837",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,73,71,81,105,97,98,119,83,62,90,66,58,89,62,64,63,68,61,53,114,57,60,53,72,126,85,83,132,74,75,85,53,51,65,72,79,84,70,75,78,68,95,77,94,95,73,74,98,50,66,86,89,61,63,62,101,104,96,105,57,55,77",
+ "endOffsets": "313,3070,3142,3224,3330,3428,3527,3647,3731,3794,3885,3952,4011,4101,4164,4229,4293,4362,4424,4478,4593,4651,4712,4766,4839,4966,5052,5136,5269,5344,5420,5506,5560,5612,5678,5751,5831,5916,5987,6063,6142,6211,6307,6385,6480,6576,6650,6725,6824,6875,6942,7029,7119,7181,7245,7308,7410,7515,7612,7718,7776,7832,7910"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-gu\\values-gu.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,316,423,510,610,730,808,885,976,1069,1164,1258,1358,1451,1546,1640,1731,1822,1902,2008,2109,2206,2315,2415,2525,2685,2788",
+ "endColumns": "106,103,106,86,99,119,77,76,90,92,94,93,99,92,94,93,90,90,79,105,100,96,108,99,109,159,102,80",
+ "endOffsets": "207,311,418,505,605,725,803,880,971,1064,1159,1253,1353,1446,1541,1635,1726,1817,1897,2003,2104,2201,2310,2410,2520,2680,2783,2864"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "318,425,529,636,723,823,943,1021,1098,1189,1282,1377,1471,1571,1664,1759,1853,1944,2035,2115,2221,2322,2419,2528,2628,2738,2898,7915",
+ "endColumns": "106,103,106,86,99,119,77,76,90,92,94,93,99,92,94,93,90,90,79,105,100,96,108,99,109,159,102,80",
+ "endOffsets": "420,524,631,718,818,938,1016,1093,1184,1277,1372,1466,1566,1659,1754,1848,1939,2030,2110,2216,2317,2414,2523,2623,2733,2893,2996,7991"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-gu\\values-gu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7996",
+ "endColumns": "100",
+ "endOffsets": "8092"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h320dp-port-v13.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h320dp-port-v13.json
new file mode 100644
index 000000000..f9902b8db
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h320dp-port-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-h320dp-port-v13/values-h320dp-port-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-h320dp-port-v13\\values-h320dp-port-v13.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "75",
+ "endOffsets": "126"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h360dp-land-v13.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h360dp-land-v13.json
new file mode 100644
index 000000000..771a8cc11
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h360dp-land-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-h360dp-land-v13/values-h360dp-land-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-h360dp-land-v13\\values-h360dp-land-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,114,170,226,293,358,413,478,547",
+ "endColumns": "58,55,55,66,64,54,64,68,68",
+ "endOffsets": "109,165,221,288,353,408,473,542,611"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h480dp-land-v13.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h480dp-land-v13.json
new file mode 100644
index 000000000..2c3c9d032
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h480dp-land-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-h480dp-land-v13/values-h480dp-land-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-h480dp-land-v13\\values-h480dp-land-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,114,170,226,293,358,413,478,547",
+ "endColumns": "58,55,55,66,64,54,64,68,68",
+ "endOffsets": "109,165,221,288,353,408,473,542,611"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h550dp-port-v13.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h550dp-port-v13.json
new file mode 100644
index 000000000..7b038cb4d
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h550dp-port-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-h550dp-port-v13/values-h550dp-port-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-h550dp-port-v13\\values-h550dp-port-v13.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "76",
+ "endOffsets": "127"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json
new file mode 100644
index 000000000..f7a49032c
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-h720dp-v13/values-h720dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-h720dp-v13\\values-h720dp-v13.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "66",
+ "endOffsets": "117"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json
new file mode 100644
index 000000000..0489a6f62
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-hdpi-v4/values-hdpi-v4.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-hdpi-v4\\values-hdpi-v4.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "6",
+ "endColumns": "13",
+ "endOffsets": "327"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json
new file mode 100644
index 000000000..732f922a4
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-hi/values-hi.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-hi\\values-hi.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8031",
+ "endColumns": "100",
+ "endOffsets": "8127"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-hi\\values-hi.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,259,337,413,494,601,697,804,936,1019,1084,1178,1247,1306,1391,1454,1517,1575,1640,1701,1762,1868,1926,1986,2045,2115,2231,2310,2390,2524,2599,2675,2772,2829,2884,2950,3020,3097,3183,3251,3327,3408,3486,3572,3659,3756,3855,3929,3999,4103,4157,4224,4314,4406,4468,4532,4595,4700,4808,4909,5018,5079,5138",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,75,80,106,95,106,131,82,64,93,68,58,84,62,62,57,64,60,60,105,57,59,58,69,115,78,79,133,74,75,96,56,54,65,69,76,85,67,75,80,77,85,86,96,98,73,69,103,53,66,89,91,61,63,62,104,107,100,108,60,58,78",
+ "endOffsets": "254,332,408,489,596,692,799,931,1014,1079,1173,1242,1301,1386,1449,1512,1570,1635,1696,1757,1863,1921,1981,2040,2110,2226,2305,2385,2519,2594,2670,2767,2824,2879,2945,3015,3092,3178,3246,3322,3403,3481,3567,3654,3751,3850,3924,3994,4098,4152,4219,4309,4401,4463,4527,4590,4695,4803,4904,5013,5074,5133,5212"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2991,3069,3145,3226,3333,3429,3536,3668,3751,3816,3910,3979,4038,4123,4186,4249,4307,4372,4433,4494,4600,4658,4718,4777,4847,4963,5042,5122,5256,5331,5407,5504,5561,5616,5682,5752,5829,5915,5983,6059,6140,6218,6304,6391,6488,6587,6661,6731,6835,6889,6956,7046,7138,7200,7264,7327,7432,7540,7641,7750,7811,7870",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,75,80,106,95,106,131,82,64,93,68,58,84,62,62,57,64,60,60,105,57,59,58,69,115,78,79,133,74,75,96,56,54,65,69,76,85,67,75,80,77,85,86,96,98,73,69,103,53,66,89,91,61,63,62,104,107,100,108,60,58,78",
+ "endOffsets": "304,3064,3140,3221,3328,3424,3531,3663,3746,3811,3905,3974,4033,4118,4181,4244,4302,4367,4428,4489,4595,4653,4713,4772,4842,4958,5037,5117,5251,5326,5402,5499,5556,5611,5677,5747,5824,5910,5978,6054,6135,6213,6299,6386,6483,6582,6656,6726,6830,6884,6951,7041,7133,7195,7259,7322,7427,7535,7636,7745,7806,7865,7944"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-hi\\values-hi.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,211,309,419,505,607,728,806,883,974,1067,1162,1256,1356,1449,1544,1638,1729,1820,1901,2006,2108,2206,2316,2419,2528,2686,2787",
+ "endColumns": "105,97,109,85,101,120,77,76,90,92,94,93,99,92,94,93,90,90,80,104,101,97,109,102,108,157,100,81",
+ "endOffsets": "206,304,414,500,602,723,801,878,969,1062,1157,1251,1351,1444,1539,1633,1724,1815,1896,2001,2103,2201,2311,2414,2523,2681,2782,2864"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "309,415,513,623,709,811,932,1010,1087,1178,1271,1366,1460,1560,1653,1748,1842,1933,2024,2105,2210,2312,2410,2520,2623,2732,2890,7949",
+ "endColumns": "105,97,109,85,101,120,77,76,90,92,94,93,99,92,94,93,90,90,80,104,101,97,109,102,108,157,100,81",
+ "endOffsets": "410,508,618,704,806,927,1005,1082,1173,1266,1361,1455,1555,1648,1743,1837,1928,2019,2100,2205,2307,2405,2515,2618,2727,2885,2986,8026"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json
new file mode 100644
index 000000000..537df0c66
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-hr/values-hr.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-hr\\values-hr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "97",
+ "startColumns": "4",
+ "startOffsets": "8158",
+ "endColumns": "100",
+ "endOffsets": "8254"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-hr\\values-hr.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,210,305,412,498,602,721,806,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1912,2016,2128,2229,2334,2448,2550,2719,2816",
+ "endColumns": "104,94,106,85,103,118,84,81,90,92,94,93,99,92,94,94,90,90,85,103,111,100,104,113,101,168,96,84",
+ "endOffsets": "205,300,407,493,597,716,801,883,974,1067,1162,1256,1356,1449,1544,1639,1730,1821,1907,2011,2123,2224,2329,2443,2545,2714,2811,2896"
+ },
+ "to": {
+ "startLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "370,475,570,677,763,867,986,1071,1153,1244,1337,1432,1526,1626,1719,1814,1909,2000,2091,2177,2281,2393,2494,2599,2713,2815,2984,8073",
+ "endColumns": "104,94,106,85,103,118,84,81,90,92,94,93,99,92,94,94,90,90,85,103,111,100,104,113,101,168,96,84",
+ "endOffsets": "470,565,672,758,862,981,1066,1148,1239,1332,1427,1521,1621,1714,1809,1904,1995,2086,2172,2276,2388,2489,2594,2708,2810,2979,3076,8153"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-hr\\values-hr.xml",
+ "from": {
+ "startLines": "2,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,320,398,476,561,658,751,847,977,1061,1129,1225,1293,1356,1464,1524,1590,1646,1717,1777,1831,1957,2014,2076,2130,2205,2339,2424,2505,2642,2726,2812,2903,2959,3014,3080,3154,3232,3320,3392,3469,3549,3623,3716,3789,3881,3977,4051,4127,4223,4275,4342,4429,4516,4578,4642,4705,4811,4912,5009,5113,5173,5232",
+ "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "endColumns": "12,77,77,84,96,92,95,129,83,67,95,67,62,107,59,65,55,70,59,53,125,56,61,53,74,133,84,80,136,83,85,90,55,54,65,73,77,87,71,76,79,73,92,72,91,95,73,75,95,51,66,86,86,61,63,62,105,100,96,103,59,58,79",
+ "endOffsets": "315,393,471,556,653,746,842,972,1056,1124,1220,1288,1351,1459,1519,1585,1641,1712,1772,1826,1952,2009,2071,2125,2200,2334,2419,2500,2637,2721,2807,2898,2954,3009,3075,3149,3227,3315,3387,3464,3544,3618,3711,3784,3876,3972,4046,4122,4218,4270,4337,4424,4511,4573,4637,4700,4806,4907,5004,5108,5168,5227,5307"
+ },
+ "to": {
+ "startLines": "2,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3081,3159,3237,3322,3419,3512,3608,3738,3822,3890,3986,4054,4117,4225,4285,4351,4407,4478,4538,4592,4718,4775,4837,4891,4966,5100,5185,5266,5403,5487,5573,5664,5720,5775,5841,5915,5993,6081,6153,6230,6310,6384,6477,6550,6642,6738,6812,6888,6984,7036,7103,7190,7277,7339,7403,7466,7572,7673,7770,7874,7934,7993",
+ "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "endColumns": "12,77,77,84,96,92,95,129,83,67,95,67,62,107,59,65,55,70,59,53,125,56,61,53,74,133,84,80,136,83,85,90,55,54,65,73,77,87,71,76,79,73,92,72,91,95,73,75,95,51,66,86,86,61,63,62,105,100,96,103,59,58,79",
+ "endOffsets": "365,3154,3232,3317,3414,3507,3603,3733,3817,3885,3981,4049,4112,4220,4280,4346,4402,4473,4533,4587,4713,4770,4832,4886,4961,5095,5180,5261,5398,5482,5568,5659,5715,5770,5836,5910,5988,6076,6148,6225,6305,6379,6472,6545,6637,6733,6807,6883,6979,7031,7098,7185,7272,7334,7398,7461,7567,7668,7765,7869,7929,7988,8068"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json
new file mode 100644
index 000000000..3979d5068
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-hu/values-hu.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-hu\\values-hu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8087",
+ "endColumns": "100",
+ "endOffsets": "8183"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-hu\\values-hu.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,305,420,504,619,742,819,894,985,1078,1173,1267,1367,1460,1555,1650,1741,1832,1915,2025,2135,2235,2346,2455,2574,2756,2859",
+ "endColumns": "107,91,114,83,114,122,76,74,90,92,94,93,99,92,94,94,90,90,82,109,109,99,110,108,118,181,102,83",
+ "endOffsets": "208,300,415,499,614,737,814,889,980,1073,1168,1262,1362,1455,1550,1645,1736,1827,1910,2020,2130,2230,2341,2450,2569,2751,2854,2938"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "313,421,513,628,712,827,950,1027,1102,1193,1286,1381,1475,1575,1668,1763,1858,1949,2040,2123,2233,2343,2443,2554,2663,2782,2964,8003",
+ "endColumns": "107,91,114,83,114,122,76,74,90,92,94,93,99,92,94,94,90,90,82,109,109,99,110,108,118,181,102,83",
+ "endOffsets": "416,508,623,707,822,945,1022,1097,1188,1281,1376,1470,1570,1663,1758,1853,1944,2035,2118,2228,2338,2438,2549,2658,2777,2959,3062,8082"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-hu\\values-hu.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,263,344,420,497,587,667,766,886,969,1033,1132,1207,1266,1376,1438,1507,1565,1637,1698,1753,1856,1913,1973,2028,2109,2229,2312,2400,2535,2618,2698,2792,2845,2896,2962,3038,3120,3206,3283,3358,3437,3514,3610,3687,3779,3876,3950,4035,4132,4184,4251,4339,4426,4488,4552,4615,4713,4810,4904,5002,5059,5114",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,75,76,89,79,98,119,82,63,98,74,58,109,61,68,57,71,60,54,102,56,59,54,80,119,82,87,134,82,79,93,52,50,65,75,81,85,76,74,78,76,95,76,91,96,73,84,96,51,66,87,86,61,63,62,97,96,93,97,56,54,84",
+ "endOffsets": "258,339,415,492,582,662,761,881,964,1028,1127,1202,1261,1371,1433,1502,1560,1632,1693,1748,1851,1908,1968,2023,2104,2224,2307,2395,2530,2613,2693,2787,2840,2891,2957,3033,3115,3201,3278,3353,3432,3509,3605,3682,3774,3871,3945,4030,4127,4179,4246,4334,4421,4483,4547,4610,4708,4805,4899,4997,5054,5109,5194"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3067,3148,3224,3301,3391,3471,3570,3690,3773,3837,3936,4011,4070,4180,4242,4311,4369,4441,4502,4557,4660,4717,4777,4832,4913,5033,5116,5204,5339,5422,5502,5596,5649,5700,5766,5842,5924,6010,6087,6162,6241,6318,6414,6491,6583,6680,6754,6839,6936,6988,7055,7143,7230,7292,7356,7419,7517,7614,7708,7806,7863,7918",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,75,76,89,79,98,119,82,63,98,74,58,109,61,68,57,71,60,54,102,56,59,54,80,119,82,87,134,82,79,93,52,50,65,75,81,85,76,74,78,76,95,76,91,96,73,84,96,51,66,87,86,61,63,62,97,96,93,97,56,54,84",
+ "endOffsets": "308,3143,3219,3296,3386,3466,3565,3685,3768,3832,3931,4006,4065,4175,4237,4306,4364,4436,4497,4552,4655,4712,4772,4827,4908,5028,5111,5199,5334,5417,5497,5591,5644,5695,5761,5837,5919,6005,6082,6157,6236,6313,6409,6486,6578,6675,6749,6834,6931,6983,7050,7138,7225,7287,7351,7414,7512,7609,7703,7801,7858,7913,7998"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json
new file mode 100644
index 000000000..87ab8344d
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-hy/values-hy.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-hy\\values-hy.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,341,417,497,589,677,772,902,983,1047,1144,1229,1291,1378,1440,1504,1565,1632,1693,1747,1869,1926,1986,2040,2121,2256,2340,2425,2561,2636,2711,2806,2862,2915,2981,3055,3135,3221,3292,3368,3444,3521,3609,3689,3785,3881,3955,4033,4133,4184,4253,4340,4431,4493,4557,4620,4725,4826,4926,5031,5091,5148",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,75,75,79,91,87,94,129,80,63,96,84,61,86,61,63,60,66,60,53,121,56,59,53,80,134,83,84,135,74,74,94,55,52,65,73,79,85,70,75,75,76,87,79,95,95,73,77,99,50,68,86,90,61,63,62,104,100,99,104,59,56,84",
+ "endOffsets": "260,336,412,492,584,672,767,897,978,1042,1139,1224,1286,1373,1435,1499,1560,1627,1688,1742,1864,1921,1981,2035,2116,2251,2335,2420,2556,2631,2706,2801,2857,2910,2976,3050,3130,3216,3287,3363,3439,3516,3604,3684,3780,3876,3950,4028,4128,4179,4248,4335,4426,4488,4552,4615,4720,4821,4921,5026,5086,5143,5228"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3024,3100,3176,3256,3348,3436,3531,3661,3742,3806,3903,3988,4050,4137,4199,4263,4324,4391,4452,4506,4628,4685,4745,4799,4880,5015,5099,5184,5320,5395,5470,5565,5621,5674,5740,5814,5894,5980,6051,6127,6203,6280,6368,6448,6544,6640,6714,6792,6892,6943,7012,7099,7190,7252,7316,7379,7484,7585,7685,7790,7850,7907",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,75,75,79,91,87,94,129,80,63,96,84,61,86,61,63,60,66,60,53,121,56,59,53,80,134,83,84,135,74,74,94,55,52,65,73,79,85,70,75,75,76,87,79,95,95,73,77,99,50,68,86,90,61,63,62,104,100,99,104,59,56,84",
+ "endOffsets": "310,3095,3171,3251,3343,3431,3526,3656,3737,3801,3898,3983,4045,4132,4194,4258,4319,4386,4447,4501,4623,4680,4740,4794,4875,5010,5094,5179,5315,5390,5465,5560,5616,5669,5735,5809,5889,5975,6046,6122,6198,6275,6363,6443,6539,6635,6709,6787,6887,6938,7007,7094,7185,7247,7311,7374,7479,7580,7680,7785,7845,7902,7987"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-hy\\values-hy.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8075",
+ "endColumns": "100",
+ "endOffsets": "8171"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-hy\\values-hy.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,313,423,512,618,735,817,897,988,1081,1176,1270,1370,1463,1558,1652,1743,1834,1917,2023,2129,2228,2338,2446,2547,2717,2814",
+ "endColumns": "107,99,109,88,105,116,81,79,90,92,94,93,99,92,94,93,90,90,82,105,105,98,109,107,100,169,96,82",
+ "endOffsets": "208,308,418,507,613,730,812,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1912,2018,2124,2223,2333,2441,2542,2712,2809,2892"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,423,523,633,722,828,945,1027,1107,1198,1291,1386,1480,1580,1673,1768,1862,1953,2044,2127,2233,2339,2438,2548,2656,2757,2927,7992",
+ "endColumns": "107,99,109,88,105,116,81,79,90,92,94,93,99,92,94,93,90,90,82,105,105,98,109,107,100,169,96,82",
+ "endOffsets": "418,518,628,717,823,940,1022,1102,1193,1286,1381,1475,1575,1668,1763,1857,1948,2039,2122,2228,2334,2433,2543,2651,2752,2922,3019,8070"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json
new file mode 100644
index 000000000..475a87da0
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-in/values-in.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-in\\values-in.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,269,348,424,503,593,678,784,900,983,1048,1142,1207,1266,1353,1415,1477,1537,1603,1665,1719,1831,1888,1949,2003,2075,2201,2287,2371,2510,2591,2672,2762,2815,2867,2933,3005,3089,3172,3247,3323,3396,3471,3556,3631,3723,3817,3891,3964,4058,4110,4179,4264,4351,4413,4477,4540,4643,4743,4838,4940,4997,5053",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,78,75,78,89,84,105,115,82,64,93,64,58,86,61,61,59,65,61,53,111,56,60,53,71,125,85,83,138,80,80,89,52,51,65,71,83,82,74,75,72,74,84,74,91,93,73,72,93,51,68,84,86,61,63,62,102,99,94,101,56,55,79",
+ "endOffsets": "264,343,419,498,588,673,779,895,978,1043,1137,1202,1261,1348,1410,1472,1532,1598,1660,1714,1826,1883,1944,1998,2070,2196,2282,2366,2505,2586,2667,2757,2810,2862,2928,3000,3084,3167,3242,3318,3391,3466,3551,3626,3718,3812,3886,3959,4053,4105,4174,4259,4346,4408,4472,4535,4638,4738,4833,4935,4992,5048,5128"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3023,3102,3178,3257,3347,3432,3538,3654,3737,3802,3896,3961,4020,4107,4169,4231,4291,4357,4419,4473,4585,4642,4703,4757,4829,4955,5041,5125,5264,5345,5426,5516,5569,5621,5687,5759,5843,5926,6001,6077,6150,6225,6310,6385,6477,6571,6645,6718,6812,6864,6933,7018,7105,7167,7231,7294,7397,7497,7592,7694,7751,7807",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,78,75,78,89,84,105,115,82,64,93,64,58,86,61,61,59,65,61,53,111,56,60,53,71,125,85,83,138,80,80,89,52,51,65,71,83,82,74,75,72,74,84,74,91,93,73,72,93,51,68,84,86,61,63,62,102,99,94,101,56,55,79",
+ "endOffsets": "314,3097,3173,3252,3342,3427,3533,3649,3732,3797,3891,3956,4015,4102,4164,4226,4286,4352,4414,4468,4580,4637,4698,4752,4824,4950,5036,5120,5259,5340,5421,5511,5564,5616,5682,5754,5838,5921,5996,6072,6145,6220,6305,6380,6472,6566,6640,6713,6807,6859,6928,7013,7100,7162,7226,7289,7392,7492,7587,7689,7746,7802,7882"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-in\\values-in.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7972",
+ "endColumns": "100",
+ "endOffsets": "8068"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-in\\values-in.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,220,324,429,516,620,736,819,897,988,1081,1176,1270,1370,1463,1558,1652,1743,1834,1920,2023,2128,2229,2333,2442,2550,2710,2809",
+ "endColumns": "114,103,104,86,103,115,82,77,90,92,94,93,99,92,94,93,90,90,85,102,104,100,103,108,107,159,98,84",
+ "endOffsets": "215,319,424,511,615,731,814,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1915,2018,2123,2224,2328,2437,2545,2705,2804,2889"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "319,434,538,643,730,834,950,1033,1111,1202,1295,1390,1484,1584,1677,1772,1866,1957,2048,2134,2237,2342,2443,2547,2656,2764,2924,7887",
+ "endColumns": "114,103,104,86,103,115,82,77,90,92,94,93,99,92,94,93,90,90,85,102,104,100,103,108,107,159,98,84",
+ "endOffsets": "429,533,638,725,829,945,1028,1106,1197,1290,1385,1479,1579,1672,1767,1861,1952,2043,2129,2232,2337,2438,2542,2651,2759,2919,3018,7967"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json
new file mode 100644
index 000000000..9ddfccbd7
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-is/values-is.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-is\\values-is.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,205,302,414,499,600,714,795,874,965,1058,1151,1245,1351,1444,1539,1634,1725,1819,1900,2010,2117,2214,2323,2423,2526,2681,2779",
+ "endColumns": "99,96,111,84,100,113,80,78,90,92,92,93,105,92,94,94,90,93,80,109,106,96,108,99,102,154,97,80",
+ "endOffsets": "200,297,409,494,595,709,790,869,960,1053,1146,1240,1346,1439,1534,1629,1720,1814,1895,2005,2112,2209,2318,2418,2521,2676,2774,2855"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "320,420,517,629,714,815,929,1010,1089,1180,1273,1366,1460,1566,1659,1754,1849,1940,2034,2115,2225,2332,2429,2538,2638,2741,2896,7849",
+ "endColumns": "99,96,111,84,100,113,80,78,90,92,92,93,105,92,94,94,90,93,80,109,106,96,108,99,102,154,97,80",
+ "endOffsets": "415,512,624,709,810,924,1005,1084,1175,1268,1361,1455,1561,1654,1749,1844,1935,2029,2110,2220,2327,2424,2533,2633,2736,2891,2989,7925"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-is\\values-is.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,270,344,416,495,577,657,754,869,951,1016,1104,1168,1229,1319,1383,1446,1508,1576,1640,1696,1819,1884,1946,2002,2073,2200,2284,2368,2504,2581,2658,2745,2802,2857,2923,2999,3079,3168,3235,3309,3379,3445,3531,3601,3692,3782,3856,3929,4018,4069,4141,4222,4308,4370,4434,4497,4611,4714,4822,4925,4986,5045",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,73,71,78,81,79,96,114,81,64,87,63,60,89,63,62,61,67,63,55,122,64,61,55,70,126,83,83,135,76,76,86,56,54,65,75,79,88,66,73,69,65,85,69,90,89,73,72,88,50,71,80,85,61,63,62,113,102,107,102,60,58,79",
+ "endOffsets": "265,339,411,490,572,652,749,864,946,1011,1099,1163,1224,1314,1378,1441,1503,1571,1635,1691,1814,1879,1941,1997,2068,2195,2279,2363,2499,2576,2653,2740,2797,2852,2918,2994,3074,3163,3230,3304,3374,3440,3526,3596,3687,3777,3851,3924,4013,4064,4136,4217,4303,4365,4429,4492,4606,4709,4817,4920,4981,5040,5120"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2994,3068,3140,3219,3301,3381,3478,3593,3675,3740,3828,3892,3953,4043,4107,4170,4232,4300,4364,4420,4543,4608,4670,4726,4797,4924,5008,5092,5228,5305,5382,5469,5526,5581,5647,5723,5803,5892,5959,6033,6103,6169,6255,6325,6416,6506,6580,6653,6742,6793,6865,6946,7032,7094,7158,7221,7335,7438,7546,7649,7710,7769",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,73,71,78,81,79,96,114,81,64,87,63,60,89,63,62,61,67,63,55,122,64,61,55,70,126,83,83,135,76,76,86,56,54,65,75,79,88,66,73,69,65,85,69,90,89,73,72,88,50,71,80,85,61,63,62,113,102,107,102,60,58,79",
+ "endOffsets": "315,3063,3135,3214,3296,3376,3473,3588,3670,3735,3823,3887,3948,4038,4102,4165,4227,4295,4359,4415,4538,4603,4665,4721,4792,4919,5003,5087,5223,5300,5377,5464,5521,5576,5642,5718,5798,5887,5954,6028,6098,6164,6250,6320,6411,6501,6575,6648,6737,6788,6860,6941,7027,7089,7153,7216,7330,7433,7541,7644,7705,7764,7844"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-is\\values-is.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7930",
+ "endColumns": "100",
+ "endOffsets": "8026"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json
new file mode 100644
index 000000000..004dc1f38
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-it/values-it.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-it\\values-it.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8132",
+ "endColumns": "100",
+ "endOffsets": "8228"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-it\\values-it.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,210,313,422,506,611,730,808,883,975,1069,1162,1256,1357,1451,1548,1643,1735,1827,1908,2014,2121,2219,2323,2429,2536,2699,2799",
+ "endColumns": "104,102,108,83,104,118,77,74,91,93,92,93,100,93,96,94,91,91,80,105,106,97,103,105,106,162,99,81",
+ "endOffsets": "205,308,417,501,606,725,803,878,970,1064,1157,1251,1352,1446,1543,1638,1730,1822,1903,2009,2116,2214,2318,2424,2531,2694,2794,2876"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "318,423,526,635,719,824,943,1021,1096,1188,1282,1375,1469,1570,1664,1761,1856,1948,2040,2121,2227,2334,2432,2536,2642,2749,2912,8050",
+ "endColumns": "104,102,108,83,104,118,77,74,91,93,92,93,100,93,96,94,91,91,80,105,106,97,103,105,106,162,99,81",
+ "endOffsets": "418,521,630,714,819,938,1016,1091,1183,1277,1370,1464,1565,1659,1756,1851,1943,2035,2116,2222,2329,2427,2531,2637,2744,2907,3007,8127"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-it\\values-it.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,268,352,433,510,609,704,803,943,1026,1092,1187,1272,1334,1422,1484,1553,1616,1689,1752,1806,1927,1984,2046,2100,2177,2314,2399,2481,2616,2697,2778,2869,2924,2975,3041,3114,3194,3285,3360,3437,3506,3583,3671,3760,3853,3946,4020,4100,4194,4245,4311,4395,4483,4545,4609,4672,4787,4897,5003,5112,5171,5226",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,83,80,76,98,94,98,139,82,65,94,84,61,87,61,68,62,72,62,53,120,56,61,53,76,136,84,81,134,80,80,90,54,50,65,72,79,90,74,76,68,76,87,88,92,92,73,79,93,50,65,83,87,61,63,62,114,109,105,108,58,54,79",
+ "endOffsets": "263,347,428,505,604,699,798,938,1021,1087,1182,1267,1329,1417,1479,1548,1611,1684,1747,1801,1922,1979,2041,2095,2172,2309,2394,2476,2611,2692,2773,2864,2919,2970,3036,3109,3189,3280,3355,3432,3501,3578,3666,3755,3848,3941,4015,4095,4189,4240,4306,4390,4478,4540,4604,4667,4782,4892,4998,5107,5166,5221,5301"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3012,3096,3177,3254,3353,3448,3547,3687,3770,3836,3931,4016,4078,4166,4228,4297,4360,4433,4496,4550,4671,4728,4790,4844,4921,5058,5143,5225,5360,5441,5522,5613,5668,5719,5785,5858,5938,6029,6104,6181,6250,6327,6415,6504,6597,6690,6764,6844,6938,6989,7055,7139,7227,7289,7353,7416,7531,7641,7747,7856,7915,7970",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,83,80,76,98,94,98,139,82,65,94,84,61,87,61,68,62,72,62,53,120,56,61,53,76,136,84,81,134,80,80,90,54,50,65,72,79,90,74,76,68,76,87,88,92,92,73,79,93,50,65,83,87,61,63,62,114,109,105,108,58,54,79",
+ "endOffsets": "313,3091,3172,3249,3348,3443,3542,3682,3765,3831,3926,4011,4073,4161,4223,4292,4355,4428,4491,4545,4666,4723,4785,4839,4916,5053,5138,5220,5355,5436,5517,5608,5663,5714,5780,5853,5933,6024,6099,6176,6245,6322,6410,6499,6592,6685,6759,6839,6933,6984,7050,7134,7222,7284,7348,7411,7526,7636,7742,7851,7910,7965,8045"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json
new file mode 100644
index 000000000..fa7913465
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-iw/values-iw.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-iw\\values-iw.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,364,441,516,593,693,784,877,990,1070,1135,1223,1293,1356,1448,1511,1571,1630,1693,1754,1808,1910,1967,2026,2080,2148,2259,2340,2422,2554,2625,2698,2786,2839,2893,2959,3032,3108,3194,3264,3339,3421,3489,3574,3644,3734,3825,3899,3972,4061,4112,4179,4261,4346,4408,4472,4535,4629,4724,4814,4910,4967,5025",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,76,74,76,99,90,92,112,79,64,87,69,62,91,62,59,58,62,60,53,101,56,58,53,67,110,80,81,131,70,72,87,52,53,65,72,75,85,69,74,81,67,84,69,89,90,73,72,88,50,66,81,84,61,63,62,93,94,89,95,56,57,74",
+ "endOffsets": "359,436,511,588,688,779,872,985,1065,1130,1218,1288,1351,1443,1506,1566,1625,1688,1749,1803,1905,1962,2021,2075,2143,2254,2335,2417,2549,2620,2693,2781,2834,2888,2954,3027,3103,3189,3259,3334,3416,3484,3569,3639,3729,3820,3894,3967,4056,4107,4174,4256,4341,4403,4467,4530,4624,4719,4809,4905,4962,5020,5095"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3070,3147,3222,3299,3399,3490,3583,3696,3776,3841,3929,3999,4062,4154,4217,4277,4336,4399,4460,4514,4616,4673,4732,4786,4854,4965,5046,5128,5260,5331,5404,5492,5545,5599,5665,5738,5814,5900,5970,6045,6127,6195,6280,6350,6440,6531,6605,6678,6767,6818,6885,6967,7052,7114,7178,7241,7335,7430,7520,7616,7673,7731",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,76,74,76,99,90,92,112,79,64,87,69,62,91,62,59,58,62,60,53,101,56,58,53,67,110,80,81,131,70,72,87,52,53,65,72,75,85,69,74,81,67,84,69,89,90,73,72,88,50,66,81,84,61,63,62,93,94,89,95,56,57,74",
+ "endOffsets": "409,3142,3217,3294,3394,3485,3578,3691,3771,3836,3924,3994,4057,4149,4212,4272,4331,4394,4455,4509,4611,4668,4727,4781,4849,4960,5041,5123,5255,5326,5399,5487,5540,5594,5660,5733,5809,5895,5965,6040,6122,6190,6275,6345,6435,6526,6600,6673,6762,6813,6880,6962,7047,7109,7173,7236,7330,7425,7515,7611,7668,7726,7801"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-iw\\values-iw.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,210,310,418,502,604,720,799,877,968,1062,1156,1250,1350,1443,1538,1631,1722,1814,1895,2000,2103,2201,2306,2408,2510,2664,2761",
+ "endColumns": "104,99,107,83,101,115,78,77,90,93,93,93,99,92,94,92,90,91,80,104,102,97,104,101,101,153,96,81",
+ "endOffsets": "205,305,413,497,599,715,794,872,963,1057,1151,1245,1345,1438,1533,1626,1717,1809,1890,1995,2098,2196,2301,2403,2505,2659,2756,2838"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "414,519,619,727,811,913,1029,1108,1186,1277,1371,1465,1559,1659,1752,1847,1940,2031,2123,2204,2309,2412,2510,2615,2717,2819,2973,7806",
+ "endColumns": "104,99,107,83,101,115,78,77,90,93,93,93,99,92,94,92,90,91,80,104,102,97,104,101,101,153,96,81",
+ "endOffsets": "514,614,722,806,908,1024,1103,1181,1272,1366,1460,1554,1654,1747,1842,1935,2026,2118,2199,2304,2407,2505,2610,2712,2814,2968,3065,7883"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-iw\\values-iw.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "7888",
+ "endColumns": "100",
+ "endOffsets": "7984"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json
new file mode 100644
index 000000000..33d89c5c5
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-ja/values-ja.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ja\\values-ja.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,202,295,400,482,580,688,766,841,932,1025,1120,1214,1314,1407,1502,1596,1687,1778,1856,1958,2056,2151,2254,2350,2446,2594,2691",
+ "endColumns": "96,92,104,81,97,107,77,74,90,92,94,93,99,92,94,93,90,90,77,101,97,94,102,95,95,147,96,78",
+ "endOffsets": "197,290,395,477,575,683,761,836,927,1020,1115,1209,1309,1402,1497,1591,1682,1773,1851,1953,2051,2146,2249,2345,2441,2589,2686,2765"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "303,400,493,598,680,778,886,964,1039,1130,1223,1318,1412,1512,1605,1700,1794,1885,1976,2054,2156,2254,2349,2452,2548,2644,2792,7271",
+ "endColumns": "96,92,104,81,97,107,77,74,90,92,94,93,99,92,94,93,90,90,77,101,97,94,102,95,95,147,96,78",
+ "endOffsets": "395,488,593,675,773,881,959,1034,1125,1218,1313,1407,1507,1600,1695,1789,1880,1971,2049,2151,2249,2344,2447,2543,2639,2787,2884,7345"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ja\\values-ja.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,253,320,384,453,534,616,701,805,881,944,1028,1092,1150,1231,1292,1356,1411,1470,1527,1581,1674,1730,1787,1841,1907,2007,2083,2164,2286,2348,2410,2489,2542,2593,2659,2729,2799,2876,2940,3011,3079,3142,3221,3284,3364,3446,3518,3589,3661,3709,3773,3848,3925,3987,4051,4114,4200,4284,4365,4450,4507,4562",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,66,63,68,80,81,84,103,75,62,83,63,57,80,60,63,54,58,56,53,92,55,56,53,65,99,75,80,121,61,61,78,52,50,65,69,69,76,63,70,67,62,78,62,79,81,71,70,71,47,63,74,76,61,63,62,85,83,80,84,56,54,72",
+ "endOffsets": "248,315,379,448,529,611,696,800,876,939,1023,1087,1145,1226,1287,1351,1406,1465,1522,1576,1669,1725,1782,1836,1902,2002,2078,2159,2281,2343,2405,2484,2537,2588,2654,2724,2794,2871,2935,3006,3074,3137,3216,3279,3359,3441,3513,3584,3656,3704,3768,3843,3920,3982,4046,4109,4195,4279,4360,4445,4502,4557,4630"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2889,2956,3020,3089,3170,3252,3337,3441,3517,3580,3664,3728,3786,3867,3928,3992,4047,4106,4163,4217,4310,4366,4423,4477,4543,4643,4719,4800,4922,4984,5046,5125,5178,5229,5295,5365,5435,5512,5576,5647,5715,5778,5857,5920,6000,6082,6154,6225,6297,6345,6409,6484,6561,6623,6687,6750,6836,6920,7001,7086,7143,7198",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,66,63,68,80,81,84,103,75,62,83,63,57,80,60,63,54,58,56,53,92,55,56,53,65,99,75,80,121,61,61,78,52,50,65,69,69,76,63,70,67,62,78,62,79,81,71,70,71,47,63,74,76,61,63,62,85,83,80,84,56,54,72",
+ "endOffsets": "298,2951,3015,3084,3165,3247,3332,3436,3512,3575,3659,3723,3781,3862,3923,3987,4042,4101,4158,4212,4305,4361,4418,4472,4538,4638,4714,4795,4917,4979,5041,5120,5173,5224,5290,5360,5430,5507,5571,5642,5710,5773,5852,5915,5995,6077,6149,6220,6292,6340,6404,6479,6556,6618,6682,6745,6831,6915,6996,7081,7138,7193,7266"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-ja\\values-ja.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7350",
+ "endColumns": "100",
+ "endOffsets": "7446"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json
new file mode 100644
index 000000000..ccbc2cbca
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-ka/values-ka.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ka\\values-ka.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,316,427,513,618,731,814,893,984,1077,1172,1266,1366,1459,1554,1649,1740,1831,1912,2025,2131,2229,2342,2447,2551,2709,2808",
+ "endColumns": "107,102,110,85,104,112,82,78,90,92,94,93,99,92,94,94,90,90,80,112,105,97,112,104,103,157,98,81",
+ "endOffsets": "208,311,422,508,613,726,809,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1907,2020,2126,2224,2337,2442,2546,2704,2803,2885"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "323,431,534,645,731,836,949,1032,1111,1202,1295,1390,1484,1584,1677,1772,1867,1958,2049,2130,2243,2349,2447,2560,2665,2769,2927,7982",
+ "endColumns": "107,102,110,85,104,112,82,78,90,92,94,93,99,92,94,94,90,90,80,112,105,97,112,104,103,157,98,81",
+ "endOffsets": "426,529,640,726,831,944,1027,1106,1197,1290,1385,1479,1579,1672,1767,1862,1953,2044,2125,2238,2344,2442,2555,2660,2764,2922,3021,8059"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ka\\values-ka.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,273,351,425,509,602,696,795,920,1008,1075,1172,1241,1304,1391,1455,1521,1581,1650,1711,1765,1880,1939,1999,2053,2125,2255,2343,2427,2565,2643,2719,2813,2869,2923,2989,3062,3140,3226,3299,3377,3455,3530,3620,3695,3789,3887,3961,4038,4138,4191,4259,4348,4437,4499,4564,4627,4734,4832,4932,5031,5091,5149",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,73,83,92,93,98,124,87,66,96,68,62,86,63,65,59,68,60,53,114,58,59,53,71,129,87,83,137,77,75,93,55,53,65,72,77,85,72,77,77,74,89,74,93,97,73,76,99,52,67,88,88,61,64,62,106,97,99,98,59,57,79",
+ "endOffsets": "268,346,420,504,597,691,790,915,1003,1070,1167,1236,1299,1386,1450,1516,1576,1645,1706,1760,1875,1934,1994,2048,2120,2250,2338,2422,2560,2638,2714,2808,2864,2918,2984,3057,3135,3221,3294,3372,3450,3525,3615,3690,3784,3882,3956,4033,4133,4186,4254,4343,4432,4494,4559,4622,4729,4827,4927,5026,5086,5144,5224"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3026,3104,3178,3262,3355,3449,3548,3673,3761,3828,3925,3994,4057,4144,4208,4274,4334,4403,4464,4518,4633,4692,4752,4806,4878,5008,5096,5180,5318,5396,5472,5566,5622,5676,5742,5815,5893,5979,6052,6130,6208,6283,6373,6448,6542,6640,6714,6791,6891,6944,7012,7101,7190,7252,7317,7380,7487,7585,7685,7784,7844,7902",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,73,83,92,93,98,124,87,66,96,68,62,86,63,65,59,68,60,53,114,58,59,53,71,129,87,83,137,77,75,93,55,53,65,72,77,85,72,77,77,74,89,74,93,97,73,76,99,52,67,88,88,61,64,62,106,97,99,98,59,57,79",
+ "endOffsets": "318,3099,3173,3257,3350,3444,3543,3668,3756,3823,3920,3989,4052,4139,4203,4269,4329,4398,4459,4513,4628,4687,4747,4801,4873,5003,5091,5175,5313,5391,5467,5561,5617,5671,5737,5810,5888,5974,6047,6125,6203,6278,6368,6443,6537,6635,6709,6786,6886,6939,7007,7096,7185,7247,7312,7375,7482,7580,7680,7779,7839,7897,7977"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-ka\\values-ka.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8064",
+ "endColumns": "100",
+ "endOffsets": "8160"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json
new file mode 100644
index 000000000..ced99d41b
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-kk/values-kk.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-kk\\values-kk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7991",
+ "endColumns": "100",
+ "endOffsets": "8087"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-kk\\values-kk.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,273,351,427,506,600,688,780,892,974,1038,1133,1203,1266,1373,1438,1505,1566,1633,1695,1749,1863,1922,1983,2037,2112,2238,2326,2415,2557,2629,2702,2791,2848,2904,2970,3041,3118,3204,3276,3352,3433,3503,3590,3662,3753,3846,3920,3995,4087,4139,4205,4289,4375,4437,4501,4564,4668,4768,4862,4963,5024,5084",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,75,78,93,87,91,111,81,63,94,69,62,106,64,66,60,66,61,53,113,58,60,53,74,125,87,88,141,71,72,88,56,55,65,70,76,85,71,75,80,69,86,71,90,92,73,74,91,51,65,83,85,61,63,62,103,99,93,100,60,59,83",
+ "endOffsets": "268,346,422,501,595,683,775,887,969,1033,1128,1198,1261,1368,1433,1500,1561,1628,1690,1744,1858,1917,1978,2032,2107,2233,2321,2410,2552,2624,2697,2786,2843,2899,2965,3036,3113,3199,3271,3347,3428,3498,3585,3657,3748,3841,3915,3990,4082,4134,4200,4284,4370,4432,4496,4559,4663,4763,4857,4958,5019,5079,5163"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3014,3092,3168,3247,3341,3429,3521,3633,3715,3779,3874,3944,4007,4114,4179,4246,4307,4374,4436,4490,4604,4663,4724,4778,4853,4979,5067,5156,5298,5370,5443,5532,5589,5645,5711,5782,5859,5945,6017,6093,6174,6244,6331,6403,6494,6587,6661,6736,6828,6880,6946,7030,7116,7178,7242,7305,7409,7509,7603,7704,7765,7825",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,75,78,93,87,91,111,81,63,94,69,62,106,64,66,60,66,61,53,113,58,60,53,74,125,87,88,141,71,72,88,56,55,65,70,76,85,71,75,80,69,86,71,90,92,73,74,91,51,65,83,85,61,63,62,103,99,93,100,60,59,83",
+ "endOffsets": "318,3087,3163,3242,3336,3424,3516,3628,3710,3774,3869,3939,4002,4109,4174,4241,4302,4369,4431,4485,4599,4658,4719,4773,4848,4974,5062,5151,5293,5365,5438,5527,5584,5640,5706,5777,5854,5940,6012,6088,6169,6239,6326,6398,6489,6582,6656,6731,6823,6875,6941,7025,7111,7173,7237,7300,7404,7504,7598,7699,7760,7820,7904"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-kk\\values-kk.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,318,428,513,619,738,818,895,986,1079,1174,1268,1368,1461,1556,1653,1744,1835,1916,2021,2124,2222,2329,2435,2535,2701,2796",
+ "endColumns": "107,104,109,84,105,118,79,76,90,92,94,93,99,92,94,96,90,90,80,104,102,97,106,105,99,165,94,81",
+ "endOffsets": "208,313,423,508,614,733,813,890,981,1074,1169,1263,1363,1456,1551,1648,1739,1830,1911,2016,2119,2217,2324,2430,2530,2696,2791,2873"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "323,431,536,646,731,837,956,1036,1113,1204,1297,1392,1486,1586,1679,1774,1871,1962,2053,2134,2239,2342,2440,2547,2653,2753,2919,7909",
+ "endColumns": "107,104,109,84,105,118,79,76,90,92,94,93,99,92,94,96,90,90,80,104,102,97,106,105,99,165,94,81",
+ "endOffsets": "426,531,641,726,832,951,1031,1108,1199,1292,1387,1481,1581,1674,1769,1866,1957,2048,2129,2234,2337,2435,2542,2648,2748,2914,3009,7986"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json
new file mode 100644
index 000000000..0adc7acee
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-km/values-km.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-km\\values-km.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8005",
+ "endColumns": "100",
+ "endOffsets": "8101"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-km\\values-km.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,207,306,416,503,606,727,805,881,972,1065,1157,1251,1351,1444,1539,1633,1724,1815,1898,2002,2106,2206,2315,2424,2533,2695,2793",
+ "endColumns": "101,98,109,86,102,120,77,75,90,92,91,93,99,92,94,93,90,90,82,103,103,99,108,108,108,161,97,83",
+ "endOffsets": "202,301,411,498,601,722,800,876,967,1060,1152,1246,1346,1439,1534,1628,1719,1810,1893,1997,2101,2201,2310,2419,2528,2690,2788,2872"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "319,421,520,630,717,820,941,1019,1095,1186,1279,1371,1465,1565,1658,1753,1847,1938,2029,2112,2216,2320,2420,2529,2638,2747,2909,7921",
+ "endColumns": "101,98,109,86,102,120,77,75,90,92,91,93,99,92,94,93,90,90,82,103,103,99,108,108,108,161,97,83",
+ "endOffsets": "416,515,625,712,815,936,1014,1090,1181,1274,1366,1460,1560,1653,1748,1842,1933,2024,2107,2211,2315,2415,2524,2633,2742,2904,3002,8000"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-km\\values-km.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,269,347,423,503,582,661,761,873,953,1018,1112,1182,1244,1331,1394,1459,1518,1583,1644,1701,1820,1878,1939,1996,2067,2197,2283,2361,2499,2574,2645,2742,2797,2853,2919,2999,3089,3175,3254,3331,3401,3476,3564,3634,3734,3833,3907,3983,4090,4144,4217,4308,4404,4466,4530,4593,4692,4790,4882,4982,5040,5100",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,75,79,78,78,99,111,79,64,93,69,61,86,62,64,58,64,60,56,118,57,60,56,70,129,85,77,137,74,70,96,54,55,65,79,89,85,78,76,69,74,87,69,99,98,73,75,106,53,72,90,95,61,63,62,98,97,91,99,57,59,82",
+ "endOffsets": "264,342,418,498,577,656,756,868,948,1013,1107,1177,1239,1326,1389,1454,1513,1578,1639,1696,1815,1873,1934,1991,2062,2192,2278,2356,2494,2569,2640,2737,2792,2848,2914,2994,3084,3170,3249,3326,3396,3471,3559,3629,3729,3828,3902,3978,4085,4139,4212,4303,4399,4461,4525,4588,4687,4785,4877,4977,5035,5095,5178"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3007,3085,3161,3241,3320,3399,3499,3611,3691,3756,3850,3920,3982,4069,4132,4197,4256,4321,4382,4439,4558,4616,4677,4734,4805,4935,5021,5099,5237,5312,5383,5480,5535,5591,5657,5737,5827,5913,5992,6069,6139,6214,6302,6372,6472,6571,6645,6721,6828,6882,6955,7046,7142,7204,7268,7331,7430,7528,7620,7720,7778,7838",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,75,79,78,78,99,111,79,64,93,69,61,86,62,64,58,64,60,56,118,57,60,56,70,129,85,77,137,74,70,96,54,55,65,79,89,85,78,76,69,74,87,69,99,98,73,75,106,53,72,90,95,61,63,62,98,97,91,99,57,59,82",
+ "endOffsets": "314,3080,3156,3236,3315,3394,3494,3606,3686,3751,3845,3915,3977,4064,4127,4192,4251,4316,4377,4434,4553,4611,4672,4729,4800,4930,5016,5094,5232,5307,5378,5475,5530,5586,5652,5732,5822,5908,5987,6064,6134,6209,6297,6367,6467,6566,6640,6716,6823,6877,6950,7041,7137,7199,7263,7326,7425,7523,7615,7715,7773,7833,7916"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json
new file mode 100644
index 000000000..91ed97d73
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-kn/values-kn.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-kn\\values-kn.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,219,331,444,532,639,765,843,919,1010,1103,1198,1292,1392,1485,1580,1674,1765,1856,1938,2054,2164,2263,2376,2481,2595,2759,2859",
+ "endColumns": "113,111,112,87,106,125,77,75,90,92,94,93,99,92,94,93,90,90,81,115,109,98,112,104,113,163,99,82",
+ "endOffsets": "214,326,439,527,634,760,838,914,1005,1098,1193,1287,1387,1480,1575,1669,1760,1851,1933,2049,2159,2258,2371,2476,2590,2754,2854,2937"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "319,433,545,658,746,853,979,1057,1133,1224,1317,1412,1506,1606,1699,1794,1888,1979,2070,2152,2268,2378,2477,2590,2695,2809,2973,8094",
+ "endColumns": "113,111,112,87,106,125,77,75,90,92,94,93,99,92,94,93,90,90,81,115,109,98,112,104,113,163,99,82",
+ "endOffsets": "428,540,653,741,848,974,1052,1128,1219,1312,1407,1501,1601,1694,1789,1883,1974,2065,2147,2263,2373,2472,2585,2690,2804,2968,3068,8172"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-kn\\values-kn.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,269,353,436,518,633,728,835,948,1033,1096,1190,1256,1318,1421,1487,1558,1617,1693,1758,1812,1925,1983,2044,2098,2177,2293,2376,2467,2609,2688,2767,2855,2912,2964,3030,3110,3200,3284,3361,3438,3515,3584,3683,3760,3853,3948,4022,4103,4199,4250,4318,4404,4492,4555,4620,4683,4788,4891,4986,5091,5152,5208",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,83,82,81,114,94,106,112,84,62,93,65,61,102,65,70,58,75,64,53,112,57,60,53,78,115,82,90,141,78,78,87,56,51,65,79,89,83,76,76,76,68,98,76,92,94,73,80,95,50,67,85,87,62,64,62,104,102,94,104,60,55,81",
+ "endOffsets": "264,348,431,513,628,723,830,943,1028,1091,1185,1251,1313,1416,1482,1553,1612,1688,1753,1807,1920,1978,2039,2093,2172,2288,2371,2462,2604,2683,2762,2850,2907,2959,3025,3105,3195,3279,3356,3433,3510,3579,3678,3755,3848,3943,4017,4098,4194,4245,4313,4399,4487,4550,4615,4678,4783,4886,4981,5086,5147,5203,5285"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3073,3157,3240,3322,3437,3532,3639,3752,3837,3900,3994,4060,4122,4225,4291,4362,4421,4497,4562,4616,4729,4787,4848,4902,4981,5097,5180,5271,5413,5492,5571,5659,5716,5768,5834,5914,6004,6088,6165,6242,6319,6388,6487,6564,6657,6752,6826,6907,7003,7054,7122,7208,7296,7359,7424,7487,7592,7695,7790,7895,7956,8012",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,83,82,81,114,94,106,112,84,62,93,65,61,102,65,70,58,75,64,53,112,57,60,53,78,115,82,90,141,78,78,87,56,51,65,79,89,83,76,76,76,68,98,76,92,94,73,80,95,50,67,85,87,62,64,62,104,102,94,104,60,55,81",
+ "endOffsets": "314,3152,3235,3317,3432,3527,3634,3747,3832,3895,3989,4055,4117,4220,4286,4357,4416,4492,4557,4611,4724,4782,4843,4897,4976,5092,5175,5266,5408,5487,5566,5654,5711,5763,5829,5909,5999,6083,6160,6237,6314,6383,6482,6559,6652,6747,6821,6902,6998,7049,7117,7203,7291,7354,7419,7482,7587,7690,7785,7890,7951,8007,8089"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-kn\\values-kn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8177",
+ "endColumns": "100",
+ "endOffsets": "8273"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json
new file mode 100644
index 000000000..2701dc5a8
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-ko/values-ko.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-ko\\values-ko.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7321",
+ "endColumns": "100",
+ "endOffsets": "7417"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ko\\values-ko.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,249,314,378,447,521,600,683,789,864,926,1007,1069,1126,1213,1273,1331,1389,1448,1505,1559,1654,1710,1767,1821,1887,1991,2066,2143,2264,2329,2394,2473,2523,2574,2640,2704,2774,2851,2919,2990,3057,3127,3207,3284,3364,3446,3518,3583,3655,3703,3767,3842,3919,3981,4045,4108,4192,4271,4351,4431,4485,4540",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,64,63,68,73,78,82,105,74,61,80,61,56,86,59,57,57,58,56,53,94,55,56,53,65,103,74,76,120,64,64,78,49,50,65,63,69,76,67,70,66,69,79,76,79,81,71,64,71,47,63,74,76,61,63,62,83,78,79,79,53,54,71",
+ "endOffsets": "244,309,373,442,516,595,678,784,859,921,1002,1064,1121,1208,1268,1326,1384,1443,1500,1554,1649,1705,1762,1816,1882,1986,2061,2138,2259,2324,2389,2468,2518,2569,2635,2699,2769,2846,2914,2985,3052,3122,3202,3279,3359,3441,3513,3578,3650,3698,3762,3837,3914,3976,4040,4103,4187,4266,4346,4426,4480,4535,4607"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2879,2944,3008,3077,3151,3230,3313,3419,3494,3556,3637,3699,3756,3843,3903,3961,4019,4078,4135,4189,4284,4340,4397,4451,4517,4621,4696,4773,4894,4959,5024,5103,5153,5204,5270,5334,5404,5481,5549,5620,5687,5757,5837,5914,5994,6076,6148,6213,6285,6333,6397,6472,6549,6611,6675,6738,6822,6901,6981,7061,7115,7170",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,64,63,68,73,78,82,105,74,61,80,61,56,86,59,57,57,58,56,53,94,55,56,53,65,103,74,76,120,64,64,78,49,50,65,63,69,76,67,70,66,69,79,76,79,81,71,64,71,47,63,74,76,61,63,62,83,78,79,79,53,54,71",
+ "endOffsets": "294,2939,3003,3072,3146,3225,3308,3414,3489,3551,3632,3694,3751,3838,3898,3956,4014,4073,4130,4184,4279,4335,4392,4446,4512,4616,4691,4768,4889,4954,5019,5098,5148,5199,5265,5329,5399,5476,5544,5615,5682,5752,5832,5909,5989,6071,6143,6208,6280,6328,6392,6467,6544,6606,6670,6733,6817,6896,6976,7056,7110,7165,7237"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ko\\values-ko.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,202,296,397,479,577,683,763,838,929,1022,1117,1211,1311,1404,1499,1593,1684,1775,1855,1953,2047,2142,2242,2339,2439,2591,2685",
+ "endColumns": "96,93,100,81,97,105,79,74,90,92,94,93,99,92,94,93,90,90,79,97,93,94,99,96,99,151,93,78",
+ "endOffsets": "197,291,392,474,572,678,758,833,924,1017,1112,1206,1306,1399,1494,1588,1679,1770,1850,1948,2042,2137,2237,2334,2434,2586,2680,2759"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "299,396,490,591,673,771,877,957,1032,1123,1216,1311,1405,1505,1598,1693,1787,1878,1969,2049,2147,2241,2336,2436,2533,2633,2785,7242",
+ "endColumns": "96,93,100,81,97,105,79,74,90,92,94,93,99,92,94,93,90,90,79,97,93,94,99,96,99,151,93,78",
+ "endOffsets": "391,485,586,668,766,872,952,1027,1118,1211,1306,1400,1500,1593,1688,1782,1873,1964,2044,2142,2236,2331,2431,2528,2628,2780,2874,7316"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json
new file mode 100644
index 000000000..982e96771
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-ky/values-ky.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ky\\values-ky.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,216,325,437,522,627,744,823,901,992,1085,1180,1274,1374,1467,1562,1657,1748,1839,1920,2026,2131,2229,2336,2439,2554,2715,2817",
+ "endColumns": "110,108,111,84,104,116,78,77,90,92,94,93,99,92,94,94,90,90,80,105,104,97,106,102,114,160,101,81",
+ "endOffsets": "211,320,432,517,622,739,818,896,987,1080,1175,1269,1369,1462,1557,1652,1743,1834,1915,2021,2126,2224,2331,2434,2549,2710,2812,2894"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,426,535,647,732,837,954,1033,1111,1202,1295,1390,1484,1584,1677,1772,1867,1958,2049,2130,2236,2341,2439,2546,2649,2764,2925,8027",
+ "endColumns": "110,108,111,84,104,116,78,77,90,92,94,93,99,92,94,94,90,90,80,105,104,97,106,102,114,160,101,81",
+ "endOffsets": "421,530,642,727,832,949,1028,1106,1197,1290,1385,1479,1579,1672,1767,1862,1953,2044,2125,2231,2336,2434,2541,2644,2759,2920,3022,8104"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ky\\values-ky.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,348,433,518,633,743,844,985,1069,1133,1227,1297,1358,1445,1508,1572,1631,1705,1767,1821,1938,1996,2057,2111,2185,2307,2391,2487,2619,2697,2775,2864,2925,2980,3046,3115,3192,3279,3351,3427,3509,3582,3667,3746,3836,3928,4002,4087,4177,4229,4294,4379,4464,4526,4590,4653,4770,4864,4964,5059,5124,5183",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,82,84,84,114,109,100,140,83,63,93,69,60,86,62,63,58,73,61,53,116,57,60,53,73,121,83,95,131,77,77,88,60,54,65,68,76,86,71,75,81,72,84,78,89,91,73,84,89,51,64,84,84,61,63,62,116,93,99,94,64,58,81",
+ "endOffsets": "260,343,428,513,628,738,839,980,1064,1128,1222,1292,1353,1440,1503,1567,1626,1700,1762,1816,1933,1991,2052,2106,2180,2302,2386,2482,2614,2692,2770,2859,2920,2975,3041,3110,3187,3274,3346,3422,3504,3577,3662,3741,3831,3923,3997,4082,4172,4224,4289,4374,4459,4521,4585,4648,4765,4859,4959,5054,5119,5178,5260"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3027,3110,3195,3280,3395,3505,3606,3747,3831,3895,3989,4059,4120,4207,4270,4334,4393,4467,4529,4583,4700,4758,4819,4873,4947,5069,5153,5249,5381,5459,5537,5626,5687,5742,5808,5877,5954,6041,6113,6189,6271,6344,6429,6508,6598,6690,6764,6849,6939,6991,7056,7141,7226,7288,7352,7415,7532,7626,7726,7821,7886,7945",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,82,84,84,114,109,100,140,83,63,93,69,60,86,62,63,58,73,61,53,116,57,60,53,73,121,83,95,131,77,77,88,60,54,65,68,76,86,71,75,81,72,84,78,89,91,73,84,89,51,64,84,84,61,63,62,116,93,99,94,64,58,81",
+ "endOffsets": "310,3105,3190,3275,3390,3500,3601,3742,3826,3890,3984,4054,4115,4202,4265,4329,4388,4462,4524,4578,4695,4753,4814,4868,4942,5064,5148,5244,5376,5454,5532,5621,5682,5737,5803,5872,5949,6036,6108,6184,6266,6339,6424,6503,6593,6685,6759,6844,6934,6986,7051,7136,7221,7283,7347,7410,7527,7621,7721,7816,7881,7940,8022"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-ky\\values-ky.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8109",
+ "endColumns": "100",
+ "endOffsets": "8205"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json
new file mode 100644
index 000000000..b790ee9cf
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json
@@ -0,0 +1,38 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-land/values-land.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-land\\values-land.xml",
+ "from": {
+ "startLines": "2,3,4",
+ "startColumns": "4,4,4",
+ "startOffsets": "55,125,196",
+ "endColumns": "69,70,67",
+ "endOffsets": "120,191,259"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-land\\values-land.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,26,35,40",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,130,204,277,347,419,489,554,621,691,763,832,901,983,1073,1149,1217,1284,1362,1427,1494,1666,2235,2504",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,25,34,39,42",
+ "endColumns": "74,73,72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10,10",
+ "endOffsets": "125,199,272,342,414,484,549,616,686,758,827,896,978,1068,1144,1212,1279,1357,1422,1489,1661,2230,2499,2727"
+ },
+ "to": {
+ "startLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,29,38,43",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "264,339,413,486,556,628,698,763,830,900,972,1041,1110,1192,1282,1358,1426,1493,1571,1636,1703,1875,2444,2713",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,28,37,42,45",
+ "endColumns": "74,73,72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10,10",
+ "endOffsets": "334,408,481,551,623,693,758,825,895,967,1036,1105,1187,1277,1353,1421,1488,1566,1631,1698,1870,2439,2708,2936"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json
new file mode 100644
index 000000000..92fe74f04
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json
@@ -0,0 +1,38 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-large-v4/values-large-v4.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-large-v4\\values-large-v4.xml",
+ "from": {
+ "startLines": "2,3,4,10",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,177,311,752",
+ "endLines": "2,3,9,15",
+ "endColumns": "121,133,10,10",
+ "endOffsets": "172,306,747,1190"
+ },
+ "to": {
+ "startLines": "11,12,13,19",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "752,874,1008,1449",
+ "endLines": "11,12,18,24",
+ "endColumns": "121,133,10,10",
+ "endOffsets": "869,1003,1444,1887"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-large-v4\\values-large-v4.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,114,185,256,326,396,464,532,636",
+ "endColumns": "58,70,70,69,69,67,67,103,115",
+ "endOffsets": "109,180,251,321,391,459,527,631,747"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json
new file mode 100644
index 000000000..03e7b29bb
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-ldltr-v21/values-ldltr-v21.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ldltr-v21\\values-ldltr-v21.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "112",
+ "endOffsets": "163"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldrtl-v17.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldrtl-v17.json
new file mode 100644
index 000000000..bfe787527
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldrtl-v17.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-ldrtl-v17/values-ldrtl-v17.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ldrtl-v17\\values-ldrtl-v17.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,191",
+ "endColumns": "135,140",
+ "endOffsets": "186,327"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json
new file mode 100644
index 000000000..ba048a63f
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-lo/values-lo.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-lo\\values-lo.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,269,343,414,495,581,664,779,898,981,1047,1136,1205,1264,1359,1425,1490,1548,1613,1674,1734,1840,1901,1961,2019,2090,2209,2295,2377,2520,2595,2671,2761,2816,2871,2937,3006,3080,3159,3232,3309,3378,3448,3533,3608,3701,3794,3868,3937,4031,4083,4150,4234,4318,4380,4444,4507,4606,4698,4793,4885,4944,5003",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,73,70,80,85,82,114,118,82,65,88,68,58,94,65,64,57,64,60,59,105,60,59,57,70,118,85,81,142,74,75,89,54,54,65,68,73,78,72,76,68,69,84,74,92,92,73,68,93,51,66,83,83,61,63,62,98,91,94,91,58,58,78",
+ "endOffsets": "264,338,409,490,576,659,774,893,976,1042,1131,1200,1259,1354,1420,1485,1543,1608,1669,1729,1835,1896,1956,2014,2085,2204,2290,2372,2515,2590,2666,2756,2811,2866,2932,3001,3075,3154,3227,3304,3373,3443,3528,3603,3696,3789,3863,3932,4026,4078,4145,4229,4313,4375,4439,4502,4601,4693,4788,4880,4939,4998,5077"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2986,3060,3131,3212,3298,3381,3496,3615,3698,3764,3853,3922,3981,4076,4142,4207,4265,4330,4391,4451,4557,4618,4678,4736,4807,4926,5012,5094,5237,5312,5388,5478,5533,5588,5654,5723,5797,5876,5949,6026,6095,6165,6250,6325,6418,6511,6585,6654,6748,6800,6867,6951,7035,7097,7161,7224,7323,7415,7510,7602,7661,7720",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,73,70,80,85,82,114,118,82,65,88,68,58,94,65,64,57,64,60,59,105,60,59,57,70,118,85,81,142,74,75,89,54,54,65,68,73,78,72,76,68,69,84,74,92,92,73,68,93,51,66,83,83,61,63,62,98,91,94,91,58,58,78",
+ "endOffsets": "314,3055,3126,3207,3293,3376,3491,3610,3693,3759,3848,3917,3976,4071,4137,4202,4260,4325,4386,4446,4552,4613,4673,4731,4802,4921,5007,5089,5232,5307,5383,5473,5528,5583,5649,5718,5792,5871,5944,6021,6090,6160,6245,6320,6413,6506,6580,6649,6743,6795,6862,6946,7030,7092,7156,7219,7318,7410,7505,7597,7656,7715,7794"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-lo\\values-lo.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,208,311,424,509,613,724,802,879,970,1063,1155,1249,1349,1442,1537,1633,1724,1815,1896,2003,2107,2205,2308,2412,2516,2673,2772",
+ "endColumns": "102,102,112,84,103,110,77,76,90,92,91,93,99,92,94,95,90,90,80,106,103,97,102,103,103,156,98,81",
+ "endOffsets": "203,306,419,504,608,719,797,874,965,1058,1150,1244,1344,1437,1532,1628,1719,1810,1891,1998,2102,2200,2303,2407,2511,2668,2767,2849"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "319,422,525,638,723,827,938,1016,1093,1184,1277,1369,1463,1563,1656,1751,1847,1938,2029,2110,2217,2321,2419,2522,2626,2730,2887,7799",
+ "endColumns": "102,102,112,84,103,110,77,76,90,92,91,93,99,92,94,95,90,90,80,106,103,97,102,103,103,156,98,81",
+ "endOffsets": "417,520,633,718,822,933,1011,1088,1179,1272,1364,1458,1558,1651,1746,1842,1933,2024,2105,2212,2316,2414,2517,2621,2725,2882,2981,7876"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-lo\\values-lo.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7881",
+ "endColumns": "100",
+ "endOffsets": "7977"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json
new file mode 100644
index 000000000..7b826adeb
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-lt/values-lt.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-lt\\values-lt.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,375,454,532,615,709,799,895,1013,1097,1163,1262,1340,1405,1515,1578,1650,1709,1783,1844,1898,2022,2083,2145,2199,2277,2411,2499,2583,2724,2803,2887,2984,3040,3094,3160,3235,3314,3402,3478,3556,3629,3706,3793,3874,3964,4056,4128,4209,4301,4356,4422,4507,4594,4656,4720,4783,4894,5009,5110,5224,5284,5342",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,78,77,82,93,89,95,117,83,65,98,77,64,109,62,71,58,73,60,53,123,60,61,53,77,133,87,83,140,78,83,96,55,53,65,74,78,87,75,77,72,76,86,80,89,91,71,80,91,54,65,84,86,61,63,62,110,114,100,113,59,57,81",
+ "endOffsets": "370,449,527,610,704,794,890,1008,1092,1158,1257,1335,1400,1510,1573,1645,1704,1778,1839,1893,2017,2078,2140,2194,2272,2406,2494,2578,2719,2798,2882,2979,3035,3089,3155,3230,3309,3397,3473,3551,3624,3701,3788,3869,3959,4051,4123,4204,4296,4351,4417,4502,4589,4651,4715,4778,4889,5004,5105,5219,5279,5337,5419"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3194,3273,3351,3434,3528,3618,3714,3832,3916,3982,4081,4159,4224,4334,4397,4469,4528,4602,4663,4717,4841,4902,4964,5018,5096,5230,5318,5402,5543,5622,5706,5803,5859,5913,5979,6054,6133,6221,6297,6375,6448,6525,6612,6693,6783,6875,6947,7028,7120,7175,7241,7326,7413,7475,7539,7602,7713,7828,7929,8043,8103,8161",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,78,77,82,93,89,95,117,83,65,98,77,64,109,62,71,58,73,60,53,123,60,61,53,77,133,87,83,140,78,83,96,55,53,65,74,78,87,75,77,72,76,86,80,89,91,71,80,91,54,65,84,86,61,63,62,110,114,100,113,59,57,81",
+ "endOffsets": "420,3268,3346,3429,3523,3613,3709,3827,3911,3977,4076,4154,4219,4329,4392,4464,4523,4597,4658,4712,4836,4897,4959,5013,5091,5225,5313,5397,5538,5617,5701,5798,5854,5908,5974,6049,6128,6216,6292,6370,6443,6520,6607,6688,6778,6870,6942,7023,7115,7170,7236,7321,7408,7470,7534,7597,7708,7823,7924,8038,8098,8156,8238"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-lt\\values-lt.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8327",
+ "endColumns": "100",
+ "endOffsets": "8423"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-lt\\values-lt.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,221,325,438,525,627,749,832,912,1006,1102,1199,1295,1398,1494,1592,1688,1782,1876,1959,2068,2176,2276,2386,2491,2597,2773,2874",
+ "endColumns": "115,103,112,86,101,121,82,79,93,95,96,95,102,95,97,95,93,93,82,108,107,99,109,104,105,175,100,83",
+ "endOffsets": "216,320,433,520,622,744,827,907,1001,1097,1194,1290,1393,1489,1587,1683,1777,1871,1954,2063,2171,2271,2381,2486,2592,2768,2869,2953"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "425,541,645,758,845,947,1069,1152,1232,1326,1422,1519,1615,1718,1814,1912,2008,2102,2196,2279,2388,2496,2596,2706,2811,2917,3093,8243",
+ "endColumns": "115,103,112,86,101,121,82,79,93,95,96,95,102,95,97,95,93,93,82,108,107,99,109,104,105,175,100,83",
+ "endOffsets": "536,640,753,840,942,1064,1147,1227,1321,1417,1514,1610,1713,1809,1907,2003,2097,2191,2274,2383,2491,2591,2701,2806,2912,3088,3189,8322"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json
new file mode 100644
index 000000000..a6a507ae2
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-lv/values-lv.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-lv\\values-lv.xml",
+ "from": {
+ "startLines": "2,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,324,411,496,577,682,770,871,1005,1088,1153,1247,1320,1381,1506,1572,1640,1701,1773,1833,1887,2007,2067,2129,2183,2260,2390,2477,2559,2700,2780,2865,2956,3010,3063,3129,3203,3284,3368,3441,3518,3595,3669,3762,3837,3927,4018,4090,4168,4259,4313,4381,4465,4552,4614,4678,4741,4851,4964,5067,5179,5237,5294",
+ "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "endColumns": "12,86,84,80,104,87,100,133,82,64,93,72,60,124,65,67,60,71,59,53,119,59,61,53,76,129,86,81,140,79,84,90,53,52,65,73,80,83,72,76,76,73,92,74,89,90,71,77,90,53,67,83,86,61,63,62,109,112,102,111,57,56,76",
+ "endOffsets": "319,406,491,572,677,765,866,1000,1083,1148,1242,1315,1376,1501,1567,1635,1696,1768,1828,1882,2002,2062,2124,2178,2255,2385,2472,2554,2695,2775,2860,2951,3005,3058,3124,3198,3279,3363,3436,3513,3590,3664,3757,3832,3922,4013,4085,4163,4254,4308,4376,4460,4547,4609,4673,4736,4846,4959,5062,5174,5232,5289,5366"
+ },
+ "to": {
+ "startLines": "2,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3258,3345,3430,3511,3616,3704,3805,3939,4022,4087,4181,4254,4315,4440,4506,4574,4635,4707,4767,4821,4941,5001,5063,5117,5194,5324,5411,5493,5634,5714,5799,5890,5944,5997,6063,6137,6218,6302,6375,6452,6529,6603,6696,6771,6861,6952,7024,7102,7193,7247,7315,7399,7486,7548,7612,7675,7785,7898,8001,8113,8171,8228",
+ "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "endColumns": "12,86,84,80,104,87,100,133,82,64,93,72,60,124,65,67,60,71,59,53,119,59,61,53,76,129,86,81,140,79,84,90,53,52,65,73,80,83,72,76,76,73,92,74,89,90,71,77,90,53,67,83,86,61,63,62,109,112,102,111,57,56,76",
+ "endOffsets": "369,3340,3425,3506,3611,3699,3800,3934,4017,4082,4176,4249,4310,4435,4501,4569,4630,4702,4762,4816,4936,4996,5058,5112,5189,5319,5406,5488,5629,5709,5794,5885,5939,5992,6058,6132,6213,6297,6370,6447,6524,6598,6691,6766,6856,6947,7019,7097,7188,7242,7310,7394,7481,7543,7607,7670,7780,7893,7996,8108,8166,8223,8300"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-lv\\values-lv.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,225,335,444,530,634,756,838,918,1028,1136,1242,1351,1462,1565,1677,1784,1889,1989,2074,2183,2294,2393,2504,2611,2716,2890,2989",
+ "endColumns": "119,109,108,85,103,121,81,79,109,107,105,108,110,102,111,106,104,99,84,108,110,98,110,106,104,173,98,82",
+ "endOffsets": "220,330,439,525,629,751,833,913,1023,1131,1237,1346,1457,1560,1672,1779,1884,1984,2069,2178,2289,2388,2499,2606,2711,2885,2984,3067"
+ },
+ "to": {
+ "startLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "374,494,604,713,799,903,1025,1107,1187,1297,1405,1511,1620,1731,1834,1946,2053,2158,2258,2343,2452,2563,2662,2773,2880,2985,3159,8305",
+ "endColumns": "119,109,108,85,103,121,81,79,109,107,105,108,110,102,111,106,104,99,84,108,110,98,110,106,104,173,98,82",
+ "endOffsets": "489,599,708,794,898,1020,1102,1182,1292,1400,1506,1615,1726,1829,1941,2048,2153,2253,2338,2447,2558,2657,2768,2875,2980,3154,3253,8383"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-lv\\values-lv.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "97",
+ "startColumns": "4",
+ "startOffsets": "8388",
+ "endColumns": "100",
+ "endOffsets": "8484"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json
new file mode 100644
index 000000000..8bf72f87e
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-mk/values-mk.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-mk\\values-mk.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,271,352,432,514,611,700,796,920,1007,1073,1164,1234,1298,1401,1464,1529,1589,1657,1720,1775,1903,1960,2022,2077,2152,2292,2379,2462,2595,2677,2762,2849,2903,2958,3024,3097,3173,3262,3335,3411,3486,3556,3644,3719,3811,3903,3977,4051,4143,4196,4263,4346,4433,4495,4559,4622,4736,4843,4945,5056,5114,5173",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,79,81,96,88,95,123,86,65,90,69,63,102,62,64,59,67,62,54,127,56,61,54,74,139,86,82,132,81,84,86,53,54,65,72,75,88,72,75,74,69,87,74,91,91,73,73,91,52,66,82,86,61,63,62,113,106,101,110,57,58,84",
+ "endOffsets": "266,347,427,509,606,695,791,915,1002,1068,1159,1229,1293,1396,1459,1524,1584,1652,1715,1770,1898,1955,2017,2072,2147,2287,2374,2457,2590,2672,2757,2844,2898,2953,3019,3092,3168,3257,3330,3406,3481,3551,3639,3714,3806,3898,3972,4046,4138,4191,4258,4341,4428,4490,4554,4617,4731,4838,4940,5051,5109,5168,5253"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3036,3117,3197,3279,3376,3465,3561,3685,3772,3838,3929,3999,4063,4166,4229,4294,4354,4422,4485,4540,4668,4725,4787,4842,4917,5057,5144,5227,5360,5442,5527,5614,5668,5723,5789,5862,5938,6027,6100,6176,6251,6321,6409,6484,6576,6668,6742,6816,6908,6961,7028,7111,7198,7260,7324,7387,7501,7608,7710,7821,7879,7938",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,79,81,96,88,95,123,86,65,90,69,63,102,62,64,59,67,62,54,127,56,61,54,74,139,86,82,132,81,84,86,53,54,65,72,75,88,72,75,74,69,87,74,91,91,73,73,91,52,66,82,86,61,63,62,113,106,101,110,57,58,84",
+ "endOffsets": "316,3112,3192,3274,3371,3460,3556,3680,3767,3833,3924,3994,4058,4161,4224,4289,4349,4417,4480,4535,4663,4720,4782,4837,4912,5052,5139,5222,5355,5437,5522,5609,5663,5718,5784,5857,5933,6022,6095,6171,6246,6316,6404,6479,6571,6663,6737,6811,6903,6956,7023,7106,7193,7255,7319,7382,7496,7603,7705,7816,7874,7933,8018"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-mk\\values-mk.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,317,425,511,619,738,822,903,994,1087,1183,1277,1377,1470,1565,1661,1752,1843,1930,2036,2142,2243,2350,2462,2566,2722,2820",
+ "endColumns": "107,103,107,85,107,118,83,80,90,92,95,93,99,92,94,95,90,90,86,105,105,100,106,111,103,155,97,84",
+ "endOffsets": "208,312,420,506,614,733,817,898,989,1082,1178,1272,1372,1465,1560,1656,1747,1838,1925,2031,2137,2238,2345,2457,2561,2717,2815,2900"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "321,429,533,641,727,835,954,1038,1119,1210,1303,1399,1493,1593,1686,1781,1877,1968,2059,2146,2252,2358,2459,2566,2678,2782,2938,8023",
+ "endColumns": "107,103,107,85,107,118,83,80,90,92,95,93,99,92,94,95,90,90,86,105,105,100,106,111,103,155,97,84",
+ "endOffsets": "424,528,636,722,830,949,1033,1114,1205,1298,1394,1488,1588,1681,1776,1872,1963,2054,2141,2247,2353,2454,2561,2673,2777,2933,3031,8103"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-mk\\values-mk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8108",
+ "endColumns": "100",
+ "endOffsets": "8204"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json
new file mode 100644
index 000000000..ebe7bebec
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-ml/values-ml.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-ml\\values-ml.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8293",
+ "endColumns": "100",
+ "endOffsets": "8389"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ml\\values-ml.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,318,429,520,625,747,825,900,991,1084,1185,1279,1379,1473,1568,1667,1758,1849,1931,2040,2144,2243,2355,2467,2588,2753,2854",
+ "endColumns": "106,105,110,90,104,121,77,74,90,92,100,93,99,93,94,98,90,90,81,108,103,98,111,111,120,164,100,82",
+ "endOffsets": "207,313,424,515,620,742,820,895,986,1079,1180,1274,1374,1468,1563,1662,1753,1844,1926,2035,2139,2238,2350,2462,2583,2748,2849,2932"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "321,428,534,645,736,841,963,1041,1116,1207,1300,1401,1495,1595,1689,1784,1883,1974,2065,2147,2256,2360,2459,2571,2683,2804,2969,8210",
+ "endColumns": "106,105,110,90,104,121,77,74,90,92,100,93,99,93,94,98,90,90,81,108,103,98,111,111,120,164,100,82",
+ "endOffsets": "423,529,640,731,836,958,1036,1111,1202,1295,1396,1490,1590,1684,1779,1878,1969,2060,2142,2251,2355,2454,2566,2678,2799,2964,3065,8288"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ml\\values-ml.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,271,351,434,521,627,726,820,930,1022,1087,1186,1252,1312,1414,1476,1552,1610,1688,1753,1807,1924,1988,2052,2106,2186,2320,2406,2495,2631,2716,2804,2899,2957,3009,3075,3154,3236,3327,3403,3480,3557,3628,3735,3815,3912,4012,4086,4167,4272,4330,4397,4488,4580,4642,4706,4769,4872,4988,5093,5209,5271,5327",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,79,82,86,105,98,93,109,91,64,98,65,59,101,61,75,57,77,64,53,116,63,63,53,79,133,85,88,135,84,87,94,57,51,65,78,81,90,75,76,76,70,106,79,96,99,73,80,104,57,66,90,91,61,63,62,102,115,104,115,61,55,83",
+ "endOffsets": "266,346,429,516,622,721,815,925,1017,1082,1181,1247,1307,1409,1471,1547,1605,1683,1748,1802,1919,1983,2047,2101,2181,2315,2401,2490,2626,2711,2799,2894,2952,3004,3070,3149,3231,3322,3398,3475,3552,3623,3730,3810,3907,4007,4081,4162,4267,4325,4392,4483,4575,4637,4701,4764,4867,4983,5088,5204,5266,5322,5406"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3070,3150,3233,3320,3426,3525,3619,3729,3821,3886,3985,4051,4111,4213,4275,4351,4409,4487,4552,4606,4723,4787,4851,4905,4985,5119,5205,5294,5430,5515,5603,5698,5756,5808,5874,5953,6035,6126,6202,6279,6356,6427,6534,6614,6711,6811,6885,6966,7071,7129,7196,7287,7379,7441,7505,7568,7671,7787,7892,8008,8070,8126",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,79,82,86,105,98,93,109,91,64,98,65,59,101,61,75,57,77,64,53,116,63,63,53,79,133,85,88,135,84,87,94,57,51,65,78,81,90,75,76,76,70,106,79,96,99,73,80,104,57,66,90,91,61,63,62,102,115,104,115,61,55,83",
+ "endOffsets": "316,3145,3228,3315,3421,3520,3614,3724,3816,3881,3980,4046,4106,4208,4270,4346,4404,4482,4547,4601,4718,4782,4846,4900,4980,5114,5200,5289,5425,5510,5598,5693,5751,5803,5869,5948,6030,6121,6197,6274,6351,6422,6529,6609,6706,6806,6880,6961,7066,7124,7191,7282,7374,7436,7500,7563,7666,7782,7887,8003,8065,8121,8205"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json
new file mode 100644
index 000000000..9f6cbf56a
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-mn/values-mn.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-mn\\values-mn.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,219,319,428,514,620,734,817,898,989,1082,1177,1273,1370,1463,1557,1649,1740,1830,1910,2017,2120,2217,2324,2426,2539,2698,2797",
+ "endColumns": "113,99,108,85,105,113,82,80,90,92,94,95,96,92,93,91,90,89,79,106,102,96,106,101,112,158,98,80",
+ "endOffsets": "214,314,423,509,615,729,812,893,984,1077,1172,1268,1365,1458,1552,1644,1735,1825,1905,2012,2115,2212,2319,2421,2534,2693,2792,2873"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,429,529,638,724,830,944,1027,1108,1199,1292,1387,1483,1580,1673,1767,1859,1950,2040,2120,2227,2330,2427,2534,2636,2749,2908,7924",
+ "endColumns": "113,99,108,85,105,113,82,80,90,92,94,95,96,92,93,91,90,89,79,106,102,96,106,101,112,158,98,80",
+ "endOffsets": "424,524,633,719,825,939,1022,1103,1194,1287,1382,1478,1575,1668,1762,1854,1945,2035,2115,2222,2325,2422,2529,2631,2744,2903,3002,8000"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-mn\\values-mn.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,344,421,500,587,672,770,889,974,1039,1137,1218,1277,1370,1432,1495,1553,1624,1686,1740,1861,1918,1979,2033,2104,2237,2321,2404,2537,2619,2697,2787,2841,2892,2958,3029,3107,3193,3268,3346,3426,3509,3597,3676,3766,3859,3933,4003,4094,4148,4215,4299,4384,4446,4510,4573,4677,4783,4880,4985,5043,5098",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,78,76,78,86,84,97,118,84,64,97,80,58,92,61,62,57,70,61,53,120,56,60,53,70,132,83,82,132,81,77,89,53,50,65,70,77,85,74,77,79,82,87,78,89,92,73,69,90,53,66,83,84,61,63,62,103,105,96,104,57,54,83",
+ "endOffsets": "260,339,416,495,582,667,765,884,969,1034,1132,1213,1272,1365,1427,1490,1548,1619,1681,1735,1856,1913,1974,2028,2099,2232,2316,2399,2532,2614,2692,2782,2836,2887,2953,3024,3102,3188,3263,3341,3421,3504,3592,3671,3761,3854,3928,3998,4089,4143,4210,4294,4379,4441,4505,4568,4672,4778,4875,4980,5038,5093,5177"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3007,3086,3163,3242,3329,3414,3512,3631,3716,3781,3879,3960,4019,4112,4174,4237,4295,4366,4428,4482,4603,4660,4721,4775,4846,4979,5063,5146,5279,5361,5439,5529,5583,5634,5700,5771,5849,5935,6010,6088,6168,6251,6339,6418,6508,6601,6675,6745,6836,6890,6957,7041,7126,7188,7252,7315,7419,7525,7622,7727,7785,7840",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,78,76,78,86,84,97,118,84,64,97,80,58,92,61,62,57,70,61,53,120,56,60,53,70,132,83,82,132,81,77,89,53,50,65,70,77,85,74,77,79,82,87,78,89,92,73,69,90,53,66,83,84,61,63,62,103,105,96,104,57,54,83",
+ "endOffsets": "310,3081,3158,3237,3324,3409,3507,3626,3711,3776,3874,3955,4014,4107,4169,4232,4290,4361,4423,4477,4598,4655,4716,4770,4841,4974,5058,5141,5274,5356,5434,5524,5578,5629,5695,5766,5844,5930,6005,6083,6163,6246,6334,6413,6503,6596,6670,6740,6831,6885,6952,7036,7121,7183,7247,7310,7414,7520,7617,7722,7780,7835,7919"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-mn\\values-mn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8005",
+ "endColumns": "100",
+ "endOffsets": "8101"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json
new file mode 100644
index 000000000..432493b65
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-mr/values-mr.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-mr\\values-mr.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,216,322,429,519,620,732,810,887,978,1071,1164,1261,1361,1454,1549,1643,1734,1825,1905,2012,2113,2210,2319,2421,2535,2692,2795",
+ "endColumns": "110,105,106,89,100,111,77,76,90,92,92,96,99,92,94,93,90,90,79,106,100,96,108,101,113,156,102,79",
+ "endOffsets": "211,317,424,514,615,727,805,882,973,1066,1159,1256,1356,1449,1544,1638,1729,1820,1900,2007,2108,2205,2314,2416,2530,2687,2790,2870"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "309,420,526,633,723,824,936,1014,1091,1182,1275,1368,1465,1565,1658,1753,1847,1938,2029,2109,2216,2317,2414,2523,2625,2739,2896,7871",
+ "endColumns": "110,105,106,89,100,111,77,76,90,92,92,96,99,92,94,93,90,90,79,106,100,96,108,101,113,156,102,79",
+ "endOffsets": "415,521,628,718,819,931,1009,1086,1177,1270,1363,1460,1560,1653,1748,1842,1933,2024,2104,2211,2312,2409,2518,2620,2734,2891,2994,7946"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-mr\\values-mr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7951",
+ "endColumns": "100",
+ "endOffsets": "8047"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-mr\\values-mr.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,259,344,431,514,607,691,791,907,989,1052,1143,1208,1267,1355,1417,1479,1539,1606,1669,1723,1837,1894,1955,2009,2079,2198,2279,2364,2499,2576,2653,2739,2795,2847,2913,2983,3061,3148,3218,3294,3365,3434,3530,3604,3702,3798,3872,3942,4044,4099,4166,4253,4346,4409,4473,4536,4636,4739,4833,4937,4997,5053",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,84,86,82,92,83,99,115,81,62,90,64,58,87,61,61,59,66,62,53,113,56,60,53,69,118,80,84,134,76,76,85,55,51,65,69,77,86,69,75,70,68,95,73,97,95,73,69,101,54,66,86,92,62,63,62,99,102,93,103,59,55,77",
+ "endOffsets": "254,339,426,509,602,686,786,902,984,1047,1138,1203,1262,1350,1412,1474,1534,1601,1664,1718,1832,1889,1950,2004,2074,2193,2274,2359,2494,2571,2648,2734,2790,2842,2908,2978,3056,3143,3213,3289,3360,3429,3525,3599,3697,3793,3867,3937,4039,4094,4161,4248,4341,4404,4468,4531,4631,4734,4828,4932,4992,5048,5126"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2999,3084,3171,3254,3347,3431,3531,3647,3729,3792,3883,3948,4007,4095,4157,4219,4279,4346,4409,4463,4577,4634,4695,4749,4819,4938,5019,5104,5239,5316,5393,5479,5535,5587,5653,5723,5801,5888,5958,6034,6105,6174,6270,6344,6442,6538,6612,6682,6784,6839,6906,6993,7086,7149,7213,7276,7376,7479,7573,7677,7737,7793",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,84,86,82,92,83,99,115,81,62,90,64,58,87,61,61,59,66,62,53,113,56,60,53,69,118,80,84,134,76,76,85,55,51,65,69,77,86,69,75,70,68,95,73,97,95,73,69,101,54,66,86,92,62,63,62,99,102,93,103,59,55,77",
+ "endOffsets": "304,3079,3166,3249,3342,3426,3526,3642,3724,3787,3878,3943,4002,4090,4152,4214,4274,4341,4404,4458,4572,4629,4690,4744,4814,4933,5014,5099,5234,5311,5388,5474,5530,5582,5648,5718,5796,5883,5953,6029,6100,6169,6265,6339,6437,6533,6607,6677,6779,6834,6901,6988,7081,7144,7208,7271,7371,7474,7568,7672,7732,7788,7866"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json
new file mode 100644
index 000000000..57f9f9576
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-ms/values-ms.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-ms\\values-ms.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7993",
+ "endColumns": "100",
+ "endOffsets": "8089"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ms\\values-ms.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,216,321,429,516,620,731,810,888,979,1072,1167,1261,1359,1452,1547,1641,1732,1823,1903,2015,2123,2220,2329,2433,2540,2699,2800",
+ "endColumns": "110,104,107,86,103,110,78,77,90,92,94,93,97,92,94,93,90,90,79,111,107,96,108,103,106,158,100,80",
+ "endOffsets": "211,316,424,511,615,726,805,883,974,1067,1162,1256,1354,1447,1542,1636,1727,1818,1898,2010,2118,2215,2324,2428,2535,2694,2795,2876"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "329,440,545,653,740,844,955,1034,1112,1203,1296,1391,1485,1583,1676,1771,1865,1956,2047,2127,2239,2347,2444,2553,2657,2764,2923,7912",
+ "endColumns": "110,104,107,86,103,110,78,77,90,92,94,93,97,92,94,93,90,90,79,111,107,96,108,103,106,158,100,80",
+ "endOffsets": "435,540,648,735,839,950,1029,1107,1198,1291,1386,1480,1578,1671,1766,1860,1951,2042,2122,2234,2342,2439,2548,2652,2759,2918,3019,7988"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ms\\values-ms.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,279,359,438,525,617,704,807,923,1006,1071,1164,1229,1288,1375,1437,1499,1559,1625,1687,1741,1849,1906,1967,2022,2093,2213,2304,2390,2538,2624,2710,2798,2851,2902,2968,3039,3117,3200,3273,3349,3422,3493,3585,3658,3748,3841,3915,3986,4077,4129,4197,4281,4366,4428,4492,4555,4659,4765,4861,4969,5026,5081",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,79,78,86,91,86,102,115,82,64,92,64,58,86,61,61,59,65,61,53,107,56,60,54,70,119,90,85,147,85,85,87,52,50,65,70,77,82,72,75,72,70,91,72,89,92,73,70,90,51,67,83,84,61,63,62,103,105,95,107,56,54,85",
+ "endOffsets": "274,354,433,520,612,699,802,918,1001,1066,1159,1224,1283,1370,1432,1494,1554,1620,1682,1736,1844,1901,1962,2017,2088,2208,2299,2385,2533,2619,2705,2793,2846,2897,2963,3034,3112,3195,3268,3344,3417,3488,3580,3653,3743,3836,3910,3981,4072,4124,4192,4276,4361,4423,4487,4550,4654,4760,4856,4964,5021,5076,5162"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3024,3104,3183,3270,3362,3449,3552,3668,3751,3816,3909,3974,4033,4120,4182,4244,4304,4370,4432,4486,4594,4651,4712,4767,4838,4958,5049,5135,5283,5369,5455,5543,5596,5647,5713,5784,5862,5945,6018,6094,6167,6238,6330,6403,6493,6586,6660,6731,6822,6874,6942,7026,7111,7173,7237,7300,7404,7510,7606,7714,7771,7826",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,79,78,86,91,86,102,115,82,64,92,64,58,86,61,61,59,65,61,53,107,56,60,54,70,119,90,85,147,85,85,87,52,50,65,70,77,82,72,75,72,70,91,72,89,92,73,70,90,51,67,83,84,61,63,62,103,105,95,107,56,54,85",
+ "endOffsets": "324,3099,3178,3265,3357,3444,3547,3663,3746,3811,3904,3969,4028,4115,4177,4239,4299,4365,4427,4481,4589,4646,4707,4762,4833,4953,5044,5130,5278,5364,5450,5538,5591,5642,5708,5779,5857,5940,6013,6089,6162,6233,6325,6398,6488,6581,6655,6726,6817,6869,6937,7021,7106,7168,7232,7295,7399,7505,7601,7709,7766,7821,7907"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json
new file mode 100644
index 000000000..bcbd7c328
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-my/values-my.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-my\\values-my.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,218,325,441,528,637,760,839,917,1008,1101,1196,1290,1390,1483,1578,1672,1763,1854,1939,2054,2163,2262,2388,2495,2603,2763,2866",
+ "endColumns": "112,106,115,86,108,122,78,77,90,92,94,93,99,92,94,93,90,90,84,114,108,98,125,106,107,159,102,85",
+ "endOffsets": "213,320,436,523,632,755,834,912,1003,1096,1191,1285,1385,1478,1573,1667,1758,1849,1934,2049,2158,2257,2383,2490,2598,2758,2861,2947"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "335,448,555,671,758,867,990,1069,1147,1238,1331,1426,1520,1620,1713,1808,1902,1993,2084,2169,2284,2393,2492,2618,2725,2833,2993,8093",
+ "endColumns": "112,106,115,86,108,122,78,77,90,92,94,93,99,92,94,93,90,90,84,114,108,98,125,106,107,159,102,85",
+ "endOffsets": "443,550,666,753,862,985,1064,1142,1233,1326,1421,1515,1615,1708,1803,1897,1988,2079,2164,2279,2388,2487,2613,2720,2828,2988,3091,8174"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-my\\values-my.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,285,386,485,561,652,736,842,971,1056,1121,1211,1286,1345,1436,1499,1564,1623,1694,1756,1813,1932,1990,2051,2106,2179,2311,2402,2491,2632,2710,2787,2879,2937,2988,3054,3126,3208,3290,3365,3439,3511,3590,3687,3768,3854,3946,4020,4099,4185,4239,4307,4390,4471,4533,4597,4660,4772,4875,4979,5084,5145,5200",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,100,98,75,90,83,105,128,84,64,89,74,58,90,62,64,58,70,61,56,118,57,60,54,72,131,90,88,140,77,76,91,57,50,65,71,81,81,74,73,71,78,96,80,85,91,73,78,85,53,67,82,80,61,63,62,111,102,103,104,60,54,81",
+ "endOffsets": "280,381,480,556,647,731,837,966,1051,1116,1206,1281,1340,1431,1494,1559,1618,1689,1751,1808,1927,1985,2046,2101,2174,2306,2397,2486,2627,2705,2782,2874,2932,2983,3049,3121,3203,3285,3360,3434,3506,3585,3682,3763,3849,3941,4015,4094,4180,4234,4302,4385,4466,4528,4592,4655,4767,4870,4974,5079,5140,5195,5277"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3096,3197,3296,3372,3463,3547,3653,3782,3867,3932,4022,4097,4156,4247,4310,4375,4434,4505,4567,4624,4743,4801,4862,4917,4990,5122,5213,5302,5443,5521,5598,5690,5748,5799,5865,5937,6019,6101,6176,6250,6322,6401,6498,6579,6665,6757,6831,6910,6996,7050,7118,7201,7282,7344,7408,7471,7583,7686,7790,7895,7956,8011",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,100,98,75,90,83,105,128,84,64,89,74,58,90,62,64,58,70,61,56,118,57,60,54,72,131,90,88,140,77,76,91,57,50,65,71,81,81,74,73,71,78,96,80,85,91,73,78,85,53,67,82,80,61,63,62,111,102,103,104,60,54,81",
+ "endOffsets": "330,3192,3291,3367,3458,3542,3648,3777,3862,3927,4017,4092,4151,4242,4305,4370,4429,4500,4562,4619,4738,4796,4857,4912,4985,5117,5208,5297,5438,5516,5593,5685,5743,5794,5860,5932,6014,6096,6171,6245,6317,6396,6493,6574,6660,6752,6826,6905,6991,7045,7113,7196,7277,7339,7403,7466,7578,7681,7785,7890,7951,8006,8088"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-my\\values-my.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8179",
+ "endColumns": "100",
+ "endOffsets": "8275"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json
new file mode 100644
index 000000000..7f8fd7748
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-nb/values-nb.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-nb\\values-nb.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,261,338,411,498,586,666,765,884,966,1030,1122,1190,1250,1337,1401,1463,1527,1595,1660,1714,1823,1881,1943,1997,2072,2192,2274,2354,2488,2566,2646,2734,2788,2839,2905,2973,3047,3137,3208,3286,3356,3426,3515,3593,3681,3771,3843,3915,3999,4050,4116,4197,4280,4342,4406,4469,4569,4667,4760,4858,4916,4971",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,76,72,86,87,79,98,118,81,63,91,67,59,86,63,61,63,67,64,53,108,57,61,53,74,119,81,79,133,77,79,87,53,50,65,67,73,89,70,77,69,69,88,77,87,89,71,71,83,50,65,80,82,61,63,62,99,97,92,97,57,54,77",
+ "endOffsets": "256,333,406,493,581,661,760,879,961,1025,1117,1185,1245,1332,1396,1458,1522,1590,1655,1709,1818,1876,1938,1992,2067,2187,2269,2349,2483,2561,2641,2729,2783,2834,2900,2968,3042,3132,3203,3281,3351,3421,3510,3588,3676,3766,3838,3910,3994,4045,4111,4192,4275,4337,4401,4464,4564,4662,4755,4853,4911,4966,5044"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2943,3020,3093,3180,3268,3348,3447,3566,3648,3712,3804,3872,3932,4019,4083,4145,4209,4277,4342,4396,4505,4563,4625,4679,4754,4874,4956,5036,5170,5248,5328,5416,5470,5521,5587,5655,5729,5819,5890,5968,6038,6108,6197,6275,6363,6453,6525,6597,6681,6732,6798,6879,6962,7024,7088,7151,7251,7349,7442,7540,7598,7653",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,76,72,86,87,79,98,118,81,63,91,67,59,86,63,61,63,67,64,53,108,57,61,53,74,119,81,79,133,77,79,87,53,50,65,67,73,89,70,77,69,69,88,77,87,89,71,71,83,50,65,80,82,61,63,62,99,97,92,97,57,54,77",
+ "endOffsets": "306,3015,3088,3175,3263,3343,3442,3561,3643,3707,3799,3867,3927,4014,4078,4140,4204,4272,4337,4391,4500,4558,4620,4674,4749,4869,4951,5031,5165,5243,5323,5411,5465,5516,5582,5650,5724,5814,5885,5963,6033,6103,6192,6270,6358,6448,6520,6592,6676,6727,6793,6874,6957,7019,7083,7146,7246,7344,7437,7535,7593,7648,7726"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-nb\\values-nb.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7811",
+ "endColumns": "100",
+ "endOffsets": "7907"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-nb\\values-nb.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,208,303,417,503,603,716,793,868,959,1052,1146,1240,1340,1433,1528,1626,1717,1808,1886,1989,2087,2183,2287,2386,2487,2640,2737",
+ "endColumns": "102,94,113,85,99,112,76,74,90,92,93,93,99,92,94,97,90,90,77,102,97,95,103,98,100,152,96,79",
+ "endOffsets": "203,298,412,498,598,711,788,863,954,1047,1141,1235,1335,1428,1523,1621,1712,1803,1881,1984,2082,2178,2282,2381,2482,2635,2732,2812"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "311,414,509,623,709,809,922,999,1074,1165,1258,1352,1446,1546,1639,1734,1832,1923,2014,2092,2195,2293,2389,2493,2592,2693,2846,7731",
+ "endColumns": "102,94,113,85,99,112,76,74,90,92,93,93,99,92,94,97,90,90,77,102,97,95,103,98,100,152,96,79",
+ "endOffsets": "409,504,618,704,804,917,994,1069,1160,1253,1347,1441,1541,1634,1729,1827,1918,2009,2087,2190,2288,2384,2488,2587,2688,2841,2938,7806"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json
new file mode 100644
index 000000000..7dc1b3c1d
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-ne/values-ne.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-ne\\values-ne.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8187",
+ "endColumns": "100",
+ "endOffsets": "8283"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ne\\values-ne.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,262,351,439,521,616,705,807,917,1004,1070,1166,1232,1293,1398,1462,1534,1592,1666,1728,1782,1895,1955,2016,2075,2153,2277,2358,2443,2579,2660,2743,2826,2888,2942,3008,3085,3164,3252,3321,3397,3478,3546,3637,3715,3808,3905,3979,4058,4156,4216,4282,4370,4458,4520,4588,4651,4756,4874,4969,5089,5155,5213",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,88,87,81,94,88,101,109,86,65,95,65,60,104,63,71,57,73,61,53,112,59,60,58,77,123,80,84,135,80,82,82,61,53,65,76,78,87,68,75,80,67,90,77,92,96,73,78,97,59,65,87,87,61,67,62,104,117,94,119,65,57,83",
+ "endOffsets": "257,346,434,516,611,700,802,912,999,1065,1161,1227,1288,1393,1457,1529,1587,1661,1723,1777,1890,1950,2011,2070,2148,2272,2353,2438,2574,2655,2738,2821,2883,2937,3003,3080,3159,3247,3316,3392,3473,3541,3632,3710,3803,3900,3974,4053,4151,4211,4277,4365,4453,4515,4583,4646,4751,4869,4964,5084,5150,5208,5292"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3072,3161,3249,3331,3426,3515,3617,3727,3814,3880,3976,4042,4103,4208,4272,4344,4402,4476,4538,4592,4705,4765,4826,4885,4963,5087,5168,5253,5389,5470,5553,5636,5698,5752,5818,5895,5974,6062,6131,6207,6288,6356,6447,6525,6618,6715,6789,6868,6966,7026,7092,7180,7268,7330,7398,7461,7566,7684,7779,7899,7965,8023",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,88,87,81,94,88,101,109,86,65,95,65,60,104,63,71,57,73,61,53,112,59,60,58,77,123,80,84,135,80,82,82,61,53,65,76,78,87,68,75,80,67,90,77,92,96,73,78,97,59,65,87,87,61,67,62,104,117,94,119,65,57,83",
+ "endOffsets": "307,3156,3244,3326,3421,3510,3612,3722,3809,3875,3971,4037,4098,4203,4267,4339,4397,4471,4533,4587,4700,4760,4821,4880,4958,5082,5163,5248,5384,5465,5548,5631,5693,5747,5813,5890,5969,6057,6126,6202,6283,6351,6442,6520,6613,6710,6784,6863,6961,7021,7087,7175,7263,7325,7393,7456,7561,7679,7774,7894,7960,8018,8102"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ne\\values-ne.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,214,325,433,524,631,751,835,914,1005,1098,1193,1287,1387,1480,1575,1669,1760,1851,1937,2050,2151,2247,2360,2470,2587,2754,2865",
+ "endColumns": "108,110,107,90,106,119,83,78,90,92,94,93,99,92,94,93,90,90,85,112,100,95,112,109,116,166,110,79",
+ "endOffsets": "209,320,428,519,626,746,830,909,1000,1093,1188,1282,1382,1475,1570,1664,1755,1846,1932,2045,2146,2242,2355,2465,2582,2749,2860,2940"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "312,421,532,640,731,838,958,1042,1121,1212,1305,1400,1494,1594,1687,1782,1876,1967,2058,2144,2257,2358,2454,2567,2677,2794,2961,8107",
+ "endColumns": "108,110,107,90,106,119,83,78,90,92,94,93,99,92,94,93,90,90,85,112,100,95,112,109,116,166,110,79",
+ "endOffsets": "416,527,635,726,833,953,1037,1116,1207,1300,1395,1489,1589,1682,1777,1871,1962,2053,2139,2252,2353,2449,2562,2672,2789,2956,3067,8182"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json
new file mode 100644
index 000000000..c96506415
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-night-v8/values-night-v8.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-night-v8\\values-night-v8.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,130,241,330,431,538,645,744,851,954,1042,1166,1268,1370,1486,1588,1702,1830,1946,2068,2204,2324,2458,2578,2690,2816,2933,3057,3187,3309,3447,3581,3697",
+ "endColumns": "74,110,88,100,106,106,98,106,102,87,123,101,101,115,101,113,127,115,121,135,119,133,119,111,125,116,123,129,121,137,133,115,119",
+ "endOffsets": "125,236,325,426,533,640,739,846,949,1037,1161,1263,1365,1481,1583,1697,1825,1941,2063,2199,2319,2453,2573,2685,2811,2928,3052,3182,3304,3442,3576,3692,3812"
+ },
+ "to": {
+ "startLines": "9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,48,49,50,51,52,53,54,55",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "687,762,873,962,1063,1170,1277,1376,1483,1586,1674,1798,1900,2002,2118,2220,2334,2462,2578,2700,2836,2956,3090,3210,3322,4117,4234,4358,4488,4610,4748,4882,4998",
+ "endColumns": "74,110,88,100,106,106,98,106,102,87,123,101,101,115,101,113,127,115,121,135,119,133,119,111,125,116,123,129,121,137,133,115,119",
+ "endOffsets": "757,868,957,1058,1165,1272,1371,1478,1581,1669,1793,1895,1997,2113,2215,2329,2457,2573,2695,2831,2951,3085,3205,3317,3443,4229,4353,4483,4605,4743,4877,4993,5113"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-night-v8\\values-night-v8.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,125,209,293,389,491,593,687",
+ "endColumns": "69,83,83,95,101,101,93,88",
+ "endOffsets": "120,204,288,384,486,588,682,771"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,47",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,125,209,293,389,491,593,4028",
+ "endColumns": "69,83,83,95,101,101,93,88",
+ "endOffsets": "120,204,288,384,486,588,682,4112"
+ }
+ },
+ {
+ "source": "E:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\src\\main\\res\\values-night\\themes.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "100",
+ "endLines": "14",
+ "endColumns": "12",
+ "endOffsets": "796"
+ },
+ "to": {
+ "startLines": "34",
+ "startColumns": "4",
+ "startOffsets": "3448",
+ "endLines": "46",
+ "endColumns": "12",
+ "endOffsets": "4023"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json
new file mode 100644
index 000000000..d93c70f25
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-nl/values-nl.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-nl\\values-nl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8093",
+ "endColumns": "100",
+ "endOffsets": "8189"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-nl\\values-nl.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,269,355,437,514,612,706,803,925,1006,1070,1159,1238,1301,1394,1456,1522,1580,1653,1717,1773,1895,1952,2014,2070,2146,2280,2365,2451,2589,2670,2749,2839,2896,2947,3013,3091,3174,3262,3337,3416,3489,3560,3654,3732,3821,3911,3985,4066,4153,4206,4273,4354,4438,4500,4564,4627,4735,4836,4938,5041,5102,5157",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,85,81,76,97,93,96,121,80,63,88,78,62,92,61,65,57,72,63,55,121,56,61,55,75,133,84,85,137,80,78,89,56,50,65,77,82,87,74,78,72,70,93,77,88,89,73,80,86,52,66,80,83,61,63,62,107,100,101,102,60,54,80",
+ "endOffsets": "264,350,432,509,607,701,798,920,1001,1065,1154,1233,1296,1389,1451,1517,1575,1648,1712,1768,1890,1947,2009,2065,2141,2275,2360,2446,2584,2665,2744,2834,2891,2942,3008,3086,3169,3257,3332,3411,3484,3555,3649,3727,3816,3906,3980,4061,4148,4201,4268,4349,4433,4495,4559,4622,4730,4831,4933,5036,5097,5152,5233"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3041,3127,3209,3286,3384,3478,3575,3697,3778,3842,3931,4010,4073,4166,4228,4294,4352,4425,4489,4545,4667,4724,4786,4842,4918,5052,5137,5223,5361,5442,5521,5611,5668,5719,5785,5863,5946,6034,6109,6188,6261,6332,6426,6504,6593,6683,6757,6838,6925,6978,7045,7126,7210,7272,7336,7399,7507,7608,7710,7813,7874,7929",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,85,81,76,97,93,96,121,80,63,88,78,62,92,61,65,57,72,63,55,121,56,61,55,75,133,84,85,137,80,78,89,56,50,65,77,82,87,74,78,72,70,93,77,88,89,73,80,86,52,66,80,83,61,63,62,107,100,101,102,60,54,80",
+ "endOffsets": "314,3122,3204,3281,3379,3473,3570,3692,3773,3837,3926,4005,4068,4161,4223,4289,4347,4420,4484,4540,4662,4719,4781,4837,4913,5047,5132,5218,5356,5437,5516,5606,5663,5714,5780,5858,5941,6029,6104,6183,6256,6327,6421,6499,6588,6678,6752,6833,6920,6973,7040,7121,7205,7267,7331,7394,7502,7603,7705,7808,7869,7924,8005"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-nl\\values-nl.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,223,328,435,520,624,744,822,898,990,1084,1179,1273,1373,1467,1563,1658,1750,1842,1924,2035,2138,2237,2352,2466,2569,2724,2827",
+ "endColumns": "117,104,106,84,103,119,77,75,91,93,94,93,99,93,95,94,91,91,81,110,102,98,114,113,102,154,102,82",
+ "endOffsets": "218,323,430,515,619,739,817,893,985,1079,1174,1268,1368,1462,1558,1653,1745,1837,1919,2030,2133,2232,2347,2461,2564,2719,2822,2905"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "319,437,542,649,734,838,958,1036,1112,1204,1298,1393,1487,1587,1681,1777,1872,1964,2056,2138,2249,2352,2451,2566,2680,2783,2938,8010",
+ "endColumns": "117,104,106,84,103,119,77,75,91,93,94,93,99,93,95,94,91,91,81,110,102,98,114,113,102,154,102,82",
+ "endOffsets": "432,537,644,729,833,953,1031,1107,1199,1293,1388,1482,1582,1676,1772,1867,1959,2051,2133,2244,2347,2446,2561,2675,2778,2933,3036,8088"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json
new file mode 100644
index 000000000..46f31e0ce
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-or/values-or.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-or\\values-or.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7967",
+ "endColumns": "100",
+ "endOffsets": "8063"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-or\\values-or.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,272,354,432,509,595,679,773,878,957,1022,1111,1176,1235,1321,1385,1449,1512,1585,1649,1703,1815,1873,1935,1989,2061,2183,2270,2356,2496,2573,2654,2745,2799,2850,2916,2986,3063,3150,3221,3298,3367,3436,3527,3599,3688,3777,3851,3923,4009,4059,4125,4205,4289,4351,4415,4478,4578,4675,4767,4866,4924,4979",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,81,77,76,85,83,93,104,78,64,88,64,58,85,63,63,62,72,63,53,111,57,61,53,71,121,86,85,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,83",
+ "endOffsets": "267,349,427,504,590,674,768,873,952,1017,1106,1171,1230,1316,1380,1444,1507,1580,1644,1698,1810,1868,1930,1984,2056,2178,2265,2351,2491,2568,2649,2740,2794,2845,2911,2981,3058,3145,3216,3293,3362,3431,3522,3594,3683,3772,3846,3918,4004,4054,4120,4200,4284,4346,4410,4473,4573,4670,4762,4861,4919,4974,5058"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3086,3168,3246,3323,3409,3493,3587,3692,3771,3836,3925,3990,4049,4135,4199,4263,4326,4399,4463,4517,4629,4687,4749,4803,4875,4997,5084,5170,5310,5387,5468,5559,5613,5664,5730,5800,5877,5964,6035,6112,6181,6250,6341,6413,6502,6591,6665,6737,6823,6873,6939,7019,7103,7165,7229,7292,7392,7489,7581,7680,7738,7793",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,81,77,76,85,83,93,104,78,64,88,64,58,85,63,63,62,72,63,53,111,57,61,53,71,121,86,85,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,83",
+ "endOffsets": "317,3163,3241,3318,3404,3488,3582,3687,3766,3831,3920,3985,4044,4130,4194,4258,4321,4394,4458,4512,4624,4682,4744,4798,4870,4992,5079,5165,5305,5382,5463,5554,5608,5659,5725,5795,5872,5959,6030,6107,6176,6245,6336,6408,6497,6586,6660,6732,6818,6868,6934,7014,7098,7160,7224,7287,7387,7484,7576,7675,7733,7788,7872"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-or\\values-or.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,224,334,441,527,631,751,830,911,1002,1095,1198,1293,1393,1486,1581,1677,1768,1858,1947,2057,2161,2267,2378,2482,2600,2763,2869",
+ "endColumns": "118,109,106,85,103,119,78,80,90,92,102,94,99,92,94,95,90,89,88,109,103,105,110,103,117,162,105,89",
+ "endOffsets": "219,329,436,522,626,746,825,906,997,1090,1193,1288,1388,1481,1576,1672,1763,1853,1942,2052,2156,2262,2373,2477,2595,2758,2864,2954"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "322,441,551,658,744,848,968,1047,1128,1219,1312,1415,1510,1610,1703,1798,1894,1985,2075,2164,2274,2378,2484,2595,2699,2817,2980,7877",
+ "endColumns": "118,109,106,85,103,119,78,80,90,92,102,94,99,92,94,95,90,89,88,109,103,105,110,103,117,162,105,89",
+ "endOffsets": "436,546,653,739,843,963,1042,1123,1214,1307,1410,1505,1605,1698,1793,1889,1980,2070,2159,2269,2373,2479,2590,2694,2812,2975,3081,7962"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json
new file mode 100644
index 000000000..5574371cb
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-pa/values-pa.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-pa\\values-pa.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,263,340,419,500,599,688,796,908,991,1055,1147,1216,1275,1360,1423,1485,1543,1607,1668,1722,1836,1894,1954,2008,2078,2205,2286,2365,2500,2576,2653,2737,2792,2847,2913,2982,3059,3145,3213,3289,3359,3424,3519,3592,3686,3779,3853,3922,4016,4072,4139,4223,4311,4373,4437,4500,4597,4692,4783,4879,4938,4997",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,76,78,80,98,88,107,111,82,63,91,68,58,84,62,61,57,63,60,53,113,57,59,53,69,126,80,78,134,75,76,83,54,54,65,68,76,85,67,75,69,64,94,72,93,92,73,68,93,55,66,83,87,61,63,62,96,94,90,95,58,58,76",
+ "endOffsets": "258,335,414,495,594,683,791,903,986,1050,1142,1211,1270,1355,1418,1480,1538,1602,1663,1717,1831,1889,1949,2003,2073,2200,2281,2360,2495,2571,2648,2732,2787,2842,2908,2977,3054,3140,3208,3284,3354,3419,3514,3587,3681,3774,3848,3917,4011,4067,4134,4218,4306,4368,4432,4495,4592,4687,4778,4874,4933,4992,5069"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2975,3052,3131,3212,3311,3400,3508,3620,3703,3767,3859,3928,3987,4072,4135,4197,4255,4319,4380,4434,4548,4606,4666,4720,4790,4917,4998,5077,5212,5288,5365,5449,5504,5559,5625,5694,5771,5857,5925,6001,6071,6136,6231,6304,6398,6491,6565,6634,6728,6784,6851,6935,7023,7085,7149,7212,7309,7404,7495,7591,7650,7709",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,76,78,80,98,88,107,111,82,63,91,68,58,84,62,61,57,63,60,53,113,57,59,53,69,126,80,78,134,75,76,83,54,54,65,68,76,85,67,75,69,64,94,72,93,92,73,68,93,55,66,83,87,61,63,62,96,94,90,95,58,58,76",
+ "endOffsets": "308,3047,3126,3207,3306,3395,3503,3615,3698,3762,3854,3923,3982,4067,4130,4192,4250,4314,4375,4429,4543,4601,4661,4715,4785,4912,4993,5072,5207,5283,5360,5444,5499,5554,5620,5689,5766,5852,5920,5996,6066,6131,6226,6299,6393,6486,6560,6629,6723,6779,6846,6930,7018,7080,7144,7207,7304,7399,7490,7586,7645,7704,7781"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-pa\\values-pa.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7866",
+ "endColumns": "100",
+ "endOffsets": "7962"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-pa\\values-pa.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,208,305,410,496,596,709,787,864,955,1048,1142,1236,1336,1429,1524,1618,1709,1800,1879,1989,2092,2188,2299,2401,2511,2670,2767",
+ "endColumns": "102,96,104,85,99,112,77,76,90,92,93,93,99,92,94,93,90,90,78,109,102,95,110,101,109,158,96,79",
+ "endOffsets": "203,300,405,491,591,704,782,859,950,1043,1137,1231,1331,1424,1519,1613,1704,1795,1874,1984,2087,2183,2294,2396,2506,2665,2762,2842"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "313,416,513,618,704,804,917,995,1072,1163,1256,1350,1444,1544,1637,1732,1826,1917,2008,2087,2197,2300,2396,2507,2609,2719,2878,7786",
+ "endColumns": "102,96,104,85,99,112,77,76,90,92,93,93,99,92,94,93,90,90,78,109,102,95,110,101,109,158,96,79",
+ "endOffsets": "411,508,613,699,799,912,990,1067,1158,1251,1345,1439,1539,1632,1727,1821,1912,2003,2082,2192,2295,2391,2502,2604,2714,2873,2970,7861"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json
new file mode 100644
index 000000000..c419c9532
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-pl/values-pl.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-pl\\values-pl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8130",
+ "endColumns": "100",
+ "endOffsets": "8226"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-pl\\values-pl.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,386,461,536,615,719,814,899,1016,1098,1162,1243,1307,1368,1479,1543,1611,1665,1734,1796,1850,1961,2022,2084,2138,2210,2339,2428,2510,2659,2741,2824,2911,2965,3016,3082,3153,3229,3318,3395,3473,3551,3627,3717,3790,3885,3982,4054,4128,4228,4280,4346,4434,4524,4586,4650,4713,4820,4909,5008,5096,5154,5209",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,74,74,78,103,94,84,116,81,63,80,63,60,110,63,67,53,68,61,53,110,60,61,53,71,128,88,81,148,81,82,86,53,50,65,70,75,88,76,77,77,75,89,72,94,96,71,73,99,51,65,87,89,61,63,62,106,88,98,87,57,54,75",
+ "endOffsets": "381,456,531,610,714,809,894,1011,1093,1157,1238,1302,1363,1474,1538,1606,1660,1729,1791,1845,1956,2017,2079,2133,2205,2334,2423,2505,2654,2736,2819,2906,2960,3011,3077,3148,3224,3313,3390,3468,3546,3622,3712,3785,3880,3977,4049,4123,4223,4275,4341,4429,4519,4581,4645,4708,4815,4904,5003,5091,5149,5204,5280"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3148,3223,3298,3377,3481,3576,3661,3778,3860,3924,4005,4069,4130,4241,4305,4373,4427,4496,4558,4612,4723,4784,4846,4900,4972,5101,5190,5272,5421,5503,5586,5673,5727,5778,5844,5915,5991,6080,6157,6235,6313,6389,6479,6552,6647,6744,6816,6890,6990,7042,7108,7196,7286,7348,7412,7475,7582,7671,7770,7858,7916,7971",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,74,74,78,103,94,84,116,81,63,80,63,60,110,63,67,53,68,61,53,110,60,61,53,71,128,88,81,148,81,82,86,53,50,65,70,75,88,76,77,77,75,89,72,94,96,71,73,99,51,65,87,89,61,63,62,106,88,98,87,57,54,75",
+ "endOffsets": "431,3218,3293,3372,3476,3571,3656,3773,3855,3919,4000,4064,4125,4236,4300,4368,4422,4491,4553,4607,4718,4779,4841,4895,4967,5096,5185,5267,5416,5498,5581,5668,5722,5773,5839,5910,5986,6075,6152,6230,6308,6384,6474,6547,6642,6739,6811,6885,6985,7037,7103,7191,7281,7343,7407,7470,7577,7666,7765,7853,7911,7966,8042"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-pl\\values-pl.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,220,322,430,516,623,742,821,897,988,1081,1176,1270,1371,1464,1559,1654,1745,1836,1918,2027,2127,2226,2335,2447,2558,2721,2817",
+ "endColumns": "114,101,107,85,106,118,78,75,90,92,94,93,100,92,94,94,90,90,81,108,99,98,108,111,110,162,95,82",
+ "endOffsets": "215,317,425,511,618,737,816,892,983,1076,1171,1265,1366,1459,1554,1649,1740,1831,1913,2022,2122,2221,2330,2442,2553,2716,2812,2895"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "436,551,653,761,847,954,1073,1152,1228,1319,1412,1507,1601,1702,1795,1890,1985,2076,2167,2249,2358,2458,2557,2666,2778,2889,3052,8047",
+ "endColumns": "114,101,107,85,106,118,78,75,90,92,94,93,100,92,94,94,90,90,81,108,99,98,108,111,110,162,95,82",
+ "endOffsets": "546,648,756,842,949,1068,1147,1223,1314,1407,1502,1596,1697,1790,1885,1980,2071,2162,2244,2353,2453,2552,2661,2773,2884,3047,3143,8125"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json
new file mode 100644
index 000000000..d9127563b
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-port/values-port.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-port\\values-port.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "55",
+ "endOffsets": "106"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json
new file mode 100644
index 000000000..f4d7baf41
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-pt-rBR/values-pt-rBR.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8159",
+ "endColumns": "100",
+ "endOffsets": "8255"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,273,354,432,516,611,700,801,921,1002,1066,1158,1237,1297,1387,1451,1522,1585,1660,1724,1778,1905,1963,2025,2079,2158,2299,2386,2468,2607,2690,2774,2861,2917,2968,3034,3108,3188,3275,3348,3425,3494,3568,3656,3733,3826,3922,3996,4076,4173,4225,4291,4378,4466,4528,4592,4655,4767,4876,4983,5093,5153,5208",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,77,83,94,88,100,119,80,63,91,78,59,89,63,70,62,74,63,53,126,57,61,53,78,140,86,81,138,82,83,86,55,50,65,73,79,86,72,76,68,73,87,76,92,95,73,79,96,51,65,86,87,61,63,62,111,108,106,109,59,54,76",
+ "endOffsets": "268,349,427,511,606,695,796,916,997,1061,1153,1232,1292,1382,1446,1517,1580,1655,1719,1773,1900,1958,2020,2074,2153,2294,2381,2463,2602,2685,2769,2856,2912,2963,3029,3103,3183,3270,3343,3420,3489,3563,3651,3728,3821,3917,3991,4071,4168,4220,4286,4373,4461,4523,4587,4650,4762,4871,4978,5088,5148,5203,5280"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3061,3142,3220,3304,3399,3488,3589,3709,3790,3854,3946,4025,4085,4175,4239,4310,4373,4448,4512,4566,4693,4751,4813,4867,4946,5087,5174,5256,5395,5478,5562,5649,5705,5756,5822,5896,5976,6063,6136,6213,6282,6356,6444,6521,6614,6710,6784,6864,6961,7013,7079,7166,7254,7316,7380,7443,7555,7664,7771,7881,7941,7996",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,77,83,94,88,100,119,80,63,91,78,59,89,63,70,62,74,63,53,126,57,61,53,78,140,86,81,138,82,83,86,55,50,65,73,79,86,72,76,68,73,87,76,92,95,73,79,96,51,65,86,87,61,63,62,111,108,106,109,59,54,76",
+ "endOffsets": "318,3137,3215,3299,3394,3483,3584,3704,3785,3849,3941,4020,4080,4170,4234,4305,4368,4443,4507,4561,4688,4746,4808,4862,4941,5082,5169,5251,5390,5473,5557,5644,5700,5751,5817,5891,5971,6058,6131,6208,6277,6351,6439,6516,6609,6705,6779,6859,6956,7008,7074,7161,7249,7311,7375,7438,7550,7659,7766,7876,7936,7991,8068"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-pt-rBR\\values-pt-rBR.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,225,331,438,527,628,747,832,912,1003,1096,1191,1285,1385,1478,1573,1668,1759,1850,1935,2042,2153,2255,2363,2471,2581,2743,2843",
+ "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85",
+ "endOffsets": "220,326,433,522,623,742,827,907,998,1091,1186,1280,1380,1473,1568,1663,1754,1845,1930,2037,2148,2250,2358,2466,2576,2738,2838,2924"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "323,443,549,656,745,846,965,1050,1130,1221,1314,1409,1503,1603,1696,1791,1886,1977,2068,2153,2260,2371,2473,2581,2689,2799,2961,8073",
+ "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85",
+ "endOffsets": "438,544,651,740,841,960,1045,1125,1216,1309,1404,1498,1598,1691,1786,1881,1972,2063,2148,2255,2366,2468,2576,2684,2794,2956,3056,8154"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json
new file mode 100644
index 000000000..4b637003f
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-pt-rPT/values-pt-rPT.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-pt-rPT\\values-pt-rPT.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,319,426,515,616,734,819,899,991,1085,1182,1276,1375,1469,1565,1660,1752,1844,1929,2036,2147,2249,2357,2465,2572,2737,2836",
+ "endColumns": "107,105,106,88,100,117,84,79,91,93,96,93,98,93,95,94,91,91,84,106,110,101,107,107,106,164,98,85",
+ "endOffsets": "208,314,421,510,611,729,814,894,986,1080,1177,1271,1370,1464,1560,1655,1747,1839,1924,2031,2142,2244,2352,2460,2567,2732,2831,2917"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "323,431,537,644,733,834,952,1037,1117,1209,1303,1400,1494,1593,1687,1783,1878,1970,2062,2147,2254,2365,2467,2575,2683,2790,2955,8092",
+ "endColumns": "107,105,106,88,100,117,84,79,91,93,96,93,98,93,95,94,91,91,84,106,110,101,107,107,106,164,98,85",
+ "endOffsets": "426,532,639,728,829,947,1032,1112,1204,1298,1395,1489,1588,1682,1778,1873,1965,2057,2142,2249,2360,2462,2570,2678,2785,2950,3049,8173"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8178",
+ "endColumns": "100",
+ "endOffsets": "8274"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,273,354,434,516,615,711,814,934,1015,1079,1171,1250,1315,1405,1469,1537,1599,1672,1736,1790,1916,1974,2036,2090,2166,2309,2396,2478,2617,2699,2781,2868,2924,2975,3041,3116,3196,3283,3356,3433,3506,3580,3673,3750,3843,3941,4015,4096,4195,4248,4314,4403,4491,4553,4617,4680,4796,4899,5006,5110,5170,5225",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,80,79,81,98,95,102,119,80,63,91,78,64,89,63,67,61,72,63,53,125,57,61,53,75,142,86,81,138,81,81,86,55,50,65,74,79,86,72,76,72,73,92,76,92,97,73,80,98,52,65,88,87,61,63,62,115,102,106,103,59,54,85",
+ "endOffsets": "268,349,429,511,610,706,809,929,1010,1074,1166,1245,1310,1400,1464,1532,1594,1667,1731,1785,1911,1969,2031,2085,2161,2304,2391,2473,2612,2694,2776,2863,2919,2970,3036,3111,3191,3278,3351,3428,3501,3575,3668,3745,3838,3936,4010,4091,4190,4243,4309,4398,4486,4548,4612,4675,4791,4894,5001,5105,5165,5220,5306"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3054,3135,3215,3297,3396,3492,3595,3715,3796,3860,3952,4031,4096,4186,4250,4318,4380,4453,4517,4571,4697,4755,4817,4871,4947,5090,5177,5259,5398,5480,5562,5649,5705,5756,5822,5897,5977,6064,6137,6214,6287,6361,6454,6531,6624,6722,6796,6877,6976,7029,7095,7184,7272,7334,7398,7461,7577,7680,7787,7891,7951,8006",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,80,79,81,98,95,102,119,80,63,91,78,64,89,63,67,61,72,63,53,125,57,61,53,75,142,86,81,138,81,81,86,55,50,65,74,79,86,72,76,72,73,92,76,92,97,73,80,98,52,65,88,87,61,63,62,115,102,106,103,59,54,85",
+ "endOffsets": "318,3130,3210,3292,3391,3487,3590,3710,3791,3855,3947,4026,4091,4181,4245,4313,4375,4448,4512,4566,4692,4750,4812,4866,4942,5085,5172,5254,5393,5475,5557,5644,5700,5751,5817,5892,5972,6059,6132,6209,6282,6356,6449,6526,6619,6717,6791,6872,6971,7024,7090,7179,7267,7329,7393,7456,7572,7675,7782,7886,7946,8001,8087"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json
new file mode 100644
index 000000000..4425342c0
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-pt/values-pt.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-pt\\values-pt.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,225,331,438,527,628,747,832,912,1003,1096,1191,1285,1385,1478,1573,1668,1759,1850,1935,2042,2153,2255,2363,2471,2581,2743,2843",
+ "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85",
+ "endOffsets": "220,326,433,522,623,742,827,907,998,1091,1186,1280,1380,1473,1568,1663,1754,1845,1930,2037,2148,2250,2358,2466,2576,2738,2838,2924"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-pt\\values-pt.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2929",
+ "endColumns": "100",
+ "endOffsets": "3025"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json
new file mode 100644
index 000000000..bf7e363c1
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-ro/values-ro.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ro\\values-ro.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,226,330,443,527,631,752,837,917,1008,1101,1196,1290,1390,1483,1578,1672,1763,1855,1938,2050,2158,2258,2372,2478,2584,2748,2851",
+ "endColumns": "120,103,112,83,103,120,84,79,90,92,94,93,99,92,94,93,90,91,82,111,107,99,113,105,105,163,102,83",
+ "endOffsets": "221,325,438,522,626,747,832,912,1003,1096,1191,1285,1385,1478,1573,1667,1758,1850,1933,2045,2153,2253,2367,2473,2579,2743,2846,2930"
+ },
+ "to": {
+ "startLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "371,492,596,709,793,897,1018,1103,1183,1274,1367,1462,1556,1656,1749,1844,1938,2029,2121,2204,2316,2424,2524,2638,2744,2850,3014,8148",
+ "endColumns": "120,103,112,83,103,120,84,79,90,92,94,93,99,92,94,93,90,91,82,111,107,99,113,105,105,163,102,83",
+ "endOffsets": "487,591,704,788,892,1013,1098,1178,1269,1362,1457,1551,1651,1744,1839,1933,2024,2116,2199,2311,2419,2519,2633,2739,2845,3009,3112,8227"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ro\\values-ro.xml",
+ "from": {
+ "startLines": "2,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,321,413,501,588,684,774,875,996,1080,1146,1241,1315,1375,1459,1521,1587,1645,1718,1781,1837,1956,2013,2074,2130,2204,2349,2435,2519,2652,2734,2817,2907,2962,3013,3079,3152,3230,3318,3389,3466,3540,3612,3703,3777,3872,3970,4044,4124,4225,4278,4344,4433,4523,4585,4649,4712,4824,4937,5047,5159,5218,5273",
+ "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "endColumns": "12,91,87,86,95,89,100,120,83,65,94,73,59,83,61,65,57,72,62,55,118,56,60,55,73,144,85,83,132,81,82,89,54,50,65,72,77,87,70,76,73,71,90,73,94,97,73,79,100,52,65,88,89,61,63,62,111,112,109,111,58,54,78",
+ "endOffsets": "316,408,496,583,679,769,870,991,1075,1141,1236,1310,1370,1454,1516,1582,1640,1713,1776,1832,1951,2008,2069,2125,2199,2344,2430,2514,2647,2729,2812,2902,2957,3008,3074,3147,3225,3313,3384,3461,3535,3607,3698,3772,3867,3965,4039,4119,4220,4273,4339,4428,4518,4580,4644,4707,4819,4932,5042,5154,5213,5268,5347"
+ },
+ "to": {
+ "startLines": "2,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3117,3209,3297,3384,3480,3570,3671,3792,3876,3942,4037,4111,4171,4255,4317,4383,4441,4514,4577,4633,4752,4809,4870,4926,5000,5145,5231,5315,5448,5530,5613,5703,5758,5809,5875,5948,6026,6114,6185,6262,6336,6408,6499,6573,6668,6766,6840,6920,7021,7074,7140,7229,7319,7381,7445,7508,7620,7733,7843,7955,8014,8069",
+ "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "endColumns": "12,91,87,86,95,89,100,120,83,65,94,73,59,83,61,65,57,72,62,55,118,56,60,55,73,144,85,83,132,81,82,89,54,50,65,72,77,87,70,76,73,71,90,73,94,97,73,79,100,52,65,88,89,61,63,62,111,112,109,111,58,54,78",
+ "endOffsets": "366,3204,3292,3379,3475,3565,3666,3787,3871,3937,4032,4106,4166,4250,4312,4378,4436,4509,4572,4628,4747,4804,4865,4921,4995,5140,5226,5310,5443,5525,5608,5698,5753,5804,5870,5943,6021,6109,6180,6257,6331,6403,6494,6568,6663,6761,6835,6915,7016,7069,7135,7224,7314,7376,7440,7503,7615,7728,7838,7950,8009,8064,8143"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-ro\\values-ro.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "97",
+ "startColumns": "4",
+ "startOffsets": "8232",
+ "endColumns": "100",
+ "endOffsets": "8328"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json
new file mode 100644
index 000000000..a0e7c3a48
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-ru/values-ru.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ru\\values-ru.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,220,322,421,507,612,733,812,888,980,1074,1169,1262,1357,1451,1547,1642,1734,1826,1915,2021,2128,2226,2335,2442,2556,2722,2822",
+ "endColumns": "114,101,98,85,104,120,78,75,91,93,94,92,94,93,95,94,91,91,88,105,106,97,108,106,113,165,99,81",
+ "endOffsets": "215,317,416,502,607,728,807,883,975,1069,1164,1257,1352,1446,1542,1637,1729,1821,1910,2016,2123,2221,2330,2437,2551,2717,2817,2899"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "431,546,648,747,833,938,1059,1138,1214,1306,1400,1495,1588,1683,1777,1873,1968,2060,2152,2241,2347,2454,2552,2661,2768,2882,3048,8147",
+ "endColumns": "114,101,98,85,104,120,78,75,91,93,94,92,94,93,95,94,91,91,88,105,106,97,108,106,113,165,99,81",
+ "endOffsets": "541,643,742,828,933,1054,1133,1209,1301,1395,1490,1583,1678,1772,1868,1963,2055,2147,2236,2342,2449,2547,2656,2763,2877,3043,3143,8224"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ru\\values-ru.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,381,459,537,621,719,810,907,1044,1136,1202,1301,1378,1441,1559,1620,1685,1742,1812,1873,1927,2043,2100,2162,2216,2290,2418,2506,2592,2729,2813,2898,2989,3043,3094,3160,3232,3310,3406,3486,3562,3639,3716,3805,3878,3968,4063,4137,4218,4311,4366,4432,4518,4603,4665,4729,4792,4890,4990,5085,5187,5245,5300",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,77,77,83,97,90,96,136,91,65,98,76,62,117,60,64,56,69,60,53,115,56,61,53,73,127,87,85,136,83,84,90,53,50,65,71,77,95,79,75,76,76,88,72,89,94,73,80,92,54,65,85,84,61,63,62,97,99,94,101,57,54,79",
+ "endOffsets": "376,454,532,616,714,805,902,1039,1131,1197,1296,1373,1436,1554,1615,1680,1737,1807,1868,1922,2038,2095,2157,2211,2285,2413,2501,2587,2724,2808,2893,2984,3038,3089,3155,3227,3305,3401,3481,3557,3634,3711,3800,3873,3963,4058,4132,4213,4306,4361,4427,4513,4598,4660,4724,4787,4885,4985,5080,5182,5240,5295,5375"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3148,3226,3304,3388,3486,3577,3674,3811,3903,3969,4068,4145,4208,4326,4387,4452,4509,4579,4640,4694,4810,4867,4929,4983,5057,5185,5273,5359,5496,5580,5665,5756,5810,5861,5927,5999,6077,6173,6253,6329,6406,6483,6572,6645,6735,6830,6904,6985,7078,7133,7199,7285,7370,7432,7496,7559,7657,7757,7852,7954,8012,8067",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,77,77,83,97,90,96,136,91,65,98,76,62,117,60,64,56,69,60,53,115,56,61,53,73,127,87,85,136,83,84,90,53,50,65,71,77,95,79,75,76,76,88,72,89,94,73,80,92,54,65,85,84,61,63,62,97,99,94,101,57,54,79",
+ "endOffsets": "426,3221,3299,3383,3481,3572,3669,3806,3898,3964,4063,4140,4203,4321,4382,4447,4504,4574,4635,4689,4805,4862,4924,4978,5052,5180,5268,5354,5491,5575,5660,5751,5805,5856,5922,5994,6072,6168,6248,6324,6401,6478,6567,6640,6730,6825,6899,6980,7073,7128,7194,7280,7365,7427,7491,7554,7652,7752,7847,7949,8007,8062,8142"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-ru\\values-ru.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8229",
+ "endColumns": "100",
+ "endOffsets": "8325"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json
new file mode 100644
index 000000000..3767f17a2
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-si/values-si.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-si\\values-si.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7964",
+ "endColumns": "100",
+ "endOffsets": "8060"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-si\\values-si.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,221,328,435,518,623,739,829,915,1006,1099,1193,1287,1387,1480,1575,1669,1760,1851,1935,2044,2148,2246,2356,2456,2563,2722,2821",
+ "endColumns": "115,106,106,82,104,115,89,85,90,92,93,93,99,92,94,93,90,90,83,108,103,97,109,99,106,158,98,81",
+ "endOffsets": "216,323,430,513,618,734,824,910,1001,1094,1188,1282,1382,1475,1570,1664,1755,1846,1930,2039,2143,2241,2351,2451,2558,2717,2816,2898"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "319,435,542,649,732,837,953,1043,1129,1220,1313,1407,1501,1601,1694,1789,1883,1974,2065,2149,2258,2362,2460,2570,2670,2777,2936,7882",
+ "endColumns": "115,106,106,82,104,115,89,85,90,92,93,93,99,92,94,93,90,90,83,108,103,97,109,99,106,158,98,81",
+ "endOffsets": "430,537,644,727,832,948,1038,1124,1215,1308,1402,1496,1596,1689,1784,1878,1969,2060,2144,2253,2357,2455,2565,2665,2772,2931,3030,7959"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-si\\values-si.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,269,345,422,500,591,676,778,893,976,1040,1129,1196,1256,1350,1414,1477,1533,1603,1670,1725,1844,1901,1965,2019,2092,2214,2297,2382,2514,2592,2672,2758,2818,2870,2936,3006,3079,3161,3233,3310,3382,3452,3545,3618,3708,3801,3875,3947,4038,4092,4158,4242,4327,4389,4453,4516,4621,4721,4816,4916,4980,5036",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,75,76,77,90,84,101,114,82,63,88,66,59,93,63,62,55,69,66,54,118,56,63,53,72,121,82,84,131,77,79,85,59,51,65,69,72,81,71,76,71,69,92,72,89,92,73,71,90,53,65,83,84,61,63,62,104,99,94,99,63,55,79",
+ "endOffsets": "264,340,417,495,586,671,773,888,971,1035,1124,1191,1251,1345,1409,1472,1528,1598,1665,1720,1839,1896,1960,2014,2087,2209,2292,2377,2509,2587,2667,2753,2813,2865,2931,3001,3074,3156,3228,3305,3377,3447,3540,3613,3703,3796,3870,3942,4033,4087,4153,4237,4322,4384,4448,4511,4616,4716,4811,4911,4975,5031,5111"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3035,3111,3188,3266,3357,3442,3544,3659,3742,3806,3895,3962,4022,4116,4180,4243,4299,4369,4436,4491,4610,4667,4731,4785,4858,4980,5063,5148,5280,5358,5438,5524,5584,5636,5702,5772,5845,5927,5999,6076,6148,6218,6311,6384,6474,6567,6641,6713,6804,6858,6924,7008,7093,7155,7219,7282,7387,7487,7582,7682,7746,7802",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,75,76,77,90,84,101,114,82,63,88,66,59,93,63,62,55,69,66,54,118,56,63,53,72,121,82,84,131,77,79,85,59,51,65,69,72,81,71,76,71,69,92,72,89,92,73,71,90,53,65,83,84,61,63,62,104,99,94,99,63,55,79",
+ "endOffsets": "314,3106,3183,3261,3352,3437,3539,3654,3737,3801,3890,3957,4017,4111,4175,4238,4294,4364,4431,4486,4605,4662,4726,4780,4853,4975,5058,5143,5275,5353,5433,5519,5579,5631,5697,5767,5840,5922,5994,6071,6143,6213,6306,6379,6469,6562,6636,6708,6799,6853,6919,7003,7088,7150,7214,7277,7382,7482,7577,7677,7741,7797,7877"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json
new file mode 100644
index 000000000..ec41d31cb
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-sk/values-sk.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-sk\\values-sk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8097",
+ "endColumns": "100",
+ "endOffsets": "8193"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-sk\\values-sk.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,378,453,528,606,698,781,873,1001,1082,1147,1246,1322,1387,1477,1541,1607,1661,1730,1790,1844,1961,2021,2083,2137,2209,2339,2426,2518,2657,2726,2804,2892,2946,2997,3063,3135,3212,3295,3367,3444,3517,3588,3676,3748,3840,3936,4010,4084,4180,4232,4299,4386,4473,4535,4599,4662,4768,4864,4962,5060,5118,5173",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,74,74,77,91,82,91,127,80,64,98,75,64,89,63,65,53,68,59,53,116,59,61,53,71,129,86,91,138,68,77,87,53,50,65,71,76,82,71,76,72,70,87,71,91,95,73,73,95,51,66,86,86,61,63,62,105,95,97,97,57,54,78",
+ "endOffsets": "373,448,523,601,693,776,868,996,1077,1142,1241,1317,1382,1472,1536,1602,1656,1725,1785,1839,1956,2016,2078,2132,2204,2334,2421,2513,2652,2721,2799,2887,2941,2992,3058,3130,3207,3290,3362,3439,3512,3583,3671,3743,3835,3931,4005,4079,4175,4227,4294,4381,4468,4530,4594,4657,4763,4859,4957,5055,5113,5168,5247"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3140,3215,3290,3368,3460,3543,3635,3763,3844,3909,4008,4084,4149,4239,4303,4369,4423,4492,4552,4606,4723,4783,4845,4899,4971,5101,5188,5280,5419,5488,5566,5654,5708,5759,5825,5897,5974,6057,6129,6206,6279,6350,6438,6510,6602,6698,6772,6846,6942,6994,7061,7148,7235,7297,7361,7424,7530,7626,7724,7822,7880,7935",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,74,74,77,91,82,91,127,80,64,98,75,64,89,63,65,53,68,59,53,116,59,61,53,71,129,86,91,138,68,77,87,53,50,65,71,76,82,71,76,72,70,87,71,91,95,73,73,95,51,66,86,86,61,63,62,105,95,97,97,57,54,78",
+ "endOffsets": "423,3210,3285,3363,3455,3538,3630,3758,3839,3904,4003,4079,4144,4234,4298,4364,4418,4487,4547,4601,4718,4778,4840,4894,4966,5096,5183,5275,5414,5483,5561,5649,5703,5754,5820,5892,5969,6052,6124,6201,6274,6345,6433,6505,6597,6693,6767,6841,6937,6989,7056,7143,7230,7292,7356,7419,7525,7621,7719,7817,7875,7930,8009"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-sk\\values-sk.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,313,424,510,618,736,815,892,983,1076,1174,1268,1368,1461,1556,1654,1745,1836,1920,2025,2133,2232,2338,2450,2553,2719,2817",
+ "endColumns": "106,100,110,85,107,117,78,76,90,92,97,93,99,92,94,97,90,90,83,104,107,98,105,111,102,165,97,82",
+ "endOffsets": "207,308,419,505,613,731,810,887,978,1071,1169,1263,1363,1456,1551,1649,1740,1831,1915,2020,2128,2227,2333,2445,2548,2714,2812,2895"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "428,535,636,747,833,941,1059,1138,1215,1306,1399,1497,1591,1691,1784,1879,1977,2068,2159,2243,2348,2456,2555,2661,2773,2876,3042,8014",
+ "endColumns": "106,100,110,85,107,117,78,76,90,92,97,93,99,92,94,97,90,90,83,104,107,98,105,111,102,165,97,82",
+ "endOffsets": "530,631,742,828,936,1054,1133,1210,1301,1394,1492,1586,1686,1779,1874,1972,2063,2154,2238,2343,2451,2550,2656,2768,2871,3037,3135,8092"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json
new file mode 100644
index 000000000..f7a41b432
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-sl/values-sl.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-sl\\values-sl.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,217,319,427,514,617,736,817,895,987,1081,1176,1270,1365,1459,1555,1655,1747,1839,1923,2031,2139,2239,2352,2460,2565,2745,2845",
+ "endColumns": "111,101,107,86,102,118,80,77,91,93,94,93,94,93,95,99,91,91,83,107,107,99,112,107,104,179,99,83",
+ "endOffsets": "212,314,422,509,612,731,812,890,982,1076,1171,1265,1360,1454,1550,1650,1742,1834,1918,2026,2134,2234,2347,2455,2560,2740,2840,2924"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "417,529,631,739,826,929,1048,1129,1207,1299,1393,1488,1582,1677,1771,1867,1967,2059,2151,2235,2343,2451,2551,2664,2772,2877,3057,8125",
+ "endColumns": "111,101,107,86,102,118,80,77,91,93,94,93,94,93,95,99,91,91,83,107,107,99,112,107,104,179,99,83",
+ "endOffsets": "524,626,734,821,924,1043,1124,1202,1294,1388,1483,1577,1672,1766,1862,1962,2054,2146,2230,2338,2446,2546,2659,2767,2872,3052,3152,8204"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-sl\\values-sl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8209",
+ "endColumns": "100",
+ "endOffsets": "8305"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-sl\\values-sl.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,367,456,545,633,731,822,928,1054,1138,1204,1298,1374,1437,1549,1609,1674,1728,1798,1858,1914,2026,2083,2145,2201,2274,2408,2493,2578,2721,2805,2888,2977,3033,3088,3154,3227,3304,3388,3462,3538,3613,3686,3774,3847,3937,4028,4100,4174,4265,4317,4384,4468,4555,4617,4681,4744,4847,4944,5042,5139,5199,5258",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,88,88,87,97,90,105,125,83,65,93,75,62,111,59,64,53,69,59,55,111,56,61,55,72,133,84,84,142,83,82,88,55,54,65,72,76,83,73,75,74,72,87,72,89,90,71,73,90,51,66,83,86,61,63,62,102,96,97,96,59,58,76",
+ "endOffsets": "362,451,540,628,726,817,923,1049,1133,1199,1293,1369,1432,1544,1604,1669,1723,1793,1853,1909,2021,2078,2140,2196,2269,2403,2488,2573,2716,2800,2883,2972,3028,3083,3149,3222,3299,3383,3457,3533,3608,3681,3769,3842,3932,4023,4095,4169,4260,4312,4379,4463,4550,4612,4676,4739,4842,4939,5037,5134,5194,5253,5330"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3157,3246,3335,3423,3521,3612,3718,3844,3928,3994,4088,4164,4227,4339,4399,4464,4518,4588,4648,4704,4816,4873,4935,4991,5064,5198,5283,5368,5511,5595,5678,5767,5823,5878,5944,6017,6094,6178,6252,6328,6403,6476,6564,6637,6727,6818,6890,6964,7055,7107,7174,7258,7345,7407,7471,7534,7637,7734,7832,7929,7989,8048",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,88,88,87,97,90,105,125,83,65,93,75,62,111,59,64,53,69,59,55,111,56,61,55,72,133,84,84,142,83,82,88,55,54,65,72,76,83,73,75,74,72,87,72,89,90,71,73,90,51,66,83,86,61,63,62,102,96,97,96,59,58,76",
+ "endOffsets": "412,3241,3330,3418,3516,3607,3713,3839,3923,3989,4083,4159,4222,4334,4394,4459,4513,4583,4643,4699,4811,4868,4930,4986,5059,5193,5278,5363,5506,5590,5673,5762,5818,5873,5939,6012,6089,6173,6247,6323,6398,6471,6559,6632,6722,6813,6885,6959,7050,7102,7169,7253,7340,7402,7466,7529,7632,7729,7827,7924,7984,8043,8120"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json
new file mode 100644
index 000000000..81e5089cd
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-small-v4/values-small-v4.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-small-v4\\values-small-v4.xml",
+ "from": {
+ "startLines": "2,3,4,5",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,128,198,270",
+ "endColumns": "72,69,71,69",
+ "endOffsets": "123,193,265,335"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json
new file mode 100644
index 000000000..8edfeb495
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-sq/values-sq.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-sq\\values-sq.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8106",
+ "endColumns": "100",
+ "endOffsets": "8202"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-sq\\values-sq.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,267,346,424,510,610,702,803,929,1012,1077,1177,1247,1306,1404,1466,1530,1589,1661,1724,1778,1895,1952,2014,2068,2140,2275,2358,2436,2577,2661,2743,2833,2886,2945,3011,3082,3161,3249,3325,3403,3475,3548,3637,3709,3803,3902,3976,4048,4149,4199,4265,4355,4444,4506,4570,4633,4749,4857,4966,5075,5132,5195",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,78,77,85,99,91,100,125,82,64,99,69,58,97,61,63,58,71,62,53,116,56,61,53,71,134,82,77,140,83,81,89,52,58,65,70,78,87,75,77,71,72,88,71,93,98,73,71,100,49,65,89,88,61,63,62,115,107,108,108,56,62,82",
+ "endOffsets": "262,341,419,505,605,697,798,924,1007,1072,1172,1242,1301,1399,1461,1525,1584,1656,1719,1773,1890,1947,2009,2063,2135,2270,2353,2431,2572,2656,2738,2828,2881,2940,3006,3077,3156,3244,3320,3398,3470,3543,3632,3704,3798,3897,3971,4043,4144,4194,4260,4350,4439,4501,4565,4628,4744,4852,4961,5070,5127,5190,5273"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3013,3092,3170,3256,3356,3448,3549,3675,3758,3823,3923,3993,4052,4150,4212,4276,4335,4407,4470,4524,4641,4698,4760,4814,4886,5021,5104,5182,5323,5407,5489,5579,5632,5691,5757,5828,5907,5995,6071,6149,6221,6294,6383,6455,6549,6648,6722,6794,6895,6945,7011,7101,7190,7252,7316,7379,7495,7603,7712,7821,7878,7941",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,78,77,85,99,91,100,125,82,64,99,69,58,97,61,63,58,71,62,53,116,56,61,53,71,134,82,77,140,83,81,89,52,58,65,70,78,87,75,77,71,72,88,71,93,98,73,71,100,49,65,89,88,61,63,62,115,107,108,108,56,62,82",
+ "endOffsets": "312,3087,3165,3251,3351,3443,3544,3670,3753,3818,3918,3988,4047,4145,4207,4271,4330,4402,4465,4519,4636,4693,4755,4809,4881,5016,5099,5177,5318,5402,5484,5574,5627,5686,5752,5823,5902,5990,6066,6144,6216,6289,6378,6450,6544,6643,6717,6789,6890,6940,7006,7096,7185,7247,7311,7374,7490,7598,7707,7816,7873,7936,8019"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-sq\\values-sq.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,219,319,431,517,623,746,828,906,997,1090,1185,1279,1380,1473,1568,1665,1756,1849,1930,2036,2140,2238,2344,2448,2550,2704,2801",
+ "endColumns": "113,99,111,85,105,122,81,77,90,92,94,93,100,92,94,96,90,92,80,105,103,97,105,103,101,153,96,81",
+ "endOffsets": "214,314,426,512,618,741,823,901,992,1085,1180,1274,1375,1468,1563,1660,1751,1844,1925,2031,2135,2233,2339,2443,2545,2699,2796,2878"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "317,431,531,643,729,835,958,1040,1118,1209,1302,1397,1491,1592,1685,1780,1877,1968,2061,2142,2248,2352,2450,2556,2660,2762,2916,8024",
+ "endColumns": "113,99,111,85,105,122,81,77,90,92,94,93,100,92,94,96,90,92,80,105,103,97,105,103,101,153,96,81",
+ "endOffsets": "426,526,638,724,830,953,1035,1113,1204,1297,1392,1486,1587,1680,1775,1872,1963,2056,2137,2243,2347,2445,2551,2655,2757,2911,3008,8101"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json
new file mode 100644
index 000000000..4b2eb20f6
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-sr/values-sr.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-sr\\values-sr.xml",
+ "from": {
+ "startLines": "2,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,321,397,473,553,660,753,847,978,1059,1125,1217,1285,1348,1451,1511,1577,1633,1704,1764,1818,1930,1987,2048,2102,2178,2303,2389,2472,2610,2691,2774,2862,2916,2972,3038,3112,3190,3279,3354,3430,3505,3576,3666,3739,3831,3927,3999,4075,4171,4224,4291,4378,4465,4527,4591,4654,4759,4863,4959,5066,5124,5184",
+ "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68",
+ "endColumns": "12,75,75,79,106,92,93,130,80,65,91,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,85,82,137,80,82,87,53,55,65,73,77,88,74,75,74,70,89,72,91,95,71,75,95,52,66,86,86,61,63,62,104,103,95,106,57,59,79",
+ "endOffsets": "316,392,468,548,655,748,842,973,1054,1120,1212,1280,1343,1446,1506,1572,1628,1699,1759,1813,1925,1982,2043,2097,2173,2298,2384,2467,2605,2686,2769,2857,2911,2967,3033,3107,3185,3274,3349,3425,3500,3571,3661,3734,3826,3922,3994,4070,4166,4219,4286,4373,4460,4522,4586,4649,4754,4858,4954,5061,5119,5179,5259"
+ },
+ "to": {
+ "startLines": "2,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3099,3175,3251,3331,3438,3531,3625,3756,3837,3903,3995,4063,4126,4229,4289,4355,4411,4482,4542,4596,4708,4765,4826,4880,4956,5081,5167,5250,5388,5469,5552,5640,5694,5750,5816,5890,5968,6057,6132,6208,6283,6354,6444,6517,6609,6705,6777,6853,6949,7002,7069,7156,7243,7305,7369,7432,7537,7641,7737,7844,7902,7962",
+ "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
+ "endColumns": "12,75,75,79,106,92,93,130,80,65,91,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,85,82,137,80,82,87,53,55,65,73,77,88,74,75,74,70,89,72,91,95,71,75,95,52,66,86,86,61,63,62,104,103,95,106,57,59,79",
+ "endOffsets": "366,3170,3246,3326,3433,3526,3620,3751,3832,3898,3990,4058,4121,4224,4284,4350,4406,4477,4537,4591,4703,4760,4821,4875,4951,5076,5162,5245,5383,5464,5547,5635,5689,5745,5811,5885,5963,6052,6127,6203,6278,6349,6439,6512,6604,6700,6772,6848,6944,6997,7064,7151,7238,7300,7364,7427,7532,7636,7732,7839,7897,7957,8037"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-sr\\values-sr.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,313,419,505,609,731,815,896,987,1080,1175,1269,1369,1462,1557,1662,1753,1844,1930,2035,2141,2244,2350,2459,2566,2736,2833",
+ "endColumns": "106,100,105,85,103,121,83,80,90,92,94,93,99,92,94,104,90,90,85,104,105,102,105,108,106,169,96,86",
+ "endOffsets": "207,308,414,500,604,726,810,891,982,1075,1170,1264,1364,1457,1552,1657,1748,1839,1925,2030,2136,2239,2345,2454,2561,2731,2828,2915"
+ },
+ "to": {
+ "startLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "371,478,579,685,771,875,997,1081,1162,1253,1346,1441,1535,1635,1728,1823,1928,2019,2110,2196,2301,2407,2510,2616,2725,2832,3002,8042",
+ "endColumns": "106,100,105,85,103,121,83,80,90,92,94,93,99,92,94,104,90,90,85,104,105,102,105,108,106,169,96,86",
+ "endOffsets": "473,574,680,766,870,992,1076,1157,1248,1341,1436,1530,1630,1723,1818,1923,2014,2105,2191,2296,2402,2505,2611,2720,2827,2997,3094,8124"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-sr\\values-sr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "97",
+ "startColumns": "4",
+ "startOffsets": "8129",
+ "endColumns": "100",
+ "endOffsets": "8225"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json
new file mode 100644
index 000000000..9d23db87a
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-sv/values-sv.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-sv\\values-sv.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,266,365,457,538,640,720,818,940,1019,1082,1174,1238,1298,1390,1455,1518,1580,1647,1711,1765,1870,1929,1990,2044,2113,2232,2315,2399,2535,2614,2698,2784,2838,2889,2955,3024,3098,3187,3259,3336,3407,3481,3572,3651,3738,3826,3898,3972,4057,4108,4175,4256,4340,4402,4466,4529,4636,4743,4842,4950,5008,5063",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,98,91,80,101,79,97,121,78,62,91,63,59,91,64,62,61,66,63,53,104,58,60,53,68,118,82,83,135,78,83,85,53,50,65,68,73,88,71,76,70,73,90,78,86,87,71,73,84,50,66,80,83,61,63,62,106,106,98,107,57,54,77",
+ "endOffsets": "261,360,452,533,635,715,813,935,1014,1077,1169,1233,1293,1385,1450,1513,1575,1642,1706,1760,1865,1924,1985,2039,2108,2227,2310,2394,2530,2609,2693,2779,2833,2884,2950,3019,3093,3182,3254,3331,3402,3476,3567,3646,3733,3821,3893,3967,4052,4103,4170,4251,4335,4397,4461,4524,4631,4738,4837,4945,5003,5058,5136"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2989,3088,3180,3261,3363,3443,3541,3663,3742,3805,3897,3961,4021,4113,4178,4241,4303,4370,4434,4488,4593,4652,4713,4767,4836,4955,5038,5122,5258,5337,5421,5507,5561,5612,5678,5747,5821,5910,5982,6059,6130,6204,6295,6374,6461,6549,6621,6695,6780,6831,6898,6979,7063,7125,7189,7252,7359,7466,7565,7673,7731,7786",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,98,91,80,101,79,97,121,78,62,91,63,59,91,64,62,61,66,63,53,104,58,60,53,68,118,82,83,135,78,83,85,53,50,65,68,73,88,71,76,70,73,90,78,86,87,71,73,84,50,66,80,83,61,63,62,106,106,98,107,57,54,77",
+ "endOffsets": "311,3083,3175,3256,3358,3438,3536,3658,3737,3800,3892,3956,4016,4108,4173,4236,4298,4365,4429,4483,4588,4647,4708,4762,4831,4950,5033,5117,5253,5332,5416,5502,5556,5607,5673,5742,5816,5905,5977,6054,6125,6199,6290,6369,6456,6544,6616,6690,6775,6826,6893,6974,7058,7120,7184,7247,7354,7461,7560,7668,7726,7781,7859"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-sv\\values-sv.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,208,311,422,506,608,721,798,873,966,1061,1156,1250,1352,1447,1544,1642,1738,1831,1911,2017,2116,2212,2317,2420,2522,2676,2778",
+ "endColumns": "102,102,110,83,101,112,76,74,92,94,94,93,101,94,96,97,95,92,79,105,98,95,104,102,101,153,101,79",
+ "endOffsets": "203,306,417,501,603,716,793,868,961,1056,1151,1245,1347,1442,1539,1637,1733,1826,1906,2012,2111,2207,2312,2415,2517,2671,2773,2853"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "316,419,522,633,717,819,932,1009,1084,1177,1272,1367,1461,1563,1658,1755,1853,1949,2042,2122,2228,2327,2423,2528,2631,2733,2887,7864",
+ "endColumns": "102,102,110,83,101,112,76,74,92,94,94,93,101,94,96,97,95,92,79,105,98,95,104,102,101,153,101,79",
+ "endOffsets": "414,517,628,712,814,927,1004,1079,1172,1267,1362,1456,1558,1653,1750,1848,1944,2037,2117,2223,2322,2418,2523,2626,2728,2882,2984,7939"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-sv\\values-sv.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7944",
+ "endColumns": "100",
+ "endOffsets": "8040"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json
new file mode 100644
index 000000000..3b072fb62
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-sw/values-sw.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-sw\\values-sw.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,208,307,415,505,610,727,810,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1911,2012,2120,2219,2326,2438,2542,2704,2801",
+ "endColumns": "102,98,107,89,104,116,82,81,90,92,94,93,99,92,94,93,90,90,81,100,107,98,106,111,103,161,96,82",
+ "endOffsets": "203,302,410,500,605,722,805,887,978,1071,1166,1260,1360,1453,1548,1642,1733,1824,1906,2007,2115,2214,2321,2433,2537,2699,2796,2879"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "309,412,511,619,709,814,931,1014,1096,1187,1280,1375,1469,1569,1662,1757,1851,1942,2033,2115,2216,2324,2423,2530,2642,2746,2908,8016",
+ "endColumns": "102,98,107,89,104,116,82,81,90,92,94,93,99,92,94,93,90,90,81,100,107,98,106,111,103,161,96,82",
+ "endOffsets": "407,506,614,704,809,926,1009,1091,1182,1275,1370,1464,1564,1657,1752,1846,1937,2028,2110,2211,2319,2418,2525,2637,2741,2903,3000,8094"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-sw\\values-sw.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8099",
+ "endColumns": "100",
+ "endOffsets": "8195"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-sw\\values-sw.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,259,335,409,482,579,668,767,896,979,1047,1139,1212,1275,1361,1423,1486,1551,1619,1682,1736,1868,1925,1987,2041,2115,2253,2334,2414,2546,2631,2718,2806,2860,2913,2979,3051,3133,3223,3295,3370,3441,3514,3611,3685,3780,3877,3951,4036,4136,4189,4257,4345,4435,4497,4561,4624,4741,4851,4962,5074,5132,5189",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,75,73,72,96,88,98,128,82,67,91,72,62,85,61,62,64,67,62,53,131,56,61,53,73,137,80,79,131,84,86,87,53,52,65,71,81,89,71,74,70,72,96,73,94,96,73,84,99,52,67,87,89,61,63,62,116,109,110,111,57,56,80",
+ "endOffsets": "254,330,404,477,574,663,762,891,974,1042,1134,1207,1270,1356,1418,1481,1546,1614,1677,1731,1863,1920,1982,2036,2110,2248,2329,2409,2541,2626,2713,2801,2855,2908,2974,3046,3128,3218,3290,3365,3436,3509,3606,3680,3775,3872,3946,4031,4131,4184,4252,4340,4430,4492,4556,4619,4736,4846,4957,5069,5127,5184,5265"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3005,3081,3155,3228,3325,3414,3513,3642,3725,3793,3885,3958,4021,4107,4169,4232,4297,4365,4428,4482,4614,4671,4733,4787,4861,4999,5080,5160,5292,5377,5464,5552,5606,5659,5725,5797,5879,5969,6041,6116,6187,6260,6357,6431,6526,6623,6697,6782,6882,6935,7003,7091,7181,7243,7307,7370,7487,7597,7708,7820,7878,7935",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,75,73,72,96,88,98,128,82,67,91,72,62,85,61,62,64,67,62,53,131,56,61,53,73,137,80,79,131,84,86,87,53,52,65,71,81,89,71,74,70,72,96,73,94,96,73,84,99,52,67,87,89,61,63,62,116,109,110,111,57,56,80",
+ "endOffsets": "304,3076,3150,3223,3320,3409,3508,3637,3720,3788,3880,3953,4016,4102,4164,4227,4292,4360,4423,4477,4609,4666,4728,4782,4856,4994,5075,5155,5287,5372,5459,5547,5601,5654,5720,5792,5874,5964,6036,6111,6182,6255,6352,6426,6521,6618,6692,6777,6877,6930,6998,7086,7176,7238,7302,7365,7482,7592,7703,7815,7873,7930,8011"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json
new file mode 100644
index 000000000..7a1f66280
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json
@@ -0,0 +1,38 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-sw600dp-v13/values-sw600dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,124,193,263,337,413,472,543",
+ "endColumns": "68,68,69,73,75,58,70,67",
+ "endOffsets": "119,188,258,332,408,467,538,606"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,10,11,12,13,14",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,115,185,256,328,386,444,553,617,673,732,795",
+ "endLines": "2,3,4,5,6,7,9,10,11,12,13,17",
+ "endColumns": "59,69,70,71,57,57,10,63,55,58,62,10",
+ "endOffsets": "110,180,251,323,381,439,548,612,668,727,790,962"
+ },
+ "to": {
+ "startLines": "10,11,12,13,14,15,16,18,19,20,21,22",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "611,671,741,812,884,942,1000,1109,1173,1229,1288,1351",
+ "endLines": "10,11,12,13,14,15,17,18,19,20,21,25",
+ "endColumns": "59,69,70,71,57,57,10,63,55,58,62,10",
+ "endOffsets": "666,736,807,879,937,995,1104,1168,1224,1283,1346,1518"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json
new file mode 100644
index 000000000..66cd0c966
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-ta/values-ta.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ta\\values-ta.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,218,320,435,524,635,756,835,911,1009,1109,1204,1298,1405,1505,1607,1701,1799,1897,1978,2086,2189,2288,2404,2507,2612,2769,2871",
+ "endColumns": "112,101,114,88,110,120,78,75,97,99,94,93,106,99,101,93,97,97,80,107,102,98,115,102,104,156,101,81",
+ "endOffsets": "213,315,430,519,630,751,830,906,1004,1104,1199,1293,1400,1500,1602,1696,1794,1892,1973,2081,2184,2283,2399,2502,2607,2764,2866,2948"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "322,435,537,652,741,852,973,1052,1128,1226,1326,1421,1515,1622,1722,1824,1918,2016,2114,2195,2303,2406,2505,2621,2724,2829,2986,8199",
+ "endColumns": "112,101,114,88,110,120,78,75,97,99,94,93,106,99,101,93,97,97,80,107,102,98,115,102,104,156,101,81",
+ "endOffsets": "430,532,647,736,847,968,1047,1123,1221,1321,1416,1510,1617,1717,1819,1913,2011,2109,2190,2298,2401,2500,2616,2719,2824,2981,3083,8276"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ta\\values-ta.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,272,360,446,530,633,727,836,954,1038,1102,1210,1278,1339,1447,1514,1600,1658,1742,1809,1863,1986,2048,2111,2165,2253,2381,2467,2549,2681,2761,2842,2931,2988,3040,3106,3191,3279,3371,3440,3517,3597,3665,3764,3847,3939,4033,4107,4193,4287,4337,4403,4488,4575,4638,4703,4766,4874,4977,5075,5180,5241,5297",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,87,85,83,102,93,108,117,83,63,107,67,60,107,66,85,57,83,66,53,122,61,62,53,87,127,85,81,131,79,80,88,56,51,65,84,87,91,68,76,79,67,98,82,91,93,73,85,93,49,65,84,86,62,64,62,107,102,97,104,60,55,85",
+ "endOffsets": "267,355,441,525,628,722,831,949,1033,1097,1205,1273,1334,1442,1509,1595,1653,1737,1804,1858,1981,2043,2106,2160,2248,2376,2462,2544,2676,2756,2837,2926,2983,3035,3101,3186,3274,3366,3435,3512,3592,3660,3759,3842,3934,4028,4102,4188,4282,4332,4398,4483,4570,4633,4698,4761,4869,4972,5070,5175,5236,5292,5378"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3088,3176,3262,3346,3449,3543,3652,3770,3854,3918,4026,4094,4155,4263,4330,4416,4474,4558,4625,4679,4802,4864,4927,4981,5069,5197,5283,5365,5497,5577,5658,5747,5804,5856,5922,6007,6095,6187,6256,6333,6413,6481,6580,6663,6755,6849,6923,7009,7103,7153,7219,7304,7391,7454,7519,7582,7690,7793,7891,7996,8057,8113",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,87,85,83,102,93,108,117,83,63,107,67,60,107,66,85,57,83,66,53,122,61,62,53,87,127,85,81,131,79,80,88,56,51,65,84,87,91,68,76,79,67,98,82,91,93,73,85,93,49,65,84,86,62,64,62,107,102,97,104,60,55,85",
+ "endOffsets": "317,3171,3257,3341,3444,3538,3647,3765,3849,3913,4021,4089,4150,4258,4325,4411,4469,4553,4620,4674,4797,4859,4922,4976,5064,5192,5278,5360,5492,5572,5653,5742,5799,5851,5917,6002,6090,6182,6251,6328,6408,6476,6575,6658,6750,6844,6918,7004,7098,7148,7214,7299,7386,7449,7514,7577,7685,7788,7886,7991,8052,8108,8194"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-ta\\values-ta.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8281",
+ "endColumns": "100",
+ "endOffsets": "8377"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json
new file mode 100644
index 000000000..64a9413b9
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-te/values-te.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-te\\values-te.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,222,334,447,537,642,761,839,915,1006,1099,1194,1288,1388,1481,1576,1671,1762,1853,1942,2056,2160,2259,2374,2479,2594,2756,2859",
+ "endColumns": "116,111,112,89,104,118,77,75,90,92,94,93,99,92,94,94,90,90,88,113,103,98,114,104,114,161,102,82",
+ "endOffsets": "217,329,442,532,637,756,834,910,1001,1094,1189,1283,1383,1476,1571,1666,1757,1848,1937,2051,2155,2254,2369,2474,2589,2751,2854,2937"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "326,443,555,668,758,863,982,1060,1136,1227,1320,1415,1509,1609,1702,1797,1892,1983,2074,2163,2277,2381,2480,2595,2700,2815,2977,8140",
+ "endColumns": "116,111,112,89,104,118,77,75,90,92,94,93,99,92,94,94,90,90,88,113,103,98,114,104,114,161,102,82",
+ "endOffsets": "438,550,663,753,858,977,1055,1131,1222,1315,1410,1504,1604,1697,1792,1887,1978,2069,2158,2272,2376,2475,2590,2695,2810,2972,3075,8218"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-te\\values-te.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8223",
+ "endColumns": "100",
+ "endOffsets": "8319"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-te\\values-te.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,276,365,455,541,639,726,830,946,1037,1103,1197,1264,1326,1419,1483,1551,1614,1688,1753,1807,1928,1985,2047,2101,2180,2308,2396,2488,2633,2713,2795,2883,2941,2993,3059,3134,3212,3302,3375,3451,3532,3601,3706,3783,3874,3967,4041,4118,4210,4265,4331,4415,4501,4564,4629,4693,4803,4915,5014,5133,5197,5253",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,88,89,85,97,86,103,115,90,65,93,66,61,92,63,67,62,73,64,53,120,56,61,53,78,127,87,91,144,79,81,87,57,51,65,74,77,89,72,75,80,68,104,76,90,92,73,76,91,54,65,83,85,62,64,63,109,111,98,118,63,55,82",
+ "endOffsets": "271,360,450,536,634,721,825,941,1032,1098,1192,1259,1321,1414,1478,1546,1609,1683,1748,1802,1923,1980,2042,2096,2175,2303,2391,2483,2628,2708,2790,2878,2936,2988,3054,3129,3207,3297,3370,3446,3527,3596,3701,3778,3869,3962,4036,4113,4205,4260,4326,4410,4496,4559,4624,4688,4798,4910,5009,5128,5192,5248,5331"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3080,3169,3259,3345,3443,3530,3634,3750,3841,3907,4001,4068,4130,4223,4287,4355,4418,4492,4557,4611,4732,4789,4851,4905,4984,5112,5200,5292,5437,5517,5599,5687,5745,5797,5863,5938,6016,6106,6179,6255,6336,6405,6510,6587,6678,6771,6845,6922,7014,7069,7135,7219,7305,7368,7433,7497,7607,7719,7818,7937,8001,8057",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,88,89,85,97,86,103,115,90,65,93,66,61,92,63,67,62,73,64,53,120,56,61,53,78,127,87,91,144,79,81,87,57,51,65,74,77,89,72,75,80,68,104,76,90,92,73,76,91,54,65,83,85,62,64,63,109,111,98,118,63,55,82",
+ "endOffsets": "321,3164,3254,3340,3438,3525,3629,3745,3836,3902,3996,4063,4125,4218,4282,4350,4413,4487,4552,4606,4727,4784,4846,4900,4979,5107,5195,5287,5432,5512,5594,5682,5740,5792,5858,5933,6011,6101,6174,6250,6331,6400,6505,6582,6673,6766,6840,6917,7009,7064,7130,7214,7300,7363,7428,7492,7602,7714,7813,7932,7996,8052,8135"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json
new file mode 100644
index 000000000..6d7e5d730
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-th/values-th.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-th\\values-th.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,210,303,411,496,598,708,786,863,954,1047,1138,1232,1332,1425,1520,1614,1705,1796,1877,1980,2078,2176,2279,2385,2486,2639,2734",
+ "endColumns": "104,92,107,84,101,109,77,76,90,92,90,93,99,92,94,93,90,90,80,102,97,97,102,105,100,152,94,81",
+ "endOffsets": "205,298,406,491,593,703,781,858,949,1042,1133,1227,1327,1420,1515,1609,1700,1791,1872,1975,2073,2171,2274,2380,2481,2634,2729,2811"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "335,440,533,641,726,828,938,1016,1093,1184,1277,1368,1462,1562,1655,1750,1844,1935,2026,2107,2210,2308,2406,2509,2615,2716,2869,7771",
+ "endColumns": "104,92,107,84,101,109,77,76,90,92,90,93,99,92,94,93,90,90,80,102,97,97,102,105,100,152,94,81",
+ "endOffsets": "435,528,636,721,823,933,1011,1088,1179,1272,1363,1457,1557,1650,1745,1839,1930,2021,2102,2205,2303,2401,2504,2610,2711,2864,2959,7848"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-th\\values-th.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,285,358,430,513,598,684,783,896,976,1046,1136,1206,1266,1353,1419,1484,1545,1609,1670,1724,1825,1886,1946,2000,2070,2181,2268,2349,2492,2571,2653,2745,2799,2852,2918,2988,3066,3152,3224,3302,3371,3440,3522,3610,3703,3797,3871,3940,4035,4087,4155,4240,4328,4390,4454,4517,4617,4710,4807,4900,4958,5015",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,72,71,82,84,85,98,112,79,69,89,69,59,86,65,64,60,63,60,53,100,60,59,53,69,110,86,80,142,78,81,91,53,52,65,69,77,85,71,77,68,68,81,87,92,93,73,68,94,51,67,84,87,61,63,62,99,92,96,92,57,56,76",
+ "endOffsets": "280,353,425,508,593,679,778,891,971,1041,1131,1201,1261,1348,1414,1479,1540,1604,1665,1719,1820,1881,1941,1995,2065,2176,2263,2344,2487,2566,2648,2740,2794,2847,2913,2983,3061,3147,3219,3297,3366,3435,3517,3605,3698,3792,3866,3935,4030,4082,4150,4235,4323,4385,4449,4512,4612,4705,4802,4895,4953,5010,5087"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2964,3037,3109,3192,3277,3363,3462,3575,3655,3725,3815,3885,3945,4032,4098,4163,4224,4288,4349,4403,4504,4565,4625,4679,4749,4860,4947,5028,5171,5250,5332,5424,5478,5531,5597,5667,5745,5831,5903,5981,6050,6119,6201,6289,6382,6476,6550,6619,6714,6766,6834,6919,7007,7069,7133,7196,7296,7389,7486,7579,7637,7694",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,72,71,82,84,85,98,112,79,69,89,69,59,86,65,64,60,63,60,53,100,60,59,53,69,110,86,80,142,78,81,91,53,52,65,69,77,85,71,77,68,68,81,87,92,93,73,68,94,51,67,84,87,61,63,62,99,92,96,92,57,56,76",
+ "endOffsets": "330,3032,3104,3187,3272,3358,3457,3570,3650,3720,3810,3880,3940,4027,4093,4158,4219,4283,4344,4398,4499,4560,4620,4674,4744,4855,4942,5023,5166,5245,5327,5419,5473,5526,5592,5662,5740,5826,5898,5976,6045,6114,6196,6284,6377,6471,6545,6614,6709,6761,6829,6914,7002,7064,7128,7191,7291,7384,7481,7574,7632,7689,7766"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-th\\values-th.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7853",
+ "endColumns": "100",
+ "endOffsets": "7949"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json
new file mode 100644
index 000000000..fcf2f5c59
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-tl/values-tl.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-tl\\values-tl.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,216,324,437,525,631,746,826,903,994,1087,1182,1276,1376,1469,1564,1658,1749,1840,1924,2033,2143,2244,2354,2472,2580,2743,2845",
+ "endColumns": "110,107,112,87,105,114,79,76,90,92,94,93,99,92,94,93,90,90,83,108,109,100,109,117,107,162,101,84",
+ "endOffsets": "211,319,432,520,626,741,821,898,989,1082,1177,1271,1371,1464,1559,1653,1744,1835,1919,2028,2138,2239,2349,2467,2575,2738,2840,2925"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "330,441,549,662,750,856,971,1051,1128,1219,1312,1407,1501,1601,1694,1789,1883,1974,2065,2149,2258,2368,2469,2579,2697,2805,2968,8178",
+ "endColumns": "110,107,112,87,105,114,79,76,90,92,94,93,99,92,94,93,90,90,83,108,109,100,109,117,107,162,101,84",
+ "endOffsets": "436,544,657,745,851,966,1046,1123,1214,1307,1402,1496,1596,1689,1784,1878,1969,2060,2144,2253,2363,2464,2574,2692,2800,2963,3065,8258"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-tl\\values-tl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8263",
+ "endColumns": "100",
+ "endOffsets": "8359"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-tl\\values-tl.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,280,364,444,530,627,717,822,958,1043,1108,1207,1275,1334,1423,1491,1558,1621,1696,1764,1818,1938,1996,2058,2112,2187,2329,2419,2504,2649,2733,2816,2912,2970,3021,3087,3161,3239,3330,3404,3483,3556,3628,3732,3805,3904,4004,4078,4153,4260,4312,4379,4470,4564,4626,4690,4753,4872,4974,5083,5186,5248,5303",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,83,79,85,96,89,104,135,84,64,98,67,58,88,67,66,62,74,67,53,119,57,61,53,74,141,89,84,144,83,82,95,57,50,65,73,77,90,73,78,72,71,103,72,98,99,73,74,106,51,66,90,93,61,63,62,118,101,108,102,61,54,84",
+ "endOffsets": "275,359,439,525,622,712,817,953,1038,1103,1202,1270,1329,1418,1486,1553,1616,1691,1759,1813,1933,1991,2053,2107,2182,2324,2414,2499,2644,2728,2811,2907,2965,3016,3082,3156,3234,3325,3399,3478,3551,3623,3727,3800,3899,3999,4073,4148,4255,4307,4374,4465,4559,4621,4685,4748,4867,4969,5078,5181,5243,5298,5383"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3070,3154,3234,3320,3417,3507,3612,3748,3833,3898,3997,4065,4124,4213,4281,4348,4411,4486,4554,4608,4728,4786,4848,4902,4977,5119,5209,5294,5439,5523,5606,5702,5760,5811,5877,5951,6029,6120,6194,6273,6346,6418,6522,6595,6694,6794,6868,6943,7050,7102,7169,7260,7354,7416,7480,7543,7662,7764,7873,7976,8038,8093",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,83,79,85,96,89,104,135,84,64,98,67,58,88,67,66,62,74,67,53,119,57,61,53,74,141,89,84,144,83,82,95,57,50,65,73,77,90,73,78,72,71,103,72,98,99,73,74,106,51,66,90,93,61,63,62,118,101,108,102,61,54,84",
+ "endOffsets": "325,3149,3229,3315,3412,3502,3607,3743,3828,3893,3992,4060,4119,4208,4276,4343,4406,4481,4549,4603,4723,4781,4843,4897,4972,5114,5204,5289,5434,5518,5601,5697,5755,5806,5872,5946,6024,6115,6189,6268,6341,6413,6517,6590,6689,6789,6863,6938,7045,7097,7164,7255,7349,7411,7475,7538,7657,7759,7868,7971,8033,8088,8173"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json
new file mode 100644
index 000000000..9de3021e4
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-tr/values-tr.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-tr\\values-tr.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,340,415,492,591,682,778,890,972,1036,1127,1204,1265,1356,1419,1482,1541,1610,1673,1727,1835,1893,1955,2009,2082,2203,2287,2378,2518,2595,2671,2758,2811,2865,2931,3001,3078,3161,3232,3307,3385,3456,3541,3630,3725,3818,3890,3962,4058,4110,4177,4261,4351,4413,4477,4540,4634,4730,4819,4916,4973,5031",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,74,74,76,98,90,95,111,81,63,90,76,60,90,62,62,58,68,62,53,107,57,61,53,72,120,83,90,139,76,75,86,52,53,65,69,76,82,70,74,77,70,84,88,94,92,71,71,95,51,66,83,89,61,63,62,93,95,88,96,56,57,78",
+ "endOffsets": "260,335,410,487,586,677,773,885,967,1031,1122,1199,1260,1351,1414,1477,1536,1605,1668,1722,1830,1888,1950,2004,2077,2198,2282,2373,2513,2590,2666,2753,2806,2860,2926,2996,3073,3156,3227,3302,3380,3451,3536,3625,3720,3813,3885,3957,4053,4105,4172,4256,4346,4408,4472,4535,4629,4725,4814,4911,4968,5026,5105"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3007,3082,3157,3234,3333,3424,3520,3632,3714,3778,3869,3946,4007,4098,4161,4224,4283,4352,4415,4469,4577,4635,4697,4751,4824,4945,5029,5120,5260,5337,5413,5500,5553,5607,5673,5743,5820,5903,5974,6049,6127,6198,6283,6372,6467,6560,6632,6704,6800,6852,6919,7003,7093,7155,7219,7282,7376,7472,7561,7658,7715,7773",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,74,74,76,98,90,95,111,81,63,90,76,60,90,62,62,58,68,62,53,107,57,61,53,72,120,83,90,139,76,75,86,52,53,65,69,76,82,70,74,77,70,84,88,94,92,71,71,95,51,66,83,89,61,63,62,93,95,88,96,56,57,78",
+ "endOffsets": "310,3077,3152,3229,3328,3419,3515,3627,3709,3773,3864,3941,4002,4093,4156,4219,4278,4347,4410,4464,4572,4630,4692,4746,4819,4940,5024,5115,5255,5332,5408,5495,5548,5602,5668,5738,5815,5898,5969,6044,6122,6193,6278,6367,6462,6555,6627,6699,6795,6847,6914,6998,7088,7150,7214,7277,7371,7467,7556,7653,7710,7768,7847"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-tr\\values-tr.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,219,318,430,515,621,741,821,896,987,1080,1172,1266,1366,1459,1561,1656,1747,1838,1917,2024,2128,2224,2331,2434,2543,2699,2797",
+ "endColumns": "113,98,111,84,105,119,79,74,90,92,91,93,99,92,101,94,90,90,78,106,103,95,106,102,108,155,97,79",
+ "endOffsets": "214,313,425,510,616,736,816,891,982,1075,1167,1261,1361,1454,1556,1651,1742,1833,1912,2019,2123,2219,2326,2429,2538,2694,2792,2872"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,429,528,640,725,831,951,1031,1106,1197,1290,1382,1476,1576,1669,1771,1866,1957,2048,2127,2234,2338,2434,2541,2644,2753,2909,7852",
+ "endColumns": "113,98,111,84,105,119,79,74,90,92,91,93,99,92,101,94,90,90,78,106,103,95,106,102,108,155,97,79",
+ "endOffsets": "424,523,635,720,826,946,1026,1101,1192,1285,1377,1471,1571,1664,1766,1861,1952,2043,2122,2229,2333,2429,2536,2639,2748,2904,3002,7927"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-tr\\values-tr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7932",
+ "endColumns": "100",
+ "endOffsets": "8028"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json
new file mode 100644
index 000000000..53c3c6580
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-uk/values-uk.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-uk\\values-uk.xml",
+ "from": {
+ "startLines": "2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,374,452,530,618,726,817,913,1029,1112,1179,1270,1336,1399,1487,1549,1616,1674,1745,1804,1858,1972,2032,2095,2149,2222,2341,2427,2510,2649,2734,2821,2909,2966,3017,3083,3155,3231,3321,3394,3471,3552,3626,3716,3795,3886,3982,4056,4137,4232,4286,4352,4439,4525,4587,4651,4714,4821,4913,5011,5103,5164,5219",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69",
+ "endColumns": "12,77,77,87,107,90,95,115,82,66,90,65,62,87,61,66,57,70,58,53,113,59,62,53,72,118,85,82,138,84,86,87,56,50,65,71,75,89,72,76,80,73,89,78,90,95,73,80,94,53,65,86,85,61,63,62,106,91,97,91,60,54,81",
+ "endOffsets": "369,447,525,613,721,812,908,1024,1107,1174,1265,1331,1394,1482,1544,1611,1669,1740,1799,1853,1967,2027,2090,2144,2217,2336,2422,2505,2644,2729,2816,2904,2961,3012,3078,3150,3226,3316,3389,3466,3547,3621,3711,3790,3881,3977,4051,4132,4227,4281,4347,4434,4520,4582,4646,4709,4816,4908,5006,5098,5159,5214,5296"
+ },
+ "to": {
+ "startLines": "2,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3148,3226,3304,3392,3500,3591,3687,3803,3886,3953,4044,4110,4173,4261,4323,4390,4448,4519,4578,4632,4746,4806,4869,4923,4996,5115,5201,5284,5423,5508,5595,5683,5740,5791,5857,5929,6005,6095,6168,6245,6326,6400,6490,6569,6660,6756,6830,6911,7006,7060,7126,7213,7299,7361,7425,7488,7595,7687,7785,7877,7938,7993",
+ "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96",
+ "endColumns": "12,77,77,87,107,90,95,115,82,66,90,65,62,87,61,66,57,70,58,53,113,59,62,53,72,118,85,82,138,84,86,87,56,50,65,71,75,89,72,76,80,73,89,78,90,95,73,80,94,53,65,86,85,61,63,62,106,91,97,91,60,54,81",
+ "endOffsets": "419,3221,3299,3387,3495,3586,3682,3798,3881,3948,4039,4105,4168,4256,4318,4385,4443,4514,4573,4627,4741,4801,4864,4918,4991,5110,5196,5279,5418,5503,5590,5678,5735,5786,5852,5924,6000,6090,6163,6240,6321,6395,6485,6564,6655,6751,6825,6906,7001,7055,7121,7208,7294,7356,7420,7483,7590,7682,7780,7872,7933,7988,8070"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-uk\\values-uk.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,214,316,424,510,615,733,814,893,984,1077,1172,1266,1366,1459,1554,1649,1740,1831,1930,2036,2142,2240,2347,2454,2559,2729,2829",
+ "endColumns": "108,101,107,85,104,117,80,78,90,92,94,93,99,92,94,94,90,90,98,105,105,97,106,106,104,169,99,81",
+ "endOffsets": "209,311,419,505,610,728,809,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1925,2031,2137,2235,2342,2449,2554,2724,2824,2906"
+ },
+ "to": {
+ "startLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,97",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "424,533,635,743,829,934,1052,1133,1212,1303,1396,1491,1585,1685,1778,1873,1968,2059,2150,2249,2355,2461,2559,2666,2773,2878,3048,8075",
+ "endColumns": "108,101,107,85,104,117,80,78,90,92,94,93,99,92,94,94,90,90,98,105,105,97,106,106,104,169,99,81",
+ "endOffsets": "528,630,738,824,929,1047,1128,1207,1298,1391,1486,1580,1680,1773,1868,1963,2054,2145,2244,2350,2456,2554,2661,2768,2873,3043,3143,8152"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-uk\\values-uk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "98",
+ "startColumns": "4",
+ "startOffsets": "8157",
+ "endColumns": "100",
+ "endOffsets": "8253"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json
new file mode 100644
index 000000000..b4d848840
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-ur/values-ur.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-ur\\values-ur.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,219,325,434,520,624,744,821,896,988,1082,1177,1271,1372,1466,1562,1656,1748,1840,1925,2033,2139,2241,2352,2453,2569,2734,2832",
+ "endColumns": "113,105,108,85,103,119,76,74,91,93,94,93,100,93,95,93,91,91,84,107,105,101,110,100,115,164,97,85",
+ "endOffsets": "214,320,429,515,619,739,816,891,983,1077,1172,1266,1367,1461,1557,1651,1743,1835,1920,2028,2134,2236,2347,2448,2564,2729,2827,2913"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "309,423,529,638,724,828,948,1025,1100,1192,1286,1381,1475,1576,1670,1766,1860,1952,2044,2129,2237,2343,2445,2556,2657,2773,2938,7930",
+ "endColumns": "113,105,108,85,103,119,76,74,91,93,94,93,100,93,95,93,91,91,84,107,105,101,110,100,115,164,97,85",
+ "endOffsets": "418,524,633,719,823,943,1020,1095,1187,1281,1376,1470,1571,1665,1761,1855,1947,2039,2124,2232,2338,2440,2551,2652,2768,2933,3031,8011"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-ur\\values-ur.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8016",
+ "endColumns": "100",
+ "endOffsets": "8112"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-ur\\values-ur.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,259,337,415,493,591,680,780,899,982,1047,1140,1210,1269,1359,1423,1492,1550,1619,1679,1743,1855,1914,1973,2028,2103,2226,2306,2390,2523,2605,2686,2773,2831,2887,2953,3028,3108,3193,3260,3335,3412,3476,3570,3640,3729,3822,3896,3971,4061,4117,4184,4268,4352,4414,4478,4541,4641,4748,4842,4951,5013,5073",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,77,77,97,88,99,118,82,64,92,69,58,89,63,68,57,68,59,63,111,58,58,54,74,122,79,83,132,81,80,86,57,55,65,74,79,84,66,74,76,63,93,69,88,92,73,74,89,55,66,83,83,61,63,62,99,106,93,108,61,59,79",
+ "endOffsets": "254,332,410,488,586,675,775,894,977,1042,1135,1205,1264,1354,1418,1487,1545,1614,1674,1738,1850,1909,1968,2023,2098,2221,2301,2385,2518,2600,2681,2768,2826,2882,2948,3023,3103,3188,3255,3330,3407,3471,3565,3635,3724,3817,3891,3966,4056,4112,4179,4263,4347,4409,4473,4536,4636,4743,4837,4946,5008,5068,5148"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3036,3114,3192,3270,3368,3457,3557,3676,3759,3824,3917,3987,4046,4136,4200,4269,4327,4396,4456,4520,4632,4691,4750,4805,4880,5003,5083,5167,5300,5382,5463,5550,5608,5664,5730,5805,5885,5970,6037,6112,6189,6253,6347,6417,6506,6599,6673,6748,6838,6894,6961,7045,7129,7191,7255,7318,7418,7525,7619,7728,7790,7850",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,77,77,97,88,99,118,82,64,92,69,58,89,63,68,57,68,59,63,111,58,58,54,74,122,79,83,132,81,80,86,57,55,65,74,79,84,66,74,76,63,93,69,88,92,73,74,89,55,66,83,83,61,63,62,99,106,93,108,61,59,79",
+ "endOffsets": "304,3109,3187,3265,3363,3452,3552,3671,3754,3819,3912,3982,4041,4131,4195,4264,4322,4391,4451,4515,4627,4686,4745,4800,4875,4998,5078,5162,5295,5377,5458,5545,5603,5659,5725,5800,5880,5965,6032,6107,6184,6248,6342,6412,6501,6594,6668,6743,6833,6889,6956,7040,7124,7186,7250,7313,7413,7520,7614,7723,7785,7845,7925"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json
new file mode 100644
index 000000000..4cd6f345d
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-uz/values-uz.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-uz\\values-uz.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,283,360,440,523,617,704,799,926,1010,1074,1177,1247,1314,1423,1486,1553,1612,1686,1749,1803,1918,1976,2038,2092,2167,2296,2386,2475,2616,2698,2780,2866,2926,2977,3043,3116,3194,3280,3352,3429,3504,3575,3669,3748,3844,3938,4012,4088,4174,4227,4293,4378,4469,4531,4595,4658,4760,4851,4947,5039,5103,5158",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,76,79,82,93,86,94,126,83,63,102,69,66,108,62,66,58,73,62,53,114,57,61,53,74,128,89,88,140,81,81,85,59,50,65,72,77,85,71,76,74,70,93,78,95,93,73,75,85,52,65,84,90,61,63,62,101,90,95,91,63,54,82",
+ "endOffsets": "278,355,435,518,612,699,794,921,1005,1069,1172,1242,1309,1418,1481,1548,1607,1681,1744,1798,1913,1971,2033,2087,2162,2291,2381,2470,2611,2693,2775,2861,2921,2972,3038,3111,3189,3275,3347,3424,3499,3570,3664,3743,3839,3933,4007,4083,4169,4222,4288,4373,4464,4526,4590,4653,4755,4846,4942,5034,5098,5153,5236"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3004,3081,3161,3244,3338,3425,3520,3647,3731,3795,3898,3968,4035,4144,4207,4274,4333,4407,4470,4524,4639,4697,4759,4813,4888,5017,5107,5196,5337,5419,5501,5587,5647,5698,5764,5837,5915,6001,6073,6150,6225,6296,6390,6469,6565,6659,6733,6809,6895,6948,7014,7099,7190,7252,7316,7379,7481,7572,7668,7760,7824,7879",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,76,79,82,93,86,94,126,83,63,102,69,66,108,62,66,58,73,62,53,114,57,61,53,74,128,89,88,140,81,81,85,59,50,65,72,77,85,71,76,74,70,93,78,95,93,73,75,85,52,65,84,90,61,63,62,101,90,95,91,63,54,82",
+ "endOffsets": "328,3076,3156,3239,3333,3420,3515,3642,3726,3790,3893,3963,4030,4139,4202,4269,4328,4402,4465,4519,4634,4692,4754,4808,4883,5012,5102,5191,5332,5414,5496,5582,5642,5693,5759,5832,5910,5996,6068,6145,6220,6291,6385,6464,6560,6654,6728,6804,6890,6943,7009,7094,7185,7247,7311,7374,7476,7567,7663,7755,7819,7874,7957"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-uz\\values-uz.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8046",
+ "endColumns": "100",
+ "endOffsets": "8142"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-uz\\values-uz.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,210,305,405,487,587,704,789,867,958,1051,1146,1240,1334,1427,1522,1617,1708,1800,1884,1994,2100,2200,2308,2414,2516,2677,2776",
+ "endColumns": "104,94,99,81,99,116,84,77,90,92,94,93,93,92,94,94,90,91,83,109,105,99,107,105,101,160,98,83",
+ "endOffsets": "205,300,400,482,582,699,784,862,953,1046,1141,1235,1329,1422,1517,1612,1703,1795,1879,1989,2095,2195,2303,2409,2511,2672,2771,2855"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "333,438,533,633,715,815,932,1017,1095,1186,1279,1374,1468,1562,1655,1750,1845,1936,2028,2112,2222,2328,2428,2536,2642,2744,2905,7962",
+ "endColumns": "104,94,99,81,99,116,84,77,90,92,94,93,93,92,94,94,90,91,83,109,105,99,107,105,101,160,98,83",
+ "endOffsets": "433,528,628,710,810,927,1012,1090,1181,1274,1369,1463,1557,1650,1745,1840,1931,2023,2107,2217,2323,2423,2531,2637,2739,2900,2999,8041"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json
new file mode 100644
index 000000000..71e807638
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json
@@ -0,0 +1,38 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-v16/values-v16.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-v16\\values-v16.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "5",
+ "endColumns": "12",
+ "endOffsets": "223"
+ },
+ "to": {
+ "startLines": "3",
+ "startColumns": "4",
+ "startOffsets": "121",
+ "endLines": "6",
+ "endColumns": "12",
+ "endOffsets": "289"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-v16\\values-v16.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "65",
+ "endOffsets": "116"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json
new file mode 100644
index 000000000..1d2f26c4e
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-v17/values-v17.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-v17\\values-v17.xml",
+ "from": {
+ "startLines": "2,5,9,12,15,18,22,25,29,33,37,40,43,46,50,53,57",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,228,456,614,764,936,1161,1331,1559,1783,2025,2196,2370,2539,2812,3012,3216",
+ "endLines": "4,8,11,14,17,21,24,28,32,36,39,42,45,49,52,56,60",
+ "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12",
+ "endOffsets": "223,451,609,759,931,1156,1326,1554,1778,2020,2191,2365,2534,2807,3007,3211,3540"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json
new file mode 100644
index 000000000..5fa3235cb
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-v18/values-v18.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-v18\\values-v18.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "48",
+ "endOffsets": "99"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json
new file mode 100644
index 000000000..fa03851fe
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json
@@ -0,0 +1,66 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-v21/values-v21.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-v21\\values-v21.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,25,28,31,34,37,40,43,46,49,52,55,56,59,64,75,81,91,101,111,121,131,141,151,161,171,181,191,201,211,221,231,237,243,249,255,259,263,264,265,266,270,273,276,279,282,283,286,289,293,297",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,153,249,345,443,511,590,678,766,854,942,1029,1116,1203,1290,1383,1490,1595,1714,1839,1960,2173,2432,2703,2921,3153,3389,3639,3852,4061,4292,4493,4609,4779,5100,6129,6586,7137,7692,8248,8809,9361,9912,10464,11017,11566,12119,12675,13230,13776,14330,14885,15177,15471,15771,16071,16400,16741,16879,17023,17179,17572,17790,18012,18238,18454,18564,18734,18924,19165,19424",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,24,27,30,33,36,39,42,45,48,51,54,55,58,63,74,80,90,100,110,120,130,140,150,160,170,180,190,200,210,220,230,236,242,248,254,258,262,263,264,265,269,272,275,278,281,282,285,288,292,296,299",
+ "endColumns": "97,95,95,97,67,78,87,87,87,87,86,86,86,86,92,106,104,118,124,120,10,10,10,10,10,10,10,10,10,10,10,115,10,12,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,137,143,155,10,10,10,10,10,109,10,10,10,10,10",
+ "endOffsets": "148,244,340,438,506,585,673,761,849,937,1024,1111,1198,1285,1378,1485,1590,1709,1834,1955,2168,2427,2698,2916,3148,3384,3634,3847,4056,4287,4488,4604,4774,5095,6124,6581,7132,7687,8243,8804,9356,9907,10459,11012,11561,12114,12670,13225,13771,14325,14880,15172,15466,15766,16066,16395,16736,16874,17018,17174,17567,17785,18007,18233,18449,18559,18729,18919,19160,19419,19596"
+ },
+ "to": {
+ "startLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,80,81,82,83,85,86,87,90,93,188,191,194,197,203,206,209,276,279,280,283,288,299,347,357,367,377,387,397,407,417,427,437,447,457,467,477,487,497,503,509,515,521,525,529,530,531,532,536,539,542,545,556,557,560,563,567,571",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "173,271,367,463,561,629,708,796,884,972,1060,1147,1234,1321,6970,7063,7170,7275,7497,7622,7743,7956,8215,14396,14614,14846,15082,15531,15744,15953,20740,20941,21057,21227,21548,22577,25682,26233,26788,27344,27905,28457,29008,29560,30113,30662,31215,31771,32326,32872,33426,33981,34273,34567,34867,35167,35496,35837,35975,36119,36275,36668,36886,37108,37334,38074,38184,38354,38544,38785,39044",
+ "endLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,80,81,82,83,85,86,89,92,95,190,193,196,199,205,208,211,278,279,282,287,298,304,356,366,376,386,396,406,416,426,436,446,456,466,476,486,496,502,508,514,520,524,528,529,530,531,535,538,541,544,547,556,559,562,566,570,573",
+ "endColumns": "97,95,95,97,67,78,87,87,87,87,86,86,86,86,92,106,104,118,124,120,10,10,10,10,10,10,10,10,10,10,10,115,10,12,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,137,143,155,10,10,10,10,10,109,10,10,10,10,10",
+ "endOffsets": "266,362,458,556,624,703,791,879,967,1055,1142,1229,1316,1403,7058,7165,7270,7389,7617,7738,7951,8210,8481,14609,14841,15077,15327,15739,15948,16179,20936,21052,21222,21543,22572,23029,26228,26783,27339,27900,28452,29003,29555,30108,30657,31210,31766,32321,32867,33421,33976,34268,34562,34862,35162,35491,35832,35970,36114,36270,36663,36881,37103,37329,37545,38179,38349,38539,38780,39039,39216"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-v21\\values-v21.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,19,20,21,22,24,26,27,28,29,30,32,34,36,38,40,42,43,48,50,52,53,54,56,58,59,60,61,62,63,106,109,152,155,158,160,162,164,167,171,174,175,176,179,180,181,182,183,184,187,188,190,192,194,196,200,202,203,204,205,207,211,213,215,216,217,218,219,220,222,223,224,234,235,236,248",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,146,249,352,457,564,673,782,891,1000,1109,1216,1319,1438,1593,1748,1853,1974,2075,2222,2363,2466,2585,2692,2795,2950,3121,3270,3435,3592,3743,3862,4213,4362,4511,4623,4770,4923,5070,5145,5234,5321,5422,5525,8283,8468,11238,11435,11634,11757,11880,11993,12176,12431,12632,12721,12832,13065,13166,13261,13384,13513,13630,13807,13906,14041,14184,14319,14438,14639,14758,14851,14962,15018,15125,15320,15431,15564,15659,15750,15841,15934,16051,16190,16261,16344,16967,17024,17082,17706",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,20,21,23,25,26,27,28,29,31,33,35,37,39,41,42,47,49,51,52,53,55,57,58,59,60,61,62,105,108,151,154,157,159,161,163,166,170,173,174,175,178,179,180,181,182,183,186,187,189,191,193,195,199,201,202,203,204,206,210,212,214,215,216,217,218,219,221,222,223,233,234,235,247,259",
+ "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,92,116,12,70,82,12,56,57,12,12",
+ "endOffsets": "141,244,347,452,559,668,777,886,995,1104,1211,1314,1433,1588,1743,1848,1969,2070,2217,2358,2461,2580,2687,2790,2945,3116,3265,3430,3587,3738,3857,4208,4357,4506,4618,4765,4918,5065,5140,5229,5316,5417,5520,8278,8463,11233,11430,11629,11752,11875,11988,12171,12426,12627,12716,12827,13060,13161,13256,13379,13508,13625,13802,13901,14036,14179,14314,14433,14634,14753,14846,14957,15013,15120,15315,15426,15559,15654,15745,15836,15929,16046,16185,16256,16339,16962,17019,17077,17701,18337"
+ },
+ "to": {
+ "startLines": "20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,37,38,39,40,42,44,45,46,47,48,50,52,54,56,58,60,61,66,68,70,71,72,74,76,77,78,79,84,96,139,142,185,200,212,214,216,218,221,225,228,229,230,233,234,235,236,237,238,241,242,244,246,248,250,254,256,257,258,259,261,265,267,269,270,271,272,273,274,305,306,307,317,318,319,331",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "1603,1694,1797,1900,2005,2112,2221,2330,2439,2548,2657,2764,2867,2986,3141,3296,3401,3522,3623,3770,3911,4014,4133,4240,4343,4498,4669,4818,4983,5140,5291,5410,5761,5910,6059,6171,6318,6471,6618,6693,6782,6869,7394,8486,11244,11429,14199,15332,16184,16307,16430,16543,16726,16981,17182,17271,17382,17615,17716,17811,17934,18063,18180,18357,18456,18591,18734,18869,18988,19189,19308,19401,19512,19568,19675,19870,19981,20114,20209,20300,20391,20484,20601,23034,23105,23188,23811,23868,23926,24550",
+ "endLines": "20,21,22,23,24,25,26,27,28,29,30,31,32,34,36,37,38,39,41,43,44,45,46,47,49,51,53,55,57,59,60,65,67,69,70,71,73,75,76,77,78,79,84,138,141,184,187,202,213,215,217,220,224,227,228,229,232,233,234,235,236,237,240,241,243,245,247,249,253,255,256,257,258,260,264,266,268,269,270,271,272,273,275,305,306,316,317,318,330,342",
+ "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,92,116,12,70,82,12,56,57,12,12",
+ "endOffsets": "1689,1792,1895,2000,2107,2216,2325,2434,2543,2652,2759,2862,2981,3136,3291,3396,3517,3618,3765,3906,4009,4128,4235,4338,4493,4664,4813,4978,5135,5286,5405,5756,5905,6054,6166,6313,6466,6613,6688,6777,6864,6965,7492,11239,11424,14194,14391,15526,16302,16425,16538,16721,16976,17177,17266,17377,17610,17711,17806,17929,18058,18175,18352,18451,18586,18729,18864,18983,19184,19303,19396,19507,19563,19670,19865,19976,20109,20204,20295,20386,20479,20596,20735,23100,23183,23806,23863,23921,24545,25181"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-v21\\values-v21.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,13",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,173,237,304,368,484,610,736,864,1036",
+ "endLines": "2,3,4,5,6,7,8,9,12,17",
+ "endColumns": "117,63,66,63,115,125,125,127,12,12",
+ "endOffsets": "168,232,299,363,479,605,731,859,1031,1383"
+ },
+ "to": {
+ "startLines": "2,17,18,19,343,344,345,346,548,551",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,1408,1472,1539,25186,25302,25428,25554,37550,37722",
+ "endLines": "2,17,18,19,343,344,345,346,550,555",
+ "endColumns": "117,63,66,63,115,125,125,127,12,12",
+ "endOffsets": "168,1467,1534,1598,25297,25423,25549,25677,37717,38069"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json
new file mode 100644
index 000000000..c63296e2d
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-v22/values-v22.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-v22\\values-v22.xml",
+ "from": {
+ "startLines": "2,3,4,9",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,130,217,487",
+ "endLines": "2,3,8,13",
+ "endColumns": "74,86,12,12",
+ "endOffsets": "125,212,482,764"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json
new file mode 100644
index 000000000..fd9c4d31b
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json
@@ -0,0 +1,58 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-v23/values-v23.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-v23\\values-v23.xml",
+ "from": {
+ "startLines": "2,5,8,13,17,20,23,26,31,34,38",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,271,481,801,1038,1245,1452,1655,1987,2189,2454",
+ "endLines": "4,7,12,16,19,22,25,30,33,37,41",
+ "endColumns": "10,10,10,10,10,10,10,10,10,10,10",
+ "endOffsets": "266,476,796,1033,1240,1447,1650,1982,2184,2449,2722"
+ },
+ "to": {
+ "startLines": "53,56,59,64,68,71,74,77,82,85,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "3382,3598,3808,4128,4365,4572,4779,4982,5314,5516,5781",
+ "endLines": "55,58,63,67,70,73,76,81,84,88,92",
+ "endColumns": "10,10,10,10,10,10,10,10,10,10,10",
+ "endOffsets": "3593,3803,4123,4360,4567,4774,4977,5309,5511,5776,6049"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\6c08baa0bea61ec551c6f754984e5893\\transformed\\cardview-1.0.0\\res\\values-v23\\values-v23.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "4",
+ "endColumns": "12",
+ "endOffsets": "200"
+ },
+ "to": {
+ "startLines": "50",
+ "startColumns": "4",
+ "startOffsets": "3232",
+ "endLines": "52",
+ "endColumns": "12",
+ "endOffsets": "3377"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-v23\\values-v23.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,20,34,35,36,39,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,190,325,400,487,1225,1975,2094,2221,2443,2667,2782,2889,3002",
+ "endLines": "2,3,4,5,19,33,34,35,38,42,43,44,45,49",
+ "endColumns": "134,134,74,86,12,12,118,126,12,12,114,106,112,12",
+ "endOffsets": "185,320,395,482,1220,1970,2089,2216,2438,2662,2777,2884,2997,3227"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json
new file mode 100644
index 000000000..4537856e3
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json
@@ -0,0 +1,38 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-v24/values-v24.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-v24\\values-v24.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,212",
+ "endColumns": "156,134",
+ "endOffsets": "207,342"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-v24\\values-v24.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,9,12,15",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,140,239,326,427,626,839,1040",
+ "endLines": "2,3,4,5,8,11,14,17",
+ "endColumns": "84,98,86,100,10,10,10,10",
+ "endOffsets": "135,234,321,422,621,834,1035,1250"
+ },
+ "to": {
+ "startLines": "4,5,6,7,8,11,14,17",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "347,432,531,618,719,918,1131,1332",
+ "endLines": "4,5,6,7,10,13,16,19",
+ "endColumns": "84,98,86,100,10,10,10,10",
+ "endOffsets": "427,526,613,714,913,1126,1327,1542"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json
new file mode 100644
index 000000000..fc9f0051b
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-v25/values-v25.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-v25\\values-v25.xml",
+ "from": {
+ "startLines": "2,3,4,6",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,126,209,308",
+ "endLines": "2,3,5,7",
+ "endColumns": "70,82,12,12",
+ "endOffsets": "121,204,303,414"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json
new file mode 100644
index 000000000..f7b7997e5
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-v26/values-v26.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-v26\\values-v26.xml",
+ "from": {
+ "startLines": "2,3,4,8,12,16",
+ "startColumns": "4,4,4,4,4,4",
+ "startOffsets": "55,130,217,381,557,796",
+ "endLines": "2,3,7,11,15,16",
+ "endColumns": "74,86,12,12,12,92",
+ "endOffsets": "125,212,376,552,791,884"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json
new file mode 100644
index 000000000..46a9d17ef
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json
@@ -0,0 +1,47 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-v28/values-v28.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-v28\\values-v28.xml",
+ "from": {
+ "startLines": "2,3,4,8",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,130,217,397",
+ "endLines": "2,3,7,11",
+ "endColumns": "74,86,12,12",
+ "endOffsets": "125,212,392,584"
+ },
+ "to": {
+ "startLines": "14,15,16,20",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "1141,1216,1303,1483",
+ "endLines": "14,15,19,23",
+ "endColumns": "74,86,12,12",
+ "endOffsets": "1211,1298,1478,1670"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-v28\\values-v28.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,153,248,343,441,529,617,705,793,880,967,1054,1141",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,17",
+ "endColumns": "97,94,94,97,87,87,87,87,86,86,86,86,10",
+ "endOffsets": "148,243,338,436,524,612,700,788,875,962,1049,1136,1423"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,24",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,153,248,343,441,529,617,705,793,880,967,1054,1675",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,27",
+ "endColumns": "97,94,94,97,87,87,87,87,86,86,86,86,10",
+ "endOffsets": "148,243,338,436,524,612,700,788,875,962,1049,1136,1957"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v31.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v31.json
new file mode 100644
index 000000000..9907f519b
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v31.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-v31/values-v31.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-v31\\values-v31.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,224,270,317",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,149,243,336,430,524,618,712,806,900,994,1088,1181,1274,1376,1478,1579,1681,1783,1885,1987,2089,2191,2293,2395,2496,2597,2690,2783,2875,2968,3061,3154,3247,3340,3433,3526,3619,3711,3803,3898,3993,4087,4182,4277,4372,4467,4562,4657,4752,4847,4941,5035,5129,5223,5316,5410,5504,5598,5692,5786,5880,5974,6068,6161,6254,6357,6468,6576,6684,6790,6893,7006,7113,7230,7333,7452,7557,7672,7780,7896,7996,8106,8210,8324,8424,8540,8642,8754,8858,8970,9079,9188,9295,9400,9514,9623,9741,9845,9965,10072,10188,10297,10414,10515,10626,10731,10846,10947,11064,11167,11280,11371,11464,11559,11652,11745,11838,11931,12024,12117,12210,12303,12396,12489,12596,12705,12816,12925,13034,13143,13252,13361,13470,13579,13688,13797,13906,13997,14090,14185,14278,14371,14464,14557,14650,14743,14836,14929,15022,15115,15210,15307,15406,15503,15600,15697,15794,15891,15988,16085,16182,16279,16376,16469,16564,16661,16756,16851,16946,17041,17136,17231,17326,17421,17516,17611,21390,25192,29051",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,223,269,316,363",
+ "endColumns": "93,93,92,93,93,93,93,93,93,93,93,92,92,101,101,100,101,101,101,101,101,101,101,101,100,100,92,92,91,92,92,92,92,92,92,92,92,91,91,94,94,93,94,94,94,94,94,94,94,94,93,93,93,93,92,93,93,93,93,93,93,93,93,92,92,102,110,107,107,105,102,112,106,116,102,118,104,114,107,115,99,109,103,113,99,115,101,111,103,111,108,108,106,104,113,108,117,103,119,106,115,108,116,100,110,104,114,100,116,102,112,90,92,94,92,92,92,92,92,92,92,92,92,92,106,108,110,108,108,108,108,108,108,108,108,108,108,90,92,94,92,92,92,92,92,92,92,92,92,92,94,96,98,96,96,96,96,96,96,96,96,96,96,92,94,96,94,94,94,94,94,94,94,94,94,94,10,10,10,10",
+ "endOffsets": "144,238,331,425,519,613,707,801,895,989,1083,1176,1269,1371,1473,1574,1676,1778,1880,1982,2084,2186,2288,2390,2491,2592,2685,2778,2870,2963,3056,3149,3242,3335,3428,3521,3614,3706,3798,3893,3988,4082,4177,4272,4367,4462,4557,4652,4747,4842,4936,5030,5124,5218,5311,5405,5499,5593,5687,5781,5875,5969,6063,6156,6249,6352,6463,6571,6679,6785,6888,7001,7108,7225,7328,7447,7552,7667,7775,7891,7991,8101,8205,8319,8419,8535,8637,8749,8853,8965,9074,9183,9290,9395,9509,9618,9736,9840,9960,10067,10183,10292,10409,10510,10621,10726,10841,10942,11059,11162,11275,11366,11459,11554,11647,11740,11833,11926,12019,12112,12205,12298,12391,12484,12591,12700,12811,12920,13029,13138,13247,13356,13465,13574,13683,13792,13901,13992,14085,14180,14273,14366,14459,14552,14645,14738,14831,14924,15017,15110,15205,15302,15401,15498,15595,15692,15789,15886,15983,16080,16177,16274,16371,16464,16559,16656,16751,16846,16941,17036,17131,17226,17321,17416,17511,17606,21385,25187,29046,32928"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json
new file mode 100644
index 000000000..0e5a4479f
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-vi/values-vi.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-vi\\values-vi.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,212,314,423,507,610,729,807,883,974,1067,1162,1256,1356,1449,1544,1638,1729,1820,1904,2008,2116,2217,2322,2437,2542,2699,2798",
+ "endColumns": "106,101,108,83,102,118,77,75,90,92,94,93,99,92,94,93,90,90,83,103,107,100,104,114,104,156,98,84",
+ "endOffsets": "207,309,418,502,605,724,802,878,969,1062,1157,1251,1351,1444,1539,1633,1724,1815,1899,2003,2111,2212,2317,2432,2537,2694,2793,2878"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "315,422,524,633,717,820,939,1017,1093,1184,1277,1372,1466,1566,1659,1754,1848,1939,2030,2114,2218,2326,2427,2532,2647,2752,2909,7820",
+ "endColumns": "106,101,108,83,102,118,77,75,90,92,94,93,99,92,94,93,90,90,83,103,107,100,104,114,104,156,98,84",
+ "endOffsets": "417,519,628,712,815,934,1012,1088,1179,1272,1367,1461,1561,1654,1749,1843,1934,2025,2109,2213,2321,2422,2527,2642,2747,2904,3003,7900"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-vi\\values-vi.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,265,344,421,499,579,659,758,872,952,1015,1109,1183,1242,1328,1390,1451,1509,1573,1634,1688,1805,1862,1922,1976,2051,2178,2262,2340,2470,2554,2632,2723,2774,2825,2891,2959,3035,3116,3195,3270,3343,3419,3508,3585,3676,3770,3844,3914,4007,4056,4122,4207,4293,4355,4419,4482,4581,4686,4784,4889,4944,4999",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,78,76,77,79,79,98,113,79,62,93,73,58,85,61,60,57,63,60,53,116,56,59,53,74,126,83,77,129,83,77,90,50,50,65,67,75,80,78,74,72,75,88,76,90,93,73,69,92,48,65,84,85,61,63,62,98,104,97,104,54,54,77",
+ "endOffsets": "260,339,416,494,574,654,753,867,947,1010,1104,1178,1237,1323,1385,1446,1504,1568,1629,1683,1800,1857,1917,1971,2046,2173,2257,2335,2465,2549,2627,2718,2769,2820,2886,2954,3030,3111,3190,3265,3338,3414,3503,3580,3671,3765,3839,3909,4002,4051,4117,4202,4288,4350,4414,4477,4576,4681,4779,4884,4939,4994,5072"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3008,3087,3164,3242,3322,3402,3501,3615,3695,3758,3852,3926,3985,4071,4133,4194,4252,4316,4377,4431,4548,4605,4665,4719,4794,4921,5005,5083,5213,5297,5375,5466,5517,5568,5634,5702,5778,5859,5938,6013,6086,6162,6251,6328,6419,6513,6587,6657,6750,6799,6865,6950,7036,7098,7162,7225,7324,7429,7527,7632,7687,7742",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,78,76,77,79,79,98,113,79,62,93,73,58,85,61,60,57,63,60,53,116,56,59,53,74,126,83,77,129,83,77,90,50,50,65,67,75,80,78,74,72,75,88,76,90,93,73,69,92,48,65,84,85,61,63,62,98,104,97,104,54,54,77",
+ "endOffsets": "310,3082,3159,3237,3317,3397,3496,3610,3690,3753,3847,3921,3980,4066,4128,4189,4247,4311,4372,4426,4543,4600,4660,4714,4789,4916,5000,5078,5208,5292,5370,5461,5512,5563,5629,5697,5773,5854,5933,6008,6081,6157,6246,6323,6414,6508,6582,6652,6745,6794,6860,6945,7031,7093,7157,7220,7319,7424,7522,7627,7682,7737,7815"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-vi\\values-vi.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7905",
+ "endColumns": "100",
+ "endOffsets": "8001"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w320dp-land-v13.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w320dp-land-v13.json
new file mode 100644
index 000000000..d02a0f644
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w320dp-land-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-w320dp-land-v13/values-w320dp-land-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-w320dp-land-v13\\values-w320dp-land-v13.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,110",
+ "endColumns": "54,61",
+ "endOffsets": "105,167"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w360dp-port-v13.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w360dp-port-v13.json
new file mode 100644
index 000000000..cd6c1c44a
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w360dp-port-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-w360dp-port-v13/values-w360dp-port-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-w360dp-port-v13\\values-w360dp-port-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,114,170,226,293,358,413,478",
+ "endColumns": "58,55,55,66,64,54,64,68",
+ "endOffsets": "109,165,221,288,353,408,473,542"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w480dp-port-v13.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w480dp-port-v13.json
new file mode 100644
index 000000000..c1597e660
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w480dp-port-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-w480dp-port-v13/values-w480dp-port-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-w480dp-port-v13\\values-w480dp-port-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,114,170,226,293,358,413,478",
+ "endColumns": "58,55,55,66,64,54,64,68",
+ "endOffsets": "109,165,221,288,353,408,473,542"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w600dp-land-v13.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w600dp-land-v13.json
new file mode 100644
index 000000000..a4c8d65d1
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w600dp-land-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-w600dp-land-v13/values-w600dp-land-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-w600dp-land-v13\\values-w600dp-land-v13.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "54",
+ "endOffsets": "105"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json
new file mode 100644
index 000000000..10ea693f9
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-watch-v20/values-watch-v20.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-watch-v20\\values-watch-v20.xml",
+ "from": {
+ "startLines": "2,5,8",
+ "startColumns": "4,4,4",
+ "startOffsets": "55,214,385",
+ "endLines": "4,7,10",
+ "endColumns": "12,12,12",
+ "endOffsets": "209,380,553"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json
new file mode 100644
index 000000000..131cf81bf
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-watch-v21/values-watch-v21.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-watch-v21\\values-watch-v21.xml",
+ "from": {
+ "startLines": "2,6,10",
+ "startColumns": "4,4,4",
+ "startOffsets": "55,271,499",
+ "endLines": "5,9,13",
+ "endColumns": "12,12,12",
+ "endOffsets": "266,494,724"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json
new file mode 100644
index 000000000..c90bb9407
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-xlarge-v4/values-xlarge-v4.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-xlarge-v4\\values-xlarge-v4.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7",
+ "startColumns": "4,4,4,4,4,4",
+ "startOffsets": "55,126,197,267,337,405",
+ "endColumns": "70,70,69,69,67,67",
+ "endOffsets": "121,192,262,332,400,468"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json
new file mode 100644
index 000000000..b13a8fc4e
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-zh-rCN/values-zh-rCN.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7221",
+ "endColumns": "100",
+ "endOffsets": "7317"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,247,311,373,443,513,590,681,787,860,922,999,1058,1117,1195,1256,1313,1369,1428,1486,1540,1625,1681,1739,1793,1858,1950,2024,2100,2222,2284,2346,2425,2475,2526,2592,2656,2725,2803,2864,2935,3002,3062,3141,3208,3291,3376,3450,3515,3591,3639,3703,3779,3857,3919,3983,4046,4126,4202,4280,4357,4411,4466",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,63,61,69,69,76,90,105,72,61,76,58,58,77,60,56,55,58,57,53,84,55,57,53,64,91,73,75,121,61,61,78,49,50,65,63,68,77,60,70,66,59,78,66,82,84,73,64,75,47,63,75,77,61,63,62,79,75,77,76,53,54,68",
+ "endOffsets": "242,306,368,438,508,585,676,782,855,917,994,1053,1112,1190,1251,1308,1364,1423,1481,1535,1620,1676,1734,1788,1853,1945,2019,2095,2217,2279,2341,2420,2470,2521,2587,2651,2720,2798,2859,2930,2997,3057,3136,3203,3286,3371,3445,3510,3586,3634,3698,3774,3852,3914,3978,4041,4121,4197,4275,4352,4406,4461,4530"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2854,2918,2980,3050,3120,3197,3288,3394,3467,3529,3606,3665,3724,3802,3863,3920,3976,4035,4093,4147,4232,4288,4346,4400,4465,4557,4631,4707,4829,4891,4953,5032,5082,5133,5199,5263,5332,5410,5471,5542,5609,5669,5748,5815,5898,5983,6057,6122,6198,6246,6310,6386,6464,6526,6590,6653,6733,6809,6887,6964,7018,7073",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,63,61,69,69,76,90,105,72,61,76,58,58,77,60,56,55,58,57,53,84,55,57,53,64,91,73,75,121,61,61,78,49,50,65,63,68,77,60,70,66,59,78,66,82,84,73,64,75,47,63,75,77,61,63,62,79,75,77,76,53,54,68",
+ "endOffsets": "292,2913,2975,3045,3115,3192,3283,3389,3462,3524,3601,3660,3719,3797,3858,3915,3971,4030,4088,4142,4227,4283,4341,4395,4460,4552,4626,4702,4824,4886,4948,5027,5077,5128,5194,5258,5327,5405,5466,5537,5604,5664,5743,5810,5893,5978,6052,6117,6193,6241,6305,6381,6459,6521,6585,6648,6728,6804,6882,6959,7013,7068,7137"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-zh-rCN\\values-zh-rCN.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,200,295,395,477,574,680,757,832,923,1016,1113,1209,1303,1396,1491,1583,1674,1765,1843,1939,2034,2129,2226,2322,2420,2568,2662",
+ "endColumns": "94,94,99,81,96,105,76,74,90,92,96,95,93,92,94,91,90,90,77,95,94,94,96,95,97,147,93,78",
+ "endOffsets": "195,290,390,472,569,675,752,827,918,1011,1108,1204,1298,1391,1486,1578,1669,1760,1838,1934,2029,2124,2221,2317,2415,2563,2657,2736"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "297,392,487,587,669,766,872,949,1024,1115,1208,1305,1401,1495,1588,1683,1775,1866,1957,2035,2131,2226,2321,2418,2514,2612,2760,7142",
+ "endColumns": "94,94,99,81,96,105,76,74,90,92,96,95,93,92,94,91,90,90,77,95,94,94,96,95,97,147,93,78",
+ "endOffsets": "387,482,582,664,761,867,944,1019,1110,1203,1300,1396,1490,1583,1678,1770,1861,1952,2030,2126,2221,2316,2413,2509,2607,2755,2849,7216"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json
new file mode 100644
index 000000000..fe95d791e
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-zh-rHK/values-zh-rHK.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7211",
+ "endColumns": "100",
+ "endOffsets": "7307"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,247,310,371,438,507,584,674,781,854,916,994,1053,1111,1189,1250,1307,1363,1422,1480,1534,1620,1676,1734,1788,1853,1946,2020,2098,2218,2281,2344,2421,2471,2522,2588,2652,2721,2796,2857,2928,2995,3055,3135,3198,3281,3366,3440,3505,3581,3629,3693,3769,3847,3909,3973,4036,4116,4191,4267,4343,4397,4452",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,62,60,66,68,76,89,106,72,61,77,58,57,77,60,56,55,58,57,53,85,55,57,53,64,92,73,77,119,62,62,76,49,50,65,63,68,74,60,70,66,59,79,62,82,84,73,64,75,47,63,75,77,61,63,62,79,74,75,75,53,54,68",
+ "endOffsets": "242,305,366,433,502,579,669,776,849,911,989,1048,1106,1184,1245,1302,1358,1417,1475,1529,1615,1671,1729,1783,1848,1941,2015,2093,2213,2276,2339,2416,2466,2517,2583,2647,2716,2791,2852,2923,2990,3050,3130,3193,3276,3361,3435,3500,3576,3624,3688,3764,3842,3904,3968,4031,4111,4186,4262,4338,4392,4447,4516"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2858,2921,2982,3049,3118,3195,3285,3392,3465,3527,3605,3664,3722,3800,3861,3918,3974,4033,4091,4145,4231,4287,4345,4399,4464,4557,4631,4709,4829,4892,4955,5032,5082,5133,5199,5263,5332,5407,5468,5539,5606,5666,5746,5809,5892,5977,6051,6116,6192,6240,6304,6380,6458,6520,6584,6647,6727,6802,6878,6954,7008,7063",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,62,60,66,68,76,89,106,72,61,77,58,57,77,60,56,55,58,57,53,85,55,57,53,64,92,73,77,119,62,62,76,49,50,65,63,68,74,60,70,66,59,79,62,82,84,73,64,75,47,63,75,77,61,63,62,79,74,75,75,53,54,68",
+ "endOffsets": "292,2916,2977,3044,3113,3190,3280,3387,3460,3522,3600,3659,3717,3795,3856,3913,3969,4028,4086,4140,4226,4282,4340,4394,4459,4552,4626,4704,4824,4887,4950,5027,5077,5128,5194,5258,5327,5402,5463,5534,5601,5661,5741,5804,5887,5972,6046,6111,6187,6235,6299,6375,6453,6515,6579,6642,6722,6797,6873,6949,7003,7058,7127"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-zh-rHK\\values-zh-rHK.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,200,293,393,475,572,680,757,832,924,1018,1109,1205,1300,1394,1490,1582,1674,1766,1844,1940,2035,2130,2227,2323,2421,2572,2666",
+ "endColumns": "94,92,99,81,96,107,76,74,91,93,90,95,94,93,95,91,91,91,77,95,94,94,96,95,97,150,93,78",
+ "endOffsets": "195,288,388,470,567,675,752,827,919,1013,1104,1200,1295,1389,1485,1577,1669,1761,1839,1935,2030,2125,2222,2318,2416,2567,2661,2740"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "297,392,485,585,667,764,872,949,1024,1116,1210,1301,1397,1492,1586,1682,1774,1866,1958,2036,2132,2227,2322,2419,2515,2613,2764,7132",
+ "endColumns": "94,92,99,81,96,107,76,74,91,93,90,95,94,93,95,91,91,91,77,95,94,94,96,95,97,150,93,78",
+ "endOffsets": "387,480,580,662,759,867,944,1019,1111,1205,1296,1392,1487,1581,1677,1769,1861,1953,2031,2127,2222,2317,2414,2510,2608,2759,2853,7206"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json
new file mode 100644
index 000000000..8cd54fb7c
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-zh-rTW/values-zh-rTW.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,247,311,373,440,510,587,681,788,861,923,1001,1061,1121,1199,1260,1318,1374,1434,1492,1546,1631,1687,1745,1799,1864,1956,2030,2107,2227,2290,2353,2430,2480,2531,2597,2660,2728,2806,2867,2938,3005,3067,3146,3211,3294,3379,3453,3517,3593,3641,3705,3781,3859,3921,3985,4048,4128,4205,4281,4358,4412,4467",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,63,61,66,69,76,93,106,72,61,77,59,59,77,60,57,55,59,57,53,84,55,57,53,64,91,73,76,119,62,62,76,49,50,65,62,67,77,60,70,66,61,78,64,82,84,73,63,75,47,63,75,77,61,63,62,79,76,75,76,53,54,68",
+ "endOffsets": "242,306,368,435,505,582,676,783,856,918,996,1056,1116,1194,1255,1313,1369,1429,1487,1541,1626,1682,1740,1794,1859,1951,2025,2102,2222,2285,2348,2425,2475,2526,2592,2655,2723,2801,2862,2933,3000,3062,3141,3206,3289,3374,3448,3512,3588,3636,3700,3776,3854,3916,3980,4043,4123,4200,4276,4353,4407,4462,4531"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,2863,2927,2989,3056,3126,3203,3297,3404,3477,3539,3617,3677,3737,3815,3876,3934,3990,4050,4108,4162,4247,4303,4361,4415,4480,4572,4646,4723,4843,4906,4969,5046,5096,5147,5213,5276,5344,5422,5483,5554,5621,5683,5762,5827,5910,5995,6069,6133,6209,6257,6321,6397,6475,6537,6601,6664,6744,6821,6897,6974,7028,7083",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,63,61,66,69,76,93,106,72,61,77,59,59,77,60,57,55,59,57,53,84,55,57,53,64,91,73,76,119,62,62,76,49,50,65,62,67,77,60,70,66,61,78,64,82,84,73,63,75,47,63,75,77,61,63,62,79,76,75,76,53,54,68",
+ "endOffsets": "292,2922,2984,3051,3121,3198,3292,3399,3472,3534,3612,3672,3732,3810,3871,3929,3985,4045,4103,4157,4242,4298,4356,4410,4475,4567,4641,4718,4838,4901,4964,5041,5091,5142,5208,5271,5339,5417,5478,5549,5616,5678,5757,5822,5905,5990,6064,6128,6204,6252,6316,6392,6470,6532,6596,6659,6739,6816,6892,6969,7023,7078,7147"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-zh-rTW\\values-zh-rTW.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,200,293,393,475,572,680,757,832,924,1018,1115,1211,1306,1400,1496,1588,1680,1772,1850,1946,2041,2136,2233,2329,2427,2577,2671",
+ "endColumns": "94,92,99,81,96,107,76,74,91,93,96,95,94,93,95,91,91,91,77,95,94,94,96,95,97,149,93,78",
+ "endOffsets": "195,288,388,470,567,675,752,827,919,1013,1110,1206,1301,1395,1491,1583,1675,1767,1845,1941,2036,2131,2228,2324,2422,2572,2666,2745"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "297,392,485,585,667,764,872,949,1024,1116,1210,1307,1403,1498,1592,1688,1780,1872,1964,2042,2138,2233,2328,2425,2521,2619,2769,7152",
+ "endColumns": "94,92,99,81,96,107,76,74,91,93,96,95,94,93,95,91,91,91,77,95,94,94,96,95,97,149,93,78",
+ "endOffsets": "387,480,580,662,759,867,944,1019,1111,1205,1302,1398,1493,1587,1683,1775,1867,1959,2037,2133,2228,2323,2420,2516,2614,2764,2858,7226"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "7231",
+ "endColumns": "100",
+ "endOffsets": "7327"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json
new file mode 100644
index 000000000..8bd1cb030
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values-zu/values-zu.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values-zu\\values-zu.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,213,320,432,520,623,738,817,894,985,1078,1173,1267,1367,1460,1555,1649,1740,1833,1914,2018,2121,2219,2326,2433,2538,2695,2791",
+ "endColumns": "107,106,111,87,102,114,78,76,90,92,94,93,99,92,94,93,90,92,80,103,102,97,106,106,104,156,95,81",
+ "endOffsets": "208,315,427,515,618,733,812,889,980,1073,1168,1262,1362,1455,1550,1644,1735,1828,1909,2013,2116,2214,2321,2428,2533,2690,2786,2868"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,95",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "321,429,536,648,736,839,954,1033,1110,1201,1294,1389,1483,1583,1676,1771,1865,1956,2049,2130,2234,2337,2435,2542,2649,2754,2911,8077",
+ "endColumns": "107,106,111,87,102,114,78,76,90,92,94,93,99,92,94,93,90,92,80,103,102,97,106,106,104,156,95,81",
+ "endOffsets": "424,531,643,731,834,949,1028,1105,1196,1289,1384,1478,1578,1671,1766,1860,1951,2044,2125,2229,2332,2430,2537,2644,2749,2906,3002,8154"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values-zu\\values-zu.xml",
+ "from": {
+ "startLines": "2,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "100,271,349,426,503,597,685,797,923,1004,1071,1174,1249,1312,1404,1475,1540,1607,1679,1751,1805,1926,1985,2049,2103,2180,2312,2397,2478,2627,2714,2797,2889,2945,3003,3069,3141,3218,3309,3389,3468,3543,3622,3712,3785,3879,3976,4050,4123,4222,4277,4345,4433,4522,4584,4648,4711,4820,4925,5028,5137,5197,5259",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67",
+ "endColumns": "12,77,76,76,93,87,111,125,80,66,102,74,62,91,70,64,66,71,71,53,120,58,63,53,76,131,84,80,148,86,82,91,55,57,65,71,76,90,79,78,74,78,89,72,93,96,73,72,98,54,67,87,88,61,63,62,108,104,102,108,59,61,81",
+ "endOffsets": "266,344,421,498,592,680,792,918,999,1066,1169,1244,1307,1399,1470,1535,1602,1674,1746,1800,1921,1980,2044,2098,2175,2307,2392,2473,2622,2709,2792,2884,2940,2998,3064,3136,3213,3304,3384,3463,3538,3617,3707,3780,3874,3971,4045,4118,4217,4272,4340,4428,4517,4579,4643,4706,4815,4920,5023,5132,5192,5254,5336"
+ },
+ "to": {
+ "startLines": "2,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,3007,3085,3162,3239,3333,3421,3533,3659,3740,3807,3910,3985,4048,4140,4211,4276,4343,4415,4487,4541,4662,4721,4785,4839,4916,5048,5133,5214,5363,5450,5533,5625,5681,5739,5805,5877,5954,6045,6125,6204,6279,6358,6448,6521,6615,6712,6786,6859,6958,7013,7081,7169,7258,7320,7384,7447,7556,7661,7764,7873,7933,7995",
+ "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94",
+ "endColumns": "12,77,76,76,93,87,111,125,80,66,102,74,62,91,70,64,66,71,71,53,120,58,63,53,76,131,84,80,148,86,82,91,55,57,65,71,76,90,79,78,74,78,89,72,93,96,73,72,98,54,67,87,88,61,63,62,108,104,102,108,59,61,81",
+ "endOffsets": "316,3080,3157,3234,3328,3416,3528,3654,3735,3802,3905,3980,4043,4135,4206,4271,4338,4410,4482,4536,4657,4716,4780,4834,4911,5043,5128,5209,5358,5445,5528,5620,5676,5734,5800,5872,5949,6040,6120,6199,6274,6353,6443,6516,6610,6707,6781,6854,6953,7008,7076,7164,7253,7315,7379,7442,7551,7656,7759,7868,7928,7990,8072"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values-zu\\values-zu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "96",
+ "startColumns": "4",
+ "startOffsets": "8159",
+ "endColumns": "100",
+ "endOffsets": "8255"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json
new file mode 100644
index 000000000..4cc79d3fc
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json
@@ -0,0 +1,407 @@
+{
+ "logs": [
+ {
+ "outputFile": "com.example.newrevive.app-mergeDebugResources-36:/values/values.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\ba1adc2e168544d23120aab62933f31a\\transformed\\material-1.8.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1173,1176,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1237,1238,1239,1240,1241,1245,1249,1253,1257,1265,1272,1280,1283,1293,1302,1311,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1335,1336,1340,1341,1347,1351,1352,1353,1354,1364,1365,1366,1370,1371,1377,1381,1382,1385,1386,1390,1391,1394,1395,1396,1397,1638,1644,1882,1888,2129,2135,2373,2379,2442,2524,2576,2658,2720,2802,2866,2918,3000,3007,3013,3024,3028,3032,3045,3060,3076,3083,3089,3103,3116,3136,3153,3162,3167,3174,3194,3207,3224,3230,3236,3243,3247,3253,3266,3269,3279,3280,3281,3329,3333,3337,3341,3342,3343,3346,3360,3367,3381,3423,3424,3429,3433,3437,3442,3449,3455,3456,3459,3463,3468,3480,3484,3489,3494,3499,3502,3505,3508,3512,3516,3517,3518,3519,3520,3521,3522,3523,3524,3525,3526,3527,3528,3529,3530,3534,3538,3542,3546,3550,3554,3558,3559,3560,3561,3562,3563,3564,3565,3569,3573,3574,3578,3579,3582,3585,3588,3591,3595,3598,3601,3605,3609,3613,3617,3620,3623,3624,3625,3628,3632,3635,3638,3641,3644,3647,3650,3654,3657,3658,3661,3664,3665,3668,3669,3670,3674,3675,3680,3688,3696,3704,3712,3720,3728,3736,3744,3752,3761,3770,3779,3787,3796,3805,3808,3811,3812,3813,3814,3815,3816,3817,3818,3819,3820,3821,3822,3823,3826,3831,3836,3839,3840,3841,3842,3843,3851,3859,3860,3868,3872,3880,3888,3896,3904,3912,3913,3921,3929,3930,3933,3936,3938,3943,3945,3950,3954,3958,3959,3960,3961,3965,3969,3970,3974,3975,3976,3977,3978,3979,3980,3981,3982,3983,3984,3985,3986,3987,3988,3989,3993,3997,3998,4002,4003,4004,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023,4024,4025,4026,4027,4028,4029,4033,4034,4035,4041,4042,4046,4048,4049,4054,4055,4056,4057,4058,4059,4063,4064,4065,4071,4072,4076,4078,4082,4086,4090,4094,4095,4096,4097,4100,4103,4106,4109,4112,4117,4121,4122,4127,4131,4135,4139,4143,4148,4152,4157,4161,4165,4199,4200,4201,4202,4203,4207,4208,4209,4210,4214,4218,4222,4226,4230,4234,4238,4242,4248,4249,4283,4297,4302,4328,4335,4338,4349,4354,4357,4389,4395,4396,4399,4402,4405,4408,4411,4414,4418,4421,4422,4423,4431,4439,4442,4447,4452,4457,4462,4466,4470,4471,4479,4480,4481,4482,4483,4491,4496,4501,4502,4503,4504,4529,4535,4540,4543,4547,4550,4554,4564,4567,4572,4575,4579,4583,4591,4605,4618,4622,4637,4648,4651,4662,4667,4671,4706,4707,4708,4715,4722,4729,4736,4743,4754,4781,4786,4806,4809,4816,4829,4838,4841,4861,4871,4875,4879,4892,4896,4900,4904,4910,4914,4931,4939,4943,4947,4951,4954,4958,4962,4966,4973,4977,4978,4982,5008,5018,5043,5052,5072,5082,5086,5096,5121,5131,5134,5138,5139,5140,5141,5145,5149,5153,5154,5166,5167,5168,5171,5174,5177,5180,5183,5186,5189,5192,5195,5198,5201,5204,5207,5210,5213,5216,5219,5222,5225,5228,5231,5232,5237,5238,5250,5258,5262,5267,5272,5276,5279,5283,5287,5290,5293,5296,5300,5305,5310,5313,5320,5324,5328,5336,5341,5346,5347,5351,5354,5357,5369,5374,5384,5387,5391,5405,5409,5414,5430,5437,5463,5466,5469,5472,5475,5478,5481,5499,5504,5511,5518,5527,5534,5539,5550,5554,5561,5564,5569,5570,5571,5572,5576,5580,5584,5588,5621,5624,5628,5632,5663,5666,5670,5674,5683,5689,5692,5701,5705,5706,5713,5717,5724,5725,5726,5729,5734,5739,5740,5744,5752,5771,5775,5776,5788,5798,5799,5811,5816,5840,5843,5849,5852,5861,5869,5873,5876,5879,5882,5886,5889,5906,5910,5913,5928,5931,5939,5944,5951,5956,5957,5962,5963,5969,5975,5981,6013,6024,6041,6048,6052,6055,6067,6076,6080,6085,6089,6093,6097,6101,6105,6109,6113,6118,6121,6133,6138,6147,6150,6157,6158,6162,6171,6177,6181,6182,6186,6207,6213,6217,6221,6222,6240,6241,6242,6243,6244,6249,6252,6253,6259,6260,6272,6284,6291,6292,6297,6302,6303,6307,6321,6326,6332,6338,6344,6349,6355,6361,6362,6367,6382,6387,6396,6405,6408,6422,6427,6438,6442,6451,6460,6461,6468,6476,6493,6503,6550,6581,6627,6684,6692,6750,6859,6879,6900,6906,6914,7020,7034,7057,7063,7107,7111,7117,7123,7133,7165,7171,7179,7192,7248,7259,7271,7283,7321,7368,7374,7386,7392,7398,7448,7453,7458,7464,7499,7511,7553,7576,7637,7642,7648,7651,7655,7703,7741,7759,7777,7830,7838,7862,7866,7874,7967,7971,8245,8253,8263,8264,8265,8266,8267,8268,8269,8270,8271,8272,8273,8274,8275,8276,8277,8278,8279,8280,8281,8282,8283,8284,8285,8286,8287,8288,8289,8290,8291,8292,8293,8294,8295,8296,8297,8298,8299,8300,8301,8302,8303,8304,8305,8306,8307,8308,8309,8310,8311,8312,8313,8314,8315,8316,8317,8318,8319,8320,8321,8322,8323,8324,8325,8326,8327,8328,8329,8330,8331,8332,8333,8334,8335,8336,8337,8338,8339,8340,8341,8342,8343,8344,8345,8346,8347,8348,8349,8350,8351,8352,8353,8354,8355,8356,8357,8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,8368,8369,8370,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8385,8386,8387,8388,8389,8390,8391,8392,8393,8394,8395,8396,8397,8398,8399,8400,8401,8402,8403,8404,8405,8406,8407,8408,8409,8410,8411,8412,8413,8414,8415,8416,8417,8418,8419,8420,8421,8422,8423,8424,8425,8426,8427,8428,8429,8430,8431,8432,8433,8434,8435,8436,8437,8438,8439,8440,8441,8442,8443,8444,8445,8446,8447,8448,8449,8450,8451,8452,8453,8454,8455,8456,8457,8458,8459,8460,8461,8462,8463,8464,8465,8466,8467",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,206,255,310,366,426,487,552,607,657,707,760,818,866,935,983,1054,1126,1198,1271,1338,1387,1441,1478,1529,1589,1636,1692,1741,1799,1855,1906,1966,2015,2071,2127,2177,2236,2283,2337,2393,2447,2501,2555,2604,2662,2718,2765,2819,2873,2921,2978,3032,3088,3151,3213,3269,3329,3382,3443,3522,3603,3675,3754,3834,3910,3988,4057,4133,4210,4281,4354,4430,4508,4577,4653,4730,4794,4865,4937,4988,5041,5096,5163,5216,5268,5318,5376,5441,5489,5540,5607,5673,5731,5800,5858,5927,5997,6070,6144,6212,6279,6349,6415,6488,6548,6624,6684,6744,6819,6887,6953,7021,7081,7140,7197,7263,7325,7382,7450,7523,7593,7655,7716,7784,7846,7902,7961,8023,8085,8152,8209,8270,8331,8392,8453,8509,8565,8621,8677,8735,8793,8851,8909,8966,9023,9080,9137,9196,9255,9313,9396,9479,9552,9606,9675,9731,9812,9893,9964,10093,10146,10204,10262,10320,10366,10426,10480,10550,10620,10685,10751,10816,10884,10953,11021,11151,11204,11263,11321,11373,11423,11475,11521,11571,11627,11674,11732,11790,11852,11915,11977,12036,12096,12161,12227,12292,12354,12416,12478,12540,12602,12664,12730,12797,12863,12926,12990,13053,13121,13182,13244,13306,13369,13433,13496,13560,13638,13697,13763,13843,13904,13957,14015,14066,14111,14175,14234,14296,14370,14441,14507,14581,14650,14721,14794,14865,14933,15006,15082,15152,15230,15298,15364,15425,15494,15558,15624,15692,15758,15821,15889,15960,16025,16098,16161,16242,16306,16372,16442,16512,16582,16652,16719,16776,16834,16893,16953,17012,17071,17130,17189,17248,17307,17366,17425,17484,17543,17603,17664,17726,17787,17848,17909,17970,18031,18092,18153,18214,18275,18336,18404,18473,18543,18612,18681,18750,18819,18888,18957,19026,19095,19164,19233,19293,19354,19416,19477,19538,19599,19660,19721,19782,19843,19904,19965,20026,20088,20151,20215,20278,20341,20404,20467,20530,20593,20656,20719,20782,20845,20906,20968,21031,21093,21155,21217,21279,21341,21403,21465,21527,21589,21651,21708,21795,21875,21965,22060,22152,22244,22334,22417,22510,22597,22694,22785,22886,22973,23076,23165,23264,23356,23456,23540,23634,23722,23820,23904,24004,24090,24186,24274,24355,24446,24542,24635,24728,24819,24904,24998,25087,25185,25278,25380,25468,25572,25663,25763,25856,25957,26042,26137,26226,26325,26410,26511,26598,26695,26761,26837,26906,26985,27058,27126,27204,27280,27351,27432,27505,27588,27663,27748,27821,27902,27983,28057,28141,28211,28291,28369,28441,28523,28593,28671,28749,28827,28898,28979,29044,29110,29163,29239,29305,29392,29468,29544,29609,29664,29718,29797,29875,29948,30013,30076,30142,30213,30284,30354,30416,30485,30551,30611,30678,30745,30801,30852,30905,30957,31011,31082,31145,31204,31266,31325,31398,31465,31535,31595,31658,31733,31805,31901,31972,32028,32099,32156,32213,32279,32343,32414,32471,32524,32587,32639,32697,32764,32833,32899,32958,33041,33100,33157,33224,33294,33368,33430,33499,33569,33623,33676,33730,33789,33835,33892,33959,34015,34080,34154,34238,34311,34376,34438,34494,34568,34651,34740,34804,34883,34957,35019,35115,35180,35239,35295,35351,35411,35518,35565,35625,35686,35750,35811,35871,35929,35972,36021,36073,36124,36176,36225,36274,36339,36405,36465,36526,36582,36641,36716,36773,36857,36914,36989,37064,37115,37183,37233,37295,37355,37412,37472,37521,37589,37695,37797,37866,37937,38037,38108,38218,38307,38363,38464,38574,38680,38757,38869,38996,39108,39235,39305,39419,39550,39647,39715,39833,39936,40054,40115,40189,40256,40361,40483,40557,40624,40734,40833,40906,41023,41091,41197,41299,41379,41450,41546,41613,41687,41761,41847,41935,42014,42092,42193,42264,42329,42441,42547,42615,42728,42841,42959,43037,43109,43245,43381,43466,43606,43682,43820,43958,44100,44182,44244,44340,44407,44524,44645,44742,44824,44911,44998,45129,45260,45395,45506,45620,45722,45818,45922,45989,46061,46171,46277,46350,46441,46543,46646,46741,46848,46953,47075,47197,47323,47382,47440,47564,47688,47816,47934,48052,48174,48255,48312,48373,48432,48492,48550,48611,48669,48719,48768,48835,48894,48953,49002,49077,49148,49217,49280,49348,49414,49482,49547,49613,49690,49768,49874,49980,50076,50205,50294,50421,50487,50556,50622,50720,50816,50912,51010,51119,51214,51303,51365,51425,51490,51547,51628,51682,51739,51836,51946,52033,52123,52175,52267,52360,52462,52518,52577,52626,52718,52767,52821,52875,52929,52983,53037,53092,53202,53312,53422,53532,53642,53752,53862,53972,54078,54184,54290,54396,54491,54586,54681,54776,54882,54988,55094,55200,55295,55390,55485,55580,55688,55796,55904,56012,56109,56206,56303,56400,56508,56616,56724,56832,56930,57026,57122,57220,57285,57373,57431,57495,57556,57618,57678,57740,57808,57866,57929,57992,58059,58134,58207,58273,58325,58378,58430,58487,58571,58666,58751,58832,58912,58989,59068,59145,59219,59293,59364,59444,59516,59591,59656,59717,59777,59852,59926,60003,60076,60146,60218,60288,60361,60425,60495,60543,60612,60664,60749,60832,60890,60956,61023,61089,61170,61245,61301,61354,61415,61473,61523,61572,61621,61670,61732,61784,61829,61910,61961,62015,62068,62122,62173,62222,62288,62339,62400,62461,62523,62573,62614,62691,62750,62809,62868,62929,62985,63041,63108,63169,63234,63289,63354,63423,63491,63569,63638,63698,63769,63843,63908,63980,64050,64117,64201,64270,64337,64407,64470,64537,64605,64688,64767,64857,64934,65002,65069,65147,65204,65261,65329,65395,65451,65511,65570,65624,65674,65724,65772,65834,65885,65958,66038,66118,66182,66249,66320,66378,66439,66505,66564,66631,66691,66751,66814,66882,66943,67010,67088,67158,67207,67264,67333,67394,67482,67570,67658,67746,67833,67920,68007,68094,68152,68226,68296,68352,68423,68488,68550,68625,68698,68788,68854,68920,68981,69045,69107,69165,69236,69319,69378,69449,69515,69580,69641,69700,69771,69837,69902,69985,70061,70136,70217,70277,70346,70416,70485,70540,70596,70652,70713,70771,70827,70882,70944,71001,71095,71164,71265,71316,71386,71449,71505,71563,71617,71703,71787,71857,71926,71996,72111,72232,72299,72366,72441,72508,72567,72621,72675,72729,72782,72834,72908,73045,73185,73234,73284,73334,73382,73438,73496,73558,73613,73671,73742,73806,73865,73927,73993,74059,74102,74146,74191,74234,74285,74332,74377,74428,74479,74530,74581,74629,74695,74757,74820,74892,74949,75004,75062,75117,75176,75232,75301,75370,75439,75509,75572,75635,75698,75761,75826,75891,75956,76021,76084,76148,76212,76276,76342,76408,76476,76544,76610,76677,76751,76814,76871,76931,76996,77063,77128,77185,77246,77304,77408,77519,77628,77732,77810,77875,77942,78008,78078,78125,78177,78227,78284,78604,78754,78885,79069,79247,79485,79674,79843,79941,80056,80141,80220,80380,80445,80534,80691,80848,81001,81155,81214,81380,81505,81630,81800,81910,82031,82152,82262,82374,82497,82620,82702,82875,83043,83191,83350,83505,83678,83795,83912,84080,84192,84306,84478,84654,84812,84945,85057,85203,85355,85487,85630,85752,85930,86066,86162,86298,86393,86560,86653,86745,86932,87088,87266,87430,87612,87929,88111,88293,88483,88715,88905,89082,89244,89401,89511,89694,89831,90051,90235,90419,90579,90737,90921,91148,91351,91522,91742,91964,92119,92319,92503,92606,92796,92937,93102,93273,93473,93677,93879,94044,94249,94448,94647,94844,94935,95084,95234,95318,95467,95612,95764,95905,96071,96232,96310,96611,96777,96932,97034,97192,97356,97542,97765,97890,98167,98439,98705,98990,99441,99897,100406,100554,101068,101505,101939,102382,102467,102588,102687,102804,102891,103014,103115,103234,103327,103434,103777,103884,104129,104250,104659,104907,105007,105112,105231,105740,105887,106006,106257,106390,106805,107059,107171,107418,107543,107860,107981,108209,108330,108463,108610,127271,127698,146108,146532,165231,165660,184108,184534,189375,194792,198883,204314,209056,214433,218417,222409,227800,228282,228715,229471,229701,229944,231077,232006,232910,233374,233767,234847,235591,236784,237768,238246,238539,238922,240437,241202,242345,242786,243227,243703,243977,244374,245305,245483,246236,246373,246464,248658,248924,249246,249456,249565,249684,249868,250840,251310,252061,254538,254633,254932,255160,255388,255647,256223,256577,256699,256838,257112,257372,258242,258528,258931,259333,259676,259888,260089,260302,260591,260876,260949,261036,261121,261220,261343,261466,261597,261714,261834,261966,262080,262198,262311,262432,262620,262807,262988,263171,263355,263536,263718,263838,263958,264066,264176,264288,264396,264506,264671,264837,264964,265129,265230,265350,265511,265674,265835,266002,266121,266238,266418,266600,266781,266964,267119,267251,267373,267508,267671,267864,267990,268142,268284,268454,268610,268782,269073,269268,269360,269533,269695,269790,269959,270053,270142,270385,270474,270767,271230,271697,272165,272638,273102,273565,274029,274494,274955,275423,275894,276364,276822,277291,277761,277951,278130,278236,278344,278450,278562,278676,278788,278902,279018,279132,279240,279350,279458,279654,280033,280437,280584,280692,280802,280910,281024,281433,281847,281963,282381,282622,283052,283487,283897,284319,284729,284851,285260,285676,285798,286016,286200,286268,286612,286692,287048,287198,287342,287418,287530,287620,287882,288147,288246,288398,288506,288582,288694,288784,288886,288994,289102,289202,289310,289395,289499,289586,289664,289778,289870,290134,290401,290502,290655,290765,290849,291238,291336,291444,291538,291668,291776,291898,292034,292142,292262,292396,292518,292646,292788,292914,293054,293180,293298,293430,293528,293638,293938,294050,294168,294632,294748,295051,295177,295273,295674,295784,295908,296046,296156,296278,296590,296714,296844,297320,297448,297763,297901,298063,298279,298435,298639,298707,298791,298895,299098,299287,299488,299681,299886,300199,300411,300527,300773,300989,301193,301384,301602,301839,301991,302251,302393,302554,305137,305251,305371,305487,305581,305902,306001,306119,306220,306499,306784,307063,307345,307598,307857,308110,308366,308790,308866,311460,312815,313259,315113,315688,315896,316906,317286,317427,319928,320354,320466,320601,320798,320969,321152,321327,321514,321736,321894,321978,322082,322569,323125,323283,323502,323733,323956,324191,324413,324679,324817,325416,325530,325668,325780,325904,326475,326970,327516,327661,327754,327846,329773,330343,330641,330830,331036,331229,331439,332323,332468,332860,333018,333235,333496,333928,334803,335423,335620,336568,337333,337456,338229,338450,338650,340627,340727,340817,341188,341858,342540,343220,343912,344481,346094,346415,347478,347648,348173,349068,349702,349868,351354,351970,352206,352427,353385,353650,353915,354127,354541,354777,356062,356511,356698,356947,357189,357365,357606,357839,358064,358406,358619,358714,358975,360326,360801,362027,362497,363545,363997,364241,364698,365943,366426,366576,366920,367066,367204,367340,367628,367929,368231,368347,369176,369298,369410,369559,369825,370095,370361,370629,370885,371145,371401,371659,371911,372167,372419,372673,372905,373141,373393,373649,373901,374155,374387,374621,374733,375158,375282,376219,376817,377013,377250,377518,377811,378028,378242,378541,378733,378945,379125,379417,379681,380018,380237,380650,380887,381179,381784,382022,382291,382431,382685,382829,383019,383827,384167,384915,385139,385436,386215,386552,386952,388261,388846,390919,391113,391331,391557,391769,391968,392175,393298,393535,394010,394400,394864,395203,395540,396300,396564,396907,397098,397445,397533,397641,397749,398062,398387,398706,399037,401604,401792,402053,402302,404743,404935,405200,405453,405969,406319,406488,407002,407237,407361,407773,407987,408389,408492,408622,408797,409049,409245,409385,409579,410077,411146,411434,411564,412341,412998,413144,413850,414088,415628,415778,416195,416360,417046,417516,417712,417803,417887,418031,418265,418432,419360,419646,419806,420421,420580,420908,421135,421647,422009,422088,422427,422532,422897,423268,423629,425503,426132,427208,427632,427885,428037,429027,429764,429967,430213,430460,430678,430920,431241,431505,431810,432033,432344,432533,433248,433517,434011,434237,434677,434836,435120,435865,436230,436535,436693,436931,438250,438648,438876,439096,439238,440528,440634,440764,440902,441026,441314,441483,441583,441868,441982,442865,443620,444059,444183,444429,444622,444756,444947,445726,445944,446235,446514,446831,447053,447348,447631,447735,448018,448834,449150,449711,450217,450422,451208,451613,452274,452463,453014,453580,453700,454102,454636,455166,455465,457810,458904,460498,462505,462757,465190,467485,467925,468677,468861,469072,473730,474313,475041,475243,476378,476528,476703,476928,477455,478707,479014,479522,479971,481765,482025,482607,483102,484139,486005,486196,486529,486685,486878,489213,489442,489650,489786,491558,491856,493068,493936,495824,495940,496109,496246,496392,497604,498742,499273,499699,501310,501558,502328,502444,502619,505834,505981,516745,516988,517359,517454,517547,517631,517718,517816,517907,517998,518086,518170,518266,518370,518444,518529,518628,518732,518828,518930,519033,519133,519223,519308,519409,519507,519597,519692,519779,519885,519987,520081,520172,520253,520329,520421,520510,520630,520741,520824,520910,521005,521099,521205,521303,521400,521495,521593,521693,521796,521891,521984,522078,522170,522272,522370,522473,522558,522656,522778,522876,522989,523083,523172,523261,523344,523435,523520,523628,523729,523830,523928,524034,524125,524224,524321,524419,524515,524608,524718,524816,524911,525021,525113,525213,525312,525399,525503,525608,525715,525822,525921,526030,526122,526219,526330,526441,526552,526656,526771,526887,527014,527134,527214,527322,527412,527513,527596,527687,527772,527864,527967,528062,528158,528251,528332,528441,528520,528627,528718,528817,528910,529013,529117,529218,529319,529423,529517,529621,529725,529838,529944,530050,530158,530275,530364,530472,530572,530651,530741,530825,530917,530990,531078,531160,531245,531344,531441,531532,531623,531715,531810,531908,532007,532109,532206,532303,532396,532483,532567,532664,532761,532854,532941,533032,533131,533230,533325,533414,533495,533594,533689,533786,533882,533979,534063,534162,534257,534354,534450,534547,534636,534737,534834,534933,535031,535130,535220,535311,535400,535489,535571,535664,535755,535828,535895,535968,536035,536111,536188,536240,536313,536386,536452,536519,536587,536653",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1172,1175,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1236,1237,1238,1239,1240,1244,1248,1252,1256,1264,1271,1279,1282,1292,1301,1310,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1334,1335,1339,1340,1346,1350,1351,1352,1353,1363,1364,1365,1369,1370,1376,1380,1381,1384,1385,1389,1390,1393,1394,1395,1396,1637,1643,1881,1887,2128,2134,2372,2378,2441,2523,2575,2657,2719,2801,2865,2917,2999,3006,3012,3023,3027,3031,3044,3059,3075,3082,3088,3102,3115,3135,3152,3161,3166,3173,3193,3206,3223,3229,3235,3242,3246,3252,3265,3268,3278,3279,3280,3328,3332,3336,3340,3341,3342,3345,3359,3366,3380,3422,3423,3428,3432,3436,3441,3448,3454,3455,3458,3462,3467,3479,3483,3488,3493,3498,3501,3504,3507,3511,3515,3516,3517,3518,3519,3520,3521,3522,3523,3524,3525,3526,3527,3528,3529,3533,3537,3541,3545,3549,3553,3557,3558,3559,3560,3561,3562,3563,3564,3568,3572,3573,3577,3578,3581,3584,3587,3590,3594,3597,3600,3604,3608,3612,3616,3619,3622,3623,3624,3627,3631,3634,3637,3640,3643,3646,3649,3653,3656,3657,3660,3663,3664,3667,3668,3669,3673,3674,3679,3687,3695,3703,3711,3719,3727,3735,3743,3751,3760,3769,3778,3786,3795,3804,3807,3810,3811,3812,3813,3814,3815,3816,3817,3818,3819,3820,3821,3822,3825,3830,3835,3838,3839,3840,3841,3842,3850,3858,3859,3867,3871,3879,3887,3895,3903,3911,3912,3920,3928,3929,3932,3935,3937,3942,3944,3949,3953,3957,3958,3959,3960,3964,3968,3969,3973,3974,3975,3976,3977,3978,3979,3980,3981,3982,3983,3984,3985,3986,3987,3988,3992,3996,3997,4001,4002,4003,4008,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023,4024,4025,4026,4027,4028,4032,4033,4034,4040,4041,4045,4047,4048,4053,4054,4055,4056,4057,4058,4062,4063,4064,4070,4071,4075,4077,4081,4085,4089,4093,4094,4095,4096,4099,4102,4105,4108,4111,4116,4120,4121,4126,4130,4134,4138,4142,4147,4151,4156,4160,4164,4198,4199,4200,4201,4202,4206,4207,4208,4209,4213,4217,4221,4225,4229,4233,4237,4241,4247,4248,4282,4296,4301,4327,4334,4337,4348,4353,4356,4388,4394,4395,4398,4401,4404,4407,4410,4413,4417,4420,4421,4422,4430,4438,4441,4446,4451,4456,4461,4465,4469,4470,4478,4479,4480,4481,4482,4490,4495,4500,4501,4502,4503,4528,4534,4539,4542,4546,4549,4553,4563,4566,4571,4574,4578,4582,4590,4604,4617,4621,4636,4647,4650,4661,4666,4670,4705,4706,4707,4714,4721,4728,4735,4742,4753,4780,4785,4805,4808,4815,4828,4837,4840,4860,4870,4874,4878,4891,4895,4899,4903,4909,4913,4930,4938,4942,4946,4950,4953,4957,4961,4965,4972,4976,4977,4981,5007,5017,5042,5051,5071,5081,5085,5095,5120,5130,5133,5137,5138,5139,5140,5144,5148,5152,5153,5165,5166,5167,5170,5173,5176,5179,5182,5185,5188,5191,5194,5197,5200,5203,5206,5209,5212,5215,5218,5221,5224,5227,5230,5231,5236,5237,5249,5257,5261,5266,5271,5275,5278,5282,5286,5289,5292,5295,5299,5304,5309,5312,5319,5323,5327,5335,5340,5345,5346,5350,5353,5356,5368,5373,5383,5386,5390,5404,5408,5413,5429,5436,5462,5465,5468,5471,5474,5477,5480,5498,5503,5510,5517,5526,5533,5538,5549,5553,5560,5563,5568,5569,5570,5571,5575,5579,5583,5587,5620,5623,5627,5631,5662,5665,5669,5673,5682,5688,5691,5700,5704,5705,5712,5716,5723,5724,5725,5728,5733,5738,5739,5743,5751,5770,5774,5775,5787,5797,5798,5810,5815,5839,5842,5848,5851,5860,5868,5872,5875,5878,5881,5885,5888,5905,5909,5912,5927,5930,5938,5943,5950,5955,5956,5961,5962,5968,5974,5980,6012,6023,6040,6047,6051,6054,6066,6075,6079,6084,6088,6092,6096,6100,6104,6108,6112,6117,6120,6132,6137,6146,6149,6156,6157,6161,6170,6176,6180,6181,6185,6206,6212,6216,6220,6221,6239,6240,6241,6242,6243,6248,6251,6252,6258,6259,6271,6283,6290,6291,6296,6301,6302,6306,6320,6325,6331,6337,6343,6348,6354,6360,6361,6366,6381,6386,6395,6404,6407,6421,6426,6437,6441,6450,6459,6460,6467,6475,6492,6502,6549,6580,6626,6683,6691,6749,6858,6878,6899,6905,6913,7019,7033,7056,7062,7106,7110,7116,7122,7132,7164,7170,7178,7191,7247,7258,7270,7282,7320,7367,7373,7385,7391,7397,7447,7452,7457,7463,7498,7510,7552,7575,7636,7641,7647,7650,7654,7680,7740,7758,7776,7829,7837,7861,7865,7873,7966,7970,8244,8252,8262,8263,8264,8265,8266,8267,8268,8269,8270,8271,8272,8273,8274,8275,8276,8277,8278,8279,8280,8281,8282,8283,8284,8285,8286,8287,8288,8289,8290,8291,8292,8293,8294,8295,8296,8297,8298,8299,8300,8301,8302,8303,8304,8305,8306,8307,8308,8309,8310,8311,8312,8313,8314,8315,8316,8317,8318,8319,8320,8321,8322,8323,8324,8325,8326,8327,8328,8329,8330,8331,8332,8333,8334,8335,8336,8337,8338,8339,8340,8341,8342,8343,8344,8345,8346,8347,8348,8349,8350,8351,8352,8353,8354,8355,8356,8357,8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,8368,8369,8370,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8385,8386,8387,8388,8389,8390,8391,8392,8393,8394,8395,8396,8397,8398,8399,8400,8401,8402,8403,8404,8405,8406,8407,8408,8409,8410,8411,8412,8413,8414,8415,8416,8417,8418,8419,8420,8421,8422,8423,8424,8425,8426,8427,8428,8429,8430,8431,8432,8433,8434,8435,8436,8437,8438,8439,8440,8441,8442,8443,8444,8445,8446,8447,8448,8449,8450,8451,8452,8453,8454,8455,8456,8457,8458,8459,8460,8461,8462,8463,8464,8465,8466,8467",
+ "endColumns": "55,48,54,55,59,60,64,54,49,49,52,57,47,68,47,70,71,71,72,66,48,53,36,50,59,46,55,48,57,55,50,59,48,55,55,49,58,46,53,55,53,53,53,48,57,55,46,53,53,47,56,53,55,62,61,55,59,52,60,78,80,71,78,79,75,77,68,75,76,70,72,75,77,68,75,76,63,70,71,50,52,54,66,52,51,49,57,64,47,50,66,65,57,68,57,68,69,72,73,67,66,69,65,72,59,75,59,59,74,67,65,67,59,58,56,65,61,56,67,72,69,61,60,67,61,55,58,61,61,66,56,60,60,60,60,55,55,55,55,57,57,57,57,56,56,56,56,58,58,57,82,82,72,53,68,55,80,80,70,9,52,57,57,57,45,59,53,69,69,64,65,64,67,68,67,9,52,58,57,51,49,51,45,49,55,46,57,57,61,62,61,58,59,64,65,64,61,61,61,61,61,61,65,66,65,62,63,62,67,60,61,61,62,63,62,63,77,58,65,79,60,52,57,50,44,63,58,61,73,70,65,73,68,70,72,70,67,72,75,69,77,67,65,60,68,63,65,67,65,62,67,70,64,72,62,80,63,65,69,69,69,69,66,56,57,58,59,58,58,58,58,58,58,58,58,58,58,59,60,61,60,60,60,60,60,60,60,60,60,60,67,68,69,68,68,68,68,68,68,68,68,68,68,59,60,61,60,60,60,60,60,60,60,60,60,60,61,62,63,62,62,62,62,62,62,62,62,62,62,60,61,62,61,61,61,61,61,61,61,61,61,61,56,86,79,89,94,91,91,89,82,92,86,96,90,100,86,102,88,98,91,99,83,93,87,97,83,99,85,95,87,80,90,95,92,92,90,84,93,88,97,92,101,87,103,90,99,92,100,84,94,88,98,84,100,86,96,65,75,68,78,72,67,77,75,70,80,72,82,74,84,72,80,80,73,83,69,79,77,71,81,69,77,77,77,70,80,64,65,52,75,65,86,75,75,64,54,53,78,77,72,64,62,65,70,70,69,61,68,65,59,66,66,55,50,52,51,53,70,62,58,61,58,72,66,69,59,62,74,71,95,70,55,70,56,56,65,63,70,56,52,62,51,57,66,68,65,58,82,58,56,66,69,73,61,68,69,53,52,53,58,45,56,66,55,64,73,83,72,64,61,55,73,82,88,63,78,73,61,95,64,58,55,55,59,106,46,59,60,63,60,59,57,42,48,51,50,51,48,48,64,65,59,60,55,58,74,56,83,56,74,74,50,67,49,61,59,56,59,48,67,105,101,68,70,99,70,109,88,55,100,109,105,76,111,126,111,126,69,113,130,96,67,117,102,117,60,73,66,104,121,73,66,109,98,72,116,67,105,101,79,70,95,66,73,73,85,87,78,77,100,70,64,111,105,67,112,112,117,77,71,135,135,84,139,75,137,137,141,81,61,95,66,116,120,96,81,86,86,130,130,134,110,113,101,95,103,66,71,109,105,72,90,101,102,94,106,104,121,121,125,58,57,123,123,127,117,117,121,80,56,60,58,59,57,60,57,49,48,66,58,58,48,74,70,68,62,67,65,67,64,65,76,77,105,105,95,128,88,126,65,68,65,97,95,95,97,108,94,88,61,59,64,56,80,53,56,96,109,86,89,51,91,92,101,55,58,48,91,48,53,53,53,53,53,54,109,109,109,109,109,109,109,109,105,105,105,105,94,94,94,94,105,105,105,105,94,94,94,94,107,107,107,107,96,96,96,96,107,107,107,107,97,95,95,97,64,87,57,63,60,61,59,61,67,57,62,62,66,74,72,65,51,52,51,56,83,94,84,80,79,76,78,76,73,73,70,79,71,74,64,60,59,74,73,76,72,69,71,69,72,63,69,47,68,51,84,82,57,65,66,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,50,53,52,53,50,48,65,50,60,60,61,49,40,76,58,58,58,60,55,55,66,60,64,54,64,68,67,77,68,59,70,73,64,71,69,66,83,68,66,69,62,66,67,82,78,89,76,67,66,77,56,56,67,65,55,59,58,53,49,49,47,61,50,72,79,79,63,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,86,86,86,86,57,73,69,55,70,64,61,74,72,89,65,65,60,63,61,57,70,82,58,70,65,64,60,58,70,65,64,82,75,74,80,59,68,69,68,54,55,55,60,57,55,54,61,56,93,68,100,50,69,62,55,57,53,85,83,69,68,69,114,120,66,66,74,66,58,53,53,53,52,51,73,136,139,48,49,49,47,55,57,61,54,57,70,63,58,61,65,65,42,43,44,42,50,46,44,50,50,50,50,47,65,61,62,71,56,54,57,54,58,55,68,68,68,69,62,62,62,62,64,64,64,64,62,63,63,63,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,103,110,108,103,77,64,66,65,69,46,51,49,56,12,149,130,183,177,237,188,168,97,114,84,78,11,64,88,156,156,152,153,58,165,124,124,169,109,120,120,109,111,122,122,81,172,167,147,158,154,172,116,116,167,111,113,171,175,157,132,111,145,151,131,142,121,177,135,95,135,94,166,92,91,186,11,11,11,181,316,181,181,189,231,189,176,161,156,109,182,136,219,183,183,159,157,183,226,202,170,219,221,154,199,183,102,189,140,164,170,199,203,201,164,204,198,198,196,90,148,149,83,148,144,151,140,165,160,77,300,165,154,101,11,163,185,222,124,10,10,10,10,10,10,10,10,10,10,10,10,84,120,98,116,86,122,100,118,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,10,124,10,120,10,120,132,146,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,136,90,10,10,10,10,108,118,10,10,10,10,10,94,10,10,10,10,10,10,121,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,122,122,130,116,119,131,113,117,112,120,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,126,10,100,10,10,10,10,10,10,10,10,10,10,10,10,10,121,134,10,10,10,10,10,10,10,10,10,10,91,10,10,94,10,93,88,10,88,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,105,107,105,111,113,111,113,115,113,107,109,107,10,10,10,10,107,109,107,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,10,10,10,10,10,10,75,111,89,10,10,98,10,107,75,111,89,101,107,107,99,107,84,103,86,77,113,91,10,10,100,10,109,83,10,97,107,93,129,107,121,135,107,119,133,121,127,141,125,139,125,117,131,97,109,10,111,117,10,115,10,10,95,10,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,10,115,10,10,10,10,10,10,10,10,10,10,10,113,119,115,93,10,98,117,100,10,10,10,10,10,10,10,10,10,75,10,10,10,10,10,10,10,10,10,10,10,111,10,10,10,10,10,10,10,10,83,103,10,10,10,10,10,10,10,10,10,137,10,113,137,111,123,10,10,10,144,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,99,89,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,94,10,10,10,10,10,10,10,10,10,10,10,10,10,145,137,135,10,10,10,115,10,121,111,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,111,10,123,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,139,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,87,107,107,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,123,10,10,10,102,129,10,10,10,139,10,10,10,10,129,10,10,145,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,78,10,104,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,158,10,10,10,10,157,10,10,10,10,10,141,10,105,129,137,123,10,10,99,10,113,10,10,10,123,10,10,133,10,10,10,10,10,10,10,10,10,103,10,10,10,10,10,10,10,10,10,10,10,10,119,10,10,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,94,92,83,86,97,90,90,87,83,95,103,73,84,98,103,95,101,102,99,89,84,100,97,89,94,86,105,101,93,90,80,75,91,88,119,110,82,85,94,93,105,97,96,94,97,99,102,94,92,93,91,101,97,102,84,97,121,97,112,93,88,88,82,90,84,107,100,100,97,105,90,98,96,97,95,92,109,97,94,109,91,99,98,86,103,104,106,106,98,108,91,96,110,110,110,103,114,115,126,119,79,107,89,100,82,90,84,91,102,94,95,92,80,108,78,106,90,98,92,102,103,100,100,103,93,103,103,112,105,105,107,116,88,107,99,78,89,83,91,72,87,81,84,98,96,90,90,91,94,97,98,101,96,96,92,86,83,96,96,92,86,90,98,98,94,88,80,98,94,96,95,96,83,98,94,96,95,96,88,100,96,98,97,98,89,90,88,88,81,92,90,72,66,72,66,75,76,51,72,72,65,66,67,65,66",
+ "endOffsets": "201,250,305,361,421,482,547,602,652,702,755,813,861,930,978,1049,1121,1193,1266,1333,1382,1436,1473,1524,1584,1631,1687,1736,1794,1850,1901,1961,2010,2066,2122,2172,2231,2278,2332,2388,2442,2496,2550,2599,2657,2713,2760,2814,2868,2916,2973,3027,3083,3146,3208,3264,3324,3377,3438,3517,3598,3670,3749,3829,3905,3983,4052,4128,4205,4276,4349,4425,4503,4572,4648,4725,4789,4860,4932,4983,5036,5091,5158,5211,5263,5313,5371,5436,5484,5535,5602,5668,5726,5795,5853,5922,5992,6065,6139,6207,6274,6344,6410,6483,6543,6619,6679,6739,6814,6882,6948,7016,7076,7135,7192,7258,7320,7377,7445,7518,7588,7650,7711,7779,7841,7897,7956,8018,8080,8147,8204,8265,8326,8387,8448,8504,8560,8616,8672,8730,8788,8846,8904,8961,9018,9075,9132,9191,9250,9308,9391,9474,9547,9601,9670,9726,9807,9888,9959,10088,10141,10199,10257,10315,10361,10421,10475,10545,10615,10680,10746,10811,10879,10948,11016,11146,11199,11258,11316,11368,11418,11470,11516,11566,11622,11669,11727,11785,11847,11910,11972,12031,12091,12156,12222,12287,12349,12411,12473,12535,12597,12659,12725,12792,12858,12921,12985,13048,13116,13177,13239,13301,13364,13428,13491,13555,13633,13692,13758,13838,13899,13952,14010,14061,14106,14170,14229,14291,14365,14436,14502,14576,14645,14716,14789,14860,14928,15001,15077,15147,15225,15293,15359,15420,15489,15553,15619,15687,15753,15816,15884,15955,16020,16093,16156,16237,16301,16367,16437,16507,16577,16647,16714,16771,16829,16888,16948,17007,17066,17125,17184,17243,17302,17361,17420,17479,17538,17598,17659,17721,17782,17843,17904,17965,18026,18087,18148,18209,18270,18331,18399,18468,18538,18607,18676,18745,18814,18883,18952,19021,19090,19159,19228,19288,19349,19411,19472,19533,19594,19655,19716,19777,19838,19899,19960,20021,20083,20146,20210,20273,20336,20399,20462,20525,20588,20651,20714,20777,20840,20901,20963,21026,21088,21150,21212,21274,21336,21398,21460,21522,21584,21646,21703,21790,21870,21960,22055,22147,22239,22329,22412,22505,22592,22689,22780,22881,22968,23071,23160,23259,23351,23451,23535,23629,23717,23815,23899,23999,24085,24181,24269,24350,24441,24537,24630,24723,24814,24899,24993,25082,25180,25273,25375,25463,25567,25658,25758,25851,25952,26037,26132,26221,26320,26405,26506,26593,26690,26756,26832,26901,26980,27053,27121,27199,27275,27346,27427,27500,27583,27658,27743,27816,27897,27978,28052,28136,28206,28286,28364,28436,28518,28588,28666,28744,28822,28893,28974,29039,29105,29158,29234,29300,29387,29463,29539,29604,29659,29713,29792,29870,29943,30008,30071,30137,30208,30279,30349,30411,30480,30546,30606,30673,30740,30796,30847,30900,30952,31006,31077,31140,31199,31261,31320,31393,31460,31530,31590,31653,31728,31800,31896,31967,32023,32094,32151,32208,32274,32338,32409,32466,32519,32582,32634,32692,32759,32828,32894,32953,33036,33095,33152,33219,33289,33363,33425,33494,33564,33618,33671,33725,33784,33830,33887,33954,34010,34075,34149,34233,34306,34371,34433,34489,34563,34646,34735,34799,34878,34952,35014,35110,35175,35234,35290,35346,35406,35513,35560,35620,35681,35745,35806,35866,35924,35967,36016,36068,36119,36171,36220,36269,36334,36400,36460,36521,36577,36636,36711,36768,36852,36909,36984,37059,37110,37178,37228,37290,37350,37407,37467,37516,37584,37690,37792,37861,37932,38032,38103,38213,38302,38358,38459,38569,38675,38752,38864,38991,39103,39230,39300,39414,39545,39642,39710,39828,39931,40049,40110,40184,40251,40356,40478,40552,40619,40729,40828,40901,41018,41086,41192,41294,41374,41445,41541,41608,41682,41756,41842,41930,42009,42087,42188,42259,42324,42436,42542,42610,42723,42836,42954,43032,43104,43240,43376,43461,43601,43677,43815,43953,44095,44177,44239,44335,44402,44519,44640,44737,44819,44906,44993,45124,45255,45390,45501,45615,45717,45813,45917,45984,46056,46166,46272,46345,46436,46538,46641,46736,46843,46948,47070,47192,47318,47377,47435,47559,47683,47811,47929,48047,48169,48250,48307,48368,48427,48487,48545,48606,48664,48714,48763,48830,48889,48948,48997,49072,49143,49212,49275,49343,49409,49477,49542,49608,49685,49763,49869,49975,50071,50200,50289,50416,50482,50551,50617,50715,50811,50907,51005,51114,51209,51298,51360,51420,51485,51542,51623,51677,51734,51831,51941,52028,52118,52170,52262,52355,52457,52513,52572,52621,52713,52762,52816,52870,52924,52978,53032,53087,53197,53307,53417,53527,53637,53747,53857,53967,54073,54179,54285,54391,54486,54581,54676,54771,54877,54983,55089,55195,55290,55385,55480,55575,55683,55791,55899,56007,56104,56201,56298,56395,56503,56611,56719,56827,56925,57021,57117,57215,57280,57368,57426,57490,57551,57613,57673,57735,57803,57861,57924,57987,58054,58129,58202,58268,58320,58373,58425,58482,58566,58661,58746,58827,58907,58984,59063,59140,59214,59288,59359,59439,59511,59586,59651,59712,59772,59847,59921,59998,60071,60141,60213,60283,60356,60420,60490,60538,60607,60659,60744,60827,60885,60951,61018,61084,61165,61240,61296,61349,61410,61468,61518,61567,61616,61665,61727,61779,61824,61905,61956,62010,62063,62117,62168,62217,62283,62334,62395,62456,62518,62568,62609,62686,62745,62804,62863,62924,62980,63036,63103,63164,63229,63284,63349,63418,63486,63564,63633,63693,63764,63838,63903,63975,64045,64112,64196,64265,64332,64402,64465,64532,64600,64683,64762,64852,64929,64997,65064,65142,65199,65256,65324,65390,65446,65506,65565,65619,65669,65719,65767,65829,65880,65953,66033,66113,66177,66244,66315,66373,66434,66500,66559,66626,66686,66746,66809,66877,66938,67005,67083,67153,67202,67259,67328,67389,67477,67565,67653,67741,67828,67915,68002,68089,68147,68221,68291,68347,68418,68483,68545,68620,68693,68783,68849,68915,68976,69040,69102,69160,69231,69314,69373,69444,69510,69575,69636,69695,69766,69832,69897,69980,70056,70131,70212,70272,70341,70411,70480,70535,70591,70647,70708,70766,70822,70877,70939,70996,71090,71159,71260,71311,71381,71444,71500,71558,71612,71698,71782,71852,71921,71991,72106,72227,72294,72361,72436,72503,72562,72616,72670,72724,72777,72829,72903,73040,73180,73229,73279,73329,73377,73433,73491,73553,73608,73666,73737,73801,73860,73922,73988,74054,74097,74141,74186,74229,74280,74327,74372,74423,74474,74525,74576,74624,74690,74752,74815,74887,74944,74999,75057,75112,75171,75227,75296,75365,75434,75504,75567,75630,75693,75756,75821,75886,75951,76016,76079,76143,76207,76271,76337,76403,76471,76539,76605,76672,76746,76809,76866,76926,76991,77058,77123,77180,77241,77299,77403,77514,77623,77727,77805,77870,77937,78003,78073,78120,78172,78222,78279,78599,78749,78880,79064,79242,79480,79669,79838,79936,80051,80136,80215,80375,80440,80529,80686,80843,80996,81150,81209,81375,81500,81625,81795,81905,82026,82147,82257,82369,82492,82615,82697,82870,83038,83186,83345,83500,83673,83790,83907,84075,84187,84301,84473,84649,84807,84940,85052,85198,85350,85482,85625,85747,85925,86061,86157,86293,86388,86555,86648,86740,86927,87083,87261,87425,87607,87924,88106,88288,88478,88710,88900,89077,89239,89396,89506,89689,89826,90046,90230,90414,90574,90732,90916,91143,91346,91517,91737,91959,92114,92314,92498,92601,92791,92932,93097,93268,93468,93672,93874,94039,94244,94443,94642,94839,94930,95079,95229,95313,95462,95607,95759,95900,96066,96227,96305,96606,96772,96927,97029,97187,97351,97537,97760,97885,98162,98434,98700,98985,99436,99892,100401,100549,101063,101500,101934,102377,102462,102583,102682,102799,102886,103009,103110,103229,103322,103429,103772,103879,104124,104245,104654,104902,105002,105107,105226,105735,105882,106001,106252,106385,106800,107054,107166,107413,107538,107855,107976,108204,108325,108458,108605,127266,127693,146103,146527,165226,165655,184103,184529,189370,194787,198878,204309,209051,214428,218412,222404,227795,228277,228710,229466,229696,229939,231072,232001,232905,233369,233762,234842,235586,236779,237763,238241,238534,238917,240432,241197,242340,242781,243222,243698,243972,244369,245300,245478,246231,246368,246459,248653,248919,249241,249451,249560,249679,249863,250835,251305,252056,254533,254628,254927,255155,255383,255642,256218,256572,256694,256833,257107,257367,258237,258523,258926,259328,259671,259883,260084,260297,260586,260871,260944,261031,261116,261215,261338,261461,261592,261709,261829,261961,262075,262193,262306,262427,262615,262802,262983,263166,263350,263531,263713,263833,263953,264061,264171,264283,264391,264501,264666,264832,264959,265124,265225,265345,265506,265669,265830,265997,266116,266233,266413,266595,266776,266959,267114,267246,267368,267503,267666,267859,267985,268137,268279,268449,268605,268777,269068,269263,269355,269528,269690,269785,269954,270048,270137,270380,270469,270762,271225,271692,272160,272633,273097,273560,274024,274489,274950,275418,275889,276359,276817,277286,277756,277946,278125,278231,278339,278445,278557,278671,278783,278897,279013,279127,279235,279345,279453,279649,280028,280432,280579,280687,280797,280905,281019,281428,281842,281958,282376,282617,283047,283482,283892,284314,284724,284846,285255,285671,285793,286011,286195,286263,286607,286687,287043,287193,287337,287413,287525,287615,287877,288142,288241,288393,288501,288577,288689,288779,288881,288989,289097,289197,289305,289390,289494,289581,289659,289773,289865,290129,290396,290497,290650,290760,290844,291233,291331,291439,291533,291663,291771,291893,292029,292137,292257,292391,292513,292641,292783,292909,293049,293175,293293,293425,293523,293633,293933,294045,294163,294627,294743,295046,295172,295268,295669,295779,295903,296041,296151,296273,296585,296709,296839,297315,297443,297758,297896,298058,298274,298430,298634,298702,298786,298890,299093,299282,299483,299676,299881,300194,300406,300522,300768,300984,301188,301379,301597,301834,301986,302246,302388,302549,305132,305246,305366,305482,305576,305897,305996,306114,306215,306494,306779,307058,307340,307593,307852,308105,308361,308785,308861,311455,312810,313254,315108,315683,315891,316901,317281,317422,319923,320349,320461,320596,320793,320964,321147,321322,321509,321731,321889,321973,322077,322564,323120,323278,323497,323728,323951,324186,324408,324674,324812,325411,325525,325663,325775,325899,326470,326965,327511,327656,327749,327841,329768,330338,330636,330825,331031,331224,331434,332318,332463,332855,333013,333230,333491,333923,334798,335418,335615,336563,337328,337451,338224,338445,338645,340622,340722,340812,341183,341853,342535,343215,343907,344476,346089,346410,347473,347643,348168,349063,349697,349863,351349,351965,352201,352422,353380,353645,353910,354122,354536,354772,356057,356506,356693,356942,357184,357360,357601,357834,358059,358401,358614,358709,358970,360321,360796,362022,362492,363540,363992,364236,364693,365938,366421,366571,366915,367061,367199,367335,367623,367924,368226,368342,369171,369293,369405,369554,369820,370090,370356,370624,370880,371140,371396,371654,371906,372162,372414,372668,372900,373136,373388,373644,373896,374150,374382,374616,374728,375153,375277,376214,376812,377008,377245,377513,377806,378023,378237,378536,378728,378940,379120,379412,379676,380013,380232,380645,380882,381174,381779,382017,382286,382426,382680,382824,383014,383822,384162,384910,385134,385431,386210,386547,386947,388256,388841,390914,391108,391326,391552,391764,391963,392170,393293,393530,394005,394395,394859,395198,395535,396295,396559,396902,397093,397440,397528,397636,397744,398057,398382,398701,399032,401599,401787,402048,402297,404738,404930,405195,405448,405964,406314,406483,406997,407232,407356,407768,407982,408384,408487,408617,408792,409044,409240,409380,409574,410072,411141,411429,411559,412336,412993,413139,413845,414083,415623,415773,416190,416355,417041,417511,417707,417798,417882,418026,418260,418427,419355,419641,419801,420416,420575,420903,421130,421642,422004,422083,422422,422527,422892,423263,423624,425498,426127,427203,427627,427880,428032,429022,429759,429962,430208,430455,430673,430915,431236,431500,431805,432028,432339,432528,433243,433512,434006,434232,434672,434831,435115,435860,436225,436530,436688,436926,438245,438643,438871,439091,439233,440523,440629,440759,440897,441021,441309,441478,441578,441863,441977,442860,443615,444054,444178,444424,444617,444751,444942,445721,445939,446230,446509,446826,447048,447343,447626,447730,448013,448829,449145,449706,450212,450417,451203,451608,452269,452458,453009,453575,453695,454097,454631,455161,455460,457805,458899,460493,462500,462752,465185,467480,467920,468672,468856,469067,473725,474308,475036,475238,476373,476523,476698,476923,477450,478702,479009,479517,479966,481760,482020,482602,483097,484134,486000,486191,486524,486680,486873,489208,489437,489645,489781,491553,491851,493063,493931,495819,495935,496104,496241,496387,497033,498737,499268,499694,501305,501553,502323,502439,502614,505829,505976,516740,516983,517354,517449,517542,517626,517713,517811,517902,517993,518081,518165,518261,518365,518439,518524,518623,518727,518823,518925,519028,519128,519218,519303,519404,519502,519592,519687,519774,519880,519982,520076,520167,520248,520324,520416,520505,520625,520736,520819,520905,521000,521094,521200,521298,521395,521490,521588,521688,521791,521886,521979,522073,522165,522267,522365,522468,522553,522651,522773,522871,522984,523078,523167,523256,523339,523430,523515,523623,523724,523825,523923,524029,524120,524219,524316,524414,524510,524603,524713,524811,524906,525016,525108,525208,525307,525394,525498,525603,525710,525817,525916,526025,526117,526214,526325,526436,526547,526651,526766,526882,527009,527129,527209,527317,527407,527508,527591,527682,527767,527859,527962,528057,528153,528246,528327,528436,528515,528622,528713,528812,528905,529008,529112,529213,529314,529418,529512,529616,529720,529833,529939,530045,530153,530270,530359,530467,530567,530646,530736,530820,530912,530985,531073,531155,531240,531339,531436,531527,531618,531710,531805,531903,532002,532104,532201,532298,532391,532478,532562,532659,532756,532849,532936,533027,533126,533225,533320,533409,533490,533589,533684,533781,533877,533974,534058,534157,534252,534349,534445,534542,534631,534732,534829,534928,535026,535125,535215,535306,535395,535484,535566,535659,535750,535823,535890,535963,536030,536106,536183,536235,536308,536381,536447,536514,536582,536648,536715"
+ },
+ "to": {
+ "startLines": "10,16,27,30,31,32,33,34,37,38,39,40,41,43,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,98,99,121,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,207,209,210,212,213,214,215,216,217,218,219,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,446,447,448,474,486,487,488,489,490,491,492,493,494,495,496,497,501,502,503,504,506,507,508,509,510,511,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,552,553,564,574,575,605,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,971,975,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1596,1597,1645,1646,1647,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1666,1669,1670,1671,1690,1691,1692,1693,1694,1695,1696,1704,1713,1714,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1771,1806,1807,1808,1809,1810,1811,1812,1815,1816,1817,1818,1825,1828,1829,1830,1831,1835,1839,1840,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1887,1890,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1944,1945,1946,1947,1948,1953,1956,1957,1958,1959,1966,1970,1974,1978,2021,2029,2036,2206,2209,2219,2228,2237,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2321,2322,2326,2327,2333,2337,2338,2339,2340,2350,2351,2352,2356,2357,2363,2367,2437,2440,2441,2445,2446,2449,2450,2451,2452,2693,2699,2937,2943,3184,3190,3428,3434,3497,3579,3631,3713,3775,3857,3921,3973,4055,4062,4068,4079,4083,4087,4100,4875,4891,4898,4904,4918,4931,4951,4968,4977,4982,4989,5009,5022,5039,5045,5051,5058,5062,5068,5081,5084,5094,5095,5096,5144,5148,5152,5156,5157,5158,5161,5175,5182,5196,5238,5270,5275,5279,5283,5288,5295,5301,5302,5305,5309,5314,5326,5330,5335,5340,5345,5348,5351,5354,5358,5501,5502,5503,5504,5581,5582,5583,5584,5585,5586,5587,5588,5589,5590,5591,5595,5599,5603,5607,5611,5615,5619,5620,5621,5622,5623,5624,5625,5626,5630,5634,5635,5639,5640,5643,5646,5649,5652,5656,5659,5662,5666,5670,5674,5678,5681,5684,5685,5686,5689,5693,5696,5699,5702,5705,5708,5711,5788,5791,5792,5795,5798,5799,5802,5803,5804,5808,5809,5814,5822,5830,5838,5846,5854,5862,5870,5878,5886,5895,5904,5913,5921,5930,5939,5942,5945,5946,5947,5948,5949,5950,5951,5952,5953,5954,5955,5956,5957,5960,5965,5970,5973,5974,5975,5976,5977,5985,5993,5994,6002,6006,6014,6022,6030,6038,6046,6047,6055,6063,6064,6067,6106,6108,6113,6115,6120,6124,6128,6129,6130,6131,6135,6139,6140,6144,6145,6146,6147,6148,6149,6150,6151,6152,6153,6154,6155,6156,6157,6158,6159,6163,6167,6168,6172,6173,6174,6179,6180,6181,6182,6183,6184,6185,6186,6187,6188,6189,6190,6191,6192,6193,6194,6195,6196,6197,6198,6199,6203,6204,6205,6211,6212,6216,6218,6219,6224,6225,6226,6227,6228,6229,6233,6234,6235,6241,6242,6246,6248,6252,6256,6260,6289,6290,6291,6292,6295,6298,6301,6304,6307,6312,6316,6317,6322,6326,6330,6334,6338,6343,6347,6352,6356,6360,6394,6395,6396,6397,6398,6402,6403,6404,6405,6409,6413,6417,6421,6425,6429,6433,6437,6443,6444,6478,6492,6497,6523,6530,6533,6544,6549,6552,6584,6590,6591,6594,6597,6600,6603,6606,6609,6613,6616,6617,6618,6626,6634,6637,6642,6647,6652,6657,6661,6665,6666,6674,6675,6676,6677,6678,6686,6691,6696,6697,6698,6699,6724,6730,6735,6738,6742,6745,6749,6759,6762,6767,6770,6774,6875,6883,6897,6910,6914,6929,6940,6943,6954,6959,6963,6998,6999,7000,7007,7014,7021,7028,7035,7046,7073,7078,7098,7101,7108,7121,7130,7133,7153,7163,7167,7171,7184,7188,7192,7196,7202,7206,7223,7231,7235,7239,7243,7246,7250,7254,7258,7265,7269,7270,7274,7300,7310,7335,7344,7364,7374,7378,7388,7413,7423,7426,7430,7431,7432,7433,7437,7441,7445,7446,7458,7459,7460,7463,7466,7469,7472,7475,7478,7481,7484,7487,7490,7493,7496,7499,7502,7505,7508,7511,7514,7517,7520,7523,7524,7529,7530,7542,7550,7554,7559,7564,7568,7571,7575,7579,7582,7585,7588,7592,7597,7602,7605,7612,7616,7620,7628,7633,7638,7639,7643,7646,7649,7661,7666,7676,7679,7683,7697,7701,7706,7722,7729,7755,7758,7761,7764,7767,7770,7773,7791,7796,7803,7810,7819,7826,7831,7842,7846,7853,7856,7861,7862,7863,7864,7868,7872,7876,7880,7913,7916,7920,7924,7955,7958,7962,7966,7975,7981,7984,7993,7997,7998,8005,8009,8016,8017,8018,8021,8026,8031,8032,8036,8044,8063,8067,8068,8080,8090,8091,8103,8108,8132,8135,8141,8144,8153,8161,8165,8168,8171,8174,8178,8181,8198,8202,8205,8220,8223,8231,8236,8243,8248,8249,8254,8255,8261,8267,8273,8305,8316,8333,8340,8344,8347,8359,8368,8372,8377,8381,8385,8389,8393,8397,8401,8405,8410,8413,8425,8430,8439,8442,8449,8450,8454,8463,8469,8473,8474,8478,8499,8505,8509,8513,8514,8532,8533,8534,8535,8536,8541,8544,8545,8551,8552,8564,8576,8583,8584,8589,8594,8595,8599,8613,8618,8624,8630,8636,8641,8647,8653,8654,8659,8674,8679,8688,8697,8700,8714,8719,8730,8734,8743,8752,8753,8760,8932,8949,8959,9501,9532,9578,9635,9643,9785,9894,9914,9935,9941,9949,10055,10829,10852,10858,10902,10906,10966,11036,11290,11328,11334,11342,11355,11411,11422,11434,11446,11484,11531,11537,11549,11555,11561,11611,11616,11621,11627,11925,11937,11979,12002,12139,12144,12177,12180,12184,12211,12249,12267,12285,12338,12346,12475,12479,12487,12616,12620,12894,12957,13114,13115,13116,13117,13118,13119,13120,13121,13122,13123,13124,13125,13126,13127,13128,13129,13130,13131,13132,13133,13134,13135,13136,13137,13138,13139,13140,13141,13142,13143,13144,13145,13146,13147,13148,13149,13150,13151,13152,13153,13154,13155,13156,13157,13158,13159,13160,13161,13162,13163,13164,13165,13166,13167,13168,13169,13170,13171,13172,13173,13174,13175,13176,13177,13178,13179,13180,13181,13182,13183,13184,13185,13186,13187,13188,13189,13190,13191,13192,13193,13194,13195,13196,13197,13198,13199,13200,13201,13202,13203,13204,13205,13206,13207,13208,13209,13210,13211,13212,13213,13214,13215,13216,13217,13218,13219,13220,13221,13222,13223,13224,13225,13226,13227,13228,13229,13230,13231,13232,13233,13234,13235,13236,13237,13238,13239,13240,13241,13242,13243,13244,13245,13246,13247,13248,13249,13250,13251,13252,13253,13254,13255,13256,13257,13258,13259,13260,13261,13262,13263,13264,13265,13266,13267,13268,13269,13270,13271,13272,13273,13274,13275,13276,13277,13278,13279,13280,13281,13282,13283,13284,13285,13286,13287,13288,13289,13290,13291,13292,13293,13294,13295,13296,13297,13298,13299,13300,13301,13302,13303,13304,13305,13306,13307,13308,13309,13310,13311,13312,13313,13314,13315,13316,13317,13318",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "490,732,1185,1343,1399,1459,1520,1585,1740,1790,1840,1893,1951,2050,2420,2468,2539,2611,2683,2756,2823,2872,2926,2963,3014,3074,3121,3177,3226,3284,3340,3391,3451,3500,3556,3612,3662,3721,3768,3822,3878,3932,3986,4040,4089,4147,4203,4250,4304,4358,4406,5031,5085,6016,6127,6189,6245,6305,6358,6419,6498,6579,6651,6730,6810,6886,6964,7033,7109,7186,7257,7330,7406,7484,7553,7629,7706,7770,7841,10354,10450,10503,10607,10674,10727,10779,10829,10887,10952,11000,17941,18008,18074,18132,18201,18259,18328,18398,18471,18545,18613,18680,18750,18816,18889,18949,19025,19085,19145,19220,19288,19354,19422,19482,19541,19598,19664,19726,19783,19851,19924,19994,20056,20117,20185,20247,20303,20362,20424,20486,20553,20610,20671,20732,20793,20854,20910,20966,21022,21078,21136,21194,21252,21310,21367,21424,21481,21538,21597,21656,21714,21797,21880,21953,22007,22076,22132,22213,22294,22365,22700,22753,22811,23898,24457,24503,24563,24617,24687,24757,24822,24888,24953,25021,25090,25158,25288,25341,25400,25458,25556,25606,25658,25704,25754,25810,25904,25962,26020,26082,26145,26207,26266,26326,26391,26457,26522,26584,26646,26708,26770,26832,26894,26960,27027,27093,27156,27220,27283,27351,27412,27474,27536,27599,27663,27726,27790,27868,27927,27993,28073,28134,28338,28396,28829,29280,29344,30536,32552,32626,32697,32763,32837,32906,32977,33050,33121,33189,33262,33338,33408,33486,33554,33620,33681,33750,33814,33880,33948,34014,34077,34145,34216,34281,34354,34417,34498,34562,34628,34698,34768,34838,34908,35656,35713,35771,35830,35890,35949,36008,36067,36126,36185,36244,36303,36362,36421,36480,36540,36601,36663,36724,36785,36846,36907,36968,37029,37090,37151,37212,37273,37341,37410,37480,37549,37618,37687,37756,37825,37894,37963,38032,38101,38170,38230,38291,38353,38414,38475,38536,38597,38658,38719,38780,38841,38902,38963,39025,39088,39152,39215,39278,39341,39404,39467,39530,39593,39656,39719,39782,39843,39905,39968,40030,40092,40154,40216,40278,40340,40402,40464,40526,40588,40645,40732,40812,40902,40997,41089,41181,41271,41354,41447,41534,41631,41722,41823,41910,42013,42102,42201,42293,42393,42477,42571,42659,42757,42841,42941,43027,43123,43211,43292,43383,43479,43572,43665,43756,43841,43935,44024,44122,44215,44317,44405,44509,44600,44700,44793,44894,44979,45074,45163,45262,45347,45448,45535,46304,46370,46446,46515,46594,46667,46735,46813,46889,46960,47041,47114,47197,47272,47357,47430,47511,47592,47666,47750,47820,47900,47978,48050,48132,48202,48280,48358,48436,48507,48588,48653,48719,48772,48848,48914,49001,49077,56408,56643,57238,57292,57371,57449,57522,57587,57650,57716,57787,57858,57928,57990,58059,58125,58185,58252,58319,58375,58426,58479,58531,58585,58656,58719,58778,58840,58899,58972,59039,59109,59169,59232,59307,59379,59475,59546,59602,59673,59730,59787,59853,59917,59988,60045,60098,60161,60213,60271,61508,61577,61643,61702,61785,61844,61901,61968,62038,62112,62174,62243,62313,62367,62420,62474,62533,62579,62636,62703,62759,62824,62898,62982,63055,63120,63182,63238,63312,63395,63484,63548,63627,63701,63763,63859,63924,63983,64039,64095,64155,64262,64309,64369,64430,64494,64555,64615,64673,64716,64765,64817,64868,64920,64969,65018,65083,65149,65209,65270,65326,65385,65460,65517,65601,65658,65733,65808,65859,65927,65977,66039,66099,66156,66216,66265,66333,66439,66541,66610,66681,66781,66852,66962,67051,67107,67208,67318,67424,67501,67613,67740,67852,67979,68049,68163,68294,68391,68459,68577,68680,68798,68859,68933,69000,69105,69227,69301,69368,69478,69577,69650,69767,69835,69941,70043,70123,70194,70290,70357,70431,70505,70591,70679,70758,70836,70937,71008,71073,71185,71291,71359,71472,71585,71703,71781,71853,71989,72125,72210,72350,72426,72564,72702,72844,72926,72988,73084,73151,73268,73389,73486,73568,73655,73742,73873,74004,74139,74250,74364,74466,74562,74666,74733,74805,74915,75021,75094,75185,75287,75390,75485,75592,75697,75819,75941,76067,76126,76184,76308,76432,76560,76678,76796,76918,76999,77056,77117,77176,77236,77294,77355,77413,77463,77512,77579,77638,77697,77746,77821,77892,77961,78024,78092,78158,78226,78291,78357,78434,78512,78618,78724,78820,78949,79038,79165,79231,79300,79366,79464,79560,79656,79754,79863,79958,80047,80109,80169,80234,80291,80372,80426,80483,80580,80690,80777,80867,80919,81011,81104,81206,81262,81321,81370,81462,81511,81565,81619,81673,81727,81781,81836,81946,82056,82166,82276,82386,82496,82606,82716,82822,82928,83034,83140,83235,83330,83425,83520,83626,83732,83838,83944,84039,84134,84229,84324,84432,84540,84648,84756,84853,84950,85047,85144,85252,85360,85468,85576,85674,85770,85866,85964,86029,86117,86175,86239,86300,86362,86422,86484,86552,86610,86673,86736,86803,86878,86951,87017,87069,87122,87174,87231,87315,87410,87495,87576,87656,87733,87812,87889,87963,88037,88108,88188,88260,88335,88400,88461,88521,88596,88670,88747,88820,88890,88962,89032,89105,89169,89239,89287,89356,89408,89493,89576,89634,89700,89767,89833,89914,89989,90045,90098,90159,90217,90267,90316,90365,90414,90476,90528,90573,90654,90705,90759,90812,90866,90917,90966,91032,91083,91144,91205,91267,91317,91358,91435,91494,91553,91612,91673,91729,91785,91852,91913,91978,92033,92098,92167,92235,92313,92382,92442,92513,92587,92652,92724,92794,92861,92945,93014,93081,93151,93214,93281,93349,93432,93511,93601,93678,93746,93813,93891,93948,94005,94073,94139,94195,94255,94314,94368,94418,94468,94516,94578,94629,94702,94782,94862,94926,94993,95064,95122,95183,95249,95308,95375,95435,95495,95558,95626,95687,95754,95832,95902,95951,96008,96077,96138,96226,96314,96402,96490,96577,96664,96751,96838,96896,96970,97040,97096,97167,97232,97294,97369,97442,97532,97598,97664,97725,97789,97851,97909,97980,98063,98122,98193,98259,98324,98385,98444,98515,98581,98646,98729,98805,98880,98961,99021,99090,99160,99229,99284,99340,99396,99457,99515,99571,99626,99688,99745,99839,99908,100009,100060,100130,100193,100249,100307,100361,100447,100531,100601,100670,100740,100855,100976,101043,101110,101185,101252,101311,101365,101419,101473,101526,101578,103083,103220,106043,106092,106142,106233,106281,106337,106395,106457,106512,106570,106641,106705,106764,106826,106892,107197,107342,107386,107431,108450,108501,108548,108593,108644,108695,108746,109130,109620,109686,109865,109928,110000,110057,110112,110170,110225,110284,110340,110409,110478,110547,110617,110680,110743,110806,110869,110934,110999,111064,111129,111192,111256,111320,111384,111450,111516,111584,111652,111718,111785,111859,111922,111979,112039,112104,112171,112236,112293,112354,112412,112516,112627,112736,112840,112918,112983,113050,113116,113186,113233,113285,113335,113462,115894,116044,116175,116359,116537,116775,116964,117227,117325,117440,117525,118012,118172,118237,118326,118483,118813,119198,119352,119464,119630,119755,119880,120050,120160,120281,120402,120512,120624,120747,120870,120952,121125,121293,121441,121600,121755,121928,122045,122162,122330,122442,122556,122728,122904,123062,123195,123307,123453,123605,123737,123880,124002,124180,124316,124412,124548,124643,124810,124903,124995,125182,125338,125516,125680,125862,126179,126361,126543,126733,126965,127155,127332,127494,127651,127761,127944,128081,128301,128485,128669,128829,128987,129171,129398,129601,129772,129992,130214,130369,130569,130753,130856,131046,131187,131352,131523,131723,131927,132129,132294,132499,132698,132897,133094,133185,133334,133484,133568,133717,133862,134014,134155,134321,134545,134623,134924,135090,135245,135612,135770,135934,136120,136343,136981,137258,137530,137796,140624,141075,141531,152668,152816,153330,153767,154201,158541,158626,158747,158846,158963,159050,159173,159274,159393,159486,159593,159936,160043,160288,160409,160818,161066,161166,161271,161390,161899,162046,162165,162416,162549,162964,163218,168433,168680,168805,169122,169243,169471,169592,169725,169872,188533,188960,207370,207794,226493,226922,245370,245796,250637,256054,260145,265576,270318,275695,279679,283671,289062,289544,289977,290733,290963,291206,292339,340509,341413,341877,342270,343350,344094,345287,346271,346749,347042,347425,348940,349705,350848,351289,351730,352206,352480,352877,353808,353986,354739,354876,354967,357161,357427,357749,357959,358068,358187,358371,359343,359813,360564,363041,364292,364591,364819,365047,365306,365882,366236,366358,366497,366771,367031,367901,368187,368590,368992,369335,369547,369748,369961,370250,381137,381210,381297,381382,386051,386174,386297,386428,386545,386665,386797,386911,387029,387142,387263,387451,387638,387819,388002,388186,388367,388549,388669,388789,388897,389007,389119,389227,389337,389502,389668,389795,389960,390061,390181,390342,390505,390666,390833,390952,391069,391249,391431,391612,391795,391950,392082,392204,392339,392502,392695,392821,392973,393115,393285,393441,393613,400578,400773,400865,401038,401200,401295,401464,401558,401647,401890,401979,402272,402735,403202,403670,404143,404607,405070,405534,405999,406460,406928,407399,407869,408327,408796,409266,409456,409635,409741,409849,409955,410067,410181,410293,410407,410523,410637,410745,410855,410963,411159,411538,411942,412089,412197,412307,412415,412529,412938,413352,413468,413886,414127,414557,414992,415402,415824,416234,416356,416765,417181,417303,417521,420341,420409,420753,420833,421189,421339,421483,421559,421671,421761,422023,422288,422387,422539,422647,422723,422835,422925,423027,423135,423243,423343,423451,423536,423640,423727,423805,423919,424011,424275,424542,424643,424796,424906,424990,425379,425477,425585,425679,425809,425917,426039,426175,426283,426403,426537,426659,426787,426929,427055,427195,427321,427439,427571,427669,427779,428079,428191,428309,428773,428889,429192,429318,429414,429815,429925,430049,430187,430297,430419,430731,430855,430985,431461,431589,431904,432042,432204,432420,432576,434337,434405,434489,434593,434796,434985,435186,435379,435584,435897,436109,436225,436471,436687,436891,437082,437300,437537,437689,437949,438091,438252,440835,440949,441069,441185,441279,441600,441699,441817,441918,442197,442482,442761,443043,443296,443555,443808,444064,444488,444564,447158,448513,448957,450811,451386,451594,452604,452984,453125,455626,456052,456164,456299,456496,456667,456850,457025,457212,457434,457592,457676,457780,458267,458823,458981,459200,459431,459654,459889,460111,460377,460515,461114,461228,461366,461478,461602,462173,462668,463214,463359,463452,463544,465471,466041,466339,466528,466734,466927,467137,468021,468166,468558,468716,468933,476989,477421,478296,478916,479113,480061,480826,480949,481722,481943,482143,484120,484220,484310,484681,485351,486033,486713,487405,487974,489587,489908,490971,491141,491666,492561,493195,493361,494847,495463,495699,495920,496878,497143,497408,497620,498034,498270,499555,500004,500191,500440,500682,500858,501099,501332,501557,501899,502112,502207,502468,503819,504294,505520,505990,507038,507490,507734,508191,509436,509919,510069,510413,510559,510697,510833,511121,511422,511724,511840,512669,512791,512903,513052,513318,513588,513854,514122,514378,514638,514894,515152,515404,515660,515912,516166,516398,516634,516886,517142,517394,517648,517880,518114,518226,518651,518775,519712,520310,520506,520743,521011,521304,521521,521735,522034,522226,522438,522618,522910,523174,523511,523730,524143,524380,524672,525277,525515,525784,525924,526178,526322,526512,527320,527660,528408,528632,528929,529708,530045,530445,531754,532339,534412,534606,534824,535050,535262,535461,535668,536791,537028,537503,537893,538357,538696,539033,539793,540057,540400,540591,540938,541026,541134,541242,541555,541880,542199,542530,545097,545285,545546,545795,548236,548428,548693,548946,549462,549812,549981,550495,550730,550854,551266,551480,551882,551985,552115,552290,552542,552738,552878,553072,553570,554639,554927,555057,555834,556491,556637,557343,557581,559121,559271,559688,559853,560539,561009,561205,561296,561380,561524,561758,561925,562853,563139,563299,563914,564073,564401,564628,565140,565502,565581,565920,566025,566390,566761,567122,568996,569625,570701,571125,571378,571530,572520,573257,573460,573706,573953,574171,574413,574734,574998,575303,575526,575837,576026,576741,577010,577504,577730,578170,578329,578613,579358,579723,580028,580186,580424,581743,582141,582369,582589,582731,584021,584127,584257,584395,584519,584807,584976,585076,585361,585475,586358,587113,587552,587676,587922,588115,588249,588440,589219,589437,589728,590007,590324,590546,590841,591124,591228,591511,592327,592643,593204,593710,593915,594701,595106,595767,595956,596507,597073,597193,597595,603871,604401,604700,623112,624206,625800,627807,628059,634061,636356,636796,637548,637732,637943,642601,674630,675358,675560,676695,676845,679432,681576,691491,692943,693250,693758,694207,696001,696261,696843,697338,698375,700241,700432,700765,700921,701114,703449,703678,703886,704022,715424,715722,716934,717802,722797,722913,724137,724274,724420,726248,727386,727917,728343,729954,730202,735118,735234,735409,740015,740162,750926,753300,758995,759090,759183,759267,759354,759452,759543,759634,759722,759806,759902,760006,760080,760165,760264,760368,760464,760566,760669,760769,760859,760944,761045,761143,761233,761328,761415,761521,761623,761717,761808,761889,761965,762057,762146,762266,762377,762460,762546,762641,762735,762841,762939,763036,763131,763229,763329,763432,763527,763620,763714,763806,763908,764006,764109,764194,764292,764414,764512,764625,764719,764808,764897,764980,765071,765156,765264,765365,765466,765564,765670,765761,765860,765957,766055,766151,766244,766354,766452,766547,766657,766749,766849,766948,767035,767139,767244,767351,767458,767557,767666,767758,767855,767966,768077,768188,768292,768407,768523,768650,768770,768850,768958,769048,769149,769232,769323,769408,769500,769603,769698,769794,769887,769968,770077,770156,770263,770354,770453,770546,770649,770753,770854,770955,771059,771153,771257,771361,771474,771580,771686,771794,771911,772000,772108,772208,772287,772377,772461,772553,772626,772714,772796,772881,772980,773077,773168,773259,773351,773446,773544,773643,773745,773842,773939,774032,774119,774203,774300,774397,774490,774577,774668,774767,774866,774961,775050,775131,775230,775325,775422,775518,775615,775699,775798,775893,775990,776086,776183,776272,776373,776470,776569,776667,776766,776856,776947,777036,777125,777207,777300,777391,777464,777531,777604,777671,777747,777824,777876,777949,778022,778088,778155,778223,778289",
+ "endLines": "10,16,27,30,31,32,33,34,37,38,39,40,41,43,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,98,99,121,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,207,209,210,212,213,214,215,216,217,218,219,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,441,446,447,448,474,486,487,488,489,490,491,492,493,494,495,496,500,501,502,503,504,506,507,508,509,510,511,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,552,553,564,574,575,605,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,971,975,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1596,1597,1645,1646,1647,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1666,1669,1670,1671,1690,1691,1692,1693,1694,1695,1696,1704,1713,1714,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1774,1806,1807,1808,1809,1810,1811,1812,1815,1816,1817,1818,1827,1828,1829,1830,1831,1835,1839,1840,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1886,1889,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1944,1945,1946,1947,1948,1955,1956,1957,1958,1959,1969,1973,1977,1981,2028,2035,2043,2208,2218,2227,2236,2245,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2320,2321,2325,2326,2332,2336,2337,2338,2339,2349,2350,2351,2355,2356,2362,2366,2367,2439,2440,2444,2445,2448,2449,2450,2451,2692,2698,2936,2942,3183,3189,3427,3433,3496,3578,3630,3712,3774,3856,3920,3972,4054,4061,4067,4078,4082,4086,4099,4114,4890,4897,4903,4917,4930,4950,4967,4976,4981,4988,5008,5021,5038,5044,5050,5057,5061,5067,5080,5083,5093,5094,5095,5143,5147,5151,5155,5156,5157,5160,5174,5181,5195,5237,5238,5274,5278,5282,5287,5294,5300,5301,5304,5308,5313,5325,5329,5334,5339,5344,5347,5350,5353,5357,5361,5501,5502,5503,5504,5581,5582,5583,5584,5585,5586,5587,5588,5589,5590,5594,5598,5602,5606,5610,5614,5618,5619,5620,5621,5622,5623,5624,5625,5629,5633,5634,5638,5639,5642,5645,5648,5651,5655,5658,5661,5665,5669,5673,5677,5680,5683,5684,5685,5688,5692,5695,5698,5701,5704,5707,5710,5714,5790,5791,5794,5797,5798,5801,5802,5803,5807,5808,5813,5821,5829,5837,5845,5853,5861,5869,5877,5885,5894,5903,5912,5920,5929,5938,5941,5944,5945,5946,5947,5948,5949,5950,5951,5952,5953,5954,5955,5956,5959,5964,5969,5972,5973,5974,5975,5976,5984,5992,5993,6001,6005,6013,6021,6029,6037,6045,6046,6054,6062,6063,6066,6069,6107,6112,6114,6119,6123,6127,6128,6129,6130,6134,6138,6139,6143,6144,6145,6146,6147,6148,6149,6150,6151,6152,6153,6154,6155,6156,6157,6158,6162,6166,6167,6171,6172,6173,6178,6179,6180,6181,6182,6183,6184,6185,6186,6187,6188,6189,6190,6191,6192,6193,6194,6195,6196,6197,6198,6202,6203,6204,6210,6211,6215,6217,6218,6223,6224,6225,6226,6227,6228,6232,6233,6234,6240,6241,6245,6247,6251,6255,6259,6263,6289,6290,6291,6294,6297,6300,6303,6306,6311,6315,6316,6321,6325,6329,6333,6337,6342,6346,6351,6355,6359,6393,6394,6395,6396,6397,6401,6402,6403,6404,6408,6412,6416,6420,6424,6428,6432,6436,6442,6443,6477,6491,6496,6522,6529,6532,6543,6548,6551,6583,6589,6590,6593,6596,6599,6602,6605,6608,6612,6615,6616,6617,6625,6633,6636,6641,6646,6651,6656,6660,6664,6665,6673,6674,6675,6676,6677,6685,6690,6695,6696,6697,6698,6723,6729,6734,6737,6741,6744,6748,6758,6761,6766,6769,6773,6777,6882,6896,6909,6913,6928,6939,6942,6953,6958,6962,6997,6998,6999,7006,7013,7020,7027,7034,7045,7072,7077,7097,7100,7107,7120,7129,7132,7152,7162,7166,7170,7183,7187,7191,7195,7201,7205,7222,7230,7234,7238,7242,7245,7249,7253,7257,7264,7268,7269,7273,7299,7309,7334,7343,7363,7373,7377,7387,7412,7422,7425,7429,7430,7431,7432,7436,7440,7444,7445,7457,7458,7459,7462,7465,7468,7471,7474,7477,7480,7483,7486,7489,7492,7495,7498,7501,7504,7507,7510,7513,7516,7519,7522,7523,7528,7529,7541,7549,7553,7558,7563,7567,7570,7574,7578,7581,7584,7587,7591,7596,7601,7604,7611,7615,7619,7627,7632,7637,7638,7642,7645,7648,7660,7665,7675,7678,7682,7696,7700,7705,7721,7728,7754,7757,7760,7763,7766,7769,7772,7790,7795,7802,7809,7818,7825,7830,7841,7845,7852,7855,7860,7861,7862,7863,7867,7871,7875,7879,7912,7915,7919,7923,7954,7957,7961,7965,7974,7980,7983,7992,7996,7997,8004,8008,8015,8016,8017,8020,8025,8030,8031,8035,8043,8062,8066,8067,8079,8089,8090,8102,8107,8131,8134,8140,8143,8152,8160,8164,8167,8170,8173,8177,8180,8197,8201,8204,8219,8222,8230,8235,8242,8247,8248,8253,8254,8260,8266,8272,8304,8315,8332,8339,8343,8346,8358,8367,8371,8376,8380,8384,8388,8392,8396,8400,8404,8409,8412,8424,8429,8438,8441,8448,8449,8453,8462,8468,8472,8473,8477,8498,8504,8508,8512,8513,8531,8532,8533,8534,8535,8540,8543,8544,8550,8551,8563,8575,8582,8583,8588,8593,8594,8598,8612,8617,8623,8629,8635,8640,8646,8652,8653,8658,8673,8678,8687,8696,8699,8713,8718,8729,8733,8742,8751,8752,8759,8767,8948,8958,9005,9531,9577,9634,9642,9700,9893,9913,9934,9940,9948,10054,10068,10851,10857,10901,10905,10911,10971,11045,11321,11333,11341,11354,11410,11421,11433,11445,11483,11530,11536,11548,11554,11560,11610,11615,11620,11626,11661,11936,11978,12001,12062,12143,12149,12179,12183,12209,12248,12266,12284,12337,12345,12369,12478,12486,12579,12619,12893,12901,12966,13114,13115,13116,13117,13118,13119,13120,13121,13122,13123,13124,13125,13126,13127,13128,13129,13130,13131,13132,13133,13134,13135,13136,13137,13138,13139,13140,13141,13142,13143,13144,13145,13146,13147,13148,13149,13150,13151,13152,13153,13154,13155,13156,13157,13158,13159,13160,13161,13162,13163,13164,13165,13166,13167,13168,13169,13170,13171,13172,13173,13174,13175,13176,13177,13178,13179,13180,13181,13182,13183,13184,13185,13186,13187,13188,13189,13190,13191,13192,13193,13194,13195,13196,13197,13198,13199,13200,13201,13202,13203,13204,13205,13206,13207,13208,13209,13210,13211,13212,13213,13214,13215,13216,13217,13218,13219,13220,13221,13222,13223,13224,13225,13226,13227,13228,13229,13230,13231,13232,13233,13234,13235,13236,13237,13238,13239,13240,13241,13242,13243,13244,13245,13246,13247,13248,13249,13250,13251,13252,13253,13254,13255,13256,13257,13258,13259,13260,13261,13262,13263,13264,13265,13266,13267,13268,13269,13270,13271,13272,13273,13274,13275,13276,13277,13278,13279,13280,13281,13282,13283,13284,13285,13286,13287,13288,13289,13290,13291,13292,13293,13294,13295,13296,13297,13298,13299,13300,13301,13302,13303,13304,13305,13306,13307,13308,13309,13310,13311,13312,13313,13314,13315,13316,13317,13318",
+ "endColumns": "55,48,54,55,59,60,64,54,49,49,52,57,47,68,47,70,71,71,72,66,48,53,36,50,59,46,55,48,57,55,50,59,48,55,55,49,58,46,53,55,53,53,53,48,57,55,46,53,53,47,56,53,55,62,61,55,59,52,60,78,80,71,78,79,75,77,68,75,76,70,72,75,77,68,75,76,63,70,71,50,52,54,66,52,51,49,57,64,47,50,66,65,57,68,57,68,69,72,73,67,66,69,65,72,59,75,59,59,74,67,65,67,59,58,56,65,61,56,67,72,69,61,60,67,61,55,58,61,61,66,56,60,60,60,60,55,55,55,55,57,57,57,57,56,56,56,56,58,58,57,82,82,72,53,68,55,80,80,70,9,52,57,57,57,45,59,53,69,69,64,65,64,67,68,67,9,52,58,57,51,49,51,45,49,55,46,57,57,61,62,61,58,59,64,65,64,61,61,61,61,61,61,65,66,65,62,63,62,67,60,61,61,62,63,62,63,77,58,65,79,60,52,57,50,44,63,58,61,73,70,65,73,68,70,72,70,67,72,75,69,77,67,65,60,68,63,65,67,65,62,67,70,64,72,62,80,63,65,69,69,69,69,66,56,57,58,59,58,58,58,58,58,58,58,58,58,58,59,60,61,60,60,60,60,60,60,60,60,60,60,67,68,69,68,68,68,68,68,68,68,68,68,68,59,60,61,60,60,60,60,60,60,60,60,60,60,61,62,63,62,62,62,62,62,62,62,62,62,62,60,61,62,61,61,61,61,61,61,61,61,61,61,56,86,79,89,94,91,91,89,82,92,86,96,90,100,86,102,88,98,91,99,83,93,87,97,83,99,85,95,87,80,90,95,92,92,90,84,93,88,97,92,101,87,103,90,99,92,100,84,94,88,98,84,100,86,96,65,75,68,78,72,67,77,75,70,80,72,82,74,84,72,80,80,73,83,69,79,77,71,81,69,77,77,77,70,80,64,65,52,75,65,86,75,75,64,54,53,78,77,72,64,62,65,70,70,69,61,68,65,59,66,66,55,50,52,51,53,70,62,58,61,58,72,66,69,59,62,74,71,95,70,55,70,56,56,65,63,70,56,52,62,51,57,66,68,65,58,82,58,56,66,69,73,61,68,69,53,52,53,58,45,56,66,55,64,73,83,72,64,61,55,73,82,88,63,78,73,61,95,64,58,55,55,59,106,46,59,60,63,60,59,57,42,48,51,50,51,48,48,64,65,59,60,55,58,74,56,83,56,74,74,50,67,49,61,59,56,59,48,67,105,101,68,70,99,70,109,88,55,100,109,105,76,111,126,111,126,69,113,130,96,67,117,102,117,60,73,66,104,121,73,66,109,98,72,116,67,105,101,79,70,95,66,73,73,85,87,78,77,100,70,64,111,105,67,112,112,117,77,71,135,135,84,139,75,137,137,141,81,61,95,66,116,120,96,81,86,86,130,130,134,110,113,101,95,103,66,71,109,105,72,90,101,102,94,106,104,121,121,125,58,57,123,123,127,117,117,121,80,56,60,58,59,57,60,57,49,48,66,58,58,48,74,70,68,62,67,65,67,64,65,76,77,105,105,95,128,88,126,65,68,65,97,95,95,97,108,94,88,61,59,64,56,80,53,56,96,109,86,89,51,91,92,101,55,58,48,91,48,53,53,53,53,53,54,109,109,109,109,109,109,109,109,105,105,105,105,94,94,94,94,105,105,105,105,94,94,94,94,107,107,107,107,96,96,96,96,107,107,107,107,97,95,95,97,64,87,57,63,60,61,59,61,67,57,62,62,66,74,72,65,51,52,51,56,83,94,84,80,79,76,78,76,73,73,70,79,71,74,64,60,59,74,73,76,72,69,71,69,72,63,69,47,68,51,84,82,57,65,66,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,50,53,52,53,50,48,65,50,60,60,61,49,40,76,58,58,58,60,55,55,66,60,64,54,64,68,67,77,68,59,70,73,64,71,69,66,83,68,66,69,62,66,67,82,78,89,76,67,66,77,56,56,67,65,55,59,58,53,49,49,47,61,50,72,79,79,63,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,86,86,86,86,57,73,69,55,70,64,61,74,72,89,65,65,60,63,61,57,70,82,58,70,65,64,60,58,70,65,64,82,75,74,80,59,68,69,68,54,55,55,60,57,55,54,61,56,93,68,100,50,69,62,55,57,53,85,83,69,68,69,114,120,66,66,74,66,58,53,53,53,52,51,73,136,139,48,49,49,47,55,57,61,54,57,70,63,58,61,65,65,42,43,44,42,50,46,44,50,50,50,50,47,65,61,62,71,56,54,57,54,58,55,68,68,68,69,62,62,62,62,64,64,64,64,62,63,63,63,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,103,110,108,103,77,64,66,65,69,46,51,49,56,12,149,130,183,177,237,188,168,97,114,84,78,11,64,88,156,156,152,153,58,165,124,124,169,109,120,120,109,111,122,122,81,172,167,147,158,154,172,116,116,167,111,113,171,175,157,132,111,145,151,131,142,121,177,135,95,135,94,166,92,91,186,11,11,11,181,316,181,181,189,231,189,176,161,156,109,182,136,219,183,183,159,157,183,226,202,170,219,221,154,199,183,102,189,140,164,170,199,203,201,164,204,198,198,196,90,148,149,83,148,144,151,140,165,160,77,300,165,154,101,11,163,185,222,124,10,10,10,10,10,10,10,10,10,10,10,10,84,120,98,116,86,122,100,118,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,10,124,10,120,10,120,132,146,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,136,90,10,10,10,10,108,118,10,10,10,10,10,94,10,10,10,10,10,10,121,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,122,122,130,116,119,131,113,117,112,120,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,126,10,100,10,10,10,10,10,10,10,10,10,10,10,10,10,121,134,10,10,10,10,10,10,10,10,10,10,91,10,10,94,10,93,88,10,88,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,105,107,105,111,113,111,113,115,113,107,109,107,10,10,10,10,107,109,107,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,10,10,10,10,10,10,75,111,89,10,10,98,10,107,75,111,89,101,107,107,99,107,84,103,86,77,113,91,10,10,100,10,109,83,10,97,107,93,129,107,121,135,107,119,133,121,127,141,125,139,125,117,131,97,109,10,111,117,10,115,10,10,95,10,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,10,115,10,10,10,10,10,10,10,10,10,10,10,113,119,115,93,10,98,117,100,10,10,10,10,10,10,10,10,10,75,10,10,10,10,10,10,10,10,10,10,10,111,10,10,10,10,10,10,10,10,83,103,10,10,10,10,10,10,10,10,10,137,10,113,137,111,123,10,10,10,144,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,99,89,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,94,10,10,10,10,10,10,10,10,10,10,10,10,10,145,137,135,10,10,10,115,10,121,111,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,111,10,123,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,139,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,87,107,107,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,123,10,10,10,102,129,10,10,10,139,10,10,10,10,129,10,10,145,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,78,10,104,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,158,10,10,10,10,157,10,10,10,10,10,141,10,105,129,137,123,10,10,99,10,113,10,10,10,123,10,10,133,10,10,10,10,10,10,10,10,10,103,10,10,10,10,10,10,10,10,10,10,10,10,119,10,10,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,94,92,83,86,97,90,90,87,83,95,103,73,84,98,103,95,101,102,99,89,84,100,97,89,94,86,105,101,93,90,80,75,91,88,119,110,82,85,94,93,105,97,96,94,97,99,102,94,92,93,91,101,97,102,84,97,121,97,112,93,88,88,82,90,84,107,100,100,97,105,90,98,96,97,95,92,109,97,94,109,91,99,98,86,103,104,106,106,98,108,91,96,110,110,110,103,114,115,126,119,79,107,89,100,82,90,84,91,102,94,95,92,80,108,78,106,90,98,92,102,103,100,100,103,93,103,103,112,105,105,107,116,88,107,99,78,89,83,91,72,87,81,84,98,96,90,90,91,94,97,98,101,96,96,92,86,83,96,96,92,86,90,98,98,94,88,80,98,94,96,95,96,83,98,94,96,95,96,88,100,96,98,97,98,89,90,88,88,81,92,90,72,66,72,66,75,76,51,72,72,65,66,67,65,66",
+ "endOffsets": "541,776,1235,1394,1454,1515,1580,1635,1785,1835,1888,1946,1994,2114,2463,2534,2606,2678,2751,2818,2867,2921,2958,3009,3069,3116,3172,3221,3279,3335,3386,3446,3495,3551,3607,3657,3716,3763,3817,3873,3927,3981,4035,4084,4142,4198,4245,4299,4353,4401,4458,5080,5136,6074,6184,6240,6300,6353,6414,6493,6574,6646,6725,6805,6881,6959,7028,7104,7181,7252,7325,7401,7479,7548,7624,7701,7765,7836,7908,10400,10498,10553,10669,10722,10774,10824,10882,10947,10995,11046,18003,18069,18127,18196,18254,18323,18393,18466,18540,18608,18675,18745,18811,18884,18944,19020,19080,19140,19215,19283,19349,19417,19477,19536,19593,19659,19721,19778,19846,19919,19989,20051,20112,20180,20242,20298,20357,20419,20481,20548,20605,20666,20727,20788,20849,20905,20961,21017,21073,21131,21189,21247,21305,21362,21419,21476,21533,21592,21651,21709,21792,21875,21948,22002,22071,22127,22208,22289,22360,22489,22748,22806,22864,23951,24498,24558,24612,24682,24752,24817,24883,24948,25016,25085,25153,25283,25336,25395,25453,25505,25601,25653,25699,25749,25805,25852,25957,26015,26077,26140,26202,26261,26321,26386,26452,26517,26579,26641,26703,26765,26827,26889,26955,27022,27088,27151,27215,27278,27346,27407,27469,27531,27594,27658,27721,27785,27863,27922,27988,28068,28129,28182,28391,28442,28869,29339,29398,30593,32621,32692,32758,32832,32901,32972,33045,33116,33184,33257,33333,33403,33481,33549,33615,33676,33745,33809,33875,33943,34009,34072,34140,34211,34276,34349,34412,34493,34557,34623,34693,34763,34833,34903,34970,35708,35766,35825,35885,35944,36003,36062,36121,36180,36239,36298,36357,36416,36475,36535,36596,36658,36719,36780,36841,36902,36963,37024,37085,37146,37207,37268,37336,37405,37475,37544,37613,37682,37751,37820,37889,37958,38027,38096,38165,38225,38286,38348,38409,38470,38531,38592,38653,38714,38775,38836,38897,38958,39020,39083,39147,39210,39273,39336,39399,39462,39525,39588,39651,39714,39777,39838,39900,39963,40025,40087,40149,40211,40273,40335,40397,40459,40521,40583,40640,40727,40807,40897,40992,41084,41176,41266,41349,41442,41529,41626,41717,41818,41905,42008,42097,42196,42288,42388,42472,42566,42654,42752,42836,42936,43022,43118,43206,43287,43378,43474,43567,43660,43751,43836,43930,44019,44117,44210,44312,44400,44504,44595,44695,44788,44889,44974,45069,45158,45257,45342,45443,45530,45627,46365,46441,46510,46589,46662,46730,46808,46884,46955,47036,47109,47192,47267,47352,47425,47506,47587,47661,47745,47815,47895,47973,48045,48127,48197,48275,48353,48431,48502,48583,48648,48714,48767,48843,48909,48996,49072,49148,56468,56693,57287,57366,57444,57517,57582,57645,57711,57782,57853,57923,57985,58054,58120,58180,58247,58314,58370,58421,58474,58526,58580,58651,58714,58773,58835,58894,58967,59034,59104,59164,59227,59302,59374,59470,59541,59597,59668,59725,59782,59848,59912,59983,60040,60093,60156,60208,60266,60333,61572,61638,61697,61780,61839,61896,61963,62033,62107,62169,62238,62308,62362,62415,62469,62528,62574,62631,62698,62754,62819,62893,62977,63050,63115,63177,63233,63307,63390,63479,63543,63622,63696,63758,63854,63919,63978,64034,64090,64150,64257,64304,64364,64425,64489,64550,64610,64668,64711,64760,64812,64863,64915,64964,65013,65078,65144,65204,65265,65321,65380,65455,65512,65596,65653,65728,65803,65854,65922,65972,66034,66094,66151,66211,66260,66328,66434,66536,66605,66676,66776,66847,66957,67046,67102,67203,67313,67419,67496,67608,67735,67847,67974,68044,68158,68289,68386,68454,68572,68675,68793,68854,68928,68995,69100,69222,69296,69363,69473,69572,69645,69762,69830,69936,70038,70118,70189,70285,70352,70426,70500,70586,70674,70753,70831,70932,71003,71068,71180,71286,71354,71467,71580,71698,71776,71848,71984,72120,72205,72345,72421,72559,72697,72839,72921,72983,73079,73146,73263,73384,73481,73563,73650,73737,73868,73999,74134,74245,74359,74461,74557,74661,74728,74800,74910,75016,75089,75180,75282,75385,75480,75587,75692,75814,75936,76062,76121,76179,76303,76427,76555,76673,76791,76913,76994,77051,77112,77171,77231,77289,77350,77408,77458,77507,77574,77633,77692,77741,77816,77887,77956,78019,78087,78153,78221,78286,78352,78429,78507,78613,78719,78815,78944,79033,79160,79226,79295,79361,79459,79555,79651,79749,79858,79953,80042,80104,80164,80229,80286,80367,80421,80478,80575,80685,80772,80862,80914,81006,81099,81201,81257,81316,81365,81457,81506,81560,81614,81668,81722,81776,81831,81941,82051,82161,82271,82381,82491,82601,82711,82817,82923,83029,83135,83230,83325,83420,83515,83621,83727,83833,83939,84034,84129,84224,84319,84427,84535,84643,84751,84848,84945,85042,85139,85247,85355,85463,85571,85669,85765,85861,85959,86024,86112,86170,86234,86295,86357,86417,86479,86547,86605,86668,86731,86798,86873,86946,87012,87064,87117,87169,87226,87310,87405,87490,87571,87651,87728,87807,87884,87958,88032,88103,88183,88255,88330,88395,88456,88516,88591,88665,88742,88815,88885,88957,89027,89100,89164,89234,89282,89351,89403,89488,89571,89629,89695,89762,89828,89909,89984,90040,90093,90154,90212,90262,90311,90360,90409,90471,90523,90568,90649,90700,90754,90807,90861,90912,90961,91027,91078,91139,91200,91262,91312,91353,91430,91489,91548,91607,91668,91724,91780,91847,91908,91973,92028,92093,92162,92230,92308,92377,92437,92508,92582,92647,92719,92789,92856,92940,93009,93076,93146,93209,93276,93344,93427,93506,93596,93673,93741,93808,93886,93943,94000,94068,94134,94190,94250,94309,94363,94413,94463,94511,94573,94624,94697,94777,94857,94921,94988,95059,95117,95178,95244,95303,95370,95430,95490,95553,95621,95682,95749,95827,95897,95946,96003,96072,96133,96221,96309,96397,96485,96572,96659,96746,96833,96891,96965,97035,97091,97162,97227,97289,97364,97437,97527,97593,97659,97720,97784,97846,97904,97975,98058,98117,98188,98254,98319,98380,98439,98510,98576,98641,98724,98800,98875,98956,99016,99085,99155,99224,99279,99335,99391,99452,99510,99566,99621,99683,99740,99834,99903,100004,100055,100125,100188,100244,100302,100356,100442,100526,100596,100665,100735,100850,100971,101038,101105,101180,101247,101306,101360,101414,101468,101521,101573,101647,103215,103355,106087,106137,106187,106276,106332,106390,106452,106507,106565,106636,106700,106759,106821,106887,106953,107235,107381,107426,107469,108496,108543,108588,108639,108690,108741,108792,109173,109681,109743,109923,109995,110052,110107,110165,110220,110279,110335,110404,110473,110542,110612,110675,110738,110801,110864,110929,110994,111059,111124,111187,111251,111315,111379,111445,111511,111579,111647,111713,111780,111854,111917,111974,112034,112099,112166,112231,112288,112349,112407,112511,112622,112731,112835,112913,112978,113045,113111,113181,113228,113280,113330,113387,113777,116039,116170,116354,116532,116770,116959,117128,117320,117435,117520,117599,118167,118232,118321,118478,118635,118961,119347,119406,119625,119750,119875,120045,120155,120276,120397,120507,120619,120742,120865,120947,121120,121288,121436,121595,121750,121923,122040,122157,122325,122437,122551,122723,122899,123057,123190,123302,123448,123600,123732,123875,123997,124175,124311,124407,124543,124638,124805,124898,124990,125177,125333,125511,125675,125857,126174,126356,126538,126728,126960,127150,127327,127489,127646,127756,127939,128076,128296,128480,128664,128824,128982,129166,129393,129596,129767,129987,130209,130364,130564,130748,130851,131041,131182,131347,131518,131718,131922,132124,132289,132494,132693,132892,133089,133180,133329,133479,133563,133712,133857,134009,134150,134316,134477,134618,134919,135085,135240,135342,135765,135929,136115,136338,136463,137253,137525,137791,138076,141070,141526,142035,152811,153325,153762,154196,154639,158621,158742,158841,158958,159045,159168,159269,159388,159481,159588,159931,160038,160283,160404,160813,161061,161161,161266,161385,161894,162041,162160,162411,162544,162959,163213,163325,168675,168800,169117,169238,169466,169587,169720,169867,188528,188955,207365,207789,226488,226917,245365,245791,250632,256049,260140,265571,270313,275690,279674,283666,289057,289539,289972,290728,290958,291201,292334,293263,341408,341872,342265,343345,344089,345282,346266,346744,347037,347420,348935,349700,350843,351284,351725,352201,352475,352872,353803,353981,354734,354871,354962,357156,357422,357744,357954,358063,358182,358366,359338,359808,360559,363036,363131,364586,364814,365042,365301,365877,366231,366353,366492,366766,367026,367896,368182,368585,368987,369330,369542,369743,369956,370245,370530,381205,381292,381377,381476,386169,386292,386423,386540,386660,386792,386906,387024,387137,387258,387446,387633,387814,387997,388181,388362,388544,388664,388784,388892,389002,389114,389222,389332,389497,389663,389790,389955,390056,390176,390337,390500,390661,390828,390947,391064,391244,391426,391607,391790,391945,392077,392199,392334,392497,392690,392816,392968,393110,393280,393436,393608,393899,400768,400860,401033,401195,401290,401459,401553,401642,401885,401974,402267,402730,403197,403665,404138,404602,405065,405529,405994,406455,406923,407394,407864,408322,408791,409261,409451,409630,409736,409844,409950,410062,410176,410288,410402,410518,410632,410740,410850,410958,411154,411533,411937,412084,412192,412302,412410,412524,412933,413347,413463,413881,414122,414552,414987,415397,415819,416229,416351,416760,417176,417298,417516,417700,420404,420748,420828,421184,421334,421478,421554,421666,421756,422018,422283,422382,422534,422642,422718,422830,422920,423022,423130,423238,423338,423446,423531,423635,423722,423800,423914,424006,424270,424537,424638,424791,424901,424985,425374,425472,425580,425674,425804,425912,426034,426170,426278,426398,426532,426654,426782,426924,427050,427190,427316,427434,427566,427664,427774,428074,428186,428304,428768,428884,429187,429313,429409,429810,429920,430044,430182,430292,430414,430726,430850,430980,431456,431584,431899,432037,432199,432415,432571,432775,434400,434484,434588,434791,434980,435181,435374,435579,435892,436104,436220,436466,436682,436886,437077,437295,437532,437684,437944,438086,438247,440830,440944,441064,441180,441274,441595,441694,441812,441913,442192,442477,442756,443038,443291,443550,443803,444059,444483,444559,447153,448508,448952,450806,451381,451589,452599,452979,453120,455621,456047,456159,456294,456491,456662,456845,457020,457207,457429,457587,457671,457775,458262,458818,458976,459195,459426,459649,459884,460106,460372,460510,461109,461223,461361,461473,461597,462168,462663,463209,463354,463447,463539,465466,466036,466334,466523,466729,466922,467132,468016,468161,468553,468711,468928,469189,477416,478291,478911,479108,480056,480821,480944,481717,481938,482138,484115,484215,484305,484676,485346,486028,486708,487400,487969,489582,489903,490966,491136,491661,492556,493190,493356,494842,495458,495694,495915,496873,497138,497403,497615,498029,498265,499550,499999,500186,500435,500677,500853,501094,501327,501552,501894,502107,502202,502463,503814,504289,505515,505985,507033,507485,507729,508186,509431,509914,510064,510408,510554,510692,510828,511116,511417,511719,511835,512664,512786,512898,513047,513313,513583,513849,514117,514373,514633,514889,515147,515399,515655,515907,516161,516393,516629,516881,517137,517389,517643,517875,518109,518221,518646,518770,519707,520305,520501,520738,521006,521299,521516,521730,522029,522221,522433,522613,522905,523169,523506,523725,524138,524375,524667,525272,525510,525779,525919,526173,526317,526507,527315,527655,528403,528627,528924,529703,530040,530440,531749,532334,534407,534601,534819,535045,535257,535456,535663,536786,537023,537498,537888,538352,538691,539028,539788,540052,540395,540586,540933,541021,541129,541237,541550,541875,542194,542525,545092,545280,545541,545790,548231,548423,548688,548941,549457,549807,549976,550490,550725,550849,551261,551475,551877,551980,552110,552285,552537,552733,552873,553067,553565,554634,554922,555052,555829,556486,556632,557338,557576,559116,559266,559683,559848,560534,561004,561200,561291,561375,561519,561753,561920,562848,563134,563294,563909,564068,564396,564623,565135,565497,565576,565915,566020,566385,566756,567117,568991,569620,570696,571120,571373,571525,572515,573252,573455,573701,573948,574166,574408,574729,574993,575298,575521,575832,576021,576736,577005,577499,577725,578165,578324,578608,579353,579718,580023,580181,580419,581738,582136,582364,582584,582726,584016,584122,584252,584390,584514,584802,584971,585071,585356,585470,586353,587108,587547,587671,587917,588110,588244,588435,589214,589432,589723,590002,590319,590541,590836,591119,591223,591506,592322,592638,593199,593705,593910,594696,595101,595762,595951,596502,597068,597188,597590,598124,604396,604695,607040,624201,625795,627802,628054,630487,636351,636791,637543,637727,637938,642596,643179,675353,675555,676690,676840,677015,679652,682098,692738,693245,693753,694202,695996,696256,696838,697333,698370,700236,700427,700760,700916,701109,703444,703673,703881,704017,705789,715717,716929,717797,719685,722908,723077,724269,724415,725061,727381,727912,728338,729949,730197,730967,735229,735404,738619,740157,750921,751164,753666,759085,759178,759262,759349,759447,759538,759629,759717,759801,759897,760001,760075,760160,760259,760363,760459,760561,760664,760764,760854,760939,761040,761138,761228,761323,761410,761516,761618,761712,761803,761884,761960,762052,762141,762261,762372,762455,762541,762636,762730,762836,762934,763031,763126,763224,763324,763427,763522,763615,763709,763801,763903,764001,764104,764189,764287,764409,764507,764620,764714,764803,764892,764975,765066,765151,765259,765360,765461,765559,765665,765756,765855,765952,766050,766146,766239,766349,766447,766542,766652,766744,766844,766943,767030,767134,767239,767346,767453,767552,767661,767753,767850,767961,768072,768183,768287,768402,768518,768645,768765,768845,768953,769043,769144,769227,769318,769403,769495,769598,769693,769789,769882,769963,770072,770151,770258,770349,770448,770541,770644,770748,770849,770950,771054,771148,771252,771356,771469,771575,771681,771789,771906,771995,772103,772203,772282,772372,772456,772548,772621,772709,772791,772876,772975,773072,773163,773254,773346,773441,773539,773638,773740,773837,773934,774027,774114,774198,774295,774392,774485,774572,774663,774762,774861,774956,775045,775126,775225,775320,775417,775513,775610,775694,775793,775888,775985,776081,776178,776267,776368,776465,776564,776662,776761,776851,776942,777031,777120,777202,777295,777386,777459,777526,777599,777666,777742,777819,777871,777944,778017,778083,778150,778218,778284,778351"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\1e07c1ec9407da55c1fa77a9193ae1a7\\transformed\\activity-1.6.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "59",
+ "endOffsets": "110"
+ },
+ "to": {
+ "startLines": "1707",
+ "startColumns": "4",
+ "startOffsets": "109266",
+ "endColumns": "59",
+ "endOffsets": "109321"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\6172d78507150ca373b92c11337d7c2d\\transformed\\constraintlayout-2.1.4\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,9,10,15,16,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,42,43,44,45,55,63,64,65,70,71,76,81,82,83,88,89,94,95,100,101,102,108,109,110,115,121,122,123,124,130,131,132,133,136,139,142,143,146,149,150,151,152,153,156,159,160,161,162,168,173,176,179,180,181,186,187,188,191,194,195,198,201,204,207,208,209,212,215,216,221,222,228,233,236,239,240,241,242,243,244,245,246,247,248,249,250,266,272,273,274,275,276,283,289,290,291,294,299,300,308,309,310,311,312,313,314,315,324,325,326,332,333,339,343,344,345,346,347,356,360,361,362,380,566,694,700,704,874,1026,1039,1055,1080,1103,1106,1109,1112,1141,1168,1185,1271,1279,1292,1308,1312,1342,1355,1359,1369,1379,1423,1436,1440,1443,1459,1500,1535,1542,1559",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,339,395,581,642,933,985,1035,1088,1136,1187,1242,1302,1367,1426,1488,1540,1601,1663,1709,1842,1894,1944,1995,2402,2714,2759,2818,3015,3072,3267,3448,3502,3559,3751,3809,4005,4061,4255,4312,4363,4585,4637,4692,4882,5098,5148,5200,5256,5462,5523,5583,5653,5786,5917,6045,6113,6242,6368,6430,6493,6561,6628,6751,6876,6943,7008,7073,7362,7543,7664,7785,7851,7918,8128,8197,8263,8388,8514,8581,8707,8834,8959,9086,9142,9207,9333,9456,9521,9729,9796,10084,10264,10384,10504,10569,10631,10693,10757,10819,10878,10938,10999,11060,11119,11179,11870,12121,12172,12221,12269,12327,12619,12849,12896,12956,13062,13242,13296,13631,13685,13741,13787,13834,13885,13944,13996,14326,14385,14439,14677,14732,15022,15161,15207,15262,15307,15351,15699,15836,15877,15922,16859,25449,31222,31597,31764,39466,46265,46962,47713,48588,49458,49524,49603,49678,51026,52013,52976,56913,57318,57789,58580,58743,60104,60668,60821,61280,61698,63711,64248,64398,64518,65165,66854,68275,68628,69370",
+ "endLines": "8,9,14,15,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,41,42,43,44,54,62,63,64,69,70,75,80,81,82,87,88,93,94,99,100,101,107,108,109,114,120,121,122,123,129,130,131,132,135,138,141,142,145,148,149,150,151,152,155,158,159,160,161,167,172,175,178,179,180,185,186,187,190,193,194,197,200,203,206,207,208,211,214,215,220,221,227,232,235,238,239,240,241,242,243,244,245,246,247,248,249,265,271,272,273,274,275,282,288,289,290,293,298,299,307,308,309,310,311,312,313,314,323,324,325,331,332,338,342,343,344,345,346,355,359,360,361,379,565,693,699,703,873,1025,1038,1054,1079,1102,1105,1108,1111,1140,1167,1184,1270,1278,1291,1307,1311,1341,1354,1358,1368,1378,1422,1435,1439,1442,1458,1499,1534,1541,1558,1561",
+ "endColumns": "11,55,11,60,11,51,49,52,47,50,54,59,64,58,61,51,60,61,45,11,51,49,50,11,11,44,58,11,56,11,11,53,56,11,57,11,55,11,56,50,11,51,54,11,11,49,51,55,11,60,59,69,11,11,11,67,11,11,61,62,67,66,11,11,66,64,64,11,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,55,64,11,11,64,11,66,11,11,11,11,64,61,61,63,61,58,59,60,60,58,59,11,11,50,48,47,57,11,11,46,59,11,11,53,11,53,55,45,46,50,58,51,11,58,53,11,54,11,11,45,54,44,43,11,11,40,44,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24",
+ "endOffsets": "334,390,576,637,928,980,1030,1083,1131,1182,1237,1297,1362,1421,1483,1535,1596,1658,1704,1837,1889,1939,1990,2397,2709,2754,2813,3010,3067,3262,3443,3497,3554,3746,3804,4000,4056,4250,4307,4358,4580,4632,4687,4877,5093,5143,5195,5251,5457,5518,5578,5648,5781,5912,6040,6108,6237,6363,6425,6488,6556,6623,6746,6871,6938,7003,7068,7357,7538,7659,7780,7846,7913,8123,8192,8258,8383,8509,8576,8702,8829,8954,9081,9137,9202,9328,9451,9516,9724,9791,10079,10259,10379,10499,10564,10626,10688,10752,10814,10873,10933,10994,11055,11114,11174,11865,12116,12167,12216,12264,12322,12614,12844,12891,12951,13057,13237,13291,13626,13680,13736,13782,13829,13880,13939,13991,14321,14380,14434,14672,14727,15017,15156,15202,15257,15302,15346,15694,15831,15872,15917,16854,25444,31217,31592,31759,39461,46260,46957,47708,48583,49453,49519,49598,49673,51021,52008,52971,56908,57313,57784,58575,58738,60099,60663,60816,61275,61693,63706,64243,64393,64513,65160,66849,68270,68623,69365,69466"
+ },
+ "to": {
+ "startLines": "2,9,11,17,18,26,28,29,36,42,44,45,46,47,48,86,87,88,89,91,95,96,97,100,110,120,148,149,154,155,160,165,166,167,172,173,178,179,184,185,186,192,193,194,199,205,206,220,221,227,228,229,230,233,236,239,240,243,246,247,248,249,250,253,256,257,258,259,265,270,273,276,277,278,283,284,285,288,291,292,295,298,301,304,305,306,309,312,313,318,319,325,330,333,336,337,338,339,340,341,342,343,344,345,346,347,363,442,443,444,445,450,457,463,464,465,468,473,475,483,484,505,512,549,550,554,555,565,566,567,573,576,582,586,587,588,589,590,599,1648,1705,9739,10107,10272,10400,10406,10410,10559,10794,11020,11046,11071,11094,11097,11100,11103,11130,11157,11174,11827,11835,11848,11864,11868,11898,11911,11915,12063,12073,12127,12382,12406,12600,12967,13004,13039,13094,13111",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "150,434,546,781,842,1133,1240,1290,1692,1999,2119,2174,2234,2299,2358,4463,4515,4576,4638,4745,4878,4930,4980,5141,5548,5971,7913,7972,8169,8226,8421,8602,8656,8713,8905,8963,9159,9215,9409,9466,9517,9739,9791,9846,10036,10252,10302,11051,11107,11313,11374,11434,11504,11637,11768,11896,11964,12093,12219,12281,12344,12412,12479,12602,12727,12794,12859,12924,13213,13394,13515,13636,13702,13769,13979,14048,14114,14239,14365,14432,14558,14685,14810,14937,14993,15058,15184,15307,15372,15580,15647,15935,16115,16235,16355,16420,16482,16544,16608,16670,16729,16789,16850,16911,16970,17030,17690,22494,22545,22594,22642,22929,23221,23451,23498,23558,23664,23844,23956,24291,24345,25510,25857,28187,28238,28447,28499,28874,28933,28987,29225,29403,29605,29744,29790,29845,29890,29934,30282,106192,109178,631754,644842,650960,656625,657000,657167,662397,673250,680825,682103,682957,683827,683893,683972,684047,684831,685722,686541,711057,711462,711933,712724,712887,714248,714812,714965,719690,720108,722501,731284,731972,739368,753671,754414,755835,758152,758894",
+ "endLines": "8,9,15,17,25,26,28,29,36,42,44,45,46,47,48,86,87,88,89,94,95,96,97,109,117,120,148,153,154,159,164,165,166,171,172,177,178,183,184,185,191,192,193,198,204,205,206,220,226,227,228,229,232,235,238,239,242,245,246,247,248,249,252,255,256,257,258,264,269,272,275,276,277,282,283,284,287,290,291,294,297,300,303,304,305,308,311,312,317,318,324,329,332,335,336,337,338,339,340,341,342,343,344,345,346,362,368,442,443,444,445,456,462,463,464,467,472,473,482,483,484,505,512,549,550,554,563,565,566,572,573,581,585,586,587,588,589,598,602,1648,1705,9756,10271,10399,10405,10409,10558,10703,10806,11035,11070,11093,11096,11099,11102,11129,11156,11173,11259,11834,11847,11863,11867,11897,11910,11914,11924,12072,12116,12138,12385,12408,12615,13003,13038,13045,13110,13113",
+ "endColumns": "11,55,11,60,11,51,49,52,47,50,54,59,64,58,61,51,60,61,45,11,51,49,50,11,11,44,58,11,56,11,11,53,56,11,57,11,55,11,56,50,11,51,54,11,11,49,51,55,11,60,59,69,11,11,11,67,11,11,61,62,67,66,11,11,66,64,64,11,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,55,64,11,11,64,11,66,11,11,11,11,64,61,61,63,61,58,59,60,60,58,59,11,11,50,48,47,57,11,11,46,59,11,11,53,11,53,55,45,46,50,58,51,11,58,53,11,54,11,11,45,54,44,43,11,11,40,44,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24",
+ "endOffsets": "429,485,727,837,1128,1180,1285,1338,1735,2045,2169,2229,2294,2353,2415,4510,4571,4633,4679,4873,4925,4975,5026,5543,5855,6011,7967,8164,8221,8416,8597,8651,8708,8900,8958,9154,9210,9404,9461,9512,9734,9786,9841,10031,10247,10297,10349,11102,11308,11369,11429,11499,11632,11763,11891,11959,12088,12214,12276,12339,12407,12474,12597,12722,12789,12854,12919,13208,13389,13510,13631,13697,13764,13974,14043,14109,14234,14360,14427,14553,14680,14805,14932,14988,15053,15179,15302,15367,15575,15642,15930,16110,16230,16350,16415,16477,16539,16603,16665,16724,16784,16845,16906,16965,17025,17685,17936,22540,22589,22637,22695,23216,23446,23493,23553,23659,23839,23893,24286,24340,24396,25551,25899,28233,28292,28494,28824,28928,28982,29220,29275,29600,29739,29785,29840,29885,29929,30277,30414,106228,109218,632686,650955,656620,656995,657162,662392,668518,673942,681571,682952,683822,683888,683967,684042,684826,685717,686536,690473,711457,711928,712719,712882,714243,714807,714960,715419,720103,722116,722792,731429,732087,740010,754409,755830,756183,758889,758990"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\6d0dbda33d1ff2e38283df644a1201c1\\transformed\\databinding-adapters-7.4.2\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4",
+ "startColumns": "4,4,4",
+ "startOffsets": "55,112,155",
+ "endColumns": "56,42,40",
+ "endOffsets": "107,150,191"
+ },
+ "to": {
+ "startLines": "1661,1662,1689",
+ "startColumns": "4,4,4",
+ "startOffsets": "106958,107015,108409",
+ "endColumns": "56,42,40",
+ "endOffsets": "107010,107053,108445"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\a9df7b1a3bd81c577980b02a3cdf93e5\\transformed\\databinding-runtime-7.4.2\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "40",
+ "endOffsets": "91"
+ },
+ "to": {
+ "startLines": "1637",
+ "startColumns": "4",
+ "startOffsets": "105688",
+ "endColumns": "40",
+ "endOffsets": "105724"
+ }
+ },
+ {
+ "source": "E:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\src\\main\\res\\values\\strings.xml",
+ "from": {
+ "startLines": "11,21,1,3,2,10,5,18,17,22,14,7,9,19,20,16,8,4,6,13,15,12",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "606,1295,16,114,64,542,211,1105,1031,1345,820,335,483,1177,1232,951,394,158,272,742,888,671",
+ "endColumns": "64,49,47,43,49,63,60,71,73,68,67,58,58,54,62,79,88,52,62,77,62,70",
+ "endOffsets": "666,1340,59,153,109,601,267,1172,1100,1409,883,389,537,1227,1290,1026,478,206,330,815,946,737"
+ },
+ "to": {
+ "startLines": "1775,1803,1805,1813,1814,1819,1820,1821,1822,1823,1824,1832,1833,1834,1836,1837,1838,1841,1943,1949,1950,1951",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "113782,115713,115846,117133,117177,117604,117668,117729,117801,117875,117944,118640,118699,118758,118966,119029,119109,119411,134482,135347,135425,135488",
+ "endColumns": "64,49,47,43,49,63,60,71,73,68,67,58,58,54,62,79,88,52,62,77,62,70",
+ "endOffsets": "113842,115758,115889,117172,117222,117663,117724,117796,117870,117939,118007,118694,118753,118808,119024,119104,119193,119459,134540,135420,135483,135554"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\9568ec7a10fd9c3c615a39ff629c863e\\transformed\\appcompat-1.6.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,221,222,226,230,234,239,245,252,256,260,265,269,273,277,281,285,289,295,299,305,309,315,319,324,328,331,335,341,345,351,355,361,364,368,372,376,380,384,385,386,387,390,393,396,399,403,404,405,406,407,410,412,414,416,421,422,426,432,436,437,439,451,452,456,462,466,467,468,472,499,503,504,508,536,708,734,905,931,962,970,976,992,1014,1019,1024,1034,1043,1052,1056,1063,1082,1089,1090,1099,1102,1105,1109,1113,1117,1120,1121,1126,1131,1141,1146,1153,1159,1160,1163,1167,1172,1174,1176,1179,1182,1184,1188,1191,1198,1201,1204,1208,1210,1214,1216,1218,1220,1224,1232,1240,1252,1258,1267,1270,1281,1284,1285,1290,1291,1296,1365,1435,1436,1446,1455,1456,1458,1462,1465,1468,1471,1474,1477,1480,1483,1487,1490,1493,1496,1500,1503,1507,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1533,1535,1536,1537,1538,1539,1540,1541,1542,1544,1545,1547,1548,1550,1552,1553,1555,1556,1557,1558,1559,1560,1562,1563,1564,1565,1566,1567,1569,1571,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1587,1588,1589,1590,1591,1592,1593,1595,1599,1603,1604,1605,1606,1607,1608,1612,1613,1614,1615,1617,1619,1621,1623,1625,1626,1627,1628,1630,1632,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1648,1649,1650,1651,1653,1655,1656,1658,1659,1661,1663,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1678,1679,1680,1681,1683,1684,1685,1686,1687,1689,1691,1693,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1785,1788,1791,1794,1808,1814,1824,1827,1856,1883,1892,1956,2319,2323,2351,2379,2397,2421,2427,2433,2454,2578,2598,2604,2608,2649,2661,2727,2747,2802,2814,2840",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,160,205,254,295,350,412,476,546,607,682,758,835,913,998,1080,1156,1232,1309,1387,1493,1599,1678,1758,1815,1873,1947,2022,2087,2153,2213,2274,2346,2419,2486,2554,2613,2672,2731,2790,2849,2903,2957,3010,3064,3118,3172,3226,3300,3379,3452,3526,3597,3669,3741,3814,3871,3929,4002,4076,4150,4225,4297,4370,4440,4511,4571,4632,4701,4770,4840,4914,4990,5054,5131,5207,5284,5349,5418,5495,5570,5639,5707,5784,5850,5911,6008,6073,6142,6241,6312,6371,6429,6486,6545,6609,6680,6752,6824,6896,6968,7035,7103,7171,7230,7293,7357,7447,7538,7598,7664,7731,7797,7867,7931,7984,8051,8112,8179,8292,8350,8413,8478,8543,8618,8691,8763,8807,8854,8900,8949,9010,9071,9132,9194,9258,9322,9386,9451,9514,9574,9635,9701,9760,9820,9882,9953,10013,10081,10167,10254,10344,10431,10519,10601,10684,10774,10865,10917,10975,11020,11086,11150,11207,11264,11318,11375,11423,11472,11523,11557,11604,11653,11699,11731,11795,11857,11917,11974,12048,12118,12196,12250,12320,12405,12453,12499,12560,12623,12689,12753,12824,12887,12952,13016,13077,13138,13190,13263,13337,13406,13481,13555,13629,13770,13840,13893,13971,14061,14149,14245,14335,14917,15006,15253,15534,15786,16071,16464,16941,17163,17385,17661,17888,18118,18348,18578,18808,19035,19454,19680,20105,20335,20763,20982,21265,21473,21604,21831,22257,22482,22909,23130,23555,23675,23951,24252,24576,24867,25181,25318,25449,25554,25796,25963,26167,26375,26646,26758,26870,26975,27092,27306,27452,27592,27678,28026,28114,28360,28778,29027,29109,29207,29864,29964,30216,30640,30895,30989,31078,31315,33339,33581,33683,33936,36092,46773,48289,58984,60512,62269,62895,63315,64576,65841,66097,66333,66880,67374,67979,68177,68757,70125,70500,70618,71156,71313,71509,71782,72038,72208,72349,72413,72778,73145,73821,74085,74423,74776,74870,75056,75362,75624,75749,75876,76115,76326,76445,76638,76815,77270,77451,77573,77832,77945,78132,78234,78341,78470,78745,79253,79749,80626,80920,81490,81639,82371,82543,82627,82963,83055,83333,88564,93935,93997,94575,95159,95250,95363,95592,95752,95904,96075,96241,96410,96577,96740,96983,97153,97326,97497,97771,97970,98175,98505,98589,98685,98781,98879,98979,99081,99183,99285,99387,99489,99589,99685,99797,99926,100049,100180,100311,100409,100523,100617,100757,100891,100987,101099,101199,101315,101411,101523,101623,101763,101899,102063,102193,102351,102501,102642,102786,102921,103033,103183,103311,103439,103575,103707,103837,103967,104079,104219,104365,104509,104647,104713,104803,104879,104983,105073,105175,105283,105391,105491,105571,105663,105761,105871,105923,106001,106107,106199,106303,106413,106535,106698,106855,106935,107035,107125,107235,107325,107566,107660,107766,107858,107958,108070,108184,108300,108416,108510,108624,108736,108838,108958,109080,109162,109266,109386,109512,109610,109704,109792,109904,110020,110142,110254,110429,110545,110631,110723,110835,110959,111026,111152,111220,111348,111492,111620,111689,111784,111899,112012,112111,112220,112331,112442,112543,112648,112748,112878,112969,113092,113186,113298,113384,113488,113584,113672,113790,113894,113998,114124,114212,114320,114420,114510,114620,114704,114806,114890,114944,115008,115114,115200,115310,115394,115514,118130,118248,118363,118443,118804,119037,119554,119632,120976,122337,122725,125568,135621,135756,137126,138483,139055,139806,140068,140268,140647,144925,145531,145760,145911,147209,147521,150547,151291,153422,153762,155073",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,220,221,225,229,233,238,244,251,255,259,264,268,272,276,280,284,288,294,298,304,308,314,318,323,327,330,334,340,344,350,354,360,363,367,371,375,379,383,384,385,386,389,392,395,398,402,403,404,405,406,409,411,413,415,420,421,425,431,435,436,438,450,451,455,461,465,466,467,471,498,502,503,507,535,707,733,904,930,961,969,975,991,1013,1018,1023,1033,1042,1051,1055,1062,1081,1088,1089,1098,1101,1104,1108,1112,1116,1119,1120,1125,1130,1140,1145,1152,1158,1159,1162,1166,1171,1173,1175,1178,1181,1183,1187,1190,1197,1200,1203,1207,1209,1213,1215,1217,1219,1223,1231,1239,1251,1257,1266,1269,1280,1283,1284,1289,1290,1295,1364,1434,1435,1445,1454,1455,1457,1461,1464,1467,1470,1473,1476,1479,1482,1486,1489,1492,1495,1499,1502,1506,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1532,1534,1535,1536,1537,1538,1539,1540,1541,1543,1544,1546,1547,1549,1551,1552,1554,1555,1556,1557,1558,1559,1561,1562,1563,1564,1565,1566,1568,1570,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1586,1587,1588,1589,1590,1591,1592,1594,1598,1602,1603,1604,1605,1606,1607,1611,1612,1613,1614,1616,1618,1620,1622,1624,1625,1626,1627,1629,1631,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1647,1648,1649,1650,1652,1654,1655,1657,1658,1660,1662,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1677,1678,1679,1680,1682,1683,1684,1685,1686,1688,1690,1692,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1784,1787,1790,1793,1807,1813,1823,1826,1855,1882,1891,1955,2318,2322,2350,2378,2396,2420,2426,2432,2453,2577,2597,2603,2607,2613,2660,2726,2746,2801,2813,2839,2846",
+ "endColumns": "54,44,48,40,54,61,63,69,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,66,60,66,112,57,62,64,64,74,72,71,43,46,45,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,60,62,65,63,70,62,64,63,60,60,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,12,91,12,12,12,61,12,12,90,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,51,77,105,91,103,109,12,12,12,79,99,89,109,89,12,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,85,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24",
+ "endOffsets": "155,200,249,290,345,407,471,541,602,677,753,830,908,993,1075,1151,1227,1304,1382,1488,1594,1673,1753,1810,1868,1942,2017,2082,2148,2208,2269,2341,2414,2481,2549,2608,2667,2726,2785,2844,2898,2952,3005,3059,3113,3167,3221,3295,3374,3447,3521,3592,3664,3736,3809,3866,3924,3997,4071,4145,4220,4292,4365,4435,4506,4566,4627,4696,4765,4835,4909,4985,5049,5126,5202,5279,5344,5413,5490,5565,5634,5702,5779,5845,5906,6003,6068,6137,6236,6307,6366,6424,6481,6540,6604,6675,6747,6819,6891,6963,7030,7098,7166,7225,7288,7352,7442,7533,7593,7659,7726,7792,7862,7926,7979,8046,8107,8174,8287,8345,8408,8473,8538,8613,8686,8758,8802,8849,8895,8944,9005,9066,9127,9189,9253,9317,9381,9446,9509,9569,9630,9696,9755,9815,9877,9948,10008,10076,10162,10249,10339,10426,10514,10596,10679,10769,10860,10912,10970,11015,11081,11145,11202,11259,11313,11370,11418,11467,11518,11552,11599,11648,11694,11726,11790,11852,11912,11969,12043,12113,12191,12245,12315,12400,12448,12494,12555,12618,12684,12748,12819,12882,12947,13011,13072,13133,13185,13258,13332,13401,13476,13550,13624,13765,13835,13888,13966,14056,14144,14240,14330,14912,15001,15248,15529,15781,16066,16459,16936,17158,17380,17656,17883,18113,18343,18573,18803,19030,19449,19675,20100,20330,20758,20977,21260,21468,21599,21826,22252,22477,22904,23125,23550,23670,23946,24247,24571,24862,25176,25313,25444,25549,25791,25958,26162,26370,26641,26753,26865,26970,27087,27301,27447,27587,27673,28021,28109,28355,28773,29022,29104,29202,29859,29959,30211,30635,30890,30984,31073,31310,33334,33576,33678,33931,36087,46768,48284,58979,60507,62264,62890,63310,64571,65836,66092,66328,66875,67369,67974,68172,68752,70120,70495,70613,71151,71308,71504,71777,72033,72203,72344,72408,72773,73140,73816,74080,74418,74771,74865,75051,75357,75619,75744,75871,76110,76321,76440,76633,76810,77265,77446,77568,77827,77940,78127,78229,78336,78465,78740,79248,79744,80621,80915,81485,81634,82366,82538,82622,82958,83050,83328,88559,93930,93992,94570,95154,95245,95358,95587,95747,95899,96070,96236,96405,96572,96735,96978,97148,97321,97492,97766,97965,98170,98500,98584,98680,98776,98874,98974,99076,99178,99280,99382,99484,99584,99680,99792,99921,100044,100175,100306,100404,100518,100612,100752,100886,100982,101094,101194,101310,101406,101518,101618,101758,101894,102058,102188,102346,102496,102637,102781,102916,103028,103178,103306,103434,103570,103702,103832,103962,104074,104214,104360,104504,104642,104708,104798,104874,104978,105068,105170,105278,105386,105486,105566,105658,105756,105866,105918,105996,106102,106194,106298,106408,106530,106693,106850,106930,107030,107120,107230,107320,107561,107655,107761,107853,107953,108065,108179,108295,108411,108505,108619,108731,108833,108953,109075,109157,109261,109381,109507,109605,109699,109787,109899,110015,110137,110249,110424,110540,110626,110718,110830,110954,111021,111147,111215,111343,111487,111615,111684,111779,111894,112007,112106,112215,112326,112437,112538,112643,112743,112873,112964,113087,113181,113293,113379,113483,113579,113667,113785,113889,113993,114119,114207,114315,114415,114505,114615,114699,114801,114885,114939,115003,115109,115195,115305,115389,115509,118125,118243,118358,118438,118799,119032,119549,119627,120971,122332,122720,125563,135616,135751,137121,138478,139050,139801,140063,140263,140642,144920,145526,145755,145906,146121,147516,150542,151286,153417,153757,155068,155271"
+ },
+ "to": {
+ "startLines": "118,208,211,551,603,604,606,607,608,609,610,611,612,615,616,617,618,620,621,622,623,624,625,626,627,668,669,670,671,672,673,674,675,676,677,812,813,814,815,816,817,818,819,820,821,822,823,865,866,867,868,869,870,871,872,875,876,877,878,879,880,881,882,883,884,887,888,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,1032,1033,1037,1038,1039,1040,1041,1042,1043,1588,1589,1590,1591,1592,1593,1594,1595,1633,1634,1635,1636,1641,1664,1665,1673,1703,1711,1712,1715,1716,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1952,1961,1962,1963,1964,1965,1982,1990,1991,1995,1999,2010,2015,2044,2051,2055,2059,2064,2068,2072,2076,2080,2084,2088,2094,2098,2104,2108,2114,2118,2123,2127,2130,2134,2140,2144,2150,2154,2160,2163,2167,2171,2175,2179,2183,2184,2185,2186,2189,2192,2195,2198,2202,2203,2204,2205,2246,2249,2251,2253,2255,2260,2261,2265,2271,2275,2276,2278,2290,2291,2295,2301,2305,2368,2369,2373,2400,2404,2405,2409,4115,4287,4313,4484,4510,4541,4549,4555,4571,4593,4598,4603,4613,4622,4631,4635,4642,4661,4668,4669,4678,4681,4684,4688,4692,4696,4699,4700,4705,4710,4720,4725,4732,4738,4739,4742,4746,4751,4753,4755,4758,4761,4763,4767,4770,4777,4780,4783,4787,4789,4793,4795,4797,4799,4803,4811,4819,4831,4837,4846,4849,4860,4863,4864,4869,4870,5362,5431,5505,5506,5516,5525,5526,5528,5532,5535,5538,5541,5544,5547,5550,5553,5557,5560,5563,5566,5570,5573,5577,5721,5722,5723,5724,5725,5726,5727,5728,5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5741,5743,5745,5746,5747,5748,5749,5750,5751,5752,5754,5755,5757,5758,5760,5762,5763,5765,5766,5767,5768,5769,5770,5772,5773,5774,5775,5776,6070,6072,6074,6076,6077,6078,6079,6080,6081,6082,6083,6084,6085,6086,6087,6088,6090,6091,6092,6093,6094,6095,6096,6098,6102,6277,6278,6279,6280,6281,6282,6286,6287,6288,6778,6780,6782,6784,6786,6788,6789,6790,6791,6793,6795,6797,6798,6799,6800,6801,6802,6803,6804,6805,6806,6807,6808,6811,6812,6813,6814,6816,6818,6819,6821,6822,6824,6826,6828,6829,6830,6831,6832,6833,6834,6835,6836,6837,6838,6839,6841,6842,6843,6844,6846,6847,6848,6849,6850,6852,6854,6856,6858,6859,6860,6861,6862,6863,6864,6865,6866,6867,6868,6869,6870,6871,6872,8786,8861,8864,8867,8870,8884,8890,9006,9009,9038,9065,9074,9138,9701,9757,10079,10807,11260,11284,11322,11662,11683,11807,12117,12123,12150,12370,12409,12580,12902,13046,13058,13087",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "5860,10405,10558,28297,30419,30474,30598,30662,30732,30793,30868,30944,31021,31259,31344,31426,31502,31620,31697,31775,31881,31987,32066,32146,32203,34975,35049,35124,35189,35255,35315,35376,35448,35521,35588,45632,45691,45750,45809,45868,45927,45981,46035,46088,46142,46196,46250,49327,49401,49480,49553,49627,49698,49770,49842,50009,50066,50124,50197,50271,50345,50420,50492,50565,50635,50796,50856,50959,51028,51097,51167,51241,51317,51381,51458,51534,51611,51676,51745,51822,51897,51966,52034,52111,52177,52238,52335,52400,52469,52568,52639,52698,52756,52813,52872,52936,53007,53079,53151,53223,53295,53362,53430,53498,53557,53620,53684,53774,53865,53925,53991,54058,54124,54194,54258,54311,54378,54439,54506,54619,54677,54740,54805,54870,54945,55018,55090,55134,55181,55227,55276,55337,55398,55459,55521,55585,55649,55713,55778,55841,55901,55962,56028,56087,56147,56209,56280,56340,60338,60424,60674,60764,60851,60939,61021,61104,61194,102630,102682,102740,102785,102851,102915,102972,103029,105483,105540,105588,105637,105873,107101,107148,107539,109098,109494,109558,109748,109808,113847,113921,113991,114069,114123,114193,114278,114326,114372,114433,114496,114562,114626,114697,114760,114825,114889,114950,115011,115063,115136,115210,115279,115354,115428,115502,115643,135559,136539,136617,136707,136795,136891,138081,138663,138752,138999,139280,139946,140231,142040,142517,142739,142961,143237,143464,143694,143924,144154,144384,144611,145030,145256,145681,145911,146339,146558,146841,147049,147180,147407,147833,148058,148485,148706,149131,149251,149527,149828,150152,150443,150757,150894,151025,151130,151372,151539,151743,151951,152222,152334,152446,152551,154644,154858,155004,155144,155230,155578,155666,155912,156330,156579,156661,156759,157416,157516,157768,158192,158447,163330,163419,163656,165680,165922,166024,166277,293268,303949,305465,316160,317688,319445,320071,320491,321752,323017,323273,323509,324056,324550,325155,325353,325933,327301,327676,327794,328332,328489,328685,328958,329214,329384,329525,329589,329954,330321,330997,331261,331599,331952,332046,332232,332538,332800,332925,333052,333291,333502,333621,333814,333991,334446,334627,334749,335008,335121,335308,335410,335517,335646,335921,336429,336925,337802,338096,338666,338815,339547,339719,339803,340139,340231,370535,375766,381481,381543,382121,382705,382796,382909,383138,383298,383450,383621,383787,383956,384123,384286,384529,384699,384872,385043,385317,385516,385721,394106,394190,394286,394382,394480,394580,394682,394784,394886,394988,395090,395190,395286,395398,395527,395650,395781,395912,396010,396124,396218,396358,396492,396588,396700,396800,396916,397012,397124,397224,397364,397500,397664,397794,397952,398102,398243,398387,398522,398634,398784,398912,399040,399176,399308,399438,399568,399680,417705,417851,417995,418133,418199,418289,418365,418469,418559,418661,418769,418877,418977,419057,419149,419247,419357,419409,419487,419593,419685,419789,419899,420021,420184,433334,433414,433514,433604,433714,433804,434045,434139,434245,469194,469294,469406,469520,469636,469752,469846,469960,470072,470174,470294,470416,470498,470602,470722,470848,470946,471040,471128,471240,471356,471478,471590,471765,471881,471967,472059,472171,472295,472362,472488,472556,472684,472828,472956,473025,473120,473235,473348,473447,473556,473667,473778,473879,473984,474084,474214,474305,474428,474522,474634,474720,474824,474920,475008,475126,475230,475334,475460,475548,475656,475756,475846,475956,476040,476142,476226,476280,476344,476450,476536,476646,476730,598944,601560,601678,601793,601873,602234,602467,607045,607123,608467,609828,610216,613059,630492,632691,643485,673947,690478,691229,692743,705794,706173,710451,722121,722350,723082,730972,732092,738624,751169,756188,756528,757949",
+ "endLines": "118,208,211,551,603,604,606,607,608,609,610,611,612,615,616,617,618,620,621,622,623,624,625,626,627,668,669,670,671,672,673,674,675,676,677,812,813,814,815,816,817,818,819,820,821,822,823,865,866,867,868,869,870,871,872,875,876,877,878,879,880,881,882,883,884,887,888,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,1032,1033,1037,1038,1039,1040,1041,1042,1043,1588,1589,1590,1591,1592,1593,1594,1595,1633,1634,1635,1636,1641,1664,1665,1673,1703,1711,1712,1715,1716,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1952,1961,1962,1963,1964,1965,1989,1990,1994,1998,2002,2014,2020,2050,2054,2058,2063,2067,2071,2075,2079,2083,2087,2093,2097,2103,2107,2113,2117,2122,2126,2129,2133,2139,2143,2149,2153,2159,2162,2166,2170,2174,2178,2182,2183,2184,2185,2188,2191,2194,2197,2201,2202,2203,2204,2205,2248,2250,2252,2254,2259,2260,2264,2270,2274,2275,2277,2289,2290,2294,2300,2304,2305,2368,2372,2399,2403,2404,2408,2436,4286,4312,4483,4509,4540,4548,4554,4570,4592,4597,4602,4612,4621,4630,4634,4641,4660,4667,4668,4677,4680,4683,4687,4691,4695,4698,4699,4704,4709,4719,4724,4731,4737,4738,4741,4745,4750,4752,4754,4757,4760,4762,4766,4769,4776,4779,4782,4786,4788,4792,4794,4796,4798,4802,4810,4818,4830,4836,4845,4848,4859,4862,4863,4868,4869,4874,5430,5500,5505,5515,5524,5525,5527,5531,5534,5537,5540,5543,5546,5549,5552,5556,5559,5562,5565,5569,5572,5576,5580,5721,5722,5723,5724,5725,5726,5727,5728,5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5742,5744,5745,5746,5747,5748,5749,5750,5751,5753,5754,5756,5757,5759,5761,5762,5764,5765,5766,5767,5768,5769,5771,5772,5773,5774,5775,5776,6071,6073,6075,6076,6077,6078,6079,6080,6081,6082,6083,6084,6085,6086,6087,6089,6090,6091,6092,6093,6094,6095,6097,6101,6105,6277,6278,6279,6280,6281,6285,6286,6287,6288,6779,6781,6783,6785,6787,6788,6789,6790,6792,6794,6796,6797,6798,6799,6800,6801,6802,6803,6804,6805,6806,6807,6810,6811,6812,6813,6815,6817,6818,6820,6821,6823,6825,6827,6828,6829,6830,6831,6832,6833,6834,6835,6836,6837,6838,6840,6841,6842,6843,6845,6846,6847,6848,6849,6851,6853,6855,6857,6858,6859,6860,6861,6862,6863,6864,6865,6866,6867,6868,6869,6870,6871,6872,8860,8863,8866,8869,8883,8889,8899,9008,9037,9064,9073,9137,9500,9704,9784,10106,10824,11283,11289,11327,11682,11806,11826,12122,12126,12155,12381,12474,12599,12956,13057,13083,13093",
+ "endColumns": "54,44,48,40,54,61,63,69,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,66,60,66,112,57,62,64,64,74,72,71,43,46,45,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,60,62,65,63,70,62,64,63,60,60,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,12,91,12,12,12,61,12,12,90,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,51,77,105,91,103,109,12,12,12,79,99,89,109,89,12,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,85,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24",
+ "endOffsets": "5910,10445,10602,28333,30469,30531,30657,30727,30788,30863,30939,31016,31094,31339,31421,31497,31573,31692,31770,31876,31982,32061,32141,32198,32256,35044,35119,35184,35250,35310,35371,35443,35516,35583,35651,45686,45745,45804,45863,45922,45976,46030,46083,46137,46191,46245,46299,49396,49475,49548,49622,49693,49765,49837,49910,50061,50119,50192,50266,50340,50415,50487,50560,50630,50701,50851,50912,51023,51092,51162,51236,51312,51376,51453,51529,51606,51671,51740,51817,51892,51961,52029,52106,52172,52233,52330,52395,52464,52563,52634,52693,52751,52808,52867,52931,53002,53074,53146,53218,53290,53357,53425,53493,53552,53615,53679,53769,53860,53920,53986,54053,54119,54189,54253,54306,54373,54434,54501,54614,54672,54735,54800,54865,54940,55013,55085,55129,55176,55222,55271,55332,55393,55454,55516,55580,55644,55708,55773,55836,55896,55957,56023,56082,56142,56204,56275,56335,56403,60419,60506,60759,60846,60934,61016,61099,61189,61280,102677,102735,102780,102846,102910,102967,103024,103078,105535,105583,105632,105683,105902,107143,107192,107580,109125,109553,109615,109803,109860,113916,113986,114064,114118,114188,114273,114321,114367,114428,114491,114557,114621,114692,114755,114820,114884,114945,115006,115058,115131,115205,115274,115349,115423,115497,115638,115708,135607,136612,136702,136790,136886,136976,138658,138747,138994,139275,139527,140226,140619,142512,142734,142956,143232,143459,143689,143919,144149,144379,144606,145025,145251,145676,145906,146334,146553,146836,147044,147175,147402,147828,148053,148480,148701,149126,149246,149522,149823,150147,150438,150752,150889,151020,151125,151367,151534,151738,151946,152217,152329,152441,152546,152663,154853,154999,155139,155225,155573,155661,155907,156325,156574,156656,156754,157411,157511,157763,158187,158442,158536,163414,163651,165675,165917,166019,166272,168428,303944,305460,316155,317683,319440,320066,320486,321747,323012,323268,323504,324051,324545,325150,325348,325928,327296,327671,327789,328327,328484,328680,328953,329209,329379,329520,329584,329949,330316,330992,331256,331594,331947,332041,332227,332533,332795,332920,333047,333286,333497,333616,333809,333986,334441,334622,334744,335003,335116,335303,335405,335512,335641,335916,336424,336920,337797,338091,338661,338810,339542,339714,339798,340134,340226,340504,375761,381132,381538,382116,382700,382791,382904,383133,383293,383445,383616,383782,383951,384118,384281,384524,384694,384867,385038,385312,385511,385716,386046,394185,394281,394377,394475,394575,394677,394779,394881,394983,395085,395185,395281,395393,395522,395645,395776,395907,396005,396119,396213,396353,396487,396583,396695,396795,396911,397007,397119,397219,397359,397495,397659,397789,397947,398097,398238,398382,398517,398629,398779,398907,399035,399171,399303,399433,399563,399675,399815,417846,417990,418128,418194,418284,418360,418464,418554,418656,418764,418872,418972,419052,419144,419242,419352,419404,419482,419588,419680,419784,419894,420016,420179,420336,433409,433509,433599,433709,433799,434040,434134,434240,434332,469289,469401,469515,469631,469747,469841,469955,470067,470169,470289,470411,470493,470597,470717,470843,470941,471035,471123,471235,471351,471473,471585,471760,471876,471962,472054,472166,472290,472357,472483,472551,472679,472823,472951,473020,473115,473230,473343,473442,473551,473662,473773,473874,473979,474079,474209,474300,474423,474517,474629,474715,474819,474915,475003,475121,475225,475329,475455,475543,475651,475751,475841,475951,476035,476137,476221,476275,476339,476445,476531,476641,476725,476845,601555,601673,601788,601868,602229,602462,602979,607118,608462,609823,610211,613054,623107,630622,634056,644837,674514,691224,691486,692938,706168,710446,711052,722345,722496,723292,731279,735113,739363,753295,756523,757834,758147"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\2e11ca9bbba524264a6e297c84586031\\transformed\\core-1.9.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,89,90,94,95,96,97,103,113,146,167,200",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,115,187,275,344,407,477,545,617,687,748,822,895,956,1017,1079,1143,1205,1266,1334,1434,1494,1560,1633,1702,1759,1811,1873,1945,2021,2086,2145,2204,2264,2324,2384,2444,2504,2564,2624,2684,2744,2804,2863,2923,2983,3043,3103,3163,3223,3283,3343,3403,3463,3522,3582,3642,3701,3760,3819,3878,3937,3996,4031,4066,4121,4184,4239,4297,4355,4416,4479,4536,4587,4637,4698,4755,4821,4855,4890,4925,4995,5066,5183,5384,5494,5695,5824,5896,5963,6166,6467,8198,8879,9561",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,88,89,93,94,95,96,102,112,145,166,199,205",
+ "endColumns": "59,71,87,68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,64,58,58,59,59,59,59,59,59,59,59,59,59,58,59,59,59,59,59,59,59,59,59,59,58,59,59,58,58,58,58,58,58,34,34,54,62,54,57,57,60,62,56,50,49,60,56,65,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24,24",
+ "endOffsets": "110,182,270,339,402,472,540,612,682,743,817,890,951,1012,1074,1138,1200,1261,1329,1429,1489,1555,1628,1697,1754,1806,1868,1940,2016,2081,2140,2199,2259,2319,2379,2439,2499,2559,2619,2679,2739,2799,2858,2918,2978,3038,3098,3158,3218,3278,3338,3398,3458,3517,3577,3637,3696,3755,3814,3873,3932,3991,4026,4061,4116,4179,4234,4292,4350,4411,4474,4531,4582,4632,4693,4750,4816,4850,4885,4920,4990,5061,5178,5379,5489,5690,5819,5891,5958,6161,6462,8193,8874,9556,9723"
+ },
+ "to": {
+ "startLines": "449,613,614,862,863,976,977,978,979,980,981,982,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1643,1644,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1697,1770,1960,5777,5778,5782,5783,5787,6873,6874,9705,10069,10912,10945,10981,11014",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "22869,31099,31171,49153,49222,56698,56768,56836,56908,56978,57039,57113,101652,101713,101774,101836,101900,101962,102023,102091,102191,102251,102317,102390,102459,102516,102568,103360,103432,103508,103573,103632,103691,103751,103811,103871,103931,103991,104051,104111,104171,104231,104291,104350,104410,104470,104530,104590,104650,104710,104770,104830,104890,104950,105009,105069,105129,105188,105247,105306,105365,105424,105973,106008,107585,107640,107703,107758,107816,107874,107935,107998,108055,108106,108156,108217,108274,108340,108374,108797,113392,136468,399820,399937,400138,400248,400449,476850,476922,630627,643184,677020,678751,679976,680658",
+ "endLines": "449,613,614,862,863,976,977,978,979,980,981,982,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1643,1644,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1697,1770,1960,5777,5781,5782,5786,5787,6873,6874,9710,10078,10944,10965,11013,11019",
+ "endColumns": "59,71,87,68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,64,58,58,59,59,59,59,59,59,59,59,59,59,58,59,59,59,59,59,59,59,59,59,59,58,59,59,58,58,58,58,58,58,34,34,54,62,54,57,57,60,62,56,50,49,60,56,65,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24,24",
+ "endOffsets": "22924,31166,31254,49217,49280,56763,56831,56903,56973,57034,57108,57181,101708,101769,101831,101895,101957,102018,102086,102186,102246,102312,102385,102454,102511,102563,102625,103427,103503,103568,103627,103686,103746,103806,103866,103926,103986,104046,104106,104166,104226,104286,104345,104405,104465,104525,104585,104645,104705,104765,104825,104885,104945,105004,105064,105124,105183,105242,105301,105360,105419,105478,106003,106038,107635,107698,107753,107811,107869,107930,107993,108050,108101,108151,108212,108269,108335,108369,108404,108827,113457,136534,399932,400133,400243,400444,400573,476917,476984,630825,643480,678746,679427,680653,680820"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\422515258352a9a6bd7a26c7df375a4f\\transformed\\savedstate-1.2.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "53",
+ "endOffsets": "104"
+ },
+ "to": {
+ "startLines": "1708",
+ "startColumns": "4",
+ "startOffsets": "109326",
+ "endColumns": "53",
+ "endOffsets": "109375"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\c10ecf7f682300caa3aa2f0584222018\\transformed\\lifecycle-viewmodel-2.5.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "49",
+ "endOffsets": "100"
+ },
+ "to": {
+ "startLines": "1709",
+ "startColumns": "4",
+ "startOffsets": "109380",
+ "endColumns": "49",
+ "endOffsets": "109425"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\6c08baa0bea61ec551c6f754984e5893\\transformed\\cardview-1.0.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,35,36,37,38,45,47,50,7",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,107,168,230,292,2179,2238,2295,2349,2763,2827,2953,356",
+ "endLines": "2,3,4,5,6,35,36,37,44,46,49,52,34",
+ "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24",
+ "endOffsets": "102,163,225,287,351,2233,2290,2344,2758,2822,2948,3076,2174"
+ },
+ "to": {
+ "startLines": "35,629,630,631,632,972,973,974,2003,5246,5248,5251,9711",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "1640,32303,32364,32426,32488,56473,56532,56589,139532,363396,363460,363586,630830",
+ "endLines": "35,629,630,631,632,972,973,974,2009,5247,5250,5253,9738",
+ "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24",
+ "endOffsets": "1687,32359,32421,32483,32547,56527,56584,56638,139941,363455,363581,363709,631749"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\976df4b0de86f92a569668ce15837b9c\\transformed\\drawerlayout-1.1.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,111,159,211",
+ "endLines": "2,3,4,8",
+ "endColumns": "55,47,51,24",
+ "endOffsets": "106,154,206,426"
+ },
+ "to": {
+ "startLines": "119,122,983,10825",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "5915,6079,57186,674519",
+ "endLines": "119,122,983,10828",
+ "endColumns": "55,47,51,24",
+ "endOffsets": "5966,6122,57233,674625"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\5a9b0554314668bce808b35620de1e29\\transformed\\viewpager2-1.0.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "4",
+ "endColumns": "24",
+ "endOffsets": "160"
+ },
+ "to": {
+ "startLines": "13084",
+ "startColumns": "4",
+ "startOffsets": "757839",
+ "endLines": "13086",
+ "endColumns": "24",
+ "endOffsets": "757944"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\24775e194037b038106a6f3a0f020c5d\\transformed\\appcompat-resources-1.6.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,18,24,34,50",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "55,480,658,942,1353",
+ "endLines": "17,23,33,49,53",
+ "endColumns": "24,24,24,24,24",
+ "endOffsets": "475,653,937,1348,1475"
+ },
+ "to": {
+ "startLines": "8900,8916,8922,12386,12402",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "602984,603409,603587,731434,731845",
+ "endLines": "8915,8921,8931,12401,12405",
+ "endColumns": "24,24,24,24,24",
+ "endOffsets": "603404,603582,603866,731840,731967"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\a8337ea5b894f177ef65cc3f62a9cf1b\\transformed\\fragment-1.3.6\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,10",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "55,112,177,241,411",
+ "endLines": "2,3,4,9,13",
+ "endColumns": "56,64,63,24,24",
+ "endOffsets": "107,172,236,406,555"
+ },
+ "to": {
+ "startLines": "1638,1672,1710,10972,10977",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "105729,107474,109430,679657,679827",
+ "endLines": "1638,1672,1710,10976,10980",
+ "endColumns": "56,64,63,24,24",
+ "endOffsets": "105781,107534,109489,679822,679971"
+ }
+ },
+ {
+ "source": "E:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\src\\main\\res\\values\\colors.xml",
+ "from": {
+ "startLines": "9,3,2,5,4,7,8,10",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "324,97,55,186,139,234,279,366",
+ "endColumns": "41,41,41,46,46,44,44,41",
+ "endOffsets": "361,134,92,228,181,274,319,403"
+ },
+ "to": {
+ "startLines": "619,628,864,873,874,885,886,889",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "31578,32261,49285,49915,49962,50706,50751,50917",
+ "endColumns": "41,41,41,46,46,44,44,41",
+ "endOffsets": "31615,32298,49322,49957,50004,50746,50791,50954"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\6f71cb91051ae42b53e9b5c68a61bb0f\\transformed\\transition-1.2.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,95,142,185,240,287,341,393,442,503",
+ "endColumns": "39,46,42,54,46,53,51,48,60,49",
+ "endOffsets": "90,137,180,235,282,336,388,437,498,548"
+ },
+ "to": {
+ "startLines": "1639,1640,1663,1667,1668,1698,1699,1700,1701,1702",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105786,105826,107058,107240,107295,108832,108886,108938,108987,109048",
+ "endColumns": "39,46,42,54,46,53,51,48,60,49",
+ "endOffsets": "105821,105868,107096,107290,107337,108881,108933,108982,109043,109093"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\d6901ee161ee5980d036f5a45d9f6227\\transformed\\coordinatorlayout-1.1.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,6,16",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,116,261,869",
+ "endLines": "2,5,15,104",
+ "endColumns": "60,12,24,24",
+ "endOffsets": "111,256,864,6075"
+ },
+ "to": {
+ "startLines": "90,8768,10704,10710",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "4684,598129,668523,668734",
+ "endLines": "90,8770,10709,10793",
+ "endColumns": "60,12,24,24",
+ "endOffsets": "4740,598269,668729,673245"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\500a4483577f2326a6dc8b3d4f3a7cb9\\transformed\\recyclerview-1.2.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,111,170,218,274,349,425,497,563",
+ "endLines": "2,3,4,5,6,7,8,9,38",
+ "endColumns": "55,58,47,55,74,75,71,65,24",
+ "endOffsets": "106,165,213,269,344,420,492,558,2084"
+ },
+ "to": {
+ "startLines": "485,1034,1035,1036,1044,1045,1046,1642,12156",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "24401,60511,60570,60618,61285,61360,61436,105907,723297",
+ "endLines": "485,1034,1035,1036,1044,1045,1046,1642,12176",
+ "endColumns": "55,58,47,55,74,75,71,65,24",
+ "endOffsets": "24452,60565,60613,60669,61355,61431,61503,105968,724132"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\13aec79f88889cfd05a6c912d1cc0162\\transformed\\lifecycle-runtime-2.5.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "42",
+ "endOffsets": "93"
+ },
+ "to": {
+ "startLines": "1706",
+ "startColumns": "4",
+ "startOffsets": "109223",
+ "endColumns": "42",
+ "endOffsets": "109261"
+ }
+ },
+ {
+ "source": "C:\\Users\\mhmdw\\.gradle\\caches\\transforms-3\\b2b41311ea65eaf65466ff497481a393\\transformed\\startup-runtime-1.1.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "82",
+ "endOffsets": "133"
+ },
+ "to": {
+ "startLines": "1804",
+ "startColumns": "4",
+ "startOffsets": "115763",
+ "endColumns": "82",
+ "endOffsets": "115841"
+ }
+ },
+ {
+ "source": "E:\\graduation\\Revive_My_Memory\\Revive\\android app\\new revive\\app\\src\\main\\res\\values\\themes.xml",
+ "from": {
+ "startLines": "16,48,33,2,24,40",
+ "startColumns": "4,4,4,4,4,4",
+ "startOffsets": "776,1912,1343,100,1037,1546",
+ "endLines": "22,63,38,14,31,46",
+ "endColumns": "12,12,12,12,12,12",
+ "endOffsets": "1031,2636,1540,770,1337,1906"
+ },
+ "to": {
+ "startLines": "5239,5254,5715,6264,8771,8779",
+ "startColumns": "4,4,4,4,4,4",
+ "startOffsets": "363136,363714,393904,432780,598274,598579",
+ "endLines": "5245,5269,5720,6276,8778,8785",
+ "endColumns": "12,12,12,12,12,12",
+ "endOffsets": "363391,364287,394101,433329,598574,598939"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json
new file mode 100644
index 000000000..af66e6286
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json
@@ -0,0 +1,222 @@
+[
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_img_2.png.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/img_2.png"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/mipmap-xxxhdpi_ic_launcher.webp.flat",
+ "source": "com.example.newrevive.app-main-40:/mipmap-xxxhdpi/ic_launcher.webp"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/mipmap-xxxhdpi_ic_launcher_round.webp.flat",
+ "source": "com.example.newrevive.app-main-40:/mipmap-xxxhdpi/ic_launcher_round.webp"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_bg_button.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/bg_button.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/mipmap-xxhdpi_ic_launcher.webp.flat",
+ "source": "com.example.newrevive.app-main-40:/mipmap-xxhdpi/ic_launcher.webp"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_ic_calendar.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/ic_calendar.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_passord_icon.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/passord_icon.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_homepage_icon.png.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/homepage_icon.png"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/layout_activity_register.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/layout/activity_register.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_homepage_icon_background.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/homepage_icon_background.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/mipmap-mdpi_ic_launcher.webp.flat",
+ "source": "com.example.newrevive.app-main-40:/mipmap-mdpi/ic_launcher.webp"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/layout_activity_doctor_post.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/layout/activity_doctor_post.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/xml_backup_rules.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/xml/backup_rules.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/layout_activity_main.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/layout/activity_main.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/color_grey.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/color/grey.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_baseline_birthday.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/baseline_birthday.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_baseline_person_24.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/baseline_person_24.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable-v24_ic_launcher_foreground.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable-v24/ic_launcher_foreground.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/mipmap-xhdpi_ic_launcher.webp.flat",
+ "source": "com.example.newrevive.app-main-40:/mipmap-xhdpi/ic_launcher.webp"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_ic_pin.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/ic_pin.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/mipmap-anydpi-v26_ic_launcher.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/mipmap-anydpi-v26/ic_launcher.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/mipmap-anydpi-v33_ic_launcher.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/mipmap-anydpi-v33/ic_launcher.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/mipmap-xxhdpi_ic_launcher_round.webp.flat",
+ "source": "com.example.newrevive.app-main-40:/mipmap-xxhdpi/ic_launcher_round.webp"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/xml_data_extraction_rules.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/xml/data_extraction_rules.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_bottom_home_bg.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/bottom_home_bg.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_baseline_account_circle_24.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/baseline_account_circle_24.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/mipmap-hdpi_ic_launcher_round.webp.flat",
+ "source": "com.example.newrevive.app-main-40:/mipmap-hdpi/ic_launcher_round.webp"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/layout_item_tolist.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/layout/item_tolist.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/mipmap-mdpi_ic_launcher_round.webp.flat",
+ "source": "com.example.newrevive.app-main-40:/mipmap-mdpi/ic_launcher_round.webp"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/layout_activity_home.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/layout/activity_home.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/layout_activity_login.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/layout/activity_login.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_circle.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/circle.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_rounded_button.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/rounded_button.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_home_background.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/home_background.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_img.png.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/img.png"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/mipmap-hdpi_ic_launcher.webp.flat",
+ "source": "com.example.newrevive.app-main-40:/mipmap-hdpi/ic_launcher.webp"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_default_option_border_background.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/default_option_border_background.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_baseline_local_phone_24.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/baseline_local_phone_24.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_banner_bg.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/banner_bg.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_searchbar.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/searchbar.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_search_icon.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/search_icon.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_task_icon.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/task_icon.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_img_1.png.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/img_1.png"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_applogo.png.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/applogo.png"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_cirleaccount.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/cirleaccount.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_circlebc.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/circlebc.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_ic_ime.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/ic_ime.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_baseline_contact_phone_24.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/baseline_contact_phone_24.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_ic_launcher_background.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/ic_launcher_background.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_post_icon.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/post_icon.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/mipmap-anydpi-v26_ic_launcher_round.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/mipmap-anydpi-v26/ic_launcher_round.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_baseline_email_24.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/baseline_email_24.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/mipmap-xhdpi_ic_launcher_round.webp.flat",
+ "source": "com.example.newrevive.app-main-40:/mipmap-xhdpi/ic_launcher_round.webp"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/layout_activity_my_tasks.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/layout/activity_my_tasks.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-merged_res-38:/drawable_personwhite.xml.flat",
+ "source": "com.example.newrevive.app-main-40:/drawable/personwhite.xml"
+ }
+]
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/single/layout.json b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/single/layout.json
new file mode 100644
index 000000000..3e652c792
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/merged_res_blame_folder/debug/out/single/layout.json
@@ -0,0 +1,30 @@
+[
+ {
+ "merged": "com.example.newrevive.app-mergeDebugResources-37:/layout/activity_main.xml",
+ "source": "com.example.newrevive.app-main-40:/layout/activity_main.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-mergeDebugResources-37:/layout/activity_my_tasks.xml",
+ "source": "com.example.newrevive.app-main-40:/layout/activity_my_tasks.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-mergeDebugResources-37:/layout/activity_login.xml",
+ "source": "com.example.newrevive.app-main-40:/layout/activity_login.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-mergeDebugResources-37:/layout/activity_home.xml",
+ "source": "com.example.newrevive.app-main-40:/layout/activity_home.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-mergeDebugResources-37:/layout/item_tolist.xml",
+ "source": "com.example.newrevive.app-main-40:/layout/item_tolist.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-mergeDebugResources-37:/layout/activity_register.xml",
+ "source": "com.example.newrevive.app-main-40:/layout/activity_register.xml"
+ },
+ {
+ "merged": "com.example.newrevive.app-mergeDebugResources-37:/layout/activity_doctor_post.xml",
+ "source": "com.example.newrevive.app-main-40:/layout/activity_doctor_post.xml"
+ }
+]
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/navigation_json/debug/navigation.json b/Revive/android app/new revive/app/build/intermediates/navigation_json/debug/navigation.json
new file mode 100644
index 000000000..0637a088a
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/navigation_json/debug/navigation.json
@@ -0,0 +1 @@
+[]
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml b/Revive/android app/new revive/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml
new file mode 100644
index 000000000..0f03b38b0
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/packaged_manifests/debug/output-metadata.json b/Revive/android app/new revive/app/build/intermediates/packaged_manifests/debug/output-metadata.json
new file mode 100644
index 000000000..3518af35e
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/packaged_manifests/debug/output-metadata.json
@@ -0,0 +1,20 @@
+{
+ "version": 3,
+ "artifactType": {
+ "type": "PACKAGED_MANIFESTS",
+ "kind": "Directory"
+ },
+ "applicationId": "com.example.newrevive",
+ "variantName": "debug",
+ "elements": [
+ {
+ "type": "SINGLE",
+ "filters": [],
+ "attributes": [],
+ "versionCode": 1,
+ "versionName": "1.0",
+ "outputFile": "AndroidManifest.xml"
+ }
+ ],
+ "elementType": "File"
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/drawable/circlebc.xml b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/drawable/circlebc.xml
new file mode 100644
index 000000000..c08ffe598
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/drawable/circlebc.xml
@@ -0,0 +1,11 @@
+
+
+ -
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/drawable/ic_ime.xml b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/drawable/ic_ime.xml
new file mode 100644
index 000000000..7698b33ad
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/drawable/ic_ime.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
diff --git a/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/drawable/ic_launcher_background.xml b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/drawable/ic_launcher_background.xml
new file mode 100644
index 000000000..07d5da9cb
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/drawable/ic_launcher_background.xml
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/drawable/img.png b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/drawable/img.png
new file mode 100644
index 000000000..0c591bf00
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/drawable/img.png differ
diff --git a/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/drawable/post_icon.xml b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/drawable/post_icon.xml
new file mode 100644
index 000000000..f22166b70
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/drawable/post_icon.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/drawable/rounded_button.xml b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/drawable/rounded_button.xml
new file mode 100644
index 000000000..1b3c23a67
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/drawable/rounded_button.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/drawable/searchbar.xml b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/drawable/searchbar.xml
new file mode 100644
index 000000000..81c0a8ec7
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/drawable/searchbar.xml
@@ -0,0 +1,11 @@
+
+
+-
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/layout/activity_login.xml b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/layout/activity_login.xml
new file mode 100644
index 000000000..08cf88533
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/layout/activity_login.xml
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_round.webp b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_round.webp
new file mode 100644
index 000000000..b2dfe3d1b
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_round.webp differ
diff --git a/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_round.webp b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_round.webp
new file mode 100644
index 000000000..62b611da0
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_round.webp differ
diff --git a/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher.webp b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher.webp
new file mode 100644
index 000000000..948a3070f
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher.webp differ
diff --git a/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_round.webp b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_round.webp
new file mode 100644
index 000000000..9287f5083
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_round.webp differ
diff --git a/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher.webp b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher.webp
new file mode 100644
index 000000000..aa7d6427e
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher.webp differ
diff --git a/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/values-night-v8/values-night-v8.xml b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/values-night-v8/values-night-v8.xml
new file mode 100644
index 000000000..ee90b36a7
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/values-night-v8/values-night-v8.xml
@@ -0,0 +1,16 @@
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/values/values.xml b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/values/values.xml
new file mode 100644
index 000000000..9b8587c45
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/packaged_res/debug/values/values.xml
@@ -0,0 +1,90 @@
+
+
+ #FF000000
+ #0000A5
+ #010145
+ #FF3700B3
+ #FF3700B3
+ #FF03DAC5
+ #FF018786
+ #FFFFFFFF
+ Enter your Email
+ Add New Task
+ new revive
+ Login
+ Register
+ Create An Account
+ Enter Your User Name
+ Enter a relative name
+ Enter a relative Phone
+ Enter a unique username
+ Enter your birthday
+ Forget pasword?
+ Enter your full name
+ Hello Anas
+ my daughter wedding
+ I already have an account
+ I don\'t have account Register
+ login to app
+ Enter your password
+ Confirm Your Password
+ Register
+ Enter your Password
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/processed_res/debug/out/output-metadata.json b/Revive/android app/new revive/app/build/intermediates/processed_res/debug/out/output-metadata.json
new file mode 100644
index 000000000..6bac0f543
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/processed_res/debug/out/output-metadata.json
@@ -0,0 +1,20 @@
+{
+ "version": 3,
+ "artifactType": {
+ "type": "PROCESSED_RES",
+ "kind": "Directory"
+ },
+ "applicationId": "com.example.newrevive",
+ "variantName": "debug",
+ "elements": [
+ {
+ "type": "SINGLE",
+ "filters": [],
+ "attributes": [],
+ "versionCode": 1,
+ "versionName": "1.0",
+ "outputFile": "resources-debug.ap_"
+ }
+ ],
+ "elementType": "File"
+}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ b/Revive/android app/new revive/app/build/intermediates/processed_res/debug/out/resources-debug.ap_
new file mode 100644
index 000000000..ec796464e
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ differ
diff --git a/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/b949149a8e73f34f3eb674eb2ff5233740bd6955b310f6544c034aa963f0d301_0.jar b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/b949149a8e73f34f3eb674eb2ff5233740bd6955b310f6544c034aa963f0d301_0.jar
new file mode 100644
index 000000000..f9d5137a7
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/b949149a8e73f34f3eb674eb2ff5233740bd6955b310f6544c034aa963f0d301_0.jar differ
diff --git a/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/b949149a8e73f34f3eb674eb2ff5233740bd6955b310f6544c034aa963f0d301_1.jar b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/b949149a8e73f34f3eb674eb2ff5233740bd6955b310f6544c034aa963f0d301_1.jar
new file mode 100644
index 000000000..1e71fba09
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/b949149a8e73f34f3eb674eb2ff5233740bd6955b310f6544c034aa963f0d301_1.jar differ
diff --git a/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/b949149a8e73f34f3eb674eb2ff5233740bd6955b310f6544c034aa963f0d301_2.jar b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/b949149a8e73f34f3eb674eb2ff5233740bd6955b310f6544c034aa963f0d301_2.jar
new file mode 100644
index 000000000..3a24f52b3
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/b949149a8e73f34f3eb674eb2ff5233740bd6955b310f6544c034aa963f0d301_2.jar differ
diff --git a/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/b949149a8e73f34f3eb674eb2ff5233740bd6955b310f6544c034aa963f0d301_3.jar b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/b949149a8e73f34f3eb674eb2ff5233740bd6955b310f6544c034aa963f0d301_3.jar
new file mode 100644
index 000000000..2ebd49021
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/b949149a8e73f34f3eb674eb2ff5233740bd6955b310f6544c034aa963f0d301_3.jar differ
diff --git a/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/b949149a8e73f34f3eb674eb2ff5233740bd6955b310f6544c034aa963f0d301_4.jar b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/b949149a8e73f34f3eb674eb2ff5233740bd6955b310f6544c034aa963f0d301_4.jar
new file mode 100644
index 000000000..19a8aae52
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/b949149a8e73f34f3eb674eb2ff5233740bd6955b310f6544c034aa963f0d301_4.jar differ
diff --git a/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/b949149a8e73f34f3eb674eb2ff5233740bd6955b310f6544c034aa963f0d301_5.jar b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/b949149a8e73f34f3eb674eb2ff5233740bd6955b310f6544c034aa963f0d301_5.jar
new file mode 100644
index 000000000..0f998bcfb
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/b949149a8e73f34f3eb674eb2ff5233740bd6955b310f6544c034aa963f0d301_5.jar differ
diff --git a/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/Activites/DoctorPostActivity.dex b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/Activites/DoctorPostActivity.dex
new file mode 100644
index 000000000..df924e307
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/Activites/DoctorPostActivity.dex differ
diff --git a/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/Activites/HomeActivity.dex b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/Activites/HomeActivity.dex
new file mode 100644
index 000000000..987ddfa70
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/Activites/HomeActivity.dex differ
diff --git a/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/Activites/LoginActivity.dex b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/Activites/LoginActivity.dex
new file mode 100644
index 000000000..e1b7ca4e6
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/Activites/LoginActivity.dex differ
diff --git a/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/Activites/MainActivity.dex b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/Activites/MainActivity.dex
new file mode 100644
index 000000000..d97c15c8a
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/Activites/MainActivity.dex differ
diff --git a/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/Activites/MyTasksActivity.dex b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/Activites/MyTasksActivity.dex
new file mode 100644
index 000000000..6cde00687
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/Activites/MyTasksActivity.dex differ
diff --git a/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/Activites/RegisterActivity.dex b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/Activites/RegisterActivity.dex
new file mode 100644
index 000000000..d9854d57b
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/Activites/RegisterActivity.dex differ
diff --git a/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/BuildConfig.dex b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/BuildConfig.dex
new file mode 100644
index 000000000..26979b8a7
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/BuildConfig.dex differ
diff --git a/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/databinding/ActivityDoctorPostBinding.dex b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/databinding/ActivityDoctorPostBinding.dex
new file mode 100644
index 000000000..51ad06c0a
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/databinding/ActivityDoctorPostBinding.dex differ
diff --git a/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/databinding/ActivityHomeBinding.dex b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/databinding/ActivityHomeBinding.dex
new file mode 100644
index 000000000..ee6e98769
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/databinding/ActivityHomeBinding.dex differ
diff --git a/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/databinding/ActivityLoginBinding.dex b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/databinding/ActivityLoginBinding.dex
new file mode 100644
index 000000000..41c2863fa
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/databinding/ActivityLoginBinding.dex differ
diff --git a/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/databinding/ActivityMainBinding.dex b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/databinding/ActivityMainBinding.dex
new file mode 100644
index 000000000..10a62cb11
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/databinding/ActivityMainBinding.dex differ
diff --git a/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/databinding/ActivityMyTasksBinding.dex b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/databinding/ActivityMyTasksBinding.dex
new file mode 100644
index 000000000..4d5524052
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/databinding/ActivityMyTasksBinding.dex differ
diff --git a/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/databinding/ActivityRegisterBinding.dex b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/databinding/ActivityRegisterBinding.dex
new file mode 100644
index 000000000..acc66dbef
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/project_dex_archive/debug/out/com/example/newrevive/databinding/ActivityRegisterBinding.dex differ
diff --git a/Revive/android app/new revive/app/build/intermediates/runtime_symbol_list/debug/R.txt b/Revive/android app/new revive/app/build/intermediates/runtime_symbol_list/debug/R.txt
new file mode 100644
index 000000000..4f27c7067
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/runtime_symbol_list/debug/R.txt
@@ -0,0 +1,6872 @@
+int anim abc_fade_in 0x7f010000
+int anim abc_fade_out 0x7f010001
+int anim abc_grow_fade_in_from_bottom 0x7f010002
+int anim abc_popup_enter 0x7f010003
+int anim abc_popup_exit 0x7f010004
+int anim abc_shrink_fade_out_from_bottom 0x7f010005
+int anim abc_slide_in_bottom 0x7f010006
+int anim abc_slide_in_top 0x7f010007
+int anim abc_slide_out_bottom 0x7f010008
+int anim abc_slide_out_top 0x7f010009
+int anim abc_tooltip_enter 0x7f01000a
+int anim abc_tooltip_exit 0x7f01000b
+int anim btn_checkbox_to_checked_box_inner_merged_animation 0x7f01000c
+int anim btn_checkbox_to_checked_box_outer_merged_animation 0x7f01000d
+int anim btn_checkbox_to_checked_icon_null_animation 0x7f01000e
+int anim btn_checkbox_to_unchecked_box_inner_merged_animation 0x7f01000f
+int anim btn_checkbox_to_unchecked_check_path_merged_animation 0x7f010010
+int anim btn_checkbox_to_unchecked_icon_null_animation 0x7f010011
+int anim btn_radio_to_off_mtrl_dot_group_animation 0x7f010012
+int anim btn_radio_to_off_mtrl_ring_outer_animation 0x7f010013
+int anim btn_radio_to_off_mtrl_ring_outer_path_animation 0x7f010014
+int anim btn_radio_to_on_mtrl_dot_group_animation 0x7f010015
+int anim btn_radio_to_on_mtrl_ring_outer_animation 0x7f010016
+int anim btn_radio_to_on_mtrl_ring_outer_path_animation 0x7f010017
+int anim design_bottom_sheet_slide_in 0x7f010018
+int anim design_bottom_sheet_slide_out 0x7f010019
+int anim design_snackbar_in 0x7f01001a
+int anim design_snackbar_out 0x7f01001b
+int anim fragment_fast_out_extra_slow_in 0x7f01001c
+int anim linear_indeterminate_line1_head_interpolator 0x7f01001d
+int anim linear_indeterminate_line1_tail_interpolator 0x7f01001e
+int anim linear_indeterminate_line2_head_interpolator 0x7f01001f
+int anim linear_indeterminate_line2_tail_interpolator 0x7f010020
+int anim m3_bottom_sheet_slide_in 0x7f010021
+int anim m3_bottom_sheet_slide_out 0x7f010022
+int anim m3_motion_fade_enter 0x7f010023
+int anim m3_motion_fade_exit 0x7f010024
+int anim m3_side_sheet_slide_in 0x7f010025
+int anim m3_side_sheet_slide_out 0x7f010026
+int anim mtrl_bottom_sheet_slide_in 0x7f010027
+int anim mtrl_bottom_sheet_slide_out 0x7f010028
+int anim mtrl_card_lowers_interpolator 0x7f010029
+int animator design_appbar_state_list_animator 0x7f020000
+int animator design_fab_hide_motion_spec 0x7f020001
+int animator design_fab_show_motion_spec 0x7f020002
+int animator fragment_close_enter 0x7f020003
+int animator fragment_close_exit 0x7f020004
+int animator fragment_fade_enter 0x7f020005
+int animator fragment_fade_exit 0x7f020006
+int animator fragment_open_enter 0x7f020007
+int animator fragment_open_exit 0x7f020008
+int animator m3_btn_elevated_btn_state_list_anim 0x7f020009
+int animator m3_btn_state_list_anim 0x7f02000a
+int animator m3_card_elevated_state_list_anim 0x7f02000b
+int animator m3_card_state_list_anim 0x7f02000c
+int animator m3_chip_state_list_anim 0x7f02000d
+int animator m3_elevated_chip_state_list_anim 0x7f02000e
+int animator m3_extended_fab_change_size_collapse_motion_spec 0x7f02000f
+int animator m3_extended_fab_change_size_expand_motion_spec 0x7f020010
+int animator m3_extended_fab_hide_motion_spec 0x7f020011
+int animator m3_extended_fab_show_motion_spec 0x7f020012
+int animator m3_extended_fab_state_list_animator 0x7f020013
+int animator mtrl_btn_state_list_anim 0x7f020014
+int animator mtrl_btn_unelevated_state_list_anim 0x7f020015
+int animator mtrl_card_state_list_anim 0x7f020016
+int animator mtrl_chip_state_list_anim 0x7f020017
+int animator mtrl_extended_fab_change_size_collapse_motion_spec 0x7f020018
+int animator mtrl_extended_fab_change_size_expand_motion_spec 0x7f020019
+int animator mtrl_extended_fab_hide_motion_spec 0x7f02001a
+int animator mtrl_extended_fab_show_motion_spec 0x7f02001b
+int animator mtrl_extended_fab_state_list_animator 0x7f02001c
+int animator mtrl_fab_hide_motion_spec 0x7f02001d
+int animator mtrl_fab_show_motion_spec 0x7f02001e
+int animator mtrl_fab_transformation_sheet_collapse_spec 0x7f02001f
+int animator mtrl_fab_transformation_sheet_expand_spec 0x7f020020
+int attr SharedValue 0x7f030000
+int attr SharedValueId 0x7f030001
+int attr actionBarDivider 0x7f030002
+int attr actionBarItemBackground 0x7f030003
+int attr actionBarPopupTheme 0x7f030004
+int attr actionBarSize 0x7f030005
+int attr actionBarSplitStyle 0x7f030006
+int attr actionBarStyle 0x7f030007
+int attr actionBarTabBarStyle 0x7f030008
+int attr actionBarTabStyle 0x7f030009
+int attr actionBarTabTextStyle 0x7f03000a
+int attr actionBarTheme 0x7f03000b
+int attr actionBarWidgetTheme 0x7f03000c
+int attr actionButtonStyle 0x7f03000d
+int attr actionDropDownStyle 0x7f03000e
+int attr actionLayout 0x7f03000f
+int attr actionMenuTextAppearance 0x7f030010
+int attr actionMenuTextColor 0x7f030011
+int attr actionModeBackground 0x7f030012
+int attr actionModeCloseButtonStyle 0x7f030013
+int attr actionModeCloseContentDescription 0x7f030014
+int attr actionModeCloseDrawable 0x7f030015
+int attr actionModeCopyDrawable 0x7f030016
+int attr actionModeCutDrawable 0x7f030017
+int attr actionModeFindDrawable 0x7f030018
+int attr actionModePasteDrawable 0x7f030019
+int attr actionModePopupWindowStyle 0x7f03001a
+int attr actionModeSelectAllDrawable 0x7f03001b
+int attr actionModeShareDrawable 0x7f03001c
+int attr actionModeSplitBackground 0x7f03001d
+int attr actionModeStyle 0x7f03001e
+int attr actionModeTheme 0x7f03001f
+int attr actionModeWebSearchDrawable 0x7f030020
+int attr actionOverflowButtonStyle 0x7f030021
+int attr actionOverflowMenuStyle 0x7f030022
+int attr actionProviderClass 0x7f030023
+int attr actionTextColorAlpha 0x7f030024
+int attr actionViewClass 0x7f030025
+int attr activityChooserViewStyle 0x7f030026
+int attr addElevationShadow 0x7f030027
+int attr alertDialogButtonGroupStyle 0x7f030028
+int attr alertDialogCenterButtons 0x7f030029
+int attr alertDialogStyle 0x7f03002a
+int attr alertDialogTheme 0x7f03002b
+int attr allowStacking 0x7f03002c
+int attr alpha 0x7f03002d
+int attr alphabeticModifiers 0x7f03002e
+int attr altSrc 0x7f03002f
+int attr animateCircleAngleTo 0x7f030030
+int attr animateMenuItems 0x7f030031
+int attr animateNavigationIcon 0x7f030032
+int attr animateRelativeTo 0x7f030033
+int attr animationMode 0x7f030034
+int attr appBarLayoutStyle 0x7f030035
+int attr applyMotionScene 0x7f030036
+int attr arcMode 0x7f030037
+int attr arrowHeadLength 0x7f030038
+int attr arrowShaftLength 0x7f030039
+int attr attributeName 0x7f03003a
+int attr autoCompleteMode 0x7f03003b
+int attr autoCompleteTextViewStyle 0x7f03003c
+int attr autoShowKeyboard 0x7f03003d
+int attr autoSizeMaxTextSize 0x7f03003e
+int attr autoSizeMinTextSize 0x7f03003f
+int attr autoSizePresetSizes 0x7f030040
+int attr autoSizeStepGranularity 0x7f030041
+int attr autoSizeTextType 0x7f030042
+int attr autoTransition 0x7f030043
+int attr background 0x7f030044
+int attr backgroundColor 0x7f030045
+int attr backgroundInsetBottom 0x7f030046
+int attr backgroundInsetEnd 0x7f030047
+int attr backgroundInsetStart 0x7f030048
+int attr backgroundInsetTop 0x7f030049
+int attr backgroundOverlayColorAlpha 0x7f03004a
+int attr backgroundSplit 0x7f03004b
+int attr backgroundStacked 0x7f03004c
+int attr backgroundTint 0x7f03004d
+int attr backgroundTintMode 0x7f03004e
+int attr badgeGravity 0x7f03004f
+int attr badgeRadius 0x7f030050
+int attr badgeStyle 0x7f030051
+int attr badgeTextColor 0x7f030052
+int attr badgeWidePadding 0x7f030053
+int attr badgeWithTextRadius 0x7f030054
+int attr barLength 0x7f030055
+int attr barrierAllowsGoneWidgets 0x7f030056
+int attr barrierDirection 0x7f030057
+int attr barrierMargin 0x7f030058
+int attr behavior_autoHide 0x7f030059
+int attr behavior_autoShrink 0x7f03005a
+int attr behavior_draggable 0x7f03005b
+int attr behavior_expandedOffset 0x7f03005c
+int attr behavior_fitToContents 0x7f03005d
+int attr behavior_halfExpandedRatio 0x7f03005e
+int attr behavior_hideable 0x7f03005f
+int attr behavior_overlapTop 0x7f030060
+int attr behavior_peekHeight 0x7f030061
+int attr behavior_saveFlags 0x7f030062
+int attr behavior_significantVelocityThreshold 0x7f030063
+int attr behavior_skipCollapsed 0x7f030064
+int attr blendSrc 0x7f030065
+int attr borderRound 0x7f030066
+int attr borderRoundPercent 0x7f030067
+int attr borderWidth 0x7f030068
+int attr borderlessButtonStyle 0x7f030069
+int attr bottomAppBarStyle 0x7f03006a
+int attr bottomInsetScrimEnabled 0x7f03006b
+int attr bottomNavigationStyle 0x7f03006c
+int attr bottomSheetDialogTheme 0x7f03006d
+int attr bottomSheetDragHandleStyle 0x7f03006e
+int attr bottomSheetStyle 0x7f03006f
+int attr boxBackgroundColor 0x7f030070
+int attr boxBackgroundMode 0x7f030071
+int attr boxCollapsedPaddingTop 0x7f030072
+int attr boxCornerRadiusBottomEnd 0x7f030073
+int attr boxCornerRadiusBottomStart 0x7f030074
+int attr boxCornerRadiusTopEnd 0x7f030075
+int attr boxCornerRadiusTopStart 0x7f030076
+int attr boxStrokeColor 0x7f030077
+int attr boxStrokeErrorColor 0x7f030078
+int attr boxStrokeWidth 0x7f030079
+int attr boxStrokeWidthFocused 0x7f03007a
+int attr brightness 0x7f03007b
+int attr buttonBarButtonStyle 0x7f03007c
+int attr buttonBarNegativeButtonStyle 0x7f03007d
+int attr buttonBarNeutralButtonStyle 0x7f03007e
+int attr buttonBarPositiveButtonStyle 0x7f03007f
+int attr buttonBarStyle 0x7f030080
+int attr buttonCompat 0x7f030081
+int attr buttonGravity 0x7f030082
+int attr buttonIcon 0x7f030083
+int attr buttonIconDimen 0x7f030084
+int attr buttonIconTint 0x7f030085
+int attr buttonIconTintMode 0x7f030086
+int attr buttonPanelSideLayout 0x7f030087
+int attr buttonStyle 0x7f030088
+int attr buttonStyleSmall 0x7f030089
+int attr buttonTint 0x7f03008a
+int attr buttonTintMode 0x7f03008b
+int attr cardBackgroundColor 0x7f03008c
+int attr cardCornerRadius 0x7f03008d
+int attr cardElevation 0x7f03008e
+int attr cardForegroundColor 0x7f03008f
+int attr cardMaxElevation 0x7f030090
+int attr cardPreventCornerOverlap 0x7f030091
+int attr cardUseCompatPadding 0x7f030092
+int attr cardViewStyle 0x7f030093
+int attr carousel_backwardTransition 0x7f030094
+int attr carousel_emptyViewsBehavior 0x7f030095
+int attr carousel_firstView 0x7f030096
+int attr carousel_forwardTransition 0x7f030097
+int attr carousel_infinite 0x7f030098
+int attr carousel_nextState 0x7f030099
+int attr carousel_previousState 0x7f03009a
+int attr carousel_touchUpMode 0x7f03009b
+int attr carousel_touchUp_dampeningFactor 0x7f03009c
+int attr carousel_touchUp_velocityThreshold 0x7f03009d
+int attr centerIfNoTextEnabled 0x7f03009e
+int attr chainUseRtl 0x7f03009f
+int attr checkMarkCompat 0x7f0300a0
+int attr checkMarkTint 0x7f0300a1
+int attr checkMarkTintMode 0x7f0300a2
+int attr checkboxStyle 0x7f0300a3
+int attr checkedButton 0x7f0300a4
+int attr checkedChip 0x7f0300a5
+int attr checkedIcon 0x7f0300a6
+int attr checkedIconEnabled 0x7f0300a7
+int attr checkedIconGravity 0x7f0300a8
+int attr checkedIconMargin 0x7f0300a9
+int attr checkedIconSize 0x7f0300aa
+int attr checkedIconTint 0x7f0300ab
+int attr checkedIconVisible 0x7f0300ac
+int attr checkedState 0x7f0300ad
+int attr checkedTextViewStyle 0x7f0300ae
+int attr chipBackgroundColor 0x7f0300af
+int attr chipCornerRadius 0x7f0300b0
+int attr chipEndPadding 0x7f0300b1
+int attr chipGroupStyle 0x7f0300b2
+int attr chipIcon 0x7f0300b3
+int attr chipIconEnabled 0x7f0300b4
+int attr chipIconSize 0x7f0300b5
+int attr chipIconTint 0x7f0300b6
+int attr chipIconVisible 0x7f0300b7
+int attr chipMinHeight 0x7f0300b8
+int attr chipMinTouchTargetSize 0x7f0300b9
+int attr chipSpacing 0x7f0300ba
+int attr chipSpacingHorizontal 0x7f0300bb
+int attr chipSpacingVertical 0x7f0300bc
+int attr chipStandaloneStyle 0x7f0300bd
+int attr chipStartPadding 0x7f0300be
+int attr chipStrokeColor 0x7f0300bf
+int attr chipStrokeWidth 0x7f0300c0
+int attr chipStyle 0x7f0300c1
+int attr chipSurfaceColor 0x7f0300c2
+int attr circleRadius 0x7f0300c3
+int attr circularProgressIndicatorStyle 0x7f0300c4
+int attr circularflow_angles 0x7f0300c5
+int attr circularflow_defaultAngle 0x7f0300c6
+int attr circularflow_defaultRadius 0x7f0300c7
+int attr circularflow_radiusInDP 0x7f0300c8
+int attr circularflow_viewCenter 0x7f0300c9
+int attr clearsTag 0x7f0300ca
+int attr clickAction 0x7f0300cb
+int attr clockFaceBackgroundColor 0x7f0300cc
+int attr clockHandColor 0x7f0300cd
+int attr clockIcon 0x7f0300ce
+int attr clockNumberTextColor 0x7f0300cf
+int attr closeIcon 0x7f0300d0
+int attr closeIconEnabled 0x7f0300d1
+int attr closeIconEndPadding 0x7f0300d2
+int attr closeIconSize 0x7f0300d3
+int attr closeIconStartPadding 0x7f0300d4
+int attr closeIconTint 0x7f0300d5
+int attr closeIconVisible 0x7f0300d6
+int attr closeItemLayout 0x7f0300d7
+int attr collapseContentDescription 0x7f0300d8
+int attr collapseIcon 0x7f0300d9
+int attr collapsedSize 0x7f0300da
+int attr collapsedTitleGravity 0x7f0300db
+int attr collapsedTitleTextAppearance 0x7f0300dc
+int attr collapsedTitleTextColor 0x7f0300dd
+int attr collapsingToolbarLayoutLargeSize 0x7f0300de
+int attr collapsingToolbarLayoutLargeStyle 0x7f0300df
+int attr collapsingToolbarLayoutMediumSize 0x7f0300e0
+int attr collapsingToolbarLayoutMediumStyle 0x7f0300e1
+int attr collapsingToolbarLayoutStyle 0x7f0300e2
+int attr color 0x7f0300e3
+int attr colorAccent 0x7f0300e4
+int attr colorBackgroundFloating 0x7f0300e5
+int attr colorButtonNormal 0x7f0300e6
+int attr colorContainer 0x7f0300e7
+int attr colorControlActivated 0x7f0300e8
+int attr colorControlHighlight 0x7f0300e9
+int attr colorControlNormal 0x7f0300ea
+int attr colorError 0x7f0300eb
+int attr colorErrorContainer 0x7f0300ec
+int attr colorOnBackground 0x7f0300ed
+int attr colorOnContainer 0x7f0300ee
+int attr colorOnContainerUnchecked 0x7f0300ef
+int attr colorOnError 0x7f0300f0
+int attr colorOnErrorContainer 0x7f0300f1
+int attr colorOnPrimary 0x7f0300f2
+int attr colorOnPrimaryContainer 0x7f0300f3
+int attr colorOnPrimarySurface 0x7f0300f4
+int attr colorOnSecondary 0x7f0300f5
+int attr colorOnSecondaryContainer 0x7f0300f6
+int attr colorOnSurface 0x7f0300f7
+int attr colorOnSurfaceInverse 0x7f0300f8
+int attr colorOnSurfaceVariant 0x7f0300f9
+int attr colorOnTertiary 0x7f0300fa
+int attr colorOnTertiaryContainer 0x7f0300fb
+int attr colorOutline 0x7f0300fc
+int attr colorOutlineVariant 0x7f0300fd
+int attr colorPrimary 0x7f0300fe
+int attr colorPrimaryContainer 0x7f0300ff
+int attr colorPrimaryDark 0x7f030100
+int attr colorPrimaryInverse 0x7f030101
+int attr colorPrimarySurface 0x7f030102
+int attr colorPrimaryVariant 0x7f030103
+int attr colorSecondary 0x7f030104
+int attr colorSecondaryContainer 0x7f030105
+int attr colorSecondaryVariant 0x7f030106
+int attr colorSurface 0x7f030107
+int attr colorSurfaceInverse 0x7f030108
+int attr colorSurfaceVariant 0x7f030109
+int attr colorSwitchThumbNormal 0x7f03010a
+int attr colorTertiary 0x7f03010b
+int attr colorTertiaryContainer 0x7f03010c
+int attr commitIcon 0x7f03010d
+int attr compatShadowEnabled 0x7f03010e
+int attr constraintRotate 0x7f03010f
+int attr constraintSet 0x7f030110
+int attr constraintSetEnd 0x7f030111
+int attr constraintSetStart 0x7f030112
+int attr constraint_referenced_ids 0x7f030113
+int attr constraint_referenced_tags 0x7f030114
+int attr constraints 0x7f030115
+int attr content 0x7f030116
+int attr contentDescription 0x7f030117
+int attr contentInsetEnd 0x7f030118
+int attr contentInsetEndWithActions 0x7f030119
+int attr contentInsetLeft 0x7f03011a
+int attr contentInsetRight 0x7f03011b
+int attr contentInsetStart 0x7f03011c
+int attr contentInsetStartWithNavigation 0x7f03011d
+int attr contentPadding 0x7f03011e
+int attr contentPaddingBottom 0x7f03011f
+int attr contentPaddingEnd 0x7f030120
+int attr contentPaddingLeft 0x7f030121
+int attr contentPaddingRight 0x7f030122
+int attr contentPaddingStart 0x7f030123
+int attr contentPaddingTop 0x7f030124
+int attr contentScrim 0x7f030125
+int attr contrast 0x7f030126
+int attr controlBackground 0x7f030127
+int attr coordinatorLayoutStyle 0x7f030128
+int attr coplanarSiblingViewId 0x7f030129
+int attr cornerFamily 0x7f03012a
+int attr cornerFamilyBottomLeft 0x7f03012b
+int attr cornerFamilyBottomRight 0x7f03012c
+int attr cornerFamilyTopLeft 0x7f03012d
+int attr cornerFamilyTopRight 0x7f03012e
+int attr cornerRadius 0x7f03012f
+int attr cornerSize 0x7f030130
+int attr cornerSizeBottomLeft 0x7f030131
+int attr cornerSizeBottomRight 0x7f030132
+int attr cornerSizeTopLeft 0x7f030133
+int attr cornerSizeTopRight 0x7f030134
+int attr counterEnabled 0x7f030135
+int attr counterMaxLength 0x7f030136
+int attr counterOverflowTextAppearance 0x7f030137
+int attr counterOverflowTextColor 0x7f030138
+int attr counterTextAppearance 0x7f030139
+int attr counterTextColor 0x7f03013a
+int attr crossfade 0x7f03013b
+int attr currentState 0x7f03013c
+int attr curveFit 0x7f03013d
+int attr customBoolean 0x7f03013e
+int attr customColorDrawableValue 0x7f03013f
+int attr customColorValue 0x7f030140
+int attr customDimension 0x7f030141
+int attr customFloatValue 0x7f030142
+int attr customIntegerValue 0x7f030143
+int attr customNavigationLayout 0x7f030144
+int attr customPixelDimension 0x7f030145
+int attr customReference 0x7f030146
+int attr customStringValue 0x7f030147
+int attr dayInvalidStyle 0x7f030148
+int attr daySelectedStyle 0x7f030149
+int attr dayStyle 0x7f03014a
+int attr dayTodayStyle 0x7f03014b
+int attr defaultDuration 0x7f03014c
+int attr defaultMarginsEnabled 0x7f03014d
+int attr defaultQueryHint 0x7f03014e
+int attr defaultScrollFlagsEnabled 0x7f03014f
+int attr defaultState 0x7f030150
+int attr deltaPolarAngle 0x7f030151
+int attr deltaPolarRadius 0x7f030152
+int attr deriveConstraintsFrom 0x7f030153
+int attr dialogCornerRadius 0x7f030154
+int attr dialogPreferredPadding 0x7f030155
+int attr dialogTheme 0x7f030156
+int attr displayOptions 0x7f030157
+int attr divider 0x7f030158
+int attr dividerColor 0x7f030159
+int attr dividerHorizontal 0x7f03015a
+int attr dividerInsetEnd 0x7f03015b
+int attr dividerInsetStart 0x7f03015c
+int attr dividerPadding 0x7f03015d
+int attr dividerThickness 0x7f03015e
+int attr dividerVertical 0x7f03015f
+int attr dragDirection 0x7f030160
+int attr dragScale 0x7f030161
+int attr dragThreshold 0x7f030162
+int attr drawPath 0x7f030163
+int attr drawableBottomCompat 0x7f030164
+int attr drawableEndCompat 0x7f030165
+int attr drawableLeftCompat 0x7f030166
+int attr drawableRightCompat 0x7f030167
+int attr drawableSize 0x7f030168
+int attr drawableStartCompat 0x7f030169
+int attr drawableTint 0x7f03016a
+int attr drawableTintMode 0x7f03016b
+int attr drawableTopCompat 0x7f03016c
+int attr drawerArrowStyle 0x7f03016d
+int attr drawerLayoutCornerSize 0x7f03016e
+int attr drawerLayoutStyle 0x7f03016f
+int attr dropDownListViewStyle 0x7f030170
+int attr dropdownListPreferredItemHeight 0x7f030171
+int attr duration 0x7f030172
+int attr dynamicColorThemeOverlay 0x7f030173
+int attr editTextBackground 0x7f030174
+int attr editTextColor 0x7f030175
+int attr editTextStyle 0x7f030176
+int attr elevation 0x7f030177
+int attr elevationOverlayAccentColor 0x7f030178
+int attr elevationOverlayColor 0x7f030179
+int attr elevationOverlayEnabled 0x7f03017a
+int attr emojiCompatEnabled 0x7f03017b
+int attr enableEdgeToEdge 0x7f03017c
+int attr endIconCheckable 0x7f03017d
+int attr endIconContentDescription 0x7f03017e
+int attr endIconDrawable 0x7f03017f
+int attr endIconMinSize 0x7f030180
+int attr endIconMode 0x7f030181
+int attr endIconScaleType 0x7f030182
+int attr endIconTint 0x7f030183
+int attr endIconTintMode 0x7f030184
+int attr enforceMaterialTheme 0x7f030185
+int attr enforceTextAppearance 0x7f030186
+int attr ensureMinTouchTargetSize 0x7f030187
+int attr errorAccessibilityLabel 0x7f030188
+int attr errorAccessibilityLiveRegion 0x7f030189
+int attr errorContentDescription 0x7f03018a
+int attr errorEnabled 0x7f03018b
+int attr errorIconDrawable 0x7f03018c
+int attr errorIconTint 0x7f03018d
+int attr errorIconTintMode 0x7f03018e
+int attr errorShown 0x7f03018f
+int attr errorTextAppearance 0x7f030190
+int attr errorTextColor 0x7f030191
+int attr expandActivityOverflowButtonDrawable 0x7f030192
+int attr expanded 0x7f030193
+int attr expandedHintEnabled 0x7f030194
+int attr expandedTitleGravity 0x7f030195
+int attr expandedTitleMargin 0x7f030196
+int attr expandedTitleMarginBottom 0x7f030197
+int attr expandedTitleMarginEnd 0x7f030198
+int attr expandedTitleMarginStart 0x7f030199
+int attr expandedTitleMarginTop 0x7f03019a
+int attr expandedTitleTextAppearance 0x7f03019b
+int attr expandedTitleTextColor 0x7f03019c
+int attr extendMotionSpec 0x7f03019d
+int attr extendStrategy 0x7f03019e
+int attr extendedFloatingActionButtonPrimaryStyle 0x7f03019f
+int attr extendedFloatingActionButtonSecondaryStyle 0x7f0301a0
+int attr extendedFloatingActionButtonStyle 0x7f0301a1
+int attr extendedFloatingActionButtonSurfaceStyle 0x7f0301a2
+int attr extendedFloatingActionButtonTertiaryStyle 0x7f0301a3
+int attr extraMultilineHeightEnabled 0x7f0301a4
+int attr fabAlignmentMode 0x7f0301a5
+int attr fabAlignmentModeEndMargin 0x7f0301a6
+int attr fabAnchorMode 0x7f0301a7
+int attr fabAnimationMode 0x7f0301a8
+int attr fabCradleMargin 0x7f0301a9
+int attr fabCradleRoundedCornerRadius 0x7f0301aa
+int attr fabCradleVerticalOffset 0x7f0301ab
+int attr fabCustomSize 0x7f0301ac
+int attr fabSize 0x7f0301ad
+int attr fastScrollEnabled 0x7f0301ae
+int attr fastScrollHorizontalThumbDrawable 0x7f0301af
+int attr fastScrollHorizontalTrackDrawable 0x7f0301b0
+int attr fastScrollVerticalThumbDrawable 0x7f0301b1
+int attr fastScrollVerticalTrackDrawable 0x7f0301b2
+int attr firstBaselineToTopHeight 0x7f0301b3
+int attr floatingActionButtonLargePrimaryStyle 0x7f0301b4
+int attr floatingActionButtonLargeSecondaryStyle 0x7f0301b5
+int attr floatingActionButtonLargeStyle 0x7f0301b6
+int attr floatingActionButtonLargeSurfaceStyle 0x7f0301b7
+int attr floatingActionButtonLargeTertiaryStyle 0x7f0301b8
+int attr floatingActionButtonPrimaryStyle 0x7f0301b9
+int attr floatingActionButtonSecondaryStyle 0x7f0301ba
+int attr floatingActionButtonSmallPrimaryStyle 0x7f0301bb
+int attr floatingActionButtonSmallSecondaryStyle 0x7f0301bc
+int attr floatingActionButtonSmallStyle 0x7f0301bd
+int attr floatingActionButtonSmallSurfaceStyle 0x7f0301be
+int attr floatingActionButtonSmallTertiaryStyle 0x7f0301bf
+int attr floatingActionButtonStyle 0x7f0301c0
+int attr floatingActionButtonSurfaceStyle 0x7f0301c1
+int attr floatingActionButtonTertiaryStyle 0x7f0301c2
+int attr flow_firstHorizontalBias 0x7f0301c3
+int attr flow_firstHorizontalStyle 0x7f0301c4
+int attr flow_firstVerticalBias 0x7f0301c5
+int attr flow_firstVerticalStyle 0x7f0301c6
+int attr flow_horizontalAlign 0x7f0301c7
+int attr flow_horizontalBias 0x7f0301c8
+int attr flow_horizontalGap 0x7f0301c9
+int attr flow_horizontalStyle 0x7f0301ca
+int attr flow_lastHorizontalBias 0x7f0301cb
+int attr flow_lastHorizontalStyle 0x7f0301cc
+int attr flow_lastVerticalBias 0x7f0301cd
+int attr flow_lastVerticalStyle 0x7f0301ce
+int attr flow_maxElementsWrap 0x7f0301cf
+int attr flow_padding 0x7f0301d0
+int attr flow_verticalAlign 0x7f0301d1
+int attr flow_verticalBias 0x7f0301d2
+int attr flow_verticalGap 0x7f0301d3
+int attr flow_verticalStyle 0x7f0301d4
+int attr flow_wrapMode 0x7f0301d5
+int attr font 0x7f0301d6
+int attr fontFamily 0x7f0301d7
+int attr fontProviderAuthority 0x7f0301d8
+int attr fontProviderCerts 0x7f0301d9
+int attr fontProviderFetchStrategy 0x7f0301da
+int attr fontProviderFetchTimeout 0x7f0301db
+int attr fontProviderPackage 0x7f0301dc
+int attr fontProviderQuery 0x7f0301dd
+int attr fontProviderSystemFontFamily 0x7f0301de
+int attr fontStyle 0x7f0301df
+int attr fontVariationSettings 0x7f0301e0
+int attr fontWeight 0x7f0301e1
+int attr forceApplySystemWindowInsetTop 0x7f0301e2
+int attr forceDefaultNavigationOnClickListener 0x7f0301e3
+int attr foregroundInsidePadding 0x7f0301e4
+int attr framePosition 0x7f0301e5
+int attr gapBetweenBars 0x7f0301e6
+int attr gestureInsetBottomIgnored 0x7f0301e7
+int attr goIcon 0x7f0301e8
+int attr guidelineUseRtl 0x7f0301e9
+int attr haloColor 0x7f0301ea
+int attr haloRadius 0x7f0301eb
+int attr headerLayout 0x7f0301ec
+int attr height 0x7f0301ed
+int attr helperText 0x7f0301ee
+int attr helperTextEnabled 0x7f0301ef
+int attr helperTextTextAppearance 0x7f0301f0
+int attr helperTextTextColor 0x7f0301f1
+int attr hideAnimationBehavior 0x7f0301f2
+int attr hideMotionSpec 0x7f0301f3
+int attr hideNavigationIcon 0x7f0301f4
+int attr hideOnContentScroll 0x7f0301f5
+int attr hideOnScroll 0x7f0301f6
+int attr hintAnimationEnabled 0x7f0301f7
+int attr hintEnabled 0x7f0301f8
+int attr hintTextAppearance 0x7f0301f9
+int attr hintTextColor 0x7f0301fa
+int attr homeAsUpIndicator 0x7f0301fb
+int attr homeLayout 0x7f0301fc
+int attr horizontalOffset 0x7f0301fd
+int attr horizontalOffsetWithText 0x7f0301fe
+int attr hoveredFocusedTranslationZ 0x7f0301ff
+int attr icon 0x7f030200
+int attr iconEndPadding 0x7f030201
+int attr iconGravity 0x7f030202
+int attr iconPadding 0x7f030203
+int attr iconSize 0x7f030204
+int attr iconStartPadding 0x7f030205
+int attr iconTint 0x7f030206
+int attr iconTintMode 0x7f030207
+int attr iconifiedByDefault 0x7f030208
+int attr ifTagNotSet 0x7f030209
+int attr ifTagSet 0x7f03020a
+int attr imageButtonStyle 0x7f03020b
+int attr imagePanX 0x7f03020c
+int attr imagePanY 0x7f03020d
+int attr imageRotate 0x7f03020e
+int attr imageZoom 0x7f03020f
+int attr indeterminateAnimationType 0x7f030210
+int attr indeterminateProgressStyle 0x7f030211
+int attr indicatorColor 0x7f030212
+int attr indicatorDirectionCircular 0x7f030213
+int attr indicatorDirectionLinear 0x7f030214
+int attr indicatorInset 0x7f030215
+int attr indicatorSize 0x7f030216
+int attr initialActivityCount 0x7f030217
+int attr insetForeground 0x7f030218
+int attr isLightTheme 0x7f030219
+int attr isMaterial3DynamicColorApplied 0x7f03021a
+int attr isMaterial3Theme 0x7f03021b
+int attr isMaterialTheme 0x7f03021c
+int attr itemActiveIndicatorStyle 0x7f03021d
+int attr itemBackground 0x7f03021e
+int attr itemFillColor 0x7f03021f
+int attr itemHorizontalPadding 0x7f030220
+int attr itemHorizontalTranslationEnabled 0x7f030221
+int attr itemIconPadding 0x7f030222
+int attr itemIconSize 0x7f030223
+int attr itemIconTint 0x7f030224
+int attr itemMaxLines 0x7f030225
+int attr itemMinHeight 0x7f030226
+int attr itemPadding 0x7f030227
+int attr itemPaddingBottom 0x7f030228
+int attr itemPaddingTop 0x7f030229
+int attr itemRippleColor 0x7f03022a
+int attr itemShapeAppearance 0x7f03022b
+int attr itemShapeAppearanceOverlay 0x7f03022c
+int attr itemShapeFillColor 0x7f03022d
+int attr itemShapeInsetBottom 0x7f03022e
+int attr itemShapeInsetEnd 0x7f03022f
+int attr itemShapeInsetStart 0x7f030230
+int attr itemShapeInsetTop 0x7f030231
+int attr itemSpacing 0x7f030232
+int attr itemStrokeColor 0x7f030233
+int attr itemStrokeWidth 0x7f030234
+int attr itemTextAppearance 0x7f030235
+int attr itemTextAppearanceActive 0x7f030236
+int attr itemTextAppearanceInactive 0x7f030237
+int attr itemTextColor 0x7f030238
+int attr itemVerticalPadding 0x7f030239
+int attr keyPositionType 0x7f03023a
+int attr keyboardIcon 0x7f03023b
+int attr keylines 0x7f03023c
+int attr lStar 0x7f03023d
+int attr labelBehavior 0x7f03023e
+int attr labelStyle 0x7f03023f
+int attr labelVisibilityMode 0x7f030240
+int attr lastBaselineToBottomHeight 0x7f030241
+int attr lastItemDecorated 0x7f030242
+int attr layout 0x7f030243
+int attr layoutDescription 0x7f030244
+int attr layoutDuringTransition 0x7f030245
+int attr layoutManager 0x7f030246
+int attr layout_anchor 0x7f030247
+int attr layout_anchorGravity 0x7f030248
+int attr layout_behavior 0x7f030249
+int attr layout_collapseMode 0x7f03024a
+int attr layout_collapseParallaxMultiplier 0x7f03024b
+int attr layout_constrainedHeight 0x7f03024c
+int attr layout_constrainedWidth 0x7f03024d
+int attr layout_constraintBaseline_creator 0x7f03024e
+int attr layout_constraintBaseline_toBaselineOf 0x7f03024f
+int attr layout_constraintBaseline_toBottomOf 0x7f030250
+int attr layout_constraintBaseline_toTopOf 0x7f030251
+int attr layout_constraintBottom_creator 0x7f030252
+int attr layout_constraintBottom_toBottomOf 0x7f030253
+int attr layout_constraintBottom_toTopOf 0x7f030254
+int attr layout_constraintCircle 0x7f030255
+int attr layout_constraintCircleAngle 0x7f030256
+int attr layout_constraintCircleRadius 0x7f030257
+int attr layout_constraintDimensionRatio 0x7f030258
+int attr layout_constraintEnd_toEndOf 0x7f030259
+int attr layout_constraintEnd_toStartOf 0x7f03025a
+int attr layout_constraintGuide_begin 0x7f03025b
+int attr layout_constraintGuide_end 0x7f03025c
+int attr layout_constraintGuide_percent 0x7f03025d
+int attr layout_constraintHeight 0x7f03025e
+int attr layout_constraintHeight_default 0x7f03025f
+int attr layout_constraintHeight_max 0x7f030260
+int attr layout_constraintHeight_min 0x7f030261
+int attr layout_constraintHeight_percent 0x7f030262
+int attr layout_constraintHorizontal_bias 0x7f030263
+int attr layout_constraintHorizontal_chainStyle 0x7f030264
+int attr layout_constraintHorizontal_weight 0x7f030265
+int attr layout_constraintLeft_creator 0x7f030266
+int attr layout_constraintLeft_toLeftOf 0x7f030267
+int attr layout_constraintLeft_toRightOf 0x7f030268
+int attr layout_constraintRight_creator 0x7f030269
+int attr layout_constraintRight_toLeftOf 0x7f03026a
+int attr layout_constraintRight_toRightOf 0x7f03026b
+int attr layout_constraintStart_toEndOf 0x7f03026c
+int attr layout_constraintStart_toStartOf 0x7f03026d
+int attr layout_constraintTag 0x7f03026e
+int attr layout_constraintTop_creator 0x7f03026f
+int attr layout_constraintTop_toBottomOf 0x7f030270
+int attr layout_constraintTop_toTopOf 0x7f030271
+int attr layout_constraintVertical_bias 0x7f030272
+int attr layout_constraintVertical_chainStyle 0x7f030273
+int attr layout_constraintVertical_weight 0x7f030274
+int attr layout_constraintWidth 0x7f030275
+int attr layout_constraintWidth_default 0x7f030276
+int attr layout_constraintWidth_max 0x7f030277
+int attr layout_constraintWidth_min 0x7f030278
+int attr layout_constraintWidth_percent 0x7f030279
+int attr layout_dodgeInsetEdges 0x7f03027a
+int attr layout_editor_absoluteX 0x7f03027b
+int attr layout_editor_absoluteY 0x7f03027c
+int attr layout_goneMarginBaseline 0x7f03027d
+int attr layout_goneMarginBottom 0x7f03027e
+int attr layout_goneMarginEnd 0x7f03027f
+int attr layout_goneMarginLeft 0x7f030280
+int attr layout_goneMarginRight 0x7f030281
+int attr layout_goneMarginStart 0x7f030282
+int attr layout_goneMarginTop 0x7f030283
+int attr layout_insetEdge 0x7f030284
+int attr layout_keyline 0x7f030285
+int attr layout_marginBaseline 0x7f030286
+int attr layout_optimizationLevel 0x7f030287
+int attr layout_scrollEffect 0x7f030288
+int attr layout_scrollFlags 0x7f030289
+int attr layout_scrollInterpolator 0x7f03028a
+int attr layout_wrapBehaviorInParent 0x7f03028b
+int attr liftOnScroll 0x7f03028c
+int attr liftOnScrollColor 0x7f03028d
+int attr liftOnScrollTargetViewId 0x7f03028e
+int attr limitBoundsTo 0x7f03028f
+int attr lineHeight 0x7f030290
+int attr lineSpacing 0x7f030291
+int attr linearProgressIndicatorStyle 0x7f030292
+int attr listChoiceBackgroundIndicator 0x7f030293
+int attr listChoiceIndicatorMultipleAnimated 0x7f030294
+int attr listChoiceIndicatorSingleAnimated 0x7f030295
+int attr listDividerAlertDialog 0x7f030296
+int attr listItemLayout 0x7f030297
+int attr listLayout 0x7f030298
+int attr listMenuViewStyle 0x7f030299
+int attr listPopupWindowStyle 0x7f03029a
+int attr listPreferredItemHeight 0x7f03029b
+int attr listPreferredItemHeightLarge 0x7f03029c
+int attr listPreferredItemHeightSmall 0x7f03029d
+int attr listPreferredItemPaddingEnd 0x7f03029e
+int attr listPreferredItemPaddingLeft 0x7f03029f
+int attr listPreferredItemPaddingRight 0x7f0302a0
+int attr listPreferredItemPaddingStart 0x7f0302a1
+int attr logo 0x7f0302a2
+int attr logoAdjustViewBounds 0x7f0302a3
+int attr logoDescription 0x7f0302a4
+int attr logoScaleType 0x7f0302a5
+int attr marginHorizontal 0x7f0302a6
+int attr marginLeftSystemWindowInsets 0x7f0302a7
+int attr marginRightSystemWindowInsets 0x7f0302a8
+int attr marginTopSystemWindowInsets 0x7f0302a9
+int attr materialAlertDialogBodyTextStyle 0x7f0302aa
+int attr materialAlertDialogButtonSpacerVisibility 0x7f0302ab
+int attr materialAlertDialogTheme 0x7f0302ac
+int attr materialAlertDialogTitleIconStyle 0x7f0302ad
+int attr materialAlertDialogTitlePanelStyle 0x7f0302ae
+int attr materialAlertDialogTitleTextStyle 0x7f0302af
+int attr materialButtonOutlinedStyle 0x7f0302b0
+int attr materialButtonStyle 0x7f0302b1
+int attr materialButtonToggleGroupStyle 0x7f0302b2
+int attr materialCalendarDay 0x7f0302b3
+int attr materialCalendarDayOfWeekLabel 0x7f0302b4
+int attr materialCalendarFullscreenTheme 0x7f0302b5
+int attr materialCalendarHeaderCancelButton 0x7f0302b6
+int attr materialCalendarHeaderConfirmButton 0x7f0302b7
+int attr materialCalendarHeaderDivider 0x7f0302b8
+int attr materialCalendarHeaderLayout 0x7f0302b9
+int attr materialCalendarHeaderSelection 0x7f0302ba
+int attr materialCalendarHeaderTitle 0x7f0302bb
+int attr materialCalendarHeaderToggleButton 0x7f0302bc
+int attr materialCalendarMonth 0x7f0302bd
+int attr materialCalendarMonthNavigationButton 0x7f0302be
+int attr materialCalendarStyle 0x7f0302bf
+int attr materialCalendarTheme 0x7f0302c0
+int attr materialCalendarYearNavigationButton 0x7f0302c1
+int attr materialCardViewElevatedStyle 0x7f0302c2
+int attr materialCardViewFilledStyle 0x7f0302c3
+int attr materialCardViewOutlinedStyle 0x7f0302c4
+int attr materialCardViewStyle 0x7f0302c5
+int attr materialCircleRadius 0x7f0302c6
+int attr materialClockStyle 0x7f0302c7
+int attr materialDisplayDividerStyle 0x7f0302c8
+int attr materialDividerHeavyStyle 0x7f0302c9
+int attr materialDividerStyle 0x7f0302ca
+int attr materialIconButtonFilledStyle 0x7f0302cb
+int attr materialIconButtonFilledTonalStyle 0x7f0302cc
+int attr materialIconButtonOutlinedStyle 0x7f0302cd
+int attr materialIconButtonStyle 0x7f0302ce
+int attr materialSearchBarStyle 0x7f0302cf
+int attr materialSearchViewPrefixStyle 0x7f0302d0
+int attr materialSearchViewStyle 0x7f0302d1
+int attr materialSwitchStyle 0x7f0302d2
+int attr materialThemeOverlay 0x7f0302d3
+int attr materialTimePickerStyle 0x7f0302d4
+int attr materialTimePickerTheme 0x7f0302d5
+int attr materialTimePickerTitleStyle 0x7f0302d6
+int attr maxAcceleration 0x7f0302d7
+int attr maxActionInlineWidth 0x7f0302d8
+int attr maxButtonHeight 0x7f0302d9
+int attr maxCharacterCount 0x7f0302da
+int attr maxHeight 0x7f0302db
+int attr maxImageSize 0x7f0302dc
+int attr maxLines 0x7f0302dd
+int attr maxVelocity 0x7f0302de
+int attr maxWidth 0x7f0302df
+int attr measureWithLargestChild 0x7f0302e0
+int attr menu 0x7f0302e1
+int attr menuAlignmentMode 0x7f0302e2
+int attr menuGravity 0x7f0302e3
+int attr methodName 0x7f0302e4
+int attr minHeight 0x7f0302e5
+int attr minHideDelay 0x7f0302e6
+int attr minSeparation 0x7f0302e7
+int attr minTouchTargetSize 0x7f0302e8
+int attr minWidth 0x7f0302e9
+int attr mock_diagonalsColor 0x7f0302ea
+int attr mock_label 0x7f0302eb
+int attr mock_labelBackgroundColor 0x7f0302ec
+int attr mock_labelColor 0x7f0302ed
+int attr mock_showDiagonals 0x7f0302ee
+int attr mock_showLabel 0x7f0302ef
+int attr motionDebug 0x7f0302f0
+int attr motionDurationExtraLong1 0x7f0302f1
+int attr motionDurationExtraLong2 0x7f0302f2
+int attr motionDurationExtraLong3 0x7f0302f3
+int attr motionDurationExtraLong4 0x7f0302f4
+int attr motionDurationLong1 0x7f0302f5
+int attr motionDurationLong2 0x7f0302f6
+int attr motionDurationLong3 0x7f0302f7
+int attr motionDurationLong4 0x7f0302f8
+int attr motionDurationMedium1 0x7f0302f9
+int attr motionDurationMedium2 0x7f0302fa
+int attr motionDurationMedium3 0x7f0302fb
+int attr motionDurationMedium4 0x7f0302fc
+int attr motionDurationShort1 0x7f0302fd
+int attr motionDurationShort2 0x7f0302fe
+int attr motionDurationShort3 0x7f0302ff
+int attr motionDurationShort4 0x7f030300
+int attr motionEasingAccelerated 0x7f030301
+int attr motionEasingDecelerated 0x7f030302
+int attr motionEasingEmphasized 0x7f030303
+int attr motionEasingEmphasizedAccelerateInterpolator 0x7f030304
+int attr motionEasingEmphasizedDecelerateInterpolator 0x7f030305
+int attr motionEasingEmphasizedInterpolator 0x7f030306
+int attr motionEasingLinear 0x7f030307
+int attr motionEasingLinearInterpolator 0x7f030308
+int attr motionEasingStandard 0x7f030309
+int attr motionEasingStandardAccelerateInterpolator 0x7f03030a
+int attr motionEasingStandardDecelerateInterpolator 0x7f03030b
+int attr motionEasingStandardInterpolator 0x7f03030c
+int attr motionEffect_alpha 0x7f03030d
+int attr motionEffect_end 0x7f03030e
+int attr motionEffect_move 0x7f03030f
+int attr motionEffect_start 0x7f030310
+int attr motionEffect_strict 0x7f030311
+int attr motionEffect_translationX 0x7f030312
+int attr motionEffect_translationY 0x7f030313
+int attr motionEffect_viewTransition 0x7f030314
+int attr motionInterpolator 0x7f030315
+int attr motionPath 0x7f030316
+int attr motionPathRotate 0x7f030317
+int attr motionProgress 0x7f030318
+int attr motionStagger 0x7f030319
+int attr motionTarget 0x7f03031a
+int attr motion_postLayoutCollision 0x7f03031b
+int attr motion_triggerOnCollision 0x7f03031c
+int attr moveWhenScrollAtTop 0x7f03031d
+int attr multiChoiceItemLayout 0x7f03031e
+int attr navigationContentDescription 0x7f03031f
+int attr navigationIcon 0x7f030320
+int attr navigationIconTint 0x7f030321
+int attr navigationMode 0x7f030322
+int attr navigationRailStyle 0x7f030323
+int attr navigationViewStyle 0x7f030324
+int attr nestedScrollFlags 0x7f030325
+int attr nestedScrollViewStyle 0x7f030326
+int attr nestedScrollable 0x7f030327
+int attr number 0x7f030328
+int attr numericModifiers 0x7f030329
+int attr onCross 0x7f03032a
+int attr onHide 0x7f03032b
+int attr onNegativeCross 0x7f03032c
+int attr onPositiveCross 0x7f03032d
+int attr onShow 0x7f03032e
+int attr onStateTransition 0x7f03032f
+int attr onTouchUp 0x7f030330
+int attr overlapAnchor 0x7f030331
+int attr overlay 0x7f030332
+int attr paddingBottomNoButtons 0x7f030333
+int attr paddingBottomSystemWindowInsets 0x7f030334
+int attr paddingEnd 0x7f030335
+int attr paddingLeftSystemWindowInsets 0x7f030336
+int attr paddingRightSystemWindowInsets 0x7f030337
+int attr paddingStart 0x7f030338
+int attr paddingTopNoTitle 0x7f030339
+int attr paddingTopSystemWindowInsets 0x7f03033a
+int attr panelBackground 0x7f03033b
+int attr panelMenuListTheme 0x7f03033c
+int attr panelMenuListWidth 0x7f03033d
+int attr passwordToggleContentDescription 0x7f03033e
+int attr passwordToggleDrawable 0x7f03033f
+int attr passwordToggleEnabled 0x7f030340
+int attr passwordToggleTint 0x7f030341
+int attr passwordToggleTintMode 0x7f030342
+int attr pathMotionArc 0x7f030343
+int attr path_percent 0x7f030344
+int attr percentHeight 0x7f030345
+int attr percentWidth 0x7f030346
+int attr percentX 0x7f030347
+int attr percentY 0x7f030348
+int attr perpendicularPath_percent 0x7f030349
+int attr pivotAnchor 0x7f03034a
+int attr placeholderText 0x7f03034b
+int attr placeholderTextAppearance 0x7f03034c
+int attr placeholderTextColor 0x7f03034d
+int attr placeholder_emptyVisibility 0x7f03034e
+int attr polarRelativeTo 0x7f03034f
+int attr popupMenuBackground 0x7f030350
+int attr popupMenuStyle 0x7f030351
+int attr popupTheme 0x7f030352
+int attr popupWindowStyle 0x7f030353
+int attr prefixText 0x7f030354
+int attr prefixTextAppearance 0x7f030355
+int attr prefixTextColor 0x7f030356
+int attr preserveIconSpacing 0x7f030357
+int attr pressedTranslationZ 0x7f030358
+int attr progressBarPadding 0x7f030359
+int attr progressBarStyle 0x7f03035a
+int attr quantizeMotionInterpolator 0x7f03035b
+int attr quantizeMotionPhase 0x7f03035c
+int attr quantizeMotionSteps 0x7f03035d
+int attr queryBackground 0x7f03035e
+int attr queryHint 0x7f03035f
+int attr queryPatterns 0x7f030360
+int attr radioButtonStyle 0x7f030361
+int attr rangeFillColor 0x7f030362
+int attr ratingBarStyle 0x7f030363
+int attr ratingBarStyleIndicator 0x7f030364
+int attr ratingBarStyleSmall 0x7f030365
+int attr reactiveGuide_animateChange 0x7f030366
+int attr reactiveGuide_applyToAllConstraintSets 0x7f030367
+int attr reactiveGuide_applyToConstraintSet 0x7f030368
+int attr reactiveGuide_valueId 0x7f030369
+int attr recyclerViewStyle 0x7f03036a
+int attr region_heightLessThan 0x7f03036b
+int attr region_heightMoreThan 0x7f03036c
+int attr region_widthLessThan 0x7f03036d
+int attr region_widthMoreThan 0x7f03036e
+int attr removeEmbeddedFabElevation 0x7f03036f
+int attr reverseLayout 0x7f030370
+int attr rippleColor 0x7f030371
+int attr rotationCenterId 0x7f030372
+int attr round 0x7f030373
+int attr roundPercent 0x7f030374
+int attr saturation 0x7f030375
+int attr scaleFromTextSize 0x7f030376
+int attr scrimAnimationDuration 0x7f030377
+int attr scrimBackground 0x7f030378
+int attr scrimVisibleHeightTrigger 0x7f030379
+int attr searchHintIcon 0x7f03037a
+int attr searchIcon 0x7f03037b
+int attr searchPrefixText 0x7f03037c
+int attr searchViewStyle 0x7f03037d
+int attr seekBarStyle 0x7f03037e
+int attr selectableItemBackground 0x7f03037f
+int attr selectableItemBackgroundBorderless 0x7f030380
+int attr selectionRequired 0x7f030381
+int attr selectorSize 0x7f030382
+int attr setsTag 0x7f030383
+int attr shapeAppearance 0x7f030384
+int attr shapeAppearanceCornerExtraLarge 0x7f030385
+int attr shapeAppearanceCornerExtraSmall 0x7f030386
+int attr shapeAppearanceCornerLarge 0x7f030387
+int attr shapeAppearanceCornerMedium 0x7f030388
+int attr shapeAppearanceCornerSmall 0x7f030389
+int attr shapeAppearanceLargeComponent 0x7f03038a
+int attr shapeAppearanceMediumComponent 0x7f03038b
+int attr shapeAppearanceOverlay 0x7f03038c
+int attr shapeAppearanceSmallComponent 0x7f03038d
+int attr shapeCornerFamily 0x7f03038e
+int attr shortcutMatchRequired 0x7f03038f
+int attr shouldRemoveExpandedCorners 0x7f030390
+int attr showAnimationBehavior 0x7f030391
+int attr showAsAction 0x7f030392
+int attr showDelay 0x7f030393
+int attr showDividers 0x7f030394
+int attr showMotionSpec 0x7f030395
+int attr showPaths 0x7f030396
+int attr showText 0x7f030397
+int attr showTitle 0x7f030398
+int attr shrinkMotionSpec 0x7f030399
+int attr sideSheetDialogTheme 0x7f03039a
+int attr sideSheetModalStyle 0x7f03039b
+int attr simpleItemLayout 0x7f03039c
+int attr simpleItemSelectedColor 0x7f03039d
+int attr simpleItemSelectedRippleColor 0x7f03039e
+int attr simpleItems 0x7f03039f
+int attr singleChoiceItemLayout 0x7f0303a0
+int attr singleLine 0x7f0303a1
+int attr singleSelection 0x7f0303a2
+int attr sizePercent 0x7f0303a3
+int attr sliderStyle 0x7f0303a4
+int attr snackbarButtonStyle 0x7f0303a5
+int attr snackbarStyle 0x7f0303a6
+int attr snackbarTextViewStyle 0x7f0303a7
+int attr spanCount 0x7f0303a8
+int attr spinBars 0x7f0303a9
+int attr spinnerDropDownItemStyle 0x7f0303aa
+int attr spinnerStyle 0x7f0303ab
+int attr splitTrack 0x7f0303ac
+int attr springBoundary 0x7f0303ad
+int attr springDamping 0x7f0303ae
+int attr springMass 0x7f0303af
+int attr springStiffness 0x7f0303b0
+int attr springStopThreshold 0x7f0303b1
+int attr srcCompat 0x7f0303b2
+int attr stackFromEnd 0x7f0303b3
+int attr staggered 0x7f0303b4
+int attr startIconCheckable 0x7f0303b5
+int attr startIconContentDescription 0x7f0303b6
+int attr startIconDrawable 0x7f0303b7
+int attr startIconMinSize 0x7f0303b8
+int attr startIconScaleType 0x7f0303b9
+int attr startIconTint 0x7f0303ba
+int attr startIconTintMode 0x7f0303bb
+int attr state_above_anchor 0x7f0303bc
+int attr state_collapsed 0x7f0303bd
+int attr state_collapsible 0x7f0303be
+int attr state_dragged 0x7f0303bf
+int attr state_error 0x7f0303c0
+int attr state_indeterminate 0x7f0303c1
+int attr state_liftable 0x7f0303c2
+int attr state_lifted 0x7f0303c3
+int attr state_with_icon 0x7f0303c4
+int attr statusBarBackground 0x7f0303c5
+int attr statusBarForeground 0x7f0303c6
+int attr statusBarScrim 0x7f0303c7
+int attr strokeColor 0x7f0303c8
+int attr strokeWidth 0x7f0303c9
+int attr subMenuArrow 0x7f0303ca
+int attr subheaderColor 0x7f0303cb
+int attr subheaderInsetEnd 0x7f0303cc
+int attr subheaderInsetStart 0x7f0303cd
+int attr subheaderTextAppearance 0x7f0303ce
+int attr submitBackground 0x7f0303cf
+int attr subtitle 0x7f0303d0
+int attr subtitleCentered 0x7f0303d1
+int attr subtitleTextAppearance 0x7f0303d2
+int attr subtitleTextColor 0x7f0303d3
+int attr subtitleTextStyle 0x7f0303d4
+int attr suffixText 0x7f0303d5
+int attr suffixTextAppearance 0x7f0303d6
+int attr suffixTextColor 0x7f0303d7
+int attr suggestionRowLayout 0x7f0303d8
+int attr switchMinWidth 0x7f0303d9
+int attr switchPadding 0x7f0303da
+int attr switchStyle 0x7f0303db
+int attr switchTextAppearance 0x7f0303dc
+int attr tabBackground 0x7f0303dd
+int attr tabContentStart 0x7f0303de
+int attr tabGravity 0x7f0303df
+int attr tabIconTint 0x7f0303e0
+int attr tabIconTintMode 0x7f0303e1
+int attr tabIndicator 0x7f0303e2
+int attr tabIndicatorAnimationDuration 0x7f0303e3
+int attr tabIndicatorAnimationMode 0x7f0303e4
+int attr tabIndicatorColor 0x7f0303e5
+int attr tabIndicatorFullWidth 0x7f0303e6
+int attr tabIndicatorGravity 0x7f0303e7
+int attr tabIndicatorHeight 0x7f0303e8
+int attr tabInlineLabel 0x7f0303e9
+int attr tabMaxWidth 0x7f0303ea
+int attr tabMinWidth 0x7f0303eb
+int attr tabMode 0x7f0303ec
+int attr tabPadding 0x7f0303ed
+int attr tabPaddingBottom 0x7f0303ee
+int attr tabPaddingEnd 0x7f0303ef
+int attr tabPaddingStart 0x7f0303f0
+int attr tabPaddingTop 0x7f0303f1
+int attr tabRippleColor 0x7f0303f2
+int attr tabSecondaryStyle 0x7f0303f3
+int attr tabSelectedTextAppearance 0x7f0303f4
+int attr tabSelectedTextColor 0x7f0303f5
+int attr tabStyle 0x7f0303f6
+int attr tabTextAppearance 0x7f0303f7
+int attr tabTextColor 0x7f0303f8
+int attr tabUnboundedRipple 0x7f0303f9
+int attr targetId 0x7f0303fa
+int attr telltales_tailColor 0x7f0303fb
+int attr telltales_tailScale 0x7f0303fc
+int attr telltales_velocityMode 0x7f0303fd
+int attr textAllCaps 0x7f0303fe
+int attr textAppearanceBody1 0x7f0303ff
+int attr textAppearanceBody2 0x7f030400
+int attr textAppearanceBodyLarge 0x7f030401
+int attr textAppearanceBodyMedium 0x7f030402
+int attr textAppearanceBodySmall 0x7f030403
+int attr textAppearanceButton 0x7f030404
+int attr textAppearanceCaption 0x7f030405
+int attr textAppearanceDisplayLarge 0x7f030406
+int attr textAppearanceDisplayMedium 0x7f030407
+int attr textAppearanceDisplaySmall 0x7f030408
+int attr textAppearanceHeadline1 0x7f030409
+int attr textAppearanceHeadline2 0x7f03040a
+int attr textAppearanceHeadline3 0x7f03040b
+int attr textAppearanceHeadline4 0x7f03040c
+int attr textAppearanceHeadline5 0x7f03040d
+int attr textAppearanceHeadline6 0x7f03040e
+int attr textAppearanceHeadlineLarge 0x7f03040f
+int attr textAppearanceHeadlineMedium 0x7f030410
+int attr textAppearanceHeadlineSmall 0x7f030411
+int attr textAppearanceLabelLarge 0x7f030412
+int attr textAppearanceLabelMedium 0x7f030413
+int attr textAppearanceLabelSmall 0x7f030414
+int attr textAppearanceLargePopupMenu 0x7f030415
+int attr textAppearanceLineHeightEnabled 0x7f030416
+int attr textAppearanceListItem 0x7f030417
+int attr textAppearanceListItemSecondary 0x7f030418
+int attr textAppearanceListItemSmall 0x7f030419
+int attr textAppearanceOverline 0x7f03041a
+int attr textAppearancePopupMenuHeader 0x7f03041b
+int attr textAppearanceSearchResultSubtitle 0x7f03041c
+int attr textAppearanceSearchResultTitle 0x7f03041d
+int attr textAppearanceSmallPopupMenu 0x7f03041e
+int attr textAppearanceSubtitle1 0x7f03041f
+int attr textAppearanceSubtitle2 0x7f030420
+int attr textAppearanceTitleLarge 0x7f030421
+int attr textAppearanceTitleMedium 0x7f030422
+int attr textAppearanceTitleSmall 0x7f030423
+int attr textBackground 0x7f030424
+int attr textBackgroundPanX 0x7f030425
+int attr textBackgroundPanY 0x7f030426
+int attr textBackgroundRotate 0x7f030427
+int attr textBackgroundZoom 0x7f030428
+int attr textColorAlertDialogListItem 0x7f030429
+int attr textColorSearchUrl 0x7f03042a
+int attr textEndPadding 0x7f03042b
+int attr textFillColor 0x7f03042c
+int attr textInputFilledDenseStyle 0x7f03042d
+int attr textInputFilledExposedDropdownMenuStyle 0x7f03042e
+int attr textInputFilledStyle 0x7f03042f
+int attr textInputLayoutFocusedRectEnabled 0x7f030430
+int attr textInputOutlinedDenseStyle 0x7f030431
+int attr textInputOutlinedExposedDropdownMenuStyle 0x7f030432
+int attr textInputOutlinedStyle 0x7f030433
+int attr textInputStyle 0x7f030434
+int attr textLocale 0x7f030435
+int attr textOutlineColor 0x7f030436
+int attr textOutlineThickness 0x7f030437
+int attr textPanX 0x7f030438
+int attr textPanY 0x7f030439
+int attr textStartPadding 0x7f03043a
+int attr textureBlurFactor 0x7f03043b
+int attr textureEffect 0x7f03043c
+int attr textureHeight 0x7f03043d
+int attr textureWidth 0x7f03043e
+int attr theme 0x7f03043f
+int attr thickness 0x7f030440
+int attr thumbColor 0x7f030441
+int attr thumbElevation 0x7f030442
+int attr thumbIcon 0x7f030443
+int attr thumbIconTint 0x7f030444
+int attr thumbIconTintMode 0x7f030445
+int attr thumbRadius 0x7f030446
+int attr thumbStrokeColor 0x7f030447
+int attr thumbStrokeWidth 0x7f030448
+int attr thumbTextPadding 0x7f030449
+int attr thumbTint 0x7f03044a
+int attr thumbTintMode 0x7f03044b
+int attr tickColor 0x7f03044c
+int attr tickColorActive 0x7f03044d
+int attr tickColorInactive 0x7f03044e
+int attr tickMark 0x7f03044f
+int attr tickMarkTint 0x7f030450
+int attr tickMarkTintMode 0x7f030451
+int attr tickVisible 0x7f030452
+int attr tint 0x7f030453
+int attr tintMode 0x7f030454
+int attr tintNavigationIcon 0x7f030455
+int attr title 0x7f030456
+int attr titleCentered 0x7f030457
+int attr titleCollapseMode 0x7f030458
+int attr titleEnabled 0x7f030459
+int attr titleMargin 0x7f03045a
+int attr titleMarginBottom 0x7f03045b
+int attr titleMarginEnd 0x7f03045c
+int attr titleMarginStart 0x7f03045d
+int attr titleMarginTop 0x7f03045e
+int attr titleMargins 0x7f03045f
+int attr titlePositionInterpolator 0x7f030460
+int attr titleTextAppearance 0x7f030461
+int attr titleTextColor 0x7f030462
+int attr titleTextEllipsize 0x7f030463
+int attr titleTextStyle 0x7f030464
+int attr toggleCheckedStateOnClick 0x7f030465
+int attr toolbarId 0x7f030466
+int attr toolbarNavigationButtonStyle 0x7f030467
+int attr toolbarStyle 0x7f030468
+int attr toolbarSurfaceStyle 0x7f030469
+int attr tooltipForegroundColor 0x7f03046a
+int attr tooltipFrameBackground 0x7f03046b
+int attr tooltipStyle 0x7f03046c
+int attr tooltipText 0x7f03046d
+int attr topInsetScrimEnabled 0x7f03046e
+int attr touchAnchorId 0x7f03046f
+int attr touchAnchorSide 0x7f030470
+int attr touchRegionId 0x7f030471
+int attr track 0x7f030472
+int attr trackColor 0x7f030473
+int attr trackColorActive 0x7f030474
+int attr trackColorInactive 0x7f030475
+int attr trackCornerRadius 0x7f030476
+int attr trackDecoration 0x7f030477
+int attr trackDecorationTint 0x7f030478
+int attr trackDecorationTintMode 0x7f030479
+int attr trackHeight 0x7f03047a
+int attr trackThickness 0x7f03047b
+int attr trackTint 0x7f03047c
+int attr trackTintMode 0x7f03047d
+int attr transformPivotTarget 0x7f03047e
+int attr transitionDisable 0x7f03047f
+int attr transitionEasing 0x7f030480
+int attr transitionFlags 0x7f030481
+int attr transitionPathRotate 0x7f030482
+int attr transitionShapeAppearance 0x7f030483
+int attr triggerId 0x7f030484
+int attr triggerReceiver 0x7f030485
+int attr triggerSlack 0x7f030486
+int attr ttcIndex 0x7f030487
+int attr upDuration 0x7f030488
+int attr useCompatPadding 0x7f030489
+int attr useDrawerArrowDrawable 0x7f03048a
+int attr useMaterialThemeColors 0x7f03048b
+int attr values 0x7f03048c
+int attr verticalOffset 0x7f03048d
+int attr verticalOffsetWithText 0x7f03048e
+int attr viewInflaterClass 0x7f03048f
+int attr viewTransitionMode 0x7f030490
+int attr viewTransitionOnCross 0x7f030491
+int attr viewTransitionOnNegativeCross 0x7f030492
+int attr viewTransitionOnPositiveCross 0x7f030493
+int attr visibilityMode 0x7f030494
+int attr voiceIcon 0x7f030495
+int attr warmth 0x7f030496
+int attr waveDecay 0x7f030497
+int attr waveOffset 0x7f030498
+int attr wavePeriod 0x7f030499
+int attr wavePhase 0x7f03049a
+int attr waveShape 0x7f03049b
+int attr waveVariesBy 0x7f03049c
+int attr windowActionBar 0x7f03049d
+int attr windowActionBarOverlay 0x7f03049e
+int attr windowActionModeOverlay 0x7f03049f
+int attr windowFixedHeightMajor 0x7f0304a0
+int attr windowFixedHeightMinor 0x7f0304a1
+int attr windowFixedWidthMajor 0x7f0304a2
+int attr windowFixedWidthMinor 0x7f0304a3
+int attr windowMinWidthMajor 0x7f0304a4
+int attr windowMinWidthMinor 0x7f0304a5
+int attr windowNoTitle 0x7f0304a6
+int attr yearSelectedStyle 0x7f0304a7
+int attr yearStyle 0x7f0304a8
+int attr yearTodayStyle 0x7f0304a9
+int bool abc_action_bar_embed_tabs 0x7f040000
+int bool abc_config_actionMenuItemAllCaps 0x7f040001
+int bool mtrl_btn_textappearance_all_caps 0x7f040002
+int color abc_background_cache_hint_selector_material_dark 0x7f050000
+int color abc_background_cache_hint_selector_material_light 0x7f050001
+int color abc_btn_colored_borderless_text_material 0x7f050002
+int color abc_btn_colored_text_material 0x7f050003
+int color abc_color_highlight_material 0x7f050004
+int color abc_decor_view_status_guard 0x7f050005
+int color abc_decor_view_status_guard_light 0x7f050006
+int color abc_hint_foreground_material_dark 0x7f050007
+int color abc_hint_foreground_material_light 0x7f050008
+int color abc_primary_text_disable_only_material_dark 0x7f050009
+int color abc_primary_text_disable_only_material_light 0x7f05000a
+int color abc_primary_text_material_dark 0x7f05000b
+int color abc_primary_text_material_light 0x7f05000c
+int color abc_search_url_text 0x7f05000d
+int color abc_search_url_text_normal 0x7f05000e
+int color abc_search_url_text_pressed 0x7f05000f
+int color abc_search_url_text_selected 0x7f050010
+int color abc_secondary_text_material_dark 0x7f050011
+int color abc_secondary_text_material_light 0x7f050012
+int color abc_tint_btn_checkable 0x7f050013
+int color abc_tint_default 0x7f050014
+int color abc_tint_edittext 0x7f050015
+int color abc_tint_seek_thumb 0x7f050016
+int color abc_tint_spinner 0x7f050017
+int color abc_tint_switch_track 0x7f050018
+int color accent_material_dark 0x7f050019
+int color accent_material_light 0x7f05001a
+int color androidx_core_ripple_material_light 0x7f05001b
+int color androidx_core_secondary_text_default_material_light 0x7f05001c
+int color background_floating_material_dark 0x7f05001d
+int color background_floating_material_light 0x7f05001e
+int color background_material_dark 0x7f05001f
+int color background_material_light 0x7f050020
+int color black 0x7f050021
+int color bright_foreground_disabled_material_dark 0x7f050022
+int color bright_foreground_disabled_material_light 0x7f050023
+int color bright_foreground_inverse_material_dark 0x7f050024
+int color bright_foreground_inverse_material_light 0x7f050025
+int color bright_foreground_material_dark 0x7f050026
+int color bright_foreground_material_light 0x7f050027
+int color button_material_dark 0x7f050028
+int color button_material_light 0x7f050029
+int color buttons 0x7f05002a
+int color cardview_dark_background 0x7f05002b
+int color cardview_light_background 0x7f05002c
+int color cardview_shadow_end_color 0x7f05002d
+int color cardview_shadow_start_color 0x7f05002e
+int color design_bottom_navigation_shadow_color 0x7f05002f
+int color design_box_stroke_color 0x7f050030
+int color design_dark_default_color_background 0x7f050031
+int color design_dark_default_color_error 0x7f050032
+int color design_dark_default_color_on_background 0x7f050033
+int color design_dark_default_color_on_error 0x7f050034
+int color design_dark_default_color_on_primary 0x7f050035
+int color design_dark_default_color_on_secondary 0x7f050036
+int color design_dark_default_color_on_surface 0x7f050037
+int color design_dark_default_color_primary 0x7f050038
+int color design_dark_default_color_primary_dark 0x7f050039
+int color design_dark_default_color_primary_variant 0x7f05003a
+int color design_dark_default_color_secondary 0x7f05003b
+int color design_dark_default_color_secondary_variant 0x7f05003c
+int color design_dark_default_color_surface 0x7f05003d
+int color design_default_color_background 0x7f05003e
+int color design_default_color_error 0x7f05003f
+int color design_default_color_on_background 0x7f050040
+int color design_default_color_on_error 0x7f050041
+int color design_default_color_on_primary 0x7f050042
+int color design_default_color_on_secondary 0x7f050043
+int color design_default_color_on_surface 0x7f050044
+int color design_default_color_primary 0x7f050045
+int color design_default_color_primary_dark 0x7f050046
+int color design_default_color_primary_variant 0x7f050047
+int color design_default_color_secondary 0x7f050048
+int color design_default_color_secondary_variant 0x7f050049
+int color design_default_color_surface 0x7f05004a
+int color design_error 0x7f05004b
+int color design_fab_shadow_end_color 0x7f05004c
+int color design_fab_shadow_mid_color 0x7f05004d
+int color design_fab_shadow_start_color 0x7f05004e
+int color design_fab_stroke_end_inner_color 0x7f05004f
+int color design_fab_stroke_end_outer_color 0x7f050050
+int color design_fab_stroke_top_inner_color 0x7f050051
+int color design_fab_stroke_top_outer_color 0x7f050052
+int color design_icon_tint 0x7f050053
+int color design_snackbar_background_color 0x7f050054
+int color dim_foreground_disabled_material_dark 0x7f050055
+int color dim_foreground_disabled_material_light 0x7f050056
+int color dim_foreground_material_dark 0x7f050057
+int color dim_foreground_material_light 0x7f050058
+int color error_color_material_dark 0x7f050059
+int color error_color_material_light 0x7f05005a
+int color foreground_material_dark 0x7f05005b
+int color foreground_material_light 0x7f05005c
+int color grey 0x7f05005d
+int color highlighted_text_material_dark 0x7f05005e
+int color highlighted_text_material_light 0x7f05005f
+int color m3_appbar_overlay_color 0x7f050060
+int color m3_assist_chip_icon_tint_color 0x7f050061
+int color m3_assist_chip_stroke_color 0x7f050062
+int color m3_button_background_color_selector 0x7f050063
+int color m3_button_foreground_color_selector 0x7f050064
+int color m3_button_outline_color_selector 0x7f050065
+int color m3_button_ripple_color 0x7f050066
+int color m3_button_ripple_color_selector 0x7f050067
+int color m3_calendar_item_disabled_text 0x7f050068
+int color m3_calendar_item_stroke_color 0x7f050069
+int color m3_card_foreground_color 0x7f05006a
+int color m3_card_ripple_color 0x7f05006b
+int color m3_card_stroke_color 0x7f05006c
+int color m3_checkbox_button_icon_tint 0x7f05006d
+int color m3_checkbox_button_tint 0x7f05006e
+int color m3_chip_assist_text_color 0x7f05006f
+int color m3_chip_background_color 0x7f050070
+int color m3_chip_ripple_color 0x7f050071
+int color m3_chip_stroke_color 0x7f050072
+int color m3_chip_text_color 0x7f050073
+int color m3_dark_default_color_primary_text 0x7f050074
+int color m3_dark_default_color_secondary_text 0x7f050075
+int color m3_dark_highlighted_text 0x7f050076
+int color m3_dark_hint_foreground 0x7f050077
+int color m3_dark_primary_text_disable_only 0x7f050078
+int color m3_default_color_primary_text 0x7f050079
+int color m3_default_color_secondary_text 0x7f05007a
+int color m3_dynamic_dark_default_color_primary_text 0x7f05007b
+int color m3_dynamic_dark_default_color_secondary_text 0x7f05007c
+int color m3_dynamic_dark_highlighted_text 0x7f05007d
+int color m3_dynamic_dark_hint_foreground 0x7f05007e
+int color m3_dynamic_dark_primary_text_disable_only 0x7f05007f
+int color m3_dynamic_default_color_primary_text 0x7f050080
+int color m3_dynamic_default_color_secondary_text 0x7f050081
+int color m3_dynamic_highlighted_text 0x7f050082
+int color m3_dynamic_hint_foreground 0x7f050083
+int color m3_dynamic_primary_text_disable_only 0x7f050084
+int color m3_efab_ripple_color_selector 0x7f050085
+int color m3_elevated_chip_background_color 0x7f050086
+int color m3_fab_efab_background_color_selector 0x7f050087
+int color m3_fab_efab_foreground_color_selector 0x7f050088
+int color m3_fab_ripple_color_selector 0x7f050089
+int color m3_filled_icon_button_container_color_selector 0x7f05008a
+int color m3_highlighted_text 0x7f05008b
+int color m3_hint_foreground 0x7f05008c
+int color m3_icon_button_icon_color_selector 0x7f05008d
+int color m3_navigation_bar_item_with_indicator_icon_tint 0x7f05008e
+int color m3_navigation_bar_item_with_indicator_label_tint 0x7f05008f
+int color m3_navigation_bar_ripple_color_selector 0x7f050090
+int color m3_navigation_item_background_color 0x7f050091
+int color m3_navigation_item_icon_tint 0x7f050092
+int color m3_navigation_item_ripple_color 0x7f050093
+int color m3_navigation_item_text_color 0x7f050094
+int color m3_popupmenu_overlay_color 0x7f050095
+int color m3_primary_text_disable_only 0x7f050096
+int color m3_radiobutton_button_tint 0x7f050097
+int color m3_radiobutton_ripple_tint 0x7f050098
+int color m3_ref_palette_black 0x7f050099
+int color m3_ref_palette_dynamic_neutral0 0x7f05009a
+int color m3_ref_palette_dynamic_neutral10 0x7f05009b
+int color m3_ref_palette_dynamic_neutral100 0x7f05009c
+int color m3_ref_palette_dynamic_neutral20 0x7f05009d
+int color m3_ref_palette_dynamic_neutral30 0x7f05009e
+int color m3_ref_palette_dynamic_neutral40 0x7f05009f
+int color m3_ref_palette_dynamic_neutral50 0x7f0500a0
+int color m3_ref_palette_dynamic_neutral60 0x7f0500a1
+int color m3_ref_palette_dynamic_neutral70 0x7f0500a2
+int color m3_ref_palette_dynamic_neutral80 0x7f0500a3
+int color m3_ref_palette_dynamic_neutral90 0x7f0500a4
+int color m3_ref_palette_dynamic_neutral95 0x7f0500a5
+int color m3_ref_palette_dynamic_neutral99 0x7f0500a6
+int color m3_ref_palette_dynamic_neutral_variant0 0x7f0500a7
+int color m3_ref_palette_dynamic_neutral_variant10 0x7f0500a8
+int color m3_ref_palette_dynamic_neutral_variant100 0x7f0500a9
+int color m3_ref_palette_dynamic_neutral_variant20 0x7f0500aa
+int color m3_ref_palette_dynamic_neutral_variant30 0x7f0500ab
+int color m3_ref_palette_dynamic_neutral_variant40 0x7f0500ac
+int color m3_ref_palette_dynamic_neutral_variant50 0x7f0500ad
+int color m3_ref_palette_dynamic_neutral_variant60 0x7f0500ae
+int color m3_ref_palette_dynamic_neutral_variant70 0x7f0500af
+int color m3_ref_palette_dynamic_neutral_variant80 0x7f0500b0
+int color m3_ref_palette_dynamic_neutral_variant90 0x7f0500b1
+int color m3_ref_palette_dynamic_neutral_variant95 0x7f0500b2
+int color m3_ref_palette_dynamic_neutral_variant99 0x7f0500b3
+int color m3_ref_palette_dynamic_primary0 0x7f0500b4
+int color m3_ref_palette_dynamic_primary10 0x7f0500b5
+int color m3_ref_palette_dynamic_primary100 0x7f0500b6
+int color m3_ref_palette_dynamic_primary20 0x7f0500b7
+int color m3_ref_palette_dynamic_primary30 0x7f0500b8
+int color m3_ref_palette_dynamic_primary40 0x7f0500b9
+int color m3_ref_palette_dynamic_primary50 0x7f0500ba
+int color m3_ref_palette_dynamic_primary60 0x7f0500bb
+int color m3_ref_palette_dynamic_primary70 0x7f0500bc
+int color m3_ref_palette_dynamic_primary80 0x7f0500bd
+int color m3_ref_palette_dynamic_primary90 0x7f0500be
+int color m3_ref_palette_dynamic_primary95 0x7f0500bf
+int color m3_ref_palette_dynamic_primary99 0x7f0500c0
+int color m3_ref_palette_dynamic_secondary0 0x7f0500c1
+int color m3_ref_palette_dynamic_secondary10 0x7f0500c2
+int color m3_ref_palette_dynamic_secondary100 0x7f0500c3
+int color m3_ref_palette_dynamic_secondary20 0x7f0500c4
+int color m3_ref_palette_dynamic_secondary30 0x7f0500c5
+int color m3_ref_palette_dynamic_secondary40 0x7f0500c6
+int color m3_ref_palette_dynamic_secondary50 0x7f0500c7
+int color m3_ref_palette_dynamic_secondary60 0x7f0500c8
+int color m3_ref_palette_dynamic_secondary70 0x7f0500c9
+int color m3_ref_palette_dynamic_secondary80 0x7f0500ca
+int color m3_ref_palette_dynamic_secondary90 0x7f0500cb
+int color m3_ref_palette_dynamic_secondary95 0x7f0500cc
+int color m3_ref_palette_dynamic_secondary99 0x7f0500cd
+int color m3_ref_palette_dynamic_tertiary0 0x7f0500ce
+int color m3_ref_palette_dynamic_tertiary10 0x7f0500cf
+int color m3_ref_palette_dynamic_tertiary100 0x7f0500d0
+int color m3_ref_palette_dynamic_tertiary20 0x7f0500d1
+int color m3_ref_palette_dynamic_tertiary30 0x7f0500d2
+int color m3_ref_palette_dynamic_tertiary40 0x7f0500d3
+int color m3_ref_palette_dynamic_tertiary50 0x7f0500d4
+int color m3_ref_palette_dynamic_tertiary60 0x7f0500d5
+int color m3_ref_palette_dynamic_tertiary70 0x7f0500d6
+int color m3_ref_palette_dynamic_tertiary80 0x7f0500d7
+int color m3_ref_palette_dynamic_tertiary90 0x7f0500d8
+int color m3_ref_palette_dynamic_tertiary95 0x7f0500d9
+int color m3_ref_palette_dynamic_tertiary99 0x7f0500da
+int color m3_ref_palette_error0 0x7f0500db
+int color m3_ref_palette_error10 0x7f0500dc
+int color m3_ref_palette_error100 0x7f0500dd
+int color m3_ref_palette_error20 0x7f0500de
+int color m3_ref_palette_error30 0x7f0500df
+int color m3_ref_palette_error40 0x7f0500e0
+int color m3_ref_palette_error50 0x7f0500e1
+int color m3_ref_palette_error60 0x7f0500e2
+int color m3_ref_palette_error70 0x7f0500e3
+int color m3_ref_palette_error80 0x7f0500e4
+int color m3_ref_palette_error90 0x7f0500e5
+int color m3_ref_palette_error95 0x7f0500e6
+int color m3_ref_palette_error99 0x7f0500e7
+int color m3_ref_palette_neutral0 0x7f0500e8
+int color m3_ref_palette_neutral10 0x7f0500e9
+int color m3_ref_palette_neutral100 0x7f0500ea
+int color m3_ref_palette_neutral20 0x7f0500eb
+int color m3_ref_palette_neutral30 0x7f0500ec
+int color m3_ref_palette_neutral40 0x7f0500ed
+int color m3_ref_palette_neutral50 0x7f0500ee
+int color m3_ref_palette_neutral60 0x7f0500ef
+int color m3_ref_palette_neutral70 0x7f0500f0
+int color m3_ref_palette_neutral80 0x7f0500f1
+int color m3_ref_palette_neutral90 0x7f0500f2
+int color m3_ref_palette_neutral95 0x7f0500f3
+int color m3_ref_palette_neutral99 0x7f0500f4
+int color m3_ref_palette_neutral_variant0 0x7f0500f5
+int color m3_ref_palette_neutral_variant10 0x7f0500f6
+int color m3_ref_palette_neutral_variant100 0x7f0500f7
+int color m3_ref_palette_neutral_variant20 0x7f0500f8
+int color m3_ref_palette_neutral_variant30 0x7f0500f9
+int color m3_ref_palette_neutral_variant40 0x7f0500fa
+int color m3_ref_palette_neutral_variant50 0x7f0500fb
+int color m3_ref_palette_neutral_variant60 0x7f0500fc
+int color m3_ref_palette_neutral_variant70 0x7f0500fd
+int color m3_ref_palette_neutral_variant80 0x7f0500fe
+int color m3_ref_palette_neutral_variant90 0x7f0500ff
+int color m3_ref_palette_neutral_variant95 0x7f050100
+int color m3_ref_palette_neutral_variant99 0x7f050101
+int color m3_ref_palette_primary0 0x7f050102
+int color m3_ref_palette_primary10 0x7f050103
+int color m3_ref_palette_primary100 0x7f050104
+int color m3_ref_palette_primary20 0x7f050105
+int color m3_ref_palette_primary30 0x7f050106
+int color m3_ref_palette_primary40 0x7f050107
+int color m3_ref_palette_primary50 0x7f050108
+int color m3_ref_palette_primary60 0x7f050109
+int color m3_ref_palette_primary70 0x7f05010a
+int color m3_ref_palette_primary80 0x7f05010b
+int color m3_ref_palette_primary90 0x7f05010c
+int color m3_ref_palette_primary95 0x7f05010d
+int color m3_ref_palette_primary99 0x7f05010e
+int color m3_ref_palette_secondary0 0x7f05010f
+int color m3_ref_palette_secondary10 0x7f050110
+int color m3_ref_palette_secondary100 0x7f050111
+int color m3_ref_palette_secondary20 0x7f050112
+int color m3_ref_palette_secondary30 0x7f050113
+int color m3_ref_palette_secondary40 0x7f050114
+int color m3_ref_palette_secondary50 0x7f050115
+int color m3_ref_palette_secondary60 0x7f050116
+int color m3_ref_palette_secondary70 0x7f050117
+int color m3_ref_palette_secondary80 0x7f050118
+int color m3_ref_palette_secondary90 0x7f050119
+int color m3_ref_palette_secondary95 0x7f05011a
+int color m3_ref_palette_secondary99 0x7f05011b
+int color m3_ref_palette_tertiary0 0x7f05011c
+int color m3_ref_palette_tertiary10 0x7f05011d
+int color m3_ref_palette_tertiary100 0x7f05011e
+int color m3_ref_palette_tertiary20 0x7f05011f
+int color m3_ref_palette_tertiary30 0x7f050120
+int color m3_ref_palette_tertiary40 0x7f050121
+int color m3_ref_palette_tertiary50 0x7f050122
+int color m3_ref_palette_tertiary60 0x7f050123
+int color m3_ref_palette_tertiary70 0x7f050124
+int color m3_ref_palette_tertiary80 0x7f050125
+int color m3_ref_palette_tertiary90 0x7f050126
+int color m3_ref_palette_tertiary95 0x7f050127
+int color m3_ref_palette_tertiary99 0x7f050128
+int color m3_ref_palette_white 0x7f050129
+int color m3_selection_control_ripple_color_selector 0x7f05012a
+int color m3_simple_item_ripple_color 0x7f05012b
+int color m3_slider_active_track_color 0x7f05012c
+int color m3_slider_halo_color 0x7f05012d
+int color m3_slider_inactive_track_color 0x7f05012e
+int color m3_slider_thumb_color 0x7f05012f
+int color m3_switch_thumb_tint 0x7f050130
+int color m3_switch_track_tint 0x7f050131
+int color m3_sys_color_dark_background 0x7f050132
+int color m3_sys_color_dark_error 0x7f050133
+int color m3_sys_color_dark_error_container 0x7f050134
+int color m3_sys_color_dark_inverse_on_surface 0x7f050135
+int color m3_sys_color_dark_inverse_primary 0x7f050136
+int color m3_sys_color_dark_inverse_surface 0x7f050137
+int color m3_sys_color_dark_on_background 0x7f050138
+int color m3_sys_color_dark_on_error 0x7f050139
+int color m3_sys_color_dark_on_error_container 0x7f05013a
+int color m3_sys_color_dark_on_primary 0x7f05013b
+int color m3_sys_color_dark_on_primary_container 0x7f05013c
+int color m3_sys_color_dark_on_secondary 0x7f05013d
+int color m3_sys_color_dark_on_secondary_container 0x7f05013e
+int color m3_sys_color_dark_on_surface 0x7f05013f
+int color m3_sys_color_dark_on_surface_variant 0x7f050140
+int color m3_sys_color_dark_on_tertiary 0x7f050141
+int color m3_sys_color_dark_on_tertiary_container 0x7f050142
+int color m3_sys_color_dark_outline 0x7f050143
+int color m3_sys_color_dark_outline_variant 0x7f050144
+int color m3_sys_color_dark_primary 0x7f050145
+int color m3_sys_color_dark_primary_container 0x7f050146
+int color m3_sys_color_dark_secondary 0x7f050147
+int color m3_sys_color_dark_secondary_container 0x7f050148
+int color m3_sys_color_dark_surface 0x7f050149
+int color m3_sys_color_dark_surface_variant 0x7f05014a
+int color m3_sys_color_dark_tertiary 0x7f05014b
+int color m3_sys_color_dark_tertiary_container 0x7f05014c
+int color m3_sys_color_dynamic_dark_background 0x7f05014d
+int color m3_sys_color_dynamic_dark_inverse_on_surface 0x7f05014e
+int color m3_sys_color_dynamic_dark_inverse_primary 0x7f05014f
+int color m3_sys_color_dynamic_dark_inverse_surface 0x7f050150
+int color m3_sys_color_dynamic_dark_on_background 0x7f050151
+int color m3_sys_color_dynamic_dark_on_primary 0x7f050152
+int color m3_sys_color_dynamic_dark_on_primary_container 0x7f050153
+int color m3_sys_color_dynamic_dark_on_secondary 0x7f050154
+int color m3_sys_color_dynamic_dark_on_secondary_container 0x7f050155
+int color m3_sys_color_dynamic_dark_on_surface 0x7f050156
+int color m3_sys_color_dynamic_dark_on_surface_variant 0x7f050157
+int color m3_sys_color_dynamic_dark_on_tertiary 0x7f050158
+int color m3_sys_color_dynamic_dark_on_tertiary_container 0x7f050159
+int color m3_sys_color_dynamic_dark_outline 0x7f05015a
+int color m3_sys_color_dynamic_dark_outline_variant 0x7f05015b
+int color m3_sys_color_dynamic_dark_primary 0x7f05015c
+int color m3_sys_color_dynamic_dark_primary_container 0x7f05015d
+int color m3_sys_color_dynamic_dark_secondary 0x7f05015e
+int color m3_sys_color_dynamic_dark_secondary_container 0x7f05015f
+int color m3_sys_color_dynamic_dark_surface 0x7f050160
+int color m3_sys_color_dynamic_dark_surface_variant 0x7f050161
+int color m3_sys_color_dynamic_dark_tertiary 0x7f050162
+int color m3_sys_color_dynamic_dark_tertiary_container 0x7f050163
+int color m3_sys_color_dynamic_light_background 0x7f050164
+int color m3_sys_color_dynamic_light_inverse_on_surface 0x7f050165
+int color m3_sys_color_dynamic_light_inverse_primary 0x7f050166
+int color m3_sys_color_dynamic_light_inverse_surface 0x7f050167
+int color m3_sys_color_dynamic_light_on_background 0x7f050168
+int color m3_sys_color_dynamic_light_on_primary 0x7f050169
+int color m3_sys_color_dynamic_light_on_primary_container 0x7f05016a
+int color m3_sys_color_dynamic_light_on_secondary 0x7f05016b
+int color m3_sys_color_dynamic_light_on_secondary_container 0x7f05016c
+int color m3_sys_color_dynamic_light_on_surface 0x7f05016d
+int color m3_sys_color_dynamic_light_on_surface_variant 0x7f05016e
+int color m3_sys_color_dynamic_light_on_tertiary 0x7f05016f
+int color m3_sys_color_dynamic_light_on_tertiary_container 0x7f050170
+int color m3_sys_color_dynamic_light_outline 0x7f050171
+int color m3_sys_color_dynamic_light_outline_variant 0x7f050172
+int color m3_sys_color_dynamic_light_primary 0x7f050173
+int color m3_sys_color_dynamic_light_primary_container 0x7f050174
+int color m3_sys_color_dynamic_light_secondary 0x7f050175
+int color m3_sys_color_dynamic_light_secondary_container 0x7f050176
+int color m3_sys_color_dynamic_light_surface 0x7f050177
+int color m3_sys_color_dynamic_light_surface_variant 0x7f050178
+int color m3_sys_color_dynamic_light_tertiary 0x7f050179
+int color m3_sys_color_dynamic_light_tertiary_container 0x7f05017a
+int color m3_sys_color_light_background 0x7f05017b
+int color m3_sys_color_light_error 0x7f05017c
+int color m3_sys_color_light_error_container 0x7f05017d
+int color m3_sys_color_light_inverse_on_surface 0x7f05017e
+int color m3_sys_color_light_inverse_primary 0x7f05017f
+int color m3_sys_color_light_inverse_surface 0x7f050180
+int color m3_sys_color_light_on_background 0x7f050181
+int color m3_sys_color_light_on_error 0x7f050182
+int color m3_sys_color_light_on_error_container 0x7f050183
+int color m3_sys_color_light_on_primary 0x7f050184
+int color m3_sys_color_light_on_primary_container 0x7f050185
+int color m3_sys_color_light_on_secondary 0x7f050186
+int color m3_sys_color_light_on_secondary_container 0x7f050187
+int color m3_sys_color_light_on_surface 0x7f050188
+int color m3_sys_color_light_on_surface_variant 0x7f050189
+int color m3_sys_color_light_on_tertiary 0x7f05018a
+int color m3_sys_color_light_on_tertiary_container 0x7f05018b
+int color m3_sys_color_light_outline 0x7f05018c
+int color m3_sys_color_light_outline_variant 0x7f05018d
+int color m3_sys_color_light_primary 0x7f05018e
+int color m3_sys_color_light_primary_container 0x7f05018f
+int color m3_sys_color_light_secondary 0x7f050190
+int color m3_sys_color_light_secondary_container 0x7f050191
+int color m3_sys_color_light_surface 0x7f050192
+int color m3_sys_color_light_surface_variant 0x7f050193
+int color m3_sys_color_light_tertiary 0x7f050194
+int color m3_sys_color_light_tertiary_container 0x7f050195
+int color m3_tabs_icon_color 0x7f050196
+int color m3_tabs_icon_color_secondary 0x7f050197
+int color m3_tabs_ripple_color 0x7f050198
+int color m3_tabs_ripple_color_secondary 0x7f050199
+int color m3_tabs_text_color 0x7f05019a
+int color m3_tabs_text_color_secondary 0x7f05019b
+int color m3_text_button_background_color_selector 0x7f05019c
+int color m3_text_button_foreground_color_selector 0x7f05019d
+int color m3_text_button_ripple_color_selector 0x7f05019e
+int color m3_textfield_filled_background_color 0x7f05019f
+int color m3_textfield_indicator_text_color 0x7f0501a0
+int color m3_textfield_input_text_color 0x7f0501a1
+int color m3_textfield_label_color 0x7f0501a2
+int color m3_textfield_stroke_color 0x7f0501a3
+int color m3_timepicker_button_background_color 0x7f0501a4
+int color m3_timepicker_button_ripple_color 0x7f0501a5
+int color m3_timepicker_button_text_color 0x7f0501a6
+int color m3_timepicker_clock_text_color 0x7f0501a7
+int color m3_timepicker_display_background_color 0x7f0501a8
+int color m3_timepicker_display_ripple_color 0x7f0501a9
+int color m3_timepicker_display_stroke_color 0x7f0501aa
+int color m3_timepicker_display_text_color 0x7f0501ab
+int color m3_timepicker_secondary_text_button_ripple_color 0x7f0501ac
+int color m3_timepicker_secondary_text_button_text_color 0x7f0501ad
+int color m3_tonal_button_ripple_color_selector 0x7f0501ae
+int color material_blue_grey_800 0x7f0501af
+int color material_blue_grey_900 0x7f0501b0
+int color material_blue_grey_950 0x7f0501b1
+int color material_cursor_color 0x7f0501b2
+int color material_deep_teal_200 0x7f0501b3
+int color material_deep_teal_500 0x7f0501b4
+int color material_divider_color 0x7f0501b5
+int color material_dynamic_neutral0 0x7f0501b6
+int color material_dynamic_neutral10 0x7f0501b7
+int color material_dynamic_neutral100 0x7f0501b8
+int color material_dynamic_neutral20 0x7f0501b9
+int color material_dynamic_neutral30 0x7f0501ba
+int color material_dynamic_neutral40 0x7f0501bb
+int color material_dynamic_neutral50 0x7f0501bc
+int color material_dynamic_neutral60 0x7f0501bd
+int color material_dynamic_neutral70 0x7f0501be
+int color material_dynamic_neutral80 0x7f0501bf
+int color material_dynamic_neutral90 0x7f0501c0
+int color material_dynamic_neutral95 0x7f0501c1
+int color material_dynamic_neutral99 0x7f0501c2
+int color material_dynamic_neutral_variant0 0x7f0501c3
+int color material_dynamic_neutral_variant10 0x7f0501c4
+int color material_dynamic_neutral_variant100 0x7f0501c5
+int color material_dynamic_neutral_variant20 0x7f0501c6
+int color material_dynamic_neutral_variant30 0x7f0501c7
+int color material_dynamic_neutral_variant40 0x7f0501c8
+int color material_dynamic_neutral_variant50 0x7f0501c9
+int color material_dynamic_neutral_variant60 0x7f0501ca
+int color material_dynamic_neutral_variant70 0x7f0501cb
+int color material_dynamic_neutral_variant80 0x7f0501cc
+int color material_dynamic_neutral_variant90 0x7f0501cd
+int color material_dynamic_neutral_variant95 0x7f0501ce
+int color material_dynamic_neutral_variant99 0x7f0501cf
+int color material_dynamic_primary0 0x7f0501d0
+int color material_dynamic_primary10 0x7f0501d1
+int color material_dynamic_primary100 0x7f0501d2
+int color material_dynamic_primary20 0x7f0501d3
+int color material_dynamic_primary30 0x7f0501d4
+int color material_dynamic_primary40 0x7f0501d5
+int color material_dynamic_primary50 0x7f0501d6
+int color material_dynamic_primary60 0x7f0501d7
+int color material_dynamic_primary70 0x7f0501d8
+int color material_dynamic_primary80 0x7f0501d9
+int color material_dynamic_primary90 0x7f0501da
+int color material_dynamic_primary95 0x7f0501db
+int color material_dynamic_primary99 0x7f0501dc
+int color material_dynamic_secondary0 0x7f0501dd
+int color material_dynamic_secondary10 0x7f0501de
+int color material_dynamic_secondary100 0x7f0501df
+int color material_dynamic_secondary20 0x7f0501e0
+int color material_dynamic_secondary30 0x7f0501e1
+int color material_dynamic_secondary40 0x7f0501e2
+int color material_dynamic_secondary50 0x7f0501e3
+int color material_dynamic_secondary60 0x7f0501e4
+int color material_dynamic_secondary70 0x7f0501e5
+int color material_dynamic_secondary80 0x7f0501e6
+int color material_dynamic_secondary90 0x7f0501e7
+int color material_dynamic_secondary95 0x7f0501e8
+int color material_dynamic_secondary99 0x7f0501e9
+int color material_dynamic_tertiary0 0x7f0501ea
+int color material_dynamic_tertiary10 0x7f0501eb
+int color material_dynamic_tertiary100 0x7f0501ec
+int color material_dynamic_tertiary20 0x7f0501ed
+int color material_dynamic_tertiary30 0x7f0501ee
+int color material_dynamic_tertiary40 0x7f0501ef
+int color material_dynamic_tertiary50 0x7f0501f0
+int color material_dynamic_tertiary60 0x7f0501f1
+int color material_dynamic_tertiary70 0x7f0501f2
+int color material_dynamic_tertiary80 0x7f0501f3
+int color material_dynamic_tertiary90 0x7f0501f4
+int color material_dynamic_tertiary95 0x7f0501f5
+int color material_dynamic_tertiary99 0x7f0501f6
+int color material_grey_100 0x7f0501f7
+int color material_grey_300 0x7f0501f8
+int color material_grey_50 0x7f0501f9
+int color material_grey_600 0x7f0501fa
+int color material_grey_800 0x7f0501fb
+int color material_grey_850 0x7f0501fc
+int color material_grey_900 0x7f0501fd
+int color material_harmonized_color_error 0x7f0501fe
+int color material_harmonized_color_error_container 0x7f0501ff
+int color material_harmonized_color_on_error 0x7f050200
+int color material_harmonized_color_on_error_container 0x7f050201
+int color material_on_background_disabled 0x7f050202
+int color material_on_background_emphasis_high_type 0x7f050203
+int color material_on_background_emphasis_medium 0x7f050204
+int color material_on_primary_disabled 0x7f050205
+int color material_on_primary_emphasis_high_type 0x7f050206
+int color material_on_primary_emphasis_medium 0x7f050207
+int color material_on_surface_disabled 0x7f050208
+int color material_on_surface_emphasis_high_type 0x7f050209
+int color material_on_surface_emphasis_medium 0x7f05020a
+int color material_on_surface_stroke 0x7f05020b
+int color material_personalized_color_background 0x7f05020c
+int color material_personalized_color_error 0x7f05020d
+int color material_personalized_color_error_container 0x7f05020e
+int color material_personalized_color_on_background 0x7f05020f
+int color material_personalized_color_on_error 0x7f050210
+int color material_personalized_color_on_error_container 0x7f050211
+int color material_personalized_color_on_primary 0x7f050212
+int color material_personalized_color_on_primary_container 0x7f050213
+int color material_personalized_color_on_secondary 0x7f050214
+int color material_personalized_color_on_secondary_container 0x7f050215
+int color material_personalized_color_on_surface 0x7f050216
+int color material_personalized_color_on_surface_inverse 0x7f050217
+int color material_personalized_color_on_surface_variant 0x7f050218
+int color material_personalized_color_on_tertiary 0x7f050219
+int color material_personalized_color_on_tertiary_container 0x7f05021a
+int color material_personalized_color_primary 0x7f05021b
+int color material_personalized_color_primary_container 0x7f05021c
+int color material_personalized_color_primary_inverse 0x7f05021d
+int color material_personalized_color_secondary 0x7f05021e
+int color material_personalized_color_secondary_container 0x7f05021f
+int color material_personalized_color_surface 0x7f050220
+int color material_personalized_color_surface_inverse 0x7f050221
+int color material_personalized_color_surface_outline 0x7f050222
+int color material_personalized_color_surface_variant 0x7f050223
+int color material_personalized_color_tertiary 0x7f050224
+int color material_personalized_color_tertiary_container 0x7f050225
+int color material_slider_active_tick_marks_color 0x7f050226
+int color material_slider_active_track_color 0x7f050227
+int color material_slider_halo_color 0x7f050228
+int color material_slider_inactive_tick_marks_color 0x7f050229
+int color material_slider_inactive_track_color 0x7f05022a
+int color material_slider_thumb_color 0x7f05022b
+int color material_timepicker_button_background 0x7f05022c
+int color material_timepicker_button_stroke 0x7f05022d
+int color material_timepicker_clock_text_color 0x7f05022e
+int color material_timepicker_clockface 0x7f05022f
+int color material_timepicker_modebutton_tint 0x7f050230
+int color mtrl_btn_bg_color_selector 0x7f050231
+int color mtrl_btn_ripple_color 0x7f050232
+int color mtrl_btn_stroke_color_selector 0x7f050233
+int color mtrl_btn_text_btn_bg_color_selector 0x7f050234
+int color mtrl_btn_text_btn_ripple_color 0x7f050235
+int color mtrl_btn_text_color_disabled 0x7f050236
+int color mtrl_btn_text_color_selector 0x7f050237
+int color mtrl_btn_transparent_bg_color 0x7f050238
+int color mtrl_calendar_item_stroke_color 0x7f050239
+int color mtrl_calendar_selected_range 0x7f05023a
+int color mtrl_card_view_foreground 0x7f05023b
+int color mtrl_card_view_ripple 0x7f05023c
+int color mtrl_chip_background_color 0x7f05023d
+int color mtrl_chip_close_icon_tint 0x7f05023e
+int color mtrl_chip_surface_color 0x7f05023f
+int color mtrl_chip_text_color 0x7f050240
+int color mtrl_choice_chip_background_color 0x7f050241
+int color mtrl_choice_chip_ripple_color 0x7f050242
+int color mtrl_choice_chip_text_color 0x7f050243
+int color mtrl_error 0x7f050244
+int color mtrl_fab_bg_color_selector 0x7f050245
+int color mtrl_fab_icon_text_color_selector 0x7f050246
+int color mtrl_fab_ripple_color 0x7f050247
+int color mtrl_filled_background_color 0x7f050248
+int color mtrl_filled_icon_tint 0x7f050249
+int color mtrl_filled_stroke_color 0x7f05024a
+int color mtrl_indicator_text_color 0x7f05024b
+int color mtrl_navigation_bar_colored_item_tint 0x7f05024c
+int color mtrl_navigation_bar_colored_ripple_color 0x7f05024d
+int color mtrl_navigation_bar_item_tint 0x7f05024e
+int color mtrl_navigation_bar_ripple_color 0x7f05024f
+int color mtrl_navigation_item_background_color 0x7f050250
+int color mtrl_navigation_item_icon_tint 0x7f050251
+int color mtrl_navigation_item_text_color 0x7f050252
+int color mtrl_on_primary_text_btn_text_color_selector 0x7f050253
+int color mtrl_on_surface_ripple_color 0x7f050254
+int color mtrl_outlined_icon_tint 0x7f050255
+int color mtrl_outlined_stroke_color 0x7f050256
+int color mtrl_popupmenu_overlay_color 0x7f050257
+int color mtrl_scrim_color 0x7f050258
+int color mtrl_switch_thumb_icon_tint 0x7f050259
+int color mtrl_switch_thumb_tint 0x7f05025a
+int color mtrl_switch_track_decoration_tint 0x7f05025b
+int color mtrl_switch_track_tint 0x7f05025c
+int color mtrl_tabs_colored_ripple_color 0x7f05025d
+int color mtrl_tabs_icon_color_selector 0x7f05025e
+int color mtrl_tabs_icon_color_selector_colored 0x7f05025f
+int color mtrl_tabs_legacy_text_color_selector 0x7f050260
+int color mtrl_tabs_ripple_color 0x7f050261
+int color mtrl_text_btn_text_color_selector 0x7f050262
+int color mtrl_textinput_default_box_stroke_color 0x7f050263
+int color mtrl_textinput_disabled_color 0x7f050264
+int color mtrl_textinput_filled_box_default_background_color 0x7f050265
+int color mtrl_textinput_focused_box_stroke_color 0x7f050266
+int color mtrl_textinput_hovered_box_stroke_color 0x7f050267
+int color notification_action_color_filter 0x7f050268
+int color notification_icon_bg_color 0x7f050269
+int color primary 0x7f05026a
+int color primary_dark_material_dark 0x7f05026b
+int color primary_dark_material_light 0x7f05026c
+int color primary_material_dark 0x7f05026d
+int color primary_material_light 0x7f05026e
+int color primary_text_default_material_dark 0x7f05026f
+int color primary_text_default_material_light 0x7f050270
+int color primary_text_disabled_material_dark 0x7f050271
+int color primary_text_disabled_material_light 0x7f050272
+int color purple_200 0x7f050273
+int color purple_700 0x7f050274
+int color ripple_material_dark 0x7f050275
+int color ripple_material_light 0x7f050276
+int color secondary_text_default_material_dark 0x7f050277
+int color secondary_text_default_material_light 0x7f050278
+int color secondary_text_disabled_material_dark 0x7f050279
+int color secondary_text_disabled_material_light 0x7f05027a
+int color switch_thumb_disabled_material_dark 0x7f05027b
+int color switch_thumb_disabled_material_light 0x7f05027c
+int color switch_thumb_material_dark 0x7f05027d
+int color switch_thumb_material_light 0x7f05027e
+int color switch_thumb_normal_material_dark 0x7f05027f
+int color switch_thumb_normal_material_light 0x7f050280
+int color teal_200 0x7f050281
+int color teal_700 0x7f050282
+int color tooltip_background_dark 0x7f050283
+int color tooltip_background_light 0x7f050284
+int color white 0x7f050285
+int dimen abc_action_bar_content_inset_material 0x7f060000
+int dimen abc_action_bar_content_inset_with_nav 0x7f060001
+int dimen abc_action_bar_default_height_material 0x7f060002
+int dimen abc_action_bar_default_padding_end_material 0x7f060003
+int dimen abc_action_bar_default_padding_start_material 0x7f060004
+int dimen abc_action_bar_elevation_material 0x7f060005
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f060006
+int dimen abc_action_bar_overflow_padding_end_material 0x7f060007
+int dimen abc_action_bar_overflow_padding_start_material 0x7f060008
+int dimen abc_action_bar_stacked_max_height 0x7f060009
+int dimen abc_action_bar_stacked_tab_max_width 0x7f06000a
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f06000b
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f06000c
+int dimen abc_action_button_min_height_material 0x7f06000d
+int dimen abc_action_button_min_width_material 0x7f06000e
+int dimen abc_action_button_min_width_overflow_material 0x7f06000f
+int dimen abc_alert_dialog_button_bar_height 0x7f060010
+int dimen abc_alert_dialog_button_dimen 0x7f060011
+int dimen abc_button_inset_horizontal_material 0x7f060012
+int dimen abc_button_inset_vertical_material 0x7f060013
+int dimen abc_button_padding_horizontal_material 0x7f060014
+int dimen abc_button_padding_vertical_material 0x7f060015
+int dimen abc_cascading_menus_min_smallest_width 0x7f060016
+int dimen abc_config_prefDialogWidth 0x7f060017
+int dimen abc_control_corner_material 0x7f060018
+int dimen abc_control_inset_material 0x7f060019
+int dimen abc_control_padding_material 0x7f06001a
+int dimen abc_dialog_corner_radius_material 0x7f06001b
+int dimen abc_dialog_fixed_height_major 0x7f06001c
+int dimen abc_dialog_fixed_height_minor 0x7f06001d
+int dimen abc_dialog_fixed_width_major 0x7f06001e
+int dimen abc_dialog_fixed_width_minor 0x7f06001f
+int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f060020
+int dimen abc_dialog_list_padding_top_no_title 0x7f060021
+int dimen abc_dialog_min_width_major 0x7f060022
+int dimen abc_dialog_min_width_minor 0x7f060023
+int dimen abc_dialog_padding_material 0x7f060024
+int dimen abc_dialog_padding_top_material 0x7f060025
+int dimen abc_dialog_title_divider_material 0x7f060026
+int dimen abc_disabled_alpha_material_dark 0x7f060027
+int dimen abc_disabled_alpha_material_light 0x7f060028
+int dimen abc_dropdownitem_icon_width 0x7f060029
+int dimen abc_dropdownitem_text_padding_left 0x7f06002a
+int dimen abc_dropdownitem_text_padding_right 0x7f06002b
+int dimen abc_edit_text_inset_bottom_material 0x7f06002c
+int dimen abc_edit_text_inset_horizontal_material 0x7f06002d
+int dimen abc_edit_text_inset_top_material 0x7f06002e
+int dimen abc_floating_window_z 0x7f06002f
+int dimen abc_list_item_height_large_material 0x7f060030
+int dimen abc_list_item_height_material 0x7f060031
+int dimen abc_list_item_height_small_material 0x7f060032
+int dimen abc_list_item_padding_horizontal_material 0x7f060033
+int dimen abc_panel_menu_list_width 0x7f060034
+int dimen abc_progress_bar_height_material 0x7f060035
+int dimen abc_search_view_preferred_height 0x7f060036
+int dimen abc_search_view_preferred_width 0x7f060037
+int dimen abc_seekbar_track_background_height_material 0x7f060038
+int dimen abc_seekbar_track_progress_height_material 0x7f060039
+int dimen abc_select_dialog_padding_start_material 0x7f06003a
+int dimen abc_star_big 0x7f06003b
+int dimen abc_star_medium 0x7f06003c
+int dimen abc_star_small 0x7f06003d
+int dimen abc_switch_padding 0x7f06003e
+int dimen abc_text_size_body_1_material 0x7f06003f
+int dimen abc_text_size_body_2_material 0x7f060040
+int dimen abc_text_size_button_material 0x7f060041
+int dimen abc_text_size_caption_material 0x7f060042
+int dimen abc_text_size_display_1_material 0x7f060043
+int dimen abc_text_size_display_2_material 0x7f060044
+int dimen abc_text_size_display_3_material 0x7f060045
+int dimen abc_text_size_display_4_material 0x7f060046
+int dimen abc_text_size_headline_material 0x7f060047
+int dimen abc_text_size_large_material 0x7f060048
+int dimen abc_text_size_medium_material 0x7f060049
+int dimen abc_text_size_menu_header_material 0x7f06004a
+int dimen abc_text_size_menu_material 0x7f06004b
+int dimen abc_text_size_small_material 0x7f06004c
+int dimen abc_text_size_subhead_material 0x7f06004d
+int dimen abc_text_size_subtitle_material_toolbar 0x7f06004e
+int dimen abc_text_size_title_material 0x7f06004f
+int dimen abc_text_size_title_material_toolbar 0x7f060050
+int dimen appcompat_dialog_background_inset 0x7f060051
+int dimen cardview_compat_inset_shadow 0x7f060052
+int dimen cardview_default_elevation 0x7f060053
+int dimen cardview_default_radius 0x7f060054
+int dimen clock_face_margin_start 0x7f060055
+int dimen compat_button_inset_horizontal_material 0x7f060056
+int dimen compat_button_inset_vertical_material 0x7f060057
+int dimen compat_button_padding_horizontal_material 0x7f060058
+int dimen compat_button_padding_vertical_material 0x7f060059
+int dimen compat_control_corner_material 0x7f06005a
+int dimen compat_notification_large_icon_max_height 0x7f06005b
+int dimen compat_notification_large_icon_max_width 0x7f06005c
+int dimen def_drawer_elevation 0x7f06005d
+int dimen design_appbar_elevation 0x7f06005e
+int dimen design_bottom_navigation_active_item_max_width 0x7f06005f
+int dimen design_bottom_navigation_active_item_min_width 0x7f060060
+int dimen design_bottom_navigation_active_text_size 0x7f060061
+int dimen design_bottom_navigation_elevation 0x7f060062
+int dimen design_bottom_navigation_height 0x7f060063
+int dimen design_bottom_navigation_icon_size 0x7f060064
+int dimen design_bottom_navigation_item_max_width 0x7f060065
+int dimen design_bottom_navigation_item_min_width 0x7f060066
+int dimen design_bottom_navigation_label_padding 0x7f060067
+int dimen design_bottom_navigation_margin 0x7f060068
+int dimen design_bottom_navigation_shadow_height 0x7f060069
+int dimen design_bottom_navigation_text_size 0x7f06006a
+int dimen design_bottom_sheet_elevation 0x7f06006b
+int dimen design_bottom_sheet_modal_elevation 0x7f06006c
+int dimen design_bottom_sheet_peek_height_min 0x7f06006d
+int dimen design_fab_border_width 0x7f06006e
+int dimen design_fab_elevation 0x7f06006f
+int dimen design_fab_image_size 0x7f060070
+int dimen design_fab_size_mini 0x7f060071
+int dimen design_fab_size_normal 0x7f060072
+int dimen design_fab_translation_z_hovered_focused 0x7f060073
+int dimen design_fab_translation_z_pressed 0x7f060074
+int dimen design_navigation_elevation 0x7f060075
+int dimen design_navigation_icon_padding 0x7f060076
+int dimen design_navigation_icon_size 0x7f060077
+int dimen design_navigation_item_horizontal_padding 0x7f060078
+int dimen design_navigation_item_icon_padding 0x7f060079
+int dimen design_navigation_item_vertical_padding 0x7f06007a
+int dimen design_navigation_max_width 0x7f06007b
+int dimen design_navigation_padding_bottom 0x7f06007c
+int dimen design_navigation_separator_vertical_padding 0x7f06007d
+int dimen design_snackbar_action_inline_max_width 0x7f06007e
+int dimen design_snackbar_action_text_color_alpha 0x7f06007f
+int dimen design_snackbar_background_corner_radius 0x7f060080
+int dimen design_snackbar_elevation 0x7f060081
+int dimen design_snackbar_extra_spacing_horizontal 0x7f060082
+int dimen design_snackbar_max_width 0x7f060083
+int dimen design_snackbar_min_width 0x7f060084
+int dimen design_snackbar_padding_horizontal 0x7f060085
+int dimen design_snackbar_padding_vertical 0x7f060086
+int dimen design_snackbar_padding_vertical_2lines 0x7f060087
+int dimen design_snackbar_text_size 0x7f060088
+int dimen design_tab_max_width 0x7f060089
+int dimen design_tab_scrollable_min_width 0x7f06008a
+int dimen design_tab_text_size 0x7f06008b
+int dimen design_tab_text_size_2line 0x7f06008c
+int dimen design_textinput_caption_translate_y 0x7f06008d
+int dimen disabled_alpha_material_dark 0x7f06008e
+int dimen disabled_alpha_material_light 0x7f06008f
+int dimen fastscroll_default_thickness 0x7f060090
+int dimen fastscroll_margin 0x7f060091
+int dimen fastscroll_minimum_range 0x7f060092
+int dimen highlight_alpha_material_colored 0x7f060093
+int dimen highlight_alpha_material_dark 0x7f060094
+int dimen highlight_alpha_material_light 0x7f060095
+int dimen hint_alpha_material_dark 0x7f060096
+int dimen hint_alpha_material_light 0x7f060097
+int dimen hint_pressed_alpha_material_dark 0x7f060098
+int dimen hint_pressed_alpha_material_light 0x7f060099
+int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f06009a
+int dimen item_touch_helper_swipe_escape_max_velocity 0x7f06009b
+int dimen item_touch_helper_swipe_escape_velocity 0x7f06009c
+int dimen m3_alert_dialog_action_bottom_padding 0x7f06009d
+int dimen m3_alert_dialog_action_top_padding 0x7f06009e
+int dimen m3_alert_dialog_corner_size 0x7f06009f
+int dimen m3_alert_dialog_elevation 0x7f0600a0
+int dimen m3_alert_dialog_icon_margin 0x7f0600a1
+int dimen m3_alert_dialog_icon_size 0x7f0600a2
+int dimen m3_alert_dialog_title_bottom_margin 0x7f0600a3
+int dimen m3_appbar_expanded_title_margin_bottom 0x7f0600a4
+int dimen m3_appbar_expanded_title_margin_horizontal 0x7f0600a5
+int dimen m3_appbar_scrim_height_trigger 0x7f0600a6
+int dimen m3_appbar_scrim_height_trigger_large 0x7f0600a7
+int dimen m3_appbar_scrim_height_trigger_medium 0x7f0600a8
+int dimen m3_appbar_size_compact 0x7f0600a9
+int dimen m3_appbar_size_large 0x7f0600aa
+int dimen m3_appbar_size_medium 0x7f0600ab
+int dimen m3_badge_horizontal_offset 0x7f0600ac
+int dimen m3_badge_radius 0x7f0600ad
+int dimen m3_badge_vertical_offset 0x7f0600ae
+int dimen m3_badge_with_text_horizontal_offset 0x7f0600af
+int dimen m3_badge_with_text_radius 0x7f0600b0
+int dimen m3_badge_with_text_vertical_offset 0x7f0600b1
+int dimen m3_bottom_nav_item_active_indicator_height 0x7f0600b2
+int dimen m3_bottom_nav_item_active_indicator_margin_horizontal 0x7f0600b3
+int dimen m3_bottom_nav_item_active_indicator_width 0x7f0600b4
+int dimen m3_bottom_nav_item_padding_bottom 0x7f0600b5
+int dimen m3_bottom_nav_item_padding_top 0x7f0600b6
+int dimen m3_bottom_nav_min_height 0x7f0600b7
+int dimen m3_bottom_sheet_drag_handle_bottom_padding 0x7f0600b8
+int dimen m3_bottom_sheet_elevation 0x7f0600b9
+int dimen m3_bottom_sheet_modal_elevation 0x7f0600ba
+int dimen m3_bottomappbar_fab_cradle_margin 0x7f0600bb
+int dimen m3_bottomappbar_fab_cradle_rounded_corner_radius 0x7f0600bc
+int dimen m3_bottomappbar_fab_cradle_vertical_offset 0x7f0600bd
+int dimen m3_bottomappbar_fab_end_margin 0x7f0600be
+int dimen m3_bottomappbar_height 0x7f0600bf
+int dimen m3_bottomappbar_horizontal_padding 0x7f0600c0
+int dimen m3_btn_dialog_btn_min_width 0x7f0600c1
+int dimen m3_btn_dialog_btn_spacing 0x7f0600c2
+int dimen m3_btn_disabled_elevation 0x7f0600c3
+int dimen m3_btn_disabled_translation_z 0x7f0600c4
+int dimen m3_btn_elevated_btn_elevation 0x7f0600c5
+int dimen m3_btn_elevation 0x7f0600c6
+int dimen m3_btn_icon_btn_padding_left 0x7f0600c7
+int dimen m3_btn_icon_btn_padding_right 0x7f0600c8
+int dimen m3_btn_icon_only_default_padding 0x7f0600c9
+int dimen m3_btn_icon_only_default_size 0x7f0600ca
+int dimen m3_btn_icon_only_icon_padding 0x7f0600cb
+int dimen m3_btn_icon_only_min_width 0x7f0600cc
+int dimen m3_btn_inset 0x7f0600cd
+int dimen m3_btn_max_width 0x7f0600ce
+int dimen m3_btn_padding_bottom 0x7f0600cf
+int dimen m3_btn_padding_left 0x7f0600d0
+int dimen m3_btn_padding_right 0x7f0600d1
+int dimen m3_btn_padding_top 0x7f0600d2
+int dimen m3_btn_stroke_size 0x7f0600d3
+int dimen m3_btn_text_btn_icon_padding_left 0x7f0600d4
+int dimen m3_btn_text_btn_icon_padding_right 0x7f0600d5
+int dimen m3_btn_text_btn_padding_left 0x7f0600d6
+int dimen m3_btn_text_btn_padding_right 0x7f0600d7
+int dimen m3_btn_translation_z_base 0x7f0600d8
+int dimen m3_btn_translation_z_hovered 0x7f0600d9
+int dimen m3_card_dragged_z 0x7f0600da
+int dimen m3_card_elevated_dragged_z 0x7f0600db
+int dimen m3_card_elevated_elevation 0x7f0600dc
+int dimen m3_card_elevated_hovered_z 0x7f0600dd
+int dimen m3_card_elevation 0x7f0600de
+int dimen m3_card_hovered_z 0x7f0600df
+int dimen m3_card_stroke_width 0x7f0600e0
+int dimen m3_chip_checked_hovered_translation_z 0x7f0600e1
+int dimen m3_chip_corner_size 0x7f0600e2
+int dimen m3_chip_disabled_translation_z 0x7f0600e3
+int dimen m3_chip_dragged_translation_z 0x7f0600e4
+int dimen m3_chip_elevated_elevation 0x7f0600e5
+int dimen m3_chip_hovered_translation_z 0x7f0600e6
+int dimen m3_chip_icon_size 0x7f0600e7
+int dimen m3_comp_assist_chip_container_height 0x7f0600e8
+int dimen m3_comp_assist_chip_elevated_container_elevation 0x7f0600e9
+int dimen m3_comp_assist_chip_flat_container_elevation 0x7f0600ea
+int dimen m3_comp_assist_chip_flat_outline_width 0x7f0600eb
+int dimen m3_comp_assist_chip_with_icon_icon_size 0x7f0600ec
+int dimen m3_comp_bottom_app_bar_container_elevation 0x7f0600ed
+int dimen m3_comp_bottom_app_bar_container_height 0x7f0600ee
+int dimen m3_comp_checkbox_selected_disabled_container_opacity 0x7f0600ef
+int dimen m3_comp_circular_progress_indicator_active_indicator_width 0x7f0600f0
+int dimen m3_comp_divider_thickness 0x7f0600f1
+int dimen m3_comp_elevated_button_container_elevation 0x7f0600f2
+int dimen m3_comp_elevated_button_disabled_container_elevation 0x7f0600f3
+int dimen m3_comp_extended_fab_primary_container_elevation 0x7f0600f4
+int dimen m3_comp_extended_fab_primary_container_height 0x7f0600f5
+int dimen m3_comp_extended_fab_primary_focus_container_elevation 0x7f0600f6
+int dimen m3_comp_extended_fab_primary_focus_state_layer_opacity 0x7f0600f7
+int dimen m3_comp_extended_fab_primary_hover_container_elevation 0x7f0600f8
+int dimen m3_comp_extended_fab_primary_hover_state_layer_opacity 0x7f0600f9
+int dimen m3_comp_extended_fab_primary_icon_size 0x7f0600fa
+int dimen m3_comp_extended_fab_primary_pressed_container_elevation 0x7f0600fb
+int dimen m3_comp_extended_fab_primary_pressed_state_layer_opacity 0x7f0600fc
+int dimen m3_comp_fab_primary_container_elevation 0x7f0600fd
+int dimen m3_comp_fab_primary_container_height 0x7f0600fe
+int dimen m3_comp_fab_primary_focus_state_layer_opacity 0x7f0600ff
+int dimen m3_comp_fab_primary_hover_container_elevation 0x7f060100
+int dimen m3_comp_fab_primary_hover_state_layer_opacity 0x7f060101
+int dimen m3_comp_fab_primary_icon_size 0x7f060102
+int dimen m3_comp_fab_primary_large_container_height 0x7f060103
+int dimen m3_comp_fab_primary_large_icon_size 0x7f060104
+int dimen m3_comp_fab_primary_pressed_container_elevation 0x7f060105
+int dimen m3_comp_fab_primary_pressed_state_layer_opacity 0x7f060106
+int dimen m3_comp_fab_primary_small_container_height 0x7f060107
+int dimen m3_comp_fab_primary_small_icon_size 0x7f060108
+int dimen m3_comp_filled_autocomplete_menu_container_elevation 0x7f060109
+int dimen m3_comp_filled_button_container_elevation 0x7f06010a
+int dimen m3_comp_filled_button_with_icon_icon_size 0x7f06010b
+int dimen m3_comp_filled_text_field_disabled_active_indicator_opacity 0x7f06010c
+int dimen m3_comp_filter_chip_container_height 0x7f06010d
+int dimen m3_comp_filter_chip_elevated_container_elevation 0x7f06010e
+int dimen m3_comp_filter_chip_flat_container_elevation 0x7f06010f
+int dimen m3_comp_filter_chip_flat_unselected_outline_width 0x7f060110
+int dimen m3_comp_filter_chip_with_icon_icon_size 0x7f060111
+int dimen m3_comp_input_chip_container_elevation 0x7f060112
+int dimen m3_comp_input_chip_container_height 0x7f060113
+int dimen m3_comp_input_chip_unselected_outline_width 0x7f060114
+int dimen m3_comp_input_chip_with_avatar_avatar_size 0x7f060115
+int dimen m3_comp_input_chip_with_leading_icon_leading_icon_size 0x7f060116
+int dimen m3_comp_linear_progress_indicator_active_indicator_height 0x7f060117
+int dimen m3_comp_navigation_rail_active_indicator_height 0x7f060118
+int dimen m3_comp_navigation_rail_active_indicator_width 0x7f060119
+int dimen m3_comp_navigation_rail_container_elevation 0x7f06011a
+int dimen m3_comp_navigation_rail_container_width 0x7f06011b
+int dimen m3_comp_navigation_rail_icon_size 0x7f06011c
+int dimen m3_comp_outlined_autocomplete_menu_container_elevation 0x7f06011d
+int dimen m3_comp_outlined_button_disabled_outline_opacity 0x7f06011e
+int dimen m3_comp_outlined_button_outline_width 0x7f06011f
+int dimen m3_comp_outlined_text_field_disabled_input_text_opacity 0x7f060120
+int dimen m3_comp_outlined_text_field_disabled_label_text_opacity 0x7f060121
+int dimen m3_comp_outlined_text_field_disabled_supporting_text_opacity 0x7f060122
+int dimen m3_comp_outlined_text_field_focus_outline_width 0x7f060123
+int dimen m3_comp_outlined_text_field_outline_width 0x7f060124
+int dimen m3_comp_primary_navigation_tab_active_focus_state_layer_opacity 0x7f060125
+int dimen m3_comp_primary_navigation_tab_active_hover_state_layer_opacity 0x7f060126
+int dimen m3_comp_primary_navigation_tab_active_indicator_height 0x7f060127
+int dimen m3_comp_primary_navigation_tab_active_pressed_state_layer_opacity 0x7f060128
+int dimen m3_comp_primary_navigation_tab_divider_height 0x7f060129
+int dimen m3_comp_primary_navigation_tab_inactive_focus_state_layer_opacity 0x7f06012a
+int dimen m3_comp_primary_navigation_tab_inactive_hover_state_layer_opacity 0x7f06012b
+int dimen m3_comp_primary_navigation_tab_inactive_pressed_state_layer_opacity 0x7f06012c
+int dimen m3_comp_primary_navigation_tab_with_icon_icon_size 0x7f06012d
+int dimen m3_comp_search_bar_avatar_size 0x7f06012e
+int dimen m3_comp_search_bar_container_elevation 0x7f06012f
+int dimen m3_comp_search_bar_container_height 0x7f060130
+int dimen m3_comp_search_bar_hover_state_layer_opacity 0x7f060131
+int dimen m3_comp_search_bar_pressed_state_layer_opacity 0x7f060132
+int dimen m3_comp_search_view_container_elevation 0x7f060133
+int dimen m3_comp_search_view_docked_header_container_height 0x7f060134
+int dimen m3_comp_search_view_full_screen_header_container_height 0x7f060135
+int dimen m3_comp_secondary_navigation_tab_active_indicator_height 0x7f060136
+int dimen m3_comp_secondary_navigation_tab_focus_state_layer_opacity 0x7f060137
+int dimen m3_comp_secondary_navigation_tab_hover_state_layer_opacity 0x7f060138
+int dimen m3_comp_secondary_navigation_tab_pressed_state_layer_opacity 0x7f060139
+int dimen m3_comp_sheet_bottom_docked_modal_container_elevation 0x7f06013a
+int dimen m3_comp_sheet_bottom_docked_standard_container_elevation 0x7f06013b
+int dimen m3_comp_slider_disabled_active_track_opacity 0x7f06013c
+int dimen m3_comp_slider_disabled_handle_opacity 0x7f06013d
+int dimen m3_comp_slider_disabled_inactive_track_opacity 0x7f06013e
+int dimen m3_comp_slider_inactive_track_height 0x7f06013f
+int dimen m3_comp_suggestion_chip_container_height 0x7f060140
+int dimen m3_comp_suggestion_chip_elevated_container_elevation 0x7f060141
+int dimen m3_comp_suggestion_chip_flat_container_elevation 0x7f060142
+int dimen m3_comp_suggestion_chip_flat_outline_width 0x7f060143
+int dimen m3_comp_suggestion_chip_with_leading_icon_leading_icon_size 0x7f060144
+int dimen m3_comp_switch_disabled_selected_handle_opacity 0x7f060145
+int dimen m3_comp_switch_disabled_selected_icon_opacity 0x7f060146
+int dimen m3_comp_switch_disabled_track_opacity 0x7f060147
+int dimen m3_comp_switch_disabled_unselected_handle_opacity 0x7f060148
+int dimen m3_comp_switch_disabled_unselected_icon_opacity 0x7f060149
+int dimen m3_comp_switch_selected_focus_state_layer_opacity 0x7f06014a
+int dimen m3_comp_switch_selected_hover_state_layer_opacity 0x7f06014b
+int dimen m3_comp_switch_selected_pressed_state_layer_opacity 0x7f06014c
+int dimen m3_comp_switch_track_height 0x7f06014d
+int dimen m3_comp_switch_track_width 0x7f06014e
+int dimen m3_comp_switch_unselected_focus_state_layer_opacity 0x7f06014f
+int dimen m3_comp_switch_unselected_hover_state_layer_opacity 0x7f060150
+int dimen m3_comp_switch_unselected_pressed_state_layer_opacity 0x7f060151
+int dimen m3_comp_text_button_focus_state_layer_opacity 0x7f060152
+int dimen m3_comp_text_button_hover_state_layer_opacity 0x7f060153
+int dimen m3_comp_text_button_pressed_state_layer_opacity 0x7f060154
+int dimen m3_datepicker_elevation 0x7f060155
+int dimen m3_divider_heavy_thickness 0x7f060156
+int dimen m3_extended_fab_bottom_padding 0x7f060157
+int dimen m3_extended_fab_end_padding 0x7f060158
+int dimen m3_extended_fab_icon_padding 0x7f060159
+int dimen m3_extended_fab_min_height 0x7f06015a
+int dimen m3_extended_fab_start_padding 0x7f06015b
+int dimen m3_extended_fab_top_padding 0x7f06015c
+int dimen m3_fab_border_width 0x7f06015d
+int dimen m3_fab_corner_size 0x7f06015e
+int dimen m3_fab_translation_z_hovered_focused 0x7f06015f
+int dimen m3_fab_translation_z_pressed 0x7f060160
+int dimen m3_large_fab_max_image_size 0x7f060161
+int dimen m3_large_fab_size 0x7f060162
+int dimen m3_menu_elevation 0x7f060163
+int dimen m3_navigation_drawer_layout_corner_size 0x7f060164
+int dimen m3_navigation_item_horizontal_padding 0x7f060165
+int dimen m3_navigation_item_icon_padding 0x7f060166
+int dimen m3_navigation_item_shape_inset_bottom 0x7f060167
+int dimen m3_navigation_item_shape_inset_end 0x7f060168
+int dimen m3_navigation_item_shape_inset_start 0x7f060169
+int dimen m3_navigation_item_shape_inset_top 0x7f06016a
+int dimen m3_navigation_item_vertical_padding 0x7f06016b
+int dimen m3_navigation_menu_divider_horizontal_padding 0x7f06016c
+int dimen m3_navigation_menu_headline_horizontal_padding 0x7f06016d
+int dimen m3_navigation_rail_default_width 0x7f06016e
+int dimen m3_navigation_rail_elevation 0x7f06016f
+int dimen m3_navigation_rail_icon_size 0x7f060170
+int dimen m3_navigation_rail_item_active_indicator_height 0x7f060171
+int dimen m3_navigation_rail_item_active_indicator_margin_horizontal 0x7f060172
+int dimen m3_navigation_rail_item_active_indicator_width 0x7f060173
+int dimen m3_navigation_rail_item_min_height 0x7f060174
+int dimen m3_navigation_rail_item_padding_bottom 0x7f060175
+int dimen m3_navigation_rail_item_padding_top 0x7f060176
+int dimen m3_ripple_default_alpha 0x7f060177
+int dimen m3_ripple_focused_alpha 0x7f060178
+int dimen m3_ripple_hovered_alpha 0x7f060179
+int dimen m3_ripple_pressed_alpha 0x7f06017a
+int dimen m3_ripple_selectable_pressed_alpha 0x7f06017b
+int dimen m3_searchbar_elevation 0x7f06017c
+int dimen m3_searchbar_height 0x7f06017d
+int dimen m3_searchbar_margin_horizontal 0x7f06017e
+int dimen m3_searchbar_margin_vertical 0x7f06017f
+int dimen m3_searchbar_outlined_stroke_width 0x7f060180
+int dimen m3_searchbar_padding_start 0x7f060181
+int dimen m3_searchbar_text_margin_start_no_navigation_icon 0x7f060182
+int dimen m3_searchbar_text_size 0x7f060183
+int dimen m3_searchview_divider_size 0x7f060184
+int dimen m3_searchview_elevation 0x7f060185
+int dimen m3_searchview_height 0x7f060186
+int dimen m3_side_sheet_modal_elevation 0x7f060187
+int dimen m3_side_sheet_standard_elevation 0x7f060188
+int dimen m3_side_sheet_width 0x7f060189
+int dimen m3_simple_item_color_hovered_alpha 0x7f06018a
+int dimen m3_simple_item_color_selected_alpha 0x7f06018b
+int dimen m3_slider_inactive_track_height 0x7f06018c
+int dimen m3_slider_thumb_elevation 0x7f06018d
+int dimen m3_small_fab_max_image_size 0x7f06018e
+int dimen m3_small_fab_size 0x7f06018f
+int dimen m3_snackbar_action_text_color_alpha 0x7f060190
+int dimen m3_snackbar_margin 0x7f060191
+int dimen m3_sys_elevation_level0 0x7f060192
+int dimen m3_sys_elevation_level1 0x7f060193
+int dimen m3_sys_elevation_level2 0x7f060194
+int dimen m3_sys_elevation_level3 0x7f060195
+int dimen m3_sys_elevation_level4 0x7f060196
+int dimen m3_sys_elevation_level5 0x7f060197
+int dimen m3_sys_motion_easing_emphasized_accelerate_control_x1 0x7f060198
+int dimen m3_sys_motion_easing_emphasized_accelerate_control_x2 0x7f060199
+int dimen m3_sys_motion_easing_emphasized_accelerate_control_y1 0x7f06019a
+int dimen m3_sys_motion_easing_emphasized_accelerate_control_y2 0x7f06019b
+int dimen m3_sys_motion_easing_emphasized_decelerate_control_x1 0x7f06019c
+int dimen m3_sys_motion_easing_emphasized_decelerate_control_x2 0x7f06019d
+int dimen m3_sys_motion_easing_emphasized_decelerate_control_y1 0x7f06019e
+int dimen m3_sys_motion_easing_emphasized_decelerate_control_y2 0x7f06019f
+int dimen m3_sys_motion_easing_legacy_accelerate_control_x1 0x7f0601a0
+int dimen m3_sys_motion_easing_legacy_accelerate_control_x2 0x7f0601a1
+int dimen m3_sys_motion_easing_legacy_accelerate_control_y1 0x7f0601a2
+int dimen m3_sys_motion_easing_legacy_accelerate_control_y2 0x7f0601a3
+int dimen m3_sys_motion_easing_legacy_control_x1 0x7f0601a4
+int dimen m3_sys_motion_easing_legacy_control_x2 0x7f0601a5
+int dimen m3_sys_motion_easing_legacy_control_y1 0x7f0601a6
+int dimen m3_sys_motion_easing_legacy_control_y2 0x7f0601a7
+int dimen m3_sys_motion_easing_legacy_decelerate_control_x1 0x7f0601a8
+int dimen m3_sys_motion_easing_legacy_decelerate_control_x2 0x7f0601a9
+int dimen m3_sys_motion_easing_legacy_decelerate_control_y1 0x7f0601aa
+int dimen m3_sys_motion_easing_legacy_decelerate_control_y2 0x7f0601ab
+int dimen m3_sys_motion_easing_linear_control_x1 0x7f0601ac
+int dimen m3_sys_motion_easing_linear_control_x2 0x7f0601ad
+int dimen m3_sys_motion_easing_linear_control_y1 0x7f0601ae
+int dimen m3_sys_motion_easing_linear_control_y2 0x7f0601af
+int dimen m3_sys_motion_easing_standard_accelerate_control_x1 0x7f0601b0
+int dimen m3_sys_motion_easing_standard_accelerate_control_x2 0x7f0601b1
+int dimen m3_sys_motion_easing_standard_accelerate_control_y1 0x7f0601b2
+int dimen m3_sys_motion_easing_standard_accelerate_control_y2 0x7f0601b3
+int dimen m3_sys_motion_easing_standard_control_x1 0x7f0601b4
+int dimen m3_sys_motion_easing_standard_control_x2 0x7f0601b5
+int dimen m3_sys_motion_easing_standard_control_y1 0x7f0601b6
+int dimen m3_sys_motion_easing_standard_control_y2 0x7f0601b7
+int dimen m3_sys_motion_easing_standard_decelerate_control_x1 0x7f0601b8
+int dimen m3_sys_motion_easing_standard_decelerate_control_x2 0x7f0601b9
+int dimen m3_sys_motion_easing_standard_decelerate_control_y1 0x7f0601ba
+int dimen m3_sys_motion_easing_standard_decelerate_control_y2 0x7f0601bb
+int dimen m3_sys_state_dragged_state_layer_opacity 0x7f0601bc
+int dimen m3_sys_state_focus_state_layer_opacity 0x7f0601bd
+int dimen m3_sys_state_hover_state_layer_opacity 0x7f0601be
+int dimen m3_sys_state_pressed_state_layer_opacity 0x7f0601bf
+int dimen m3_timepicker_display_stroke_width 0x7f0601c0
+int dimen m3_timepicker_window_elevation 0x7f0601c1
+int dimen m3_toolbar_text_size_title 0x7f0601c2
+int dimen material_bottom_sheet_max_width 0x7f0601c3
+int dimen material_clock_display_height 0x7f0601c4
+int dimen material_clock_display_padding 0x7f0601c5
+int dimen material_clock_display_width 0x7f0601c6
+int dimen material_clock_face_margin_top 0x7f0601c7
+int dimen material_clock_hand_center_dot_radius 0x7f0601c8
+int dimen material_clock_hand_padding 0x7f0601c9
+int dimen material_clock_hand_stroke_width 0x7f0601ca
+int dimen material_clock_number_text_size 0x7f0601cb
+int dimen material_clock_period_toggle_height 0x7f0601cc
+int dimen material_clock_period_toggle_horizontal_gap 0x7f0601cd
+int dimen material_clock_period_toggle_vertical_gap 0x7f0601ce
+int dimen material_clock_period_toggle_width 0x7f0601cf
+int dimen material_clock_size 0x7f0601d0
+int dimen material_cursor_inset 0x7f0601d1
+int dimen material_cursor_width 0x7f0601d2
+int dimen material_divider_thickness 0x7f0601d3
+int dimen material_emphasis_disabled 0x7f0601d4
+int dimen material_emphasis_disabled_background 0x7f0601d5
+int dimen material_emphasis_high_type 0x7f0601d6
+int dimen material_emphasis_medium 0x7f0601d7
+int dimen material_filled_edittext_font_1_3_padding_bottom 0x7f0601d8
+int dimen material_filled_edittext_font_1_3_padding_top 0x7f0601d9
+int dimen material_filled_edittext_font_2_0_padding_bottom 0x7f0601da
+int dimen material_filled_edittext_font_2_0_padding_top 0x7f0601db
+int dimen material_font_1_3_box_collapsed_padding_top 0x7f0601dc
+int dimen material_font_2_0_box_collapsed_padding_top 0x7f0601dd
+int dimen material_helper_text_default_padding_top 0x7f0601de
+int dimen material_helper_text_font_1_3_padding_horizontal 0x7f0601df
+int dimen material_helper_text_font_1_3_padding_top 0x7f0601e0
+int dimen material_input_text_to_prefix_suffix_padding 0x7f0601e1
+int dimen material_textinput_default_width 0x7f0601e2
+int dimen material_textinput_max_width 0x7f0601e3
+int dimen material_textinput_min_width 0x7f0601e4
+int dimen material_time_picker_minimum_screen_height 0x7f0601e5
+int dimen material_time_picker_minimum_screen_width 0x7f0601e6
+int dimen material_timepicker_dialog_buttons_margin_top 0x7f0601e7
+int dimen mtrl_alert_dialog_background_inset_bottom 0x7f0601e8
+int dimen mtrl_alert_dialog_background_inset_end 0x7f0601e9
+int dimen mtrl_alert_dialog_background_inset_start 0x7f0601ea
+int dimen mtrl_alert_dialog_background_inset_top 0x7f0601eb
+int dimen mtrl_alert_dialog_picker_background_inset 0x7f0601ec
+int dimen mtrl_badge_horizontal_edge_offset 0x7f0601ed
+int dimen mtrl_badge_long_text_horizontal_padding 0x7f0601ee
+int dimen mtrl_badge_radius 0x7f0601ef
+int dimen mtrl_badge_text_horizontal_edge_offset 0x7f0601f0
+int dimen mtrl_badge_text_size 0x7f0601f1
+int dimen mtrl_badge_toolbar_action_menu_item_horizontal_offset 0x7f0601f2
+int dimen mtrl_badge_toolbar_action_menu_item_vertical_offset 0x7f0601f3
+int dimen mtrl_badge_with_text_radius 0x7f0601f4
+int dimen mtrl_bottomappbar_fabOffsetEndMode 0x7f0601f5
+int dimen mtrl_bottomappbar_fab_bottom_margin 0x7f0601f6
+int dimen mtrl_bottomappbar_fab_cradle_margin 0x7f0601f7
+int dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius 0x7f0601f8
+int dimen mtrl_bottomappbar_fab_cradle_vertical_offset 0x7f0601f9
+int dimen mtrl_bottomappbar_height 0x7f0601fa
+int dimen mtrl_btn_corner_radius 0x7f0601fb
+int dimen mtrl_btn_dialog_btn_min_width 0x7f0601fc
+int dimen mtrl_btn_disabled_elevation 0x7f0601fd
+int dimen mtrl_btn_disabled_z 0x7f0601fe
+int dimen mtrl_btn_elevation 0x7f0601ff
+int dimen mtrl_btn_focused_z 0x7f060200
+int dimen mtrl_btn_hovered_z 0x7f060201
+int dimen mtrl_btn_icon_btn_padding_left 0x7f060202
+int dimen mtrl_btn_icon_padding 0x7f060203
+int dimen mtrl_btn_inset 0x7f060204
+int dimen mtrl_btn_letter_spacing 0x7f060205
+int dimen mtrl_btn_max_width 0x7f060206
+int dimen mtrl_btn_padding_bottom 0x7f060207
+int dimen mtrl_btn_padding_left 0x7f060208
+int dimen mtrl_btn_padding_right 0x7f060209
+int dimen mtrl_btn_padding_top 0x7f06020a
+int dimen mtrl_btn_pressed_z 0x7f06020b
+int dimen mtrl_btn_snackbar_margin_horizontal 0x7f06020c
+int dimen mtrl_btn_stroke_size 0x7f06020d
+int dimen mtrl_btn_text_btn_icon_padding 0x7f06020e
+int dimen mtrl_btn_text_btn_padding_left 0x7f06020f
+int dimen mtrl_btn_text_btn_padding_right 0x7f060210
+int dimen mtrl_btn_text_size 0x7f060211
+int dimen mtrl_btn_z 0x7f060212
+int dimen mtrl_calendar_action_confirm_button_min_width 0x7f060213
+int dimen mtrl_calendar_action_height 0x7f060214
+int dimen mtrl_calendar_action_padding 0x7f060215
+int dimen mtrl_calendar_bottom_padding 0x7f060216
+int dimen mtrl_calendar_content_padding 0x7f060217
+int dimen mtrl_calendar_day_corner 0x7f060218
+int dimen mtrl_calendar_day_height 0x7f060219
+int dimen mtrl_calendar_day_horizontal_padding 0x7f06021a
+int dimen mtrl_calendar_day_today_stroke 0x7f06021b
+int dimen mtrl_calendar_day_vertical_padding 0x7f06021c
+int dimen mtrl_calendar_day_width 0x7f06021d
+int dimen mtrl_calendar_days_of_week_height 0x7f06021e
+int dimen mtrl_calendar_dialog_background_inset 0x7f06021f
+int dimen mtrl_calendar_header_content_padding 0x7f060220
+int dimen mtrl_calendar_header_content_padding_fullscreen 0x7f060221
+int dimen mtrl_calendar_header_divider_thickness 0x7f060222
+int dimen mtrl_calendar_header_height 0x7f060223
+int dimen mtrl_calendar_header_height_fullscreen 0x7f060224
+int dimen mtrl_calendar_header_selection_line_height 0x7f060225
+int dimen mtrl_calendar_header_text_padding 0x7f060226
+int dimen mtrl_calendar_header_toggle_margin_bottom 0x7f060227
+int dimen mtrl_calendar_header_toggle_margin_top 0x7f060228
+int dimen mtrl_calendar_landscape_header_width 0x7f060229
+int dimen mtrl_calendar_maximum_default_fullscreen_minor_axis 0x7f06022a
+int dimen mtrl_calendar_month_horizontal_padding 0x7f06022b
+int dimen mtrl_calendar_month_vertical_padding 0x7f06022c
+int dimen mtrl_calendar_navigation_bottom_padding 0x7f06022d
+int dimen mtrl_calendar_navigation_height 0x7f06022e
+int dimen mtrl_calendar_navigation_top_padding 0x7f06022f
+int dimen mtrl_calendar_pre_l_text_clip_padding 0x7f060230
+int dimen mtrl_calendar_selection_baseline_to_top_fullscreen 0x7f060231
+int dimen mtrl_calendar_selection_text_baseline_to_bottom 0x7f060232
+int dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen 0x7f060233
+int dimen mtrl_calendar_selection_text_baseline_to_top 0x7f060234
+int dimen mtrl_calendar_text_input_padding_top 0x7f060235
+int dimen mtrl_calendar_title_baseline_to_top 0x7f060236
+int dimen mtrl_calendar_title_baseline_to_top_fullscreen 0x7f060237
+int dimen mtrl_calendar_year_corner 0x7f060238
+int dimen mtrl_calendar_year_height 0x7f060239
+int dimen mtrl_calendar_year_horizontal_padding 0x7f06023a
+int dimen mtrl_calendar_year_vertical_padding 0x7f06023b
+int dimen mtrl_calendar_year_width 0x7f06023c
+int dimen mtrl_card_checked_icon_margin 0x7f06023d
+int dimen mtrl_card_checked_icon_size 0x7f06023e
+int dimen mtrl_card_corner_radius 0x7f06023f
+int dimen mtrl_card_dragged_z 0x7f060240
+int dimen mtrl_card_elevation 0x7f060241
+int dimen mtrl_card_spacing 0x7f060242
+int dimen mtrl_chip_pressed_translation_z 0x7f060243
+int dimen mtrl_chip_text_size 0x7f060244
+int dimen mtrl_exposed_dropdown_menu_popup_elevation 0x7f060245
+int dimen mtrl_exposed_dropdown_menu_popup_vertical_offset 0x7f060246
+int dimen mtrl_exposed_dropdown_menu_popup_vertical_padding 0x7f060247
+int dimen mtrl_extended_fab_bottom_padding 0x7f060248
+int dimen mtrl_extended_fab_disabled_elevation 0x7f060249
+int dimen mtrl_extended_fab_disabled_translation_z 0x7f06024a
+int dimen mtrl_extended_fab_elevation 0x7f06024b
+int dimen mtrl_extended_fab_end_padding 0x7f06024c
+int dimen mtrl_extended_fab_end_padding_icon 0x7f06024d
+int dimen mtrl_extended_fab_icon_size 0x7f06024e
+int dimen mtrl_extended_fab_icon_text_spacing 0x7f06024f
+int dimen mtrl_extended_fab_min_height 0x7f060250
+int dimen mtrl_extended_fab_min_width 0x7f060251
+int dimen mtrl_extended_fab_start_padding 0x7f060252
+int dimen mtrl_extended_fab_start_padding_icon 0x7f060253
+int dimen mtrl_extended_fab_top_padding 0x7f060254
+int dimen mtrl_extended_fab_translation_z_base 0x7f060255
+int dimen mtrl_extended_fab_translation_z_hovered_focused 0x7f060256
+int dimen mtrl_extended_fab_translation_z_pressed 0x7f060257
+int dimen mtrl_fab_elevation 0x7f060258
+int dimen mtrl_fab_min_touch_target 0x7f060259
+int dimen mtrl_fab_translation_z_hovered_focused 0x7f06025a
+int dimen mtrl_fab_translation_z_pressed 0x7f06025b
+int dimen mtrl_high_ripple_default_alpha 0x7f06025c
+int dimen mtrl_high_ripple_focused_alpha 0x7f06025d
+int dimen mtrl_high_ripple_hovered_alpha 0x7f06025e
+int dimen mtrl_high_ripple_pressed_alpha 0x7f06025f
+int dimen mtrl_low_ripple_default_alpha 0x7f060260
+int dimen mtrl_low_ripple_focused_alpha 0x7f060261
+int dimen mtrl_low_ripple_hovered_alpha 0x7f060262
+int dimen mtrl_low_ripple_pressed_alpha 0x7f060263
+int dimen mtrl_min_touch_target_size 0x7f060264
+int dimen mtrl_navigation_bar_item_default_icon_size 0x7f060265
+int dimen mtrl_navigation_bar_item_default_margin 0x7f060266
+int dimen mtrl_navigation_elevation 0x7f060267
+int dimen mtrl_navigation_item_horizontal_padding 0x7f060268
+int dimen mtrl_navigation_item_icon_padding 0x7f060269
+int dimen mtrl_navigation_item_icon_size 0x7f06026a
+int dimen mtrl_navigation_item_shape_horizontal_margin 0x7f06026b
+int dimen mtrl_navigation_item_shape_vertical_margin 0x7f06026c
+int dimen mtrl_navigation_rail_active_text_size 0x7f06026d
+int dimen mtrl_navigation_rail_compact_width 0x7f06026e
+int dimen mtrl_navigation_rail_default_width 0x7f06026f
+int dimen mtrl_navigation_rail_elevation 0x7f060270
+int dimen mtrl_navigation_rail_icon_margin 0x7f060271
+int dimen mtrl_navigation_rail_icon_size 0x7f060272
+int dimen mtrl_navigation_rail_margin 0x7f060273
+int dimen mtrl_navigation_rail_text_bottom_margin 0x7f060274
+int dimen mtrl_navigation_rail_text_size 0x7f060275
+int dimen mtrl_progress_circular_inset 0x7f060276
+int dimen mtrl_progress_circular_inset_extra_small 0x7f060277
+int dimen mtrl_progress_circular_inset_medium 0x7f060278
+int dimen mtrl_progress_circular_inset_small 0x7f060279
+int dimen mtrl_progress_circular_radius 0x7f06027a
+int dimen mtrl_progress_circular_size 0x7f06027b
+int dimen mtrl_progress_circular_size_extra_small 0x7f06027c
+int dimen mtrl_progress_circular_size_medium 0x7f06027d
+int dimen mtrl_progress_circular_size_small 0x7f06027e
+int dimen mtrl_progress_circular_track_thickness_extra_small 0x7f06027f
+int dimen mtrl_progress_circular_track_thickness_medium 0x7f060280
+int dimen mtrl_progress_circular_track_thickness_small 0x7f060281
+int dimen mtrl_progress_indicator_full_rounded_corner_radius 0x7f060282
+int dimen mtrl_progress_track_thickness 0x7f060283
+int dimen mtrl_shape_corner_size_large_component 0x7f060284
+int dimen mtrl_shape_corner_size_medium_component 0x7f060285
+int dimen mtrl_shape_corner_size_small_component 0x7f060286
+int dimen mtrl_slider_halo_radius 0x7f060287
+int dimen mtrl_slider_label_padding 0x7f060288
+int dimen mtrl_slider_label_radius 0x7f060289
+int dimen mtrl_slider_label_square_side 0x7f06028a
+int dimen mtrl_slider_thumb_elevation 0x7f06028b
+int dimen mtrl_slider_thumb_radius 0x7f06028c
+int dimen mtrl_slider_track_height 0x7f06028d
+int dimen mtrl_slider_track_side_padding 0x7f06028e
+int dimen mtrl_slider_widget_height 0x7f06028f
+int dimen mtrl_snackbar_action_text_color_alpha 0x7f060290
+int dimen mtrl_snackbar_background_corner_radius 0x7f060291
+int dimen mtrl_snackbar_background_overlay_color_alpha 0x7f060292
+int dimen mtrl_snackbar_margin 0x7f060293
+int dimen mtrl_snackbar_message_margin_horizontal 0x7f060294
+int dimen mtrl_snackbar_padding_horizontal 0x7f060295
+int dimen mtrl_switch_text_padding 0x7f060296
+int dimen mtrl_switch_thumb_elevation 0x7f060297
+int dimen mtrl_switch_thumb_size 0x7f060298
+int dimen mtrl_switch_track_height 0x7f060299
+int dimen mtrl_switch_track_width 0x7f06029a
+int dimen mtrl_textinput_box_corner_radius_medium 0x7f06029b
+int dimen mtrl_textinput_box_corner_radius_small 0x7f06029c
+int dimen mtrl_textinput_box_label_cutout_padding 0x7f06029d
+int dimen mtrl_textinput_box_stroke_width_default 0x7f06029e
+int dimen mtrl_textinput_box_stroke_width_focused 0x7f06029f
+int dimen mtrl_textinput_counter_margin_start 0x7f0602a0
+int dimen mtrl_textinput_end_icon_margin_start 0x7f0602a1
+int dimen mtrl_textinput_outline_box_expanded_padding 0x7f0602a2
+int dimen mtrl_textinput_start_icon_margin_end 0x7f0602a3
+int dimen mtrl_toolbar_default_height 0x7f0602a4
+int dimen mtrl_tooltip_arrowSize 0x7f0602a5
+int dimen mtrl_tooltip_cornerSize 0x7f0602a6
+int dimen mtrl_tooltip_minHeight 0x7f0602a7
+int dimen mtrl_tooltip_minWidth 0x7f0602a8
+int dimen mtrl_tooltip_padding 0x7f0602a9
+int dimen mtrl_transition_shared_axis_slide_distance 0x7f0602aa
+int dimen notification_action_icon_size 0x7f0602ab
+int dimen notification_action_text_size 0x7f0602ac
+int dimen notification_big_circle_margin 0x7f0602ad
+int dimen notification_content_margin_start 0x7f0602ae
+int dimen notification_large_icon_height 0x7f0602af
+int dimen notification_large_icon_width 0x7f0602b0
+int dimen notification_main_column_padding_top 0x7f0602b1
+int dimen notification_media_narrow_margin 0x7f0602b2
+int dimen notification_right_icon_size 0x7f0602b3
+int dimen notification_right_side_padding_top 0x7f0602b4
+int dimen notification_small_icon_background_padding 0x7f0602b5
+int dimen notification_small_icon_size_as_large 0x7f0602b6
+int dimen notification_subtext_size 0x7f0602b7
+int dimen notification_top_pad 0x7f0602b8
+int dimen notification_top_pad_large_text 0x7f0602b9
+int dimen tooltip_corner_radius 0x7f0602ba
+int dimen tooltip_horizontal_padding 0x7f0602bb
+int dimen tooltip_margin 0x7f0602bc
+int dimen tooltip_precise_anchor_extra_offset 0x7f0602bd
+int dimen tooltip_precise_anchor_threshold 0x7f0602be
+int dimen tooltip_vertical_padding 0x7f0602bf
+int dimen tooltip_y_offset_non_touch 0x7f0602c0
+int dimen tooltip_y_offset_touch 0x7f0602c1
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f070029
+int drawable abc_action_bar_item_background_material 0x7f07002a
+int drawable abc_btn_borderless_material 0x7f07002b
+int drawable abc_btn_check_material 0x7f07002c
+int drawable abc_btn_check_material_anim 0x7f07002d
+int drawable abc_btn_check_to_on_mtrl_000 0x7f07002e
+int drawable abc_btn_check_to_on_mtrl_015 0x7f07002f
+int drawable abc_btn_colored_material 0x7f070030
+int drawable abc_btn_default_mtrl_shape 0x7f070031
+int drawable abc_btn_radio_material 0x7f070032
+int drawable abc_btn_radio_material_anim 0x7f070033
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f070034
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f070035
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f070036
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f070037
+int drawable abc_cab_background_internal_bg 0x7f070038
+int drawable abc_cab_background_top_material 0x7f070039
+int drawable abc_cab_background_top_mtrl_alpha 0x7f07003a
+int drawable abc_control_background_material 0x7f07003b
+int drawable abc_dialog_material_background 0x7f07003c
+int drawable abc_edit_text_material 0x7f07003d
+int drawable abc_ic_ab_back_material 0x7f07003e
+int drawable abc_ic_arrow_drop_right_black_24dp 0x7f07003f
+int drawable abc_ic_clear_material 0x7f070040
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f070041
+int drawable abc_ic_go_search_api_material 0x7f070042
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f070043
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f070044
+int drawable abc_ic_menu_overflow_material 0x7f070045
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f070046
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f070047
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f070048
+int drawable abc_ic_search_api_material 0x7f070049
+int drawable abc_ic_voice_search_api_material 0x7f07004a
+int drawable abc_item_background_holo_dark 0x7f07004b
+int drawable abc_item_background_holo_light 0x7f07004c
+int drawable abc_list_divider_material 0x7f07004d
+int drawable abc_list_divider_mtrl_alpha 0x7f07004e
+int drawable abc_list_focused_holo 0x7f07004f
+int drawable abc_list_longpressed_holo 0x7f070050
+int drawable abc_list_pressed_holo_dark 0x7f070051
+int drawable abc_list_pressed_holo_light 0x7f070052
+int drawable abc_list_selector_background_transition_holo_dark 0x7f070053
+int drawable abc_list_selector_background_transition_holo_light 0x7f070054
+int drawable abc_list_selector_disabled_holo_dark 0x7f070055
+int drawable abc_list_selector_disabled_holo_light 0x7f070056
+int drawable abc_list_selector_holo_dark 0x7f070057
+int drawable abc_list_selector_holo_light 0x7f070058
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f070059
+int drawable abc_popup_background_mtrl_mult 0x7f07005a
+int drawable abc_ratingbar_indicator_material 0x7f07005b
+int drawable abc_ratingbar_material 0x7f07005c
+int drawable abc_ratingbar_small_material 0x7f07005d
+int drawable abc_scrubber_control_off_mtrl_alpha 0x7f07005e
+int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f07005f
+int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f070060
+int drawable abc_scrubber_primary_mtrl_alpha 0x7f070061
+int drawable abc_scrubber_track_mtrl_alpha 0x7f070062
+int drawable abc_seekbar_thumb_material 0x7f070063
+int drawable abc_seekbar_tick_mark_material 0x7f070064
+int drawable abc_seekbar_track_material 0x7f070065
+int drawable abc_spinner_mtrl_am_alpha 0x7f070066
+int drawable abc_spinner_textfield_background_material 0x7f070067
+int drawable abc_star_black_48dp 0x7f070068
+int drawable abc_star_half_black_48dp 0x7f070069
+int drawable abc_switch_thumb_material 0x7f07006a
+int drawable abc_switch_track_mtrl_alpha 0x7f07006b
+int drawable abc_tab_indicator_material 0x7f07006c
+int drawable abc_tab_indicator_mtrl_alpha 0x7f07006d
+int drawable abc_text_cursor_material 0x7f07006e
+int drawable abc_text_select_handle_left_mtrl 0x7f07006f
+int drawable abc_text_select_handle_middle_mtrl 0x7f070070
+int drawable abc_text_select_handle_right_mtrl 0x7f070071
+int drawable abc_textfield_activated_mtrl_alpha 0x7f070072
+int drawable abc_textfield_default_mtrl_alpha 0x7f070073
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f070074
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f070075
+int drawable abc_textfield_search_material 0x7f070076
+int drawable abc_vector_test 0x7f070077
+int drawable applogo 0x7f070078
+int drawable avd_hide_password 0x7f070079
+int drawable avd_show_password 0x7f07007a
+int drawable banner_bg 0x7f07007b
+int drawable baseline_account_circle_24 0x7f07007c
+int drawable baseline_birthday 0x7f07007d
+int drawable baseline_contact_phone_24 0x7f07007e
+int drawable baseline_email_24 0x7f07007f
+int drawable baseline_local_phone_24 0x7f070080
+int drawable baseline_person_24 0x7f070081
+int drawable bg_button 0x7f070082
+int drawable bottom_home_bg 0x7f070083
+int drawable btn_checkbox_checked_mtrl 0x7f070084
+int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x7f070085
+int drawable btn_checkbox_unchecked_mtrl 0x7f070086
+int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x7f070087
+int drawable btn_radio_off_mtrl 0x7f070088
+int drawable btn_radio_off_to_on_mtrl_animation 0x7f070089
+int drawable btn_radio_on_mtrl 0x7f07008a
+int drawable btn_radio_on_to_off_mtrl_animation 0x7f07008b
+int drawable circle 0x7f07008c
+int drawable circlebc 0x7f07008d
+int drawable cirleaccount 0x7f07008e
+int drawable design_fab_background 0x7f07008f
+int drawable design_ic_visibility 0x7f070090
+int drawable design_ic_visibility_off 0x7f070091
+int drawable design_password_eye 0x7f070092
+int drawable design_snackbar_background 0x7f070093
+int drawable home_background 0x7f070094
+int drawable homepage_icon 0x7f070095
+int drawable homepage_icon_background 0x7f0700f4
+int drawable ic_arrow_back_black_24 0x7f070096
+int drawable ic_clear_black_24 0x7f070097
+int drawable ic_clock_black_24dp 0x7f070098
+int drawable ic_keyboard_black_24dp 0x7f070099
+int drawable ic_launcher_background 0x7f07009a
+int drawable ic_launcher_foreground 0x7f07009b
+int drawable ic_m3_chip_check 0x7f07009c
+int drawable ic_m3_chip_checked_circle 0x7f07009d
+int drawable ic_m3_chip_close 0x7f07009e
+int drawable ic_mtrl_checked_circle 0x7f07009f
+int drawable ic_mtrl_chip_checked_black 0x7f0700a0
+int drawable ic_mtrl_chip_checked_circle 0x7f0700a1
+int drawable ic_mtrl_chip_close_circle 0x7f0700a2
+int drawable ic_search_black_24 0x7f0700a3
+int drawable img 0x7f0700a4
+int drawable img_1 0x7f0700f2
+int drawable img_2 0x7f0700f3
+int drawable m3_appbar_background 0x7f0700a5
+int drawable m3_avd_hide_password 0x7f0700a6
+int drawable m3_avd_show_password 0x7f0700a7
+int drawable m3_password_eye 0x7f0700a8
+int drawable m3_popupmenu_background_overlay 0x7f0700a9
+int drawable m3_radiobutton_ripple 0x7f0700aa
+int drawable m3_selection_control_ripple 0x7f0700ab
+int drawable m3_tabs_background 0x7f0700ac
+int drawable m3_tabs_line_indicator 0x7f0700ad
+int drawable m3_tabs_rounded_line_indicator 0x7f0700ae
+int drawable m3_tabs_transparent_background 0x7f0700af
+int drawable material_cursor_drawable 0x7f0700b0
+int drawable material_ic_calendar_black_24dp 0x7f0700b1
+int drawable material_ic_clear_black_24dp 0x7f0700b2
+int drawable material_ic_edit_black_24dp 0x7f0700b3
+int drawable material_ic_keyboard_arrow_left_black_24dp 0x7f0700b4
+int drawable material_ic_keyboard_arrow_next_black_24dp 0x7f0700b5
+int drawable material_ic_keyboard_arrow_previous_black_24dp 0x7f0700b6
+int drawable material_ic_keyboard_arrow_right_black_24dp 0x7f0700b7
+int drawable material_ic_menu_arrow_down_black_24dp 0x7f0700b8
+int drawable material_ic_menu_arrow_up_black_24dp 0x7f0700b9
+int drawable mtrl_bottomsheet_drag_handle 0x7f0700ba
+int drawable mtrl_checkbox_button 0x7f0700bb
+int drawable mtrl_checkbox_button_checked_unchecked 0x7f0700bc
+int drawable mtrl_checkbox_button_icon 0x7f0700bd
+int drawable mtrl_checkbox_button_icon_checked_indeterminate 0x7f0700be
+int drawable mtrl_checkbox_button_icon_checked_unchecked 0x7f0700bf
+int drawable mtrl_checkbox_button_icon_indeterminate_checked 0x7f0700c0
+int drawable mtrl_checkbox_button_icon_indeterminate_unchecked 0x7f0700c1
+int drawable mtrl_checkbox_button_icon_unchecked_checked 0x7f0700c2
+int drawable mtrl_checkbox_button_icon_unchecked_indeterminate 0x7f0700c3
+int drawable mtrl_checkbox_button_unchecked_checked 0x7f0700c4
+int drawable mtrl_dialog_background 0x7f0700c5
+int drawable mtrl_dropdown_arrow 0x7f0700c6
+int drawable mtrl_ic_arrow_drop_down 0x7f0700c7
+int drawable mtrl_ic_arrow_drop_up 0x7f0700c8
+int drawable mtrl_ic_cancel 0x7f0700c9
+int drawable mtrl_ic_check_mark 0x7f0700ca
+int drawable mtrl_ic_checkbox_checked 0x7f0700cb
+int drawable mtrl_ic_checkbox_unchecked 0x7f0700cc
+int drawable mtrl_ic_error 0x7f0700cd
+int drawable mtrl_ic_indeterminate 0x7f0700ce
+int drawable mtrl_navigation_bar_item_background 0x7f0700cf
+int drawable mtrl_popupmenu_background 0x7f0700d0
+int drawable mtrl_popupmenu_background_overlay 0x7f0700d1
+int drawable mtrl_switch_thumb 0x7f0700d2
+int drawable mtrl_switch_thumb_checked 0x7f0700d3
+int drawable mtrl_switch_thumb_checked_pressed 0x7f0700d4
+int drawable mtrl_switch_thumb_checked_unchecked 0x7f0700d5
+int drawable mtrl_switch_thumb_pressed 0x7f0700d6
+int drawable mtrl_switch_thumb_pressed_checked 0x7f0700d7
+int drawable mtrl_switch_thumb_pressed_unchecked 0x7f0700d8
+int drawable mtrl_switch_thumb_unchecked 0x7f0700d9
+int drawable mtrl_switch_thumb_unchecked_checked 0x7f0700da
+int drawable mtrl_switch_thumb_unchecked_pressed 0x7f0700db
+int drawable mtrl_switch_track 0x7f0700dc
+int drawable mtrl_switch_track_decoration 0x7f0700dd
+int drawable mtrl_tabs_default_indicator 0x7f0700de
+int drawable navigation_empty_icon 0x7f0700df
+int drawable notification_action_background 0x7f0700e0
+int drawable notification_bg 0x7f0700e1
+int drawable notification_bg_low 0x7f0700e2
+int drawable notification_bg_low_normal 0x7f0700e3
+int drawable notification_bg_low_pressed 0x7f0700e4
+int drawable notification_bg_normal 0x7f0700e5
+int drawable notification_bg_normal_pressed 0x7f0700e6
+int drawable notification_icon_background 0x7f0700e7
+int drawable notification_template_icon_bg 0x7f0700e8
+int drawable notification_template_icon_low_bg 0x7f0700e9
+int drawable notification_tile_bg 0x7f0700ea
+int drawable notify_panel_notification_icon_bg 0x7f0700eb
+int drawable passord_icon 0x7f0700ec
+int drawable personwhite 0x7f0700ed
+int drawable post_icon 0x7f0700f8
+int drawable rounded_button 0x7f0700ee
+int drawable search_icon 0x7f0700f5
+int drawable searchbar 0x7f0700f6
+int drawable task_icon 0x7f0700f7
+int drawable test_level_drawable 0x7f0700ef
+int drawable tooltip_frame_dark 0x7f0700f0
+int drawable tooltip_frame_light 0x7f0700f1
+int id ALT 0x7f080000
+int id BOTTOM_END 0x7f080001
+int id BOTTOM_START 0x7f080002
+int id CTRL 0x7f080003
+int id FUNCTION 0x7f080004
+int id META 0x7f080005
+int id MyTasks 0x7f080211
+int id NO_DEBUG 0x7f080006
+int id Repassword_register 0x7f080007
+int id SHIFT 0x7f080008
+int id SHOW_ALL 0x7f080009
+int id SHOW_PATH 0x7f08000a
+int id SHOW_PROGRESS 0x7f08000b
+int id SYM 0x7f08000c
+int id TOP_END 0x7f08000d
+int id TOP_START 0x7f08000e
+int id accelerate 0x7f08000f
+int id accessibility_action_clickable_span 0x7f080010
+int id accessibility_custom_action_0 0x7f080011
+int id accessibility_custom_action_1 0x7f080012
+int id accessibility_custom_action_10 0x7f080013
+int id accessibility_custom_action_11 0x7f080014
+int id accessibility_custom_action_12 0x7f080015
+int id accessibility_custom_action_13 0x7f080016
+int id accessibility_custom_action_14 0x7f080017
+int id accessibility_custom_action_15 0x7f080018
+int id accessibility_custom_action_16 0x7f080019
+int id accessibility_custom_action_17 0x7f08001a
+int id accessibility_custom_action_18 0x7f08001b
+int id accessibility_custom_action_19 0x7f08001c
+int id accessibility_custom_action_2 0x7f08001d
+int id accessibility_custom_action_20 0x7f08001e
+int id accessibility_custom_action_21 0x7f08001f
+int id accessibility_custom_action_22 0x7f080020
+int id accessibility_custom_action_23 0x7f080021
+int id accessibility_custom_action_24 0x7f080022
+int id accessibility_custom_action_25 0x7f080023
+int id accessibility_custom_action_26 0x7f080024
+int id accessibility_custom_action_27 0x7f080025
+int id accessibility_custom_action_28 0x7f080026
+int id accessibility_custom_action_29 0x7f080027
+int id accessibility_custom_action_3 0x7f080028
+int id accessibility_custom_action_30 0x7f080029
+int id accessibility_custom_action_31 0x7f08002a
+int id accessibility_custom_action_4 0x7f08002b
+int id accessibility_custom_action_5 0x7f08002c
+int id accessibility_custom_action_6 0x7f08002d
+int id accessibility_custom_action_7 0x7f08002e
+int id accessibility_custom_action_8 0x7f08002f
+int id accessibility_custom_action_9 0x7f080030
+int id actionDown 0x7f080031
+int id actionDownUp 0x7f080032
+int id actionUp 0x7f080033
+int id action_bar 0x7f080034
+int id action_bar_activity_content 0x7f080035
+int id action_bar_container 0x7f080036
+int id action_bar_root 0x7f080037
+int id action_bar_spinner 0x7f080038
+int id action_bar_subtitle 0x7f080039
+int id action_bar_title 0x7f08003a
+int id action_container 0x7f08003b
+int id action_context_bar 0x7f08003c
+int id action_divider 0x7f08003d
+int id action_image 0x7f08003e
+int id action_menu_divider 0x7f08003f
+int id action_menu_presenter 0x7f080040
+int id action_mode_bar 0x7f080041
+int id action_mode_bar_stub 0x7f080042
+int id action_mode_close_button 0x7f080043
+int id action_text 0x7f080044
+int id actions 0x7f080045
+int id activity_chooser_view_content 0x7f080046
+int id add 0x7f080047
+int id alertTitle 0x7f080048
+int id aligned 0x7f080049
+int id all 0x7f08004a
+int id allStates 0x7f08004b
+int id always 0x7f08004c
+int id animateToEnd 0x7f08004d
+int id animateToStart 0x7f08004e
+int id antiClockwise 0x7f08004f
+int id anticipate 0x7f080050
+int id arc 0x7f080051
+int id asConfigured 0x7f080052
+int id async 0x7f080053
+int id auto 0x7f080054
+int id autoComplete 0x7f080055
+int id autoCompleteToEnd 0x7f080056
+int id autoCompleteToStart 0x7f080057
+int id barrier 0x7f080058
+int id baseline 0x7f080059
+int id beginOnFirstDraw 0x7f08005a
+int id beginning 0x7f08005b
+int id bestChoice 0x7f08005c
+int id birthdate_register 0x7f08005d
+int id blocking 0x7f08005e
+int id bottom 0x7f08005f
+int id bounce 0x7f080060
+int id bounceBoth 0x7f080061
+int id bounceEnd 0x7f080062
+int id bounceStart 0x7f080063
+int id btn_login 0x7f080064
+int id btn_login_screen 0x7f080065
+int id btn_register 0x7f080066
+int id btn_register_screen 0x7f080067
+int id buttonPanel 0x7f080068
+int id cache_measures 0x7f080069
+int id callMeasure 0x7f08006a
+int id cancel_button 0x7f08006b
+int id carer_Phone_register 0x7f08006c
+int id carer_name_register 0x7f08006d
+int id carryVelocity 0x7f08006e
+int id center 0x7f08006f
+int id centerCrop 0x7f080070
+int id centerInside 0x7f080071
+int id center_horizontal 0x7f080072
+int id center_vertical 0x7f080073
+int id chain 0x7f080074
+int id chain2 0x7f080075
+int id chains 0x7f080076
+int id checkbox 0x7f080077
+int id checked 0x7f080078
+int id chronometer 0x7f080079
+int id circle_center 0x7f08007a
+int id clear_text 0x7f08007b
+int id clip_horizontal 0x7f08007c
+int id clip_vertical 0x7f08007d
+int id clockwise 0x7f08007e
+int id closest 0x7f08007f
+int id collapseActionView 0x7f080080
+int id compress 0x7f080081
+int id confirm_button 0x7f080082
+int id constraint 0x7f080083
+int id container 0x7f080084
+int id content 0x7f080085
+int id contentPanel 0x7f080086
+int id contiguous 0x7f080087
+int id continuousVelocity 0x7f080088
+int id coordinator 0x7f080089
+int id cos 0x7f08008a
+int id counterclockwise 0x7f08008b
+int id cradle 0x7f08008c
+int id currentState 0x7f08008d
+int id custom 0x7f08008e
+int id customPanel 0x7f08008f
+int id cut 0x7f080090
+int id date_picker_actions 0x7f080091
+int id decelerate 0x7f080092
+int id decelerateAndComplete 0x7f080093
+int id decor_content_parent 0x7f080094
+int id default_activity_button 0x7f080095
+int id deltaRelative 0x7f080096
+int id dependency_ordering 0x7f080097
+int id design_bottom_sheet 0x7f080098
+int id design_menu_item_action_area 0x7f080099
+int id design_menu_item_action_area_stub 0x7f08009a
+int id design_menu_item_text 0x7f08009b
+int id design_navigation_view 0x7f08009c
+int id dialog_button 0x7f08009d
+int id dimensions 0x7f08009e
+int id direct 0x7f08009f
+int id disableHome 0x7f0800a0
+int id disableIntraAutoTransition 0x7f0800a1
+int id disablePostScroll 0x7f0800a2
+int id disableScroll 0x7f0800a3
+int id disjoint 0x7f0800a4
+int id doctors_post 0x7f080217
+int id dont_haveAccount 0x7f0800a5
+int id dragAnticlockwise 0x7f0800a6
+int id dragClockwise 0x7f0800a7
+int id dragDown 0x7f0800a8
+int id dragEnd 0x7f0800a9
+int id dragLeft 0x7f0800aa
+int id dragRight 0x7f0800ab
+int id dragStart 0x7f0800ac
+int id dragUp 0x7f0800ad
+int id dropdown_menu 0x7f0800ae
+int id easeIn 0x7f0800af
+int id easeInOut 0x7f0800b0
+int id easeOut 0x7f0800b1
+int id east 0x7f0800b2
+int id edit_query 0x7f0800b3
+int id edt_Email_register 0x7f0800b4
+int id edt_birthdate_register 0x7f0800b5
+int id edt_carerPhone_register 0x7f0800b6
+int id edt_carername_register 0x7f0800b7
+int id edt_email_login 0x7f0800b8
+int id edt_email_login_register 0x7f0800b9
+int id edt_password_login 0x7f0800ba
+int id edt_password_register 0x7f0800bb
+int id edt_repassord_register 0x7f0800bc
+int id elastic 0x7f0800bd
+int id email_login 0x7f0800be
+int id email_register 0x7f0800bf
+int id embed 0x7f0800c0
+int id end 0x7f0800c1
+int id endToStart 0x7f0800c2
+int id enterAlways 0x7f0800c3
+int id enterAlwaysCollapsed 0x7f0800c4
+int id exitUntilCollapsed 0x7f0800c5
+int id expand_activities_button 0x7f0800c6
+int id expanded_menu 0x7f0800c7
+int id fade 0x7f0800c8
+int id fill 0x7f0800c9
+int id fill_horizontal 0x7f0800ca
+int id fill_vertical 0x7f0800cb
+int id filled 0x7f0800cc
+int id fitCenter 0x7f0800cd
+int id fitEnd 0x7f0800ce
+int id fitStart 0x7f0800cf
+int id fitToContents 0x7f0800d0
+int id fitXY 0x7f0800d1
+int id fixed 0x7f0800d2
+int id flip 0x7f0800d3
+int id floating 0x7f0800d4
+int id forever 0x7f0800d5
+int id fragment_container_view_tag 0x7f0800d6
+int id frost 0x7f0800d7
+int id fullscreen_header 0x7f0800d8
+int id ghost_view 0x7f0800d9
+int id ghost_view_holder 0x7f0800da
+int id gone 0x7f0800db
+int id graph 0x7f0800dc
+int id graph_wrap 0x7f0800dd
+int id group_divider 0x7f0800de
+int id grouping 0x7f0800df
+int id groups 0x7f0800e0
+int id haveAccount 0x7f0800e1
+int id header_title 0x7f0800e2
+int id hideable 0x7f0800e3
+int id home 0x7f0800e4
+int id homeAsUp 0x7f0800e5
+int id honorRequest 0x7f0800e6
+int id horizontal_only 0x7f0800e7
+int id icon 0x7f0800e8
+int id icon_group 0x7f0800e9
+int id ifRoom 0x7f0800ea
+int id ignore 0x7f0800eb
+int id ignoreRequest 0x7f0800ec
+int id image 0x7f0800ed
+int id imageView 0x7f0800ee
+int id imageView10 0x7f080212
+int id imageView4 0x7f0800f0
+int id imageView5 0x7f0800f1
+int id imageView7 0x7f080213
+int id imageView8 0x7f080214
+int id imageView9 0x7f080215
+int id immediateStop 0x7f0800f2
+int id included 0x7f0800f3
+int id indeterminate 0x7f0800f4
+int id info 0x7f0800f5
+int id invisible 0x7f0800f6
+int id inward 0x7f0800f7
+int id italic 0x7f0800f8
+int id item_touch_helper_previous_elevation 0x7f0800f9
+int id jumpToEnd 0x7f0800fa
+int id jumpToStart 0x7f0800fb
+int id labeled 0x7f0800fc
+int id layout 0x7f0800fd
+int id left 0x7f0800fe
+int id leftToRight 0x7f0800ff
+int id legacy 0x7f080100
+int id line1 0x7f080101
+int id line3 0x7f080102
+int id linear 0x7f080103
+int id listMode 0x7f080104
+int id list_item 0x7f080105
+int id m3_side_sheet 0x7f080106
+int id marquee 0x7f080107
+int id masked 0x7f080108
+int id match_constraint 0x7f080109
+int id match_parent 0x7f08010a
+int id material_clock_display 0x7f08010b
+int id material_clock_display_and_toggle 0x7f08010c
+int id material_clock_face 0x7f08010d
+int id material_clock_hand 0x7f08010e
+int id material_clock_level 0x7f08010f
+int id material_clock_period_am_button 0x7f080110
+int id material_clock_period_pm_button 0x7f080111
+int id material_clock_period_toggle 0x7f080112
+int id material_hour_text_input 0x7f080113
+int id material_hour_tv 0x7f080114
+int id material_label 0x7f080115
+int id material_minute_text_input 0x7f080116
+int id material_minute_tv 0x7f080117
+int id material_textinput_timepicker 0x7f080118
+int id material_timepicker_cancel_button 0x7f080119
+int id material_timepicker_container 0x7f08011a
+int id material_timepicker_mode_button 0x7f08011b
+int id material_timepicker_ok_button 0x7f08011c
+int id material_timepicker_view 0x7f08011d
+int id material_value_index 0x7f08011e
+int id matrix 0x7f08011f
+int id message 0x7f080120
+int id middle 0x7f080121
+int id mini 0x7f080122
+int id month_grid 0x7f080123
+int id month_navigation_bar 0x7f080124
+int id month_navigation_fragment_toggle 0x7f080125
+int id month_navigation_next 0x7f080126
+int id month_navigation_previous 0x7f080127
+int id month_title 0x7f080128
+int id motion_base 0x7f080129
+int id mtrl_anchor_parent 0x7f08012a
+int id mtrl_calendar_day_selector_frame 0x7f08012b
+int id mtrl_calendar_days_of_week 0x7f08012c
+int id mtrl_calendar_frame 0x7f08012d
+int id mtrl_calendar_main_pane 0x7f08012e
+int id mtrl_calendar_months 0x7f08012f
+int id mtrl_calendar_selection_frame 0x7f080130
+int id mtrl_calendar_text_input_frame 0x7f080131
+int id mtrl_calendar_year_selector_frame 0x7f080132
+int id mtrl_card_checked_layer_id 0x7f080133
+int id mtrl_child_content_container 0x7f080134
+int id mtrl_internal_children_alpha_tag 0x7f080135
+int id mtrl_motion_snapshot_view 0x7f080136
+int id mtrl_picker_fullscreen 0x7f080137
+int id mtrl_picker_header 0x7f080138
+int id mtrl_picker_header_selection_text 0x7f080139
+int id mtrl_picker_header_title_and_selection 0x7f08013a
+int id mtrl_picker_header_toggle 0x7f08013b
+int id mtrl_picker_text_input_date 0x7f08013c
+int id mtrl_picker_text_input_range_end 0x7f08013d
+int id mtrl_picker_text_input_range_start 0x7f08013e
+int id mtrl_picker_title_text 0x7f08013f
+int id mtrl_view_tag_bottom_padding 0x7f080140
+int id multiply 0x7f080141
+int id name_register 0x7f080142
+int id navigation_bar_item_active_indicator_view 0x7f080143
+int id navigation_bar_item_icon_container 0x7f080144
+int id navigation_bar_item_icon_view 0x7f080145
+int id navigation_bar_item_labels_group 0x7f080146
+int id navigation_bar_item_large_label_view 0x7f080147
+int id navigation_bar_item_small_label_view 0x7f080148
+int id navigation_header_container 0x7f080149
+int id never 0x7f08014a
+int id neverCompleteToEnd 0x7f08014b
+int id neverCompleteToStart 0x7f08014c
+int id noScroll 0x7f08014d
+int id noState 0x7f08014e
+int id none 0x7f08014f
+int id normal 0x7f080150
+int id north 0x7f080151
+int id notification_background 0x7f080152
+int id notification_main_column 0x7f080153
+int id notification_main_column_container 0x7f080154
+int id off 0x7f080155
+int id on 0x7f080156
+int id onInterceptTouchReturnSwipe 0x7f080157
+int id outline 0x7f080158
+int id outward 0x7f080159
+int id overshoot 0x7f08015a
+int id packed 0x7f08015b
+int id parallax 0x7f08015c
+int id parent 0x7f08015d
+int id parentPanel 0x7f08015e
+int id parentRelative 0x7f08015f
+int id parent_matrix 0x7f080160
+int id password_login 0x7f080161
+int id password_register 0x7f080162
+int id password_toggle 0x7f080163
+int id path 0x7f080164
+int id pathRelative 0x7f080165
+int id peekHeight 0x7f080166
+int id percent 0x7f080167
+int id pin 0x7f080168
+int id position 0x7f080169
+int id postLayout 0x7f08016a
+int id pressed 0x7f08016b
+int id profileImage 0x7f08020d
+int id progress_circular 0x7f08016c
+int id progress_horizontal 0x7f08016d
+int id radio 0x7f08016e
+int id ratio 0x7f08016f
+int id rectangles 0x7f080170
+int id reverseSawtooth 0x7f080171
+int id right 0x7f080172
+int id rightToLeft 0x7f080173
+int id right_icon 0x7f080174
+int id right_side 0x7f080175
+int id rounded 0x7f080176
+int id row_index_key 0x7f080177
+int id save_non_transition_alpha 0x7f080178
+int id save_overlay_view 0x7f080179
+int id sawtooth 0x7f08017a
+int id scale 0x7f08017b
+int id screen 0x7f08017c
+int id scroll 0x7f08017d
+int id scrollIndicatorDown 0x7f08017e
+int id scrollIndicatorUp 0x7f08017f
+int id scrollView 0x7f080180
+int id scrollable 0x7f080181
+int id search_badge 0x7f080182
+int id search_bar 0x7f080183
+int id search_bar_text_view 0x7f080184
+int id search_button 0x7f080185
+int id search_close_btn 0x7f080186
+int id search_edit_frame 0x7f080187
+int id search_go_btn 0x7f080188
+int id search_mag_icon 0x7f080189
+int id search_plate 0x7f08018a
+int id search_src_text 0x7f08018b
+int id search_view_background 0x7f08018c
+int id search_view_clear_button 0x7f08018d
+int id search_view_content_container 0x7f08018e
+int id search_view_divider 0x7f08018f
+int id search_view_dummy_toolbar 0x7f080190
+int id search_view_edit_text 0x7f080191
+int id search_view_header_container 0x7f080192
+int id search_view_root 0x7f080193
+int id search_view_scrim 0x7f080194
+int id search_view_search_prefix 0x7f080195
+int id search_view_status_bar_spacer 0x7f080196
+int id search_view_toolbar 0x7f080197
+int id search_view_toolbar_container 0x7f080198
+int id search_voice_btn 0x7f080199
+int id select_dialog_listview 0x7f08019a
+int id selected 0x7f08019b
+int id selection_type 0x7f08019c
+int id sharedValueSet 0x7f08019d
+int id sharedValueUnset 0x7f08019e
+int id shortcut 0x7f08019f
+int id showCustom 0x7f0801a0
+int id showHome 0x7f0801a1
+int id showTitle 0x7f0801a2
+int id sin 0x7f0801a3
+int id skipCollapsed 0x7f0801a4
+int id skipped 0x7f0801a5
+int id slide 0x7f0801a6
+int id snackbar_action 0x7f0801a7
+int id snackbar_text 0x7f0801a8
+int id snap 0x7f0801a9
+int id snapMargins 0x7f0801aa
+int id south 0x7f0801ab
+int id spacer 0x7f0801ac
+int id special_effects_controller_view_tag 0x7f0801ad
+int id spline 0x7f0801ae
+int id split_action_bar 0x7f0801af
+int id spread 0x7f0801b0
+int id spread_inside 0x7f0801b1
+int id spring 0x7f0801b2
+int id square 0x7f0801b3
+int id src_atop 0x7f0801b4
+int id src_in 0x7f0801b5
+int id src_over 0x7f0801b6
+int id standard 0x7f0801b7
+int id start 0x7f0801b8
+int id startHorizontal 0x7f0801b9
+int id startToEnd 0x7f0801ba
+int id startVertical 0x7f0801bb
+int id staticLayout 0x7f0801bc
+int id staticPostLayout 0x7f0801bd
+int id stop 0x7f0801be
+int id stretch 0x7f0801bf
+int id submenuarrow 0x7f0801c0
+int id submit_area 0x7f0801c1
+int id supportScrollUp 0x7f0801c2
+int id tabMode 0x7f0801c3
+int id tag_accessibility_actions 0x7f0801c4
+int id tag_accessibility_clickable_spans 0x7f0801c5
+int id tag_accessibility_heading 0x7f0801c6
+int id tag_accessibility_pane_title 0x7f0801c7
+int id tag_on_apply_window_listener 0x7f0801c8
+int id tag_on_receive_content_listener 0x7f0801c9
+int id tag_on_receive_content_mime_types 0x7f0801ca
+int id tag_screen_reader_focusable 0x7f0801cb
+int id tag_state_description 0x7f0801cc
+int id tag_transition_group 0x7f0801cd
+int id tag_unhandled_key_event_manager 0x7f0801ce
+int id tag_unhandled_key_listeners 0x7f0801cf
+int id tag_window_insets_animation_callback 0x7f0801d0
+int id text 0x7f0801d1
+int id text2 0x7f0801d2
+int id textEnd 0x7f0801d3
+int id textSpacerNoButtons 0x7f0801d4
+int id textSpacerNoTitle 0x7f0801d5
+int id textStart 0x7f0801d6
+int id textTop 0x7f0801d7
+int id textView 0x7f0801d8
+int id textView2 0x7f0801d9
+int id textView3 0x7f08020e
+int id textView4 0x7f08020f
+int id textView5 0x7f080210
+int id textView6 0x7f080216
+int id text_input_end_icon 0x7f0801da
+int id text_input_error_icon 0x7f0801db
+int id text_input_start_icon 0x7f0801dc
+int id textinput_counter 0x7f0801dd
+int id textinput_error 0x7f0801de
+int id textinput_helper_text 0x7f0801df
+int id textinput_placeholder 0x7f0801e0
+int id textinput_prefix_text 0x7f0801e1
+int id textinput_suffix_text 0x7f0801e2
+int id time 0x7f0801e3
+int id title 0x7f0801e4
+int id titleDividerNoCustom 0x7f0801e5
+int id title_template 0x7f0801e6
+int id toggle 0x7f0801e7
+int id top 0x7f0801e8
+int id topPanel 0x7f0801e9
+int id touch_outside 0x7f0801ea
+int id transitionToEnd 0x7f0801eb
+int id transitionToStart 0x7f0801ec
+int id transition_current_scene 0x7f0801ed
+int id transition_layout_save 0x7f0801ee
+int id transition_position 0x7f0801ef
+int id transition_scene_layoutid_cache 0x7f0801f0
+int id transition_transform 0x7f0801f1
+int id triangle 0x7f0801f2
+int id tv_login 0x7f0801f3
+int id tv_register 0x7f0801f4
+int id unchecked 0x7f0801f5
+int id uniform 0x7f0801f6
+int id unlabeled 0x7f0801f7
+int id up 0x7f0801f8
+int id useLogo 0x7f0801f9
+int id vertical_only 0x7f0801fa
+int id view_offset_helper 0x7f0801fb
+int id view_transition 0x7f0801fc
+int id view_tree_lifecycle_owner 0x7f0801fd
+int id view_tree_on_back_pressed_dispatcher_owner 0x7f0801fe
+int id view_tree_saved_state_registry_owner 0x7f0801ff
+int id view_tree_view_model_store_owner 0x7f080200
+int id visible 0x7f080201
+int id visible_removing_fragment_view_tag 0x7f080202
+int id west 0x7f080203
+int id withText 0x7f080204
+int id with_icon 0x7f080205
+int id withinBounds 0x7f080206
+int id wrap 0x7f080207
+int id wrap_content 0x7f080208
+int id wrap_content_constrained 0x7f080209
+int id x_left 0x7f08020a
+int id x_right 0x7f08020b
+int integer abc_config_activityDefaultDur 0x7f090000
+int integer abc_config_activityShortDur 0x7f090001
+int integer app_bar_elevation_anim_duration 0x7f090002
+int integer bottom_sheet_slide_duration 0x7f090003
+int integer cancel_button_image_alpha 0x7f090004
+int integer config_tooltipAnimTime 0x7f090005
+int integer design_snackbar_text_max_lines 0x7f090006
+int integer design_tab_indicator_anim_duration_ms 0x7f090007
+int integer hide_password_duration 0x7f090008
+int integer m3_btn_anim_delay_ms 0x7f090009
+int integer m3_btn_anim_duration_ms 0x7f09000a
+int integer m3_card_anim_delay_ms 0x7f09000b
+int integer m3_card_anim_duration_ms 0x7f09000c
+int integer m3_chip_anim_duration 0x7f09000d
+int integer m3_sys_motion_duration_extra_long1 0x7f09000e
+int integer m3_sys_motion_duration_extra_long2 0x7f09000f
+int integer m3_sys_motion_duration_extra_long3 0x7f090010
+int integer m3_sys_motion_duration_extra_long4 0x7f090011
+int integer m3_sys_motion_duration_long1 0x7f090012
+int integer m3_sys_motion_duration_long2 0x7f090013
+int integer m3_sys_motion_duration_long3 0x7f090014
+int integer m3_sys_motion_duration_long4 0x7f090015
+int integer m3_sys_motion_duration_medium1 0x7f090016
+int integer m3_sys_motion_duration_medium2 0x7f090017
+int integer m3_sys_motion_duration_medium3 0x7f090018
+int integer m3_sys_motion_duration_medium4 0x7f090019
+int integer m3_sys_motion_duration_short1 0x7f09001a
+int integer m3_sys_motion_duration_short2 0x7f09001b
+int integer m3_sys_motion_duration_short3 0x7f09001c
+int integer m3_sys_motion_duration_short4 0x7f09001d
+int integer material_motion_duration_long_1 0x7f09001e
+int integer material_motion_duration_long_2 0x7f09001f
+int integer material_motion_duration_medium_1 0x7f090020
+int integer material_motion_duration_medium_2 0x7f090021
+int integer material_motion_duration_short_1 0x7f090022
+int integer material_motion_duration_short_2 0x7f090023
+int integer material_motion_path 0x7f090024
+int integer mtrl_badge_max_character_count 0x7f090025
+int integer mtrl_btn_anim_delay_ms 0x7f090026
+int integer mtrl_btn_anim_duration_ms 0x7f090027
+int integer mtrl_calendar_header_orientation 0x7f090028
+int integer mtrl_calendar_selection_text_lines 0x7f090029
+int integer mtrl_calendar_year_selector_span 0x7f09002a
+int integer mtrl_card_anim_delay_ms 0x7f09002b
+int integer mtrl_card_anim_duration_ms 0x7f09002c
+int integer mtrl_chip_anim_duration 0x7f09002d
+int integer mtrl_switch_thumb_motion_duration 0x7f09002e
+int integer mtrl_switch_thumb_post_morphing_duration 0x7f09002f
+int integer mtrl_switch_thumb_pre_morphing_duration 0x7f090030
+int integer mtrl_switch_thumb_pressed_duration 0x7f090031
+int integer mtrl_switch_thumb_viewport_center_coordinate 0x7f090032
+int integer mtrl_switch_thumb_viewport_size 0x7f090033
+int integer mtrl_switch_track_viewport_height 0x7f090034
+int integer mtrl_switch_track_viewport_width 0x7f090035
+int integer mtrl_tab_indicator_anim_duration_ms 0x7f090036
+int integer mtrl_view_gone 0x7f090037
+int integer mtrl_view_invisible 0x7f090038
+int integer mtrl_view_visible 0x7f090039
+int integer show_password_duration 0x7f09003a
+int integer status_bar_notification_info_maxnum 0x7f09003b
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x7f0a0000
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x7f0a0001
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x7f0a0002
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x7f0a0003
+int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x7f0a0004
+int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x7f0a0005
+int interpolator fast_out_slow_in 0x7f0a0006
+int interpolator m3_sys_motion_easing_emphasized 0x7f0a0007
+int interpolator m3_sys_motion_easing_emphasized_accelerate 0x7f0a0008
+int interpolator m3_sys_motion_easing_emphasized_decelerate 0x7f0a0009
+int interpolator m3_sys_motion_easing_linear 0x7f0a000a
+int interpolator m3_sys_motion_easing_standard 0x7f0a000b
+int interpolator m3_sys_motion_easing_standard_accelerate 0x7f0a000c
+int interpolator m3_sys_motion_easing_standard_decelerate 0x7f0a000d
+int interpolator mtrl_fast_out_linear_in 0x7f0a000e
+int interpolator mtrl_fast_out_slow_in 0x7f0a000f
+int interpolator mtrl_linear 0x7f0a0010
+int interpolator mtrl_linear_out_slow_in 0x7f0a0011
+int layout abc_action_bar_title_item 0x7f0b0000
+int layout abc_action_bar_up_container 0x7f0b0001
+int layout abc_action_menu_item_layout 0x7f0b0002
+int layout abc_action_menu_layout 0x7f0b0003
+int layout abc_action_mode_bar 0x7f0b0004
+int layout abc_action_mode_close_item_material 0x7f0b0005
+int layout abc_activity_chooser_view 0x7f0b0006
+int layout abc_activity_chooser_view_list_item 0x7f0b0007
+int layout abc_alert_dialog_button_bar_material 0x7f0b0008
+int layout abc_alert_dialog_material 0x7f0b0009
+int layout abc_alert_dialog_title_material 0x7f0b000a
+int layout abc_cascading_menu_item_layout 0x7f0b000b
+int layout abc_dialog_title_material 0x7f0b000c
+int layout abc_expanded_menu_layout 0x7f0b000d
+int layout abc_list_menu_item_checkbox 0x7f0b000e
+int layout abc_list_menu_item_icon 0x7f0b000f
+int layout abc_list_menu_item_layout 0x7f0b0010
+int layout abc_list_menu_item_radio 0x7f0b0011
+int layout abc_popup_menu_header_item_layout 0x7f0b0012
+int layout abc_popup_menu_item_layout 0x7f0b0013
+int layout abc_screen_content_include 0x7f0b0014
+int layout abc_screen_simple 0x7f0b0015
+int layout abc_screen_simple_overlay_action_mode 0x7f0b0016
+int layout abc_screen_toolbar 0x7f0b0017
+int layout abc_search_dropdown_item_icons_2line 0x7f0b0018
+int layout abc_search_view 0x7f0b0019
+int layout abc_select_dialog_material 0x7f0b001a
+int layout abc_tooltip 0x7f0b001b
+int layout activity_doctor_post 0x7f0b006d
+int layout activity_home 0x7f0b001c
+int layout activity_login 0x7f0b001d
+int layout activity_main 0x7f0b001e
+int layout activity_my_tasks 0x7f0b006e
+int layout activity_register 0x7f0b001f
+int layout custom_dialog 0x7f0b0020
+int layout design_bottom_navigation_item 0x7f0b0021
+int layout design_bottom_sheet_dialog 0x7f0b0022
+int layout design_layout_snackbar 0x7f0b0023
+int layout design_layout_snackbar_include 0x7f0b0024
+int layout design_layout_tab_icon 0x7f0b0025
+int layout design_layout_tab_text 0x7f0b0026
+int layout design_menu_item_action_area 0x7f0b0027
+int layout design_navigation_item 0x7f0b0028
+int layout design_navigation_item_header 0x7f0b0029
+int layout design_navigation_item_separator 0x7f0b002a
+int layout design_navigation_item_subheader 0x7f0b002b
+int layout design_navigation_menu 0x7f0b002c
+int layout design_navigation_menu_item 0x7f0b002d
+int layout design_text_input_end_icon 0x7f0b002e
+int layout design_text_input_start_icon 0x7f0b002f
+int layout m3_alert_dialog 0x7f0b0030
+int layout m3_alert_dialog_actions 0x7f0b0031
+int layout m3_alert_dialog_title 0x7f0b0032
+int layout m3_auto_complete_simple_item 0x7f0b0033
+int layout m3_side_sheet_dialog 0x7f0b0034
+int layout material_chip_input_combo 0x7f0b0035
+int layout material_clock_display 0x7f0b0036
+int layout material_clock_display_divider 0x7f0b0037
+int layout material_clock_period_toggle 0x7f0b0038
+int layout material_clock_period_toggle_land 0x7f0b0039
+int layout material_clockface_textview 0x7f0b003a
+int layout material_clockface_view 0x7f0b003b
+int layout material_radial_view_group 0x7f0b003c
+int layout material_textinput_timepicker 0x7f0b003d
+int layout material_time_chip 0x7f0b003e
+int layout material_time_input 0x7f0b003f
+int layout material_timepicker 0x7f0b0040
+int layout material_timepicker_dialog 0x7f0b0041
+int layout material_timepicker_textinput_display 0x7f0b0042
+int layout mtrl_alert_dialog 0x7f0b0043
+int layout mtrl_alert_dialog_actions 0x7f0b0044
+int layout mtrl_alert_dialog_title 0x7f0b0045
+int layout mtrl_alert_select_dialog_item 0x7f0b0046
+int layout mtrl_alert_select_dialog_multichoice 0x7f0b0047
+int layout mtrl_alert_select_dialog_singlechoice 0x7f0b0048
+int layout mtrl_auto_complete_simple_item 0x7f0b0049
+int layout mtrl_calendar_day 0x7f0b004a
+int layout mtrl_calendar_day_of_week 0x7f0b004b
+int layout mtrl_calendar_days_of_week 0x7f0b004c
+int layout mtrl_calendar_horizontal 0x7f0b004d
+int layout mtrl_calendar_month 0x7f0b004e
+int layout mtrl_calendar_month_labeled 0x7f0b004f
+int layout mtrl_calendar_month_navigation 0x7f0b0050
+int layout mtrl_calendar_months 0x7f0b0051
+int layout mtrl_calendar_vertical 0x7f0b0052
+int layout mtrl_calendar_year 0x7f0b0053
+int layout mtrl_layout_snackbar 0x7f0b0054
+int layout mtrl_layout_snackbar_include 0x7f0b0055
+int layout mtrl_navigation_rail_item 0x7f0b0056
+int layout mtrl_picker_actions 0x7f0b0057
+int layout mtrl_picker_dialog 0x7f0b0058
+int layout mtrl_picker_fullscreen 0x7f0b0059
+int layout mtrl_picker_header_dialog 0x7f0b005a
+int layout mtrl_picker_header_fullscreen 0x7f0b005b
+int layout mtrl_picker_header_selection_text 0x7f0b005c
+int layout mtrl_picker_header_title_text 0x7f0b005d
+int layout mtrl_picker_header_toggle 0x7f0b005e
+int layout mtrl_picker_text_input_date 0x7f0b005f
+int layout mtrl_picker_text_input_date_range 0x7f0b0060
+int layout mtrl_search_bar 0x7f0b0061
+int layout mtrl_search_view 0x7f0b0062
+int layout notification_action 0x7f0b0063
+int layout notification_action_tombstone 0x7f0b0064
+int layout notification_template_custom_big 0x7f0b0065
+int layout notification_template_icon_group 0x7f0b0066
+int layout notification_template_part_chronometer 0x7f0b0067
+int layout notification_template_part_time 0x7f0b0068
+int layout select_dialog_item_material 0x7f0b0069
+int layout select_dialog_multichoice_material 0x7f0b006a
+int layout select_dialog_singlechoice_material 0x7f0b006b
+int layout support_simple_spinner_dropdown_item 0x7f0b006c
+int mipmap ic_launcher 0x7f0d0000
+int mipmap ic_launcher_round 0x7f0d0001
+int plurals mtrl_badge_content_description 0x7f0e0000
+int string Register_your_email 0x7f0f0000
+int string abc_action_bar_home_description 0x7f0f0001
+int string abc_action_bar_up_description 0x7f0f0002
+int string abc_action_menu_overflow_description 0x7f0f0003
+int string abc_action_mode_done 0x7f0f0004
+int string abc_activity_chooser_view_see_all 0x7f0f0005
+int string abc_activitychooserview_choose_application 0x7f0f0006
+int string abc_capital_off 0x7f0f0007
+int string abc_capital_on 0x7f0f0008
+int string abc_menu_alt_shortcut_label 0x7f0f0009
+int string abc_menu_ctrl_shortcut_label 0x7f0f000a
+int string abc_menu_delete_shortcut_label 0x7f0f000b
+int string abc_menu_enter_shortcut_label 0x7f0f000c
+int string abc_menu_function_shortcut_label 0x7f0f000d
+int string abc_menu_meta_shortcut_label 0x7f0f000e
+int string abc_menu_shift_shortcut_label 0x7f0f000f
+int string abc_menu_space_shortcut_label 0x7f0f0010
+int string abc_menu_sym_shortcut_label 0x7f0f0011
+int string abc_prepend_shortcut_label 0x7f0f0012
+int string abc_search_hint 0x7f0f0013
+int string abc_searchview_description_clear 0x7f0f0014
+int string abc_searchview_description_query 0x7f0f0015
+int string abc_searchview_description_search 0x7f0f0016
+int string abc_searchview_description_submit 0x7f0f0017
+int string abc_searchview_description_voice 0x7f0f0018
+int string abc_shareactionprovider_share_with 0x7f0f0019
+int string abc_shareactionprovider_share_with_application 0x7f0f001a
+int string abc_toolbar_collapse_description 0x7f0f001b
+int string androidx_startup 0x7f0f001c
+int string app_name 0x7f0f001d
+int string appbar_scrolling_view_behavior 0x7f0f001e
+int string bottom_sheet_behavior 0x7f0f001f
+int string bottomsheet_action_collapse 0x7f0f0020
+int string bottomsheet_action_expand 0x7f0f0021
+int string bottomsheet_action_expand_halfway 0x7f0f0022
+int string bottomsheet_drag_handle_clicked 0x7f0f0023
+int string bottomsheet_drag_handle_content_description 0x7f0f0024
+int string btn_login 0x7f0f0025
+int string btn_register 0x7f0f0026
+int string character_counter_content_description 0x7f0f0027
+int string character_counter_overflowed_content_description 0x7f0f0028
+int string character_counter_pattern 0x7f0f0029
+int string clear_text_end_icon_content_description 0x7f0f002a
+int string create_an_account 0x7f0f002b
+int string email_login 0x7f0f002c
+int string enter_a_relative_name 0x7f0f002d
+int string enter_a_relative_phone 0x7f0f002e
+int string enter_your_birthday 0x7f0f002f
+int string error_a11y_label 0x7f0f0030
+int string error_icon_content_description 0x7f0f0031
+int string exposed_dropdown_menu_content_description 0x7f0f0032
+int string fab_transformation_scrim_behavior 0x7f0f0033
+int string fab_transformation_sheet_behavior 0x7f0f0034
+int string forget_pasword 0x7f0f0035
+int string full_name 0x7f0f0036
+int string greetingMessage 0x7f0f0037
+int string hide_bottom_view_on_scroll_behavior 0x7f0f0038
+int string homeScreenTask 0x7f0f00ad
+int string i_already_have_an_account 0x7f0f0039
+int string i_don_t_have_account_register 0x7f0f003a
+int string icon_content_description 0x7f0f003b
+int string item_view_role_description 0x7f0f003c
+int string login_title 0x7f0f003d
+int string m3_sys_motion_easing_emphasized 0x7f0f003e
+int string m3_sys_motion_easing_emphasized_accelerate 0x7f0f003f
+int string m3_sys_motion_easing_emphasized_decelerate 0x7f0f0040
+int string m3_sys_motion_easing_emphasized_path_data 0x7f0f0041
+int string m3_sys_motion_easing_legacy 0x7f0f0042
+int string m3_sys_motion_easing_legacy_accelerate 0x7f0f0043
+int string m3_sys_motion_easing_legacy_decelerate 0x7f0f0044
+int string m3_sys_motion_easing_linear 0x7f0f0045
+int string m3_sys_motion_easing_standard 0x7f0f0046
+int string m3_sys_motion_easing_standard_accelerate 0x7f0f0047
+int string m3_sys_motion_easing_standard_decelerate 0x7f0f0048
+int string material_clock_display_divider 0x7f0f0049
+int string material_clock_toggle_content_description 0x7f0f004a
+int string material_hour_24h_suffix 0x7f0f004b
+int string material_hour_selection 0x7f0f004c
+int string material_hour_suffix 0x7f0f004d
+int string material_minute_selection 0x7f0f004e
+int string material_minute_suffix 0x7f0f004f
+int string material_motion_easing_accelerated 0x7f0f0050
+int string material_motion_easing_decelerated 0x7f0f0051
+int string material_motion_easing_emphasized 0x7f0f0052
+int string material_motion_easing_linear 0x7f0f0053
+int string material_motion_easing_standard 0x7f0f0054
+int string material_slider_range_end 0x7f0f0055
+int string material_slider_range_start 0x7f0f0056
+int string material_slider_value 0x7f0f0057
+int string material_timepicker_am 0x7f0f0058
+int string material_timepicker_clock_mode_description 0x7f0f0059
+int string material_timepicker_hour 0x7f0f005a
+int string material_timepicker_minute 0x7f0f005b
+int string material_timepicker_pm 0x7f0f005c
+int string material_timepicker_select_time 0x7f0f005d
+int string material_timepicker_text_input_mode_description 0x7f0f005e
+int string mtrl_badge_numberless_content_description 0x7f0f005f
+int string mtrl_checkbox_button_icon_path_checked 0x7f0f0060
+int string mtrl_checkbox_button_icon_path_group_name 0x7f0f0061
+int string mtrl_checkbox_button_icon_path_indeterminate 0x7f0f0062
+int string mtrl_checkbox_button_icon_path_name 0x7f0f0063
+int string mtrl_checkbox_button_path_checked 0x7f0f0064
+int string mtrl_checkbox_button_path_group_name 0x7f0f0065
+int string mtrl_checkbox_button_path_name 0x7f0f0066
+int string mtrl_checkbox_button_path_unchecked 0x7f0f0067
+int string mtrl_checkbox_state_description_checked 0x7f0f0068
+int string mtrl_checkbox_state_description_indeterminate 0x7f0f0069
+int string mtrl_checkbox_state_description_unchecked 0x7f0f006a
+int string mtrl_chip_close_icon_content_description 0x7f0f006b
+int string mtrl_exceed_max_badge_number_content_description 0x7f0f006c
+int string mtrl_exceed_max_badge_number_suffix 0x7f0f006d
+int string mtrl_picker_a11y_next_month 0x7f0f006e
+int string mtrl_picker_a11y_prev_month 0x7f0f006f
+int string mtrl_picker_announce_current_range_selection 0x7f0f0070
+int string mtrl_picker_announce_current_selection 0x7f0f0071
+int string mtrl_picker_announce_current_selection_none 0x7f0f0072
+int string mtrl_picker_cancel 0x7f0f0073
+int string mtrl_picker_confirm 0x7f0f0074
+int string mtrl_picker_date_header_selected 0x7f0f0075
+int string mtrl_picker_date_header_title 0x7f0f0076
+int string mtrl_picker_date_header_unselected 0x7f0f0077
+int string mtrl_picker_day_of_week_column_header 0x7f0f0078
+int string mtrl_picker_end_date_description 0x7f0f0079
+int string mtrl_picker_invalid_format 0x7f0f007a
+int string mtrl_picker_invalid_format_example 0x7f0f007b
+int string mtrl_picker_invalid_format_use 0x7f0f007c
+int string mtrl_picker_invalid_range 0x7f0f007d
+int string mtrl_picker_navigate_to_current_year_description 0x7f0f007e
+int string mtrl_picker_navigate_to_year_description 0x7f0f007f
+int string mtrl_picker_out_of_range 0x7f0f0080
+int string mtrl_picker_range_header_only_end_selected 0x7f0f0081
+int string mtrl_picker_range_header_only_start_selected 0x7f0f0082
+int string mtrl_picker_range_header_selected 0x7f0f0083
+int string mtrl_picker_range_header_title 0x7f0f0084
+int string mtrl_picker_range_header_unselected 0x7f0f0085
+int string mtrl_picker_save 0x7f0f0086
+int string mtrl_picker_start_date_description 0x7f0f0087
+int string mtrl_picker_text_input_date_hint 0x7f0f0088
+int string mtrl_picker_text_input_date_range_end_hint 0x7f0f0089
+int string mtrl_picker_text_input_date_range_start_hint 0x7f0f008a
+int string mtrl_picker_text_input_day_abbr 0x7f0f008b
+int string mtrl_picker_text_input_month_abbr 0x7f0f008c
+int string mtrl_picker_text_input_year_abbr 0x7f0f008d
+int string mtrl_picker_today_description 0x7f0f008e
+int string mtrl_picker_toggle_to_calendar_input_mode 0x7f0f008f
+int string mtrl_picker_toggle_to_day_selection 0x7f0f0090
+int string mtrl_picker_toggle_to_text_input_mode 0x7f0f0091
+int string mtrl_picker_toggle_to_year_selection 0x7f0f0092
+int string mtrl_switch_thumb_group_name 0x7f0f0093
+int string mtrl_switch_thumb_path_checked 0x7f0f0094
+int string mtrl_switch_thumb_path_morphing 0x7f0f0095
+int string mtrl_switch_thumb_path_name 0x7f0f0096
+int string mtrl_switch_thumb_path_pressed 0x7f0f0097
+int string mtrl_switch_thumb_path_unchecked 0x7f0f0098
+int string mtrl_switch_track_decoration_path 0x7f0f0099
+int string mtrl_switch_track_path 0x7f0f009a
+int string mtrl_timepicker_cancel 0x7f0f009b
+int string mtrl_timepicker_confirm 0x7f0f009c
+int string password_login 0x7f0f009d
+int string password_toggle_content_description 0x7f0f009e
+int string path_password_eye 0x7f0f009f
+int string path_password_eye_mask_strike_through 0x7f0f00a0
+int string path_password_eye_mask_visible 0x7f0f00a1
+int string path_password_strike_through 0x7f0f00a2
+int string registe_your_password_again 0x7f0f00a3
+int string register_btn_rgisterScree 0x7f0f00a4
+int string register_your_password 0x7f0f00a5
+int string search_menu_title 0x7f0f00a6
+int string searchbar_scrolling_view_behavior 0x7f0f00a7
+int string searchview_clear_text_content_description 0x7f0f00a8
+int string searchview_navigation_content_description 0x7f0f00a9
+int string side_sheet_accessibility_pane_title 0x7f0f00aa
+int string side_sheet_behavior 0x7f0f00ab
+int string status_bar_notification_info_overflow 0x7f0f00ac
+int style AlertDialog_AppCompat 0x7f100000
+int style AlertDialog_AppCompat_Light 0x7f100001
+int style Animation_AppCompat_Dialog 0x7f100002
+int style Animation_AppCompat_DropDownUp 0x7f100003
+int style Animation_AppCompat_Tooltip 0x7f100004
+int style Animation_Design_BottomSheetDialog 0x7f100005
+int style Animation_Material3_BottomSheetDialog 0x7f100006
+int style Animation_Material3_SideSheetDialog 0x7f100007
+int style Animation_MaterialComponents_BottomSheetDialog 0x7f100008
+int style Base_AlertDialog_AppCompat 0x7f100009
+int style Base_AlertDialog_AppCompat_Light 0x7f10000a
+int style Base_Animation_AppCompat_Dialog 0x7f10000b
+int style Base_Animation_AppCompat_DropDownUp 0x7f10000c
+int style Base_Animation_AppCompat_Tooltip 0x7f10000d
+int style Base_CardView 0x7f10000e
+int style Base_DialogWindowTitle_AppCompat 0x7f10000f
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f100010
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Icon 0x7f100011
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Panel 0x7f100012
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Text 0x7f100013
+int style Base_TextAppearance_AppCompat 0x7f100014
+int style Base_TextAppearance_AppCompat_Body1 0x7f100015
+int style Base_TextAppearance_AppCompat_Body2 0x7f100016
+int style Base_TextAppearance_AppCompat_Button 0x7f100017
+int style Base_TextAppearance_AppCompat_Caption 0x7f100018
+int style Base_TextAppearance_AppCompat_Display1 0x7f100019
+int style Base_TextAppearance_AppCompat_Display2 0x7f10001a
+int style Base_TextAppearance_AppCompat_Display3 0x7f10001b
+int style Base_TextAppearance_AppCompat_Display4 0x7f10001c
+int style Base_TextAppearance_AppCompat_Headline 0x7f10001d
+int style Base_TextAppearance_AppCompat_Inverse 0x7f10001e
+int style Base_TextAppearance_AppCompat_Large 0x7f10001f
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f100020
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f100021
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f100022
+int style Base_TextAppearance_AppCompat_Medium 0x7f100023
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f100024
+int style Base_TextAppearance_AppCompat_Menu 0x7f100025
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f100026
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f100027
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f100028
+int style Base_TextAppearance_AppCompat_Small 0x7f100029
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f10002a
+int style Base_TextAppearance_AppCompat_Subhead 0x7f10002b
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f10002c
+int style Base_TextAppearance_AppCompat_Title 0x7f10002d
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f10002e
+int style Base_TextAppearance_AppCompat_Tooltip 0x7f10002f
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f100030
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f100031
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f100032
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f100033
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f100034
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f100035
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f100036
+int style Base_TextAppearance_AppCompat_Widget_Button 0x7f100037
+int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f100038
+int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f100039
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f10003a
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f10003b
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f10003c
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f10003d
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f10003e
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f10003f
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f100040
+int style Base_TextAppearance_Material3_Search 0x7f100041
+int style Base_TextAppearance_MaterialComponents_Badge 0x7f100042
+int style Base_TextAppearance_MaterialComponents_Button 0x7f100043
+int style Base_TextAppearance_MaterialComponents_Headline6 0x7f100044
+int style Base_TextAppearance_MaterialComponents_Subtitle2 0x7f100045
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f100046
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f100047
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f100048
+int style Base_Theme_AppCompat 0x7f100049
+int style Base_Theme_AppCompat_CompactMenu 0x7f10004a
+int style Base_Theme_AppCompat_Dialog 0x7f10004b
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f10004c
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f10004d
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f10004e
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f10004f
+int style Base_Theme_AppCompat_Light 0x7f100050
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f100051
+int style Base_Theme_AppCompat_Light_Dialog 0x7f100052
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f100053
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f100054
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f100055
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f100056
+int style Base_Theme_Material3_Dark 0x7f100057
+int style Base_Theme_Material3_Dark_BottomSheetDialog 0x7f100058
+int style Base_Theme_Material3_Dark_Dialog 0x7f100059
+int style Base_Theme_Material3_Dark_SideSheetDialog 0x7f10005a
+int style Base_Theme_Material3_Light 0x7f10005b
+int style Base_Theme_Material3_Light_BottomSheetDialog 0x7f10005c
+int style Base_Theme_Material3_Light_Dialog 0x7f10005d
+int style Base_Theme_Material3_Light_SideSheetDialog 0x7f10005e
+int style Base_Theme_MaterialComponents 0x7f10005f
+int style Base_Theme_MaterialComponents_Bridge 0x7f100060
+int style Base_Theme_MaterialComponents_CompactMenu 0x7f100061
+int style Base_Theme_MaterialComponents_Dialog 0x7f100062
+int style Base_Theme_MaterialComponents_Dialog_Alert 0x7f100063
+int style Base_Theme_MaterialComponents_Dialog_Bridge 0x7f100064
+int style Base_Theme_MaterialComponents_Dialog_FixedSize 0x7f100065
+int style Base_Theme_MaterialComponents_Dialog_MinWidth 0x7f100066
+int style Base_Theme_MaterialComponents_DialogWhenLarge 0x7f100067
+int style Base_Theme_MaterialComponents_Light 0x7f100068
+int style Base_Theme_MaterialComponents_Light_Bridge 0x7f100069
+int style Base_Theme_MaterialComponents_Light_DarkActionBar 0x7f10006a
+int style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f10006b
+int style Base_Theme_MaterialComponents_Light_Dialog 0x7f10006c
+int style Base_Theme_MaterialComponents_Light_Dialog_Alert 0x7f10006d
+int style Base_Theme_MaterialComponents_Light_Dialog_Bridge 0x7f10006e
+int style Base_Theme_MaterialComponents_Light_Dialog_FixedSize 0x7f10006f
+int style Base_Theme_MaterialComponents_Light_Dialog_MinWidth 0x7f100070
+int style Base_Theme_MaterialComponents_Light_DialogWhenLarge 0x7f100071
+int style Base_ThemeOverlay_AppCompat 0x7f100072
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f100073
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f100074
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f100075
+int style Base_ThemeOverlay_AppCompat_Dialog 0x7f100076
+int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f100077
+int style Base_ThemeOverlay_AppCompat_Light 0x7f100078
+int style Base_ThemeOverlay_Material3_AutoCompleteTextView 0x7f100079
+int style Base_ThemeOverlay_Material3_BottomSheetDialog 0x7f10007a
+int style Base_ThemeOverlay_Material3_Dialog 0x7f10007b
+int style Base_ThemeOverlay_Material3_SideSheetDialog 0x7f10007c
+int style Base_ThemeOverlay_Material3_TextInputEditText 0x7f10007d
+int style Base_ThemeOverlay_MaterialComponents_Dialog 0x7f10007e
+int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f10007f
+int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x7f100080
+int style Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x7f100081
+int style Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f100082
+int style Base_V14_Theme_Material3_Dark 0x7f100083
+int style Base_V14_Theme_Material3_Dark_BottomSheetDialog 0x7f100084
+int style Base_V14_Theme_Material3_Dark_Dialog 0x7f100085
+int style Base_V14_Theme_Material3_Dark_SideSheetDialog 0x7f100086
+int style Base_V14_Theme_Material3_Light 0x7f100087
+int style Base_V14_Theme_Material3_Light_BottomSheetDialog 0x7f100088
+int style Base_V14_Theme_Material3_Light_Dialog 0x7f100089
+int style Base_V14_Theme_Material3_Light_SideSheetDialog 0x7f10008a
+int style Base_V14_Theme_MaterialComponents 0x7f10008b
+int style Base_V14_Theme_MaterialComponents_Bridge 0x7f10008c
+int style Base_V14_Theme_MaterialComponents_Dialog 0x7f10008d
+int style Base_V14_Theme_MaterialComponents_Dialog_Bridge 0x7f10008e
+int style Base_V14_Theme_MaterialComponents_Light 0x7f10008f
+int style Base_V14_Theme_MaterialComponents_Light_Bridge 0x7f100090
+int style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f100091
+int style Base_V14_Theme_MaterialComponents_Light_Dialog 0x7f100092
+int style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge 0x7f100093
+int style Base_V14_ThemeOverlay_Material3_BottomSheetDialog 0x7f100094
+int style Base_V14_ThemeOverlay_Material3_SideSheetDialog 0x7f100095
+int style Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x7f100096
+int style Base_V14_ThemeOverlay_MaterialComponents_Dialog 0x7f100097
+int style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f100098
+int style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f100099
+int style Base_V14_Widget_MaterialComponents_AutoCompleteTextView 0x7f10009a
+int style Base_V21_Theme_AppCompat 0x7f10009b
+int style Base_V21_Theme_AppCompat_Dialog 0x7f10009c
+int style Base_V21_Theme_AppCompat_Light 0x7f10009d
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f10009e
+int style Base_V21_Theme_MaterialComponents 0x7f10009f
+int style Base_V21_Theme_MaterialComponents_Dialog 0x7f1000a0
+int style Base_V21_Theme_MaterialComponents_Light 0x7f1000a1
+int style Base_V21_Theme_MaterialComponents_Light_Dialog 0x7f1000a2
+int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f1000a3
+int style Base_V21_ThemeOverlay_Material3_BottomSheetDialog 0x7f1000a4
+int style Base_V21_ThemeOverlay_Material3_SideSheetDialog 0x7f1000a5
+int style Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x7f1000a6
+int style Base_V22_Theme_AppCompat 0x7f1000a7
+int style Base_V22_Theme_AppCompat_Light 0x7f1000a8
+int style Base_V23_Theme_AppCompat 0x7f1000a9
+int style Base_V23_Theme_AppCompat_Light 0x7f1000aa
+int style Base_V24_Theme_Material3_Dark 0x7f1000ab
+int style Base_V24_Theme_Material3_Dark_Dialog 0x7f1000ac
+int style Base_V24_Theme_Material3_Light 0x7f1000ad
+int style Base_V24_Theme_Material3_Light_Dialog 0x7f1000ae
+int style Base_V26_Theme_AppCompat 0x7f1000af
+int style Base_V26_Theme_AppCompat_Light 0x7f1000b0
+int style Base_V26_Widget_AppCompat_Toolbar 0x7f1000b1
+int style Base_V28_Theme_AppCompat 0x7f1000b2
+int style Base_V28_Theme_AppCompat_Light 0x7f1000b3
+int style Base_V7_Theme_AppCompat 0x7f1000b4
+int style Base_V7_Theme_AppCompat_Dialog 0x7f1000b5
+int style Base_V7_Theme_AppCompat_Light 0x7f1000b6
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f1000b7
+int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f1000b8
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f1000b9
+int style Base_V7_Widget_AppCompat_EditText 0x7f1000ba
+int style Base_V7_Widget_AppCompat_Toolbar 0x7f1000bb
+int style Base_Widget_AppCompat_ActionBar 0x7f1000bc
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f1000bd
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f1000be
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f1000bf
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f1000c0
+int style Base_Widget_AppCompat_ActionButton 0x7f1000c1
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f1000c2
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f1000c3
+int style Base_Widget_AppCompat_ActionMode 0x7f1000c4
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f1000c5
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f1000c6
+int style Base_Widget_AppCompat_Button 0x7f1000c7
+int style Base_Widget_AppCompat_Button_Borderless 0x7f1000c8
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f1000c9
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f1000ca
+int style Base_Widget_AppCompat_Button_Colored 0x7f1000cb
+int style Base_Widget_AppCompat_Button_Small 0x7f1000cc
+int style Base_Widget_AppCompat_ButtonBar 0x7f1000cd
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f1000ce
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f1000cf
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f1000d0
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f1000d1
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f1000d2
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f1000d3
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f1000d4
+int style Base_Widget_AppCompat_EditText 0x7f1000d5
+int style Base_Widget_AppCompat_ImageButton 0x7f1000d6
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f1000d7
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f1000d8
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f1000d9
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f1000da
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f1000db
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f1000dc
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f1000dd
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f1000de
+int style Base_Widget_AppCompat_ListMenuView 0x7f1000df
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f1000e0
+int style Base_Widget_AppCompat_ListView 0x7f1000e1
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f1000e2
+int style Base_Widget_AppCompat_ListView_Menu 0x7f1000e3
+int style Base_Widget_AppCompat_PopupMenu 0x7f1000e4
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f1000e5
+int style Base_Widget_AppCompat_PopupWindow 0x7f1000e6
+int style Base_Widget_AppCompat_ProgressBar 0x7f1000e7
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f1000e8
+int style Base_Widget_AppCompat_RatingBar 0x7f1000e9
+int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f1000ea
+int style Base_Widget_AppCompat_RatingBar_Small 0x7f1000eb
+int style Base_Widget_AppCompat_SearchView 0x7f1000ec
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f1000ed
+int style Base_Widget_AppCompat_SeekBar 0x7f1000ee
+int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f1000ef
+int style Base_Widget_AppCompat_Spinner 0x7f1000f0
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f1000f1
+int style Base_Widget_AppCompat_TextView 0x7f1000f2
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f1000f3
+int style Base_Widget_AppCompat_Toolbar 0x7f1000f4
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f1000f5
+int style Base_Widget_Design_TabLayout 0x7f1000f6
+int style Base_Widget_Material3_ActionBar_Solid 0x7f1000f7
+int style Base_Widget_Material3_ActionMode 0x7f1000f8
+int style Base_Widget_Material3_BottomNavigationView 0x7f1000f9
+int style Base_Widget_Material3_CardView 0x7f1000fa
+int style Base_Widget_Material3_Chip 0x7f1000fb
+int style Base_Widget_Material3_CollapsingToolbar 0x7f1000fc
+int style Base_Widget_Material3_CompoundButton_CheckBox 0x7f1000fd
+int style Base_Widget_Material3_CompoundButton_RadioButton 0x7f1000fe
+int style Base_Widget_Material3_CompoundButton_Switch 0x7f1000ff
+int style Base_Widget_Material3_ExtendedFloatingActionButton 0x7f100100
+int style Base_Widget_Material3_ExtendedFloatingActionButton_Icon 0x7f100101
+int style Base_Widget_Material3_FloatingActionButton 0x7f100102
+int style Base_Widget_Material3_FloatingActionButton_Large 0x7f100103
+int style Base_Widget_Material3_FloatingActionButton_Small 0x7f100104
+int style Base_Widget_Material3_Light_ActionBar_Solid 0x7f100105
+int style Base_Widget_Material3_MaterialCalendar_NavigationButton 0x7f100106
+int style Base_Widget_Material3_Snackbar 0x7f100107
+int style Base_Widget_Material3_TabLayout 0x7f100108
+int style Base_Widget_Material3_TabLayout_OnSurface 0x7f100109
+int style Base_Widget_Material3_TabLayout_Secondary 0x7f10010a
+int style Base_Widget_MaterialComponents_AutoCompleteTextView 0x7f10010b
+int style Base_Widget_MaterialComponents_CheckedTextView 0x7f10010c
+int style Base_Widget_MaterialComponents_Chip 0x7f10010d
+int style Base_Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x7f10010e
+int style Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton 0x7f10010f
+int style Base_Widget_MaterialComponents_PopupMenu 0x7f100110
+int style Base_Widget_MaterialComponents_PopupMenu_ContextMenu 0x7f100111
+int style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x7f100112
+int style Base_Widget_MaterialComponents_PopupMenu_Overflow 0x7f100113
+int style Base_Widget_MaterialComponents_Slider 0x7f100114
+int style Base_Widget_MaterialComponents_Snackbar 0x7f100115
+int style Base_Widget_MaterialComponents_TextInputEditText 0x7f100116
+int style Base_Widget_MaterialComponents_TextInputLayout 0x7f100117
+int style Base_Widget_MaterialComponents_TextView 0x7f100118
+int style ButtonWhite 0x7f100119
+int style CardView 0x7f10011a
+int style CardView_Dark 0x7f10011b
+int style CardView_Light 0x7f10011c
+int style CustomDatePickerDialog 0x7f10011d
+int style MaterialAlertDialog_Material3 0x7f10011e
+int style MaterialAlertDialog_Material3_Animation 0x7f10011f
+int style MaterialAlertDialog_Material3_Body_Text 0x7f100120
+int style MaterialAlertDialog_Material3_Body_Text_CenterStacked 0x7f100121
+int style MaterialAlertDialog_Material3_Title_Icon 0x7f100122
+int style MaterialAlertDialog_Material3_Title_Icon_CenterStacked 0x7f100123
+int style MaterialAlertDialog_Material3_Title_Panel 0x7f100124
+int style MaterialAlertDialog_Material3_Title_Panel_CenterStacked 0x7f100125
+int style MaterialAlertDialog_Material3_Title_Text 0x7f100126
+int style MaterialAlertDialog_Material3_Title_Text_CenterStacked 0x7f100127
+int style MaterialAlertDialog_MaterialComponents 0x7f100128
+int style MaterialAlertDialog_MaterialComponents_Body_Text 0x7f100129
+int style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar 0x7f10012a
+int style MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner 0x7f10012b
+int style MaterialAlertDialog_MaterialComponents_Title_Icon 0x7f10012c
+int style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked 0x7f10012d
+int style MaterialAlertDialog_MaterialComponents_Title_Panel 0x7f10012e
+int style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked 0x7f10012f
+int style MaterialAlertDialog_MaterialComponents_Title_Text 0x7f100130
+int style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked 0x7f100131
+int style Platform_AppCompat 0x7f100132
+int style Platform_AppCompat_Light 0x7f100133
+int style Platform_MaterialComponents 0x7f100134
+int style Platform_MaterialComponents_Dialog 0x7f100135
+int style Platform_MaterialComponents_Light 0x7f100136
+int style Platform_MaterialComponents_Light_Dialog 0x7f100137
+int style Platform_ThemeOverlay_AppCompat 0x7f100138
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f100139
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f10013a
+int style Platform_V21_AppCompat 0x7f10013b
+int style Platform_V21_AppCompat_Light 0x7f10013c
+int style Platform_V25_AppCompat 0x7f10013d
+int style Platform_V25_AppCompat_Light 0x7f10013e
+int style Platform_Widget_AppCompat_Spinner 0x7f10013f
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f100140
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f100141
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f100142
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f100143
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f100144
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f100145
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f100146
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f100147
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f100148
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f100149
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f10014a
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f10014b
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f10014c
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f10014d
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f10014e
+int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f10014f
+int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f100150
+int style ShapeAppearance_M3_Comp_BottomAppBar_Container_Shape 0x7f100151
+int style ShapeAppearance_M3_Comp_FilledButton_Container_Shape 0x7f100152
+int style ShapeAppearance_M3_Comp_NavigationRail_ActiveIndicator_Shape 0x7f100153
+int style ShapeAppearance_M3_Comp_SearchBar_Avatar_Shape 0x7f100154
+int style ShapeAppearance_M3_Comp_SearchBar_Container_Shape 0x7f100155
+int style ShapeAppearance_M3_Comp_SearchView_FullScreen_Container_Shape 0x7f100156
+int style ShapeAppearance_M3_Comp_Switch_Handle_Shape 0x7f100157
+int style ShapeAppearance_M3_Comp_Switch_StateLayer_Shape 0x7f100158
+int style ShapeAppearance_M3_Comp_Switch_Track_Shape 0x7f100159
+int style ShapeAppearance_M3_Comp_TextButton_Container_Shape 0x7f10015a
+int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge 0x7f10015b
+int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall 0x7f10015c
+int style ShapeAppearance_M3_Sys_Shape_Corner_Full 0x7f10015d
+int style ShapeAppearance_M3_Sys_Shape_Corner_Large 0x7f10015e
+int style ShapeAppearance_M3_Sys_Shape_Corner_Medium 0x7f10015f
+int style ShapeAppearance_M3_Sys_Shape_Corner_None 0x7f100160
+int style ShapeAppearance_M3_Sys_Shape_Corner_Small 0x7f100161
+int style ShapeAppearance_Material3_Corner_ExtraLarge 0x7f100162
+int style ShapeAppearance_Material3_Corner_ExtraSmall 0x7f100163
+int style ShapeAppearance_Material3_Corner_Full 0x7f100164
+int style ShapeAppearance_Material3_Corner_Large 0x7f100165
+int style ShapeAppearance_Material3_Corner_Medium 0x7f100166
+int style ShapeAppearance_Material3_Corner_None 0x7f100167
+int style ShapeAppearance_Material3_Corner_Small 0x7f100168
+int style ShapeAppearance_Material3_LargeComponent 0x7f100169
+int style ShapeAppearance_Material3_MediumComponent 0x7f10016a
+int style ShapeAppearance_Material3_NavigationBarView_ActiveIndicator 0x7f10016b
+int style ShapeAppearance_Material3_SmallComponent 0x7f10016c
+int style ShapeAppearance_Material3_Tooltip 0x7f10016d
+int style ShapeAppearance_MaterialComponents 0x7f10016e
+int style ShapeAppearance_MaterialComponents_LargeComponent 0x7f10016f
+int style ShapeAppearance_MaterialComponents_MediumComponent 0x7f100170
+int style ShapeAppearance_MaterialComponents_SmallComponent 0x7f100171
+int style ShapeAppearance_MaterialComponents_Tooltip 0x7f100172
+int style ShapeAppearanceOverlay_Material3_Button 0x7f100173
+int style ShapeAppearanceOverlay_Material3_Chip 0x7f100174
+int style ShapeAppearanceOverlay_Material3_Corner_Bottom 0x7f100175
+int style ShapeAppearanceOverlay_Material3_Corner_Left 0x7f100176
+int style ShapeAppearanceOverlay_Material3_Corner_Right 0x7f100177
+int style ShapeAppearanceOverlay_Material3_Corner_Top 0x7f100178
+int style ShapeAppearanceOverlay_Material3_FloatingActionButton 0x7f100179
+int style ShapeAppearanceOverlay_Material3_NavigationView_Item 0x7f10017a
+int style ShapeAppearanceOverlay_Material3_SearchBar 0x7f10017b
+int style ShapeAppearanceOverlay_Material3_SearchView 0x7f10017c
+int style ShapeAppearanceOverlay_MaterialAlertDialog_Material3 0x7f10017d
+int style ShapeAppearanceOverlay_MaterialComponents_BottomSheet 0x7f10017e
+int style ShapeAppearanceOverlay_MaterialComponents_Chip 0x7f10017f
+int style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton 0x7f100180
+int style ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton 0x7f100181
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day 0x7f100182
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen 0x7f100183
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year 0x7f100184
+int style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox 0x7f100185
+int style SubTitle 0x7f100186
+int style TextAppearance_AppCompat 0x7f100187
+int style TextAppearance_AppCompat_Body1 0x7f100188
+int style TextAppearance_AppCompat_Body2 0x7f100189
+int style TextAppearance_AppCompat_Button 0x7f10018a
+int style TextAppearance_AppCompat_Caption 0x7f10018b
+int style TextAppearance_AppCompat_Display1 0x7f10018c
+int style TextAppearance_AppCompat_Display2 0x7f10018d
+int style TextAppearance_AppCompat_Display3 0x7f10018e
+int style TextAppearance_AppCompat_Display4 0x7f10018f
+int style TextAppearance_AppCompat_Headline 0x7f100190
+int style TextAppearance_AppCompat_Inverse 0x7f100191
+int style TextAppearance_AppCompat_Large 0x7f100192
+int style TextAppearance_AppCompat_Large_Inverse 0x7f100193
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f100194
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f100195
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f100196
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f100197
+int style TextAppearance_AppCompat_Medium 0x7f100198
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f100199
+int style TextAppearance_AppCompat_Menu 0x7f10019a
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f10019b
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f10019c
+int style TextAppearance_AppCompat_Small 0x7f10019d
+int style TextAppearance_AppCompat_Small_Inverse 0x7f10019e
+int style TextAppearance_AppCompat_Subhead 0x7f10019f
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f1001a0
+int style TextAppearance_AppCompat_Title 0x7f1001a1
+int style TextAppearance_AppCompat_Title_Inverse 0x7f1001a2
+int style TextAppearance_AppCompat_Tooltip 0x7f1001a3
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f1001a4
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f1001a5
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f1001a6
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f1001a7
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f1001a8
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f1001a9
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f1001aa
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f1001ab
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f1001ac
+int style TextAppearance_AppCompat_Widget_Button 0x7f1001ad
+int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f1001ae
+int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f1001af
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f1001b0
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f1001b1
+int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f1001b2
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f1001b3
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f1001b4
+int style TextAppearance_AppCompat_Widget_Switch 0x7f1001b5
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f1001b6
+int style TextAppearance_Compat_Notification 0x7f1001b7
+int style TextAppearance_Compat_Notification_Info 0x7f1001b8
+int style TextAppearance_Compat_Notification_Line2 0x7f1001b9
+int style TextAppearance_Compat_Notification_Time 0x7f1001ba
+int style TextAppearance_Compat_Notification_Title 0x7f1001bb
+int style TextAppearance_Design_CollapsingToolbar_Expanded 0x7f1001bc
+int style TextAppearance_Design_Counter 0x7f1001bd
+int style TextAppearance_Design_Counter_Overflow 0x7f1001be
+int style TextAppearance_Design_Error 0x7f1001bf
+int style TextAppearance_Design_HelperText 0x7f1001c0
+int style TextAppearance_Design_Hint 0x7f1001c1
+int style TextAppearance_Design_Placeholder 0x7f1001c2
+int style TextAppearance_Design_Prefix 0x7f1001c3
+int style TextAppearance_Design_Snackbar_Message 0x7f1001c4
+int style TextAppearance_Design_Suffix 0x7f1001c5
+int style TextAppearance_Design_Tab 0x7f1001c6
+int style TextAppearance_M3_Sys_Typescale_BodyLarge 0x7f1001c7
+int style TextAppearance_M3_Sys_Typescale_BodyMedium 0x7f1001c8
+int style TextAppearance_M3_Sys_Typescale_BodySmall 0x7f1001c9
+int style TextAppearance_M3_Sys_Typescale_DisplayLarge 0x7f1001ca
+int style TextAppearance_M3_Sys_Typescale_DisplayMedium 0x7f1001cb
+int style TextAppearance_M3_Sys_Typescale_DisplaySmall 0x7f1001cc
+int style TextAppearance_M3_Sys_Typescale_HeadlineLarge 0x7f1001cd
+int style TextAppearance_M3_Sys_Typescale_HeadlineMedium 0x7f1001ce
+int style TextAppearance_M3_Sys_Typescale_HeadlineSmall 0x7f1001cf
+int style TextAppearance_M3_Sys_Typescale_LabelLarge 0x7f1001d0
+int style TextAppearance_M3_Sys_Typescale_LabelMedium 0x7f1001d1
+int style TextAppearance_M3_Sys_Typescale_LabelSmall 0x7f1001d2
+int style TextAppearance_M3_Sys_Typescale_TitleLarge 0x7f1001d3
+int style TextAppearance_M3_Sys_Typescale_TitleMedium 0x7f1001d4
+int style TextAppearance_M3_Sys_Typescale_TitleSmall 0x7f1001d5
+int style TextAppearance_Material3_ActionBar_Subtitle 0x7f1001d6
+int style TextAppearance_Material3_ActionBar_Title 0x7f1001d7
+int style TextAppearance_Material3_BodyLarge 0x7f1001d8
+int style TextAppearance_Material3_BodyMedium 0x7f1001d9
+int style TextAppearance_Material3_BodySmall 0x7f1001da
+int style TextAppearance_Material3_DisplayLarge 0x7f1001db
+int style TextAppearance_Material3_DisplayMedium 0x7f1001dc
+int style TextAppearance_Material3_DisplaySmall 0x7f1001dd
+int style TextAppearance_Material3_HeadlineLarge 0x7f1001de
+int style TextAppearance_Material3_HeadlineMedium 0x7f1001df
+int style TextAppearance_Material3_HeadlineSmall 0x7f1001e0
+int style TextAppearance_Material3_LabelLarge 0x7f1001e1
+int style TextAppearance_Material3_LabelMedium 0x7f1001e2
+int style TextAppearance_Material3_LabelSmall 0x7f1001e3
+int style TextAppearance_Material3_MaterialTimePicker_Title 0x7f1001e4
+int style TextAppearance_Material3_SearchBar 0x7f1001e5
+int style TextAppearance_Material3_SearchView 0x7f1001e6
+int style TextAppearance_Material3_SearchView_Prefix 0x7f1001e7
+int style TextAppearance_Material3_TitleLarge 0x7f1001e8
+int style TextAppearance_Material3_TitleMedium 0x7f1001e9
+int style TextAppearance_Material3_TitleSmall 0x7f1001ea
+int style TextAppearance_MaterialComponents_Badge 0x7f1001eb
+int style TextAppearance_MaterialComponents_Body1 0x7f1001ec
+int style TextAppearance_MaterialComponents_Body2 0x7f1001ed
+int style TextAppearance_MaterialComponents_Button 0x7f1001ee
+int style TextAppearance_MaterialComponents_Caption 0x7f1001ef
+int style TextAppearance_MaterialComponents_Chip 0x7f1001f0
+int style TextAppearance_MaterialComponents_Headline1 0x7f1001f1
+int style TextAppearance_MaterialComponents_Headline2 0x7f1001f2
+int style TextAppearance_MaterialComponents_Headline3 0x7f1001f3
+int style TextAppearance_MaterialComponents_Headline4 0x7f1001f4
+int style TextAppearance_MaterialComponents_Headline5 0x7f1001f5
+int style TextAppearance_MaterialComponents_Headline6 0x7f1001f6
+int style TextAppearance_MaterialComponents_Overline 0x7f1001f7
+int style TextAppearance_MaterialComponents_Subtitle1 0x7f1001f8
+int style TextAppearance_MaterialComponents_Subtitle2 0x7f1001f9
+int style TextAppearance_MaterialComponents_TimePicker_Title 0x7f1001fa
+int style TextAppearance_MaterialComponents_Tooltip 0x7f1001fb
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f1001fc
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f1001fd
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f1001fe
+int style Theme_AppCompat 0x7f1001ff
+int style Theme_AppCompat_CompactMenu 0x7f100200
+int style Theme_AppCompat_DayNight 0x7f100201
+int style Theme_AppCompat_DayNight_DarkActionBar 0x7f100202
+int style Theme_AppCompat_DayNight_Dialog 0x7f100203
+int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f100204
+int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f100205
+int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f100206
+int style Theme_AppCompat_DayNight_NoActionBar 0x7f100207
+int style Theme_AppCompat_Dialog 0x7f100208
+int style Theme_AppCompat_Dialog_Alert 0x7f100209
+int style Theme_AppCompat_Dialog_MinWidth 0x7f10020a
+int style Theme_AppCompat_DialogWhenLarge 0x7f10020b
+int style Theme_AppCompat_Empty 0x7f10020c
+int style Theme_AppCompat_Light 0x7f10020d
+int style Theme_AppCompat_Light_DarkActionBar 0x7f10020e
+int style Theme_AppCompat_Light_Dialog 0x7f10020f
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f100210
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f100211
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f100212
+int style Theme_AppCompat_Light_NoActionBar 0x7f100213
+int style Theme_AppCompat_NoActionBar 0x7f100214
+int style Theme_Design 0x7f100215
+int style Theme_Design_BottomSheetDialog 0x7f100216
+int style Theme_Design_Light 0x7f100217
+int style Theme_Design_Light_BottomSheetDialog 0x7f100218
+int style Theme_Design_Light_NoActionBar 0x7f100219
+int style Theme_Design_NoActionBar 0x7f10021a
+int style Theme_Material3_Dark 0x7f10021b
+int style Theme_Material3_Dark_BottomSheetDialog 0x7f10021c
+int style Theme_Material3_Dark_Dialog 0x7f10021d
+int style Theme_Material3_Dark_Dialog_Alert 0x7f10021e
+int style Theme_Material3_Dark_Dialog_MinWidth 0x7f10021f
+int style Theme_Material3_Dark_DialogWhenLarge 0x7f100220
+int style Theme_Material3_Dark_NoActionBar 0x7f100221
+int style Theme_Material3_Dark_SideSheetDialog 0x7f100222
+int style Theme_Material3_DayNight 0x7f100223
+int style Theme_Material3_DayNight_BottomSheetDialog 0x7f100224
+int style Theme_Material3_DayNight_Dialog 0x7f100225
+int style Theme_Material3_DayNight_Dialog_Alert 0x7f100226
+int style Theme_Material3_DayNight_Dialog_MinWidth 0x7f100227
+int style Theme_Material3_DayNight_DialogWhenLarge 0x7f100228
+int style Theme_Material3_DayNight_NoActionBar 0x7f100229
+int style Theme_Material3_DayNight_SideSheetDialog 0x7f10022a
+int style Theme_Material3_DynamicColors_Dark 0x7f10022b
+int style Theme_Material3_DynamicColors_DayNight 0x7f10022c
+int style Theme_Material3_DynamicColors_Light 0x7f10022d
+int style Theme_Material3_Light 0x7f10022e
+int style Theme_Material3_Light_BottomSheetDialog 0x7f10022f
+int style Theme_Material3_Light_Dialog 0x7f100230
+int style Theme_Material3_Light_Dialog_Alert 0x7f100231
+int style Theme_Material3_Light_Dialog_MinWidth 0x7f100232
+int style Theme_Material3_Light_DialogWhenLarge 0x7f100233
+int style Theme_Material3_Light_NoActionBar 0x7f100234
+int style Theme_Material3_Light_SideSheetDialog 0x7f100235
+int style Theme_MaterialComponents 0x7f100236
+int style Theme_MaterialComponents_BottomSheetDialog 0x7f100237
+int style Theme_MaterialComponents_Bridge 0x7f100238
+int style Theme_MaterialComponents_CompactMenu 0x7f100239
+int style Theme_MaterialComponents_DayNight 0x7f10023a
+int style Theme_MaterialComponents_DayNight_BottomSheetDialog 0x7f10023b
+int style Theme_MaterialComponents_DayNight_Bridge 0x7f10023c
+int style Theme_MaterialComponents_DayNight_DarkActionBar 0x7f10023d
+int style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge 0x7f10023e
+int style Theme_MaterialComponents_DayNight_Dialog 0x7f10023f
+int style Theme_MaterialComponents_DayNight_Dialog_Alert 0x7f100240
+int style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge 0x7f100241
+int style Theme_MaterialComponents_DayNight_Dialog_Bridge 0x7f100242
+int style Theme_MaterialComponents_DayNight_Dialog_FixedSize 0x7f100243
+int style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge 0x7f100244
+int style Theme_MaterialComponents_DayNight_Dialog_MinWidth 0x7f100245
+int style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge 0x7f100246
+int style Theme_MaterialComponents_DayNight_DialogWhenLarge 0x7f100247
+int style Theme_MaterialComponents_DayNight_NoActionBar 0x7f100248
+int style Theme_MaterialComponents_DayNight_NoActionBar_Bridge 0x7f100249
+int style Theme_MaterialComponents_Dialog 0x7f10024a
+int style Theme_MaterialComponents_Dialog_Alert 0x7f10024b
+int style Theme_MaterialComponents_Dialog_Alert_Bridge 0x7f10024c
+int style Theme_MaterialComponents_Dialog_Bridge 0x7f10024d
+int style Theme_MaterialComponents_Dialog_FixedSize 0x7f10024e
+int style Theme_MaterialComponents_Dialog_FixedSize_Bridge 0x7f10024f
+int style Theme_MaterialComponents_Dialog_MinWidth 0x7f100250
+int style Theme_MaterialComponents_Dialog_MinWidth_Bridge 0x7f100251
+int style Theme_MaterialComponents_DialogWhenLarge 0x7f100252
+int style Theme_MaterialComponents_Light 0x7f100253
+int style Theme_MaterialComponents_Light_BottomSheetDialog 0x7f100254
+int style Theme_MaterialComponents_Light_Bridge 0x7f100255
+int style Theme_MaterialComponents_Light_DarkActionBar 0x7f100256
+int style Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f100257
+int style Theme_MaterialComponents_Light_Dialog 0x7f100258
+int style Theme_MaterialComponents_Light_Dialog_Alert 0x7f100259
+int style Theme_MaterialComponents_Light_Dialog_Alert_Bridge 0x7f10025a
+int style Theme_MaterialComponents_Light_Dialog_Bridge 0x7f10025b
+int style Theme_MaterialComponents_Light_Dialog_FixedSize 0x7f10025c
+int style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge 0x7f10025d
+int style Theme_MaterialComponents_Light_Dialog_MinWidth 0x7f10025e
+int style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge 0x7f10025f
+int style Theme_MaterialComponents_Light_DialogWhenLarge 0x7f100260
+int style Theme_MaterialComponents_Light_NoActionBar 0x7f100261
+int style Theme_MaterialComponents_Light_NoActionBar_Bridge 0x7f100262
+int style Theme_MaterialComponents_NoActionBar 0x7f100263
+int style Theme_MaterialComponents_NoActionBar_Bridge 0x7f100264
+int style Theme_NewRevive 0x7f100265
+int style ThemeOverlay_AppCompat 0x7f100266
+int style ThemeOverlay_AppCompat_ActionBar 0x7f100267
+int style ThemeOverlay_AppCompat_Dark 0x7f100268
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f100269
+int style ThemeOverlay_AppCompat_DayNight 0x7f10026a
+int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x7f10026b
+int style ThemeOverlay_AppCompat_Dialog 0x7f10026c
+int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f10026d
+int style ThemeOverlay_AppCompat_Light 0x7f10026e
+int style ThemeOverlay_Design_TextInputEditText 0x7f10026f
+int style ThemeOverlay_Material3 0x7f100270
+int style ThemeOverlay_Material3_ActionBar 0x7f100271
+int style ThemeOverlay_Material3_AutoCompleteTextView 0x7f100272
+int style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox 0x7f100273
+int style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox_Dense 0x7f100274
+int style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox 0x7f100275
+int style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox_Dense 0x7f100276
+int style ThemeOverlay_Material3_BottomAppBar 0x7f100277
+int style ThemeOverlay_Material3_BottomAppBar_Legacy 0x7f100278
+int style ThemeOverlay_Material3_BottomSheetDialog 0x7f100279
+int style ThemeOverlay_Material3_Button 0x7f10027a
+int style ThemeOverlay_Material3_Button_ElevatedButton 0x7f10027b
+int style ThemeOverlay_Material3_Button_IconButton 0x7f10027c
+int style ThemeOverlay_Material3_Button_IconButton_Filled 0x7f10027d
+int style ThemeOverlay_Material3_Button_IconButton_Filled_Tonal 0x7f10027e
+int style ThemeOverlay_Material3_Button_TextButton 0x7f10027f
+int style ThemeOverlay_Material3_Button_TextButton_Snackbar 0x7f100280
+int style ThemeOverlay_Material3_Button_TonalButton 0x7f100281
+int style ThemeOverlay_Material3_Chip 0x7f100282
+int style ThemeOverlay_Material3_Chip_Assist 0x7f100283
+int style ThemeOverlay_Material3_Dark 0x7f100284
+int style ThemeOverlay_Material3_Dark_ActionBar 0x7f100285
+int style ThemeOverlay_Material3_DayNight_BottomSheetDialog 0x7f100286
+int style ThemeOverlay_Material3_DayNight_SideSheetDialog 0x7f100287
+int style ThemeOverlay_Material3_Dialog 0x7f100288
+int style ThemeOverlay_Material3_Dialog_Alert 0x7f100289
+int style ThemeOverlay_Material3_Dialog_Alert_Framework 0x7f10028a
+int style ThemeOverlay_Material3_DynamicColors_Dark 0x7f10028b
+int style ThemeOverlay_Material3_DynamicColors_DayNight 0x7f10028c
+int style ThemeOverlay_Material3_DynamicColors_Light 0x7f10028d
+int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Primary 0x7f10028e
+int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Secondary 0x7f10028f
+int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Surface 0x7f100290
+int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Tertiary 0x7f100291
+int style ThemeOverlay_Material3_FloatingActionButton_Primary 0x7f100292
+int style ThemeOverlay_Material3_FloatingActionButton_Secondary 0x7f100293
+int style ThemeOverlay_Material3_FloatingActionButton_Surface 0x7f100294
+int style ThemeOverlay_Material3_FloatingActionButton_Tertiary 0x7f100295
+int style ThemeOverlay_Material3_HarmonizedColors 0x7f100296
+int style ThemeOverlay_Material3_HarmonizedColors_Empty 0x7f100297
+int style ThemeOverlay_Material3_Light 0x7f100298
+int style ThemeOverlay_Material3_Light_Dialog_Alert_Framework 0x7f100299
+int style ThemeOverlay_Material3_MaterialAlertDialog 0x7f10029a
+int style ThemeOverlay_Material3_MaterialAlertDialog_Centered 0x7f10029b
+int style ThemeOverlay_Material3_MaterialCalendar 0x7f10029c
+int style ThemeOverlay_Material3_MaterialCalendar_Fullscreen 0x7f10029d
+int style ThemeOverlay_Material3_MaterialCalendar_HeaderCancelButton 0x7f10029e
+int style ThemeOverlay_Material3_MaterialTimePicker 0x7f10029f
+int style ThemeOverlay_Material3_MaterialTimePicker_Display_TextInputEditText 0x7f1002a0
+int style ThemeOverlay_Material3_NavigationView 0x7f1002a1
+int style ThemeOverlay_Material3_PersonalizedColors 0x7f1002a2
+int style ThemeOverlay_Material3_Search 0x7f1002a3
+int style ThemeOverlay_Material3_SideSheetDialog 0x7f1002a4
+int style ThemeOverlay_Material3_Snackbar 0x7f1002a5
+int style ThemeOverlay_Material3_TextInputEditText 0x7f1002a6
+int style ThemeOverlay_Material3_TextInputEditText_FilledBox 0x7f1002a7
+int style ThemeOverlay_Material3_TextInputEditText_FilledBox_Dense 0x7f1002a8
+int style ThemeOverlay_Material3_TextInputEditText_OutlinedBox 0x7f1002a9
+int style ThemeOverlay_Material3_TextInputEditText_OutlinedBox_Dense 0x7f1002aa
+int style ThemeOverlay_Material3_Toolbar_Surface 0x7f1002ab
+int style ThemeOverlay_MaterialAlertDialog_Material3_Title_Icon 0x7f1002ac
+int style ThemeOverlay_MaterialComponents 0x7f1002ad
+int style ThemeOverlay_MaterialComponents_ActionBar 0x7f1002ae
+int style ThemeOverlay_MaterialComponents_ActionBar_Primary 0x7f1002af
+int style ThemeOverlay_MaterialComponents_ActionBar_Surface 0x7f1002b0
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView 0x7f1002b1
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox 0x7f1002b2
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x7f1002b3
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x7f1002b4
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x7f1002b5
+int style ThemeOverlay_MaterialComponents_BottomAppBar_Primary 0x7f1002b6
+int style ThemeOverlay_MaterialComponents_BottomAppBar_Surface 0x7f1002b7
+int style ThemeOverlay_MaterialComponents_BottomSheetDialog 0x7f1002b8
+int style ThemeOverlay_MaterialComponents_Dark 0x7f1002b9
+int style ThemeOverlay_MaterialComponents_Dark_ActionBar 0x7f1002ba
+int style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog 0x7f1002bb
+int style ThemeOverlay_MaterialComponents_Dialog 0x7f1002bc
+int style ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f1002bd
+int style ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x7f1002be
+int style ThemeOverlay_MaterialComponents_Light 0x7f1002bf
+int style ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x7f1002c0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f1002c1
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered 0x7f1002c2
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date 0x7f1002c3
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar 0x7f1002c4
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text 0x7f1002c5
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day 0x7f1002c6
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner 0x7f1002c7
+int style ThemeOverlay_MaterialComponents_MaterialCalendar 0x7f1002c8
+int style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen 0x7f1002c9
+int style ThemeOverlay_MaterialComponents_TextInputEditText 0x7f1002ca
+int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox 0x7f1002cb
+int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense 0x7f1002cc
+int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox 0x7f1002cd
+int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x7f1002ce
+int style ThemeOverlay_MaterialComponents_TimePicker 0x7f1002cf
+int style ThemeOverlay_MaterialComponents_TimePicker_Display 0x7f1002d0
+int style ThemeOverlay_MaterialComponents_TimePicker_Display_TextInputEditText 0x7f1002d1
+int style ThemeOverlay_MaterialComponents_Toolbar_Popup_Primary 0x7f1002d2
+int style ThemeOverlay_MaterialComponents_Toolbar_Primary 0x7f1002d3
+int style ThemeOverlay_MaterialComponents_Toolbar_Surface 0x7f1002d4
+int style Widget_AppCompat_ActionBar 0x7f1002d5
+int style Widget_AppCompat_ActionBar_Solid 0x7f1002d6
+int style Widget_AppCompat_ActionBar_TabBar 0x7f1002d7
+int style Widget_AppCompat_ActionBar_TabText 0x7f1002d8
+int style Widget_AppCompat_ActionBar_TabView 0x7f1002d9
+int style Widget_AppCompat_ActionButton 0x7f1002da
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f1002db
+int style Widget_AppCompat_ActionButton_Overflow 0x7f1002dc
+int style Widget_AppCompat_ActionMode 0x7f1002dd
+int style Widget_AppCompat_ActivityChooserView 0x7f1002de
+int style Widget_AppCompat_AutoCompleteTextView 0x7f1002df
+int style Widget_AppCompat_Button 0x7f1002e0
+int style Widget_AppCompat_Button_Borderless 0x7f1002e1
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f1002e2
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f1002e3
+int style Widget_AppCompat_Button_Colored 0x7f1002e4
+int style Widget_AppCompat_Button_Small 0x7f1002e5
+int style Widget_AppCompat_ButtonBar 0x7f1002e6
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f1002e7
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f1002e8
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f1002e9
+int style Widget_AppCompat_CompoundButton_Switch 0x7f1002ea
+int style Widget_AppCompat_DrawerArrowToggle 0x7f1002eb
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f1002ec
+int style Widget_AppCompat_EditText 0x7f1002ed
+int style Widget_AppCompat_ImageButton 0x7f1002ee
+int style Widget_AppCompat_Light_ActionBar 0x7f1002ef
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f1002f0
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f1002f1
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f1002f2
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f1002f3
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f1002f4
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f1002f5
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f1002f6
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f1002f7
+int style Widget_AppCompat_Light_ActionButton 0x7f1002f8
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f1002f9
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f1002fa
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f1002fb
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f1002fc
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f1002fd
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f1002fe
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f1002ff
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f100300
+int style Widget_AppCompat_Light_PopupMenu 0x7f100301
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f100302
+int style Widget_AppCompat_Light_SearchView 0x7f100303
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f100304
+int style Widget_AppCompat_ListMenuView 0x7f100305
+int style Widget_AppCompat_ListPopupWindow 0x7f100306
+int style Widget_AppCompat_ListView 0x7f100307
+int style Widget_AppCompat_ListView_DropDown 0x7f100308
+int style Widget_AppCompat_ListView_Menu 0x7f100309
+int style Widget_AppCompat_PopupMenu 0x7f10030a
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f10030b
+int style Widget_AppCompat_PopupWindow 0x7f10030c
+int style Widget_AppCompat_ProgressBar 0x7f10030d
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f10030e
+int style Widget_AppCompat_RatingBar 0x7f10030f
+int style Widget_AppCompat_RatingBar_Indicator 0x7f100310
+int style Widget_AppCompat_RatingBar_Small 0x7f100311
+int style Widget_AppCompat_SearchView 0x7f100312
+int style Widget_AppCompat_SearchView_ActionBar 0x7f100313
+int style Widget_AppCompat_SeekBar 0x7f100314
+int style Widget_AppCompat_SeekBar_Discrete 0x7f100315
+int style Widget_AppCompat_Spinner 0x7f100316
+int style Widget_AppCompat_Spinner_DropDown 0x7f100317
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f100318
+int style Widget_AppCompat_Spinner_Underlined 0x7f100319
+int style Widget_AppCompat_TextView 0x7f10031a
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f10031b
+int style Widget_AppCompat_Toolbar 0x7f10031c
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f10031d
+int style Widget_Compat_NotificationActionContainer 0x7f10031e
+int style Widget_Compat_NotificationActionText 0x7f10031f
+int style Widget_Design_AppBarLayout 0x7f100320
+int style Widget_Design_BottomNavigationView 0x7f100321
+int style Widget_Design_BottomSheet_Modal 0x7f100322
+int style Widget_Design_CollapsingToolbar 0x7f100323
+int style Widget_Design_FloatingActionButton 0x7f100324
+int style Widget_Design_NavigationView 0x7f100325
+int style Widget_Design_ScrimInsetsFrameLayout 0x7f100326
+int style Widget_Design_Snackbar 0x7f100327
+int style Widget_Design_TabLayout 0x7f100328
+int style Widget_Design_TextInputEditText 0x7f100329
+int style Widget_Design_TextInputLayout 0x7f10032a
+int style Widget_Material3_ActionBar_Solid 0x7f10032b
+int style Widget_Material3_ActionMode 0x7f10032c
+int style Widget_Material3_AppBarLayout 0x7f10032d
+int style Widget_Material3_AutoCompleteTextView_FilledBox 0x7f10032e
+int style Widget_Material3_AutoCompleteTextView_FilledBox_Dense 0x7f10032f
+int style Widget_Material3_AutoCompleteTextView_OutlinedBox 0x7f100330
+int style Widget_Material3_AutoCompleteTextView_OutlinedBox_Dense 0x7f100331
+int style Widget_Material3_Badge 0x7f100332
+int style Widget_Material3_BottomAppBar 0x7f100333
+int style Widget_Material3_BottomAppBar_Button_Navigation 0x7f100334
+int style Widget_Material3_BottomAppBar_Legacy 0x7f100335
+int style Widget_Material3_BottomNavigationView 0x7f100336
+int style Widget_Material3_BottomNavigationView_ActiveIndicator 0x7f100337
+int style Widget_Material3_BottomSheet 0x7f100338
+int style Widget_Material3_BottomSheet_DragHandle 0x7f100339
+int style Widget_Material3_BottomSheet_Modal 0x7f10033a
+int style Widget_Material3_Button 0x7f10033b
+int style Widget_Material3_Button_ElevatedButton 0x7f10033c
+int style Widget_Material3_Button_ElevatedButton_Icon 0x7f10033d
+int style Widget_Material3_Button_Icon 0x7f10033e
+int style Widget_Material3_Button_IconButton 0x7f10033f
+int style Widget_Material3_Button_IconButton_Filled 0x7f100340
+int style Widget_Material3_Button_IconButton_Filled_Tonal 0x7f100341
+int style Widget_Material3_Button_IconButton_Outlined 0x7f100342
+int style Widget_Material3_Button_OutlinedButton 0x7f100343
+int style Widget_Material3_Button_OutlinedButton_Icon 0x7f100344
+int style Widget_Material3_Button_TextButton 0x7f100345
+int style Widget_Material3_Button_TextButton_Dialog 0x7f100346
+int style Widget_Material3_Button_TextButton_Dialog_Flush 0x7f100347
+int style Widget_Material3_Button_TextButton_Dialog_Icon 0x7f100348
+int style Widget_Material3_Button_TextButton_Icon 0x7f100349
+int style Widget_Material3_Button_TextButton_Snackbar 0x7f10034a
+int style Widget_Material3_Button_TonalButton 0x7f10034b
+int style Widget_Material3_Button_TonalButton_Icon 0x7f10034c
+int style Widget_Material3_Button_UnelevatedButton 0x7f10034d
+int style Widget_Material3_CardView_Elevated 0x7f10034e
+int style Widget_Material3_CardView_Filled 0x7f10034f
+int style Widget_Material3_CardView_Outlined 0x7f100350
+int style Widget_Material3_CheckedTextView 0x7f100351
+int style Widget_Material3_Chip_Assist 0x7f100352
+int style Widget_Material3_Chip_Assist_Elevated 0x7f100353
+int style Widget_Material3_Chip_Filter 0x7f100354
+int style Widget_Material3_Chip_Filter_Elevated 0x7f100355
+int style Widget_Material3_Chip_Input 0x7f100356
+int style Widget_Material3_Chip_Input_Elevated 0x7f100357
+int style Widget_Material3_Chip_Input_Icon 0x7f100358
+int style Widget_Material3_Chip_Input_Icon_Elevated 0x7f100359
+int style Widget_Material3_Chip_Suggestion 0x7f10035a
+int style Widget_Material3_Chip_Suggestion_Elevated 0x7f10035b
+int style Widget_Material3_ChipGroup 0x7f10035c
+int style Widget_Material3_CircularProgressIndicator 0x7f10035d
+int style Widget_Material3_CircularProgressIndicator_ExtraSmall 0x7f10035e
+int style Widget_Material3_CircularProgressIndicator_Medium 0x7f10035f
+int style Widget_Material3_CircularProgressIndicator_Small 0x7f100360
+int style Widget_Material3_CollapsingToolbar 0x7f100361
+int style Widget_Material3_CollapsingToolbar_Large 0x7f100362
+int style Widget_Material3_CollapsingToolbar_Medium 0x7f100363
+int style Widget_Material3_CompoundButton_CheckBox 0x7f100364
+int style Widget_Material3_CompoundButton_MaterialSwitch 0x7f100365
+int style Widget_Material3_CompoundButton_RadioButton 0x7f100366
+int style Widget_Material3_CompoundButton_Switch 0x7f100367
+int style Widget_Material3_DrawerLayout 0x7f100368
+int style Widget_Material3_ExtendedFloatingActionButton_Icon_Primary 0x7f100369
+int style Widget_Material3_ExtendedFloatingActionButton_Icon_Secondary 0x7f10036a
+int style Widget_Material3_ExtendedFloatingActionButton_Icon_Surface 0x7f10036b
+int style Widget_Material3_ExtendedFloatingActionButton_Icon_Tertiary 0x7f10036c
+int style Widget_Material3_ExtendedFloatingActionButton_Primary 0x7f10036d
+int style Widget_Material3_ExtendedFloatingActionButton_Secondary 0x7f10036e
+int style Widget_Material3_ExtendedFloatingActionButton_Surface 0x7f10036f
+int style Widget_Material3_ExtendedFloatingActionButton_Tertiary 0x7f100370
+int style Widget_Material3_FloatingActionButton_Large_Primary 0x7f100371
+int style Widget_Material3_FloatingActionButton_Large_Secondary 0x7f100372
+int style Widget_Material3_FloatingActionButton_Large_Surface 0x7f100373
+int style Widget_Material3_FloatingActionButton_Large_Tertiary 0x7f100374
+int style Widget_Material3_FloatingActionButton_Primary 0x7f100375
+int style Widget_Material3_FloatingActionButton_Secondary 0x7f100376
+int style Widget_Material3_FloatingActionButton_Small_Primary 0x7f100377
+int style Widget_Material3_FloatingActionButton_Small_Secondary 0x7f100378
+int style Widget_Material3_FloatingActionButton_Small_Surface 0x7f100379
+int style Widget_Material3_FloatingActionButton_Small_Tertiary 0x7f10037a
+int style Widget_Material3_FloatingActionButton_Surface 0x7f10037b
+int style Widget_Material3_FloatingActionButton_Tertiary 0x7f10037c
+int style Widget_Material3_Light_ActionBar_Solid 0x7f10037d
+int style Widget_Material3_LinearProgressIndicator 0x7f10037e
+int style Widget_Material3_MaterialButtonToggleGroup 0x7f10037f
+int style Widget_Material3_MaterialCalendar 0x7f100380
+int style Widget_Material3_MaterialCalendar_Day 0x7f100381
+int style Widget_Material3_MaterialCalendar_Day_Invalid 0x7f100382
+int style Widget_Material3_MaterialCalendar_Day_Selected 0x7f100383
+int style Widget_Material3_MaterialCalendar_Day_Today 0x7f100384
+int style Widget_Material3_MaterialCalendar_DayOfWeekLabel 0x7f100385
+int style Widget_Material3_MaterialCalendar_DayTextView 0x7f100386
+int style Widget_Material3_MaterialCalendar_Fullscreen 0x7f100387
+int style Widget_Material3_MaterialCalendar_HeaderCancelButton 0x7f100388
+int style Widget_Material3_MaterialCalendar_HeaderDivider 0x7f100389
+int style Widget_Material3_MaterialCalendar_HeaderLayout 0x7f10038a
+int style Widget_Material3_MaterialCalendar_HeaderLayout_Fullscreen 0x7f10038b
+int style Widget_Material3_MaterialCalendar_HeaderSelection 0x7f10038c
+int style Widget_Material3_MaterialCalendar_HeaderSelection_Fullscreen 0x7f10038d
+int style Widget_Material3_MaterialCalendar_HeaderTitle 0x7f10038e
+int style Widget_Material3_MaterialCalendar_HeaderToggleButton 0x7f10038f
+int style Widget_Material3_MaterialCalendar_Item 0x7f100390
+int style Widget_Material3_MaterialCalendar_MonthNavigationButton 0x7f100391
+int style Widget_Material3_MaterialCalendar_MonthTextView 0x7f100392
+int style Widget_Material3_MaterialCalendar_Year 0x7f100393
+int style Widget_Material3_MaterialCalendar_Year_Selected 0x7f100394
+int style Widget_Material3_MaterialCalendar_Year_Today 0x7f100395
+int style Widget_Material3_MaterialCalendar_YearNavigationButton 0x7f100396
+int style Widget_Material3_MaterialDivider 0x7f100397
+int style Widget_Material3_MaterialDivider_Heavy 0x7f100398
+int style Widget_Material3_MaterialTimePicker 0x7f100399
+int style Widget_Material3_MaterialTimePicker_Button 0x7f10039a
+int style Widget_Material3_MaterialTimePicker_Clock 0x7f10039b
+int style Widget_Material3_MaterialTimePicker_Display 0x7f10039c
+int style Widget_Material3_MaterialTimePicker_Display_Divider 0x7f10039d
+int style Widget_Material3_MaterialTimePicker_Display_HelperText 0x7f10039e
+int style Widget_Material3_MaterialTimePicker_Display_TextInputEditText 0x7f10039f
+int style Widget_Material3_MaterialTimePicker_Display_TextInputLayout 0x7f1003a0
+int style Widget_Material3_MaterialTimePicker_ImageButton 0x7f1003a1
+int style Widget_Material3_NavigationRailView 0x7f1003a2
+int style Widget_Material3_NavigationRailView_ActiveIndicator 0x7f1003a3
+int style Widget_Material3_NavigationView 0x7f1003a4
+int style Widget_Material3_PopupMenu 0x7f1003a5
+int style Widget_Material3_PopupMenu_ContextMenu 0x7f1003a6
+int style Widget_Material3_PopupMenu_ListPopupWindow 0x7f1003a7
+int style Widget_Material3_PopupMenu_Overflow 0x7f1003a8
+int style Widget_Material3_Search_ActionButton_Overflow 0x7f1003a9
+int style Widget_Material3_Search_Toolbar_Button_Navigation 0x7f1003aa
+int style Widget_Material3_SearchBar 0x7f1003ab
+int style Widget_Material3_SearchBar_Outlined 0x7f1003ac
+int style Widget_Material3_SearchView 0x7f1003ad
+int style Widget_Material3_SearchView_Prefix 0x7f1003ae
+int style Widget_Material3_SearchView_Toolbar 0x7f1003af
+int style Widget_Material3_SideSheet 0x7f1003b0
+int style Widget_Material3_SideSheet_Modal 0x7f1003b1
+int style Widget_Material3_Slider 0x7f1003b2
+int style Widget_Material3_Slider_Label 0x7f1003b3
+int style Widget_Material3_Snackbar 0x7f1003b4
+int style Widget_Material3_Snackbar_FullWidth 0x7f1003b5
+int style Widget_Material3_Snackbar_TextView 0x7f1003b6
+int style Widget_Material3_TabLayout 0x7f1003b7
+int style Widget_Material3_TabLayout_OnSurface 0x7f1003b8
+int style Widget_Material3_TabLayout_Secondary 0x7f1003b9
+int style Widget_Material3_TextInputEditText_FilledBox 0x7f1003ba
+int style Widget_Material3_TextInputEditText_FilledBox_Dense 0x7f1003bb
+int style Widget_Material3_TextInputEditText_OutlinedBox 0x7f1003bc
+int style Widget_Material3_TextInputEditText_OutlinedBox_Dense 0x7f1003bd
+int style Widget_Material3_TextInputLayout_FilledBox 0x7f1003be
+int style Widget_Material3_TextInputLayout_FilledBox_Dense 0x7f1003bf
+int style Widget_Material3_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x7f1003c0
+int style Widget_Material3_TextInputLayout_FilledBox_ExposedDropdownMenu 0x7f1003c1
+int style Widget_Material3_TextInputLayout_OutlinedBox 0x7f1003c2
+int style Widget_Material3_TextInputLayout_OutlinedBox_Dense 0x7f1003c3
+int style Widget_Material3_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x7f1003c4
+int style Widget_Material3_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x7f1003c5
+int style Widget_Material3_Toolbar 0x7f1003c6
+int style Widget_Material3_Toolbar_OnSurface 0x7f1003c7
+int style Widget_Material3_Toolbar_Surface 0x7f1003c8
+int style Widget_Material3_Tooltip 0x7f1003c9
+int style Widget_MaterialComponents_ActionBar_Primary 0x7f1003ca
+int style Widget_MaterialComponents_ActionBar_PrimarySurface 0x7f1003cb
+int style Widget_MaterialComponents_ActionBar_Solid 0x7f1003cc
+int style Widget_MaterialComponents_ActionBar_Surface 0x7f1003cd
+int style Widget_MaterialComponents_ActionMode 0x7f1003ce
+int style Widget_MaterialComponents_AppBarLayout_Primary 0x7f1003cf
+int style Widget_MaterialComponents_AppBarLayout_PrimarySurface 0x7f1003d0
+int style Widget_MaterialComponents_AppBarLayout_Surface 0x7f1003d1
+int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox 0x7f1003d2
+int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x7f1003d3
+int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x7f1003d4
+int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x7f1003d5
+int style Widget_MaterialComponents_Badge 0x7f1003d6
+int style Widget_MaterialComponents_BottomAppBar 0x7f1003d7
+int style Widget_MaterialComponents_BottomAppBar_Colored 0x7f1003d8
+int style Widget_MaterialComponents_BottomAppBar_PrimarySurface 0x7f1003d9
+int style Widget_MaterialComponents_BottomNavigationView 0x7f1003da
+int style Widget_MaterialComponents_BottomNavigationView_Colored 0x7f1003db
+int style Widget_MaterialComponents_BottomNavigationView_PrimarySurface 0x7f1003dc
+int style Widget_MaterialComponents_BottomSheet 0x7f1003dd
+int style Widget_MaterialComponents_BottomSheet_Modal 0x7f1003de
+int style Widget_MaterialComponents_Button 0x7f1003df
+int style Widget_MaterialComponents_Button_Icon 0x7f1003e0
+int style Widget_MaterialComponents_Button_OutlinedButton 0x7f1003e1
+int style Widget_MaterialComponents_Button_OutlinedButton_Icon 0x7f1003e2
+int style Widget_MaterialComponents_Button_TextButton 0x7f1003e3
+int style Widget_MaterialComponents_Button_TextButton_Dialog 0x7f1003e4
+int style Widget_MaterialComponents_Button_TextButton_Dialog_Flush 0x7f1003e5
+int style Widget_MaterialComponents_Button_TextButton_Dialog_Icon 0x7f1003e6
+int style Widget_MaterialComponents_Button_TextButton_Icon 0x7f1003e7
+int style Widget_MaterialComponents_Button_TextButton_Snackbar 0x7f1003e8
+int style Widget_MaterialComponents_Button_UnelevatedButton 0x7f1003e9
+int style Widget_MaterialComponents_Button_UnelevatedButton_Icon 0x7f1003ea
+int style Widget_MaterialComponents_CardView 0x7f1003eb
+int style Widget_MaterialComponents_CheckedTextView 0x7f1003ec
+int style Widget_MaterialComponents_Chip_Action 0x7f1003ed
+int style Widget_MaterialComponents_Chip_Choice 0x7f1003ee
+int style Widget_MaterialComponents_Chip_Entry 0x7f1003ef
+int style Widget_MaterialComponents_Chip_Filter 0x7f1003f0
+int style Widget_MaterialComponents_ChipGroup 0x7f1003f1
+int style Widget_MaterialComponents_CircularProgressIndicator 0x7f1003f2
+int style Widget_MaterialComponents_CircularProgressIndicator_ExtraSmall 0x7f1003f3
+int style Widget_MaterialComponents_CircularProgressIndicator_Medium 0x7f1003f4
+int style Widget_MaterialComponents_CircularProgressIndicator_Small 0x7f1003f5
+int style Widget_MaterialComponents_CollapsingToolbar 0x7f1003f6
+int style Widget_MaterialComponents_CompoundButton_CheckBox 0x7f1003f7
+int style Widget_MaterialComponents_CompoundButton_RadioButton 0x7f1003f8
+int style Widget_MaterialComponents_CompoundButton_Switch 0x7f1003f9
+int style Widget_MaterialComponents_ExtendedFloatingActionButton 0x7f1003fa
+int style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon 0x7f1003fb
+int style Widget_MaterialComponents_FloatingActionButton 0x7f1003fc
+int style Widget_MaterialComponents_Light_ActionBar_Solid 0x7f1003fd
+int style Widget_MaterialComponents_LinearProgressIndicator 0x7f1003fe
+int style Widget_MaterialComponents_MaterialButtonToggleGroup 0x7f1003ff
+int style Widget_MaterialComponents_MaterialCalendar 0x7f100400
+int style Widget_MaterialComponents_MaterialCalendar_Day 0x7f100401
+int style Widget_MaterialComponents_MaterialCalendar_Day_Invalid 0x7f100402
+int style Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x7f100403
+int style Widget_MaterialComponents_MaterialCalendar_Day_Today 0x7f100404
+int style Widget_MaterialComponents_MaterialCalendar_DayOfWeekLabel 0x7f100405
+int style Widget_MaterialComponents_MaterialCalendar_DayTextView 0x7f100406
+int style Widget_MaterialComponents_MaterialCalendar_Fullscreen 0x7f100407
+int style Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton 0x7f100408
+int style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton 0x7f100409
+int style Widget_MaterialComponents_MaterialCalendar_HeaderDivider 0x7f10040a
+int style Widget_MaterialComponents_MaterialCalendar_HeaderLayout 0x7f10040b
+int style Widget_MaterialComponents_MaterialCalendar_HeaderLayout_Fullscreen 0x7f10040c
+int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection 0x7f10040d
+int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen 0x7f10040e
+int style Widget_MaterialComponents_MaterialCalendar_HeaderTitle 0x7f10040f
+int style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x7f100410
+int style Widget_MaterialComponents_MaterialCalendar_Item 0x7f100411
+int style Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton 0x7f100412
+int style Widget_MaterialComponents_MaterialCalendar_MonthTextView 0x7f100413
+int style Widget_MaterialComponents_MaterialCalendar_Year 0x7f100414
+int style Widget_MaterialComponents_MaterialCalendar_Year_Selected 0x7f100415
+int style Widget_MaterialComponents_MaterialCalendar_Year_Today 0x7f100416
+int style Widget_MaterialComponents_MaterialCalendar_YearNavigationButton 0x7f100417
+int style Widget_MaterialComponents_MaterialDivider 0x7f100418
+int style Widget_MaterialComponents_NavigationRailView 0x7f100419
+int style Widget_MaterialComponents_NavigationRailView_Colored 0x7f10041a
+int style Widget_MaterialComponents_NavigationRailView_Colored_Compact 0x7f10041b
+int style Widget_MaterialComponents_NavigationRailView_Compact 0x7f10041c
+int style Widget_MaterialComponents_NavigationRailView_PrimarySurface 0x7f10041d
+int style Widget_MaterialComponents_NavigationView 0x7f10041e
+int style Widget_MaterialComponents_PopupMenu 0x7f10041f
+int style Widget_MaterialComponents_PopupMenu_ContextMenu 0x7f100420
+int style Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x7f100421
+int style Widget_MaterialComponents_PopupMenu_Overflow 0x7f100422
+int style Widget_MaterialComponents_ProgressIndicator 0x7f100423
+int style Widget_MaterialComponents_ShapeableImageView 0x7f100424
+int style Widget_MaterialComponents_Slider 0x7f100425
+int style Widget_MaterialComponents_Snackbar 0x7f100426
+int style Widget_MaterialComponents_Snackbar_FullWidth 0x7f100427
+int style Widget_MaterialComponents_Snackbar_TextView 0x7f100428
+int style Widget_MaterialComponents_TabLayout 0x7f100429
+int style Widget_MaterialComponents_TabLayout_Colored 0x7f10042a
+int style Widget_MaterialComponents_TabLayout_PrimarySurface 0x7f10042b
+int style Widget_MaterialComponents_TextInputEditText_FilledBox 0x7f10042c
+int style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense 0x7f10042d
+int style Widget_MaterialComponents_TextInputEditText_OutlinedBox 0x7f10042e
+int style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x7f10042f
+int style Widget_MaterialComponents_TextInputLayout_FilledBox 0x7f100430
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense 0x7f100431
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x7f100432
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu 0x7f100433
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox 0x7f100434
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense 0x7f100435
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x7f100436
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x7f100437
+int style Widget_MaterialComponents_TextView 0x7f100438
+int style Widget_MaterialComponents_TimePicker 0x7f100439
+int style Widget_MaterialComponents_TimePicker_Button 0x7f10043a
+int style Widget_MaterialComponents_TimePicker_Clock 0x7f10043b
+int style Widget_MaterialComponents_TimePicker_Display 0x7f10043c
+int style Widget_MaterialComponents_TimePicker_Display_Divider 0x7f10043d
+int style Widget_MaterialComponents_TimePicker_Display_HelperText 0x7f10043e
+int style Widget_MaterialComponents_TimePicker_Display_TextInputEditText 0x7f10043f
+int style Widget_MaterialComponents_TimePicker_Display_TextInputLayout 0x7f100440
+int style Widget_MaterialComponents_TimePicker_ImageButton 0x7f100441
+int style Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance 0x7f100442
+int style Widget_MaterialComponents_Toolbar 0x7f100443
+int style Widget_MaterialComponents_Toolbar_Primary 0x7f100444
+int style Widget_MaterialComponents_Toolbar_PrimarySurface 0x7f100445
+int style Widget_MaterialComponents_Toolbar_Surface 0x7f100446
+int style Widget_MaterialComponents_Tooltip 0x7f100447
+int style Widget_Support_CoordinatorLayout 0x7f100448
+int style buttonGrey 0x7f100449
+int style textlayout 0x7f10044a
+int[] styleable ActionBar { 0x7f030044, 0x7f03004b, 0x7f03004c, 0x7f030118, 0x7f030119, 0x7f03011a, 0x7f03011b, 0x7f03011c, 0x7f03011d, 0x7f030144, 0x7f030157, 0x7f030158, 0x7f030177, 0x7f0301ed, 0x7f0301f5, 0x7f0301fb, 0x7f0301fc, 0x7f030200, 0x7f030211, 0x7f030227, 0x7f0302a2, 0x7f030322, 0x7f030352, 0x7f030359, 0x7f03035a, 0x7f0303d0, 0x7f0303d4, 0x7f030456, 0x7f030464 }
+int styleable ActionBar_background 0
+int styleable ActionBar_backgroundSplit 1
+int styleable ActionBar_backgroundStacked 2
+int styleable ActionBar_contentInsetEnd 3
+int styleable ActionBar_contentInsetEndWithActions 4
+int styleable ActionBar_contentInsetLeft 5
+int styleable ActionBar_contentInsetRight 6
+int styleable ActionBar_contentInsetStart 7
+int styleable ActionBar_contentInsetStartWithNavigation 8
+int styleable ActionBar_customNavigationLayout 9
+int styleable ActionBar_displayOptions 10
+int styleable ActionBar_divider 11
+int styleable ActionBar_elevation 12
+int styleable ActionBar_height 13
+int styleable ActionBar_hideOnContentScroll 14
+int styleable ActionBar_homeAsUpIndicator 15
+int styleable ActionBar_homeLayout 16
+int styleable ActionBar_icon 17
+int styleable ActionBar_indeterminateProgressStyle 18
+int styleable ActionBar_itemPadding 19
+int styleable ActionBar_logo 20
+int styleable ActionBar_navigationMode 21
+int styleable ActionBar_popupTheme 22
+int styleable ActionBar_progressBarPadding 23
+int styleable ActionBar_progressBarStyle 24
+int styleable ActionBar_subtitle 25
+int styleable ActionBar_subtitleTextStyle 26
+int styleable ActionBar_title 27
+int styleable ActionBar_titleTextStyle 28
+int[] styleable ActionBarLayout { 0x010100b3 }
+int styleable ActionBarLayout_android_layout_gravity 0
+int[] styleable ActionMenuItemView { 0x0101013f }
+int styleable ActionMenuItemView_android_minWidth 0
+int[] styleable ActionMenuView { }
+int[] styleable ActionMode { 0x7f030044, 0x7f03004b, 0x7f0300d7, 0x7f0301ed, 0x7f0303d4, 0x7f030464 }
+int styleable ActionMode_background 0
+int styleable ActionMode_backgroundSplit 1
+int styleable ActionMode_closeItemLayout 2
+int styleable ActionMode_height 3
+int styleable ActionMode_subtitleTextStyle 4
+int styleable ActionMode_titleTextStyle 5
+int[] styleable ActivityChooserView { 0x7f030192, 0x7f030217 }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
+int styleable ActivityChooserView_initialActivityCount 1
+int[] styleable AlertDialog { 0x010100f2, 0x7f030084, 0x7f030087, 0x7f030297, 0x7f030298, 0x7f03031e, 0x7f030398, 0x7f0303a0 }
+int styleable AlertDialog_android_layout 0
+int styleable AlertDialog_buttonIconDimen 1
+int styleable AlertDialog_buttonPanelSideLayout 2
+int styleable AlertDialog_listItemLayout 3
+int styleable AlertDialog_listLayout 4
+int styleable AlertDialog_multiChoiceItemLayout 5
+int styleable AlertDialog_showTitle 6
+int styleable AlertDialog_singleChoiceItemLayout 7
+int[] styleable AnimatedStateListDrawableCompat { 0x0101011c, 0x01010194, 0x01010195, 0x01010196, 0x0101030c, 0x0101030d }
+int styleable AnimatedStateListDrawableCompat_android_dither 0
+int styleable AnimatedStateListDrawableCompat_android_visible 1
+int styleable AnimatedStateListDrawableCompat_android_variablePadding 2
+int styleable AnimatedStateListDrawableCompat_android_constantSize 3
+int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 4
+int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 5
+int[] styleable AnimatedStateListDrawableItem { 0x010100d0, 0x01010199 }
+int styleable AnimatedStateListDrawableItem_android_id 0
+int styleable AnimatedStateListDrawableItem_android_drawable 1
+int[] styleable AnimatedStateListDrawableTransition { 0x01010199, 0x01010449, 0x0101044a, 0x0101044b }
+int styleable AnimatedStateListDrawableTransition_android_drawable 0
+int styleable AnimatedStateListDrawableTransition_android_toId 1
+int styleable AnimatedStateListDrawableTransition_android_fromId 2
+int styleable AnimatedStateListDrawableTransition_android_reversible 3
+int[] styleable AppBarLayout { 0x010100d4, 0x0101048f, 0x01010540, 0x7f030177, 0x7f030193, 0x7f03028c, 0x7f03028d, 0x7f03028e, 0x7f0303c6 }
+int styleable AppBarLayout_android_background 0
+int styleable AppBarLayout_android_touchscreenBlocksFocus 1
+int styleable AppBarLayout_android_keyboardNavigationCluster 2
+int styleable AppBarLayout_elevation 3
+int styleable AppBarLayout_expanded 4
+int styleable AppBarLayout_liftOnScroll 5
+int styleable AppBarLayout_liftOnScrollColor 6
+int styleable AppBarLayout_liftOnScrollTargetViewId 7
+int styleable AppBarLayout_statusBarForeground 8
+int[] styleable AppBarLayoutStates { 0x7f0303bd, 0x7f0303be, 0x7f0303c2, 0x7f0303c3 }
+int styleable AppBarLayoutStates_state_collapsed 0
+int styleable AppBarLayoutStates_state_collapsible 1
+int styleable AppBarLayoutStates_state_liftable 2
+int styleable AppBarLayoutStates_state_lifted 3
+int[] styleable AppBarLayout_Layout { 0x7f030288, 0x7f030289, 0x7f03028a }
+int styleable AppBarLayout_Layout_layout_scrollEffect 0
+int styleable AppBarLayout_Layout_layout_scrollFlags 1
+int styleable AppBarLayout_Layout_layout_scrollInterpolator 2
+int[] styleable AppCompatEmojiHelper { }
+int[] styleable AppCompatImageView { 0x01010119, 0x7f0303b2, 0x7f030453, 0x7f030454 }
+int styleable AppCompatImageView_android_src 0
+int styleable AppCompatImageView_srcCompat 1
+int styleable AppCompatImageView_tint 2
+int styleable AppCompatImageView_tintMode 3
+int[] styleable AppCompatSeekBar { 0x01010142, 0x7f03044f, 0x7f030450, 0x7f030451 }
+int styleable AppCompatSeekBar_android_thumb 0
+int styleable AppCompatSeekBar_tickMark 1
+int styleable AppCompatSeekBar_tickMarkTint 2
+int styleable AppCompatSeekBar_tickMarkTintMode 3
+int[] styleable AppCompatTextHelper { 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, 0x01010170, 0x01010392, 0x01010393 }
+int styleable AppCompatTextHelper_android_textAppearance 0
+int styleable AppCompatTextHelper_android_drawableTop 1
+int styleable AppCompatTextHelper_android_drawableBottom 2
+int styleable AppCompatTextHelper_android_drawableLeft 3
+int styleable AppCompatTextHelper_android_drawableRight 4
+int styleable AppCompatTextHelper_android_drawableStart 5
+int styleable AppCompatTextHelper_android_drawableEnd 6
+int[] styleable AppCompatTextView { 0x01010034, 0x7f03003e, 0x7f03003f, 0x7f030040, 0x7f030041, 0x7f030042, 0x7f030164, 0x7f030165, 0x7f030166, 0x7f030167, 0x7f030169, 0x7f03016a, 0x7f03016b, 0x7f03016c, 0x7f03017b, 0x7f0301b3, 0x7f0301d7, 0x7f0301e0, 0x7f030241, 0x7f030290, 0x7f0303fe, 0x7f030435 }
+int styleable AppCompatTextView_android_textAppearance 0
+int styleable AppCompatTextView_autoSizeMaxTextSize 1
+int styleable AppCompatTextView_autoSizeMinTextSize 2
+int styleable AppCompatTextView_autoSizePresetSizes 3
+int styleable AppCompatTextView_autoSizeStepGranularity 4
+int styleable AppCompatTextView_autoSizeTextType 5
+int styleable AppCompatTextView_drawableBottomCompat 6
+int styleable AppCompatTextView_drawableEndCompat 7
+int styleable AppCompatTextView_drawableLeftCompat 8
+int styleable AppCompatTextView_drawableRightCompat 9
+int styleable AppCompatTextView_drawableStartCompat 10
+int styleable AppCompatTextView_drawableTint 11
+int styleable AppCompatTextView_drawableTintMode 12
+int styleable AppCompatTextView_drawableTopCompat 13
+int styleable AppCompatTextView_emojiCompatEnabled 14
+int styleable AppCompatTextView_firstBaselineToTopHeight 15
+int styleable AppCompatTextView_fontFamily 16
+int styleable AppCompatTextView_fontVariationSettings 17
+int styleable AppCompatTextView_lastBaselineToBottomHeight 18
+int styleable AppCompatTextView_lineHeight 19
+int styleable AppCompatTextView_textAllCaps 20
+int styleable AppCompatTextView_textLocale 21
+int[] styleable AppCompatTheme { 0x01010057, 0x010100ae, 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000d, 0x7f03000e, 0x7f030010, 0x7f030011, 0x7f030012, 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, 0x7f03001f, 0x7f030020, 0x7f030021, 0x7f030022, 0x7f030026, 0x7f030028, 0x7f030029, 0x7f03002a, 0x7f03002b, 0x7f03003c, 0x7f030069, 0x7f03007c, 0x7f03007d, 0x7f03007e, 0x7f03007f, 0x7f030080, 0x7f030088, 0x7f030089, 0x7f0300a3, 0x7f0300ae, 0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f0300eb, 0x7f0300fe, 0x7f030100, 0x7f03010a, 0x7f030127, 0x7f030154, 0x7f030155, 0x7f030156, 0x7f03015a, 0x7f03015f, 0x7f030170, 0x7f030171, 0x7f030174, 0x7f030175, 0x7f030176, 0x7f0301fb, 0x7f03020b, 0x7f030293, 0x7f030294, 0x7f030295, 0x7f030296, 0x7f030299, 0x7f03029a, 0x7f03029b, 0x7f03029c, 0x7f03029d, 0x7f03029e, 0x7f03029f, 0x7f0302a0, 0x7f0302a1, 0x7f03033b, 0x7f03033c, 0x7f03033d, 0x7f030351, 0x7f030353, 0x7f030361, 0x7f030363, 0x7f030364, 0x7f030365, 0x7f03037d, 0x7f03037e, 0x7f03037f, 0x7f030380, 0x7f0303aa, 0x7f0303ab, 0x7f0303db, 0x7f030415, 0x7f030417, 0x7f030418, 0x7f030419, 0x7f03041b, 0x7f03041c, 0x7f03041d, 0x7f03041e, 0x7f030429, 0x7f03042a, 0x7f030467, 0x7f030468, 0x7f03046a, 0x7f03046b, 0x7f03048f, 0x7f03049d, 0x7f03049e, 0x7f03049f, 0x7f0304a0, 0x7f0304a1, 0x7f0304a2, 0x7f0304a3, 0x7f0304a4, 0x7f0304a5, 0x7f0304a6 }
+int styleable AppCompatTheme_android_windowIsFloating 0
+int styleable AppCompatTheme_android_windowAnimationStyle 1
+int styleable AppCompatTheme_actionBarDivider 2
+int styleable AppCompatTheme_actionBarItemBackground 3
+int styleable AppCompatTheme_actionBarPopupTheme 4
+int styleable AppCompatTheme_actionBarSize 5
+int styleable AppCompatTheme_actionBarSplitStyle 6
+int styleable AppCompatTheme_actionBarStyle 7
+int styleable AppCompatTheme_actionBarTabBarStyle 8
+int styleable AppCompatTheme_actionBarTabStyle 9
+int styleable AppCompatTheme_actionBarTabTextStyle 10
+int styleable AppCompatTheme_actionBarTheme 11
+int styleable AppCompatTheme_actionBarWidgetTheme 12
+int styleable AppCompatTheme_actionButtonStyle 13
+int styleable AppCompatTheme_actionDropDownStyle 14
+int styleable AppCompatTheme_actionMenuTextAppearance 15
+int styleable AppCompatTheme_actionMenuTextColor 16
+int styleable AppCompatTheme_actionModeBackground 17
+int styleable AppCompatTheme_actionModeCloseButtonStyle 18
+int styleable AppCompatTheme_actionModeCloseContentDescription 19
+int styleable AppCompatTheme_actionModeCloseDrawable 20
+int styleable AppCompatTheme_actionModeCopyDrawable 21
+int styleable AppCompatTheme_actionModeCutDrawable 22
+int styleable AppCompatTheme_actionModeFindDrawable 23
+int styleable AppCompatTheme_actionModePasteDrawable 24
+int styleable AppCompatTheme_actionModePopupWindowStyle 25
+int styleable AppCompatTheme_actionModeSelectAllDrawable 26
+int styleable AppCompatTheme_actionModeShareDrawable 27
+int styleable AppCompatTheme_actionModeSplitBackground 28
+int styleable AppCompatTheme_actionModeStyle 29
+int styleable AppCompatTheme_actionModeTheme 30
+int styleable AppCompatTheme_actionModeWebSearchDrawable 31
+int styleable AppCompatTheme_actionOverflowButtonStyle 32
+int styleable AppCompatTheme_actionOverflowMenuStyle 33
+int styleable AppCompatTheme_activityChooserViewStyle 34
+int styleable AppCompatTheme_alertDialogButtonGroupStyle 35
+int styleable AppCompatTheme_alertDialogCenterButtons 36
+int styleable AppCompatTheme_alertDialogStyle 37
+int styleable AppCompatTheme_alertDialogTheme 38
+int styleable AppCompatTheme_autoCompleteTextViewStyle 39
+int styleable AppCompatTheme_borderlessButtonStyle 40
+int styleable AppCompatTheme_buttonBarButtonStyle 41
+int styleable AppCompatTheme_buttonBarNegativeButtonStyle 42
+int styleable AppCompatTheme_buttonBarNeutralButtonStyle 43
+int styleable AppCompatTheme_buttonBarPositiveButtonStyle 44
+int styleable AppCompatTheme_buttonBarStyle 45
+int styleable AppCompatTheme_buttonStyle 46
+int styleable AppCompatTheme_buttonStyleSmall 47
+int styleable AppCompatTheme_checkboxStyle 48
+int styleable AppCompatTheme_checkedTextViewStyle 49
+int styleable AppCompatTheme_colorAccent 50
+int styleable AppCompatTheme_colorBackgroundFloating 51
+int styleable AppCompatTheme_colorButtonNormal 52
+int styleable AppCompatTheme_colorControlActivated 53
+int styleable AppCompatTheme_colorControlHighlight 54
+int styleable AppCompatTheme_colorControlNormal 55
+int styleable AppCompatTheme_colorError 56
+int styleable AppCompatTheme_colorPrimary 57
+int styleable AppCompatTheme_colorPrimaryDark 58
+int styleable AppCompatTheme_colorSwitchThumbNormal 59
+int styleable AppCompatTheme_controlBackground 60
+int styleable AppCompatTheme_dialogCornerRadius 61
+int styleable AppCompatTheme_dialogPreferredPadding 62
+int styleable AppCompatTheme_dialogTheme 63
+int styleable AppCompatTheme_dividerHorizontal 64
+int styleable AppCompatTheme_dividerVertical 65
+int styleable AppCompatTheme_dropDownListViewStyle 66
+int styleable AppCompatTheme_dropdownListPreferredItemHeight 67
+int styleable AppCompatTheme_editTextBackground 68
+int styleable AppCompatTheme_editTextColor 69
+int styleable AppCompatTheme_editTextStyle 70
+int styleable AppCompatTheme_homeAsUpIndicator 71
+int styleable AppCompatTheme_imageButtonStyle 72
+int styleable AppCompatTheme_listChoiceBackgroundIndicator 73
+int styleable AppCompatTheme_listChoiceIndicatorMultipleAnimated 74
+int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 75
+int styleable AppCompatTheme_listDividerAlertDialog 76
+int styleable AppCompatTheme_listMenuViewStyle 77
+int styleable AppCompatTheme_listPopupWindowStyle 78
+int styleable AppCompatTheme_listPreferredItemHeight 79
+int styleable AppCompatTheme_listPreferredItemHeightLarge 80
+int styleable AppCompatTheme_listPreferredItemHeightSmall 81
+int styleable AppCompatTheme_listPreferredItemPaddingEnd 82
+int styleable AppCompatTheme_listPreferredItemPaddingLeft 83
+int styleable AppCompatTheme_listPreferredItemPaddingRight 84
+int styleable AppCompatTheme_listPreferredItemPaddingStart 85
+int styleable AppCompatTheme_panelBackground 86
+int styleable AppCompatTheme_panelMenuListTheme 87
+int styleable AppCompatTheme_panelMenuListWidth 88
+int styleable AppCompatTheme_popupMenuStyle 89
+int styleable AppCompatTheme_popupWindowStyle 90
+int styleable AppCompatTheme_radioButtonStyle 91
+int styleable AppCompatTheme_ratingBarStyle 92
+int styleable AppCompatTheme_ratingBarStyleIndicator 93
+int styleable AppCompatTheme_ratingBarStyleSmall 94
+int styleable AppCompatTheme_searchViewStyle 95
+int styleable AppCompatTheme_seekBarStyle 96
+int styleable AppCompatTheme_selectableItemBackground 97
+int styleable AppCompatTheme_selectableItemBackgroundBorderless 98
+int styleable AppCompatTheme_spinnerDropDownItemStyle 99
+int styleable AppCompatTheme_spinnerStyle 100
+int styleable AppCompatTheme_switchStyle 101
+int styleable AppCompatTheme_textAppearanceLargePopupMenu 102
+int styleable AppCompatTheme_textAppearanceListItem 103
+int styleable AppCompatTheme_textAppearanceListItemSecondary 104
+int styleable AppCompatTheme_textAppearanceListItemSmall 105
+int styleable AppCompatTheme_textAppearancePopupMenuHeader 106
+int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 107
+int styleable AppCompatTheme_textAppearanceSearchResultTitle 108
+int styleable AppCompatTheme_textAppearanceSmallPopupMenu 109
+int styleable AppCompatTheme_textColorAlertDialogListItem 110
+int styleable AppCompatTheme_textColorSearchUrl 111
+int styleable AppCompatTheme_toolbarNavigationButtonStyle 112
+int styleable AppCompatTheme_toolbarStyle 113
+int styleable AppCompatTheme_tooltipForegroundColor 114
+int styleable AppCompatTheme_tooltipFrameBackground 115
+int styleable AppCompatTheme_viewInflaterClass 116
+int styleable AppCompatTheme_windowActionBar 117
+int styleable AppCompatTheme_windowActionBarOverlay 118
+int styleable AppCompatTheme_windowActionModeOverlay 119
+int styleable AppCompatTheme_windowFixedHeightMajor 120
+int styleable AppCompatTheme_windowFixedHeightMinor 121
+int styleable AppCompatTheme_windowFixedWidthMajor 122
+int styleable AppCompatTheme_windowFixedWidthMinor 123
+int styleable AppCompatTheme_windowMinWidthMajor 124
+int styleable AppCompatTheme_windowMinWidthMinor 125
+int styleable AppCompatTheme_windowNoTitle 126
+int[] styleable Badge { 0x7f030045, 0x7f03004f, 0x7f030050, 0x7f030052, 0x7f030053, 0x7f030054, 0x7f0301fd, 0x7f0301fe, 0x7f0302da, 0x7f030328, 0x7f03048d, 0x7f03048e }
+int styleable Badge_backgroundColor 0
+int styleable Badge_badgeGravity 1
+int styleable Badge_badgeRadius 2
+int styleable Badge_badgeTextColor 3
+int styleable Badge_badgeWidePadding 4
+int styleable Badge_badgeWithTextRadius 5
+int styleable Badge_horizontalOffset 6
+int styleable Badge_horizontalOffsetWithText 7
+int styleable Badge_maxCharacterCount 8
+int styleable Badge_number 9
+int styleable Badge_verticalOffset 10
+int styleable Badge_verticalOffsetWithText 11
+int[] styleable BaseProgressIndicator { 0x01010139, 0x7f0301f2, 0x7f030212, 0x7f0302e6, 0x7f030391, 0x7f030393, 0x7f030473, 0x7f030476, 0x7f03047b }
+int styleable BaseProgressIndicator_android_indeterminate 0
+int styleable BaseProgressIndicator_hideAnimationBehavior 1
+int styleable BaseProgressIndicator_indicatorColor 2
+int styleable BaseProgressIndicator_minHideDelay 3
+int styleable BaseProgressIndicator_showAnimationBehavior 4
+int styleable BaseProgressIndicator_showDelay 5
+int styleable BaseProgressIndicator_trackColor 6
+int styleable BaseProgressIndicator_trackCornerRadius 7
+int styleable BaseProgressIndicator_trackThickness 8
+int[] styleable BottomAppBar { 0x7f030027, 0x7f03004d, 0x7f030177, 0x7f0301a5, 0x7f0301a6, 0x7f0301a7, 0x7f0301a8, 0x7f0301a9, 0x7f0301aa, 0x7f0301ab, 0x7f0301f6, 0x7f0302e2, 0x7f030321, 0x7f030334, 0x7f030336, 0x7f030337, 0x7f03036f }
+int styleable BottomAppBar_addElevationShadow 0
+int styleable BottomAppBar_backgroundTint 1
+int styleable BottomAppBar_elevation 2
+int styleable BottomAppBar_fabAlignmentMode 3
+int styleable BottomAppBar_fabAlignmentModeEndMargin 4
+int styleable BottomAppBar_fabAnchorMode 5
+int styleable BottomAppBar_fabAnimationMode 6
+int styleable BottomAppBar_fabCradleMargin 7
+int styleable BottomAppBar_fabCradleRoundedCornerRadius 8
+int styleable BottomAppBar_fabCradleVerticalOffset 9
+int styleable BottomAppBar_hideOnScroll 10
+int styleable BottomAppBar_menuAlignmentMode 11
+int styleable BottomAppBar_navigationIconTint 12
+int styleable BottomAppBar_paddingBottomSystemWindowInsets 13
+int styleable BottomAppBar_paddingLeftSystemWindowInsets 14
+int styleable BottomAppBar_paddingRightSystemWindowInsets 15
+int styleable BottomAppBar_removeEmbeddedFabElevation 16
+int[] styleable BottomNavigationView { 0x01010140, 0x7f03010e, 0x7f030221 }
+int styleable BottomNavigationView_android_minHeight 0
+int styleable BottomNavigationView_compatShadowEnabled 1
+int styleable BottomNavigationView_itemHorizontalTranslationEnabled 2
+int[] styleable BottomSheetBehavior_Layout { 0x0101011f, 0x01010120, 0x01010440, 0x7f03004d, 0x7f03005b, 0x7f03005c, 0x7f03005d, 0x7f03005e, 0x7f03005f, 0x7f030061, 0x7f030062, 0x7f030063, 0x7f030064, 0x7f0301e7, 0x7f0302a7, 0x7f0302a8, 0x7f0302a9, 0x7f030334, 0x7f030336, 0x7f030337, 0x7f03033a, 0x7f030384, 0x7f03038c, 0x7f030390 }
+int styleable BottomSheetBehavior_Layout_android_maxWidth 0
+int styleable BottomSheetBehavior_Layout_android_maxHeight 1
+int styleable BottomSheetBehavior_Layout_android_elevation 2
+int styleable BottomSheetBehavior_Layout_backgroundTint 3
+int styleable BottomSheetBehavior_Layout_behavior_draggable 4
+int styleable BottomSheetBehavior_Layout_behavior_expandedOffset 5
+int styleable BottomSheetBehavior_Layout_behavior_fitToContents 6
+int styleable BottomSheetBehavior_Layout_behavior_halfExpandedRatio 7
+int styleable BottomSheetBehavior_Layout_behavior_hideable 8
+int styleable BottomSheetBehavior_Layout_behavior_peekHeight 9
+int styleable BottomSheetBehavior_Layout_behavior_saveFlags 10
+int styleable BottomSheetBehavior_Layout_behavior_significantVelocityThreshold 11
+int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 12
+int styleable BottomSheetBehavior_Layout_gestureInsetBottomIgnored 13
+int styleable BottomSheetBehavior_Layout_marginLeftSystemWindowInsets 14
+int styleable BottomSheetBehavior_Layout_marginRightSystemWindowInsets 15
+int styleable BottomSheetBehavior_Layout_marginTopSystemWindowInsets 16
+int styleable BottomSheetBehavior_Layout_paddingBottomSystemWindowInsets 17
+int styleable BottomSheetBehavior_Layout_paddingLeftSystemWindowInsets 18
+int styleable BottomSheetBehavior_Layout_paddingRightSystemWindowInsets 19
+int styleable BottomSheetBehavior_Layout_paddingTopSystemWindowInsets 20
+int styleable BottomSheetBehavior_Layout_shapeAppearance 21
+int styleable BottomSheetBehavior_Layout_shapeAppearanceOverlay 22
+int styleable BottomSheetBehavior_Layout_shouldRemoveExpandedCorners 23
+int[] styleable ButtonBarLayout { 0x7f03002c }
+int styleable ButtonBarLayout_allowStacking 0
+int[] styleable Capability { 0x7f030360, 0x7f03038f }
+int styleable Capability_queryPatterns 0
+int styleable Capability_shortcutMatchRequired 1
+int[] styleable CardView { 0x0101013f, 0x01010140, 0x7f03008c, 0x7f03008d, 0x7f03008e, 0x7f030090, 0x7f030091, 0x7f030092, 0x7f03011e, 0x7f03011f, 0x7f030121, 0x7f030122, 0x7f030124 }
+int styleable CardView_android_minWidth 0
+int styleable CardView_android_minHeight 1
+int styleable CardView_cardBackgroundColor 2
+int styleable CardView_cardCornerRadius 3
+int styleable CardView_cardElevation 4
+int styleable CardView_cardMaxElevation 5
+int styleable CardView_cardPreventCornerOverlap 6
+int styleable CardView_cardUseCompatPadding 7
+int styleable CardView_contentPadding 8
+int styleable CardView_contentPaddingBottom 9
+int styleable CardView_contentPaddingLeft 10
+int styleable CardView_contentPaddingRight 11
+int styleable CardView_contentPaddingTop 12
+int[] styleable Carousel { 0x7f030094, 0x7f030095, 0x7f030096, 0x7f030097, 0x7f030098, 0x7f030099, 0x7f03009a, 0x7f03009b, 0x7f03009c, 0x7f03009d }
+int styleable Carousel_carousel_backwardTransition 0
+int styleable Carousel_carousel_emptyViewsBehavior 1
+int styleable Carousel_carousel_firstView 2
+int styleable Carousel_carousel_forwardTransition 3
+int styleable Carousel_carousel_infinite 4
+int styleable Carousel_carousel_nextState 5
+int styleable Carousel_carousel_previousState 6
+int styleable Carousel_carousel_touchUpMode 7
+int styleable Carousel_carousel_touchUp_dampeningFactor 8
+int styleable Carousel_carousel_touchUp_velocityThreshold 9
+int[] styleable CheckedTextView { 0x01010108, 0x7f0300a0, 0x7f0300a1, 0x7f0300a2 }
+int styleable CheckedTextView_android_checkMark 0
+int styleable CheckedTextView_checkMarkCompat 1
+int styleable CheckedTextView_checkMarkTint 2
+int styleable CheckedTextView_checkMarkTintMode 3
+int[] styleable Chip { 0x01010034, 0x01010095, 0x01010098, 0x010100ab, 0x0101011f, 0x0101014f, 0x010101e5, 0x7f0300a6, 0x7f0300a7, 0x7f0300ab, 0x7f0300ac, 0x7f0300af, 0x7f0300b0, 0x7f0300b1, 0x7f0300b3, 0x7f0300b4, 0x7f0300b5, 0x7f0300b6, 0x7f0300b7, 0x7f0300b8, 0x7f0300b9, 0x7f0300be, 0x7f0300bf, 0x7f0300c0, 0x7f0300c2, 0x7f0300d0, 0x7f0300d1, 0x7f0300d2, 0x7f0300d3, 0x7f0300d4, 0x7f0300d5, 0x7f0300d6, 0x7f030187, 0x7f0301f3, 0x7f030201, 0x7f030205, 0x7f030371, 0x7f030384, 0x7f03038c, 0x7f030395, 0x7f03042b, 0x7f03043a }
+int styleable Chip_android_textAppearance 0
+int styleable Chip_android_textSize 1
+int styleable Chip_android_textColor 2
+int styleable Chip_android_ellipsize 3
+int styleable Chip_android_maxWidth 4
+int styleable Chip_android_text 5
+int styleable Chip_android_checkable 6
+int styleable Chip_checkedIcon 7
+int styleable Chip_checkedIconEnabled 8
+int styleable Chip_checkedIconTint 9
+int styleable Chip_checkedIconVisible 10
+int styleable Chip_chipBackgroundColor 11
+int styleable Chip_chipCornerRadius 12
+int styleable Chip_chipEndPadding 13
+int styleable Chip_chipIcon 14
+int styleable Chip_chipIconEnabled 15
+int styleable Chip_chipIconSize 16
+int styleable Chip_chipIconTint 17
+int styleable Chip_chipIconVisible 18
+int styleable Chip_chipMinHeight 19
+int styleable Chip_chipMinTouchTargetSize 20
+int styleable Chip_chipStartPadding 21
+int styleable Chip_chipStrokeColor 22
+int styleable Chip_chipStrokeWidth 23
+int styleable Chip_chipSurfaceColor 24
+int styleable Chip_closeIcon 25
+int styleable Chip_closeIconEnabled 26
+int styleable Chip_closeIconEndPadding 27
+int styleable Chip_closeIconSize 28
+int styleable Chip_closeIconStartPadding 29
+int styleable Chip_closeIconTint 30
+int styleable Chip_closeIconVisible 31
+int styleable Chip_ensureMinTouchTargetSize 32
+int styleable Chip_hideMotionSpec 33
+int styleable Chip_iconEndPadding 34
+int styleable Chip_iconStartPadding 35
+int styleable Chip_rippleColor 36
+int styleable Chip_shapeAppearance 37
+int styleable Chip_shapeAppearanceOverlay 38
+int styleable Chip_showMotionSpec 39
+int styleable Chip_textEndPadding 40
+int styleable Chip_textStartPadding 41
+int[] styleable ChipGroup { 0x7f0300a5, 0x7f0300ba, 0x7f0300bb, 0x7f0300bc, 0x7f030381, 0x7f0303a1, 0x7f0303a2 }
+int styleable ChipGroup_checkedChip 0
+int styleable ChipGroup_chipSpacing 1
+int styleable ChipGroup_chipSpacingHorizontal 2
+int styleable ChipGroup_chipSpacingVertical 3
+int styleable ChipGroup_selectionRequired 4
+int styleable ChipGroup_singleLine 5
+int styleable ChipGroup_singleSelection 6
+int[] styleable CircularProgressIndicator { 0x7f030213, 0x7f030215, 0x7f030216 }
+int styleable CircularProgressIndicator_indicatorDirectionCircular 0
+int styleable CircularProgressIndicator_indicatorInset 1
+int styleable CircularProgressIndicator_indicatorSize 2
+int[] styleable ClockFaceView { 0x7f0300cc, 0x7f0300cf }
+int styleable ClockFaceView_clockFaceBackgroundColor 0
+int styleable ClockFaceView_clockNumberTextColor 1
+int[] styleable ClockHandView { 0x7f0300cd, 0x7f0302c6, 0x7f030382 }
+int styleable ClockHandView_clockHandColor 0
+int styleable ClockHandView_materialCircleRadius 1
+int styleable ClockHandView_selectorSize 2
+int[] styleable CollapsingToolbarLayout { 0x7f0300db, 0x7f0300dc, 0x7f0300dd, 0x7f030125, 0x7f030195, 0x7f030196, 0x7f030197, 0x7f030198, 0x7f030199, 0x7f03019a, 0x7f03019b, 0x7f03019c, 0x7f0301a4, 0x7f0301e2, 0x7f0302dd, 0x7f030377, 0x7f030379, 0x7f0303c7, 0x7f030456, 0x7f030458, 0x7f030459, 0x7f030460, 0x7f030463, 0x7f030466 }
+int styleable CollapsingToolbarLayout_collapsedTitleGravity 0
+int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1
+int styleable CollapsingToolbarLayout_collapsedTitleTextColor 2
+int styleable CollapsingToolbarLayout_contentScrim 3
+int styleable CollapsingToolbarLayout_expandedTitleGravity 4
+int styleable CollapsingToolbarLayout_expandedTitleMargin 5
+int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 6
+int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 7
+int styleable CollapsingToolbarLayout_expandedTitleMarginStart 8
+int styleable CollapsingToolbarLayout_expandedTitleMarginTop 9
+int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 10
+int styleable CollapsingToolbarLayout_expandedTitleTextColor 11
+int styleable CollapsingToolbarLayout_extraMultilineHeightEnabled 12
+int styleable CollapsingToolbarLayout_forceApplySystemWindowInsetTop 13
+int styleable CollapsingToolbarLayout_maxLines 14
+int styleable CollapsingToolbarLayout_scrimAnimationDuration 15
+int styleable CollapsingToolbarLayout_scrimVisibleHeightTrigger 16
+int styleable CollapsingToolbarLayout_statusBarScrim 17
+int styleable CollapsingToolbarLayout_title 18
+int styleable CollapsingToolbarLayout_titleCollapseMode 19
+int styleable CollapsingToolbarLayout_titleEnabled 20
+int styleable CollapsingToolbarLayout_titlePositionInterpolator 21
+int styleable CollapsingToolbarLayout_titleTextEllipsize 22
+int styleable CollapsingToolbarLayout_toolbarId 23
+int[] styleable CollapsingToolbarLayout_Layout { 0x7f03024a, 0x7f03024b }
+int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0
+int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1
+int[] styleable ColorStateListItem { 0x010101a5, 0x0101031f, 0x01010647, 0x7f03002d, 0x7f03023d }
+int styleable ColorStateListItem_android_color 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_lStar 2
+int styleable ColorStateListItem_alpha 3
+int styleable ColorStateListItem_lStar 4
+int[] styleable CompoundButton { 0x01010107, 0x7f030081, 0x7f03008a, 0x7f03008b }
+int styleable CompoundButton_android_button 0
+int styleable CompoundButton_buttonCompat 1
+int styleable CompoundButton_buttonTint 2
+int styleable CompoundButton_buttonTintMode 3
+int[] styleable Constraint { 0x010100c4, 0x010100d0, 0x010100dc, 0x010100f4, 0x010100f5, 0x010100f7, 0x010100f8, 0x010100f9, 0x010100fa, 0x0101011f, 0x01010120, 0x0101013f, 0x01010140, 0x0101031f, 0x01010320, 0x01010321, 0x01010322, 0x01010323, 0x01010324, 0x01010325, 0x01010326, 0x01010327, 0x01010328, 0x010103b5, 0x010103b6, 0x010103fa, 0x01010440, 0x7f030030, 0x7f030033, 0x7f030056, 0x7f030057, 0x7f030058, 0x7f03009f, 0x7f030113, 0x7f030114, 0x7f030163, 0x7f0301c3, 0x7f0301c4, 0x7f0301c5, 0x7f0301c6, 0x7f0301c7, 0x7f0301c8, 0x7f0301c9, 0x7f0301ca, 0x7f0301cb, 0x7f0301cc, 0x7f0301cd, 0x7f0301ce, 0x7f0301cf, 0x7f0301d1, 0x7f0301d2, 0x7f0301d3, 0x7f0301d4, 0x7f0301d5, 0x7f0301e9, 0x7f03024c, 0x7f03024d, 0x7f03024e, 0x7f03024f, 0x7f030250, 0x7f030251, 0x7f030252, 0x7f030253, 0x7f030254, 0x7f030255, 0x7f030256, 0x7f030257, 0x7f030258, 0x7f030259, 0x7f03025a, 0x7f03025b, 0x7f03025c, 0x7f03025d, 0x7f03025e, 0x7f03025f, 0x7f030260, 0x7f030261, 0x7f030262, 0x7f030263, 0x7f030264, 0x7f030265, 0x7f030266, 0x7f030267, 0x7f030268, 0x7f030269, 0x7f03026a, 0x7f03026b, 0x7f03026c, 0x7f03026d, 0x7f03026e, 0x7f03026f, 0x7f030270, 0x7f030271, 0x7f030272, 0x7f030273, 0x7f030274, 0x7f030275, 0x7f030276, 0x7f030277, 0x7f030278, 0x7f030279, 0x7f03027b, 0x7f03027c, 0x7f03027d, 0x7f03027e, 0x7f03027f, 0x7f030280, 0x7f030281, 0x7f030282, 0x7f030283, 0x7f030286, 0x7f03028b, 0x7f030318, 0x7f030319, 0x7f030343, 0x7f03034a, 0x7f03034f, 0x7f03035b, 0x7f03035c, 0x7f03035d, 0x7f03047e, 0x7f030480, 0x7f030482, 0x7f030494 }
+int styleable Constraint_android_orientation 0
+int styleable Constraint_android_id 1
+int styleable Constraint_android_visibility 2
+int styleable Constraint_android_layout_width 3
+int styleable Constraint_android_layout_height 4
+int styleable Constraint_android_layout_marginLeft 5
+int styleable Constraint_android_layout_marginTop 6
+int styleable Constraint_android_layout_marginRight 7
+int styleable Constraint_android_layout_marginBottom 8
+int styleable Constraint_android_maxWidth 9
+int styleable Constraint_android_maxHeight 10
+int styleable Constraint_android_minWidth 11
+int styleable Constraint_android_minHeight 12
+int styleable Constraint_android_alpha 13
+int styleable Constraint_android_transformPivotX 14
+int styleable Constraint_android_transformPivotY 15
+int styleable Constraint_android_translationX 16
+int styleable Constraint_android_translationY 17
+int styleable Constraint_android_scaleX 18
+int styleable Constraint_android_scaleY 19
+int styleable Constraint_android_rotation 20
+int styleable Constraint_android_rotationX 21
+int styleable Constraint_android_rotationY 22
+int styleable Constraint_android_layout_marginStart 23
+int styleable Constraint_android_layout_marginEnd 24
+int styleable Constraint_android_translationZ 25
+int styleable Constraint_android_elevation 26
+int styleable Constraint_animateCircleAngleTo 27
+int styleable Constraint_animateRelativeTo 28
+int styleable Constraint_barrierAllowsGoneWidgets 29
+int styleable Constraint_barrierDirection 30
+int styleable Constraint_barrierMargin 31
+int styleable Constraint_chainUseRtl 32
+int styleable Constraint_constraint_referenced_ids 33
+int styleable Constraint_constraint_referenced_tags 34
+int styleable Constraint_drawPath 35
+int styleable Constraint_flow_firstHorizontalBias 36
+int styleable Constraint_flow_firstHorizontalStyle 37
+int styleable Constraint_flow_firstVerticalBias 38
+int styleable Constraint_flow_firstVerticalStyle 39
+int styleable Constraint_flow_horizontalAlign 40
+int styleable Constraint_flow_horizontalBias 41
+int styleable Constraint_flow_horizontalGap 42
+int styleable Constraint_flow_horizontalStyle 43
+int styleable Constraint_flow_lastHorizontalBias 44
+int styleable Constraint_flow_lastHorizontalStyle 45
+int styleable Constraint_flow_lastVerticalBias 46
+int styleable Constraint_flow_lastVerticalStyle 47
+int styleable Constraint_flow_maxElementsWrap 48
+int styleable Constraint_flow_verticalAlign 49
+int styleable Constraint_flow_verticalBias 50
+int styleable Constraint_flow_verticalGap 51
+int styleable Constraint_flow_verticalStyle 52
+int styleable Constraint_flow_wrapMode 53
+int styleable Constraint_guidelineUseRtl 54
+int styleable Constraint_layout_constrainedHeight 55
+int styleable Constraint_layout_constrainedWidth 56
+int styleable Constraint_layout_constraintBaseline_creator 57
+int styleable Constraint_layout_constraintBaseline_toBaselineOf 58
+int styleable Constraint_layout_constraintBaseline_toBottomOf 59
+int styleable Constraint_layout_constraintBaseline_toTopOf 60
+int styleable Constraint_layout_constraintBottom_creator 61
+int styleable Constraint_layout_constraintBottom_toBottomOf 62
+int styleable Constraint_layout_constraintBottom_toTopOf 63
+int styleable Constraint_layout_constraintCircle 64
+int styleable Constraint_layout_constraintCircleAngle 65
+int styleable Constraint_layout_constraintCircleRadius 66
+int styleable Constraint_layout_constraintDimensionRatio 67
+int styleable Constraint_layout_constraintEnd_toEndOf 68
+int styleable Constraint_layout_constraintEnd_toStartOf 69
+int styleable Constraint_layout_constraintGuide_begin 70
+int styleable Constraint_layout_constraintGuide_end 71
+int styleable Constraint_layout_constraintGuide_percent 72
+int styleable Constraint_layout_constraintHeight 73
+int styleable Constraint_layout_constraintHeight_default 74
+int styleable Constraint_layout_constraintHeight_max 75
+int styleable Constraint_layout_constraintHeight_min 76
+int styleable Constraint_layout_constraintHeight_percent 77
+int styleable Constraint_layout_constraintHorizontal_bias 78
+int styleable Constraint_layout_constraintHorizontal_chainStyle 79
+int styleable Constraint_layout_constraintHorizontal_weight 80
+int styleable Constraint_layout_constraintLeft_creator 81
+int styleable Constraint_layout_constraintLeft_toLeftOf 82
+int styleable Constraint_layout_constraintLeft_toRightOf 83
+int styleable Constraint_layout_constraintRight_creator 84
+int styleable Constraint_layout_constraintRight_toLeftOf 85
+int styleable Constraint_layout_constraintRight_toRightOf 86
+int styleable Constraint_layout_constraintStart_toEndOf 87
+int styleable Constraint_layout_constraintStart_toStartOf 88
+int styleable Constraint_layout_constraintTag 89
+int styleable Constraint_layout_constraintTop_creator 90
+int styleable Constraint_layout_constraintTop_toBottomOf 91
+int styleable Constraint_layout_constraintTop_toTopOf 92
+int styleable Constraint_layout_constraintVertical_bias 93
+int styleable Constraint_layout_constraintVertical_chainStyle 94
+int styleable Constraint_layout_constraintVertical_weight 95
+int styleable Constraint_layout_constraintWidth 96
+int styleable Constraint_layout_constraintWidth_default 97
+int styleable Constraint_layout_constraintWidth_max 98
+int styleable Constraint_layout_constraintWidth_min 99
+int styleable Constraint_layout_constraintWidth_percent 100
+int styleable Constraint_layout_editor_absoluteX 101
+int styleable Constraint_layout_editor_absoluteY 102
+int styleable Constraint_layout_goneMarginBaseline 103
+int styleable Constraint_layout_goneMarginBottom 104
+int styleable Constraint_layout_goneMarginEnd 105
+int styleable Constraint_layout_goneMarginLeft 106
+int styleable Constraint_layout_goneMarginRight 107
+int styleable Constraint_layout_goneMarginStart 108
+int styleable Constraint_layout_goneMarginTop 109
+int styleable Constraint_layout_marginBaseline 110
+int styleable Constraint_layout_wrapBehaviorInParent 111
+int styleable Constraint_motionProgress 112
+int styleable Constraint_motionStagger 113
+int styleable Constraint_pathMotionArc 114
+int styleable Constraint_pivotAnchor 115
+int styleable Constraint_polarRelativeTo 116
+int styleable Constraint_quantizeMotionInterpolator 117
+int styleable Constraint_quantizeMotionPhase 118
+int styleable Constraint_quantizeMotionSteps 119
+int styleable Constraint_transformPivotTarget 120
+int styleable Constraint_transitionEasing 121
+int styleable Constraint_transitionPathRotate 122
+int styleable Constraint_visibilityMode 123
+int[] styleable ConstraintLayout_Layout { 0x010100c4, 0x010100d5, 0x010100d6, 0x010100d7, 0x010100d8, 0x010100d9, 0x010100dc, 0x010100f4, 0x010100f5, 0x010100f6, 0x010100f7, 0x010100f8, 0x010100f9, 0x010100fa, 0x0101011f, 0x01010120, 0x0101013f, 0x01010140, 0x010103b3, 0x010103b4, 0x010103b5, 0x010103b6, 0x01010440, 0x0101053b, 0x0101053c, 0x7f030056, 0x7f030057, 0x7f030058, 0x7f03009f, 0x7f0300c5, 0x7f0300c6, 0x7f0300c7, 0x7f0300c8, 0x7f0300c9, 0x7f030110, 0x7f030113, 0x7f030114, 0x7f0301c3, 0x7f0301c4, 0x7f0301c5, 0x7f0301c6, 0x7f0301c7, 0x7f0301c8, 0x7f0301c9, 0x7f0301ca, 0x7f0301cb, 0x7f0301cc, 0x7f0301cd, 0x7f0301ce, 0x7f0301cf, 0x7f0301d1, 0x7f0301d2, 0x7f0301d3, 0x7f0301d4, 0x7f0301d5, 0x7f0301e9, 0x7f030244, 0x7f03024c, 0x7f03024d, 0x7f03024e, 0x7f03024f, 0x7f030250, 0x7f030251, 0x7f030252, 0x7f030253, 0x7f030254, 0x7f030255, 0x7f030256, 0x7f030257, 0x7f030258, 0x7f030259, 0x7f03025a, 0x7f03025b, 0x7f03025c, 0x7f03025d, 0x7f03025e, 0x7f03025f, 0x7f030260, 0x7f030261, 0x7f030262, 0x7f030263, 0x7f030264, 0x7f030265, 0x7f030266, 0x7f030267, 0x7f030268, 0x7f030269, 0x7f03026a, 0x7f03026b, 0x7f03026c, 0x7f03026d, 0x7f03026e, 0x7f03026f, 0x7f030270, 0x7f030271, 0x7f030272, 0x7f030273, 0x7f030274, 0x7f030275, 0x7f030276, 0x7f030277, 0x7f030278, 0x7f030279, 0x7f03027b, 0x7f03027c, 0x7f03027d, 0x7f03027e, 0x7f03027f, 0x7f030280, 0x7f030281, 0x7f030282, 0x7f030283, 0x7f030286, 0x7f030287, 0x7f03028b }
+int styleable ConstraintLayout_Layout_android_orientation 0
+int styleable ConstraintLayout_Layout_android_padding 1
+int styleable ConstraintLayout_Layout_android_paddingLeft 2
+int styleable ConstraintLayout_Layout_android_paddingTop 3
+int styleable ConstraintLayout_Layout_android_paddingRight 4
+int styleable ConstraintLayout_Layout_android_paddingBottom 5
+int styleable ConstraintLayout_Layout_android_visibility 6
+int styleable ConstraintLayout_Layout_android_layout_width 7
+int styleable ConstraintLayout_Layout_android_layout_height 8
+int styleable ConstraintLayout_Layout_android_layout_margin 9
+int styleable ConstraintLayout_Layout_android_layout_marginLeft 10
+int styleable ConstraintLayout_Layout_android_layout_marginTop 11
+int styleable ConstraintLayout_Layout_android_layout_marginRight 12
+int styleable ConstraintLayout_Layout_android_layout_marginBottom 13
+int styleable ConstraintLayout_Layout_android_maxWidth 14
+int styleable ConstraintLayout_Layout_android_maxHeight 15
+int styleable ConstraintLayout_Layout_android_minWidth 16
+int styleable ConstraintLayout_Layout_android_minHeight 17
+int styleable ConstraintLayout_Layout_android_paddingStart 18
+int styleable ConstraintLayout_Layout_android_paddingEnd 19
+int styleable ConstraintLayout_Layout_android_layout_marginStart 20
+int styleable ConstraintLayout_Layout_android_layout_marginEnd 21
+int styleable ConstraintLayout_Layout_android_elevation 22
+int styleable ConstraintLayout_Layout_android_layout_marginHorizontal 23
+int styleable ConstraintLayout_Layout_android_layout_marginVertical 24
+int styleable ConstraintLayout_Layout_barrierAllowsGoneWidgets 25
+int styleable ConstraintLayout_Layout_barrierDirection 26
+int styleable ConstraintLayout_Layout_barrierMargin 27
+int styleable ConstraintLayout_Layout_chainUseRtl 28
+int styleable ConstraintLayout_Layout_circularflow_angles 29
+int styleable ConstraintLayout_Layout_circularflow_defaultAngle 30
+int styleable ConstraintLayout_Layout_circularflow_defaultRadius 31
+int styleable ConstraintLayout_Layout_circularflow_radiusInDP 32
+int styleable ConstraintLayout_Layout_circularflow_viewCenter 33
+int styleable ConstraintLayout_Layout_constraintSet 34
+int styleable ConstraintLayout_Layout_constraint_referenced_ids 35
+int styleable ConstraintLayout_Layout_constraint_referenced_tags 36
+int styleable ConstraintLayout_Layout_flow_firstHorizontalBias 37
+int styleable ConstraintLayout_Layout_flow_firstHorizontalStyle 38
+int styleable ConstraintLayout_Layout_flow_firstVerticalBias 39
+int styleable ConstraintLayout_Layout_flow_firstVerticalStyle 40
+int styleable ConstraintLayout_Layout_flow_horizontalAlign 41
+int styleable ConstraintLayout_Layout_flow_horizontalBias 42
+int styleable ConstraintLayout_Layout_flow_horizontalGap 43
+int styleable ConstraintLayout_Layout_flow_horizontalStyle 44
+int styleable ConstraintLayout_Layout_flow_lastHorizontalBias 45
+int styleable ConstraintLayout_Layout_flow_lastHorizontalStyle 46
+int styleable ConstraintLayout_Layout_flow_lastVerticalBias 47
+int styleable ConstraintLayout_Layout_flow_lastVerticalStyle 48
+int styleable ConstraintLayout_Layout_flow_maxElementsWrap 49
+int styleable ConstraintLayout_Layout_flow_verticalAlign 50
+int styleable ConstraintLayout_Layout_flow_verticalBias 51
+int styleable ConstraintLayout_Layout_flow_verticalGap 52
+int styleable ConstraintLayout_Layout_flow_verticalStyle 53
+int styleable ConstraintLayout_Layout_flow_wrapMode 54
+int styleable ConstraintLayout_Layout_guidelineUseRtl 55
+int styleable ConstraintLayout_Layout_layoutDescription 56
+int styleable ConstraintLayout_Layout_layout_constrainedHeight 57
+int styleable ConstraintLayout_Layout_layout_constrainedWidth 58
+int styleable ConstraintLayout_Layout_layout_constraintBaseline_creator 59
+int styleable ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf 60
+int styleable ConstraintLayout_Layout_layout_constraintBaseline_toBottomOf 61
+int styleable ConstraintLayout_Layout_layout_constraintBaseline_toTopOf 62
+int styleable ConstraintLayout_Layout_layout_constraintBottom_creator 63
+int styleable ConstraintLayout_Layout_layout_constraintBottom_toBottomOf 64
+int styleable ConstraintLayout_Layout_layout_constraintBottom_toTopOf 65
+int styleable ConstraintLayout_Layout_layout_constraintCircle 66
+int styleable ConstraintLayout_Layout_layout_constraintCircleAngle 67
+int styleable ConstraintLayout_Layout_layout_constraintCircleRadius 68
+int styleable ConstraintLayout_Layout_layout_constraintDimensionRatio 69
+int styleable ConstraintLayout_Layout_layout_constraintEnd_toEndOf 70
+int styleable ConstraintLayout_Layout_layout_constraintEnd_toStartOf 71
+int styleable ConstraintLayout_Layout_layout_constraintGuide_begin 72
+int styleable ConstraintLayout_Layout_layout_constraintGuide_end 73
+int styleable ConstraintLayout_Layout_layout_constraintGuide_percent 74
+int styleable ConstraintLayout_Layout_layout_constraintHeight 75
+int styleable ConstraintLayout_Layout_layout_constraintHeight_default 76
+int styleable ConstraintLayout_Layout_layout_constraintHeight_max 77
+int styleable ConstraintLayout_Layout_layout_constraintHeight_min 78
+int styleable ConstraintLayout_Layout_layout_constraintHeight_percent 79
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_bias 80
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle 81
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_weight 82
+int styleable ConstraintLayout_Layout_layout_constraintLeft_creator 83
+int styleable ConstraintLayout_Layout_layout_constraintLeft_toLeftOf 84
+int styleable ConstraintLayout_Layout_layout_constraintLeft_toRightOf 85
+int styleable ConstraintLayout_Layout_layout_constraintRight_creator 86
+int styleable ConstraintLayout_Layout_layout_constraintRight_toLeftOf 87
+int styleable ConstraintLayout_Layout_layout_constraintRight_toRightOf 88
+int styleable ConstraintLayout_Layout_layout_constraintStart_toEndOf 89
+int styleable ConstraintLayout_Layout_layout_constraintStart_toStartOf 90
+int styleable ConstraintLayout_Layout_layout_constraintTag 91
+int styleable ConstraintLayout_Layout_layout_constraintTop_creator 92
+int styleable ConstraintLayout_Layout_layout_constraintTop_toBottomOf 93
+int styleable ConstraintLayout_Layout_layout_constraintTop_toTopOf 94
+int styleable ConstraintLayout_Layout_layout_constraintVertical_bias 95
+int styleable ConstraintLayout_Layout_layout_constraintVertical_chainStyle 96
+int styleable ConstraintLayout_Layout_layout_constraintVertical_weight 97
+int styleable ConstraintLayout_Layout_layout_constraintWidth 98
+int styleable ConstraintLayout_Layout_layout_constraintWidth_default 99
+int styleable ConstraintLayout_Layout_layout_constraintWidth_max 100
+int styleable ConstraintLayout_Layout_layout_constraintWidth_min 101
+int styleable ConstraintLayout_Layout_layout_constraintWidth_percent 102
+int styleable ConstraintLayout_Layout_layout_editor_absoluteX 103
+int styleable ConstraintLayout_Layout_layout_editor_absoluteY 104
+int styleable ConstraintLayout_Layout_layout_goneMarginBaseline 105
+int styleable ConstraintLayout_Layout_layout_goneMarginBottom 106
+int styleable ConstraintLayout_Layout_layout_goneMarginEnd 107
+int styleable ConstraintLayout_Layout_layout_goneMarginLeft 108
+int styleable ConstraintLayout_Layout_layout_goneMarginRight 109
+int styleable ConstraintLayout_Layout_layout_goneMarginStart 110
+int styleable ConstraintLayout_Layout_layout_goneMarginTop 111
+int styleable ConstraintLayout_Layout_layout_marginBaseline 112
+int styleable ConstraintLayout_Layout_layout_optimizationLevel 113
+int styleable ConstraintLayout_Layout_layout_wrapBehaviorInParent 114
+int[] styleable ConstraintLayout_ReactiveGuide { 0x7f030366, 0x7f030367, 0x7f030368, 0x7f030369 }
+int styleable ConstraintLayout_ReactiveGuide_reactiveGuide_animateChange 0
+int styleable ConstraintLayout_ReactiveGuide_reactiveGuide_applyToAllConstraintSets 1
+int styleable ConstraintLayout_ReactiveGuide_reactiveGuide_applyToConstraintSet 2
+int styleable ConstraintLayout_ReactiveGuide_reactiveGuide_valueId 3
+int[] styleable ConstraintLayout_placeholder { 0x7f030116, 0x7f03034e }
+int styleable ConstraintLayout_placeholder_content 0
+int styleable ConstraintLayout_placeholder_placeholder_emptyVisibility 1
+int[] styleable ConstraintOverride { 0x010100c4, 0x010100d0, 0x010100dc, 0x010100f4, 0x010100f5, 0x010100f7, 0x010100f8, 0x010100f9, 0x010100fa, 0x0101011f, 0x01010120, 0x0101013f, 0x01010140, 0x0101031f, 0x01010320, 0x01010321, 0x01010322, 0x01010323, 0x01010324, 0x01010325, 0x01010326, 0x01010327, 0x01010328, 0x010103b5, 0x010103b6, 0x010103fa, 0x01010440, 0x7f030030, 0x7f030033, 0x7f030056, 0x7f030057, 0x7f030058, 0x7f03009f, 0x7f030113, 0x7f030163, 0x7f0301c3, 0x7f0301c4, 0x7f0301c5, 0x7f0301c6, 0x7f0301c7, 0x7f0301c8, 0x7f0301c9, 0x7f0301ca, 0x7f0301cb, 0x7f0301cc, 0x7f0301cd, 0x7f0301ce, 0x7f0301cf, 0x7f0301d1, 0x7f0301d2, 0x7f0301d3, 0x7f0301d4, 0x7f0301d5, 0x7f0301e9, 0x7f03024c, 0x7f03024d, 0x7f03024e, 0x7f030252, 0x7f030256, 0x7f030257, 0x7f030258, 0x7f03025b, 0x7f03025c, 0x7f03025d, 0x7f03025e, 0x7f03025f, 0x7f030260, 0x7f030261, 0x7f030262, 0x7f030263, 0x7f030264, 0x7f030265, 0x7f030266, 0x7f030269, 0x7f03026e, 0x7f03026f, 0x7f030272, 0x7f030273, 0x7f030274, 0x7f030275, 0x7f030276, 0x7f030277, 0x7f030278, 0x7f030279, 0x7f03027b, 0x7f03027c, 0x7f03027d, 0x7f03027e, 0x7f03027f, 0x7f030280, 0x7f030281, 0x7f030282, 0x7f030283, 0x7f030286, 0x7f03028b, 0x7f030318, 0x7f030319, 0x7f03031a, 0x7f030343, 0x7f03034a, 0x7f03034f, 0x7f03035b, 0x7f03035c, 0x7f03035d, 0x7f03047e, 0x7f030480, 0x7f030482, 0x7f030494 }
+int styleable ConstraintOverride_android_orientation 0
+int styleable ConstraintOverride_android_id 1
+int styleable ConstraintOverride_android_visibility 2
+int styleable ConstraintOverride_android_layout_width 3
+int styleable ConstraintOverride_android_layout_height 4
+int styleable ConstraintOverride_android_layout_marginLeft 5
+int styleable ConstraintOverride_android_layout_marginTop 6
+int styleable ConstraintOverride_android_layout_marginRight 7
+int styleable ConstraintOverride_android_layout_marginBottom 8
+int styleable ConstraintOverride_android_maxWidth 9
+int styleable ConstraintOverride_android_maxHeight 10
+int styleable ConstraintOverride_android_minWidth 11
+int styleable ConstraintOverride_android_minHeight 12
+int styleable ConstraintOverride_android_alpha 13
+int styleable ConstraintOverride_android_transformPivotX 14
+int styleable ConstraintOverride_android_transformPivotY 15
+int styleable ConstraintOverride_android_translationX 16
+int styleable ConstraintOverride_android_translationY 17
+int styleable ConstraintOverride_android_scaleX 18
+int styleable ConstraintOverride_android_scaleY 19
+int styleable ConstraintOverride_android_rotation 20
+int styleable ConstraintOverride_android_rotationX 21
+int styleable ConstraintOverride_android_rotationY 22
+int styleable ConstraintOverride_android_layout_marginStart 23
+int styleable ConstraintOverride_android_layout_marginEnd 24
+int styleable ConstraintOverride_android_translationZ 25
+int styleable ConstraintOverride_android_elevation 26
+int styleable ConstraintOverride_animateCircleAngleTo 27
+int styleable ConstraintOverride_animateRelativeTo 28
+int styleable ConstraintOverride_barrierAllowsGoneWidgets 29
+int styleable ConstraintOverride_barrierDirection 30
+int styleable ConstraintOverride_barrierMargin 31
+int styleable ConstraintOverride_chainUseRtl 32
+int styleable ConstraintOverride_constraint_referenced_ids 33
+int styleable ConstraintOverride_drawPath 34
+int styleable ConstraintOverride_flow_firstHorizontalBias 35
+int styleable ConstraintOverride_flow_firstHorizontalStyle 36
+int styleable ConstraintOverride_flow_firstVerticalBias 37
+int styleable ConstraintOverride_flow_firstVerticalStyle 38
+int styleable ConstraintOverride_flow_horizontalAlign 39
+int styleable ConstraintOverride_flow_horizontalBias 40
+int styleable ConstraintOverride_flow_horizontalGap 41
+int styleable ConstraintOverride_flow_horizontalStyle 42
+int styleable ConstraintOverride_flow_lastHorizontalBias 43
+int styleable ConstraintOverride_flow_lastHorizontalStyle 44
+int styleable ConstraintOverride_flow_lastVerticalBias 45
+int styleable ConstraintOverride_flow_lastVerticalStyle 46
+int styleable ConstraintOverride_flow_maxElementsWrap 47
+int styleable ConstraintOverride_flow_verticalAlign 48
+int styleable ConstraintOverride_flow_verticalBias 49
+int styleable ConstraintOverride_flow_verticalGap 50
+int styleable ConstraintOverride_flow_verticalStyle 51
+int styleable ConstraintOverride_flow_wrapMode 52
+int styleable ConstraintOverride_guidelineUseRtl 53
+int styleable ConstraintOverride_layout_constrainedHeight 54
+int styleable ConstraintOverride_layout_constrainedWidth 55
+int styleable ConstraintOverride_layout_constraintBaseline_creator 56
+int styleable ConstraintOverride_layout_constraintBottom_creator 57
+int styleable ConstraintOverride_layout_constraintCircleAngle 58
+int styleable ConstraintOverride_layout_constraintCircleRadius 59
+int styleable ConstraintOverride_layout_constraintDimensionRatio 60
+int styleable ConstraintOverride_layout_constraintGuide_begin 61
+int styleable ConstraintOverride_layout_constraintGuide_end 62
+int styleable ConstraintOverride_layout_constraintGuide_percent 63
+int styleable ConstraintOverride_layout_constraintHeight 64
+int styleable ConstraintOverride_layout_constraintHeight_default 65
+int styleable ConstraintOverride_layout_constraintHeight_max 66
+int styleable ConstraintOverride_layout_constraintHeight_min 67
+int styleable ConstraintOverride_layout_constraintHeight_percent 68
+int styleable ConstraintOverride_layout_constraintHorizontal_bias 69
+int styleable ConstraintOverride_layout_constraintHorizontal_chainStyle 70
+int styleable ConstraintOverride_layout_constraintHorizontal_weight 71
+int styleable ConstraintOverride_layout_constraintLeft_creator 72
+int styleable ConstraintOverride_layout_constraintRight_creator 73
+int styleable ConstraintOverride_layout_constraintTag 74
+int styleable ConstraintOverride_layout_constraintTop_creator 75
+int styleable ConstraintOverride_layout_constraintVertical_bias 76
+int styleable ConstraintOverride_layout_constraintVertical_chainStyle 77
+int styleable ConstraintOverride_layout_constraintVertical_weight 78
+int styleable ConstraintOverride_layout_constraintWidth 79
+int styleable ConstraintOverride_layout_constraintWidth_default 80
+int styleable ConstraintOverride_layout_constraintWidth_max 81
+int styleable ConstraintOverride_layout_constraintWidth_min 82
+int styleable ConstraintOverride_layout_constraintWidth_percent 83
+int styleable ConstraintOverride_layout_editor_absoluteX 84
+int styleable ConstraintOverride_layout_editor_absoluteY 85
+int styleable ConstraintOverride_layout_goneMarginBaseline 86
+int styleable ConstraintOverride_layout_goneMarginBottom 87
+int styleable ConstraintOverride_layout_goneMarginEnd 88
+int styleable ConstraintOverride_layout_goneMarginLeft 89
+int styleable ConstraintOverride_layout_goneMarginRight 90
+int styleable ConstraintOverride_layout_goneMarginStart 91
+int styleable ConstraintOverride_layout_goneMarginTop 92
+int styleable ConstraintOverride_layout_marginBaseline 93
+int styleable ConstraintOverride_layout_wrapBehaviorInParent 94
+int styleable ConstraintOverride_motionProgress 95
+int styleable ConstraintOverride_motionStagger 96
+int styleable ConstraintOverride_motionTarget 97
+int styleable ConstraintOverride_pathMotionArc 98
+int styleable ConstraintOverride_pivotAnchor 99
+int styleable ConstraintOverride_polarRelativeTo 100
+int styleable ConstraintOverride_quantizeMotionInterpolator 101
+int styleable ConstraintOverride_quantizeMotionPhase 102
+int styleable ConstraintOverride_quantizeMotionSteps 103
+int styleable ConstraintOverride_transformPivotTarget 104
+int styleable ConstraintOverride_transitionEasing 105
+int styleable ConstraintOverride_transitionPathRotate 106
+int styleable ConstraintOverride_visibilityMode 107
+int[] styleable ConstraintSet { 0x010100c4, 0x010100d0, 0x010100dc, 0x010100f4, 0x010100f5, 0x010100f7, 0x010100f8, 0x010100f9, 0x010100fa, 0x0101011f, 0x01010120, 0x0101013f, 0x01010140, 0x010101b5, 0x010101b6, 0x0101031f, 0x01010320, 0x01010321, 0x01010322, 0x01010323, 0x01010324, 0x01010325, 0x01010326, 0x01010327, 0x01010328, 0x010103b5, 0x010103b6, 0x010103fa, 0x01010440, 0x7f030030, 0x7f030033, 0x7f030056, 0x7f030057, 0x7f030058, 0x7f03009f, 0x7f03010f, 0x7f030113, 0x7f030114, 0x7f030153, 0x7f030163, 0x7f0301c3, 0x7f0301c4, 0x7f0301c5, 0x7f0301c6, 0x7f0301c7, 0x7f0301c8, 0x7f0301c9, 0x7f0301ca, 0x7f0301cb, 0x7f0301cc, 0x7f0301cd, 0x7f0301ce, 0x7f0301cf, 0x7f0301d1, 0x7f0301d2, 0x7f0301d3, 0x7f0301d4, 0x7f0301d5, 0x7f0301e9, 0x7f03024c, 0x7f03024d, 0x7f03024e, 0x7f03024f, 0x7f030250, 0x7f030251, 0x7f030252, 0x7f030253, 0x7f030254, 0x7f030255, 0x7f030256, 0x7f030257, 0x7f030258, 0x7f030259, 0x7f03025a, 0x7f03025b, 0x7f03025c, 0x7f03025d, 0x7f03025f, 0x7f030260, 0x7f030261, 0x7f030262, 0x7f030263, 0x7f030264, 0x7f030265, 0x7f030266, 0x7f030267, 0x7f030268, 0x7f030269, 0x7f03026a, 0x7f03026b, 0x7f03026c, 0x7f03026d, 0x7f03026e, 0x7f03026f, 0x7f030270, 0x7f030271, 0x7f030272, 0x7f030273, 0x7f030274, 0x7f030276, 0x7f030277, 0x7f030278, 0x7f030279, 0x7f03027b, 0x7f03027c, 0x7f03027d, 0x7f03027e, 0x7f03027f, 0x7f030280, 0x7f030281, 0x7f030282, 0x7f030283, 0x7f030286, 0x7f03028b, 0x7f030318, 0x7f030319, 0x7f030343, 0x7f03034a, 0x7f03034f, 0x7f03035d, 0x7f030480, 0x7f030482 }
+int styleable ConstraintSet_android_orientation 0
+int styleable ConstraintSet_android_id 1
+int styleable ConstraintSet_android_visibility 2
+int styleable ConstraintSet_android_layout_width 3
+int styleable ConstraintSet_android_layout_height 4
+int styleable ConstraintSet_android_layout_marginLeft 5
+int styleable ConstraintSet_android_layout_marginTop 6
+int styleable ConstraintSet_android_layout_marginRight 7
+int styleable ConstraintSet_android_layout_marginBottom 8
+int styleable ConstraintSet_android_maxWidth 9
+int styleable ConstraintSet_android_maxHeight 10
+int styleable ConstraintSet_android_minWidth 11
+int styleable ConstraintSet_android_minHeight 12
+int styleable ConstraintSet_android_pivotX 13
+int styleable ConstraintSet_android_pivotY 14
+int styleable ConstraintSet_android_alpha 15
+int styleable ConstraintSet_android_transformPivotX 16
+int styleable ConstraintSet_android_transformPivotY 17
+int styleable ConstraintSet_android_translationX 18
+int styleable ConstraintSet_android_translationY 19
+int styleable ConstraintSet_android_scaleX 20
+int styleable ConstraintSet_android_scaleY 21
+int styleable ConstraintSet_android_rotation 22
+int styleable ConstraintSet_android_rotationX 23
+int styleable ConstraintSet_android_rotationY 24
+int styleable ConstraintSet_android_layout_marginStart 25
+int styleable ConstraintSet_android_layout_marginEnd 26
+int styleable ConstraintSet_android_translationZ 27
+int styleable ConstraintSet_android_elevation 28
+int styleable ConstraintSet_animateCircleAngleTo 29
+int styleable ConstraintSet_animateRelativeTo 30
+int styleable ConstraintSet_barrierAllowsGoneWidgets 31
+int styleable ConstraintSet_barrierDirection 32
+int styleable ConstraintSet_barrierMargin 33
+int styleable ConstraintSet_chainUseRtl 34
+int styleable ConstraintSet_constraintRotate 35
+int styleable ConstraintSet_constraint_referenced_ids 36
+int styleable ConstraintSet_constraint_referenced_tags 37
+int styleable ConstraintSet_deriveConstraintsFrom 38
+int styleable ConstraintSet_drawPath 39
+int styleable ConstraintSet_flow_firstHorizontalBias 40
+int styleable ConstraintSet_flow_firstHorizontalStyle 41
+int styleable ConstraintSet_flow_firstVerticalBias 42
+int styleable ConstraintSet_flow_firstVerticalStyle 43
+int styleable ConstraintSet_flow_horizontalAlign 44
+int styleable ConstraintSet_flow_horizontalBias 45
+int styleable ConstraintSet_flow_horizontalGap 46
+int styleable ConstraintSet_flow_horizontalStyle 47
+int styleable ConstraintSet_flow_lastHorizontalBias 48
+int styleable ConstraintSet_flow_lastHorizontalStyle 49
+int styleable ConstraintSet_flow_lastVerticalBias 50
+int styleable ConstraintSet_flow_lastVerticalStyle 51
+int styleable ConstraintSet_flow_maxElementsWrap 52
+int styleable ConstraintSet_flow_verticalAlign 53
+int styleable ConstraintSet_flow_verticalBias 54
+int styleable ConstraintSet_flow_verticalGap 55
+int styleable ConstraintSet_flow_verticalStyle 56
+int styleable ConstraintSet_flow_wrapMode 57
+int styleable ConstraintSet_guidelineUseRtl 58
+int styleable ConstraintSet_layout_constrainedHeight 59
+int styleable ConstraintSet_layout_constrainedWidth 60
+int styleable ConstraintSet_layout_constraintBaseline_creator 61
+int styleable ConstraintSet_layout_constraintBaseline_toBaselineOf 62
+int styleable ConstraintSet_layout_constraintBaseline_toBottomOf 63
+int styleable ConstraintSet_layout_constraintBaseline_toTopOf 64
+int styleable ConstraintSet_layout_constraintBottom_creator 65
+int styleable ConstraintSet_layout_constraintBottom_toBottomOf 66
+int styleable ConstraintSet_layout_constraintBottom_toTopOf 67
+int styleable ConstraintSet_layout_constraintCircle 68
+int styleable ConstraintSet_layout_constraintCircleAngle 69
+int styleable ConstraintSet_layout_constraintCircleRadius 70
+int styleable ConstraintSet_layout_constraintDimensionRatio 71
+int styleable ConstraintSet_layout_constraintEnd_toEndOf 72
+int styleable ConstraintSet_layout_constraintEnd_toStartOf 73
+int styleable ConstraintSet_layout_constraintGuide_begin 74
+int styleable ConstraintSet_layout_constraintGuide_end 75
+int styleable ConstraintSet_layout_constraintGuide_percent 76
+int styleable ConstraintSet_layout_constraintHeight_default 77
+int styleable ConstraintSet_layout_constraintHeight_max 78
+int styleable ConstraintSet_layout_constraintHeight_min 79
+int styleable ConstraintSet_layout_constraintHeight_percent 80
+int styleable ConstraintSet_layout_constraintHorizontal_bias 81
+int styleable ConstraintSet_layout_constraintHorizontal_chainStyle 82
+int styleable ConstraintSet_layout_constraintHorizontal_weight 83
+int styleable ConstraintSet_layout_constraintLeft_creator 84
+int styleable ConstraintSet_layout_constraintLeft_toLeftOf 85
+int styleable ConstraintSet_layout_constraintLeft_toRightOf 86
+int styleable ConstraintSet_layout_constraintRight_creator 87
+int styleable ConstraintSet_layout_constraintRight_toLeftOf 88
+int styleable ConstraintSet_layout_constraintRight_toRightOf 89
+int styleable ConstraintSet_layout_constraintStart_toEndOf 90
+int styleable ConstraintSet_layout_constraintStart_toStartOf 91
+int styleable ConstraintSet_layout_constraintTag 92
+int styleable ConstraintSet_layout_constraintTop_creator 93
+int styleable ConstraintSet_layout_constraintTop_toBottomOf 94
+int styleable ConstraintSet_layout_constraintTop_toTopOf 95
+int styleable ConstraintSet_layout_constraintVertical_bias 96
+int styleable ConstraintSet_layout_constraintVertical_chainStyle 97
+int styleable ConstraintSet_layout_constraintVertical_weight 98
+int styleable ConstraintSet_layout_constraintWidth_default 99
+int styleable ConstraintSet_layout_constraintWidth_max 100
+int styleable ConstraintSet_layout_constraintWidth_min 101
+int styleable ConstraintSet_layout_constraintWidth_percent 102
+int styleable ConstraintSet_layout_editor_absoluteX 103
+int styleable ConstraintSet_layout_editor_absoluteY 104
+int styleable ConstraintSet_layout_goneMarginBaseline 105
+int styleable ConstraintSet_layout_goneMarginBottom 106
+int styleable ConstraintSet_layout_goneMarginEnd 107
+int styleable ConstraintSet_layout_goneMarginLeft 108
+int styleable ConstraintSet_layout_goneMarginRight 109
+int styleable ConstraintSet_layout_goneMarginStart 110
+int styleable ConstraintSet_layout_goneMarginTop 111
+int styleable ConstraintSet_layout_marginBaseline 112
+int styleable ConstraintSet_layout_wrapBehaviorInParent 113
+int styleable ConstraintSet_motionProgress 114
+int styleable ConstraintSet_motionStagger 115
+int styleable ConstraintSet_pathMotionArc 116
+int styleable ConstraintSet_pivotAnchor 117
+int styleable ConstraintSet_polarRelativeTo 118
+int styleable ConstraintSet_quantizeMotionSteps 119
+int styleable ConstraintSet_transitionEasing 120
+int styleable ConstraintSet_transitionPathRotate 121
+int[] styleable CoordinatorLayout { 0x7f03023c, 0x7f0303c5 }
+int styleable CoordinatorLayout_keylines 0
+int styleable CoordinatorLayout_statusBarBackground 1
+int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f030247, 0x7f030248, 0x7f030249, 0x7f03027a, 0x7f030284, 0x7f030285 }
+int styleable CoordinatorLayout_Layout_android_layout_gravity 0
+int styleable CoordinatorLayout_Layout_layout_anchor 1
+int styleable CoordinatorLayout_Layout_layout_anchorGravity 2
+int styleable CoordinatorLayout_Layout_layout_behavior 3
+int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4
+int styleable CoordinatorLayout_Layout_layout_insetEdge 5
+int styleable CoordinatorLayout_Layout_layout_keyline 6
+int[] styleable CustomAttribute { 0x7f03003a, 0x7f03013e, 0x7f03013f, 0x7f030140, 0x7f030141, 0x7f030142, 0x7f030143, 0x7f030145, 0x7f030146, 0x7f030147, 0x7f0302e4 }
+int styleable CustomAttribute_attributeName 0
+int styleable CustomAttribute_customBoolean 1
+int styleable CustomAttribute_customColorDrawableValue 2
+int styleable CustomAttribute_customColorValue 3
+int styleable CustomAttribute_customDimension 4
+int styleable CustomAttribute_customFloatValue 5
+int styleable CustomAttribute_customIntegerValue 6
+int styleable CustomAttribute_customPixelDimension 7
+int styleable CustomAttribute_customReference 8
+int styleable CustomAttribute_customStringValue 9
+int styleable CustomAttribute_methodName 10
+int[] styleable DrawerArrowToggle { 0x7f030038, 0x7f030039, 0x7f030055, 0x7f0300e3, 0x7f030168, 0x7f0301e6, 0x7f0303a9, 0x7f030440 }
+int styleable DrawerArrowToggle_arrowHeadLength 0
+int styleable DrawerArrowToggle_arrowShaftLength 1
+int styleable DrawerArrowToggle_barLength 2
+int styleable DrawerArrowToggle_color 3
+int styleable DrawerArrowToggle_drawableSize 4
+int styleable DrawerArrowToggle_gapBetweenBars 5
+int styleable DrawerArrowToggle_spinBars 6
+int styleable DrawerArrowToggle_thickness 7
+int[] styleable DrawerLayout { 0x7f030177 }
+int styleable DrawerLayout_elevation 0
+int[] styleable ExtendedFloatingActionButton { 0x7f0300da, 0x7f030177, 0x7f03019d, 0x7f03019e, 0x7f0301f3, 0x7f030395, 0x7f030399 }
+int styleable ExtendedFloatingActionButton_collapsedSize 0
+int styleable ExtendedFloatingActionButton_elevation 1
+int styleable ExtendedFloatingActionButton_extendMotionSpec 2
+int styleable ExtendedFloatingActionButton_extendStrategy 3
+int styleable ExtendedFloatingActionButton_hideMotionSpec 4
+int styleable ExtendedFloatingActionButton_showMotionSpec 5
+int styleable ExtendedFloatingActionButton_shrinkMotionSpec 6
+int[] styleable ExtendedFloatingActionButton_Behavior_Layout { 0x7f030059, 0x7f03005a }
+int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide 0
+int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink 1
+int[] styleable FloatingActionButton { 0x0101000e, 0x7f03004d, 0x7f03004e, 0x7f030068, 0x7f030177, 0x7f030187, 0x7f0301ac, 0x7f0301ad, 0x7f0301f3, 0x7f0301ff, 0x7f0302dc, 0x7f030358, 0x7f030371, 0x7f030384, 0x7f03038c, 0x7f030395, 0x7f030489 }
+int styleable FloatingActionButton_android_enabled 0
+int styleable FloatingActionButton_backgroundTint 1
+int styleable FloatingActionButton_backgroundTintMode 2
+int styleable FloatingActionButton_borderWidth 3
+int styleable FloatingActionButton_elevation 4
+int styleable FloatingActionButton_ensureMinTouchTargetSize 5
+int styleable FloatingActionButton_fabCustomSize 6
+int styleable FloatingActionButton_fabSize 7
+int styleable FloatingActionButton_hideMotionSpec 8
+int styleable FloatingActionButton_hoveredFocusedTranslationZ 9
+int styleable FloatingActionButton_maxImageSize 10
+int styleable FloatingActionButton_pressedTranslationZ 11
+int styleable FloatingActionButton_rippleColor 12
+int styleable FloatingActionButton_shapeAppearance 13
+int styleable FloatingActionButton_shapeAppearanceOverlay 14
+int styleable FloatingActionButton_showMotionSpec 15
+int styleable FloatingActionButton_useCompatPadding 16
+int[] styleable FloatingActionButton_Behavior_Layout { 0x7f030059 }
+int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0
+int[] styleable FlowLayout { 0x7f030232, 0x7f030291 }
+int styleable FlowLayout_itemSpacing 0
+int styleable FlowLayout_lineSpacing 1
+int[] styleable FontFamily { 0x7f0301d8, 0x7f0301d9, 0x7f0301da, 0x7f0301db, 0x7f0301dc, 0x7f0301dd, 0x7f0301de }
+int styleable FontFamily_fontProviderAuthority 0
+int styleable FontFamily_fontProviderCerts 1
+int styleable FontFamily_fontProviderFetchStrategy 2
+int styleable FontFamily_fontProviderFetchTimeout 3
+int styleable FontFamily_fontProviderPackage 4
+int styleable FontFamily_fontProviderQuery 5
+int styleable FontFamily_fontProviderSystemFontFamily 6
+int[] styleable FontFamilyFont { 0x01010532, 0x01010533, 0x0101053f, 0x0101056f, 0x01010570, 0x7f0301d6, 0x7f0301df, 0x7f0301e0, 0x7f0301e1, 0x7f030487 }
+int styleable FontFamilyFont_android_font 0
+int styleable FontFamilyFont_android_fontWeight 1
+int styleable FontFamilyFont_android_fontStyle 2
+int styleable FontFamilyFont_android_ttcIndex 3
+int styleable FontFamilyFont_android_fontVariationSettings 4
+int styleable FontFamilyFont_font 5
+int styleable FontFamilyFont_fontStyle 6
+int styleable FontFamilyFont_fontVariationSettings 7
+int styleable FontFamilyFont_fontWeight 8
+int styleable FontFamilyFont_ttcIndex 9
+int[] styleable ForegroundLinearLayout { 0x01010109, 0x01010200, 0x7f0301e4 }
+int styleable ForegroundLinearLayout_android_foreground 0
+int styleable ForegroundLinearLayout_android_foregroundGravity 1
+int styleable ForegroundLinearLayout_foregroundInsidePadding 2
+int[] styleable Fragment { 0x01010003, 0x010100d0, 0x010100d1 }
+int styleable Fragment_android_name 0
+int styleable Fragment_android_id 1
+int styleable Fragment_android_tag 2
+int[] styleable FragmentContainerView { 0x01010003, 0x010100d1 }
+int styleable FragmentContainerView_android_name 0
+int styleable FragmentContainerView_android_tag 1
+int[] styleable GradientColor { 0x0101019d, 0x0101019e, 0x010101a1, 0x010101a2, 0x010101a3, 0x010101a4, 0x01010201, 0x0101020b, 0x01010510, 0x01010511, 0x01010512, 0x01010513 }
+int styleable GradientColor_android_startColor 0
+int styleable GradientColor_android_endColor 1
+int styleable GradientColor_android_type 2
+int styleable GradientColor_android_centerX 3
+int styleable GradientColor_android_centerY 4
+int styleable GradientColor_android_gradientRadius 5
+int styleable GradientColor_android_tileMode 6
+int styleable GradientColor_android_centerColor 7
+int styleable GradientColor_android_startX 8
+int styleable GradientColor_android_startY 9
+int styleable GradientColor_android_endX 10
+int styleable GradientColor_android_endY 11
+int[] styleable GradientColorItem { 0x010101a5, 0x01010514 }
+int styleable GradientColorItem_android_color 0
+int styleable GradientColorItem_android_offset 1
+int[] styleable ImageFilterView { 0x7f03002f, 0x7f030065, 0x7f03007b, 0x7f030126, 0x7f03013b, 0x7f03020c, 0x7f03020d, 0x7f03020e, 0x7f03020f, 0x7f030332, 0x7f030373, 0x7f030374, 0x7f030375, 0x7f030496 }
+int styleable ImageFilterView_altSrc 0
+int styleable ImageFilterView_blendSrc 1
+int styleable ImageFilterView_brightness 2
+int styleable ImageFilterView_contrast 3
+int styleable ImageFilterView_crossfade 4
+int styleable ImageFilterView_imagePanX 5
+int styleable ImageFilterView_imagePanY 6
+int styleable ImageFilterView_imageRotate 7
+int styleable ImageFilterView_imageZoom 8
+int styleable ImageFilterView_overlay 9
+int styleable ImageFilterView_round 10
+int styleable ImageFilterView_roundPercent 11
+int styleable ImageFilterView_saturation 12
+int styleable ImageFilterView_warmth 13
+int[] styleable Insets { 0x7f0302a7, 0x7f0302a8, 0x7f0302a9, 0x7f030334, 0x7f030336, 0x7f030337, 0x7f03033a }
+int styleable Insets_marginLeftSystemWindowInsets 0
+int styleable Insets_marginRightSystemWindowInsets 1
+int styleable Insets_marginTopSystemWindowInsets 2
+int styleable Insets_paddingBottomSystemWindowInsets 3
+int styleable Insets_paddingLeftSystemWindowInsets 4
+int styleable Insets_paddingRightSystemWindowInsets 5
+int styleable Insets_paddingTopSystemWindowInsets 6
+int[] styleable KeyAttribute { 0x0101031f, 0x01010320, 0x01010321, 0x01010322, 0x01010323, 0x01010324, 0x01010325, 0x01010326, 0x01010327, 0x01010328, 0x010103fa, 0x01010440, 0x7f03013d, 0x7f0301e5, 0x7f030318, 0x7f03031a, 0x7f03047e, 0x7f030480, 0x7f030482 }
+int styleable KeyAttribute_android_alpha 0
+int styleable KeyAttribute_android_transformPivotX 1
+int styleable KeyAttribute_android_transformPivotY 2
+int styleable KeyAttribute_android_translationX 3
+int styleable KeyAttribute_android_translationY 4
+int styleable KeyAttribute_android_scaleX 5
+int styleable KeyAttribute_android_scaleY 6
+int styleable KeyAttribute_android_rotation 7
+int styleable KeyAttribute_android_rotationX 8
+int styleable KeyAttribute_android_rotationY 9
+int styleable KeyAttribute_android_translationZ 10
+int styleable KeyAttribute_android_elevation 11
+int styleable KeyAttribute_curveFit 12
+int styleable KeyAttribute_framePosition 13
+int styleable KeyAttribute_motionProgress 14
+int styleable KeyAttribute_motionTarget 15
+int styleable KeyAttribute_transformPivotTarget 16
+int styleable KeyAttribute_transitionEasing 17
+int styleable KeyAttribute_transitionPathRotate 18
+int[] styleable KeyCycle { 0x0101031f, 0x01010322, 0x01010323, 0x01010324, 0x01010325, 0x01010326, 0x01010327, 0x01010328, 0x010103fa, 0x01010440, 0x7f03013d, 0x7f0301e5, 0x7f030318, 0x7f03031a, 0x7f030480, 0x7f030482, 0x7f030498, 0x7f030499, 0x7f03049a, 0x7f03049b, 0x7f03049c }
+int styleable KeyCycle_android_alpha 0
+int styleable KeyCycle_android_translationX 1
+int styleable KeyCycle_android_translationY 2
+int styleable KeyCycle_android_scaleX 3
+int styleable KeyCycle_android_scaleY 4
+int styleable KeyCycle_android_rotation 5
+int styleable KeyCycle_android_rotationX 6
+int styleable KeyCycle_android_rotationY 7
+int styleable KeyCycle_android_translationZ 8
+int styleable KeyCycle_android_elevation 9
+int styleable KeyCycle_curveFit 10
+int styleable KeyCycle_framePosition 11
+int styleable KeyCycle_motionProgress 12
+int styleable KeyCycle_motionTarget 13
+int styleable KeyCycle_transitionEasing 14
+int styleable KeyCycle_transitionPathRotate 15
+int styleable KeyCycle_waveOffset 16
+int styleable KeyCycle_wavePeriod 17
+int styleable KeyCycle_wavePhase 18
+int styleable KeyCycle_waveShape 19
+int styleable KeyCycle_waveVariesBy 20
+int[] styleable KeyFrame { }
+int[] styleable KeyFramesAcceleration { }
+int[] styleable KeyFramesVelocity { }
+int[] styleable KeyPosition { 0x7f03013d, 0x7f030163, 0x7f0301e5, 0x7f03023a, 0x7f03031a, 0x7f030343, 0x7f030345, 0x7f030346, 0x7f030347, 0x7f030348, 0x7f0303a3, 0x7f030480 }
+int styleable KeyPosition_curveFit 0
+int styleable KeyPosition_drawPath 1
+int styleable KeyPosition_framePosition 2
+int styleable KeyPosition_keyPositionType 3
+int styleable KeyPosition_motionTarget 4
+int styleable KeyPosition_pathMotionArc 5
+int styleable KeyPosition_percentHeight 6
+int styleable KeyPosition_percentWidth 7
+int styleable KeyPosition_percentX 8
+int styleable KeyPosition_percentY 9
+int styleable KeyPosition_sizePercent 10
+int styleable KeyPosition_transitionEasing 11
+int[] styleable KeyTimeCycle { 0x0101031f, 0x01010322, 0x01010323, 0x01010324, 0x01010325, 0x01010326, 0x01010327, 0x01010328, 0x010103fa, 0x01010440, 0x7f03013d, 0x7f0301e5, 0x7f030318, 0x7f03031a, 0x7f030480, 0x7f030482, 0x7f030497, 0x7f030498, 0x7f030499, 0x7f03049a, 0x7f03049b }
+int styleable KeyTimeCycle_android_alpha 0
+int styleable KeyTimeCycle_android_translationX 1
+int styleable KeyTimeCycle_android_translationY 2
+int styleable KeyTimeCycle_android_scaleX 3
+int styleable KeyTimeCycle_android_scaleY 4
+int styleable KeyTimeCycle_android_rotation 5
+int styleable KeyTimeCycle_android_rotationX 6
+int styleable KeyTimeCycle_android_rotationY 7
+int styleable KeyTimeCycle_android_translationZ 8
+int styleable KeyTimeCycle_android_elevation 9
+int styleable KeyTimeCycle_curveFit 10
+int styleable KeyTimeCycle_framePosition 11
+int styleable KeyTimeCycle_motionProgress 12
+int styleable KeyTimeCycle_motionTarget 13
+int styleable KeyTimeCycle_transitionEasing 14
+int styleable KeyTimeCycle_transitionPathRotate 15
+int styleable KeyTimeCycle_waveDecay 16
+int styleable KeyTimeCycle_waveOffset 17
+int styleable KeyTimeCycle_wavePeriod 18
+int styleable KeyTimeCycle_wavePhase 19
+int styleable KeyTimeCycle_waveShape 20
+int[] styleable KeyTrigger { 0x7f0301e5, 0x7f03031a, 0x7f03031b, 0x7f03031c, 0x7f03032a, 0x7f03032c, 0x7f03032d, 0x7f030484, 0x7f030485, 0x7f030486, 0x7f030491, 0x7f030492, 0x7f030493 }
+int styleable KeyTrigger_framePosition 0
+int styleable KeyTrigger_motionTarget 1
+int styleable KeyTrigger_motion_postLayoutCollision 2
+int styleable KeyTrigger_motion_triggerOnCollision 3
+int styleable KeyTrigger_onCross 4
+int styleable KeyTrigger_onNegativeCross 5
+int styleable KeyTrigger_onPositiveCross 6
+int styleable KeyTrigger_triggerId 7
+int styleable KeyTrigger_triggerReceiver 8
+int styleable KeyTrigger_triggerSlack 9
+int styleable KeyTrigger_viewTransitionOnCross 10
+int styleable KeyTrigger_viewTransitionOnNegativeCross 11
+int styleable KeyTrigger_viewTransitionOnPositiveCross 12
+int[] styleable Layout { 0x010100c4, 0x010100f4, 0x010100f5, 0x010100f7, 0x010100f8, 0x010100f9, 0x010100fa, 0x010103b5, 0x010103b6, 0x7f030056, 0x7f030057, 0x7f030058, 0x7f03009f, 0x7f030113, 0x7f030114, 0x7f0301e9, 0x7f03024c, 0x7f03024d, 0x7f03024e, 0x7f03024f, 0x7f030250, 0x7f030251, 0x7f030252, 0x7f030253, 0x7f030254, 0x7f030255, 0x7f030256, 0x7f030257, 0x7f030258, 0x7f030259, 0x7f03025a, 0x7f03025b, 0x7f03025c, 0x7f03025d, 0x7f03025e, 0x7f03025f, 0x7f030260, 0x7f030261, 0x7f030262, 0x7f030263, 0x7f030264, 0x7f030265, 0x7f030266, 0x7f030267, 0x7f030268, 0x7f030269, 0x7f03026a, 0x7f03026b, 0x7f03026c, 0x7f03026d, 0x7f03026f, 0x7f030270, 0x7f030271, 0x7f030272, 0x7f030273, 0x7f030274, 0x7f030275, 0x7f030276, 0x7f030277, 0x7f030278, 0x7f030279, 0x7f03027b, 0x7f03027c, 0x7f03027d, 0x7f03027e, 0x7f03027f, 0x7f030280, 0x7f030281, 0x7f030282, 0x7f030283, 0x7f030286, 0x7f03028b, 0x7f0302db, 0x7f0302df, 0x7f0302e5, 0x7f0302e9 }
+int styleable Layout_android_orientation 0
+int styleable Layout_android_layout_width 1
+int styleable Layout_android_layout_height 2
+int styleable Layout_android_layout_marginLeft 3
+int styleable Layout_android_layout_marginTop 4
+int styleable Layout_android_layout_marginRight 5
+int styleable Layout_android_layout_marginBottom 6
+int styleable Layout_android_layout_marginStart 7
+int styleable Layout_android_layout_marginEnd 8
+int styleable Layout_barrierAllowsGoneWidgets 9
+int styleable Layout_barrierDirection 10
+int styleable Layout_barrierMargin 11
+int styleable Layout_chainUseRtl 12
+int styleable Layout_constraint_referenced_ids 13
+int styleable Layout_constraint_referenced_tags 14
+int styleable Layout_guidelineUseRtl 15
+int styleable Layout_layout_constrainedHeight 16
+int styleable Layout_layout_constrainedWidth 17
+int styleable Layout_layout_constraintBaseline_creator 18
+int styleable Layout_layout_constraintBaseline_toBaselineOf 19
+int styleable Layout_layout_constraintBaseline_toBottomOf 20
+int styleable Layout_layout_constraintBaseline_toTopOf 21
+int styleable Layout_layout_constraintBottom_creator 22
+int styleable Layout_layout_constraintBottom_toBottomOf 23
+int styleable Layout_layout_constraintBottom_toTopOf 24
+int styleable Layout_layout_constraintCircle 25
+int styleable Layout_layout_constraintCircleAngle 26
+int styleable Layout_layout_constraintCircleRadius 27
+int styleable Layout_layout_constraintDimensionRatio 28
+int styleable Layout_layout_constraintEnd_toEndOf 29
+int styleable Layout_layout_constraintEnd_toStartOf 30
+int styleable Layout_layout_constraintGuide_begin 31
+int styleable Layout_layout_constraintGuide_end 32
+int styleable Layout_layout_constraintGuide_percent 33
+int styleable Layout_layout_constraintHeight 34
+int styleable Layout_layout_constraintHeight_default 35
+int styleable Layout_layout_constraintHeight_max 36
+int styleable Layout_layout_constraintHeight_min 37
+int styleable Layout_layout_constraintHeight_percent 38
+int styleable Layout_layout_constraintHorizontal_bias 39
+int styleable Layout_layout_constraintHorizontal_chainStyle 40
+int styleable Layout_layout_constraintHorizontal_weight 41
+int styleable Layout_layout_constraintLeft_creator 42
+int styleable Layout_layout_constraintLeft_toLeftOf 43
+int styleable Layout_layout_constraintLeft_toRightOf 44
+int styleable Layout_layout_constraintRight_creator 45
+int styleable Layout_layout_constraintRight_toLeftOf 46
+int styleable Layout_layout_constraintRight_toRightOf 47
+int styleable Layout_layout_constraintStart_toEndOf 48
+int styleable Layout_layout_constraintStart_toStartOf 49
+int styleable Layout_layout_constraintTop_creator 50
+int styleable Layout_layout_constraintTop_toBottomOf 51
+int styleable Layout_layout_constraintTop_toTopOf 52
+int styleable Layout_layout_constraintVertical_bias 53
+int styleable Layout_layout_constraintVertical_chainStyle 54
+int styleable Layout_layout_constraintVertical_weight 55
+int styleable Layout_layout_constraintWidth 56
+int styleable Layout_layout_constraintWidth_default 57
+int styleable Layout_layout_constraintWidth_max 58
+int styleable Layout_layout_constraintWidth_min 59
+int styleable Layout_layout_constraintWidth_percent 60
+int styleable Layout_layout_editor_absoluteX 61
+int styleable Layout_layout_editor_absoluteY 62
+int styleable Layout_layout_goneMarginBaseline 63
+int styleable Layout_layout_goneMarginBottom 64
+int styleable Layout_layout_goneMarginEnd 65
+int styleable Layout_layout_goneMarginLeft 66
+int styleable Layout_layout_goneMarginRight 67
+int styleable Layout_layout_goneMarginStart 68
+int styleable Layout_layout_goneMarginTop 69
+int styleable Layout_layout_marginBaseline 70
+int styleable Layout_layout_wrapBehaviorInParent 71
+int styleable Layout_maxHeight 72
+int styleable Layout_maxWidth 73
+int styleable Layout_minHeight 74
+int styleable Layout_minWidth 75
+int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f030158, 0x7f03015d, 0x7f0302e0, 0x7f030394 }
+int styleable LinearLayoutCompat_android_gravity 0
+int styleable LinearLayoutCompat_android_orientation 1
+int styleable LinearLayoutCompat_android_baselineAligned 2
+int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3
+int styleable LinearLayoutCompat_android_weightSum 4
+int styleable LinearLayoutCompat_divider 5
+int styleable LinearLayoutCompat_dividerPadding 6
+int styleable LinearLayoutCompat_measureWithLargestChild 7
+int styleable LinearLayoutCompat_showDividers 8
+int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }
+int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
+int styleable LinearLayoutCompat_Layout_android_layout_width 1
+int styleable LinearLayoutCompat_Layout_android_layout_height 2
+int styleable LinearLayoutCompat_Layout_android_layout_weight 3
+int[] styleable LinearProgressIndicator { 0x7f030210, 0x7f030214 }
+int styleable LinearProgressIndicator_indeterminateAnimationType 0
+int styleable LinearProgressIndicator_indicatorDirectionLinear 1
+int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad }
+int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
+int styleable ListPopupWindow_android_dropDownVerticalOffset 1
+int[] styleable MaterialAlertDialog { 0x7f030046, 0x7f030047, 0x7f030048, 0x7f030049 }
+int styleable MaterialAlertDialog_backgroundInsetBottom 0
+int styleable MaterialAlertDialog_backgroundInsetEnd 1
+int styleable MaterialAlertDialog_backgroundInsetStart 2
+int styleable MaterialAlertDialog_backgroundInsetTop 3
+int[] styleable MaterialAlertDialogTheme { 0x7f0302aa, 0x7f0302ab, 0x7f0302ac, 0x7f0302ad, 0x7f0302ae, 0x7f0302af }
+int styleable MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle 0
+int styleable MaterialAlertDialogTheme_materialAlertDialogButtonSpacerVisibility 1
+int styleable MaterialAlertDialogTheme_materialAlertDialogTheme 2
+int styleable MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle 3
+int styleable MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle 4
+int styleable MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle 5
+int[] styleable MaterialAutoCompleteTextView { 0x01010220, 0x0101048c, 0x7f03039c, 0x7f03039d, 0x7f03039e, 0x7f03039f }
+int styleable MaterialAutoCompleteTextView_android_inputType 0
+int styleable MaterialAutoCompleteTextView_android_popupElevation 1
+int styleable MaterialAutoCompleteTextView_simpleItemLayout 2
+int styleable MaterialAutoCompleteTextView_simpleItemSelectedColor 3
+int styleable MaterialAutoCompleteTextView_simpleItemSelectedRippleColor 4
+int styleable MaterialAutoCompleteTextView_simpleItems 5
+int[] styleable MaterialButton { 0x010100d4, 0x010101b7, 0x010101b8, 0x010101b9, 0x010101ba, 0x010101e5, 0x7f03004d, 0x7f03004e, 0x7f03012f, 0x7f030177, 0x7f030200, 0x7f030202, 0x7f030203, 0x7f030204, 0x7f030206, 0x7f030207, 0x7f030371, 0x7f030384, 0x7f03038c, 0x7f0303c8, 0x7f0303c9, 0x7f030465 }
+int styleable MaterialButton_android_background 0
+int styleable MaterialButton_android_insetLeft 1
+int styleable MaterialButton_android_insetRight 2
+int styleable MaterialButton_android_insetTop 3
+int styleable MaterialButton_android_insetBottom 4
+int styleable MaterialButton_android_checkable 5
+int styleable MaterialButton_backgroundTint 6
+int styleable MaterialButton_backgroundTintMode 7
+int styleable MaterialButton_cornerRadius 8
+int styleable MaterialButton_elevation 9
+int styleable MaterialButton_icon 10
+int styleable MaterialButton_iconGravity 11
+int styleable MaterialButton_iconPadding 12
+int styleable MaterialButton_iconSize 13
+int styleable MaterialButton_iconTint 14
+int styleable MaterialButton_iconTintMode 15
+int styleable MaterialButton_rippleColor 16
+int styleable MaterialButton_shapeAppearance 17
+int styleable MaterialButton_shapeAppearanceOverlay 18
+int styleable MaterialButton_strokeColor 19
+int styleable MaterialButton_strokeWidth 20
+int styleable MaterialButton_toggleCheckedStateOnClick 21
+int[] styleable MaterialButtonToggleGroup { 0x0101000e, 0x7f0300a4, 0x7f030381, 0x7f0303a2 }
+int styleable MaterialButtonToggleGroup_android_enabled 0
+int styleable MaterialButtonToggleGroup_checkedButton 1
+int styleable MaterialButtonToggleGroup_selectionRequired 2
+int styleable MaterialButtonToggleGroup_singleSelection 3
+int[] styleable MaterialCalendar { 0x0101020d, 0x7f030148, 0x7f030149, 0x7f03014a, 0x7f03014b, 0x7f030327, 0x7f030362, 0x7f0304a7, 0x7f0304a8, 0x7f0304a9 }
+int styleable MaterialCalendar_android_windowFullscreen 0
+int styleable MaterialCalendar_dayInvalidStyle 1
+int styleable MaterialCalendar_daySelectedStyle 2
+int styleable MaterialCalendar_dayStyle 3
+int styleable MaterialCalendar_dayTodayStyle 4
+int styleable MaterialCalendar_nestedScrollable 5
+int styleable MaterialCalendar_rangeFillColor 6
+int styleable MaterialCalendar_yearSelectedStyle 7
+int styleable MaterialCalendar_yearStyle 8
+int styleable MaterialCalendar_yearTodayStyle 9
+int[] styleable MaterialCalendarItem { 0x010101b7, 0x010101b8, 0x010101b9, 0x010101ba, 0x7f03021f, 0x7f03022b, 0x7f03022c, 0x7f030233, 0x7f030234, 0x7f030238 }
+int styleable MaterialCalendarItem_android_insetLeft 0
+int styleable MaterialCalendarItem_android_insetRight 1
+int styleable MaterialCalendarItem_android_insetTop 2
+int styleable MaterialCalendarItem_android_insetBottom 3
+int styleable MaterialCalendarItem_itemFillColor 4
+int styleable MaterialCalendarItem_itemShapeAppearance 5
+int styleable MaterialCalendarItem_itemShapeAppearanceOverlay 6
+int styleable MaterialCalendarItem_itemStrokeColor 7
+int styleable MaterialCalendarItem_itemStrokeWidth 8
+int styleable MaterialCalendarItem_itemTextColor 9
+int[] styleable MaterialCardView { 0x010101e5, 0x7f03008f, 0x7f0300a6, 0x7f0300a8, 0x7f0300a9, 0x7f0300aa, 0x7f0300ab, 0x7f030371, 0x7f030384, 0x7f03038c, 0x7f0303bf, 0x7f0303c8, 0x7f0303c9 }
+int styleable MaterialCardView_android_checkable 0
+int styleable MaterialCardView_cardForegroundColor 1
+int styleable MaterialCardView_checkedIcon 2
+int styleable MaterialCardView_checkedIconGravity 3
+int styleable MaterialCardView_checkedIconMargin 4
+int styleable MaterialCardView_checkedIconSize 5
+int styleable MaterialCardView_checkedIconTint 6
+int styleable MaterialCardView_rippleColor 7
+int styleable MaterialCardView_shapeAppearance 8
+int styleable MaterialCardView_shapeAppearanceOverlay 9
+int styleable MaterialCardView_state_dragged 10
+int styleable MaterialCardView_strokeColor 11
+int styleable MaterialCardView_strokeWidth 12
+int[] styleable MaterialCheckBox { 0x01010107, 0x7f030081, 0x7f030083, 0x7f030085, 0x7f030086, 0x7f03008a, 0x7f03009e, 0x7f0300ad, 0x7f030188, 0x7f03018f, 0x7f03048b }
+int styleable MaterialCheckBox_android_button 0
+int styleable MaterialCheckBox_buttonCompat 1
+int styleable MaterialCheckBox_buttonIcon 2
+int styleable MaterialCheckBox_buttonIconTint 3
+int styleable MaterialCheckBox_buttonIconTintMode 4
+int styleable MaterialCheckBox_buttonTint 5
+int styleable MaterialCheckBox_centerIfNoTextEnabled 6
+int styleable MaterialCheckBox_checkedState 7
+int styleable MaterialCheckBox_errorAccessibilityLabel 8
+int styleable MaterialCheckBox_errorShown 9
+int styleable MaterialCheckBox_useMaterialThemeColors 10
+int[] styleable MaterialCheckBoxStates { 0x7f0303c0, 0x7f0303c1 }
+int styleable MaterialCheckBoxStates_state_error 0
+int styleable MaterialCheckBoxStates_state_indeterminate 1
+int[] styleable MaterialDivider { 0x7f030159, 0x7f03015b, 0x7f03015c, 0x7f03015e, 0x7f030242 }
+int styleable MaterialDivider_dividerColor 0
+int styleable MaterialDivider_dividerInsetEnd 1
+int styleable MaterialDivider_dividerInsetStart 2
+int styleable MaterialDivider_dividerThickness 3
+int styleable MaterialDivider_lastItemDecorated 4
+int[] styleable MaterialRadioButton { 0x7f03008a, 0x7f03048b }
+int styleable MaterialRadioButton_buttonTint 0
+int styleable MaterialRadioButton_useMaterialThemeColors 1
+int[] styleable MaterialShape { 0x7f030384, 0x7f03038c }
+int styleable MaterialShape_shapeAppearance 0
+int styleable MaterialShape_shapeAppearanceOverlay 1
+int[] styleable MaterialSwitch { 0x7f030443, 0x7f030444, 0x7f030445, 0x7f030477, 0x7f030478, 0x7f030479 }
+int styleable MaterialSwitch_thumbIcon 0
+int styleable MaterialSwitch_thumbIconTint 1
+int styleable MaterialSwitch_thumbIconTintMode 2
+int styleable MaterialSwitch_trackDecoration 3
+int styleable MaterialSwitch_trackDecorationTint 4
+int styleable MaterialSwitch_trackDecorationTintMode 5
+int[] styleable MaterialTextAppearance { 0x010104b6, 0x0101057f, 0x7f030290 }
+int styleable MaterialTextAppearance_android_letterSpacing 0
+int styleable MaterialTextAppearance_android_lineHeight 1
+int styleable MaterialTextAppearance_lineHeight 2
+int[] styleable MaterialTextView { 0x01010034, 0x0101057f, 0x7f030290 }
+int styleable MaterialTextView_android_textAppearance 0
+int styleable MaterialTextView_android_lineHeight 1
+int styleable MaterialTextView_lineHeight 2
+int[] styleable MaterialTimePicker { 0x7f0300ce, 0x7f03023b }
+int styleable MaterialTimePicker_clockIcon 0
+int styleable MaterialTimePicker_keyboardIcon 1
+int[] styleable MaterialToolbar { 0x7f0302a3, 0x7f0302a5, 0x7f030321, 0x7f0303d1, 0x7f030457 }
+int styleable MaterialToolbar_logoAdjustViewBounds 0
+int styleable MaterialToolbar_logoScaleType 1
+int styleable MaterialToolbar_navigationIconTint 2
+int styleable MaterialToolbar_subtitleCentered 3
+int styleable MaterialToolbar_titleCentered 4
+int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }
+int styleable MenuGroup_android_enabled 0
+int styleable MenuGroup_android_id 1
+int styleable MenuGroup_android_visible 2
+int styleable MenuGroup_android_menuCategory 3
+int styleable MenuGroup_android_orderInCategory 4
+int styleable MenuGroup_android_checkableBehavior 5
+int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f03000f, 0x7f030023, 0x7f030025, 0x7f03002e, 0x7f030117, 0x7f030206, 0x7f030207, 0x7f030329, 0x7f030392, 0x7f03046d }
+int styleable MenuItem_android_icon 0
+int styleable MenuItem_android_enabled 1
+int styleable MenuItem_android_id 2
+int styleable MenuItem_android_checked 3
+int styleable MenuItem_android_visible 4
+int styleable MenuItem_android_menuCategory 5
+int styleable MenuItem_android_orderInCategory 6
+int styleable MenuItem_android_title 7
+int styleable MenuItem_android_titleCondensed 8
+int styleable MenuItem_android_alphabeticShortcut 9
+int styleable MenuItem_android_numericShortcut 10
+int styleable MenuItem_android_checkable 11
+int styleable MenuItem_android_onClick 12
+int styleable MenuItem_actionLayout 13
+int styleable MenuItem_actionProviderClass 14
+int styleable MenuItem_actionViewClass 15
+int styleable MenuItem_alphabeticModifiers 16
+int styleable MenuItem_contentDescription 17
+int styleable MenuItem_iconTint 18
+int styleable MenuItem_iconTintMode 19
+int styleable MenuItem_numericModifiers 20
+int styleable MenuItem_showAsAction 21
+int styleable MenuItem_tooltipText 22
+int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f030357, 0x7f0303ca }
+int styleable MenuView_android_windowAnimationStyle 0
+int styleable MenuView_android_itemTextAppearance 1
+int styleable MenuView_android_horizontalDivider 2
+int styleable MenuView_android_verticalDivider 3
+int styleable MenuView_android_headerBackground 4
+int styleable MenuView_android_itemBackground 5
+int styleable MenuView_android_itemIconDisabledAlpha 6
+int styleable MenuView_preserveIconSpacing 7
+int styleable MenuView_subMenuArrow 8
+int[] styleable MockView { 0x7f0302ea, 0x7f0302eb, 0x7f0302ec, 0x7f0302ed, 0x7f0302ee, 0x7f0302ef }
+int styleable MockView_mock_diagonalsColor 0
+int styleable MockView_mock_label 1
+int styleable MockView_mock_labelBackgroundColor 2
+int styleable MockView_mock_labelColor 3
+int styleable MockView_mock_showDiagonals 4
+int styleable MockView_mock_showLabel 5
+int[] styleable Motion { 0x7f030030, 0x7f030033, 0x7f030163, 0x7f030317, 0x7f030319, 0x7f030343, 0x7f03035b, 0x7f03035c, 0x7f03035d, 0x7f030480 }
+int styleable Motion_animateCircleAngleTo 0
+int styleable Motion_animateRelativeTo 1
+int styleable Motion_drawPath 2
+int styleable Motion_motionPathRotate 3
+int styleable Motion_motionStagger 4
+int styleable Motion_pathMotionArc 5
+int styleable Motion_quantizeMotionInterpolator 6
+int styleable Motion_quantizeMotionPhase 7
+int styleable Motion_quantizeMotionSteps 8
+int styleable Motion_transitionEasing 9
+int[] styleable MotionEffect { 0x7f03030d, 0x7f03030e, 0x7f03030f, 0x7f030310, 0x7f030311, 0x7f030312, 0x7f030313, 0x7f030314 }
+int styleable MotionEffect_motionEffect_alpha 0
+int styleable MotionEffect_motionEffect_end 1
+int styleable MotionEffect_motionEffect_move 2
+int styleable MotionEffect_motionEffect_start 3
+int styleable MotionEffect_motionEffect_strict 4
+int styleable MotionEffect_motionEffect_translationX 5
+int styleable MotionEffect_motionEffect_translationY 6
+int styleable MotionEffect_motionEffect_viewTransition 7
+int[] styleable MotionHelper { 0x7f03032b, 0x7f03032e }
+int styleable MotionHelper_onHide 0
+int styleable MotionHelper_onShow 1
+int[] styleable MotionLabel { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x010100af, 0x0101014f, 0x01010164, 0x010103ac, 0x01010535, 0x7f030066, 0x7f030067, 0x7f030376, 0x7f030424, 0x7f030425, 0x7f030426, 0x7f030427, 0x7f030428, 0x7f030436, 0x7f030437, 0x7f030438, 0x7f030439, 0x7f03043b, 0x7f03043c, 0x7f03043d, 0x7f03043e }
+int styleable MotionLabel_android_textSize 0
+int styleable MotionLabel_android_typeface 1
+int styleable MotionLabel_android_textStyle 2
+int styleable MotionLabel_android_textColor 3
+int styleable MotionLabel_android_gravity 4
+int styleable MotionLabel_android_text 5
+int styleable MotionLabel_android_shadowRadius 6
+int styleable MotionLabel_android_fontFamily 7
+int styleable MotionLabel_android_autoSizeTextType 8
+int styleable MotionLabel_borderRound 9
+int styleable MotionLabel_borderRoundPercent 10
+int styleable MotionLabel_scaleFromTextSize 11
+int styleable MotionLabel_textBackground 12
+int styleable MotionLabel_textBackgroundPanX 13
+int styleable MotionLabel_textBackgroundPanY 14
+int styleable MotionLabel_textBackgroundRotate 15
+int styleable MotionLabel_textBackgroundZoom 16
+int styleable MotionLabel_textOutlineColor 17
+int styleable MotionLabel_textOutlineThickness 18
+int styleable MotionLabel_textPanX 19
+int styleable MotionLabel_textPanY 20
+int styleable MotionLabel_textureBlurFactor 21
+int styleable MotionLabel_textureEffect 22
+int styleable MotionLabel_textureHeight 23
+int styleable MotionLabel_textureWidth 24
+int[] styleable MotionLayout { 0x7f030036, 0x7f03013c, 0x7f030244, 0x7f0302f0, 0x7f030318, 0x7f030396 }
+int styleable MotionLayout_applyMotionScene 0
+int styleable MotionLayout_currentState 1
+int styleable MotionLayout_layoutDescription 2
+int styleable MotionLayout_motionDebug 3
+int styleable MotionLayout_motionProgress 4
+int styleable MotionLayout_showPaths 5
+int[] styleable MotionScene { 0x7f03014c, 0x7f030245 }
+int styleable MotionScene_defaultDuration 0
+int styleable MotionScene_layoutDuringTransition 1
+int[] styleable MotionTelltales { 0x7f0303fb, 0x7f0303fc, 0x7f0303fd }
+int styleable MotionTelltales_telltales_tailColor 0
+int styleable MotionTelltales_telltales_tailScale 1
+int styleable MotionTelltales_telltales_velocityMode 2
+int[] styleable NavigationBarActiveIndicator { 0x01010155, 0x01010159, 0x010101a5, 0x7f0302a6, 0x7f030384 }
+int styleable NavigationBarActiveIndicator_android_height 0
+int styleable NavigationBarActiveIndicator_android_width 1
+int styleable NavigationBarActiveIndicator_android_color 2
+int styleable NavigationBarActiveIndicator_marginHorizontal 3
+int styleable NavigationBarActiveIndicator_shapeAppearance 4
+int[] styleable NavigationBarView { 0x7f03004d, 0x7f030177, 0x7f03021d, 0x7f03021e, 0x7f030223, 0x7f030224, 0x7f030228, 0x7f030229, 0x7f03022a, 0x7f030236, 0x7f030237, 0x7f030238, 0x7f030240, 0x7f0302e1 }
+int styleable NavigationBarView_backgroundTint 0
+int styleable NavigationBarView_elevation 1
+int styleable NavigationBarView_itemActiveIndicatorStyle 2
+int styleable NavigationBarView_itemBackground 3
+int styleable NavigationBarView_itemIconSize 4
+int styleable NavigationBarView_itemIconTint 5
+int styleable NavigationBarView_itemPaddingBottom 6
+int styleable NavigationBarView_itemPaddingTop 7
+int styleable NavigationBarView_itemRippleColor 8
+int styleable NavigationBarView_itemTextAppearanceActive 9
+int styleable NavigationBarView_itemTextAppearanceInactive 10
+int styleable NavigationBarView_itemTextColor 11
+int styleable NavigationBarView_labelVisibilityMode 12
+int styleable NavigationBarView_menu 13
+int[] styleable NavigationRailView { 0x7f0301ec, 0x7f030226, 0x7f0302e3, 0x7f030334, 0x7f03033a }
+int styleable NavigationRailView_headerLayout 0
+int styleable NavigationRailView_itemMinHeight 1
+int styleable NavigationRailView_menuGravity 2
+int styleable NavigationRailView_paddingBottomSystemWindowInsets 3
+int styleable NavigationRailView_paddingTopSystemWindowInsets 4
+int[] styleable NavigationView { 0x010100b3, 0x010100d4, 0x010100dd, 0x0101011f, 0x7f03006b, 0x7f03015b, 0x7f03015c, 0x7f03016e, 0x7f030177, 0x7f0301ec, 0x7f03021e, 0x7f030220, 0x7f030222, 0x7f030223, 0x7f030224, 0x7f030225, 0x7f03022a, 0x7f03022b, 0x7f03022c, 0x7f03022d, 0x7f03022e, 0x7f03022f, 0x7f030230, 0x7f030231, 0x7f030235, 0x7f030238, 0x7f030239, 0x7f0302e1, 0x7f030384, 0x7f03038c, 0x7f0303cb, 0x7f0303cc, 0x7f0303cd, 0x7f0303ce, 0x7f03046e }
+int styleable NavigationView_android_layout_gravity 0
+int styleable NavigationView_android_background 1
+int styleable NavigationView_android_fitsSystemWindows 2
+int styleable NavigationView_android_maxWidth 3
+int styleable NavigationView_bottomInsetScrimEnabled 4
+int styleable NavigationView_dividerInsetEnd 5
+int styleable NavigationView_dividerInsetStart 6
+int styleable NavigationView_drawerLayoutCornerSize 7
+int styleable NavigationView_elevation 8
+int styleable NavigationView_headerLayout 9
+int styleable NavigationView_itemBackground 10
+int styleable NavigationView_itemHorizontalPadding 11
+int styleable NavigationView_itemIconPadding 12
+int styleable NavigationView_itemIconSize 13
+int styleable NavigationView_itemIconTint 14
+int styleable NavigationView_itemMaxLines 15
+int styleable NavigationView_itemRippleColor 16
+int styleable NavigationView_itemShapeAppearance 17
+int styleable NavigationView_itemShapeAppearanceOverlay 18
+int styleable NavigationView_itemShapeFillColor 19
+int styleable NavigationView_itemShapeInsetBottom 20
+int styleable NavigationView_itemShapeInsetEnd 21
+int styleable NavigationView_itemShapeInsetStart 22
+int styleable NavigationView_itemShapeInsetTop 23
+int styleable NavigationView_itemTextAppearance 24
+int styleable NavigationView_itemTextColor 25
+int styleable NavigationView_itemVerticalPadding 26
+int styleable NavigationView_menu 27
+int styleable NavigationView_shapeAppearance 28
+int styleable NavigationView_shapeAppearanceOverlay 29
+int styleable NavigationView_subheaderColor 30
+int styleable NavigationView_subheaderInsetEnd 31
+int styleable NavigationView_subheaderInsetStart 32
+int styleable NavigationView_subheaderTextAppearance 33
+int styleable NavigationView_topInsetScrimEnabled 34
+int[] styleable OnClick { 0x7f0300cb, 0x7f0303fa }
+int styleable OnClick_clickAction 0
+int styleable OnClick_targetId 1
+int[] styleable OnSwipe { 0x7f03003b, 0x7f030160, 0x7f030161, 0x7f030162, 0x7f03028f, 0x7f0302d7, 0x7f0302de, 0x7f03031d, 0x7f030325, 0x7f030330, 0x7f030372, 0x7f0303ad, 0x7f0303ae, 0x7f0303af, 0x7f0303b0, 0x7f0303b1, 0x7f03046f, 0x7f030470, 0x7f030471 }
+int styleable OnSwipe_autoCompleteMode 0
+int styleable OnSwipe_dragDirection 1
+int styleable OnSwipe_dragScale 2
+int styleable OnSwipe_dragThreshold 3
+int styleable OnSwipe_limitBoundsTo 4
+int styleable OnSwipe_maxAcceleration 5
+int styleable OnSwipe_maxVelocity 6
+int styleable OnSwipe_moveWhenScrollAtTop 7
+int styleable OnSwipe_nestedScrollFlags 8
+int styleable OnSwipe_onTouchUp 9
+int styleable OnSwipe_rotationCenterId 10
+int styleable OnSwipe_springBoundary 11
+int styleable OnSwipe_springDamping 12
+int styleable OnSwipe_springMass 13
+int styleable OnSwipe_springStiffness 14
+int styleable OnSwipe_springStopThreshold 15
+int styleable OnSwipe_touchAnchorId 16
+int styleable OnSwipe_touchAnchorSide 17
+int styleable OnSwipe_touchRegionId 18
+int[] styleable PopupWindow { 0x01010176, 0x010102c9, 0x7f030331 }
+int styleable PopupWindow_android_popupBackground 0
+int styleable PopupWindow_android_popupAnimationStyle 1
+int styleable PopupWindow_overlapAnchor 2
+int[] styleable PopupWindowBackgroundState { 0x7f0303bc }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable PropertySet { 0x010100dc, 0x0101031f, 0x7f03026e, 0x7f030318, 0x7f030494 }
+int styleable PropertySet_android_visibility 0
+int styleable PropertySet_android_alpha 1
+int styleable PropertySet_layout_constraintTag 2
+int styleable PropertySet_motionProgress 3
+int styleable PropertySet_visibilityMode 4
+int[] styleable RadialViewGroup { 0x7f0302c6 }
+int styleable RadialViewGroup_materialCircleRadius 0
+int[] styleable RangeSlider { 0x7f0302e7, 0x7f03048c }
+int styleable RangeSlider_minSeparation 0
+int styleable RangeSlider_values 1
+int[] styleable RecycleListView { 0x7f030333, 0x7f030339 }
+int styleable RecycleListView_paddingBottomNoButtons 0
+int styleable RecycleListView_paddingTopNoTitle 1
+int[] styleable RecyclerView { 0x010100c4, 0x010100eb, 0x010100f1, 0x7f0301ae, 0x7f0301af, 0x7f0301b0, 0x7f0301b1, 0x7f0301b2, 0x7f030246, 0x7f030370, 0x7f0303a8, 0x7f0303b3 }
+int styleable RecyclerView_android_orientation 0
+int styleable RecyclerView_android_clipToPadding 1
+int styleable RecyclerView_android_descendantFocusability 2
+int styleable RecyclerView_fastScrollEnabled 3
+int styleable RecyclerView_fastScrollHorizontalThumbDrawable 4
+int styleable RecyclerView_fastScrollHorizontalTrackDrawable 5
+int styleable RecyclerView_fastScrollVerticalThumbDrawable 6
+int styleable RecyclerView_fastScrollVerticalTrackDrawable 7
+int styleable RecyclerView_layoutManager 8
+int styleable RecyclerView_reverseLayout 9
+int styleable RecyclerView_spanCount 10
+int styleable RecyclerView_stackFromEnd 11
+int[] styleable ScrimInsetsFrameLayout { 0x7f030218 }
+int styleable ScrimInsetsFrameLayout_insetForeground 0
+int[] styleable ScrollingViewBehavior_Layout { 0x7f030060 }
+int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0
+int[] styleable SearchBar { 0x01010034, 0x0101014f, 0x01010150, 0x7f03014d, 0x7f03014f, 0x7f030177, 0x7f0301e3, 0x7f0301f4, 0x7f030321, 0x7f0303c8, 0x7f0303c9, 0x7f030455 }
+int styleable SearchBar_android_textAppearance 0
+int styleable SearchBar_android_text 1
+int styleable SearchBar_android_hint 2
+int styleable SearchBar_defaultMarginsEnabled 3
+int styleable SearchBar_defaultScrollFlagsEnabled 4
+int styleable SearchBar_elevation 5
+int styleable SearchBar_forceDefaultNavigationOnClickListener 6
+int styleable SearchBar_hideNavigationIcon 7
+int styleable SearchBar_navigationIconTint 8
+int styleable SearchBar_strokeColor 9
+int styleable SearchBar_strokeWidth 10
+int styleable SearchBar_tintNavigationIcon 11
+int[] styleable SearchView { 0x01010034, 0x010100da, 0x0101011f, 0x0101014f, 0x01010150, 0x01010220, 0x01010264, 0x7f030031, 0x7f030032, 0x7f03003d, 0x7f0300d0, 0x7f03010d, 0x7f03014e, 0x7f0301e8, 0x7f0301ec, 0x7f0301f4, 0x7f030208, 0x7f030243, 0x7f03035e, 0x7f03035f, 0x7f03037a, 0x7f03037b, 0x7f03037c, 0x7f0303cf, 0x7f0303d8, 0x7f03048a, 0x7f030495 }
+int styleable SearchView_android_textAppearance 0
+int styleable SearchView_android_focusable 1
+int styleable SearchView_android_maxWidth 2
+int styleable SearchView_android_text 3
+int styleable SearchView_android_hint 4
+int styleable SearchView_android_inputType 5
+int styleable SearchView_android_imeOptions 6
+int styleable SearchView_animateMenuItems 7
+int styleable SearchView_animateNavigationIcon 8
+int styleable SearchView_autoShowKeyboard 9
+int styleable SearchView_closeIcon 10
+int styleable SearchView_commitIcon 11
+int styleable SearchView_defaultQueryHint 12
+int styleable SearchView_goIcon 13
+int styleable SearchView_headerLayout 14
+int styleable SearchView_hideNavigationIcon 15
+int styleable SearchView_iconifiedByDefault 16
+int styleable SearchView_layout 17
+int styleable SearchView_queryBackground 18
+int styleable SearchView_queryHint 19
+int styleable SearchView_searchHintIcon 20
+int styleable SearchView_searchIcon 21
+int styleable SearchView_searchPrefixText 22
+int styleable SearchView_submitBackground 23
+int styleable SearchView_suggestionRowLayout 24
+int styleable SearchView_useDrawerArrowDrawable 25
+int styleable SearchView_voiceIcon 26
+int[] styleable ShapeAppearance { 0x7f03012a, 0x7f03012b, 0x7f03012c, 0x7f03012d, 0x7f03012e, 0x7f030130, 0x7f030131, 0x7f030132, 0x7f030133, 0x7f030134 }
+int styleable ShapeAppearance_cornerFamily 0
+int styleable ShapeAppearance_cornerFamilyBottomLeft 1
+int styleable ShapeAppearance_cornerFamilyBottomRight 2
+int styleable ShapeAppearance_cornerFamilyTopLeft 3
+int styleable ShapeAppearance_cornerFamilyTopRight 4
+int styleable ShapeAppearance_cornerSize 5
+int styleable ShapeAppearance_cornerSizeBottomLeft 6
+int styleable ShapeAppearance_cornerSizeBottomRight 7
+int styleable ShapeAppearance_cornerSizeTopLeft 8
+int styleable ShapeAppearance_cornerSizeTopRight 9
+int[] styleable ShapeableImageView { 0x7f03011e, 0x7f03011f, 0x7f030120, 0x7f030121, 0x7f030122, 0x7f030123, 0x7f030124, 0x7f030384, 0x7f03038c, 0x7f0303c8, 0x7f0303c9 }
+int styleable ShapeableImageView_contentPadding 0
+int styleable ShapeableImageView_contentPaddingBottom 1
+int styleable ShapeableImageView_contentPaddingEnd 2
+int styleable ShapeableImageView_contentPaddingLeft 3
+int styleable ShapeableImageView_contentPaddingRight 4
+int styleable ShapeableImageView_contentPaddingStart 5
+int styleable ShapeableImageView_contentPaddingTop 6
+int styleable ShapeableImageView_shapeAppearance 7
+int styleable ShapeableImageView_shapeAppearanceOverlay 8
+int styleable ShapeableImageView_strokeColor 9
+int styleable ShapeableImageView_strokeWidth 10
+int[] styleable SideSheetBehavior_Layout { 0x0101011f, 0x01010120, 0x01010440, 0x7f03004d, 0x7f03005b, 0x7f030129, 0x7f030384, 0x7f03038c }
+int styleable SideSheetBehavior_Layout_android_maxWidth 0
+int styleable SideSheetBehavior_Layout_android_maxHeight 1
+int styleable SideSheetBehavior_Layout_android_elevation 2
+int styleable SideSheetBehavior_Layout_backgroundTint 3
+int styleable SideSheetBehavior_Layout_behavior_draggable 4
+int styleable SideSheetBehavior_Layout_coplanarSiblingViewId 5
+int styleable SideSheetBehavior_Layout_shapeAppearance 6
+int styleable SideSheetBehavior_Layout_shapeAppearanceOverlay 7
+int[] styleable Slider { 0x0101000e, 0x01010024, 0x01010146, 0x010102de, 0x010102df, 0x7f0301ea, 0x7f0301eb, 0x7f03023e, 0x7f03023f, 0x7f0302e8, 0x7f030441, 0x7f030442, 0x7f030446, 0x7f030447, 0x7f030448, 0x7f03044c, 0x7f03044d, 0x7f03044e, 0x7f030452, 0x7f030473, 0x7f030474, 0x7f030475, 0x7f03047a }
+int styleable Slider_android_enabled 0
+int styleable Slider_android_value 1
+int styleable Slider_android_stepSize 2
+int styleable Slider_android_valueFrom 3
+int styleable Slider_android_valueTo 4
+int styleable Slider_haloColor 5
+int styleable Slider_haloRadius 6
+int styleable Slider_labelBehavior 7
+int styleable Slider_labelStyle 8
+int styleable Slider_minTouchTargetSize 9
+int styleable Slider_thumbColor 10
+int styleable Slider_thumbElevation 11
+int styleable Slider_thumbRadius 12
+int styleable Slider_thumbStrokeColor 13
+int styleable Slider_thumbStrokeWidth 14
+int styleable Slider_tickColor 15
+int styleable Slider_tickColorActive 16
+int styleable Slider_tickColorInactive 17
+int styleable Slider_tickVisible 18
+int styleable Slider_trackColor 19
+int styleable Slider_trackColorActive 20
+int styleable Slider_trackColorInactive 21
+int styleable Slider_trackHeight 22
+int[] styleable Snackbar { 0x7f0303a5, 0x7f0303a6, 0x7f0303a7 }
+int styleable Snackbar_snackbarButtonStyle 0
+int styleable Snackbar_snackbarStyle 1
+int styleable Snackbar_snackbarTextViewStyle 2
+int[] styleable SnackbarLayout { 0x0101011f, 0x7f030024, 0x7f030034, 0x7f03004a, 0x7f03004d, 0x7f03004e, 0x7f030177, 0x7f0302d8, 0x7f030384, 0x7f03038c }
+int styleable SnackbarLayout_android_maxWidth 0
+int styleable SnackbarLayout_actionTextColorAlpha 1
+int styleable SnackbarLayout_animationMode 2
+int styleable SnackbarLayout_backgroundOverlayColorAlpha 3
+int styleable SnackbarLayout_backgroundTint 4
+int styleable SnackbarLayout_backgroundTintMode 5
+int styleable SnackbarLayout_elevation 6
+int styleable SnackbarLayout_maxActionInlineWidth 7
+int styleable SnackbarLayout_shapeAppearance 8
+int styleable SnackbarLayout_shapeAppearanceOverlay 9
+int[] styleable Spinner { 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, 0x7f030352 }
+int styleable Spinner_android_entries 0
+int styleable Spinner_android_popupBackground 1
+int styleable Spinner_android_prompt 2
+int styleable Spinner_android_dropDownWidth 3
+int styleable Spinner_popupTheme 4
+int[] styleable State { 0x010100d0, 0x7f030115 }
+int styleable State_android_id 0
+int styleable State_constraints 1
+int[] styleable StateListDrawable { 0x0101011c, 0x01010194, 0x01010195, 0x01010196, 0x0101030c, 0x0101030d }
+int styleable StateListDrawable_android_dither 0
+int styleable StateListDrawable_android_visible 1
+int styleable StateListDrawable_android_variablePadding 2
+int styleable StateListDrawable_android_constantSize 3
+int styleable StateListDrawable_android_enterFadeDuration 4
+int styleable StateListDrawable_android_exitFadeDuration 5
+int[] styleable StateListDrawableItem { 0x01010199 }
+int styleable StateListDrawableItem_android_drawable 0
+int[] styleable StateSet { 0x7f030150 }
+int styleable StateSet_defaultState 0
+int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f030397, 0x7f0303ac, 0x7f0303d9, 0x7f0303da, 0x7f0303dc, 0x7f030449, 0x7f03044a, 0x7f03044b, 0x7f030472, 0x7f03047c, 0x7f03047d }
+int styleable SwitchCompat_android_textOn 0
+int styleable SwitchCompat_android_textOff 1
+int styleable SwitchCompat_android_thumb 2
+int styleable SwitchCompat_showText 3
+int styleable SwitchCompat_splitTrack 4
+int styleable SwitchCompat_switchMinWidth 5
+int styleable SwitchCompat_switchPadding 6
+int styleable SwitchCompat_switchTextAppearance 7
+int styleable SwitchCompat_thumbTextPadding 8
+int styleable SwitchCompat_thumbTint 9
+int styleable SwitchCompat_thumbTintMode 10
+int styleable SwitchCompat_track 11
+int styleable SwitchCompat_trackTint 12
+int styleable SwitchCompat_trackTintMode 13
+int[] styleable SwitchMaterial { 0x7f03048b }
+int styleable SwitchMaterial_useMaterialThemeColors 0
+int[] styleable TabItem { 0x01010002, 0x010100f2, 0x0101014f }
+int styleable TabItem_android_icon 0
+int styleable TabItem_android_layout 1
+int styleable TabItem_android_text 2
+int[] styleable TabLayout { 0x7f0303dd, 0x7f0303de, 0x7f0303df, 0x7f0303e0, 0x7f0303e1, 0x7f0303e2, 0x7f0303e3, 0x7f0303e4, 0x7f0303e5, 0x7f0303e6, 0x7f0303e7, 0x7f0303e8, 0x7f0303e9, 0x7f0303ea, 0x7f0303eb, 0x7f0303ec, 0x7f0303ed, 0x7f0303ee, 0x7f0303ef, 0x7f0303f0, 0x7f0303f1, 0x7f0303f2, 0x7f0303f4, 0x7f0303f5, 0x7f0303f7, 0x7f0303f8, 0x7f0303f9 }
+int styleable TabLayout_tabBackground 0
+int styleable TabLayout_tabContentStart 1
+int styleable TabLayout_tabGravity 2
+int styleable TabLayout_tabIconTint 3
+int styleable TabLayout_tabIconTintMode 4
+int styleable TabLayout_tabIndicator 5
+int styleable TabLayout_tabIndicatorAnimationDuration 6
+int styleable TabLayout_tabIndicatorAnimationMode 7
+int styleable TabLayout_tabIndicatorColor 8
+int styleable TabLayout_tabIndicatorFullWidth 9
+int styleable TabLayout_tabIndicatorGravity 10
+int styleable TabLayout_tabIndicatorHeight 11
+int styleable TabLayout_tabInlineLabel 12
+int styleable TabLayout_tabMaxWidth 13
+int styleable TabLayout_tabMinWidth 14
+int styleable TabLayout_tabMode 15
+int styleable TabLayout_tabPadding 16
+int styleable TabLayout_tabPaddingBottom 17
+int styleable TabLayout_tabPaddingEnd 18
+int styleable TabLayout_tabPaddingStart 19
+int styleable TabLayout_tabPaddingTop 20
+int styleable TabLayout_tabRippleColor 21
+int styleable TabLayout_tabSelectedTextAppearance 22
+int styleable TabLayout_tabSelectedTextColor 23
+int styleable TabLayout_tabTextAppearance 24
+int styleable TabLayout_tabTextColor 25
+int styleable TabLayout_tabUnboundedRipple 26
+int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x010103ac, 0x01010585, 0x7f0301d7, 0x7f0301e0, 0x7f0303fe, 0x7f030435 }
+int styleable TextAppearance_android_textSize 0
+int styleable TextAppearance_android_typeface 1
+int styleable TextAppearance_android_textStyle 2
+int styleable TextAppearance_android_textColor 3
+int styleable TextAppearance_android_textColorHint 4
+int styleable TextAppearance_android_textColorLink 5
+int styleable TextAppearance_android_shadowColor 6
+int styleable TextAppearance_android_shadowDx 7
+int styleable TextAppearance_android_shadowDy 8
+int styleable TextAppearance_android_shadowRadius 9
+int styleable TextAppearance_android_fontFamily 10
+int styleable TextAppearance_android_textFontWeight 11
+int styleable TextAppearance_fontFamily 12
+int styleable TextAppearance_fontVariationSettings 13
+int styleable TextAppearance_textAllCaps 14
+int styleable TextAppearance_textLocale 15
+int[] styleable TextEffects { 0x01010095, 0x01010096, 0x01010097, 0x0101014f, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x010103ac, 0x7f030066, 0x7f030067, 0x7f03042c, 0x7f030436, 0x7f030437 }
+int styleable TextEffects_android_textSize 0
+int styleable TextEffects_android_typeface 1
+int styleable TextEffects_android_textStyle 2
+int styleable TextEffects_android_text 3
+int styleable TextEffects_android_shadowColor 4
+int styleable TextEffects_android_shadowDx 5
+int styleable TextEffects_android_shadowDy 6
+int styleable TextEffects_android_shadowRadius 7
+int styleable TextEffects_android_fontFamily 8
+int styleable TextEffects_borderRound 9
+int styleable TextEffects_borderRoundPercent 10
+int styleable TextEffects_textFillColor 11
+int styleable TextEffects_textOutlineColor 12
+int styleable TextEffects_textOutlineThickness 13
+int[] styleable TextInputEditText { 0x7f030430 }
+int styleable TextInputEditText_textInputLayoutFocusedRectEnabled 0
+int[] styleable TextInputLayout { 0x0101000e, 0x0101009a, 0x0101011f, 0x0101013f, 0x01010150, 0x01010157, 0x0101015a, 0x7f030070, 0x7f030071, 0x7f030072, 0x7f030073, 0x7f030074, 0x7f030075, 0x7f030076, 0x7f030077, 0x7f030078, 0x7f030079, 0x7f03007a, 0x7f030135, 0x7f030136, 0x7f030137, 0x7f030138, 0x7f030139, 0x7f03013a, 0x7f03017d, 0x7f03017e, 0x7f03017f, 0x7f030180, 0x7f030181, 0x7f030182, 0x7f030183, 0x7f030184, 0x7f030189, 0x7f03018a, 0x7f03018b, 0x7f03018c, 0x7f03018d, 0x7f03018e, 0x7f030190, 0x7f030191, 0x7f030194, 0x7f0301ee, 0x7f0301ef, 0x7f0301f0, 0x7f0301f1, 0x7f0301f7, 0x7f0301f8, 0x7f0301f9, 0x7f0301fa, 0x7f03033e, 0x7f03033f, 0x7f030340, 0x7f030341, 0x7f030342, 0x7f03034b, 0x7f03034c, 0x7f03034d, 0x7f030354, 0x7f030355, 0x7f030356, 0x7f030384, 0x7f03038c, 0x7f0303b5, 0x7f0303b6, 0x7f0303b7, 0x7f0303b8, 0x7f0303b9, 0x7f0303ba, 0x7f0303bb, 0x7f0303d5, 0x7f0303d6, 0x7f0303d7 }
+int styleable TextInputLayout_android_enabled 0
+int styleable TextInputLayout_android_textColorHint 1
+int styleable TextInputLayout_android_maxWidth 2
+int styleable TextInputLayout_android_minWidth 3
+int styleable TextInputLayout_android_hint 4
+int styleable TextInputLayout_android_maxEms 5
+int styleable TextInputLayout_android_minEms 6
+int styleable TextInputLayout_boxBackgroundColor 7
+int styleable TextInputLayout_boxBackgroundMode 8
+int styleable TextInputLayout_boxCollapsedPaddingTop 9
+int styleable TextInputLayout_boxCornerRadiusBottomEnd 10
+int styleable TextInputLayout_boxCornerRadiusBottomStart 11
+int styleable TextInputLayout_boxCornerRadiusTopEnd 12
+int styleable TextInputLayout_boxCornerRadiusTopStart 13
+int styleable TextInputLayout_boxStrokeColor 14
+int styleable TextInputLayout_boxStrokeErrorColor 15
+int styleable TextInputLayout_boxStrokeWidth 16
+int styleable TextInputLayout_boxStrokeWidthFocused 17
+int styleable TextInputLayout_counterEnabled 18
+int styleable TextInputLayout_counterMaxLength 19
+int styleable TextInputLayout_counterOverflowTextAppearance 20
+int styleable TextInputLayout_counterOverflowTextColor 21
+int styleable TextInputLayout_counterTextAppearance 22
+int styleable TextInputLayout_counterTextColor 23
+int styleable TextInputLayout_endIconCheckable 24
+int styleable TextInputLayout_endIconContentDescription 25
+int styleable TextInputLayout_endIconDrawable 26
+int styleable TextInputLayout_endIconMinSize 27
+int styleable TextInputLayout_endIconMode 28
+int styleable TextInputLayout_endIconScaleType 29
+int styleable TextInputLayout_endIconTint 30
+int styleable TextInputLayout_endIconTintMode 31
+int styleable TextInputLayout_errorAccessibilityLiveRegion 32
+int styleable TextInputLayout_errorContentDescription 33
+int styleable TextInputLayout_errorEnabled 34
+int styleable TextInputLayout_errorIconDrawable 35
+int styleable TextInputLayout_errorIconTint 36
+int styleable TextInputLayout_errorIconTintMode 37
+int styleable TextInputLayout_errorTextAppearance 38
+int styleable TextInputLayout_errorTextColor 39
+int styleable TextInputLayout_expandedHintEnabled 40
+int styleable TextInputLayout_helperText 41
+int styleable TextInputLayout_helperTextEnabled 42
+int styleable TextInputLayout_helperTextTextAppearance 43
+int styleable TextInputLayout_helperTextTextColor 44
+int styleable TextInputLayout_hintAnimationEnabled 45
+int styleable TextInputLayout_hintEnabled 46
+int styleable TextInputLayout_hintTextAppearance 47
+int styleable TextInputLayout_hintTextColor 48
+int styleable TextInputLayout_passwordToggleContentDescription 49
+int styleable TextInputLayout_passwordToggleDrawable 50
+int styleable TextInputLayout_passwordToggleEnabled 51
+int styleable TextInputLayout_passwordToggleTint 52
+int styleable TextInputLayout_passwordToggleTintMode 53
+int styleable TextInputLayout_placeholderText 54
+int styleable TextInputLayout_placeholderTextAppearance 55
+int styleable TextInputLayout_placeholderTextColor 56
+int styleable TextInputLayout_prefixText 57
+int styleable TextInputLayout_prefixTextAppearance 58
+int styleable TextInputLayout_prefixTextColor 59
+int styleable TextInputLayout_shapeAppearance 60
+int styleable TextInputLayout_shapeAppearanceOverlay 61
+int styleable TextInputLayout_startIconCheckable 62
+int styleable TextInputLayout_startIconContentDescription 63
+int styleable TextInputLayout_startIconDrawable 64
+int styleable TextInputLayout_startIconMinSize 65
+int styleable TextInputLayout_startIconScaleType 66
+int styleable TextInputLayout_startIconTint 67
+int styleable TextInputLayout_startIconTintMode 68
+int styleable TextInputLayout_suffixText 69
+int styleable TextInputLayout_suffixTextAppearance 70
+int styleable TextInputLayout_suffixTextColor 71
+int[] styleable ThemeEnforcement { 0x01010034, 0x7f030185, 0x7f030186 }
+int styleable ThemeEnforcement_android_textAppearance 0
+int styleable ThemeEnforcement_enforceMaterialTheme 1
+int styleable ThemeEnforcement_enforceTextAppearance 2
+int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f030082, 0x7f0300d8, 0x7f0300d9, 0x7f030118, 0x7f030119, 0x7f03011a, 0x7f03011b, 0x7f03011c, 0x7f03011d, 0x7f0302a2, 0x7f0302a4, 0x7f0302d9, 0x7f0302e1, 0x7f03031f, 0x7f030320, 0x7f030352, 0x7f0303d0, 0x7f0303d2, 0x7f0303d3, 0x7f030456, 0x7f03045a, 0x7f03045b, 0x7f03045c, 0x7f03045d, 0x7f03045e, 0x7f03045f, 0x7f030461, 0x7f030462 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_buttonGravity 2
+int styleable Toolbar_collapseContentDescription 3
+int styleable Toolbar_collapseIcon 4
+int styleable Toolbar_contentInsetEnd 5
+int styleable Toolbar_contentInsetEndWithActions 6
+int styleable Toolbar_contentInsetLeft 7
+int styleable Toolbar_contentInsetRight 8
+int styleable Toolbar_contentInsetStart 9
+int styleable Toolbar_contentInsetStartWithNavigation 10
+int styleable Toolbar_logo 11
+int styleable Toolbar_logoDescription 12
+int styleable Toolbar_maxButtonHeight 13
+int styleable Toolbar_menu 14
+int styleable Toolbar_navigationContentDescription 15
+int styleable Toolbar_navigationIcon 16
+int styleable Toolbar_popupTheme 17
+int styleable Toolbar_subtitle 18
+int styleable Toolbar_subtitleTextAppearance 19
+int styleable Toolbar_subtitleTextColor 20
+int styleable Toolbar_title 21
+int styleable Toolbar_titleMargin 22
+int styleable Toolbar_titleMarginBottom 23
+int styleable Toolbar_titleMarginEnd 24
+int styleable Toolbar_titleMarginStart 25
+int styleable Toolbar_titleMarginTop 26
+int styleable Toolbar_titleMargins 27
+int styleable Toolbar_titleTextAppearance 28
+int styleable Toolbar_titleTextColor 29
+int[] styleable Tooltip { 0x01010034, 0x01010098, 0x010100d5, 0x010100f6, 0x0101013f, 0x01010140, 0x0101014f, 0x7f03004d }
+int styleable Tooltip_android_textAppearance 0
+int styleable Tooltip_android_textColor 1
+int styleable Tooltip_android_padding 2
+int styleable Tooltip_android_layout_margin 3
+int styleable Tooltip_android_minWidth 4
+int styleable Tooltip_android_minHeight 5
+int styleable Tooltip_android_text 6
+int styleable Tooltip_backgroundTint 7
+int[] styleable Transform { 0x01010320, 0x01010321, 0x01010322, 0x01010323, 0x01010324, 0x01010325, 0x01010326, 0x01010327, 0x01010328, 0x010103fa, 0x01010440, 0x7f03047e }
+int styleable Transform_android_transformPivotX 0
+int styleable Transform_android_transformPivotY 1
+int styleable Transform_android_translationX 2
+int styleable Transform_android_translationY 3
+int styleable Transform_android_scaleX 4
+int styleable Transform_android_scaleY 5
+int styleable Transform_android_rotation 6
+int styleable Transform_android_rotationX 7
+int styleable Transform_android_rotationY 8
+int styleable Transform_android_translationZ 9
+int styleable Transform_android_elevation 10
+int styleable Transform_transformPivotTarget 11
+int[] styleable Transition { 0x010100d0, 0x7f030043, 0x7f030111, 0x7f030112, 0x7f030172, 0x7f030245, 0x7f030315, 0x7f030343, 0x7f0303b4, 0x7f03047f, 0x7f030481 }
+int styleable Transition_android_id 0
+int styleable Transition_autoTransition 1
+int styleable Transition_constraintSetEnd 2
+int styleable Transition_constraintSetStart 3
+int styleable Transition_duration 4
+int styleable Transition_layoutDuringTransition 5
+int styleable Transition_motionInterpolator 6
+int styleable Transition_pathMotionArc 7
+int styleable Transition_staggered 8
+int styleable Transition_transitionDisable 9
+int styleable Transition_transitionFlags 10
+int[] styleable Variant { 0x7f030115, 0x7f03036b, 0x7f03036c, 0x7f03036d, 0x7f03036e }
+int styleable Variant_constraints 0
+int styleable Variant_region_heightLessThan 1
+int styleable Variant_region_heightMoreThan 2
+int styleable Variant_region_widthLessThan 3
+int styleable Variant_region_widthMoreThan 4
+int[] styleable View { 0x01010000, 0x010100da, 0x7f030335, 0x7f030338, 0x7f03043f }
+int styleable View_android_theme 0
+int styleable View_android_focusable 1
+int styleable View_paddingEnd 2
+int styleable View_paddingStart 3
+int styleable View_theme 4
+int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f03004d, 0x7f03004e }
+int styleable ViewBackgroundHelper_android_background 0
+int styleable ViewBackgroundHelper_backgroundTint 1
+int styleable ViewBackgroundHelper_backgroundTintMode 2
+int[] styleable ViewPager2 { 0x010100c4 }
+int styleable ViewPager2_android_orientation 0
+int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_layout 1
+int styleable ViewStubCompat_android_inflatedId 2
+int[] styleable ViewTransition { 0x010100d0, 0x7f030000, 0x7f030001, 0x7f0300ca, 0x7f030172, 0x7f030209, 0x7f03020a, 0x7f030315, 0x7f03031a, 0x7f03032f, 0x7f030343, 0x7f030383, 0x7f03047f, 0x7f030488, 0x7f030490 }
+int styleable ViewTransition_android_id 0
+int styleable ViewTransition_SharedValue 1
+int styleable ViewTransition_SharedValueId 2
+int styleable ViewTransition_clearsTag 3
+int styleable ViewTransition_duration 4
+int styleable ViewTransition_ifTagNotSet 5
+int styleable ViewTransition_ifTagSet 6
+int styleable ViewTransition_motionInterpolator 7
+int styleable ViewTransition_motionTarget 8
+int styleable ViewTransition_onStateTransition 9
+int styleable ViewTransition_pathMotionArc 10
+int styleable ViewTransition_setsTag 11
+int styleable ViewTransition_transitionDisable 12
+int styleable ViewTransition_upDuration 13
+int styleable ViewTransition_viewTransitionMode 14
+int[] styleable include { 0x7f030110 }
+int styleable include_constraintSet 0
+int xml backup_rules 0x7f120000
+int xml data_extraction_rules 0x7f120001
diff --git a/Revive/android app/new revive/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json b/Revive/android app/new revive/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json
new file mode 100644
index 000000000..51f6368b2
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json
@@ -0,0 +1 @@
+{"enableV1Signing":false,"enableV2Signing":true,"enableV3Signing":false,"enableV4Signing":false}
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/intermediates/source_set_path_map/debug/file-map.txt b/Revive/android app/new revive/app/build/intermediates/source_set_path_map/debug/file-map.txt
new file mode 100644
index 000000000..5c7e24c3e
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/source_set_path_map/debug/file-map.txt
@@ -0,0 +1,41 @@
+com.example.newrevive.app-room-ktx-2.5.0-0 C:\Users\mhmdw\.gradle\caches\transforms-3\023039bab33fb4f106f70f47b9654cf3\transformed\room-ktx-2.5.0\res
+com.example.newrevive.app-lifecycle-livedata-core-2.5.1-1 C:\Users\mhmdw\.gradle\caches\transforms-3\07b6722fe7b9fddb62f5e6cfdfdaa1ee\transformed\lifecycle-livedata-core-2.5.1\res
+com.example.newrevive.app-room-runtime-2.5.0-2 C:\Users\mhmdw\.gradle\caches\transforms-3\08043ae54b78957051ff6ee89e62aef7\transformed\room-runtime-2.5.0\res
+com.example.newrevive.app-lifecycle-runtime-2.5.1-3 C:\Users\mhmdw\.gradle\caches\transforms-3\13aec79f88889cfd05a6c912d1cc0162\transformed\lifecycle-runtime-2.5.1\res
+com.example.newrevive.app-activity-1.6.0-4 C:\Users\mhmdw\.gradle\caches\transforms-3\1e07c1ec9407da55c1fa77a9193ae1a7\transformed\activity-1.6.0\res
+com.example.newrevive.app-appcompat-resources-1.6.1-5 C:\Users\mhmdw\.gradle\caches\transforms-3\24775e194037b038106a6f3a0f020c5d\transformed\appcompat-resources-1.6.1\res
+com.example.newrevive.app-core-ktx-1.9.0-6 C:\Users\mhmdw\.gradle\caches\transforms-3\28c95c17c1f2330a1bf37a7d1d91f7d7\transformed\core-ktx-1.9.0\res
+com.example.newrevive.app-core-1.9.0-7 C:\Users\mhmdw\.gradle\caches\transforms-3\2e11ca9bbba524264a6e297c84586031\transformed\core-1.9.0\res
+com.example.newrevive.app-emoji2-1.2.0-8 C:\Users\mhmdw\.gradle\caches\transforms-3\4148490eee85d16fb306c3b08a6ac768\transformed\emoji2-1.2.0\res
+com.example.newrevive.app-savedstate-1.2.0-9 C:\Users\mhmdw\.gradle\caches\transforms-3\422515258352a9a6bd7a26c7df375a4f\transformed\savedstate-1.2.0\res
+com.example.newrevive.app-lifecycle-process-2.4.1-10 C:\Users\mhmdw\.gradle\caches\transforms-3\43003ee789e6d1cefa4dd4ba8c919f26\transformed\lifecycle-process-2.4.1\res
+com.example.newrevive.app-recyclerview-1.2.0-11 C:\Users\mhmdw\.gradle\caches\transforms-3\500a4483577f2326a6dc8b3d4f3a7cb9\transformed\recyclerview-1.2.0\res
+com.example.newrevive.app-viewpager2-1.0.0-12 C:\Users\mhmdw\.gradle\caches\transforms-3\5a9b0554314668bce808b35620de1e29\transformed\viewpager2-1.0.0\res
+com.example.newrevive.app-annotation-experimental-1.3.0-13 C:\Users\mhmdw\.gradle\caches\transforms-3\5d3e1eefc644f56b1a9316697d11bae0\transformed\annotation-experimental-1.3.0\res
+com.example.newrevive.app-constraintlayout-2.1.4-14 C:\Users\mhmdw\.gradle\caches\transforms-3\6172d78507150ca373b92c11337d7c2d\transformed\constraintlayout-2.1.4\res
+com.example.newrevive.app-lifecycle-service-2.4.0-15 C:\Users\mhmdw\.gradle\caches\transforms-3\660bfbb427db16dc03ac39962e882c98\transformed\lifecycle-service-2.4.0\res
+com.example.newrevive.app-cardview-1.0.0-16 C:\Users\mhmdw\.gradle\caches\transforms-3\6c08baa0bea61ec551c6f754984e5893\transformed\cardview-1.0.0\res
+com.example.newrevive.app-databinding-adapters-7.4.2-17 C:\Users\mhmdw\.gradle\caches\transforms-3\6d0dbda33d1ff2e38283df644a1201c1\transformed\databinding-adapters-7.4.2\res
+com.example.newrevive.app-transition-1.2.0-18 C:\Users\mhmdw\.gradle\caches\transforms-3\6f71cb91051ae42b53e9b5c68a61bb0f\transformed\transition-1.2.0\res
+com.example.newrevive.app-emoji2-views-helper-1.2.0-19 C:\Users\mhmdw\.gradle\caches\transforms-3\7c39f8b1e9af141406897f0f530c3b91\transformed\emoji2-views-helper-1.2.0\res
+com.example.newrevive.app-appcompat-1.6.1-20 C:\Users\mhmdw\.gradle\caches\transforms-3\9568ec7a10fd9c3c615a39ff629c863e\transformed\appcompat-1.6.1\res
+com.example.newrevive.app-drawerlayout-1.1.1-21 C:\Users\mhmdw\.gradle\caches\transforms-3\976df4b0de86f92a569668ce15837b9c\transformed\drawerlayout-1.1.1\res
+com.example.newrevive.app-lifecycle-runtime-ktx-2.4.0-22 C:\Users\mhmdw\.gradle\caches\transforms-3\9d131dab6d60f098715f72b82618a27c\transformed\lifecycle-runtime-ktx-2.4.0\res
+com.example.newrevive.app-fragment-1.3.6-23 C:\Users\mhmdw\.gradle\caches\transforms-3\a8337ea5b894f177ef65cc3f62a9cf1b\transformed\fragment-1.3.6\res
+com.example.newrevive.app-databinding-runtime-7.4.2-24 C:\Users\mhmdw\.gradle\caches\transforms-3\a9df7b1a3bd81c577980b02a3cdf93e5\transformed\databinding-runtime-7.4.2\res
+com.example.newrevive.app-startup-runtime-1.1.1-25 C:\Users\mhmdw\.gradle\caches\transforms-3\b2b41311ea65eaf65466ff497481a393\transformed\startup-runtime-1.1.1\res
+com.example.newrevive.app-material-1.8.0-26 C:\Users\mhmdw\.gradle\caches\transforms-3\ba1adc2e168544d23120aab62933f31a\transformed\material-1.8.0\res
+com.example.newrevive.app-lifecycle-livedata-2.4.0-27 C:\Users\mhmdw\.gradle\caches\transforms-3\bce3bff1d66a2073c3f5f216a8932d91\transformed\lifecycle-livedata-2.4.0\res
+com.example.newrevive.app-lifecycle-viewmodel-savedstate-2.5.1-28 C:\Users\mhmdw\.gradle\caches\transforms-3\be535a7c0e2ad7be2532f6e8cfdce430\transformed\lifecycle-viewmodel-savedstate-2.5.1\res
+com.example.newrevive.app-lifecycle-viewmodel-2.5.1-29 C:\Users\mhmdw\.gradle\caches\transforms-3\c10ecf7f682300caa3aa2f0584222018\transformed\lifecycle-viewmodel-2.5.1\res
+com.example.newrevive.app-sqlite-framework-2.3.0-30 C:\Users\mhmdw\.gradle\caches\transforms-3\ccefd8cf376795b1e5fcc0389a89e704\transformed\sqlite-framework-2.3.0\res
+com.example.newrevive.app-sqlite-2.3.0-31 C:\Users\mhmdw\.gradle\caches\transforms-3\d09e746718c446cd72584e81d249e631\transformed\sqlite-2.3.0\res
+com.example.newrevive.app-coordinatorlayout-1.1.0-32 C:\Users\mhmdw\.gradle\caches\transforms-3\d6901ee161ee5980d036f5a45d9f6227\transformed\coordinatorlayout-1.1.0\res
+com.example.newrevive.app-pngs-33 E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\generated\res\pngs\debug
+com.example.newrevive.app-resValues-34 E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\generated\res\resValues\debug
+com.example.newrevive.app-rs-35 E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\generated\res\rs\debug
+com.example.newrevive.app-packageDebugResources-36 E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\incremental\debug\packageDebugResources\merged.dir
+com.example.newrevive.app-packageDebugResources-37 E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\incremental\debug\packageDebugResources\stripped.dir
+com.example.newrevive.app-merged_res-38 E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\build\intermediates\merged_res\debug
+com.example.newrevive.app-debug-39 E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\debug\res
+com.example.newrevive.app-main-40 E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\res
diff --git a/Revive/android app/new revive/app/build/intermediates/stable_resource_ids_file/debug/stableIds.txt b/Revive/android app/new revive/app/build/intermediates/stable_resource_ids_file/debug/stableIds.txt
new file mode 100644
index 000000000..64e974f2c
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/stable_resource_ids_file/debug/stableIds.txt
@@ -0,0 +1,5234 @@
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Spinner = 0x7f1002c7
+com.example.newrevive:style/TextAppearance.Material3.ActionBar.Subtitle = 0x7f1001d6
+com.example.newrevive:id/textinput_error = 0x7f0801de
+com.example.newrevive:style/Widget.MaterialComponents.TextInputLayout.FilledBox.Dense.ExposedDropdownMenu = 0x7f100432
+com.example.newrevive:style/ThemeOverlay.Material3.DynamicColors.Light = 0x7f10028d
+com.example.newrevive:styleable/Transform = 0x7f110090
+com.example.newrevive:style/Widget.Material3.MaterialCalendar.DayOfWeekLabel = 0x7f100385
+com.example.newrevive:styleable/BottomSheetBehavior_Layout = 0x7f110017
+com.example.newrevive:style/Animation.MaterialComponents.BottomSheetDialog = 0x7f100008
+com.example.newrevive:style/ThemeOverlay.Design.TextInputEditText = 0x7f10026f
+com.example.newrevive:style/Base.V14.ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f100096
+com.example.newrevive:styleable/AppBarLayout = 0x7f11000a
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Medium = 0x7f100023
+com.example.newrevive:style/ThemeOverlay.Material3.SideSheetDialog = 0x7f1002a4
+com.example.newrevive:style/Widget.Material3.MaterialCalendar.Day.Today = 0x7f100384
+com.example.newrevive:layout/activity_my_tasks = 0x7f0b006e
+com.example.newrevive:style/TextAppearance.MaterialComponents.Chip = 0x7f1001f0
+com.example.newrevive:style/TextAppearance.M3.Sys.Typescale.TitleMedium = 0x7f1001d4
+com.example.newrevive:styleable/AlertDialog = 0x7f110006
+com.example.newrevive:style/Widget.Material3.Toolbar.OnSurface = 0x7f1003c7
+com.example.newrevive:style/Widget.AppCompat.Light.ActionBar.TabBar.Inverse = 0x7f1002f3
+com.example.newrevive:id/design_menu_item_action_area = 0x7f080099
+com.example.newrevive:style/Base.V24.Theme.Material3.Light = 0x7f1000ad
+com.example.newrevive:style/Widget.Material3.CompoundButton.MaterialSwitch = 0x7f100365
+com.example.newrevive:style/Widget.AppCompat.Light.ActionBar.TabView.Inverse = 0x7f1002f7
+com.example.newrevive:style/Base.V14.Theme.MaterialComponents.Dialog = 0x7f10008d
+com.example.newrevive:style/Widget.Material3.MaterialTimePicker.Display.HelperText = 0x7f10039e
+com.example.newrevive:xml/backup_rules = 0x7f120000
+com.example.newrevive:style/ThemeOverlay.Material3.TextInputEditText.FilledBox.Dense = 0x7f1002a8
+com.example.newrevive:style/Widget.MaterialComponents.PopupMenu.ListPopupWindow = 0x7f100421
+com.example.newrevive:style/Widget.AppCompat.ActivityChooserView = 0x7f1002de
+com.example.newrevive:layout/mtrl_picker_dialog = 0x7f0b0058
+com.example.newrevive:string/search_menu_title = 0x7f0f00a6
+com.example.newrevive:style/Widget.Material3.MaterialDivider = 0x7f100397
+com.example.newrevive:style/Theme.Material3.Light.Dialog.Alert = 0x7f100231
+com.example.newrevive:style/Widget.Material3.Chip.Suggestion = 0x7f10035a
+com.example.newrevive:style/Widget.Material3.TextInputEditText.FilledBox = 0x7f1003ba
+com.example.newrevive:style/ThemeOverlay.AppCompat.Dialog = 0x7f10026c
+com.example.newrevive:style/TextAppearance.MaterialComponents.Headline3 = 0x7f1001f3
+com.example.newrevive:style/Widget.Material3.MaterialCalendar.HeaderTitle = 0x7f10038e
+com.example.newrevive:style/Widget.Material3.SideSheet = 0x7f1003b0
+com.example.newrevive:style/Base.V21.Theme.MaterialComponents.Light.Dialog = 0x7f1000a2
+com.example.newrevive:style/Widget.MaterialComponents.AutoCompleteTextView.FilledBox = 0x7f1003d2
+com.example.newrevive:style/Widget.MaterialComponents.PopupMenu = 0x7f10041f
+com.example.newrevive:style/Widget.Material3.FloatingActionButton.Small.Primary = 0x7f100377
+com.example.newrevive:style/TextAppearance.M3.Sys.Typescale.HeadlineSmall = 0x7f1001cf
+com.example.newrevive:style/Base.Widget.AppCompat.ProgressBar.Horizontal = 0x7f1000e8
+com.example.newrevive:style/Widget.Material3.TabLayout = 0x7f1003b7
+com.example.newrevive:layout/abc_screen_content_include = 0x7f0b0014
+com.example.newrevive:style/Base.V22.Theme.AppCompat.Light = 0x7f1000a8
+com.example.newrevive:style/ThemeOverlay.Material3.FloatingActionButton.Surface = 0x7f100294
+com.example.newrevive:styleable/PropertySet = 0x7f110071
+com.example.newrevive:layout/activity_doctor_post = 0x7f0b006d
+com.example.newrevive:dimen/mtrl_btn_text_btn_padding_right = 0x7f060210
+com.example.newrevive:color/material_slider_active_tick_marks_color = 0x7f050226
+com.example.newrevive:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox = 0x7f100434
+com.example.newrevive:id/navigation_bar_item_icon_view = 0x7f080145
+com.example.newrevive:style/Theme.AppCompat.DayNight.DarkActionBar = 0x7f100202
+com.example.newrevive:style/Widget.Material3.NavigationView = 0x7f1003a4
+com.example.newrevive:string/mtrl_picker_range_header_selected = 0x7f0f0083
+com.example.newrevive:style/Widget.MaterialComponents.AppBarLayout.Primary = 0x7f1003cf
+com.example.newrevive:id/imageView8 = 0x7f080214
+com.example.newrevive:styleable/ViewBackgroundHelper = 0x7f110094
+com.example.newrevive:dimen/m3_comp_switch_disabled_selected_icon_opacity = 0x7f060146
+com.example.newrevive:string/mtrl_picker_start_date_description = 0x7f0f0087
+com.example.newrevive:styleable/ActionMenuItemView = 0x7f110002
+com.example.newrevive:macro/m3_comp_secondary_navigation_tab_hover_state_layer_color = 0x7f0c007e
+com.example.newrevive:style/Base.Widget.AppCompat.TextView.SpinnerItem = 0x7f1000f3
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Display1 = 0x7f100019
+com.example.newrevive:style/Widget.MaterialComponents.NavigationRailView.Colored.Compact = 0x7f10041b
+com.example.newrevive:drawable/mtrl_switch_thumb_checked_unchecked = 0x7f0700d5
+com.example.newrevive:style/Widget.Material3.MaterialCalendar.Day.Invalid = 0x7f100382
+com.example.newrevive:style/Base.Widget.Material3.CompoundButton.CheckBox = 0x7f1000fd
+com.example.newrevive:id/standard = 0x7f0801b7
+com.example.newrevive:style/Widget.MaterialComponents.BottomSheet.Modal = 0x7f1003de
+com.example.newrevive:style/Theme.Material3.DynamicColors.Light = 0x7f10022d
+com.example.newrevive:styleable/TextAppearance = 0x7f110089
+com.example.newrevive:styleable/MaterialButton = 0x7f11004f
+com.example.newrevive:style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse = 0x7f1001aa
+com.example.newrevive:drawable/material_ic_clear_black_24dp = 0x7f0700b2
+com.example.newrevive:style/Widget.AppCompat.Spinner.DropDown.ActionBar = 0x7f100318
+com.example.newrevive:id/profileImage = 0x7f08020d
+com.example.newrevive:macro/m3_comp_switch_selected_focus_icon_color = 0x7f0c0099
+com.example.newrevive:style/Widget.AppCompat.ActionBar.Solid = 0x7f1002d6
+com.example.newrevive:color/m3_sys_color_dark_error_container = 0x7f050134
+com.example.newrevive:style/Base.Widget.AppCompat.SeekBar = 0x7f1000ee
+com.example.newrevive:style/Widget.AppCompat.ProgressBar = 0x7f10030d
+com.example.newrevive:layout/design_navigation_item = 0x7f0b0028
+com.example.newrevive:macro/m3_comp_fab_tertiary_icon_color = 0x7f0c0021
+com.example.newrevive:style/Base.Widget.AppCompat.Light.ActionBar.TabText = 0x7f1000da
+com.example.newrevive:styleable/SwitchMaterial = 0x7f110086
+com.example.newrevive:style/Base.V21.ThemeOverlay.Material3.SideSheetDialog = 0x7f1000a5
+com.example.newrevive:style/Widget.MaterialComponents.Button.Icon = 0x7f1003e0
+com.example.newrevive:style/Base.V21.Theme.AppCompat.Light.Dialog = 0x7f10009e
+com.example.newrevive:style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar = 0x7f100304
+com.example.newrevive:style/TextAppearance.M3.Sys.Typescale.LabelMedium = 0x7f1001d1
+com.example.newrevive:style/Theme.Material3.Light.BottomSheetDialog = 0x7f10022f
+com.example.newrevive:style/Base.Theme.MaterialComponents.Light.Dialog.Bridge = 0x7f10006e
+com.example.newrevive:style/Widget.AppCompat.CompoundButton.Switch = 0x7f1002ea
+com.example.newrevive:style/TextAppearance.Design.CollapsingToolbar.Expanded = 0x7f1001bc
+com.example.newrevive:styleable/KeyFramesVelocity = 0x7f110043
+com.example.newrevive:dimen/m3_comp_fab_primary_pressed_container_elevation = 0x7f060105
+com.example.newrevive:style/Widget.MaterialComponents.ChipGroup = 0x7f1003f1
+com.example.newrevive:style/ThemeOverlay.Material3.DynamicColors.Dark = 0x7f10028b
+com.example.newrevive:string/mtrl_timepicker_cancel = 0x7f0f009b
+com.example.newrevive:id/wrap = 0x7f080207
+com.example.newrevive:string/mtrl_picker_range_header_only_start_selected = 0x7f0f0082
+com.example.newrevive:style/TextAppearance.Design.Tab = 0x7f1001c6
+com.example.newrevive:layout/abc_screen_toolbar = 0x7f0b0017
+com.example.newrevive:string/mtrl_picker_date_header_title = 0x7f0f0076
+com.example.newrevive:id/search_view_content_container = 0x7f08018e
+com.example.newrevive:style/Widget.Design.NavigationView = 0x7f100325
+com.example.newrevive:id/homeAsUp = 0x7f0800e5
+com.example.newrevive:styleable/ListPopupWindow = 0x7f11004b
+com.example.newrevive:styleable/Chip = 0x7f11001d
+com.example.newrevive:style/ThemeOverlay.Material3.AutoCompleteTextView = 0x7f100272
+com.example.newrevive:style/Widget.MaterialComponents.MaterialDivider = 0x7f100418
+com.example.newrevive:macro/m3_comp_switch_unselected_hover_track_outline_color = 0x7f0c00b1
+com.example.newrevive:style/Base.Widget.MaterialComponents.PopupMenu.ContextMenu = 0x7f100111
+com.example.newrevive:style/Widget.MaterialComponents.BottomNavigationView.Colored = 0x7f1003db
+com.example.newrevive:style/Theme.Material3.Light = 0x7f10022e
+com.example.newrevive:id/async = 0x7f080053
+com.example.newrevive:string/abc_activity_chooser_view_see_all = 0x7f0f0005
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.TextInputEditText.FilledBox = 0x7f1002cb
+com.example.newrevive:color/m3_sys_color_dynamic_dark_surface_variant = 0x7f050161
+com.example.newrevive:dimen/cardview_compat_inset_shadow = 0x7f060052
+com.example.newrevive:drawable/ic_mtrl_chip_checked_circle = 0x7f0700a1
+com.example.newrevive:style/Base.Widget.Material3.ActionMode = 0x7f1000f8
+com.example.newrevive:style/Widget.Design.FloatingActionButton = 0x7f100324
+com.example.newrevive:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Secondary = 0x7f10028f
+com.example.newrevive:macro/m3_comp_search_bar_input_text_type = 0x7f0c0069
+com.example.newrevive:style/TextAppearance.MaterialComponents.Body1 = 0x7f1001ec
+com.example.newrevive:color/m3_textfield_stroke_color = 0x7f0501a3
+com.example.newrevive:style/Base.Widget.MaterialComponents.Slider = 0x7f100114
+com.example.newrevive:style/Widget.AppCompat.CompoundButton.CheckBox = 0x7f1002e8
+com.example.newrevive:style/ShapeAppearance.MaterialComponents.MediumComponent = 0x7f100170
+com.example.newrevive:style/Widget.Material3.Chip.Input = 0x7f100356
+com.example.newrevive:style/Base.TextAppearance.MaterialComponents.Headline6 = 0x7f100044
+com.example.newrevive:style/TextAppearance.M3.Sys.Typescale.HeadlineLarge = 0x7f1001cd
+com.example.newrevive:styleable/RecyclerView = 0x7f110075
+com.example.newrevive:styleable/RadialViewGroup = 0x7f110072
+com.example.newrevive:string/mtrl_checkbox_button_icon_path_group_name = 0x7f0f0061
+com.example.newrevive:layout/material_clock_display = 0x7f0b0036
+com.example.newrevive:layout/mtrl_navigation_rail_item = 0x7f0b0056
+com.example.newrevive:style/Widget.Material3.FloatingActionButton.Large.Surface = 0x7f100373
+com.example.newrevive:style/Widget.MaterialComponents.NavigationRailView = 0x7f100419
+com.example.newrevive:style/Widget.AppCompat.DropDownItem.Spinner = 0x7f1002ec
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.TextInputEditText.FilledBox.Dense = 0x7f1002cc
+com.example.newrevive:style/TextAppearance.AppCompat.Medium.Inverse = 0x7f100199
+com.example.newrevive:style/Widget.AppCompat.ButtonBar = 0x7f1002e6
+com.example.newrevive:styleable/TextEffects = 0x7f11008a
+com.example.newrevive:color/m3_ref_palette_primary95 = 0x7f05010d
+com.example.newrevive:style/Widget.Material3.FloatingActionButton.Secondary = 0x7f100376
+com.example.newrevive:string/abc_action_bar_home_description = 0x7f0f0001
+com.example.newrevive:style/ThemeOverlay.Material3.Snackbar = 0x7f1002a5
+com.example.newrevive:style/Theme.MaterialComponents.Dialog = 0x7f10024a
+com.example.newrevive:style/Widget.MaterialComponents.BottomAppBar.Colored = 0x7f1003d8
+com.example.newrevive:style/MaterialAlertDialog.MaterialComponents.Picker.Date.Calendar = 0x7f10012a
+com.example.newrevive:style/Widget.Material3.Button.TextButton.Dialog = 0x7f100346
+com.example.newrevive:styleable/OnSwipe = 0x7f11006e
+com.example.newrevive:style/Widget.MaterialComponents.BottomAppBar = 0x7f1003d7
+com.example.newrevive:style/Theme.Material3.DayNight.DialogWhenLarge = 0x7f100228
+com.example.newrevive:color/mtrl_navigation_bar_colored_ripple_color = 0x7f05024d
+com.example.newrevive:macro/m3_comp_outlined_button_focus_outline_color = 0x7f0c003c
+com.example.newrevive:style/Widget.Material3.Chip.Input.Icon = 0x7f100358
+com.example.newrevive:string/abc_menu_delete_shortcut_label = 0x7f0f000b
+com.example.newrevive:integer/m3_sys_motion_duration_long2 = 0x7f090013
+com.example.newrevive:style/Widget.MaterialComponents.BottomNavigationView = 0x7f1003da
+com.example.newrevive:style/ShapeAppearanceOverlay.MaterialComponents.MaterialCalendar.Day = 0x7f100182
+com.example.newrevive:styleable/MaterialToolbar = 0x7f11005d
+com.example.newrevive:style/Widget.AppCompat.PopupWindow = 0x7f10030c
+com.example.newrevive:style/Widget.Material3.Button.OutlinedButton = 0x7f100343
+com.example.newrevive:color/m3_sys_color_light_inverse_on_surface = 0x7f05017e
+com.example.newrevive:style/Widget.MaterialComponents.Button.TextButton.Icon = 0x7f1003e7
+com.example.newrevive:dimen/m3_sys_motion_easing_legacy_decelerate_control_x1 = 0x7f0601a8
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.Dark.ActionBar = 0x7f1002ba
+com.example.newrevive:styleable/PopupWindow = 0x7f11006f
+com.example.newrevive:styleable/BottomNavigationView = 0x7f110016
+com.example.newrevive:color/material_blue_grey_800 = 0x7f0501af
+com.example.newrevive:macro/m3_comp_search_view_header_supporting_text_color = 0x7f0c0077
+com.example.newrevive:styleable/CardView = 0x7f11001a
+com.example.newrevive:style/Widget.Material3.AutoCompleteTextView.OutlinedBox = 0x7f100330
+com.example.newrevive:style/Widget.MaterialComponents.MaterialCalendar.Year.Selected = 0x7f100415
+com.example.newrevive:string/mtrl_picker_date_header_selected = 0x7f0f0075
+com.example.newrevive:attr/colorBackgroundFloating = 0x7f0300e5
+com.example.newrevive:color/m3_ref_palette_tertiary60 = 0x7f050123
+com.example.newrevive:color/purple_200 = 0x7f050273
+com.example.newrevive:id/progress_horizontal = 0x7f08016d
+com.example.newrevive:style/ShapeAppearance.M3.Comp.SearchBar.Avatar.Shape = 0x7f100154
+com.example.newrevive:style/Widget.AppCompat.Spinner.DropDown = 0x7f100317
+com.example.newrevive:style/TextAppearance.AppCompat.Subhead = 0x7f10019f
+com.example.newrevive:style/ThemeOverlay.Material3.MaterialTimePicker.Display.TextInputEditText = 0x7f1002a0
+com.example.newrevive:string/m3_sys_motion_easing_emphasized_path_data = 0x7f0f0041
+com.example.newrevive:macro/m3_sys_shape_corner_small_family = 0x7f0c00cc
+com.example.newrevive:style/Base.TextAppearance.AppCompat = 0x7f100014
+com.example.newrevive:styleable/LinearLayoutCompat_Layout = 0x7f110049
+com.example.newrevive:style/ThemeOverlay.MaterialComponents = 0x7f1002ad
+com.example.newrevive:style/ThemeOverlay.Material3.TextInputEditText = 0x7f1002a6
+com.example.newrevive:string/mtrl_checkbox_state_description_checked = 0x7f0f0068
+com.example.newrevive:macro/m3_comp_switch_selected_hover_track_color = 0x7f0c00a0
+com.example.newrevive:id/imageView7 = 0x7f080213
+com.example.newrevive:id/action_context_bar = 0x7f08003c
+com.example.newrevive:string/mtrl_checkbox_button_icon_path_name = 0x7f0f0063
+com.example.newrevive:style/ThemeOverlay.Material3.Button.IconButton.Filled = 0x7f10027d
+com.example.newrevive:style/CardView.Dark = 0x7f10011b
+com.example.newrevive:id/save_non_transition_alpha = 0x7f080178
+com.example.newrevive:style/Widget.Material3.LinearProgressIndicator = 0x7f10037e
+com.example.newrevive:macro/m3_sys_shape_corner_medium_family = 0x7f0c00ca
+com.example.newrevive:string/enter_a_relative_phone = 0x7f0f002e
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.Toolbar.Surface = 0x7f1002d4
+com.example.newrevive:style/Widget.Material3.FloatingActionButton.Small.Secondary = 0x7f100378
+com.example.newrevive:style/ThemeOverlay.AppCompat.Dark = 0x7f100268
+com.example.newrevive:string/m3_sys_motion_easing_legacy = 0x7f0f0042
+com.example.newrevive:layout/design_navigation_item_separator = 0x7f0b002a
+com.example.newrevive:style/Theme.MaterialComponents.Light.Dialog.Alert.Bridge = 0x7f10025a
+com.example.newrevive:style/Widget.MaterialComponents.Chip.Entry = 0x7f1003ef
+com.example.newrevive:layout/mtrl_alert_dialog = 0x7f0b0043
+com.example.newrevive:style/Theme.MaterialComponents.Dialog.Alert.Bridge = 0x7f10024c
+com.example.newrevive:style/Theme.MaterialComponents.DayNight.NoActionBar = 0x7f100248
+com.example.newrevive:style/Theme.MaterialComponents.DayNight.DarkActionBar = 0x7f10023d
+com.example.newrevive:style/Widget.AppCompat.ActionButton = 0x7f1002da
+com.example.newrevive:string/mtrl_exceed_max_badge_number_content_description = 0x7f0f006c
+com.example.newrevive:styleable/MaterialTextAppearance = 0x7f11005a
+com.example.newrevive:style/Theme.AppCompat.DialogWhenLarge = 0x7f10020b
+com.example.newrevive:style/Base.Widget.Material3.Light.ActionBar.Solid = 0x7f100105
+com.example.newrevive:color/abc_search_url_text_selected = 0x7f050010
+com.example.newrevive:id/tv_register = 0x7f0801f4
+com.example.newrevive:styleable/ForegroundLinearLayout = 0x7f110038
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.MaterialCalendar.Fullscreen = 0x7f1002c9
+com.example.newrevive:style/Widget.MaterialComponents.TextInputEditText.FilledBox.Dense = 0x7f10042d
+com.example.newrevive:style/Base.Widget.AppCompat.Button.Borderless.Colored = 0x7f1000c9
+com.example.newrevive:style/Widget.Material3.MaterialCalendar.YearNavigationButton = 0x7f100396
+com.example.newrevive:style/Widget.Material3.TextInputLayout.FilledBox.Dense.ExposedDropdownMenu = 0x7f1003c0
+com.example.newrevive:styleable/FloatingActionButton_Behavior_Layout = 0x7f110034
+com.example.newrevive:style/Widget.Material3.ExtendedFloatingActionButton.Tertiary = 0x7f100370
+com.example.newrevive:id/imageView9 = 0x7f080215
+com.example.newrevive:drawable/mtrl_ic_error = 0x7f0700cd
+com.example.newrevive:interpolator/mtrl_linear_out_slow_in = 0x7f0a0011
+com.example.newrevive:style/Theme.MaterialComponents.CompactMenu = 0x7f100239
+com.example.newrevive:drawable/notification_icon_background = 0x7f0700e7
+com.example.newrevive:style/ThemeOverlay.Material3.TextInputEditText.FilledBox = 0x7f1002a7
+com.example.newrevive:style/TextAppearance.Design.Prefix = 0x7f1001c3
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Subhead.Inverse = 0x7f10002c
+com.example.newrevive:style/Theme.MaterialComponents.BottomSheetDialog = 0x7f100237
+com.example.newrevive:dimen/m3_chip_corner_size = 0x7f0600e2
+com.example.newrevive:id/layout = 0x7f0800fd
+com.example.newrevive:style/Theme.Material3.DayNight.Dialog.MinWidth = 0x7f100227
+com.example.newrevive:string/mtrl_checkbox_button_path_group_name = 0x7f0f0065
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.Toolbar.Popup.Primary = 0x7f1002d2
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.ActionBar.Surface = 0x7f1002b0
+com.example.newrevive:style/Animation.AppCompat.Dialog = 0x7f100002
+com.example.newrevive:style/MaterialAlertDialog.MaterialComponents.Title.Icon = 0x7f10012c
+com.example.newrevive:styleable/FlowLayout = 0x7f110035
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Centered = 0x7f1002c2
+com.example.newrevive:id/container = 0x7f080084
+com.example.newrevive:color/design_default_color_background = 0x7f05003e
+com.example.newrevive:style/Widget.MaterialComponents.MaterialButtonToggleGroup = 0x7f1003ff
+com.example.newrevive:attr/borderRound = 0x7f030066
+com.example.newrevive:dimen/mtrl_textinput_box_corner_radius_medium = 0x7f06029b
+com.example.newrevive:color/m3_ref_palette_neutral100 = 0x7f0500ea
+com.example.newrevive:style/CustomDatePickerDialog = 0x7f10011d
+com.example.newrevive:string/material_minute_suffix = 0x7f0f004f
+com.example.newrevive:styleable/ImageFilterView = 0x7f11003d
+com.example.newrevive:style/Widget.MaterialComponents.MaterialCalendar.HeaderLayout.Fullscreen = 0x7f10040c
+com.example.newrevive:styleable/PopupWindowBackgroundState = 0x7f110070
+com.example.newrevive:style/ThemeOverlay.Material3.Light = 0x7f100298
+com.example.newrevive:styleable/FontFamily = 0x7f110036
+com.example.newrevive:style/Base.V14.ThemeOverlay.MaterialComponents.Dialog = 0x7f100097
+com.example.newrevive:styleable/ConstraintLayout_placeholder = 0x7f110029
+com.example.newrevive:dimen/mtrl_calendar_day_height = 0x7f060219
+com.example.newrevive:style/Widget.Material3.TabLayout.OnSurface = 0x7f1003b8
+com.example.newrevive:styleable/NavigationView = 0x7f11006c
+com.example.newrevive:styleable/Motion = 0x7f110062
+com.example.newrevive:style/ThemeOverlay.Material3.MaterialCalendar = 0x7f10029c
+com.example.newrevive:styleable/MotionTelltales = 0x7f110068
+com.example.newrevive:macro/m3_comp_checkbox_selected_disabled_icon_color = 0x7f0c0005
+com.example.newrevive:style/ShapeAppearance.M3.Comp.Switch.Track.Shape = 0x7f100159
+com.example.newrevive:string/mtrl_picker_toggle_to_year_selection = 0x7f0f0092
+com.example.newrevive:style/Widget.Compat.NotificationActionContainer = 0x7f10031e
+com.example.newrevive:color/mtrl_chip_close_icon_tint = 0x7f05023e
+com.example.newrevive:macro/m3_comp_search_bar_supporting_text_color = 0x7f0c006d
+com.example.newrevive:dimen/hint_pressed_alpha_material_light = 0x7f060099
+com.example.newrevive:color/material_on_primary_emphasis_high_type = 0x7f050206
+com.example.newrevive:layout/mtrl_calendar_month = 0x7f0b004e
+com.example.newrevive:id/fitStart = 0x7f0800cf
+com.example.newrevive:drawable/ic_mtrl_chip_checked_black = 0x7f0700a0
+com.example.newrevive:color/material_dynamic_secondary0 = 0x7f0501dd
+com.example.newrevive:string/fab_transformation_scrim_behavior = 0x7f0f0033
+com.example.newrevive:style/Widget.Material3.TextInputLayout.OutlinedBox = 0x7f1003c2
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.BottomAppBar.Primary = 0x7f1002b6
+com.example.newrevive:integer/m3_sys_motion_duration_extra_long4 = 0x7f090011
+com.example.newrevive:style/Widget.AppCompat.Spinner = 0x7f100316
+com.example.newrevive:string/mtrl_picker_announce_current_selection = 0x7f0f0071
+com.example.newrevive:style/Base.Theme.MaterialComponents.DialogWhenLarge = 0x7f100067
+com.example.newrevive:style/TextAppearance.AppCompat = 0x7f100187
+com.example.newrevive:dimen/abc_action_bar_overflow_padding_start_material = 0x7f060008
+com.example.newrevive:style/Widget.AppCompat.Light.ActionBar.TabBar = 0x7f1002f2
+com.example.newrevive:style/TextAppearance.MaterialComponents.Headline5 = 0x7f1001f5
+com.example.newrevive:style/Theme.MaterialComponents.DayNight.Bridge = 0x7f10023c
+com.example.newrevive:dimen/design_navigation_item_icon_padding = 0x7f060079
+com.example.newrevive:string/searchview_navigation_content_description = 0x7f0f00a9
+com.example.newrevive:style/RtlOverlay.Widget.AppCompat.PopupMenuItem = 0x7f100143
+com.example.newrevive:macro/m3_comp_switch_selected_focus_track_color = 0x7f0c009b
+com.example.newrevive:id/action_mode_close_button = 0x7f080043
+com.example.newrevive:style/ThemeOverlay.Material3.DayNight.SideSheetDialog = 0x7f100287
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f1002c1
+com.example.newrevive:style/textlayout = 0x7f10044a
+com.example.newrevive:style/Base.DialogWindowTitleBackground.AppCompat = 0x7f100010
+com.example.newrevive:macro/m3_comp_outlined_text_field_focus_outline_color = 0x7f0c004b
+com.example.newrevive:dimen/mtrl_progress_indicator_full_rounded_corner_radius = 0x7f060282
+com.example.newrevive:styleable/Spinner = 0x7f110080
+com.example.newrevive:styleable/ScrollingViewBehavior_Layout = 0x7f110077
+com.example.newrevive:style/Widget.MaterialComponents.MaterialCalendar.Day.Invalid = 0x7f100402
+com.example.newrevive:id/marquee = 0x7f080107
+com.example.newrevive:style/Base.V14.Theme.Material3.Light.Dialog = 0x7f100089
+com.example.newrevive:style/Base.Widget.AppCompat.PopupMenu = 0x7f1000e4
+com.example.newrevive:layout/abc_tooltip = 0x7f0b001b
+com.example.newrevive:macro/m3_comp_primary_navigation_tab_active_indicator_color = 0x7f0c0058
+com.example.newrevive:style/Widget.MaterialComponents.MaterialCalendar.HeaderToggleButton = 0x7f100410
+com.example.newrevive:style/Widget.Material3.SearchView.Toolbar = 0x7f1003af
+com.example.newrevive:styleable/NavigationBarView = 0x7f11006a
+com.example.newrevive:dimen/m3_bottomappbar_fab_cradle_margin = 0x7f0600bb
+com.example.newrevive:style/Theme.AppCompat.Light.DarkActionBar = 0x7f10020e
+com.example.newrevive:dimen/m3_comp_search_bar_pressed_state_layer_opacity = 0x7f060132
+com.example.newrevive:style/Widget.MaterialComponents.TimePicker.Display.TextInputLayout = 0x7f100440
+com.example.newrevive:layout/activity_register = 0x7f0b001f
+com.example.newrevive:id/password_login = 0x7f080161
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Display4 = 0x7f10001c
+com.example.newrevive:layout/abc_action_mode_bar = 0x7f0b0004
+com.example.newrevive:styleable/ExtendedFloatingActionButton = 0x7f110031
+com.example.newrevive:color/mtrl_textinput_default_box_stroke_color = 0x7f050263
+com.example.newrevive:styleable/ConstraintOverride = 0x7f11002a
+com.example.newrevive:integer/m3_chip_anim_duration = 0x7f09000d
+com.example.newrevive:color/m3_selection_control_ripple_color_selector = 0x7f05012a
+com.example.newrevive:color/m3_sys_color_dynamic_dark_tertiary_container = 0x7f050163
+com.example.newrevive:string/clear_text_end_icon_content_description = 0x7f0f002a
+com.example.newrevive:style/TextAppearance.M3.Sys.Typescale.LabelLarge = 0x7f1001d0
+com.example.newrevive:style/Widget.Material3.Slider = 0x7f1003b2
+com.example.newrevive:style/TextAppearance.MaterialComponents.TimePicker.Title = 0x7f1001fa
+com.example.newrevive:style/Widget.Material3.MaterialCalendar.HeaderSelection = 0x7f10038c
+com.example.newrevive:style/Theme.MaterialComponents.Light.NoActionBar = 0x7f100261
+com.example.newrevive:id/mtrl_picker_text_input_date = 0x7f08013c
+com.example.newrevive:interpolator/mtrl_fast_out_slow_in = 0x7f0a000f
+com.example.newrevive:color/m3_sys_color_dynamic_dark_outline_variant = 0x7f05015b
+com.example.newrevive:macro/m3_comp_filled_text_field_error_supporting_text_color = 0x7f0c002a
+com.example.newrevive:color/mtrl_btn_ripple_color = 0x7f050232
+com.example.newrevive:color/m3_sys_color_dynamic_dark_on_tertiary = 0x7f050158
+com.example.newrevive:style/MaterialAlertDialog.MaterialComponents.Title.Text = 0x7f100130
+com.example.newrevive:string/mtrl_picker_navigate_to_year_description = 0x7f0f007f
+com.example.newrevive:style/MaterialAlertDialog.MaterialComponents.Title.Text.CenterStacked = 0x7f100131
+com.example.newrevive:styleable/MotionLayout = 0x7f110066
+com.example.newrevive:style/Theme.AppCompat.DayNight.Dialog.Alert = 0x7f100204
+com.example.newrevive:string/mtrl_picker_announce_current_selection_none = 0x7f0f0072
+com.example.newrevive:dimen/mtrl_btn_text_size = 0x7f060211
+com.example.newrevive:style/Theme.AppCompat.Light.Dialog.MinWidth = 0x7f100211
+com.example.newrevive:color/mtrl_btn_stroke_color_selector = 0x7f050233
+com.example.newrevive:styleable/Layout = 0x7f110047
+com.example.newrevive:styleable/MaterialCheckBoxStates = 0x7f110055
+com.example.newrevive:drawable/tooltip_frame_light = 0x7f0700f1
+com.example.newrevive:style/Widget.MaterialComponents.MaterialCalendar.Fullscreen = 0x7f100407
+com.example.newrevive:style/TextAppearance.Widget.AppCompat.Toolbar.Subtitle = 0x7f1001fd
+com.example.newrevive:style/TextAppearance.MaterialComponents.Headline4 = 0x7f1001f4
+com.example.newrevive:style/Theme.AppCompat.Dialog.MinWidth = 0x7f10020a
+com.example.newrevive:style/TextAppearance.MaterialComponents.Headline1 = 0x7f1001f1
+com.example.newrevive:color/m3_ref_palette_neutral_variant95 = 0x7f050100
+com.example.newrevive:anim/btn_checkbox_to_unchecked_icon_null_animation = 0x7f010011
+com.example.newrevive:style/Widget.Material3.MaterialTimePicker.Clock = 0x7f10039b
+com.example.newrevive:attr/simpleItemSelectedColor = 0x7f03039d
+com.example.newrevive:style/Base.Widget.AppCompat.TextView = 0x7f1000f2
+com.example.newrevive:dimen/m3_comp_outlined_text_field_disabled_label_text_opacity = 0x7f060121
+com.example.newrevive:color/m3_sys_color_dark_primary = 0x7f050145
+com.example.newrevive:style/Widget.Material3.BottomSheet.Modal = 0x7f10033a
+com.example.newrevive:style/Widget.AppCompat.ListView.DropDown = 0x7f100308
+com.example.newrevive:id/horizontal_only = 0x7f0800e7
+com.example.newrevive:style/Theme.Design.BottomSheetDialog = 0x7f100216
+com.example.newrevive:drawable/ic_m3_chip_checked_circle = 0x7f07009d
+com.example.newrevive:macro/m3_comp_extended_fab_tertiary_container_color = 0x7f0c0015
+com.example.newrevive:styleable/ButtonBarLayout = 0x7f110018
+com.example.newrevive:drawable/abc_textfield_search_material = 0x7f070076
+com.example.newrevive:style/Theme.Material3.Dark.Dialog.Alert = 0x7f10021e
+com.example.newrevive:drawable/homepage_icon_background = 0x7f0700f4
+com.example.newrevive:style/Theme.MaterialComponents.Bridge = 0x7f100238
+com.example.newrevive:style/Widget.MaterialComponents.Button.TextButton.Dialog.Icon = 0x7f1003e6
+com.example.newrevive:style/Widget.AppCompat.Light.ActionButton.Overflow = 0x7f1002fa
+com.example.newrevive:style/TextAppearance.MaterialComponents.Body2 = 0x7f1001ed
+com.example.newrevive:macro/m3_comp_search_bar_leading_icon_color = 0x7f0c006a
+com.example.newrevive:style/Widget.MaterialComponents.TextInputLayout.FilledBox = 0x7f100430
+com.example.newrevive:style/ShapeAppearanceOverlay.Material3.FloatingActionButton = 0x7f100179
+com.example.newrevive:style/Widget.MaterialComponents.CheckedTextView = 0x7f1003ec
+com.example.newrevive:id/masked = 0x7f080108
+com.example.newrevive:style/Widget.AppCompat.EditText = 0x7f1002ed
+com.example.newrevive:macro/m3_comp_outlined_text_field_disabled_input_text_color = 0x7f0c0042
+com.example.newrevive:color/material_dynamic_primary95 = 0x7f0501db
+com.example.newrevive:style/Base.Widget.AppCompat.Light.ActionBar.TabBar = 0x7f1000d9
+com.example.newrevive:string/email_login = 0x7f0f002c
+com.example.newrevive:macro/m3_comp_search_bar_supporting_text_type = 0x7f0c006e
+com.example.newrevive:style/Widget.Material3.Button.Icon = 0x7f10033e
+com.example.newrevive:style/Theme.AppCompat.Empty = 0x7f10020c
+com.example.newrevive:style/Widget.MaterialComponents.Chip.Action = 0x7f1003ed
+com.example.newrevive:style/Widget.Material3.TextInputLayout.FilledBox = 0x7f1003be
+com.example.newrevive:id/skipped = 0x7f0801a5
+com.example.newrevive:style/Base.Theme.Material3.Dark.Dialog = 0x7f100059
+com.example.newrevive:style/Widget.MaterialComponents.Button.TextButton.Dialog = 0x7f1003e4
+com.example.newrevive:dimen/abc_action_bar_content_inset_with_nav = 0x7f060001
+com.example.newrevive:id/search_button = 0x7f080185
+com.example.newrevive:style/ThemeOverlay.Material3.BottomAppBar.Legacy = 0x7f100278
+com.example.newrevive:style/Base.Theme.MaterialComponents.Light.Bridge = 0x7f100069
+com.example.newrevive:id/alertTitle = 0x7f080048
+com.example.newrevive:macro/m3_comp_outlined_text_field_input_text_type = 0x7f0c0051
+com.example.newrevive:macro/m3_comp_switch_unselected_hover_icon_color = 0x7f0c00ae
+com.example.newrevive:style/TextAppearance.Material3.LabelMedium = 0x7f1001e2
+com.example.newrevive:styleable/ViewTransition = 0x7f110097
+com.example.newrevive:style/TextAppearance.Material3.HeadlineSmall = 0x7f1001e0
+com.example.newrevive:styleable/MaterialTextView = 0x7f11005b
+com.example.newrevive:style/Theme.MaterialComponents.DayNight.BottomSheetDialog = 0x7f10023b
+com.example.newrevive:style/Widget.Material3.MaterialCalendar.Year.Today = 0x7f100395
+com.example.newrevive:string/m3_sys_motion_easing_standard_accelerate = 0x7f0f0047
+com.example.newrevive:style/TextAppearance.Design.Placeholder = 0x7f1001c2
+com.example.newrevive:layout/mtrl_picker_header_selection_text = 0x7f0b005c
+com.example.newrevive:style/Widget.AppCompat.Light.ActionBar.TabText.Inverse = 0x7f1002f5
+com.example.newrevive:string/exposed_dropdown_menu_content_description = 0x7f0f0032
+com.example.newrevive:dimen/mtrl_bottomappbar_fab_bottom_margin = 0x7f0601f6
+com.example.newrevive:style/TextAppearance.MaterialComponents.Caption = 0x7f1001ef
+com.example.newrevive:drawable/abc_btn_check_material = 0x7f07002c
+com.example.newrevive:style/Widget.Material3.MaterialCalendar.MonthTextView = 0x7f100392
+com.example.newrevive:style/Widget.AppCompat.PopupMenu = 0x7f10030a
+com.example.newrevive:style/TextAppearance.AppCompat.Widget.Switch = 0x7f1001b5
+com.example.newrevive:style/TextAppearance.AppCompat.Widget.Button.Colored = 0x7f1001af
+com.example.newrevive:style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle = 0x7f1001a9
+com.example.newrevive:style/TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f1001a8
+com.example.newrevive:style/ShapeAppearance.MaterialComponents.LargeComponent = 0x7f10016f
+com.example.newrevive:style/Widget.MaterialComponents.TimePicker.Clock = 0x7f10043b
+com.example.newrevive:styleable/KeyFrame = 0x7f110041
+com.example.newrevive:color/material_grey_300 = 0x7f0501f8
+com.example.newrevive:string/enter_a_relative_name = 0x7f0f002d
+com.example.newrevive:style/Base.DialogWindowTitle.AppCompat = 0x7f10000f
+com.example.newrevive:id/src_over = 0x7f0801b6
+com.example.newrevive:color/m3_sys_color_light_outline = 0x7f05018c
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Widget.Switch = 0x7f10003f
+com.example.newrevive:drawable/mtrl_checkbox_button_icon_indeterminate_unchecked = 0x7f0700c1
+com.example.newrevive:macro/m3_comp_outlined_button_hover_outline_color = 0x7f0c003d
+com.example.newrevive:drawable/notification_bg = 0x7f0700e1
+com.example.newrevive:style/TextAppearance.AppCompat.Medium = 0x7f100198
+com.example.newrevive:style/Theme.MaterialComponents.Light.Dialog.MinWidth.Bridge = 0x7f10025f
+com.example.newrevive:layout/notification_template_part_time = 0x7f0b0068
+com.example.newrevive:style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Small = 0x7f100197
+com.example.newrevive:integer/mtrl_view_invisible = 0x7f090038
+com.example.newrevive:styleable/TextInputLayout = 0x7f11008c
+com.example.newrevive:id/clockwise = 0x7f08007e
+com.example.newrevive:styleable/MaterialCheckBox = 0x7f110054
+com.example.newrevive:id/mtrl_calendar_frame = 0x7f08012d
+com.example.newrevive:dimen/tooltip_horizontal_padding = 0x7f0602bb
+com.example.newrevive:style/Base.Widget.AppCompat.ActionButton = 0x7f1000c1
+com.example.newrevive:string/homeScreenTask = 0x7f0f00ad
+com.example.newrevive:style/ShapeAppearance.M3.Comp.FilledButton.Container.Shape = 0x7f100152
+com.example.newrevive:style/Base.Widget.Material3.Chip = 0x7f1000fb
+com.example.newrevive:dimen/mtrl_progress_circular_radius = 0x7f06027a
+com.example.newrevive:style/TextAppearance.AppCompat.Body1 = 0x7f100188
+com.example.newrevive:id/mtrl_calendar_day_selector_frame = 0x7f08012b
+com.example.newrevive:string/mtrl_picker_invalid_range = 0x7f0f007d
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Widget.Button.Borderless.Colored = 0x7f100038
+com.example.newrevive:animator/m3_btn_state_list_anim = 0x7f02000a
+com.example.newrevive:color/design_fab_stroke_end_inner_color = 0x7f05004f
+com.example.newrevive:style/TextAppearance.MaterialComponents.Overline = 0x7f1001f7
+com.example.newrevive:style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse = 0x7f1001a6
+com.example.newrevive:drawable/bg_button = 0x7f070082
+com.example.newrevive:dimen/m3_sys_state_dragged_state_layer_opacity = 0x7f0601bc
+com.example.newrevive:id/stretch = 0x7f0801bf
+com.example.newrevive:style/Widget.Material3.MaterialTimePicker = 0x7f100399
+com.example.newrevive:style/ShapeAppearanceOverlay.Material3.Chip = 0x7f100174
+com.example.newrevive:color/m3_ref_palette_tertiary30 = 0x7f050120
+com.example.newrevive:id/search_badge = 0x7f080182
+com.example.newrevive:string/abc_searchview_description_search = 0x7f0f0016
+com.example.newrevive:style/ShapeAppearance.Material3.Corner.Small = 0x7f100168
+com.example.newrevive:macro/m3_comp_switch_disabled_unselected_handle_color = 0x7f0c0094
+com.example.newrevive:style/Base.V7.ThemeOverlay.AppCompat.Dialog = 0x7f1000b8
+com.example.newrevive:drawable/notify_panel_notification_icon_bg = 0x7f0700eb
+com.example.newrevive:id/textView3 = 0x7f08020e
+com.example.newrevive:style/Widget.AppCompat.Light.ActionBar.TabView = 0x7f1002f6
+com.example.newrevive:dimen/design_bottom_sheet_elevation = 0x7f06006b
+com.example.newrevive:dimen/mtrl_card_checked_icon_margin = 0x7f06023d
+com.example.newrevive:drawable/navigation_empty_icon = 0x7f0700df
+com.example.newrevive:style/Widget.Material3.Chip.Filter = 0x7f100354
+com.example.newrevive:layout/mtrl_calendar_days_of_week = 0x7f0b004c
+com.example.newrevive:style/Widget.AppCompat.ActionButton.CloseMode = 0x7f1002db
+com.example.newrevive:style/Widget.MaterialComponents.Toolbar = 0x7f100443
+com.example.newrevive:style/ThemeOverlay.Material3.PersonalizedColors = 0x7f1002a2
+com.example.newrevive:style/ThemeOverlay.Material3.MaterialCalendar.HeaderCancelButton = 0x7f10029e
+com.example.newrevive:style/ShapeAppearance.M3.Comp.SearchView.FullScreen.Container.Shape = 0x7f100156
+com.example.newrevive:style/ShapeAppearance.M3.Comp.SearchBar.Container.Shape = 0x7f100155
+com.example.newrevive:style/Theme.Material3.Light.NoActionBar = 0x7f100234
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.ActionBar = 0x7f1002ae
+com.example.newrevive:color/material_personalized_color_surface_outline = 0x7f050222
+com.example.newrevive:attr/actionBarItemBackground = 0x7f030003
+com.example.newrevive:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon2 = 0x7f10014b
+com.example.newrevive:style/Theme.Material3.Dark.DialogWhenLarge = 0x7f100220
+com.example.newrevive:style/Widget.Material3.Chip.Input.Icon.Elevated = 0x7f100359
+com.example.newrevive:id/action_divider = 0x7f08003d
+com.example.newrevive:style/Widget.Material3.CircularProgressIndicator = 0x7f10035d
+com.example.newrevive:dimen/compat_control_corner_material = 0x7f06005a
+com.example.newrevive:color/background_material_light = 0x7f050020
+com.example.newrevive:style/Widget.Material3.Button.TonalButton.Icon = 0x7f10034c
+com.example.newrevive:style/Base.Widget.Material3.ExtendedFloatingActionButton.Icon = 0x7f100101
+com.example.newrevive:drawable/abc_list_selector_background_transition_holo_light = 0x7f070054
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Title.Inverse = 0x7f10002e
+com.example.newrevive:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon1 = 0x7f10014a
+com.example.newrevive:drawable/btn_radio_on_mtrl = 0x7f07008a
+com.example.newrevive:style/Theme.Material3.Dark.Dialog = 0x7f10021d
+com.example.newrevive:drawable/design_password_eye = 0x7f070092
+com.example.newrevive:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.SubmenuArrow = 0x7f100146
+com.example.newrevive:string/mtrl_picker_announce_current_range_selection = 0x7f0f0070
+com.example.newrevive:style/RtlOverlay.DialogWindowTitle.AppCompat = 0x7f100140
+com.example.newrevive:color/m3_checkbox_button_icon_tint = 0x7f05006d
+com.example.newrevive:style/Base.V26.Theme.AppCompat = 0x7f1000af
+com.example.newrevive:id/easeInOut = 0x7f0800b0
+com.example.newrevive:id/action_mode_bar = 0x7f080041
+com.example.newrevive:style/Widget.AppCompat.ActionButton.Overflow = 0x7f1002dc
+com.example.newrevive:style/Widget.Material3.ChipGroup = 0x7f10035c
+com.example.newrevive:id/beginning = 0x7f08005b
+com.example.newrevive:style/Platform.ThemeOverlay.AppCompat = 0x7f100138
+com.example.newrevive:style/Base.Widget.Material3.TabLayout = 0x7f100108
+com.example.newrevive:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Text = 0x7f100147
+com.example.newrevive:color/design_icon_tint = 0x7f050053
+com.example.newrevive:id/tag_unhandled_key_listeners = 0x7f0801cf
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.TextInputEditText.OutlinedBox.Dense = 0x7f1002ce
+com.example.newrevive:style/Platform.AppCompat.Light = 0x7f100133
+com.example.newrevive:style/Base.V21.Theme.AppCompat.Light = 0x7f10009d
+com.example.newrevive:style/Widget.AppCompat.Button = 0x7f1002e0
+com.example.newrevive:style/Theme.MaterialComponents.DayNight.Dialog.FixedSize = 0x7f100243
+com.example.newrevive:style/TextAppearance.Material3.BodySmall = 0x7f1001da
+com.example.newrevive:drawable/img_2 = 0x7f0700f3
+com.example.newrevive:style/Widget.MaterialComponents.Button.OutlinedButton.Icon = 0x7f1003e2
+com.example.newrevive:macro/m3_comp_outlined_button_outline_color = 0x7f0c003e
+com.example.newrevive:dimen/abc_star_medium = 0x7f06003c
+com.example.newrevive:style/MaterialAlertDialog.Material3 = 0x7f10011e
+com.example.newrevive:color/m3_sys_color_dynamic_light_on_surface = 0x7f05016d
+com.example.newrevive:dimen/design_bottom_navigation_height = 0x7f060063
+com.example.newrevive:style/TextAppearance.Compat.Notification.Time = 0x7f1001ba
+com.example.newrevive:color/m3_timepicker_secondary_text_button_text_color = 0x7f0501ad
+com.example.newrevive:style/Theme.Material3.DayNight.Dialog.Alert = 0x7f100226
+com.example.newrevive:style/CardView.Light = 0x7f10011c
+com.example.newrevive:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Secondary = 0x7f10036a
+com.example.newrevive:id/multiply = 0x7f080141
+com.example.newrevive:style/CardView = 0x7f10011a
+com.example.newrevive:style/ThemeOverlay.Material3.MaterialCalendar.Fullscreen = 0x7f10029d
+com.example.newrevive:macro/m3_comp_assist_chip_label_text_type = 0x7f0c0001
+com.example.newrevive:style/Widget.Material3.Slider.Label = 0x7f1003b3
+com.example.newrevive:id/material_clock_hand = 0x7f08010e
+com.example.newrevive:style/ThemeOverlay.Material3.MaterialAlertDialog = 0x7f10029a
+com.example.newrevive:style/Base.V21.ThemeOverlay.AppCompat.Dialog = 0x7f1000a3
+com.example.newrevive:style/TextAppearance.M3.Sys.Typescale.BodyMedium = 0x7f1001c8
+com.example.newrevive:style/Widget.MaterialComponents.CircularProgressIndicator.Medium = 0x7f1003f4
+com.example.newrevive:style/Base.ThemeOverlay.Material3.AutoCompleteTextView = 0x7f100079
+com.example.newrevive:style/TextAppearance.M3.Sys.Typescale.DisplaySmall = 0x7f1001cc
+com.example.newrevive:style/Base.Widget.MaterialComponents.TextInputEditText = 0x7f100116
+com.example.newrevive:styleable/BaseProgressIndicator = 0x7f110014
+com.example.newrevive:string/item_view_role_description = 0x7f0f003c
+com.example.newrevive:style/Base.V7.Widget.AppCompat.Toolbar = 0x7f1000bb
+com.example.newrevive:layout/abc_list_menu_item_checkbox = 0x7f0b000e
+com.example.newrevive:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Query = 0x7f10014c
+com.example.newrevive:style/Base.Widget.MaterialComponents.PopupMenu.Overflow = 0x7f100113
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.TimePicker = 0x7f1002cf
+com.example.newrevive:style/Theme.Design.NoActionBar = 0x7f10021a
+com.example.newrevive:style/Base.Widget.Material3.FloatingActionButton = 0x7f100102
+com.example.newrevive:style/Base.Widget.Material3.CompoundButton.RadioButton = 0x7f1000fe
+com.example.newrevive:macro/m3_comp_primary_navigation_tab_with_label_text_label_text_type = 0x7f0c0063
+com.example.newrevive:styleable/AnimatedStateListDrawableCompat = 0x7f110007
+com.example.newrevive:style/Base.Widget.AppCompat.Toolbar = 0x7f1000f4
+com.example.newrevive:style/Base.Theme.MaterialComponents.Light.Dialog.Alert = 0x7f10006d
+com.example.newrevive:id/parentRelative = 0x7f08015f
+com.example.newrevive:id/right_icon = 0x7f080174
+com.example.newrevive:style/Base.Widget.AppCompat.Spinner.Underlined = 0x7f1000f1
+com.example.newrevive:styleable/DrawerLayout = 0x7f110030
+com.example.newrevive:macro/m3_comp_switch_selected_hover_icon_color = 0x7f0c009e
+com.example.newrevive:string/status_bar_notification_info_overflow = 0x7f0f00ac
+com.example.newrevive:id/right = 0x7f080172
+com.example.newrevive:style/Base.Widget.AppCompat.SearchView = 0x7f1000ec
+com.example.newrevive:style/Base.Widget.AppCompat.ListPopupWindow = 0x7f1000e0
+com.example.newrevive:layout/material_time_input = 0x7f0b003f
+com.example.newrevive:style/Animation.Design.BottomSheetDialog = 0x7f100005
+com.example.newrevive:id/customPanel = 0x7f08008f
+com.example.newrevive:macro/m3_comp_primary_navigation_tab_active_pressed_state_layer_color = 0x7f0c0059
+com.example.newrevive:style/ShapeAppearanceOverlay.Material3.SearchBar = 0x7f10017b
+com.example.newrevive:id/graph = 0x7f0800dc
+com.example.newrevive:color/mtrl_btn_transparent_bg_color = 0x7f050238
+com.example.newrevive:style/Base.Theme.AppCompat.CompactMenu = 0x7f10004a
+com.example.newrevive:string/appbar_scrolling_view_behavior = 0x7f0f001e
+com.example.newrevive:id/sin = 0x7f0801a3
+com.example.newrevive:style/Base.Widget.MaterialComponents.Snackbar = 0x7f100115
+com.example.newrevive:style/Base.Theme.MaterialComponents.Bridge = 0x7f100060
+com.example.newrevive:style/ShapeAppearanceOverlay.Material3.Corner.Bottom = 0x7f100175
+com.example.newrevive:styleable/Carousel = 0x7f11001b
+com.example.newrevive:style/Widget.MaterialComponents.MaterialCalendar.HeaderSelection = 0x7f10040d
+com.example.newrevive:dimen/notification_action_text_size = 0x7f0602ac
+com.example.newrevive:id/always = 0x7f08004c
+com.example.newrevive:dimen/material_filled_edittext_font_1_3_padding_top = 0x7f0601d9
+com.example.newrevive:style/Widget.Material3.TextInputLayout.OutlinedBox.Dense.ExposedDropdownMenu = 0x7f1003c4
+com.example.newrevive:style/Base.Widget.AppCompat.Light.ActionBar.TabView = 0x7f1000dc
+com.example.newrevive:style/Theme.Design.Light = 0x7f100217
+com.example.newrevive:style/Theme.MaterialComponents.Dialog.FixedSize = 0x7f10024e
+com.example.newrevive:layout/mtrl_alert_dialog_title = 0x7f0b0045
+com.example.newrevive:style/Base.Widget.AppCompat.Light.ActionBar.Solid = 0x7f1000d8
+com.example.newrevive:layout/abc_select_dialog_material = 0x7f0b001a
+com.example.newrevive:style/TextAppearance.AppCompat.Widget.ActionBar.Menu = 0x7f1001a4
+com.example.newrevive:style/Base.Widget.AppCompat.ActionButton.CloseMode = 0x7f1000c2
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Header.Text.Day = 0x7f1002c6
+com.example.newrevive:style/Widget.MaterialComponents.TimePicker.Button = 0x7f10043a
+com.example.newrevive:dimen/m3_chip_disabled_translation_z = 0x7f0600e3
+com.example.newrevive:dimen/mtrl_btn_inset = 0x7f060204
+com.example.newrevive:style/TextAppearance.AppCompat.Display2 = 0x7f10018d
+com.example.newrevive:id/left = 0x7f0800fe
+com.example.newrevive:style/ThemeOverlay.Material3.AutoCompleteTextView.OutlinedBox.Dense = 0x7f100276
+com.example.newrevive:color/m3_sys_color_light_background = 0x7f05017b
+com.example.newrevive:style/Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f100257
+com.example.newrevive:style/TextAppearance.Material3.SearchBar = 0x7f1001e5
+com.example.newrevive:style/Base.V7.Theme.AppCompat.Light.Dialog = 0x7f1000b7
+com.example.newrevive:style/Widget.MaterialComponents.Button.TextButton = 0x7f1003e3
+com.example.newrevive:style/Base.V7.Theme.AppCompat = 0x7f1000b4
+com.example.newrevive:string/mtrl_picker_save = 0x7f0f0086
+com.example.newrevive:string/login_title = 0x7f0f003d
+com.example.newrevive:id/textinput_placeholder = 0x7f0801e0
+com.example.newrevive:attr/subheaderColor = 0x7f0303cb
+com.example.newrevive:color/m3_dark_default_color_primary_text = 0x7f050074
+com.example.newrevive:style/Base.Theme.AppCompat = 0x7f100049
+com.example.newrevive:style/Widget.Material3.Button.OutlinedButton.Icon = 0x7f100344
+com.example.newrevive:style/Base.V26.Widget.AppCompat.Toolbar = 0x7f1000b1
+com.example.newrevive:style/Widget.Material3.Button.IconButton.Filled.Tonal = 0x7f100341
+com.example.newrevive:style/Base.Widget.AppCompat.ListView.DropDown = 0x7f1000e2
+com.example.newrevive:style/Base.V24.Theme.Material3.Dark.Dialog = 0x7f1000ac
+com.example.newrevive:style/Base.V24.Theme.Material3.Dark = 0x7f1000ab
+com.example.newrevive:style/Base.V21.ThemeOverlay.Material3.BottomSheetDialog = 0x7f1000a4
+com.example.newrevive:style/Theme.MaterialComponents.Light.Dialog.Alert = 0x7f100259
+com.example.newrevive:style/Base.ThemeOverlay.AppCompat.Dark = 0x7f100074
+com.example.newrevive:dimen/m3_sys_state_focus_state_layer_opacity = 0x7f0601bd
+com.example.newrevive:style/Widget.Material3.MaterialCalendar.Item = 0x7f100390
+com.example.newrevive:macro/m3_comp_switch_disabled_selected_icon_color = 0x7f0c0092
+com.example.newrevive:macro/m3_comp_navigation_rail_active_indicator_color = 0x7f0c0035
+com.example.newrevive:style/ShapeAppearanceOverlay.MaterialComponents.BottomSheet = 0x7f10017e
+com.example.newrevive:macro/m3_comp_switch_selected_hover_handle_color = 0x7f0c009d
+com.example.newrevive:styleable/KeyPosition = 0x7f110044
+com.example.newrevive:style/Theme.AppCompat.Light.Dialog.Alert = 0x7f100210
+com.example.newrevive:style/Widget.MaterialComponents.MaterialCalendar.MonthNavigationButton = 0x7f100412
+com.example.newrevive:style/Theme.Material3.Dark.SideSheetDialog = 0x7f100222
+com.example.newrevive:string/mtrl_checkbox_button_path_checked = 0x7f0f0064
+com.example.newrevive:layout/mtrl_alert_select_dialog_singlechoice = 0x7f0b0048
+com.example.newrevive:id/scroll = 0x7f08017d
+com.example.newrevive:style/Base.Theme.AppCompat.Light.DarkActionBar = 0x7f100051
+com.example.newrevive:styleable/ClockFaceView = 0x7f110020
+com.example.newrevive:styleable/TabLayout = 0x7f110088
+com.example.newrevive:dimen/m3_simple_item_color_hovered_alpha = 0x7f06018a
+com.example.newrevive:style/Widget.MaterialComponents.MaterialCalendar.HeaderDivider = 0x7f10040a
+com.example.newrevive:dimen/notification_content_margin_start = 0x7f0602ae
+com.example.newrevive:style/Widget.MaterialComponents.CollapsingToolbar = 0x7f1003f6
+com.example.newrevive:style/Theme.MaterialComponents.Light.Dialog = 0x7f100258
+com.example.newrevive:style/Widget.Material3.FloatingActionButton.Surface = 0x7f10037b
+com.example.newrevive:style/Widget.AppCompat.Button.Borderless = 0x7f1002e1
+com.example.newrevive:style/Widget.MaterialComponents.ActionBar.Solid = 0x7f1003cc
+com.example.newrevive:macro/m3_comp_fab_secondary_container_color = 0x7f0c001c
+com.example.newrevive:style/ShapeAppearance.M3.Comp.TextButton.Container.Shape = 0x7f10015a
+com.example.newrevive:style/ShapeAppearance.M3.Comp.Switch.Handle.Shape = 0x7f100157
+com.example.newrevive:style/Base.Widget.AppCompat.CompoundButton.Switch = 0x7f1000d1
+com.example.newrevive:macro/m3_comp_secondary_navigation_tab_active_label_text_color = 0x7f0c007b
+com.example.newrevive:style/Base.ThemeOverlay.AppCompat.Light = 0x7f100078
+com.example.newrevive:color/mtrl_filled_background_color = 0x7f050248
+com.example.newrevive:dimen/fastscroll_minimum_range = 0x7f060092
+com.example.newrevive:style/Base.Widget.AppCompat.Button.Small = 0x7f1000cc
+com.example.newrevive:dimen/m3_comp_switch_unselected_focus_state_layer_opacity = 0x7f06014f
+com.example.newrevive:style/Widget.AppCompat.ActionBar.TabView = 0x7f1002d9
+com.example.newrevive:id/textSpacerNoButtons = 0x7f0801d4
+com.example.newrevive:id/rounded = 0x7f080176
+com.example.newrevive:styleable/ConstraintLayout_ReactiveGuide = 0x7f110028
+com.example.newrevive:style/Widget.Material3.Badge = 0x7f100332
+com.example.newrevive:style/Base.V21.Theme.AppCompat.Dialog = 0x7f10009c
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.Light = 0x7f1002bf
+com.example.newrevive:style/Widget.MaterialComponents.TimePicker.Display = 0x7f10043c
+com.example.newrevive:color/m3_sys_color_dark_on_surface = 0x7f05013f
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date = 0x7f1002c3
+com.example.newrevive:style/TextAppearance.M3.Sys.Typescale.HeadlineMedium = 0x7f1001ce
+com.example.newrevive:style/Widget.Material3.Button.ElevatedButton = 0x7f10033c
+com.example.newrevive:style/Base.V21.Theme.AppCompat = 0x7f10009b
+com.example.newrevive:dimen/material_clock_number_text_size = 0x7f0601cb
+com.example.newrevive:attr/listPreferredItemPaddingRight = 0x7f0302a0
+com.example.newrevive:id/month_navigation_fragment_toggle = 0x7f080125
+com.example.newrevive:style/ThemeOverlay.Material3.MaterialAlertDialog.Centered = 0x7f10029b
+com.example.newrevive:style/Base.V14.Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f100091
+com.example.newrevive:macro/m3_comp_switch_selected_handle_color = 0x7f0c009c
+com.example.newrevive:style/Widget.MaterialComponents.TimePicker.ImageButton.ShapeAppearance = 0x7f100442
+com.example.newrevive:style/Base.Theme.MaterialComponents.Light.Dialog = 0x7f10006c
+com.example.newrevive:style/ThemeOverlay.Material3.Button.IconButton = 0x7f10027c
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.MaterialCalendar = 0x7f1002c8
+com.example.newrevive:style/Widget.Material3.MaterialDivider.Heavy = 0x7f100398
+com.example.newrevive:dimen/design_tab_text_size_2line = 0x7f06008c
+com.example.newrevive:style/Base.V14.Theme.Material3.Light.SideSheetDialog = 0x7f10008a
+com.example.newrevive:style/Base.ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f100082
+com.example.newrevive:style/TextAppearance.M3.Sys.Typescale.BodySmall = 0x7f1001c9
+com.example.newrevive:style/Widget.Material3.BottomSheet.DragHandle = 0x7f100339
+com.example.newrevive:styleable/CheckedTextView = 0x7f11001c
+com.example.newrevive:style/Base.ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f10007f
+com.example.newrevive:styleable/RecycleListView = 0x7f110074
+com.example.newrevive:dimen/mtrl_extended_fab_min_width = 0x7f060251
+com.example.newrevive:style/Base.ThemeOverlay.MaterialComponents.Dialog = 0x7f10007e
+com.example.newrevive:macro/m3_comp_filled_text_field_error_trailing_icon_color = 0x7f0c002b
+com.example.newrevive:style/Widget.Material3.TextInputLayout.FilledBox.ExposedDropdownMenu = 0x7f1003c1
+com.example.newrevive:style/Theme.MaterialComponents.Light.DarkActionBar = 0x7f100256
+com.example.newrevive:style/Base.ThemeOverlay.Material3.SideSheetDialog = 0x7f10007c
+com.example.newrevive:layout/mtrl_calendar_month_navigation = 0x7f0b0050
+com.example.newrevive:id/wrap_content_constrained = 0x7f080209
+com.example.newrevive:style/ThemeOverlay.MaterialAlertDialog.Material3.Title.Icon = 0x7f1002ac
+com.example.newrevive:macro/m3_comp_slider_label_label_text_color = 0x7f0c008e
+com.example.newrevive:drawable/search_icon = 0x7f0700f5
+com.example.newrevive:macro/m3_comp_outlined_text_field_input_text_color = 0x7f0c0050
+com.example.newrevive:dimen/m3_btn_dialog_btn_spacing = 0x7f0600c2
+com.example.newrevive:style/TextAppearance.AppCompat.Display4 = 0x7f10018f
+com.example.newrevive:styleable/AppCompatImageView = 0x7f11000e
+com.example.newrevive:style/Theme.AppCompat.Light.NoActionBar = 0x7f100213
+com.example.newrevive:attr/windowActionBar = 0x7f03049d
+com.example.newrevive:style/ShapeAppearanceOverlay.Material3.Button = 0x7f100173
+com.example.newrevive:style/Base.MaterialAlertDialog.MaterialComponents.Title.Text = 0x7f100013
+com.example.newrevive:style/Base.ThemeOverlay.Material3.BottomSheetDialog = 0x7f10007a
+com.example.newrevive:color/material_dynamic_secondary60 = 0x7f0501e4
+com.example.newrevive:style/TextAppearance.AppCompat.Widget.Button.Inverse = 0x7f1001b0
+com.example.newrevive:style/Base.V14.Theme.MaterialComponents.Light = 0x7f10008f
+com.example.newrevive:style/Theme.MaterialComponents.Light.Dialog.Bridge = 0x7f10025b
+com.example.newrevive:macro/m3_comp_outlined_text_field_focus_label_text_color = 0x7f0c004a
+com.example.newrevive:color/m3_ref_palette_dynamic_neutral30 = 0x7f05009e
+com.example.newrevive:style/TextAppearance.AppCompat.Widget.ActionMode.Title = 0x7f1001ab
+com.example.newrevive:string/mtrl_picker_day_of_week_column_header = 0x7f0f0078
+com.example.newrevive:style/Widget.MaterialComponents.MaterialCalendar.DayOfWeekLabel = 0x7f100405
+com.example.newrevive:dimen/m3_comp_extended_fab_primary_container_elevation = 0x7f0600f4
+com.example.newrevive:style/Widget.MaterialComponents.AutoCompleteTextView.FilledBox.Dense = 0x7f1003d3
+com.example.newrevive:dimen/m3_comp_extended_fab_primary_focus_state_layer_opacity = 0x7f0600f7
+com.example.newrevive:style/Widget.AppCompat.ProgressBar.Horizontal = 0x7f10030e
+com.example.newrevive:style/Base.ThemeOverlay.AppCompat.Dark.ActionBar = 0x7f100075
+com.example.newrevive:macro/m3_comp_bottom_app_bar_container_color = 0x7f0c0002
+com.example.newrevive:style/Base.ThemeOverlay.AppCompat.ActionBar = 0x7f100073
+com.example.newrevive:style/Base.Theme.MaterialComponents.Light.DarkActionBar = 0x7f10006a
+com.example.newrevive:id/search_view_edit_text = 0x7f080191
+com.example.newrevive:integer/material_motion_duration_long_1 = 0x7f09001e
+com.example.newrevive:style/Base.Theme.Material3.Light.SideSheetDialog = 0x7f10005e
+com.example.newrevive:style/Base.Theme.Material3.Dark = 0x7f100057
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Header = 0x7f10003c
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Widget.ActionMode.Subtitle = 0x7f100035
+com.example.newrevive:style/Widget.Material3.FloatingActionButton.Large.Primary = 0x7f100371
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f100034
+com.example.newrevive:string/mtrl_picker_toggle_to_calendar_input_mode = 0x7f0f008f
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Menu = 0x7f100030
+com.example.newrevive:id/imageView10 = 0x7f080212
+com.example.newrevive:style/Widget.MaterialComponents.TextInputEditText.FilledBox = 0x7f10042c
+com.example.newrevive:macro/m3_comp_switch_unselected_icon_color = 0x7f0c00b2
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Large = 0x7f10003d
+com.example.newrevive:style/Widget.AppCompat.AutoCompleteTextView = 0x7f1002df
+com.example.newrevive:dimen/abc_text_size_menu_material = 0x7f06004b
+com.example.newrevive:attr/statusBarForeground = 0x7f0303c6
+com.example.newrevive:dimen/m3_comp_outlined_autocomplete_menu_container_elevation = 0x7f06011d
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Tooltip = 0x7f10002f
+com.example.newrevive:dimen/m3_searchbar_margin_horizontal = 0x7f06017e
+com.example.newrevive:dimen/m3_btn_icon_only_default_size = 0x7f0600ca
+com.example.newrevive:id/radio = 0x7f08016e
+com.example.newrevive:styleable/SearchBar = 0x7f110078
+com.example.newrevive:styleable/SideSheetBehavior_Layout = 0x7f11007c
+com.example.newrevive:style/Base.Widget.AppCompat.ListMenuView = 0x7f1000df
+com.example.newrevive:color/m3_sys_color_dynamic_dark_inverse_on_surface = 0x7f05014e
+com.example.newrevive:attr/dividerHorizontal = 0x7f03015a
+com.example.newrevive:style/Widget.Material3.MaterialCalendar.HeaderCancelButton = 0x7f100388
+com.example.newrevive:dimen/mtrl_textinput_end_icon_margin_start = 0x7f0602a1
+com.example.newrevive:dimen/m3_searchbar_margin_vertical = 0x7f06017f
+com.example.newrevive:id/view_tree_saved_state_registry_owner = 0x7f0801ff
+com.example.newrevive:dimen/design_fab_translation_z_hovered_focused = 0x7f060073
+com.example.newrevive:dimen/mtrl_btn_text_btn_padding_left = 0x7f06020f
+com.example.newrevive:drawable/mtrl_checkbox_button_icon_indeterminate_checked = 0x7f0700c0
+com.example.newrevive:style/Widget.Material3.BottomNavigationView.ActiveIndicator = 0x7f100337
+com.example.newrevive:style/Widget.MaterialComponents.NavigationRailView.Compact = 0x7f10041c
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Title = 0x7f10002d
+com.example.newrevive:attr/allowStacking = 0x7f03002c
+com.example.newrevive:id/accelerate = 0x7f08000f
+com.example.newrevive:style/Base.Widget.Design.TabLayout = 0x7f1000f6
+com.example.newrevive:style/Widget.Material3.DrawerLayout = 0x7f100368
+com.example.newrevive:styleable/FontFamilyFont = 0x7f110037
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.FilledBox.Dense = 0x7f1002b3
+com.example.newrevive:integer/mtrl_switch_thumb_pre_morphing_duration = 0x7f090030
+com.example.newrevive:style/TextAppearance.Material3.LabelLarge = 0x7f1001e1
+com.example.newrevive:style/Theme.Material3.Light.Dialog = 0x7f100230
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Small.Inverse = 0x7f10002a
+com.example.newrevive:string/error_icon_content_description = 0x7f0f0031
+com.example.newrevive:style/Base.Widget.MaterialComponents.MaterialCalendar.NavigationButton = 0x7f10010f
+com.example.newrevive:id/circle_center = 0x7f08007a
+com.example.newrevive:styleable/KeyFramesAcceleration = 0x7f110042
+com.example.newrevive:style/Base.Widget.MaterialComponents.PopupMenu.ListPopupWindow = 0x7f100112
+com.example.newrevive:style/Base.Widget.AppCompat.ListView.Menu = 0x7f1000e3
+com.example.newrevive:style/Widget.MaterialComponents.PopupMenu.Overflow = 0x7f100422
+com.example.newrevive:style/ShapeAppearance.Material3.Corner.ExtraSmall = 0x7f100163
+com.example.newrevive:style/TextAppearance.Material3.SearchView = 0x7f1001e6
+com.example.newrevive:style/Widget.Material3.SearchBar = 0x7f1003ab
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Subhead = 0x7f10002b
+com.example.newrevive:style/TextAppearance.Material3.BodyLarge = 0x7f1001d8
+com.example.newrevive:string/abc_menu_shift_shortcut_label = 0x7f0f000f
+com.example.newrevive:id/dragStart = 0x7f0800ac
+com.example.newrevive:color/material_personalized_color_primary = 0x7f05021b
+com.example.newrevive:style/Theme.AppCompat.Dialog = 0x7f100208
+com.example.newrevive:macro/m3_comp_switch_unselected_hover_track_color = 0x7f0c00b0
+com.example.newrevive:dimen/m3_comp_outlined_text_field_focus_outline_width = 0x7f060123
+com.example.newrevive:color/m3_sys_color_dynamic_light_primary = 0x7f050173
+com.example.newrevive:style/Theme.MaterialComponents.NoActionBar.Bridge = 0x7f100264
+com.example.newrevive:attr/startIconTintMode = 0x7f0303bb
+com.example.newrevive:color/m3_ref_palette_error40 = 0x7f0500e0
+com.example.newrevive:styleable/AnimatedStateListDrawableTransition = 0x7f110009
+com.example.newrevive:style/Widget.MaterialComponents.Chip.Choice = 0x7f1003ee
+com.example.newrevive:styleable/Capability = 0x7f110019
+com.example.newrevive:styleable/GradientColor = 0x7f11003b
+com.example.newrevive:color/m3_tabs_icon_color_secondary = 0x7f050197
+com.example.newrevive:style/ButtonWhite = 0x7f100119
+com.example.newrevive:style/Widget.MaterialComponents.MaterialCalendar.Year = 0x7f100414
+com.example.newrevive:style/TextAppearance.Design.Counter = 0x7f1001bd
+com.example.newrevive:id/material_textinput_timepicker = 0x7f080118
+com.example.newrevive:attr/trackCornerRadius = 0x7f030476
+com.example.newrevive:color/mtrl_tabs_ripple_color = 0x7f050261
+com.example.newrevive:drawable/material_ic_keyboard_arrow_left_black_24dp = 0x7f0700b4
+com.example.newrevive:string/full_name = 0x7f0f0036
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Small = 0x7f100022
+com.example.newrevive:style/Theme.MaterialComponents.DayNight.NoActionBar.Bridge = 0x7f100249
+com.example.newrevive:style/Widget.Material3.ExtendedFloatingActionButton.Primary = 0x7f10036d
+com.example.newrevive:id/percent = 0x7f080167
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Large = 0x7f100021
+com.example.newrevive:color/m3_ref_palette_primary60 = 0x7f050109
+com.example.newrevive:style/Widget.Material3.NavigationRailView.ActiveIndicator = 0x7f1003a3
+com.example.newrevive:id/contentPanel = 0x7f080086
+com.example.newrevive:attr/fabCustomSize = 0x7f0301ac
+com.example.newrevive:color/m3_ref_palette_dynamic_neutral20 = 0x7f05009d
+com.example.newrevive:string/m3_sys_motion_easing_legacy_decelerate = 0x7f0f0044
+com.example.newrevive:animator/m3_extended_fab_show_motion_spec = 0x7f020012
+com.example.newrevive:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Text = 0x7f10014d
+com.example.newrevive:string/material_timepicker_clock_mode_description = 0x7f0f0059
+com.example.newrevive:id/submit_area = 0x7f0801c1
+com.example.newrevive:style/Widget.Material3.Toolbar.Surface = 0x7f1003c8
+com.example.newrevive:dimen/m3_comp_fab_primary_container_height = 0x7f0600fe
+com.example.newrevive:string/mtrl_checkbox_state_description_indeterminate = 0x7f0f0069
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.FilledBox = 0x7f1002b2
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Display2 = 0x7f10001a
+com.example.newrevive:dimen/mtrl_calendar_day_width = 0x7f06021d
+com.example.newrevive:style/Base.Widget.AppCompat.AutoCompleteTextView = 0x7f1000c6
+com.example.newrevive:style/Theme.Material3.DayNight.SideSheetDialog = 0x7f10022a
+com.example.newrevive:integer/material_motion_duration_short_2 = 0x7f090023
+com.example.newrevive:dimen/m3_sys_elevation_level1 = 0x7f060193
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.TextInputEditText = 0x7f1002ca
+com.example.newrevive:style/Base.MaterialAlertDialog.MaterialComponents.Title.Panel = 0x7f100012
+com.example.newrevive:string/material_clock_toggle_content_description = 0x7f0f004a
+com.example.newrevive:style/Widget.Material3.ActionBar.Solid = 0x7f10032b
+com.example.newrevive:style/Base.V14.Theme.Material3.Dark.SideSheetDialog = 0x7f100086
+com.example.newrevive:style/Widget.MaterialComponents.MaterialCalendar.Item = 0x7f100411
+com.example.newrevive:style/Base.Animation.AppCompat.DropDownUp = 0x7f10000c
+com.example.newrevive:style/AlertDialog.AppCompat = 0x7f100000
+com.example.newrevive:style/ThemeOverlay.AppCompat = 0x7f100266
+com.example.newrevive:string/side_sheet_behavior = 0x7f0f00ab
+com.example.newrevive:style/Base.Widget.Material3.TabLayout.Secondary = 0x7f10010a
+com.example.newrevive:style/Widget.MaterialComponents.Tooltip = 0x7f100447
+com.example.newrevive:string/side_sheet_accessibility_pane_title = 0x7f0f00aa
+com.example.newrevive:string/register_btn_rgisterScree = 0x7f0f00a4
+com.example.newrevive:style/Base.V14.Theme.MaterialComponents.Light.Dialog = 0x7f100092
+com.example.newrevive:style/Widget.MaterialComponents.Toolbar.Surface = 0x7f100446
+com.example.newrevive:style/Widget.AppCompat.Button.ButtonBar.AlertDialog = 0x7f1002e3
+com.example.newrevive:string/registe_your_password_again = 0x7f0f00a3
+com.example.newrevive:style/Base.Widget.AppCompat.ActionBar.TabBar = 0x7f1000be
+com.example.newrevive:string/path_password_strike_through = 0x7f0f00a2
+com.example.newrevive:style/Base.Theme.Material3.Dark.BottomSheetDialog = 0x7f100058
+com.example.newrevive:string/password_toggle_content_description = 0x7f0f009e
+com.example.newrevive:string/mtrl_switch_track_decoration_path = 0x7f0f0099
+com.example.newrevive:string/mtrl_switch_thumb_path_unchecked = 0x7f0f0098
+com.example.newrevive:string/mtrl_switch_thumb_group_name = 0x7f0f0093
+com.example.newrevive:string/abc_searchview_description_clear = 0x7f0f0014
+com.example.newrevive:style/Widget.AppCompat.ListView.Menu = 0x7f100309
+com.example.newrevive:style/Platform.V21.AppCompat = 0x7f10013b
+com.example.newrevive:style/Platform.ThemeOverlay.AppCompat.Dark = 0x7f100139
+com.example.newrevive:string/mtrl_picker_text_input_date_hint = 0x7f0f0088
+com.example.newrevive:layout/m3_side_sheet_dialog = 0x7f0b0034
+com.example.newrevive:drawable/design_ic_visibility = 0x7f070090
+com.example.newrevive:string/mtrl_picker_range_header_unselected = 0x7f0f0085
+com.example.newrevive:string/mtrl_picker_range_header_title = 0x7f0f0084
+com.example.newrevive:layout/mtrl_auto_complete_simple_item = 0x7f0b0049
+com.example.newrevive:string/mtrl_picker_navigate_to_current_year_description = 0x7f0f007e
+com.example.newrevive:style/Widget.Material3.PopupMenu = 0x7f1003a5
+com.example.newrevive:layout/mtrl_picker_header_fullscreen = 0x7f0b005b
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Large.Inverse = 0x7f100020
+com.example.newrevive:string/mtrl_picker_invalid_format_use = 0x7f0f007c
+com.example.newrevive:string/mtrl_picker_invalid_format = 0x7f0f007a
+com.example.newrevive:id/pin = 0x7f080168
+com.example.newrevive:macro/m3_comp_filter_chip_container_shape = 0x7f0c002f
+com.example.newrevive:style/Theme.MaterialComponents.DayNight.Dialog.FixedSize.Bridge = 0x7f100244
+com.example.newrevive:color/material_dynamic_neutral50 = 0x7f0501bc
+com.example.newrevive:string/mtrl_picker_end_date_description = 0x7f0f0079
+com.example.newrevive:dimen/m3_comp_filter_chip_elevated_container_elevation = 0x7f06010e
+com.example.newrevive:style/Theme.Material3.Dark = 0x7f10021b
+com.example.newrevive:id/haveAccount = 0x7f0800e1
+com.example.newrevive:string/mtrl_picker_confirm = 0x7f0f0074
+com.example.newrevive:style/TextAppearance.AppCompat.Widget.TextView.SpinnerItem = 0x7f1001b6
+com.example.newrevive:style/Base.Widget.AppCompat.Button.Borderless = 0x7f1000c8
+com.example.newrevive:styleable/NavigationRailView = 0x7f11006b
+com.example.newrevive:color/material_slider_thumb_color = 0x7f05022b
+com.example.newrevive:id/material_clock_level = 0x7f08010f
+com.example.newrevive:string/material_slider_value = 0x7f0f0057
+com.example.newrevive:style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Large = 0x7f100196
+com.example.newrevive:color/design_error = 0x7f05004b
+com.example.newrevive:id/material_clock_period_toggle = 0x7f080112
+com.example.newrevive:string/abc_menu_enter_shortcut_label = 0x7f0f000c
+com.example.newrevive:layout/mtrl_calendar_months = 0x7f0b0051
+com.example.newrevive:style/Theme.AppCompat.Light = 0x7f10020d
+com.example.newrevive:dimen/design_fab_size_mini = 0x7f060071
+com.example.newrevive:string/material_motion_easing_accelerated = 0x7f0f0050
+com.example.newrevive:dimen/abc_disabled_alpha_material_light = 0x7f060028
+com.example.newrevive:integer/mtrl_chip_anim_duration = 0x7f09002d
+com.example.newrevive:string/material_clock_display_divider = 0x7f0f0049
+com.example.newrevive:style/Widget.MaterialComponents.AppBarLayout.Surface = 0x7f1003d1
+com.example.newrevive:style/TextAppearance.AppCompat.Widget.Button.Borderless.Colored = 0x7f1001ae
+com.example.newrevive:style/Widget.MaterialComponents.TabLayout.PrimarySurface = 0x7f10042b
+com.example.newrevive:layout/abc_screen_simple = 0x7f0b0015
+com.example.newrevive:layout/mtrl_picker_text_input_date = 0x7f0b005f
+com.example.newrevive:string/m3_sys_motion_easing_standard = 0x7f0f0046
+com.example.newrevive:string/m3_sys_motion_easing_linear = 0x7f0f0045
+com.example.newrevive:style/Theme.Material3.DayNight = 0x7f100223
+com.example.newrevive:string/m3_sys_motion_easing_legacy_accelerate = 0x7f0f0043
+com.example.newrevive:id/item_touch_helper_previous_elevation = 0x7f0800f9
+com.example.newrevive:id/accessibility_custom_action_29 = 0x7f080027
+com.example.newrevive:dimen/mtrl_navigation_rail_text_bottom_margin = 0x7f060274
+com.example.newrevive:id/vertical_only = 0x7f0801fa
+com.example.newrevive:string/m3_sys_motion_easing_emphasized_accelerate = 0x7f0f003f
+com.example.newrevive:style/Base.ThemeOverlay.Material3.Dialog = 0x7f10007b
+com.example.newrevive:style/ShapeAppearance.Material3.SmallComponent = 0x7f10016c
+com.example.newrevive:macro/m3_comp_outlined_text_field_label_text_color = 0x7f0c0052
+com.example.newrevive:id/NO_DEBUG = 0x7f080006
+com.example.newrevive:attr/SharedValue = 0x7f030000
+com.example.newrevive:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.InternalGroup = 0x7f100144
+com.example.newrevive:dimen/mtrl_calendar_navigation_top_padding = 0x7f06022f
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView = 0x7f1002b1
+com.example.newrevive:style/Base.V14.Theme.Material3.Dark = 0x7f100083
+com.example.newrevive:style/TextAppearance.Material3.MaterialTimePicker.Title = 0x7f1001e4
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.TimePicker.Display = 0x7f1002d0
+com.example.newrevive:string/hide_bottom_view_on_scroll_behavior = 0x7f0f0038
+com.example.newrevive:style/RtlOverlay.Widget.AppCompat.SearchView.MagIcon = 0x7f10014e
+com.example.newrevive:id/home = 0x7f0800e4
+com.example.newrevive:string/create_an_account = 0x7f0f002b
+com.example.newrevive:style/Theme.MaterialComponents.Dialog.MinWidth.Bridge = 0x7f100251
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Body2 = 0x7f100016
+com.example.newrevive:style/Widget.Material3.MaterialCalendar = 0x7f100380
+com.example.newrevive:dimen/mtrl_exposed_dropdown_menu_popup_elevation = 0x7f060245
+com.example.newrevive:attr/motionEasingDecelerated = 0x7f030302
+com.example.newrevive:style/Widget.Material3.CollapsingToolbar.Large = 0x7f100362
+com.example.newrevive:id/m3_side_sheet = 0x7f080106
+com.example.newrevive:style/Base.Widget.AppCompat.ActionMode = 0x7f1000c4
+com.example.newrevive:style/Base.Theme.AppCompat.Light.DialogWhenLarge = 0x7f100056
+com.example.newrevive:style/Widget.AppCompat.SeekBar.Discrete = 0x7f100315
+com.example.newrevive:string/character_counter_pattern = 0x7f0f0029
+com.example.newrevive:string/m3_sys_motion_easing_emphasized_decelerate = 0x7f0f0040
+com.example.newrevive:macro/m3_comp_switch_unselected_pressed_track_outline_color = 0x7f0c00b7
+com.example.newrevive:dimen/design_snackbar_max_width = 0x7f060083
+com.example.newrevive:attr/textBackground = 0x7f030424
+com.example.newrevive:color/m3_ref_palette_dynamic_neutral_variant95 = 0x7f0500b2
+com.example.newrevive:style/MaterialAlertDialog.Material3.Title.Panel = 0x7f100124
+com.example.newrevive:string/bottomsheet_drag_handle_clicked = 0x7f0f0023
+com.example.newrevive:dimen/m3_comp_switch_selected_focus_state_layer_opacity = 0x7f06014a
+com.example.newrevive:string/bottomsheet_action_collapse = 0x7f0f0020
+com.example.newrevive:string/mtrl_picker_invalid_format_example = 0x7f0f007b
+com.example.newrevive:style/Base.V21.Theme.MaterialComponents = 0x7f10009f
+com.example.newrevive:string/bottom_sheet_behavior = 0x7f0f001f
+com.example.newrevive:styleable/MotionEffect = 0x7f110063
+com.example.newrevive:string/i_don_t_have_account_register = 0x7f0f003a
+com.example.newrevive:style/Base.Widget.AppCompat.DropDownItem.Spinner = 0x7f1000d4
+com.example.newrevive:string/androidx_startup = 0x7f0f001c
+com.example.newrevive:string/abc_searchview_description_voice = 0x7f0f0018
+com.example.newrevive:macro/m3_comp_switch_unselected_pressed_track_color = 0x7f0c00b6
+com.example.newrevive:style/TextAppearance.AppCompat.Widget.ActionBar.Title = 0x7f1001a7
+com.example.newrevive:string/abc_search_hint = 0x7f0f0013
+com.example.newrevive:style/Base.Theme.MaterialComponents.Dialog.MinWidth = 0x7f100066
+com.example.newrevive:style/TextAppearance.MaterialComponents.Headline2 = 0x7f1001f2
+com.example.newrevive:style/Widget.MaterialComponents.CircularProgressIndicator.Small = 0x7f1003f5
+com.example.newrevive:style/Base.Theme.Material3.Light.Dialog = 0x7f10005d
+com.example.newrevive:id/square = 0x7f0801b3
+com.example.newrevive:string/abc_menu_sym_shortcut_label = 0x7f0f0011
+com.example.newrevive:string/abc_menu_alt_shortcut_label = 0x7f0f0009
+com.example.newrevive:style/MaterialAlertDialog.MaterialComponents.Title.Panel.CenterStacked = 0x7f10012f
+com.example.newrevive:style/Theme.Material3.Light.SideSheetDialog = 0x7f100235
+com.example.newrevive:style/Widget.MaterialComponents.Snackbar = 0x7f100426
+com.example.newrevive:dimen/mtrl_low_ripple_pressed_alpha = 0x7f060263
+com.example.newrevive:style/ThemeOverlay.Material3.NavigationView = 0x7f1002a1
+com.example.newrevive:style/Widget.Material3.BottomAppBar.Button.Navigation = 0x7f100334
+com.example.newrevive:string/abc_capital_off = 0x7f0f0007
+com.example.newrevive:style/Base.Widget.MaterialComponents.Chip = 0x7f10010d
+com.example.newrevive:string/abc_action_mode_done = 0x7f0f0004
+com.example.newrevive:style/Widget.AppCompat.PopupMenu.Overflow = 0x7f10030b
+com.example.newrevive:id/textView2 = 0x7f0801d9
+com.example.newrevive:style/Theme.AppCompat.Dialog.Alert = 0x7f100209
+com.example.newrevive:string/error_a11y_label = 0x7f0f0030
+com.example.newrevive:style/MaterialAlertDialog.MaterialComponents.Title.Panel = 0x7f10012e
+com.example.newrevive:string/Register_your_email = 0x7f0f0000
+com.example.newrevive:drawable/searchbar = 0x7f0700f6
+com.example.newrevive:macro/m3_comp_sheet_bottom_docked_container_color = 0x7f0c0084
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.TextInputEditText.OutlinedBox = 0x7f1002cd
+com.example.newrevive:mipmap/ic_launcher_round = 0x7f0d0001
+com.example.newrevive:drawable/$mtrl_checkbox_button_unchecked_checked__0 = 0x7f07001e
+com.example.newrevive:macro/m3_sys_shape_corner_none_family = 0x7f0c00cb
+com.example.newrevive:dimen/mtrl_shape_corner_size_medium_component = 0x7f060285
+com.example.newrevive:dimen/abc_panel_menu_list_width = 0x7f060034
+com.example.newrevive:dimen/abc_text_size_button_material = 0x7f060041
+com.example.newrevive:integer/design_snackbar_text_max_lines = 0x7f090006
+com.example.newrevive:style/Theme.MaterialComponents.DayNight.Dialog.Alert.Bridge = 0x7f100241
+com.example.newrevive:macro/m3_sys_shape_corner_full_family = 0x7f0c00c8
+com.example.newrevive:style/Widget.MaterialComponents.CompoundButton.RadioButton = 0x7f1003f8
+com.example.newrevive:macro/m3_sys_shape_corner_extra_small_family = 0x7f0c00c7
+com.example.newrevive:style/Widget.AppCompat.RatingBar.Indicator = 0x7f100310
+com.example.newrevive:macro/m3_sys_color_light_surface_tint = 0x7f0c00c4
+com.example.newrevive:macro/m3_comp_switch_unselected_hover_handle_color = 0x7f0c00ad
+com.example.newrevive:macro/m3_ref_typeface_plain_regular = 0x7f0c00c2
+com.example.newrevive:macro/m3_comp_switch_disabled_selected_track_color = 0x7f0c0093
+com.example.newrevive:style/MaterialAlertDialog.Material3.Title.Panel.CenterStacked = 0x7f100125
+com.example.newrevive:macro/m3_comp_text_button_label_text_color = 0x7f0c00bc
+com.example.newrevive:style/Theme.Design = 0x7f100215
+com.example.newrevive:macro/m3_comp_text_button_focus_state_layer_color = 0x7f0c00ba
+com.example.newrevive:macro/m3_comp_switch_unselected_focus_track_color = 0x7f0c00aa
+com.example.newrevive:dimen/m3_comp_secondary_navigation_tab_focus_state_layer_opacity = 0x7f060137
+com.example.newrevive:style/TextAppearance.AppCompat.Small.Inverse = 0x7f10019e
+com.example.newrevive:drawable/design_fab_background = 0x7f07008f
+com.example.newrevive:macro/m3_comp_switch_unselected_focus_state_layer_color = 0x7f0c00a9
+com.example.newrevive:macro/m3_comp_switch_selected_track_color = 0x7f0c00a6
+com.example.newrevive:style/TextAppearance.AppCompat.Title = 0x7f1001a1
+com.example.newrevive:style/TextAppearance.Compat.Notification.Title = 0x7f1001bb
+com.example.newrevive:macro/m3_comp_switch_selected_pressed_track_color = 0x7f0c00a5
+com.example.newrevive:style/Base.TextAppearance.MaterialComponents.Badge = 0x7f100042
+com.example.newrevive:id/accessibility_custom_action_27 = 0x7f080025
+com.example.newrevive:dimen/abc_text_size_body_1_material = 0x7f06003f
+com.example.newrevive:attr/floatingActionButtonSmallSecondaryStyle = 0x7f0301bc
+com.example.newrevive:style/Widget.Material3.Button.IconButton = 0x7f10033f
+com.example.newrevive:macro/m3_comp_switch_selected_focus_state_layer_color = 0x7f0c009a
+com.example.newrevive:style/Widget.Material3.BottomAppBar.Legacy = 0x7f100335
+com.example.newrevive:styleable/Insets = 0x7f11003e
+com.example.newrevive:macro/m3_comp_switch_selected_focus_handle_color = 0x7f0c0098
+com.example.newrevive:macro/m3_comp_suggestion_chip_label_text_type = 0x7f0c0090
+com.example.newrevive:style/Widget.MaterialComponents.ActionBar.Surface = 0x7f1003cd
+com.example.newrevive:color/m3_text_button_foreground_color_selector = 0x7f05019d
+com.example.newrevive:id/search_view_toolbar_container = 0x7f080198
+com.example.newrevive:macro/m3_comp_slider_inactive_track_color = 0x7f0c008c
+com.example.newrevive:macro/m3_comp_slider_disabled_handle_color = 0x7f0c0089
+com.example.newrevive:macro/m3_comp_slider_active_track_color = 0x7f0c0087
+com.example.newrevive:macro/m3_comp_sheet_bottom_docked_container_shape = 0x7f0c0085
+com.example.newrevive:style/Base.Widget.MaterialComponents.TextView = 0x7f100118
+com.example.newrevive:style/TextAppearance.Material3.ActionBar.Title = 0x7f1001d7
+com.example.newrevive:macro/m3_comp_secondary_navigation_tab_with_icon_inactive_icon_color = 0x7f0c0083
+com.example.newrevive:macro/m3_comp_secondary_navigation_tab_with_icon_active_icon_color = 0x7f0c0082
+com.example.newrevive:style/Base.Theme.AppCompat.DialogWhenLarge = 0x7f10004f
+com.example.newrevive:interpolator/btn_radio_to_on_mtrl_animation_interpolator_0 = 0x7f0a0005
+com.example.newrevive:macro/m3_comp_secondary_navigation_tab_pressed_state_layer_color = 0x7f0c0081
+com.example.newrevive:macro/m3_comp_search_bar_trailing_icon_color = 0x7f0c006f
+com.example.newrevive:style/Widget.AppCompat.RatingBar.Small = 0x7f100311
+com.example.newrevive:macro/m3_comp_secondary_navigation_tab_label_text_type = 0x7f0c0080
+com.example.newrevive:macro/m3_comp_secondary_navigation_tab_inactive_label_text_color = 0x7f0c007f
+com.example.newrevive:macro/m3_comp_search_view_header_supporting_text_type = 0x7f0c0078
+com.example.newrevive:style/Base.V14.Theme.Material3.Light.BottomSheetDialog = 0x7f100088
+com.example.newrevive:mipmap/ic_launcher = 0x7f0d0000
+com.example.newrevive:macro/m3_comp_search_view_header_leading_icon_color = 0x7f0c0076
+com.example.newrevive:styleable/AppCompatSeekBar = 0x7f11000f
+com.example.newrevive:macro/m3_comp_search_view_header_input_text_type = 0x7f0c0075
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Calendar = 0x7f1002c4
+com.example.newrevive:macro/m3_comp_search_view_docked_container_shape = 0x7f0c0073
+com.example.newrevive:macro/m3_comp_search_bar_input_text_color = 0x7f0c0068
+com.example.newrevive:id/easeIn = 0x7f0800af
+com.example.newrevive:styleable/FloatingActionButton = 0x7f110033
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Small = 0x7f100029
+com.example.newrevive:macro/m3_comp_secondary_navigation_tab_focus_state_layer_color = 0x7f0c007d
+com.example.newrevive:macro/m3_comp_search_bar_hover_supporting_text_color = 0x7f0c0067
+com.example.newrevive:id/slide = 0x7f0801a6
+com.example.newrevive:macro/m3_comp_search_bar_hover_state_layer_color = 0x7f0c0066
+com.example.newrevive:macro/m3_comp_search_bar_container_surface_tint_layer_color = 0x7f0c0065
+com.example.newrevive:dimen/mtrl_fab_translation_z_pressed = 0x7f06025b
+com.example.newrevive:style/TextAppearance.AppCompat.Large = 0x7f100192
+com.example.newrevive:macro/m3_comp_search_bar_container_color = 0x7f0c0064
+com.example.newrevive:macro/m3_comp_primary_navigation_tab_with_label_text_inactive_label_text_color = 0x7f0c0062
+com.example.newrevive:macro/m3_comp_primary_navigation_tab_with_icon_inactive_icon_color = 0x7f0c0060
+com.example.newrevive:macro/m3_comp_primary_navigation_tab_inactive_hover_state_layer_color = 0x7f0c005d
+com.example.newrevive:macro/m3_comp_outlined_text_field_supporting_text_color = 0x7f0c0054
+com.example.newrevive:id/unlabeled = 0x7f0801f7
+com.example.newrevive:macro/m3_comp_outlined_text_field_error_trailing_icon_color = 0x7f0c0048
+com.example.newrevive:macro/m3_comp_outlined_text_field_error_outline_color = 0x7f0c0046
+com.example.newrevive:style/Base.Widget.AppCompat.ListView = 0x7f1000e1
+com.example.newrevive:macro/m3_comp_outlined_text_field_disabled_supporting_text_color = 0x7f0c0045
+com.example.newrevive:style/Widget.AppCompat.ListMenuView = 0x7f100305
+com.example.newrevive:dimen/m3_badge_horizontal_offset = 0x7f0600ac
+com.example.newrevive:macro/m3_comp_outlined_text_field_disabled_label_text_color = 0x7f0c0043
+com.example.newrevive:style/Theme.Material3.Light.DialogWhenLarge = 0x7f100233
+com.example.newrevive:macro/m3_comp_outlined_button_disabled_outline_color = 0x7f0c003b
+com.example.newrevive:macro/m3_comp_outlined_autocomplete_text_field_caret_color = 0x7f0c0039
+com.example.newrevive:style/Widget.Material3.MaterialCalendar.HeaderToggleButton = 0x7f10038f
+com.example.newrevive:style/ShapeAppearanceOverlay.MaterialComponents.FloatingActionButton = 0x7f100181
+com.example.newrevive:style/Widget.AppCompat.Button.Colored = 0x7f1002e4
+com.example.newrevive:dimen/mtrl_snackbar_background_overlay_color_alpha = 0x7f060292
+com.example.newrevive:drawable/mtrl_bottomsheet_drag_handle = 0x7f0700ba
+com.example.newrevive:style/Widget.Material3.TabLayout.Secondary = 0x7f1003b9
+com.example.newrevive:macro/m3_comp_linear_progress_indicator_track_color = 0x7f0c0034
+com.example.newrevive:color/m3_ref_palette_white = 0x7f050129
+com.example.newrevive:id/packed = 0x7f08015b
+com.example.newrevive:color/background_floating_material_dark = 0x7f05001d
+com.example.newrevive:macro/m3_comp_filter_chip_label_text_type = 0x7f0c0030
+com.example.newrevive:macro/m3_comp_filled_text_field_input_text_type = 0x7f0c002c
+com.example.newrevive:color/m3_sys_color_light_on_surface_variant = 0x7f050189
+com.example.newrevive:id/material_value_index = 0x7f08011e
+com.example.newrevive:macro/m3_comp_filled_text_field_error_active_indicator_color = 0x7f0c0029
+com.example.newrevive:macro/m3_comp_assist_chip_container_shape = 0x7f0c0000
+com.example.newrevive:styleable/Snackbar = 0x7f11007e
+com.example.newrevive:macro/m3_comp_text_button_hover_state_layer_color = 0x7f0c00bb
+com.example.newrevive:macro/m3_comp_filled_text_field_container_shape = 0x7f0c0028
+com.example.newrevive:macro/m3_comp_filled_text_field_container_color = 0x7f0c0027
+com.example.newrevive:color/material_blue_grey_900 = 0x7f0501b0
+com.example.newrevive:styleable/NavigationBarActiveIndicator = 0x7f110069
+com.example.newrevive:style/ShapeAppearance.M3.Sys.Shape.Corner.Small = 0x7f100161
+com.example.newrevive:drawable/ic_mtrl_checked_circle = 0x7f07009f
+com.example.newrevive:integer/material_motion_duration_medium_1 = 0x7f090020
+com.example.newrevive:style/TextAppearance.AppCompat.Widget.PopupMenu.Large = 0x7f1001b3
+com.example.newrevive:style/TextAppearance.AppCompat.Body2 = 0x7f100189
+com.example.newrevive:macro/m3_comp_fab_tertiary_container_color = 0x7f0c0020
+com.example.newrevive:style/Widget.MaterialComponents.TabLayout = 0x7f100429
+com.example.newrevive:style/Widget.Material3.Snackbar = 0x7f1003b4
+com.example.newrevive:macro/m3_comp_fab_surface_icon_color = 0x7f0c001f
+com.example.newrevive:style/Widget.Material3.MaterialCalendar.HeaderLayout.Fullscreen = 0x7f10038b
+com.example.newrevive:macro/m3_comp_text_button_pressed_state_layer_color = 0x7f0c00be
+com.example.newrevive:macro/m3_comp_outlined_text_field_caret_color = 0x7f0c0040
+com.example.newrevive:macro/m3_comp_fab_primary_icon_color = 0x7f0c0019
+com.example.newrevive:id/parent = 0x7f08015d
+com.example.newrevive:layout/mtrl_picker_header_dialog = 0x7f0b005a
+com.example.newrevive:dimen/design_bottom_navigation_icon_size = 0x7f060064
+com.example.newrevive:style/Theme.MaterialComponents.Light.DialogWhenLarge = 0x7f100260
+com.example.newrevive:style/Widget.MaterialComponents.NavigationView = 0x7f10041e
+com.example.newrevive:style/ShapeAppearanceOverlay.MaterialComponents.TextInputLayout.FilledBox = 0x7f100185
+com.example.newrevive:id/mtrl_picker_header_toggle = 0x7f08013b
+com.example.newrevive:dimen/m3_sys_motion_easing_emphasized_decelerate_control_y1 = 0x7f06019e
+com.example.newrevive:dimen/notification_big_circle_margin = 0x7f0602ad
+com.example.newrevive:macro/m3_sys_shape_corner_extra_large_family = 0x7f0c00c6
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.OutlinedBox.Dense = 0x7f1002b5
+com.example.newrevive:dimen/mtrl_snackbar_padding_horizontal = 0x7f060295
+com.example.newrevive:id/search_view_status_bar_spacer = 0x7f080196
+com.example.newrevive:dimen/material_timepicker_dialog_buttons_margin_top = 0x7f0601e7
+com.example.newrevive:style/ShapeAppearance.M3.Sys.Shape.Corner.Medium = 0x7f10015f
+com.example.newrevive:style/Base.Theme.MaterialComponents.Light.Dialog.MinWidth = 0x7f100070
+com.example.newrevive:color/design_dark_default_color_on_surface = 0x7f050037
+com.example.newrevive:color/highlighted_text_material_light = 0x7f05005f
+com.example.newrevive:style/ShapeAppearance.Material3.LargeComponent = 0x7f100169
+com.example.newrevive:id/mtrl_picker_header_selection_text = 0x7f080139
+com.example.newrevive:style/ThemeOverlay.Material3 = 0x7f100270
+com.example.newrevive:macro/m3_comp_extended_fab_secondary_container_color = 0x7f0c0011
+com.example.newrevive:style/Theme.MaterialComponents.DayNight.Dialog.Alert = 0x7f100240
+com.example.newrevive:id/scrollIndicatorUp = 0x7f08017f
+com.example.newrevive:style/Base.Theme.AppCompat.Dialog.FixedSize = 0x7f10004d
+com.example.newrevive:macro/m3_comp_extended_fab_primary_label_text_type = 0x7f0c0010
+com.example.newrevive:macro/m3_comp_checkbox_selected_icon_color = 0x7f0c0008
+com.example.newrevive:layout/select_dialog_item_material = 0x7f0b0069
+com.example.newrevive:id/carer_Phone_register = 0x7f08006c
+com.example.newrevive:style/Widget.Material3.MaterialCalendar.Year = 0x7f100393
+com.example.newrevive:layout/notification_template_icon_group = 0x7f0b0066
+com.example.newrevive:macro/m3_ref_typeface_plain_medium = 0x7f0c00c1
+com.example.newrevive:style/Widget.Material3.Button.IconButton.Filled = 0x7f100340
+com.example.newrevive:layout/notification_action_tombstone = 0x7f0b0064
+com.example.newrevive:drawable/abc_ic_voice_search_api_material = 0x7f07004a
+com.example.newrevive:style/TextAppearance.AppCompat.Light.SearchResult.Subtitle = 0x7f100194
+com.example.newrevive:id/west = 0x7f080203
+com.example.newrevive:layout/mtrl_search_view = 0x7f0b0062
+com.example.newrevive:layout/mtrl_search_bar = 0x7f0b0061
+com.example.newrevive:dimen/mtrl_progress_circular_inset_extra_small = 0x7f060277
+com.example.newrevive:integer/bottom_sheet_slide_duration = 0x7f090003
+com.example.newrevive:styleable/MaterialCardView = 0x7f110053
+com.example.newrevive:layout/mtrl_picker_actions = 0x7f0b0057
+com.example.newrevive:style/TextAppearance.AppCompat.Caption = 0x7f10018b
+com.example.newrevive:layout/mtrl_calendar_horizontal = 0x7f0b004d
+com.example.newrevive:layout/mtrl_alert_select_dialog_multichoice = 0x7f0b0047
+com.example.newrevive:macro/m3_comp_switch_disabled_unselected_track_color = 0x7f0c0096
+com.example.newrevive:id/search_view_divider = 0x7f08018f
+com.example.newrevive:layout/activity_main = 0x7f0b001e
+com.example.newrevive:string/mtrl_switch_thumb_path_name = 0x7f0f0096
+com.example.newrevive:layout/mtrl_alert_select_dialog_item = 0x7f0b0046
+com.example.newrevive:layout/material_timepicker = 0x7f0b0040
+com.example.newrevive:color/design_default_color_secondary = 0x7f050048
+com.example.newrevive:layout/material_time_chip = 0x7f0b003e
+com.example.newrevive:layout/material_clockface_view = 0x7f0b003b
+com.example.newrevive:layout/material_clock_period_toggle = 0x7f0b0038
+com.example.newrevive:string/mtrl_checkbox_button_path_unchecked = 0x7f0f0067
+com.example.newrevive:id/sawtooth = 0x7f08017a
+com.example.newrevive:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Shortcut = 0x7f100145
+com.example.newrevive:style/ShapeAppearanceOverlay.Material3.Corner.Left = 0x7f100176
+com.example.newrevive:id/transition_transform = 0x7f0801f1
+com.example.newrevive:drawable/$m3_avd_hide_password__2 = 0x7f070009
+com.example.newrevive:macro/m3_comp_checkbox_unselected_outline_color = 0x7f0c0009
+com.example.newrevive:id/onInterceptTouchReturnSwipe = 0x7f080157
+com.example.newrevive:style/ThemeOverlay.Material3.FloatingActionButton.Tertiary = 0x7f100295
+com.example.newrevive:layout/notification_template_custom_big = 0x7f0b0065
+com.example.newrevive:style/Widget.Material3.FloatingActionButton.Primary = 0x7f100375
+com.example.newrevive:macro/m3_comp_circular_progress_indicator_active_indicator_color = 0x7f0c000a
+com.example.newrevive:layout/design_navigation_menu = 0x7f0b002c
+com.example.newrevive:style/Base.ThemeOverlay.MaterialComponents.Light.Dialog.Alert.Framework = 0x7f100081
+com.example.newrevive:layout/design_menu_item_action_area = 0x7f0b0027
+com.example.newrevive:layout/design_layout_tab_icon = 0x7f0b0025
+com.example.newrevive:id/SYM = 0x7f08000c
+com.example.newrevive:id/decor_content_parent = 0x7f080094
+com.example.newrevive:id/title = 0x7f0801e4
+com.example.newrevive:macro/m3_comp_outlined_text_field_error_supporting_text_color = 0x7f0c0047
+com.example.newrevive:style/TextAppearance.Material3.BodyMedium = 0x7f1001d9
+com.example.newrevive:macro/m3_comp_filled_button_label_text_type = 0x7f0c0026
+com.example.newrevive:id/textView6 = 0x7f080216
+com.example.newrevive:layout/design_layout_snackbar_include = 0x7f0b0024
+com.example.newrevive:layout/design_bottom_sheet_dialog = 0x7f0b0022
+com.example.newrevive:id/special_effects_controller_view_tag = 0x7f0801ad
+com.example.newrevive:layout/activity_login = 0x7f0b001d
+com.example.newrevive:id/notification_background = 0x7f080152
+com.example.newrevive:layout/material_textinput_timepicker = 0x7f0b003d
+com.example.newrevive:layout/abc_expanded_menu_layout = 0x7f0b000d
+com.example.newrevive:macro/m3_comp_secondary_navigation_tab_active_indicator_color = 0x7f0c007a
+com.example.newrevive:macro/m3_comp_switch_unselected_focus_handle_color = 0x7f0c00a7
+com.example.newrevive:drawable/mtrl_checkbox_button_checked_unchecked = 0x7f0700bc
+com.example.newrevive:dimen/abc_button_padding_horizontal_material = 0x7f060014
+com.example.newrevive:id/checkbox = 0x7f080077
+com.example.newrevive:layout/abc_cascading_menu_item_layout = 0x7f0b000b
+com.example.newrevive:style/Widget.MaterialComponents.Badge = 0x7f1003d6
+com.example.newrevive:string/bottomsheet_action_expand = 0x7f0f0021
+com.example.newrevive:style/TextAppearance.Design.Snackbar.Message = 0x7f1001c4
+com.example.newrevive:layout/abc_action_bar_up_container = 0x7f0b0001
+com.example.newrevive:macro/m3_comp_input_chip_label_text_type = 0x7f0c0032
+com.example.newrevive:interpolator/m3_sys_motion_easing_standard = 0x7f0a000b
+com.example.newrevive:dimen/mtrl_extended_fab_translation_z_hovered_focused = 0x7f060256
+com.example.newrevive:interpolator/m3_sys_motion_easing_linear = 0x7f0a000a
+com.example.newrevive:style/Widget.Material3.ActionMode = 0x7f10032c
+com.example.newrevive:string/mtrl_checkbox_button_path_name = 0x7f0f0066
+com.example.newrevive:color/m3_ref_palette_error90 = 0x7f0500e5
+com.example.newrevive:id/pressed = 0x7f08016b
+com.example.newrevive:interpolator/m3_sys_motion_easing_emphasized_accelerate = 0x7f0a0008
+com.example.newrevive:interpolator/m3_sys_motion_easing_emphasized = 0x7f0a0007
+com.example.newrevive:color/m3_ref_palette_primary50 = 0x7f050108
+com.example.newrevive:interpolator/fast_out_slow_in = 0x7f0a0006
+com.example.newrevive:integer/mtrl_tab_indicator_anim_duration_ms = 0x7f090036
+com.example.newrevive:id/scale = 0x7f08017b
+com.example.newrevive:integer/mtrl_switch_track_viewport_width = 0x7f090035
+com.example.newrevive:macro/m3_sys_color_dark_surface_tint = 0x7f0c00c3
+com.example.newrevive:integer/mtrl_switch_thumb_viewport_size = 0x7f090033
+com.example.newrevive:dimen/material_time_picker_minimum_screen_width = 0x7f0601e6
+com.example.newrevive:integer/mtrl_switch_thumb_viewport_center_coordinate = 0x7f090032
+com.example.newrevive:style/Widget.MaterialComponents.NavigationRailView.PrimarySurface = 0x7f10041d
+com.example.newrevive:integer/mtrl_card_anim_duration_ms = 0x7f09002c
+com.example.newrevive:string/fab_transformation_sheet_behavior = 0x7f0f0034
+com.example.newrevive:integer/mtrl_calendar_year_selector_span = 0x7f09002a
+com.example.newrevive:id/custom = 0x7f08008e
+com.example.newrevive:attr/textColorSearchUrl = 0x7f03042a
+com.example.newrevive:integer/mtrl_calendar_selection_text_lines = 0x7f090029
+com.example.newrevive:id/overshoot = 0x7f08015a
+com.example.newrevive:id/search_view_toolbar = 0x7f080197
+com.example.newrevive:dimen/mtrl_btn_dialog_btn_min_width = 0x7f0601fc
+com.example.newrevive:drawable/mtrl_switch_thumb_pressed_checked = 0x7f0700d7
+com.example.newrevive:attr/waveOffset = 0x7f030498
+com.example.newrevive:style/Theme.MaterialComponents.DayNight.Dialog = 0x7f10023f
+com.example.newrevive:integer/mtrl_btn_anim_delay_ms = 0x7f090026
+com.example.newrevive:layout/material_clockface_textview = 0x7f0b003a
+com.example.newrevive:style/Base.TextAppearance.Widget.AppCompat.Toolbar.Subtitle = 0x7f100047
+com.example.newrevive:integer/material_motion_path = 0x7f090024
+com.example.newrevive:style/TextAppearance.AppCompat.Widget.PopupMenu.Small = 0x7f1001b4
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.Light.Dialog.Alert.Framework = 0x7f1002c0
+com.example.newrevive:string/mtrl_checkbox_state_description_unchecked = 0x7f0f006a
+com.example.newrevive:styleable/RangeSlider = 0x7f110073
+com.example.newrevive:integer/material_motion_duration_long_2 = 0x7f09001f
+com.example.newrevive:integer/m3_sys_motion_duration_short4 = 0x7f09001d
+com.example.newrevive:dimen/m3_navigation_item_horizontal_padding = 0x7f060165
+com.example.newrevive:integer/m3_sys_motion_duration_short2 = 0x7f09001b
+com.example.newrevive:macro/m3_comp_switch_selected_pressed_state_layer_color = 0x7f0c00a4
+com.example.newrevive:style/Base.TextAppearance.Material3.Search = 0x7f100041
+com.example.newrevive:id/disableHome = 0x7f0800a0
+com.example.newrevive:id/action_bar_activity_content = 0x7f080035
+com.example.newrevive:style/Widget.Material3.CardView.Elevated = 0x7f10034e
+com.example.newrevive:string/path_password_eye_mask_strike_through = 0x7f0f00a0
+com.example.newrevive:integer/m3_sys_motion_duration_short1 = 0x7f09001a
+com.example.newrevive:integer/m3_sys_motion_duration_medium3 = 0x7f090018
+com.example.newrevive:color/abc_search_url_text_pressed = 0x7f05000f
+com.example.newrevive:style/Widget.MaterialComponents.ExtendedFloatingActionButton = 0x7f1003fa
+com.example.newrevive:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Primary = 0x7f100369
+com.example.newrevive:id/text_input_error_icon = 0x7f0801db
+com.example.newrevive:integer/m3_sys_motion_duration_medium2 = 0x7f090017
+com.example.newrevive:style/Base.MaterialAlertDialog.MaterialComponents.Title.Icon = 0x7f100011
+com.example.newrevive:style/Base.V14.Theme.Material3.Dark.BottomSheetDialog = 0x7f100084
+com.example.newrevive:macro/m3_comp_text_button_label_text_type = 0x7f0c00bd
+com.example.newrevive:integer/m3_sys_motion_duration_long4 = 0x7f090015
+com.example.newrevive:string/abc_menu_ctrl_shortcut_label = 0x7f0f000a
+com.example.newrevive:style/Base.Widget.AppCompat.EditText = 0x7f1000d5
+com.example.newrevive:integer/m3_sys_motion_duration_long3 = 0x7f090014
+com.example.newrevive:macro/m3_comp_extended_fab_tertiary_icon_color = 0x7f0c0016
+com.example.newrevive:style/Widget.AppCompat.CompoundButton.RadioButton = 0x7f1002e9
+com.example.newrevive:string/abc_menu_space_shortcut_label = 0x7f0f0010
+com.example.newrevive:style/Theme.NewRevive = 0x7f100265
+com.example.newrevive:color/m3_ref_palette_neutral10 = 0x7f0500e9
+com.example.newrevive:layout/m3_alert_dialog = 0x7f0b0030
+com.example.newrevive:integer/m3_sys_motion_duration_extra_long3 = 0x7f090010
+com.example.newrevive:id/noScroll = 0x7f08014d
+com.example.newrevive:integer/m3_card_anim_duration_ms = 0x7f09000c
+com.example.newrevive:style/Base.Widget.AppCompat.CompoundButton.RadioButton = 0x7f1000d0
+com.example.newrevive:color/material_dynamic_secondary90 = 0x7f0501e7
+com.example.newrevive:style/Base.Widget.AppCompat.RatingBar = 0x7f1000e9
+com.example.newrevive:attr/iconGravity = 0x7f030202
+com.example.newrevive:integer/m3_card_anim_delay_ms = 0x7f09000b
+com.example.newrevive:dimen/m3_appbar_scrim_height_trigger_large = 0x7f0600a7
+com.example.newrevive:id/src_in = 0x7f0801b5
+com.example.newrevive:macro/m3_comp_checkbox_selected_error_container_color = 0x7f0c0006
+com.example.newrevive:integer/hide_password_duration = 0x7f090008
+com.example.newrevive:integer/config_tooltipAnimTime = 0x7f090005
+com.example.newrevive:id/material_clock_face = 0x7f08010d
+com.example.newrevive:drawable/$mtrl_switch_thumb_unchecked_checked__1 = 0x7f070027
+com.example.newrevive:style/TextAppearance.AppCompat.Headline = 0x7f100190
+com.example.newrevive:id/x_right = 0x7f08020b
+com.example.newrevive:id/x_left = 0x7f08020a
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.OutlinedBox = 0x7f1002b4
+com.example.newrevive:styleable/ClockHandView = 0x7f110021
+com.example.newrevive:id/collapseActionView = 0x7f080080
+com.example.newrevive:id/staticPostLayout = 0x7f0801bd
+com.example.newrevive:color/switch_thumb_normal_material_light = 0x7f050280
+com.example.newrevive:style/Widget.Material3.Snackbar.FullWidth = 0x7f1003b5
+com.example.newrevive:style/Base.Widget.AppCompat.Light.ActionBar.TabText.Inverse = 0x7f1000db
+com.example.newrevive:id/wrap_content = 0x7f080208
+com.example.newrevive:styleable/AppBarLayoutStates = 0x7f11000b
+com.example.newrevive:style/Widget.Material3.MaterialTimePicker.Display = 0x7f10039c
+com.example.newrevive:layout/design_navigation_item_header = 0x7f0b0029
+com.example.newrevive:id/with_icon = 0x7f080205
+com.example.newrevive:id/visible_removing_fragment_view_tag = 0x7f080202
+com.example.newrevive:style/Theme.AppCompat.DayNight = 0x7f100201
+com.example.newrevive:style/Widget.AppCompat.Toolbar.Button.Navigation = 0x7f10031d
+com.example.newrevive:id/visible = 0x7f080201
+com.example.newrevive:id/view_tree_lifecycle_owner = 0x7f0801fd
+com.example.newrevive:id/view_offset_helper = 0x7f0801fb
+com.example.newrevive:id/transition_scene_layoutid_cache = 0x7f0801f0
+com.example.newrevive:dimen/m3_comp_divider_thickness = 0x7f0600f1
+com.example.newrevive:style/Widget.Material3.CollapsingToolbar.Medium = 0x7f100363
+com.example.newrevive:color/material_on_surface_emphasis_medium = 0x7f05020a
+com.example.newrevive:id/transition_position = 0x7f0801ef
+com.example.newrevive:id/transitionToStart = 0x7f0801ec
+com.example.newrevive:id/transitionToEnd = 0x7f0801eb
+com.example.newrevive:dimen/m3_sys_elevation_level0 = 0x7f060192
+com.example.newrevive:style/TextAppearance.AppCompat.Inverse = 0x7f100191
+com.example.newrevive:id/design_menu_item_action_area_stub = 0x7f08009a
+com.example.newrevive:id/south = 0x7f0801ab
+com.example.newrevive:attr/paddingLeftSystemWindowInsets = 0x7f030336
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.Toolbar.Primary = 0x7f1002d3
+com.example.newrevive:color/mtrl_popupmenu_overlay_color = 0x7f050257
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.ActionBar.Primary = 0x7f1002af
+com.example.newrevive:style/Base.Theme.MaterialComponents.CompactMenu = 0x7f100061
+com.example.newrevive:id/top = 0x7f0801e8
+com.example.newrevive:style/RtlOverlay.Widget.AppCompat.Search.DropDown = 0x7f100149
+com.example.newrevive:id/title_template = 0x7f0801e6
+com.example.newrevive:color/m3_ref_palette_dynamic_primary90 = 0x7f0500be
+com.example.newrevive:dimen/mtrl_low_ripple_default_alpha = 0x7f060260
+com.example.newrevive:string/material_hour_suffix = 0x7f0f004d
+com.example.newrevive:dimen/mtrl_low_ripple_hovered_alpha = 0x7f060262
+com.example.newrevive:animator/m3_card_state_list_anim = 0x7f02000c
+com.example.newrevive:drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__1 = 0x7f070016
+com.example.newrevive:id/textinput_suffix_text = 0x7f0801e2
+com.example.newrevive:dimen/m3_comp_input_chip_with_leading_icon_leading_icon_size = 0x7f060116
+com.example.newrevive:attr/buttonBarPositiveButtonStyle = 0x7f03007f
+com.example.newrevive:string/material_motion_easing_standard = 0x7f0f0054
+com.example.newrevive:layout/abc_action_bar_title_item = 0x7f0b0000
+com.example.newrevive:id/textinput_helper_text = 0x7f0801df
+com.example.newrevive:id/text_input_start_icon = 0x7f0801dc
+com.example.newrevive:macro/m3_sys_shape_corner_large_family = 0x7f0c00c9
+com.example.newrevive:style/TextAppearance.MaterialComponents.Subtitle1 = 0x7f1001f8
+com.example.newrevive:dimen/mtrl_bottomappbar_height = 0x7f0601fa
+com.example.newrevive:id/textView = 0x7f0801d8
+com.example.newrevive:interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1 = 0x7f0a0001
+com.example.newrevive:macro/m3_comp_slider_disabled_active_track_color = 0x7f0c0088
+com.example.newrevive:style/Theme.Material3.Dark.NoActionBar = 0x7f100221
+com.example.newrevive:id/text2 = 0x7f0801d2
+com.example.newrevive:id/imageView6 = 0x7f08020c
+com.example.newrevive:style/Widget.Material3.FloatingActionButton.Small.Surface = 0x7f100379
+com.example.newrevive:style/ThemeOverlay.Material3.Dark = 0x7f100284
+com.example.newrevive:style/Widget.AppCompat.Light.ActionButton.CloseMode = 0x7f1002f9
+com.example.newrevive:layout/m3_auto_complete_simple_item = 0x7f0b0033
+com.example.newrevive:style/ShapeAppearanceOverlay.Material3.Corner.Right = 0x7f100177
+com.example.newrevive:color/material_personalized_color_surface_variant = 0x7f050223
+com.example.newrevive:id/text = 0x7f0801d1
+com.example.newrevive:style/Widget.AppCompat.Light.ActionButton = 0x7f1002f8
+com.example.newrevive:dimen/design_bottom_navigation_shadow_height = 0x7f060069
+com.example.newrevive:integer/m3_sys_motion_duration_long1 = 0x7f090012
+com.example.newrevive:style/Widget.AppCompat.Spinner.Underlined = 0x7f100319
+com.example.newrevive:id/tag_window_insets_animation_callback = 0x7f0801d0
+com.example.newrevive:style/Base.Theme.AppCompat.Light.Dialog.Alert = 0x7f100053
+com.example.newrevive:dimen/mtrl_calendar_header_text_padding = 0x7f060226
+com.example.newrevive:attr/bottomSheetDialogTheme = 0x7f03006d
+com.example.newrevive:id/tag_state_description = 0x7f0801cc
+com.example.newrevive:color/m3_sys_color_light_surface = 0x7f050192
+com.example.newrevive:id/tag_screen_reader_focusable = 0x7f0801cb
+com.example.newrevive:dimen/m3_appbar_size_compact = 0x7f0600a9
+com.example.newrevive:attr/startIconTint = 0x7f0303ba
+com.example.newrevive:drawable/btn_radio_on_to_off_mtrl_animation = 0x7f07008b
+com.example.newrevive:style/MaterialAlertDialog.Material3.Title.Icon.CenterStacked = 0x7f100123
+com.example.newrevive:id/tag_accessibility_heading = 0x7f0801c6
+com.example.newrevive:id/supportScrollUp = 0x7f0801c2
+com.example.newrevive:style/Widget.Material3.Button.UnelevatedButton = 0x7f10034d
+com.example.newrevive:id/stop = 0x7f0801be
+com.example.newrevive:styleable/MotionHelper = 0x7f110064
+com.example.newrevive:id/staticLayout = 0x7f0801bc
+com.example.newrevive:style/RtlUnderlay.Widget.AppCompat.ActionButton = 0x7f10014f
+com.example.newrevive:id/startToEnd = 0x7f0801ba
+com.example.newrevive:id/src_atop = 0x7f0801b4
+com.example.newrevive:id/spring = 0x7f0801b2
+com.example.newrevive:id/spread = 0x7f0801b0
+com.example.newrevive:id/split_action_bar = 0x7f0801af
+com.example.newrevive:style/Base.TextAppearance.Widget.AppCompat.ExpandedMenu.Item = 0x7f100046
+com.example.newrevive:id/spacer = 0x7f0801ac
+com.example.newrevive:id/skipCollapsed = 0x7f0801a4
+com.example.newrevive:style/Widget.Material3.CardView.Outlined = 0x7f100350
+com.example.newrevive:style/TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f10019b
+com.example.newrevive:macro/m3_comp_switch_unselected_pressed_handle_color = 0x7f0c00b3
+com.example.newrevive:id/showTitle = 0x7f0801a2
+com.example.newrevive:id/sharedValueUnset = 0x7f08019e
+com.example.newrevive:string/m3_sys_motion_easing_emphasized = 0x7f0f003e
+com.example.newrevive:style/Widget.MaterialComponents.Button.UnelevatedButton.Icon = 0x7f1003ea
+com.example.newrevive:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Tertiary = 0x7f100291
+com.example.newrevive:id/sharedValueSet = 0x7f08019d
+com.example.newrevive:id/search_voice_btn = 0x7f080199
+com.example.newrevive:styleable/MotionLabel = 0x7f110065
+com.example.newrevive:style/Base.V14.Theme.MaterialComponents = 0x7f10008b
+com.example.newrevive:layout/abc_list_menu_item_icon = 0x7f0b000f
+com.example.newrevive:dimen/clock_face_margin_start = 0x7f060055
+com.example.newrevive:attr/path_percent = 0x7f030344
+com.example.newrevive:style/TextAppearance.AppCompat.Widget.PopupMenu.Header = 0x7f1001b2
+com.example.newrevive:integer/mtrl_switch_thumb_motion_duration = 0x7f09002e
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.TimePicker.Display.TextInputEditText = 0x7f1002d1
+com.example.newrevive:id/search_view_dummy_toolbar = 0x7f080190
+com.example.newrevive:id/spread_inside = 0x7f0801b1
+com.example.newrevive:attr/defaultMarginsEnabled = 0x7f03014d
+com.example.newrevive:color/m3_ref_palette_dynamic_tertiary20 = 0x7f0500d1
+com.example.newrevive:interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0 = 0x7f0a0000
+com.example.newrevive:dimen/abc_action_bar_stacked_tab_max_width = 0x7f06000a
+com.example.newrevive:attr/carousel_infinite = 0x7f030098
+com.example.newrevive:id/startHorizontal = 0x7f0801b9
+com.example.newrevive:style/Widget.MaterialComponents.BottomSheet = 0x7f1003dd
+com.example.newrevive:id/search_view_clear_button = 0x7f08018d
+com.example.newrevive:string/btn_register = 0x7f0f0026
+com.example.newrevive:id/reverseSawtooth = 0x7f080171
+com.example.newrevive:style/TextAppearance.AppCompat.Widget.Button = 0x7f1001ad
+com.example.newrevive:id/search_view_background = 0x7f08018c
+com.example.newrevive:id/search_src_text = 0x7f08018b
+com.example.newrevive:id/search_plate = 0x7f08018a
+com.example.newrevive:style/Animation.Material3.BottomSheetDialog = 0x7f100006
+com.example.newrevive:styleable/CollapsingToolbarLayout_Layout = 0x7f110023
+com.example.newrevive:id/search_close_btn = 0x7f080186
+com.example.newrevive:id/imageView2 = 0x7f0800ef
+com.example.newrevive:id/tag_on_receive_content_mime_types = 0x7f0801ca
+com.example.newrevive:id/ignoreRequest = 0x7f0800ec
+com.example.newrevive:layout/mtrl_calendar_vertical = 0x7f0b0052
+com.example.newrevive:id/search_bar_text_view = 0x7f080184
+com.example.newrevive:style/Base.V26.Theme.AppCompat.Light = 0x7f1000b0
+com.example.newrevive:macro/m3_comp_outlined_text_field_container_shape = 0x7f0c0041
+com.example.newrevive:id/search_bar = 0x7f080183
+com.example.newrevive:style/Widget.Design.TabLayout = 0x7f100328
+com.example.newrevive:style/Widget.Material3.FloatingActionButton.Large.Tertiary = 0x7f100374
+com.example.newrevive:id/scrollable = 0x7f080181
+com.example.newrevive:style/Platform.MaterialComponents.Light = 0x7f100136
+com.example.newrevive:id/rightToLeft = 0x7f080173
+com.example.newrevive:id/peekHeight = 0x7f080166
+com.example.newrevive:id/pathRelative = 0x7f080165
+com.example.newrevive:style/ThemeOverlay.AppCompat.Light = 0x7f10026e
+com.example.newrevive:layout/abc_screen_simple_overlay_action_mode = 0x7f0b0016
+com.example.newrevive:style/Widget.Material3.MaterialCalendar.Day.Selected = 0x7f100383
+com.example.newrevive:layout/m3_alert_dialog_title = 0x7f0b0032
+com.example.newrevive:id/path = 0x7f080164
+com.example.newrevive:styleable/ActionMenuView = 0x7f110003
+com.example.newrevive:id/password_toggle = 0x7f080163
+com.example.newrevive:style/Widget.Material3.CompoundButton.CheckBox = 0x7f100364
+com.example.newrevive:styleable/MenuGroup = 0x7f11005e
+com.example.newrevive:style/TextAppearance.Widget.AppCompat.Toolbar.Title = 0x7f1001fe
+com.example.newrevive:drawable/btn_checkbox_checked_to_unchecked_mtrl_animation = 0x7f070085
+com.example.newrevive:id/parallax = 0x7f08015c
+com.example.newrevive:color/m3_sys_color_dynamic_light_outline = 0x7f050171
+com.example.newrevive:color/m3_ref_palette_dynamic_primary40 = 0x7f0500b9
+com.example.newrevive:dimen/m3_comp_outlined_button_disabled_outline_opacity = 0x7f06011e
+com.example.newrevive:layout/abc_popup_menu_item_layout = 0x7f0b0013
+com.example.newrevive:style/TextAppearance.Material3.TitleLarge = 0x7f1001e8
+com.example.newrevive:id/outward = 0x7f080159
+com.example.newrevive:style/Base.AlertDialog.AppCompat.Light = 0x7f10000a
+com.example.newrevive:styleable/ActionMode = 0x7f110004
+com.example.newrevive:integer/material_motion_duration_short_1 = 0x7f090022
+com.example.newrevive:id/outline = 0x7f080158
+com.example.newrevive:drawable/mtrl_switch_thumb_unchecked = 0x7f0700d9
+com.example.newrevive:id/notification_main_column = 0x7f080153
+com.example.newrevive:style/Theme.AppCompat.DayNight.Dialog = 0x7f100203
+com.example.newrevive:dimen/m3_alert_dialog_elevation = 0x7f0600a0
+com.example.newrevive:dimen/abc_disabled_alpha_material_dark = 0x7f060027
+com.example.newrevive:id/header_title = 0x7f0800e2
+com.example.newrevive:color/m3_ref_palette_primary99 = 0x7f05010e
+com.example.newrevive:layout/support_simple_spinner_dropdown_item = 0x7f0b006c
+com.example.newrevive:id/north = 0x7f080151
+com.example.newrevive:id/textinput_prefix_text = 0x7f0801e1
+com.example.newrevive:id/navigation_bar_item_small_label_view = 0x7f080148
+com.example.newrevive:style/TextAppearance.Material3.DisplayMedium = 0x7f1001dc
+com.example.newrevive:style/Widget.Material3.MaterialButtonToggleGroup = 0x7f10037f
+com.example.newrevive:dimen/m3_comp_elevated_button_container_elevation = 0x7f0600f2
+com.example.newrevive:string/material_timepicker_select_time = 0x7f0f005d
+com.example.newrevive:style/Widget.MaterialComponents.TextInputLayout.FilledBox.Dense = 0x7f100431
+com.example.newrevive:id/select_dialog_listview = 0x7f08019a
+com.example.newrevive:style/Platform.ThemeOverlay.AppCompat.Light = 0x7f10013a
+com.example.newrevive:style/Base.Widget.MaterialComponents.TextInputLayout = 0x7f100117
+com.example.newrevive:style/TextAppearance.AppCompat.Menu = 0x7f10019a
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Widget.TextView.SpinnerItem = 0x7f100040
+com.example.newrevive:style/Widget.MaterialComponents.CardView = 0x7f1003eb
+com.example.newrevive:attr/tickColor = 0x7f03044c
+com.example.newrevive:id/navigation_bar_item_large_label_view = 0x7f080147
+com.example.newrevive:color/m3_sys_color_light_secondary_container = 0x7f050191
+com.example.newrevive:id/icon = 0x7f0800e8
+com.example.newrevive:macro/m3_comp_switch_unselected_pressed_icon_color = 0x7f0c00b4
+com.example.newrevive:macro/m3_comp_outlined_text_field_hover_input_text_color = 0x7f0c004d
+com.example.newrevive:style/Widget.MaterialComponents.TextInputEditText.OutlinedBox = 0x7f10042e
+com.example.newrevive:style/MaterialAlertDialog.Material3.Body.Text.CenterStacked = 0x7f100121
+com.example.newrevive:dimen/m3_comp_filter_chip_container_height = 0x7f06010d
+com.example.newrevive:layout/abc_alert_dialog_button_bar_material = 0x7f0b0008
+com.example.newrevive:styleable/ShapeAppearance = 0x7f11007a
+com.example.newrevive:style/TextAppearance.Design.Error = 0x7f1001bf
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Widget.Button = 0x7f100037
+com.example.newrevive:color/m3_ref_palette_secondary70 = 0x7f050117
+com.example.newrevive:macro/m3_comp_filled_tonal_button_label_text_color = 0x7f0c002e
+com.example.newrevive:id/mtrl_view_tag_bottom_padding = 0x7f080140
+com.example.newrevive:macro/m3_comp_outlined_autocomplete_text_field_input_text_type = 0x7f0c003a
+com.example.newrevive:attr/chipSpacingVertical = 0x7f0300bc
+com.example.newrevive:color/design_dark_default_color_error = 0x7f050032
+com.example.newrevive:drawable/abc_ic_menu_selectall_mtrl_alpha = 0x7f070047
+com.example.newrevive:id/mtrl_picker_header_title_and_selection = 0x7f08013a
+com.example.newrevive:attr/tabGravity = 0x7f0303df
+com.example.newrevive:style/Platform.V25.AppCompat = 0x7f10013d
+com.example.newrevive:color/material_dynamic_primary90 = 0x7f0501da
+com.example.newrevive:id/mtrl_internal_children_alpha_tag = 0x7f080135
+com.example.newrevive:id/mtrl_child_content_container = 0x7f080134
+com.example.newrevive:dimen/m3_sys_motion_easing_standard_accelerate_control_y1 = 0x7f0601b2
+com.example.newrevive:id/groups = 0x7f0800e0
+com.example.newrevive:style/Widget.AppCompat.TextView = 0x7f10031a
+com.example.newrevive:attr/layout = 0x7f030243
+com.example.newrevive:id/mtrl_calendar_text_input_frame = 0x7f080131
+com.example.newrevive:id/mtrl_calendar_months = 0x7f08012f
+com.example.newrevive:style/Widget.Material3.Button.TextButton.Icon = 0x7f100349
+com.example.newrevive:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense.ExposedDropdownMenu = 0x7f100436
+com.example.newrevive:style/Widget.AppCompat.Toolbar = 0x7f10031c
+com.example.newrevive:color/m3_ref_palette_dynamic_secondary60 = 0x7f0500c8
+com.example.newrevive:id/mtrl_calendar_main_pane = 0x7f08012e
+com.example.newrevive:dimen/fastscroll_margin = 0x7f060091
+com.example.newrevive:style/Widget.MaterialComponents.AutoCompleteTextView.OutlinedBox.Dense = 0x7f1003d5
+com.example.newrevive:id/accessibility_custom_action_3 = 0x7f080028
+com.example.newrevive:id/month_title = 0x7f080128
+com.example.newrevive:macro/m3_comp_primary_navigation_tab_inactive_pressed_state_layer_color = 0x7f0c005e
+com.example.newrevive:id/month_navigation_previous = 0x7f080127
+com.example.newrevive:id/month_navigation_bar = 0x7f080124
+com.example.newrevive:id/month_grid = 0x7f080123
+com.example.newrevive:attr/tabPaddingStart = 0x7f0303f0
+com.example.newrevive:style/Widget.Material3.SearchView = 0x7f1003ad
+com.example.newrevive:id/mini = 0x7f080122
+com.example.newrevive:id/fill_vertical = 0x7f0800cb
+com.example.newrevive:id/matrix = 0x7f08011f
+com.example.newrevive:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Surface = 0x7f10036b
+com.example.newrevive:macro/m3_comp_outlined_text_field_focus_supporting_text_color = 0x7f0c004c
+com.example.newrevive:id/imageView5 = 0x7f0800f1
+com.example.newrevive:id/material_timepicker_container = 0x7f08011a
+com.example.newrevive:string/mtrl_switch_track_path = 0x7f0f009a
+com.example.newrevive:id/material_timepicker_cancel_button = 0x7f080119
+com.example.newrevive:drawable/ic_search_black_24 = 0x7f0700a3
+com.example.newrevive:style/ThemeOverlay.Material3.Toolbar.Surface = 0x7f1002ab
+com.example.newrevive:style/Widget.AppCompat.Light.ActionBar = 0x7f1002ef
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Widget.Button.Colored = 0x7f100039
+com.example.newrevive:drawable/notification_bg_low_normal = 0x7f0700e3
+com.example.newrevive:style/ThemeOverlay.Material3.Dialog = 0x7f100288
+com.example.newrevive:id/navigation_bar_item_active_indicator_view = 0x7f080143
+com.example.newrevive:macro/m3_comp_primary_navigation_tab_with_label_text_active_label_text_color = 0x7f0c0061
+com.example.newrevive:id/material_minute_text_input = 0x7f080116
+com.example.newrevive:color/material_personalized_color_on_tertiary = 0x7f050219
+com.example.newrevive:animator/design_appbar_state_list_animator = 0x7f020000
+com.example.newrevive:macro/m3_comp_switch_selected_pressed_handle_color = 0x7f0c00a2
+com.example.newrevive:style/ShapeAppearanceOverlay.MaterialComponents.ExtendedFloatingActionButton = 0x7f100180
+com.example.newrevive:id/italic = 0x7f0800f8
+com.example.newrevive:id/material_hour_tv = 0x7f080114
+com.example.newrevive:style/Widget.AppCompat.Light.ListPopupWindow = 0x7f1002ff
+com.example.newrevive:id/tag_on_apply_window_listener = 0x7f0801c8
+com.example.newrevive:id/material_hour_text_input = 0x7f080113
+com.example.newrevive:id/material_clock_period_pm_button = 0x7f080111
+com.example.newrevive:style/Widget.Material3.MaterialTimePicker.Display.Divider = 0x7f10039d
+com.example.newrevive:id/material_clock_period_am_button = 0x7f080110
+com.example.newrevive:style/Base.ThemeOverlay.AppCompat.Dialog.Alert = 0x7f100077
+com.example.newrevive:style/ShapeAppearance.M3.Comp.Switch.StateLayer.Shape = 0x7f100158
+com.example.newrevive:styleable/CoordinatorLayout = 0x7f11002c
+com.example.newrevive:attr/suggestionRowLayout = 0x7f0303d8
+com.example.newrevive:style/Base.Widget.Material3.BottomNavigationView = 0x7f1000f9
+com.example.newrevive:style/ShapeAppearance.Material3.Tooltip = 0x7f10016d
+com.example.newrevive:id/material_clock_display_and_toggle = 0x7f08010c
+com.example.newrevive:string/mtrl_exceed_max_badge_number_suffix = 0x7f0f006d
+com.example.newrevive:color/m3_ref_palette_tertiary90 = 0x7f050126
+com.example.newrevive:string/abc_toolbar_collapse_description = 0x7f0f001b
+com.example.newrevive:id/match_constraint = 0x7f080109
+com.example.newrevive:style/Base.TextAppearance.AppCompat.SearchResult.Title = 0x7f100028
+com.example.newrevive:style/RtlOverlay.Widget.AppCompat.ActionBar.TitleItem = 0x7f100141
+com.example.newrevive:id/list_item = 0x7f080105
+com.example.newrevive:color/m3_ref_palette_dynamic_secondary95 = 0x7f0500cc
+com.example.newrevive:id/listMode = 0x7f080104
+com.example.newrevive:style/Base.Widget.AppCompat.ProgressBar = 0x7f1000e7
+com.example.newrevive:style/Theme.Material3.DynamicColors.Dark = 0x7f10022b
+com.example.newrevive:style/Widget.MaterialComponents.MaterialCalendar.HeaderCancelButton = 0x7f100408
+com.example.newrevive:id/clip_vertical = 0x7f08007d
+com.example.newrevive:id/line1 = 0x7f080101
+com.example.newrevive:color/m3_sys_color_dynamic_light_inverse_on_surface = 0x7f050165
+com.example.newrevive:color/m3_timepicker_display_text_color = 0x7f0501ab
+com.example.newrevive:id/leftToRight = 0x7f0800ff
+com.example.newrevive:drawable/abc_btn_check_material_anim = 0x7f07002d
+com.example.newrevive:color/m3_sys_color_dark_primary_container = 0x7f050146
+com.example.newrevive:id/labeled = 0x7f0800fc
+com.example.newrevive:id/mtrl_anchor_parent = 0x7f08012a
+com.example.newrevive:style/TextAppearance.MaterialComponents.Button = 0x7f1001ee
+com.example.newrevive:style/ThemeOverlay.Material3.FloatingActionButton.Primary = 0x7f100292
+com.example.newrevive:id/jumpToStart = 0x7f0800fb
+com.example.newrevive:layout/abc_dialog_title_material = 0x7f0b000c
+com.example.newrevive:style/Theme.MaterialComponents.DialogWhenLarge = 0x7f100252
+com.example.newrevive:styleable/MaterialCalendarItem = 0x7f110052
+com.example.newrevive:style/TextAppearance.Material3.SearchView.Prefix = 0x7f1001e7
+com.example.newrevive:dimen/m3_extended_fab_icon_padding = 0x7f060159
+com.example.newrevive:id/imageView4 = 0x7f0800f0
+com.example.newrevive:integer/design_tab_indicator_anim_duration_ms = 0x7f090007
+com.example.newrevive:macro/m3_comp_fab_primary_small_container_shape = 0x7f0c001b
+com.example.newrevive:id/imageView = 0x7f0800ee
+com.example.newrevive:id/image = 0x7f0800ed
+com.example.newrevive:dimen/design_navigation_max_width = 0x7f06007b
+com.example.newrevive:drawable/mtrl_switch_track = 0x7f0700dc
+com.example.newrevive:layout/material_timepicker_textinput_display = 0x7f0b0042
+com.example.newrevive:id/hideable = 0x7f0800e3
+com.example.newrevive:id/grouping = 0x7f0800df
+com.example.newrevive:color/m3_navigation_item_text_color = 0x7f050094
+com.example.newrevive:id/ghost_view_holder = 0x7f0800da
+com.example.newrevive:id/fragment_container_view_tag = 0x7f0800d6
+com.example.newrevive:integer/m3_btn_anim_delay_ms = 0x7f090009
+com.example.newrevive:style/Theme.MaterialComponents.DayNight.DialogWhenLarge = 0x7f100247
+com.example.newrevive:macro/m3_comp_input_chip_container_shape = 0x7f0c0031
+com.example.newrevive:id/fixed = 0x7f0800d2
+com.example.newrevive:attr/deriveConstraintsFrom = 0x7f030153
+com.example.newrevive:style/RtlOverlay.Widget.AppCompat.DialogTitle.Icon = 0x7f100142
+com.example.newrevive:attr/layout_constraintStart_toEndOf = 0x7f03026c
+com.example.newrevive:style/Theme.Material3.DynamicColors.DayNight = 0x7f10022c
+com.example.newrevive:id/fitXY = 0x7f0800d1
+com.example.newrevive:id/immediateStop = 0x7f0800f2
+com.example.newrevive:style/ShapeAppearance.Material3.Corner.ExtraLarge = 0x7f100162
+com.example.newrevive:style/Widget.AppCompat.ListView = 0x7f100307
+com.example.newrevive:style/Base.Theme.MaterialComponents = 0x7f10005f
+com.example.newrevive:style/TextAppearance.MaterialComponents.Badge = 0x7f1001eb
+com.example.newrevive:style/Theme.MaterialComponents.Dialog.Bridge = 0x7f10024d
+com.example.newrevive:style/Base.V14.Theme.MaterialComponents.Bridge = 0x7f10008c
+com.example.newrevive:id/enterAlwaysCollapsed = 0x7f0800c4
+com.example.newrevive:attr/collapsingToolbarLayoutMediumStyle = 0x7f0300e1
+com.example.newrevive:attr/itemVerticalPadding = 0x7f030239
+com.example.newrevive:id/enterAlways = 0x7f0800c3
+com.example.newrevive:style/Widget.Material3.TextInputEditText.OutlinedBox.Dense = 0x7f1003bd
+com.example.newrevive:string/material_slider_range_end = 0x7f0f0055
+com.example.newrevive:id/endToStart = 0x7f0800c2
+com.example.newrevive:styleable/MaterialRadioButton = 0x7f110057
+com.example.newrevive:id/search_edit_frame = 0x7f080187
+com.example.newrevive:styleable/Transition = 0x7f110091
+com.example.newrevive:dimen/mtrl_calendar_year_corner = 0x7f060238
+com.example.newrevive:styleable/ActivityChooserView = 0x7f110005
+com.example.newrevive:id/end = 0x7f0800c1
+com.example.newrevive:styleable/Variant = 0x7f110092
+com.example.newrevive:style/Theme.AppCompat.DayNight.DialogWhenLarge = 0x7f100206
+com.example.newrevive:id/SHOW_PROGRESS = 0x7f08000b
+com.example.newrevive:id/elastic = 0x7f0800bd
+com.example.newrevive:attr/hideNavigationIcon = 0x7f0301f4
+com.example.newrevive:id/edt_password_login = 0x7f0800ba
+com.example.newrevive:style/TextAppearance.AppCompat.Large.Inverse = 0x7f100193
+com.example.newrevive:style/TextAppearance.AppCompat.SearchResult.Title = 0x7f10019c
+com.example.newrevive:id/dragRight = 0x7f0800ab
+com.example.newrevive:string/mtrl_picker_text_input_date_range_end_hint = 0x7f0f0089
+com.example.newrevive:id/dragDown = 0x7f0800a8
+com.example.newrevive:attr/errorTextColor = 0x7f030191
+com.example.newrevive:id/dragAnticlockwise = 0x7f0800a6
+com.example.newrevive:style/Widget.Material3.Button.TextButton.Snackbar = 0x7f10034a
+com.example.newrevive:attr/listPreferredItemPaddingEnd = 0x7f03029e
+com.example.newrevive:id/cut = 0x7f080090
+com.example.newrevive:id/dimensions = 0x7f08009e
+com.example.newrevive:id/view_tree_on_back_pressed_dispatcher_owner = 0x7f0801fe
+com.example.newrevive:color/material_dynamic_primary60 = 0x7f0501d7
+com.example.newrevive:id/spline = 0x7f0801ae
+com.example.newrevive:id/design_menu_item_text = 0x7f08009b
+com.example.newrevive:style/Theme.MaterialComponents.Dialog.MinWidth = 0x7f100250
+com.example.newrevive:id/carryVelocity = 0x7f08006e
+com.example.newrevive:color/material_timepicker_clock_text_color = 0x7f05022e
+com.example.newrevive:dimen/m3_comp_search_bar_hover_state_layer_opacity = 0x7f060131
+com.example.newrevive:id/design_bottom_sheet = 0x7f080098
+com.example.newrevive:style/Base.Widget.Material3.ActionBar.Solid = 0x7f1000f7
+com.example.newrevive:id/contiguous = 0x7f080087
+com.example.newrevive:dimen/m3_comp_fab_primary_large_icon_size = 0x7f060104
+com.example.newrevive:id/clip_horizontal = 0x7f08007c
+com.example.newrevive:id/clear_text = 0x7f08007b
+com.example.newrevive:id/center_vertical = 0x7f080073
+com.example.newrevive:attr/contentInsetRight = 0x7f03011b
+com.example.newrevive:style/ThemeOverlay.Material3.Button.TextButton = 0x7f10027f
+com.example.newrevive:id/center_horizontal = 0x7f080072
+com.example.newrevive:macro/m3_comp_switch_unselected_focus_track_outline_color = 0x7f0c00ab
+com.example.newrevive:dimen/item_touch_helper_max_drag_scroll_per_frame = 0x7f06009a
+com.example.newrevive:id/btn_login_screen = 0x7f080065
+com.example.newrevive:id/bounceEnd = 0x7f080062
+com.example.newrevive:dimen/disabled_alpha_material_dark = 0x7f06008e
+com.example.newrevive:dimen/material_helper_text_font_1_3_padding_top = 0x7f0601e0
+com.example.newrevive:attr/checkedChip = 0x7f0300a5
+com.example.newrevive:dimen/material_clock_display_width = 0x7f0601c6
+com.example.newrevive:id/dragEnd = 0x7f0800a9
+com.example.newrevive:id/dragLeft = 0x7f0800aa
+com.example.newrevive:dimen/m3_comp_assist_chip_container_height = 0x7f0600e8
+com.example.newrevive:integer/mtrl_card_anim_delay_ms = 0x7f09002b
+com.example.newrevive:id/bounce = 0x7f080060
+com.example.newrevive:style/Widget.Material3.MaterialTimePicker.Display.TextInputEditText = 0x7f10039f
+com.example.newrevive:attr/tabMinWidth = 0x7f0303eb
+com.example.newrevive:id/blocking = 0x7f08005e
+com.example.newrevive:id/birthdate_register = 0x7f08005d
+com.example.newrevive:style/Widget.AppCompat.DrawerArrowToggle = 0x7f1002eb
+com.example.newrevive:id/beginOnFirstDraw = 0x7f08005a
+com.example.newrevive:string/character_counter_content_description = 0x7f0f0027
+com.example.newrevive:styleable/KeyTimeCycle = 0x7f110045
+com.example.newrevive:id/autoCompleteToStart = 0x7f080057
+com.example.newrevive:id/auto = 0x7f080054
+com.example.newrevive:string/abc_action_menu_overflow_description = 0x7f0f0003
+com.example.newrevive:layout/mtrl_picker_fullscreen = 0x7f0b0059
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Widget.DropDownItem = 0x7f10003b
+com.example.newrevive:id/MyTasks = 0x7f080211
+com.example.newrevive:dimen/mtrl_tooltip_minHeight = 0x7f0602a7
+com.example.newrevive:color/m3_sys_color_dynamic_light_on_primary_container = 0x7f05016a
+com.example.newrevive:color/material_dynamic_tertiary60 = 0x7f0501f1
+com.example.newrevive:id/edt_email_login_register = 0x7f0800b9
+com.example.newrevive:id/btn_register = 0x7f080066
+com.example.newrevive:id/arc = 0x7f080051
+com.example.newrevive:style/ThemeOverlay.Material3.Dialog.Alert.Framework = 0x7f10028a
+com.example.newrevive:style/Widget.MaterialComponents.TextInputEditText.OutlinedBox.Dense = 0x7f10042f
+com.example.newrevive:id/animateToStart = 0x7f08004e
+com.example.newrevive:interpolator/mtrl_linear = 0x7f0a0010
+com.example.newrevive:dimen/mtrl_progress_circular_size = 0x7f06027b
+com.example.newrevive:id/all = 0x7f08004a
+com.example.newrevive:id/activity_chooser_view_content = 0x7f080046
+com.example.newrevive:style/Base.Widget.Material3.CardView = 0x7f1000fa
+com.example.newrevive:id/action_mode_bar_stub = 0x7f080042
+com.example.newrevive:id/withText = 0x7f080204
+com.example.newrevive:style/Widget.Material3.NavigationRailView = 0x7f1003a2
+com.example.newrevive:styleable/Badge = 0x7f110013
+com.example.newrevive:style/Base.TextAppearance.MaterialComponents.Subtitle2 = 0x7f100045
+com.example.newrevive:style/Base.ThemeOverlay.AppCompat = 0x7f100072
+com.example.newrevive:id/action_menu_divider = 0x7f08003f
+com.example.newrevive:style/Theme.MaterialComponents.Light = 0x7f100253
+com.example.newrevive:id/action_container = 0x7f08003b
+com.example.newrevive:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Tertiary = 0x7f10036c
+com.example.newrevive:style/Base.Widget.AppCompat.ActionBar = 0x7f1000bc
+com.example.newrevive:style/Widget.MaterialComponents.BottomAppBar.PrimarySurface = 0x7f1003d9
+com.example.newrevive:color/m3_ref_palette_dynamic_neutral_variant30 = 0x7f0500ab
+com.example.newrevive:id/actionDown = 0x7f080031
+com.example.newrevive:layout/abc_alert_dialog_title_material = 0x7f0b000a
+com.example.newrevive:color/accent_material_light = 0x7f05001a
+com.example.newrevive:color/m3_button_ripple_color = 0x7f050066
+com.example.newrevive:attr/checkedIconEnabled = 0x7f0300a7
+com.example.newrevive:id/accessibility_custom_action_9 = 0x7f080030
+com.example.newrevive:id/fitCenter = 0x7f0800cd
+com.example.newrevive:attr/motionDurationLong1 = 0x7f0302f5
+com.example.newrevive:id/on = 0x7f080156
+com.example.newrevive:attr/drawableBottomCompat = 0x7f030164
+com.example.newrevive:id/dependency_ordering = 0x7f080097
+com.example.newrevive:id/accessibility_custom_action_5 = 0x7f08002c
+com.example.newrevive:styleable/ConstraintLayout_Layout = 0x7f110027
+com.example.newrevive:drawable/notification_bg_low = 0x7f0700e2
+com.example.newrevive:anim/btn_checkbox_to_checked_box_outer_merged_animation = 0x7f01000d
+com.example.newrevive:id/accessibility_custom_action_26 = 0x7f080024
+com.example.newrevive:id/accessibility_custom_action_25 = 0x7f080023
+com.example.newrevive:id/accessibility_custom_action_21 = 0x7f08001f
+com.example.newrevive:color/material_dynamic_secondary99 = 0x7f0501e9
+com.example.newrevive:dimen/m3_bottom_sheet_elevation = 0x7f0600b9
+com.example.newrevive:id/accessibility_custom_action_16 = 0x7f080019
+com.example.newrevive:dimen/m3_comp_text_button_focus_state_layer_opacity = 0x7f060152
+com.example.newrevive:id/accessibility_custom_action_1 = 0x7f080012
+com.example.newrevive:id/accessibility_custom_action_0 = 0x7f080011
+com.example.newrevive:dimen/def_drawer_elevation = 0x7f06005d
+com.example.newrevive:drawable/mtrl_checkbox_button = 0x7f0700bb
+com.example.newrevive:drawable/mtrl_switch_thumb_unchecked_pressed = 0x7f0700db
+com.example.newrevive:layout/design_text_input_end_icon = 0x7f0b002e
+com.example.newrevive:style/Base.Theme.MaterialComponents.Light = 0x7f100068
+com.example.newrevive:string/password_login = 0x7f0f009d
+com.example.newrevive:style/Widget.Design.ScrimInsetsFrameLayout = 0x7f100326
+com.example.newrevive:id/Repassword_register = 0x7f080007
+com.example.newrevive:style/Platform.AppCompat = 0x7f100132
+com.example.newrevive:id/BOTTOM_START = 0x7f080002
+com.example.newrevive:id/BOTTOM_END = 0x7f080001
+com.example.newrevive:id/ALT = 0x7f080000
+com.example.newrevive:color/m3_ref_palette_neutral30 = 0x7f0500ec
+com.example.newrevive:style/Base.Theme.AppCompat.Dialog = 0x7f10004b
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Large = 0x7f10001f
+com.example.newrevive:style/ThemeOverlay.Material3.Button.TonalButton = 0x7f100281
+com.example.newrevive:style/Widget.MaterialComponents.TimePicker = 0x7f100439
+com.example.newrevive:style/Base.V21.Theme.MaterialComponents.Light = 0x7f1000a1
+com.example.newrevive:style/Base.Widget.AppCompat.SeekBar.Discrete = 0x7f1000ef
+com.example.newrevive:id/selection_type = 0x7f08019c
+com.example.newrevive:style/Theme.MaterialComponents.DayNight = 0x7f10023a
+com.example.newrevive:attr/motionEasingStandardInterpolator = 0x7f03030c
+com.example.newrevive:drawable/m3_tabs_transparent_background = 0x7f0700af
+com.example.newrevive:color/m3_ref_palette_neutral95 = 0x7f0500f3
+com.example.newrevive:drawable/notification_template_icon_bg = 0x7f0700e8
+com.example.newrevive:style/Widget.Material3.PopupMenu.ListPopupWindow = 0x7f1003a7
+com.example.newrevive:styleable/Fragment = 0x7f110039
+com.example.newrevive:drawable/notification_action_background = 0x7f0700e0
+com.example.newrevive:attr/ensureMinTouchTargetSize = 0x7f030187
+com.example.newrevive:attr/content = 0x7f030116
+com.example.newrevive:drawable/mtrl_ic_checkbox_checked = 0x7f0700cb
+com.example.newrevive:drawable/mtrl_ic_check_mark = 0x7f0700ca
+com.example.newrevive:id/disableIntraAutoTransition = 0x7f0800a1
+com.example.newrevive:drawable/mtrl_ic_cancel = 0x7f0700c9
+com.example.newrevive:dimen/m3_card_hovered_z = 0x7f0600df
+com.example.newrevive:drawable/mtrl_dropdown_arrow = 0x7f0700c6
+com.example.newrevive:macro/m3_comp_outlined_text_field_hover_outline_color = 0x7f0c004e
+com.example.newrevive:style/Widget.Material3.CircularProgressIndicator.ExtraSmall = 0x7f10035e
+com.example.newrevive:id/fill = 0x7f0800c9
+com.example.newrevive:drawable/mtrl_checkbox_button_icon = 0x7f0700bd
+com.example.newrevive:drawable/abc_textfield_search_default_mtrl_alpha = 0x7f070075
+com.example.newrevive:id/fill_horizontal = 0x7f0800ca
+com.example.newrevive:attr/fabAlignmentModeEndMargin = 0x7f0301a6
+com.example.newrevive:styleable/MotionScene = 0x7f110067
+com.example.newrevive:drawable/material_ic_menu_arrow_down_black_24dp = 0x7f0700b8
+com.example.newrevive:attr/behavior_saveFlags = 0x7f030062
+com.example.newrevive:drawable/material_ic_keyboard_arrow_right_black_24dp = 0x7f0700b7
+com.example.newrevive:style/Widget.Material3.SearchView.Prefix = 0x7f1003ae
+com.example.newrevive:drawable/material_ic_keyboard_arrow_previous_black_24dp = 0x7f0700b6
+com.example.newrevive:macro/m3_comp_primary_navigation_tab_active_focus_state_layer_color = 0x7f0c0056
+com.example.newrevive:macro/m3_comp_switch_disabled_selected_handle_color = 0x7f0c0091
+com.example.newrevive:layout/notification_template_part_chronometer = 0x7f0b0067
+com.example.newrevive:style/Platform.V25.AppCompat.Light = 0x7f10013e
+com.example.newrevive:style/TextAppearance.M3.Sys.Typescale.TitleSmall = 0x7f1001d5
+com.example.newrevive:id/ratio = 0x7f08016f
+com.example.newrevive:style/Widget.MaterialComponents.Toolbar.Primary = 0x7f100444
+com.example.newrevive:style/Base.Theme.MaterialComponents.Dialog = 0x7f100062
+com.example.newrevive:drawable/m3_tabs_rounded_line_indicator = 0x7f0700ae
+com.example.newrevive:layout/m3_alert_dialog_actions = 0x7f0b0031
+com.example.newrevive:drawable/m3_radiobutton_ripple = 0x7f0700aa
+com.example.newrevive:attr/textOutlineThickness = 0x7f030437
+com.example.newrevive:attr/actionModeBackground = 0x7f030012
+com.example.newrevive:style/ShapeAppearanceOverlay.MaterialComponents.MaterialCalendar.Window.Fullscreen = 0x7f100183
+com.example.newrevive:drawable/m3_popupmenu_background_overlay = 0x7f0700a9
+com.example.newrevive:attr/showText = 0x7f030397
+com.example.newrevive:attr/drawableTint = 0x7f03016a
+com.example.newrevive:drawable/m3_appbar_background = 0x7f0700a5
+com.example.newrevive:styleable/MaterialTimePicker = 0x7f11005c
+com.example.newrevive:style/Widget.Material3.MaterialCalendar.HeaderSelection.Fullscreen = 0x7f10038d
+com.example.newrevive:attr/colorOnError = 0x7f0300f0
+com.example.newrevive:id/action_bar_spinner = 0x7f080038
+com.example.newrevive:layout/design_layout_snackbar = 0x7f0b0023
+com.example.newrevive:drawable/img = 0x7f0700a4
+com.example.newrevive:layout/design_navigation_menu_item = 0x7f0b002d
+com.example.newrevive:dimen/m3_searchview_elevation = 0x7f060185
+com.example.newrevive:drawable/ic_mtrl_chip_close_circle = 0x7f0700a2
+com.example.newrevive:attr/lStar = 0x7f03023d
+com.example.newrevive:drawable/ic_launcher_foreground = 0x7f07009b
+com.example.newrevive:drawable/ic_arrow_back_black_24 = 0x7f070096
+com.example.newrevive:drawable/home_background = 0x7f070094
+com.example.newrevive:style/ThemeOverlay.AppCompat.ActionBar = 0x7f100267
+com.example.newrevive:layout/abc_alert_dialog_material = 0x7f0b0009
+com.example.newrevive:dimen/mtrl_bottomappbar_fab_cradle_rounded_corner_radius = 0x7f0601f8
+com.example.newrevive:drawable/design_snackbar_background = 0x7f070093
+com.example.newrevive:drawable/abc_ratingbar_material = 0x7f07005c
+com.example.newrevive:drawable/m3_tabs_line_indicator = 0x7f0700ad
+com.example.newrevive:drawable/design_ic_visibility_off = 0x7f070091
+com.example.newrevive:macro/m3_comp_switch_unselected_handle_color = 0x7f0c00ac
+com.example.newrevive:drawable/circle = 0x7f07008c
+com.example.newrevive:dimen/m3_bottom_nav_item_active_indicator_height = 0x7f0600b2
+com.example.newrevive:id/right_side = 0x7f080175
+com.example.newrevive:drawable/btn_radio_off_mtrl = 0x7f070088
+com.example.newrevive:styleable/GradientColorItem = 0x7f11003c
+com.example.newrevive:drawable/btn_checkbox_checked_mtrl = 0x7f070084
+com.example.newrevive:attr/springStiffness = 0x7f0303b0
+com.example.newrevive:drawable/mtrl_checkbox_button_icon_unchecked_indeterminate = 0x7f0700c3
+com.example.newrevive:style/Widget.Material3.CardView.Filled = 0x7f10034f
+com.example.newrevive:drawable/bottom_home_bg = 0x7f070083
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.Dialog = 0x7f1002bc
+com.example.newrevive:id/password_register = 0x7f080162
+com.example.newrevive:drawable/avd_hide_password = 0x7f070079
+com.example.newrevive:string/material_timepicker_hour = 0x7f0f005a
+com.example.newrevive:style/Base.Widget.Material3.MaterialCalendar.NavigationButton = 0x7f100106
+com.example.newrevive:style/Widget.Design.CollapsingToolbar = 0x7f100323
+com.example.newrevive:style/Widget.AppCompat.RatingBar = 0x7f10030f
+com.example.newrevive:dimen/abc_dialog_list_padding_top_no_title = 0x7f060021
+com.example.newrevive:id/accessibility_custom_action_10 = 0x7f080013
+com.example.newrevive:style/Widget.Material3.Snackbar.TextView = 0x7f1003b6
+com.example.newrevive:drawable/abc_switch_thumb_material = 0x7f07006a
+com.example.newrevive:color/m3_dynamic_dark_highlighted_text = 0x7f05007d
+com.example.newrevive:drawable/abc_textfield_activated_mtrl_alpha = 0x7f070072
+com.example.newrevive:style/ShapeAppearance.Material3.MediumComponent = 0x7f10016a
+com.example.newrevive:dimen/abc_seekbar_track_progress_height_material = 0x7f060039
+com.example.newrevive:drawable/abc_star_half_black_48dp = 0x7f070069
+com.example.newrevive:attr/behavior_autoShrink = 0x7f03005a
+com.example.newrevive:id/tag_accessibility_actions = 0x7f0801c4
+com.example.newrevive:color/m3_chip_background_color = 0x7f050070
+com.example.newrevive:macro/m3_comp_fab_secondary_icon_color = 0x7f0c001d
+com.example.newrevive:drawable/abc_star_black_48dp = 0x7f070068
+com.example.newrevive:style/Widget.AppCompat.Light.ActionBar.TabText = 0x7f1002f4
+com.example.newrevive:drawable/abc_seekbar_tick_mark_material = 0x7f070064
+com.example.newrevive:style/TextAppearance.Compat.Notification = 0x7f1001b7
+com.example.newrevive:color/m3_ref_palette_dynamic_primary100 = 0x7f0500b6
+com.example.newrevive:dimen/m3_bottom_nav_item_padding_bottom = 0x7f0600b5
+com.example.newrevive:drawable/abc_scrubber_control_to_pressed_mtrl_005 = 0x7f070060
+com.example.newrevive:dimen/notification_large_icon_width = 0x7f0602b0
+com.example.newrevive:style/Theme.MaterialComponents.Light.Bridge = 0x7f100255
+com.example.newrevive:id/edt_birthdate_register = 0x7f0800b5
+com.example.newrevive:drawable/abc_scrubber_control_to_pressed_mtrl_000 = 0x7f07005f
+com.example.newrevive:attr/paddingBottomNoButtons = 0x7f030333
+com.example.newrevive:drawable/abc_scrubber_control_off_mtrl_alpha = 0x7f07005e
+com.example.newrevive:drawable/abc_ratingbar_indicator_material = 0x7f07005b
+com.example.newrevive:drawable/abc_popup_background_mtrl_mult = 0x7f07005a
+com.example.newrevive:drawable/abc_list_selector_holo_dark = 0x7f070057
+com.example.newrevive:drawable/abc_list_longpressed_holo = 0x7f070050
+com.example.newrevive:dimen/mtrl_calendar_maximum_default_fullscreen_minor_axis = 0x7f06022a
+com.example.newrevive:id/actionDownUp = 0x7f080032
+com.example.newrevive:drawable/abc_list_focused_holo = 0x7f07004f
+com.example.newrevive:dimen/mtrl_badge_long_text_horizontal_padding = 0x7f0601ee
+com.example.newrevive:drawable/abc_list_divider_mtrl_alpha = 0x7f07004e
+com.example.newrevive:attr/pressedTranslationZ = 0x7f030358
+com.example.newrevive:drawable/mtrl_switch_track_decoration = 0x7f0700dd
+com.example.newrevive:id/indeterminate = 0x7f0800f4
+com.example.newrevive:id/textinput_counter = 0x7f0801dd
+com.example.newrevive:drawable/abc_list_divider_material = 0x7f07004d
+com.example.newrevive:drawable/abc_item_background_holo_light = 0x7f07004c
+com.example.newrevive:drawable/mtrl_switch_thumb_pressed = 0x7f0700d6
+com.example.newrevive:drawable/abc_item_background_holo_dark = 0x7f07004b
+com.example.newrevive:style/Base.Widget.Material3.FloatingActionButton.Small = 0x7f100104
+com.example.newrevive:id/cache_measures = 0x7f080069
+com.example.newrevive:id/centerCrop = 0x7f080070
+com.example.newrevive:attr/drawableSize = 0x7f030168
+com.example.newrevive:color/material_dynamic_neutral_variant90 = 0x7f0501cd
+com.example.newrevive:style/Theme.AppCompat = 0x7f1001ff
+com.example.newrevive:attr/enforceMaterialTheme = 0x7f030185
+com.example.newrevive:drawable/abc_ic_menu_cut_mtrl_alpha = 0x7f070044
+com.example.newrevive:attr/snackbarButtonStyle = 0x7f0303a5
+com.example.newrevive:drawable/abc_ic_menu_copy_mtrl_am_alpha = 0x7f070043
+com.example.newrevive:drawable/abc_ic_commit_search_api_mtrl_alpha = 0x7f070041
+com.example.newrevive:drawable/abc_ic_arrow_drop_right_black_24dp = 0x7f07003f
+com.example.newrevive:style/Base.Animation.AppCompat.Dialog = 0x7f10000b
+com.example.newrevive:drawable/abc_ic_ab_back_material = 0x7f07003e
+com.example.newrevive:styleable/ShapeableImageView = 0x7f11007b
+com.example.newrevive:drawable/abc_dialog_material_background = 0x7f07003c
+com.example.newrevive:style/Theme.MaterialComponents.DayNight.Dialog.Bridge = 0x7f100242
+com.example.newrevive:drawable/abc_control_background_material = 0x7f07003b
+com.example.newrevive:dimen/design_snackbar_extra_spacing_horizontal = 0x7f060082
+com.example.newrevive:drawable/abc_cab_background_top_material = 0x7f070039
+com.example.newrevive:drawable/abc_btn_colored_material = 0x7f070030
+com.example.newrevive:dimen/m3_comp_extended_fab_primary_icon_size = 0x7f0600fa
+com.example.newrevive:dimen/mtrl_extended_fab_elevation = 0x7f06024b
+com.example.newrevive:dimen/design_snackbar_min_width = 0x7f060084
+com.example.newrevive:style/Base.Widget.AppCompat.Toolbar.Button.Navigation = 0x7f1000f5
+com.example.newrevive:drawable/abc_btn_borderless_material = 0x7f07002b
+com.example.newrevive:style/TextAppearance.MaterialComponents.Headline6 = 0x7f1001f6
+com.example.newrevive:dimen/m3_comp_primary_navigation_tab_active_hover_state_layer_opacity = 0x7f060126
+com.example.newrevive:style/Base.Widget.AppCompat.ButtonBar.AlertDialog = 0x7f1000ce
+com.example.newrevive:drawable/abc_action_bar_item_background_material = 0x7f07002a
+com.example.newrevive:drawable/$mtrl_switch_thumb_unchecked_checked__0 = 0x7f070026
+com.example.newrevive:style/Base.Theme.MaterialComponents.Dialog.Alert = 0x7f100063
+com.example.newrevive:drawable/$mtrl_switch_thumb_pressed_unchecked__0 = 0x7f070025
+com.example.newrevive:drawable/$mtrl_switch_thumb_checked_unchecked__1 = 0x7f070023
+com.example.newrevive:color/secondary_text_default_material_dark = 0x7f050277
+com.example.newrevive:attr/tickMark = 0x7f03044f
+com.example.newrevive:drawable/baseline_contact_phone_24 = 0x7f07007e
+com.example.newrevive:drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__2 = 0x7f07001d
+com.example.newrevive:integer/m3_sys_motion_duration_short3 = 0x7f09001c
+com.example.newrevive:id/add = 0x7f080047
+com.example.newrevive:drawable/abc_ic_clear_material = 0x7f070040
+com.example.newrevive:id/material_clock_display = 0x7f08010b
+com.example.newrevive:id/material_timepicker_mode_button = 0x7f08011b
+com.example.newrevive:drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__1 = 0x7f07001c
+com.example.newrevive:drawable/$mtrl_checkbox_button_icon_unchecked_checked__2 = 0x7f07001a
+com.example.newrevive:drawable/$mtrl_checkbox_button_icon_unchecked_checked__1 = 0x7f070019
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Inverse = 0x7f10001e
+com.example.newrevive:drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__0 = 0x7f070015
+com.example.newrevive:style/TextAppearance.MaterialComponents.Subtitle2 = 0x7f1001f9
+com.example.newrevive:color/design_dark_default_color_primary = 0x7f050038
+com.example.newrevive:attr/cornerFamilyTopRight = 0x7f03012e
+com.example.newrevive:id/callMeasure = 0x7f08006a
+com.example.newrevive:drawable/$mtrl_checkbox_button_icon_indeterminate_checked__0 = 0x7f070014
+com.example.newrevive:attr/expandedTitleMarginStart = 0x7f030199
+com.example.newrevive:drawable/$mtrl_checkbox_button_icon_checked_indeterminate__0 = 0x7f070010
+com.example.newrevive:drawable/$mtrl_checkbox_button_checked_unchecked__1 = 0x7f07000e
+com.example.newrevive:attr/state_dragged = 0x7f0303bf
+com.example.newrevive:drawable/$mtrl_checkbox_button_checked_unchecked__0 = 0x7f07000d
+com.example.newrevive:color/m3_sys_color_dark_outline_variant = 0x7f050144
+com.example.newrevive:attr/errorAccessibilityLabel = 0x7f030188
+com.example.newrevive:attr/itemMinHeight = 0x7f030226
+com.example.newrevive:drawable/$m3_avd_show_password__2 = 0x7f07000c
+com.example.newrevive:styleable/ConstraintSet = 0x7f11002b
+com.example.newrevive:drawable/$m3_avd_show_password__0 = 0x7f07000a
+com.example.newrevive:color/mtrl_textinput_filled_box_default_background_color = 0x7f050265
+com.example.newrevive:dimen/mtrl_high_ripple_hovered_alpha = 0x7f06025e
+com.example.newrevive:drawable/$ic_launcher_foreground__0 = 0x7f070006
+com.example.newrevive:attr/textFillColor = 0x7f03042c
+com.example.newrevive:color/primary_material_light = 0x7f05026e
+com.example.newrevive:dimen/tooltip_y_offset_non_touch = 0x7f0602c0
+com.example.newrevive:dimen/mtrl_calendar_header_toggle_margin_bottom = 0x7f060227
+com.example.newrevive:drawable/mtrl_checkbox_button_icon_checked_indeterminate = 0x7f0700be
+com.example.newrevive:dimen/tooltip_corner_radius = 0x7f0602ba
+com.example.newrevive:color/m3_sys_color_dynamic_light_on_secondary_container = 0x7f05016c
+com.example.newrevive:color/m3_ref_palette_secondary100 = 0x7f050111
+com.example.newrevive:attr/headerLayout = 0x7f0301ec
+com.example.newrevive:drawable/mtrl_switch_thumb = 0x7f0700d2
+com.example.newrevive:dimen/m3_comp_filled_button_container_elevation = 0x7f06010a
+com.example.newrevive:attr/stackFromEnd = 0x7f0303b3
+com.example.newrevive:dimen/notification_small_icon_size_as_large = 0x7f0602b6
+com.example.newrevive:dimen/notification_small_icon_background_padding = 0x7f0602b5
+com.example.newrevive:color/foreground_material_light = 0x7f05005c
+com.example.newrevive:attr/fontProviderQuery = 0x7f0301dd
+com.example.newrevive:dimen/notification_right_icon_size = 0x7f0602b3
+com.example.newrevive:color/notification_icon_bg_color = 0x7f050269
+com.example.newrevive:string/mtrl_picker_today_description = 0x7f0f008e
+com.example.newrevive:dimen/mtrl_transition_shared_axis_slide_distance = 0x7f0602aa
+com.example.newrevive:dimen/mtrl_tooltip_padding = 0x7f0602a9
+com.example.newrevive:dimen/m3_comp_input_chip_unselected_outline_width = 0x7f060114
+com.example.newrevive:dimen/mtrl_tooltip_cornerSize = 0x7f0602a6
+com.example.newrevive:style/Widget.MaterialComponents.ProgressIndicator = 0x7f100423
+com.example.newrevive:dimen/mtrl_toolbar_default_height = 0x7f0602a4
+com.example.newrevive:dimen/mtrl_textinput_outline_box_expanded_padding = 0x7f0602a2
+com.example.newrevive:style/Theme.MaterialComponents.Dialog.FixedSize.Bridge = 0x7f10024f
+com.example.newrevive:attr/textAppearanceDisplayLarge = 0x7f030406
+com.example.newrevive:dimen/mtrl_textinput_box_stroke_width_focused = 0x7f06029f
+com.example.newrevive:dimen/mtrl_textinput_box_label_cutout_padding = 0x7f06029d
+com.example.newrevive:dimen/mtrl_textinput_box_corner_radius_small = 0x7f06029c
+com.example.newrevive:macro/m3_comp_linear_progress_indicator_active_indicator_color = 0x7f0c0033
+com.example.newrevive:dimen/notification_large_icon_height = 0x7f0602af
+com.example.newrevive:dimen/mtrl_switch_track_width = 0x7f06029a
+com.example.newrevive:dimen/mtrl_switch_thumb_size = 0x7f060298
+com.example.newrevive:id/dragClockwise = 0x7f0800a7
+com.example.newrevive:style/ShapeAppearance.M3.Sys.Shape.Corner.ExtraLarge = 0x7f10015b
+com.example.newrevive:macro/m3_comp_switch_disabled_unselected_icon_color = 0x7f0c0095
+com.example.newrevive:dimen/mtrl_switch_text_padding = 0x7f060296
+com.example.newrevive:style/Theme.MaterialComponents.DayNight.Dialog.MinWidth = 0x7f100245
+com.example.newrevive:dimen/design_bottom_navigation_margin = 0x7f060068
+com.example.newrevive:id/TOP_END = 0x7f08000d
+com.example.newrevive:dimen/mtrl_slider_widget_height = 0x7f06028f
+com.example.newrevive:style/TextAppearance.AppCompat.Display3 = 0x7f10018e
+com.example.newrevive:drawable/abc_ic_search_api_material = 0x7f070049
+com.example.newrevive:attr/counterMaxLength = 0x7f030136
+com.example.newrevive:dimen/mtrl_slider_track_height = 0x7f06028d
+com.example.newrevive:attr/haloRadius = 0x7f0301eb
+com.example.newrevive:color/m3_sys_color_dark_on_tertiary_container = 0x7f050142
+com.example.newrevive:attr/titleCollapseMode = 0x7f030458
+com.example.newrevive:attr/number = 0x7f030328
+com.example.newrevive:dimen/mtrl_slider_thumb_radius = 0x7f06028c
+com.example.newrevive:attr/popupMenuStyle = 0x7f030351
+com.example.newrevive:style/Theme.AppCompat.Light.Dialog = 0x7f10020f
+com.example.newrevive:dimen/mtrl_slider_thumb_elevation = 0x7f06028b
+com.example.newrevive:dimen/mtrl_slider_label_square_side = 0x7f06028a
+com.example.newrevive:dimen/m3_comp_primary_navigation_tab_active_pressed_state_layer_opacity = 0x7f060128
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title = 0x7f100033
+com.example.newrevive:dimen/mtrl_slider_halo_radius = 0x7f060287
+com.example.newrevive:dimen/mtrl_shape_corner_size_small_component = 0x7f060286
+com.example.newrevive:id/bottom = 0x7f08005f
+com.example.newrevive:dimen/mtrl_progress_circular_track_thickness_small = 0x7f060281
+com.example.newrevive:drawable/abc_edit_text_material = 0x7f07003d
+com.example.newrevive:dimen/mtrl_progress_circular_track_thickness_medium = 0x7f060280
+com.example.newrevive:color/material_personalized_color_tertiary_container = 0x7f050225
+com.example.newrevive:attr/circularflow_angles = 0x7f0300c5
+com.example.newrevive:dimen/mtrl_progress_circular_track_thickness_extra_small = 0x7f06027f
+com.example.newrevive:id/decelerateAndComplete = 0x7f080093
+com.example.newrevive:dimen/mtrl_progress_circular_size_medium = 0x7f06027d
+com.example.newrevive:dimen/mtrl_progress_circular_inset = 0x7f060276
+com.example.newrevive:style/ShapeAppearance.Material3.Corner.Full = 0x7f100164
+com.example.newrevive:drawable/abc_btn_radio_material = 0x7f070032
+com.example.newrevive:styleable/MaterialAlertDialogTheme = 0x7f11004d
+com.example.newrevive:style/Base.Theme.AppCompat.Light.Dialog = 0x7f100052
+com.example.newrevive:dimen/mtrl_navigation_rail_icon_size = 0x7f060272
+com.example.newrevive:color/mtrl_textinput_hovered_box_stroke_color = 0x7f050267
+com.example.newrevive:dimen/mtrl_navigation_rail_icon_margin = 0x7f060271
+com.example.newrevive:dimen/m3_comp_linear_progress_indicator_active_indicator_height = 0x7f060117
+com.example.newrevive:style/buttonGrey = 0x7f100449
+com.example.newrevive:style/ShapeAppearanceOverlay.MaterialComponents.Chip = 0x7f10017f
+com.example.newrevive:id/legacy = 0x7f080100
+com.example.newrevive:id/accessibility_custom_action_8 = 0x7f08002f
+com.example.newrevive:attr/textAppearanceTitleMedium = 0x7f030422
+com.example.newrevive:dimen/mtrl_navigation_item_icon_size = 0x7f06026a
+com.example.newrevive:style/Base.Theme.MaterialComponents.Light.DialogWhenLarge = 0x7f100071
+com.example.newrevive:dimen/m3_ripple_pressed_alpha = 0x7f06017a
+com.example.newrevive:dimen/mtrl_navigation_item_icon_padding = 0x7f060269
+com.example.newrevive:styleable/MaterialDivider = 0x7f110056
+com.example.newrevive:id/autoCompleteToEnd = 0x7f080056
+com.example.newrevive:dimen/mtrl_navigation_elevation = 0x7f060267
+com.example.newrevive:dimen/m3_comp_extended_fab_primary_hover_state_layer_opacity = 0x7f0600f9
+com.example.newrevive:dimen/mtrl_navigation_bar_item_default_margin = 0x7f060266
+com.example.newrevive:integer/mtrl_btn_anim_duration_ms = 0x7f090027
+com.example.newrevive:dimen/mtrl_min_touch_target_size = 0x7f060264
+com.example.newrevive:dimen/mtrl_low_ripple_focused_alpha = 0x7f060261
+com.example.newrevive:color/material_personalized_color_error = 0x7f05020d
+com.example.newrevive:dimen/mtrl_high_ripple_focused_alpha = 0x7f06025d
+com.example.newrevive:attr/itemShapeAppearanceOverlay = 0x7f03022c
+com.example.newrevive:style/Widget.Material3.CheckedTextView = 0x7f100351
+com.example.newrevive:macro/m3_comp_checkbox_selected_error_icon_color = 0x7f0c0007
+com.example.newrevive:dimen/mtrl_fab_translation_z_hovered_focused = 0x7f06025a
+com.example.newrevive:drawable/$avd_show_password__1 = 0x7f070004
+com.example.newrevive:dimen/mtrl_fab_min_touch_target = 0x7f060259
+com.example.newrevive:dimen/mtrl_calendar_month_vertical_padding = 0x7f06022c
+com.example.newrevive:dimen/design_bottom_navigation_elevation = 0x7f060062
+com.example.newrevive:style/ShapeAppearanceOverlay.Material3.SearchView = 0x7f10017c
+com.example.newrevive:style/MaterialAlertDialog.Material3.Title.Text = 0x7f100126
+com.example.newrevive:dimen/abc_text_size_medium_material = 0x7f060049
+com.example.newrevive:style/Base.Widget.AppCompat.ButtonBar = 0x7f1000cd
+com.example.newrevive:dimen/mtrl_extended_fab_translation_z_pressed = 0x7f060257
+com.example.newrevive:dimen/material_time_picker_minimum_screen_height = 0x7f0601e5
+com.example.newrevive:style/Theme.AppCompat.Light.DialogWhenLarge = 0x7f100212
+com.example.newrevive:dimen/mtrl_extended_fab_top_padding = 0x7f060254
+com.example.newrevive:id/fullscreen_header = 0x7f0800d8
+com.example.newrevive:dimen/mtrl_extended_fab_start_padding_icon = 0x7f060253
+com.example.newrevive:id/tag_accessibility_pane_title = 0x7f0801c7
+com.example.newrevive:style/Widget.Material3.PopupMenu.ContextMenu = 0x7f1003a6
+com.example.newrevive:dimen/mtrl_extended_fab_icon_text_spacing = 0x7f06024f
+com.example.newrevive:integer/mtrl_switch_track_viewport_height = 0x7f090034
+com.example.newrevive:anim/m3_bottom_sheet_slide_out = 0x7f010022
+com.example.newrevive:dimen/mtrl_extended_fab_icon_size = 0x7f06024e
+com.example.newrevive:dimen/mtrl_extended_fab_end_padding = 0x7f06024c
+com.example.newrevive:dimen/m3_bottomappbar_horizontal_padding = 0x7f0600c0
+com.example.newrevive:attr/indicatorInset = 0x7f030215
+com.example.newrevive:drawable/personwhite = 0x7f0700ed
+com.example.newrevive:attr/marginHorizontal = 0x7f0302a6
+com.example.newrevive:dimen/mtrl_extended_fab_bottom_padding = 0x7f060248
+com.example.newrevive:drawable/abc_list_selector_disabled_holo_light = 0x7f070056
+com.example.newrevive:dimen/mtrl_card_checked_icon_size = 0x7f06023e
+com.example.newrevive:style/Widget.Material3.MaterialTimePicker.Button = 0x7f10039a
+com.example.newrevive:attr/rippleColor = 0x7f030371
+com.example.newrevive:dimen/abc_text_size_caption_material = 0x7f060042
+com.example.newrevive:dimen/mtrl_calendar_year_width = 0x7f06023c
+com.example.newrevive:dimen/mtrl_calendar_title_baseline_to_top_fullscreen = 0x7f060237
+com.example.newrevive:dimen/mtrl_slider_label_radius = 0x7f060289
+com.example.newrevive:macro/m3_comp_extended_fab_primary_container_shape = 0x7f0c000e
+com.example.newrevive:dimen/mtrl_calendar_title_baseline_to_top = 0x7f060236
+com.example.newrevive:style/Base.V7.Widget.AppCompat.EditText = 0x7f1000ba
+com.example.newrevive:color/m3_sys_color_light_on_tertiary_container = 0x7f05018b
+com.example.newrevive:dimen/mtrl_calendar_text_input_padding_top = 0x7f060235
+com.example.newrevive:id/view_transition = 0x7f0801fc
+com.example.newrevive:dimen/mtrl_calendar_selection_text_baseline_to_bottom_fullscreen = 0x7f060233
+com.example.newrevive:attr/strokeWidth = 0x7f0303c9
+com.example.newrevive:dimen/mtrl_calendar_selection_text_baseline_to_bottom = 0x7f060232
+com.example.newrevive:attr/itemTextColor = 0x7f030238
+com.example.newrevive:dimen/mtrl_calendar_selection_baseline_to_top_fullscreen = 0x7f060231
+com.example.newrevive:style/Widget.Material3.Search.ActionButton.Overflow = 0x7f1003a9
+com.example.newrevive:dimen/mtrl_calendar_month_horizontal_padding = 0x7f06022b
+com.example.newrevive:style/Platform.V21.AppCompat.Light = 0x7f10013c
+com.example.newrevive:dimen/mtrl_calendar_header_selection_line_height = 0x7f060225
+com.example.newrevive:dimen/mtrl_calendar_header_divider_thickness = 0x7f060222
+com.example.newrevive:attr/layout_constraintGuide_end = 0x7f03025c
+com.example.newrevive:dimen/mtrl_calendar_header_content_padding_fullscreen = 0x7f060221
+com.example.newrevive:drawable/baseline_email_24 = 0x7f07007f
+com.example.newrevive:dimen/mtrl_calendar_dialog_background_inset = 0x7f06021f
+com.example.newrevive:dimen/mtrl_calendar_day_vertical_padding = 0x7f06021c
+com.example.newrevive:attr/elevationOverlayColor = 0x7f030179
+com.example.newrevive:dimen/mtrl_calendar_day_today_stroke = 0x7f06021b
+com.example.newrevive:dimen/mtrl_calendar_day_horizontal_padding = 0x7f06021a
+com.example.newrevive:string/material_slider_range_start = 0x7f0f0056
+com.example.newrevive:animator/m3_chip_state_list_anim = 0x7f02000d
+com.example.newrevive:dimen/mtrl_calendar_action_height = 0x7f060214
+com.example.newrevive:dimen/mtrl_calendar_action_confirm_button_min_width = 0x7f060213
+com.example.newrevive:string/enter_your_birthday = 0x7f0f002f
+com.example.newrevive:dimen/mtrl_chip_text_size = 0x7f060244
+com.example.newrevive:id/mtrl_picker_header = 0x7f080138
+com.example.newrevive:dimen/mtrl_btn_text_btn_icon_padding = 0x7f06020e
+com.example.newrevive:style/ThemeOverlay.Material3.BottomAppBar = 0x7f100277
+com.example.newrevive:color/m3_ref_palette_dynamic_neutral50 = 0x7f0500a0
+com.example.newrevive:attr/floatingActionButtonSmallStyle = 0x7f0301bd
+com.example.newrevive:drawable/mtrl_tabs_default_indicator = 0x7f0700de
+com.example.newrevive:dimen/notification_subtext_size = 0x7f0602b7
+com.example.newrevive:dimen/mtrl_btn_stroke_size = 0x7f06020d
+com.example.newrevive:dimen/mtrl_btn_snackbar_margin_horizontal = 0x7f06020c
+com.example.newrevive:dimen/mtrl_btn_padding_bottom = 0x7f060207
+com.example.newrevive:color/m3_ref_palette_dynamic_neutral_variant0 = 0x7f0500a7
+com.example.newrevive:dimen/abc_star_small = 0x7f06003d
+com.example.newrevive:dimen/mtrl_btn_letter_spacing = 0x7f060205
+com.example.newrevive:style/Theme.Material3.Light.Dialog.MinWidth = 0x7f100232
+com.example.newrevive:id/baseline = 0x7f080059
+com.example.newrevive:style/Base.Theme.AppCompat.Light = 0x7f100050
+com.example.newrevive:dimen/mtrl_btn_icon_btn_padding_left = 0x7f060202
+com.example.newrevive:color/m3_sys_color_light_error_container = 0x7f05017d
+com.example.newrevive:id/navigation_bar_item_icon_container = 0x7f080144
+com.example.newrevive:dimen/compat_notification_large_icon_max_width = 0x7f06005c
+com.example.newrevive:dimen/mtrl_btn_disabled_z = 0x7f0601fe
+com.example.newrevive:dimen/mtrl_badge_with_text_radius = 0x7f0601f4
+com.example.newrevive:dimen/m3_side_sheet_width = 0x7f060189
+com.example.newrevive:macro/m3_comp_extended_fab_primary_icon_color = 0x7f0c000f
+com.example.newrevive:layout/mtrl_calendar_month_labeled = 0x7f0b004f
+com.example.newrevive:dimen/mtrl_alert_dialog_picker_background_inset = 0x7f0601ec
+com.example.newrevive:style/Base.Widget.AppCompat.DrawerArrowToggle.Common = 0x7f1000d3
+com.example.newrevive:dimen/mtrl_alert_dialog_background_inset_start = 0x7f0601ea
+com.example.newrevive:style/Widget.Material3.Button.TextButton.Dialog.Flush = 0x7f100347
+com.example.newrevive:dimen/mtrl_btn_z = 0x7f060212
+com.example.newrevive:color/m3_ref_palette_dynamic_tertiary80 = 0x7f0500d7
+com.example.newrevive:style/TextAppearance.M3.Sys.Typescale.TitleLarge = 0x7f1001d3
+com.example.newrevive:dimen/material_textinput_min_width = 0x7f0601e4
+com.example.newrevive:attr/motionDurationMedium1 = 0x7f0302f9
+com.example.newrevive:dimen/mtrl_badge_text_size = 0x7f0601f1
+com.example.newrevive:dimen/material_input_text_to_prefix_suffix_padding = 0x7f0601e1
+com.example.newrevive:styleable/BottomAppBar = 0x7f110015
+com.example.newrevive:color/material_timepicker_clockface = 0x7f05022f
+com.example.newrevive:style/TextAppearance.AppCompat.Small = 0x7f10019d
+com.example.newrevive:style/Widget.Material3.SearchBar.Outlined = 0x7f1003ac
+com.example.newrevive:dimen/material_helper_text_font_1_3_padding_horizontal = 0x7f0601df
+com.example.newrevive:dimen/material_filled_edittext_font_2_0_padding_bottom = 0x7f0601da
+com.example.newrevive:attr/counterOverflowTextAppearance = 0x7f030137
+com.example.newrevive:dimen/material_filled_edittext_font_1_3_padding_bottom = 0x7f0601d8
+com.example.newrevive:color/m3_ref_palette_dynamic_neutral_variant60 = 0x7f0500ae
+com.example.newrevive:dimen/m3_btn_elevated_btn_elevation = 0x7f0600c5
+com.example.newrevive:dimen/material_emphasis_medium = 0x7f0601d7
+com.example.newrevive:style/TextAppearance.Compat.Notification.Line2 = 0x7f1001b9
+com.example.newrevive:dimen/material_emphasis_disabled = 0x7f0601d4
+com.example.newrevive:dimen/mtrl_calendar_content_padding = 0x7f060217
+com.example.newrevive:dimen/material_cursor_width = 0x7f0601d2
+com.example.newrevive:style/ThemeOverlay.Material3.TextInputEditText.OutlinedBox = 0x7f1002a9
+com.example.newrevive:dimen/m3_large_fab_size = 0x7f060162
+com.example.newrevive:attr/contentPaddingRight = 0x7f030122
+com.example.newrevive:attr/motionDurationExtraLong2 = 0x7f0302f2
+com.example.newrevive:dimen/mtrl_shape_corner_size_large_component = 0x7f060284
+com.example.newrevive:dimen/material_cursor_inset = 0x7f0601d1
+com.example.newrevive:attr/dialogCornerRadius = 0x7f030154
+com.example.newrevive:string/icon_content_description = 0x7f0f003b
+com.example.newrevive:dimen/material_clock_size = 0x7f0601d0
+com.example.newrevive:animator/m3_elevated_chip_state_list_anim = 0x7f02000e
+com.example.newrevive:color/m3_ref_palette_neutral60 = 0x7f0500ef
+com.example.newrevive:attr/textLocale = 0x7f030435
+com.example.newrevive:id/mtrl_calendar_days_of_week = 0x7f08012c
+com.example.newrevive:dimen/material_clock_period_toggle_width = 0x7f0601cf
+com.example.newrevive:dimen/m3_timepicker_window_elevation = 0x7f0601c1
+com.example.newrevive:dimen/m3_timepicker_display_stroke_width = 0x7f0601c0
+com.example.newrevive:color/material_dynamic_secondary95 = 0x7f0501e8
+com.example.newrevive:dimen/m3_sys_state_pressed_state_layer_opacity = 0x7f0601bf
+com.example.newrevive:style/Widget.Material3.Tooltip = 0x7f1003c9
+com.example.newrevive:drawable/abc_text_cursor_material = 0x7f07006e
+com.example.newrevive:dimen/m3_sys_motion_easing_standard_decelerate_control_y2 = 0x7f0601bb
+com.example.newrevive:attr/theme = 0x7f03043f
+com.example.newrevive:color/m3_dynamic_dark_default_color_primary_text = 0x7f05007b
+com.example.newrevive:dimen/m3_sys_motion_easing_standard_decelerate_control_y1 = 0x7f0601ba
+com.example.newrevive:id/name_register = 0x7f080142
+com.example.newrevive:dimen/m3_sys_motion_easing_standard_decelerate_control_x1 = 0x7f0601b8
+com.example.newrevive:dimen/m3_sys_motion_easing_standard_control_y1 = 0x7f0601b6
+com.example.newrevive:style/Widget.Material3.Light.ActionBar.Solid = 0x7f10037d
+com.example.newrevive:drawable/baseline_person_24 = 0x7f070081
+com.example.newrevive:style/Base.V28.Theme.AppCompat = 0x7f1000b2
+com.example.newrevive:attr/textAppearanceBody1 = 0x7f0303ff
+com.example.newrevive:color/error_color_material_light = 0x7f05005a
+com.example.newrevive:attr/tabSelectedTextAppearance = 0x7f0303f4
+com.example.newrevive:dimen/mtrl_card_dragged_z = 0x7f060240
+com.example.newrevive:dimen/m3_sys_motion_easing_standard_accelerate_control_x1 = 0x7f0601b0
+com.example.newrevive:dimen/m3_comp_slider_disabled_active_track_opacity = 0x7f06013c
+com.example.newrevive:dimen/m3_sys_motion_easing_linear_control_y2 = 0x7f0601af
+com.example.newrevive:string/path_password_eye_mask_visible = 0x7f0f00a1
+com.example.newrevive:dimen/m3_sys_motion_easing_linear_control_x2 = 0x7f0601ad
+com.example.newrevive:style/Widget.Material3.MaterialCalendar.Fullscreen = 0x7f100387
+com.example.newrevive:dimen/m3_sys_motion_easing_legacy_decelerate_control_y2 = 0x7f0601ab
+com.example.newrevive:attr/materialAlertDialogBodyTextStyle = 0x7f0302aa
+com.example.newrevive:id/accessibility_custom_action_23 = 0x7f080021
+com.example.newrevive:id/META = 0x7f080005
+com.example.newrevive:dimen/mtrl_snackbar_message_margin_horizontal = 0x7f060294
+com.example.newrevive:drawable/abc_btn_radio_to_on_mtrl_015 = 0x7f070035
+com.example.newrevive:color/mtrl_chip_surface_color = 0x7f05023f
+com.example.newrevive:dimen/m3_sys_motion_easing_legacy_decelerate_control_y1 = 0x7f0601aa
+com.example.newrevive:dimen/mtrl_card_elevation = 0x7f060241
+com.example.newrevive:style/Widget.Design.TextInputEditText = 0x7f100329
+com.example.newrevive:dimen/material_clock_hand_stroke_width = 0x7f0601ca
+com.example.newrevive:dimen/m3_side_sheet_standard_elevation = 0x7f060188
+com.example.newrevive:id/edt_Email_register = 0x7f0800b4
+com.example.newrevive:id/chain2 = 0x7f080075
+com.example.newrevive:dimen/m3_sys_motion_easing_legacy_accelerate_control_y2 = 0x7f0601a3
+com.example.newrevive:dimen/m3_sys_motion_easing_legacy_accelerate_control_x1 = 0x7f0601a0
+com.example.newrevive:dimen/m3_sys_motion_easing_emphasized_decelerate_control_x2 = 0x7f06019d
+com.example.newrevive:dimen/m3_navigation_rail_elevation = 0x7f06016f
+com.example.newrevive:dimen/m3_bottom_nav_item_active_indicator_margin_horizontal = 0x7f0600b3
+com.example.newrevive:dimen/m3_sys_motion_easing_emphasized_accelerate_control_y1 = 0x7f06019a
+com.example.newrevive:dimen/m3_snackbar_margin = 0x7f060191
+com.example.newrevive:id/chains = 0x7f080076
+com.example.newrevive:attr/customPixelDimension = 0x7f030145
+com.example.newrevive:drawable/$mtrl_checkbox_button_unchecked_checked__1 = 0x7f07001f
+com.example.newrevive:dimen/m3_snackbar_action_text_color_alpha = 0x7f060190
+com.example.newrevive:attr/selectionRequired = 0x7f030381
+com.example.newrevive:drawable/$m3_avd_show_password__1 = 0x7f07000b
+com.example.newrevive:dimen/m3_searchview_divider_size = 0x7f060184
+com.example.newrevive:integer/abc_config_activityDefaultDur = 0x7f090000
+com.example.newrevive:id/jumpToEnd = 0x7f0800fa
+com.example.newrevive:dimen/m3_searchbar_height = 0x7f06017d
+com.example.newrevive:attr/divider = 0x7f030158
+com.example.newrevive:drawable/$mtrl_checkbox_button_icon_checked_unchecked__2 = 0x7f070013
+com.example.newrevive:dimen/m3_toolbar_text_size_title = 0x7f0601c2
+com.example.newrevive:dimen/m3_ripple_focused_alpha = 0x7f060178
+com.example.newrevive:style/Widget.Material3.CompoundButton.RadioButton = 0x7f100366
+com.example.newrevive:dimen/m3_ripple_default_alpha = 0x7f060177
+com.example.newrevive:dimen/m3_chip_elevated_elevation = 0x7f0600e5
+com.example.newrevive:dimen/m3_navigation_rail_item_padding_bottom = 0x7f060175
+com.example.newrevive:id/accessibility_custom_action_17 = 0x7f08001a
+com.example.newrevive:dimen/m3_sys_motion_easing_standard_control_x2 = 0x7f0601b5
+com.example.newrevive:dimen/m3_navigation_rail_item_min_height = 0x7f060174
+com.example.newrevive:dimen/m3_card_dragged_z = 0x7f0600da
+com.example.newrevive:dimen/m3_navigation_rail_item_active_indicator_margin_horizontal = 0x7f060172
+com.example.newrevive:style/ShapeAppearance.M3.Sys.Shape.Corner.None = 0x7f100160
+com.example.newrevive:style/ShapeAppearance.M3.Comp.BottomAppBar.Container.Shape = 0x7f100151
+com.example.newrevive:attr/statusBarScrim = 0x7f0303c7
+com.example.newrevive:dimen/m3_navigation_rail_icon_size = 0x7f060170
+com.example.newrevive:dimen/mtrl_progress_circular_size_small = 0x7f06027e
+com.example.newrevive:dimen/m3_navigation_rail_default_width = 0x7f06016e
+com.example.newrevive:integer/m3_sys_motion_duration_extra_long2 = 0x7f09000f
+com.example.newrevive:id/compress = 0x7f080081
+com.example.newrevive:dimen/m3_alert_dialog_title_bottom_margin = 0x7f0600a3
+com.example.newrevive:id/fade = 0x7f0800c8
+com.example.newrevive:id/constraint = 0x7f080083
+com.example.newrevive:dimen/m3_comp_switch_selected_hover_state_layer_opacity = 0x7f06014b
+com.example.newrevive:dimen/m3_navigation_menu_headline_horizontal_padding = 0x7f06016d
+com.example.newrevive:attr/tickColorActive = 0x7f03044d
+com.example.newrevive:color/material_dynamic_tertiary0 = 0x7f0501ea
+com.example.newrevive:dimen/m3_navigation_menu_divider_horizontal_padding = 0x7f06016c
+com.example.newrevive:dimen/material_textinput_max_width = 0x7f0601e3
+com.example.newrevive:color/m3_sys_color_dynamic_light_inverse_surface = 0x7f050167
+com.example.newrevive:id/snackbar_text = 0x7f0801a8
+com.example.newrevive:dimen/m3_navigation_item_shape_inset_end = 0x7f060168
+com.example.newrevive:layout/design_layout_tab_text = 0x7f0b0026
+com.example.newrevive:style/Widget.AppCompat.SearchView = 0x7f100312
+com.example.newrevive:dimen/m3_navigation_item_icon_padding = 0x7f060166
+com.example.newrevive:dimen/m3_menu_elevation = 0x7f060163
+com.example.newrevive:dimen/material_emphasis_high_type = 0x7f0601d6
+com.example.newrevive:dimen/m3_navigation_drawer_layout_corner_size = 0x7f060164
+com.example.newrevive:dimen/m3_comp_search_bar_container_elevation = 0x7f06012f
+com.example.newrevive:attr/goIcon = 0x7f0301e8
+com.example.newrevive:dimen/m3_fab_corner_size = 0x7f06015e
+com.example.newrevive:attr/textAppearancePopupMenuHeader = 0x7f03041b
+com.example.newrevive:dimen/m3_fab_border_width = 0x7f06015d
+com.example.newrevive:string/abc_menu_function_shortcut_label = 0x7f0f000d
+com.example.newrevive:dimen/m3_extended_fab_top_padding = 0x7f06015c
+com.example.newrevive:attr/font = 0x7f0301d6
+com.example.newrevive:dimen/m3_extended_fab_min_height = 0x7f06015a
+com.example.newrevive:attr/materialCardViewElevatedStyle = 0x7f0302c2
+com.example.newrevive:dimen/mtrl_calendar_year_height = 0x7f060239
+com.example.newrevive:dimen/m3_extended_fab_end_padding = 0x7f060158
+com.example.newrevive:dimen/m3_datepicker_elevation = 0x7f060155
+com.example.newrevive:style/Base.ThemeOverlay.MaterialComponents.Dialog.Alert.Framework = 0x7f100080
+com.example.newrevive:id/accessibility_custom_action_2 = 0x7f08001d
+com.example.newrevive:styleable/LinearLayoutCompat = 0x7f110048
+com.example.newrevive:dimen/m3_comp_text_button_hover_state_layer_opacity = 0x7f060153
+com.example.newrevive:string/bottomsheet_drag_handle_content_description = 0x7f0f0024
+com.example.newrevive:dimen/mtrl_navigation_item_shape_vertical_margin = 0x7f06026c
+com.example.newrevive:style/Widget.Design.BottomSheet.Modal = 0x7f100322
+com.example.newrevive:dimen/m3_comp_switch_unselected_pressed_state_layer_opacity = 0x7f060151
+com.example.newrevive:string/abc_capital_on = 0x7f0f0008
+com.example.newrevive:plurals/mtrl_badge_content_description = 0x7f0e0000
+com.example.newrevive:dimen/m3_comp_switch_unselected_hover_state_layer_opacity = 0x7f060150
+com.example.newrevive:drawable/abc_btn_check_to_on_mtrl_000 = 0x7f07002e
+com.example.newrevive:dimen/m3_comp_switch_track_height = 0x7f06014d
+com.example.newrevive:style/Widget.MaterialComponents.TextView = 0x7f100438
+com.example.newrevive:dimen/m3_comp_switch_disabled_track_opacity = 0x7f060147
+com.example.newrevive:dimen/m3_comp_switch_disabled_selected_handle_opacity = 0x7f060145
+com.example.newrevive:anim/m3_side_sheet_slide_out = 0x7f010026
+com.example.newrevive:dimen/m3_comp_suggestion_chip_flat_outline_width = 0x7f060143
+com.example.newrevive:color/m3_ref_palette_error10 = 0x7f0500dc
+com.example.newrevive:id/action_menu_presenter = 0x7f080040
+com.example.newrevive:dimen/m3_comp_suggestion_chip_elevated_container_elevation = 0x7f060141
+com.example.newrevive:id/content = 0x7f080085
+com.example.newrevive:color/white = 0x7f050285
+com.example.newrevive:style/TextAppearance.Design.Hint = 0x7f1001c1
+com.example.newrevive:attr/autoSizeMinTextSize = 0x7f03003f
+com.example.newrevive:dimen/mtrl_calendar_header_toggle_margin_top = 0x7f060228
+com.example.newrevive:style/Theme.MaterialComponents.Light.Dialog.MinWidth = 0x7f10025e
+com.example.newrevive:dimen/m3_comp_slider_disabled_handle_opacity = 0x7f06013d
+com.example.newrevive:attr/chipIcon = 0x7f0300b3
+com.example.newrevive:dimen/m3_comp_sheet_bottom_docked_modal_container_elevation = 0x7f06013a
+com.example.newrevive:style/Widget.Material3.Button.TextButton.Dialog.Icon = 0x7f100348
+com.example.newrevive:dimen/m3_comp_secondary_navigation_tab_hover_state_layer_opacity = 0x7f060138
+com.example.newrevive:dimen/m3_comp_search_view_full_screen_header_container_height = 0x7f060135
+com.example.newrevive:style/Widget.MaterialComponents.CircularProgressIndicator = 0x7f1003f2
+com.example.newrevive:string/abc_shareactionprovider_share_with_application = 0x7f0f001a
+com.example.newrevive:id/dropdown_menu = 0x7f0800ae
+com.example.newrevive:attr/hideOnScroll = 0x7f0301f6
+com.example.newrevive:drawable/ic_clock_black_24dp = 0x7f070098
+com.example.newrevive:dimen/material_clock_period_toggle_vertical_gap = 0x7f0601ce
+com.example.newrevive:style/Theme.AppCompat.DayNight.NoActionBar = 0x7f100207
+com.example.newrevive:style/Widget.Compat.NotificationActionText = 0x7f10031f
+com.example.newrevive:dimen/m3_comp_search_bar_avatar_size = 0x7f06012e
+com.example.newrevive:attr/motionDurationExtraLong4 = 0x7f0302f4
+com.example.newrevive:id/neverCompleteToEnd = 0x7f08014b
+com.example.newrevive:style/TextAppearance.Material3.TitleSmall = 0x7f1001ea
+com.example.newrevive:dimen/m3_comp_primary_navigation_tab_with_icon_icon_size = 0x7f06012d
+com.example.newrevive:id/uniform = 0x7f0801f6
+com.example.newrevive:dimen/m3_comp_primary_navigation_tab_inactive_pressed_state_layer_opacity = 0x7f06012c
+com.example.newrevive:dimen/m3_comp_primary_navigation_tab_active_focus_state_layer_opacity = 0x7f060125
+com.example.newrevive:style/Widget.MaterialComponents.MaterialCalendar.Day = 0x7f100401
+com.example.newrevive:dimen/m3_comp_outlined_text_field_disabled_supporting_text_opacity = 0x7f060122
+com.example.newrevive:dimen/m3_navigation_rail_item_padding_top = 0x7f060176
+com.example.newrevive:dimen/m3_comp_outlined_button_outline_width = 0x7f06011f
+com.example.newrevive:style/Widget.AppCompat.Light.AutoCompleteTextView = 0x7f1002fd
+com.example.newrevive:dimen/m3_comp_navigation_rail_icon_size = 0x7f06011c
+com.example.newrevive:dimen/abc_action_bar_stacked_max_height = 0x7f060009
+com.example.newrevive:dimen/m3_comp_navigation_rail_container_width = 0x7f06011b
+com.example.newrevive:dimen/m3_comp_navigation_rail_container_elevation = 0x7f06011a
+com.example.newrevive:dimen/mtrl_btn_padding_top = 0x7f06020a
+com.example.newrevive:dimen/m3_comp_navigation_rail_active_indicator_height = 0x7f060118
+com.example.newrevive:attr/materialCalendarHeaderSelection = 0x7f0302ba
+com.example.newrevive:dimen/m3_comp_input_chip_with_avatar_avatar_size = 0x7f060115
+com.example.newrevive:dimen/item_touch_helper_swipe_escape_velocity = 0x7f06009c
+com.example.newrevive:style/ThemeOverlay.Material3.FloatingActionButton.Secondary = 0x7f100293
+com.example.newrevive:dimen/m3_comp_input_chip_container_height = 0x7f060113
+com.example.newrevive:id/scrollIndicatorDown = 0x7f08017e
+com.example.newrevive:dimen/m3_comp_input_chip_container_elevation = 0x7f060112
+com.example.newrevive:style/Widget.AppCompat.Light.PopupMenu = 0x7f100301
+com.example.newrevive:dimen/m3_comp_filled_text_field_disabled_active_indicator_opacity = 0x7f06010c
+com.example.newrevive:dimen/m3_comp_filled_button_with_icon_icon_size = 0x7f06010b
+com.example.newrevive:dimen/m3_comp_fab_primary_small_icon_size = 0x7f060108
+com.example.newrevive:anim/design_bottom_sheet_slide_out = 0x7f010019
+com.example.newrevive:layout/activity_home = 0x7f0b001c
+com.example.newrevive:drawable/$avd_hide_password__1 = 0x7f070001
+com.example.newrevive:color/m3_sys_color_light_on_tertiary = 0x7f05018a
+com.example.newrevive:dimen/m3_comp_fab_primary_icon_size = 0x7f060102
+com.example.newrevive:dimen/mtrl_calendar_year_vertical_padding = 0x7f06023b
+com.example.newrevive:dimen/m3_comp_fab_primary_hover_state_layer_opacity = 0x7f060101
+com.example.newrevive:attr/layout_constraintTop_toBottomOf = 0x7f030270
+com.example.newrevive:id/triangle = 0x7f0801f2
+com.example.newrevive:dimen/m3_comp_fab_primary_hover_container_elevation = 0x7f060100
+com.example.newrevive:dimen/m3_chip_checked_hovered_translation_z = 0x7f0600e1
+com.example.newrevive:macro/m3_comp_outlined_text_field_hover_supporting_text_color = 0x7f0c004f
+com.example.newrevive:dimen/m3_comp_fab_primary_focus_state_layer_opacity = 0x7f0600ff
+com.example.newrevive:string/mtrl_picker_text_input_year_abbr = 0x7f0f008d
+com.example.newrevive:dimen/m3_comp_fab_primary_container_elevation = 0x7f0600fd
+com.example.newrevive:dimen/m3_comp_extended_fab_primary_pressed_state_layer_opacity = 0x7f0600fc
+com.example.newrevive:attr/layout_goneMarginEnd = 0x7f03027f
+com.example.newrevive:dimen/m3_comp_extended_fab_primary_hover_container_elevation = 0x7f0600f8
+com.example.newrevive:dimen/m3_comp_extended_fab_primary_container_height = 0x7f0600f5
+com.example.newrevive:dimen/m3_comp_elevated_button_disabled_container_elevation = 0x7f0600f3
+com.example.newrevive:id/antiClockwise = 0x7f08004f
+com.example.newrevive:dimen/m3_sys_motion_easing_legacy_accelerate_control_y1 = 0x7f0601a2
+com.example.newrevive:dimen/m3_comp_circular_progress_indicator_active_indicator_width = 0x7f0600f0
+com.example.newrevive:style/Widget.AppCompat.Light.ListView.DropDown = 0x7f100300
+com.example.newrevive:attr/thumbIconTint = 0x7f030444
+com.example.newrevive:id/none = 0x7f08014f
+com.example.newrevive:color/m3_text_button_background_color_selector = 0x7f05019c
+com.example.newrevive:id/match_parent = 0x7f08010a
+com.example.newrevive:dimen/m3_comp_bottom_app_bar_container_elevation = 0x7f0600ed
+com.example.newrevive:styleable/StateListDrawableItem = 0x7f110083
+com.example.newrevive:color/teal_200 = 0x7f050281
+com.example.newrevive:attr/imageZoom = 0x7f03020f
+com.example.newrevive:string/mtrl_switch_thumb_path_pressed = 0x7f0f0097
+com.example.newrevive:attr/motionDurationMedium2 = 0x7f0302fa
+com.example.newrevive:dimen/m3_sys_state_hover_state_layer_opacity = 0x7f0601be
+com.example.newrevive:id/autoComplete = 0x7f080055
+com.example.newrevive:color/m3_ref_palette_dynamic_secondary20 = 0x7f0500c4
+com.example.newrevive:dimen/m3_comp_assist_chip_with_icon_icon_size = 0x7f0600ec
+com.example.newrevive:macro/m3_comp_search_view_container_surface_tint_layer_color = 0x7f0c0071
+com.example.newrevive:color/material_personalized_color_on_surface_inverse = 0x7f050217
+com.example.newrevive:id/touch_outside = 0x7f0801ea
+com.example.newrevive:style/Widget.MaterialComponents.TimePicker.Display.Divider = 0x7f10043d
+com.example.newrevive:dimen/m3_sys_motion_easing_legacy_control_x2 = 0x7f0601a5
+com.example.newrevive:color/m3_dark_hint_foreground = 0x7f050077
+com.example.newrevive:dimen/m3_comp_assist_chip_flat_outline_width = 0x7f0600eb
+com.example.newrevive:color/material_harmonized_color_on_error_container = 0x7f050201
+com.example.newrevive:color/m3_default_color_primary_text = 0x7f050079
+com.example.newrevive:dimen/mtrl_btn_hovered_z = 0x7f060201
+com.example.newrevive:dimen/m3_chip_icon_size = 0x7f0600e7
+com.example.newrevive:attr/recyclerViewStyle = 0x7f03036a
+com.example.newrevive:id/SHOW_PATH = 0x7f08000a
+com.example.newrevive:dimen/m3_chip_hovered_translation_z = 0x7f0600e6
+com.example.newrevive:attr/icon = 0x7f030200
+com.example.newrevive:color/mtrl_chip_background_color = 0x7f05023d
+com.example.newrevive:string/character_counter_overflowed_content_description = 0x7f0f0028
+com.example.newrevive:dimen/m3_card_elevation = 0x7f0600de
+com.example.newrevive:color/material_personalized_color_primary_inverse = 0x7f05021d
+com.example.newrevive:style/Widget.Material3.Chip.Assist.Elevated = 0x7f100353
+com.example.newrevive:dimen/m3_card_elevated_hovered_z = 0x7f0600dd
+com.example.newrevive:dimen/m3_card_elevated_dragged_z = 0x7f0600db
+com.example.newrevive:dimen/m3_btn_translation_z_hovered = 0x7f0600d9
+com.example.newrevive:dimen/m3_btn_translation_z_base = 0x7f0600d8
+com.example.newrevive:dimen/m3_btn_text_btn_icon_padding_right = 0x7f0600d5
+com.example.newrevive:dimen/m3_btn_padding_top = 0x7f0600d2
+com.example.newrevive:color/mtrl_textinput_disabled_color = 0x7f050264
+com.example.newrevive:dimen/m3_btn_padding_left = 0x7f0600d0
+com.example.newrevive:attr/isMaterial3Theme = 0x7f03021b
+com.example.newrevive:dimen/m3_btn_max_width = 0x7f0600ce
+com.example.newrevive:id/accessibility_custom_action_24 = 0x7f080022
+com.example.newrevive:dimen/m3_btn_icon_only_min_width = 0x7f0600cc
+com.example.newrevive:dimen/m3_sys_motion_easing_emphasized_accelerate_control_x1 = 0x7f060198
+com.example.newrevive:dimen/m3_btn_icon_only_icon_padding = 0x7f0600cb
+com.example.newrevive:drawable/applogo = 0x7f070078
+com.example.newrevive:dimen/m3_btn_icon_btn_padding_right = 0x7f0600c8
+com.example.newrevive:color/m3_timepicker_display_stroke_color = 0x7f0501aa
+com.example.newrevive:attr/errorAccessibilityLiveRegion = 0x7f030189
+com.example.newrevive:dimen/abc_list_item_padding_horizontal_material = 0x7f060033
+com.example.newrevive:style/ShapeAppearanceOverlay.MaterialAlertDialog.Material3 = 0x7f10017d
+com.example.newrevive:drawable/mtrl_ic_arrow_drop_down = 0x7f0700c7
+com.example.newrevive:dimen/m3_btn_disabled_translation_z = 0x7f0600c4
+com.example.newrevive:dimen/mtrl_textinput_counter_margin_start = 0x7f0602a0
+com.example.newrevive:id/edt_repassord_register = 0x7f0800bc
+com.example.newrevive:dimen/m3_btn_disabled_elevation = 0x7f0600c3
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.BottomAppBar.Surface = 0x7f1002b7
+com.example.newrevive:color/m3_sys_color_dark_error = 0x7f050133
+com.example.newrevive:dimen/m3_bottomappbar_fab_cradle_rounded_corner_radius = 0x7f0600bc
+com.example.newrevive:attr/flow_verticalBias = 0x7f0301d2
+com.example.newrevive:style/Theme.MaterialComponents.Light.BottomSheetDialog = 0x7f100254
+com.example.newrevive:color/bright_foreground_material_dark = 0x7f050026
+com.example.newrevive:dimen/m3_bottom_nav_min_height = 0x7f0600b7
+com.example.newrevive:dimen/m3_bottom_nav_item_padding_top = 0x7f0600b6
+com.example.newrevive:dimen/m3_badge_with_text_radius = 0x7f0600b0
+com.example.newrevive:dimen/m3_badge_vertical_offset = 0x7f0600ae
+com.example.newrevive:style/Base.V14.ThemeOverlay.Material3.BottomSheetDialog = 0x7f100094
+com.example.newrevive:dimen/m3_badge_radius = 0x7f0600ad
+com.example.newrevive:styleable/DrawerArrowToggle = 0x7f11002f
+com.example.newrevive:dimen/m3_appbar_size_medium = 0x7f0600ab
+com.example.newrevive:dimen/m3_appbar_scrim_height_trigger = 0x7f0600a6
+com.example.newrevive:color/m3_ref_palette_dynamic_neutral10 = 0x7f05009b
+com.example.newrevive:drawable/abc_btn_switch_to_on_mtrl_00012 = 0x7f070037
+com.example.newrevive:dimen/design_fab_elevation = 0x7f06006f
+com.example.newrevive:style/MaterialAlertDialog.Material3.Title.Icon = 0x7f100122
+com.example.newrevive:id/mtrl_picker_title_text = 0x7f08013f
+com.example.newrevive:dimen/m3_appbar_expanded_title_margin_horizontal = 0x7f0600a5
+com.example.newrevive:color/bright_foreground_disabled_material_dark = 0x7f050022
+com.example.newrevive:attr/windowFixedHeightMinor = 0x7f0304a1
+com.example.newrevive:dimen/m3_appbar_expanded_title_margin_bottom = 0x7f0600a4
+com.example.newrevive:attr/titleCentered = 0x7f030457
+com.example.newrevive:dimen/m3_btn_padding_bottom = 0x7f0600cf
+com.example.newrevive:dimen/mtrl_btn_disabled_elevation = 0x7f0601fd
+com.example.newrevive:dimen/m3_alert_dialog_icon_size = 0x7f0600a2
+com.example.newrevive:dimen/m3_alert_dialog_action_top_padding = 0x7f06009e
+com.example.newrevive:attr/nestedScrollable = 0x7f030327
+com.example.newrevive:dimen/hint_pressed_alpha_material_dark = 0x7f060098
+com.example.newrevive:attr/nestedScrollViewStyle = 0x7f030326
+com.example.newrevive:dimen/hint_alpha_material_dark = 0x7f060096
+com.example.newrevive:dimen/highlight_alpha_material_light = 0x7f060095
+com.example.newrevive:id/allStates = 0x7f08004b
+com.example.newrevive:dimen/design_textinput_caption_translate_y = 0x7f06008d
+com.example.newrevive:dimen/design_tab_scrollable_min_width = 0x7f06008a
+com.example.newrevive:attr/materialCardViewOutlinedStyle = 0x7f0302c4
+com.example.newrevive:dimen/design_snackbar_text_size = 0x7f060088
+com.example.newrevive:attr/quantizeMotionInterpolator = 0x7f03035b
+com.example.newrevive:dimen/mtrl_snackbar_margin = 0x7f060293
+com.example.newrevive:dimen/design_snackbar_padding_vertical_2lines = 0x7f060087
+com.example.newrevive:dimen/design_snackbar_padding_vertical = 0x7f060086
+com.example.newrevive:dimen/design_snackbar_padding_horizontal = 0x7f060085
+com.example.newrevive:style/Widget.AppCompat.Light.ActionMode.Inverse = 0x7f1002fb
+com.example.newrevive:dimen/m3_comp_outlined_text_field_outline_width = 0x7f060124
+com.example.newrevive:dimen/design_snackbar_elevation = 0x7f060081
+com.example.newrevive:attr/motionPath = 0x7f030316
+com.example.newrevive:dimen/design_snackbar_background_corner_radius = 0x7f060080
+com.example.newrevive:attr/gestureInsetBottomIgnored = 0x7f0301e7
+com.example.newrevive:dimen/design_snackbar_action_text_color_alpha = 0x7f06007f
+com.example.newrevive:dimen/m3_comp_switch_disabled_unselected_handle_opacity = 0x7f060148
+com.example.newrevive:dimen/design_snackbar_action_inline_max_width = 0x7f06007e
+com.example.newrevive:macro/m3_comp_switch_unselected_track_color = 0x7f0c00b8
+com.example.newrevive:dimen/m3_comp_primary_navigation_tab_divider_height = 0x7f060129
+com.example.newrevive:dimen/design_navigation_padding_bottom = 0x7f06007c
+com.example.newrevive:drawable/m3_avd_show_password = 0x7f0700a7
+com.example.newrevive:dimen/design_navigation_item_horizontal_padding = 0x7f060078
+com.example.newrevive:dimen/design_navigation_icon_size = 0x7f060077
+com.example.newrevive:dimen/m3_bottomappbar_fab_end_margin = 0x7f0600be
+com.example.newrevive:dimen/design_navigation_elevation = 0x7f060075
+com.example.newrevive:layout/mtrl_picker_header_toggle = 0x7f0b005e
+com.example.newrevive:styleable/StateSet = 0x7f110084
+com.example.newrevive:color/material_dynamic_neutral10 = 0x7f0501b7
+com.example.newrevive:style/Base.Theme.Material3.Dark.SideSheetDialog = 0x7f10005a
+com.example.newrevive:dimen/design_fab_size_normal = 0x7f060072
+com.example.newrevive:attr/floatingActionButtonSmallTertiaryStyle = 0x7f0301bf
+com.example.newrevive:dimen/design_fab_border_width = 0x7f06006e
+com.example.newrevive:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense = 0x7f100435
+com.example.newrevive:dimen/abc_button_padding_vertical_material = 0x7f060015
+com.example.newrevive:dimen/design_bottom_navigation_item_min_width = 0x7f060066
+com.example.newrevive:id/filled = 0x7f0800cc
+com.example.newrevive:color/m3_ref_palette_dynamic_primary30 = 0x7f0500b8
+com.example.newrevive:id/textView4 = 0x7f08020f
+com.example.newrevive:dimen/design_bottom_navigation_item_max_width = 0x7f060065
+com.example.newrevive:dimen/m3_searchbar_text_margin_start_no_navigation_icon = 0x7f060182
+com.example.newrevive:style/Widget.MaterialComponents.MaterialCalendar.MonthTextView = 0x7f100413
+com.example.newrevive:id/asConfigured = 0x7f080052
+com.example.newrevive:attr/actionBarTabBarStyle = 0x7f030008
+com.example.newrevive:drawable/abc_tab_indicator_material = 0x7f07006c
+com.example.newrevive:attr/contentPaddingStart = 0x7f030123
+com.example.newrevive:id/CTRL = 0x7f080003
+com.example.newrevive:dimen/design_bottom_navigation_active_text_size = 0x7f060061
+com.example.newrevive:id/material_minute_tv = 0x7f080117
+com.example.newrevive:styleable/MaterialButtonToggleGroup = 0x7f110050
+com.example.newrevive:dimen/notification_top_pad = 0x7f0602b8
+com.example.newrevive:dimen/design_appbar_elevation = 0x7f06005e
+com.example.newrevive:style/Widget.MaterialComponents.MaterialCalendar.DayTextView = 0x7f100406
+com.example.newrevive:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu = 0x7f100437
+com.example.newrevive:color/material_dynamic_secondary20 = 0x7f0501e0
+com.example.newrevive:id/anticipate = 0x7f080050
+com.example.newrevive:dimen/compat_button_padding_vertical_material = 0x7f060059
+com.example.newrevive:dimen/mtrl_extended_fab_end_padding_icon = 0x7f06024d
+com.example.newrevive:dimen/compat_button_inset_horizontal_material = 0x7f060056
+com.example.newrevive:attr/sizePercent = 0x7f0303a3
+com.example.newrevive:dimen/cardview_default_radius = 0x7f060054
+com.example.newrevive:string/abc_action_bar_up_description = 0x7f0f0002
+com.example.newrevive:color/abc_primary_text_material_dark = 0x7f05000b
+com.example.newrevive:dimen/cardview_default_elevation = 0x7f060053
+com.example.newrevive:dimen/appcompat_dialog_background_inset = 0x7f060051
+com.example.newrevive:drawable/mtrl_switch_thumb_pressed_unchecked = 0x7f0700d8
+com.example.newrevive:attr/percentHeight = 0x7f030345
+com.example.newrevive:dimen/abc_text_size_subtitle_material_toolbar = 0x7f06004e
+com.example.newrevive:style/Platform.MaterialComponents.Light.Dialog = 0x7f100137
+com.example.newrevive:drawable/abc_list_selector_disabled_holo_dark = 0x7f070055
+com.example.newrevive:color/m3_tabs_text_color_secondary = 0x7f05019b
+com.example.newrevive:dimen/abc_text_size_subhead_material = 0x7f06004d
+com.example.newrevive:string/material_hour_selection = 0x7f0f004c
+com.example.newrevive:dimen/abc_text_size_small_material = 0x7f06004c
+com.example.newrevive:id/edt_email_login = 0x7f0800b8
+com.example.newrevive:dimen/abc_text_size_menu_header_material = 0x7f06004a
+com.example.newrevive:style/Base.Widget.AppCompat.Light.PopupMenu = 0x7f1000dd
+com.example.newrevive:drawable/test_level_drawable = 0x7f0700ef
+com.example.newrevive:dimen/abc_text_size_headline_material = 0x7f060047
+com.example.newrevive:style/Base.Widget.AppCompat.ActionButton.Overflow = 0x7f1000c3
+com.example.newrevive:dimen/abc_switch_padding = 0x7f06003e
+com.example.newrevive:attr/iconStartPadding = 0x7f030205
+com.example.newrevive:styleable/KeyAttribute = 0x7f11003f
+com.example.newrevive:color/m3_sys_color_dynamic_light_background = 0x7f050164
+com.example.newrevive:style/MaterialAlertDialog.Material3.Body.Text = 0x7f100120
+com.example.newrevive:dimen/abc_search_view_preferred_height = 0x7f060036
+com.example.newrevive:dimen/hint_alpha_material_light = 0x7f060097
+com.example.newrevive:dimen/abc_list_item_height_material = 0x7f060031
+com.example.newrevive:attr/buttonBarNeutralButtonStyle = 0x7f03007e
+com.example.newrevive:id/showCustom = 0x7f0801a0
+com.example.newrevive:dimen/abc_list_item_height_large_material = 0x7f060030
+com.example.newrevive:attr/cardMaxElevation = 0x7f030090
+com.example.newrevive:dimen/abc_floating_window_z = 0x7f06002f
+com.example.newrevive:color/material_slider_inactive_track_color = 0x7f05022a
+com.example.newrevive:dimen/abc_edit_text_inset_top_material = 0x7f06002e
+com.example.newrevive:dimen/abc_edit_text_inset_horizontal_material = 0x7f06002d
+com.example.newrevive:dimen/abc_edit_text_inset_bottom_material = 0x7f06002c
+com.example.newrevive:dimen/abc_dropdownitem_text_padding_right = 0x7f06002b
+com.example.newrevive:dimen/m3_ripple_selectable_pressed_alpha = 0x7f06017b
+com.example.newrevive:dimen/abc_dropdownitem_text_padding_left = 0x7f06002a
+com.example.newrevive:dimen/abc_dropdownitem_icon_width = 0x7f060029
+com.example.newrevive:drawable/mtrl_popupmenu_background = 0x7f0700d0
+com.example.newrevive:dimen/material_clock_hand_center_dot_radius = 0x7f0601c8
+com.example.newrevive:style/Widget.MaterialComponents.Button.OutlinedButton = 0x7f1003e1
+com.example.newrevive:dimen/abc_dialog_title_divider_material = 0x7f060026
+com.example.newrevive:attr/motionEffect_end = 0x7f03030e
+com.example.newrevive:dimen/abc_dialog_padding_top_material = 0x7f060025
+com.example.newrevive:macro/m3_comp_extended_fab_secondary_icon_color = 0x7f0c0012
+com.example.newrevive:macro/m3_comp_outlined_text_field_disabled_outline_color = 0x7f0c0044
+com.example.newrevive:dimen/abc_dialog_padding_material = 0x7f060024
+com.example.newrevive:color/abc_tint_btn_checkable = 0x7f050013
+com.example.newrevive:dimen/abc_dialog_min_width_minor = 0x7f060023
+com.example.newrevive:attr/boxStrokeColor = 0x7f030077
+com.example.newrevive:color/mtrl_navigation_item_background_color = 0x7f050250
+com.example.newrevive:styleable/Tooltip = 0x7f11008f
+com.example.newrevive:color/design_fab_stroke_top_outer_color = 0x7f050052
+com.example.newrevive:integer/m3_sys_motion_duration_medium4 = 0x7f090019
+com.example.newrevive:attr/titleTextStyle = 0x7f030464
+com.example.newrevive:string/mtrl_picker_cancel = 0x7f0f0073
+com.example.newrevive:macro/m3_comp_filled_autocomplete_text_field_input_text_type = 0x7f0c0023
+com.example.newrevive:dimen/m3_sys_motion_easing_emphasized_accelerate_control_x2 = 0x7f060199
+com.example.newrevive:dimen/abc_dialog_min_width_major = 0x7f060022
+com.example.newrevive:color/mtrl_choice_chip_background_color = 0x7f050241
+com.example.newrevive:string/mtrl_picker_range_header_only_end_selected = 0x7f0f0081
+com.example.newrevive:dimen/abc_dialog_list_padding_bottom_no_buttons = 0x7f060020
+com.example.newrevive:style/TextAppearance.Design.Counter.Overflow = 0x7f1001be
+com.example.newrevive:dimen/abc_dialog_fixed_height_minor = 0x7f06001d
+com.example.newrevive:color/m3_sys_color_light_secondary = 0x7f050190
+com.example.newrevive:dimen/abc_dialog_corner_radius_material = 0x7f06001b
+com.example.newrevive:style/Theme.MaterialComponents.Light.Dialog.FixedSize.Bridge = 0x7f10025d
+com.example.newrevive:dimen/abc_control_inset_material = 0x7f060019
+com.example.newrevive:color/m3_ref_palette_dynamic_tertiary90 = 0x7f0500d8
+com.example.newrevive:string/material_timepicker_minute = 0x7f0f005b
+com.example.newrevive:dimen/abc_button_inset_vertical_material = 0x7f060013
+com.example.newrevive:color/m3_switch_thumb_tint = 0x7f050130
+com.example.newrevive:string/abc_activitychooserview_choose_application = 0x7f0f0006
+com.example.newrevive:drawable/baseline_account_circle_24 = 0x7f07007c
+com.example.newrevive:dimen/abc_action_button_min_width_overflow_material = 0x7f06000f
+com.example.newrevive:dimen/abc_action_button_min_width_material = 0x7f06000e
+com.example.newrevive:dimen/abc_action_button_min_height_material = 0x7f06000d
+com.example.newrevive:dimen/abc_action_bar_subtitle_top_margin_material = 0x7f06000c
+com.example.newrevive:attr/dropDownListViewStyle = 0x7f030170
+com.example.newrevive:dimen/abc_action_bar_icon_vertical_padding_material = 0x7f060006
+com.example.newrevive:style/TextAppearance.Design.HelperText = 0x7f1001c0
+com.example.newrevive:attr/shapeAppearanceCornerExtraSmall = 0x7f030386
+com.example.newrevive:dimen/abc_action_bar_elevation_material = 0x7f060005
+com.example.newrevive:color/m3_ref_palette_dynamic_neutral100 = 0x7f05009c
+com.example.newrevive:dimen/abc_action_bar_default_padding_start_material = 0x7f060004
+com.example.newrevive:color/material_personalized_color_on_secondary = 0x7f050214
+com.example.newrevive:style/Widget.MaterialComponents.CompoundButton.CheckBox = 0x7f1003f7
+com.example.newrevive:dimen/abc_action_bar_default_padding_end_material = 0x7f060003
+com.example.newrevive:color/m3_fab_efab_background_color_selector = 0x7f050087
+com.example.newrevive:color/teal_700 = 0x7f050282
+com.example.newrevive:drawable/ic_keyboard_black_24dp = 0x7f070099
+com.example.newrevive:color/switch_thumb_material_dark = 0x7f05027d
+com.example.newrevive:layout/abc_search_dropdown_item_icons_2line = 0x7f0b0018
+com.example.newrevive:attr/textAppearanceLabelSmall = 0x7f030414
+com.example.newrevive:id/mtrl_card_checked_layer_id = 0x7f080133
+com.example.newrevive:color/switch_thumb_disabled_material_light = 0x7f05027c
+com.example.newrevive:style/Base.V23.Theme.AppCompat.Light = 0x7f1000aa
+com.example.newrevive:color/m3_ref_palette_dynamic_neutral40 = 0x7f05009f
+com.example.newrevive:id/honorRequest = 0x7f0800e6
+com.example.newrevive:color/mtrl_chip_text_color = 0x7f050240
+com.example.newrevive:color/secondary_text_disabled_material_dark = 0x7f050279
+com.example.newrevive:style/ShapeAppearance.Material3.Corner.Medium = 0x7f100166
+com.example.newrevive:macro/m3_comp_switch_disabled_unselected_track_outline_color = 0x7f0c0097
+com.example.newrevive:id/tag_unhandled_key_event_manager = 0x7f0801ce
+com.example.newrevive:color/ripple_material_light = 0x7f050276
+com.example.newrevive:drawable/abc_text_select_handle_right_mtrl = 0x7f070071
+com.example.newrevive:dimen/mtrl_extended_fab_start_padding = 0x7f060252
+com.example.newrevive:color/ripple_material_dark = 0x7f050275
+com.example.newrevive:layout/abc_list_menu_item_radio = 0x7f0b0011
+com.example.newrevive:color/primary_text_disabled_material_light = 0x7f050272
+com.example.newrevive:dimen/design_bottom_navigation_label_padding = 0x7f060067
+com.example.newrevive:color/primary_text_disabled_material_dark = 0x7f050271
+com.example.newrevive:color/primary_text_default_material_dark = 0x7f05026f
+com.example.newrevive:style/Theme.Material3.Dark.Dialog.MinWidth = 0x7f10021f
+com.example.newrevive:dimen/material_textinput_default_width = 0x7f0601e2
+com.example.newrevive:attr/touchAnchorSide = 0x7f030470
+com.example.newrevive:dimen/m3_comp_text_button_pressed_state_layer_opacity = 0x7f060154
+com.example.newrevive:attr/indicatorDirectionLinear = 0x7f030214
+com.example.newrevive:dimen/abc_control_corner_material = 0x7f060018
+com.example.newrevive:color/primary_dark_material_dark = 0x7f05026b
+com.example.newrevive:id/doctors_post = 0x7f080217
+com.example.newrevive:color/primary = 0x7f05026a
+com.example.newrevive:attr/useMaterialThemeColors = 0x7f03048b
+com.example.newrevive:color/notification_action_color_filter = 0x7f050268
+com.example.newrevive:dimen/mtrl_snackbar_action_text_color_alpha = 0x7f060290
+com.example.newrevive:color/mtrl_tabs_legacy_text_color_selector = 0x7f050260
+com.example.newrevive:layout/design_text_input_start_icon = 0x7f0b002f
+com.example.newrevive:id/accessibility_custom_action_6 = 0x7f08002d
+com.example.newrevive:color/mtrl_tabs_icon_color_selector = 0x7f05025e
+com.example.newrevive:color/mtrl_tabs_colored_ripple_color = 0x7f05025d
+com.example.newrevive:color/mtrl_switch_track_tint = 0x7f05025c
+com.example.newrevive:id/confirm_button = 0x7f080082
+com.example.newrevive:style/Base.V14.ThemeOverlay.Material3.SideSheetDialog = 0x7f100095
+com.example.newrevive:color/mtrl_switch_thumb_tint = 0x7f05025a
+com.example.newrevive:id/fitToContents = 0x7f0800d0
+com.example.newrevive:color/mtrl_switch_thumb_icon_tint = 0x7f050259
+com.example.newrevive:dimen/material_clock_display_padding = 0x7f0601c5
+com.example.newrevive:color/m3_ref_palette_neutral_variant90 = 0x7f0500ff
+com.example.newrevive:style/Widget.Design.Snackbar = 0x7f100327
+com.example.newrevive:color/mtrl_scrim_color = 0x7f050258
+com.example.newrevive:style/Base.Widget.Material3.FloatingActionButton.Large = 0x7f100103
+com.example.newrevive:color/mtrl_outlined_icon_tint = 0x7f050255
+com.example.newrevive:style/Base.V7.Theme.AppCompat.Light = 0x7f1000b6
+com.example.newrevive:style/Widget.Design.AppBarLayout = 0x7f100320
+com.example.newrevive:color/material_personalized_color_on_surface_variant = 0x7f050218
+com.example.newrevive:color/mtrl_on_surface_ripple_color = 0x7f050254
+com.example.newrevive:dimen/m3_comp_filter_chip_with_icon_icon_size = 0x7f060111
+com.example.newrevive:color/m3_sys_color_light_on_secondary_container = 0x7f050187
+com.example.newrevive:color/mtrl_on_primary_text_btn_text_color_selector = 0x7f050253
+com.example.newrevive:drawable/abc_seekbar_track_material = 0x7f070065
+com.example.newrevive:color/cardview_dark_background = 0x7f05002b
+com.example.newrevive:color/mtrl_navigation_bar_ripple_color = 0x7f05024f
+com.example.newrevive:color/mtrl_indicator_text_color = 0x7f05024b
+com.example.newrevive:color/m3_sys_color_dark_surface = 0x7f050149
+com.example.newrevive:attr/collapsingToolbarLayoutStyle = 0x7f0300e2
+com.example.newrevive:color/mtrl_filled_stroke_color = 0x7f05024a
+com.example.newrevive:id/cradle = 0x7f08008c
+com.example.newrevive:style/TextAppearance.Compat.Notification.Info = 0x7f1001b8
+com.example.newrevive:color/mtrl_filled_icon_tint = 0x7f050249
+com.example.newrevive:style/Base.Widget.AppCompat.ImageButton = 0x7f1000d6
+com.example.newrevive:color/mtrl_fab_icon_text_color_selector = 0x7f050246
+com.example.newrevive:color/mtrl_navigation_bar_colored_item_tint = 0x7f05024c
+com.example.newrevive:color/m3_ref_palette_dynamic_neutral_variant20 = 0x7f0500aa
+com.example.newrevive:color/mtrl_choice_chip_ripple_color = 0x7f050242
+com.example.newrevive:style/Widget.Material3.CollapsingToolbar = 0x7f100361
+com.example.newrevive:id/design_navigation_view = 0x7f08009c
+com.example.newrevive:dimen/m3_comp_fab_primary_small_container_height = 0x7f060107
+com.example.newrevive:style/Theme.Design.Light.NoActionBar = 0x7f100219
+com.example.newrevive:color/m3_sys_color_light_on_primary = 0x7f050184
+com.example.newrevive:id/accessibility_custom_action_15 = 0x7f080018
+com.example.newrevive:style/Base.Theme.AppCompat.Light.Dialog.MinWidth = 0x7f100055
+com.example.newrevive:attr/paddingRightSystemWindowInsets = 0x7f030337
+com.example.newrevive:color/mtrl_btn_text_color_selector = 0x7f050237
+com.example.newrevive:attr/tabSecondaryStyle = 0x7f0303f3
+com.example.newrevive:style/Base.V22.Theme.AppCompat = 0x7f1000a7
+com.example.newrevive:color/mtrl_btn_text_color_disabled = 0x7f050236
+com.example.newrevive:attr/behavior_overlapTop = 0x7f030060
+com.example.newrevive:style/Theme.MaterialComponents.Light.Dialog.FixedSize = 0x7f10025c
+com.example.newrevive:attr/motion_postLayoutCollision = 0x7f03031b
+com.example.newrevive:id/floating = 0x7f0800d4
+com.example.newrevive:style/ShapeAppearance.M3.Sys.Shape.Corner.Large = 0x7f10015e
+com.example.newrevive:color/material_timepicker_modebutton_tint = 0x7f050230
+com.example.newrevive:color/material_timepicker_button_stroke = 0x7f05022d
+com.example.newrevive:drawable/$avd_hide_password__0 = 0x7f070000
+com.example.newrevive:attr/dividerPadding = 0x7f03015d
+com.example.newrevive:color/material_personalized_color_surface = 0x7f050220
+com.example.newrevive:style/Widget.Material3.MaterialCalendar.Day = 0x7f100381
+com.example.newrevive:color/material_personalized_color_secondary_container = 0x7f05021f
+com.example.newrevive:color/material_personalized_color_secondary = 0x7f05021e
+com.example.newrevive:integer/abc_config_activityShortDur = 0x7f090001
+com.example.newrevive:color/material_personalized_color_primary_container = 0x7f05021c
+com.example.newrevive:color/material_personalized_color_on_tertiary_container = 0x7f05021a
+com.example.newrevive:color/material_personalized_color_on_surface = 0x7f050216
+com.example.newrevive:dimen/mtrl_bottomappbar_fabOffsetEndMode = 0x7f0601f5
+com.example.newrevive:macro/m3_comp_switch_selected_hover_state_layer_color = 0x7f0c009f
+com.example.newrevive:dimen/m3_ripple_hovered_alpha = 0x7f060179
+com.example.newrevive:color/material_personalized_color_on_secondary_container = 0x7f050215
+com.example.newrevive:drawable/material_ic_keyboard_arrow_next_black_24dp = 0x7f0700b5
+com.example.newrevive:color/material_personalized_color_on_error_container = 0x7f050211
+com.example.newrevive:attr/layout_constraintStart_toStartOf = 0x7f03026d
+com.example.newrevive:integer/mtrl_view_gone = 0x7f090037
+com.example.newrevive:attr/backgroundStacked = 0x7f03004c
+com.example.newrevive:color/material_personalized_color_on_error = 0x7f050210
+com.example.newrevive:color/m3_sys_color_light_on_error_container = 0x7f050183
+com.example.newrevive:color/material_personalized_color_on_background = 0x7f05020f
+com.example.newrevive:attr/actionBarDivider = 0x7f030002
+com.example.newrevive:color/m3_ref_palette_dynamic_primary70 = 0x7f0500bc
+com.example.newrevive:dimen/m3_comp_suggestion_chip_flat_container_elevation = 0x7f060142
+com.example.newrevive:dimen/m3_side_sheet_modal_elevation = 0x7f060187
+com.example.newrevive:color/foreground_material_dark = 0x7f05005b
+com.example.newrevive:color/material_on_surface_emphasis_high_type = 0x7f050209
+com.example.newrevive:color/mtrl_navigation_item_icon_tint = 0x7f050251
+com.example.newrevive:color/material_slider_halo_color = 0x7f050228
+com.example.newrevive:style/Theme.Material3.DayNight.NoActionBar = 0x7f100229
+com.example.newrevive:color/material_on_surface_disabled = 0x7f050208
+com.example.newrevive:color/material_on_primary_emphasis_medium = 0x7f050207
+com.example.newrevive:color/material_on_background_emphasis_high_type = 0x7f050203
+com.example.newrevive:macro/m3_comp_filled_autocomplete_menu_list_item_selected_container_color = 0x7f0c0022
+com.example.newrevive:style/ThemeOverlay.AppCompat.Dark.ActionBar = 0x7f100269
+com.example.newrevive:color/material_on_background_disabled = 0x7f050202
+com.example.newrevive:attr/endIconScaleType = 0x7f030182
+com.example.newrevive:color/material_grey_900 = 0x7f0501fd
+com.example.newrevive:style/ThemeOverlay.Material3.Search = 0x7f1002a3
+com.example.newrevive:drawable/btn_checkbox_unchecked_mtrl = 0x7f070086
+com.example.newrevive:attr/fastScrollHorizontalThumbDrawable = 0x7f0301af
+com.example.newrevive:color/material_grey_600 = 0x7f0501fa
+com.example.newrevive:color/material_deep_teal_500 = 0x7f0501b4
+com.example.newrevive:dimen/m3_sys_motion_easing_emphasized_decelerate_control_y2 = 0x7f06019f
+com.example.newrevive:string/greetingMessage = 0x7f0f0037
+com.example.newrevive:color/material_grey_100 = 0x7f0501f7
+com.example.newrevive:color/m3_ref_palette_dynamic_neutral_variant50 = 0x7f0500ad
+com.example.newrevive:color/material_dynamic_tertiary99 = 0x7f0501f6
+com.example.newrevive:attr/clockFaceBackgroundColor = 0x7f0300cc
+com.example.newrevive:dimen/mtrl_calendar_navigation_bottom_padding = 0x7f06022d
+com.example.newrevive:color/m3_ref_palette_dynamic_secondary50 = 0x7f0500c7
+com.example.newrevive:color/material_dynamic_tertiary95 = 0x7f0501f5
+com.example.newrevive:color/material_dynamic_tertiary80 = 0x7f0501f3
+com.example.newrevive:attr/colorAccent = 0x7f0300e4
+com.example.newrevive:id/titleDividerNoCustom = 0x7f0801e5
+com.example.newrevive:drawable/mtrl_ic_checkbox_unchecked = 0x7f0700cc
+com.example.newrevive:dimen/m3_searchview_height = 0x7f060186
+com.example.newrevive:color/material_dynamic_tertiary50 = 0x7f0501f0
+com.example.newrevive:color/material_dynamic_tertiary10 = 0x7f0501eb
+com.example.newrevive:dimen/tooltip_margin = 0x7f0602bc
+com.example.newrevive:dimen/mtrl_calendar_pre_l_text_clip_padding = 0x7f060230
+com.example.newrevive:attr/textPanX = 0x7f030438
+com.example.newrevive:color/material_dynamic_neutral0 = 0x7f0501b6
+com.example.newrevive:color/material_dynamic_secondary70 = 0x7f0501e5
+com.example.newrevive:color/material_dynamic_secondary50 = 0x7f0501e3
+com.example.newrevive:color/material_dynamic_secondary10 = 0x7f0501de
+com.example.newrevive:color/material_dynamic_primary20 = 0x7f0501d3
+com.example.newrevive:style/Widget.Material3.ExtendedFloatingActionButton.Secondary = 0x7f10036e
+com.example.newrevive:attr/layout_constraintEnd_toStartOf = 0x7f03025a
+com.example.newrevive:color/material_dynamic_primary100 = 0x7f0501d2
+com.example.newrevive:color/material_dynamic_primary10 = 0x7f0501d1
+com.example.newrevive:color/material_dynamic_primary0 = 0x7f0501d0
+com.example.newrevive:color/material_dynamic_neutral_variant99 = 0x7f0501cf
+com.example.newrevive:style/Widget.Design.TextInputLayout = 0x7f10032a
+com.example.newrevive:color/material_dynamic_neutral_variant95 = 0x7f0501ce
+com.example.newrevive:style/Widget.MaterialComponents.Button = 0x7f1003df
+com.example.newrevive:color/material_dynamic_neutral_variant80 = 0x7f0501cc
+com.example.newrevive:attr/expandedTitleTextAppearance = 0x7f03019b
+com.example.newrevive:color/material_dynamic_neutral_variant70 = 0x7f0501cb
+com.example.newrevive:attr/tabIconTint = 0x7f0303e0
+com.example.newrevive:drawable/circlebc = 0x7f07008d
+com.example.newrevive:macro/m3_comp_extended_fab_surface_container_color = 0x7f0c0013
+com.example.newrevive:color/material_dynamic_neutral_variant40 = 0x7f0501c8
+com.example.newrevive:style/Widget.Material3.MaterialCalendar.MonthNavigationButton = 0x7f100391
+com.example.newrevive:drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__2 = 0x7f070017
+com.example.newrevive:color/material_dynamic_neutral_variant30 = 0x7f0501c7
+com.example.newrevive:color/m3_elevated_chip_background_color = 0x7f050086
+com.example.newrevive:color/material_dynamic_neutral_variant20 = 0x7f0501c6
+com.example.newrevive:attr/expandedTitleMarginTop = 0x7f03019a
+com.example.newrevive:color/material_dynamic_neutral_variant100 = 0x7f0501c5
+com.example.newrevive:dimen/m3_chip_dragged_translation_z = 0x7f0600e4
+com.example.newrevive:color/material_dynamic_neutral_variant10 = 0x7f0501c4
+com.example.newrevive:color/material_dynamic_neutral_variant0 = 0x7f0501c3
+com.example.newrevive:integer/mtrl_calendar_header_orientation = 0x7f090028
+com.example.newrevive:style/Widget.MaterialComponents.TextInputLayout.FilledBox.ExposedDropdownMenu = 0x7f100433
+com.example.newrevive:color/material_dynamic_neutral70 = 0x7f0501be
+com.example.newrevive:attr/materialDividerHeavyStyle = 0x7f0302c9
+com.example.newrevive:attr/hintAnimationEnabled = 0x7f0301f7
+com.example.newrevive:color/material_dynamic_neutral60 = 0x7f0501bd
+com.example.newrevive:id/default_activity_button = 0x7f080095
+com.example.newrevive:macro/m3_comp_navigation_rail_container_color = 0x7f0c0036
+com.example.newrevive:color/material_dynamic_neutral40 = 0x7f0501bb
+com.example.newrevive:dimen/item_touch_helper_swipe_escape_max_velocity = 0x7f06009b
+com.example.newrevive:color/m3_sys_color_dynamic_light_on_tertiary_container = 0x7f050170
+com.example.newrevive:color/material_dynamic_neutral30 = 0x7f0501ba
+com.example.newrevive:color/mtrl_calendar_item_stroke_color = 0x7f050239
+com.example.newrevive:color/m3_ref_palette_neutral_variant50 = 0x7f0500fb
+com.example.newrevive:color/material_dynamic_neutral100 = 0x7f0501b8
+com.example.newrevive:color/material_deep_teal_200 = 0x7f0501b3
+com.example.newrevive:color/material_cursor_color = 0x7f0501b2
+com.example.newrevive:color/material_blue_grey_950 = 0x7f0501b1
+com.example.newrevive:style/Widget.Material3.AutoCompleteTextView.FilledBox = 0x7f10032e
+com.example.newrevive:color/m3_ref_palette_dynamic_tertiary30 = 0x7f0500d2
+com.example.newrevive:color/m3_timepicker_secondary_text_button_ripple_color = 0x7f0501ac
+com.example.newrevive:color/bright_foreground_inverse_material_dark = 0x7f050024
+com.example.newrevive:color/m3_timepicker_display_ripple_color = 0x7f0501a9
+com.example.newrevive:color/m3_textfield_input_text_color = 0x7f0501a1
+com.example.newrevive:drawable/notification_bg_normal = 0x7f0700e5
+com.example.newrevive:color/m3_timepicker_button_ripple_color = 0x7f0501a5
+com.example.newrevive:id/accessibility_custom_action_19 = 0x7f08001c
+com.example.newrevive:color/m3_textfield_indicator_text_color = 0x7f0501a0
+com.example.newrevive:color/m3_textfield_filled_background_color = 0x7f05019f
+com.example.newrevive:dimen/mtrl_navigation_rail_active_text_size = 0x7f06026d
+com.example.newrevive:attr/tabIndicatorFullWidth = 0x7f0303e6
+com.example.newrevive:color/m3_text_button_ripple_color_selector = 0x7f05019e
+com.example.newrevive:color/m3_tabs_icon_color = 0x7f050196
+com.example.newrevive:attr/deltaPolarAngle = 0x7f030151
+com.example.newrevive:drawable/abc_ic_menu_share_mtrl_alpha = 0x7f070048
+com.example.newrevive:dimen/m3_btn_dialog_btn_min_width = 0x7f0600c1
+com.example.newrevive:color/m3_sys_color_light_primary_container = 0x7f05018f
+com.example.newrevive:style/Widget.AppCompat.ActionMode = 0x7f1002dd
+com.example.newrevive:id/dragUp = 0x7f0800ad
+com.example.newrevive:color/m3_sys_color_light_primary = 0x7f05018e
+com.example.newrevive:id/carer_name_register = 0x7f08006d
+com.example.newrevive:id/textTop = 0x7f0801d7
+com.example.newrevive:color/m3_sys_color_light_on_surface = 0x7f050188
+com.example.newrevive:style/Widget.AppCompat.TextView.SpinnerItem = 0x7f10031b
+com.example.newrevive:color/m3_sys_color_light_on_secondary = 0x7f050186
+com.example.newrevive:drawable/material_ic_calendar_black_24dp = 0x7f0700b1
+com.example.newrevive:color/m3_sys_color_light_on_error = 0x7f050182
+com.example.newrevive:id/transition_layout_save = 0x7f0801ee
+com.example.newrevive:color/m3_sys_color_dark_on_secondary_container = 0x7f05013e
+com.example.newrevive:attr/elevationOverlayEnabled = 0x7f03017a
+com.example.newrevive:color/m3_sys_color_light_on_background = 0x7f050181
+com.example.newrevive:dimen/m3_comp_switch_disabled_unselected_icon_opacity = 0x7f060149
+com.example.newrevive:attr/autoSizeTextType = 0x7f030042
+com.example.newrevive:color/m3_sys_color_light_inverse_surface = 0x7f050180
+com.example.newrevive:style/ThemeOverlay.Material3.Button.TextButton.Snackbar = 0x7f100280
+com.example.newrevive:color/material_dynamic_primary40 = 0x7f0501d5
+com.example.newrevive:color/mtrl_btn_text_btn_bg_color_selector = 0x7f050234
+com.example.newrevive:color/m3_sys_color_light_inverse_primary = 0x7f05017f
+com.example.newrevive:dimen/abc_action_bar_content_inset_material = 0x7f060000
+com.example.newrevive:color/m3_ref_palette_secondary50 = 0x7f050115
+com.example.newrevive:dimen/m3_comp_filled_autocomplete_menu_container_elevation = 0x7f060109
+com.example.newrevive:color/m3_sys_color_light_error = 0x7f05017c
+com.example.newrevive:attr/removeEmbeddedFabElevation = 0x7f03036f
+com.example.newrevive:color/m3_sys_color_dynamic_light_tertiary_container = 0x7f05017a
+com.example.newrevive:attr/logoDescription = 0x7f0302a4
+com.example.newrevive:color/m3_sys_color_dynamic_light_tertiary = 0x7f050179
+com.example.newrevive:attr/colorOnSecondary = 0x7f0300f5
+com.example.newrevive:color/m3_sys_color_dynamic_light_secondary_container = 0x7f050176
+com.example.newrevive:color/m3_sys_color_dynamic_light_primary_container = 0x7f050174
+com.example.newrevive:style/Widget.Material3.MaterialTimePicker.Display.TextInputLayout = 0x7f1003a0
+com.example.newrevive:color/m3_sys_color_dynamic_light_outline_variant = 0x7f050172
+com.example.newrevive:attr/boxCornerRadiusTopEnd = 0x7f030075
+com.example.newrevive:attr/layout_constraintWidth_percent = 0x7f030279
+com.example.newrevive:dimen/m3_btn_text_btn_icon_padding_left = 0x7f0600d4
+com.example.newrevive:color/m3_sys_color_dynamic_light_on_tertiary = 0x7f05016f
+com.example.newrevive:styleable/SnackbarLayout = 0x7f11007f
+com.example.newrevive:styleable/CollapsingToolbarLayout = 0x7f110022
+com.example.newrevive:dimen/abc_control_padding_material = 0x7f06001a
+com.example.newrevive:color/m3_sys_color_dynamic_light_on_primary = 0x7f050169
+com.example.newrevive:attr/guidelineUseRtl = 0x7f0301e9
+com.example.newrevive:dimen/mtrl_badge_horizontal_edge_offset = 0x7f0601ed
+com.example.newrevive:color/m3_sys_color_dynamic_dark_secondary_container = 0x7f05015f
+com.example.newrevive:dimen/m3_sys_motion_easing_legacy_control_y1 = 0x7f0601a6
+com.example.newrevive:style/Widget.Material3.FloatingActionButton.Tertiary = 0x7f10037c
+com.example.newrevive:color/m3_sys_color_dynamic_dark_secondary = 0x7f05015e
+com.example.newrevive:color/m3_sys_color_dynamic_dark_primary = 0x7f05015c
+com.example.newrevive:attr/itemRippleColor = 0x7f03022a
+com.example.newrevive:color/m3_sys_color_dynamic_dark_outline = 0x7f05015a
+com.example.newrevive:attr/behavior_expandedOffset = 0x7f03005c
+com.example.newrevive:drawable/abc_btn_check_to_on_mtrl_015 = 0x7f07002f
+com.example.newrevive:dimen/m3_sys_elevation_level2 = 0x7f060194
+com.example.newrevive:style/ThemeOverlay.Material3.DynamicColors.DayNight = 0x7f10028c
+com.example.newrevive:color/m3_sys_color_dynamic_dark_on_surface = 0x7f050156
+com.example.newrevive:attr/behavior_significantVelocityThreshold = 0x7f030063
+com.example.newrevive:color/m3_sys_color_dynamic_dark_on_primary = 0x7f050152
+com.example.newrevive:attr/springBoundary = 0x7f0303ad
+com.example.newrevive:color/m3_sys_color_dynamic_dark_inverse_primary = 0x7f05014f
+com.example.newrevive:color/m3_sys_color_dynamic_dark_background = 0x7f05014d
+com.example.newrevive:drawable/abc_cab_background_internal_bg = 0x7f070038
+com.example.newrevive:color/m3_sys_color_dark_secondary = 0x7f050147
+com.example.newrevive:id/accessibility_custom_action_30 = 0x7f080029
+com.example.newrevive:dimen/abc_seekbar_track_background_height_material = 0x7f060038
+com.example.newrevive:dimen/m3_comp_switch_track_width = 0x7f06014e
+com.example.newrevive:color/m3_sys_color_dark_on_error_container = 0x7f05013a
+com.example.newrevive:attr/colorOnSurface = 0x7f0300f7
+com.example.newrevive:color/m3_ref_palette_dynamic_secondary0 = 0x7f0500c1
+com.example.newrevive:color/m3_sys_color_dark_inverse_surface = 0x7f050137
+com.example.newrevive:id/bounceBoth = 0x7f080061
+com.example.newrevive:dimen/material_clock_hand_padding = 0x7f0601c9
+com.example.newrevive:color/m3_sys_color_dark_inverse_on_surface = 0x7f050135
+com.example.newrevive:dimen/design_fab_image_size = 0x7f060070
+com.example.newrevive:attr/progressBarStyle = 0x7f03035a
+com.example.newrevive:color/mtrl_choice_chip_text_color = 0x7f050243
+com.example.newrevive:attr/switchTextAppearance = 0x7f0303dc
+com.example.newrevive:color/m3_switch_track_tint = 0x7f050131
+com.example.newrevive:attr/actionModeCloseDrawable = 0x7f030015
+com.example.newrevive:attr/collapsingToolbarLayoutLargeStyle = 0x7f0300df
+com.example.newrevive:color/m3_slider_inactive_track_color = 0x7f05012e
+com.example.newrevive:attr/boxCornerRadiusTopStart = 0x7f030076
+com.example.newrevive:macro/m3_ref_typeface_brand_medium = 0x7f0c00bf
+com.example.newrevive:attr/itemPadding = 0x7f030227
+com.example.newrevive:macro/m3_comp_extended_fab_surface_icon_color = 0x7f0c0014
+com.example.newrevive:attr/fontStyle = 0x7f0301df
+com.example.newrevive:color/m3_slider_halo_color = 0x7f05012d
+com.example.newrevive:color/m3_sys_color_dynamic_dark_on_tertiary_container = 0x7f050159
+com.example.newrevive:color/m3_slider_active_track_color = 0x7f05012c
+com.example.newrevive:attr/collapsedTitleTextColor = 0x7f0300dd
+com.example.newrevive:dimen/mtrl_btn_corner_radius = 0x7f0601fb
+com.example.newrevive:attr/constraintSet = 0x7f030110
+com.example.newrevive:color/m3_ref_palette_error60 = 0x7f0500e2
+com.example.newrevive:dimen/mtrl_progress_circular_inset_medium = 0x7f060278
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Caption = 0x7f100018
+com.example.newrevive:color/m3_ref_palette_tertiary99 = 0x7f050128
+com.example.newrevive:integer/mtrl_switch_thumb_post_morphing_duration = 0x7f09002f
+com.example.newrevive:dimen/m3_btn_text_btn_padding_right = 0x7f0600d7
+com.example.newrevive:attr/dividerColor = 0x7f030159
+com.example.newrevive:dimen/m3_comp_sheet_bottom_docked_standard_container_elevation = 0x7f06013b
+com.example.newrevive:color/m3_ref_palette_tertiary80 = 0x7f050125
+com.example.newrevive:color/material_dynamic_secondary30 = 0x7f0501e1
+com.example.newrevive:color/m3_ref_palette_dynamic_neutral_variant100 = 0x7f0500a9
+com.example.newrevive:color/m3_ref_palette_black = 0x7f050099
+com.example.newrevive:color/m3_ref_palette_tertiary70 = 0x7f050124
+com.example.newrevive:attr/layout_constraintWidth_max = 0x7f030277
+com.example.newrevive:attr/trackDecorationTint = 0x7f030478
+com.example.newrevive:id/exitUntilCollapsed = 0x7f0800c5
+com.example.newrevive:attr/cornerSizeTopLeft = 0x7f030133
+com.example.newrevive:color/material_dynamic_secondary40 = 0x7f0501e2
+com.example.newrevive:attr/minTouchTargetSize = 0x7f0302e8
+com.example.newrevive:color/m3_ref_palette_tertiary100 = 0x7f05011e
+com.example.newrevive:color/m3_ref_palette_secondary30 = 0x7f050113
+com.example.newrevive:color/m3_ref_palette_secondary95 = 0x7f05011a
+com.example.newrevive:color/m3_ref_palette_secondary90 = 0x7f050119
+com.example.newrevive:color/m3_ref_palette_secondary0 = 0x7f05010f
+com.example.newrevive:dimen/m3_badge_with_text_horizontal_offset = 0x7f0600af
+com.example.newrevive:dimen/abc_text_size_title_material_toolbar = 0x7f060050
+com.example.newrevive:color/m3_ref_palette_primary40 = 0x7f050107
+com.example.newrevive:dimen/m3_appbar_scrim_height_trigger_medium = 0x7f0600a8
+com.example.newrevive:color/m3_ref_palette_primary30 = 0x7f050106
+com.example.newrevive:layout/mtrl_calendar_day = 0x7f0b004a
+com.example.newrevive:color/m3_ref_palette_neutral_variant99 = 0x7f050101
+com.example.newrevive:styleable/ChipGroup = 0x7f11001e
+com.example.newrevive:drawable/rounded_button = 0x7f0700ee
+com.example.newrevive:style/Base.Theme.MaterialComponents.Dialog.FixedSize = 0x7f100065
+com.example.newrevive:id/cos = 0x7f08008a
+com.example.newrevive:dimen/m3_btn_padding_right = 0x7f0600d1
+com.example.newrevive:attr/autoShowKeyboard = 0x7f03003d
+com.example.newrevive:color/m3_ref_palette_neutral_variant40 = 0x7f0500fa
+com.example.newrevive:color/m3_ref_palette_neutral_variant30 = 0x7f0500f9
+com.example.newrevive:color/m3_sys_color_dark_tertiary = 0x7f05014b
+com.example.newrevive:interpolator/m3_sys_motion_easing_standard_decelerate = 0x7f0a000d
+com.example.newrevive:attr/motionStagger = 0x7f030319
+com.example.newrevive:color/m3_ref_palette_neutral_variant20 = 0x7f0500f8
+com.example.newrevive:attr/trackHeight = 0x7f03047a
+com.example.newrevive:id/expand_activities_button = 0x7f0800c6
+com.example.newrevive:color/m3_ref_palette_neutral_variant0 = 0x7f0500f5
+com.example.newrevive:dimen/mtrl_calendar_days_of_week_height = 0x7f06021e
+com.example.newrevive:attr/track = 0x7f030472
+com.example.newrevive:layout/mtrl_layout_snackbar_include = 0x7f0b0055
+com.example.newrevive:dimen/m3_searchbar_padding_start = 0x7f060181
+com.example.newrevive:macro/m3_comp_switch_unselected_focus_icon_color = 0x7f0c00a8
+com.example.newrevive:style/Base.Theme.AppCompat.Dialog.Alert = 0x7f10004c
+com.example.newrevive:attr/counterTextAppearance = 0x7f030139
+com.example.newrevive:color/m3_ref_palette_neutral80 = 0x7f0500f1
+com.example.newrevive:id/time = 0x7f0801e3
+com.example.newrevive:attr/actionButtonStyle = 0x7f03000d
+com.example.newrevive:dimen/design_bottom_navigation_active_item_min_width = 0x7f060060
+com.example.newrevive:attr/fontFamily = 0x7f0301d7
+com.example.newrevive:style/Base.Widget.AppCompat.PopupMenu.Overflow = 0x7f1000e5
+com.example.newrevive:attr/colorSecondary = 0x7f030104
+com.example.newrevive:color/button_material_dark = 0x7f050028
+com.example.newrevive:color/m3_ref_palette_neutral_variant100 = 0x7f0500f7
+com.example.newrevive:drawable/abc_ic_menu_paste_mtrl_am_alpha = 0x7f070046
+com.example.newrevive:drawable/$mtrl_checkbox_button_unchecked_checked__2 = 0x7f070020
+com.example.newrevive:color/m3_ref_palette_neutral20 = 0x7f0500eb
+com.example.newrevive:color/m3_sys_color_dark_on_tertiary = 0x7f050141
+com.example.newrevive:dimen/tooltip_vertical_padding = 0x7f0602bf
+com.example.newrevive:dimen/m3_comp_bottom_app_bar_container_height = 0x7f0600ee
+com.example.newrevive:color/m3_ref_palette_neutral0 = 0x7f0500e8
+com.example.newrevive:color/material_dynamic_neutral90 = 0x7f0501c0
+com.example.newrevive:color/m3_ref_palette_error95 = 0x7f0500e6
+com.example.newrevive:style/Widget.MaterialComponents.MaterialCalendar.HeaderTitle = 0x7f10040f
+com.example.newrevive:attr/motionEasingAccelerated = 0x7f030301
+com.example.newrevive:id/date_picker_actions = 0x7f080091
+com.example.newrevive:dimen/abc_text_size_body_2_material = 0x7f060040
+com.example.newrevive:color/m3_ref_palette_error30 = 0x7f0500df
+com.example.newrevive:style/MaterialAlertDialog.MaterialComponents.Body.Text = 0x7f100129
+com.example.newrevive:style/Animation.AppCompat.DropDownUp = 0x7f100003
+com.example.newrevive:id/accessibility_custom_action_13 = 0x7f080016
+com.example.newrevive:color/m3_ref_palette_error100 = 0x7f0500dd
+com.example.newrevive:attr/dragScale = 0x7f030161
+com.example.newrevive:color/m3_ref_palette_neutral40 = 0x7f0500ed
+com.example.newrevive:style/Widget.MaterialComponents.Slider = 0x7f100425
+com.example.newrevive:macro/m3_comp_outlined_text_field_supporting_text_type = 0x7f0c0055
+com.example.newrevive:color/abc_tint_default = 0x7f050014
+com.example.newrevive:id/mtrl_calendar_selection_frame = 0x7f080130
+com.example.newrevive:macro/m3_comp_search_bar_pressed_supporting_text_color = 0x7f0c006c
+com.example.newrevive:macro/m3_comp_primary_navigation_tab_divider_color = 0x7f0c005b
+com.example.newrevive:color/m3_ref_palette_dynamic_tertiary95 = 0x7f0500d9
+com.example.newrevive:style/Base.ThemeOverlay.AppCompat.Dialog = 0x7f100076
+com.example.newrevive:color/m3_navigation_item_ripple_color = 0x7f050093
+com.example.newrevive:macro/m3_comp_fab_primary_container_color = 0x7f0c0017
+com.example.newrevive:attr/buttonBarButtonStyle = 0x7f03007c
+com.example.newrevive:color/m3_ref_palette_dynamic_tertiary60 = 0x7f0500d5
+com.example.newrevive:animator/m3_btn_elevated_btn_state_list_anim = 0x7f020009
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Widget.Button.Inverse = 0x7f10003a
+com.example.newrevive:color/m3_ref_palette_dynamic_tertiary40 = 0x7f0500d3
+com.example.newrevive:style/Widget.Material3.AutoCompleteTextView.OutlinedBox.Dense = 0x7f100331
+com.example.newrevive:dimen/abc_text_size_display_2_material = 0x7f060044
+com.example.newrevive:dimen/m3_navigation_rail_item_active_indicator_width = 0x7f060173
+com.example.newrevive:style/Base.Widget.AppCompat.PopupWindow = 0x7f1000e6
+com.example.newrevive:color/m3_ref_palette_dynamic_tertiary10 = 0x7f0500cf
+com.example.newrevive:style/Widget.AppCompat.ListPopupWindow = 0x7f100306
+com.example.newrevive:color/m3_ref_palette_dynamic_secondary99 = 0x7f0500cd
+com.example.newrevive:color/m3_ref_palette_dynamic_primary99 = 0x7f0500c0
+com.example.newrevive:color/m3_ref_palette_dynamic_primary95 = 0x7f0500bf
+com.example.newrevive:styleable/SearchView = 0x7f110079
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Display3 = 0x7f10001b
+com.example.newrevive:attr/layout_scrollFlags = 0x7f030289
+com.example.newrevive:string/mtrl_picker_text_input_day_abbr = 0x7f0f008b
+com.example.newrevive:attr/tooltipForegroundColor = 0x7f03046a
+com.example.newrevive:dimen/mtrl_navigation_rail_compact_width = 0x7f06026e
+com.example.newrevive:color/design_default_color_primary_variant = 0x7f050047
+com.example.newrevive:attr/cornerSize = 0x7f030130
+com.example.newrevive:dimen/mtrl_high_ripple_default_alpha = 0x7f06025c
+com.example.newrevive:anim/abc_slide_out_top = 0x7f010009
+com.example.newrevive:color/m3_ref_palette_dynamic_neutral_variant80 = 0x7f0500b0
+com.example.newrevive:style/Widget.Material3.BottomNavigationView = 0x7f100336
+com.example.newrevive:style/TextAppearance.M3.Sys.Typescale.DisplayLarge = 0x7f1001ca
+com.example.newrevive:attr/titleMargins = 0x7f03045f
+com.example.newrevive:attr/motionEasingStandardDecelerateInterpolator = 0x7f03030b
+com.example.newrevive:color/m3_ref_palette_dynamic_neutral_variant10 = 0x7f0500a8
+com.example.newrevive:attr/itemShapeInsetStart = 0x7f030230
+com.example.newrevive:attr/singleLine = 0x7f0303a1
+com.example.newrevive:color/switch_thumb_material_light = 0x7f05027e
+com.example.newrevive:color/m3_ref_palette_dynamic_neutral90 = 0x7f0500a4
+com.example.newrevive:style/Widget.Material3.Button = 0x7f10033b
+com.example.newrevive:dimen/mtrl_textinput_box_stroke_width_default = 0x7f06029e
+com.example.newrevive:color/m3_ref_palette_dynamic_neutral60 = 0x7f0500a1
+com.example.newrevive:attr/indicatorSize = 0x7f030216
+com.example.newrevive:animator/mtrl_btn_state_list_anim = 0x7f020014
+com.example.newrevive:string/material_motion_easing_emphasized = 0x7f0f0052
+com.example.newrevive:color/primary_text_default_material_light = 0x7f050270
+com.example.newrevive:dimen/design_navigation_icon_padding = 0x7f060076
+com.example.newrevive:attr/behavior_hideable = 0x7f03005f
+com.example.newrevive:color/m3_ref_palette_tertiary10 = 0x7f05011d
+com.example.newrevive:attr/marginLeftSystemWindowInsets = 0x7f0302a7
+com.example.newrevive:attr/checkedButton = 0x7f0300a4
+com.example.newrevive:color/m3_ref_palette_neutral_variant10 = 0x7f0500f6
+com.example.newrevive:id/row_index_key = 0x7f080177
+com.example.newrevive:style/ThemeOverlay.Material3.Dark.ActionBar = 0x7f100285
+com.example.newrevive:attr/cardUseCompatPadding = 0x7f030092
+com.example.newrevive:color/dim_foreground_disabled_material_dark = 0x7f050055
+com.example.newrevive:attr/alertDialogButtonGroupStyle = 0x7f030028
+com.example.newrevive:style/Widget.Material3.MaterialCalendar.DayTextView = 0x7f100386
+com.example.newrevive:attr/actionModeCopyDrawable = 0x7f030016
+com.example.newrevive:attr/dayTodayStyle = 0x7f03014b
+com.example.newrevive:attr/waveShape = 0x7f03049b
+com.example.newrevive:color/m3_radiobutton_ripple_tint = 0x7f050098
+com.example.newrevive:attr/fastScrollEnabled = 0x7f0301ae
+com.example.newrevive:styleable/MenuItem = 0x7f11005f
+com.example.newrevive:color/m3_navigation_item_background_color = 0x7f050091
+com.example.newrevive:styleable/Toolbar = 0x7f11008e
+com.example.newrevive:attr/flow_firstVerticalBias = 0x7f0301c5
+com.example.newrevive:color/m3_navigation_bar_item_with_indicator_label_tint = 0x7f05008f
+com.example.newrevive:color/m3_filled_icon_button_container_color_selector = 0x7f05008a
+com.example.newrevive:color/m3_fab_ripple_color_selector = 0x7f050089
+com.example.newrevive:animator/m3_card_elevated_state_list_anim = 0x7f02000b
+com.example.newrevive:color/m3_fab_efab_foreground_color_selector = 0x7f050088
+com.example.newrevive:anim/mtrl_bottom_sheet_slide_in = 0x7f010027
+com.example.newrevive:color/m3_dynamic_highlighted_text = 0x7f050082
+com.example.newrevive:attr/defaultDuration = 0x7f03014c
+com.example.newrevive:color/m3_sys_color_dynamic_light_surface_variant = 0x7f050178
+com.example.newrevive:color/m3_dynamic_default_color_secondary_text = 0x7f050081
+com.example.newrevive:color/m3_dynamic_dark_default_color_secondary_text = 0x7f05007c
+com.example.newrevive:color/m3_default_color_secondary_text = 0x7f05007a
+com.example.newrevive:dimen/design_bottom_navigation_text_size = 0x7f06006a
+com.example.newrevive:attr/barLength = 0x7f030055
+com.example.newrevive:attr/cornerFamilyBottomRight = 0x7f03012c
+com.example.newrevive:color/m3_dark_primary_text_disable_only = 0x7f050078
+com.example.newrevive:color/m3_dark_highlighted_text = 0x7f050076
+com.example.newrevive:drawable/notification_tile_bg = 0x7f0700ea
+com.example.newrevive:attr/defaultState = 0x7f030150
+com.example.newrevive:attr/closeItemLayout = 0x7f0300d7
+com.example.newrevive:color/m3_button_background_color_selector = 0x7f050063
+com.example.newrevive:string/mtrl_picker_a11y_prev_month = 0x7f0f006f
+com.example.newrevive:color/m3_assist_chip_stroke_color = 0x7f050062
+com.example.newrevive:string/material_timepicker_pm = 0x7f0f005c
+com.example.newrevive:color/m3_appbar_overlay_color = 0x7f050060
+com.example.newrevive:color/m3_hint_foreground = 0x7f05008c
+com.example.newrevive:style/Widget.MaterialComponents.TimePicker.Display.HelperText = 0x7f10043e
+com.example.newrevive:color/dim_foreground_material_dark = 0x7f050057
+com.example.newrevive:dimen/m3_comp_slider_disabled_inactive_track_opacity = 0x7f06013e
+com.example.newrevive:attr/windowMinWidthMinor = 0x7f0304a5
+com.example.newrevive:color/design_fab_shadow_end_color = 0x7f05004c
+com.example.newrevive:attr/controlBackground = 0x7f030127
+com.example.newrevive:drawable/abc_textfield_default_mtrl_alpha = 0x7f070073
+com.example.newrevive:color/design_default_color_primary = 0x7f050045
+com.example.newrevive:color/design_fab_shadow_mid_color = 0x7f05004d
+com.example.newrevive:color/design_default_color_on_surface = 0x7f050044
+com.example.newrevive:color/design_default_color_on_error = 0x7f050041
+com.example.newrevive:styleable/FragmentContainerView = 0x7f11003a
+com.example.newrevive:color/design_default_color_on_background = 0x7f050040
+com.example.newrevive:color/purple_700 = 0x7f050274
+com.example.newrevive:color/m3_ref_palette_dynamic_secondary30 = 0x7f0500c5
+com.example.newrevive:style/ShapeAppearanceOverlay.MaterialComponents.MaterialCalendar.Year = 0x7f100184
+com.example.newrevive:dimen/mtrl_progress_circular_size_extra_small = 0x7f06027c
+com.example.newrevive:styleable/ThemeEnforcement = 0x7f11008d
+com.example.newrevive:color/m3_timepicker_button_background_color = 0x7f0501a4
+com.example.newrevive:color/design_dark_default_color_secondary_variant = 0x7f05003c
+com.example.newrevive:attr/colorSecondaryVariant = 0x7f030106
+com.example.newrevive:style/ThemeOverlay.AppCompat.Dialog.Alert = 0x7f10026d
+com.example.newrevive:dimen/design_fab_translation_z_pressed = 0x7f060074
+com.example.newrevive:style/TextAppearance.M3.Sys.Typescale.LabelSmall = 0x7f1001d2
+com.example.newrevive:style/ThemeOverlay.Material3.Chip = 0x7f100282
+com.example.newrevive:color/design_dark_default_color_on_secondary = 0x7f050036
+com.example.newrevive:macro/m3_comp_primary_navigation_tab_active_hover_state_layer_color = 0x7f0c0057
+com.example.newrevive:color/m3_ref_palette_neutral90 = 0x7f0500f2
+com.example.newrevive:color/design_dark_default_color_on_primary = 0x7f050035
+com.example.newrevive:color/m3_sys_color_dark_on_secondary = 0x7f05013d
+com.example.newrevive:anim/abc_tooltip_exit = 0x7f01000b
+com.example.newrevive:attr/showDelay = 0x7f030393
+com.example.newrevive:color/design_dark_default_color_on_error = 0x7f050034
+com.example.newrevive:attr/titleMarginStart = 0x7f03045d
+com.example.newrevive:integer/mtrl_badge_max_character_count = 0x7f090025
+com.example.newrevive:attr/layout_dodgeInsetEdges = 0x7f03027a
+com.example.newrevive:style/Base.Widget.Material3.TabLayout.OnSurface = 0x7f100109
+com.example.newrevive:color/design_box_stroke_color = 0x7f050030
+com.example.newrevive:id/counterclockwise = 0x7f08008b
+com.example.newrevive:attr/chipStartPadding = 0x7f0300be
+com.example.newrevive:dimen/mtrl_fab_elevation = 0x7f060258
+com.example.newrevive:color/m3_ref_palette_neutral50 = 0x7f0500ee
+com.example.newrevive:color/cardview_shadow_end_color = 0x7f05002d
+com.example.newrevive:dimen/design_tab_text_size = 0x7f06008b
+com.example.newrevive:style/Theme.Design.Light.BottomSheetDialog = 0x7f100218
+com.example.newrevive:color/bright_foreground_material_light = 0x7f050027
+com.example.newrevive:dimen/mtrl_calendar_year_horizontal_padding = 0x7f06023a
+com.example.newrevive:color/androidx_core_secondary_text_default_material_light = 0x7f05001c
+com.example.newrevive:id/edt_carerPhone_register = 0x7f0800b6
+com.example.newrevive:drawable/abc_tab_indicator_mtrl_alpha = 0x7f07006d
+com.example.newrevive:styleable/View = 0x7f110093
+com.example.newrevive:color/accent_material_dark = 0x7f050019
+com.example.newrevive:attr/colorSecondaryContainer = 0x7f030105
+com.example.newrevive:macro/m3_comp_outlined_autocomplete_menu_list_item_selected_container_color = 0x7f0c0038
+com.example.newrevive:color/abc_tint_switch_track = 0x7f050018
+com.example.newrevive:styleable/AppBarLayout_Layout = 0x7f11000c
+com.example.newrevive:attr/colorErrorContainer = 0x7f0300ec
+com.example.newrevive:attr/selectorSize = 0x7f030382
+com.example.newrevive:color/abc_search_url_text = 0x7f05000d
+com.example.newrevive:attr/materialIconButtonStyle = 0x7f0302ce
+com.example.newrevive:attr/searchPrefixText = 0x7f03037c
+com.example.newrevive:color/abc_hint_foreground_material_light = 0x7f050008
+com.example.newrevive:attr/textAppearanceHeadlineLarge = 0x7f03040f
+com.example.newrevive:color/m3_tonal_button_ripple_color_selector = 0x7f0501ae
+com.example.newrevive:color/abc_decor_view_status_guard_light = 0x7f050006
+com.example.newrevive:style/Widget.Material3.CircularProgressIndicator.Medium = 0x7f10035f
+com.example.newrevive:color/m3_chip_assist_text_color = 0x7f05006f
+com.example.newrevive:attr/numericModifiers = 0x7f030329
+com.example.newrevive:color/abc_decor_view_status_guard = 0x7f050005
+com.example.newrevive:dimen/mtrl_navigation_rail_margin = 0x7f060273
+com.example.newrevive:color/abc_color_highlight_material = 0x7f050004
+com.example.newrevive:attr/buttonPanelSideLayout = 0x7f030087
+com.example.newrevive:color/m3_dark_default_color_secondary_text = 0x7f050075
+com.example.newrevive:color/abc_btn_colored_text_material = 0x7f050003
+com.example.newrevive:color/abc_background_cache_hint_selector_material_dark = 0x7f050000
+com.example.newrevive:dimen/abc_text_size_large_material = 0x7f060048
+com.example.newrevive:attr/textInputOutlinedDenseStyle = 0x7f030431
+com.example.newrevive:attr/yearSelectedStyle = 0x7f0304a7
+com.example.newrevive:dimen/m3_sys_motion_easing_legacy_decelerate_control_x2 = 0x7f0601a9
+com.example.newrevive:style/Widget.AppCompat.Light.DropDownItem.Spinner = 0x7f1002fe
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Menu = 0x7f100025
+com.example.newrevive:attr/windowFixedWidthMinor = 0x7f0304a3
+com.example.newrevive:attr/windowFixedHeightMajor = 0x7f0304a0
+com.example.newrevive:attr/lastBaselineToBottomHeight = 0x7f030241
+com.example.newrevive:attr/waveVariesBy = 0x7f03049c
+com.example.newrevive:dimen/mtrl_high_ripple_pressed_alpha = 0x7f06025f
+com.example.newrevive:id/parent_matrix = 0x7f080160
+com.example.newrevive:attr/touchRegionId = 0x7f030471
+com.example.newrevive:attr/itemStrokeWidth = 0x7f030234
+com.example.newrevive:attr/layout_constraintCircleRadius = 0x7f030257
+com.example.newrevive:attr/textColorAlertDialogListItem = 0x7f030429
+com.example.newrevive:attr/wavePhase = 0x7f03049a
+com.example.newrevive:attr/waveDecay = 0x7f030497
+com.example.newrevive:animator/mtrl_fab_hide_motion_spec = 0x7f02001d
+com.example.newrevive:attr/warmth = 0x7f030496
+com.example.newrevive:dimen/mtrl_tooltip_arrowSize = 0x7f0602a5
+com.example.newrevive:attr/voiceIcon = 0x7f030495
+com.example.newrevive:attr/viewTransitionOnNegativeCross = 0x7f030492
+com.example.newrevive:style/Widget.Support.CoordinatorLayout = 0x7f100448
+com.example.newrevive:attr/endIconMode = 0x7f030181
+com.example.newrevive:id/mtrl_picker_fullscreen = 0x7f080137
+com.example.newrevive:style/Widget.MaterialComponents.MaterialCalendar.HeaderConfirmButton = 0x7f100409
+com.example.newrevive:attr/viewTransitionOnCross = 0x7f030491
+com.example.newrevive:attr/verticalOffsetWithText = 0x7f03048e
+com.example.newrevive:color/abc_search_url_text_normal = 0x7f05000e
+com.example.newrevive:dimen/abc_dialog_fixed_width_major = 0x7f06001e
+com.example.newrevive:id/btn_register_screen = 0x7f080067
+com.example.newrevive:attr/showTitle = 0x7f030398
+com.example.newrevive:attr/helperTextEnabled = 0x7f0301ef
+com.example.newrevive:attr/values = 0x7f03048c
+com.example.newrevive:id/month_navigation_next = 0x7f080126
+com.example.newrevive:attr/useDrawerArrowDrawable = 0x7f03048a
+com.example.newrevive:style/MaterialAlertDialog.Material3.Title.Text.CenterStacked = 0x7f100127
+com.example.newrevive:color/m3_sys_color_dynamic_light_surface = 0x7f050177
+com.example.newrevive:layout/design_bottom_navigation_item = 0x7f0b0021
+com.example.newrevive:attr/windowActionBarOverlay = 0x7f03049e
+com.example.newrevive:attr/useCompatPadding = 0x7f030489
+com.example.newrevive:attr/shapeAppearance = 0x7f030384
+com.example.newrevive:attr/triggerSlack = 0x7f030486
+com.example.newrevive:color/mtrl_card_view_foreground = 0x7f05023b
+com.example.newrevive:attr/alertDialogTheme = 0x7f03002b
+com.example.newrevive:color/m3_ref_palette_primary0 = 0x7f050102
+com.example.newrevive:attr/chipIconVisible = 0x7f0300b7
+com.example.newrevive:attr/fabAlignmentMode = 0x7f0301a5
+com.example.newrevive:attr/tabMaxWidth = 0x7f0303ea
+com.example.newrevive:attr/triggerId = 0x7f030484
+com.example.newrevive:color/dim_foreground_material_light = 0x7f050058
+com.example.newrevive:attr/motionEasingStandardAccelerateInterpolator = 0x7f03030a
+com.example.newrevive:attr/layout_constraintHeight = 0x7f03025e
+com.example.newrevive:attr/titleMarginEnd = 0x7f03045c
+com.example.newrevive:drawable/notification_bg_normal_pressed = 0x7f0700e6
+com.example.newrevive:attr/transitionDisable = 0x7f03047f
+com.example.newrevive:style/Widget.MaterialComponents.TabLayout.Colored = 0x7f10042a
+com.example.newrevive:drawable/mtrl_ic_arrow_drop_up = 0x7f0700c8
+com.example.newrevive:dimen/abc_alert_dialog_button_bar_height = 0x7f060010
+com.example.newrevive:color/m3_ref_palette_secondary99 = 0x7f05011b
+com.example.newrevive:color/secondary_text_default_material_light = 0x7f050278
+com.example.newrevive:id/snapMargins = 0x7f0801aa
+com.example.newrevive:attr/transformPivotTarget = 0x7f03047e
+com.example.newrevive:attr/dividerInsetEnd = 0x7f03015b
+com.example.newrevive:color/m3_sys_color_dynamic_dark_inverse_surface = 0x7f050150
+com.example.newrevive:attr/materialCalendarHeaderTitle = 0x7f0302bb
+com.example.newrevive:drawable/abc_ab_share_pack_mtrl_alpha = 0x7f070029
+com.example.newrevive:id/accessibility_custom_action_20 = 0x7f08001e
+com.example.newrevive:dimen/m3_sys_motion_easing_emphasized_decelerate_control_x1 = 0x7f06019c
+com.example.newrevive:color/material_dynamic_primary99 = 0x7f0501dc
+com.example.newrevive:attr/panelMenuListWidth = 0x7f03033d
+com.example.newrevive:attr/listLayout = 0x7f030298
+com.example.newrevive:style/Widget.AppCompat.ActionBar.TabBar = 0x7f1002d7
+com.example.newrevive:attr/actionBarPopupTheme = 0x7f030004
+com.example.newrevive:attr/trackTint = 0x7f03047c
+com.example.newrevive:drawable/banner_bg = 0x7f07007b
+com.example.newrevive:attr/trackDecorationTintMode = 0x7f030479
+com.example.newrevive:attr/itemIconTint = 0x7f030224
+com.example.newrevive:color/m3_slider_thumb_color = 0x7f05012f
+com.example.newrevive:attr/actionTextColorAlpha = 0x7f030024
+com.example.newrevive:color/m3_ref_palette_dynamic_neutral_variant99 = 0x7f0500b3
+com.example.newrevive:attr/navigationMode = 0x7f030322
+com.example.newrevive:attr/trackColorInactive = 0x7f030475
+com.example.newrevive:attr/trackColor = 0x7f030473
+com.example.newrevive:attr/badgeRadius = 0x7f030050
+com.example.newrevive:attr/touchAnchorId = 0x7f03046f
+com.example.newrevive:style/Base.V14.Widget.MaterialComponents.AutoCompleteTextView = 0x7f10009a
+com.example.newrevive:dimen/m3_comp_switch_selected_pressed_state_layer_opacity = 0x7f06014c
+com.example.newrevive:style/TextAppearance.AppCompat.Widget.DropDownItem = 0x7f1001b1
+com.example.newrevive:macro/m3_comp_primary_navigation_tab_inactive_focus_state_layer_color = 0x7f0c005c
+com.example.newrevive:attr/tooltipStyle = 0x7f03046c
+com.example.newrevive:attr/tooltipFrameBackground = 0x7f03046b
+com.example.newrevive:color/m3_sys_color_dark_on_primary_container = 0x7f05013c
+com.example.newrevive:attr/toolbarStyle = 0x7f030468
+com.example.newrevive:attr/toolbarNavigationButtonStyle = 0x7f030467
+com.example.newrevive:color/m3_ref_palette_tertiary95 = 0x7f050127
+com.example.newrevive:style/TextAppearance.AppCompat.Tooltip = 0x7f1001a3
+com.example.newrevive:attr/toggleCheckedStateOnClick = 0x7f030465
+com.example.newrevive:id/accessibility_custom_action_12 = 0x7f080015
+com.example.newrevive:attr/titleTextEllipsize = 0x7f030463
+com.example.newrevive:style/ShapeAppearanceOverlay.Material3.NavigationView.Item = 0x7f10017a
+com.example.newrevive:id/material_timepicker_ok_button = 0x7f08011c
+com.example.newrevive:attr/titleTextColor = 0x7f030462
+com.example.newrevive:string/material_timepicker_am = 0x7f0f0058
+com.example.newrevive:color/material_personalized_color_on_primary = 0x7f050212
+com.example.newrevive:attr/motionDurationShort1 = 0x7f0302fd
+com.example.newrevive:attr/titlePositionInterpolator = 0x7f030460
+com.example.newrevive:dimen/mtrl_calendar_day_corner = 0x7f060218
+com.example.newrevive:attr/titleMarginTop = 0x7f03045e
+com.example.newrevive:attr/layout_goneMarginRight = 0x7f030281
+com.example.newrevive:attr/titleMarginBottom = 0x7f03045b
+com.example.newrevive:style/Widget.Material3.MaterialCalendar.HeaderDivider = 0x7f100389
+com.example.newrevive:attr/titleMargin = 0x7f03045a
+com.example.newrevive:dimen/m3_sys_motion_easing_legacy_accelerate_control_x2 = 0x7f0601a1
+com.example.newrevive:attr/textInputOutlinedExposedDropdownMenuStyle = 0x7f030432
+com.example.newrevive:style/Widget.MaterialComponents.MaterialCalendar.YearNavigationButton = 0x7f100417
+com.example.newrevive:attr/titleEnabled = 0x7f030459
+com.example.newrevive:style/ThemeOverlay.Material3.Button.IconButton.Filled.Tonal = 0x7f10027e
+com.example.newrevive:macro/m3_comp_search_bar_pressed_state_layer_color = 0x7f0c006b
+com.example.newrevive:drawable/abc_menu_hardkey_panel_mtrl_mult = 0x7f070059
+com.example.newrevive:attr/tintMode = 0x7f030454
+com.example.newrevive:attr/springStopThreshold = 0x7f0303b1
+com.example.newrevive:attr/checkedIconTint = 0x7f0300ab
+com.example.newrevive:color/m3_card_stroke_color = 0x7f05006c
+com.example.newrevive:attr/tint = 0x7f030453
+com.example.newrevive:dimen/mtrl_navigation_rail_elevation = 0x7f060270
+com.example.newrevive:attr/tickColorInactive = 0x7f03044e
+com.example.newrevive:dimen/material_font_2_0_box_collapsed_padding_top = 0x7f0601dd
+com.example.newrevive:color/bright_foreground_disabled_material_light = 0x7f050023
+com.example.newrevive:attr/thumbRadius = 0x7f030446
+com.example.newrevive:attr/boxBackgroundColor = 0x7f030070
+com.example.newrevive:attr/thumbIcon = 0x7f030443
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.Dialog.Alert.Framework = 0x7f1002be
+com.example.newrevive:color/material_harmonized_color_error = 0x7f0501fe
+com.example.newrevive:attr/imageRotate = 0x7f03020e
+com.example.newrevive:drawable/baseline_local_phone_24 = 0x7f070080
+com.example.newrevive:style/Widget.MaterialComponents.MaterialCalendar.Day.Selected = 0x7f100403
+com.example.newrevive:attr/customDimension = 0x7f030141
+com.example.newrevive:attr/thickness = 0x7f030440
+com.example.newrevive:color/m3_sys_color_dynamic_dark_on_background = 0x7f050151
+com.example.newrevive:attr/textureWidth = 0x7f03043e
+com.example.newrevive:attr/layout_constraintHeight_percent = 0x7f030262
+com.example.newrevive:attr/textureEffect = 0x7f03043c
+com.example.newrevive:attr/textStartPadding = 0x7f03043a
+com.example.newrevive:color/material_dynamic_tertiary40 = 0x7f0501ef
+com.example.newrevive:attr/colorControlNormal = 0x7f0300ea
+com.example.newrevive:attr/textInputStyle = 0x7f030434
+com.example.newrevive:attr/textEndPadding = 0x7f03042b
+com.example.newrevive:attr/materialDividerStyle = 0x7f0302ca
+com.example.newrevive:bool/abc_config_actionMenuItemAllCaps = 0x7f040001
+com.example.newrevive:macro/m3_comp_sheet_bottom_docked_drag_handle_color = 0x7f0c0086
+com.example.newrevive:attr/textBackgroundZoom = 0x7f030428
+com.example.newrevive:attr/textBackgroundPanY = 0x7f030426
+com.example.newrevive:id/accessibility_custom_action_7 = 0x7f08002e
+com.example.newrevive:attr/mock_showDiagonals = 0x7f0302ee
+com.example.newrevive:attr/textBackgroundPanX = 0x7f030425
+com.example.newrevive:attr/layoutManager = 0x7f030246
+com.example.newrevive:attr/textAppearanceTitleSmall = 0x7f030423
+com.example.newrevive:style/Animation.Material3.SideSheetDialog = 0x7f100007
+com.example.newrevive:string/material_hour_24h_suffix = 0x7f0f004b
+com.example.newrevive:anim/linear_indeterminate_line2_tail_interpolator = 0x7f010020
+com.example.newrevive:attr/viewInflaterClass = 0x7f03048f
+com.example.newrevive:color/m3_dynamic_dark_primary_text_disable_only = 0x7f05007f
+com.example.newrevive:attr/textAppearanceSubtitle1 = 0x7f03041f
+com.example.newrevive:attr/marginRightSystemWindowInsets = 0x7f0302a8
+com.example.newrevive:color/m3_ref_palette_secondary10 = 0x7f050110
+com.example.newrevive:attr/textAppearanceSmallPopupMenu = 0x7f03041e
+com.example.newrevive:layout/abc_search_view = 0x7f0b0019
+com.example.newrevive:attr/textAppearanceSearchResultTitle = 0x7f03041d
+com.example.newrevive:attr/textAppearanceListItemSmall = 0x7f030419
+com.example.newrevive:styleable/MaterialSwitch = 0x7f110059
+com.example.newrevive:color/m3_ref_palette_primary70 = 0x7f05010a
+com.example.newrevive:attr/startIconDrawable = 0x7f0303b7
+com.example.newrevive:attr/textAppearanceListItemSecondary = 0x7f030418
+com.example.newrevive:styleable/AppCompatTextView = 0x7f110011
+com.example.newrevive:style/Base.Widget.AppCompat.ActionBar.Solid = 0x7f1000bd
+com.example.newrevive:dimen/mtrl_calendar_header_height = 0x7f060223
+com.example.newrevive:color/m3_assist_chip_icon_tint_color = 0x7f050061
+com.example.newrevive:attr/textAppearanceListItem = 0x7f030417
+com.example.newrevive:id/dialog_button = 0x7f08009d
+com.example.newrevive:attr/autoSizePresetSizes = 0x7f030040
+com.example.newrevive:dimen/abc_dialog_fixed_width_minor = 0x7f06001f
+com.example.newrevive:attr/layout_collapseParallaxMultiplier = 0x7f03024b
+com.example.newrevive:attr/textAppearanceLargePopupMenu = 0x7f030415
+com.example.newrevive:anim/abc_fade_out = 0x7f010001
+com.example.newrevive:attr/textAppearanceLabelMedium = 0x7f030413
+com.example.newrevive:attr/textAppearanceHeadlineSmall = 0x7f030411
+com.example.newrevive:attr/motionEffect_move = 0x7f03030f
+com.example.newrevive:attr/textAppearanceHeadlineMedium = 0x7f030410
+com.example.newrevive:macro/m3_comp_primary_navigation_tab_with_icon_active_icon_color = 0x7f0c005f
+com.example.newrevive:attr/chipStrokeColor = 0x7f0300bf
+com.example.newrevive:color/mtrl_btn_bg_color_selector = 0x7f050231
+com.example.newrevive:attr/textAppearanceHeadline3 = 0x7f03040b
+com.example.newrevive:drawable/ic_m3_chip_check = 0x7f07009c
+com.example.newrevive:color/m3_ref_palette_dynamic_tertiary100 = 0x7f0500d0
+com.example.newrevive:integer/material_motion_duration_medium_2 = 0x7f090021
+com.example.newrevive:attr/maxActionInlineWidth = 0x7f0302d8
+com.example.newrevive:attr/textAppearanceHeadline2 = 0x7f03040a
+com.example.newrevive:id/startVertical = 0x7f0801bb
+com.example.newrevive:attr/textAppearanceDisplaySmall = 0x7f030408
+com.example.newrevive:anim/m3_bottom_sheet_slide_in = 0x7f010021
+com.example.newrevive:color/material_dynamic_neutral95 = 0x7f0501c1
+com.example.newrevive:attr/textAppearanceButton = 0x7f030404
+com.example.newrevive:style/Widget.Material3.BottomAppBar = 0x7f100333
+com.example.newrevive:attr/textAppearanceBodySmall = 0x7f030403
+com.example.newrevive:dimen/abc_config_prefDialogWidth = 0x7f060017
+com.example.newrevive:id/noState = 0x7f08014e
+com.example.newrevive:attr/telltales_tailScale = 0x7f0303fc
+com.example.newrevive:attr/tabUnboundedRipple = 0x7f0303f9
+com.example.newrevive:attr/tabTextColor = 0x7f0303f8
+com.example.newrevive:attr/tabTextAppearance = 0x7f0303f7
+com.example.newrevive:color/material_personalized_color_error_container = 0x7f05020e
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse = 0x7f100032
+com.example.newrevive:attr/tabStyle = 0x7f0303f6
+com.example.newrevive:color/m3_tabs_ripple_color = 0x7f050198
+com.example.newrevive:style/Base.Animation.AppCompat.Tooltip = 0x7f10000d
+com.example.newrevive:anim/abc_popup_enter = 0x7f010003
+com.example.newrevive:color/m3_ref_palette_secondary60 = 0x7f050116
+com.example.newrevive:attr/tabSelectedTextColor = 0x7f0303f5
+com.example.newrevive:style/Theme.AppCompat.CompactMenu = 0x7f100200
+com.example.newrevive:style/TextAppearance.AppCompat.Display1 = 0x7f10018c
+com.example.newrevive:attr/buttonGravity = 0x7f030082
+com.example.newrevive:style/Widget.Material3.Button.IconButton.Outlined = 0x7f100342
+com.example.newrevive:color/buttons = 0x7f05002a
+com.example.newrevive:id/shortcut = 0x7f08019f
+com.example.newrevive:color/mtrl_tabs_icon_color_selector_colored = 0x7f05025f
+com.example.newrevive:attr/tabRippleColor = 0x7f0303f2
+com.example.newrevive:attr/chipSpacing = 0x7f0300ba
+com.example.newrevive:attr/tabPaddingTop = 0x7f0303f1
+com.example.newrevive:style/Widget.AppCompat.ImageButton = 0x7f1002ee
+com.example.newrevive:attr/tabPaddingEnd = 0x7f0303ef
+com.example.newrevive:id/accessibility_custom_action_28 = 0x7f080026
+com.example.newrevive:attr/tabPaddingBottom = 0x7f0303ee
+com.example.newrevive:color/m3_ref_palette_secondary20 = 0x7f050112
+com.example.newrevive:id/graph_wrap = 0x7f0800dd
+com.example.newrevive:style/Widget.MaterialComponents.CircularProgressIndicator.ExtraSmall = 0x7f1003f3
+com.example.newrevive:attr/compatShadowEnabled = 0x7f03010e
+com.example.newrevive:color/m3_simple_item_ripple_color = 0x7f05012b
+com.example.newrevive:attr/passwordToggleEnabled = 0x7f030340
+com.example.newrevive:attr/tabIndicator = 0x7f0303e2
+com.example.newrevive:attr/layout_constraintBaseline_toTopOf = 0x7f030251
+com.example.newrevive:color/m3_sys_color_dark_on_error = 0x7f050139
+com.example.newrevive:attr/tabPadding = 0x7f0303ed
+com.example.newrevive:attr/marginTopSystemWindowInsets = 0x7f0302a9
+com.example.newrevive:color/material_dynamic_tertiary70 = 0x7f0501f2
+com.example.newrevive:dimen/mtrl_calendar_header_height_fullscreen = 0x7f060224
+com.example.newrevive:dimen/m3_btn_elevation = 0x7f0600c6
+com.example.newrevive:drawable/m3_avd_hide_password = 0x7f0700a6
+com.example.newrevive:attr/materialCalendarDay = 0x7f0302b3
+com.example.newrevive:macro/m3_comp_checkbox_selected_disabled_container_color = 0x7f0c0004
+com.example.newrevive:attr/layout_constraintWidth_min = 0x7f030278
+com.example.newrevive:style/ShapeAppearance.Material3.Corner.Large = 0x7f100165
+com.example.newrevive:attr/textAppearanceHeadline6 = 0x7f03040e
+com.example.newrevive:style/Theme.MaterialComponents.Dialog.Alert = 0x7f10024b
+com.example.newrevive:attr/circularflow_viewCenter = 0x7f0300c9
+com.example.newrevive:attr/switchStyle = 0x7f0303db
+com.example.newrevive:style/Widget.MaterialComponents.ActionBar.PrimarySurface = 0x7f1003cb
+com.example.newrevive:attr/switchPadding = 0x7f0303da
+com.example.newrevive:attr/suffixTextColor = 0x7f0303d7
+com.example.newrevive:attr/suffixTextAppearance = 0x7f0303d6
+com.example.newrevive:attr/telltales_tailColor = 0x7f0303fb
+com.example.newrevive:attr/layout_constraintRight_toRightOf = 0x7f03026b
+com.example.newrevive:attr/motionDurationLong4 = 0x7f0302f8
+com.example.newrevive:attr/endIconTintMode = 0x7f030184
+com.example.newrevive:attr/subtitleTextStyle = 0x7f0303d4
+com.example.newrevive:layout/abc_action_mode_close_item_material = 0x7f0b0005
+com.example.newrevive:color/m3_ref_palette_primary80 = 0x7f05010b
+com.example.newrevive:attr/tabIconTintMode = 0x7f0303e1
+com.example.newrevive:drawable/abc_spinner_textfield_background_material = 0x7f070067
+com.example.newrevive:style/Widget.Material3.SideSheet.Modal = 0x7f1003b1
+com.example.newrevive:attr/subtitleTextColor = 0x7f0303d3
+com.example.newrevive:drawable/$avd_hide_password__2 = 0x7f070002
+com.example.newrevive:dimen/m3_sys_elevation_level4 = 0x7f060196
+com.example.newrevive:color/m3_dynamic_hint_foreground = 0x7f050083
+com.example.newrevive:attr/subtitleCentered = 0x7f0303d1
+com.example.newrevive:color/material_personalized_color_on_primary_container = 0x7f050213
+com.example.newrevive:color/m3_sys_color_dynamic_dark_primary_container = 0x7f05015d
+com.example.newrevive:attr/subheaderTextAppearance = 0x7f0303ce
+com.example.newrevive:dimen/mtrl_textinput_start_icon_margin_end = 0x7f0602a3
+com.example.newrevive:style/Base.Widget.AppCompat.Button = 0x7f1000c7
+com.example.newrevive:dimen/m3_navigation_rail_item_active_indicator_height = 0x7f060171
+com.example.newrevive:attr/clickAction = 0x7f0300cb
+com.example.newrevive:color/m3_ref_palette_primary90 = 0x7f05010c
+com.example.newrevive:attr/subheaderInsetStart = 0x7f0303cd
+com.example.newrevive:drawable/ic_m3_chip_close = 0x7f07009e
+com.example.newrevive:dimen/notification_action_icon_size = 0x7f0602ab
+com.example.newrevive:style/TextAppearance.Material3.HeadlineMedium = 0x7f1001df
+com.example.newrevive:id/buttonPanel = 0x7f080068
+com.example.newrevive:dimen/mtrl_navigation_item_horizontal_padding = 0x7f060268
+com.example.newrevive:color/design_default_color_primary_dark = 0x7f050046
+com.example.newrevive:attr/shortcutMatchRequired = 0x7f03038f
+com.example.newrevive:attr/subheaderInsetEnd = 0x7f0303cc
+com.example.newrevive:color/m3_ref_palette_dynamic_primary0 = 0x7f0500b4
+com.example.newrevive:attr/autoSizeStepGranularity = 0x7f030041
+com.example.newrevive:style/Widget.AppCompat.Light.ActivityChooserView = 0x7f1002fc
+com.example.newrevive:attr/subMenuArrow = 0x7f0303ca
+com.example.newrevive:attr/materialSearchViewPrefixStyle = 0x7f0302d0
+com.example.newrevive:color/m3_timepicker_button_text_color = 0x7f0501a6
+com.example.newrevive:color/m3_ref_palette_dynamic_neutral_variant90 = 0x7f0500b1
+com.example.newrevive:attr/state_with_icon = 0x7f0303c4
+com.example.newrevive:styleable/ViewPager2 = 0x7f110095
+com.example.newrevive:style/Widget.Material3.Button.ElevatedButton.Icon = 0x7f10033d
+com.example.newrevive:style/Widget.AppCompat.Button.Small = 0x7f1002e5
+com.example.newrevive:integer/cancel_button_image_alpha = 0x7f090004
+com.example.newrevive:id/snap = 0x7f0801a9
+com.example.newrevive:drawable/abc_ic_menu_overflow_material = 0x7f070045
+com.example.newrevive:macro/m3_comp_search_view_divider_color = 0x7f0c0072
+com.example.newrevive:drawable/ic_launcher_background = 0x7f07009a
+com.example.newrevive:dimen/m3_sys_motion_easing_emphasized_accelerate_control_y2 = 0x7f06019b
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Headline = 0x7f10001d
+com.example.newrevive:attr/upDuration = 0x7f030488
+com.example.newrevive:attr/motionProgress = 0x7f030318
+com.example.newrevive:attr/state_lifted = 0x7f0303c3
+com.example.newrevive:attr/state_liftable = 0x7f0303c2
+com.example.newrevive:attr/motionTarget = 0x7f03031a
+com.example.newrevive:attr/textAppearanceBodyLarge = 0x7f030401
+com.example.newrevive:drawable/abc_spinner_mtrl_am_alpha = 0x7f070066
+com.example.newrevive:attr/state_collapsible = 0x7f0303be
+com.example.newrevive:attr/state_collapsed = 0x7f0303bd
+com.example.newrevive:attr/errorEnabled = 0x7f03018b
+com.example.newrevive:color/material_divider_color = 0x7f0501b5
+com.example.newrevive:attr/checkedTextViewStyle = 0x7f0300ae
+com.example.newrevive:color/m3_dynamic_default_color_primary_text = 0x7f050080
+com.example.newrevive:attr/errorIconDrawable = 0x7f03018c
+com.example.newrevive:attr/state_above_anchor = 0x7f0303bc
+com.example.newrevive:styleable/CustomAttribute = 0x7f11002e
+com.example.newrevive:attr/startIconScaleType = 0x7f0303b9
+com.example.newrevive:macro/m3_comp_fab_primary_large_container_shape = 0x7f0c001a
+com.example.newrevive:attr/startIconMinSize = 0x7f0303b8
+com.example.newrevive:attr/alphabeticModifiers = 0x7f03002e
+com.example.newrevive:attr/startIconContentDescription = 0x7f0303b6
+com.example.newrevive:attr/layout_constraintBottom_toBottomOf = 0x7f030253
+com.example.newrevive:color/abc_tint_edittext = 0x7f050015
+com.example.newrevive:attr/startIconCheckable = 0x7f0303b5
+com.example.newrevive:color/material_dynamic_neutral_variant60 = 0x7f0501ca
+com.example.newrevive:layout/mtrl_calendar_year = 0x7f0b0053
+com.example.newrevive:attr/staggered = 0x7f0303b4
+com.example.newrevive:attr/alertDialogStyle = 0x7f03002a
+com.example.newrevive:attr/paddingStart = 0x7f030338
+com.example.newrevive:dimen/m3_sys_motion_easing_standard_control_x1 = 0x7f0601b4
+com.example.newrevive:color/m3_popupmenu_overlay_color = 0x7f050095
+com.example.newrevive:attr/arrowShaftLength = 0x7f030039
+com.example.newrevive:attr/animateCircleAngleTo = 0x7f030030
+com.example.newrevive:attr/srcCompat = 0x7f0303b2
+com.example.newrevive:attr/toolbarId = 0x7f030466
+com.example.newrevive:style/Widget.MaterialComponents.MaterialCalendar.HeaderSelection.Fullscreen = 0x7f10040e
+com.example.newrevive:color/design_bottom_navigation_shadow_color = 0x7f05002f
+com.example.newrevive:dimen/m3_btn_icon_only_default_padding = 0x7f0600c9
+com.example.newrevive:dimen/mtrl_exposed_dropdown_menu_popup_vertical_padding = 0x7f060247
+com.example.newrevive:attr/materialButtonStyle = 0x7f0302b1
+com.example.newrevive:attr/spinnerStyle = 0x7f0303ab
+com.example.newrevive:macro/m3_ref_typeface_brand_regular = 0x7f0c00c0
+com.example.newrevive:id/cancel_button = 0x7f08006b
+com.example.newrevive:dimen/material_clock_display_height = 0x7f0601c4
+com.example.newrevive:attr/spinBars = 0x7f0303a9
+com.example.newrevive:style/Base.Widget.Material3.ExtendedFloatingActionButton = 0x7f100100
+com.example.newrevive:attr/spanCount = 0x7f0303a8
+com.example.newrevive:color/m3_ref_palette_neutral99 = 0x7f0500f4
+com.example.newrevive:attr/tabInlineLabel = 0x7f0303e9
+com.example.newrevive:dimen/mtrl_calendar_bottom_padding = 0x7f060216
+com.example.newrevive:attr/itemHorizontalTranslationEnabled = 0x7f030221
+com.example.newrevive:dimen/m3_small_fab_size = 0x7f06018f
+com.example.newrevive:attr/snackbarTextViewStyle = 0x7f0303a7
+com.example.newrevive:style/Base.V7.Widget.AppCompat.AutoCompleteTextView = 0x7f1000b9
+com.example.newrevive:color/abc_secondary_text_material_light = 0x7f050012
+com.example.newrevive:dimen/mtrl_btn_max_width = 0x7f060206
+com.example.newrevive:attr/snackbarStyle = 0x7f0303a6
+com.example.newrevive:attr/singleSelection = 0x7f0303a2
+com.example.newrevive:dimen/mtrl_btn_icon_padding = 0x7f060203
+com.example.newrevive:attr/singleChoiceItemLayout = 0x7f0303a0
+com.example.newrevive:style/Widget.Material3.Chip.Input.Elevated = 0x7f100357
+com.example.newrevive:attr/simpleItems = 0x7f03039f
+com.example.newrevive:string/material_minute_selection = 0x7f0f004e
+com.example.newrevive:color/abc_hint_foreground_material_dark = 0x7f050007
+com.example.newrevive:attr/horizontalOffsetWithText = 0x7f0301fe
+com.example.newrevive:attr/simpleItemSelectedRippleColor = 0x7f03039e
+com.example.newrevive:attr/sideSheetModalStyle = 0x7f03039b
+com.example.newrevive:style/Widget.MaterialComponents.TimePicker.Display.TextInputEditText = 0x7f10043f
+com.example.newrevive:attr/materialCalendarYearNavigationButton = 0x7f0302c1
+com.example.newrevive:style/Widget.MaterialComponents.Button.TextButton.Dialog.Flush = 0x7f1003e5
+com.example.newrevive:integer/mtrl_view_visible = 0x7f090039
+com.example.newrevive:dimen/notification_top_pad_large_text = 0x7f0602b9
+com.example.newrevive:attr/shrinkMotionSpec = 0x7f030399
+com.example.newrevive:attr/keylines = 0x7f03023c
+com.example.newrevive:color/m3_ref_palette_secondary80 = 0x7f050118
+com.example.newrevive:dimen/abc_text_size_title_material = 0x7f06004f
+com.example.newrevive:attr/endIconContentDescription = 0x7f03017e
+com.example.newrevive:color/m3_ref_palette_neutral_variant70 = 0x7f0500fd
+com.example.newrevive:attr/showDividers = 0x7f030394
+com.example.newrevive:dimen/disabled_alpha_material_light = 0x7f06008f
+com.example.newrevive:attr/badgeTextColor = 0x7f030052
+com.example.newrevive:dimen/m3_btn_stroke_size = 0x7f0600d3
+com.example.newrevive:attr/showAsAction = 0x7f030392
+com.example.newrevive:attr/indeterminateAnimationType = 0x7f030210
+com.example.newrevive:animator/fragment_fade_enter = 0x7f020005
+com.example.newrevive:attr/showAnimationBehavior = 0x7f030391
+com.example.newrevive:attr/isMaterial3DynamicColorApplied = 0x7f03021a
+com.example.newrevive:anim/btn_checkbox_to_checked_icon_null_animation = 0x7f01000e
+com.example.newrevive:attr/textAppearanceDisplayMedium = 0x7f030407
+com.example.newrevive:dimen/m3_bottom_sheet_drag_handle_bottom_padding = 0x7f0600b8
+com.example.newrevive:attr/counterEnabled = 0x7f030135
+com.example.newrevive:dimen/mtrl_chip_pressed_translation_z = 0x7f060243
+com.example.newrevive:attr/endIconCheckable = 0x7f03017d
+com.example.newrevive:style/Widget.MaterialComponents.MaterialCalendar.Day.Today = 0x7f100404
+com.example.newrevive:attr/shapeAppearanceCornerExtraLarge = 0x7f030385
+com.example.newrevive:style/Widget.AppCompat.SeekBar = 0x7f100314
+com.example.newrevive:style/ThemeOverlay.Material3.Light.Dialog.Alert.Framework = 0x7f100299
+com.example.newrevive:dimen/compat_notification_large_icon_max_height = 0x7f06005b
+com.example.newrevive:attr/actionProviderClass = 0x7f030023
+com.example.newrevive:attr/constraint_referenced_tags = 0x7f030114
+com.example.newrevive:color/m3_calendar_item_disabled_text = 0x7f050068
+com.example.newrevive:attr/selectableItemBackgroundBorderless = 0x7f030380
+com.example.newrevive:drawable/abc_btn_radio_to_on_mtrl_000 = 0x7f070034
+com.example.newrevive:style/Theme.Material3.Dark.BottomSheetDialog = 0x7f10021c
+com.example.newrevive:attr/layout_scrollEffect = 0x7f030288
+com.example.newrevive:color/abc_secondary_text_material_dark = 0x7f050011
+com.example.newrevive:attr/searchViewStyle = 0x7f03037d
+com.example.newrevive:dimen/m3_btn_text_btn_padding_left = 0x7f0600d6
+com.example.newrevive:color/m3_ref_palette_dynamic_neutral80 = 0x7f0500a3
+com.example.newrevive:attr/scrimBackground = 0x7f030378
+com.example.newrevive:styleable/include = 0x7f110098
+com.example.newrevive:style/TextAppearance.AppCompat.Title.Inverse = 0x7f1001a2
+com.example.newrevive:attr/scaleFromTextSize = 0x7f030376
+com.example.newrevive:attr/shapeAppearanceOverlay = 0x7f03038c
+com.example.newrevive:style/Base.V23.Theme.AppCompat = 0x7f1000a9
+com.example.newrevive:attr/saturation = 0x7f030375
+com.example.newrevive:macro/m3_comp_search_view_header_trailing_icon_color = 0x7f0c0079
+com.example.newrevive:dimen/m3_appbar_size_large = 0x7f0600aa
+com.example.newrevive:color/mtrl_text_btn_text_color_selector = 0x7f050262
+com.example.newrevive:dimen/m3_comp_secondary_navigation_tab_active_indicator_height = 0x7f060136
+com.example.newrevive:dimen/m3_comp_filter_chip_flat_container_elevation = 0x7f06010f
+com.example.newrevive:attr/round = 0x7f030373
+com.example.newrevive:style/Theme.AppCompat.DayNight.Dialog.MinWidth = 0x7f100205
+com.example.newrevive:style/Base.Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f10006b
+com.example.newrevive:color/m3_ref_palette_tertiary50 = 0x7f050122
+com.example.newrevive:style/Widget.Material3.Search.Toolbar.Button.Navigation = 0x7f1003aa
+com.example.newrevive:attr/expandedTitleMarginEnd = 0x7f030198
+com.example.newrevive:attr/rotationCenterId = 0x7f030372
+com.example.newrevive:styleable/MaterialShape = 0x7f110058
+com.example.newrevive:dimen/notification_media_narrow_margin = 0x7f0602b2
+com.example.newrevive:attr/reverseLayout = 0x7f030370
+com.example.newrevive:dimen/mtrl_extended_fab_min_height = 0x7f060250
+com.example.newrevive:color/primary_dark_material_light = 0x7f05026c
+com.example.newrevive:color/mtrl_navigation_item_text_color = 0x7f050252
+com.example.newrevive:dimen/m3_sys_motion_easing_standard_accelerate_control_y2 = 0x7f0601b3
+com.example.newrevive:style/Base.TextAppearance.Widget.AppCompat.Toolbar.Title = 0x7f100048
+com.example.newrevive:color/material_personalized_color_surface_inverse = 0x7f050221
+com.example.newrevive:attr/collapsingToolbarLayoutLargeSize = 0x7f0300de
+com.example.newrevive:attr/region_widthMoreThan = 0x7f03036e
+com.example.newrevive:dimen/m3_small_fab_max_image_size = 0x7f06018e
+com.example.newrevive:style/Widget.Material3.PopupMenu.Overflow = 0x7f1003a8
+com.example.newrevive:attr/region_heightMoreThan = 0x7f03036c
+com.example.newrevive:style/Widget.AppCompat.Light.ActionBar.Solid.Inverse = 0x7f1002f1
+com.example.newrevive:attr/region_heightLessThan = 0x7f03036b
+com.example.newrevive:id/checked = 0x7f080078
+com.example.newrevive:id/parentPanel = 0x7f08015e
+com.example.newrevive:color/abc_primary_text_disable_only_material_dark = 0x7f050009
+com.example.newrevive:dimen/m3_extended_fab_start_padding = 0x7f06015b
+com.example.newrevive:attr/colorPrimary = 0x7f0300fe
+com.example.newrevive:attr/haloColor = 0x7f0301ea
+com.example.newrevive:attr/prefixText = 0x7f030354
+com.example.newrevive:attr/reactiveGuide_applyToConstraintSet = 0x7f030368
+com.example.newrevive:styleable/KeyCycle = 0x7f110040
+com.example.newrevive:attr/textAppearanceHeadline4 = 0x7f03040c
+com.example.newrevive:color/m3_ref_palette_dynamic_neutral95 = 0x7f0500a5
+com.example.newrevive:attr/reactiveGuide_applyToAllConstraintSets = 0x7f030367
+com.example.newrevive:style/TextAppearance.AppCompat.Subhead.Inverse = 0x7f1001a0
+com.example.newrevive:attr/reactiveGuide_animateChange = 0x7f030366
+com.example.newrevive:style/ShapeAppearance.Material3.Corner.None = 0x7f100167
+com.example.newrevive:string/mtrl_timepicker_confirm = 0x7f0f009c
+com.example.newrevive:attr/ratingBarStyleSmall = 0x7f030365
+com.example.newrevive:attr/floatingActionButtonPrimaryStyle = 0x7f0301b9
+com.example.newrevive:attr/queryPatterns = 0x7f030360
+com.example.newrevive:style/Base.Widget.AppCompat.DrawerArrowToggle = 0x7f1000d2
+com.example.newrevive:id/included = 0x7f0800f3
+com.example.newrevive:dimen/m3_comp_assist_chip_elevated_container_elevation = 0x7f0600e9
+com.example.newrevive:dimen/m3_slider_thumb_elevation = 0x7f06018d
+com.example.newrevive:attr/prefixTextColor = 0x7f030356
+com.example.newrevive:attr/listPreferredItemPaddingLeft = 0x7f03029f
+com.example.newrevive:attr/placeholderTextAppearance = 0x7f03034c
+com.example.newrevive:anim/abc_shrink_fade_out_from_bottom = 0x7f010005
+com.example.newrevive:attr/trackDecoration = 0x7f030477
+com.example.newrevive:drawable/$mtrl_switch_thumb_checked_pressed__0 = 0x7f070021
+com.example.newrevive:attr/popupTheme = 0x7f030352
+com.example.newrevive:dimen/mtrl_badge_text_horizontal_edge_offset = 0x7f0601f0
+com.example.newrevive:style/Widget.AppCompat.ButtonBar.AlertDialog = 0x7f1002e7
+com.example.newrevive:color/m3_timepicker_display_background_color = 0x7f0501a8
+com.example.newrevive:color/m3_ref_palette_error50 = 0x7f0500e1
+com.example.newrevive:dimen/m3_navigation_item_shape_inset_start = 0x7f060169
+com.example.newrevive:drawable/avd_show_password = 0x7f07007a
+com.example.newrevive:attr/popupMenuBackground = 0x7f030350
+com.example.newrevive:color/m3_button_outline_color_selector = 0x7f050065
+com.example.newrevive:attr/polarRelativeTo = 0x7f03034f
+com.example.newrevive:attr/placeholderText = 0x7f03034b
+com.example.newrevive:attr/pivotAnchor = 0x7f03034a
+com.example.newrevive:styleable/KeyTrigger = 0x7f110046
+com.example.newrevive:style/Widget.MaterialComponents.ExtendedFloatingActionButton.Icon = 0x7f1003fb
+com.example.newrevive:attr/drawPath = 0x7f030163
+com.example.newrevive:attr/tooltipText = 0x7f03046d
+com.example.newrevive:attr/perpendicularPath_percent = 0x7f030349
+com.example.newrevive:attr/colorOnTertiaryContainer = 0x7f0300fb
+com.example.newrevive:attr/buttonIcon = 0x7f030083
+com.example.newrevive:style/Widget.AppCompat.Light.PopupMenu.Overflow = 0x7f100302
+com.example.newrevive:style/ThemeOverlay.Material3.BottomSheetDialog = 0x7f100279
+com.example.newrevive:interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1 = 0x7f0a0003
+com.example.newrevive:id/tabMode = 0x7f0801c3
+com.example.newrevive:attr/percentY = 0x7f030348
+com.example.newrevive:drawable/material_cursor_drawable = 0x7f0700b0
+com.example.newrevive:attr/shapeAppearanceCornerMedium = 0x7f030388
+com.example.newrevive:attr/layout_constraintTop_creator = 0x7f03026f
+com.example.newrevive:attr/percentX = 0x7f030347
+com.example.newrevive:style/Base.V28.Theme.AppCompat.Light = 0x7f1000b3
+com.example.newrevive:layout/mtrl_picker_header_title_text = 0x7f0b005d
+com.example.newrevive:drawable/homepage_icon = 0x7f070095
+com.example.newrevive:style/Theme.MaterialComponents.Light.NoActionBar.Bridge = 0x7f100262
+com.example.newrevive:attr/itemMaxLines = 0x7f030225
+com.example.newrevive:color/mtrl_switch_track_decoration_tint = 0x7f05025b
+com.example.newrevive:attr/expandedTitleMarginBottom = 0x7f030197
+com.example.newrevive:color/dim_foreground_disabled_material_light = 0x7f050056
+com.example.newrevive:attr/tickVisible = 0x7f030452
+com.example.newrevive:id/direct = 0x7f08009f
+com.example.newrevive:attr/pathMotionArc = 0x7f030343
+com.example.newrevive:attr/materialIconButtonFilledStyle = 0x7f0302cb
+com.example.newrevive:attr/transitionPathRotate = 0x7f030482
+com.example.newrevive:attr/passwordToggleTint = 0x7f030341
+com.example.newrevive:integer/mtrl_switch_thumb_pressed_duration = 0x7f090031
+com.example.newrevive:drawable/abc_ratingbar_small_material = 0x7f07005d
+com.example.newrevive:string/i_already_have_an_account = 0x7f0f0039
+com.example.newrevive:color/m3_sys_color_dark_on_surface_variant = 0x7f050140
+com.example.newrevive:attr/flow_lastVerticalStyle = 0x7f0301ce
+com.example.newrevive:attr/panelMenuListTheme = 0x7f03033c
+com.example.newrevive:id/mtrl_picker_text_input_range_start = 0x7f08013e
+com.example.newrevive:color/m3_ref_palette_dynamic_primary20 = 0x7f0500b7
+com.example.newrevive:attr/transitionFlags = 0x7f030481
+com.example.newrevive:attr/panelBackground = 0x7f03033b
+com.example.newrevive:macro/m3_comp_fab_primary_container_shape = 0x7f0c0018
+com.example.newrevive:color/m3_radiobutton_button_tint = 0x7f050097
+com.example.newrevive:style/Base.TextAppearance.MaterialComponents.Button = 0x7f100043
+com.example.newrevive:anim/abc_tooltip_enter = 0x7f01000a
+com.example.newrevive:styleable/MaterialAutoCompleteTextView = 0x7f11004e
+com.example.newrevive:attr/displayOptions = 0x7f030157
+com.example.newrevive:attr/hideAnimationBehavior = 0x7f0301f2
+com.example.newrevive:attr/paddingTopNoTitle = 0x7f030339
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Medium.Inverse = 0x7f100024
+com.example.newrevive:id/save_overlay_view = 0x7f080179
+com.example.newrevive:dimen/fastscroll_default_thickness = 0x7f060090
+com.example.newrevive:id/disjoint = 0x7f0800a4
+com.example.newrevive:attr/reactiveGuide_valueId = 0x7f030369
+com.example.newrevive:dimen/m3_navigation_item_shape_inset_bottom = 0x7f060167
+com.example.newrevive:color/m3_dynamic_primary_text_disable_only = 0x7f050084
+com.example.newrevive:attr/overlay = 0x7f030332
+com.example.newrevive:style/Widget.MaterialComponents.ActionMode = 0x7f1003ce
+com.example.newrevive:drawable/$m3_avd_hide_password__0 = 0x7f070007
+com.example.newrevive:attr/onTouchUp = 0x7f030330
+com.example.newrevive:string/mtrl_picker_toggle_to_day_selection = 0x7f0f0090
+com.example.newrevive:attr/onShow = 0x7f03032e
+com.example.newrevive:style/Theme.MaterialComponents.DayNight.Dialog.MinWidth.Bridge = 0x7f100246
+com.example.newrevive:string/mtrl_picker_text_input_date_range_start_hint = 0x7f0f008a
+com.example.newrevive:color/highlighted_text_material_dark = 0x7f05005e
+com.example.newrevive:attr/onPositiveCross = 0x7f03032d
+com.example.newrevive:string/mtrl_chip_close_icon_content_description = 0x7f0f006b
+com.example.newrevive:color/m3_ref_palette_neutral_variant80 = 0x7f0500fe
+com.example.newrevive:id/mtrl_motion_snapshot_view = 0x7f080136
+com.example.newrevive:attr/nestedScrollFlags = 0x7f030325
+com.example.newrevive:style/Widget.MaterialComponents.ShapeableImageView = 0x7f100424
+com.example.newrevive:attr/materialCircleRadius = 0x7f0302c6
+com.example.newrevive:attr/onNegativeCross = 0x7f03032c
+com.example.newrevive:style/Widget.Material3.TextInputLayout.FilledBox.Dense = 0x7f1003bf
+com.example.newrevive:attr/onHide = 0x7f03032b
+com.example.newrevive:attr/queryBackground = 0x7f03035e
+com.example.newrevive:attr/transitionShapeAppearance = 0x7f030483
+com.example.newrevive:string/m3_sys_motion_easing_standard_decelerate = 0x7f0f0048
+com.example.newrevive:attr/textPanY = 0x7f030439
+com.example.newrevive:id/postLayout = 0x7f08016a
+com.example.newrevive:dimen/m3_divider_heavy_thickness = 0x7f060156
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Widget.ActionMode.Title = 0x7f100036
+com.example.newrevive:attr/chipIconSize = 0x7f0300b5
+com.example.newrevive:attr/homeLayout = 0x7f0301fc
+com.example.newrevive:attr/navigationIcon = 0x7f030320
+com.example.newrevive:layout/abc_list_menu_item_layout = 0x7f0b0010
+com.example.newrevive:dimen/mtrl_alert_dialog_background_inset_end = 0x7f0601e9
+com.example.newrevive:attr/multiChoiceItemLayout = 0x7f03031e
+com.example.newrevive:attr/paddingBottomSystemWindowInsets = 0x7f030334
+com.example.newrevive:attr/moveWhenScrollAtTop = 0x7f03031d
+com.example.newrevive:attr/layout_constraintRight_creator = 0x7f030269
+com.example.newrevive:attr/tickMarkTint = 0x7f030450
+com.example.newrevive:style/Theme.Material3.DayNight.Dialog = 0x7f100225
+com.example.newrevive:style/Base.Widget.MaterialComponents.AutoCompleteTextView = 0x7f10010b
+com.example.newrevive:style/Base.TextAppearance.AppCompat.SearchResult = 0x7f100026
+com.example.newrevive:attr/colorButtonNormal = 0x7f0300e6
+com.example.newrevive:dimen/m3_comp_suggestion_chip_with_leading_icon_leading_icon_size = 0x7f060144
+com.example.newrevive:style/Widget.Material3.ExtendedFloatingActionButton.Surface = 0x7f10036f
+com.example.newrevive:color/abc_background_cache_hint_selector_material_light = 0x7f050001
+com.example.newrevive:macro/m3_comp_switch_unselected_track_outline_color = 0x7f0c00b9
+com.example.newrevive:animator/m3_extended_fab_change_size_expand_motion_spec = 0x7f020010
+com.example.newrevive:attr/motion_triggerOnCollision = 0x7f03031c
+com.example.newrevive:style/Platform.Widget.AppCompat.Spinner = 0x7f10013f
+com.example.newrevive:drawable/passord_icon = 0x7f0700ec
+com.example.newrevive:color/m3_calendar_item_stroke_color = 0x7f050069
+com.example.newrevive:style/Widget.Material3.Chip.Filter.Elevated = 0x7f100355
+com.example.newrevive:dimen/mtrl_card_corner_radius = 0x7f06023f
+com.example.newrevive:attr/logoAdjustViewBounds = 0x7f0302a3
+com.example.newrevive:attr/motionPathRotate = 0x7f030317
+com.example.newrevive:drawable/abc_text_select_handle_middle_mtrl = 0x7f070070
+com.example.newrevive:style/Widget.MaterialComponents.TimePicker.ImageButton = 0x7f100441
+com.example.newrevive:attr/layout_editor_absoluteX = 0x7f03027b
+com.example.newrevive:color/m3_ref_palette_tertiary40 = 0x7f050121
+com.example.newrevive:attr/shapeAppearanceMediumComponent = 0x7f03038b
+com.example.newrevive:color/material_dynamic_primary30 = 0x7f0501d4
+com.example.newrevive:attr/motionEffect_translationY = 0x7f030313
+com.example.newrevive:attr/shapeAppearanceCornerSmall = 0x7f030389
+com.example.newrevive:attr/motionEffect_strict = 0x7f030311
+com.example.newrevive:color/mtrl_fab_bg_color_selector = 0x7f050245
+com.example.newrevive:id/textEnd = 0x7f0801d3
+com.example.newrevive:attr/textAppearanceBodyMedium = 0x7f030402
+com.example.newrevive:attr/motionEffect_start = 0x7f030310
+com.example.newrevive:attr/motionEffect_alpha = 0x7f03030d
+com.example.newrevive:attr/helperTextTextColor = 0x7f0301f1
+com.example.newrevive:color/bright_foreground_inverse_material_light = 0x7f050025
+com.example.newrevive:drawable/btn_radio_off_to_on_mtrl_animation = 0x7f070089
+com.example.newrevive:attr/thumbTextPadding = 0x7f030449
+com.example.newrevive:macro/m3_comp_extended_fab_primary_container_color = 0x7f0c000d
+com.example.newrevive:color/m3_navigation_item_icon_tint = 0x7f050092
+com.example.newrevive:attr/titleTextAppearance = 0x7f030461
+com.example.newrevive:attr/motionEasingLinear = 0x7f030307
+com.example.newrevive:styleable/ColorStateListItem = 0x7f110024
+com.example.newrevive:anim/btn_radio_to_off_mtrl_ring_outer_animation = 0x7f010013
+com.example.newrevive:attr/motionEasingEmphasizedInterpolator = 0x7f030306
+com.example.newrevive:color/m3_chip_ripple_color = 0x7f050071
+com.example.newrevive:attr/motionEasingEmphasizedDecelerateInterpolator = 0x7f030305
+com.example.newrevive:interpolator/btn_radio_to_off_mtrl_animation_interpolator_0 = 0x7f0a0004
+com.example.newrevive:dimen/design_bottom_sheet_modal_elevation = 0x7f06006c
+com.example.newrevive:id/textView5 = 0x7f080210
+com.example.newrevive:style/ThemeOverlay.Material3.AutoCompleteTextView.FilledBox.Dense = 0x7f100274
+com.example.newrevive:attr/motionEasingEmphasizedAccelerateInterpolator = 0x7f030304
+com.example.newrevive:dimen/m3_comp_navigation_rail_active_indicator_width = 0x7f060119
+com.example.newrevive:integer/m3_btn_anim_duration_ms = 0x7f09000a
+com.example.newrevive:attr/triggerReceiver = 0x7f030485
+com.example.newrevive:attr/motionDurationShort3 = 0x7f0302ff
+com.example.newrevive:style/Base.V14.ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f100099
+com.example.newrevive:color/m3_navigation_bar_ripple_color_selector = 0x7f050090
+com.example.newrevive:attr/motionDurationShort2 = 0x7f0302fe
+com.example.newrevive:attr/endIconDrawable = 0x7f03017f
+com.example.newrevive:attr/firstBaselineToTopHeight = 0x7f0301b3
+com.example.newrevive:attr/scrimVisibleHeightTrigger = 0x7f030379
+com.example.newrevive:color/grey = 0x7f05005d
+com.example.newrevive:style/Widget.Material3.TextInputEditText.OutlinedBox = 0x7f1003bc
+com.example.newrevive:attr/motionDurationMedium4 = 0x7f0302fc
+com.example.newrevive:attr/motionDurationLong3 = 0x7f0302f7
+com.example.newrevive:attr/motionDurationLong2 = 0x7f0302f6
+com.example.newrevive:drawable/post_icon = 0x7f0700f8
+com.example.newrevive:attr/checkboxStyle = 0x7f0300a3
+com.example.newrevive:color/m3_highlighted_text = 0x7f05008b
+com.example.newrevive:color/abc_tint_spinner = 0x7f050017
+com.example.newrevive:attr/topInsetScrimEnabled = 0x7f03046e
+com.example.newrevive:string/mtrl_picker_text_input_month_abbr = 0x7f0f008c
+com.example.newrevive:id/tag_transition_group = 0x7f0801cd
+com.example.newrevive:attr/cardPreventCornerOverlap = 0x7f030091
+com.example.newrevive:drawable/$avd_show_password__0 = 0x7f070003
+com.example.newrevive:dimen/m3_comp_extended_fab_primary_pressed_container_elevation = 0x7f0600fb
+com.example.newrevive:attr/paddingTopSystemWindowInsets = 0x7f03033a
+com.example.newrevive:drawable/mtrl_ic_indeterminate = 0x7f0700ce
+com.example.newrevive:color/m3_sys_color_light_outline_variant = 0x7f05018d
+com.example.newrevive:attr/motionDebug = 0x7f0302f0
+com.example.newrevive:attr/tabIndicatorAnimationDuration = 0x7f0303e3
+com.example.newrevive:attr/mock_showLabel = 0x7f0302ef
+com.example.newrevive:style/Base.Widget.Material3.Snackbar = 0x7f100107
+com.example.newrevive:attr/materialCalendarHeaderToggleButton = 0x7f0302bc
+com.example.newrevive:color/design_fab_stroke_end_outer_color = 0x7f050050
+com.example.newrevive:drawable/m3_tabs_background = 0x7f0700ac
+com.example.newrevive:attr/mock_labelBackgroundColor = 0x7f0302ec
+com.example.newrevive:dimen/mtrl_navigation_rail_text_size = 0x7f060275
+com.example.newrevive:attr/linearProgressIndicatorStyle = 0x7f030292
+com.example.newrevive:attr/selectableItemBackground = 0x7f03037f
+com.example.newrevive:macro/m3_comp_filled_button_label_text_color = 0x7f0c0025
+com.example.newrevive:attr/mock_label = 0x7f0302eb
+com.example.newrevive:attr/mock_diagonalsColor = 0x7f0302ea
+com.example.newrevive:styleable/TabItem = 0x7f110087
+com.example.newrevive:attr/minWidth = 0x7f0302e9
+com.example.newrevive:attr/listPreferredItemPaddingStart = 0x7f0302a1
+com.example.newrevive:attr/minSeparation = 0x7f0302e7
+com.example.newrevive:styleable/AppCompatEmojiHelper = 0x7f11000d
+com.example.newrevive:id/action_image = 0x7f08003e
+com.example.newrevive:dimen/mtrl_navigation_rail_default_width = 0x7f06026f
+com.example.newrevive:dimen/tooltip_y_offset_touch = 0x7f0602c1
+com.example.newrevive:attr/yearTodayStyle = 0x7f0304a9
+com.example.newrevive:drawable/abc_vector_test = 0x7f070077
+com.example.newrevive:styleable/CoordinatorLayout_Layout = 0x7f11002d
+com.example.newrevive:color/cardview_shadow_start_color = 0x7f05002e
+com.example.newrevive:dimen/m3_sys_motion_easing_linear_control_y1 = 0x7f0601ae
+com.example.newrevive:style/ShapeAppearanceOverlay.Material3.Corner.Top = 0x7f100178
+com.example.newrevive:style/Base.Widget.AppCompat.Light.ActionBar = 0x7f1000d7
+com.example.newrevive:animator/mtrl_extended_fab_change_size_collapse_motion_spec = 0x7f020018
+com.example.newrevive:attr/minHideDelay = 0x7f0302e6
+com.example.newrevive:attr/buttonStyle = 0x7f030088
+com.example.newrevive:drawable/mtrl_checkbox_button_icon_unchecked_checked = 0x7f0700c2
+com.example.newrevive:attr/methodName = 0x7f0302e4
+com.example.newrevive:dimen/material_divider_thickness = 0x7f0601d3
+com.example.newrevive:id/chronometer = 0x7f080079
+com.example.newrevive:style/ThemeOverlay.Material3.AutoCompleteTextView.OutlinedBox = 0x7f100275
+com.example.newrevive:attr/measureWithLargestChild = 0x7f0302e0
+com.example.newrevive:attr/expandedHintEnabled = 0x7f030194
+com.example.newrevive:attr/carousel_previousState = 0x7f03009a
+com.example.newrevive:attr/maxWidth = 0x7f0302df
+com.example.newrevive:attr/motionDurationMedium3 = 0x7f0302fb
+com.example.newrevive:macro/m3_comp_filled_tonal_button_container_color = 0x7f0c002d
+com.example.newrevive:attr/maxLines = 0x7f0302dd
+com.example.newrevive:attr/customStringValue = 0x7f030147
+com.example.newrevive:attr/maxImageSize = 0x7f0302dc
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.Dark = 0x7f1002b9
+com.example.newrevive:color/m3_sys_color_dynamic_light_on_background = 0x7f050168
+com.example.newrevive:style/ThemeOverlay.Material3.HarmonizedColors.Empty = 0x7f100297
+com.example.newrevive:attr/maxHeight = 0x7f0302db
+com.example.newrevive:attr/maxCharacterCount = 0x7f0302da
+com.example.newrevive:attr/maxButtonHeight = 0x7f0302d9
+com.example.newrevive:style/Widget.Material3.AutoCompleteTextView.FilledBox.Dense = 0x7f10032f
+com.example.newrevive:style/Platform.MaterialComponents = 0x7f100134
+com.example.newrevive:attr/materialTimePickerTitleStyle = 0x7f0302d6
+com.example.newrevive:anim/m3_motion_fade_enter = 0x7f010023
+com.example.newrevive:attr/backgroundOverlayColorAlpha = 0x7f03004a
+com.example.newrevive:attr/materialThemeOverlay = 0x7f0302d3
+com.example.newrevive:attr/flow_firstHorizontalBias = 0x7f0301c3
+com.example.newrevive:attr/materialSearchViewStyle = 0x7f0302d1
+com.example.newrevive:color/m3_ref_palette_dynamic_secondary100 = 0x7f0500c3
+com.example.newrevive:color/m3_ref_palette_dynamic_primary50 = 0x7f0500ba
+com.example.newrevive:style/Base.V14.Theme.Material3.Light = 0x7f100087
+com.example.newrevive:attr/spinnerDropDownItemStyle = 0x7f0303aa
+com.example.newrevive:style/Theme.MaterialComponents.NoActionBar = 0x7f100263
+com.example.newrevive:attr/fontVariationSettings = 0x7f0301e0
+com.example.newrevive:id/bounceStart = 0x7f080063
+com.example.newrevive:styleable/AppCompatTheme = 0x7f110012
+com.example.newrevive:attr/materialDisplayDividerStyle = 0x7f0302c8
+com.example.newrevive:attr/materialCardViewStyle = 0x7f0302c5
+com.example.newrevive:color/material_on_primary_disabled = 0x7f050205
+com.example.newrevive:attr/checkedIconVisible = 0x7f0300ac
+com.example.newrevive:attr/motionEasingLinearInterpolator = 0x7f030308
+com.example.newrevive:id/disableScroll = 0x7f0800a3
+com.example.newrevive:attr/materialCardViewFilledStyle = 0x7f0302c3
+com.example.newrevive:attr/actionModeWebSearchDrawable = 0x7f030020
+com.example.newrevive:dimen/mtrl_badge_toolbar_action_menu_item_horizontal_offset = 0x7f0601f2
+com.example.newrevive:dimen/mtrl_calendar_header_content_padding = 0x7f060220
+com.example.newrevive:attr/boxStrokeWidthFocused = 0x7f03007a
+com.example.newrevive:attr/viewTransitionMode = 0x7f030490
+com.example.newrevive:attr/strokeColor = 0x7f0303c8
+com.example.newrevive:attr/materialCalendarMonth = 0x7f0302bd
+com.example.newrevive:id/accessibility_custom_action_11 = 0x7f080014
+com.example.newrevive:id/textSpacerNoTitle = 0x7f0801d5
+com.example.newrevive:id/scrollView = 0x7f080180
+com.example.newrevive:attr/windowNoTitle = 0x7f0304a6
+com.example.newrevive:attr/materialCalendarTheme = 0x7f0302c0
+com.example.newrevive:attr/materialCalendarHeaderLayout = 0x7f0302b9
+com.example.newrevive:dimen/mtrl_btn_padding_left = 0x7f060208
+com.example.newrevive:attr/materialCalendarHeaderCancelButton = 0x7f0302b6
+com.example.newrevive:attr/textInputFilledDenseStyle = 0x7f03042d
+com.example.newrevive:attr/materialCalendarDayOfWeekLabel = 0x7f0302b4
+com.example.newrevive:dimen/abc_search_view_preferred_width = 0x7f060037
+com.example.newrevive:style/ThemeOverlay.Material3.Chip.Assist = 0x7f100283
+com.example.newrevive:color/m3_button_ripple_color_selector = 0x7f050067
+com.example.newrevive:attr/textInputLayoutFocusedRectEnabled = 0x7f030430
+com.example.newrevive:attr/materialButtonOutlinedStyle = 0x7f0302b0
+com.example.newrevive:color/material_dynamic_primary80 = 0x7f0501d9
+com.example.newrevive:dimen/m3_sys_elevation_level5 = 0x7f060197
+com.example.newrevive:color/material_dynamic_secondary100 = 0x7f0501df
+com.example.newrevive:attr/arcMode = 0x7f030037
+com.example.newrevive:attr/bottomNavigationStyle = 0x7f03006c
+com.example.newrevive:attr/customNavigationLayout = 0x7f030144
+com.example.newrevive:attr/elevationOverlayAccentColor = 0x7f030178
+com.example.newrevive:style/ThemeOverlay.Material3.AutoCompleteTextView.FilledBox = 0x7f100273
+com.example.newrevive:dimen/m3_comp_filter_chip_flat_unselected_outline_width = 0x7f060110
+com.example.newrevive:id/mtrl_picker_text_input_range_end = 0x7f08013d
+com.example.newrevive:style/Widget.MaterialComponents.PopupMenu.ContextMenu = 0x7f100420
+com.example.newrevive:id/closest = 0x7f08007f
+com.example.newrevive:style/ThemeOverlay.AppCompat.DayNight = 0x7f10026a
+com.example.newrevive:color/material_dynamic_neutral20 = 0x7f0501b9
+com.example.newrevive:attr/materialAlertDialogTitlePanelStyle = 0x7f0302ae
+com.example.newrevive:color/material_slider_active_track_color = 0x7f050227
+com.example.newrevive:attr/endIconTint = 0x7f030183
+com.example.newrevive:attr/materialAlertDialogTitleIconStyle = 0x7f0302ad
+com.example.newrevive:dimen/m3_simple_item_color_selected_alpha = 0x7f06018b
+com.example.newrevive:color/material_personalized_color_tertiary = 0x7f050224
+com.example.newrevive:style/Theme.AppCompat.NoActionBar = 0x7f100214
+com.example.newrevive:attr/materialAlertDialogTheme = 0x7f0302ac
+com.example.newrevive:id/barrier = 0x7f080058
+com.example.newrevive:styleable/ViewStubCompat = 0x7f110096
+com.example.newrevive:style/MaterialAlertDialog.MaterialComponents.Title.Icon.CenterStacked = 0x7f10012d
+com.example.newrevive:attr/SharedValueId = 0x7f030001
+com.example.newrevive:color/m3_dynamic_dark_hint_foreground = 0x7f05007e
+com.example.newrevive:macro/m3_comp_secondary_navigation_tab_container_color = 0x7f0c007c
+com.example.newrevive:attr/colorContainer = 0x7f0300e7
+com.example.newrevive:dimen/mtrl_btn_elevation = 0x7f0601ff
+com.example.newrevive:anim/btn_radio_to_off_mtrl_dot_group_animation = 0x7f010012
+com.example.newrevive:macro/m3_comp_slider_disabled_inactive_track_color = 0x7f0c008a
+com.example.newrevive:attr/tabIndicatorAnimationMode = 0x7f0303e4
+com.example.newrevive:attr/indeterminateProgressStyle = 0x7f030211
+com.example.newrevive:color/m3_ref_palette_dynamic_secondary90 = 0x7f0500cb
+com.example.newrevive:color/m3_tabs_ripple_color_secondary = 0x7f050199
+com.example.newrevive:color/mtrl_card_view_ripple = 0x7f05023c
+com.example.newrevive:attr/listPreferredItemHeightLarge = 0x7f03029c
+com.example.newrevive:id/centerInside = 0x7f080071
+com.example.newrevive:attr/floatingActionButtonLargeTertiaryStyle = 0x7f0301b8
+com.example.newrevive:styleable/OnClick = 0x7f11006d
+com.example.newrevive:style/Base.V21.Theme.MaterialComponents.Dialog = 0x7f1000a0
+com.example.newrevive:attr/listMenuViewStyle = 0x7f030299
+com.example.newrevive:attr/thumbStrokeWidth = 0x7f030448
+com.example.newrevive:attr/listDividerAlertDialog = 0x7f030296
+com.example.newrevive:animator/m3_extended_fab_state_list_animator = 0x7f020013
+com.example.newrevive:color/m3_sys_color_dynamic_light_secondary = 0x7f050175
+com.example.newrevive:attr/tabContentStart = 0x7f0303de
+com.example.newrevive:style/Base.ThemeOverlay.Material3.TextInputEditText = 0x7f10007d
+com.example.newrevive:attr/materialCalendarMonthNavigationButton = 0x7f0302be
+com.example.newrevive:attr/flow_verticalStyle = 0x7f0301d4
+com.example.newrevive:attr/listChoiceIndicatorSingleAnimated = 0x7f030295
+com.example.newrevive:anim/design_bottom_sheet_slide_in = 0x7f010018
+com.example.newrevive:dimen/m3_comp_outlined_text_field_disabled_input_text_opacity = 0x7f060120
+com.example.newrevive:attr/listChoiceBackgroundIndicator = 0x7f030293
+com.example.newrevive:attr/liftOnScrollColor = 0x7f03028d
+com.example.newrevive:macro/m3_comp_slider_label_container_color = 0x7f0c008d
+com.example.newrevive:attr/liftOnScroll = 0x7f03028c
+com.example.newrevive:color/design_dark_default_color_on_background = 0x7f050033
+com.example.newrevive:attr/windowActionModeOverlay = 0x7f03049f
+com.example.newrevive:interpolator/m3_sys_motion_easing_standard_accelerate = 0x7f0a000c
+com.example.newrevive:color/m3_ref_palette_dynamic_tertiary50 = 0x7f0500d4
+com.example.newrevive:attr/layout_optimizationLevel = 0x7f030287
+com.example.newrevive:color/m3_sys_color_dynamic_light_on_secondary = 0x7f05016b
+com.example.newrevive:style/Widget.Material3.CompoundButton.Switch = 0x7f100367
+com.example.newrevive:style/ShapeAppearance.Material3.NavigationBarView.ActiveIndicator = 0x7f10016b
+com.example.newrevive:string/app_name = 0x7f0f001d
+com.example.newrevive:attr/layout_goneMarginTop = 0x7f030283
+com.example.newrevive:attr/actionOverflowButtonStyle = 0x7f030021
+com.example.newrevive:attr/colorOnContainerUnchecked = 0x7f0300ef
+com.example.newrevive:attr/quantizeMotionPhase = 0x7f03035c
+com.example.newrevive:attr/itemShapeAppearance = 0x7f03022b
+com.example.newrevive:attr/layout_goneMarginStart = 0x7f030282
+com.example.newrevive:style/Base.Widget.MaterialComponents.MaterialCalendar.HeaderToggleButton = 0x7f10010e
+com.example.newrevive:attr/thumbStrokeColor = 0x7f030447
+com.example.newrevive:attr/minHeight = 0x7f0302e5
+com.example.newrevive:style/TextAppearance.MaterialComponents.Tooltip = 0x7f1001fb
+com.example.newrevive:color/m3_timepicker_clock_text_color = 0x7f0501a7
+com.example.newrevive:color/m3_ref_palette_primary100 = 0x7f050104
+com.example.newrevive:attr/simpleItemLayout = 0x7f03039c
+com.example.newrevive:dimen/m3_sys_motion_easing_legacy_control_y2 = 0x7f0601a7
+com.example.newrevive:dimen/abc_action_bar_default_height_material = 0x7f060002
+com.example.newrevive:style/Base.Widget.AppCompat.ActivityChooserView = 0x7f1000c5
+com.example.newrevive:attr/layout_goneMarginBaseline = 0x7f03027d
+com.example.newrevive:id/toggle = 0x7f0801e7
+com.example.newrevive:attr/materialButtonToggleGroupStyle = 0x7f0302b2
+com.example.newrevive:attr/passwordToggleDrawable = 0x7f03033f
+com.example.newrevive:attr/constraintRotate = 0x7f03010f
+com.example.newrevive:attr/verticalOffset = 0x7f03048d
+com.example.newrevive:styleable/AnimatedStateListDrawableItem = 0x7f110008
+com.example.newrevive:color/cardview_light_background = 0x7f05002c
+com.example.newrevive:attr/fabAnchorMode = 0x7f0301a7
+com.example.newrevive:attr/bottomSheetDragHandleStyle = 0x7f03006e
+com.example.newrevive:attr/viewTransitionOnPositiveCross = 0x7f030493
+com.example.newrevive:color/m3_card_ripple_color = 0x7f05006b
+com.example.newrevive:attr/navigationViewStyle = 0x7f030324
+com.example.newrevive:styleable/Slider = 0x7f11007d
+com.example.newrevive:attr/layout_constraintWidth = 0x7f030275
+com.example.newrevive:attr/layout_constraintVertical_bias = 0x7f030272
+com.example.newrevive:style/TextAppearance.Material3.LabelSmall = 0x7f1001e3
+com.example.newrevive:attr/textureBlurFactor = 0x7f03043b
+com.example.newrevive:id/showHome = 0x7f0801a1
+com.example.newrevive:dimen/m3_comp_primary_navigation_tab_inactive_hover_state_layer_opacity = 0x7f06012b
+com.example.newrevive:attr/submitBackground = 0x7f0303cf
+com.example.newrevive:styleable/MenuView = 0x7f110060
+com.example.newrevive:id/accessibility_custom_action_22 = 0x7f080020
+com.example.newrevive:attr/flow_padding = 0x7f0301d0
+com.example.newrevive:dimen/mtrl_calendar_landscape_header_width = 0x7f060229
+com.example.newrevive:attr/flow_horizontalAlign = 0x7f0301c7
+com.example.newrevive:attr/layout_constraintTag = 0x7f03026e
+com.example.newrevive:color/abc_primary_text_material_light = 0x7f05000c
+com.example.newrevive:attr/checkedIconMargin = 0x7f0300a9
+com.example.newrevive:drawable/ic_clear_black_24 = 0x7f070097
+com.example.newrevive:layout/select_dialog_singlechoice_material = 0x7f0b006b
+com.example.newrevive:dimen/abc_progress_bar_height_material = 0x7f060035
+com.example.newrevive:attr/layout_constraintRight_toLeftOf = 0x7f03026a
+com.example.newrevive:attr/layout_constraintLeft_toLeftOf = 0x7f030267
+com.example.newrevive:attr/buttonBarStyle = 0x7f030080
+com.example.newrevive:drawable/abc_scrubber_track_mtrl_alpha = 0x7f070062
+com.example.newrevive:attr/layout_constraintHorizontal_weight = 0x7f030265
+com.example.newrevive:attr/behavior_skipCollapsed = 0x7f030064
+com.example.newrevive:attr/layout_constraintHeight_max = 0x7f030260
+com.example.newrevive:styleable/MaterialCalendar = 0x7f110051
+com.example.newrevive:integer/m3_sys_motion_duration_medium1 = 0x7f090016
+com.example.newrevive:attr/actionModePasteDrawable = 0x7f030019
+com.example.newrevive:color/m3_ref_palette_dynamic_primary10 = 0x7f0500b5
+com.example.newrevive:drawable/tooltip_frame_dark = 0x7f0700f0
+com.example.newrevive:attr/brightness = 0x7f03007b
+com.example.newrevive:attr/trackTintMode = 0x7f03047d
+com.example.newrevive:attr/layout_constraintHeight_default = 0x7f03025f
+com.example.newrevive:anim/btn_radio_to_on_mtrl_dot_group_animation = 0x7f010015
+com.example.newrevive:attr/curveFit = 0x7f03013d
+com.example.newrevive:style/Base.Widget.AppCompat.ActionBar.TabView = 0x7f1000c0
+com.example.newrevive:attr/helperTextTextAppearance = 0x7f0301f0
+com.example.newrevive:color/tooltip_background_dark = 0x7f050283
+com.example.newrevive:dimen/m3_sys_motion_easing_legacy_control_x1 = 0x7f0601a4
+com.example.newrevive:attr/listPreferredItemHeightSmall = 0x7f03029d
+com.example.newrevive:color/material_dynamic_secondary80 = 0x7f0501e6
+com.example.newrevive:color/m3_ref_palette_dynamic_secondary70 = 0x7f0500c9
+com.example.newrevive:macro/m3_comp_slider_handle_color = 0x7f0c008b
+com.example.newrevive:attr/daySelectedStyle = 0x7f030149
+com.example.newrevive:attr/layout_constraintCircle = 0x7f030255
+com.example.newrevive:attr/layout_constraintBaseline_creator = 0x7f03024e
+com.example.newrevive:attr/motionDurationExtraLong3 = 0x7f0302f3
+com.example.newrevive:integer/show_password_duration = 0x7f09003a
+com.example.newrevive:attr/cornerFamilyTopLeft = 0x7f03012d
+com.example.newrevive:attr/colorOnErrorContainer = 0x7f0300f1
+com.example.newrevive:attr/layout_constrainedWidth = 0x7f03024d
+com.example.newrevive:attr/carousel_backwardTransition = 0x7f030094
+com.example.newrevive:layout/mtrl_picker_text_input_date_range = 0x7f0b0060
+com.example.newrevive:dimen/material_filled_edittext_font_2_0_padding_top = 0x7f0601db
+com.example.newrevive:attr/layout_behavior = 0x7f030249
+com.example.newrevive:attr/overlapAnchor = 0x7f030331
+com.example.newrevive:attr/expandedTitleMargin = 0x7f030196
+com.example.newrevive:style/Widget.Material3.Button.TextButton = 0x7f100345
+com.example.newrevive:attr/carousel_firstView = 0x7f030096
+com.example.newrevive:drawable/m3_selection_control_ripple = 0x7f0700ab
+com.example.newrevive:attr/actionModeCloseContentDescription = 0x7f030014
+com.example.newrevive:attr/labelVisibilityMode = 0x7f030240
+com.example.newrevive:macro/m3_comp_outlined_text_field_outline_color = 0x7f0c0053
+com.example.newrevive:dimen/m3_navigation_item_shape_inset_top = 0x7f06016a
+com.example.newrevive:attr/springDamping = 0x7f0303ae
+com.example.newrevive:color/mtrl_outlined_stroke_color = 0x7f050256
+com.example.newrevive:attr/statusBarBackground = 0x7f0303c5
+com.example.newrevive:attr/labelBehavior = 0x7f03023e
+com.example.newrevive:drawable/$mtrl_switch_thumb_pressed_checked__0 = 0x7f070024
+com.example.newrevive:anim/mtrl_bottom_sheet_slide_out = 0x7f010028
+com.example.newrevive:attr/autoCompleteTextViewStyle = 0x7f03003c
+com.example.newrevive:attr/layout_constraintWidth_default = 0x7f030276
+com.example.newrevive:style/Base.Theme.MaterialComponents.Light.Dialog.FixedSize = 0x7f10006f
+com.example.newrevive:attr/keyboardIcon = 0x7f03023b
+com.example.newrevive:attr/dayStyle = 0x7f03014a
+com.example.newrevive:color/m3_sys_color_light_tertiary_container = 0x7f050195
+com.example.newrevive:dimen/mtrl_extended_fab_disabled_translation_z = 0x7f06024a
+com.example.newrevive:attr/itemTextAppearanceInactive = 0x7f030237
+com.example.newrevive:color/mtrl_btn_text_btn_ripple_color = 0x7f050235
+com.example.newrevive:layout/custom_dialog = 0x7f0b0020
+com.example.newrevive:color/material_dynamic_tertiary30 = 0x7f0501ee
+com.example.newrevive:attr/chipStrokeWidth = 0x7f0300c0
+com.example.newrevive:attr/layoutDescription = 0x7f030244
+com.example.newrevive:interpolator/mtrl_fast_out_linear_in = 0x7f0a000e
+com.example.newrevive:attr/itemTextAppearance = 0x7f030235
+com.example.newrevive:attr/progressBarPadding = 0x7f030359
+com.example.newrevive:attr/itemShapeInsetBottom = 0x7f03022e
+com.example.newrevive:styleable/ExtendedFloatingActionButton_Behavior_Layout = 0x7f110032
+com.example.newrevive:dimen/mtrl_slider_track_side_padding = 0x7f06028e
+com.example.newrevive:style/ShapeAppearance.MaterialComponents.SmallComponent = 0x7f100171
+com.example.newrevive:attr/motionInterpolator = 0x7f030315
+com.example.newrevive:id/action_bar = 0x7f080034
+com.example.newrevive:attr/cardElevation = 0x7f03008e
+com.example.newrevive:attr/itemIconPadding = 0x7f030222
+com.example.newrevive:attr/attributeName = 0x7f03003a
+com.example.newrevive:color/design_dark_default_color_secondary = 0x7f05003b
+com.example.newrevive:dimen/compat_button_inset_vertical_material = 0x7f060057
+com.example.newrevive:animator/mtrl_card_state_list_anim = 0x7f020016
+com.example.newrevive:string/abc_shareactionprovider_share_with = 0x7f0f0019
+com.example.newrevive:color/material_dynamic_neutral_variant50 = 0x7f0501c9
+com.example.newrevive:attr/motionDurationShort4 = 0x7f030300
+com.example.newrevive:attr/layout_constraintLeft_toRightOf = 0x7f030268
+com.example.newrevive:anim/design_snackbar_out = 0x7f01001b
+com.example.newrevive:attr/isLightTheme = 0x7f030219
+com.example.newrevive:animator/fragment_open_enter = 0x7f020007
+com.example.newrevive:color/black = 0x7f050021
+com.example.newrevive:drawable/abc_cab_background_top_mtrl_alpha = 0x7f07003a
+com.example.newrevive:color/abc_btn_colored_borderless_text_material = 0x7f050002
+com.example.newrevive:style/Theme.MaterialComponents.DayNight.DarkActionBar.Bridge = 0x7f10023e
+com.example.newrevive:id/rectangles = 0x7f080170
+com.example.newrevive:attr/tabBackground = 0x7f0303dd
+com.example.newrevive:dimen/material_emphasis_disabled_background = 0x7f0601d5
+com.example.newrevive:attr/checkMarkTintMode = 0x7f0300a2
+com.example.newrevive:attr/boxCornerRadiusBottomStart = 0x7f030074
+com.example.newrevive:drawable/abc_list_pressed_holo_light = 0x7f070052
+com.example.newrevive:dimen/mtrl_calendar_navigation_height = 0x7f06022e
+com.example.newrevive:attr/thumbTint = 0x7f03044a
+com.example.newrevive:anim/abc_fade_in = 0x7f010000
+com.example.newrevive:attr/imagePanY = 0x7f03020d
+com.example.newrevive:attr/iconifiedByDefault = 0x7f030208
+com.example.newrevive:style/Base.Widget.MaterialComponents.CheckedTextView = 0x7f10010c
+com.example.newrevive:animator/mtrl_btn_unelevated_state_list_anim = 0x7f020015
+com.example.newrevive:attr/thumbIconTintMode = 0x7f030445
+com.example.newrevive:style/SubTitle = 0x7f100186
+com.example.newrevive:attr/iconTintMode = 0x7f030207
+com.example.newrevive:style/Widget.MaterialComponents.AutoCompleteTextView.OutlinedBox = 0x7f1003d4
+com.example.newrevive:attr/bottomInsetScrimEnabled = 0x7f03006b
+com.example.newrevive:dimen/m3_comp_slider_inactive_track_height = 0x7f06013f
+com.example.newrevive:attr/subtitle = 0x7f0303d0
+com.example.newrevive:style/TextAppearance.Material3.DisplaySmall = 0x7f1001dd
+com.example.newrevive:attr/colorOnContainer = 0x7f0300ee
+com.example.newrevive:attr/iconTint = 0x7f030206
+com.example.newrevive:attr/rangeFillColor = 0x7f030362
+com.example.newrevive:attr/layout_goneMarginLeft = 0x7f030280
+com.example.newrevive:attr/colorOutline = 0x7f0300fc
+com.example.newrevive:color/m3_ref_palette_primary10 = 0x7f050103
+com.example.newrevive:attr/collapsedTitleGravity = 0x7f0300db
+com.example.newrevive:attr/lineHeight = 0x7f030290
+com.example.newrevive:animator/fragment_fade_exit = 0x7f020006
+com.example.newrevive:attr/iconSize = 0x7f030204
+com.example.newrevive:macro/m3_comp_switch_unselected_hover_state_layer_color = 0x7f0c00af
+com.example.newrevive:attr/layout_anchorGravity = 0x7f030248
+com.example.newrevive:attr/trackThickness = 0x7f03047b
+com.example.newrevive:attr/applyMotionScene = 0x7f030036
+com.example.newrevive:attr/centerIfNoTextEnabled = 0x7f03009e
+com.example.newrevive:attr/iconPadding = 0x7f030203
+com.example.newrevive:style/Base.Widget.MaterialComponents.PopupMenu = 0x7f100110
+com.example.newrevive:style/Base.Widget.AppCompat.Spinner = 0x7f1000f0
+com.example.newrevive:color/m3_ref_palette_error99 = 0x7f0500e7
+com.example.newrevive:layout/abc_activity_chooser_view = 0x7f0b0006
+com.example.newrevive:attr/materialSearchBarStyle = 0x7f0302cf
+com.example.newrevive:attr/materialAlertDialogTitleTextStyle = 0x7f0302af
+com.example.newrevive:attr/cornerSizeBottomRight = 0x7f030132
+com.example.newrevive:style/ThemeOverlay.Material3.TextInputEditText.OutlinedBox.Dense = 0x7f1002aa
+com.example.newrevive:string/mtrl_picker_toggle_to_text_input_mode = 0x7f0f0091
+com.example.newrevive:string/mtrl_checkbox_button_icon_path_indeterminate = 0x7f0f0062
+com.example.newrevive:color/m3_ref_palette_dynamic_neutral0 = 0x7f05009a
+com.example.newrevive:attr/shapeCornerFamily = 0x7f03038e
+com.example.newrevive:attr/carousel_nextState = 0x7f030099
+com.example.newrevive:attr/buttonIconDimen = 0x7f030084
+com.example.newrevive:attr/hoveredFocusedTranslationZ = 0x7f0301ff
+com.example.newrevive:style/Base.Widget.AppCompat.CompoundButton.CheckBox = 0x7f1000cf
+com.example.newrevive:attr/itemShapeInsetEnd = 0x7f03022f
+com.example.newrevive:style/Widget.MaterialComponents.LinearProgressIndicator = 0x7f1003fe
+com.example.newrevive:macro/m3_comp_filled_button_container_color = 0x7f0c0024
+com.example.newrevive:attr/deltaPolarRadius = 0x7f030152
+com.example.newrevive:dimen/mtrl_navigation_item_shape_horizontal_margin = 0x7f06026b
+com.example.newrevive:attr/drawableTopCompat = 0x7f03016c
+com.example.newrevive:macro/m3_comp_fab_surface_container_color = 0x7f0c001e
+com.example.newrevive:id/inward = 0x7f0800f7
+com.example.newrevive:dimen/m3_fab_translation_z_hovered_focused = 0x7f06015f
+com.example.newrevive:style/ShapeAppearance.M3.Sys.Shape.Corner.Full = 0x7f10015d
+com.example.newrevive:attr/itemBackground = 0x7f03021e
+com.example.newrevive:attr/horizontalOffset = 0x7f0301fd
+com.example.newrevive:id/email_register = 0x7f0800bf
+com.example.newrevive:color/button_material_light = 0x7f050029
+com.example.newrevive:attr/homeAsUpIndicator = 0x7f0301fb
+com.example.newrevive:color/primary_material_dark = 0x7f05026d
+com.example.newrevive:id/up = 0x7f0801f8
+com.example.newrevive:color/m3_ref_palette_dynamic_neutral_variant40 = 0x7f0500ac
+com.example.newrevive:attr/lastItemDecorated = 0x7f030242
+com.example.newrevive:drawable/notification_template_icon_low_bg = 0x7f0700e9
+com.example.newrevive:attr/foregroundInsidePadding = 0x7f0301e4
+com.example.newrevive:attr/animationMode = 0x7f030034
+com.example.newrevive:attr/hideOnContentScroll = 0x7f0301f5
+com.example.newrevive:attr/textAppearanceLineHeightEnabled = 0x7f030416
+com.example.newrevive:attr/buttonIconTint = 0x7f030085
+com.example.newrevive:style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle = 0x7f1001a5
+com.example.newrevive:attr/searchIcon = 0x7f03037b
+com.example.newrevive:attr/flow_firstHorizontalStyle = 0x7f0301c4
+com.example.newrevive:attr/helperText = 0x7f0301ee
+com.example.newrevive:string/material_motion_easing_decelerated = 0x7f0f0051
+com.example.newrevive:drawable/mtrl_navigation_bar_item_background = 0x7f0700cf
+com.example.newrevive:drawable/mtrl_dialog_background = 0x7f0700c5
+com.example.newrevive:dimen/mtrl_bottomappbar_fab_cradle_margin = 0x7f0601f7
+com.example.newrevive:id/notification_main_column_container = 0x7f080154
+com.example.newrevive:dimen/m3_btn_inset = 0x7f0600cd
+com.example.newrevive:attr/textAllCaps = 0x7f0303fe
+com.example.newrevive:attr/materialTimePickerTheme = 0x7f0302d5
+com.example.newrevive:color/m3_ref_palette_tertiary20 = 0x7f05011f
+com.example.newrevive:style/Widget.Material3.AppBarLayout = 0x7f10032d
+com.example.newrevive:color/m3_sys_color_dynamic_dark_on_primary_container = 0x7f050153
+com.example.newrevive:attr/forceApplySystemWindowInsetTop = 0x7f0301e2
+com.example.newrevive:macro/m3_comp_navigation_rail_label_text_type = 0x7f0c0037
+com.example.newrevive:attr/layout_editor_absoluteY = 0x7f03027c
+com.example.newrevive:style/Widget.Material3.TextInputLayout.OutlinedBox.ExposedDropdownMenu = 0x7f1003c5
+com.example.newrevive:attr/fontWeight = 0x7f0301e1
+com.example.newrevive:color/design_dark_default_color_background = 0x7f050031
+com.example.newrevive:attr/colorSurfaceInverse = 0x7f030108
+com.example.newrevive:attr/state_error = 0x7f0303c0
+com.example.newrevive:attr/fabSize = 0x7f0301ad
+com.example.newrevive:dimen/highlight_alpha_material_dark = 0x7f060094
+com.example.newrevive:attr/chipSurfaceColor = 0x7f0300c2
+com.example.newrevive:attr/dialogPreferredPadding = 0x7f030155
+com.example.newrevive:color/abc_tint_seek_thumb = 0x7f050016
+com.example.newrevive:dimen/m3_searchbar_outlined_stroke_width = 0x7f060180
+com.example.newrevive:style/Base.Widget.Material3.CollapsingToolbar = 0x7f1000fc
+com.example.newrevive:layout/mtrl_calendar_day_of_week = 0x7f0b004b
+com.example.newrevive:color/material_grey_800 = 0x7f0501fb
+com.example.newrevive:attr/labelStyle = 0x7f03023f
+com.example.newrevive:attr/floatingActionButtonStyle = 0x7f0301c0
+com.example.newrevive:attr/itemPaddingBottom = 0x7f030228
+com.example.newrevive:id/gone = 0x7f0800db
+com.example.newrevive:attr/fontProviderFetchTimeout = 0x7f0301db
+com.example.newrevive:attr/fontProviderFetchStrategy = 0x7f0301da
+com.example.newrevive:drawable/abc_list_pressed_holo_dark = 0x7f070051
+com.example.newrevive:string/mtrl_picker_date_header_unselected = 0x7f0f0077
+com.example.newrevive:drawable/abc_textfield_search_activated_mtrl_alpha = 0x7f070074
+com.example.newrevive:attr/state_indeterminate = 0x7f0303c1
+com.example.newrevive:color/m3_ref_palette_dynamic_tertiary0 = 0x7f0500ce
+com.example.newrevive:attr/cornerSizeBottomLeft = 0x7f030131
+com.example.newrevive:drawable/abc_scrubber_primary_mtrl_alpha = 0x7f070061
+com.example.newrevive:attr/toolbarSurfaceStyle = 0x7f030469
+com.example.newrevive:attr/windowMinWidthMajor = 0x7f0304a4
+com.example.newrevive:dimen/mtrl_bottomappbar_fab_cradle_vertical_offset = 0x7f0601f9
+com.example.newrevive:id/icon_group = 0x7f0800e9
+com.example.newrevive:attr/contentDescription = 0x7f030117
+com.example.newrevive:attr/counterOverflowTextColor = 0x7f030138
+com.example.newrevive:attr/fontProviderCerts = 0x7f0301d9
+com.example.newrevive:attr/contentPaddingEnd = 0x7f030120
+com.example.newrevive:attr/fontProviderAuthority = 0x7f0301d8
+com.example.newrevive:style/ThemeOverlay.Material3.Dialog.Alert = 0x7f100289
+com.example.newrevive:attr/paddingEnd = 0x7f030335
+com.example.newrevive:id/search_view_root = 0x7f080193
+com.example.newrevive:attr/badgeGravity = 0x7f03004f
+com.example.newrevive:attr/flow_wrapMode = 0x7f0301d5
+com.example.newrevive:attr/flow_verticalGap = 0x7f0301d3
+com.example.newrevive:attr/closeIconSize = 0x7f0300d3
+com.example.newrevive:anim/linear_indeterminate_line1_head_interpolator = 0x7f01001d
+com.example.newrevive:style/Widget.MaterialComponents.Toolbar.PrimarySurface = 0x7f100445
+com.example.newrevive:attr/carousel_touchUp_velocityThreshold = 0x7f03009d
+com.example.newrevive:attr/preserveIconSpacing = 0x7f030357
+com.example.newrevive:attr/flow_verticalAlign = 0x7f0301d1
+com.example.newrevive:id/useLogo = 0x7f0801f9
+com.example.newrevive:id/bestChoice = 0x7f08005c
+com.example.newrevive:attr/alpha = 0x7f03002d
+com.example.newrevive:dimen/mtrl_progress_circular_inset_small = 0x7f060279
+com.example.newrevive:dimen/compat_button_padding_horizontal_material = 0x7f060058
+com.example.newrevive:dimen/mtrl_btn_pressed_z = 0x7f06020b
+com.example.newrevive:attr/flow_maxElementsWrap = 0x7f0301cf
+com.example.newrevive:attr/shapeAppearanceLargeComponent = 0x7f03038a
+com.example.newrevive:attr/chipIconTint = 0x7f0300b6
+com.example.newrevive:attr/flow_lastVerticalBias = 0x7f0301cd
+com.example.newrevive:attr/fontProviderPackage = 0x7f0301dc
+com.example.newrevive:color/design_dark_default_color_surface = 0x7f05003d
+com.example.newrevive:attr/flow_lastHorizontalStyle = 0x7f0301cc
+com.example.newrevive:color/material_dynamic_primary70 = 0x7f0501d8
+com.example.newrevive:color/m3_sys_color_dynamic_dark_surface = 0x7f050160
+com.example.newrevive:style/Widget.Material3.Toolbar = 0x7f1003c6
+com.example.newrevive:attr/flow_lastHorizontalBias = 0x7f0301cb
+com.example.newrevive:style/ThemeOverlay.Material3.Button = 0x7f10027a
+com.example.newrevive:drawable/abc_btn_default_mtrl_shape = 0x7f070031
+com.example.newrevive:dimen/m3_comp_primary_navigation_tab_inactive_focus_state_layer_opacity = 0x7f06012a
+com.example.newrevive:attr/splitTrack = 0x7f0303ac
+com.example.newrevive:color/material_harmonized_color_error_container = 0x7f0501ff
+com.example.newrevive:attr/itemPaddingTop = 0x7f030229
+com.example.newrevive:color/design_default_color_secondary_variant = 0x7f050049
+com.example.newrevive:attr/iconEndPadding = 0x7f030201
+com.example.newrevive:attr/flow_horizontalBias = 0x7f0301c8
+com.example.newrevive:color/m3_ref_palette_dynamic_tertiary70 = 0x7f0500d6
+com.example.newrevive:id/unchecked = 0x7f0801f5
+com.example.newrevive:id/expanded_menu = 0x7f0800c7
+com.example.newrevive:attr/drawerArrowStyle = 0x7f03016d
+com.example.newrevive:attr/clearsTag = 0x7f0300ca
+com.example.newrevive:color/m3_ref_palette_neutral_variant60 = 0x7f0500fc
+com.example.newrevive:attr/floatingActionButtonSurfaceStyle = 0x7f0301c1
+com.example.newrevive:drawable/$m3_avd_hide_password__1 = 0x7f070008
+com.example.newrevive:dimen/m3_comp_search_view_container_elevation = 0x7f060133
+com.example.newrevive:attr/itemTextAppearanceActive = 0x7f030236
+com.example.newrevive:attr/motionEffect_viewTransition = 0x7f030314
+com.example.newrevive:attr/floatingActionButtonSmallSurfaceStyle = 0x7f0301be
+com.example.newrevive:id/normal = 0x7f080150
+com.example.newrevive:macro/m3_comp_elevated_button_container_color = 0x7f0c000c
+com.example.newrevive:id/coordinator = 0x7f080089
+com.example.newrevive:attr/hintTextAppearance = 0x7f0301f9
+com.example.newrevive:dimen/material_helper_text_default_padding_top = 0x7f0601de
+com.example.newrevive:attr/floatingActionButtonSmallPrimaryStyle = 0x7f0301bb
+com.example.newrevive:id/east = 0x7f0800b2
+com.example.newrevive:string/path_password_eye = 0x7f0f009f
+com.example.newrevive:attr/floatingActionButtonLargeSurfaceStyle = 0x7f0301b7
+com.example.newrevive:string/bottomsheet_action_expand_halfway = 0x7f0f0022
+com.example.newrevive:id/frost = 0x7f0800d7
+com.example.newrevive:color/switch_thumb_normal_material_dark = 0x7f05027f
+com.example.newrevive:style/TextAppearance.Material3.HeadlineLarge = 0x7f1001de
+com.example.newrevive:attr/hintTextColor = 0x7f0301fa
+com.example.newrevive:style/ShapeAppearance.M3.Sys.Shape.Corner.ExtraSmall = 0x7f10015c
+com.example.newrevive:attr/tabMode = 0x7f0303ec
+com.example.newrevive:attr/errorIconTintMode = 0x7f03018e
+com.example.newrevive:layout/material_clock_display_divider = 0x7f0b0037
+com.example.newrevive:attr/fastScrollHorizontalTrackDrawable = 0x7f0301b0
+com.example.newrevive:id/accessibility_custom_action_31 = 0x7f08002a
+com.example.newrevive:dimen/mtrl_badge_radius = 0x7f0601ef
+com.example.newrevive:attr/commitIcon = 0x7f03010d
+com.example.newrevive:color/m3_ref_palette_dynamic_neutral_variant70 = 0x7f0500af
+com.example.newrevive:color/m3_primary_text_disable_only = 0x7f050096
+com.example.newrevive:dimen/m3_bottomappbar_fab_cradle_vertical_offset = 0x7f0600bd
+com.example.newrevive:attr/fabCradleMargin = 0x7f0301a9
+com.example.newrevive:attr/layout_collapseMode = 0x7f03024a
+com.example.newrevive:id/tv_login = 0x7f0801f3
+com.example.newrevive:attr/fabAnimationMode = 0x7f0301a8
+com.example.newrevive:attr/behavior_halfExpandedRatio = 0x7f03005e
+com.example.newrevive:dimen/material_bottom_sheet_max_width = 0x7f0601c3
+com.example.newrevive:attr/listPopupWindowStyle = 0x7f03029a
+com.example.newrevive:color/m3_ref_palette_dynamic_neutral70 = 0x7f0500a2
+com.example.newrevive:style/TextAppearance.AppCompat.Button = 0x7f10018a
+com.example.newrevive:attr/extraMultilineHeightEnabled = 0x7f0301a4
+com.example.newrevive:attr/extendedFloatingActionButtonSurfaceStyle = 0x7f0301a2
+com.example.newrevive:attr/textAppearanceSearchResultSubtitle = 0x7f03041c
+com.example.newrevive:attr/itemShapeFillColor = 0x7f03022d
+com.example.newrevive:string/mtrl_switch_thumb_path_morphing = 0x7f0f0095
+com.example.newrevive:dimen/m3_comp_suggestion_chip_container_height = 0x7f060140
+com.example.newrevive:style/Base.CardView = 0x7f10000e
+com.example.newrevive:attr/extendedFloatingActionButtonStyle = 0x7f0301a1
+com.example.newrevive:attr/actionDropDownStyle = 0x7f03000e
+com.example.newrevive:color/m3_sys_color_dynamic_dark_tertiary = 0x7f050162
+com.example.newrevive:attr/layout_keyline = 0x7f030285
+com.example.newrevive:attr/extendMotionSpec = 0x7f03019d
+com.example.newrevive:style/Theme.Material3.DayNight.BottomSheetDialog = 0x7f100224
+com.example.newrevive:drawable/abc_text_select_handle_left_mtrl = 0x7f07006f
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Header.Text = 0x7f1002c5
+com.example.newrevive:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Surface = 0x7f100290
+com.example.newrevive:attr/actionViewClass = 0x7f030025
+com.example.newrevive:attr/cornerFamilyBottomLeft = 0x7f03012b
+com.example.newrevive:drawable/$mtrl_checkbox_button_icon_unchecked_checked__0 = 0x7f070018
+com.example.newrevive:attr/extendedFloatingActionButtonPrimaryStyle = 0x7f03019f
+com.example.newrevive:attr/drawableRightCompat = 0x7f030167
+com.example.newrevive:attr/actionBarTabTextStyle = 0x7f03000a
+com.example.newrevive:style/TextAppearance.Material3.TitleMedium = 0x7f1001e9
+com.example.newrevive:attr/materialTimePickerStyle = 0x7f0302d4
+com.example.newrevive:attr/actionModeTheme = 0x7f03001f
+com.example.newrevive:color/switch_thumb_disabled_material_dark = 0x7f05027b
+com.example.newrevive:id/tag_on_receive_content_listener = 0x7f0801c9
+com.example.newrevive:attr/barrierMargin = 0x7f030058
+com.example.newrevive:color/design_snackbar_background_color = 0x7f050054
+com.example.newrevive:attr/carousel_emptyViewsBehavior = 0x7f030095
+com.example.newrevive:attr/extendStrategy = 0x7f03019e
+com.example.newrevive:attr/buttonBarNegativeButtonStyle = 0x7f03007d
+com.example.newrevive:attr/imageButtonStyle = 0x7f03020b
+com.example.newrevive:color/m3_sys_color_dark_outline = 0x7f050143
+com.example.newrevive:style/Base.V14.Theme.MaterialComponents.Light.Bridge = 0x7f100090
+com.example.newrevive:attr/extendedFloatingActionButtonTertiaryStyle = 0x7f0301a3
+com.example.newrevive:dimen/notification_right_side_padding_top = 0x7f0602b4
+com.example.newrevive:attr/endIconMinSize = 0x7f030180
+com.example.newrevive:drawable/cirleaccount = 0x7f07008e
+com.example.newrevive:attr/maxVelocity = 0x7f0302de
+com.example.newrevive:attr/errorIconTint = 0x7f03018d
+com.example.newrevive:attr/circularflow_defaultAngle = 0x7f0300c6
+com.example.newrevive:color/secondary_text_disabled_material_light = 0x7f05027a
+com.example.newrevive:attr/contentScrim = 0x7f030125
+com.example.newrevive:attr/textInputOutlinedStyle = 0x7f030433
+com.example.newrevive:attr/ratingBarStyleIndicator = 0x7f030364
+com.example.newrevive:layout/mtrl_layout_snackbar = 0x7f0b0054
+com.example.newrevive:attr/contentInsetLeft = 0x7f03011a
+com.example.newrevive:color/m3_checkbox_button_tint = 0x7f05006e
+com.example.newrevive:dimen/mtrl_btn_focused_z = 0x7f060200
+com.example.newrevive:attr/enforceTextAppearance = 0x7f030186
+com.example.newrevive:dimen/mtrl_extended_fab_translation_z_base = 0x7f060255
+com.example.newrevive:id/linear = 0x7f080103
+com.example.newrevive:attr/motionEffect_translationX = 0x7f030312
+com.example.newrevive:id/SHOW_ALL = 0x7f080009
+com.example.newrevive:style/Widget.Material3.TextInputEditText.FilledBox.Dense = 0x7f1003bb
+com.example.newrevive:dimen/highlight_alpha_material_colored = 0x7f060093
+com.example.newrevive:attr/actionBarSize = 0x7f030005
+com.example.newrevive:color/m3_ref_palette_dynamic_primary60 = 0x7f0500bb
+com.example.newrevive:id/disablePostScroll = 0x7f0800a2
+com.example.newrevive:attr/bottomAppBarStyle = 0x7f03006a
+com.example.newrevive:color/m3_icon_button_icon_color_selector = 0x7f05008d
+com.example.newrevive:attr/textInputFilledExposedDropdownMenuStyle = 0x7f03042e
+com.example.newrevive:dimen/m3_comp_fab_primary_pressed_state_layer_opacity = 0x7f060106
+com.example.newrevive:layout/design_navigation_item_subheader = 0x7f0b002b
+com.example.newrevive:attr/chipMinTouchTargetSize = 0x7f0300b9
+com.example.newrevive:dimen/m3_comp_search_bar_container_height = 0x7f060130
+com.example.newrevive:attr/flow_firstVerticalStyle = 0x7f0301c6
+com.example.newrevive:color/material_grey_850 = 0x7f0501fc
+com.example.newrevive:animator/mtrl_extended_fab_state_list_animator = 0x7f02001c
+com.example.newrevive:attr/contentPaddingTop = 0x7f030124
+com.example.newrevive:attr/sliderStyle = 0x7f0303a4
+com.example.newrevive:attr/layout_constraintDimensionRatio = 0x7f030258
+com.example.newrevive:attr/drawableStartCompat = 0x7f030169
+com.example.newrevive:attr/fastScrollVerticalThumbDrawable = 0x7f0301b1
+com.example.newrevive:color/background_material_dark = 0x7f05001f
+com.example.newrevive:id/search_view_header_container = 0x7f080192
+com.example.newrevive:attr/blendSrc = 0x7f030065
+com.example.newrevive:attr/expandedTitleGravity = 0x7f030195
+com.example.newrevive:color/error_color_material_dark = 0x7f050059
+com.example.newrevive:integer/m3_sys_motion_duration_extra_long1 = 0x7f09000e
+com.example.newrevive:id/embed = 0x7f0800c0
+com.example.newrevive:dimen/notification_main_column_padding_top = 0x7f0602b1
+com.example.newrevive:attr/textAppearanceTitleLarge = 0x7f030421
+com.example.newrevive:attr/enableEdgeToEdge = 0x7f03017c
+com.example.newrevive:attr/elevation = 0x7f030177
+com.example.newrevive:dimen/abc_button_inset_horizontal_material = 0x7f060012
+com.example.newrevive:attr/checkedState = 0x7f0300ad
+com.example.newrevive:attr/placeholderTextColor = 0x7f03034d
+com.example.newrevive:id/transition_current_scene = 0x7f0801ed
+com.example.newrevive:attr/telltales_velocityMode = 0x7f0303fd
+com.example.newrevive:attr/dynamicColorThemeOverlay = 0x7f030173
+com.example.newrevive:id/mtrl_calendar_year_selector_frame = 0x7f080132
+com.example.newrevive:id/currentState = 0x7f08008d
+com.example.newrevive:dimen/m3_searchbar_text_size = 0x7f060183
+com.example.newrevive:layout/mtrl_alert_dialog_actions = 0x7f0b0044
+com.example.newrevive:color/m3_sys_color_dark_inverse_primary = 0x7f050136
+com.example.newrevive:color/design_fab_shadow_start_color = 0x7f05004e
+com.example.newrevive:attr/materialCalendarHeaderDivider = 0x7f0302b8
+com.example.newrevive:attr/customFloatValue = 0x7f030142
+com.example.newrevive:style/Widget.MaterialComponents.Button.TextButton.Snackbar = 0x7f1003e8
+com.example.newrevive:id/ignore = 0x7f0800eb
+com.example.newrevive:attr/drawerLayoutCornerSize = 0x7f03016e
+com.example.newrevive:anim/btn_checkbox_to_unchecked_box_inner_merged_animation = 0x7f01000f
+com.example.newrevive:color/material_slider_inactive_tick_marks_color = 0x7f050229
+com.example.newrevive:attr/cardBackgroundColor = 0x7f03008c
+com.example.newrevive:attr/drawableLeftCompat = 0x7f030166
+com.example.newrevive:style/Widget.AppCompat.ActionBar.TabText = 0x7f1002d8
+com.example.newrevive:attr/ifTagNotSet = 0x7f030209
+com.example.newrevive:attr/dragThreshold = 0x7f030162
+com.example.newrevive:attr/contentInsetEnd = 0x7f030118
+com.example.newrevive:attr/dividerVertical = 0x7f03015f
+com.example.newrevive:attr/dividerInsetStart = 0x7f03015c
+com.example.newrevive:attr/framePosition = 0x7f0301e5
+com.example.newrevive:style/ThemeOverlay.Material3.MaterialTimePicker = 0x7f10029f
+com.example.newrevive:style/Base.V14.Theme.MaterialComponents.Dialog.Bridge = 0x7f10008e
+com.example.newrevive:attr/colorOnTertiary = 0x7f0300fa
+com.example.newrevive:attr/textAppearanceLabelLarge = 0x7f030412
+com.example.newrevive:id/easeOut = 0x7f0800b1
+com.example.newrevive:attr/colorPrimaryInverse = 0x7f030101
+com.example.newrevive:attr/boxCollapsedPaddingTop = 0x7f030072
+com.example.newrevive:attr/dialogTheme = 0x7f030156
+com.example.newrevive:attr/clockIcon = 0x7f0300ce
+com.example.newrevive:color/mtrl_fab_ripple_color = 0x7f050247
+com.example.newrevive:attr/checkMarkCompat = 0x7f0300a0
+com.example.newrevive:dimen/m3_comp_checkbox_selected_disabled_container_opacity = 0x7f0600ef
+com.example.newrevive:style/TextAppearance.AppCompat.Light.SearchResult.Title = 0x7f100195
+com.example.newrevive:attr/itemHorizontalPadding = 0x7f030220
+com.example.newrevive:attr/shouldRemoveExpandedCorners = 0x7f030390
+com.example.newrevive:attr/itemStrokeColor = 0x7f030233
+com.example.newrevive:drawable/abc_list_selector_background_transition_holo_dark = 0x7f070053
+com.example.newrevive:attr/shapeAppearanceCornerLarge = 0x7f030387
+com.example.newrevive:dimen/design_navigation_item_vertical_padding = 0x7f06007a
+com.example.newrevive:macro/m3_comp_switch_unselected_pressed_state_layer_color = 0x7f0c00b5
+com.example.newrevive:attr/materialCalendarFullscreenTheme = 0x7f0302b5
+com.example.newrevive:color/m3_ref_palette_dynamic_secondary40 = 0x7f0500c6
+com.example.newrevive:style/Widget.MaterialComponents.Light.ActionBar.Solid = 0x7f1003fd
+com.example.newrevive:macro/m3_comp_switch_selected_icon_color = 0x7f0c00a1
+com.example.newrevive:id/message = 0x7f080120
+com.example.newrevive:attr/hintEnabled = 0x7f0301f8
+com.example.newrevive:attr/behavior_autoHide = 0x7f030059
+com.example.newrevive:attr/textAppearanceOverline = 0x7f03041a
+com.example.newrevive:id/submenuarrow = 0x7f0801c0
+com.example.newrevive:color/design_default_color_error = 0x7f05003f
+com.example.newrevive:color/material_dynamic_neutral99 = 0x7f0501c2
+com.example.newrevive:attr/actionModePopupWindowStyle = 0x7f03001a
+com.example.newrevive:attr/dayInvalidStyle = 0x7f030148
+com.example.newrevive:drawable/abc_btn_radio_material_anim = 0x7f070033
+com.example.newrevive:string/searchbar_scrolling_view_behavior = 0x7f0f00a7
+com.example.newrevive:string/mtrl_picker_out_of_range = 0x7f0f0080
+com.example.newrevive:id/action_bar_container = 0x7f080036
+com.example.newrevive:attr/customIntegerValue = 0x7f030143
+com.example.newrevive:drawable/abc_btn_switch_to_on_mtrl_00001 = 0x7f070036
+com.example.newrevive:style/MaterialAlertDialog.MaterialComponents.Picker.Date.Spinner = 0x7f10012b
+com.example.newrevive:attr/autoSizeMaxTextSize = 0x7f03003e
+com.example.newrevive:style/Base.Widget.AppCompat.Light.PopupMenu.Overflow = 0x7f1000de
+com.example.newrevive:style/Base.V14.Theme.Material3.Dark.Dialog = 0x7f100085
+com.example.newrevive:attr/actionBarWidgetTheme = 0x7f03000c
+com.example.newrevive:attr/customColorDrawableValue = 0x7f03013f
+com.example.newrevive:attr/layout_insetEdge = 0x7f030284
+com.example.newrevive:attr/gapBetweenBars = 0x7f0301e6
+com.example.newrevive:animator/mtrl_extended_fab_hide_motion_spec = 0x7f02001a
+com.example.newrevive:attr/colorOnSurfaceVariant = 0x7f0300f9
+com.example.newrevive:attr/customBoolean = 0x7f03013e
+com.example.newrevive:attr/backgroundTint = 0x7f03004d
+com.example.newrevive:color/m3_ref_palette_dynamic_secondary10 = 0x7f0500c2
+com.example.newrevive:attr/counterTextColor = 0x7f03013a
+com.example.newrevive:attr/setsTag = 0x7f030383
+com.example.newrevive:drawable/mtrl_switch_thumb_checked = 0x7f0700d3
+com.example.newrevive:attr/queryHint = 0x7f03035f
+com.example.newrevive:layout/material_chip_input_combo = 0x7f0b0035
+com.example.newrevive:dimen/mtrl_slider_label_padding = 0x7f060288
+com.example.newrevive:string/abc_searchview_description_submit = 0x7f0f0017
+com.example.newrevive:id/screen = 0x7f08017c
+com.example.newrevive:color/tooltip_background_light = 0x7f050284
+com.example.newrevive:attr/logoScaleType = 0x7f0302a5
+com.example.newrevive:attr/itemIconSize = 0x7f030223
+com.example.newrevive:style/Widget.AppCompat.Light.SearchView = 0x7f100303
+com.example.newrevive:attr/customColorValue = 0x7f030140
+com.example.newrevive:attr/checkedIcon = 0x7f0300a6
+com.example.newrevive:style/Widget.Material3.CircularProgressIndicator.Small = 0x7f100360
+com.example.newrevive:drawable/abc_list_selector_holo_light = 0x7f070058
+com.example.newrevive:color/m3_sys_color_dynamic_light_on_surface_variant = 0x7f05016e
+com.example.newrevive:attr/boxBackgroundMode = 0x7f030071
+com.example.newrevive:attr/colorOnBackground = 0x7f0300ed
+com.example.newrevive:dimen/mtrl_alert_dialog_background_inset_top = 0x7f0601eb
+com.example.newrevive:dimen/abc_list_item_height_small_material = 0x7f060032
+com.example.newrevive:drawable/mtrl_checkbox_button_unchecked_checked = 0x7f0700c4
+com.example.newrevive:attr/motionDurationExtraLong1 = 0x7f0302f1
+com.example.newrevive:attr/coordinatorLayoutStyle = 0x7f030128
+com.example.newrevive:style/Widget.Design.BottomNavigationView = 0x7f100321
+com.example.newrevive:color/mtrl_navigation_bar_item_tint = 0x7f05024e
+com.example.newrevive:attr/floatingActionButtonLargePrimaryStyle = 0x7f0301b4
+com.example.newrevive:color/abc_primary_text_disable_only_material_light = 0x7f05000a
+com.example.newrevive:dimen/mtrl_btn_padding_right = 0x7f060209
+com.example.newrevive:dimen/abc_alert_dialog_button_dimen = 0x7f060011
+com.example.newrevive:attr/extendedFloatingActionButtonSecondaryStyle = 0x7f0301a0
+com.example.newrevive:attr/addElevationShadow = 0x7f030027
+com.example.newrevive:id/snackbar_action = 0x7f0801a7
+com.example.newrevive:attr/quantizeMotionSteps = 0x7f03035d
+com.example.newrevive:attr/limitBoundsTo = 0x7f03028f
+com.example.newrevive:attr/contentPaddingBottom = 0x7f03011f
+com.example.newrevive:attr/textBackgroundRotate = 0x7f030427
+com.example.newrevive:dimen/m3_btn_icon_btn_padding_left = 0x7f0600c7
+com.example.newrevive:style/Base.Widget.AppCompat.ActionBar.TabText = 0x7f1000bf
+com.example.newrevive:attr/searchHintIcon = 0x7f03037a
+com.example.newrevive:dimen/m3_comp_assist_chip_flat_container_elevation = 0x7f0600ea
+com.example.newrevive:attr/contentPadding = 0x7f03011e
+com.example.newrevive:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Primary = 0x7f10028e
+com.example.newrevive:id/flip = 0x7f0800d3
+com.example.newrevive:color/m3_sys_color_light_on_primary_container = 0x7f050185
+com.example.newrevive:color/m3_ref_palette_error20 = 0x7f0500de
+com.example.newrevive:style/Base.Widget.AppCompat.RatingBar.Indicator = 0x7f1000ea
+com.example.newrevive:color/design_fab_stroke_top_inner_color = 0x7f050051
+com.example.newrevive:id/animateToEnd = 0x7f08004d
+com.example.newrevive:attr/ifTagSet = 0x7f03020a
+com.example.newrevive:dimen/design_navigation_separator_vertical_padding = 0x7f06007d
+com.example.newrevive:attr/popupWindowStyle = 0x7f030353
+com.example.newrevive:drawable/btn_checkbox_unchecked_to_checked_mtrl_animation = 0x7f070087
+com.example.newrevive:attr/editTextColor = 0x7f030175
+com.example.newrevive:attr/placeholder_emptyVisibility = 0x7f03034e
+com.example.newrevive:attr/contentInsetStart = 0x7f03011c
+com.example.newrevive:attr/animateMenuItems = 0x7f030031
+com.example.newrevive:dimen/m3_sys_elevation_level3 = 0x7f060195
+com.example.newrevive:attr/layout_constraintBaseline_toBaselineOf = 0x7f03024f
+com.example.newrevive:attr/cornerFamily = 0x7f03012a
+com.example.newrevive:attr/textAppearanceCaption = 0x7f030405
+com.example.newrevive:id/withinBounds = 0x7f080206
+com.example.newrevive:color/design_dark_default_color_primary_variant = 0x7f05003a
+com.example.newrevive:styleable/Constraint = 0x7f110026
+com.example.newrevive:style/Widget.Material3.FloatingActionButton.Large.Secondary = 0x7f100372
+com.example.newrevive:style/TextAppearance.Material3.DisplayLarge = 0x7f1001db
+com.example.newrevive:string/btn_login = 0x7f0f0025
+com.example.newrevive:id/topPanel = 0x7f0801e9
+com.example.newrevive:attr/clockHandColor = 0x7f0300cd
+com.example.newrevive:layout/material_clock_period_toggle_land = 0x7f0b0039
+com.example.newrevive:attr/borderRoundPercent = 0x7f030067
+com.example.newrevive:color/m3_sys_color_dark_tertiary_container = 0x7f05014c
+com.example.newrevive:color/mtrl_calendar_selected_range = 0x7f05023a
+com.example.newrevive:attr/contentInsetEndWithActions = 0x7f030119
+com.example.newrevive:attr/constraint_referenced_ids = 0x7f030113
+com.example.newrevive:attr/constraintSetEnd = 0x7f030111
+com.example.newrevive:style/Widget.Material3.Chip.Suggestion.Elevated = 0x7f10035b
+com.example.newrevive:attr/boxStrokeErrorColor = 0x7f030078
+com.example.newrevive:attr/dropdownListPreferredItemHeight = 0x7f030171
+com.example.newrevive:attr/colorTertiary = 0x7f03010b
+com.example.newrevive:drawable/$mtrl_switch_thumb_checked_unchecked__0 = 0x7f070022
+com.example.newrevive:style/Base.V21.ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f1000a6
+com.example.newrevive:attr/materialCalendarStyle = 0x7f0302bf
+com.example.newrevive:attr/actionModeShareDrawable = 0x7f03001c
+com.example.newrevive:attr/logo = 0x7f0302a2
+com.example.newrevive:style/Base.Widget.AppCompat.RatingBar.Small = 0x7f1000eb
+com.example.newrevive:attr/colorSwitchThumbNormal = 0x7f03010a
+com.example.newrevive:attr/actionModeCloseButtonStyle = 0x7f030013
+com.example.newrevive:attr/navigationContentDescription = 0x7f03031f
+com.example.newrevive:attr/cornerSizeTopRight = 0x7f030134
+com.example.newrevive:attr/colorSurface = 0x7f030107
+com.example.newrevive:attr/backgroundInsetTop = 0x7f030049
+com.example.newrevive:id/edit_query = 0x7f0800b3
+com.example.newrevive:attr/layout_marginBaseline = 0x7f030286
+com.example.newrevive:style/Widget.MaterialComponents.MaterialCalendar.Year.Today = 0x7f100416
+com.example.newrevive:attr/closeIconVisible = 0x7f0300d6
+com.example.newrevive:dimen/m3_alert_dialog_icon_margin = 0x7f0600a1
+com.example.newrevive:style/Widget.Material3.Button.TonalButton = 0x7f10034b
+com.example.newrevive:attr/motionEasingStandard = 0x7f030309
+com.example.newrevive:style/Widget.AppCompat.SearchView.ActionBar = 0x7f100313
+com.example.newrevive:style/Base.V14.Theme.MaterialComponents.Light.Dialog.Bridge = 0x7f100093
+com.example.newrevive:id/SHIFT = 0x7f080008
+com.example.newrevive:attr/colorPrimaryDark = 0x7f030100
+com.example.newrevive:dimen/m3_bottom_nav_item_active_indicator_width = 0x7f0600b4
+com.example.newrevive:style/Theme.MaterialComponents = 0x7f100236
+com.example.newrevive:drawable/$mtrl_checkbox_button_checked_unchecked__2 = 0x7f07000f
+com.example.newrevive:attr/colorPrimaryContainer = 0x7f0300ff
+com.example.newrevive:animator/m3_extended_fab_change_size_collapse_motion_spec = 0x7f02000f
+com.example.newrevive:attr/initialActivityCount = 0x7f030217
+com.example.newrevive:attr/layout_constraintBottom_toTopOf = 0x7f030254
+com.example.newrevive:dimen/abc_action_bar_subtitle_bottom_margin_material = 0x7f06000b
+com.example.newrevive:id/actionUp = 0x7f080033
+com.example.newrevive:animator/fragment_close_exit = 0x7f020004
+com.example.newrevive:color/m3_ref_palette_secondary40 = 0x7f050114
+com.example.newrevive:style/ShapeAppearance.MaterialComponents.Tooltip = 0x7f100172
+com.example.newrevive:attr/barrierDirection = 0x7f030057
+com.example.newrevive:drawable/material_ic_edit_black_24dp = 0x7f0700b3
+com.example.newrevive:animator/mtrl_fab_transformation_sheet_expand_spec = 0x7f020020
+com.example.newrevive:id/neverCompleteToStart = 0x7f08014c
+com.example.newrevive:dimen/abc_text_size_display_3_material = 0x7f060045
+com.example.newrevive:styleable/SwitchCompat = 0x7f110085
+com.example.newrevive:attr/buttonIconTintMode = 0x7f030086
+com.example.newrevive:attr/actionBarStyle = 0x7f030007
+com.example.newrevive:style/TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse = 0x7f1001ac
+com.example.newrevive:dimen/m3_comp_fab_primary_large_container_height = 0x7f060103
+com.example.newrevive:color/design_default_color_on_secondary = 0x7f050043
+com.example.newrevive:attr/chipBackgroundColor = 0x7f0300af
+com.example.newrevive:dimen/design_bottom_sheet_peek_height_min = 0x7f06006d
+com.example.newrevive:id/ifRoom = 0x7f0800ea
+com.example.newrevive:attr/colorControlHighlight = 0x7f0300e9
+com.example.newrevive:attr/colorPrimaryVariant = 0x7f030103
+com.example.newrevive:dimen/m3_sys_motion_easing_standard_decelerate_control_x2 = 0x7f0601b9
+com.example.newrevive:attr/transitionEasing = 0x7f030480
+com.example.newrevive:attr/targetId = 0x7f0303fa
+com.example.newrevive:layout/select_dialog_multichoice_material = 0x7f0b006a
+com.example.newrevive:color/m3_ref_palette_dynamic_secondary80 = 0x7f0500ca
+com.example.newrevive:attr/colorOnPrimaryContainer = 0x7f0300f3
+com.example.newrevive:style/TextAppearance.Design.Suffix = 0x7f1001c5
+com.example.newrevive:attr/colorOnPrimary = 0x7f0300f2
+com.example.newrevive:attr/backgroundInsetEnd = 0x7f030047
+com.example.newrevive:dimen/m3_card_elevated_elevation = 0x7f0600dc
+com.example.newrevive:attr/imagePanX = 0x7f03020c
+com.example.newrevive:id/forever = 0x7f0800d5
+com.example.newrevive:attr/color = 0x7f0300e3
+com.example.newrevive:dimen/tooltip_precise_anchor_extra_offset = 0x7f0602bd
+com.example.newrevive:attr/motionEasingEmphasized = 0x7f030303
+com.example.newrevive:attr/floatingActionButtonLargeStyle = 0x7f0301b6
+com.example.newrevive:color/design_default_color_surface = 0x7f05004a
+com.example.newrevive:attr/sideSheetDialogTheme = 0x7f03039a
+com.example.newrevive:drawable/$mtrl_switch_thumb_unchecked_pressed__0 = 0x7f070028
+com.example.newrevive:attr/cornerRadius = 0x7f03012f
+com.example.newrevive:style/Base.Theme.MaterialComponents.Dialog.Bridge = 0x7f100064
+com.example.newrevive:attr/collapsedTitleTextAppearance = 0x7f0300dc
+com.example.newrevive:style/TextAppearance.M3.Sys.Typescale.BodyLarge = 0x7f1001c7
+com.example.newrevive:layout/abc_action_menu_layout = 0x7f0b0003
+com.example.newrevive:attr/colorTertiaryContainer = 0x7f03010c
+com.example.newrevive:string/abc_menu_meta_shortcut_label = 0x7f0f000e
+com.example.newrevive:attr/tabIndicatorGravity = 0x7f0303e7
+com.example.newrevive:attr/collapsedSize = 0x7f0300da
+com.example.newrevive:dimen/m3_badge_with_text_vertical_offset = 0x7f0600b1
+com.example.newrevive:attr/collapseIcon = 0x7f0300d9
+com.example.newrevive:style/Base.V14.ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f100098
+com.example.newrevive:attr/materialAlertDialogButtonSpacerVisibility = 0x7f0302ab
+com.example.newrevive:id/progress_circular = 0x7f08016c
+com.example.newrevive:attr/badgeWidePadding = 0x7f030053
+com.example.newrevive:color/material_grey_50 = 0x7f0501f9
+com.example.newrevive:attr/constraints = 0x7f030115
+com.example.newrevive:style/Widget.MaterialComponents.MaterialCalendar = 0x7f100400
+com.example.newrevive:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Title = 0x7f100148
+com.example.newrevive:attr/closeIconTint = 0x7f0300d5
+com.example.newrevive:styleable/CompoundButton = 0x7f110025
+com.example.newrevive:attr/closeIconStartPadding = 0x7f0300d4
+com.example.newrevive:id/position = 0x7f080169
+com.example.newrevive:dimen/m3_alert_dialog_corner_size = 0x7f06009f
+com.example.newrevive:attr/behavior_peekHeight = 0x7f030061
+com.example.newrevive:attr/floatingActionButtonSecondaryStyle = 0x7f0301ba
+com.example.newrevive:drawable/task_icon = 0x7f0700f7
+com.example.newrevive:drawable/material_ic_menu_arrow_up_black_24dp = 0x7f0700b9
+com.example.newrevive:attr/closeIconEndPadding = 0x7f0300d2
+com.example.newrevive:attr/closeIconEnabled = 0x7f0300d1
+com.example.newrevive:attr/scrimAnimationDuration = 0x7f030377
+com.example.newrevive:id/text_input_end_icon = 0x7f0801da
+com.example.newrevive:drawable/notification_bg_low_pressed = 0x7f0700e4
+com.example.newrevive:style/Widget.AppCompat.Light.ActionBar.Solid = 0x7f1002f0
+com.example.newrevive:dimen/mtrl_tooltip_minWidth = 0x7f0602a8
+com.example.newrevive:style/Widget.Material3.MaterialCalendar.HeaderLayout = 0x7f10038a
+com.example.newrevive:attr/actionModeStyle = 0x7f03001e
+com.example.newrevive:dimen/material_clock_period_toggle_horizontal_gap = 0x7f0601cd
+com.example.newrevive:xml/data_extraction_rules = 0x7f120001
+com.example.newrevive:styleable/TextInputEditText = 0x7f11008b
+com.example.newrevive:attr/layout_constraintHorizontal_bias = 0x7f030263
+com.example.newrevive:styleable/ActionBarLayout = 0x7f110001
+com.example.newrevive:dimen/m3_comp_search_view_docked_header_container_height = 0x7f060134
+com.example.newrevive:color/m3_sys_color_dark_background = 0x7f050132
+com.example.newrevive:attr/layoutDuringTransition = 0x7f030245
+com.example.newrevive:attr/circleRadius = 0x7f0300c3
+com.example.newrevive:attr/listItemLayout = 0x7f030297
+com.example.newrevive:id/navigation_header_container = 0x7f080149
+com.example.newrevive:dimen/m3_sys_motion_easing_standard_control_y2 = 0x7f0601b7
+com.example.newrevive:attr/layout_wrapBehaviorInParent = 0x7f03028b
+com.example.newrevive:id/decelerate = 0x7f080092
+com.example.newrevive:style/Widget.AppCompat.ActionBar = 0x7f1002d5
+com.example.newrevive:dimen/m3_large_fab_max_image_size = 0x7f060161
+com.example.newrevive:attr/textAppearanceBody2 = 0x7f030400
+com.example.newrevive:color/m3_sys_color_dynamic_dark_on_surface_variant = 0x7f050157
+com.example.newrevive:attr/chipSpacingHorizontal = 0x7f0300bb
+com.example.newrevive:id/action_bar_title = 0x7f08003a
+com.example.newrevive:id/continuousVelocity = 0x7f080088
+com.example.newrevive:string/mtrl_switch_thumb_path_checked = 0x7f0f0094
+com.example.newrevive:string/abc_prepend_shortcut_label = 0x7f0f0012
+com.example.newrevive:id/accessibility_custom_action_18 = 0x7f08001b
+com.example.newrevive:dimen/tooltip_precise_anchor_threshold = 0x7f0602be
+com.example.newrevive:color/material_timepicker_button_background = 0x7f05022c
+com.example.newrevive:attr/textAppearanceHeadline5 = 0x7f03040d
+com.example.newrevive:attr/fontProviderSystemFontFamily = 0x7f0301de
+com.example.newrevive:id/aligned = 0x7f080049
+com.example.newrevive:attr/title = 0x7f030456
+com.example.newrevive:color/m3_tabs_text_color = 0x7f05019a
+com.example.newrevive:attr/layout_constraintLeft_creator = 0x7f030266
+com.example.newrevive:attr/insetForeground = 0x7f030218
+com.example.newrevive:color/m3_ref_palette_neutral70 = 0x7f0500f0
+com.example.newrevive:styleable/StateListDrawable = 0x7f110082
+com.example.newrevive:style/Base.Theme.Material3.Light.BottomSheetDialog = 0x7f10005c
+com.example.newrevive:attr/dragDirection = 0x7f030160
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f1002b8
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle = 0x7f100031
+com.example.newrevive:attr/chipMinHeight = 0x7f0300b8
+com.example.newrevive:color/m3_ref_palette_error70 = 0x7f0500e3
+com.example.newrevive:style/Widget.Material3.FloatingActionButton.Small.Tertiary = 0x7f10037a
+com.example.newrevive:attr/chipIconEnabled = 0x7f0300b4
+com.example.newrevive:color/androidx_core_ripple_material_light = 0x7f05001b
+com.example.newrevive:id/search_mag_icon = 0x7f080189
+com.example.newrevive:attr/springMass = 0x7f0303af
+com.example.newrevive:style/Base.Theme.AppCompat.Dialog.MinWidth = 0x7f10004e
+com.example.newrevive:dimen/mtrl_snackbar_background_corner_radius = 0x7f060291
+com.example.newrevive:attr/colorControlActivated = 0x7f0300e8
+com.example.newrevive:attr/cardViewStyle = 0x7f030093
+com.example.newrevive:attr/colorOutlineVariant = 0x7f0300fd
+com.example.newrevive:layout/notification_action = 0x7f0b0063
+com.example.newrevive:attr/behavior_fitToContents = 0x7f03005d
+com.example.newrevive:attr/actionModeSelectAllDrawable = 0x7f03001b
+com.example.newrevive:color/m3_ref_palette_error0 = 0x7f0500db
+com.example.newrevive:color/material_on_surface_stroke = 0x7f05020b
+com.example.newrevive:id/chain = 0x7f080074
+com.example.newrevive:dimen/abc_star_big = 0x7f06003b
+com.example.newrevive:attr/layout_constraintVertical_weight = 0x7f030274
+com.example.newrevive:attr/itemSpacing = 0x7f030232
+com.example.newrevive:attr/chipGroupStyle = 0x7f0300b2
+com.example.newrevive:macro/m3_comp_primary_navigation_tab_container_color = 0x7f0c005a
+com.example.newrevive:attr/chipCornerRadius = 0x7f0300b0
+com.example.newrevive:color/m3_sys_color_dark_on_primary = 0x7f05013b
+com.example.newrevive:style/Base.AlertDialog.AppCompat = 0x7f100009
+com.example.newrevive:attr/checkedIconSize = 0x7f0300aa
+com.example.newrevive:color/m3_chip_stroke_color = 0x7f050072
+com.example.newrevive:style/Widget.MaterialComponents.MaterialCalendar.HeaderLayout = 0x7f10040b
+com.example.newrevive:attr/constraintSetStart = 0x7f030112
+com.example.newrevive:id/info = 0x7f0800f5
+com.example.newrevive:attr/layout_constraintHorizontal_chainStyle = 0x7f030264
+com.example.newrevive:drawable/m3_password_eye = 0x7f0700a8
+com.example.newrevive:id/action_bar_subtitle = 0x7f080039
+com.example.newrevive:dimen/abc_text_size_display_4_material = 0x7f060046
+com.example.newrevive:drawable/abc_ic_go_search_api_material = 0x7f070042
+com.example.newrevive:attr/passwordToggleContentDescription = 0x7f03033e
+com.example.newrevive:attr/chipEndPadding = 0x7f0300b1
+com.example.newrevive:attr/tickMarkTintMode = 0x7f030451
+com.example.newrevive:dimen/material_clock_period_toggle_height = 0x7f0601cc
+com.example.newrevive:attr/layout_constraintBottom_creator = 0x7f030252
+com.example.newrevive:attr/checkedIconGravity = 0x7f0300a8
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Body1 = 0x7f100015
+com.example.newrevive:drawable/mtrl_checkbox_button_icon_checked_unchecked = 0x7f0700bf
+com.example.newrevive:style/ThemeOverlay.Material3.Button.ElevatedButton = 0x7f10027b
+com.example.newrevive:attr/mock_labelColor = 0x7f0302ed
+com.example.newrevive:attr/cardForegroundColor = 0x7f03008f
+com.example.newrevive:attr/collapsingToolbarLayoutMediumSize = 0x7f0300e0
+com.example.newrevive:string/forget_pasword = 0x7f0f0035
+com.example.newrevive:bool/abc_action_bar_embed_tabs = 0x7f040000
+com.example.newrevive:style/Animation.AppCompat.Tooltip = 0x7f100004
+com.example.newrevive:integer/app_bar_elevation_anim_duration = 0x7f090002
+com.example.newrevive:attr/chainUseRtl = 0x7f03009f
+com.example.newrevive:attr/seekBarStyle = 0x7f03037e
+com.example.newrevive:attr/listChoiceIndicatorMultipleAnimated = 0x7f030294
+com.example.newrevive:style/Widget.MaterialComponents.AppBarLayout.PrimarySurface = 0x7f1003d0
+com.example.newrevive:macro/m3_comp_search_view_container_color = 0x7f0c0070
+com.example.newrevive:color/m3_ref_palette_dynamic_primary80 = 0x7f0500bd
+com.example.newrevive:attr/carousel_touchUp_dampeningFactor = 0x7f03009c
+com.example.newrevive:drawable/baseline_birthday = 0x7f07007d
+com.example.newrevive:attr/carousel_touchUpMode = 0x7f03009b
+com.example.newrevive:attr/closeIcon = 0x7f0300d0
+com.example.newrevive:attr/layout_goneMarginBottom = 0x7f03027e
+com.example.newrevive:id/btn_login = 0x7f080064
+com.example.newrevive:attr/materialCalendarHeaderConfirmButton = 0x7f0302b7
+com.example.newrevive:id/never = 0x7f08014a
+com.example.newrevive:attr/customReference = 0x7f030146
+com.example.newrevive:id/action_bar_root = 0x7f080037
+com.example.newrevive:color/m3_efab_ripple_color_selector = 0x7f050085
+com.example.newrevive:color/material_personalized_color_background = 0x7f05020c
+com.example.newrevive:attr/carousel_forwardTransition = 0x7f030097
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.DayNight.BottomSheetDialog = 0x7f1002bb
+com.example.newrevive:color/m3_sys_color_light_tertiary = 0x7f050194
+com.example.newrevive:macro/m3_comp_divider_color = 0x7f0c000b
+com.example.newrevive:attr/yearStyle = 0x7f0304a8
+com.example.newrevive:layout/abc_popup_menu_header_item_layout = 0x7f0b0012
+com.example.newrevive:attr/textOutlineColor = 0x7f030436
+com.example.newrevive:style/TextAppearance.Widget.AppCompat.ExpandedMenu.Item = 0x7f1001fc
+com.example.newrevive:drawable/$avd_show_password__2 = 0x7f070005
+com.example.newrevive:style/Widget.MaterialComponents.CompoundButton.Switch = 0x7f1003f9
+com.example.newrevive:attr/materialIconButtonFilledTonalStyle = 0x7f0302cc
+com.example.newrevive:style/Widget.MaterialComponents.FloatingActionButton = 0x7f1003fc
+com.example.newrevive:macro/m3_comp_suggestion_chip_container_shape = 0x7f0c008f
+com.example.newrevive:attr/trackColorActive = 0x7f030474
+com.example.newrevive:id/view_tree_view_model_store_owner = 0x7f080200
+com.example.newrevive:attr/passwordToggleTintMode = 0x7f030342
+com.example.newrevive:attr/colorOnPrimarySurface = 0x7f0300f4
+com.example.newrevive:dimen/m3_slider_inactive_track_height = 0x7f06018c
+com.example.newrevive:style/Platform.MaterialComponents.Dialog = 0x7f100135
+com.example.newrevive:attr/indicatorDirectionCircular = 0x7f030213
+com.example.newrevive:attr/drawableEndCompat = 0x7f030165
+com.example.newrevive:attr/onStateTransition = 0x7f03032f
+com.example.newrevive:attr/layout_anchor = 0x7f030247
+com.example.newrevive:style/Base.TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f100027
+com.example.newrevive:attr/suffixText = 0x7f0303d5
+com.example.newrevive:style/Widget.Material3.TextInputLayout.OutlinedBox.Dense = 0x7f1003c3
+com.example.newrevive:attr/ratingBarStyle = 0x7f030363
+com.example.newrevive:styleable/MockView = 0x7f110061
+com.example.newrevive:attr/flow_horizontalStyle = 0x7f0301ca
+com.example.newrevive:attr/actionModeCutDrawable = 0x7f030017
+com.example.newrevive:color/m3_button_foreground_color_selector = 0x7f050064
+com.example.newrevive:anim/btn_checkbox_to_checked_box_inner_merged_animation = 0x7f01000c
+com.example.newrevive:style/TextAppearance.M3.Sys.Typescale.DisplayMedium = 0x7f1001cb
+com.example.newrevive:id/selected = 0x7f08019b
+com.example.newrevive:attr/cardCornerRadius = 0x7f03008d
+com.example.newrevive:style/Widget.Material3.BottomSheet = 0x7f100338
+com.example.newrevive:attr/textureHeight = 0x7f03043d
+com.example.newrevive:string/material_motion_easing_linear = 0x7f0f0053
+com.example.newrevive:attr/onCross = 0x7f03032a
+com.example.newrevive:attr/chipStyle = 0x7f0300c1
+com.example.newrevive:color/material_dynamic_tertiary20 = 0x7f0501ed
+com.example.newrevive:macro/m3_sys_motion_path = 0x7f0c00c5
+com.example.newrevive:attr/buttonTintMode = 0x7f03008b
+com.example.newrevive:dimen/mtrl_exposed_dropdown_menu_popup_vertical_offset = 0x7f060246
+com.example.newrevive:style/Widget.Material3.MaterialCalendar.Year.Selected = 0x7f100394
+com.example.newrevive:attr/buttonTint = 0x7f03008a
+com.example.newrevive:attr/windowFixedWidthMajor = 0x7f0304a2
+com.example.newrevive:animator/mtrl_extended_fab_change_size_expand_motion_spec = 0x7f020019
+com.example.newrevive:drawable/mtrl_switch_thumb_checked_pressed = 0x7f0700d4
+com.example.newrevive:integer/status_bar_notification_info_maxnum = 0x7f09003b
+com.example.newrevive:dimen/mtrl_calendar_selection_text_baseline_to_top = 0x7f060234
+com.example.newrevive:attr/editTextStyle = 0x7f030176
+com.example.newrevive:id/deltaRelative = 0x7f080096
+com.example.newrevive:attr/buttonStyleSmall = 0x7f030089
+com.example.newrevive:color/m3_card_foreground_color = 0x7f05006a
+com.example.newrevive:style/ThemeOverlay.Material3.ActionBar = 0x7f100271
+com.example.newrevive:id/accessibility_custom_action_14 = 0x7f080017
+com.example.newrevive:drawable/img_1 = 0x7f0700f2
+com.example.newrevive:drawable/abc_switch_track_mtrl_alpha = 0x7f07006b
+com.example.newrevive:dimen/m3_card_stroke_width = 0x7f0600e0
+com.example.newrevive:attr/dividerThickness = 0x7f03015e
+com.example.newrevive:dimen/material_clock_face_margin_top = 0x7f0601c7
+com.example.newrevive:style/Base.Widget.AppCompat.Button.Colored = 0x7f1000cb
+com.example.newrevive:attr/materialSwitchStyle = 0x7f0302d2
+com.example.newrevive:color/m3_navigation_bar_item_with_indicator_icon_tint = 0x7f05008e
+com.example.newrevive:attr/actionOverflowMenuStyle = 0x7f030022
+com.example.newrevive:attr/defaultScrollFlagsEnabled = 0x7f03014f
+com.example.newrevive:id/accessibility_action_clickable_span = 0x7f080010
+com.example.newrevive:attr/navigationIconTint = 0x7f030321
+com.example.newrevive:dimen/mtrl_badge_toolbar_action_menu_item_vertical_offset = 0x7f0601f3
+com.example.newrevive:attr/boxStrokeWidth = 0x7f030079
+com.example.newrevive:style/ShapeAppearance.MaterialComponents = 0x7f10016e
+com.example.newrevive:dimen/m3_sys_motion_easing_linear_control_x1 = 0x7f0601ac
+com.example.newrevive:attr/actionMenuTextColor = 0x7f030011
+com.example.newrevive:dimen/m3_bottomappbar_height = 0x7f0600bf
+com.example.newrevive:styleable/CircularProgressIndicator = 0x7f11001f
+com.example.newrevive:attr/indicatorColor = 0x7f030212
+com.example.newrevive:style/AlertDialog.AppCompat.Light = 0x7f100001
+com.example.newrevive:dimen/mtrl_extended_fab_disabled_elevation = 0x7f060249
+com.example.newrevive:color/m3_sys_color_dark_secondary_container = 0x7f050148
+com.example.newrevive:attr/layout_constraintGuide_begin = 0x7f03025b
+com.example.newrevive:color/material_harmonized_color_on_error = 0x7f050200
+com.example.newrevive:attr/clockNumberTextColor = 0x7f0300cf
+com.example.newrevive:styleable/ActionBar = 0x7f110000
+com.example.newrevive:drawable/mtrl_switch_thumb_unchecked_checked = 0x7f0700da
+com.example.newrevive:attr/colorOnSecondaryContainer = 0x7f0300f6
+com.example.newrevive:attr/boxCornerRadiusBottomEnd = 0x7f030073
+com.example.newrevive:attr/textInputFilledStyle = 0x7f03042f
+com.example.newrevive:color/m3_sys_color_dynamic_dark_on_secondary = 0x7f050154
+com.example.newrevive:color/m3_ref_palette_error80 = 0x7f0500e4
+com.example.newrevive:attr/actionMenuTextAppearance = 0x7f030010
+com.example.newrevive:attr/borderWidth = 0x7f030068
+com.example.newrevive:attr/subtitleTextAppearance = 0x7f0303d2
+com.example.newrevive:attr/height = 0x7f0301ed
+com.example.newrevive:animator/mtrl_fab_transformation_sheet_collapse_spec = 0x7f02001f
+com.example.newrevive:color/mtrl_textinput_focused_box_stroke_color = 0x7f050266
+com.example.newrevive:layout/abc_activity_chooser_view_list_item = 0x7f0b0007
+com.example.newrevive:interpolator/m3_sys_motion_easing_emphasized_decelerate = 0x7f0a0009
+com.example.newrevive:anim/btn_checkbox_to_unchecked_check_path_merged_animation = 0x7f010010
+com.example.newrevive:attr/flow_horizontalGap = 0x7f0301c9
+com.example.newrevive:dimen/abc_cascading_menus_min_smallest_width = 0x7f060016
+com.example.newrevive:animator/mtrl_extended_fab_show_motion_spec = 0x7f02001b
+com.example.newrevive:drawable/$mtrl_checkbox_button_icon_checked_unchecked__0 = 0x7f070011
+com.example.newrevive:style/ThemeOverlay.Material3.HarmonizedColors = 0x7f100296
+com.example.newrevive:string/searchview_clear_text_content_description = 0x7f0f00a8
+com.example.newrevive:attr/badgeStyle = 0x7f030051
+com.example.newrevive:id/material_label = 0x7f080115
+com.example.newrevive:anim/mtrl_card_lowers_interpolator = 0x7f010029
+com.example.newrevive:color/design_default_color_on_primary = 0x7f050042
+com.example.newrevive:id/start = 0x7f0801b8
+com.example.newrevive:dimen/mtrl_navigation_bar_item_default_icon_size = 0x7f060265
+com.example.newrevive:dimen/mtrl_progress_track_thickness = 0x7f060283
+com.example.newrevive:color/material_dynamic_tertiary90 = 0x7f0501f4
+com.example.newrevive:anim/abc_grow_fade_in_from_bottom = 0x7f010002
+com.example.newrevive:style/Widget.MaterialComponents.Button.UnelevatedButton = 0x7f1003e9
+com.example.newrevive:macro/m3_comp_outlined_button_pressed_outline_color = 0x7f0c003f
+com.example.newrevive:attr/background = 0x7f030044
+com.example.newrevive:style/ThemeOverlay.Material3.DayNight.BottomSheetDialog = 0x7f100286
+com.example.newrevive:dimen/m3_comp_extended_fab_primary_focus_container_elevation = 0x7f0600f6
+com.example.newrevive:attr/backgroundTintMode = 0x7f03004e
+com.example.newrevive:dimen/mtrl_switch_thumb_elevation = 0x7f060297
+com.example.newrevive:attr/collapseContentDescription = 0x7f0300d8
+com.example.newrevive:dimen/mtrl_alert_dialog_background_inset_bottom = 0x7f0601e8
+com.example.newrevive:attr/tabIndicatorColor = 0x7f0303e5
+com.example.newrevive:styleable/LinearProgressIndicator = 0x7f11004a
+com.example.newrevive:string/abc_searchview_description_query = 0x7f0f0015
+com.example.newrevive:attr/actionModeSplitBackground = 0x7f03001d
+com.example.newrevive:attr/backgroundInsetBottom = 0x7f030046
+com.example.newrevive:animator/fragment_close_enter = 0x7f020003
+com.example.newrevive:attr/forceDefaultNavigationOnClickListener = 0x7f0301e3
+com.example.newrevive:attr/thumbElevation = 0x7f030442
+com.example.newrevive:attr/drawerLayoutStyle = 0x7f03016f
+com.example.newrevive:dimen/mtrl_card_spacing = 0x7f060242
+com.example.newrevive:attr/barrierAllowsGoneWidgets = 0x7f030056
+com.example.newrevive:dimen/m3_extended_fab_bottom_padding = 0x7f060157
+com.example.newrevive:dimen/abc_action_bar_overflow_padding_end_material = 0x7f060007
+com.example.newrevive:string/mtrl_picker_a11y_next_month = 0x7f0f006e
+com.example.newrevive:attr/backgroundInsetStart = 0x7f030048
+com.example.newrevive:id/line3 = 0x7f080102
+com.example.newrevive:attr/backgroundSplit = 0x7f03004b
+com.example.newrevive:attr/percentWidth = 0x7f030346
+com.example.newrevive:attr/visibilityMode = 0x7f030494
+com.example.newrevive:attr/layout_constraintBaseline_toBottomOf = 0x7f030250
+com.example.newrevive:attr/actionBarTheme = 0x7f03000b
+com.example.newrevive:attr/alertDialogCenterButtons = 0x7f030029
+com.example.newrevive:dimen/m3_bottom_sheet_modal_elevation = 0x7f0600ba
+com.example.newrevive:id/search_view_scrim = 0x7f080194
+com.example.newrevive:attr/layout_constraintHeight_min = 0x7f030261
+com.example.newrevive:styleable/AppCompatTextHelper = 0x7f110010
+com.example.newrevive:attr/ttcIndex = 0x7f030487
+com.example.newrevive:id/middle = 0x7f080121
+com.example.newrevive:attr/contentPaddingLeft = 0x7f030121
+com.example.newrevive:anim/m3_side_sheet_slide_in = 0x7f010025
+com.example.newrevive:id/accessibility_custom_action_4 = 0x7f08002b
+com.example.newrevive:string/mtrl_checkbox_button_icon_path_checked = 0x7f0f0060
+com.example.newrevive:attr/errorTextAppearance = 0x7f030190
+com.example.newrevive:id/center = 0x7f08006f
+com.example.newrevive:dimen/mtrl_switch_track_height = 0x7f060299
+com.example.newrevive:id/edt_password_register = 0x7f0800bb
+com.example.newrevive:attr/chipStandaloneStyle = 0x7f0300bd
+com.example.newrevive:style/ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f1002bd
+com.example.newrevive:attr/fabCradleRoundedCornerRadius = 0x7f0301aa
+com.example.newrevive:attr/menuAlignmentMode = 0x7f0302e2
+com.example.newrevive:style/Widget.AppCompat.Button.Borderless.Colored = 0x7f1002e2
+com.example.newrevive:attr/animateRelativeTo = 0x7f030033
+com.example.newrevive:dimen/m3_sys_motion_easing_standard_accelerate_control_x2 = 0x7f0601b1
+com.example.newrevive:attr/animateNavigationIcon = 0x7f030032
+com.example.newrevive:attr/duration = 0x7f030172
+com.example.newrevive:attr/altSrc = 0x7f03002f
+com.example.newrevive:attr/expanded = 0x7f030193
+com.example.newrevive:id/material_timepicker_view = 0x7f08011d
+com.example.newrevive:id/search_go_btn = 0x7f080188
+com.example.newrevive:dimen/abc_select_dialog_padding_start_material = 0x7f06003a
+com.example.newrevive:style/MaterialAlertDialog.Material3.Animation = 0x7f10011f
+com.example.newrevive:attr/circularflow_defaultRadius = 0x7f0300c7
+com.example.newrevive:id/motion_base = 0x7f080129
+com.example.newrevive:dimen/m3_fab_translation_z_pressed = 0x7f060160
+com.example.newrevive:attr/materialClockStyle = 0x7f0302c7
+com.example.newrevive:attr/bottomSheetStyle = 0x7f03006f
+com.example.newrevive:attr/layout_constraintGuide_percent = 0x7f03025d
+com.example.newrevive:dimen/m3_comp_primary_navigation_tab_active_indicator_height = 0x7f060127
+com.example.newrevive:style/Base.Widget.AppCompat.SearchView.ActionBar = 0x7f1000ed
+com.example.newrevive:animator/design_fab_show_motion_spec = 0x7f020002
+com.example.newrevive:attr/keyPositionType = 0x7f03023a
+com.example.newrevive:string/register_your_password = 0x7f0f00a5
+com.example.newrevive:attr/circularProgressIndicatorStyle = 0x7f0300c4
+com.example.newrevive:id/invisible = 0x7f0800f6
+com.example.newrevive:attr/menu = 0x7f0302e1
+com.example.newrevive:attr/shapeAppearanceSmallComponent = 0x7f03038d
+com.example.newrevive:attr/contentInsetStartWithNavigation = 0x7f03011d
+com.example.newrevive:style/Base.V7.Theme.AppCompat.Dialog = 0x7f1000b5
+com.example.newrevive:dimen/design_tab_max_width = 0x7f060089
+com.example.newrevive:styleable/State = 0x7f110081
+com.example.newrevive:style/Base.Widget.Material3.CompoundButton.Switch = 0x7f1000ff
+com.example.newrevive:color/mtrl_error = 0x7f050244
+com.example.newrevive:color/m3_ref_palette_dynamic_neutral99 = 0x7f0500a6
+com.example.newrevive:dimen/design_bottom_navigation_active_item_max_width = 0x7f06005f
+com.example.newrevive:macro/m3_comp_outlined_text_field_focus_input_text_color = 0x7f0c0049
+com.example.newrevive:attr/liftOnScrollTargetViewId = 0x7f03028e
+com.example.newrevive:attr/fastScrollVerticalTrackDrawable = 0x7f0301b2
+com.example.newrevive:attr/appBarLayoutStyle = 0x7f030035
+com.example.newrevive:attr/tabIndicatorHeight = 0x7f0303e8
+com.example.newrevive:interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0 = 0x7f0a0002
+com.example.newrevive:attr/radioButtonStyle = 0x7f030361
+com.example.newrevive:macro/m3_comp_checkbox_selected_container_color = 0x7f0c0003
+com.example.newrevive:anim/linear_indeterminate_line1_tail_interpolator = 0x7f01001e
+com.example.newrevive:attr/emojiCompatEnabled = 0x7f03017b
+com.example.newrevive:color/material_dynamic_neutral80 = 0x7f0501bf
+com.example.newrevive:attr/colorSurfaceVariant = 0x7f030109
+com.example.newrevive:id/tag_accessibility_clickable_spans = 0x7f0801c5
+com.example.newrevive:attr/tintNavigationIcon = 0x7f030455
+com.example.newrevive:attr/actionModeFindDrawable = 0x7f030018
+com.example.newrevive:animator/m3_extended_fab_hide_motion_spec = 0x7f020011
+com.example.newrevive:style/Base.V24.Theme.Material3.Light.Dialog = 0x7f1000ae
+com.example.newrevive:attr/floatingActionButtonLargeSecondaryStyle = 0x7f0301b5
+com.example.newrevive:attr/showPaths = 0x7f030396
+com.example.newrevive:id/ghost_view = 0x7f0800d9
+com.example.newrevive:id/fitEnd = 0x7f0800ce
+com.example.newrevive:color/material_dynamic_tertiary100 = 0x7f0501ec
+com.example.newrevive:attr/borderlessButtonStyle = 0x7f030069
+com.example.newrevive:macro/m3_comp_search_view_header_input_text_color = 0x7f0c0074
+com.example.newrevive:id/email_login = 0x7f0800be
+com.example.newrevive:attr/layout_constraintVertical_chainStyle = 0x7f030273
+com.example.newrevive:attr/showMotionSpec = 0x7f030395
+com.example.newrevive:style/RtlUnderlay.Widget.AppCompat.ActionButton.Overflow = 0x7f100150
+com.example.newrevive:attr/region_widthLessThan = 0x7f03036d
+com.example.newrevive:color/m3_sys_color_light_surface_variant = 0x7f050193
+com.example.newrevive:attr/checkMarkTint = 0x7f0300a1
+com.example.newrevive:color/m3_ref_palette_primary20 = 0x7f050105
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Button = 0x7f100017
+com.example.newrevive:drawable/abc_seekbar_thumb_material = 0x7f070063
+com.example.newrevive:attr/coplanarSiblingViewId = 0x7f030129
+com.example.newrevive:anim/fragment_fast_out_extra_slow_in = 0x7f01001c
+com.example.newrevive:anim/btn_radio_to_on_mtrl_ring_outer_animation = 0x7f010016
+com.example.newrevive:attr/currentState = 0x7f03013c
+com.example.newrevive:dimen/abc_dialog_fixed_height_major = 0x7f06001c
+com.example.newrevive:color/m3_ref_palette_tertiary0 = 0x7f05011c
+com.example.newrevive:style/Widget.MaterialComponents.NavigationRailView.Colored = 0x7f10041a
+com.example.newrevive:color/design_dark_default_color_primary_dark = 0x7f050039
+com.example.newrevive:attr/navigationRailStyle = 0x7f030323
+com.example.newrevive:anim/btn_radio_to_on_mtrl_ring_outer_path_animation = 0x7f010017
+com.example.newrevive:style/Widget.MaterialComponents.ActionBar.Primary = 0x7f1003ca
+com.example.newrevive:attr/layout_constraintEnd_toEndOf = 0x7f030259
+com.example.newrevive:attr/maxAcceleration = 0x7f0302d7
+com.example.newrevive:attr/roundPercent = 0x7f030374
+com.example.newrevive:anim/abc_slide_in_top = 0x7f010007
+com.example.newrevive:id/FUNCTION = 0x7f080004
+com.example.newrevive:attr/colorOnSurfaceInverse = 0x7f0300f8
+com.example.newrevive:attr/actionLayout = 0x7f03000f
+com.example.newrevive:attr/circularflow_radiusInDP = 0x7f0300c8
+com.example.newrevive:attr/backgroundColor = 0x7f030045
+com.example.newrevive:attr/itemShapeInsetTop = 0x7f030231
+com.example.newrevive:drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__0 = 0x7f07001b
+com.example.newrevive:dimen/m3_comp_secondary_navigation_tab_pressed_state_layer_opacity = 0x7f060139
+com.example.newrevive:attr/errorContentDescription = 0x7f03018a
+com.example.newrevive:attr/lineSpacing = 0x7f030291
+com.example.newrevive:drawable/mtrl_popupmenu_background_overlay = 0x7f0700d1
+com.example.newrevive:dimen/mtrl_calendar_action_padding = 0x7f060215
+com.example.newrevive:id/search_view_search_prefix = 0x7f080195
+com.example.newrevive:anim/m3_motion_fade_exit = 0x7f010024
+com.example.newrevive:style/ShapeAppearance.M3.Comp.NavigationRail.ActiveIndicator.Shape = 0x7f100153
+com.example.newrevive:dimen/m3_alert_dialog_action_bottom_padding = 0x7f06009d
+com.example.newrevive:attr/editTextBackground = 0x7f030174
+com.example.newrevive:drawable/$mtrl_checkbox_button_icon_checked_unchecked__1 = 0x7f070012
+com.example.newrevive:dimen/abc_text_size_display_1_material = 0x7f060043
+com.example.newrevive:attr/prefixTextAppearance = 0x7f030355
+com.example.newrevive:attr/activityChooserViewStyle = 0x7f030026
+com.example.newrevive:style/Base.Widget.AppCompat.Button.ButtonBar.AlertDialog = 0x7f1000ca
+com.example.newrevive:color/m3_sys_color_dynamic_light_inverse_primary = 0x7f050166
+com.example.newrevive:attr/wavePeriod = 0x7f030499
+com.example.newrevive:attr/textAppearanceSubtitle2 = 0x7f030420
+com.example.newrevive:id/off = 0x7f080155
+com.example.newrevive:animator/mtrl_fab_show_motion_spec = 0x7f02001e
+com.example.newrevive:attr/colorError = 0x7f0300eb
+com.example.newrevive:anim/abc_slide_out_bottom = 0x7f010008
+com.example.newrevive:attr/floatingActionButtonTertiaryStyle = 0x7f0301c2
+com.example.newrevive:attr/listPreferredItemHeight = 0x7f03029b
+com.example.newrevive:dimen/m3_searchbar_elevation = 0x7f06017c
+com.example.newrevive:id/group_divider = 0x7f0800de
+com.example.newrevive:attr/layout_scrollInterpolator = 0x7f03028a
+com.example.newrevive:attr/actionBarSplitStyle = 0x7f030006
+com.example.newrevive:animator/mtrl_chip_state_list_anim = 0x7f020017
+com.example.newrevive:style/Widget.MaterialComponents.Snackbar.TextView = 0x7f100428
+com.example.newrevive:color/m3_sys_color_dynamic_dark_on_secondary_container = 0x7f050155
+com.example.newrevive:anim/abc_slide_in_bottom = 0x7f010006
+com.example.newrevive:attr/actionBarTabStyle = 0x7f030009
+com.example.newrevive:attr/materialIconButtonOutlinedStyle = 0x7f0302cd
+com.example.newrevive:style/Widget.MaterialComponents.Snackbar.FullWidth = 0x7f100427
+com.example.newrevive:attr/autoCompleteMode = 0x7f03003b
+com.example.newrevive:dimen/m3_navigation_item_vertical_padding = 0x7f06016b
+com.example.newrevive:attr/buttonCompat = 0x7f030081
+com.example.newrevive:string/material_timepicker_text_input_mode_description = 0x7f0f005e
+com.example.newrevive:color/background_floating_material_light = 0x7f05001e
+com.example.newrevive:attr/expandActivityOverflowButtonDrawable = 0x7f030192
+com.example.newrevive:color/m3_ref_palette_dynamic_tertiary99 = 0x7f0500da
+com.example.newrevive:style/ThemeOverlay.AppCompat.DayNight.ActionBar = 0x7f10026b
+com.example.newrevive:attr/isMaterialTheme = 0x7f03021c
+com.example.newrevive:id/action_text = 0x7f080044
+com.example.newrevive:color/m3_textfield_label_color = 0x7f0501a2
+com.example.newrevive:string/mtrl_badge_numberless_content_description = 0x7f0f005f
+com.example.newrevive:attr/drawableTintMode = 0x7f03016b
+com.example.newrevive:anim/abc_popup_exit = 0x7f010004
+com.example.newrevive:id/edt_carername_register = 0x7f0800b7
+com.example.newrevive:styleable/ScrimInsetsFrameLayout = 0x7f110076
+com.example.newrevive:anim/linear_indeterminate_line2_head_interpolator = 0x7f01001f
+com.example.newrevive:style/MaterialAlertDialog.MaterialComponents = 0x7f100128
+com.example.newrevive:macro/m3_comp_switch_selected_pressed_icon_color = 0x7f0c00a3
+com.example.newrevive:layout/abc_action_menu_item_layout = 0x7f0b0002
+com.example.newrevive:attr/hideMotionSpec = 0x7f0301f3
+com.example.newrevive:color/material_on_background_emphasis_medium = 0x7f050204
+com.example.newrevive:color/material_dynamic_primary50 = 0x7f0501d6
+com.example.newrevive:layout/material_timepicker_dialog = 0x7f0b0041
+com.example.newrevive:attr/layout_constraintTop_toTopOf = 0x7f030271
+com.example.newrevive:attr/colorPrimarySurface = 0x7f030102
+com.example.newrevive:styleable/MaterialAlertDialog = 0x7f11004c
+com.example.newrevive:attr/textAppearanceHeadline1 = 0x7f030409
+com.example.newrevive:style/Widget.Material3.Chip.Assist = 0x7f100352
+com.example.newrevive:dimen/material_font_1_3_box_collapsed_padding_top = 0x7f0601dc
+com.example.newrevive:style/Widget.MaterialComponents.Chip.Filter = 0x7f1003f0
+com.example.newrevive:style/Base.Theme.AppCompat.Light.Dialog.FixedSize = 0x7f100054
+com.example.newrevive:attr/contrast = 0x7f030126
+com.example.newrevive:style/Widget.Material3.MaterialTimePicker.ImageButton = 0x7f1003a1
+com.example.newrevive:layout/material_radial_view_group = 0x7f0b003c
+com.example.newrevive:attr/fabCradleVerticalOffset = 0x7f0301ab
+com.example.newrevive:id/TOP_START = 0x7f08000e
+com.example.newrevive:attr/expandedTitleTextColor = 0x7f03019c
+com.example.newrevive:id/textStart = 0x7f0801d6
+com.example.newrevive:attr/defaultQueryHint = 0x7f03014e
+com.example.newrevive:attr/switchMinWidth = 0x7f0303d9
+com.example.newrevive:style/Base.Theme.Material3.Light = 0x7f10005b
+com.example.newrevive:attr/layout_constraintCircleAngle = 0x7f030256
+com.example.newrevive:attr/thumbTintMode = 0x7f03044b
+com.example.newrevive:attr/crossfade = 0x7f03013b
+com.example.newrevive:id/navigation_bar_item_labels_group = 0x7f080146
+com.example.newrevive:attr/itemFillColor = 0x7f03021f
+com.example.newrevive:animator/fragment_open_exit = 0x7f020008
+com.example.newrevive:anim/btn_radio_to_off_mtrl_ring_outer_path_animation = 0x7f010014
+com.example.newrevive:attr/thumbColor = 0x7f030441
+com.example.newrevive:style/Widget.MaterialComponents.BottomNavigationView.PrimarySurface = 0x7f1003dc
+com.example.newrevive:id/actions = 0x7f080045
+com.example.newrevive:color/m3_sys_color_dark_surface_variant = 0x7f05014a
+com.example.newrevive:attr/layout_constrainedHeight = 0x7f03024c
+com.example.newrevive:attr/itemActiveIndicatorStyle = 0x7f03021d
+com.example.newrevive:color/m3_chip_text_color = 0x7f050073
+com.example.newrevive:anim/design_snackbar_in = 0x7f01001a
+com.example.newrevive:color/m3_sys_color_dark_on_background = 0x7f050138
+com.example.newrevive:attr/menuGravity = 0x7f0302e3
+com.example.newrevive:attr/errorShown = 0x7f03018f
+com.example.newrevive:attr/autoTransition = 0x7f030043
+com.example.newrevive:attr/arrowHeadLength = 0x7f030038
+com.example.newrevive:id/dont_haveAccount = 0x7f0800a5
+com.example.newrevive:bool/mtrl_btn_textappearance_all_caps = 0x7f040002
+com.example.newrevive:attr/behavior_draggable = 0x7f03005b
+com.example.newrevive:attr/badgeWithTextRadius = 0x7f030054
+com.example.newrevive:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Small = 0x7f10003e
+com.example.newrevive:animator/design_fab_hide_motion_spec = 0x7f020001
diff --git a/Revive/android app/new revive/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt b/Revive/android app/new revive/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt
new file mode 100644
index 000000000..4e33fcb1f
--- /dev/null
+++ b/Revive/android app/new revive/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt
@@ -0,0 +1,4987 @@
+com.example.newrevive
+anim abc_fade_in
+anim abc_fade_out
+anim abc_grow_fade_in_from_bottom
+anim abc_popup_enter
+anim abc_popup_exit
+anim abc_shrink_fade_out_from_bottom
+anim abc_slide_in_bottom
+anim abc_slide_in_top
+anim abc_slide_out_bottom
+anim abc_slide_out_top
+anim abc_tooltip_enter
+anim abc_tooltip_exit
+anim btn_checkbox_to_checked_box_inner_merged_animation
+anim btn_checkbox_to_checked_box_outer_merged_animation
+anim btn_checkbox_to_checked_icon_null_animation
+anim btn_checkbox_to_unchecked_box_inner_merged_animation
+anim btn_checkbox_to_unchecked_check_path_merged_animation
+anim btn_checkbox_to_unchecked_icon_null_animation
+anim btn_radio_to_off_mtrl_dot_group_animation
+anim btn_radio_to_off_mtrl_ring_outer_animation
+anim btn_radio_to_off_mtrl_ring_outer_path_animation
+anim btn_radio_to_on_mtrl_dot_group_animation
+anim btn_radio_to_on_mtrl_ring_outer_animation
+anim btn_radio_to_on_mtrl_ring_outer_path_animation
+anim design_bottom_sheet_slide_in
+anim design_bottom_sheet_slide_out
+anim design_snackbar_in
+anim design_snackbar_out
+anim fragment_fast_out_extra_slow_in
+anim linear_indeterminate_line1_head_interpolator
+anim linear_indeterminate_line1_tail_interpolator
+anim linear_indeterminate_line2_head_interpolator
+anim linear_indeterminate_line2_tail_interpolator
+anim m3_bottom_sheet_slide_in
+anim m3_bottom_sheet_slide_out
+anim m3_motion_fade_enter
+anim m3_motion_fade_exit
+anim m3_side_sheet_slide_in
+anim m3_side_sheet_slide_out
+anim mtrl_bottom_sheet_slide_in
+anim mtrl_bottom_sheet_slide_out
+anim mtrl_card_lowers_interpolator
+animator design_appbar_state_list_animator
+animator design_fab_hide_motion_spec
+animator design_fab_show_motion_spec
+animator fragment_close_enter
+animator fragment_close_exit
+animator fragment_fade_enter
+animator fragment_fade_exit
+animator fragment_open_enter
+animator fragment_open_exit
+animator m3_btn_elevated_btn_state_list_anim
+animator m3_btn_state_list_anim
+animator m3_card_elevated_state_list_anim
+animator m3_card_state_list_anim
+animator m3_chip_state_list_anim
+animator m3_elevated_chip_state_list_anim
+animator m3_extended_fab_change_size_collapse_motion_spec
+animator m3_extended_fab_change_size_expand_motion_spec
+animator m3_extended_fab_hide_motion_spec
+animator m3_extended_fab_show_motion_spec
+animator m3_extended_fab_state_list_animator
+animator mtrl_btn_state_list_anim
+animator mtrl_btn_unelevated_state_list_anim
+animator mtrl_card_state_list_anim
+animator mtrl_chip_state_list_anim
+animator mtrl_extended_fab_change_size_collapse_motion_spec
+animator mtrl_extended_fab_change_size_expand_motion_spec
+animator mtrl_extended_fab_hide_motion_spec
+animator mtrl_extended_fab_show_motion_spec
+animator mtrl_extended_fab_state_list_animator
+animator mtrl_fab_hide_motion_spec
+animator mtrl_fab_show_motion_spec
+animator mtrl_fab_transformation_sheet_collapse_spec
+animator mtrl_fab_transformation_sheet_expand_spec
+attr SharedValue
+attr SharedValueId
+attr actionBarDivider
+attr actionBarItemBackground
+attr actionBarPopupTheme
+attr actionBarSize
+attr actionBarSplitStyle
+attr actionBarStyle
+attr actionBarTabBarStyle
+attr actionBarTabStyle
+attr actionBarTabTextStyle
+attr actionBarTheme
+attr actionBarWidgetTheme
+attr actionButtonStyle
+attr actionDropDownStyle
+attr actionLayout
+attr actionMenuTextAppearance
+attr actionMenuTextColor
+attr actionModeBackground
+attr actionModeCloseButtonStyle
+attr actionModeCloseContentDescription
+attr actionModeCloseDrawable
+attr actionModeCopyDrawable
+attr actionModeCutDrawable
+attr actionModeFindDrawable
+attr actionModePasteDrawable
+attr actionModePopupWindowStyle
+attr actionModeSelectAllDrawable
+attr actionModeShareDrawable
+attr actionModeSplitBackground
+attr actionModeStyle
+attr actionModeTheme
+attr actionModeWebSearchDrawable
+attr actionOverflowButtonStyle
+attr actionOverflowMenuStyle
+attr actionProviderClass
+attr actionTextColorAlpha
+attr actionViewClass
+attr activityChooserViewStyle
+attr addElevationShadow
+attr alertDialogButtonGroupStyle
+attr alertDialogCenterButtons
+attr alertDialogStyle
+attr alertDialogTheme
+attr allowStacking
+attr alpha
+attr alphabeticModifiers
+attr altSrc
+attr animateCircleAngleTo
+attr animateMenuItems
+attr animateNavigationIcon
+attr animateRelativeTo
+attr animationMode
+attr appBarLayoutStyle
+attr applyMotionScene
+attr arcMode
+attr arrowHeadLength
+attr arrowShaftLength
+attr attributeName
+attr autoCompleteMode
+attr autoCompleteTextViewStyle
+attr autoShowKeyboard
+attr autoSizeMaxTextSize
+attr autoSizeMinTextSize
+attr autoSizePresetSizes
+attr autoSizeStepGranularity
+attr autoSizeTextType
+attr autoTransition
+attr background
+attr backgroundColor
+attr backgroundInsetBottom
+attr backgroundInsetEnd
+attr backgroundInsetStart
+attr backgroundInsetTop
+attr backgroundOverlayColorAlpha
+attr backgroundSplit
+attr backgroundStacked
+attr backgroundTint
+attr backgroundTintMode
+attr badgeGravity
+attr badgeRadius
+attr badgeStyle
+attr badgeTextColor
+attr badgeWidePadding
+attr badgeWithTextRadius
+attr barLength
+attr barrierAllowsGoneWidgets
+attr barrierDirection
+attr barrierMargin
+attr behavior_autoHide
+attr behavior_autoShrink
+attr behavior_draggable
+attr behavior_expandedOffset
+attr behavior_fitToContents
+attr behavior_halfExpandedRatio
+attr behavior_hideable
+attr behavior_overlapTop
+attr behavior_peekHeight
+attr behavior_saveFlags
+attr behavior_significantVelocityThreshold
+attr behavior_skipCollapsed
+attr blendSrc
+attr borderRound
+attr borderRoundPercent
+attr borderWidth
+attr borderlessButtonStyle
+attr bottomAppBarStyle
+attr bottomInsetScrimEnabled
+attr bottomNavigationStyle
+attr bottomSheetDialogTheme
+attr bottomSheetDragHandleStyle
+attr bottomSheetStyle
+attr boxBackgroundColor
+attr boxBackgroundMode
+attr boxCollapsedPaddingTop
+attr boxCornerRadiusBottomEnd
+attr boxCornerRadiusBottomStart
+attr boxCornerRadiusTopEnd
+attr boxCornerRadiusTopStart
+attr boxStrokeColor
+attr boxStrokeErrorColor
+attr boxStrokeWidth
+attr boxStrokeWidthFocused
+attr brightness
+attr buttonBarButtonStyle
+attr buttonBarNegativeButtonStyle
+attr buttonBarNeutralButtonStyle
+attr buttonBarPositiveButtonStyle
+attr buttonBarStyle
+attr buttonCompat
+attr buttonGravity
+attr buttonIcon
+attr buttonIconDimen
+attr buttonIconTint
+attr buttonIconTintMode
+attr buttonPanelSideLayout
+attr buttonStyle
+attr buttonStyleSmall
+attr buttonTint
+attr buttonTintMode
+attr cardBackgroundColor
+attr cardCornerRadius
+attr cardElevation
+attr cardForegroundColor
+attr cardMaxElevation
+attr cardPreventCornerOverlap
+attr cardUseCompatPadding
+attr cardViewStyle
+attr carousel_backwardTransition
+attr carousel_emptyViewsBehavior
+attr carousel_firstView
+attr carousel_forwardTransition
+attr carousel_infinite
+attr carousel_nextState
+attr carousel_previousState
+attr carousel_touchUpMode
+attr carousel_touchUp_dampeningFactor
+attr carousel_touchUp_velocityThreshold
+attr centerIfNoTextEnabled
+attr chainUseRtl
+attr checkMarkCompat
+attr checkMarkTint
+attr checkMarkTintMode
+attr checkboxStyle
+attr checkedButton
+attr checkedChip
+attr checkedIcon
+attr checkedIconEnabled
+attr checkedIconGravity
+attr checkedIconMargin
+attr checkedIconSize
+attr checkedIconTint
+attr checkedIconVisible
+attr checkedState
+attr checkedTextViewStyle
+attr chipBackgroundColor
+attr chipCornerRadius
+attr chipEndPadding
+attr chipGroupStyle
+attr chipIcon
+attr chipIconEnabled
+attr chipIconSize
+attr chipIconTint
+attr chipIconVisible
+attr chipMinHeight
+attr chipMinTouchTargetSize
+attr chipSpacing
+attr chipSpacingHorizontal
+attr chipSpacingVertical
+attr chipStandaloneStyle
+attr chipStartPadding
+attr chipStrokeColor
+attr chipStrokeWidth
+attr chipStyle
+attr chipSurfaceColor
+attr circleRadius
+attr circularProgressIndicatorStyle
+attr circularflow_angles
+attr circularflow_defaultAngle
+attr circularflow_defaultRadius
+attr circularflow_radiusInDP
+attr circularflow_viewCenter
+attr clearsTag
+attr clickAction
+attr clockFaceBackgroundColor
+attr clockHandColor
+attr clockIcon
+attr clockNumberTextColor
+attr closeIcon
+attr closeIconEnabled
+attr closeIconEndPadding
+attr closeIconSize
+attr closeIconStartPadding
+attr closeIconTint
+attr closeIconVisible
+attr closeItemLayout
+attr collapseContentDescription
+attr collapseIcon
+attr collapsedSize
+attr collapsedTitleGravity
+attr collapsedTitleTextAppearance
+attr collapsedTitleTextColor
+attr collapsingToolbarLayoutLargeSize
+attr collapsingToolbarLayoutLargeStyle
+attr collapsingToolbarLayoutMediumSize
+attr collapsingToolbarLayoutMediumStyle
+attr collapsingToolbarLayoutStyle
+attr color
+attr colorAccent
+attr colorBackgroundFloating
+attr colorButtonNormal
+attr colorContainer
+attr colorControlActivated
+attr colorControlHighlight
+attr colorControlNormal
+attr colorError
+attr colorErrorContainer
+attr colorOnBackground
+attr colorOnContainer
+attr colorOnContainerUnchecked
+attr colorOnError
+attr colorOnErrorContainer
+attr colorOnPrimary
+attr colorOnPrimaryContainer
+attr colorOnPrimarySurface
+attr colorOnSecondary
+attr colorOnSecondaryContainer
+attr colorOnSurface
+attr colorOnSurfaceInverse
+attr colorOnSurfaceVariant
+attr colorOnTertiary
+attr colorOnTertiaryContainer
+attr colorOutline
+attr colorOutlineVariant
+attr colorPrimary
+attr colorPrimaryContainer
+attr colorPrimaryDark
+attr colorPrimaryInverse
+attr colorPrimarySurface
+attr colorPrimaryVariant
+attr colorSecondary
+attr colorSecondaryContainer
+attr colorSecondaryVariant
+attr colorSurface
+attr colorSurfaceInverse
+attr colorSurfaceVariant
+attr colorSwitchThumbNormal
+attr colorTertiary
+attr colorTertiaryContainer
+attr commitIcon
+attr compatShadowEnabled
+attr constraintRotate
+attr constraintSet
+attr constraintSetEnd
+attr constraintSetStart
+attr constraint_referenced_ids
+attr constraint_referenced_tags
+attr constraints
+attr content
+attr contentDescription
+attr contentInsetEnd
+attr contentInsetEndWithActions
+attr contentInsetLeft
+attr contentInsetRight
+attr contentInsetStart
+attr contentInsetStartWithNavigation
+attr contentPadding
+attr contentPaddingBottom
+attr contentPaddingEnd
+attr contentPaddingLeft
+attr contentPaddingRight
+attr contentPaddingStart
+attr contentPaddingTop
+attr contentScrim
+attr contrast
+attr controlBackground
+attr coordinatorLayoutStyle
+attr coplanarSiblingViewId
+attr cornerFamily
+attr cornerFamilyBottomLeft
+attr cornerFamilyBottomRight
+attr cornerFamilyTopLeft
+attr cornerFamilyTopRight
+attr cornerRadius
+attr cornerSize
+attr cornerSizeBottomLeft
+attr cornerSizeBottomRight
+attr cornerSizeTopLeft
+attr cornerSizeTopRight
+attr counterEnabled
+attr counterMaxLength
+attr counterOverflowTextAppearance
+attr counterOverflowTextColor
+attr counterTextAppearance
+attr counterTextColor
+attr crossfade
+attr currentState
+attr curveFit
+attr customBoolean
+attr customColorDrawableValue
+attr customColorValue
+attr customDimension
+attr customFloatValue
+attr customIntegerValue
+attr customNavigationLayout
+attr customPixelDimension
+attr customReference
+attr customStringValue
+attr dayInvalidStyle
+attr daySelectedStyle
+attr dayStyle
+attr dayTodayStyle
+attr defaultDuration
+attr defaultMarginsEnabled
+attr defaultQueryHint
+attr defaultScrollFlagsEnabled
+attr defaultState
+attr deltaPolarAngle
+attr deltaPolarRadius
+attr deriveConstraintsFrom
+attr dialogCornerRadius
+attr dialogPreferredPadding
+attr dialogTheme
+attr displayOptions
+attr divider
+attr dividerColor
+attr dividerHorizontal
+attr dividerInsetEnd
+attr dividerInsetStart
+attr dividerPadding
+attr dividerThickness
+attr dividerVertical
+attr dragDirection
+attr dragScale
+attr dragThreshold
+attr drawPath
+attr drawableBottomCompat
+attr drawableEndCompat
+attr drawableLeftCompat
+attr drawableRightCompat
+attr drawableSize
+attr drawableStartCompat
+attr drawableTint
+attr drawableTintMode
+attr drawableTopCompat
+attr drawerArrowStyle
+attr drawerLayoutCornerSize
+attr drawerLayoutStyle
+attr dropDownListViewStyle
+attr dropdownListPreferredItemHeight
+attr duration
+attr dynamicColorThemeOverlay
+attr editTextBackground
+attr editTextColor
+attr editTextStyle
+attr elevation
+attr elevationOverlayAccentColor
+attr elevationOverlayColor
+attr elevationOverlayEnabled
+attr emojiCompatEnabled
+attr enableEdgeToEdge
+attr endIconCheckable
+attr endIconContentDescription
+attr endIconDrawable
+attr endIconMinSize
+attr endIconMode
+attr endIconScaleType
+attr endIconTint
+attr endIconTintMode
+attr enforceMaterialTheme
+attr enforceTextAppearance
+attr ensureMinTouchTargetSize
+attr errorAccessibilityLabel
+attr errorAccessibilityLiveRegion
+attr errorContentDescription
+attr errorEnabled
+attr errorIconDrawable
+attr errorIconTint
+attr errorIconTintMode
+attr errorShown
+attr errorTextAppearance
+attr errorTextColor
+attr expandActivityOverflowButtonDrawable
+attr expanded
+attr expandedHintEnabled
+attr expandedTitleGravity
+attr expandedTitleMargin
+attr expandedTitleMarginBottom
+attr expandedTitleMarginEnd
+attr expandedTitleMarginStart
+attr expandedTitleMarginTop
+attr expandedTitleTextAppearance
+attr expandedTitleTextColor
+attr extendMotionSpec
+attr extendStrategy
+attr extendedFloatingActionButtonPrimaryStyle
+attr extendedFloatingActionButtonSecondaryStyle
+attr extendedFloatingActionButtonStyle
+attr extendedFloatingActionButtonSurfaceStyle
+attr extendedFloatingActionButtonTertiaryStyle
+attr extraMultilineHeightEnabled
+attr fabAlignmentMode
+attr fabAlignmentModeEndMargin
+attr fabAnchorMode
+attr fabAnimationMode
+attr fabCradleMargin
+attr fabCradleRoundedCornerRadius
+attr fabCradleVerticalOffset
+attr fabCustomSize
+attr fabSize
+attr fastScrollEnabled
+attr fastScrollHorizontalThumbDrawable
+attr fastScrollHorizontalTrackDrawable
+attr fastScrollVerticalThumbDrawable
+attr fastScrollVerticalTrackDrawable
+attr firstBaselineToTopHeight
+attr floatingActionButtonLargePrimaryStyle
+attr floatingActionButtonLargeSecondaryStyle
+attr floatingActionButtonLargeStyle
+attr floatingActionButtonLargeSurfaceStyle
+attr floatingActionButtonLargeTertiaryStyle
+attr floatingActionButtonPrimaryStyle
+attr floatingActionButtonSecondaryStyle
+attr floatingActionButtonSmallPrimaryStyle
+attr floatingActionButtonSmallSecondaryStyle
+attr floatingActionButtonSmallStyle
+attr floatingActionButtonSmallSurfaceStyle
+attr floatingActionButtonSmallTertiaryStyle
+attr floatingActionButtonStyle
+attr floatingActionButtonSurfaceStyle
+attr floatingActionButtonTertiaryStyle
+attr flow_firstHorizontalBias
+attr flow_firstHorizontalStyle
+attr flow_firstVerticalBias
+attr flow_firstVerticalStyle
+attr flow_horizontalAlign
+attr flow_horizontalBias
+attr flow_horizontalGap
+attr flow_horizontalStyle
+attr flow_lastHorizontalBias
+attr flow_lastHorizontalStyle
+attr flow_lastVerticalBias
+attr flow_lastVerticalStyle
+attr flow_maxElementsWrap
+attr flow_padding
+attr flow_verticalAlign
+attr flow_verticalBias
+attr flow_verticalGap
+attr flow_verticalStyle
+attr flow_wrapMode
+attr font
+attr fontFamily
+attr fontProviderAuthority
+attr fontProviderCerts
+attr fontProviderFetchStrategy
+attr fontProviderFetchTimeout
+attr fontProviderPackage
+attr fontProviderQuery
+attr fontProviderSystemFontFamily
+attr fontStyle
+attr fontVariationSettings
+attr fontWeight
+attr forceApplySystemWindowInsetTop
+attr forceDefaultNavigationOnClickListener
+attr foregroundInsidePadding
+attr framePosition
+attr gapBetweenBars
+attr gestureInsetBottomIgnored
+attr goIcon
+attr guidelineUseRtl
+attr haloColor
+attr haloRadius
+attr headerLayout
+attr height
+attr helperText
+attr helperTextEnabled
+attr helperTextTextAppearance
+attr helperTextTextColor
+attr hideAnimationBehavior
+attr hideMotionSpec
+attr hideNavigationIcon
+attr hideOnContentScroll
+attr hideOnScroll
+attr hintAnimationEnabled
+attr hintEnabled
+attr hintTextAppearance
+attr hintTextColor
+attr homeAsUpIndicator
+attr homeLayout
+attr horizontalOffset
+attr horizontalOffsetWithText
+attr hoveredFocusedTranslationZ
+attr icon
+attr iconEndPadding
+attr iconGravity
+attr iconPadding
+attr iconSize
+attr iconStartPadding
+attr iconTint
+attr iconTintMode
+attr iconifiedByDefault
+attr ifTagNotSet
+attr ifTagSet
+attr imageButtonStyle
+attr imagePanX
+attr imagePanY
+attr imageRotate
+attr imageZoom
+attr indeterminateAnimationType
+attr indeterminateProgressStyle
+attr indicatorColor
+attr indicatorDirectionCircular
+attr indicatorDirectionLinear
+attr indicatorInset
+attr indicatorSize
+attr initialActivityCount
+attr insetForeground
+attr isLightTheme
+attr isMaterial3DynamicColorApplied
+attr isMaterial3Theme
+attr isMaterialTheme
+attr itemActiveIndicatorStyle
+attr itemBackground
+attr itemFillColor
+attr itemHorizontalPadding
+attr itemHorizontalTranslationEnabled
+attr itemIconPadding
+attr itemIconSize
+attr itemIconTint
+attr itemMaxLines
+attr itemMinHeight
+attr itemPadding
+attr itemPaddingBottom
+attr itemPaddingTop
+attr itemRippleColor
+attr itemShapeAppearance
+attr itemShapeAppearanceOverlay
+attr itemShapeFillColor
+attr itemShapeInsetBottom
+attr itemShapeInsetEnd
+attr itemShapeInsetStart
+attr itemShapeInsetTop
+attr itemSpacing
+attr itemStrokeColor
+attr itemStrokeWidth
+attr itemTextAppearance
+attr itemTextAppearanceActive
+attr itemTextAppearanceInactive
+attr itemTextColor
+attr itemVerticalPadding
+attr keyPositionType
+attr keyboardIcon
+attr keylines
+attr lStar
+attr labelBehavior
+attr labelStyle
+attr labelVisibilityMode
+attr lastBaselineToBottomHeight
+attr lastItemDecorated
+attr layout
+attr layoutDescription
+attr layoutDuringTransition
+attr layoutManager
+attr layout_anchor
+attr layout_anchorGravity
+attr layout_behavior
+attr layout_collapseMode
+attr layout_collapseParallaxMultiplier
+attr layout_constrainedHeight
+attr layout_constrainedWidth
+attr layout_constraintBaseline_creator
+attr layout_constraintBaseline_toBaselineOf
+attr layout_constraintBaseline_toBottomOf
+attr layout_constraintBaseline_toTopOf
+attr layout_constraintBottom_creator
+attr layout_constraintBottom_toBottomOf
+attr layout_constraintBottom_toTopOf
+attr layout_constraintCircle
+attr layout_constraintCircleAngle
+attr layout_constraintCircleRadius
+attr layout_constraintDimensionRatio
+attr layout_constraintEnd_toEndOf
+attr layout_constraintEnd_toStartOf
+attr layout_constraintGuide_begin
+attr layout_constraintGuide_end
+attr layout_constraintGuide_percent
+attr layout_constraintHeight
+attr layout_constraintHeight_default
+attr layout_constraintHeight_max
+attr layout_constraintHeight_min
+attr layout_constraintHeight_percent
+attr layout_constraintHorizontal_bias
+attr layout_constraintHorizontal_chainStyle
+attr layout_constraintHorizontal_weight
+attr layout_constraintLeft_creator
+attr layout_constraintLeft_toLeftOf
+attr layout_constraintLeft_toRightOf
+attr layout_constraintRight_creator
+attr layout_constraintRight_toLeftOf
+attr layout_constraintRight_toRightOf
+attr layout_constraintStart_toEndOf
+attr layout_constraintStart_toStartOf
+attr layout_constraintTag
+attr layout_constraintTop_creator
+attr layout_constraintTop_toBottomOf
+attr layout_constraintTop_toTopOf
+attr layout_constraintVertical_bias
+attr layout_constraintVertical_chainStyle
+attr layout_constraintVertical_weight
+attr layout_constraintWidth
+attr layout_constraintWidth_default
+attr layout_constraintWidth_max
+attr layout_constraintWidth_min
+attr layout_constraintWidth_percent
+attr layout_dodgeInsetEdges
+attr layout_editor_absoluteX
+attr layout_editor_absoluteY
+attr layout_goneMarginBaseline
+attr layout_goneMarginBottom
+attr layout_goneMarginEnd
+attr layout_goneMarginLeft
+attr layout_goneMarginRight
+attr layout_goneMarginStart
+attr layout_goneMarginTop
+attr layout_insetEdge
+attr layout_keyline
+attr layout_marginBaseline
+attr layout_optimizationLevel
+attr layout_scrollEffect
+attr layout_scrollFlags
+attr layout_scrollInterpolator
+attr layout_wrapBehaviorInParent
+attr liftOnScroll
+attr liftOnScrollColor
+attr liftOnScrollTargetViewId
+attr limitBoundsTo
+attr lineHeight
+attr lineSpacing
+attr linearProgressIndicatorStyle
+attr listChoiceBackgroundIndicator
+attr listChoiceIndicatorMultipleAnimated
+attr listChoiceIndicatorSingleAnimated
+attr listDividerAlertDialog
+attr listItemLayout
+attr listLayout
+attr listMenuViewStyle
+attr listPopupWindowStyle
+attr listPreferredItemHeight
+attr listPreferredItemHeightLarge
+attr listPreferredItemHeightSmall
+attr listPreferredItemPaddingEnd
+attr listPreferredItemPaddingLeft
+attr listPreferredItemPaddingRight
+attr listPreferredItemPaddingStart
+attr logo
+attr logoAdjustViewBounds
+attr logoDescription
+attr logoScaleType
+attr marginHorizontal
+attr marginLeftSystemWindowInsets
+attr marginRightSystemWindowInsets
+attr marginTopSystemWindowInsets
+attr materialAlertDialogBodyTextStyle
+attr materialAlertDialogButtonSpacerVisibility
+attr materialAlertDialogTheme
+attr materialAlertDialogTitleIconStyle
+attr materialAlertDialogTitlePanelStyle
+attr materialAlertDialogTitleTextStyle
+attr materialButtonOutlinedStyle
+attr materialButtonStyle
+attr materialButtonToggleGroupStyle
+attr materialCalendarDay
+attr materialCalendarDayOfWeekLabel
+attr materialCalendarFullscreenTheme
+attr materialCalendarHeaderCancelButton
+attr materialCalendarHeaderConfirmButton
+attr materialCalendarHeaderDivider
+attr materialCalendarHeaderLayout
+attr materialCalendarHeaderSelection
+attr materialCalendarHeaderTitle
+attr materialCalendarHeaderToggleButton
+attr materialCalendarMonth
+attr materialCalendarMonthNavigationButton
+attr materialCalendarStyle
+attr materialCalendarTheme
+attr materialCalendarYearNavigationButton
+attr materialCardViewElevatedStyle
+attr materialCardViewFilledStyle
+attr materialCardViewOutlinedStyle
+attr materialCardViewStyle
+attr materialCircleRadius
+attr materialClockStyle
+attr materialDisplayDividerStyle
+attr materialDividerHeavyStyle
+attr materialDividerStyle
+attr materialIconButtonFilledStyle
+attr materialIconButtonFilledTonalStyle
+attr materialIconButtonOutlinedStyle
+attr materialIconButtonStyle
+attr materialSearchBarStyle
+attr materialSearchViewPrefixStyle
+attr materialSearchViewStyle
+attr materialSwitchStyle
+attr materialThemeOverlay
+attr materialTimePickerStyle
+attr materialTimePickerTheme
+attr materialTimePickerTitleStyle
+attr maxAcceleration
+attr maxActionInlineWidth
+attr maxButtonHeight
+attr maxCharacterCount
+attr maxHeight
+attr maxImageSize
+attr maxLines
+attr maxVelocity
+attr maxWidth
+attr measureWithLargestChild
+attr menu
+attr menuAlignmentMode
+attr menuGravity
+attr methodName
+attr minHeight
+attr minHideDelay
+attr minSeparation
+attr minTouchTargetSize
+attr minWidth
+attr mock_diagonalsColor
+attr mock_label
+attr mock_labelBackgroundColor
+attr mock_labelColor
+attr mock_showDiagonals
+attr mock_showLabel
+attr motionDebug
+attr motionDurationExtraLong1
+attr motionDurationExtraLong2
+attr motionDurationExtraLong3
+attr motionDurationExtraLong4
+attr motionDurationLong1
+attr motionDurationLong2
+attr motionDurationLong3
+attr motionDurationLong4
+attr motionDurationMedium1
+attr motionDurationMedium2
+attr motionDurationMedium3
+attr motionDurationMedium4
+attr motionDurationShort1
+attr motionDurationShort2
+attr motionDurationShort3
+attr motionDurationShort4
+attr motionEasingAccelerated
+attr motionEasingDecelerated
+attr motionEasingEmphasized
+attr motionEasingEmphasizedAccelerateInterpolator
+attr motionEasingEmphasizedDecelerateInterpolator
+attr motionEasingEmphasizedInterpolator
+attr motionEasingLinear
+attr motionEasingLinearInterpolator
+attr motionEasingStandard
+attr motionEasingStandardAccelerateInterpolator
+attr motionEasingStandardDecelerateInterpolator
+attr motionEasingStandardInterpolator
+attr motionEffect_alpha
+attr motionEffect_end
+attr motionEffect_move
+attr motionEffect_start
+attr motionEffect_strict
+attr motionEffect_translationX
+attr motionEffect_translationY
+attr motionEffect_viewTransition
+attr motionInterpolator
+attr motionPath
+attr motionPathRotate
+attr motionProgress
+attr motionStagger
+attr motionTarget
+attr motion_postLayoutCollision
+attr motion_triggerOnCollision
+attr moveWhenScrollAtTop
+attr multiChoiceItemLayout
+attr navigationContentDescription
+attr navigationIcon
+attr navigationIconTint
+attr navigationMode
+attr navigationRailStyle
+attr navigationViewStyle
+attr nestedScrollFlags
+attr nestedScrollViewStyle
+attr nestedScrollable
+attr number
+attr numericModifiers
+attr onCross
+attr onHide
+attr onNegativeCross
+attr onPositiveCross
+attr onShow
+attr onStateTransition
+attr onTouchUp
+attr overlapAnchor
+attr overlay
+attr paddingBottomNoButtons
+attr paddingBottomSystemWindowInsets
+attr paddingEnd
+attr paddingLeftSystemWindowInsets
+attr paddingRightSystemWindowInsets
+attr paddingStart
+attr paddingTopNoTitle
+attr paddingTopSystemWindowInsets
+attr panelBackground
+attr panelMenuListTheme
+attr panelMenuListWidth
+attr passwordToggleContentDescription
+attr passwordToggleDrawable
+attr passwordToggleEnabled
+attr passwordToggleTint
+attr passwordToggleTintMode
+attr pathMotionArc
+attr path_percent
+attr percentHeight
+attr percentWidth
+attr percentX
+attr percentY
+attr perpendicularPath_percent
+attr pivotAnchor
+attr placeholderText
+attr placeholderTextAppearance
+attr placeholderTextColor
+attr placeholder_emptyVisibility
+attr polarRelativeTo
+attr popupMenuBackground
+attr popupMenuStyle
+attr popupTheme
+attr popupWindowStyle
+attr prefixText
+attr prefixTextAppearance
+attr prefixTextColor
+attr preserveIconSpacing
+attr pressedTranslationZ
+attr progressBarPadding
+attr progressBarStyle
+attr quantizeMotionInterpolator
+attr quantizeMotionPhase
+attr quantizeMotionSteps
+attr queryBackground
+attr queryHint
+attr queryPatterns
+attr radioButtonStyle
+attr rangeFillColor
+attr ratingBarStyle
+attr ratingBarStyleIndicator
+attr ratingBarStyleSmall
+attr reactiveGuide_animateChange
+attr reactiveGuide_applyToAllConstraintSets
+attr reactiveGuide_applyToConstraintSet
+attr reactiveGuide_valueId
+attr recyclerViewStyle
+attr region_heightLessThan
+attr region_heightMoreThan
+attr region_widthLessThan
+attr region_widthMoreThan
+attr removeEmbeddedFabElevation
+attr reverseLayout
+attr rippleColor
+attr rotationCenterId
+attr round
+attr roundPercent
+attr saturation
+attr scaleFromTextSize
+attr scrimAnimationDuration
+attr scrimBackground
+attr scrimVisibleHeightTrigger
+attr searchHintIcon
+attr searchIcon
+attr searchPrefixText
+attr searchViewStyle
+attr seekBarStyle
+attr selectableItemBackground
+attr selectableItemBackgroundBorderless
+attr selectionRequired
+attr selectorSize
+attr setsTag
+attr shapeAppearance
+attr shapeAppearanceCornerExtraLarge
+attr shapeAppearanceCornerExtraSmall
+attr shapeAppearanceCornerLarge
+attr shapeAppearanceCornerMedium
+attr shapeAppearanceCornerSmall
+attr shapeAppearanceLargeComponent
+attr shapeAppearanceMediumComponent
+attr shapeAppearanceOverlay
+attr shapeAppearanceSmallComponent
+attr shapeCornerFamily
+attr shortcutMatchRequired
+attr shouldRemoveExpandedCorners
+attr showAnimationBehavior
+attr showAsAction
+attr showDelay
+attr showDividers
+attr showMotionSpec
+attr showPaths
+attr showText
+attr showTitle
+attr shrinkMotionSpec
+attr sideSheetDialogTheme
+attr sideSheetModalStyle
+attr simpleItemLayout
+attr simpleItemSelectedColor
+attr simpleItemSelectedRippleColor
+attr simpleItems
+attr singleChoiceItemLayout
+attr singleLine
+attr singleSelection
+attr sizePercent
+attr sliderStyle
+attr snackbarButtonStyle
+attr snackbarStyle
+attr snackbarTextViewStyle
+attr spanCount
+attr spinBars
+attr spinnerDropDownItemStyle
+attr spinnerStyle
+attr splitTrack
+attr springBoundary
+attr springDamping
+attr springMass
+attr springStiffness
+attr springStopThreshold
+attr srcCompat
+attr stackFromEnd
+attr staggered
+attr startIconCheckable
+attr startIconContentDescription
+attr startIconDrawable
+attr startIconMinSize
+attr startIconScaleType
+attr startIconTint
+attr startIconTintMode
+attr state_above_anchor
+attr state_collapsed
+attr state_collapsible
+attr state_dragged
+attr state_error
+attr state_indeterminate
+attr state_liftable
+attr state_lifted
+attr state_with_icon
+attr statusBarBackground
+attr statusBarForeground
+attr statusBarScrim
+attr strokeColor
+attr strokeWidth
+attr subMenuArrow
+attr subheaderColor
+attr subheaderInsetEnd
+attr subheaderInsetStart
+attr subheaderTextAppearance
+attr submitBackground
+attr subtitle
+attr subtitleCentered
+attr subtitleTextAppearance
+attr subtitleTextColor
+attr subtitleTextStyle
+attr suffixText
+attr suffixTextAppearance
+attr suffixTextColor
+attr suggestionRowLayout
+attr switchMinWidth
+attr switchPadding
+attr switchStyle
+attr switchTextAppearance
+attr tabBackground
+attr tabContentStart
+attr tabGravity
+attr tabIconTint
+attr tabIconTintMode
+attr tabIndicator
+attr tabIndicatorAnimationDuration
+attr tabIndicatorAnimationMode
+attr tabIndicatorColor
+attr tabIndicatorFullWidth
+attr tabIndicatorGravity
+attr tabIndicatorHeight
+attr tabInlineLabel
+attr tabMaxWidth
+attr tabMinWidth
+attr tabMode
+attr tabPadding
+attr tabPaddingBottom
+attr tabPaddingEnd
+attr tabPaddingStart
+attr tabPaddingTop
+attr tabRippleColor
+attr tabSecondaryStyle
+attr tabSelectedTextAppearance
+attr tabSelectedTextColor
+attr tabStyle
+attr tabTextAppearance
+attr tabTextColor
+attr tabUnboundedRipple
+attr targetId
+attr telltales_tailColor
+attr telltales_tailScale
+attr telltales_velocityMode
+attr textAllCaps
+attr textAppearanceBody1
+attr textAppearanceBody2
+attr textAppearanceBodyLarge
+attr textAppearanceBodyMedium
+attr textAppearanceBodySmall
+attr textAppearanceButton
+attr textAppearanceCaption
+attr textAppearanceDisplayLarge
+attr textAppearanceDisplayMedium
+attr textAppearanceDisplaySmall
+attr textAppearanceHeadline1
+attr textAppearanceHeadline2
+attr textAppearanceHeadline3
+attr textAppearanceHeadline4
+attr textAppearanceHeadline5
+attr textAppearanceHeadline6
+attr textAppearanceHeadlineLarge
+attr textAppearanceHeadlineMedium
+attr textAppearanceHeadlineSmall
+attr textAppearanceLabelLarge
+attr textAppearanceLabelMedium
+attr textAppearanceLabelSmall
+attr textAppearanceLargePopupMenu
+attr textAppearanceLineHeightEnabled
+attr textAppearanceListItem
+attr textAppearanceListItemSecondary
+attr textAppearanceListItemSmall
+attr textAppearanceOverline
+attr textAppearancePopupMenuHeader
+attr textAppearanceSearchResultSubtitle
+attr textAppearanceSearchResultTitle
+attr textAppearanceSmallPopupMenu
+attr textAppearanceSubtitle1
+attr textAppearanceSubtitle2
+attr textAppearanceTitleLarge
+attr textAppearanceTitleMedium
+attr textAppearanceTitleSmall
+attr textBackground
+attr textBackgroundPanX
+attr textBackgroundPanY
+attr textBackgroundRotate
+attr textBackgroundZoom
+attr textColorAlertDialogListItem
+attr textColorSearchUrl
+attr textEndPadding
+attr textFillColor
+attr textInputFilledDenseStyle
+attr textInputFilledExposedDropdownMenuStyle
+attr textInputFilledStyle
+attr textInputLayoutFocusedRectEnabled
+attr textInputOutlinedDenseStyle
+attr textInputOutlinedExposedDropdownMenuStyle
+attr textInputOutlinedStyle
+attr textInputStyle
+attr textLocale
+attr textOutlineColor
+attr textOutlineThickness
+attr textPanX
+attr textPanY
+attr textStartPadding
+attr textureBlurFactor
+attr textureEffect
+attr textureHeight
+attr textureWidth
+attr theme
+attr thickness
+attr thumbColor
+attr thumbElevation
+attr thumbIcon
+attr thumbIconTint
+attr thumbIconTintMode
+attr thumbRadius
+attr thumbStrokeColor
+attr thumbStrokeWidth
+attr thumbTextPadding
+attr thumbTint
+attr thumbTintMode
+attr tickColor
+attr tickColorActive
+attr tickColorInactive
+attr tickMark
+attr tickMarkTint
+attr tickMarkTintMode
+attr tickVisible
+attr tint
+attr tintMode
+attr tintNavigationIcon
+attr title
+attr titleCentered
+attr titleCollapseMode
+attr titleEnabled
+attr titleMargin
+attr titleMarginBottom
+attr titleMarginEnd
+attr titleMarginStart
+attr titleMarginTop
+attr titleMargins
+attr titlePositionInterpolator
+attr titleTextAppearance
+attr titleTextColor
+attr titleTextEllipsize
+attr titleTextStyle
+attr toggleCheckedStateOnClick
+attr toolbarId
+attr toolbarNavigationButtonStyle
+attr toolbarStyle
+attr toolbarSurfaceStyle
+attr tooltipForegroundColor
+attr tooltipFrameBackground
+attr tooltipStyle
+attr tooltipText
+attr topInsetScrimEnabled
+attr touchAnchorId
+attr touchAnchorSide
+attr touchRegionId
+attr track
+attr trackColor
+attr trackColorActive
+attr trackColorInactive
+attr trackCornerRadius
+attr trackDecoration
+attr trackDecorationTint
+attr trackDecorationTintMode
+attr trackHeight
+attr trackThickness
+attr trackTint
+attr trackTintMode
+attr transformPivotTarget
+attr transitionDisable
+attr transitionEasing
+attr transitionFlags
+attr transitionPathRotate
+attr transitionShapeAppearance
+attr triggerId
+attr triggerReceiver
+attr triggerSlack
+attr ttcIndex
+attr upDuration
+attr useCompatPadding
+attr useDrawerArrowDrawable
+attr useMaterialThemeColors
+attr values
+attr verticalOffset
+attr verticalOffsetWithText
+attr viewInflaterClass
+attr viewTransitionMode
+attr viewTransitionOnCross
+attr viewTransitionOnNegativeCross
+attr viewTransitionOnPositiveCross
+attr visibilityMode
+attr voiceIcon
+attr warmth
+attr waveDecay
+attr waveOffset
+attr wavePeriod
+attr wavePhase
+attr waveShape
+attr waveVariesBy
+attr windowActionBar
+attr windowActionBarOverlay
+attr windowActionModeOverlay
+attr windowFixedHeightMajor
+attr windowFixedHeightMinor
+attr windowFixedWidthMajor
+attr windowFixedWidthMinor
+attr windowMinWidthMajor
+attr windowMinWidthMinor
+attr windowNoTitle
+attr yearSelectedStyle
+attr yearStyle
+attr yearTodayStyle
+bool abc_action_bar_embed_tabs
+bool abc_config_actionMenuItemAllCaps
+bool mtrl_btn_textappearance_all_caps
+color abc_background_cache_hint_selector_material_dark
+color abc_background_cache_hint_selector_material_light
+color abc_btn_colored_borderless_text_material
+color abc_btn_colored_text_material
+color abc_color_highlight_material
+color abc_decor_view_status_guard
+color abc_decor_view_status_guard_light
+color abc_hint_foreground_material_dark
+color abc_hint_foreground_material_light
+color abc_primary_text_disable_only_material_dark
+color abc_primary_text_disable_only_material_light
+color abc_primary_text_material_dark
+color abc_primary_text_material_light
+color abc_search_url_text
+color abc_search_url_text_normal
+color abc_search_url_text_pressed
+color abc_search_url_text_selected
+color abc_secondary_text_material_dark
+color abc_secondary_text_material_light
+color abc_tint_btn_checkable
+color abc_tint_default
+color abc_tint_edittext
+color abc_tint_seek_thumb
+color abc_tint_spinner
+color abc_tint_switch_track
+color accent_material_dark
+color accent_material_light
+color androidx_core_ripple_material_light
+color androidx_core_secondary_text_default_material_light
+color background_floating_material_dark
+color background_floating_material_light
+color background_material_dark
+color background_material_light
+color black
+color bright_foreground_disabled_material_dark
+color bright_foreground_disabled_material_light
+color bright_foreground_inverse_material_dark
+color bright_foreground_inverse_material_light
+color bright_foreground_material_dark
+color bright_foreground_material_light
+color button_material_dark
+color button_material_light
+color buttons
+color cardview_dark_background
+color cardview_light_background
+color cardview_shadow_end_color
+color cardview_shadow_start_color
+color design_bottom_navigation_shadow_color
+color design_box_stroke_color
+color design_dark_default_color_background
+color design_dark_default_color_error
+color design_dark_default_color_on_background
+color design_dark_default_color_on_error
+color design_dark_default_color_on_primary
+color design_dark_default_color_on_secondary
+color design_dark_default_color_on_surface
+color design_dark_default_color_primary
+color design_dark_default_color_primary_dark
+color design_dark_default_color_primary_variant
+color design_dark_default_color_secondary
+color design_dark_default_color_secondary_variant
+color design_dark_default_color_surface
+color design_default_color_background
+color design_default_color_error
+color design_default_color_on_background
+color design_default_color_on_error
+color design_default_color_on_primary
+color design_default_color_on_secondary
+color design_default_color_on_surface
+color design_default_color_primary
+color design_default_color_primary_dark
+color design_default_color_primary_variant
+color design_default_color_secondary
+color design_default_color_secondary_variant
+color design_default_color_surface
+color design_error
+color design_fab_shadow_end_color
+color design_fab_shadow_mid_color
+color design_fab_shadow_start_color
+color design_fab_stroke_end_inner_color
+color design_fab_stroke_end_outer_color
+color design_fab_stroke_top_inner_color
+color design_fab_stroke_top_outer_color
+color design_icon_tint
+color design_snackbar_background_color
+color dim_foreground_disabled_material_dark
+color dim_foreground_disabled_material_light
+color dim_foreground_material_dark
+color dim_foreground_material_light
+color error_color_material_dark
+color error_color_material_light
+color foreground_material_dark
+color foreground_material_light
+color grey
+color highlighted_text_material_dark
+color highlighted_text_material_light
+color m3_appbar_overlay_color
+color m3_assist_chip_icon_tint_color
+color m3_assist_chip_stroke_color
+color m3_button_background_color_selector
+color m3_button_foreground_color_selector
+color m3_button_outline_color_selector
+color m3_button_ripple_color
+color m3_button_ripple_color_selector
+color m3_calendar_item_disabled_text
+color m3_calendar_item_stroke_color
+color m3_card_foreground_color
+color m3_card_ripple_color
+color m3_card_stroke_color
+color m3_checkbox_button_icon_tint
+color m3_checkbox_button_tint
+color m3_chip_assist_text_color
+color m3_chip_background_color
+color m3_chip_ripple_color
+color m3_chip_stroke_color
+color m3_chip_text_color
+color m3_dark_default_color_primary_text
+color m3_dark_default_color_secondary_text
+color m3_dark_highlighted_text
+color m3_dark_hint_foreground
+color m3_dark_primary_text_disable_only
+color m3_default_color_primary_text
+color m3_default_color_secondary_text
+color m3_dynamic_dark_default_color_primary_text
+color m3_dynamic_dark_default_color_secondary_text
+color m3_dynamic_dark_highlighted_text
+color m3_dynamic_dark_hint_foreground
+color m3_dynamic_dark_primary_text_disable_only
+color m3_dynamic_default_color_primary_text
+color m3_dynamic_default_color_secondary_text
+color m3_dynamic_highlighted_text
+color m3_dynamic_hint_foreground
+color m3_dynamic_primary_text_disable_only
+color m3_efab_ripple_color_selector
+color m3_elevated_chip_background_color
+color m3_fab_efab_background_color_selector
+color m3_fab_efab_foreground_color_selector
+color m3_fab_ripple_color_selector
+color m3_filled_icon_button_container_color_selector
+color m3_highlighted_text
+color m3_hint_foreground
+color m3_icon_button_icon_color_selector
+color m3_navigation_bar_item_with_indicator_icon_tint
+color m3_navigation_bar_item_with_indicator_label_tint
+color m3_navigation_bar_ripple_color_selector
+color m3_navigation_item_background_color
+color m3_navigation_item_icon_tint
+color m3_navigation_item_ripple_color
+color m3_navigation_item_text_color
+color m3_popupmenu_overlay_color
+color m3_primary_text_disable_only
+color m3_radiobutton_button_tint
+color m3_radiobutton_ripple_tint
+color m3_ref_palette_black
+color m3_ref_palette_dynamic_neutral0
+color m3_ref_palette_dynamic_neutral10
+color m3_ref_palette_dynamic_neutral100
+color m3_ref_palette_dynamic_neutral20
+color m3_ref_palette_dynamic_neutral30
+color m3_ref_palette_dynamic_neutral40
+color m3_ref_palette_dynamic_neutral50
+color m3_ref_palette_dynamic_neutral60
+color m3_ref_palette_dynamic_neutral70
+color m3_ref_palette_dynamic_neutral80
+color m3_ref_palette_dynamic_neutral90
+color m3_ref_palette_dynamic_neutral95
+color m3_ref_palette_dynamic_neutral99
+color m3_ref_palette_dynamic_neutral_variant0
+color m3_ref_palette_dynamic_neutral_variant10
+color m3_ref_palette_dynamic_neutral_variant100
+color m3_ref_palette_dynamic_neutral_variant20
+color m3_ref_palette_dynamic_neutral_variant30
+color m3_ref_palette_dynamic_neutral_variant40
+color m3_ref_palette_dynamic_neutral_variant50
+color m3_ref_palette_dynamic_neutral_variant60
+color m3_ref_palette_dynamic_neutral_variant70
+color m3_ref_palette_dynamic_neutral_variant80
+color m3_ref_palette_dynamic_neutral_variant90
+color m3_ref_palette_dynamic_neutral_variant95
+color m3_ref_palette_dynamic_neutral_variant99
+color m3_ref_palette_dynamic_primary0
+color m3_ref_palette_dynamic_primary10
+color m3_ref_palette_dynamic_primary100
+color m3_ref_palette_dynamic_primary20
+color m3_ref_palette_dynamic_primary30
+color m3_ref_palette_dynamic_primary40
+color m3_ref_palette_dynamic_primary50
+color m3_ref_palette_dynamic_primary60
+color m3_ref_palette_dynamic_primary70
+color m3_ref_palette_dynamic_primary80
+color m3_ref_palette_dynamic_primary90
+color m3_ref_palette_dynamic_primary95
+color m3_ref_palette_dynamic_primary99
+color m3_ref_palette_dynamic_secondary0
+color m3_ref_palette_dynamic_secondary10
+color m3_ref_palette_dynamic_secondary100
+color m3_ref_palette_dynamic_secondary20
+color m3_ref_palette_dynamic_secondary30
+color m3_ref_palette_dynamic_secondary40
+color m3_ref_palette_dynamic_secondary50
+color m3_ref_palette_dynamic_secondary60
+color m3_ref_palette_dynamic_secondary70
+color m3_ref_palette_dynamic_secondary80
+color m3_ref_palette_dynamic_secondary90
+color m3_ref_palette_dynamic_secondary95
+color m3_ref_palette_dynamic_secondary99
+color m3_ref_palette_dynamic_tertiary0
+color m3_ref_palette_dynamic_tertiary10
+color m3_ref_palette_dynamic_tertiary100
+color m3_ref_palette_dynamic_tertiary20
+color m3_ref_palette_dynamic_tertiary30
+color m3_ref_palette_dynamic_tertiary40
+color m3_ref_palette_dynamic_tertiary50
+color m3_ref_palette_dynamic_tertiary60
+color m3_ref_palette_dynamic_tertiary70
+color m3_ref_palette_dynamic_tertiary80
+color m3_ref_palette_dynamic_tertiary90
+color m3_ref_palette_dynamic_tertiary95
+color m3_ref_palette_dynamic_tertiary99
+color m3_ref_palette_error0
+color m3_ref_palette_error10
+color m3_ref_palette_error100
+color m3_ref_palette_error20
+color m3_ref_palette_error30
+color m3_ref_palette_error40
+color m3_ref_palette_error50
+color m3_ref_palette_error60
+color m3_ref_palette_error70
+color m3_ref_palette_error80
+color m3_ref_palette_error90
+color m3_ref_palette_error95
+color m3_ref_palette_error99
+color m3_ref_palette_neutral0
+color m3_ref_palette_neutral10
+color m3_ref_palette_neutral100
+color m3_ref_palette_neutral20
+color m3_ref_palette_neutral30
+color m3_ref_palette_neutral40
+color m3_ref_palette_neutral50
+color m3_ref_palette_neutral60
+color m3_ref_palette_neutral70
+color m3_ref_palette_neutral80
+color m3_ref_palette_neutral90
+color m3_ref_palette_neutral95
+color m3_ref_palette_neutral99
+color m3_ref_palette_neutral_variant0
+color m3_ref_palette_neutral_variant10
+color m3_ref_palette_neutral_variant100
+color m3_ref_palette_neutral_variant20
+color m3_ref_palette_neutral_variant30
+color m3_ref_palette_neutral_variant40
+color m3_ref_palette_neutral_variant50
+color m3_ref_palette_neutral_variant60
+color m3_ref_palette_neutral_variant70
+color m3_ref_palette_neutral_variant80
+color m3_ref_palette_neutral_variant90
+color m3_ref_palette_neutral_variant95
+color m3_ref_palette_neutral_variant99
+color m3_ref_palette_primary0
+color m3_ref_palette_primary10
+color m3_ref_palette_primary100
+color m3_ref_palette_primary20
+color m3_ref_palette_primary30
+color m3_ref_palette_primary40
+color m3_ref_palette_primary50
+color m3_ref_palette_primary60
+color m3_ref_palette_primary70
+color m3_ref_palette_primary80
+color m3_ref_palette_primary90
+color m3_ref_palette_primary95
+color m3_ref_palette_primary99
+color m3_ref_palette_secondary0
+color m3_ref_palette_secondary10
+color m3_ref_palette_secondary100
+color m3_ref_palette_secondary20
+color m3_ref_palette_secondary30
+color m3_ref_palette_secondary40
+color m3_ref_palette_secondary50
+color m3_ref_palette_secondary60
+color m3_ref_palette_secondary70
+color m3_ref_palette_secondary80
+color m3_ref_palette_secondary90
+color m3_ref_palette_secondary95
+color m3_ref_palette_secondary99
+color m3_ref_palette_tertiary0
+color m3_ref_palette_tertiary10
+color m3_ref_palette_tertiary100
+color m3_ref_palette_tertiary20
+color m3_ref_palette_tertiary30
+color m3_ref_palette_tertiary40
+color m3_ref_palette_tertiary50
+color m3_ref_palette_tertiary60
+color m3_ref_palette_tertiary70
+color m3_ref_palette_tertiary80
+color m3_ref_palette_tertiary90
+color m3_ref_palette_tertiary95
+color m3_ref_palette_tertiary99
+color m3_ref_palette_white
+color m3_selection_control_ripple_color_selector
+color m3_simple_item_ripple_color
+color m3_slider_active_track_color
+color m3_slider_halo_color
+color m3_slider_inactive_track_color
+color m3_slider_thumb_color
+color m3_switch_thumb_tint
+color m3_switch_track_tint
+color m3_sys_color_dark_background
+color m3_sys_color_dark_error
+color m3_sys_color_dark_error_container
+color m3_sys_color_dark_inverse_on_surface
+color m3_sys_color_dark_inverse_primary
+color m3_sys_color_dark_inverse_surface
+color m3_sys_color_dark_on_background
+color m3_sys_color_dark_on_error
+color m3_sys_color_dark_on_error_container
+color m3_sys_color_dark_on_primary
+color m3_sys_color_dark_on_primary_container
+color m3_sys_color_dark_on_secondary
+color m3_sys_color_dark_on_secondary_container
+color m3_sys_color_dark_on_surface
+color m3_sys_color_dark_on_surface_variant
+color m3_sys_color_dark_on_tertiary
+color m3_sys_color_dark_on_tertiary_container
+color m3_sys_color_dark_outline
+color m3_sys_color_dark_outline_variant
+color m3_sys_color_dark_primary
+color m3_sys_color_dark_primary_container
+color m3_sys_color_dark_secondary
+color m3_sys_color_dark_secondary_container
+color m3_sys_color_dark_surface
+color m3_sys_color_dark_surface_variant
+color m3_sys_color_dark_tertiary
+color m3_sys_color_dark_tertiary_container
+color m3_sys_color_dynamic_dark_background
+color m3_sys_color_dynamic_dark_inverse_on_surface
+color m3_sys_color_dynamic_dark_inverse_primary
+color m3_sys_color_dynamic_dark_inverse_surface
+color m3_sys_color_dynamic_dark_on_background
+color m3_sys_color_dynamic_dark_on_primary
+color m3_sys_color_dynamic_dark_on_primary_container
+color m3_sys_color_dynamic_dark_on_secondary
+color m3_sys_color_dynamic_dark_on_secondary_container
+color m3_sys_color_dynamic_dark_on_surface
+color m3_sys_color_dynamic_dark_on_surface_variant
+color m3_sys_color_dynamic_dark_on_tertiary
+color m3_sys_color_dynamic_dark_on_tertiary_container
+color m3_sys_color_dynamic_dark_outline
+color m3_sys_color_dynamic_dark_outline_variant
+color m3_sys_color_dynamic_dark_primary
+color m3_sys_color_dynamic_dark_primary_container
+color m3_sys_color_dynamic_dark_secondary
+color m3_sys_color_dynamic_dark_secondary_container
+color m3_sys_color_dynamic_dark_surface
+color m3_sys_color_dynamic_dark_surface_variant
+color m3_sys_color_dynamic_dark_tertiary
+color m3_sys_color_dynamic_dark_tertiary_container
+color m3_sys_color_dynamic_light_background
+color m3_sys_color_dynamic_light_inverse_on_surface
+color m3_sys_color_dynamic_light_inverse_primary
+color m3_sys_color_dynamic_light_inverse_surface
+color m3_sys_color_dynamic_light_on_background
+color m3_sys_color_dynamic_light_on_primary
+color m3_sys_color_dynamic_light_on_primary_container
+color m3_sys_color_dynamic_light_on_secondary
+color m3_sys_color_dynamic_light_on_secondary_container
+color m3_sys_color_dynamic_light_on_surface
+color m3_sys_color_dynamic_light_on_surface_variant
+color m3_sys_color_dynamic_light_on_tertiary
+color m3_sys_color_dynamic_light_on_tertiary_container
+color m3_sys_color_dynamic_light_outline
+color m3_sys_color_dynamic_light_outline_variant
+color m3_sys_color_dynamic_light_primary
+color m3_sys_color_dynamic_light_primary_container
+color m3_sys_color_dynamic_light_secondary
+color m3_sys_color_dynamic_light_secondary_container
+color m3_sys_color_dynamic_light_surface
+color m3_sys_color_dynamic_light_surface_variant
+color m3_sys_color_dynamic_light_tertiary
+color m3_sys_color_dynamic_light_tertiary_container
+color m3_sys_color_light_background
+color m3_sys_color_light_error
+color m3_sys_color_light_error_container
+color m3_sys_color_light_inverse_on_surface
+color m3_sys_color_light_inverse_primary
+color m3_sys_color_light_inverse_surface
+color m3_sys_color_light_on_background
+color m3_sys_color_light_on_error
+color m3_sys_color_light_on_error_container
+color m3_sys_color_light_on_primary
+color m3_sys_color_light_on_primary_container
+color m3_sys_color_light_on_secondary
+color m3_sys_color_light_on_secondary_container
+color m3_sys_color_light_on_surface
+color m3_sys_color_light_on_surface_variant
+color m3_sys_color_light_on_tertiary
+color m3_sys_color_light_on_tertiary_container
+color m3_sys_color_light_outline
+color m3_sys_color_light_outline_variant
+color m3_sys_color_light_primary
+color m3_sys_color_light_primary_container
+color m3_sys_color_light_secondary
+color m3_sys_color_light_secondary_container
+color m3_sys_color_light_surface
+color m3_sys_color_light_surface_variant
+color m3_sys_color_light_tertiary
+color m3_sys_color_light_tertiary_container
+color m3_tabs_icon_color
+color m3_tabs_icon_color_secondary
+color m3_tabs_ripple_color
+color m3_tabs_ripple_color_secondary
+color m3_tabs_text_color
+color m3_tabs_text_color_secondary
+color m3_text_button_background_color_selector
+color m3_text_button_foreground_color_selector
+color m3_text_button_ripple_color_selector
+color m3_textfield_filled_background_color
+color m3_textfield_indicator_text_color
+color m3_textfield_input_text_color
+color m3_textfield_label_color
+color m3_textfield_stroke_color
+color m3_timepicker_button_background_color
+color m3_timepicker_button_ripple_color
+color m3_timepicker_button_text_color
+color m3_timepicker_clock_text_color
+color m3_timepicker_display_background_color
+color m3_timepicker_display_ripple_color
+color m3_timepicker_display_stroke_color
+color m3_timepicker_display_text_color
+color m3_timepicker_secondary_text_button_ripple_color
+color m3_timepicker_secondary_text_button_text_color
+color m3_tonal_button_ripple_color_selector
+color material_blue_grey_800
+color material_blue_grey_900
+color material_blue_grey_950
+color material_cursor_color
+color material_deep_teal_200
+color material_deep_teal_500
+color material_divider_color
+color material_dynamic_neutral0
+color material_dynamic_neutral10
+color material_dynamic_neutral100
+color material_dynamic_neutral20
+color material_dynamic_neutral30
+color material_dynamic_neutral40
+color material_dynamic_neutral50
+color material_dynamic_neutral60
+color material_dynamic_neutral70
+color material_dynamic_neutral80
+color material_dynamic_neutral90
+color material_dynamic_neutral95
+color material_dynamic_neutral99
+color material_dynamic_neutral_variant0
+color material_dynamic_neutral_variant10
+color material_dynamic_neutral_variant100
+color material_dynamic_neutral_variant20
+color material_dynamic_neutral_variant30
+color material_dynamic_neutral_variant40
+color material_dynamic_neutral_variant50
+color material_dynamic_neutral_variant60
+color material_dynamic_neutral_variant70
+color material_dynamic_neutral_variant80
+color material_dynamic_neutral_variant90
+color material_dynamic_neutral_variant95
+color material_dynamic_neutral_variant99
+color material_dynamic_primary0
+color material_dynamic_primary10
+color material_dynamic_primary100
+color material_dynamic_primary20
+color material_dynamic_primary30
+color material_dynamic_primary40
+color material_dynamic_primary50
+color material_dynamic_primary60
+color material_dynamic_primary70
+color material_dynamic_primary80
+color material_dynamic_primary90
+color material_dynamic_primary95
+color material_dynamic_primary99
+color material_dynamic_secondary0
+color material_dynamic_secondary10
+color material_dynamic_secondary100
+color material_dynamic_secondary20
+color material_dynamic_secondary30
+color material_dynamic_secondary40
+color material_dynamic_secondary50
+color material_dynamic_secondary60
+color material_dynamic_secondary70
+color material_dynamic_secondary80
+color material_dynamic_secondary90
+color material_dynamic_secondary95
+color material_dynamic_secondary99
+color material_dynamic_tertiary0
+color material_dynamic_tertiary10
+color material_dynamic_tertiary100
+color material_dynamic_tertiary20
+color material_dynamic_tertiary30
+color material_dynamic_tertiary40
+color material_dynamic_tertiary50
+color material_dynamic_tertiary60
+color material_dynamic_tertiary70
+color material_dynamic_tertiary80
+color material_dynamic_tertiary90
+color material_dynamic_tertiary95
+color material_dynamic_tertiary99
+color material_grey_100
+color material_grey_300
+color material_grey_50
+color material_grey_600
+color material_grey_800
+color material_grey_850
+color material_grey_900
+color material_harmonized_color_error
+color material_harmonized_color_error_container
+color material_harmonized_color_on_error
+color material_harmonized_color_on_error_container
+color material_on_background_disabled
+color material_on_background_emphasis_high_type
+color material_on_background_emphasis_medium
+color material_on_primary_disabled
+color material_on_primary_emphasis_high_type
+color material_on_primary_emphasis_medium
+color material_on_surface_disabled
+color material_on_surface_emphasis_high_type
+color material_on_surface_emphasis_medium
+color material_on_surface_stroke
+color material_personalized_color_background
+color material_personalized_color_error
+color material_personalized_color_error_container
+color material_personalized_color_on_background
+color material_personalized_color_on_error
+color material_personalized_color_on_error_container
+color material_personalized_color_on_primary
+color material_personalized_color_on_primary_container
+color material_personalized_color_on_secondary
+color material_personalized_color_on_secondary_container
+color material_personalized_color_on_surface
+color material_personalized_color_on_surface_inverse
+color material_personalized_color_on_surface_variant
+color material_personalized_color_on_tertiary
+color material_personalized_color_on_tertiary_container
+color material_personalized_color_primary
+color material_personalized_color_primary_container
+color material_personalized_color_primary_inverse
+color material_personalized_color_secondary
+color material_personalized_color_secondary_container
+color material_personalized_color_surface
+color material_personalized_color_surface_inverse
+color material_personalized_color_surface_outline
+color material_personalized_color_surface_variant
+color material_personalized_color_tertiary
+color material_personalized_color_tertiary_container
+color material_slider_active_tick_marks_color
+color material_slider_active_track_color
+color material_slider_halo_color
+color material_slider_inactive_tick_marks_color
+color material_slider_inactive_track_color
+color material_slider_thumb_color
+color material_timepicker_button_background
+color material_timepicker_button_stroke
+color material_timepicker_clock_text_color
+color material_timepicker_clockface
+color material_timepicker_modebutton_tint
+color mtrl_btn_bg_color_selector
+color mtrl_btn_ripple_color
+color mtrl_btn_stroke_color_selector
+color mtrl_btn_text_btn_bg_color_selector
+color mtrl_btn_text_btn_ripple_color
+color mtrl_btn_text_color_disabled
+color mtrl_btn_text_color_selector
+color mtrl_btn_transparent_bg_color
+color mtrl_calendar_item_stroke_color
+color mtrl_calendar_selected_range
+color mtrl_card_view_foreground
+color mtrl_card_view_ripple
+color mtrl_chip_background_color
+color mtrl_chip_close_icon_tint
+color mtrl_chip_surface_color
+color mtrl_chip_text_color
+color mtrl_choice_chip_background_color
+color mtrl_choice_chip_ripple_color
+color mtrl_choice_chip_text_color
+color mtrl_error
+color mtrl_fab_bg_color_selector
+color mtrl_fab_icon_text_color_selector
+color mtrl_fab_ripple_color
+color mtrl_filled_background_color
+color mtrl_filled_icon_tint
+color mtrl_filled_stroke_color
+color mtrl_indicator_text_color
+color mtrl_navigation_bar_colored_item_tint
+color mtrl_navigation_bar_colored_ripple_color
+color mtrl_navigation_bar_item_tint
+color mtrl_navigation_bar_ripple_color
+color mtrl_navigation_item_background_color
+color mtrl_navigation_item_icon_tint
+color mtrl_navigation_item_text_color
+color mtrl_on_primary_text_btn_text_color_selector
+color mtrl_on_surface_ripple_color
+color mtrl_outlined_icon_tint
+color mtrl_outlined_stroke_color
+color mtrl_popupmenu_overlay_color
+color mtrl_scrim_color
+color mtrl_switch_thumb_icon_tint
+color mtrl_switch_thumb_tint
+color mtrl_switch_track_decoration_tint
+color mtrl_switch_track_tint
+color mtrl_tabs_colored_ripple_color
+color mtrl_tabs_icon_color_selector
+color mtrl_tabs_icon_color_selector_colored
+color mtrl_tabs_legacy_text_color_selector
+color mtrl_tabs_ripple_color
+color mtrl_text_btn_text_color_selector
+color mtrl_textinput_default_box_stroke_color
+color mtrl_textinput_disabled_color
+color mtrl_textinput_filled_box_default_background_color
+color mtrl_textinput_focused_box_stroke_color
+color mtrl_textinput_hovered_box_stroke_color
+color notification_action_color_filter
+color notification_icon_bg_color
+color primary
+color primary_dark_material_dark
+color primary_dark_material_light
+color primary_material_dark
+color primary_material_light
+color primary_text_default_material_dark
+color primary_text_default_material_light
+color primary_text_disabled_material_dark
+color primary_text_disabled_material_light
+color purple_200
+color purple_700
+color ripple_material_dark
+color ripple_material_light
+color secondary_text_default_material_dark
+color secondary_text_default_material_light
+color secondary_text_disabled_material_dark
+color secondary_text_disabled_material_light
+color switch_thumb_disabled_material_dark
+color switch_thumb_disabled_material_light
+color switch_thumb_material_dark
+color switch_thumb_material_light
+color switch_thumb_normal_material_dark
+color switch_thumb_normal_material_light
+color teal_200
+color teal_700
+color tooltip_background_dark
+color tooltip_background_light
+color white
+dimen abc_action_bar_content_inset_material
+dimen abc_action_bar_content_inset_with_nav
+dimen abc_action_bar_default_height_material
+dimen abc_action_bar_default_padding_end_material
+dimen abc_action_bar_default_padding_start_material
+dimen abc_action_bar_elevation_material
+dimen abc_action_bar_icon_vertical_padding_material
+dimen abc_action_bar_overflow_padding_end_material
+dimen abc_action_bar_overflow_padding_start_material
+dimen abc_action_bar_stacked_max_height
+dimen abc_action_bar_stacked_tab_max_width
+dimen abc_action_bar_subtitle_bottom_margin_material
+dimen abc_action_bar_subtitle_top_margin_material
+dimen abc_action_button_min_height_material
+dimen abc_action_button_min_width_material
+dimen abc_action_button_min_width_overflow_material
+dimen abc_alert_dialog_button_bar_height
+dimen abc_alert_dialog_button_dimen
+dimen abc_button_inset_horizontal_material
+dimen abc_button_inset_vertical_material
+dimen abc_button_padding_horizontal_material
+dimen abc_button_padding_vertical_material
+dimen abc_cascading_menus_min_smallest_width
+dimen abc_config_prefDialogWidth
+dimen abc_control_corner_material
+dimen abc_control_inset_material
+dimen abc_control_padding_material
+dimen abc_dialog_corner_radius_material
+dimen abc_dialog_fixed_height_major
+dimen abc_dialog_fixed_height_minor
+dimen abc_dialog_fixed_width_major
+dimen abc_dialog_fixed_width_minor
+dimen abc_dialog_list_padding_bottom_no_buttons
+dimen abc_dialog_list_padding_top_no_title
+dimen abc_dialog_min_width_major
+dimen abc_dialog_min_width_minor
+dimen abc_dialog_padding_material
+dimen abc_dialog_padding_top_material
+dimen abc_dialog_title_divider_material
+dimen abc_disabled_alpha_material_dark
+dimen abc_disabled_alpha_material_light
+dimen abc_dropdownitem_icon_width
+dimen abc_dropdownitem_text_padding_left
+dimen abc_dropdownitem_text_padding_right
+dimen abc_edit_text_inset_bottom_material
+dimen abc_edit_text_inset_horizontal_material
+dimen abc_edit_text_inset_top_material
+dimen abc_floating_window_z
+dimen abc_list_item_height_large_material
+dimen abc_list_item_height_material
+dimen abc_list_item_height_small_material
+dimen abc_list_item_padding_horizontal_material
+dimen abc_panel_menu_list_width
+dimen abc_progress_bar_height_material
+dimen abc_search_view_preferred_height
+dimen abc_search_view_preferred_width
+dimen abc_seekbar_track_background_height_material
+dimen abc_seekbar_track_progress_height_material
+dimen abc_select_dialog_padding_start_material
+dimen abc_star_big
+dimen abc_star_medium
+dimen abc_star_small
+dimen abc_switch_padding
+dimen abc_text_size_body_1_material
+dimen abc_text_size_body_2_material
+dimen abc_text_size_button_material
+dimen abc_text_size_caption_material
+dimen abc_text_size_display_1_material
+dimen abc_text_size_display_2_material
+dimen abc_text_size_display_3_material
+dimen abc_text_size_display_4_material
+dimen abc_text_size_headline_material
+dimen abc_text_size_large_material
+dimen abc_text_size_medium_material
+dimen abc_text_size_menu_header_material
+dimen abc_text_size_menu_material
+dimen abc_text_size_small_material
+dimen abc_text_size_subhead_material
+dimen abc_text_size_subtitle_material_toolbar
+dimen abc_text_size_title_material
+dimen abc_text_size_title_material_toolbar
+dimen appcompat_dialog_background_inset
+dimen cardview_compat_inset_shadow
+dimen cardview_default_elevation
+dimen cardview_default_radius
+dimen clock_face_margin_start
+dimen compat_button_inset_horizontal_material
+dimen compat_button_inset_vertical_material
+dimen compat_button_padding_horizontal_material
+dimen compat_button_padding_vertical_material
+dimen compat_control_corner_material
+dimen compat_notification_large_icon_max_height
+dimen compat_notification_large_icon_max_width
+dimen def_drawer_elevation
+dimen design_appbar_elevation
+dimen design_bottom_navigation_active_item_max_width
+dimen design_bottom_navigation_active_item_min_width
+dimen design_bottom_navigation_active_text_size
+dimen design_bottom_navigation_elevation
+dimen design_bottom_navigation_height
+dimen design_bottom_navigation_icon_size
+dimen design_bottom_navigation_item_max_width
+dimen design_bottom_navigation_item_min_width
+dimen design_bottom_navigation_label_padding
+dimen design_bottom_navigation_margin
+dimen design_bottom_navigation_shadow_height
+dimen design_bottom_navigation_text_size
+dimen design_bottom_sheet_elevation
+dimen design_bottom_sheet_modal_elevation
+dimen design_bottom_sheet_peek_height_min
+dimen design_fab_border_width
+dimen design_fab_elevation
+dimen design_fab_image_size
+dimen design_fab_size_mini
+dimen design_fab_size_normal
+dimen design_fab_translation_z_hovered_focused
+dimen design_fab_translation_z_pressed
+dimen design_navigation_elevation
+dimen design_navigation_icon_padding
+dimen design_navigation_icon_size
+dimen design_navigation_item_horizontal_padding
+dimen design_navigation_item_icon_padding
+dimen design_navigation_item_vertical_padding
+dimen design_navigation_max_width
+dimen design_navigation_padding_bottom
+dimen design_navigation_separator_vertical_padding
+dimen design_snackbar_action_inline_max_width
+dimen design_snackbar_action_text_color_alpha
+dimen design_snackbar_background_corner_radius
+dimen design_snackbar_elevation
+dimen design_snackbar_extra_spacing_horizontal
+dimen design_snackbar_max_width
+dimen design_snackbar_min_width
+dimen design_snackbar_padding_horizontal
+dimen design_snackbar_padding_vertical
+dimen design_snackbar_padding_vertical_2lines
+dimen design_snackbar_text_size
+dimen design_tab_max_width
+dimen design_tab_scrollable_min_width
+dimen design_tab_text_size
+dimen design_tab_text_size_2line
+dimen design_textinput_caption_translate_y
+dimen disabled_alpha_material_dark
+dimen disabled_alpha_material_light
+dimen fastscroll_default_thickness
+dimen fastscroll_margin
+dimen fastscroll_minimum_range
+dimen highlight_alpha_material_colored
+dimen highlight_alpha_material_dark
+dimen highlight_alpha_material_light
+dimen hint_alpha_material_dark
+dimen hint_alpha_material_light
+dimen hint_pressed_alpha_material_dark
+dimen hint_pressed_alpha_material_light
+dimen item_touch_helper_max_drag_scroll_per_frame
+dimen item_touch_helper_swipe_escape_max_velocity
+dimen item_touch_helper_swipe_escape_velocity
+dimen m3_alert_dialog_action_bottom_padding
+dimen m3_alert_dialog_action_top_padding
+dimen m3_alert_dialog_corner_size
+dimen m3_alert_dialog_elevation
+dimen m3_alert_dialog_icon_margin
+dimen m3_alert_dialog_icon_size
+dimen m3_alert_dialog_title_bottom_margin
+dimen m3_appbar_expanded_title_margin_bottom
+dimen m3_appbar_expanded_title_margin_horizontal
+dimen m3_appbar_scrim_height_trigger
+dimen m3_appbar_scrim_height_trigger_large
+dimen m3_appbar_scrim_height_trigger_medium
+dimen m3_appbar_size_compact
+dimen m3_appbar_size_large
+dimen m3_appbar_size_medium
+dimen m3_badge_horizontal_offset
+dimen m3_badge_radius
+dimen m3_badge_vertical_offset
+dimen m3_badge_with_text_horizontal_offset
+dimen m3_badge_with_text_radius
+dimen m3_badge_with_text_vertical_offset
+dimen m3_bottom_nav_item_active_indicator_height
+dimen m3_bottom_nav_item_active_indicator_margin_horizontal
+dimen m3_bottom_nav_item_active_indicator_width
+dimen m3_bottom_nav_item_padding_bottom
+dimen m3_bottom_nav_item_padding_top
+dimen m3_bottom_nav_min_height
+dimen m3_bottom_sheet_drag_handle_bottom_padding
+dimen m3_bottom_sheet_elevation
+dimen m3_bottom_sheet_modal_elevation
+dimen m3_bottomappbar_fab_cradle_margin
+dimen m3_bottomappbar_fab_cradle_rounded_corner_radius
+dimen m3_bottomappbar_fab_cradle_vertical_offset
+dimen m3_bottomappbar_fab_end_margin
+dimen m3_bottomappbar_height
+dimen m3_bottomappbar_horizontal_padding
+dimen m3_btn_dialog_btn_min_width
+dimen m3_btn_dialog_btn_spacing
+dimen m3_btn_disabled_elevation
+dimen m3_btn_disabled_translation_z
+dimen m3_btn_elevated_btn_elevation
+dimen m3_btn_elevation
+dimen m3_btn_icon_btn_padding_left
+dimen m3_btn_icon_btn_padding_right
+dimen m3_btn_icon_only_default_padding
+dimen m3_btn_icon_only_default_size
+dimen m3_btn_icon_only_icon_padding
+dimen m3_btn_icon_only_min_width
+dimen m3_btn_inset
+dimen m3_btn_max_width
+dimen m3_btn_padding_bottom
+dimen m3_btn_padding_left
+dimen m3_btn_padding_right
+dimen m3_btn_padding_top
+dimen m3_btn_stroke_size
+dimen m3_btn_text_btn_icon_padding_left
+dimen m3_btn_text_btn_icon_padding_right
+dimen m3_btn_text_btn_padding_left
+dimen m3_btn_text_btn_padding_right
+dimen m3_btn_translation_z_base
+dimen m3_btn_translation_z_hovered
+dimen m3_card_dragged_z
+dimen m3_card_elevated_dragged_z
+dimen m3_card_elevated_elevation
+dimen m3_card_elevated_hovered_z
+dimen m3_card_elevation
+dimen m3_card_hovered_z
+dimen m3_card_stroke_width
+dimen m3_chip_checked_hovered_translation_z
+dimen m3_chip_corner_size
+dimen m3_chip_disabled_translation_z
+dimen m3_chip_dragged_translation_z
+dimen m3_chip_elevated_elevation
+dimen m3_chip_hovered_translation_z
+dimen m3_chip_icon_size
+dimen m3_comp_assist_chip_container_height
+dimen m3_comp_assist_chip_elevated_container_elevation
+dimen m3_comp_assist_chip_flat_container_elevation
+dimen m3_comp_assist_chip_flat_outline_width
+dimen m3_comp_assist_chip_with_icon_icon_size
+dimen m3_comp_bottom_app_bar_container_elevation
+dimen m3_comp_bottom_app_bar_container_height
+dimen m3_comp_checkbox_selected_disabled_container_opacity
+dimen m3_comp_circular_progress_indicator_active_indicator_width
+dimen m3_comp_divider_thickness
+dimen m3_comp_elevated_button_container_elevation
+dimen m3_comp_elevated_button_disabled_container_elevation
+dimen m3_comp_extended_fab_primary_container_elevation
+dimen m3_comp_extended_fab_primary_container_height
+dimen m3_comp_extended_fab_primary_focus_container_elevation
+dimen m3_comp_extended_fab_primary_focus_state_layer_opacity
+dimen m3_comp_extended_fab_primary_hover_container_elevation
+dimen m3_comp_extended_fab_primary_hover_state_layer_opacity
+dimen m3_comp_extended_fab_primary_icon_size
+dimen m3_comp_extended_fab_primary_pressed_container_elevation
+dimen m3_comp_extended_fab_primary_pressed_state_layer_opacity
+dimen m3_comp_fab_primary_container_elevation
+dimen m3_comp_fab_primary_container_height
+dimen m3_comp_fab_primary_focus_state_layer_opacity
+dimen m3_comp_fab_primary_hover_container_elevation
+dimen m3_comp_fab_primary_hover_state_layer_opacity
+dimen m3_comp_fab_primary_icon_size
+dimen m3_comp_fab_primary_large_container_height
+dimen m3_comp_fab_primary_large_icon_size
+dimen m3_comp_fab_primary_pressed_container_elevation
+dimen m3_comp_fab_primary_pressed_state_layer_opacity
+dimen m3_comp_fab_primary_small_container_height
+dimen m3_comp_fab_primary_small_icon_size
+dimen m3_comp_filled_autocomplete_menu_container_elevation
+dimen m3_comp_filled_button_container_elevation
+dimen m3_comp_filled_button_with_icon_icon_size
+dimen m3_comp_filled_text_field_disabled_active_indicator_opacity
+dimen m3_comp_filter_chip_container_height
+dimen m3_comp_filter_chip_elevated_container_elevation
+dimen m3_comp_filter_chip_flat_container_elevation
+dimen m3_comp_filter_chip_flat_unselected_outline_width
+dimen m3_comp_filter_chip_with_icon_icon_size
+dimen m3_comp_input_chip_container_elevation
+dimen m3_comp_input_chip_container_height
+dimen m3_comp_input_chip_unselected_outline_width
+dimen m3_comp_input_chip_with_avatar_avatar_size
+dimen m3_comp_input_chip_with_leading_icon_leading_icon_size
+dimen m3_comp_linear_progress_indicator_active_indicator_height
+dimen m3_comp_navigation_rail_active_indicator_height
+dimen m3_comp_navigation_rail_active_indicator_width
+dimen m3_comp_navigation_rail_container_elevation
+dimen m3_comp_navigation_rail_container_width
+dimen m3_comp_navigation_rail_icon_size
+dimen m3_comp_outlined_autocomplete_menu_container_elevation
+dimen m3_comp_outlined_button_disabled_outline_opacity
+dimen m3_comp_outlined_button_outline_width
+dimen m3_comp_outlined_text_field_disabled_input_text_opacity
+dimen m3_comp_outlined_text_field_disabled_label_text_opacity
+dimen m3_comp_outlined_text_field_disabled_supporting_text_opacity
+dimen m3_comp_outlined_text_field_focus_outline_width
+dimen m3_comp_outlined_text_field_outline_width
+dimen m3_comp_primary_navigation_tab_active_focus_state_layer_opacity
+dimen m3_comp_primary_navigation_tab_active_hover_state_layer_opacity
+dimen m3_comp_primary_navigation_tab_active_indicator_height
+dimen m3_comp_primary_navigation_tab_active_pressed_state_layer_opacity
+dimen m3_comp_primary_navigation_tab_divider_height
+dimen m3_comp_primary_navigation_tab_inactive_focus_state_layer_opacity
+dimen m3_comp_primary_navigation_tab_inactive_hover_state_layer_opacity
+dimen m3_comp_primary_navigation_tab_inactive_pressed_state_layer_opacity
+dimen m3_comp_primary_navigation_tab_with_icon_icon_size
+dimen m3_comp_search_bar_avatar_size
+dimen m3_comp_search_bar_container_elevation
+dimen m3_comp_search_bar_container_height
+dimen m3_comp_search_bar_hover_state_layer_opacity
+dimen m3_comp_search_bar_pressed_state_layer_opacity
+dimen m3_comp_search_view_container_elevation
+dimen m3_comp_search_view_docked_header_container_height
+dimen m3_comp_search_view_full_screen_header_container_height
+dimen m3_comp_secondary_navigation_tab_active_indicator_height
+dimen m3_comp_secondary_navigation_tab_focus_state_layer_opacity
+dimen m3_comp_secondary_navigation_tab_hover_state_layer_opacity
+dimen m3_comp_secondary_navigation_tab_pressed_state_layer_opacity
+dimen m3_comp_sheet_bottom_docked_modal_container_elevation
+dimen m3_comp_sheet_bottom_docked_standard_container_elevation
+dimen m3_comp_slider_disabled_active_track_opacity
+dimen m3_comp_slider_disabled_handle_opacity
+dimen m3_comp_slider_disabled_inactive_track_opacity
+dimen m3_comp_slider_inactive_track_height
+dimen m3_comp_suggestion_chip_container_height
+dimen m3_comp_suggestion_chip_elevated_container_elevation
+dimen m3_comp_suggestion_chip_flat_container_elevation
+dimen m3_comp_suggestion_chip_flat_outline_width
+dimen m3_comp_suggestion_chip_with_leading_icon_leading_icon_size
+dimen m3_comp_switch_disabled_selected_handle_opacity
+dimen m3_comp_switch_disabled_selected_icon_opacity
+dimen m3_comp_switch_disabled_track_opacity
+dimen m3_comp_switch_disabled_unselected_handle_opacity
+dimen m3_comp_switch_disabled_unselected_icon_opacity
+dimen m3_comp_switch_selected_focus_state_layer_opacity
+dimen m3_comp_switch_selected_hover_state_layer_opacity
+dimen m3_comp_switch_selected_pressed_state_layer_opacity
+dimen m3_comp_switch_track_height
+dimen m3_comp_switch_track_width
+dimen m3_comp_switch_unselected_focus_state_layer_opacity
+dimen m3_comp_switch_unselected_hover_state_layer_opacity
+dimen m3_comp_switch_unselected_pressed_state_layer_opacity
+dimen m3_comp_text_button_focus_state_layer_opacity
+dimen m3_comp_text_button_hover_state_layer_opacity
+dimen m3_comp_text_button_pressed_state_layer_opacity
+dimen m3_datepicker_elevation
+dimen m3_divider_heavy_thickness
+dimen m3_extended_fab_bottom_padding
+dimen m3_extended_fab_end_padding
+dimen m3_extended_fab_icon_padding
+dimen m3_extended_fab_min_height
+dimen m3_extended_fab_start_padding
+dimen m3_extended_fab_top_padding
+dimen m3_fab_border_width
+dimen m3_fab_corner_size
+dimen m3_fab_translation_z_hovered_focused
+dimen m3_fab_translation_z_pressed
+dimen m3_large_fab_max_image_size
+dimen m3_large_fab_size
+dimen m3_menu_elevation
+dimen m3_navigation_drawer_layout_corner_size
+dimen m3_navigation_item_horizontal_padding
+dimen m3_navigation_item_icon_padding
+dimen m3_navigation_item_shape_inset_bottom
+dimen m3_navigation_item_shape_inset_end
+dimen m3_navigation_item_shape_inset_start
+dimen m3_navigation_item_shape_inset_top
+dimen m3_navigation_item_vertical_padding
+dimen m3_navigation_menu_divider_horizontal_padding
+dimen m3_navigation_menu_headline_horizontal_padding
+dimen m3_navigation_rail_default_width
+dimen m3_navigation_rail_elevation
+dimen m3_navigation_rail_icon_size
+dimen m3_navigation_rail_item_active_indicator_height
+dimen m3_navigation_rail_item_active_indicator_margin_horizontal
+dimen m3_navigation_rail_item_active_indicator_width
+dimen m3_navigation_rail_item_min_height
+dimen m3_navigation_rail_item_padding_bottom
+dimen m3_navigation_rail_item_padding_top
+dimen m3_ripple_default_alpha
+dimen m3_ripple_focused_alpha
+dimen m3_ripple_hovered_alpha
+dimen m3_ripple_pressed_alpha
+dimen m3_ripple_selectable_pressed_alpha
+dimen m3_searchbar_elevation
+dimen m3_searchbar_height
+dimen m3_searchbar_margin_horizontal
+dimen m3_searchbar_margin_vertical
+dimen m3_searchbar_outlined_stroke_width
+dimen m3_searchbar_padding_start
+dimen m3_searchbar_text_margin_start_no_navigation_icon
+dimen m3_searchbar_text_size
+dimen m3_searchview_divider_size
+dimen m3_searchview_elevation
+dimen m3_searchview_height
+dimen m3_side_sheet_modal_elevation
+dimen m3_side_sheet_standard_elevation
+dimen m3_side_sheet_width
+dimen m3_simple_item_color_hovered_alpha
+dimen m3_simple_item_color_selected_alpha
+dimen m3_slider_inactive_track_height
+dimen m3_slider_thumb_elevation
+dimen m3_small_fab_max_image_size
+dimen m3_small_fab_size
+dimen m3_snackbar_action_text_color_alpha
+dimen m3_snackbar_margin
+dimen m3_sys_elevation_level0
+dimen m3_sys_elevation_level1
+dimen m3_sys_elevation_level2
+dimen m3_sys_elevation_level3
+dimen m3_sys_elevation_level4
+dimen m3_sys_elevation_level5
+dimen m3_sys_motion_easing_emphasized_accelerate_control_x1
+dimen m3_sys_motion_easing_emphasized_accelerate_control_x2
+dimen m3_sys_motion_easing_emphasized_accelerate_control_y1
+dimen m3_sys_motion_easing_emphasized_accelerate_control_y2
+dimen m3_sys_motion_easing_emphasized_decelerate_control_x1
+dimen m3_sys_motion_easing_emphasized_decelerate_control_x2
+dimen m3_sys_motion_easing_emphasized_decelerate_control_y1
+dimen m3_sys_motion_easing_emphasized_decelerate_control_y2
+dimen m3_sys_motion_easing_legacy_accelerate_control_x1
+dimen m3_sys_motion_easing_legacy_accelerate_control_x2
+dimen m3_sys_motion_easing_legacy_accelerate_control_y1
+dimen m3_sys_motion_easing_legacy_accelerate_control_y2
+dimen m3_sys_motion_easing_legacy_control_x1
+dimen m3_sys_motion_easing_legacy_control_x2
+dimen m3_sys_motion_easing_legacy_control_y1
+dimen m3_sys_motion_easing_legacy_control_y2
+dimen m3_sys_motion_easing_legacy_decelerate_control_x1
+dimen m3_sys_motion_easing_legacy_decelerate_control_x2
+dimen m3_sys_motion_easing_legacy_decelerate_control_y1
+dimen m3_sys_motion_easing_legacy_decelerate_control_y2
+dimen m3_sys_motion_easing_linear_control_x1
+dimen m3_sys_motion_easing_linear_control_x2
+dimen m3_sys_motion_easing_linear_control_y1
+dimen m3_sys_motion_easing_linear_control_y2
+dimen m3_sys_motion_easing_standard_accelerate_control_x1
+dimen m3_sys_motion_easing_standard_accelerate_control_x2
+dimen m3_sys_motion_easing_standard_accelerate_control_y1
+dimen m3_sys_motion_easing_standard_accelerate_control_y2
+dimen m3_sys_motion_easing_standard_control_x1
+dimen m3_sys_motion_easing_standard_control_x2
+dimen m3_sys_motion_easing_standard_control_y1
+dimen m3_sys_motion_easing_standard_control_y2
+dimen m3_sys_motion_easing_standard_decelerate_control_x1
+dimen m3_sys_motion_easing_standard_decelerate_control_x2
+dimen m3_sys_motion_easing_standard_decelerate_control_y1
+dimen m3_sys_motion_easing_standard_decelerate_control_y2
+dimen m3_sys_state_dragged_state_layer_opacity
+dimen m3_sys_state_focus_state_layer_opacity
+dimen m3_sys_state_hover_state_layer_opacity
+dimen m3_sys_state_pressed_state_layer_opacity
+dimen m3_timepicker_display_stroke_width
+dimen m3_timepicker_window_elevation
+dimen m3_toolbar_text_size_title
+dimen material_bottom_sheet_max_width
+dimen material_clock_display_height
+dimen material_clock_display_padding
+dimen material_clock_display_width
+dimen material_clock_face_margin_top
+dimen material_clock_hand_center_dot_radius
+dimen material_clock_hand_padding
+dimen material_clock_hand_stroke_width
+dimen material_clock_number_text_size
+dimen material_clock_period_toggle_height
+dimen material_clock_period_toggle_horizontal_gap
+dimen material_clock_period_toggle_vertical_gap
+dimen material_clock_period_toggle_width
+dimen material_clock_size
+dimen material_cursor_inset
+dimen material_cursor_width
+dimen material_divider_thickness
+dimen material_emphasis_disabled
+dimen material_emphasis_disabled_background
+dimen material_emphasis_high_type
+dimen material_emphasis_medium
+dimen material_filled_edittext_font_1_3_padding_bottom
+dimen material_filled_edittext_font_1_3_padding_top
+dimen material_filled_edittext_font_2_0_padding_bottom
+dimen material_filled_edittext_font_2_0_padding_top
+dimen material_font_1_3_box_collapsed_padding_top
+dimen material_font_2_0_box_collapsed_padding_top
+dimen material_helper_text_default_padding_top
+dimen material_helper_text_font_1_3_padding_horizontal
+dimen material_helper_text_font_1_3_padding_top
+dimen material_input_text_to_prefix_suffix_padding
+dimen material_textinput_default_width
+dimen material_textinput_max_width
+dimen material_textinput_min_width
+dimen material_time_picker_minimum_screen_height
+dimen material_time_picker_minimum_screen_width
+dimen material_timepicker_dialog_buttons_margin_top
+dimen mtrl_alert_dialog_background_inset_bottom
+dimen mtrl_alert_dialog_background_inset_end
+dimen mtrl_alert_dialog_background_inset_start
+dimen mtrl_alert_dialog_background_inset_top
+dimen mtrl_alert_dialog_picker_background_inset
+dimen mtrl_badge_horizontal_edge_offset
+dimen mtrl_badge_long_text_horizontal_padding
+dimen mtrl_badge_radius
+dimen mtrl_badge_text_horizontal_edge_offset
+dimen mtrl_badge_text_size
+dimen mtrl_badge_toolbar_action_menu_item_horizontal_offset
+dimen mtrl_badge_toolbar_action_menu_item_vertical_offset
+dimen mtrl_badge_with_text_radius
+dimen mtrl_bottomappbar_fabOffsetEndMode
+dimen mtrl_bottomappbar_fab_bottom_margin
+dimen mtrl_bottomappbar_fab_cradle_margin
+dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius
+dimen mtrl_bottomappbar_fab_cradle_vertical_offset
+dimen mtrl_bottomappbar_height
+dimen mtrl_btn_corner_radius
+dimen mtrl_btn_dialog_btn_min_width
+dimen mtrl_btn_disabled_elevation
+dimen mtrl_btn_disabled_z
+dimen mtrl_btn_elevation
+dimen mtrl_btn_focused_z
+dimen mtrl_btn_hovered_z
+dimen mtrl_btn_icon_btn_padding_left
+dimen mtrl_btn_icon_padding
+dimen mtrl_btn_inset
+dimen mtrl_btn_letter_spacing
+dimen mtrl_btn_max_width
+dimen mtrl_btn_padding_bottom
+dimen mtrl_btn_padding_left
+dimen mtrl_btn_padding_right
+dimen mtrl_btn_padding_top
+dimen mtrl_btn_pressed_z
+dimen mtrl_btn_snackbar_margin_horizontal
+dimen mtrl_btn_stroke_size
+dimen mtrl_btn_text_btn_icon_padding
+dimen mtrl_btn_text_btn_padding_left
+dimen mtrl_btn_text_btn_padding_right
+dimen mtrl_btn_text_size
+dimen mtrl_btn_z
+dimen mtrl_calendar_action_confirm_button_min_width
+dimen mtrl_calendar_action_height
+dimen mtrl_calendar_action_padding
+dimen mtrl_calendar_bottom_padding
+dimen mtrl_calendar_content_padding
+dimen mtrl_calendar_day_corner
+dimen mtrl_calendar_day_height
+dimen mtrl_calendar_day_horizontal_padding
+dimen mtrl_calendar_day_today_stroke
+dimen mtrl_calendar_day_vertical_padding
+dimen mtrl_calendar_day_width
+dimen mtrl_calendar_days_of_week_height
+dimen mtrl_calendar_dialog_background_inset
+dimen mtrl_calendar_header_content_padding
+dimen mtrl_calendar_header_content_padding_fullscreen
+dimen mtrl_calendar_header_divider_thickness
+dimen mtrl_calendar_header_height
+dimen mtrl_calendar_header_height_fullscreen
+dimen mtrl_calendar_header_selection_line_height
+dimen mtrl_calendar_header_text_padding
+dimen mtrl_calendar_header_toggle_margin_bottom
+dimen mtrl_calendar_header_toggle_margin_top
+dimen mtrl_calendar_landscape_header_width
+dimen mtrl_calendar_maximum_default_fullscreen_minor_axis
+dimen mtrl_calendar_month_horizontal_padding
+dimen mtrl_calendar_month_vertical_padding
+dimen mtrl_calendar_navigation_bottom_padding
+dimen mtrl_calendar_navigation_height
+dimen mtrl_calendar_navigation_top_padding
+dimen mtrl_calendar_pre_l_text_clip_padding
+dimen mtrl_calendar_selection_baseline_to_top_fullscreen
+dimen mtrl_calendar_selection_text_baseline_to_bottom
+dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen
+dimen mtrl_calendar_selection_text_baseline_to_top
+dimen mtrl_calendar_text_input_padding_top
+dimen mtrl_calendar_title_baseline_to_top
+dimen mtrl_calendar_title_baseline_to_top_fullscreen
+dimen mtrl_calendar_year_corner
+dimen mtrl_calendar_year_height
+dimen mtrl_calendar_year_horizontal_padding
+dimen mtrl_calendar_year_vertical_padding
+dimen mtrl_calendar_year_width
+dimen mtrl_card_checked_icon_margin
+dimen mtrl_card_checked_icon_size
+dimen mtrl_card_corner_radius
+dimen mtrl_card_dragged_z
+dimen mtrl_card_elevation
+dimen mtrl_card_spacing
+dimen mtrl_chip_pressed_translation_z
+dimen mtrl_chip_text_size
+dimen mtrl_exposed_dropdown_menu_popup_elevation
+dimen mtrl_exposed_dropdown_menu_popup_vertical_offset
+dimen mtrl_exposed_dropdown_menu_popup_vertical_padding
+dimen mtrl_extended_fab_bottom_padding
+dimen mtrl_extended_fab_disabled_elevation
+dimen mtrl_extended_fab_disabled_translation_z
+dimen mtrl_extended_fab_elevation
+dimen mtrl_extended_fab_end_padding
+dimen mtrl_extended_fab_end_padding_icon
+dimen mtrl_extended_fab_icon_size
+dimen mtrl_extended_fab_icon_text_spacing
+dimen mtrl_extended_fab_min_height
+dimen mtrl_extended_fab_min_width
+dimen mtrl_extended_fab_start_padding
+dimen mtrl_extended_fab_start_padding_icon
+dimen mtrl_extended_fab_top_padding
+dimen mtrl_extended_fab_translation_z_base
+dimen mtrl_extended_fab_translation_z_hovered_focused
+dimen mtrl_extended_fab_translation_z_pressed
+dimen mtrl_fab_elevation
+dimen mtrl_fab_min_touch_target
+dimen mtrl_fab_translation_z_hovered_focused
+dimen mtrl_fab_translation_z_pressed
+dimen mtrl_high_ripple_default_alpha
+dimen mtrl_high_ripple_focused_alpha
+dimen mtrl_high_ripple_hovered_alpha
+dimen mtrl_high_ripple_pressed_alpha
+dimen mtrl_low_ripple_default_alpha
+dimen mtrl_low_ripple_focused_alpha
+dimen mtrl_low_ripple_hovered_alpha
+dimen mtrl_low_ripple_pressed_alpha
+dimen mtrl_min_touch_target_size
+dimen mtrl_navigation_bar_item_default_icon_size
+dimen mtrl_navigation_bar_item_default_margin
+dimen mtrl_navigation_elevation
+dimen mtrl_navigation_item_horizontal_padding
+dimen mtrl_navigation_item_icon_padding
+dimen mtrl_navigation_item_icon_size
+dimen mtrl_navigation_item_shape_horizontal_margin
+dimen mtrl_navigation_item_shape_vertical_margin
+dimen mtrl_navigation_rail_active_text_size
+dimen mtrl_navigation_rail_compact_width
+dimen mtrl_navigation_rail_default_width
+dimen mtrl_navigation_rail_elevation
+dimen mtrl_navigation_rail_icon_margin
+dimen mtrl_navigation_rail_icon_size
+dimen mtrl_navigation_rail_margin
+dimen mtrl_navigation_rail_text_bottom_margin
+dimen mtrl_navigation_rail_text_size
+dimen mtrl_progress_circular_inset
+dimen mtrl_progress_circular_inset_extra_small
+dimen mtrl_progress_circular_inset_medium
+dimen mtrl_progress_circular_inset_small
+dimen mtrl_progress_circular_radius
+dimen mtrl_progress_circular_size
+dimen mtrl_progress_circular_size_extra_small
+dimen mtrl_progress_circular_size_medium
+dimen mtrl_progress_circular_size_small
+dimen mtrl_progress_circular_track_thickness_extra_small
+dimen mtrl_progress_circular_track_thickness_medium
+dimen mtrl_progress_circular_track_thickness_small
+dimen mtrl_progress_indicator_full_rounded_corner_radius
+dimen mtrl_progress_track_thickness
+dimen mtrl_shape_corner_size_large_component
+dimen mtrl_shape_corner_size_medium_component
+dimen mtrl_shape_corner_size_small_component
+dimen mtrl_slider_halo_radius
+dimen mtrl_slider_label_padding
+dimen mtrl_slider_label_radius
+dimen mtrl_slider_label_square_side
+dimen mtrl_slider_thumb_elevation
+dimen mtrl_slider_thumb_radius
+dimen mtrl_slider_track_height
+dimen mtrl_slider_track_side_padding
+dimen mtrl_slider_widget_height
+dimen mtrl_snackbar_action_text_color_alpha
+dimen mtrl_snackbar_background_corner_radius
+dimen mtrl_snackbar_background_overlay_color_alpha
+dimen mtrl_snackbar_margin
+dimen mtrl_snackbar_message_margin_horizontal
+dimen mtrl_snackbar_padding_horizontal
+dimen mtrl_switch_text_padding
+dimen mtrl_switch_thumb_elevation
+dimen mtrl_switch_thumb_size
+dimen mtrl_switch_track_height
+dimen mtrl_switch_track_width
+dimen mtrl_textinput_box_corner_radius_medium
+dimen mtrl_textinput_box_corner_radius_small
+dimen mtrl_textinput_box_label_cutout_padding
+dimen mtrl_textinput_box_stroke_width_default
+dimen mtrl_textinput_box_stroke_width_focused
+dimen mtrl_textinput_counter_margin_start
+dimen mtrl_textinput_end_icon_margin_start
+dimen mtrl_textinput_outline_box_expanded_padding
+dimen mtrl_textinput_start_icon_margin_end
+dimen mtrl_toolbar_default_height
+dimen mtrl_tooltip_arrowSize
+dimen mtrl_tooltip_cornerSize
+dimen mtrl_tooltip_minHeight
+dimen mtrl_tooltip_minWidth
+dimen mtrl_tooltip_padding
+dimen mtrl_transition_shared_axis_slide_distance
+dimen notification_action_icon_size
+dimen notification_action_text_size
+dimen notification_big_circle_margin
+dimen notification_content_margin_start
+dimen notification_large_icon_height
+dimen notification_large_icon_width
+dimen notification_main_column_padding_top
+dimen notification_media_narrow_margin
+dimen notification_right_icon_size
+dimen notification_right_side_padding_top
+dimen notification_small_icon_background_padding
+dimen notification_small_icon_size_as_large
+dimen notification_subtext_size
+dimen notification_top_pad
+dimen notification_top_pad_large_text
+dimen tooltip_corner_radius
+dimen tooltip_horizontal_padding
+dimen tooltip_margin
+dimen tooltip_precise_anchor_extra_offset
+dimen tooltip_precise_anchor_threshold
+dimen tooltip_vertical_padding
+dimen tooltip_y_offset_non_touch
+dimen tooltip_y_offset_touch
+drawable abc_ab_share_pack_mtrl_alpha
+drawable abc_action_bar_item_background_material
+drawable abc_btn_borderless_material
+drawable abc_btn_check_material
+drawable abc_btn_check_material_anim
+drawable abc_btn_check_to_on_mtrl_000
+drawable abc_btn_check_to_on_mtrl_015
+drawable abc_btn_colored_material
+drawable abc_btn_default_mtrl_shape
+drawable abc_btn_radio_material
+drawable abc_btn_radio_material_anim
+drawable abc_btn_radio_to_on_mtrl_000
+drawable abc_btn_radio_to_on_mtrl_015
+drawable abc_btn_switch_to_on_mtrl_00001
+drawable abc_btn_switch_to_on_mtrl_00012
+drawable abc_cab_background_internal_bg
+drawable abc_cab_background_top_material
+drawable abc_cab_background_top_mtrl_alpha
+drawable abc_control_background_material
+drawable abc_dialog_material_background
+drawable abc_edit_text_material
+drawable abc_ic_ab_back_material
+drawable abc_ic_arrow_drop_right_black_24dp
+drawable abc_ic_clear_material
+drawable abc_ic_commit_search_api_mtrl_alpha
+drawable abc_ic_go_search_api_material
+drawable abc_ic_menu_copy_mtrl_am_alpha
+drawable abc_ic_menu_cut_mtrl_alpha
+drawable abc_ic_menu_overflow_material
+drawable abc_ic_menu_paste_mtrl_am_alpha
+drawable abc_ic_menu_selectall_mtrl_alpha
+drawable abc_ic_menu_share_mtrl_alpha
+drawable abc_ic_search_api_material
+drawable abc_ic_voice_search_api_material
+drawable abc_item_background_holo_dark
+drawable abc_item_background_holo_light
+drawable abc_list_divider_material
+drawable abc_list_divider_mtrl_alpha
+drawable abc_list_focused_holo
+drawable abc_list_longpressed_holo
+drawable abc_list_pressed_holo_dark
+drawable abc_list_pressed_holo_light
+drawable abc_list_selector_background_transition_holo_dark
+drawable abc_list_selector_background_transition_holo_light
+drawable abc_list_selector_disabled_holo_dark
+drawable abc_list_selector_disabled_holo_light
+drawable abc_list_selector_holo_dark
+drawable abc_list_selector_holo_light
+drawable abc_menu_hardkey_panel_mtrl_mult
+drawable abc_popup_background_mtrl_mult
+drawable abc_ratingbar_indicator_material
+drawable abc_ratingbar_material
+drawable abc_ratingbar_small_material
+drawable abc_scrubber_control_off_mtrl_alpha
+drawable abc_scrubber_control_to_pressed_mtrl_000
+drawable abc_scrubber_control_to_pressed_mtrl_005
+drawable abc_scrubber_primary_mtrl_alpha
+drawable abc_scrubber_track_mtrl_alpha
+drawable abc_seekbar_thumb_material
+drawable abc_seekbar_tick_mark_material
+drawable abc_seekbar_track_material
+drawable abc_spinner_mtrl_am_alpha
+drawable abc_spinner_textfield_background_material
+drawable abc_star_black_48dp
+drawable abc_star_half_black_48dp
+drawable abc_switch_thumb_material
+drawable abc_switch_track_mtrl_alpha
+drawable abc_tab_indicator_material
+drawable abc_tab_indicator_mtrl_alpha
+drawable abc_text_cursor_material
+drawable abc_text_select_handle_left_mtrl
+drawable abc_text_select_handle_middle_mtrl
+drawable abc_text_select_handle_right_mtrl
+drawable abc_textfield_activated_mtrl_alpha
+drawable abc_textfield_default_mtrl_alpha
+drawable abc_textfield_search_activated_mtrl_alpha
+drawable abc_textfield_search_default_mtrl_alpha
+drawable abc_textfield_search_material
+drawable abc_vector_test
+drawable applogo
+drawable avd_hide_password
+drawable avd_show_password
+drawable banner_bg
+drawable baseline_account_circle_24
+drawable baseline_birthday
+drawable baseline_contact_phone_24
+drawable baseline_email_24
+drawable baseline_local_phone_24
+drawable baseline_person_24
+drawable bg_button
+drawable bottom_home_bg
+drawable btn_checkbox_checked_mtrl
+drawable btn_checkbox_checked_to_unchecked_mtrl_animation
+drawable btn_checkbox_unchecked_mtrl
+drawable btn_checkbox_unchecked_to_checked_mtrl_animation
+drawable btn_radio_off_mtrl
+drawable btn_radio_off_to_on_mtrl_animation
+drawable btn_radio_on_mtrl
+drawable btn_radio_on_to_off_mtrl_animation
+drawable circle
+drawable circlebc
+drawable cirleaccount
+drawable design_fab_background
+drawable design_ic_visibility
+drawable design_ic_visibility_off
+drawable design_password_eye
+drawable design_snackbar_background
+drawable home_background
+drawable homepage_icon
+drawable homepage_icon_background
+drawable ic_arrow_back_black_24
+drawable ic_clear_black_24
+drawable ic_clock_black_24dp
+drawable ic_keyboard_black_24dp
+drawable ic_launcher_background
+drawable ic_launcher_foreground
+drawable ic_m3_chip_check
+drawable ic_m3_chip_checked_circle
+drawable ic_m3_chip_close
+drawable ic_mtrl_checked_circle
+drawable ic_mtrl_chip_checked_black
+drawable ic_mtrl_chip_checked_circle
+drawable ic_mtrl_chip_close_circle
+drawable ic_search_black_24
+drawable img
+drawable img_1
+drawable img_2
+drawable m3_appbar_background
+drawable m3_avd_hide_password
+drawable m3_avd_show_password
+drawable m3_password_eye
+drawable m3_popupmenu_background_overlay
+drawable m3_radiobutton_ripple
+drawable m3_selection_control_ripple
+drawable m3_tabs_background
+drawable m3_tabs_line_indicator
+drawable m3_tabs_rounded_line_indicator
+drawable m3_tabs_transparent_background
+drawable material_cursor_drawable
+drawable material_ic_calendar_black_24dp
+drawable material_ic_clear_black_24dp
+drawable material_ic_edit_black_24dp
+drawable material_ic_keyboard_arrow_left_black_24dp
+drawable material_ic_keyboard_arrow_next_black_24dp
+drawable material_ic_keyboard_arrow_previous_black_24dp
+drawable material_ic_keyboard_arrow_right_black_24dp
+drawable material_ic_menu_arrow_down_black_24dp
+drawable material_ic_menu_arrow_up_black_24dp
+drawable mtrl_bottomsheet_drag_handle
+drawable mtrl_checkbox_button
+drawable mtrl_checkbox_button_checked_unchecked
+drawable mtrl_checkbox_button_icon
+drawable mtrl_checkbox_button_icon_checked_indeterminate
+drawable mtrl_checkbox_button_icon_checked_unchecked
+drawable mtrl_checkbox_button_icon_indeterminate_checked
+drawable mtrl_checkbox_button_icon_indeterminate_unchecked
+drawable mtrl_checkbox_button_icon_unchecked_checked
+drawable mtrl_checkbox_button_icon_unchecked_indeterminate
+drawable mtrl_checkbox_button_unchecked_checked
+drawable mtrl_dialog_background
+drawable mtrl_dropdown_arrow
+drawable mtrl_ic_arrow_drop_down
+drawable mtrl_ic_arrow_drop_up
+drawable mtrl_ic_cancel
+drawable mtrl_ic_check_mark
+drawable mtrl_ic_checkbox_checked
+drawable mtrl_ic_checkbox_unchecked
+drawable mtrl_ic_error
+drawable mtrl_ic_indeterminate
+drawable mtrl_navigation_bar_item_background
+drawable mtrl_popupmenu_background
+drawable mtrl_popupmenu_background_overlay
+drawable mtrl_switch_thumb
+drawable mtrl_switch_thumb_checked
+drawable mtrl_switch_thumb_checked_pressed
+drawable mtrl_switch_thumb_checked_unchecked
+drawable mtrl_switch_thumb_pressed
+drawable mtrl_switch_thumb_pressed_checked
+drawable mtrl_switch_thumb_pressed_unchecked
+drawable mtrl_switch_thumb_unchecked
+drawable mtrl_switch_thumb_unchecked_checked
+drawable mtrl_switch_thumb_unchecked_pressed
+drawable mtrl_switch_track
+drawable mtrl_switch_track_decoration
+drawable mtrl_tabs_default_indicator
+drawable navigation_empty_icon
+drawable notification_action_background
+drawable notification_bg
+drawable notification_bg_low
+drawable notification_bg_low_normal
+drawable notification_bg_low_pressed
+drawable notification_bg_normal
+drawable notification_bg_normal_pressed
+drawable notification_icon_background
+drawable notification_template_icon_bg
+drawable notification_template_icon_low_bg
+drawable notification_tile_bg
+drawable notify_panel_notification_icon_bg
+drawable passord_icon
+drawable personwhite
+drawable post_icon
+drawable rounded_button
+drawable search_icon
+drawable searchbar
+drawable task_icon
+drawable test_level_drawable
+drawable tooltip_frame_dark
+drawable tooltip_frame_light
+id ALT
+id BOTTOM_END
+id BOTTOM_START
+id CTRL
+id FUNCTION
+id META
+id MyTasks
+id NO_DEBUG
+id Repassword_register
+id SHIFT
+id SHOW_ALL
+id SHOW_PATH
+id SHOW_PROGRESS
+id SYM
+id TOP_END
+id TOP_START
+id accelerate
+id accessibility_action_clickable_span
+id accessibility_custom_action_0
+id accessibility_custom_action_1
+id accessibility_custom_action_10
+id accessibility_custom_action_11
+id accessibility_custom_action_12
+id accessibility_custom_action_13
+id accessibility_custom_action_14
+id accessibility_custom_action_15
+id accessibility_custom_action_16
+id accessibility_custom_action_17
+id accessibility_custom_action_18
+id accessibility_custom_action_19
+id accessibility_custom_action_2
+id accessibility_custom_action_20
+id accessibility_custom_action_21
+id accessibility_custom_action_22
+id accessibility_custom_action_23
+id accessibility_custom_action_24
+id accessibility_custom_action_25
+id accessibility_custom_action_26
+id accessibility_custom_action_27
+id accessibility_custom_action_28
+id accessibility_custom_action_29
+id accessibility_custom_action_3
+id accessibility_custom_action_30
+id accessibility_custom_action_31
+id accessibility_custom_action_4
+id accessibility_custom_action_5
+id accessibility_custom_action_6
+id accessibility_custom_action_7
+id accessibility_custom_action_8
+id accessibility_custom_action_9
+id actionDown
+id actionDownUp
+id actionUp
+id action_bar
+id action_bar_activity_content
+id action_bar_container
+id action_bar_root
+id action_bar_spinner
+id action_bar_subtitle
+id action_bar_title
+id action_container
+id action_context_bar
+id action_divider
+id action_image
+id action_menu_divider
+id action_menu_presenter
+id action_mode_bar
+id action_mode_bar_stub
+id action_mode_close_button
+id action_text
+id actions
+id activity_chooser_view_content
+id add
+id alertTitle
+id aligned
+id all
+id allStates
+id always
+id animateToEnd
+id animateToStart
+id antiClockwise
+id anticipate
+id arc
+id asConfigured
+id async
+id auto
+id autoComplete
+id autoCompleteToEnd
+id autoCompleteToStart
+id barrier
+id baseline
+id beginOnFirstDraw
+id beginning
+id bestChoice
+id birthdate_register
+id blocking
+id bottom
+id bounce
+id bounceBoth
+id bounceEnd
+id bounceStart
+id btn_login
+id btn_login_screen
+id btn_register
+id btn_register_screen
+id buttonPanel
+id cache_measures
+id callMeasure
+id cancel_button
+id carer_Phone_register
+id carer_name_register
+id carryVelocity
+id center
+id centerCrop
+id centerInside
+id center_horizontal
+id center_vertical
+id chain
+id chain2
+id chains
+id checkbox
+id checked
+id chronometer
+id circle_center
+id clear_text
+id clip_horizontal
+id clip_vertical
+id clockwise
+id closest
+id collapseActionView
+id compress
+id confirm_button
+id constraint
+id container
+id content
+id contentPanel
+id contiguous
+id continuousVelocity
+id coordinator
+id cos
+id counterclockwise
+id cradle
+id currentState
+id custom
+id customPanel
+id cut
+id date_picker_actions
+id decelerate
+id decelerateAndComplete
+id decor_content_parent
+id default_activity_button
+id deltaRelative
+id dependency_ordering
+id design_bottom_sheet
+id design_menu_item_action_area
+id design_menu_item_action_area_stub
+id design_menu_item_text
+id design_navigation_view
+id dialog_button
+id dimensions
+id direct
+id disableHome
+id disableIntraAutoTransition
+id disablePostScroll
+id disableScroll
+id disjoint
+id doctors_post
+id dont_haveAccount
+id dragAnticlockwise
+id dragClockwise
+id dragDown
+id dragEnd
+id dragLeft
+id dragRight
+id dragStart
+id dragUp
+id dropdown_menu
+id easeIn
+id easeInOut
+id easeOut
+id east
+id edit_query
+id edt_Email_register
+id edt_birthdate_register
+id edt_carerPhone_register
+id edt_carername_register
+id edt_email_login
+id edt_email_login_register
+id edt_password_login
+id edt_password_register
+id edt_repassord_register
+id elastic
+id email_login
+id email_register
+id embed
+id end
+id endToStart
+id enterAlways
+id enterAlwaysCollapsed
+id exitUntilCollapsed
+id expand_activities_button
+id expanded_menu
+id fade
+id fill
+id fill_horizontal
+id fill_vertical
+id filled
+id fitCenter
+id fitEnd
+id fitStart
+id fitToContents
+id fitXY
+id fixed
+id flip
+id floating
+id forever
+id fragment_container_view_tag
+id frost
+id fullscreen_header
+id ghost_view
+id ghost_view_holder
+id gone
+id graph
+id graph_wrap
+id group_divider
+id grouping
+id groups
+id haveAccount
+id header_title
+id hideable
+id home
+id homeAsUp
+id honorRequest
+id horizontal_only
+id icon
+id icon_group
+id ifRoom
+id ignore
+id ignoreRequest
+id image
+id imageView
+id imageView10
+id imageView4
+id imageView5
+id imageView7
+id imageView8
+id imageView9
+id immediateStop
+id included
+id indeterminate
+id info
+id invisible
+id inward
+id italic
+id item_touch_helper_previous_elevation
+id jumpToEnd
+id jumpToStart
+id labeled
+id layout
+id left
+id leftToRight
+id legacy
+id line1
+id line3
+id linear
+id listMode
+id list_item
+id m3_side_sheet
+id marquee
+id masked
+id match_constraint
+id match_parent
+id material_clock_display
+id material_clock_display_and_toggle
+id material_clock_face
+id material_clock_hand
+id material_clock_level
+id material_clock_period_am_button
+id material_clock_period_pm_button
+id material_clock_period_toggle
+id material_hour_text_input
+id material_hour_tv
+id material_label
+id material_minute_text_input
+id material_minute_tv
+id material_textinput_timepicker
+id material_timepicker_cancel_button
+id material_timepicker_container
+id material_timepicker_mode_button
+id material_timepicker_ok_button
+id material_timepicker_view
+id material_value_index
+id matrix
+id message
+id middle
+id mini
+id month_grid
+id month_navigation_bar
+id month_navigation_fragment_toggle
+id month_navigation_next
+id month_navigation_previous
+id month_title
+id motion_base
+id mtrl_anchor_parent
+id mtrl_calendar_day_selector_frame
+id mtrl_calendar_days_of_week
+id mtrl_calendar_frame
+id mtrl_calendar_main_pane
+id mtrl_calendar_months
+id mtrl_calendar_selection_frame
+id mtrl_calendar_text_input_frame
+id mtrl_calendar_year_selector_frame
+id mtrl_card_checked_layer_id
+id mtrl_child_content_container
+id mtrl_internal_children_alpha_tag
+id mtrl_motion_snapshot_view
+id mtrl_picker_fullscreen
+id mtrl_picker_header
+id mtrl_picker_header_selection_text
+id mtrl_picker_header_title_and_selection
+id mtrl_picker_header_toggle
+id mtrl_picker_text_input_date
+id mtrl_picker_text_input_range_end
+id mtrl_picker_text_input_range_start
+id mtrl_picker_title_text
+id mtrl_view_tag_bottom_padding
+id multiply
+id name_register
+id navigation_bar_item_active_indicator_view
+id navigation_bar_item_icon_container
+id navigation_bar_item_icon_view
+id navigation_bar_item_labels_group
+id navigation_bar_item_large_label_view
+id navigation_bar_item_small_label_view
+id navigation_header_container
+id never
+id neverCompleteToEnd
+id neverCompleteToStart
+id noScroll
+id noState
+id none
+id normal
+id north
+id notification_background
+id notification_main_column
+id notification_main_column_container
+id off
+id on
+id onInterceptTouchReturnSwipe
+id outline
+id outward
+id overshoot
+id packed
+id parallax
+id parent
+id parentPanel
+id parentRelative
+id parent_matrix
+id password_login
+id password_register
+id password_toggle
+id path
+id pathRelative
+id peekHeight
+id percent
+id pin
+id position
+id postLayout
+id pressed
+id profileImage
+id progress_circular
+id progress_horizontal
+id radio
+id ratio
+id rectangles
+id reverseSawtooth
+id right
+id rightToLeft
+id right_icon
+id right_side
+id rounded
+id row_index_key
+id save_non_transition_alpha
+id save_overlay_view
+id sawtooth
+id scale
+id screen
+id scroll
+id scrollIndicatorDown
+id scrollIndicatorUp
+id scrollView
+id scrollable
+id search_badge
+id search_bar
+id search_bar_text_view
+id search_button
+id search_close_btn
+id search_edit_frame
+id search_go_btn
+id search_mag_icon
+id search_plate
+id search_src_text
+id search_view_background
+id search_view_clear_button
+id search_view_content_container
+id search_view_divider
+id search_view_dummy_toolbar
+id search_view_edit_text
+id search_view_header_container
+id search_view_root
+id search_view_scrim
+id search_view_search_prefix
+id search_view_status_bar_spacer
+id search_view_toolbar
+id search_view_toolbar_container
+id search_voice_btn
+id select_dialog_listview
+id selected
+id selection_type
+id sharedValueSet
+id sharedValueUnset
+id shortcut
+id showCustom
+id showHome
+id showTitle
+id sin
+id skipCollapsed
+id skipped
+id slide
+id snackbar_action
+id snackbar_text
+id snap
+id snapMargins
+id south
+id spacer
+id special_effects_controller_view_tag
+id spline
+id split_action_bar
+id spread
+id spread_inside
+id spring
+id square
+id src_atop
+id src_in
+id src_over
+id standard
+id start
+id startHorizontal
+id startToEnd
+id startVertical
+id staticLayout
+id staticPostLayout
+id stop
+id stretch
+id submenuarrow
+id submit_area
+id supportScrollUp
+id tabMode
+id tag_accessibility_actions
+id tag_accessibility_clickable_spans
+id tag_accessibility_heading
+id tag_accessibility_pane_title
+id tag_on_apply_window_listener
+id tag_on_receive_content_listener
+id tag_on_receive_content_mime_types
+id tag_screen_reader_focusable
+id tag_state_description
+id tag_transition_group
+id tag_unhandled_key_event_manager
+id tag_unhandled_key_listeners
+id tag_window_insets_animation_callback
+id text
+id text2
+id textEnd
+id textSpacerNoButtons
+id textSpacerNoTitle
+id textStart
+id textTop
+id textView
+id textView2
+id textView3
+id textView4
+id textView5
+id textView6
+id text_input_end_icon
+id text_input_error_icon
+id text_input_start_icon
+id textinput_counter
+id textinput_error
+id textinput_helper_text
+id textinput_placeholder
+id textinput_prefix_text
+id textinput_suffix_text
+id time
+id title
+id titleDividerNoCustom
+id title_template
+id toggle
+id top
+id topPanel
+id touch_outside
+id transitionToEnd
+id transitionToStart
+id transition_current_scene
+id transition_layout_save
+id transition_position
+id transition_scene_layoutid_cache
+id transition_transform
+id triangle
+id tv_login
+id tv_register
+id unchecked
+id uniform
+id unlabeled
+id up
+id useLogo
+id vertical_only
+id view_offset_helper
+id view_transition
+id view_tree_lifecycle_owner
+id view_tree_on_back_pressed_dispatcher_owner
+id view_tree_saved_state_registry_owner
+id view_tree_view_model_store_owner
+id visible
+id visible_removing_fragment_view_tag
+id west
+id withText
+id with_icon
+id withinBounds
+id wrap
+id wrap_content
+id wrap_content_constrained
+id x_left
+id x_right
+integer abc_config_activityDefaultDur
+integer abc_config_activityShortDur
+integer app_bar_elevation_anim_duration
+integer bottom_sheet_slide_duration
+integer cancel_button_image_alpha
+integer config_tooltipAnimTime
+integer design_snackbar_text_max_lines
+integer design_tab_indicator_anim_duration_ms
+integer hide_password_duration
+integer m3_btn_anim_delay_ms
+integer m3_btn_anim_duration_ms
+integer m3_card_anim_delay_ms
+integer m3_card_anim_duration_ms
+integer m3_chip_anim_duration
+integer m3_sys_motion_duration_extra_long1
+integer m3_sys_motion_duration_extra_long2
+integer m3_sys_motion_duration_extra_long3
+integer m3_sys_motion_duration_extra_long4
+integer m3_sys_motion_duration_long1
+integer m3_sys_motion_duration_long2
+integer m3_sys_motion_duration_long3
+integer m3_sys_motion_duration_long4
+integer m3_sys_motion_duration_medium1
+integer m3_sys_motion_duration_medium2
+integer m3_sys_motion_duration_medium3
+integer m3_sys_motion_duration_medium4
+integer m3_sys_motion_duration_short1
+integer m3_sys_motion_duration_short2
+integer m3_sys_motion_duration_short3
+integer m3_sys_motion_duration_short4
+integer material_motion_duration_long_1
+integer material_motion_duration_long_2
+integer material_motion_duration_medium_1
+integer material_motion_duration_medium_2
+integer material_motion_duration_short_1
+integer material_motion_duration_short_2
+integer material_motion_path
+integer mtrl_badge_max_character_count
+integer mtrl_btn_anim_delay_ms
+integer mtrl_btn_anim_duration_ms
+integer mtrl_calendar_header_orientation
+integer mtrl_calendar_selection_text_lines
+integer mtrl_calendar_year_selector_span
+integer mtrl_card_anim_delay_ms
+integer mtrl_card_anim_duration_ms
+integer mtrl_chip_anim_duration
+integer mtrl_switch_thumb_motion_duration
+integer mtrl_switch_thumb_post_morphing_duration
+integer mtrl_switch_thumb_pre_morphing_duration
+integer mtrl_switch_thumb_pressed_duration
+integer mtrl_switch_thumb_viewport_center_coordinate
+integer mtrl_switch_thumb_viewport_size
+integer mtrl_switch_track_viewport_height
+integer mtrl_switch_track_viewport_width
+integer mtrl_tab_indicator_anim_duration_ms
+integer mtrl_view_gone
+integer mtrl_view_invisible
+integer mtrl_view_visible
+integer show_password_duration
+integer status_bar_notification_info_maxnum
+interpolator btn_checkbox_checked_mtrl_animation_interpolator_0
+interpolator btn_checkbox_checked_mtrl_animation_interpolator_1
+interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0
+interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1
+interpolator btn_radio_to_off_mtrl_animation_interpolator_0
+interpolator btn_radio_to_on_mtrl_animation_interpolator_0
+interpolator fast_out_slow_in
+interpolator m3_sys_motion_easing_emphasized
+interpolator m3_sys_motion_easing_emphasized_accelerate
+interpolator m3_sys_motion_easing_emphasized_decelerate
+interpolator m3_sys_motion_easing_linear
+interpolator m3_sys_motion_easing_standard
+interpolator m3_sys_motion_easing_standard_accelerate
+interpolator m3_sys_motion_easing_standard_decelerate
+interpolator mtrl_fast_out_linear_in
+interpolator mtrl_fast_out_slow_in
+interpolator mtrl_linear
+interpolator mtrl_linear_out_slow_in
+layout abc_action_bar_title_item
+layout abc_action_bar_up_container
+layout abc_action_menu_item_layout
+layout abc_action_menu_layout
+layout abc_action_mode_bar
+layout abc_action_mode_close_item_material
+layout abc_activity_chooser_view
+layout abc_activity_chooser_view_list_item
+layout abc_alert_dialog_button_bar_material
+layout abc_alert_dialog_material
+layout abc_alert_dialog_title_material
+layout abc_cascading_menu_item_layout
+layout abc_dialog_title_material
+layout abc_expanded_menu_layout
+layout abc_list_menu_item_checkbox
+layout abc_list_menu_item_icon
+layout abc_list_menu_item_layout
+layout abc_list_menu_item_radio
+layout abc_popup_menu_header_item_layout
+layout abc_popup_menu_item_layout
+layout abc_screen_content_include
+layout abc_screen_simple
+layout abc_screen_simple_overlay_action_mode
+layout abc_screen_toolbar
+layout abc_search_dropdown_item_icons_2line
+layout abc_search_view
+layout abc_select_dialog_material
+layout abc_tooltip
+layout activity_doctor_post
+layout activity_home
+layout activity_login
+layout activity_main
+layout activity_my_tasks
+layout activity_register
+layout custom_dialog
+layout design_bottom_navigation_item
+layout design_bottom_sheet_dialog
+layout design_layout_snackbar
+layout design_layout_snackbar_include
+layout design_layout_tab_icon
+layout design_layout_tab_text
+layout design_menu_item_action_area
+layout design_navigation_item
+layout design_navigation_item_header
+layout design_navigation_item_separator
+layout design_navigation_item_subheader
+layout design_navigation_menu
+layout design_navigation_menu_item
+layout design_text_input_end_icon
+layout design_text_input_start_icon
+layout m3_alert_dialog
+layout m3_alert_dialog_actions
+layout m3_alert_dialog_title
+layout m3_auto_complete_simple_item
+layout m3_side_sheet_dialog
+layout material_chip_input_combo
+layout material_clock_display
+layout material_clock_display_divider
+layout material_clock_period_toggle
+layout material_clock_period_toggle_land
+layout material_clockface_textview
+layout material_clockface_view
+layout material_radial_view_group
+layout material_textinput_timepicker
+layout material_time_chip
+layout material_time_input
+layout material_timepicker
+layout material_timepicker_dialog
+layout material_timepicker_textinput_display
+layout mtrl_alert_dialog
+layout mtrl_alert_dialog_actions
+layout mtrl_alert_dialog_title
+layout mtrl_alert_select_dialog_item
+layout mtrl_alert_select_dialog_multichoice
+layout mtrl_alert_select_dialog_singlechoice
+layout mtrl_auto_complete_simple_item
+layout mtrl_calendar_day
+layout mtrl_calendar_day_of_week
+layout mtrl_calendar_days_of_week
+layout mtrl_calendar_horizontal
+layout mtrl_calendar_month
+layout mtrl_calendar_month_labeled
+layout mtrl_calendar_month_navigation
+layout mtrl_calendar_months
+layout mtrl_calendar_vertical
+layout mtrl_calendar_year
+layout mtrl_layout_snackbar
+layout mtrl_layout_snackbar_include
+layout mtrl_navigation_rail_item
+layout mtrl_picker_actions
+layout mtrl_picker_dialog
+layout mtrl_picker_fullscreen
+layout mtrl_picker_header_dialog
+layout mtrl_picker_header_fullscreen
+layout mtrl_picker_header_selection_text
+layout mtrl_picker_header_title_text
+layout mtrl_picker_header_toggle
+layout mtrl_picker_text_input_date
+layout mtrl_picker_text_input_date_range
+layout mtrl_search_bar
+layout mtrl_search_view
+layout notification_action
+layout notification_action_tombstone
+layout notification_template_custom_big
+layout notification_template_icon_group
+layout notification_template_part_chronometer
+layout notification_template_part_time
+layout select_dialog_item_material
+layout select_dialog_multichoice_material
+layout select_dialog_singlechoice_material
+layout support_simple_spinner_dropdown_item
+mipmap ic_launcher
+mipmap ic_launcher_round
+plurals mtrl_badge_content_description
+string Register_your_email
+string abc_action_bar_home_description
+string abc_action_bar_up_description
+string abc_action_menu_overflow_description
+string abc_action_mode_done
+string abc_activity_chooser_view_see_all
+string abc_activitychooserview_choose_application
+string abc_capital_off
+string abc_capital_on
+string abc_menu_alt_shortcut_label
+string abc_menu_ctrl_shortcut_label
+string abc_menu_delete_shortcut_label
+string abc_menu_enter_shortcut_label
+string abc_menu_function_shortcut_label
+string abc_menu_meta_shortcut_label
+string abc_menu_shift_shortcut_label
+string abc_menu_space_shortcut_label
+string abc_menu_sym_shortcut_label
+string abc_prepend_shortcut_label
+string abc_search_hint
+string abc_searchview_description_clear
+string abc_searchview_description_query
+string abc_searchview_description_search
+string abc_searchview_description_submit
+string abc_searchview_description_voice
+string abc_shareactionprovider_share_with
+string abc_shareactionprovider_share_with_application
+string abc_toolbar_collapse_description
+string androidx_startup
+string app_name
+string appbar_scrolling_view_behavior
+string bottom_sheet_behavior
+string bottomsheet_action_collapse
+string bottomsheet_action_expand
+string bottomsheet_action_expand_halfway
+string bottomsheet_drag_handle_clicked
+string bottomsheet_drag_handle_content_description
+string btn_login
+string btn_register
+string character_counter_content_description
+string character_counter_overflowed_content_description
+string character_counter_pattern
+string clear_text_end_icon_content_description
+string create_an_account
+string email_login
+string enter_a_relative_name
+string enter_a_relative_phone
+string enter_your_birthday
+string error_a11y_label
+string error_icon_content_description
+string exposed_dropdown_menu_content_description
+string fab_transformation_scrim_behavior
+string fab_transformation_sheet_behavior
+string forget_pasword
+string full_name
+string greetingMessage
+string hide_bottom_view_on_scroll_behavior
+string homeScreenTask
+string i_already_have_an_account
+string i_don_t_have_account_register
+string icon_content_description
+string item_view_role_description
+string login_title
+string m3_sys_motion_easing_emphasized
+string m3_sys_motion_easing_emphasized_accelerate
+string m3_sys_motion_easing_emphasized_decelerate
+string m3_sys_motion_easing_emphasized_path_data
+string m3_sys_motion_easing_legacy
+string m3_sys_motion_easing_legacy_accelerate
+string m3_sys_motion_easing_legacy_decelerate
+string m3_sys_motion_easing_linear
+string m3_sys_motion_easing_standard
+string m3_sys_motion_easing_standard_accelerate
+string m3_sys_motion_easing_standard_decelerate
+string material_clock_display_divider
+string material_clock_toggle_content_description
+string material_hour_24h_suffix
+string material_hour_selection
+string material_hour_suffix
+string material_minute_selection
+string material_minute_suffix
+string material_motion_easing_accelerated
+string material_motion_easing_decelerated
+string material_motion_easing_emphasized
+string material_motion_easing_linear
+string material_motion_easing_standard
+string material_slider_range_end
+string material_slider_range_start
+string material_slider_value
+string material_timepicker_am
+string material_timepicker_clock_mode_description
+string material_timepicker_hour
+string material_timepicker_minute
+string material_timepicker_pm
+string material_timepicker_select_time
+string material_timepicker_text_input_mode_description
+string mtrl_badge_numberless_content_description
+string mtrl_checkbox_button_icon_path_checked
+string mtrl_checkbox_button_icon_path_group_name
+string mtrl_checkbox_button_icon_path_indeterminate
+string mtrl_checkbox_button_icon_path_name
+string mtrl_checkbox_button_path_checked
+string mtrl_checkbox_button_path_group_name
+string mtrl_checkbox_button_path_name
+string mtrl_checkbox_button_path_unchecked
+string mtrl_checkbox_state_description_checked
+string mtrl_checkbox_state_description_indeterminate
+string mtrl_checkbox_state_description_unchecked
+string mtrl_chip_close_icon_content_description
+string mtrl_exceed_max_badge_number_content_description
+string mtrl_exceed_max_badge_number_suffix
+string mtrl_picker_a11y_next_month
+string mtrl_picker_a11y_prev_month
+string mtrl_picker_announce_current_range_selection
+string mtrl_picker_announce_current_selection
+string mtrl_picker_announce_current_selection_none
+string mtrl_picker_cancel
+string mtrl_picker_confirm
+string mtrl_picker_date_header_selected
+string mtrl_picker_date_header_title
+string mtrl_picker_date_header_unselected
+string mtrl_picker_day_of_week_column_header
+string mtrl_picker_end_date_description
+string mtrl_picker_invalid_format
+string mtrl_picker_invalid_format_example
+string mtrl_picker_invalid_format_use
+string mtrl_picker_invalid_range
+string mtrl_picker_navigate_to_current_year_description
+string mtrl_picker_navigate_to_year_description
+string mtrl_picker_out_of_range
+string mtrl_picker_range_header_only_end_selected
+string mtrl_picker_range_header_only_start_selected
+string mtrl_picker_range_header_selected
+string mtrl_picker_range_header_title
+string mtrl_picker_range_header_unselected
+string mtrl_picker_save
+string mtrl_picker_start_date_description
+string mtrl_picker_text_input_date_hint
+string mtrl_picker_text_input_date_range_end_hint
+string mtrl_picker_text_input_date_range_start_hint
+string mtrl_picker_text_input_day_abbr
+string mtrl_picker_text_input_month_abbr
+string mtrl_picker_text_input_year_abbr
+string mtrl_picker_today_description
+string mtrl_picker_toggle_to_calendar_input_mode
+string mtrl_picker_toggle_to_day_selection
+string mtrl_picker_toggle_to_text_input_mode
+string mtrl_picker_toggle_to_year_selection
+string mtrl_switch_thumb_group_name
+string mtrl_switch_thumb_path_checked
+string mtrl_switch_thumb_path_morphing
+string mtrl_switch_thumb_path_name
+string mtrl_switch_thumb_path_pressed
+string mtrl_switch_thumb_path_unchecked
+string mtrl_switch_track_decoration_path
+string mtrl_switch_track_path
+string mtrl_timepicker_cancel
+string mtrl_timepicker_confirm
+string password_login
+string password_toggle_content_description
+string path_password_eye
+string path_password_eye_mask_strike_through
+string path_password_eye_mask_visible
+string path_password_strike_through
+string registe_your_password_again
+string register_btn_rgisterScree
+string register_your_password
+string search_menu_title
+string searchbar_scrolling_view_behavior
+string searchview_clear_text_content_description
+string searchview_navigation_content_description
+string side_sheet_accessibility_pane_title
+string side_sheet_behavior
+string status_bar_notification_info_overflow
+style AlertDialog_AppCompat
+style AlertDialog_AppCompat_Light
+style Animation_AppCompat_Dialog
+style Animation_AppCompat_DropDownUp
+style Animation_AppCompat_Tooltip
+style Animation_Design_BottomSheetDialog
+style Animation_Material3_BottomSheetDialog
+style Animation_Material3_SideSheetDialog
+style Animation_MaterialComponents_BottomSheetDialog
+style Base_AlertDialog_AppCompat
+style Base_AlertDialog_AppCompat_Light
+style Base_Animation_AppCompat_Dialog
+style Base_Animation_AppCompat_DropDownUp
+style Base_Animation_AppCompat_Tooltip
+style Base_CardView
+style Base_DialogWindowTitle_AppCompat
+style Base_DialogWindowTitleBackground_AppCompat
+style Base_MaterialAlertDialog_MaterialComponents_Title_Icon
+style Base_MaterialAlertDialog_MaterialComponents_Title_Panel
+style Base_MaterialAlertDialog_MaterialComponents_Title_Text
+style Base_TextAppearance_AppCompat
+style Base_TextAppearance_AppCompat_Body1
+style Base_TextAppearance_AppCompat_Body2
+style Base_TextAppearance_AppCompat_Button
+style Base_TextAppearance_AppCompat_Caption
+style Base_TextAppearance_AppCompat_Display1
+style Base_TextAppearance_AppCompat_Display2
+style Base_TextAppearance_AppCompat_Display3
+style Base_TextAppearance_AppCompat_Display4
+style Base_TextAppearance_AppCompat_Headline
+style Base_TextAppearance_AppCompat_Inverse
+style Base_TextAppearance_AppCompat_Large
+style Base_TextAppearance_AppCompat_Large_Inverse
+style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
+style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
+style Base_TextAppearance_AppCompat_Medium
+style Base_TextAppearance_AppCompat_Medium_Inverse
+style Base_TextAppearance_AppCompat_Menu
+style Base_TextAppearance_AppCompat_SearchResult
+style Base_TextAppearance_AppCompat_SearchResult_Subtitle
+style Base_TextAppearance_AppCompat_SearchResult_Title
+style Base_TextAppearance_AppCompat_Small
+style Base_TextAppearance_AppCompat_Small_Inverse
+style Base_TextAppearance_AppCompat_Subhead
+style Base_TextAppearance_AppCompat_Subhead_Inverse
+style Base_TextAppearance_AppCompat_Title
+style Base_TextAppearance_AppCompat_Title_Inverse
+style Base_TextAppearance_AppCompat_Tooltip
+style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu
+style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle
+style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
+style Base_TextAppearance_AppCompat_Widget_ActionBar_Title
+style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
+style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle
+style Base_TextAppearance_AppCompat_Widget_ActionMode_Title
+style Base_TextAppearance_AppCompat_Widget_Button
+style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored
+style Base_TextAppearance_AppCompat_Widget_Button_Colored
+style Base_TextAppearance_AppCompat_Widget_Button_Inverse
+style Base_TextAppearance_AppCompat_Widget_DropDownItem
+style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header
+style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large
+style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small
+style Base_TextAppearance_AppCompat_Widget_Switch
+style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem
+style Base_TextAppearance_Material3_Search
+style Base_TextAppearance_MaterialComponents_Badge
+style Base_TextAppearance_MaterialComponents_Button
+style Base_TextAppearance_MaterialComponents_Headline6
+style Base_TextAppearance_MaterialComponents_Subtitle2
+style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item
+style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle
+style Base_TextAppearance_Widget_AppCompat_Toolbar_Title
+style Base_Theme_AppCompat
+style Base_Theme_AppCompat_CompactMenu
+style Base_Theme_AppCompat_Dialog
+style Base_Theme_AppCompat_Dialog_Alert
+style Base_Theme_AppCompat_Dialog_FixedSize
+style Base_Theme_AppCompat_Dialog_MinWidth
+style Base_Theme_AppCompat_DialogWhenLarge
+style Base_Theme_AppCompat_Light
+style Base_Theme_AppCompat_Light_DarkActionBar
+style Base_Theme_AppCompat_Light_Dialog
+style Base_Theme_AppCompat_Light_Dialog_Alert
+style Base_Theme_AppCompat_Light_Dialog_FixedSize
+style Base_Theme_AppCompat_Light_Dialog_MinWidth
+style Base_Theme_AppCompat_Light_DialogWhenLarge
+style Base_Theme_Material3_Dark
+style Base_Theme_Material3_Dark_BottomSheetDialog
+style Base_Theme_Material3_Dark_Dialog
+style Base_Theme_Material3_Dark_SideSheetDialog
+style Base_Theme_Material3_Light
+style Base_Theme_Material3_Light_BottomSheetDialog
+style Base_Theme_Material3_Light_Dialog
+style Base_Theme_Material3_Light_SideSheetDialog
+style Base_Theme_MaterialComponents
+style Base_Theme_MaterialComponents_Bridge
+style Base_Theme_MaterialComponents_CompactMenu
+style Base_Theme_MaterialComponents_Dialog
+style Base_Theme_MaterialComponents_Dialog_Alert
+style Base_Theme_MaterialComponents_Dialog_Bridge
+style Base_Theme_MaterialComponents_Dialog_FixedSize
+style Base_Theme_MaterialComponents_Dialog_MinWidth
+style Base_Theme_MaterialComponents_DialogWhenLarge
+style Base_Theme_MaterialComponents_Light
+style Base_Theme_MaterialComponents_Light_Bridge
+style Base_Theme_MaterialComponents_Light_DarkActionBar
+style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge
+style Base_Theme_MaterialComponents_Light_Dialog
+style Base_Theme_MaterialComponents_Light_Dialog_Alert
+style Base_Theme_MaterialComponents_Light_Dialog_Bridge
+style Base_Theme_MaterialComponents_Light_Dialog_FixedSize
+style Base_Theme_MaterialComponents_Light_Dialog_MinWidth
+style Base_Theme_MaterialComponents_Light_DialogWhenLarge
+style Base_ThemeOverlay_AppCompat
+style Base_ThemeOverlay_AppCompat_ActionBar
+style Base_ThemeOverlay_AppCompat_Dark
+style Base_ThemeOverlay_AppCompat_Dark_ActionBar
+style Base_ThemeOverlay_AppCompat_Dialog
+style Base_ThemeOverlay_AppCompat_Dialog_Alert
+style Base_ThemeOverlay_AppCompat_Light
+style Base_ThemeOverlay_Material3_AutoCompleteTextView
+style Base_ThemeOverlay_Material3_BottomSheetDialog
+style Base_ThemeOverlay_Material3_Dialog
+style Base_ThemeOverlay_Material3_SideSheetDialog
+style Base_ThemeOverlay_Material3_TextInputEditText
+style Base_ThemeOverlay_MaterialComponents_Dialog
+style Base_ThemeOverlay_MaterialComponents_Dialog_Alert
+style Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework
+style Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework
+style Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog
+style Base_V14_Theme_Material3_Dark
+style Base_V14_Theme_Material3_Dark_BottomSheetDialog
+style Base_V14_Theme_Material3_Dark_Dialog
+style Base_V14_Theme_Material3_Dark_SideSheetDialog
+style Base_V14_Theme_Material3_Light
+style Base_V14_Theme_Material3_Light_BottomSheetDialog
+style Base_V14_Theme_Material3_Light_Dialog
+style Base_V14_Theme_Material3_Light_SideSheetDialog
+style Base_V14_Theme_MaterialComponents
+style Base_V14_Theme_MaterialComponents_Bridge
+style Base_V14_Theme_MaterialComponents_Dialog
+style Base_V14_Theme_MaterialComponents_Dialog_Bridge
+style Base_V14_Theme_MaterialComponents_Light
+style Base_V14_Theme_MaterialComponents_Light_Bridge
+style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge
+style Base_V14_Theme_MaterialComponents_Light_Dialog
+style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge
+style Base_V14_ThemeOverlay_Material3_BottomSheetDialog
+style Base_V14_ThemeOverlay_Material3_SideSheetDialog
+style Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog
+style Base_V14_ThemeOverlay_MaterialComponents_Dialog
+style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert
+style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog
+style Base_V14_Widget_MaterialComponents_AutoCompleteTextView
+style Base_V21_Theme_AppCompat
+style Base_V21_Theme_AppCompat_Dialog
+style Base_V21_Theme_AppCompat_Light
+style Base_V21_Theme_AppCompat_Light_Dialog
+style Base_V21_Theme_MaterialComponents
+style Base_V21_Theme_MaterialComponents_Dialog
+style Base_V21_Theme_MaterialComponents_Light
+style Base_V21_Theme_MaterialComponents_Light_Dialog
+style Base_V21_ThemeOverlay_AppCompat_Dialog
+style Base_V21_ThemeOverlay_Material3_BottomSheetDialog
+style Base_V21_ThemeOverlay_Material3_SideSheetDialog
+style Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog
+style Base_V22_Theme_AppCompat
+style Base_V22_Theme_AppCompat_Light
+style Base_V23_Theme_AppCompat
+style Base_V23_Theme_AppCompat_Light
+style Base_V24_Theme_Material3_Dark
+style Base_V24_Theme_Material3_Dark_Dialog
+style Base_V24_Theme_Material3_Light
+style Base_V24_Theme_Material3_Light_Dialog
+style Base_V26_Theme_AppCompat
+style Base_V26_Theme_AppCompat_Light
+style Base_V26_Widget_AppCompat_Toolbar
+style Base_V28_Theme_AppCompat
+style Base_V28_Theme_AppCompat_Light
+style Base_V7_Theme_AppCompat
+style Base_V7_Theme_AppCompat_Dialog
+style Base_V7_Theme_AppCompat_Light
+style Base_V7_Theme_AppCompat_Light_Dialog
+style Base_V7_ThemeOverlay_AppCompat_Dialog
+style Base_V7_Widget_AppCompat_AutoCompleteTextView
+style Base_V7_Widget_AppCompat_EditText
+style Base_V7_Widget_AppCompat_Toolbar
+style Base_Widget_AppCompat_ActionBar
+style Base_Widget_AppCompat_ActionBar_Solid
+style Base_Widget_AppCompat_ActionBar_TabBar
+style Base_Widget_AppCompat_ActionBar_TabText
+style Base_Widget_AppCompat_ActionBar_TabView
+style Base_Widget_AppCompat_ActionButton
+style Base_Widget_AppCompat_ActionButton_CloseMode
+style Base_Widget_AppCompat_ActionButton_Overflow
+style Base_Widget_AppCompat_ActionMode
+style Base_Widget_AppCompat_ActivityChooserView
+style Base_Widget_AppCompat_AutoCompleteTextView
+style Base_Widget_AppCompat_Button
+style Base_Widget_AppCompat_Button_Borderless
+style Base_Widget_AppCompat_Button_Borderless_Colored
+style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog
+style Base_Widget_AppCompat_Button_Colored
+style Base_Widget_AppCompat_Button_Small
+style Base_Widget_AppCompat_ButtonBar
+style Base_Widget_AppCompat_ButtonBar_AlertDialog
+style Base_Widget_AppCompat_CompoundButton_CheckBox
+style Base_Widget_AppCompat_CompoundButton_RadioButton
+style Base_Widget_AppCompat_CompoundButton_Switch
+style Base_Widget_AppCompat_DrawerArrowToggle
+style Base_Widget_AppCompat_DrawerArrowToggle_Common
+style Base_Widget_AppCompat_DropDownItem_Spinner
+style Base_Widget_AppCompat_EditText
+style Base_Widget_AppCompat_ImageButton
+style Base_Widget_AppCompat_Light_ActionBar
+style Base_Widget_AppCompat_Light_ActionBar_Solid
+style Base_Widget_AppCompat_Light_ActionBar_TabBar
+style Base_Widget_AppCompat_Light_ActionBar_TabText
+style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse
+style Base_Widget_AppCompat_Light_ActionBar_TabView
+style Base_Widget_AppCompat_Light_PopupMenu
+style Base_Widget_AppCompat_Light_PopupMenu_Overflow
+style Base_Widget_AppCompat_ListMenuView
+style Base_Widget_AppCompat_ListPopupWindow
+style Base_Widget_AppCompat_ListView
+style Base_Widget_AppCompat_ListView_DropDown
+style Base_Widget_AppCompat_ListView_Menu
+style Base_Widget_AppCompat_PopupMenu
+style Base_Widget_AppCompat_PopupMenu_Overflow
+style Base_Widget_AppCompat_PopupWindow
+style Base_Widget_AppCompat_ProgressBar
+style Base_Widget_AppCompat_ProgressBar_Horizontal
+style Base_Widget_AppCompat_RatingBar
+style Base_Widget_AppCompat_RatingBar_Indicator
+style Base_Widget_AppCompat_RatingBar_Small
+style Base_Widget_AppCompat_SearchView
+style Base_Widget_AppCompat_SearchView_ActionBar
+style Base_Widget_AppCompat_SeekBar
+style Base_Widget_AppCompat_SeekBar_Discrete
+style Base_Widget_AppCompat_Spinner
+style Base_Widget_AppCompat_Spinner_Underlined
+style Base_Widget_AppCompat_TextView
+style Base_Widget_AppCompat_TextView_SpinnerItem
+style Base_Widget_AppCompat_Toolbar
+style Base_Widget_AppCompat_Toolbar_Button_Navigation
+style Base_Widget_Design_TabLayout
+style Base_Widget_Material3_ActionBar_Solid
+style Base_Widget_Material3_ActionMode
+style Base_Widget_Material3_BottomNavigationView
+style Base_Widget_Material3_CardView
+style Base_Widget_Material3_Chip
+style Base_Widget_Material3_CollapsingToolbar
+style Base_Widget_Material3_CompoundButton_CheckBox
+style Base_Widget_Material3_CompoundButton_RadioButton
+style Base_Widget_Material3_CompoundButton_Switch
+style Base_Widget_Material3_ExtendedFloatingActionButton
+style Base_Widget_Material3_ExtendedFloatingActionButton_Icon
+style Base_Widget_Material3_FloatingActionButton
+style Base_Widget_Material3_FloatingActionButton_Large
+style Base_Widget_Material3_FloatingActionButton_Small
+style Base_Widget_Material3_Light_ActionBar_Solid
+style Base_Widget_Material3_MaterialCalendar_NavigationButton
+style Base_Widget_Material3_Snackbar
+style Base_Widget_Material3_TabLayout
+style Base_Widget_Material3_TabLayout_OnSurface
+style Base_Widget_Material3_TabLayout_Secondary
+style Base_Widget_MaterialComponents_AutoCompleteTextView
+style Base_Widget_MaterialComponents_CheckedTextView
+style Base_Widget_MaterialComponents_Chip
+style Base_Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton
+style Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton
+style Base_Widget_MaterialComponents_PopupMenu
+style Base_Widget_MaterialComponents_PopupMenu_ContextMenu
+style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow
+style Base_Widget_MaterialComponents_PopupMenu_Overflow
+style Base_Widget_MaterialComponents_Slider
+style Base_Widget_MaterialComponents_Snackbar
+style Base_Widget_MaterialComponents_TextInputEditText
+style Base_Widget_MaterialComponents_TextInputLayout
+style Base_Widget_MaterialComponents_TextView
+style ButtonWhite
+style CardView
+style CardView_Dark
+style CardView_Light
+style CustomDatePickerDialog
+style MaterialAlertDialog_Material3
+style MaterialAlertDialog_Material3_Animation
+style MaterialAlertDialog_Material3_Body_Text
+style MaterialAlertDialog_Material3_Body_Text_CenterStacked
+style MaterialAlertDialog_Material3_Title_Icon
+style MaterialAlertDialog_Material3_Title_Icon_CenterStacked
+style MaterialAlertDialog_Material3_Title_Panel
+style MaterialAlertDialog_Material3_Title_Panel_CenterStacked
+style MaterialAlertDialog_Material3_Title_Text
+style MaterialAlertDialog_Material3_Title_Text_CenterStacked
+style MaterialAlertDialog_MaterialComponents
+style MaterialAlertDialog_MaterialComponents_Body_Text
+style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar
+style MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner
+style MaterialAlertDialog_MaterialComponents_Title_Icon
+style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked
+style MaterialAlertDialog_MaterialComponents_Title_Panel
+style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked
+style MaterialAlertDialog_MaterialComponents_Title_Text
+style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked
+style Platform_AppCompat
+style Platform_AppCompat_Light
+style Platform_MaterialComponents
+style Platform_MaterialComponents_Dialog
+style Platform_MaterialComponents_Light
+style Platform_MaterialComponents_Light_Dialog
+style Platform_ThemeOverlay_AppCompat
+style Platform_ThemeOverlay_AppCompat_Dark
+style Platform_ThemeOverlay_AppCompat_Light
+style Platform_V21_AppCompat
+style Platform_V21_AppCompat_Light
+style Platform_V25_AppCompat
+style Platform_V25_AppCompat_Light
+style Platform_Widget_AppCompat_Spinner
+style RtlOverlay_DialogWindowTitle_AppCompat
+style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem
+style RtlOverlay_Widget_AppCompat_DialogTitle_Icon
+style RtlOverlay_Widget_AppCompat_PopupMenuItem
+style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup
+style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut
+style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow
+style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text
+style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title
+style RtlOverlay_Widget_AppCompat_Search_DropDown
+style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1
+style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2
+style RtlOverlay_Widget_AppCompat_Search_DropDown_Query
+style RtlOverlay_Widget_AppCompat_Search_DropDown_Text
+style RtlOverlay_Widget_AppCompat_SearchView_MagIcon
+style RtlUnderlay_Widget_AppCompat_ActionButton
+style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow
+style ShapeAppearance_M3_Comp_BottomAppBar_Container_Shape
+style ShapeAppearance_M3_Comp_FilledButton_Container_Shape
+style ShapeAppearance_M3_Comp_NavigationRail_ActiveIndicator_Shape
+style ShapeAppearance_M3_Comp_SearchBar_Avatar_Shape
+style ShapeAppearance_M3_Comp_SearchBar_Container_Shape
+style ShapeAppearance_M3_Comp_SearchView_FullScreen_Container_Shape
+style ShapeAppearance_M3_Comp_Switch_Handle_Shape
+style ShapeAppearance_M3_Comp_Switch_StateLayer_Shape
+style ShapeAppearance_M3_Comp_Switch_Track_Shape
+style ShapeAppearance_M3_Comp_TextButton_Container_Shape
+style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge
+style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall
+style ShapeAppearance_M3_Sys_Shape_Corner_Full
+style ShapeAppearance_M3_Sys_Shape_Corner_Large
+style ShapeAppearance_M3_Sys_Shape_Corner_Medium
+style ShapeAppearance_M3_Sys_Shape_Corner_None
+style ShapeAppearance_M3_Sys_Shape_Corner_Small
+style ShapeAppearance_Material3_Corner_ExtraLarge
+style ShapeAppearance_Material3_Corner_ExtraSmall
+style ShapeAppearance_Material3_Corner_Full
+style ShapeAppearance_Material3_Corner_Large
+style ShapeAppearance_Material3_Corner_Medium
+style ShapeAppearance_Material3_Corner_None
+style ShapeAppearance_Material3_Corner_Small
+style ShapeAppearance_Material3_LargeComponent
+style ShapeAppearance_Material3_MediumComponent
+style ShapeAppearance_Material3_NavigationBarView_ActiveIndicator
+style ShapeAppearance_Material3_SmallComponent
+style ShapeAppearance_Material3_Tooltip
+style ShapeAppearance_MaterialComponents
+style ShapeAppearance_MaterialComponents_LargeComponent
+style ShapeAppearance_MaterialComponents_MediumComponent
+style ShapeAppearance_MaterialComponents_SmallComponent
+style ShapeAppearance_MaterialComponents_Tooltip
+style ShapeAppearanceOverlay_Material3_Button
+style ShapeAppearanceOverlay_Material3_Chip
+style ShapeAppearanceOverlay_Material3_Corner_Bottom
+style ShapeAppearanceOverlay_Material3_Corner_Left
+style ShapeAppearanceOverlay_Material3_Corner_Right
+style ShapeAppearanceOverlay_Material3_Corner_Top
+style ShapeAppearanceOverlay_Material3_FloatingActionButton
+style ShapeAppearanceOverlay_Material3_NavigationView_Item
+style ShapeAppearanceOverlay_Material3_SearchBar
+style ShapeAppearanceOverlay_Material3_SearchView
+style ShapeAppearanceOverlay_MaterialAlertDialog_Material3
+style ShapeAppearanceOverlay_MaterialComponents_BottomSheet
+style ShapeAppearanceOverlay_MaterialComponents_Chip
+style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton
+style ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton
+style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day
+style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen
+style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year
+style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox
+style SubTitle
+style TextAppearance_AppCompat
+style TextAppearance_AppCompat_Body1
+style TextAppearance_AppCompat_Body2
+style TextAppearance_AppCompat_Button
+style TextAppearance_AppCompat_Caption
+style TextAppearance_AppCompat_Display1
+style TextAppearance_AppCompat_Display2
+style TextAppearance_AppCompat_Display3
+style TextAppearance_AppCompat_Display4
+style TextAppearance_AppCompat_Headline
+style TextAppearance_AppCompat_Inverse
+style TextAppearance_AppCompat_Large
+style TextAppearance_AppCompat_Large_Inverse
+style TextAppearance_AppCompat_Light_SearchResult_Subtitle
+style TextAppearance_AppCompat_Light_SearchResult_Title
+style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
+style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
+style TextAppearance_AppCompat_Medium
+style TextAppearance_AppCompat_Medium_Inverse
+style TextAppearance_AppCompat_Menu
+style TextAppearance_AppCompat_SearchResult_Subtitle
+style TextAppearance_AppCompat_SearchResult_Title
+style TextAppearance_AppCompat_Small
+style TextAppearance_AppCompat_Small_Inverse
+style TextAppearance_AppCompat_Subhead
+style TextAppearance_AppCompat_Subhead_Inverse
+style TextAppearance_AppCompat_Title
+style TextAppearance_AppCompat_Title_Inverse
+style TextAppearance_AppCompat_Tooltip
+style TextAppearance_AppCompat_Widget_ActionBar_Menu
+style TextAppearance_AppCompat_Widget_ActionBar_Subtitle
+style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
+style TextAppearance_AppCompat_Widget_ActionBar_Title
+style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
+style TextAppearance_AppCompat_Widget_ActionMode_Subtitle
+style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse
+style TextAppearance_AppCompat_Widget_ActionMode_Title
+style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse
+style TextAppearance_AppCompat_Widget_Button
+style TextAppearance_AppCompat_Widget_Button_Borderless_Colored
+style TextAppearance_AppCompat_Widget_Button_Colored
+style TextAppearance_AppCompat_Widget_Button_Inverse
+style TextAppearance_AppCompat_Widget_DropDownItem
+style TextAppearance_AppCompat_Widget_PopupMenu_Header
+style TextAppearance_AppCompat_Widget_PopupMenu_Large
+style TextAppearance_AppCompat_Widget_PopupMenu_Small
+style TextAppearance_AppCompat_Widget_Switch
+style TextAppearance_AppCompat_Widget_TextView_SpinnerItem
+style TextAppearance_Compat_Notification
+style TextAppearance_Compat_Notification_Info
+style TextAppearance_Compat_Notification_Line2
+style TextAppearance_Compat_Notification_Time
+style TextAppearance_Compat_Notification_Title
+style TextAppearance_Design_CollapsingToolbar_Expanded
+style TextAppearance_Design_Counter
+style TextAppearance_Design_Counter_Overflow
+style TextAppearance_Design_Error
+style TextAppearance_Design_HelperText
+style TextAppearance_Design_Hint
+style TextAppearance_Design_Placeholder
+style TextAppearance_Design_Prefix
+style TextAppearance_Design_Snackbar_Message
+style TextAppearance_Design_Suffix
+style TextAppearance_Design_Tab
+style TextAppearance_M3_Sys_Typescale_BodyLarge
+style TextAppearance_M3_Sys_Typescale_BodyMedium
+style TextAppearance_M3_Sys_Typescale_BodySmall
+style TextAppearance_M3_Sys_Typescale_DisplayLarge
+style TextAppearance_M3_Sys_Typescale_DisplayMedium
+style TextAppearance_M3_Sys_Typescale_DisplaySmall
+style TextAppearance_M3_Sys_Typescale_HeadlineLarge
+style TextAppearance_M3_Sys_Typescale_HeadlineMedium
+style TextAppearance_M3_Sys_Typescale_HeadlineSmall
+style TextAppearance_M3_Sys_Typescale_LabelLarge
+style TextAppearance_M3_Sys_Typescale_LabelMedium
+style TextAppearance_M3_Sys_Typescale_LabelSmall
+style TextAppearance_M3_Sys_Typescale_TitleLarge
+style TextAppearance_M3_Sys_Typescale_TitleMedium
+style TextAppearance_M3_Sys_Typescale_TitleSmall
+style TextAppearance_Material3_ActionBar_Subtitle
+style TextAppearance_Material3_ActionBar_Title
+style TextAppearance_Material3_BodyLarge
+style TextAppearance_Material3_BodyMedium
+style TextAppearance_Material3_BodySmall
+style TextAppearance_Material3_DisplayLarge
+style TextAppearance_Material3_DisplayMedium
+style TextAppearance_Material3_DisplaySmall
+style TextAppearance_Material3_HeadlineLarge
+style TextAppearance_Material3_HeadlineMedium
+style TextAppearance_Material3_HeadlineSmall
+style TextAppearance_Material3_LabelLarge
+style TextAppearance_Material3_LabelMedium
+style TextAppearance_Material3_LabelSmall
+style TextAppearance_Material3_MaterialTimePicker_Title
+style TextAppearance_Material3_SearchBar
+style TextAppearance_Material3_SearchView
+style TextAppearance_Material3_SearchView_Prefix
+style TextAppearance_Material3_TitleLarge
+style TextAppearance_Material3_TitleMedium
+style TextAppearance_Material3_TitleSmall
+style TextAppearance_MaterialComponents_Badge
+style TextAppearance_MaterialComponents_Body1
+style TextAppearance_MaterialComponents_Body2
+style TextAppearance_MaterialComponents_Button
+style TextAppearance_MaterialComponents_Caption
+style TextAppearance_MaterialComponents_Chip
+style TextAppearance_MaterialComponents_Headline1
+style TextAppearance_MaterialComponents_Headline2
+style TextAppearance_MaterialComponents_Headline3
+style TextAppearance_MaterialComponents_Headline4
+style TextAppearance_MaterialComponents_Headline5
+style TextAppearance_MaterialComponents_Headline6
+style TextAppearance_MaterialComponents_Overline
+style TextAppearance_MaterialComponents_Subtitle1
+style TextAppearance_MaterialComponents_Subtitle2
+style TextAppearance_MaterialComponents_TimePicker_Title
+style TextAppearance_MaterialComponents_Tooltip
+style TextAppearance_Widget_AppCompat_ExpandedMenu_Item
+style TextAppearance_Widget_AppCompat_Toolbar_Subtitle
+style TextAppearance_Widget_AppCompat_Toolbar_Title
+style Theme_AppCompat
+style Theme_AppCompat_CompactMenu
+style Theme_AppCompat_DayNight
+style Theme_AppCompat_DayNight_DarkActionBar
+style Theme_AppCompat_DayNight_Dialog
+style Theme_AppCompat_DayNight_Dialog_Alert
+style Theme_AppCompat_DayNight_Dialog_MinWidth
+style Theme_AppCompat_DayNight_DialogWhenLarge
+style Theme_AppCompat_DayNight_NoActionBar
+style Theme_AppCompat_Dialog
+style Theme_AppCompat_Dialog_Alert
+style Theme_AppCompat_Dialog_MinWidth
+style Theme_AppCompat_DialogWhenLarge
+style Theme_AppCompat_Empty
+style Theme_AppCompat_Light
+style Theme_AppCompat_Light_DarkActionBar
+style Theme_AppCompat_Light_Dialog
+style Theme_AppCompat_Light_Dialog_Alert
+style Theme_AppCompat_Light_Dialog_MinWidth
+style Theme_AppCompat_Light_DialogWhenLarge
+style Theme_AppCompat_Light_NoActionBar
+style Theme_AppCompat_NoActionBar
+style Theme_Design
+style Theme_Design_BottomSheetDialog
+style Theme_Design_Light
+style Theme_Design_Light_BottomSheetDialog
+style Theme_Design_Light_NoActionBar
+style Theme_Design_NoActionBar
+style Theme_Material3_Dark
+style Theme_Material3_Dark_BottomSheetDialog
+style Theme_Material3_Dark_Dialog
+style Theme_Material3_Dark_Dialog_Alert
+style Theme_Material3_Dark_Dialog_MinWidth
+style Theme_Material3_Dark_DialogWhenLarge
+style Theme_Material3_Dark_NoActionBar
+style Theme_Material3_Dark_SideSheetDialog
+style Theme_Material3_DayNight
+style Theme_Material3_DayNight_BottomSheetDialog
+style Theme_Material3_DayNight_Dialog
+style Theme_Material3_DayNight_Dialog_Alert
+style Theme_Material3_DayNight_Dialog_MinWidth
+style Theme_Material3_DayNight_DialogWhenLarge
+style Theme_Material3_DayNight_NoActionBar
+style Theme_Material3_DayNight_SideSheetDialog
+style Theme_Material3_DynamicColors_Dark
+style Theme_Material3_DynamicColors_DayNight
+style Theme_Material3_DynamicColors_Light
+style Theme_Material3_Light
+style Theme_Material3_Light_BottomSheetDialog
+style Theme_Material3_Light_Dialog
+style Theme_Material3_Light_Dialog_Alert
+style Theme_Material3_Light_Dialog_MinWidth
+style Theme_Material3_Light_DialogWhenLarge
+style Theme_Material3_Light_NoActionBar
+style Theme_Material3_Light_SideSheetDialog
+style Theme_MaterialComponents
+style Theme_MaterialComponents_BottomSheetDialog
+style Theme_MaterialComponents_Bridge
+style Theme_MaterialComponents_CompactMenu
+style Theme_MaterialComponents_DayNight
+style Theme_MaterialComponents_DayNight_BottomSheetDialog
+style Theme_MaterialComponents_DayNight_Bridge
+style Theme_MaterialComponents_DayNight_DarkActionBar
+style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge
+style Theme_MaterialComponents_DayNight_Dialog
+style Theme_MaterialComponents_DayNight_Dialog_Alert
+style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge
+style Theme_MaterialComponents_DayNight_Dialog_Bridge
+style Theme_MaterialComponents_DayNight_Dialog_FixedSize
+style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge
+style Theme_MaterialComponents_DayNight_Dialog_MinWidth
+style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge
+style Theme_MaterialComponents_DayNight_DialogWhenLarge
+style Theme_MaterialComponents_DayNight_NoActionBar
+style Theme_MaterialComponents_DayNight_NoActionBar_Bridge
+style Theme_MaterialComponents_Dialog
+style Theme_MaterialComponents_Dialog_Alert
+style Theme_MaterialComponents_Dialog_Alert_Bridge
+style Theme_MaterialComponents_Dialog_Bridge
+style Theme_MaterialComponents_Dialog_FixedSize
+style Theme_MaterialComponents_Dialog_FixedSize_Bridge
+style Theme_MaterialComponents_Dialog_MinWidth
+style Theme_MaterialComponents_Dialog_MinWidth_Bridge
+style Theme_MaterialComponents_DialogWhenLarge
+style Theme_MaterialComponents_Light
+style Theme_MaterialComponents_Light_BottomSheetDialog
+style Theme_MaterialComponents_Light_Bridge
+style Theme_MaterialComponents_Light_DarkActionBar
+style Theme_MaterialComponents_Light_DarkActionBar_Bridge
+style Theme_MaterialComponents_Light_Dialog
+style Theme_MaterialComponents_Light_Dialog_Alert
+style Theme_MaterialComponents_Light_Dialog_Alert_Bridge
+style Theme_MaterialComponents_Light_Dialog_Bridge
+style Theme_MaterialComponents_Light_Dialog_FixedSize
+style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge
+style Theme_MaterialComponents_Light_Dialog_MinWidth
+style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge
+style Theme_MaterialComponents_Light_DialogWhenLarge
+style Theme_MaterialComponents_Light_NoActionBar
+style Theme_MaterialComponents_Light_NoActionBar_Bridge
+style Theme_MaterialComponents_NoActionBar
+style Theme_MaterialComponents_NoActionBar_Bridge
+style Theme_NewRevive
+style ThemeOverlay_AppCompat
+style ThemeOverlay_AppCompat_ActionBar
+style ThemeOverlay_AppCompat_Dark
+style ThemeOverlay_AppCompat_Dark_ActionBar
+style ThemeOverlay_AppCompat_DayNight
+style ThemeOverlay_AppCompat_DayNight_ActionBar
+style ThemeOverlay_AppCompat_Dialog
+style ThemeOverlay_AppCompat_Dialog_Alert
+style ThemeOverlay_AppCompat_Light
+style ThemeOverlay_Design_TextInputEditText
+style ThemeOverlay_Material3
+style ThemeOverlay_Material3_ActionBar
+style ThemeOverlay_Material3_AutoCompleteTextView
+style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox
+style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox_Dense
+style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox
+style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox_Dense
+style ThemeOverlay_Material3_BottomAppBar
+style ThemeOverlay_Material3_BottomAppBar_Legacy
+style ThemeOverlay_Material3_BottomSheetDialog
+style ThemeOverlay_Material3_Button
+style ThemeOverlay_Material3_Button_ElevatedButton
+style ThemeOverlay_Material3_Button_IconButton
+style ThemeOverlay_Material3_Button_IconButton_Filled
+style ThemeOverlay_Material3_Button_IconButton_Filled_Tonal
+style ThemeOverlay_Material3_Button_TextButton
+style ThemeOverlay_Material3_Button_TextButton_Snackbar
+style ThemeOverlay_Material3_Button_TonalButton
+style ThemeOverlay_Material3_Chip
+style ThemeOverlay_Material3_Chip_Assist
+style ThemeOverlay_Material3_Dark
+style ThemeOverlay_Material3_Dark_ActionBar
+style ThemeOverlay_Material3_DayNight_BottomSheetDialog
+style ThemeOverlay_Material3_DayNight_SideSheetDialog
+style ThemeOverlay_Material3_Dialog
+style ThemeOverlay_Material3_Dialog_Alert
+style ThemeOverlay_Material3_Dialog_Alert_Framework
+style ThemeOverlay_Material3_DynamicColors_Dark
+style ThemeOverlay_Material3_DynamicColors_DayNight
+style ThemeOverlay_Material3_DynamicColors_Light
+style ThemeOverlay_Material3_ExtendedFloatingActionButton_Primary
+style ThemeOverlay_Material3_ExtendedFloatingActionButton_Secondary
+style ThemeOverlay_Material3_ExtendedFloatingActionButton_Surface
+style ThemeOverlay_Material3_ExtendedFloatingActionButton_Tertiary
+style ThemeOverlay_Material3_FloatingActionButton_Primary
+style ThemeOverlay_Material3_FloatingActionButton_Secondary
+style ThemeOverlay_Material3_FloatingActionButton_Surface
+style ThemeOverlay_Material3_FloatingActionButton_Tertiary
+style ThemeOverlay_Material3_HarmonizedColors
+style ThemeOverlay_Material3_HarmonizedColors_Empty
+style ThemeOverlay_Material3_Light
+style ThemeOverlay_Material3_Light_Dialog_Alert_Framework
+style ThemeOverlay_Material3_MaterialAlertDialog
+style ThemeOverlay_Material3_MaterialAlertDialog_Centered
+style ThemeOverlay_Material3_MaterialCalendar
+style ThemeOverlay_Material3_MaterialCalendar_Fullscreen
+style ThemeOverlay_Material3_MaterialCalendar_HeaderCancelButton
+style ThemeOverlay_Material3_MaterialTimePicker
+style ThemeOverlay_Material3_MaterialTimePicker_Display_TextInputEditText
+style ThemeOverlay_Material3_NavigationView
+style ThemeOverlay_Material3_PersonalizedColors
+style ThemeOverlay_Material3_Search
+style ThemeOverlay_Material3_SideSheetDialog
+style ThemeOverlay_Material3_Snackbar
+style ThemeOverlay_Material3_TextInputEditText
+style ThemeOverlay_Material3_TextInputEditText_FilledBox
+style ThemeOverlay_Material3_TextInputEditText_FilledBox_Dense
+style ThemeOverlay_Material3_TextInputEditText_OutlinedBox
+style ThemeOverlay_Material3_TextInputEditText_OutlinedBox_Dense
+style ThemeOverlay_Material3_Toolbar_Surface
+style ThemeOverlay_MaterialAlertDialog_Material3_Title_Icon
+style ThemeOverlay_MaterialComponents
+style ThemeOverlay_MaterialComponents_ActionBar
+style ThemeOverlay_MaterialComponents_ActionBar_Primary
+style ThemeOverlay_MaterialComponents_ActionBar_Surface
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense
+style ThemeOverlay_MaterialComponents_BottomAppBar_Primary
+style ThemeOverlay_MaterialComponents_BottomAppBar_Surface
+style ThemeOverlay_MaterialComponents_BottomSheetDialog
+style ThemeOverlay_MaterialComponents_Dark
+style ThemeOverlay_MaterialComponents_Dark_ActionBar
+style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog
+style ThemeOverlay_MaterialComponents_Dialog
+style ThemeOverlay_MaterialComponents_Dialog_Alert
+style ThemeOverlay_MaterialComponents_Dialog_Alert_Framework
+style ThemeOverlay_MaterialComponents_Light
+style ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner
+style ThemeOverlay_MaterialComponents_MaterialCalendar
+style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen
+style ThemeOverlay_MaterialComponents_TextInputEditText
+style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox
+style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense
+style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox
+style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense
+style ThemeOverlay_MaterialComponents_TimePicker
+style ThemeOverlay_MaterialComponents_TimePicker_Display
+style ThemeOverlay_MaterialComponents_TimePicker_Display_TextInputEditText
+style ThemeOverlay_MaterialComponents_Toolbar_Popup_Primary
+style ThemeOverlay_MaterialComponents_Toolbar_Primary
+style ThemeOverlay_MaterialComponents_Toolbar_Surface
+style Widget_AppCompat_ActionBar
+style Widget_AppCompat_ActionBar_Solid
+style Widget_AppCompat_ActionBar_TabBar
+style Widget_AppCompat_ActionBar_TabText
+style Widget_AppCompat_ActionBar_TabView
+style Widget_AppCompat_ActionButton
+style Widget_AppCompat_ActionButton_CloseMode
+style Widget_AppCompat_ActionButton_Overflow
+style Widget_AppCompat_ActionMode
+style Widget_AppCompat_ActivityChooserView
+style Widget_AppCompat_AutoCompleteTextView
+style Widget_AppCompat_Button
+style Widget_AppCompat_Button_Borderless
+style Widget_AppCompat_Button_Borderless_Colored
+style Widget_AppCompat_Button_ButtonBar_AlertDialog
+style Widget_AppCompat_Button_Colored
+style Widget_AppCompat_Button_Small
+style Widget_AppCompat_ButtonBar
+style Widget_AppCompat_ButtonBar_AlertDialog
+style Widget_AppCompat_CompoundButton_CheckBox
+style Widget_AppCompat_CompoundButton_RadioButton
+style Widget_AppCompat_CompoundButton_Switch
+style Widget_AppCompat_DrawerArrowToggle
+style Widget_AppCompat_DropDownItem_Spinner
+style Widget_AppCompat_EditText
+style Widget_AppCompat_ImageButton
+style Widget_AppCompat_Light_ActionBar
+style Widget_AppCompat_Light_ActionBar_Solid
+style Widget_AppCompat_Light_ActionBar_Solid_Inverse
+style Widget_AppCompat_Light_ActionBar_TabBar
+style Widget_AppCompat_Light_ActionBar_TabBar_Inverse
+style Widget_AppCompat_Light_ActionBar_TabText
+style Widget_AppCompat_Light_ActionBar_TabText_Inverse
+style Widget_AppCompat_Light_ActionBar_TabView
+style Widget_AppCompat_Light_ActionBar_TabView_Inverse
+style Widget_AppCompat_Light_ActionButton
+style Widget_AppCompat_Light_ActionButton_CloseMode
+style Widget_AppCompat_Light_ActionButton_Overflow
+style Widget_AppCompat_Light_ActionMode_Inverse
+style Widget_AppCompat_Light_ActivityChooserView
+style Widget_AppCompat_Light_AutoCompleteTextView
+style Widget_AppCompat_Light_DropDownItem_Spinner
+style Widget_AppCompat_Light_ListPopupWindow
+style Widget_AppCompat_Light_ListView_DropDown
+style Widget_AppCompat_Light_PopupMenu
+style Widget_AppCompat_Light_PopupMenu_Overflow
+style Widget_AppCompat_Light_SearchView
+style Widget_AppCompat_Light_Spinner_DropDown_ActionBar
+style Widget_AppCompat_ListMenuView
+style Widget_AppCompat_ListPopupWindow
+style Widget_AppCompat_ListView
+style Widget_AppCompat_ListView_DropDown
+style Widget_AppCompat_ListView_Menu
+style Widget_AppCompat_PopupMenu
+style Widget_AppCompat_PopupMenu_Overflow
+style Widget_AppCompat_PopupWindow
+style Widget_AppCompat_ProgressBar
+style Widget_AppCompat_ProgressBar_Horizontal
+style Widget_AppCompat_RatingBar
+style Widget_AppCompat_RatingBar_Indicator
+style Widget_AppCompat_RatingBar_Small
+style Widget_AppCompat_SearchView
+style Widget_AppCompat_SearchView_ActionBar
+style Widget_AppCompat_SeekBar
+style Widget_AppCompat_SeekBar_Discrete
+style Widget_AppCompat_Spinner
+style Widget_AppCompat_Spinner_DropDown
+style Widget_AppCompat_Spinner_DropDown_ActionBar
+style Widget_AppCompat_Spinner_Underlined
+style Widget_AppCompat_TextView
+style Widget_AppCompat_TextView_SpinnerItem
+style Widget_AppCompat_Toolbar
+style Widget_AppCompat_Toolbar_Button_Navigation
+style Widget_Compat_NotificationActionContainer
+style Widget_Compat_NotificationActionText
+style Widget_Design_AppBarLayout
+style Widget_Design_BottomNavigationView
+style Widget_Design_BottomSheet_Modal
+style Widget_Design_CollapsingToolbar
+style Widget_Design_FloatingActionButton
+style Widget_Design_NavigationView
+style Widget_Design_ScrimInsetsFrameLayout
+style Widget_Design_Snackbar
+style Widget_Design_TabLayout
+style Widget_Design_TextInputEditText
+style Widget_Design_TextInputLayout
+style Widget_Material3_ActionBar_Solid
+style Widget_Material3_ActionMode
+style Widget_Material3_AppBarLayout
+style Widget_Material3_AutoCompleteTextView_FilledBox
+style Widget_Material3_AutoCompleteTextView_FilledBox_Dense
+style Widget_Material3_AutoCompleteTextView_OutlinedBox
+style Widget_Material3_AutoCompleteTextView_OutlinedBox_Dense
+style Widget_Material3_Badge
+style Widget_Material3_BottomAppBar
+style Widget_Material3_BottomAppBar_Button_Navigation
+style Widget_Material3_BottomAppBar_Legacy
+style Widget_Material3_BottomNavigationView
+style Widget_Material3_BottomNavigationView_ActiveIndicator
+style Widget_Material3_BottomSheet
+style Widget_Material3_BottomSheet_DragHandle
+style Widget_Material3_BottomSheet_Modal
+style Widget_Material3_Button
+style Widget_Material3_Button_ElevatedButton
+style Widget_Material3_Button_ElevatedButton_Icon
+style Widget_Material3_Button_Icon
+style Widget_Material3_Button_IconButton
+style Widget_Material3_Button_IconButton_Filled
+style Widget_Material3_Button_IconButton_Filled_Tonal
+style Widget_Material3_Button_IconButton_Outlined
+style Widget_Material3_Button_OutlinedButton
+style Widget_Material3_Button_OutlinedButton_Icon
+style Widget_Material3_Button_TextButton
+style Widget_Material3_Button_TextButton_Dialog
+style Widget_Material3_Button_TextButton_Dialog_Flush
+style Widget_Material3_Button_TextButton_Dialog_Icon
+style Widget_Material3_Button_TextButton_Icon
+style Widget_Material3_Button_TextButton_Snackbar
+style Widget_Material3_Button_TonalButton
+style Widget_Material3_Button_TonalButton_Icon
+style Widget_Material3_Button_UnelevatedButton
+style Widget_Material3_CardView_Elevated
+style Widget_Material3_CardView_Filled
+style Widget_Material3_CardView_Outlined
+style Widget_Material3_CheckedTextView
+style Widget_Material3_Chip_Assist
+style Widget_Material3_Chip_Assist_Elevated
+style Widget_Material3_Chip_Filter
+style Widget_Material3_Chip_Filter_Elevated
+style Widget_Material3_Chip_Input
+style Widget_Material3_Chip_Input_Elevated
+style Widget_Material3_Chip_Input_Icon
+style Widget_Material3_Chip_Input_Icon_Elevated
+style Widget_Material3_Chip_Suggestion
+style Widget_Material3_Chip_Suggestion_Elevated
+style Widget_Material3_ChipGroup
+style Widget_Material3_CircularProgressIndicator
+style Widget_Material3_CircularProgressIndicator_ExtraSmall
+style Widget_Material3_CircularProgressIndicator_Medium
+style Widget_Material3_CircularProgressIndicator_Small
+style Widget_Material3_CollapsingToolbar
+style Widget_Material3_CollapsingToolbar_Large
+style Widget_Material3_CollapsingToolbar_Medium
+style Widget_Material3_CompoundButton_CheckBox
+style Widget_Material3_CompoundButton_MaterialSwitch
+style Widget_Material3_CompoundButton_RadioButton
+style Widget_Material3_CompoundButton_Switch
+style Widget_Material3_DrawerLayout
+style Widget_Material3_ExtendedFloatingActionButton_Icon_Primary
+style Widget_Material3_ExtendedFloatingActionButton_Icon_Secondary
+style Widget_Material3_ExtendedFloatingActionButton_Icon_Surface
+style Widget_Material3_ExtendedFloatingActionButton_Icon_Tertiary
+style Widget_Material3_ExtendedFloatingActionButton_Primary
+style Widget_Material3_ExtendedFloatingActionButton_Secondary
+style Widget_Material3_ExtendedFloatingActionButton_Surface
+style Widget_Material3_ExtendedFloatingActionButton_Tertiary
+style Widget_Material3_FloatingActionButton_Large_Primary
+style Widget_Material3_FloatingActionButton_Large_Secondary
+style Widget_Material3_FloatingActionButton_Large_Surface
+style Widget_Material3_FloatingActionButton_Large_Tertiary
+style Widget_Material3_FloatingActionButton_Primary
+style Widget_Material3_FloatingActionButton_Secondary
+style Widget_Material3_FloatingActionButton_Small_Primary
+style Widget_Material3_FloatingActionButton_Small_Secondary
+style Widget_Material3_FloatingActionButton_Small_Surface
+style Widget_Material3_FloatingActionButton_Small_Tertiary
+style Widget_Material3_FloatingActionButton_Surface
+style Widget_Material3_FloatingActionButton_Tertiary
+style Widget_Material3_Light_ActionBar_Solid
+style Widget_Material3_LinearProgressIndicator
+style Widget_Material3_MaterialButtonToggleGroup
+style Widget_Material3_MaterialCalendar
+style Widget_Material3_MaterialCalendar_Day
+style Widget_Material3_MaterialCalendar_Day_Invalid
+style Widget_Material3_MaterialCalendar_Day_Selected
+style Widget_Material3_MaterialCalendar_Day_Today
+style Widget_Material3_MaterialCalendar_DayOfWeekLabel
+style Widget_Material3_MaterialCalendar_DayTextView
+style Widget_Material3_MaterialCalendar_Fullscreen
+style Widget_Material3_MaterialCalendar_HeaderCancelButton
+style Widget_Material3_MaterialCalendar_HeaderDivider
+style Widget_Material3_MaterialCalendar_HeaderLayout
+style Widget_Material3_MaterialCalendar_HeaderLayout_Fullscreen
+style Widget_Material3_MaterialCalendar_HeaderSelection
+style Widget_Material3_MaterialCalendar_HeaderSelection_Fullscreen
+style Widget_Material3_MaterialCalendar_HeaderTitle
+style Widget_Material3_MaterialCalendar_HeaderToggleButton
+style Widget_Material3_MaterialCalendar_Item
+style Widget_Material3_MaterialCalendar_MonthNavigationButton
+style Widget_Material3_MaterialCalendar_MonthTextView
+style Widget_Material3_MaterialCalendar_Year
+style Widget_Material3_MaterialCalendar_Year_Selected
+style Widget_Material3_MaterialCalendar_Year_Today
+style Widget_Material3_MaterialCalendar_YearNavigationButton
+style Widget_Material3_MaterialDivider
+style Widget_Material3_MaterialDivider_Heavy
+style Widget_Material3_MaterialTimePicker
+style Widget_Material3_MaterialTimePicker_Button
+style Widget_Material3_MaterialTimePicker_Clock
+style Widget_Material3_MaterialTimePicker_Display
+style Widget_Material3_MaterialTimePicker_Display_Divider
+style Widget_Material3_MaterialTimePicker_Display_HelperText
+style Widget_Material3_MaterialTimePicker_Display_TextInputEditText
+style Widget_Material3_MaterialTimePicker_Display_TextInputLayout
+style Widget_Material3_MaterialTimePicker_ImageButton
+style Widget_Material3_NavigationRailView
+style Widget_Material3_NavigationRailView_ActiveIndicator
+style Widget_Material3_NavigationView
+style Widget_Material3_PopupMenu
+style Widget_Material3_PopupMenu_ContextMenu
+style Widget_Material3_PopupMenu_ListPopupWindow
+style Widget_Material3_PopupMenu_Overflow
+style Widget_Material3_Search_ActionButton_Overflow
+style Widget_Material3_Search_Toolbar_Button_Navigation
+style Widget_Material3_SearchBar
+style Widget_Material3_SearchBar_Outlined
+style Widget_Material3_SearchView
+style Widget_Material3_SearchView_Prefix
+style Widget_Material3_SearchView_Toolbar
+style Widget_Material3_SideSheet
+style Widget_Material3_SideSheet_Modal
+style Widget_Material3_Slider
+style Widget_Material3_Slider_Label
+style Widget_Material3_Snackbar
+style Widget_Material3_Snackbar_FullWidth
+style Widget_Material3_Snackbar_TextView
+style Widget_Material3_TabLayout
+style Widget_Material3_TabLayout_OnSurface
+style Widget_Material3_TabLayout_Secondary
+style Widget_Material3_TextInputEditText_FilledBox
+style Widget_Material3_TextInputEditText_FilledBox_Dense
+style Widget_Material3_TextInputEditText_OutlinedBox
+style Widget_Material3_TextInputEditText_OutlinedBox_Dense
+style Widget_Material3_TextInputLayout_FilledBox
+style Widget_Material3_TextInputLayout_FilledBox_Dense
+style Widget_Material3_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu
+style Widget_Material3_TextInputLayout_FilledBox_ExposedDropdownMenu
+style Widget_Material3_TextInputLayout_OutlinedBox
+style Widget_Material3_TextInputLayout_OutlinedBox_Dense
+style Widget_Material3_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu
+style Widget_Material3_TextInputLayout_OutlinedBox_ExposedDropdownMenu
+style Widget_Material3_Toolbar
+style Widget_Material3_Toolbar_OnSurface
+style Widget_Material3_Toolbar_Surface
+style Widget_Material3_Tooltip
+style Widget_MaterialComponents_ActionBar_Primary
+style Widget_MaterialComponents_ActionBar_PrimarySurface
+style Widget_MaterialComponents_ActionBar_Solid
+style Widget_MaterialComponents_ActionBar_Surface
+style Widget_MaterialComponents_ActionMode
+style Widget_MaterialComponents_AppBarLayout_Primary
+style Widget_MaterialComponents_AppBarLayout_PrimarySurface
+style Widget_MaterialComponents_AppBarLayout_Surface
+style Widget_MaterialComponents_AutoCompleteTextView_FilledBox
+style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense
+style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox
+style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense
+style Widget_MaterialComponents_Badge
+style Widget_MaterialComponents_BottomAppBar
+style Widget_MaterialComponents_BottomAppBar_Colored
+style Widget_MaterialComponents_BottomAppBar_PrimarySurface
+style Widget_MaterialComponents_BottomNavigationView
+style Widget_MaterialComponents_BottomNavigationView_Colored
+style Widget_MaterialComponents_BottomNavigationView_PrimarySurface
+style Widget_MaterialComponents_BottomSheet
+style Widget_MaterialComponents_BottomSheet_Modal
+style Widget_MaterialComponents_Button
+style Widget_MaterialComponents_Button_Icon
+style Widget_MaterialComponents_Button_OutlinedButton
+style Widget_MaterialComponents_Button_OutlinedButton_Icon
+style Widget_MaterialComponents_Button_TextButton
+style Widget_MaterialComponents_Button_TextButton_Dialog
+style Widget_MaterialComponents_Button_TextButton_Dialog_Flush
+style Widget_MaterialComponents_Button_TextButton_Dialog_Icon
+style Widget_MaterialComponents_Button_TextButton_Icon
+style Widget_MaterialComponents_Button_TextButton_Snackbar
+style Widget_MaterialComponents_Button_UnelevatedButton
+style Widget_MaterialComponents_Button_UnelevatedButton_Icon
+style Widget_MaterialComponents_CardView
+style Widget_MaterialComponents_CheckedTextView
+style Widget_MaterialComponents_Chip_Action
+style Widget_MaterialComponents_Chip_Choice
+style Widget_MaterialComponents_Chip_Entry
+style Widget_MaterialComponents_Chip_Filter
+style Widget_MaterialComponents_ChipGroup
+style Widget_MaterialComponents_CircularProgressIndicator
+style Widget_MaterialComponents_CircularProgressIndicator_ExtraSmall
+style Widget_MaterialComponents_CircularProgressIndicator_Medium
+style Widget_MaterialComponents_CircularProgressIndicator_Small
+style Widget_MaterialComponents_CollapsingToolbar
+style Widget_MaterialComponents_CompoundButton_CheckBox
+style Widget_MaterialComponents_CompoundButton_RadioButton
+style Widget_MaterialComponents_CompoundButton_Switch
+style Widget_MaterialComponents_ExtendedFloatingActionButton
+style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon
+style Widget_MaterialComponents_FloatingActionButton
+style Widget_MaterialComponents_Light_ActionBar_Solid
+style Widget_MaterialComponents_LinearProgressIndicator
+style Widget_MaterialComponents_MaterialButtonToggleGroup
+style Widget_MaterialComponents_MaterialCalendar
+style Widget_MaterialComponents_MaterialCalendar_Day
+style Widget_MaterialComponents_MaterialCalendar_Day_Invalid
+style Widget_MaterialComponents_MaterialCalendar_Day_Selected
+style Widget_MaterialComponents_MaterialCalendar_Day_Today
+style Widget_MaterialComponents_MaterialCalendar_DayOfWeekLabel
+style Widget_MaterialComponents_MaterialCalendar_DayTextView
+style Widget_MaterialComponents_MaterialCalendar_Fullscreen
+style Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton
+style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton
+style Widget_MaterialComponents_MaterialCalendar_HeaderDivider
+style Widget_MaterialComponents_MaterialCalendar_HeaderLayout
+style Widget_MaterialComponents_MaterialCalendar_HeaderLayout_Fullscreen
+style Widget_MaterialComponents_MaterialCalendar_HeaderSelection
+style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen
+style Widget_MaterialComponents_MaterialCalendar_HeaderTitle
+style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton
+style Widget_MaterialComponents_MaterialCalendar_Item
+style Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton
+style Widget_MaterialComponents_MaterialCalendar_MonthTextView
+style Widget_MaterialComponents_MaterialCalendar_Year
+style Widget_MaterialComponents_MaterialCalendar_Year_Selected
+style Widget_MaterialComponents_MaterialCalendar_Year_Today
+style Widget_MaterialComponents_MaterialCalendar_YearNavigationButton
+style Widget_MaterialComponents_MaterialDivider
+style Widget_MaterialComponents_NavigationRailView
+style Widget_MaterialComponents_NavigationRailView_Colored
+style Widget_MaterialComponents_NavigationRailView_Colored_Compact
+style Widget_MaterialComponents_NavigationRailView_Compact
+style Widget_MaterialComponents_NavigationRailView_PrimarySurface
+style Widget_MaterialComponents_NavigationView
+style Widget_MaterialComponents_PopupMenu
+style Widget_MaterialComponents_PopupMenu_ContextMenu
+style Widget_MaterialComponents_PopupMenu_ListPopupWindow
+style Widget_MaterialComponents_PopupMenu_Overflow
+style Widget_MaterialComponents_ProgressIndicator
+style Widget_MaterialComponents_ShapeableImageView
+style Widget_MaterialComponents_Slider
+style Widget_MaterialComponents_Snackbar
+style Widget_MaterialComponents_Snackbar_FullWidth
+style Widget_MaterialComponents_Snackbar_TextView
+style Widget_MaterialComponents_TabLayout
+style Widget_MaterialComponents_TabLayout_Colored
+style Widget_MaterialComponents_TabLayout_PrimarySurface
+style Widget_MaterialComponents_TextInputEditText_FilledBox
+style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense
+style Widget_MaterialComponents_TextInputEditText_OutlinedBox
+style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense
+style Widget_MaterialComponents_TextInputLayout_FilledBox
+style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense
+style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu
+style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu
+style Widget_MaterialComponents_TextView
+style Widget_MaterialComponents_TimePicker
+style Widget_MaterialComponents_TimePicker_Button
+style Widget_MaterialComponents_TimePicker_Clock
+style Widget_MaterialComponents_TimePicker_Display
+style Widget_MaterialComponents_TimePicker_Display_Divider
+style Widget_MaterialComponents_TimePicker_Display_HelperText
+style Widget_MaterialComponents_TimePicker_Display_TextInputEditText
+style Widget_MaterialComponents_TimePicker_Display_TextInputLayout
+style Widget_MaterialComponents_TimePicker_ImageButton
+style Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance
+style Widget_MaterialComponents_Toolbar
+style Widget_MaterialComponents_Toolbar_Primary
+style Widget_MaterialComponents_Toolbar_PrimarySurface
+style Widget_MaterialComponents_Toolbar_Surface
+style Widget_MaterialComponents_Tooltip
+style Widget_Support_CoordinatorLayout
+style buttonGrey
+style textlayout
+styleable ActionBar background backgroundSplit backgroundStacked contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation customNavigationLayout displayOptions divider elevation height hideOnContentScroll homeAsUpIndicator homeLayout icon indeterminateProgressStyle itemPadding logo navigationMode popupTheme progressBarPadding progressBarStyle subtitle subtitleTextStyle title titleTextStyle
+styleable ActionBarLayout android_layout_gravity
+styleable ActionMenuItemView android_minWidth
+styleable ActionMenuView
+styleable ActionMode background backgroundSplit closeItemLayout height subtitleTextStyle titleTextStyle
+styleable ActivityChooserView expandActivityOverflowButtonDrawable initialActivityCount
+styleable AlertDialog android_layout buttonIconDimen buttonPanelSideLayout listItemLayout listLayout multiChoiceItemLayout showTitle singleChoiceItemLayout
+styleable AnimatedStateListDrawableCompat android_dither android_visible android_variablePadding android_constantSize android_enterFadeDuration android_exitFadeDuration
+styleable AnimatedStateListDrawableItem android_id android_drawable
+styleable AnimatedStateListDrawableTransition android_drawable android_toId android_fromId android_reversible
+styleable AppBarLayout android_background android_touchscreenBlocksFocus android_keyboardNavigationCluster elevation expanded liftOnScroll liftOnScrollColor liftOnScrollTargetViewId statusBarForeground
+styleable AppBarLayoutStates state_collapsed state_collapsible state_liftable state_lifted
+styleable AppBarLayout_Layout layout_scrollEffect layout_scrollFlags layout_scrollInterpolator
+styleable AppCompatEmojiHelper
+styleable AppCompatImageView android_src srcCompat tint tintMode
+styleable AppCompatSeekBar android_thumb tickMark tickMarkTint tickMarkTintMode
+styleable AppCompatTextHelper android_textAppearance android_drawableTop android_drawableBottom android_drawableLeft android_drawableRight android_drawableStart android_drawableEnd
+styleable AppCompatTextView android_textAppearance autoSizeMaxTextSize autoSizeMinTextSize autoSizePresetSizes autoSizeStepGranularity autoSizeTextType drawableBottomCompat drawableEndCompat drawableLeftCompat drawableRightCompat drawableStartCompat drawableTint drawableTintMode drawableTopCompat emojiCompatEnabled firstBaselineToTopHeight fontFamily fontVariationSettings lastBaselineToBottomHeight lineHeight textAllCaps textLocale
+styleable AppCompatTheme android_windowIsFloating android_windowAnimationStyle actionBarDivider actionBarItemBackground actionBarPopupTheme actionBarSize actionBarSplitStyle actionBarStyle actionBarTabBarStyle actionBarTabStyle actionBarTabTextStyle actionBarTheme actionBarWidgetTheme actionButtonStyle actionDropDownStyle actionMenuTextAppearance actionMenuTextColor actionModeBackground actionModeCloseButtonStyle actionModeCloseContentDescription actionModeCloseDrawable actionModeCopyDrawable actionModeCutDrawable actionModeFindDrawable actionModePasteDrawable actionModePopupWindowStyle actionModeSelectAllDrawable actionModeShareDrawable actionModeSplitBackground actionModeStyle actionModeTheme actionModeWebSearchDrawable actionOverflowButtonStyle actionOverflowMenuStyle activityChooserViewStyle alertDialogButtonGroupStyle alertDialogCenterButtons alertDialogStyle alertDialogTheme autoCompleteTextViewStyle borderlessButtonStyle buttonBarButtonStyle buttonBarNegativeButtonStyle buttonBarNeutralButtonStyle buttonBarPositiveButtonStyle buttonBarStyle buttonStyle buttonStyleSmall checkboxStyle checkedTextViewStyle colorAccent colorBackgroundFloating colorButtonNormal colorControlActivated colorControlHighlight colorControlNormal colorError colorPrimary colorPrimaryDark colorSwitchThumbNormal controlBackground dialogCornerRadius dialogPreferredPadding dialogTheme dividerHorizontal dividerVertical dropDownListViewStyle dropdownListPreferredItemHeight editTextBackground editTextColor editTextStyle homeAsUpIndicator imageButtonStyle listChoiceBackgroundIndicator listChoiceIndicatorMultipleAnimated listChoiceIndicatorSingleAnimated listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingEnd listPreferredItemPaddingLeft listPreferredItemPaddingRight listPreferredItemPaddingStart panelBackground panelMenuListTheme panelMenuListWidth popupMenuStyle popupWindowStyle radioButtonStyle ratingBarStyle ratingBarStyleIndicator ratingBarStyleSmall searchViewStyle seekBarStyle selectableItemBackground selectableItemBackgroundBorderless spinnerDropDownItemStyle spinnerStyle switchStyle textAppearanceLargePopupMenu textAppearanceListItem textAppearanceListItemSecondary textAppearanceListItemSmall textAppearancePopupMenuHeader textAppearanceSearchResultSubtitle textAppearanceSearchResultTitle textAppearanceSmallPopupMenu textColorAlertDialogListItem textColorSearchUrl toolbarNavigationButtonStyle toolbarStyle tooltipForegroundColor tooltipFrameBackground viewInflaterClass windowActionBar windowActionBarOverlay windowActionModeOverlay windowFixedHeightMajor windowFixedHeightMinor windowFixedWidthMajor windowFixedWidthMinor windowMinWidthMajor windowMinWidthMinor windowNoTitle
+styleable Badge backgroundColor badgeGravity badgeRadius badgeTextColor badgeWidePadding badgeWithTextRadius horizontalOffset horizontalOffsetWithText maxCharacterCount number verticalOffset verticalOffsetWithText
+styleable BaseProgressIndicator android_indeterminate hideAnimationBehavior indicatorColor minHideDelay showAnimationBehavior showDelay trackColor trackCornerRadius trackThickness
+styleable BottomAppBar addElevationShadow backgroundTint elevation fabAlignmentMode fabAlignmentModeEndMargin fabAnchorMode fabAnimationMode fabCradleMargin fabCradleRoundedCornerRadius fabCradleVerticalOffset hideOnScroll menuAlignmentMode navigationIconTint paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets removeEmbeddedFabElevation
+styleable BottomNavigationView android_minHeight compatShadowEnabled itemHorizontalTranslationEnabled
+styleable BottomSheetBehavior_Layout android_maxWidth android_maxHeight android_elevation backgroundTint behavior_draggable behavior_expandedOffset behavior_fitToContents behavior_halfExpandedRatio behavior_hideable behavior_peekHeight behavior_saveFlags behavior_significantVelocityThreshold behavior_skipCollapsed gestureInsetBottomIgnored marginLeftSystemWindowInsets marginRightSystemWindowInsets marginTopSystemWindowInsets paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets paddingTopSystemWindowInsets shapeAppearance shapeAppearanceOverlay shouldRemoveExpandedCorners
+styleable ButtonBarLayout allowStacking
+styleable Capability queryPatterns shortcutMatchRequired
+styleable CardView android_minWidth android_minHeight cardBackgroundColor cardCornerRadius cardElevation cardMaxElevation cardPreventCornerOverlap cardUseCompatPadding contentPadding contentPaddingBottom contentPaddingLeft contentPaddingRight contentPaddingTop
+styleable Carousel carousel_backwardTransition carousel_emptyViewsBehavior carousel_firstView carousel_forwardTransition carousel_infinite carousel_nextState carousel_previousState carousel_touchUpMode carousel_touchUp_dampeningFactor carousel_touchUp_velocityThreshold
+styleable CheckedTextView android_checkMark checkMarkCompat checkMarkTint checkMarkTintMode
+styleable Chip android_textAppearance android_textSize android_textColor android_ellipsize android_maxWidth android_text android_checkable checkedIcon checkedIconEnabled checkedIconTint checkedIconVisible chipBackgroundColor chipCornerRadius chipEndPadding chipIcon chipIconEnabled chipIconSize chipIconTint chipIconVisible chipMinHeight chipMinTouchTargetSize chipStartPadding chipStrokeColor chipStrokeWidth chipSurfaceColor closeIcon closeIconEnabled closeIconEndPadding closeIconSize closeIconStartPadding closeIconTint closeIconVisible ensureMinTouchTargetSize hideMotionSpec iconEndPadding iconStartPadding rippleColor shapeAppearance shapeAppearanceOverlay showMotionSpec textEndPadding textStartPadding
+styleable ChipGroup checkedChip chipSpacing chipSpacingHorizontal chipSpacingVertical selectionRequired singleLine singleSelection
+styleable CircularProgressIndicator indicatorDirectionCircular indicatorInset indicatorSize
+styleable ClockFaceView clockFaceBackgroundColor clockNumberTextColor
+styleable ClockHandView clockHandColor materialCircleRadius selectorSize
+styleable CollapsingToolbarLayout collapsedTitleGravity collapsedTitleTextAppearance collapsedTitleTextColor contentScrim expandedTitleGravity expandedTitleMargin expandedTitleMarginBottom expandedTitleMarginEnd expandedTitleMarginStart expandedTitleMarginTop expandedTitleTextAppearance expandedTitleTextColor extraMultilineHeightEnabled forceApplySystemWindowInsetTop maxLines scrimAnimationDuration scrimVisibleHeightTrigger statusBarScrim title titleCollapseMode titleEnabled titlePositionInterpolator titleTextEllipsize toolbarId
+styleable CollapsingToolbarLayout_Layout layout_collapseMode layout_collapseParallaxMultiplier
+styleable ColorStateListItem android_color android_alpha android_lStar alpha lStar
+styleable CompoundButton android_button buttonCompat buttonTint buttonTintMode
+styleable Constraint android_orientation android_id android_visibility android_layout_width android_layout_height android_layout_marginLeft android_layout_marginTop android_layout_marginRight android_layout_marginBottom android_maxWidth android_maxHeight android_minWidth android_minHeight android_alpha android_transformPivotX android_transformPivotY android_translationX android_translationY android_scaleX android_scaleY android_rotation android_rotationX android_rotationY android_layout_marginStart android_layout_marginEnd android_translationZ android_elevation animateCircleAngleTo animateRelativeTo barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraint_referenced_ids constraint_referenced_tags drawPath flow_firstHorizontalBias flow_firstHorizontalStyle flow_firstVerticalBias flow_firstVerticalStyle flow_horizontalAlign flow_horizontalBias flow_horizontalGap flow_horizontalStyle flow_lastHorizontalBias flow_lastHorizontalStyle flow_lastVerticalBias flow_lastVerticalStyle flow_maxElementsWrap flow_verticalAlign flow_verticalBias flow_verticalGap flow_verticalStyle flow_wrapMode guidelineUseRtl layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBaseline_toBottomOf layout_constraintBaseline_toTopOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTag layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBaseline layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_marginBaseline layout_wrapBehaviorInParent motionProgress motionStagger pathMotionArc pivotAnchor polarRelativeTo quantizeMotionInterpolator quantizeMotionPhase quantizeMotionSteps transformPivotTarget transitionEasing transitionPathRotate visibilityMode
+styleable ConstraintLayout_Layout android_orientation android_padding android_paddingLeft android_paddingTop android_paddingRight android_paddingBottom android_visibility android_layout_width android_layout_height android_layout_margin android_layout_marginLeft android_layout_marginTop android_layout_marginRight android_layout_marginBottom android_maxWidth android_maxHeight android_minWidth android_minHeight android_paddingStart android_paddingEnd android_layout_marginStart android_layout_marginEnd android_elevation android_layout_marginHorizontal android_layout_marginVertical barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl circularflow_angles circularflow_defaultAngle circularflow_defaultRadius circularflow_radiusInDP circularflow_viewCenter constraintSet constraint_referenced_ids constraint_referenced_tags flow_firstHorizontalBias flow_firstHorizontalStyle flow_firstVerticalBias flow_firstVerticalStyle flow_horizontalAlign flow_horizontalBias flow_horizontalGap flow_horizontalStyle flow_lastHorizontalBias flow_lastHorizontalStyle flow_lastVerticalBias flow_lastVerticalStyle flow_maxElementsWrap flow_verticalAlign flow_verticalBias flow_verticalGap flow_verticalStyle flow_wrapMode guidelineUseRtl layoutDescription layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBaseline_toBottomOf layout_constraintBaseline_toTopOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTag layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBaseline layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_marginBaseline layout_optimizationLevel layout_wrapBehaviorInParent
+styleable ConstraintLayout_ReactiveGuide reactiveGuide_animateChange reactiveGuide_applyToAllConstraintSets reactiveGuide_applyToConstraintSet reactiveGuide_valueId
+styleable ConstraintLayout_placeholder content placeholder_emptyVisibility
+styleable ConstraintOverride android_orientation android_id android_visibility android_layout_width android_layout_height android_layout_marginLeft android_layout_marginTop android_layout_marginRight android_layout_marginBottom android_maxWidth android_maxHeight android_minWidth android_minHeight android_alpha android_transformPivotX android_transformPivotY android_translationX android_translationY android_scaleX android_scaleY android_rotation android_rotationX android_rotationY android_layout_marginStart android_layout_marginEnd android_translationZ android_elevation animateCircleAngleTo animateRelativeTo barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraint_referenced_ids drawPath flow_firstHorizontalBias flow_firstHorizontalStyle flow_firstVerticalBias flow_firstVerticalStyle flow_horizontalAlign flow_horizontalBias flow_horizontalGap flow_horizontalStyle flow_lastHorizontalBias flow_lastHorizontalStyle flow_lastVerticalBias flow_lastVerticalStyle flow_maxElementsWrap flow_verticalAlign flow_verticalBias flow_verticalGap flow_verticalStyle flow_wrapMode guidelineUseRtl layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBottom_creator layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintRight_creator layout_constraintTag layout_constraintTop_creator layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBaseline layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_marginBaseline layout_wrapBehaviorInParent motionProgress motionStagger motionTarget pathMotionArc pivotAnchor polarRelativeTo quantizeMotionInterpolator quantizeMotionPhase quantizeMotionSteps transformPivotTarget transitionEasing transitionPathRotate visibilityMode
+styleable ConstraintSet android_orientation android_id android_visibility android_layout_width android_layout_height android_layout_marginLeft android_layout_marginTop android_layout_marginRight android_layout_marginBottom android_maxWidth android_maxHeight android_minWidth android_minHeight android_pivotX android_pivotY android_alpha android_transformPivotX android_transformPivotY android_translationX android_translationY android_scaleX android_scaleY android_rotation android_rotationX android_rotationY android_layout_marginStart android_layout_marginEnd android_translationZ android_elevation animateCircleAngleTo animateRelativeTo barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraintRotate constraint_referenced_ids constraint_referenced_tags deriveConstraintsFrom drawPath flow_firstHorizontalBias flow_firstHorizontalStyle flow_firstVerticalBias flow_firstVerticalStyle flow_horizontalAlign flow_horizontalBias flow_horizontalGap flow_horizontalStyle flow_lastHorizontalBias flow_lastHorizontalStyle flow_lastVerticalBias flow_lastVerticalStyle flow_maxElementsWrap flow_verticalAlign flow_verticalBias flow_verticalGap flow_verticalStyle flow_wrapMode guidelineUseRtl layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBaseline_toBottomOf layout_constraintBaseline_toTopOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTag layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBaseline layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_marginBaseline layout_wrapBehaviorInParent motionProgress motionStagger pathMotionArc pivotAnchor polarRelativeTo quantizeMotionSteps transitionEasing transitionPathRotate
+styleable CoordinatorLayout keylines statusBarBackground
+styleable CoordinatorLayout_Layout android_layout_gravity layout_anchor layout_anchorGravity layout_behavior layout_dodgeInsetEdges layout_insetEdge layout_keyline
+styleable CustomAttribute attributeName customBoolean customColorDrawableValue customColorValue customDimension customFloatValue customIntegerValue customPixelDimension customReference customStringValue methodName
+styleable DrawerArrowToggle arrowHeadLength arrowShaftLength barLength color drawableSize gapBetweenBars spinBars thickness
+styleable DrawerLayout elevation
+styleable ExtendedFloatingActionButton collapsedSize elevation extendMotionSpec extendStrategy hideMotionSpec showMotionSpec shrinkMotionSpec
+styleable ExtendedFloatingActionButton_Behavior_Layout behavior_autoHide behavior_autoShrink
+styleable FloatingActionButton android_enabled backgroundTint backgroundTintMode borderWidth elevation ensureMinTouchTargetSize fabCustomSize fabSize hideMotionSpec hoveredFocusedTranslationZ maxImageSize pressedTranslationZ rippleColor shapeAppearance shapeAppearanceOverlay showMotionSpec useCompatPadding
+styleable FloatingActionButton_Behavior_Layout behavior_autoHide
+styleable FlowLayout itemSpacing lineSpacing
+styleable FontFamily fontProviderAuthority fontProviderCerts fontProviderFetchStrategy fontProviderFetchTimeout fontProviderPackage fontProviderQuery fontProviderSystemFontFamily
+styleable FontFamilyFont android_font android_fontWeight android_fontStyle android_ttcIndex android_fontVariationSettings font fontStyle fontVariationSettings fontWeight ttcIndex
+styleable ForegroundLinearLayout android_foreground android_foregroundGravity foregroundInsidePadding
+styleable Fragment android_name android_id android_tag
+styleable FragmentContainerView android_name android_tag
+styleable GradientColor android_startColor android_endColor android_type android_centerX android_centerY android_gradientRadius android_tileMode android_centerColor android_startX android_startY android_endX android_endY
+styleable GradientColorItem android_color android_offset
+styleable ImageFilterView altSrc blendSrc brightness contrast crossfade imagePanX imagePanY imageRotate imageZoom overlay round roundPercent saturation warmth
+styleable Insets marginLeftSystemWindowInsets marginRightSystemWindowInsets marginTopSystemWindowInsets paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets paddingTopSystemWindowInsets
+styleable KeyAttribute android_alpha android_transformPivotX android_transformPivotY android_translationX android_translationY android_scaleX android_scaleY android_rotation android_rotationX android_rotationY android_translationZ android_elevation curveFit framePosition motionProgress motionTarget transformPivotTarget transitionEasing transitionPathRotate
+styleable KeyCycle android_alpha android_translationX android_translationY android_scaleX android_scaleY android_rotation android_rotationX android_rotationY android_translationZ android_elevation curveFit framePosition motionProgress motionTarget transitionEasing transitionPathRotate waveOffset wavePeriod wavePhase waveShape waveVariesBy
+styleable KeyFrame
+styleable KeyFramesAcceleration
+styleable KeyFramesVelocity
+styleable KeyPosition curveFit drawPath framePosition keyPositionType motionTarget pathMotionArc percentHeight percentWidth percentX percentY sizePercent transitionEasing
+styleable KeyTimeCycle android_alpha android_translationX android_translationY android_scaleX android_scaleY android_rotation android_rotationX android_rotationY android_translationZ android_elevation curveFit framePosition motionProgress motionTarget transitionEasing transitionPathRotate waveDecay waveOffset wavePeriod wavePhase waveShape
+styleable KeyTrigger framePosition motionTarget motion_postLayoutCollision motion_triggerOnCollision onCross onNegativeCross onPositiveCross triggerId triggerReceiver triggerSlack viewTransitionOnCross viewTransitionOnNegativeCross viewTransitionOnPositiveCross
+styleable Layout android_orientation android_layout_width android_layout_height android_layout_marginLeft android_layout_marginTop android_layout_marginRight android_layout_marginBottom android_layout_marginStart android_layout_marginEnd barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraint_referenced_ids constraint_referenced_tags guidelineUseRtl layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBaseline_toBottomOf layout_constraintBaseline_toTopOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBaseline layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_marginBaseline layout_wrapBehaviorInParent maxHeight maxWidth minHeight minWidth
+styleable LinearLayoutCompat android_gravity android_orientation android_baselineAligned android_baselineAlignedChildIndex android_weightSum divider dividerPadding measureWithLargestChild showDividers
+styleable LinearLayoutCompat_Layout android_layout_gravity android_layout_width android_layout_height android_layout_weight
+styleable LinearProgressIndicator indeterminateAnimationType indicatorDirectionLinear
+styleable ListPopupWindow android_dropDownHorizontalOffset android_dropDownVerticalOffset
+styleable MaterialAlertDialog backgroundInsetBottom backgroundInsetEnd backgroundInsetStart backgroundInsetTop
+styleable MaterialAlertDialogTheme materialAlertDialogBodyTextStyle materialAlertDialogButtonSpacerVisibility materialAlertDialogTheme materialAlertDialogTitleIconStyle materialAlertDialogTitlePanelStyle materialAlertDialogTitleTextStyle
+styleable MaterialAutoCompleteTextView android_inputType android_popupElevation simpleItemLayout simpleItemSelectedColor simpleItemSelectedRippleColor simpleItems
+styleable MaterialButton android_background android_insetLeft android_insetRight android_insetTop android_insetBottom android_checkable backgroundTint backgroundTintMode cornerRadius elevation icon iconGravity iconPadding iconSize iconTint iconTintMode rippleColor shapeAppearance shapeAppearanceOverlay strokeColor strokeWidth toggleCheckedStateOnClick
+styleable MaterialButtonToggleGroup android_enabled checkedButton selectionRequired singleSelection
+styleable MaterialCalendar android_windowFullscreen dayInvalidStyle daySelectedStyle dayStyle dayTodayStyle nestedScrollable rangeFillColor yearSelectedStyle yearStyle yearTodayStyle
+styleable MaterialCalendarItem android_insetLeft android_insetRight android_insetTop android_insetBottom itemFillColor itemShapeAppearance itemShapeAppearanceOverlay itemStrokeColor itemStrokeWidth itemTextColor
+styleable MaterialCardView android_checkable cardForegroundColor checkedIcon checkedIconGravity checkedIconMargin checkedIconSize checkedIconTint rippleColor shapeAppearance shapeAppearanceOverlay state_dragged strokeColor strokeWidth
+styleable MaterialCheckBox android_button buttonCompat buttonIcon buttonIconTint buttonIconTintMode buttonTint centerIfNoTextEnabled checkedState errorAccessibilityLabel errorShown useMaterialThemeColors
+styleable MaterialCheckBoxStates state_error state_indeterminate
+styleable MaterialDivider dividerColor dividerInsetEnd dividerInsetStart dividerThickness lastItemDecorated
+styleable MaterialRadioButton buttonTint useMaterialThemeColors
+styleable MaterialShape shapeAppearance shapeAppearanceOverlay
+styleable MaterialSwitch thumbIcon thumbIconTint thumbIconTintMode trackDecoration trackDecorationTint trackDecorationTintMode
+styleable MaterialTextAppearance android_letterSpacing android_lineHeight lineHeight
+styleable MaterialTextView android_textAppearance android_lineHeight lineHeight
+styleable MaterialTimePicker clockIcon keyboardIcon
+styleable MaterialToolbar logoAdjustViewBounds logoScaleType navigationIconTint subtitleCentered titleCentered
+styleable MenuGroup android_enabled android_id android_visible android_menuCategory android_orderInCategory android_checkableBehavior
+styleable MenuItem android_icon android_enabled android_id android_checked android_visible android_menuCategory android_orderInCategory android_title android_titleCondensed android_alphabeticShortcut android_numericShortcut android_checkable android_onClick actionLayout actionProviderClass actionViewClass alphabeticModifiers contentDescription iconTint iconTintMode numericModifiers showAsAction tooltipText
+styleable MenuView android_windowAnimationStyle android_itemTextAppearance android_horizontalDivider android_verticalDivider android_headerBackground android_itemBackground android_itemIconDisabledAlpha preserveIconSpacing subMenuArrow
+styleable MockView mock_diagonalsColor mock_label mock_labelBackgroundColor mock_labelColor mock_showDiagonals mock_showLabel
+styleable Motion animateCircleAngleTo animateRelativeTo drawPath motionPathRotate motionStagger pathMotionArc quantizeMotionInterpolator quantizeMotionPhase quantizeMotionSteps transitionEasing
+styleable MotionEffect motionEffect_alpha motionEffect_end motionEffect_move motionEffect_start motionEffect_strict motionEffect_translationX motionEffect_translationY motionEffect_viewTransition
+styleable MotionHelper onHide onShow
+styleable MotionLabel android_textSize android_typeface android_textStyle android_textColor android_gravity android_text android_shadowRadius android_fontFamily android_autoSizeTextType borderRound borderRoundPercent scaleFromTextSize textBackground textBackgroundPanX textBackgroundPanY textBackgroundRotate textBackgroundZoom textOutlineColor textOutlineThickness textPanX textPanY textureBlurFactor textureEffect textureHeight textureWidth
+styleable MotionLayout applyMotionScene currentState layoutDescription motionDebug motionProgress showPaths
+styleable MotionScene defaultDuration layoutDuringTransition
+styleable MotionTelltales telltales_tailColor telltales_tailScale telltales_velocityMode
+styleable NavigationBarActiveIndicator android_height android_width android_color marginHorizontal shapeAppearance
+styleable NavigationBarView backgroundTint elevation itemActiveIndicatorStyle itemBackground itemIconSize itemIconTint itemPaddingBottom itemPaddingTop itemRippleColor itemTextAppearanceActive itemTextAppearanceInactive itemTextColor labelVisibilityMode menu
+styleable NavigationRailView headerLayout itemMinHeight menuGravity paddingBottomSystemWindowInsets paddingTopSystemWindowInsets
+styleable NavigationView android_layout_gravity android_background android_fitsSystemWindows android_maxWidth bottomInsetScrimEnabled dividerInsetEnd dividerInsetStart drawerLayoutCornerSize elevation headerLayout itemBackground itemHorizontalPadding itemIconPadding itemIconSize itemIconTint itemMaxLines itemRippleColor itemShapeAppearance itemShapeAppearanceOverlay itemShapeFillColor itemShapeInsetBottom itemShapeInsetEnd itemShapeInsetStart itemShapeInsetTop itemTextAppearance itemTextColor itemVerticalPadding menu shapeAppearance shapeAppearanceOverlay subheaderColor subheaderInsetEnd subheaderInsetStart subheaderTextAppearance topInsetScrimEnabled
+styleable OnClick clickAction targetId
+styleable OnSwipe autoCompleteMode dragDirection dragScale dragThreshold limitBoundsTo maxAcceleration maxVelocity moveWhenScrollAtTop nestedScrollFlags onTouchUp rotationCenterId springBoundary springDamping springMass springStiffness springStopThreshold touchAnchorId touchAnchorSide touchRegionId
+styleable PopupWindow android_popupBackground android_popupAnimationStyle overlapAnchor
+styleable PopupWindowBackgroundState state_above_anchor
+styleable PropertySet android_visibility android_alpha layout_constraintTag motionProgress visibilityMode
+styleable RadialViewGroup materialCircleRadius
+styleable RangeSlider minSeparation values
+styleable RecycleListView paddingBottomNoButtons paddingTopNoTitle
+styleable RecyclerView android_orientation android_clipToPadding android_descendantFocusability fastScrollEnabled fastScrollHorizontalThumbDrawable fastScrollHorizontalTrackDrawable fastScrollVerticalThumbDrawable fastScrollVerticalTrackDrawable layoutManager reverseLayout spanCount stackFromEnd
+styleable ScrimInsetsFrameLayout insetForeground
+styleable ScrollingViewBehavior_Layout behavior_overlapTop
+styleable SearchBar android_textAppearance android_text android_hint defaultMarginsEnabled defaultScrollFlagsEnabled elevation forceDefaultNavigationOnClickListener hideNavigationIcon navigationIconTint strokeColor strokeWidth tintNavigationIcon
+styleable SearchView android_textAppearance android_focusable android_maxWidth android_text android_hint android_inputType android_imeOptions animateMenuItems animateNavigationIcon autoShowKeyboard closeIcon commitIcon defaultQueryHint goIcon headerLayout hideNavigationIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon searchPrefixText submitBackground suggestionRowLayout useDrawerArrowDrawable voiceIcon
+styleable ShapeAppearance cornerFamily cornerFamilyBottomLeft cornerFamilyBottomRight cornerFamilyTopLeft cornerFamilyTopRight cornerSize cornerSizeBottomLeft cornerSizeBottomRight cornerSizeTopLeft cornerSizeTopRight
+styleable ShapeableImageView contentPadding contentPaddingBottom contentPaddingEnd contentPaddingLeft contentPaddingRight contentPaddingStart contentPaddingTop shapeAppearance shapeAppearanceOverlay strokeColor strokeWidth
+styleable SideSheetBehavior_Layout android_maxWidth android_maxHeight android_elevation backgroundTint behavior_draggable coplanarSiblingViewId shapeAppearance shapeAppearanceOverlay
+styleable Slider android_enabled android_value android_stepSize android_valueFrom android_valueTo haloColor haloRadius labelBehavior labelStyle minTouchTargetSize thumbColor thumbElevation thumbRadius thumbStrokeColor thumbStrokeWidth tickColor tickColorActive tickColorInactive tickVisible trackColor trackColorActive trackColorInactive trackHeight
+styleable Snackbar snackbarButtonStyle snackbarStyle snackbarTextViewStyle
+styleable SnackbarLayout android_maxWidth actionTextColorAlpha animationMode backgroundOverlayColorAlpha backgroundTint backgroundTintMode elevation maxActionInlineWidth shapeAppearance shapeAppearanceOverlay
+styleable Spinner android_entries android_popupBackground android_prompt android_dropDownWidth popupTheme
+styleable State android_id constraints
+styleable StateListDrawable android_dither android_visible android_variablePadding android_constantSize android_enterFadeDuration android_exitFadeDuration
+styleable StateListDrawableItem android_drawable
+styleable StateSet defaultState
+styleable SwitchCompat android_textOn android_textOff android_thumb showText splitTrack switchMinWidth switchPadding switchTextAppearance thumbTextPadding thumbTint thumbTintMode track trackTint trackTintMode
+styleable SwitchMaterial useMaterialThemeColors
+styleable TabItem android_icon android_layout android_text
+styleable TabLayout tabBackground tabContentStart tabGravity tabIconTint tabIconTintMode tabIndicator tabIndicatorAnimationDuration tabIndicatorAnimationMode tabIndicatorColor tabIndicatorFullWidth tabIndicatorGravity tabIndicatorHeight tabInlineLabel tabMaxWidth tabMinWidth tabMode tabPadding tabPaddingBottom tabPaddingEnd tabPaddingStart tabPaddingTop tabRippleColor tabSelectedTextAppearance tabSelectedTextColor tabTextAppearance tabTextColor tabUnboundedRipple
+styleable TextAppearance android_textSize android_typeface android_textStyle android_textColor android_textColorHint android_textColorLink android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_fontFamily android_textFontWeight fontFamily fontVariationSettings textAllCaps textLocale
+styleable TextEffects android_textSize android_typeface android_textStyle android_text android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_fontFamily borderRound borderRoundPercent textFillColor textOutlineColor textOutlineThickness
+styleable TextInputEditText textInputLayoutFocusedRectEnabled
+styleable TextInputLayout android_enabled android_textColorHint android_maxWidth android_minWidth android_hint android_maxEms android_minEms boxBackgroundColor boxBackgroundMode boxCollapsedPaddingTop boxCornerRadiusBottomEnd boxCornerRadiusBottomStart boxCornerRadiusTopEnd boxCornerRadiusTopStart boxStrokeColor boxStrokeErrorColor boxStrokeWidth boxStrokeWidthFocused counterEnabled counterMaxLength counterOverflowTextAppearance counterOverflowTextColor counterTextAppearance counterTextColor endIconCheckable endIconContentDescription endIconDrawable endIconMinSize endIconMode endIconScaleType endIconTint endIconTintMode errorAccessibilityLiveRegion errorContentDescription errorEnabled errorIconDrawable errorIconTint errorIconTintMode errorTextAppearance errorTextColor expandedHintEnabled helperText helperTextEnabled helperTextTextAppearance helperTextTextColor hintAnimationEnabled hintEnabled hintTextAppearance hintTextColor passwordToggleContentDescription passwordToggleDrawable passwordToggleEnabled passwordToggleTint passwordToggleTintMode placeholderText placeholderTextAppearance placeholderTextColor prefixText prefixTextAppearance prefixTextColor shapeAppearance shapeAppearanceOverlay startIconCheckable startIconContentDescription startIconDrawable startIconMinSize startIconScaleType startIconTint startIconTintMode suffixText suffixTextAppearance suffixTextColor
+styleable ThemeEnforcement android_textAppearance enforceMaterialTheme enforceTextAppearance
+styleable Toolbar android_gravity android_minHeight buttonGravity collapseContentDescription collapseIcon contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation logo logoDescription maxButtonHeight menu navigationContentDescription navigationIcon popupTheme subtitle subtitleTextAppearance subtitleTextColor title titleMargin titleMarginBottom titleMarginEnd titleMarginStart titleMarginTop titleMargins titleTextAppearance titleTextColor
+styleable Tooltip android_textAppearance android_textColor android_padding android_layout_margin android_minWidth android_minHeight android_text backgroundTint
+styleable Transform android_transformPivotX android_transformPivotY android_translationX android_translationY android_scaleX android_scaleY android_rotation android_rotationX android_rotationY android_translationZ android_elevation transformPivotTarget
+styleable Transition android_id autoTransition constraintSetEnd constraintSetStart duration layoutDuringTransition motionInterpolator pathMotionArc staggered transitionDisable transitionFlags
+styleable Variant constraints region_heightLessThan region_heightMoreThan region_widthLessThan region_widthMoreThan
+styleable View android_theme android_focusable paddingEnd paddingStart theme
+styleable ViewBackgroundHelper android_background backgroundTint backgroundTintMode
+styleable ViewPager2 android_orientation
+styleable ViewStubCompat android_id android_layout android_inflatedId
+styleable ViewTransition android_id SharedValue SharedValueId clearsTag duration ifTagNotSet ifTagSet motionInterpolator motionTarget onStateTransition pathMotionArc setsTag transitionDisable upDuration viewTransitionMode
+styleable include constraintSet
+xml backup_rules
+xml data_extraction_rules
diff --git a/Revive/android app/new revive/app/build/intermediates/variant_model/debug/variant_model.json b/Revive/android app/new revive/app/build/intermediates/variant_model/debug/variant_model.json
new file mode 100644
index 000000000..d58f9ff56
Binary files /dev/null and b/Revive/android app/new revive/app/build/intermediates/variant_model/debug/variant_model.json differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab
new file mode 100644
index 000000000..67896fb91
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream
new file mode 100644
index 000000000..aa4ee7d1b
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len
new file mode 100644
index 000000000..caffe7e31
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len
new file mode 100644
index 000000000..9e27f732f
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at
new file mode 100644
index 000000000..6052dc5cc
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i
new file mode 100644
index 000000000..0127192f6
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len
new file mode 100644
index 000000000..131e26574
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab
new file mode 100644
index 000000000..fa27a9e57
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream
new file mode 100644
index 000000000..5512ef9a8
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len
new file mode 100644
index 000000000..18a21e682
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len
new file mode 100644
index 000000000..a363176c8
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at
new file mode 100644
index 000000000..275616d96
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i
new file mode 100644
index 000000000..c8f47d888
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len
new file mode 100644
index 000000000..131e26574
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab
new file mode 100644
index 000000000..368fec42c
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream
new file mode 100644
index 000000000..5512ef9a8
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len
new file mode 100644
index 000000000..18a21e682
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len
new file mode 100644
index 000000000..a363176c8
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at
new file mode 100644
index 000000000..136b24efc
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i
new file mode 100644
index 000000000..c8f47d888
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len
new file mode 100644
index 000000000..131e26574
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab
new file mode 100644
index 000000000..efb25ccde
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream
new file mode 100644
index 000000000..ef66b27dd
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len
new file mode 100644
index 000000000..3d089ed7b
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len
new file mode 100644
index 000000000..9e27f732f
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at
new file mode 100644
index 000000000..e90f2a7b1
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i
new file mode 100644
index 000000000..971b479e4
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len
new file mode 100644
index 000000000..131e26574
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab
new file mode 100644
index 000000000..db1a1a851
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.keystream b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.keystream
new file mode 100644
index 000000000..171812133
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.keystream differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.keystream.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.keystream.len
new file mode 100644
index 000000000..689ec48dc
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.keystream.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.len
new file mode 100644
index 000000000..9e27f732f
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.values.at b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.values.at
new file mode 100644
index 000000000..6af8e557b
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.values.at differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab_i b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab_i
new file mode 100644
index 000000000..a9bcae01b
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab_i differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab_i.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab_i.len
new file mode 100644
index 000000000..131e26574
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab_i.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab
new file mode 100644
index 000000000..e376b017d
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream
new file mode 100644
index 000000000..6d2c7aebd
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len
new file mode 100644
index 000000000..0f9f7d804
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len
new file mode 100644
index 000000000..817b326d9
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at
new file mode 100644
index 000000000..c72d88482
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i
new file mode 100644
index 000000000..d4005da73
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len
new file mode 100644
index 000000000..131e26574
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab
new file mode 100644
index 000000000..a65a004ce
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream
new file mode 100644
index 000000000..899ac8ae9
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len
new file mode 100644
index 000000000..5f11fc6ef
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len
new file mode 100644
index 000000000..a363176c8
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at
new file mode 100644
index 000000000..94b3ec988
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i
new file mode 100644
index 000000000..f8f44c1c3
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len
new file mode 100644
index 000000000..131e26574
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab
new file mode 100644
index 000000000..973005501
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream
new file mode 100644
index 000000000..2ccd6eca5
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len
new file mode 100644
index 000000000..7f1939e5b
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len
new file mode 100644
index 000000000..01bdaa1da
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at
new file mode 100644
index 000000000..f4840ac04
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i
new file mode 100644
index 000000000..4dd0c1319
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len
new file mode 100644
index 000000000..131e26574
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab
new file mode 100644
index 000000000..9ad04c09e
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream
new file mode 100644
index 000000000..5512ef9a8
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len
new file mode 100644
index 000000000..18a21e682
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len
new file mode 100644
index 000000000..a363176c8
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at
new file mode 100644
index 000000000..3385589a7
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i
new file mode 100644
index 000000000..c8f47d888
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len
new file mode 100644
index 000000000..131e26574
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab
new file mode 100644
index 000000000..f2c67d0c5
--- /dev/null
+++ b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab
@@ -0,0 +1,2 @@
+8
+0
\ No newline at end of file
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab
new file mode 100644
index 000000000..ce50f4791
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream
new file mode 100644
index 000000000..4b55d35af
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len
new file mode 100644
index 000000000..caffe7e31
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len
new file mode 100644
index 000000000..9e27f732f
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at
new file mode 100644
index 000000000..6a3671f42
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i
new file mode 100644
index 000000000..e37a8f2a8
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len
new file mode 100644
index 000000000..131e26574
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab
new file mode 100644
index 000000000..bcc50d19f
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream
new file mode 100644
index 000000000..ce37c138a
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len
new file mode 100644
index 000000000..d9e6aa615
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len
new file mode 100644
index 000000000..fa606b628
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at
new file mode 100644
index 000000000..e90f2a7b1
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i
new file mode 100644
index 000000000..37f0862ae
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len
new file mode 100644
index 000000000..131e26574
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab
new file mode 100644
index 000000000..cba54de9e
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream
new file mode 100644
index 000000000..92e5d8a6d
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len
new file mode 100644
index 000000000..0734a7939
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len
new file mode 100644
index 000000000..10e33611e
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at
new file mode 100644
index 000000000..8a8ad8887
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i
new file mode 100644
index 000000000..5f4cba935
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len
new file mode 100644
index 000000000..131e26574
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/last-build.bin b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/last-build.bin
new file mode 100644
index 000000000..b73845ad8
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/cacheable/last-build.bin differ
diff --git a/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/local-state/build-history.bin b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/local-state/build-history.bin
new file mode 100644
index 000000000..622f37a29
Binary files /dev/null and b/Revive/android app/new revive/app/build/kotlin/compileDebugKotlin/local-state/build-history.bin differ
diff --git a/Revive/android app/new revive/app/build/outputs/logs/manifest-merger-debug-report.txt b/Revive/android app/new revive/app/build/outputs/logs/manifest-merger-debug-report.txt
new file mode 100644
index 000000000..ab6591cce
--- /dev/null
+++ b/Revive/android app/new revive/app/build/outputs/logs/manifest-merger-debug-report.txt
@@ -0,0 +1,347 @@
+-- Merging decision tree log ---
+manifest
+ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:2:1-45:12
+INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:2:1-45:12
+INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:2:1-45:12
+INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:2:1-45:12
+MERGED from [androidx.databinding:databinding-adapters:7.4.2] C:\Users\mhmdw\.gradle\caches\transforms-3\6d0dbda33d1ff2e38283df644a1201c1\transformed\databinding-adapters-7.4.2\AndroidManifest.xml:2:1-7:12
+MERGED from [androidx.databinding:databinding-ktx:7.4.2] C:\Users\mhmdw\.gradle\caches\transforms-3\ca55361dd8be3251d24fdcb10238c9ca\transformed\databinding-ktx-7.4.2\AndroidManifest.xml:2:1-7:12
+MERGED from [androidx.databinding:databinding-runtime:7.4.2] C:\Users\mhmdw\.gradle\caches\transforms-3\a9df7b1a3bd81c577980b02a3cdf93e5\transformed\databinding-runtime-7.4.2\AndroidManifest.xml:2:1-7:12
+MERGED from [androidx.databinding:viewbinding:7.4.2] C:\Users\mhmdw\.gradle\caches\transforms-3\b8b6f94dcc7c1d91eeca023906e68100\transformed\viewbinding-7.4.2\AndroidManifest.xml:2:1-7:12
+MERGED from [io.reactivex.rxjava3:rxandroid:3.0.2] C:\Users\mhmdw\.gradle\caches\transforms-3\e3397d746f2bb6f6ec9ac81b3afac51e\transformed\rxandroid-3.0.2\AndroidManifest.xml:15:1-20:12
+MERGED from [com.google.android.material:material:1.8.0] C:\Users\mhmdw\.gradle\caches\transforms-3\ba1adc2e168544d23120aab62933f31a\transformed\material-1.8.0\AndroidManifest.xml:17:1-26:12
+MERGED from [androidx.viewpager2:viewpager2:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\5a9b0554314668bce808b35620de1e29\transformed\viewpager2-1.0.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.recyclerview:recyclerview:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\500a4483577f2326a6dc8b3d4f3a7cb9\transformed\recyclerview-1.2.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.cardview:cardview:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\6c08baa0bea61ec551c6f754984e5893\transformed\cardview-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.lifecycle:lifecycle-extensions:2.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\102627b0c61b460b5c9907ff9ef0eee5\transformed\lifecycle-extensions-2.2.0\AndroidManifest.xml:17:1-27:12
+MERGED from [androidx.room:room-ktx:2.5.0] C:\Users\mhmdw\.gradle\caches\transforms-3\023039bab33fb4f106f70f47b9654cf3\transformed\room-ktx-2.5.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.room:room-runtime:2.5.0] C:\Users\mhmdw\.gradle\caches\transforms-3\08043ae54b78957051ff6ee89e62aef7\transformed\room-runtime-2.5.0\AndroidManifest.xml:17:1-31:12
+MERGED from [androidx.lifecycle:lifecycle-runtime-ktx:2.4.0] C:\Users\mhmdw\.gradle\caches\transforms-3\9d131dab6d60f098715f72b82618a27c\transformed\lifecycle-runtime-ktx-2.4.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.constraintlayout:constraintlayout:2.1.4] C:\Users\mhmdw\.gradle\caches\transforms-3\6172d78507150ca373b92c11337d7c2d\transformed\constraintlayout-2.1.4\AndroidManifest.xml:2:1-11:12
+MERGED from [androidx.appcompat:appcompat-resources:1.6.1] C:\Users\mhmdw\.gradle\caches\transforms-3\24775e194037b038106a6f3a0f020c5d\transformed\appcompat-resources-1.6.1\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.appcompat:appcompat:1.6.1] C:\Users\mhmdw\.gradle\caches\transforms-3\9568ec7a10fd9c3c615a39ff629c863e\transformed\appcompat-1.6.1\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.fragment:fragment:1.3.6] C:\Users\mhmdw\.gradle\caches\transforms-3\a8337ea5b894f177ef65cc3f62a9cf1b\transformed\fragment-1.3.6\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.activity:activity:1.6.0] C:\Users\mhmdw\.gradle\caches\transforms-3\1e07c1ec9407da55c1fa77a9193ae1a7\transformed\activity-1.6.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.dynamicanimation:dynamicanimation:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\709cec8f7899248ff1966d10f26663a1\transformed\dynamicanimation-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.legacy:legacy-support-core-utils:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\83ba1e93cb196090e253ac66284d048d\transformed\legacy-support-core-utils-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.loader:loader:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\0a52651e093d7fbf3506872a968b75e3\transformed\loader-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.5.1] C:\Users\mhmdw\.gradle\caches\transforms-3\c10ecf7f682300caa3aa2f0584222018\transformed\lifecycle-viewmodel-2.5.1\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1] C:\Users\mhmdw\.gradle\caches\transforms-3\be535a7c0e2ad7be2532f6e8cfdce430\transformed\lifecycle-viewmodel-savedstate-2.5.1\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.emoji2:emoji2-views-helper:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\7c39f8b1e9af141406897f0f530c3b91\transformed\emoji2-views-helper-1.2.0\AndroidManifest.xml:2:1-7:12
+MERGED from [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\4148490eee85d16fb306c3b08a6ac768\transformed\emoji2-1.2.0\AndroidManifest.xml:17:1-35:12
+MERGED from [androidx.drawerlayout:drawerlayout:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\976df4b0de86f92a569668ce15837b9c\transformed\drawerlayout-1.1.1\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\d6901ee161ee5980d036f5a45d9f6227\transformed\coordinatorlayout-1.1.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.transition:transition:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\6f71cb91051ae42b53e9b5c68a61bb0f\transformed\transition-1.2.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.vectordrawable:vectordrawable-animated:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2aa14d8fab094a4d9bede132a595ba92\transformed\vectordrawable-animated-1.1.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.vectordrawable:vectordrawable:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\a706ec7c79210966418c1ecd1b5c8b79\transformed\vectordrawable-1.1.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.viewpager:viewpager:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\631b6c7ebc8700e15aba327063456c88\transformed\viewpager-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.customview:customview:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\cfaf6e3d814da9179757671584e1228c\transformed\customview-1.1.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2e11ca9bbba524264a6e297c84586031\transformed\core-1.9.0\AndroidManifest.xml:17:1-30:12
+MERGED from [androidx.core:core-ktx:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\28c95c17c1f2330a1bf37a7d1d91f7d7\transformed\core-ktx-1.9.0\AndroidManifest.xml:2:1-7:12
+MERGED from [androidx.lifecycle:lifecycle-livedata:2.4.0] C:\Users\mhmdw\.gradle\caches\transforms-3\bce3bff1d66a2073c3f5f216a8932d91\transformed\lifecycle-livedata-2.4.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.lifecycle:lifecycle-service:2.4.0] C:\Users\mhmdw\.gradle\caches\transforms-3\660bfbb427db16dc03ac39962e882c98\transformed\lifecycle-service-2.4.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\43003ee789e6d1cefa4dd4ba8c919f26\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:17:1-37:12
+MERGED from [androidx.lifecycle:lifecycle-runtime:2.5.1] C:\Users\mhmdw\.gradle\caches\transforms-3\13aec79f88889cfd05a6c912d1cc0162\transformed\lifecycle-runtime-2.5.1\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.5.1] C:\Users\mhmdw\.gradle\caches\transforms-3\07b6722fe7b9fddb62f5e6cfdfdaa1ee\transformed\lifecycle-livedata-core-2.5.1\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.arch.core:core-runtime:2.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\7f12863970efcc909173286663cba5bc\transformed\core-runtime-2.1.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.savedstate:savedstate:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\422515258352a9a6bd7a26c7df375a4f\transformed\savedstate-1.2.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\601acd7d6462ae0f785e886c1ece7194\transformed\cursoradapter-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\b857015afc9a9bfd586e9856bdbd6ea7\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:17:1-27:12
+MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\b2b41311ea65eaf65466ff497481a393\transformed\startup-runtime-1.1.1\AndroidManifest.xml:17:1-33:12
+MERGED from [androidx.tracing:tracing:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\e3c3f7a3eb794c315a4c642c40b9b879\transformed\tracing-1.0.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.sqlite:sqlite-framework:2.3.0] C:\Users\mhmdw\.gradle\caches\transforms-3\ccefd8cf376795b1e5fcc0389a89e704\transformed\sqlite-framework-2.3.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.sqlite:sqlite:2.3.0] C:\Users\mhmdw\.gradle\caches\transforms-3\d09e746718c446cd72584e81d249e631\transformed\sqlite-2.3.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.interpolator:interpolator:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\827be8552d13907c582e19ed7e49935f\transformed\interpolator-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.documentfile:documentfile:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\d6abb690ec2cfede9c98741eb401461e\transformed\documentfile-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\55f803f48f497416c6ee10545dd29f04\transformed\localbroadcastmanager-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.print:print:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\c191681cb4694844e6bb01616257cd6a\transformed\print-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.annotation:annotation-experimental:1.3.0] C:\Users\mhmdw\.gradle\caches\transforms-3\5d3e1eefc644f56b1a9316697d11bae0\transformed\annotation-experimental-1.3.0\AndroidManifest.xml:17:1-22:12
+INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:2:1-45:12
+INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:2:1-45:12
+INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:2:1-45:12
+ package
+ INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:2:1-45:12
+ INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml
+ android:versionName
+ INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:2:1-45:12
+ INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml
+ xmlns:tools
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:3:5-51
+ android:versionCode
+ INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:2:1-45:12
+ INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml
+ xmlns:android
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:2:11-69
+uses-permission#android.permission.INTERNET
+ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:5:5-67
+ android:name
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:5:22-64
+uses-permission#android.permission.ACCESS_NETWORK_STATE
+ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:6:5-79
+ android:name
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:6:22-76
+uses-permission#android.permission.POST_NOTIFICATIONS
+ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:8:5-77
+ android:name
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:8:22-74
+application
+ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:10:5-43:19
+MERGED from [com.google.android.material:material:1.8.0] C:\Users\mhmdw\.gradle\caches\transforms-3\ba1adc2e168544d23120aab62933f31a\transformed\material-1.8.0\AndroidManifest.xml:24:5-20
+MERGED from [com.google.android.material:material:1.8.0] C:\Users\mhmdw\.gradle\caches\transforms-3\ba1adc2e168544d23120aab62933f31a\transformed\material-1.8.0\AndroidManifest.xml:24:5-20
+MERGED from [androidx.lifecycle:lifecycle-extensions:2.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\102627b0c61b460b5c9907ff9ef0eee5\transformed\lifecycle-extensions-2.2.0\AndroidManifest.xml:24:5-25:19
+MERGED from [androidx.lifecycle:lifecycle-extensions:2.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\102627b0c61b460b5c9907ff9ef0eee5\transformed\lifecycle-extensions-2.2.0\AndroidManifest.xml:24:5-25:19
+MERGED from [androidx.room:room-runtime:2.5.0] C:\Users\mhmdw\.gradle\caches\transforms-3\08043ae54b78957051ff6ee89e62aef7\transformed\room-runtime-2.5.0\AndroidManifest.xml:23:5-29:19
+MERGED from [androidx.room:room-runtime:2.5.0] C:\Users\mhmdw\.gradle\caches\transforms-3\08043ae54b78957051ff6ee89e62aef7\transformed\room-runtime-2.5.0\AndroidManifest.xml:23:5-29:19
+MERGED from [androidx.constraintlayout:constraintlayout:2.1.4] C:\Users\mhmdw\.gradle\caches\transforms-3\6172d78507150ca373b92c11337d7c2d\transformed\constraintlayout-2.1.4\AndroidManifest.xml:9:5-20
+MERGED from [androidx.constraintlayout:constraintlayout:2.1.4] C:\Users\mhmdw\.gradle\caches\transforms-3\6172d78507150ca373b92c11337d7c2d\transformed\constraintlayout-2.1.4\AndroidManifest.xml:9:5-20
+MERGED from [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\4148490eee85d16fb306c3b08a6ac768\transformed\emoji2-1.2.0\AndroidManifest.xml:23:5-33:19
+MERGED from [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\4148490eee85d16fb306c3b08a6ac768\transformed\emoji2-1.2.0\AndroidManifest.xml:23:5-33:19
+MERGED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2e11ca9bbba524264a6e297c84586031\transformed\core-1.9.0\AndroidManifest.xml:28:5-89
+MERGED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2e11ca9bbba524264a6e297c84586031\transformed\core-1.9.0\AndroidManifest.xml:28:5-89
+MERGED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\43003ee789e6d1cefa4dd4ba8c919f26\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:25:5-35:19
+MERGED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\43003ee789e6d1cefa4dd4ba8c919f26\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:25:5-35:19
+MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\b857015afc9a9bfd586e9856bdbd6ea7\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:24:5-25:19
+MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\b857015afc9a9bfd586e9856bdbd6ea7\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:24:5-25:19
+MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\b2b41311ea65eaf65466ff497481a393\transformed\startup-runtime-1.1.1\AndroidManifest.xml:25:5-31:19
+MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\b2b41311ea65eaf65466ff497481a393\transformed\startup-runtime-1.1.1\AndroidManifest.xml:25:5-31:19
+ android:appComponentFactory
+ ADDED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2e11ca9bbba524264a6e297c84586031\transformed\core-1.9.0\AndroidManifest.xml:28:18-86
+ android:supportsRtl
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:16:9-35
+ android:label
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:15:9-41
+ android:fullBackupContent
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:13:9-54
+ tools:targetApi
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:18:9-29
+ android:icon
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:14:9-43
+ android:allowBackup
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:11:9-35
+ android:theme
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:17:9-47
+ android:dataExtractionRules
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:12:9-65
+activity#com.example.newrevive.Activites.DoctorPostActivity
+ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:19:9-21:40
+ android:exported
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:21:13-37
+ android:name
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:20:13-57
+activity#com.example.newrevive.Activites.MyTasksActivity
+ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:22:9-24:40
+ android:exported
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:24:13-37
+ android:name
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:23:13-54
+activity#com.example.newrevive.Activites.RegisterActivity
+ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:25:9-27:40
+ android:exported
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:27:13-37
+ android:name
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:26:13-55
+activity#com.example.newrevive.Activites.HomeActivity
+ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:28:9-30:40
+ android:exported
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:30:13-37
+ android:name
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:29:13-51
+activity#com.example.newrevive.Activites.LoginActivity
+ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:31:9-33:40
+ android:exported
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:33:13-37
+ android:name
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:32:13-52
+activity#com.example.newrevive.Activites.MainActivity
+ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:34:9-42:20
+ android:exported
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:36:13-36
+ android:name
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:35:13-51
+intent-filter#action:name:android.intent.action.MAIN+category:name:android.intent.category.LAUNCHER
+ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:37:13-41:29
+action#android.intent.action.MAIN
+ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:38:17-69
+ android:name
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:38:25-66
+category#android.intent.category.LAUNCHER
+ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:40:17-77
+ android:name
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml:40:27-74
+uses-sdk
+INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml reason: use-sdk injection requested
+INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml
+INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml
+MERGED from [androidx.databinding:databinding-adapters:7.4.2] C:\Users\mhmdw\.gradle\caches\transforms-3\6d0dbda33d1ff2e38283df644a1201c1\transformed\databinding-adapters-7.4.2\AndroidManifest.xml:5:5-44
+MERGED from [androidx.databinding:databinding-adapters:7.4.2] C:\Users\mhmdw\.gradle\caches\transforms-3\6d0dbda33d1ff2e38283df644a1201c1\transformed\databinding-adapters-7.4.2\AndroidManifest.xml:5:5-44
+MERGED from [androidx.databinding:databinding-ktx:7.4.2] C:\Users\mhmdw\.gradle\caches\transforms-3\ca55361dd8be3251d24fdcb10238c9ca\transformed\databinding-ktx-7.4.2\AndroidManifest.xml:5:5-44
+MERGED from [androidx.databinding:databinding-ktx:7.4.2] C:\Users\mhmdw\.gradle\caches\transforms-3\ca55361dd8be3251d24fdcb10238c9ca\transformed\databinding-ktx-7.4.2\AndroidManifest.xml:5:5-44
+MERGED from [androidx.databinding:databinding-runtime:7.4.2] C:\Users\mhmdw\.gradle\caches\transforms-3\a9df7b1a3bd81c577980b02a3cdf93e5\transformed\databinding-runtime-7.4.2\AndroidManifest.xml:5:5-44
+MERGED from [androidx.databinding:databinding-runtime:7.4.2] C:\Users\mhmdw\.gradle\caches\transforms-3\a9df7b1a3bd81c577980b02a3cdf93e5\transformed\databinding-runtime-7.4.2\AndroidManifest.xml:5:5-44
+MERGED from [androidx.databinding:viewbinding:7.4.2] C:\Users\mhmdw\.gradle\caches\transforms-3\b8b6f94dcc7c1d91eeca023906e68100\transformed\viewbinding-7.4.2\AndroidManifest.xml:5:5-44
+MERGED from [androidx.databinding:viewbinding:7.4.2] C:\Users\mhmdw\.gradle\caches\transforms-3\b8b6f94dcc7c1d91eeca023906e68100\transformed\viewbinding-7.4.2\AndroidManifest.xml:5:5-44
+MERGED from [io.reactivex.rxjava3:rxandroid:3.0.2] C:\Users\mhmdw\.gradle\caches\transforms-3\e3397d746f2bb6f6ec9ac81b3afac51e\transformed\rxandroid-3.0.2\AndroidManifest.xml:18:5-43
+MERGED from [io.reactivex.rxjava3:rxandroid:3.0.2] C:\Users\mhmdw\.gradle\caches\transforms-3\e3397d746f2bb6f6ec9ac81b3afac51e\transformed\rxandroid-3.0.2\AndroidManifest.xml:18:5-43
+MERGED from [com.google.android.material:material:1.8.0] C:\Users\mhmdw\.gradle\caches\transforms-3\ba1adc2e168544d23120aab62933f31a\transformed\material-1.8.0\AndroidManifest.xml:20:5-22:41
+MERGED from [com.google.android.material:material:1.8.0] C:\Users\mhmdw\.gradle\caches\transforms-3\ba1adc2e168544d23120aab62933f31a\transformed\material-1.8.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.viewpager2:viewpager2:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\5a9b0554314668bce808b35620de1e29\transformed\viewpager2-1.0.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.viewpager2:viewpager2:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\5a9b0554314668bce808b35620de1e29\transformed\viewpager2-1.0.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.recyclerview:recyclerview:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\500a4483577f2326a6dc8b3d4f3a7cb9\transformed\recyclerview-1.2.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.recyclerview:recyclerview:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\500a4483577f2326a6dc8b3d4f3a7cb9\transformed\recyclerview-1.2.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.cardview:cardview:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\6c08baa0bea61ec551c6f754984e5893\transformed\cardview-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.cardview:cardview:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\6c08baa0bea61ec551c6f754984e5893\transformed\cardview-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.lifecycle:lifecycle-extensions:2.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\102627b0c61b460b5c9907ff9ef0eee5\transformed\lifecycle-extensions-2.2.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-extensions:2.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\102627b0c61b460b5c9907ff9ef0eee5\transformed\lifecycle-extensions-2.2.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.room:room-ktx:2.5.0] C:\Users\mhmdw\.gradle\caches\transforms-3\023039bab33fb4f106f70f47b9654cf3\transformed\room-ktx-2.5.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.room:room-ktx:2.5.0] C:\Users\mhmdw\.gradle\caches\transforms-3\023039bab33fb4f106f70f47b9654cf3\transformed\room-ktx-2.5.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.room:room-runtime:2.5.0] C:\Users\mhmdw\.gradle\caches\transforms-3\08043ae54b78957051ff6ee89e62aef7\transformed\room-runtime-2.5.0\AndroidManifest.xml:21:5-44
+MERGED from [androidx.room:room-runtime:2.5.0] C:\Users\mhmdw\.gradle\caches\transforms-3\08043ae54b78957051ff6ee89e62aef7\transformed\room-runtime-2.5.0\AndroidManifest.xml:21:5-44
+MERGED from [androidx.lifecycle:lifecycle-runtime-ktx:2.4.0] C:\Users\mhmdw\.gradle\caches\transforms-3\9d131dab6d60f098715f72b82618a27c\transformed\lifecycle-runtime-ktx-2.4.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-runtime-ktx:2.4.0] C:\Users\mhmdw\.gradle\caches\transforms-3\9d131dab6d60f098715f72b82618a27c\transformed\lifecycle-runtime-ktx-2.4.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.constraintlayout:constraintlayout:2.1.4] C:\Users\mhmdw\.gradle\caches\transforms-3\6172d78507150ca373b92c11337d7c2d\transformed\constraintlayout-2.1.4\AndroidManifest.xml:5:5-7:41
+MERGED from [androidx.constraintlayout:constraintlayout:2.1.4] C:\Users\mhmdw\.gradle\caches\transforms-3\6172d78507150ca373b92c11337d7c2d\transformed\constraintlayout-2.1.4\AndroidManifest.xml:5:5-7:41
+MERGED from [androidx.appcompat:appcompat-resources:1.6.1] C:\Users\mhmdw\.gradle\caches\transforms-3\24775e194037b038106a6f3a0f020c5d\transformed\appcompat-resources-1.6.1\AndroidManifest.xml:20:5-44
+MERGED from [androidx.appcompat:appcompat-resources:1.6.1] C:\Users\mhmdw\.gradle\caches\transforms-3\24775e194037b038106a6f3a0f020c5d\transformed\appcompat-resources-1.6.1\AndroidManifest.xml:20:5-44
+MERGED from [androidx.appcompat:appcompat:1.6.1] C:\Users\mhmdw\.gradle\caches\transforms-3\9568ec7a10fd9c3c615a39ff629c863e\transformed\appcompat-1.6.1\AndroidManifest.xml:20:5-44
+MERGED from [androidx.appcompat:appcompat:1.6.1] C:\Users\mhmdw\.gradle\caches\transforms-3\9568ec7a10fd9c3c615a39ff629c863e\transformed\appcompat-1.6.1\AndroidManifest.xml:20:5-44
+MERGED from [androidx.fragment:fragment:1.3.6] C:\Users\mhmdw\.gradle\caches\transforms-3\a8337ea5b894f177ef65cc3f62a9cf1b\transformed\fragment-1.3.6\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.fragment:fragment:1.3.6] C:\Users\mhmdw\.gradle\caches\transforms-3\a8337ea5b894f177ef65cc3f62a9cf1b\transformed\fragment-1.3.6\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.activity:activity:1.6.0] C:\Users\mhmdw\.gradle\caches\transforms-3\1e07c1ec9407da55c1fa77a9193ae1a7\transformed\activity-1.6.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.activity:activity:1.6.0] C:\Users\mhmdw\.gradle\caches\transforms-3\1e07c1ec9407da55c1fa77a9193ae1a7\transformed\activity-1.6.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.dynamicanimation:dynamicanimation:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\709cec8f7899248ff1966d10f26663a1\transformed\dynamicanimation-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.dynamicanimation:dynamicanimation:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\709cec8f7899248ff1966d10f26663a1\transformed\dynamicanimation-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.legacy:legacy-support-core-utils:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\83ba1e93cb196090e253ac66284d048d\transformed\legacy-support-core-utils-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.legacy:legacy-support-core-utils:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\83ba1e93cb196090e253ac66284d048d\transformed\legacy-support-core-utils-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.loader:loader:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\0a52651e093d7fbf3506872a968b75e3\transformed\loader-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.loader:loader:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\0a52651e093d7fbf3506872a968b75e3\transformed\loader-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.5.1] C:\Users\mhmdw\.gradle\caches\transforms-3\c10ecf7f682300caa3aa2f0584222018\transformed\lifecycle-viewmodel-2.5.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.5.1] C:\Users\mhmdw\.gradle\caches\transforms-3\c10ecf7f682300caa3aa2f0584222018\transformed\lifecycle-viewmodel-2.5.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1] C:\Users\mhmdw\.gradle\caches\transforms-3\be535a7c0e2ad7be2532f6e8cfdce430\transformed\lifecycle-viewmodel-savedstate-2.5.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1] C:\Users\mhmdw\.gradle\caches\transforms-3\be535a7c0e2ad7be2532f6e8cfdce430\transformed\lifecycle-viewmodel-savedstate-2.5.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.emoji2:emoji2-views-helper:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\7c39f8b1e9af141406897f0f530c3b91\transformed\emoji2-views-helper-1.2.0\AndroidManifest.xml:5:5-44
+MERGED from [androidx.emoji2:emoji2-views-helper:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\7c39f8b1e9af141406897f0f530c3b91\transformed\emoji2-views-helper-1.2.0\AndroidManifest.xml:5:5-44
+MERGED from [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\4148490eee85d16fb306c3b08a6ac768\transformed\emoji2-1.2.0\AndroidManifest.xml:21:5-44
+MERGED from [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\4148490eee85d16fb306c3b08a6ac768\transformed\emoji2-1.2.0\AndroidManifest.xml:21:5-44
+MERGED from [androidx.drawerlayout:drawerlayout:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\976df4b0de86f92a569668ce15837b9c\transformed\drawerlayout-1.1.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.drawerlayout:drawerlayout:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\976df4b0de86f92a569668ce15837b9c\transformed\drawerlayout-1.1.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\d6901ee161ee5980d036f5a45d9f6227\transformed\coordinatorlayout-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\d6901ee161ee5980d036f5a45d9f6227\transformed\coordinatorlayout-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.transition:transition:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\6f71cb91051ae42b53e9b5c68a61bb0f\transformed\transition-1.2.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.transition:transition:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\6f71cb91051ae42b53e9b5c68a61bb0f\transformed\transition-1.2.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.vectordrawable:vectordrawable-animated:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2aa14d8fab094a4d9bede132a595ba92\transformed\vectordrawable-animated-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.vectordrawable:vectordrawable-animated:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2aa14d8fab094a4d9bede132a595ba92\transformed\vectordrawable-animated-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.vectordrawable:vectordrawable:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\a706ec7c79210966418c1ecd1b5c8b79\transformed\vectordrawable-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.vectordrawable:vectordrawable:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\a706ec7c79210966418c1ecd1b5c8b79\transformed\vectordrawable-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.viewpager:viewpager:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\631b6c7ebc8700e15aba327063456c88\transformed\viewpager-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.viewpager:viewpager:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\631b6c7ebc8700e15aba327063456c88\transformed\viewpager-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.customview:customview:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\cfaf6e3d814da9179757671584e1228c\transformed\customview-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.customview:customview:1.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\cfaf6e3d814da9179757671584e1228c\transformed\customview-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2e11ca9bbba524264a6e297c84586031\transformed\core-1.9.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2e11ca9bbba524264a6e297c84586031\transformed\core-1.9.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.core:core-ktx:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\28c95c17c1f2330a1bf37a7d1d91f7d7\transformed\core-ktx-1.9.0\AndroidManifest.xml:5:5-44
+MERGED from [androidx.core:core-ktx:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\28c95c17c1f2330a1bf37a7d1d91f7d7\transformed\core-ktx-1.9.0\AndroidManifest.xml:5:5-44
+MERGED from [androidx.lifecycle:lifecycle-livedata:2.4.0] C:\Users\mhmdw\.gradle\caches\transforms-3\bce3bff1d66a2073c3f5f216a8932d91\transformed\lifecycle-livedata-2.4.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-livedata:2.4.0] C:\Users\mhmdw\.gradle\caches\transforms-3\bce3bff1d66a2073c3f5f216a8932d91\transformed\lifecycle-livedata-2.4.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-service:2.4.0] C:\Users\mhmdw\.gradle\caches\transforms-3\660bfbb427db16dc03ac39962e882c98\transformed\lifecycle-service-2.4.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-service:2.4.0] C:\Users\mhmdw\.gradle\caches\transforms-3\660bfbb427db16dc03ac39962e882c98\transformed\lifecycle-service-2.4.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\43003ee789e6d1cefa4dd4ba8c919f26\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:21:5-23:41
+MERGED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\43003ee789e6d1cefa4dd4ba8c919f26\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:21:5-23:41
+MERGED from [androidx.lifecycle:lifecycle-runtime:2.5.1] C:\Users\mhmdw\.gradle\caches\transforms-3\13aec79f88889cfd05a6c912d1cc0162\transformed\lifecycle-runtime-2.5.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-runtime:2.5.1] C:\Users\mhmdw\.gradle\caches\transforms-3\13aec79f88889cfd05a6c912d1cc0162\transformed\lifecycle-runtime-2.5.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.5.1] C:\Users\mhmdw\.gradle\caches\transforms-3\07b6722fe7b9fddb62f5e6cfdfdaa1ee\transformed\lifecycle-livedata-core-2.5.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.5.1] C:\Users\mhmdw\.gradle\caches\transforms-3\07b6722fe7b9fddb62f5e6cfdfdaa1ee\transformed\lifecycle-livedata-core-2.5.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.arch.core:core-runtime:2.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\7f12863970efcc909173286663cba5bc\transformed\core-runtime-2.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.arch.core:core-runtime:2.1.0] C:\Users\mhmdw\.gradle\caches\transforms-3\7f12863970efcc909173286663cba5bc\transformed\core-runtime-2.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.savedstate:savedstate:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\422515258352a9a6bd7a26c7df375a4f\transformed\savedstate-1.2.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.savedstate:savedstate:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\422515258352a9a6bd7a26c7df375a4f\transformed\savedstate-1.2.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\601acd7d6462ae0f785e886c1ece7194\transformed\cursoradapter-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\601acd7d6462ae0f785e886c1ece7194\transformed\cursoradapter-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\b857015afc9a9bfd586e9856bdbd6ea7\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\b857015afc9a9bfd586e9856bdbd6ea7\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\b2b41311ea65eaf65466ff497481a393\transformed\startup-runtime-1.1.1\AndroidManifest.xml:21:5-23:41
+MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\b2b41311ea65eaf65466ff497481a393\transformed\startup-runtime-1.1.1\AndroidManifest.xml:21:5-23:41
+MERGED from [androidx.tracing:tracing:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\e3c3f7a3eb794c315a4c642c40b9b879\transformed\tracing-1.0.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.tracing:tracing:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\e3c3f7a3eb794c315a4c642c40b9b879\transformed\tracing-1.0.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.sqlite:sqlite-framework:2.3.0] C:\Users\mhmdw\.gradle\caches\transforms-3\ccefd8cf376795b1e5fcc0389a89e704\transformed\sqlite-framework-2.3.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.sqlite:sqlite-framework:2.3.0] C:\Users\mhmdw\.gradle\caches\transforms-3\ccefd8cf376795b1e5fcc0389a89e704\transformed\sqlite-framework-2.3.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.sqlite:sqlite:2.3.0] C:\Users\mhmdw\.gradle\caches\transforms-3\d09e746718c446cd72584e81d249e631\transformed\sqlite-2.3.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.sqlite:sqlite:2.3.0] C:\Users\mhmdw\.gradle\caches\transforms-3\d09e746718c446cd72584e81d249e631\transformed\sqlite-2.3.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.interpolator:interpolator:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\827be8552d13907c582e19ed7e49935f\transformed\interpolator-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.interpolator:interpolator:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\827be8552d13907c582e19ed7e49935f\transformed\interpolator-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.documentfile:documentfile:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\d6abb690ec2cfede9c98741eb401461e\transformed\documentfile-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.documentfile:documentfile:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\d6abb690ec2cfede9c98741eb401461e\transformed\documentfile-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\55f803f48f497416c6ee10545dd29f04\transformed\localbroadcastmanager-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\55f803f48f497416c6ee10545dd29f04\transformed\localbroadcastmanager-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.print:print:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\c191681cb4694844e6bb01616257cd6a\transformed\print-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.print:print:1.0.0] C:\Users\mhmdw\.gradle\caches\transforms-3\c191681cb4694844e6bb01616257cd6a\transformed\print-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.annotation:annotation-experimental:1.3.0] C:\Users\mhmdw\.gradle\caches\transforms-3\5d3e1eefc644f56b1a9316697d11bae0\transformed\annotation-experimental-1.3.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.annotation:annotation-experimental:1.3.0] C:\Users\mhmdw\.gradle\caches\transforms-3\5d3e1eefc644f56b1a9316697d11bae0\transformed\annotation-experimental-1.3.0\AndroidManifest.xml:20:5-44
+INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml
+INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml
+ android:targetSdkVersion
+ INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml
+ INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml
+ android:minSdkVersion
+ INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml
+ ADDED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml
+ INJECTED from E:\graduation\Revive_My_Memory\Revive\android app\new revive\app\src\main\AndroidManifest.xml
+service#androidx.room.MultiInstanceInvalidationService
+ADDED from [androidx.room:room-runtime:2.5.0] C:\Users\mhmdw\.gradle\caches\transforms-3\08043ae54b78957051ff6ee89e62aef7\transformed\room-runtime-2.5.0\AndroidManifest.xml:24:9-28:63
+ android:exported
+ ADDED from [androidx.room:room-runtime:2.5.0] C:\Users\mhmdw\.gradle\caches\transforms-3\08043ae54b78957051ff6ee89e62aef7\transformed\room-runtime-2.5.0\AndroidManifest.xml:27:13-37
+ tools:ignore
+ ADDED from [androidx.room:room-runtime:2.5.0] C:\Users\mhmdw\.gradle\caches\transforms-3\08043ae54b78957051ff6ee89e62aef7\transformed\room-runtime-2.5.0\AndroidManifest.xml:28:13-60
+ android:directBootAware
+ ADDED from [androidx.room:room-runtime:2.5.0] C:\Users\mhmdw\.gradle\caches\transforms-3\08043ae54b78957051ff6ee89e62aef7\transformed\room-runtime-2.5.0\AndroidManifest.xml:26:13-43
+ android:name
+ ADDED from [androidx.room:room-runtime:2.5.0] C:\Users\mhmdw\.gradle\caches\transforms-3\08043ae54b78957051ff6ee89e62aef7\transformed\room-runtime-2.5.0\AndroidManifest.xml:25:13-74
+provider#androidx.startup.InitializationProvider
+ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\4148490eee85d16fb306c3b08a6ac768\transformed\emoji2-1.2.0\AndroidManifest.xml:24:9-32:20
+MERGED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\43003ee789e6d1cefa4dd4ba8c919f26\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:26:9-34:20
+MERGED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\43003ee789e6d1cefa4dd4ba8c919f26\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:26:9-34:20
+MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\b2b41311ea65eaf65466ff497481a393\transformed\startup-runtime-1.1.1\AndroidManifest.xml:26:9-30:34
+MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\mhmdw\.gradle\caches\transforms-3\b2b41311ea65eaf65466ff497481a393\transformed\startup-runtime-1.1.1\AndroidManifest.xml:26:9-30:34
+ tools:node
+ ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\4148490eee85d16fb306c3b08a6ac768\transformed\emoji2-1.2.0\AndroidManifest.xml:28:13-31
+ android:authorities
+ ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\4148490eee85d16fb306c3b08a6ac768\transformed\emoji2-1.2.0\AndroidManifest.xml:26:13-68
+ android:exported
+ ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\4148490eee85d16fb306c3b08a6ac768\transformed\emoji2-1.2.0\AndroidManifest.xml:27:13-37
+ android:name
+ ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\4148490eee85d16fb306c3b08a6ac768\transformed\emoji2-1.2.0\AndroidManifest.xml:25:13-67
+meta-data#androidx.emoji2.text.EmojiCompatInitializer
+ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\4148490eee85d16fb306c3b08a6ac768\transformed\emoji2-1.2.0\AndroidManifest.xml:29:13-31:52
+ android:value
+ ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\4148490eee85d16fb306c3b08a6ac768\transformed\emoji2-1.2.0\AndroidManifest.xml:31:17-49
+ android:name
+ ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\mhmdw\.gradle\caches\transforms-3\4148490eee85d16fb306c3b08a6ac768\transformed\emoji2-1.2.0\AndroidManifest.xml:30:17-75
+permission#${applicationId}.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
+ADDED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2e11ca9bbba524264a6e297c84586031\transformed\core-1.9.0\AndroidManifest.xml:22:5-24:47
+ android:protectionLevel
+ ADDED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2e11ca9bbba524264a6e297c84586031\transformed\core-1.9.0\AndroidManifest.xml:24:9-44
+ android:name
+ ADDED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2e11ca9bbba524264a6e297c84586031\transformed\core-1.9.0\AndroidManifest.xml:23:9-81
+permission#com.example.newrevive.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
+ADDED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2e11ca9bbba524264a6e297c84586031\transformed\core-1.9.0\AndroidManifest.xml:22:5-24:47
+ android:protectionLevel
+ ADDED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2e11ca9bbba524264a6e297c84586031\transformed\core-1.9.0\AndroidManifest.xml:24:9-44
+ android:name
+ ADDED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2e11ca9bbba524264a6e297c84586031\transformed\core-1.9.0\AndroidManifest.xml:23:9-81
+uses-permission#${applicationId}.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
+ADDED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2e11ca9bbba524264a6e297c84586031\transformed\core-1.9.0\AndroidManifest.xml:26:5-97
+ android:name
+ ADDED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2e11ca9bbba524264a6e297c84586031\transformed\core-1.9.0\AndroidManifest.xml:26:22-94
+uses-permission#com.example.newrevive.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
+ADDED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2e11ca9bbba524264a6e297c84586031\transformed\core-1.9.0\AndroidManifest.xml:26:5-97
+ android:name
+ ADDED from [androidx.core:core:1.9.0] C:\Users\mhmdw\.gradle\caches\transforms-3\2e11ca9bbba524264a6e297c84586031\transformed\core-1.9.0\AndroidManifest.xml:26:22-94
+meta-data#androidx.lifecycle.ProcessLifecycleInitializer
+ADDED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\43003ee789e6d1cefa4dd4ba8c919f26\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:31:13-33:52
+ android:value
+ ADDED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\43003ee789e6d1cefa4dd4ba8c919f26\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:33:17-49
+ android:name
+ ADDED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\mhmdw\.gradle\caches\transforms-3\43003ee789e6d1cefa4dd4ba8c919f26\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:32:17-78
diff --git a/Revive/android app/new revive/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin b/Revive/android app/new revive/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin
new file mode 100644
index 000000000..90a95aaef
Binary files /dev/null and b/Revive/android app/new revive/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin differ
diff --git a/Revive/android app/new revive/app/build/tmp/kotlin-classes/debug/META-INF/app_debug.kotlin_module b/Revive/android app/new revive/app/build/tmp/kotlin-classes/debug/META-INF/app_debug.kotlin_module
new file mode 100644
index 000000000..3aa63618c
Binary files /dev/null and b/Revive/android app/new revive/app/build/tmp/kotlin-classes/debug/META-INF/app_debug.kotlin_module differ
diff --git a/Revive/android app/new revive/app/build/tmp/kotlin-classes/debug/com/example/newrevive/Activites/DoctorPostActivity.class b/Revive/android app/new revive/app/build/tmp/kotlin-classes/debug/com/example/newrevive/Activites/DoctorPostActivity.class
new file mode 100644
index 000000000..89c2196db
Binary files /dev/null and b/Revive/android app/new revive/app/build/tmp/kotlin-classes/debug/com/example/newrevive/Activites/DoctorPostActivity.class differ
diff --git a/Revive/android app/new revive/app/build/tmp/kotlin-classes/debug/com/example/newrevive/Activites/HomeActivity.class b/Revive/android app/new revive/app/build/tmp/kotlin-classes/debug/com/example/newrevive/Activites/HomeActivity.class
new file mode 100644
index 000000000..a2782ced0
Binary files /dev/null and b/Revive/android app/new revive/app/build/tmp/kotlin-classes/debug/com/example/newrevive/Activites/HomeActivity.class differ
diff --git a/Revive/android app/new revive/app/build/tmp/kotlin-classes/debug/com/example/newrevive/Activites/LoginActivity.class b/Revive/android app/new revive/app/build/tmp/kotlin-classes/debug/com/example/newrevive/Activites/LoginActivity.class
new file mode 100644
index 000000000..a541793c7
Binary files /dev/null and b/Revive/android app/new revive/app/build/tmp/kotlin-classes/debug/com/example/newrevive/Activites/LoginActivity.class differ
diff --git a/Revive/android app/new revive/app/build/tmp/kotlin-classes/debug/com/example/newrevive/Activites/MainActivity.class b/Revive/android app/new revive/app/build/tmp/kotlin-classes/debug/com/example/newrevive/Activites/MainActivity.class
new file mode 100644
index 000000000..93d839f01
Binary files /dev/null and b/Revive/android app/new revive/app/build/tmp/kotlin-classes/debug/com/example/newrevive/Activites/MainActivity.class differ
diff --git a/Revive/android app/new revive/app/build/tmp/kotlin-classes/debug/com/example/newrevive/Activites/MyTasksActivity.class b/Revive/android app/new revive/app/build/tmp/kotlin-classes/debug/com/example/newrevive/Activites/MyTasksActivity.class
new file mode 100644
index 000000000..f6a581ee1
Binary files /dev/null and b/Revive/android app/new revive/app/build/tmp/kotlin-classes/debug/com/example/newrevive/Activites/MyTasksActivity.class differ
diff --git a/Revive/android app/new revive/app/build/tmp/kotlin-classes/debug/com/example/newrevive/Activites/RegisterActivity.class b/Revive/android app/new revive/app/build/tmp/kotlin-classes/debug/com/example/newrevive/Activites/RegisterActivity.class
new file mode 100644
index 000000000..51489b562
Binary files /dev/null and b/Revive/android app/new revive/app/build/tmp/kotlin-classes/debug/com/example/newrevive/Activites/RegisterActivity.class differ
diff --git a/Revive/api test/apipost_test b/Revive/api test/apipost_test
new file mode 160000
index 000000000..d42a3e54f
--- /dev/null
+++ b/Revive/api test/apipost_test
@@ -0,0 +1 @@
+Subproject commit d42a3e54f2bb3900f8efb75f9e9e5c054559d48b
diff --git a/Revive/api test/omar/.gitignore b/Revive/api test/omar/.gitignore
new file mode 100644
index 000000000..aa724b770
--- /dev/null
+++ b/Revive/api test/omar/.gitignore
@@ -0,0 +1,15 @@
+*.iml
+.gradle
+/local.properties
+/.idea/caches
+/.idea/libraries
+/.idea/modules.xml
+/.idea/workspace.xml
+/.idea/navEditor.xml
+/.idea/assetWizardSettings.xml
+.DS_Store
+/build
+/captures
+.externalNativeBuild
+.cxx
+local.properties
diff --git a/Revive/api test/omar/.idea/.gitignore b/Revive/api test/omar/.idea/.gitignore
new file mode 100644
index 000000000..26d33521a
--- /dev/null
+++ b/Revive/api test/omar/.idea/.gitignore
@@ -0,0 +1,3 @@
+# Default ignored files
+/shelf/
+/workspace.xml
diff --git a/Revive/api test/omar/.idea/compiler.xml b/Revive/api test/omar/.idea/compiler.xml
new file mode 100644
index 000000000..fb7f4a8a4
--- /dev/null
+++ b/Revive/api test/omar/.idea/compiler.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/api test/omar/.idea/gradle.xml b/Revive/api test/omar/.idea/gradle.xml
new file mode 100644
index 000000000..a9f4e522a
--- /dev/null
+++ b/Revive/api test/omar/.idea/gradle.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/api test/omar/.idea/misc.xml b/Revive/api test/omar/.idea/misc.xml
new file mode 100644
index 000000000..bdd92780c
--- /dev/null
+++ b/Revive/api test/omar/.idea/misc.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/api test/omar/.idea/vcs.xml b/Revive/api test/omar/.idea/vcs.xml
new file mode 100644
index 000000000..94a25f7f4
--- /dev/null
+++ b/Revive/api test/omar/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/api test/omar/app/.gitignore b/Revive/api test/omar/app/.gitignore
new file mode 100644
index 000000000..42afabfd2
--- /dev/null
+++ b/Revive/api test/omar/app/.gitignore
@@ -0,0 +1 @@
+/build
\ No newline at end of file
diff --git a/Revive/api test/omar/app/build.gradle b/Revive/api test/omar/app/build.gradle
new file mode 100644
index 000000000..d7c151457
--- /dev/null
+++ b/Revive/api test/omar/app/build.gradle
@@ -0,0 +1,49 @@
+plugins {
+ id 'com.android.application'
+ id 'org.jetbrains.kotlin.android'
+}
+
+android {
+ namespace 'com.example.apipost_test'
+ compileSdk 32
+
+ defaultConfig {
+ applicationId "com.example.apipost_test"
+ minSdk 22
+ targetSdk 32
+ versionCode 1
+ versionName "1.0"
+
+ testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
+ }
+
+ buildTypes {
+ release {
+ minifyEnabled false
+ proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
+ }
+ }
+ compileOptions {
+ sourceCompatibility JavaVersion.VERSION_1_8
+ targetCompatibility JavaVersion.VERSION_1_8
+ }
+ kotlinOptions {
+ jvmTarget = '1.8'
+ }
+}
+
+dependencies {
+
+ implementation 'com.squareup.retrofit2:retrofit:2.9.0'
+ implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
+ //noinspection GradleCompatible
+ implementation 'com.android.support:recyclerview-v7:28.0.0'
+
+ implementation 'androidx.core:core-ktx:1.7.0'
+ implementation 'androidx.appcompat:appcompat:1.6.0'
+ implementation 'com.google.android.material:material:1.8.0'
+ implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
+ testImplementation 'junit:junit:4.13.2'
+ androidTestImplementation 'androidx.test.ext:junit:1.1.5'
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
+}
\ No newline at end of file
diff --git a/Revive/api test/omar/app/proguard-rules.pro b/Revive/api test/omar/app/proguard-rules.pro
new file mode 100644
index 000000000..481bb4348
--- /dev/null
+++ b/Revive/api test/omar/app/proguard-rules.pro
@@ -0,0 +1,21 @@
+# Add project specific ProGuard rules here.
+# You can control the set of applied configuration files using the
+# proguardFiles setting in build.gradle.
+#
+# For more details, see
+# http://developer.android.com/guide/developing/tools/proguard.html
+
+# If your project uses WebView with JS, uncomment the following
+# and specify the fully qualified class name to the JavaScript interface
+# class:
+#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
+# public *;
+#}
+
+# Uncomment this to preserve the line number information for
+# debugging stack traces.
+#-keepattributes SourceFile,LineNumberTable
+
+# If you keep the line number information, uncomment this to
+# hide the original source file name.
+#-renamesourcefileattribute SourceFile
\ No newline at end of file
diff --git a/Revive/api test/omar/app/src/androidTest/java/com/example/apipost_test/ExampleInstrumentedTest.kt b/Revive/api test/omar/app/src/androidTest/java/com/example/apipost_test/ExampleInstrumentedTest.kt
new file mode 100644
index 000000000..f156b8387
--- /dev/null
+++ b/Revive/api test/omar/app/src/androidTest/java/com/example/apipost_test/ExampleInstrumentedTest.kt
@@ -0,0 +1,24 @@
+package com.example.apipost_test
+
+import androidx.test.platform.app.InstrumentationRegistry
+import androidx.test.ext.junit.runners.AndroidJUnit4
+
+import org.junit.Test
+import org.junit.runner.RunWith
+
+import org.junit.Assert.*
+
+/**
+ * Instrumented test, which will execute on an Android device.
+ *
+ * See [testing documentation](http://d.android.com/tools/testing).
+ */
+@RunWith(AndroidJUnit4::class)
+class ExampleInstrumentedTest {
+ @Test
+ fun useAppContext() {
+ // Context of the app under test.
+ val appContext = InstrumentationRegistry.getInstrumentation().targetContext
+ assertEquals("com.example.apipost_test", appContext.packageName)
+ }
+}
\ No newline at end of file
diff --git a/Revive/api test/omar/app/src/main/AndroidManifest.xml b/Revive/api test/omar/app/src/main/AndroidManifest.xml
new file mode 100644
index 000000000..6c46e43e2
--- /dev/null
+++ b/Revive/api test/omar/app/src/main/AndroidManifest.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/api test/omar/app/src/main/java/com/example/apipost_test/Datamodel.kt b/Revive/api test/omar/app/src/main/java/com/example/apipost_test/Datamodel.kt
new file mode 100644
index 000000000..4e6287740
--- /dev/null
+++ b/Revive/api test/omar/app/src/main/java/com/example/apipost_test/Datamodel.kt
@@ -0,0 +1,7 @@
+package com.example.apipost_test
+
+data class ItemData(
+ val id: Int,
+ val name: String,
+ val description: String
+)
\ No newline at end of file
diff --git a/Revive/api test/omar/app/src/main/java/com/example/apipost_test/MainActivity.kt b/Revive/api test/omar/app/src/main/java/com/example/apipost_test/MainActivity.kt
new file mode 100644
index 000000000..b4c7d7428
--- /dev/null
+++ b/Revive/api test/omar/app/src/main/java/com/example/apipost_test/MainActivity.kt
@@ -0,0 +1,35 @@
+package com.example.apipost_test
+
+import androidx.appcompat.app.AppCompatActivity
+import android.os.Bundle
+import android.support.v7.widget.LinearLayoutManager
+import android.support.v7.widget.RecyclerView
+import retrofit2.Retrofit
+import retrofit2.converter.gson.GsonConverterFactory
+
+class MainActivity : AppCompatActivity() {
+
+ private lateinit var recyclerView: RecyclerView
+ private lateinit var adapter: MyAdapter
+
+ override fun onCreate(savedInstanceState: Bundle?) {
+ super.onCreate(savedInstanceState)
+ setContentView(R.layout.activity_main)
+
+ recyclerView = findViewById(R.id.recyclerview)
+ recyclerView.layoutManager = LinearLayoutManager(this)
+
+ val retrofit = Retrofit.Builder()
+ .baseUrl("https://myapi.com/")
+ .addConverterFactory(GsonConverterFactory.create())
+ .build()
+
+ val apiService = retrofit.create(ApiService::class.java)
+
+ val call = apiService.getItems()
+
+ call
+
+
+
+ }
\ No newline at end of file
diff --git a/Revive/api test/omar/app/src/main/java/com/example/apipost_test/MyAdapter.kt b/Revive/api test/omar/app/src/main/java/com/example/apipost_test/MyAdapter.kt
new file mode 100644
index 000000000..119c85244
--- /dev/null
+++ b/Revive/api test/omar/app/src/main/java/com/example/apipost_test/MyAdapter.kt
@@ -0,0 +1,33 @@
+package com.example.apipost_test
+
+import android.view.View
+import android.support.v7.widget.RecyclerView
+import android.view.LayoutInflater
+import android.view.ViewGroup
+import android.widget.TextView
+
+class MyAdapter(private val dataList: List) : RecyclerView.Adapter() {
+
+ override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): ViewHolder {
+ val view = LayoutInflater.from(parent.context).inflate(R.layout.activity_main, parent, false)
+ return ViewHolder(view)
+ }
+
+ override fun onBindViewHolder(holder: ViewHolder, position: Int) {
+ val itemData = dataList[position]
+
+ holder.idTextView.text = itemData.id.toString()
+ holder.nameTextView.text = itemData.name
+ holder.descriptionTextView.text = itemData.description
+ }
+
+ override fun getItemCount(): Int {
+ return dataList.size
+ }
+
+ inner class ViewHolder(itemView: View) : RecyclerView.ViewHolder(itemView) {
+ val idTextView: TextView = itemView.findViewById(R.id.title_textview)
+ val nameTextView: TextView = itemView.findViewById(R.id.body_textview)
+ val descriptionTextView: TextView = itemView.findViewById(R.id.auther_textview)
+ }
+}
diff --git a/Revive/api test/omar/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/Revive/api test/omar/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
new file mode 100644
index 000000000..2b068d114
--- /dev/null
+++ b/Revive/api test/omar/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/api test/omar/app/src/main/res/drawable/ic_launcher_background.xml b/Revive/api test/omar/app/src/main/res/drawable/ic_launcher_background.xml
new file mode 100644
index 000000000..07d5da9cb
--- /dev/null
+++ b/Revive/api test/omar/app/src/main/res/drawable/ic_launcher_background.xml
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Revive/api test/omar/app/src/main/res/layout/activity_main.xml b/Revive/api test/omar/app/src/main/res/layout/activity_main.xml
new file mode 100644
index 000000000..a1ea7e304
--- /dev/null
+++ b/Revive/api test/omar/app/src/main/res/layout/activity_main.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
diff --git a/Revive/api test/omar/app/src/main/res/layout/items.xml b/Revive/api test/omar/app/src/main/res/layout/items.xml
new file mode 100644
index 000000000..5b01115c9
--- /dev/null
+++ b/Revive/api test/omar/app/src/main/res/layout/items.xml
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Revive/api test/omar/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/Revive/api test/omar/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
new file mode 100644
index 000000000..eca70cfe5
--- /dev/null
+++ b/Revive/api test/omar/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/api test/omar/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/Revive/api test/omar/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
new file mode 100644
index 000000000..eca70cfe5
--- /dev/null
+++ b/Revive/api test/omar/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/api test/omar/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/Revive/api test/omar/app/src/main/res/mipmap-hdpi/ic_launcher.webp
new file mode 100644
index 000000000..c209e78ec
Binary files /dev/null and b/Revive/api test/omar/app/src/main/res/mipmap-hdpi/ic_launcher.webp differ
diff --git a/Revive/api test/omar/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/Revive/api test/omar/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
new file mode 100644
index 000000000..b2dfe3d1b
Binary files /dev/null and b/Revive/api test/omar/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp differ
diff --git a/Revive/api test/omar/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/Revive/api test/omar/app/src/main/res/mipmap-mdpi/ic_launcher.webp
new file mode 100644
index 000000000..4f0f1d64e
Binary files /dev/null and b/Revive/api test/omar/app/src/main/res/mipmap-mdpi/ic_launcher.webp differ
diff --git a/Revive/api test/omar/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/Revive/api test/omar/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
new file mode 100644
index 000000000..62b611da0
Binary files /dev/null and b/Revive/api test/omar/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp differ
diff --git a/Revive/api test/omar/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/Revive/api test/omar/app/src/main/res/mipmap-xhdpi/ic_launcher.webp
new file mode 100644
index 000000000..948a3070f
Binary files /dev/null and b/Revive/api test/omar/app/src/main/res/mipmap-xhdpi/ic_launcher.webp differ
diff --git a/Revive/api test/omar/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/Revive/api test/omar/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
new file mode 100644
index 000000000..1b9a6956b
Binary files /dev/null and b/Revive/api test/omar/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp differ
diff --git a/Revive/api test/omar/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/Revive/api test/omar/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
new file mode 100644
index 000000000..28d4b77f9
Binary files /dev/null and b/Revive/api test/omar/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp differ
diff --git a/Revive/api test/omar/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/Revive/api test/omar/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
new file mode 100644
index 000000000..9287f5083
Binary files /dev/null and b/Revive/api test/omar/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp differ
diff --git a/Revive/api test/omar/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/Revive/api test/omar/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
new file mode 100644
index 000000000..aa7d6427e
Binary files /dev/null and b/Revive/api test/omar/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp differ
diff --git a/Revive/api test/omar/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/Revive/api test/omar/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
new file mode 100644
index 000000000..9126ae37c
Binary files /dev/null and b/Revive/api test/omar/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp differ
diff --git a/Revive/api test/omar/app/src/main/res/values-night/themes.xml b/Revive/api test/omar/app/src/main/res/values-night/themes.xml
new file mode 100644
index 000000000..2486d02ab
--- /dev/null
+++ b/Revive/api test/omar/app/src/main/res/values-night/themes.xml
@@ -0,0 +1,16 @@
+
+
+
+
\ No newline at end of file
diff --git a/Revive/api test/omar/app/src/main/res/values/colors.xml b/Revive/api test/omar/app/src/main/res/values/colors.xml
new file mode 100644
index 000000000..f8c6127d3
--- /dev/null
+++ b/Revive/api test/omar/app/src/main/res/values/colors.xml
@@ -0,0 +1,10 @@
+
+
+ #FFBB86FC
+ #FF6200EE
+ #FF3700B3
+ #FF03DAC5
+ #FF018786
+ #FF000000
+ #FFFFFFFF
+
\ No newline at end of file
diff --git a/Revive/api test/omar/app/src/main/res/values/strings.xml b/Revive/api test/omar/app/src/main/res/values/strings.xml
new file mode 100644
index 000000000..1b5d8e38a
--- /dev/null
+++ b/Revive/api test/omar/app/src/main/res/values/strings.xml
@@ -0,0 +1,3 @@
+
+ apipost_test
+
\ No newline at end of file
diff --git a/Revive/api test/omar/app/src/main/res/values/themes.xml b/Revive/api test/omar/app/src/main/res/values/themes.xml
new file mode 100644
index 000000000..2816afdb8
--- /dev/null
+++ b/Revive/api test/omar/app/src/main/res/values/themes.xml
@@ -0,0 +1,16 @@
+
+
+
+
\ No newline at end of file
diff --git a/Revive/api test/omar/app/src/main/res/xml/backup_rules.xml b/Revive/api test/omar/app/src/main/res/xml/backup_rules.xml
new file mode 100644
index 000000000..fa0f996d2
--- /dev/null
+++ b/Revive/api test/omar/app/src/main/res/xml/backup_rules.xml
@@ -0,0 +1,13 @@
+
+
+
+
\ No newline at end of file
diff --git a/Revive/api test/omar/app/src/main/res/xml/data_extraction_rules.xml b/Revive/api test/omar/app/src/main/res/xml/data_extraction_rules.xml
new file mode 100644
index 000000000..9ee9997b0
--- /dev/null
+++ b/Revive/api test/omar/app/src/main/res/xml/data_extraction_rules.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Revive/api test/omar/app/src/test/java/com/example/apipost_test/ExampleUnitTest.kt b/Revive/api test/omar/app/src/test/java/com/example/apipost_test/ExampleUnitTest.kt
new file mode 100644
index 000000000..8a6ea78be
--- /dev/null
+++ b/Revive/api test/omar/app/src/test/java/com/example/apipost_test/ExampleUnitTest.kt
@@ -0,0 +1,17 @@
+package com.example.apipost_test
+
+import org.junit.Test
+
+import org.junit.Assert.*
+
+/**
+ * Example local unit test, which will execute on the development machine (host).
+ *
+ * See [testing documentation](http://d.android.com/tools/testing).
+ */
+class ExampleUnitTest {
+ @Test
+ fun addition_isCorrect() {
+ assertEquals(4, 2 + 2)
+ }
+}
\ No newline at end of file
diff --git a/Revive/api test/omar/build.gradle b/Revive/api test/omar/build.gradle
new file mode 100644
index 000000000..253697423
--- /dev/null
+++ b/Revive/api test/omar/build.gradle
@@ -0,0 +1,6 @@
+// Top-level build file where you can add configuration options common to all sub-projects/modules.
+plugins {
+ id 'com.android.application' version '7.3.1' apply false
+ id 'com.android.library' version '7.3.1' apply false
+ id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
+}
\ No newline at end of file
diff --git a/Revive/api test/omar/gradle.properties b/Revive/api test/omar/gradle.properties
new file mode 100644
index 000000000..3c5031eb7
--- /dev/null
+++ b/Revive/api test/omar/gradle.properties
@@ -0,0 +1,23 @@
+# Project-wide Gradle settings.
+# IDE (e.g. Android Studio) users:
+# Gradle settings configured through the IDE *will override*
+# any settings specified in this file.
+# For more details on how to configure your build environment visit
+# http://www.gradle.org/docs/current/userguide/build_environment.html
+# Specifies the JVM arguments used for the daemon process.
+# The setting is particularly useful for tweaking memory settings.
+org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
+# When configured, Gradle will run in incubating parallel mode.
+# This option should only be used with decoupled projects. More details, visit
+# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
+# org.gradle.parallel=true
+# AndroidX package structure to make it clearer which packages are bundled with the
+# Android operating system, and which are packaged with your app's APK
+# https://developer.android.com/topic/libraries/support-library/androidx-rn
+android.useAndroidX=true
+# Kotlin code style for this project: "official" or "obsolete":
+kotlin.code.style=official
+# Enables namespacing of each library's R class so that its R class includes only the
+# resources declared in the library itself and none from the library's dependencies,
+# thereby reducing the size of the R class for that library
+android.nonTransitiveRClass=true
\ No newline at end of file
diff --git a/Revive/api test/omar/gradle/wrapper/gradle-wrapper.jar b/Revive/api test/omar/gradle/wrapper/gradle-wrapper.jar
new file mode 100644
index 000000000..e708b1c02
Binary files /dev/null and b/Revive/api test/omar/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/Revive/api test/omar/gradle/wrapper/gradle-wrapper.properties b/Revive/api test/omar/gradle/wrapper/gradle-wrapper.properties
new file mode 100644
index 000000000..bfe80ce99
--- /dev/null
+++ b/Revive/api test/omar/gradle/wrapper/gradle-wrapper.properties
@@ -0,0 +1,6 @@
+#Thu Mar 02 00:04:54 EET 2023
+distributionBase=GRADLE_USER_HOME
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
+distributionPath=wrapper/dists
+zipStorePath=wrapper/dists
+zipStoreBase=GRADLE_USER_HOME
diff --git a/Revive/api test/omar/gradlew b/Revive/api test/omar/gradlew
new file mode 100644
index 000000000..4f906e0c8
--- /dev/null
+++ b/Revive/api test/omar/gradlew
@@ -0,0 +1,185 @@
+#!/usr/bin/env sh
+
+#
+# Copyright 2015 the original author or authors.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+##############################################################################
+##
+## Gradle start up script for UN*X
+##
+##############################################################################
+
+# Attempt to set APP_HOME
+# Resolve links: $0 may be a link
+PRG="$0"
+# Need this for relative symlinks.
+while [ -h "$PRG" ] ; do
+ ls=`ls -ld "$PRG"`
+ link=`expr "$ls" : '.*-> \(.*\)$'`
+ if expr "$link" : '/.*' > /dev/null; then
+ PRG="$link"
+ else
+ PRG=`dirname "$PRG"`"/$link"
+ fi
+done
+SAVED="`pwd`"
+cd "`dirname \"$PRG\"`/" >/dev/null
+APP_HOME="`pwd -P`"
+cd "$SAVED" >/dev/null
+
+APP_NAME="Gradle"
+APP_BASE_NAME=`basename "$0"`
+
+# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
+DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
+
+# Use the maximum available, or set MAX_FD != -1 to use that value.
+MAX_FD="maximum"
+
+warn () {
+ echo "$*"
+}
+
+die () {
+ echo
+ echo "$*"
+ echo
+ exit 1
+}
+
+# OS specific support (must be 'true' or 'false').
+cygwin=false
+msys=false
+darwin=false
+nonstop=false
+case "`uname`" in
+ CYGWIN* )
+ cygwin=true
+ ;;
+ Darwin* )
+ darwin=true
+ ;;
+ MINGW* )
+ msys=true
+ ;;
+ NONSTOP* )
+ nonstop=true
+ ;;
+esac
+
+CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
+
+
+# Determine the Java command to use to start the JVM.
+if [ -n "$JAVA_HOME" ] ; then
+ if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
+ # IBM's JDK on AIX uses strange locations for the executables
+ JAVACMD="$JAVA_HOME/jre/sh/java"
+ else
+ JAVACMD="$JAVA_HOME/bin/java"
+ fi
+ if [ ! -x "$JAVACMD" ] ; then
+ die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
+
+Please set the JAVA_HOME variable in your environment to match the
+location of your Java installation."
+ fi
+else
+ JAVACMD="java"
+ which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
+
+Please set the JAVA_HOME variable in your environment to match the
+location of your Java installation."
+fi
+
+# Increase the maximum file descriptors if we can.
+if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then
+ MAX_FD_LIMIT=`ulimit -H -n`
+ if [ $? -eq 0 ] ; then
+ if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then
+ MAX_FD="$MAX_FD_LIMIT"
+ fi
+ ulimit -n $MAX_FD
+ if [ $? -ne 0 ] ; then
+ warn "Could not set maximum file descriptor limit: $MAX_FD"
+ fi
+ else
+ warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
+ fi
+fi
+
+# For Darwin, add options to specify how the application appears in the dock
+if $darwin; then
+ GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
+fi
+
+# For Cygwin or MSYS, switch paths to Windows format before running java
+if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
+ APP_HOME=`cygpath --path --mixed "$APP_HOME"`
+ CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
+
+ JAVACMD=`cygpath --unix "$JAVACMD"`
+
+ # We build the pattern for arguments to be converted via cygpath
+ ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
+ SEP=""
+ for dir in $ROOTDIRSRAW ; do
+ ROOTDIRS="$ROOTDIRS$SEP$dir"
+ SEP="|"
+ done
+ OURCYGPATTERN="(^($ROOTDIRS))"
+ # Add a user-defined pattern to the cygpath arguments
+ if [ "$GRADLE_CYGPATTERN" != "" ] ; then
+ OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
+ fi
+ # Now convert the arguments - kludge to limit ourselves to /bin/sh
+ i=0
+ for arg in "$@" ; do
+ CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
+ CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
+
+ if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
+ eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
+ else
+ eval `echo args$i`="\"$arg\""
+ fi
+ i=`expr $i + 1`
+ done
+ case $i in
+ 0) set -- ;;
+ 1) set -- "$args0" ;;
+ 2) set -- "$args0" "$args1" ;;
+ 3) set -- "$args0" "$args1" "$args2" ;;
+ 4) set -- "$args0" "$args1" "$args2" "$args3" ;;
+ 5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
+ 6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
+ 7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
+ 8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
+ 9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
+ esac
+fi
+
+# Escape application args
+save () {
+ for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
+ echo " "
+}
+APP_ARGS=`save "$@"`
+
+# Collect all arguments for the java command, following the shell quoting and substitution rules
+eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS"
+
+exec "$JAVACMD" "$@"
diff --git a/Revive/api test/omar/gradlew.bat b/Revive/api test/omar/gradlew.bat
new file mode 100644
index 000000000..107acd32c
--- /dev/null
+++ b/Revive/api test/omar/gradlew.bat
@@ -0,0 +1,89 @@
+@rem
+@rem Copyright 2015 the original author or authors.
+@rem
+@rem Licensed under the Apache License, Version 2.0 (the "License");
+@rem you may not use this file except in compliance with the License.
+@rem You may obtain a copy of the License at
+@rem
+@rem https://www.apache.org/licenses/LICENSE-2.0
+@rem
+@rem Unless required by applicable law or agreed to in writing, software
+@rem distributed under the License is distributed on an "AS IS" BASIS,
+@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+@rem See the License for the specific language governing permissions and
+@rem limitations under the License.
+@rem
+
+@if "%DEBUG%" == "" @echo off
+@rem ##########################################################################
+@rem
+@rem Gradle startup script for Windows
+@rem
+@rem ##########################################################################
+
+@rem Set local scope for the variables with windows NT shell
+if "%OS%"=="Windows_NT" setlocal
+
+set DIRNAME=%~dp0
+if "%DIRNAME%" == "" set DIRNAME=.
+set APP_BASE_NAME=%~n0
+set APP_HOME=%DIRNAME%
+
+@rem Resolve any "." and ".." in APP_HOME to make it shorter.
+for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
+
+@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
+set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
+
+@rem Find java.exe
+if defined JAVA_HOME goto findJavaFromJavaHome
+
+set JAVA_EXE=java.exe
+%JAVA_EXE% -version >NUL 2>&1
+if "%ERRORLEVEL%" == "0" goto execute
+
+echo.
+echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
+echo.
+echo Please set the JAVA_HOME variable in your environment to match the
+echo location of your Java installation.
+
+goto fail
+
+:findJavaFromJavaHome
+set JAVA_HOME=%JAVA_HOME:"=%
+set JAVA_EXE=%JAVA_HOME%/bin/java.exe
+
+if exist "%JAVA_EXE%" goto execute
+
+echo.
+echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
+echo.
+echo Please set the JAVA_HOME variable in your environment to match the
+echo location of your Java installation.
+
+goto fail
+
+:execute
+@rem Setup the command line
+
+set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
+
+
+@rem Execute Gradle
+"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
+
+:end
+@rem End local scope for the variables with windows NT shell
+if "%ERRORLEVEL%"=="0" goto mainEnd
+
+:fail
+rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
+rem the _cmd.exe /c_ return code!
+if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
+exit /b 1
+
+:mainEnd
+if "%OS%"=="Windows_NT" endlocal
+
+:omega
diff --git a/Revive/api test/omar/readme.md b/Revive/api test/omar/readme.md
new file mode 100644
index 000000000..b69a14e01
--- /dev/null
+++ b/Revive/api test/omar/readme.md
@@ -0,0 +1 @@
+hdsjghkjlsg
\ No newline at end of file
diff --git a/Revive/api test/omar/settings.gradle b/Revive/api test/omar/settings.gradle
new file mode 100644
index 000000000..e44bae2be
--- /dev/null
+++ b/Revive/api test/omar/settings.gradle
@@ -0,0 +1,16 @@
+pluginManagement {
+ repositories {
+ gradlePluginPortal()
+ google()
+ mavenCentral()
+ }
+}
+dependencyResolutionManagement {
+ repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
+ repositories {
+ google()
+ mavenCentral()
+ }
+}
+rootProject.name = "apipost_test"
+include ':app'
diff --git a/Revive/app/src/main/AndroidManifest.xml b/Revive/app/src/main/AndroidManifest.xml
index e224809c1..697d863d0 100644
--- a/Revive/app/src/main/AndroidManifest.xml
+++ b/Revive/app/src/main/AndroidManifest.xml
@@ -16,7 +16,8 @@
tools:targetApi="31">
+ android:theme="@style/SplashScreenTheme"
+ android:exported="true">
@@ -24,7 +25,7 @@
-
+
\ No newline at end of file
diff --git a/Revive/app/src/main/java/com/example/revive/ListAdapter.kt b/Revive/app/src/main/java/com/example/revive/ListAdapter.kt
index 923ba15a7..c056fc7eb 100644
--- a/Revive/app/src/main/java/com/example/revive/ListAdapter.kt
+++ b/Revive/app/src/main/java/com/example/revive/ListAdapter.kt
@@ -34,7 +34,7 @@ class ListViewHolder(val binding: ItemTolistBinding, val onClick: OnItemClick) :
fun bindData(taskListData: TaskListData) {
- binding.toDoList = taskListData
+ binding.t = taskListData
binding.isRead = taskListData.isShow==1
binding.root.setOnClickListener(this)
}
diff --git a/Revive/app/src/main/java/com/example/revive/MainActivity.kt b/Revive/app/src/main/java/com/example/revive/MainActivity.kt
index 9018bd0fd..44a0baa9b 100644
--- a/Revive/app/src/main/java/com/example/revive/MainActivity.kt
+++ b/Revive/app/src/main/java/com/example/revive/MainActivity.kt
@@ -1,6 +1,5 @@
package com.example.revive
-import android.app.Activity
import android.app.DatePickerDialog
import android.app.TimePickerDialog
import android.os.Bundle
@@ -8,10 +7,11 @@ import android.view.View
import androidx.appcompat.app.AppCompatActivity
import androidx.databinding.DataBindingUtil
import androidx.recyclerview.widget.LinearLayoutManager
-import java.text.SimpleDateFormat
-import java.util.*
import com.example.revive.databinding.ActivityMainBinding
import kotlinx.android.synthetic.main.activity_main.*
+import kotlinx.coroutines.NonCancellable.message
+import java.text.SimpleDateFormat
+import java.util.*
class MainActivity : AppCompatActivity(), OnItemClick {
diff --git a/Revive/app/src/main/res/values/themes.xml b/Revive/app/src/main/res/values/themes.xml
index ce109efb9..9308413e5 100644
--- a/Revive/app/src/main/res/values/themes.xml
+++ b/Revive/app/src/main/res/values/themes.xml
@@ -13,4 +13,13 @@
- ?attr/colorPrimaryVariant
+
+
+
+
\ No newline at end of file
diff --git a/backend/api/__pycache__/__init__.cpython-310.pyc b/backend/api/__pycache__/__init__.cpython-310.pyc
new file mode 100644
index 000000000..cf657eeea
Binary files /dev/null and b/backend/api/__pycache__/__init__.cpython-310.pyc differ
diff --git a/backend/api/__pycache__/admin.cpython-310.pyc b/backend/api/__pycache__/admin.cpython-310.pyc
new file mode 100644
index 000000000..2a68f6154
Binary files /dev/null and b/backend/api/__pycache__/admin.cpython-310.pyc differ
diff --git a/backend/api/__pycache__/apps.cpython-310.pyc b/backend/api/__pycache__/apps.cpython-310.pyc
new file mode 100644
index 000000000..5728d4568
Binary files /dev/null and b/backend/api/__pycache__/apps.cpython-310.pyc differ
diff --git a/backend/api/__pycache__/models.cpython-310.pyc b/backend/api/__pycache__/models.cpython-310.pyc
new file mode 100644
index 000000000..6dd2cada4
Binary files /dev/null and b/backend/api/__pycache__/models.cpython-310.pyc differ
diff --git a/backend/api/__pycache__/serializers.cpython-310.pyc b/backend/api/__pycache__/serializers.cpython-310.pyc
new file mode 100644
index 000000000..59225a112
Binary files /dev/null and b/backend/api/__pycache__/serializers.cpython-310.pyc differ
diff --git a/backend/api/__pycache__/urls.cpython-310.pyc b/backend/api/__pycache__/urls.cpython-310.pyc
new file mode 100644
index 000000000..366c785d1
Binary files /dev/null and b/backend/api/__pycache__/urls.cpython-310.pyc differ
diff --git a/backend/api/__pycache__/views.cpython-310.pyc b/backend/api/__pycache__/views.cpython-310.pyc
new file mode 100644
index 000000000..91abd88ed
Binary files /dev/null and b/backend/api/__pycache__/views.cpython-310.pyc differ
diff --git a/backend/api/migrations/__pycache__/__init__.cpython-310.pyc b/backend/api/migrations/__pycache__/__init__.cpython-310.pyc
new file mode 100644
index 000000000..c6d234183
Binary files /dev/null and b/backend/api/migrations/__pycache__/__init__.cpython-310.pyc differ
diff --git a/backend/posts/__pycache__/__init__.cpython-310.pyc b/backend/posts/__pycache__/__init__.cpython-310.pyc
new file mode 100644
index 000000000..7ff73cbe3
Binary files /dev/null and b/backend/posts/__pycache__/__init__.cpython-310.pyc differ
diff --git a/backend/posts/__pycache__/admin.cpython-310.pyc b/backend/posts/__pycache__/admin.cpython-310.pyc
new file mode 100644
index 000000000..dcc2e2321
Binary files /dev/null and b/backend/posts/__pycache__/admin.cpython-310.pyc differ
diff --git a/backend/posts/__pycache__/apps.cpython-310.pyc b/backend/posts/__pycache__/apps.cpython-310.pyc
new file mode 100644
index 000000000..247ca6908
Binary files /dev/null and b/backend/posts/__pycache__/apps.cpython-310.pyc differ
diff --git a/backend/posts/__pycache__/models.cpython-310.pyc b/backend/posts/__pycache__/models.cpython-310.pyc
new file mode 100644
index 000000000..1e5f97ca4
Binary files /dev/null and b/backend/posts/__pycache__/models.cpython-310.pyc differ
diff --git a/backend/posts/migrations/__pycache__/0001_initial.cpython-310.pyc b/backend/posts/migrations/__pycache__/0001_initial.cpython-310.pyc
new file mode 100644
index 000000000..b28db561c
Binary files /dev/null and b/backend/posts/migrations/__pycache__/0001_initial.cpython-310.pyc differ
diff --git a/backend/posts/migrations/__pycache__/0002_alter_post_thumb_alter_post_updated_at.cpython-310.pyc b/backend/posts/migrations/__pycache__/0002_alter_post_thumb_alter_post_updated_at.cpython-310.pyc
new file mode 100644
index 000000000..7031d21f0
Binary files /dev/null and b/backend/posts/migrations/__pycache__/0002_alter_post_thumb_alter_post_updated_at.cpython-310.pyc differ
diff --git a/backend/posts/migrations/__pycache__/__init__.cpython-310.pyc b/backend/posts/migrations/__pycache__/__init__.cpython-310.pyc
new file mode 100644
index 000000000..5163567cb
Binary files /dev/null and b/backend/posts/migrations/__pycache__/__init__.cpython-310.pyc differ
diff --git a/backend/tasks/__pycache__/__init__.cpython-310.pyc b/backend/tasks/__pycache__/__init__.cpython-310.pyc
new file mode 100644
index 000000000..9db35c71f
Binary files /dev/null and b/backend/tasks/__pycache__/__init__.cpython-310.pyc differ
diff --git a/backend/tasks/__pycache__/admin.cpython-310.pyc b/backend/tasks/__pycache__/admin.cpython-310.pyc
new file mode 100644
index 000000000..846eb7277
Binary files /dev/null and b/backend/tasks/__pycache__/admin.cpython-310.pyc differ
diff --git a/backend/tasks/__pycache__/apps.cpython-310.pyc b/backend/tasks/__pycache__/apps.cpython-310.pyc
new file mode 100644
index 000000000..34ffeef50
Binary files /dev/null and b/backend/tasks/__pycache__/apps.cpython-310.pyc differ
diff --git a/backend/tasks/__pycache__/models.cpython-310.pyc b/backend/tasks/__pycache__/models.cpython-310.pyc
new file mode 100644
index 000000000..b41465a03
Binary files /dev/null and b/backend/tasks/__pycache__/models.cpython-310.pyc differ
diff --git a/backend/tasks/migrations/__pycache__/0001_initial.cpython-310.pyc b/backend/tasks/migrations/__pycache__/0001_initial.cpython-310.pyc
new file mode 100644
index 000000000..c51434858
Binary files /dev/null and b/backend/tasks/migrations/__pycache__/0001_initial.cpython-310.pyc differ
diff --git a/backend/tasks/migrations/__pycache__/__init__.cpython-310.pyc b/backend/tasks/migrations/__pycache__/__init__.cpython-310.pyc
new file mode 100644
index 000000000..20a791882
Binary files /dev/null and b/backend/tasks/migrations/__pycache__/__init__.cpython-310.pyc differ